diff --git a/docker/Dockerfile b/docker/Dockerfile
index 2f7ea7a7562192618c698ed55d6d1b2471af6f62..e21d7c5239c2268727d21e9beb9201100e8d5cf5 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,4 +1,4 @@
-# Dockerfile for binary_c (2.1.4) and binary_grid2 (2.1.4)
+# Dockerfile for binary_c (2.1.5) and binary_grid2 (2.1.5)
 # based on Ubuntu 18.04
 
 FROM ubuntu:18.04
@@ -25,7 +25,8 @@ RUN apt-get -y --no-install-recommends install valgrind
 RUN apt-get -y --no-install-recommends install git
 RUN apt-get -y --no-install-recommends install libgsl-dev
 RUN apt-get -y --no-install-recommends install libbsd-dev
-RUN apt-get -y --no-install-recommends install binutils-dev 
+RUN apt-get -y --no-install-recommends install binutils-dev
+RUN apt-get -y --no-install-recommends install libiberty-dev
 RUN apt-get -y --no-install-recommends install unzip
 RUN apt-get -y --no-install-recommends install tar
 RUN apt-get -y --no-install-recommends install file
@@ -44,7 +45,9 @@ RUN apt-get -y --no-install-recommends install meson
 RUN apt-get -y --no-install-recommends install ninja-build
 RUN pip3 install wheel
 RUN pip3 install meson
-RUN pip3 install ninja
+RUN pip3 install 'ninja'
+
+#RUN pip3 install 'ninja==1.8.2'
 
 ############################################################
 # apt cleanup
@@ -173,12 +176,7 @@ COPY --chown=binary_c ./binary_c_master /home/binary_c/progs/stars/binary_c
 
 WORKDIR /home/binary_c/progs/stars/binary_c
 
-###### old configure/make 
-#RUN export LD_LIBRARY_PATH=$HOME/lib LIBRARY_PATH=$HOME/lib && wc -c LICENCE |gawk "{print \$1}" > .lread && ./configure generic
-#RUN export LD_LIBRARY_PATH=$HOME/lib LIBRARY_PATH=$HOME/lib && ./make
-#RUN export LD_LIBRARY_PATH=$HOME/lib LIBRARY_PATH=$HOME/lib && ./make libbinary_c.so || true
-
-###### new meson/ninja
+# meson/ninja
 RUN export LD_LIBRARY_PATH=$HOME/lib LIBRARY_PATH=$HOME/lib && wc -c LICENCE |gawk "{print \$1}" > .lread
 RUN export LD_LIBRARY_PATH=$HOME/lib LIBRARY_PATH=$HOME/lib && meson builddir -Dgeneric=true --buildtype release
 WORKDIR /home/binary_c/progs/stars/binary_c/builddir
@@ -212,7 +210,7 @@ RUN cpanm Sort::Key
 RUN perl ./install_all.pl
 RUN cpanm Proc::ProcessTable
 RUN cpanm Cpanel::JSON::XS
-RUN cpanm -v ./binary_grid-v2.1.4.tar.gz
+RUN cpanm -v ./binary_grid-v2.1.5.tar.gz
 
 ############################################################
 # cleanup: cpanm and build directories
diff --git a/docker/build.log b/docker/build.log
index bd37056a14c025f932a2d08ba26c9433ae1870d3..bde22dc4e091face47b19985b1c80b5d06a16615 100644
--- a/docker/build.log
+++ b/docker/build.log
@@ -1,6285 +1,104 @@
-Sending build context to Docker daemon  439.3MB

+Sending build context to Docker daemon  438.4MB

 Step 1/53 : FROM ubuntu:18.04
  ---> 775349758637
 Step 2/53 : MAINTAINER Robert Izzard r.izzard@surrey.ac.uk rob.izzard@gmail.com
  ---> Using cache
  ---> 7241b3537ef3
-Step 3/53 : RUN apt-get update &&     apt-get -y --no-install-recommends install apt-utils software-properties-common &&     /usr/bin/add-apt-repository -y ppa:ubuntu-toolchain-r/test &&     apt-get update  &&     apt-get -y --no-install-recommends install gcc curl wget  emacs gawk sed gdb valgrind git libgsl-dev libbsd-dev binutils-dev  unzip tar file gzip perl make libc6-dev sudo okular pkg-config cmake python3 python3-setuptools python3-pip meson ninja-build &&     pip3 install wheel &&     pip3 install meson &&     pip3 install ninja
+Step 3/53 : RUN apt-get update &&     apt-get -y --no-install-recommends install apt-utils software-properties-common &&     /usr/bin/add-apt-repository -y ppa:ubuntu-toolchain-r/test &&     apt-get update  &&     apt-get -y --no-install-recommends install gcc curl wget  emacs gawk sed gdb valgrind git libgsl-dev libbsd-dev binutils-dev libiberty-dev unzip tar file gzip perl make libc6-dev sudo okular pkg-config cmake python3 python3-setuptools python3-pip meson ninja-build &&     pip3 install wheel &&     pip3 install meson &&     pip3 install 'ninja'
  ---> Using cache
- ---> 4e614310866b
+ ---> 297a42b27eaa
 Step 4/53 : RUN apt-get autoclean  &&     apt-get autoremove &&     apt clean
  ---> Using cache
- ---> 209b449b5423
+ ---> 4ecd5390d13c
 Step 5/53 : RUN useradd --user-group --create-home --no-log-init --password binary_c --groups sudo binary_c &&     mkdir -p /home/binary_c &&     chown binary_c /home/binary_c &&     chgrp binary_c /home/binary_c
  ---> Using cache
- ---> a17948041237
+ ---> c8d54906824c
 Step 6/53 : RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
  ---> Using cache
- ---> b54dcc534616
+ ---> a3acfcffd060
 Step 7/53 : USER binary_c
  ---> Using cache
- ---> b0f9854657a8
+ ---> 2d6be1a42d0b
 Step 8/53 : ENV HOME /home/binary_c
  ---> Using cache
- ---> 3c0ce66881a7
+ ---> e75291d45942
 Step 9/53 : WORKDIR /home/binary_c
  ---> Using cache
- ---> 90612ca04832
+ ---> 490ea0ec164a
 Step 10/53 : RUN curl -skL http://install.perlbrew.pl | bash &&     ~/perl5/perlbrew/bin/perlbrew -v -f install-patchperl &&     ~/perl5/perlbrew/bin/perlbrew -v -f install-cpanm &&     ~/perl5/perlbrew/bin/perlbrew install perl-$(~/perl5/perlbrew/bin/perlbrew available --all |grep -v perl5|grep -v cperl | grep -v RC | grep ^\\s*perl| sed s/^\\s*perl-//  | sort -V |tail -1) --notest --thread --multi --64bitall -Dusethreads -Duseshrplib -Duselargefiles -Dcccdlflags=-fPIC -Dpager=/usr/bin/sensible-pager -Doptimize='-O2 -mtune=generic -march=x86-64' -O2 -j$(nproc) &&     echo source /home/binary_c/perl5/perlbrew/etc/bashrc >> /home/binary_c/.profile &&     echo source /home/binary_c/perl5/perlbrew/etc/bashrc >> /home/binary_c/.bashrc
  ---> Using cache
- ---> a69e7019a462
+ ---> 25939ffee30e
 Step 11/53 : RUN rm -rf /home/binary_c/perl5/perlbrew/build &&     rm -rf /home/binary_c/perl5/perlbrew/dists
  ---> Using cache
- ---> a383de5e2008
+ ---> 49db472b0a52
 Step 12/53 : SHELL ["/bin/bash","--login","-c"]
  ---> Using cache
- ---> b5a1591865dc
+ ---> 4e4b0154673a
 Step 13/53 : RUN echo export LD_LIBRARY_PATH=/home/binary_c/lib >> /home/binary_c/.profile &&     echo export LD_LIBRARY_PATH=/home/binary_c/lib >> /home/binary_c/.bashrc
  ---> Using cache
- ---> 2af14bb58103
+ ---> 7c518fa411a2
 Step 14/53 : RUN perlbrew switch $(perlbrew list | tail -1)
  ---> Using cache
- ---> 20437726485a
+ ---> ff9fdff60040
 Step 15/53 : RUN mkdir GSL
  ---> Using cache
- ---> 01571a14dab2
+ ---> 94e2d577f5ae
 Step 16/53 : WORKDIR /home/binary_c/GSL
  ---> Using cache
- ---> ad76f8e8260e
+ ---> f1298593232c
 Step 17/53 : RUN wget -N https://gitlab.eps.surrey.ac.uk/ri0005/GSL-RGI/repository/archive.zip -O GSL.zip &&     unzip GSL.zip &&     cd GSL-RGI-*/2.6 ; export CFLAGS="-O2 -mtune=generic -march=x86-64 -g"; ./configure generic --prefix=/home/binary_c ; make -j$(nproc); make install &&     cd ; rm -rf GSL
  ---> Using cache
- ---> e5447d9332ef
+ ---> e3df8473d53c
 Step 18/53 : RUN mkdir /home/binary_c/libmemoize
  ---> Using cache
- ---> f71a2907f5dc
+ ---> 0d07b9d6f379
 Step 19/53 : WORKDIR /home/binary_c/libmemoize
  ---> Using cache
- ---> 2d4180a800fb
+ ---> c2567e5628a4
 Step 20/53 : RUN wget -N https://gitlab.eps.surrey.ac.uk/ri0005/libmemoize/repository/archive.zip -O libmemoize.zip &&     unzip libmemoize.zip &&     cd libmemoize*/src ; export PREFIX=/home/binary_c ; export LIBMEMOIZE_ARCHFLAGS="-mtune=generic -march=x86-64"; make -j$(nproc); make install &&     cd ; rm -rf libmemoize
  ---> Using cache
- ---> 801625aeaa4f
+ ---> 2423e56c438e
 Step 21/53 : RUN mkdir /home/binary_c/librinterpolate
  ---> Using cache
- ---> 0e8516feab6c
+ ---> bd64284fc4ae
 Step 22/53 : WORKDIR /home/binary_c/librinterpolate
  ---> Using cache
- ---> 372d9f166b3f
+ ---> 837f27f9c589
 Step 23/53 : RUN wget -N https://gitlab.eps.surrey.ac.uk/ri0005/librinterpolate/repository/archive.zip -O librinterpolate.zip &&     unzip librinterpolate.zip &&     cd librinterpolate*/src ; export PREFIX=/home/binary_c ; export LIBRINTERPOLATE_ARCHFLAGS="-mtune=generic -march=x86-64"; make -j$(nproc); make install &&     cd ; rm -rf librinterpolate
  ---> Using cache
- ---> 1c6f86bebd23
+ ---> cd59e2a10edb
 Step 24/53 : RUN mkdir /home/binary_c/libbacktrace
  ---> Using cache
- ---> 692a2bf73b30
+ ---> dd5b17450a22
 Step 25/53 : WORKDIR /home/binary_c/
  ---> Using cache
- ---> 60637a8f6f1c
+ ---> 8c3a71e13a5b
 Step 26/53 : RUN git clone https://github.com/ianlancetaylor/libbacktrace.git
  ---> Using cache
- ---> bf2d62aa1683
+ ---> 56add801f64f
 Step 27/53 : WORKDIR /home/binary_c/libbacktrace/
  ---> Using cache
- ---> 7f05b75f2e31
+ ---> c44ab4c5fbfc
 Step 28/53 : RUN export CFLAGS="-O2 -mtune=generic -march=x86-64" && ./configure --prefix=/home/binary_c && make -j$(nproc) && make install || true
  ---> Using cache
- ---> 699aa5374ca6
+ ---> 880c908e3503
 Step 29/53 : WORKDIR /home/binary_c
  ---> Using cache
- ---> 4827fd5b472a
+ ---> 65e6bae3f79e
 Step 30/53 : RUN rm -rf libbacktrace
  ---> Using cache
- ---> c5ac21d051a5
+ ---> 381ec9ca57eb
 Step 31/53 : WORKDIR /home/binary_c
  ---> Using cache
- ---> 0d9d4278a476
+ ---> c7d6011db26a
 Step 32/53 : RUN mkdir -p /home/binary_c/progs/stars/
  ---> Using cache
- ---> f63dd40769ab
+ ---> 4fc93d36c41e
 Step 33/53 : COPY --chown=binary_c ./binary_c_master /home/binary_c/progs/stars/binary_c
- ---> Using cache
- ---> 7d417b6edc42
+ ---> 85a20eaa997f
 Step 34/53 : WORKDIR /home/binary_c/progs/stars/binary_c
- ---> Using cache
- ---> a274631c6489
+ ---> Running in cbb16107a8ab
+Removing intermediate container cbb16107a8ab
+ ---> f74e20aa6883
 Step 35/53 : RUN export LD_LIBRARY_PATH=$HOME/lib LIBRARY_PATH=$HOME/lib && wc -c LICENCE |gawk "{print \$1}" > .lread &&     export LD_LIBRARY_PATH=$HOME/lib LIBRARY_PATH=$HOME/lib && meson builddir -Dgeneric=true --buildtype release
- ---> Using cache
- ---> c7381eea655c
-Step 36/53 : WORKDIR /home/binary_c/progs/stars/binary_c/builddir
- ---> Using cache
- ---> 356b28ca8dba
-Step 37/53 : RUN export LD_LIBRARY_PATH=$HOME/lib LIBRARY_PATH=$HOME/lib && ninja binary_c_install_legacy
- ---> Using cache
- ---> b617a8138dbc
-Step 38/53 : WORKDIR /home/binary_c/progs/stars/binary_c
- ---> Using cache
- ---> a087c2138d09
-Step 39/53 : RUN rm -rf builddir
- ---> Using cache
- ---> a64867329d92
-Step 40/53 : WORKDIR /home/binary_c/progs/stars/binary_c
- ---> Using cache
- ---> 37d556773b04
-Step 41/53 : RUN cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) &&     cpanm -v --notest Sys::Info
- ---> Running in 14d123ac5a12
---> Working on local::lib
-Fetching http://www.cpan.org/authors/id/H/HA/HAARG/local-lib-2.000024.tar.gz ... OK
-Configuring local-lib-2.000024 ... OK
-Building and testing local-lib-2.000024 ... OK
-Successfully installed local-lib-2.000024
-1 distribution installed
-Attempting to create directory /home/binary_c/perl5
-cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-Work directory is /home/binary_c/.cpanm/work/1573497565.1
-You have make /usr/bin/make
-You have /usr/bin/wget
-You have /bin/tar: tar (GNU tar) 1.29
-Copyright (C) 2015 Free Software Foundation, Inc.
-License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.
-
-Written by John Gilmore and Jay Fenlason.
-You have /usr/bin/unzip
-Searching Sys::Info () on cpanmetadb ...
---2019-11-11 18:39:25--  http://cpanmetadb.plackperl.org/v1.0/package/Sys::Info
-Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 94 [text/yaml]
-Saving to: 'STDOUT'
-
-     0K                                                       100% 7.90M=0s
-
-2019-11-11 18:39:25 (7.90 MB/s) - written to stdout [94/94]
-
---> Working on Sys::Info
-Fetching http://www.cpan.org/authors/id/B/BU/BURAK/Sys-Info-0.7811.tar.gz ... --2019-11-11 18:39:25--  http://www.cpan.org/authors/id/B/BU/BURAK/Sys-Info-0.7811.tar.gz
-Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 16251 (16K) [application/x-gzip]
-Saving to: 'Sys-Info-0.7811.tar.gz'
-
-     0K .......... .....                                      100% 2.62M=0.006s
-
-2019-11-11 18:39:25 (2.62 MB/s) - 'Sys-Info-0.7811.tar.gz' saved [16251/16251]
-
-Unpacking Sys-Info-0.7811.tar.gz
-OK
-Sys-Info-0.7811/
-Sys-Info-0.7811/LICENSE
-Sys-Info-0.7811/Changes
-Sys-Info-0.7811/MANIFEST
-Sys-Info-0.7811/t/
-Sys-Info-0.7811/TODO
-Sys-Info-0.7811/META.yml
-Sys-Info-0.7811/lib/
-Sys-Info-0.7811/Makefile.PL
-Sys-Info-0.7811/META.json
-Sys-Info-0.7811/dist.ini
-Sys-Info-0.7811/lib/Sys/
-Sys-Info-0.7811/lib/Sys/Info.pm
-Sys-Info-0.7811/t/author-pod-coverage.t
-Sys-Info-0.7811/t/00-compile.t
-Sys-Info-0.7811/t/00-report-prereqs.t
-Sys-Info-0.7811/t/author-pod-syntax.t
-Sys-Info-0.7811/t/03-basic.t
-Sys-Info-0.7811/t/00-report-prereqs.dd
-Sys-Info-0.7811/t/release-distmeta.t
-Sys-Info-0.7811/t/04-driver.t
-Entering Sys-Info-0.7811
-Checking configure dependencies from META.json
-Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-Running Makefile.PL
-Configuring Sys-Info-0.7811 ... Warning: prerequisite Sys::Info::Base 0.78 not found.
-Warning: prerequisite Sys::Info::Driver::Linux 0.78 not found.
-Warning: prerequisite Test::Sys::Info 0.20 not found.
-Checking if your kit is complete...
-Looks good
-Generating a Unix-style Makefile
-Writing Makefile for Sys::Info
-Writing MYMETA.yml and MYMETA.json
-Checking dependencies from MYMETA.json ...
-Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-Checking if you have Sys::Info::Base 0.78 ... No
-Checking if you have Sys::Info::Driver::Linux 0.78 ... No
-Searching Sys::Info::Base (0.78) on cpanmetadb ...
-OK
-==> Found dependencies: Sys::Info::Base, Sys::Info::Driver::Linux
---2019-11-11 18:39:25--  http://cpanmetadb.plackperl.org/v1.0/package/Sys::Info::Base
-Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 277 [text/yaml]
-Saving to: 'STDOUT'
-
-     0K                                                       100% 38.3M=0s
-
-2019-11-11 18:39:25 (38.3 MB/s) - written to stdout [277/277]
-
---> Working on Sys::Info::Base
-Fetching http://www.cpan.org/authors/id/B/BU/BURAK/Sys-Info-Base-0.7807.tar.gz ... --2019-11-11 18:39:25--  http://www.cpan.org/authors/id/B/BU/BURAK/Sys-Info-Base-0.7807.tar.gz
-Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 21739 (21K) [application/x-gzip]
-Saving to: 'Sys-Info-Base-0.7807.tar.gz'
-
-     0K .......... .......... .                               100% 2.16M=0.01s
-
-2019-11-11 18:39:25 (2.16 MB/s) - 'Sys-Info-Base-0.7807.tar.gz' saved [21739/21739]
-
-Unpacking Sys-Info-Base-0.7807.tar.gz
-OK
-Sys-Info-Base-0.7807/
-Sys-Info-Base-0.7807/LICENSE
-Sys-Info-Base-0.7807/Changes
-Sys-Info-Base-0.7807/MANIFEST
-Sys-Info-Base-0.7807/t/
-Sys-Info-Base-0.7807/META.yml
-Sys-Info-Base-0.7807/lib/
-Sys-Info-Base-0.7807/Makefile.PL
-Sys-Info-Base-0.7807/META.json
-Sys-Info-Base-0.7807/dist.ini
-Sys-Info-Base-0.7807/lib/Sys/
-Sys-Info-Base-0.7807/lib/Sys/Info/
-Sys-Info-Base-0.7807/lib/Sys/Info/Constants.pm
-Sys-Info-Base-0.7807/lib/Sys/Info/Device.pm
-Sys-Info-Base-0.7807/lib/Sys/Info/OS.pm
-Sys-Info-Base-0.7807/lib/Sys/Info/Helper.pm
-Sys-Info-Base-0.7807/lib/Sys/Info/Device/
-Sys-Info-Base-0.7807/lib/Sys/Info/Driver.pm
-Sys-Info-Base-0.7807/lib/Sys/Info/Base.pm
-Sys-Info-Base-0.7807/lib/Sys/Info/Device/CPU.pm
-Sys-Info-Base-0.7807/t/slurp.txt
-Sys-Info-Base-0.7807/t/author-pod-coverage.t
-Sys-Info-Base-0.7807/t/00-report-prereqs.t
-Sys-Info-Base-0.7807/t/lib/
-Sys-Info-Base-0.7807/t/author-pod-syntax.t
-Sys-Info-Base-0.7807/t/03-basic.t
-Sys-Info-Base-0.7807/t/00-report-prereqs.dd
-Sys-Info-Base-0.7807/t/release-distmeta.t
-Sys-Info-Base-0.7807/t/lib/MyLoadableThing.pm
-Entering Sys-Info-Base-0.7807
-Checking configure dependencies from META.json
-Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-Configuring Sys-Info-Base-0.7807 ... Running Makefile.PL
-Warning: prerequisite Text::Template::Simple 0 not found.
-Checking if your kit is complete...
-Looks good
-Generating a Unix-style Makefile
-Writing Makefile for Sys::Info::Base
-Writing MYMETA.yml and MYMETA.json
-Checking dependencies from MYMETA.json ...
-Checking if you have Text::Template::Simple 0 ... No
-Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-Searching Text::Template::Simple (0) on cpanmetadb ...
-OK
-==> Found dependencies: Text::Template::Simple
---2019-11-11 18:39:25--  http://cpanmetadb.plackperl.org/v1.0/package/Text::Template::Simple
-Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 698 [text/yaml]
-Saving to: 'STDOUT'
-
-     0K                                                       100%  124M=0s
-
-2019-11-11 18:39:26 (124 MB/s) - written to stdout [698/698]
-
---> Working on Text::Template::Simple
-Fetching http://www.cpan.org/authors/id/B/BU/BURAK/Text-Template-Simple-0.91.tar.gz ... --2019-11-11 18:39:26--  http://www.cpan.org/authors/id/B/BU/BURAK/Text-Template-Simple-0.91.tar.gz
-Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 69216 (68K) [application/x-gzip]
-Saving to: 'Text-Template-Simple-0.91.tar.gz'
-
-     0K .......... .......... .......... .......... .......... 73% 1.13M 0s
-    50K .......... .......                                    100%  177M=0.04s
-
-2019-11-11 18:39:26 (1.52 MB/s) - 'Text-Template-Simple-0.91.tar.gz' saved [69216/69216]
-
-OK
-Unpacking Text-Template-Simple-0.91.tar.gz
-Text-Template-Simple-0.91/
-Text-Template-Simple-0.91/LICENSE
-Text-Template-Simple-0.91/bin/
-Text-Template-Simple-0.91/Changes
-Text-Template-Simple-0.91/MANIFEST
-Text-Template-Simple-0.91/etc/
-Text-Template-Simple-0.91/t/
-Text-Template-Simple-0.91/TODO
-Text-Template-Simple-0.91/META.yml
-Text-Template-Simple-0.91/lib/
-Text-Template-Simple-0.91/Makefile.PL
-Text-Template-Simple-0.91/eg/
-Text-Template-Simple-0.91/META.json
-Text-Template-Simple-0.91/dist.ini
-Text-Template-Simple-0.91/eg/precompile.pl
-Text-Template-Simple-0.91/lib/Text/
-Text-Template-Simple-0.91/lib/Text/Template/
-Text-Template-Simple-0.91/lib/Text/Template/Simple/
-Text-Template-Simple-0.91/lib/Text/Template/Simple.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Caller.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Cache/
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Compiler.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Constants.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/IO.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Util.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Cache.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Tokenizer.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/API.pod
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Compiler/
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Base/
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Dummy.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Base/Compiler.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Base/Examine.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Base/Parser.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Base/Include.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Compiler/Safe.pm
-Text-Template-Simple-0.91/lib/Text/Template/Simple/Cache/ID.pm
-Text-Template-Simple-0.91/t/010-subclass-define-bufvar.t
-Text-Template-Simple-0.91/t/021-comment.t
-Text-Template-Simple-0.91/t/017-include-dynamic.t
-Text-Template-Simple-0.91/t/013-cache-other.t
-Text-Template-Simple-0.91/t/006-iolayer.t
-Text-Template-Simple-0.91/t/016-include-static.t
-Text-Template-Simple-0.91/t/012-cache-disk.t
-Text-Template-Simple-0.91/t/033-dynamic-include-shared-vars.t
-Text-Template-Simple-0.91/t/028-include-filter.t
-Text-Template-Simple-0.91/t/031-capture-warnings.t
-Text-Template-Simple-0.91/t/024-include-paths.t
-Text-Template-Simple-0.91/t/004-extend.t
-Text-Template-Simple-0.91/t/author-pod-coverage.t
-Text-Template-Simple-0.91/t/020-fake-include-recursive.t
-Text-Template-Simple-0.91/t/00-compile.t
-Text-Template-Simple-0.91/t/026-template-name-dollar-zero.t
-Text-Template-Simple-0.91/t/009-subclass.t
-Text-Template-Simple-0.91/t/008-escape-delim.t
-Text-Template-Simple-0.91/t/011-cache-mem.t
-Text-Template-Simple-0.91/t/023-change-delims.t
-Text-Template-Simple-0.91/t/005-safe.t
-Text-Template-Simple-0.91/t/030-toke-substr.t
-Text-Template-Simple-0.91/t/015-connector.t
-Text-Template-Simple-0.91/t/00-report-prereqs.t
-Text-Template-Simple-0.91/t/019-dynamic-static-interpolate.t
-Text-Template-Simple-0.91/t/lib/
-Text-Template-Simple-0.91/t/022-monolith.t
-Text-Template-Simple-0.91/t/author-pod-syntax.t
-Text-Template-Simple-0.91/t/00-report-prereqs.dd
-Text-Template-Simple-0.91/t/007-stack.t
-Text-Template-Simple-0.91/t/data/
-Text-Template-Simple-0.91/t/032-empty-includes.t
-Text-Template-Simple-0.91/t/027-include-param.t
-Text-Template-Simple-0.91/t/003-simple.t
-Text-Template-Simple-0.91/t/029-block-filter.t
-Text-Template-Simple-0.91/t/release-distmeta.t
-Text-Template-Simple-0.91/t/025-chomp.t
-Text-Template-Simple-0.91/t/018-include-dynamic-recursive.t
-Text-Template-Simple-0.91/t/data/shared-var-2.tts
-Text-Template-Simple-0.91/t/data/shared-var-3.tts
-Text-Template-Simple-0.91/t/data/raw.txt
-Text-Template-Simple-0.91/t/data/shared-var-1.tts
-Text-Template-Simple-0.91/t/data/tname_sub.tts
-Text-Template-Simple-0.91/t/data/028-dynamic.tts
-Text-Template-Simple-0.91/t/data/shared-var.tts
-Text-Template-Simple-0.91/t/data/monolith-1.tts
-Text-Template-Simple-0.91/t/data/monolith-3.tts
-Text-Template-Simple-0.91/t/data/test.tts
-Text-Template-Simple-0.91/t/data/monolith-2.tts
-Text-Template-Simple-0.91/t/data/path1/
-Text-Template-Simple-0.91/t/data/dynamic.tts
-Text-Template-Simple-0.91/t/data/027-dynamic.tts
-Text-Template-Simple-0.91/t/data/027-dynamic-inc.tts
-Text-Template-Simple-0.91/t/data/interpolate_data.tts
-Text-Template-Simple-0.91/t/data/empty.tts
-Text-Template-Simple-0.91/t/data/interpolate.tts
-Text-Template-Simple-0.91/t/data/tname_main.tts
-Text-Template-Simple-0.91/t/data/test_var.tts
-Text-Template-Simple-0.91/t/data/dynamic_delim.tts
-Text-Template-Simple-0.91/t/data/monolith.tts
-Text-Template-Simple-0.91/t/data/static.tts
-Text-Template-Simple-0.91/t/data/path2/
-Text-Template-Simple-0.91/t/data/recursive.tts
-Text-Template-Simple-0.91/t/data/path2/test3.tts
-Text-Template-Simple-0.91/t/data/path2/test2.tts
-Text-Template-Simple-0.91/t/data/path1/test4.tts
-Text-Template-Simple-0.91/t/data/path1/test1.tts
-Text-Template-Simple-0.91/t/lib/My.pm
-Text-Template-Simple-0.91/t/lib/MyUtil.pm
-Text-Template-Simple-0.91/t/lib/TTSConnector.pm
-Text-Template-Simple-0.91/etc/flowchart.txt
-Text-Template-Simple-0.91/bin/tts
-Entering Text-Template-Simple-0.91
-Checking configure dependencies from META.json
-Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-Configuring Text-Template-Simple-0.91 ... Running Makefile.PL
-Checking if your kit is complete...
-Looks good
-Generating a Unix-style Makefile
-Writing Makefile for Text::Template::Simple
-Writing MYMETA.yml and MYMETA.json
-Checking dependencies from MYMETA.json ...
-Checking if you have Digest::MD5 1 ... Yes (2.55_01)
-Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-OK
-Building Text-Template-Simple-0.91 ... cp lib/Text/Template/Simple/Base/Compiler.pm blib/lib/Text/Template/Simple/Base/Compiler.pm
-cp lib/Text/Template/Simple.pm blib/lib/Text/Template/Simple.pm
-cp lib/Text/Template/Simple/Util.pm blib/lib/Text/Template/Simple/Util.pm
-cp lib/Text/Template/Simple/IO.pm blib/lib/Text/Template/Simple/IO.pm
-cp lib/Text/Template/Simple/Base/Examine.pm blib/lib/Text/Template/Simple/Base/Examine.pm
-cp lib/Text/Template/Simple/Constants.pm blib/lib/Text/Template/Simple/Constants.pm
-cp lib/Text/Template/Simple/Cache/ID.pm blib/lib/Text/Template/Simple/Cache/ID.pm
-cp lib/Text/Template/Simple/Compiler.pm blib/lib/Text/Template/Simple/Compiler.pm
-cp lib/Text/Template/Simple/API.pod blib/lib/Text/Template/Simple/API.pod
-cp lib/Text/Template/Simple/Base/Parser.pm blib/lib/Text/Template/Simple/Base/Parser.pm
-cp lib/Text/Template/Simple/Cache.pm blib/lib/Text/Template/Simple/Cache.pm
-cp lib/Text/Template/Simple/Tokenizer.pm blib/lib/Text/Template/Simple/Tokenizer.pm
-cp lib/Text/Template/Simple/Base/Include.pm blib/lib/Text/Template/Simple/Base/Include.pm
-cp lib/Text/Template/Simple/Compiler/Safe.pm blib/lib/Text/Template/Simple/Compiler/Safe.pm
-cp lib/Text/Template/Simple/Caller.pm blib/lib/Text/Template/Simple/Caller.pm
-cp lib/Text/Template/Simple/Dummy.pm blib/lib/Text/Template/Simple/Dummy.pm
-cp bin/tts blib/script/tts
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tts
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Util.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/IO.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Cache.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/API.pod
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Dummy.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Constants.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Caller.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Compiler.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Tokenizer.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Base/Include.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Base/Examine.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Base/Compiler.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Base/Parser.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Compiler/Safe.pm
-Installing /home/binary_c/perl5/lib/perl5/Text/Template/Simple/Cache/ID.pm
-Installing /home/binary_c/perl5/bin/tts
-Appending installation info to /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
-OK
-Successfully installed Text-Template-Simple-0.91
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Text-Template-Simple-0.91/MYMETA.json
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Text-Template-Simple-0.91/install.json
-Building Sys-Info-Base-0.7807 ... cp lib/Sys/Info/Device.pm blib/lib/Sys/Info/Device.pm
-cp lib/Sys/Info/Helper.pm blib/lib/Sys/Info/Helper.pm
-cp lib/Sys/Info/Driver.pm blib/lib/Sys/Info/Driver.pm
-cp lib/Sys/Info/OS.pm blib/lib/Sys/Info/OS.pm
-cp lib/Sys/Info/Constants.pm blib/lib/Sys/Info/Constants.pm
-cp lib/Sys/Info/Device/CPU.pm blib/lib/Sys/Info/Device/CPU.pm
-cp lib/Sys/Info/Base.pm blib/lib/Sys/Info/Base.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Driver.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Base.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Device.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Constants.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Helper.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/OS.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Device/CPU.pm
-Appending installation info to /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
-OK
-Successfully installed Sys-Info-Base-0.7807
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Sys-Info-Base-0.7807/MYMETA.json
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Sys-Info-Base-0.7807/install.json
-Searching Sys::Info::Driver::Linux (0.78) on cpanmetadb ...
---2019-11-11 18:39:27--  http://cpanmetadb.plackperl.org/v1.0/package/Sys::Info::Driver::Linux
-Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 410 [text/yaml]
-Saving to: 'STDOUT'
-
-     0K                                                       100% 40.2M=0s
-
-2019-11-11 18:39:27 (40.2 MB/s) - written to stdout [410/410]
-
---> Working on Sys::Info::Driver::Linux
-Fetching http://www.cpan.org/authors/id/B/BU/BURAK/Sys-Info-Driver-Linux-0.7905.tar.gz ... --2019-11-11 18:39:27--  http://www.cpan.org/authors/id/B/BU/BURAK/Sys-Info-Driver-Linux-0.7905.tar.gz
-Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 24133 (24K) [application/x-gzip]
-Saving to: 'Sys-Info-Driver-Linux-0.7905.tar.gz'
-
-     0K .......... .......... ...                             100% 2.15M=0.01s
-
-2019-11-11 18:39:27 (2.15 MB/s) - 'Sys-Info-Driver-Linux-0.7905.tar.gz' saved [24133/24133]
-
-Unpacking Sys-Info-Driver-Linux-0.7905.tar.gz
-OK
-Sys-Info-Driver-Linux-0.7905/
-Sys-Info-Driver-Linux-0.7905/LICENSE
-Sys-Info-Driver-Linux-0.7905/Changes
-Sys-Info-Driver-Linux-0.7905/MANIFEST
-Sys-Info-Driver-Linux-0.7905/t/
-Sys-Info-Driver-Linux-0.7905/META.yml
-Sys-Info-Driver-Linux-0.7905/lib/
-Sys-Info-Driver-Linux-0.7905/Makefile.PL
-Sys-Info-Driver-Linux-0.7905/META.json
-Sys-Info-Driver-Linux-0.7905/dist.ini
-Sys-Info-Driver-Linux-0.7905/lib/Sys/
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux/
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux.pm
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux/Constants.pm
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux/Device.pm
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux/OS.pm
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux/Device/
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux/OS/
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux/OS/Distribution/
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux/OS/Distribution.pm
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm
-Sys-Info-Driver-Linux-0.7905/lib/Sys/Info/Driver/Linux/Device/CPU.pm
-Sys-Info-Driver-Linux-0.7905/t/04-distribution.t
-Sys-Info-Driver-Linux-0.7905/t/author-pod-coverage.t
-Sys-Info-Driver-Linux-0.7905/t/00-compile.t
-Sys-Info-Driver-Linux-0.7905/t/00-report-prereqs.t
-Sys-Info-Driver-Linux-0.7905/t/author-pod-syntax.t
-Sys-Info-Driver-Linux-0.7905/t/03-basic.t
-Sys-Info-Driver-Linux-0.7905/t/00-report-prereqs.dd
-Sys-Info-Driver-Linux-0.7905/t/release-distmeta.t
-Entering Sys-Info-Driver-Linux-0.7905
-Checking configure dependencies from META.json
-Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-Running Makefile.PL
-Configuring Sys-Info-Driver-Linux-0.7905 ... Warning: prerequisite Config::General 0 not found.
-Warning: prerequisite Test::Sys::Info 0.20 not found.
-Warning: prerequisite Unix::Processors 0 not found.
-Checking if your kit is complete...
-Looks good
-Generating a Unix-style Makefile
-Writing Makefile for Sys::Info::Driver::Linux
-Writing MYMETA.yml and MYMETA.json
-Checking dependencies from MYMETA.json ...
-Checking if you have Config::General 0 ... No
-Checking if you have Unix::Processors 0 ... No
-Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-Checking if you have Sys::Info::Base 0.7801 ... Yes (0.7807)
-Searching Config::General (0) on cpanmetadb ...
-OK
-==> Found dependencies: Config::General, Unix::Processors
---2019-11-11 18:39:28--  http://cpanmetadb.plackperl.org/v1.0/package/Config::General
-Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 174 [text/yaml]
-Saving to: 'STDOUT'
-
-     0K                                                       100% 25.3M=0s
-
-2019-11-11 18:39:28 (25.3 MB/s) - written to stdout [174/174]
-
---> Working on Config::General
-Fetching http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-2.63.tar.gz ... --2019-11-11 18:39:28--  http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-2.63.tar.gz
-Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 64700 (63K) [application/x-gzip]
-Saving to: 'Config-General-2.63.tar.gz'
-
-     0K .......... .......... .......... .......... .......... 79% 1.47M 0s
-    50K .......... ...                                        100%  169M=0.03s
-
-2019-11-11 18:39:28 (1.85 MB/s) - 'Config-General-2.63.tar.gz' saved [64700/64700]
-
-Unpacking Config-General-2.63.tar.gz
-OK
-Config-General-2.63/
-Config-General-2.63/README
-Config-General-2.63/General.pm
-Config-General-2.63/General/
-Config-General-2.63/t/
-Config-General-2.63/META.yml
-Config-General-2.63/example.cfg
-Config-General-2.63/Changelog
-Config-General-2.63/Makefile.PL
-Config-General-2.63/MANIFEST
-Config-General-2.63/META.json
-Config-General-2.63/t/cfg.58
-Config-General-2.63/t/complex.cfg
-Config-General-2.63/t/apache-include-opt.conf
-Config-General-2.63/t/cfg.17
-Config-General-2.63/t/cfg.20.a
-Config-General-2.63/t/cfg.41
-Config-General-2.63/t/cfg.46
-Config-General-2.63/t/cfg.7
-Config-General-2.63/t/cfg.55
-Config-General-2.63/t/Tie/
-Config-General-2.63/t/cfg.51
-Config-General-2.63/t/cfg.3
-Config-General-2.63/t/apache-include.conf
-Config-General-2.63/t/cfg.42
-Config-General-2.63/t/cfg.20.b
-Config-General-2.63/t/complex/
-Config-General-2.63/t/cfg.45
-Config-General-2.63/t/notincluded.conf.not
-Config-General-2.63/t/cfg.19
-Config-General-2.63/t/cfg.4
-Config-General-2.63/t/cfg.6
-Config-General-2.63/t/cfg.40
-Config-General-2.63/t/utf8_bom/
-Config-General-2.63/t/cfg.16
-Config-General-2.63/t/dual-include.conf
-Config-General-2.63/t/cfg.5
-Config-General-2.63/t/test.rc
-Config-General-2.63/t/cfg.39
-Config-General-2.63/t/cfg.16a
-Config-General-2.63/t/run.t
-Config-General-2.63/t/cfg.20.c
-Config-General-2.63/t/cfg.43
-Config-General-2.63/t/cfg.34
-Config-General-2.63/t/sub1/
-Config-General-2.63/t/cfg.8
-Config-General-2.63/t/cfg.2
-Config-General-2.63/t/included.conf
-Config-General-2.63/t/sub1/cfg.sub1e
-Config-General-2.63/t/sub1/sub2/
-Config-General-2.63/t/sub1/cfg.sub1b
-Config-General-2.63/t/sub1/cfg.sub1c
-Config-General-2.63/t/sub1/cfg.sub1
-Config-General-2.63/t/sub1/cfg.sub1d
-Config-General-2.63/t/sub1/sub2/cfg.sub2b
-Config-General-2.63/t/sub1/sub2/sub3/
-Config-General-2.63/t/sub1/sub2/cfg.sub2
-Config-General-2.63/t/sub1/sub2/sub3/cfg.sub3
-Config-General-2.63/t/utf8_bom/foo.cfg
-Config-General-2.63/t/utf8_bom/bar.cfg
-Config-General-2.63/t/complex/n1.cfg
-Config-General-2.63/t/complex/n2.cfg
-Config-General-2.63/t/Tie/README
-Config-General-2.63/t/Tie/IxHash.pm
-Config-General-2.63/General/Interpolated.pm
-Config-General-2.63/General/Extended.pm
-Entering Config-General-2.63
-Checking configure dependencies from META.json
-Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-Configuring Config-General-2.63 ... Running Makefile.PL
-Checking if your kit is complete...
-Looks good
-Generating a Unix-style Makefile
-Writing Makefile for Config::General
-Writing MYMETA.yml and MYMETA.json
-Checking dependencies from MYMETA.json ...
-Checking if you have IO::File 0 ... Yes (1.41)
-Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-Checking if you have File::Glob 0 ... Yes (1.32)
-Checking if you have File::Spec::Functions 0 ... Yes (3.78)
-Checking if you have FileHandle 0 ... Yes (2.03)
-OK
-Building Config-General-2.63 ... cp General/Interpolated.pm blib/lib/Config/General/Interpolated.pm
-cp General.pm blib/lib/Config/General.pm
-cp General/Extended.pm blib/lib/Config/General/Extended.pm
-Installing /home/binary_c/perl5/lib/perl5/Config/General.pm
-Installing /home/binary_c/perl5/lib/perl5/Config/General/Extended.pm
-Installing /home/binary_c/perl5/lib/perl5/Config/General/Interpolated.pm
-Appending installation info to /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
-OK
-Successfully installed Config-General-2.63
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Config-General-2.63/MYMETA.json
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Config-General-2.63/install.json
-Searching Unix::Processors (0) on cpanmetadb ...
---2019-11-11 18:39:28--  http://cpanmetadb.plackperl.org/v1.0/package/Unix::Processors
-Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 139 [text/yaml]
-Saving to: 'STDOUT'
-
-     0K                                                       100% 10.9M=0s
-
-2019-11-11 18:39:28 (10.9 MB/s) - written to stdout [139/139]
-
---> Working on Unix::Processors
-Fetching http://www.cpan.org/authors/id/W/WS/WSNYDER/Unix-Processors-2.046.tar.gz ... --2019-11-11 18:39:28--  http://www.cpan.org/authors/id/W/WS/WSNYDER/Unix-Processors-2.046.tar.gz
-Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 14556 (14K) [application/x-gzip]
-Saving to: 'Unix-Processors-2.046.tar.gz'
-
-     0K .......... ....                                       100% 1.97M=0.007s
-
-2019-11-11 18:39:28 (1.97 MB/s) - 'Unix-Processors-2.046.tar.gz' saved [14556/14556]
-
-Unpacking Unix-Processors-2.046.tar.gz
-OK
-Unix-Processors-2.046/
-Unix-Processors-2.046/MANIFEST.SKIP
-Unix-Processors-2.046/.gitignore
-Unix-Processors-2.046/typemap
-Unix-Processors-2.046/Processors/
-Unix-Processors-2.046/Processors/Info.pm
-Unix-Processors-2.046/META.yml
-Unix-Processors-2.046/Makefile.PL
-Unix-Processors-2.046/COPYING
-Unix-Processors-2.046/README
-Unix-Processors-2.046/readme.texi
-Unix-Processors-2.046/Changes
-Unix-Processors-2.046/MANIFEST
-Unix-Processors-2.046/Processors.pm
-Unix-Processors-2.046/Processors.xs
-Unix-Processors-2.046/t/
-Unix-Processors-2.046/t/01_manifest.t
-Unix-Processors-2.046/t/00_pod.t
-Unix-Processors-2.046/t/test_utils.pl
-Unix-Processors-2.046/t/20_test.t
-Entering Unix-Processors-2.046
-Checking configure dependencies from META.yml
-Running Makefile.PL
-Configuring Unix-Processors-2.046 ... Checking if your kit is complete...
-Looks good
-Generating a Unix-style Makefile
-Writing Makefile for Unix::Processors
-Writing MYMETA.yml and MYMETA.json
-Checking dependencies from MYMETA.json ...
-Checking if you have warnings 1 ... Yes (1.45)
-Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-Checking if you have Test 1 ... Yes (1.31)
-OK
-Building Unix-Processors-2.046 ... cp Processors.pm blib/lib/Unix/Processors.pm
-cp Processors/Info.pm blib/lib/Unix/Processors/Info.pm
-Running Mkbootstrap for Processors ()
-chmod 644 "Processors.bs"
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Processors.bs blib/arch/auto/Unix/Processors/Processors.bs 644
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/xsubpp"  -typemap '/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/typemap' -typemap '/home/binary_c/.cpanm/work/1573497565.1/Unix-Processors-2.046/typemap'  Processors.xs > Processors.xsc
-mv Processors.xsc Processors.c
-cc -c   -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.046\" -DXS_VERSION=\"2.046\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"   Processors.c
-rm -f blib/arch/auto/Unix/Processors/Processors.so
-cc  -shared -O2 -mtune=generic -march=x86-64 -L/usr/local/lib -fstack-protector-strong  Processors.o  -o blib/arch/auto/Unix/Processors/Processors.so  \
-      \
-  
-chmod 755 blib/arch/auto/Unix/Processors/Processors.so
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Processors.bs blib/arch/auto/Unix/Processors/Processors.bs 644
-Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/auto/Unix/Processors/Processors.so
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/Unix/Processors.pm
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/Unix/Processors/Info.pm
-Appending installation info to /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
-OK
-Successfully installed Unix-Processors-2.046
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Unix-Processors-2.046/MYMETA.json
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Unix-Processors-2.046/install.json
-Building Sys-Info-Driver-Linux-0.7905 ... cp lib/Sys/Info/Driver/Linux/Constants.pm blib/lib/Sys/Info/Driver/Linux/Constants.pm
-cp lib/Sys/Info/Driver/Linux/Device/CPU.pm blib/lib/Sys/Info/Driver/Linux/Device/CPU.pm
-cp lib/Sys/Info/Driver/Linux.pm blib/lib/Sys/Info/Driver/Linux.pm
-cp lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm blib/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm
-cp lib/Sys/Info/Driver/Linux/OS/Distribution.pm blib/lib/Sys/Info/Driver/Linux/OS/Distribution.pm
-cp lib/Sys/Info/Driver/Linux/Device.pm blib/lib/Sys/Info/Driver/Linux/Device.pm
-cp lib/Sys/Info/Driver/Linux/OS.pm blib/lib/Sys/Info/Driver/Linux/OS.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Driver/Linux.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Driver/Linux/Device.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Driver/Linux/Constants.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Driver/Linux/OS.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Driver/Linux/OS/Distribution.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info/Driver/Linux/Device/CPU.pm
-Appending installation info to /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
-OK
-Successfully installed Sys-Info-Driver-Linux-0.7905
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Sys-Info-Driver-Linux-0.7905/MYMETA.json
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Sys-Info-Driver-Linux-0.7905/install.json
-Building Sys-Info-0.7811 ... cp lib/Sys/Info.pm blib/lib/Sys/Info.pm
-Installing /home/binary_c/perl5/lib/perl5/Sys/Info.pm
-Appending installation info to /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
-OK
-Successfully installed Sys-Info-0.7811
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Sys-Info-0.7811/MYMETA.json
-Installing /home/binary_c/perl5/lib/perl5/x86_64-linux-thread-multi/.meta/Sys-Info-0.7811/install.json
-6 distributions installed
-Removing intermediate container 14d123ac5a12
- ---> 67718633126c
-Step 42/53 : WORKDIR /home/binary_c/progs/stars/binary_c/src/perl
- ---> Running in df2aa6c97a98
-Removing intermediate container df2aa6c97a98
- ---> 97cf7638f4e8
-Step 43/53 : RUN ./install_modules.pl &&     cpanm List::MoreUtils
- ---> Running in 11d3cb20c76b
-Installing POSIX with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497573.16
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching POSIX () on cpanmetadb ...
-cpanm : --2019-11-11 18:39:33--  http://cpanmetadb.plackperl.org/v1.0/package/POSIX
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 2937 (2.9K) [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K ..                                                    100%  132M=0s
-cpanm : 
-cpanm : 2019-11-11 18:39:33 (132 MB/s) - written to stdout [2937/2937]
-cpanm : 
-cpanm : POSIX is up to date. (1.89)
-
-Installing Carp with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497573.21
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching Carp () on cpanmetadb ...
-cpanm : --2019-11-11 18:39:33--  http://cpanmetadb.plackperl.org/v1.0/package/Carp
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 102 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 11.1M=0s
-cpanm : 
-cpanm : 2019-11-11 18:39:33 (11.1 MB/s) - written to stdout [102/102]
-cpanm : 
-cpanm : Carp is up to date. (1.50)
-
-Installing Clone with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497573.26
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching Clone () on cpanmetadb ...
-cpanm : --2019-11-11 18:39:33--  http://cpanmetadb.plackperl.org/v1.0/package/Clone
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 83 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 11.8M=0s
-cpanm : 
-cpanm : 2019-11-11 18:39:34 (11.8 MB/s) - written to stdout [83/83]
-cpanm : 
-cpanm : --> Working on Clone
-cpanm : Fetching http://www.cpan.org/authors/id/A/AT/ATOOMIC/Clone-0.43.tar.gz ... --2019-11-11 18:39:34--  http://www.cpan.org/authors/id/A/AT/ATOOMIC/Clone-0.43.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 15953 (16K) [application/x-gzip]
-cpanm : Saving to: 'Clone-0.43.tar.gz'
-cpanm : 
-cpanm :      0K .......... .....                                      100% 2.86M=0.005s
-cpanm : 
-cpanm : 2019-11-11 18:39:34 (2.86 MB/s) - 'Clone-0.43.tar.gz' saved [15953/15953]
-cpanm : 
-cpanm : Unpacking Clone-0.43.tar.gz
-cpanm : OK
-cpanm : Clone-0.43/
-cpanm : Clone-0.43/Changes
-cpanm : Clone-0.43/MANIFEST
-cpanm : Clone-0.43/t/
-cpanm : Clone-0.43/README.md
-cpanm : Clone-0.43/Clone.xs
-cpanm : Clone-0.43/META.yml
-cpanm : Clone-0.43/Makefile.PL
-cpanm : Clone-0.43/Clone.pm
-cpanm : Clone-0.43/META.json
-cpanm : Clone-0.43/t/04tie.t
-cpanm : Clone-0.43/t/07magic.t
-cpanm : Clone-0.43/t/dclone.t
-cpanm : Clone-0.43/t/dump.pl
-cpanm : Clone-0.43/t/05dtype.t
-cpanm : Clone-0.43/t/01array.t
-cpanm : Clone-0.43/t/06refcnt.t
-cpanm : Clone-0.43/t/03scalar.t
-cpanm : Clone-0.43/t/08fieldhash.t
-cpanm : Clone-0.43/t/02hash.t
-cpanm : Clone-0.43/t/tied.pl
-cpanm : Entering Clone-0.43
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Clone-0.43 ... Warning: prerequisite B::COW 0 not found.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Clone
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have B::COW 0 ... No
-cpanm : Checking if you have Test::More 0 ... Yes (1.302168)
-cpanm : Searching B::COW (0) on cpanmetadb ...
-cpanm : OK
-cpanm : ==> Found dependencies: B::COW
-cpanm : --2019-11-11 18:39:34--  http://cpanmetadb.plackperl.org/v1.0/package/B::COW
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 87 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 8.42M=0s
-cpanm : 
-cpanm : 2019-11-11 18:39:34 (8.42 MB/s) - written to stdout [87/87]
-cpanm : 
-cpanm : --> Working on B::COW
-cpanm : Fetching http://www.cpan.org/authors/id/A/AT/ATOOMIC/B-COW-0.001.tar.gz ... --2019-11-11 18:39:34--  http://www.cpan.org/authors/id/A/AT/ATOOMIC/B-COW-0.001.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 18005 (18K) [application/x-gzip]
-cpanm : Saving to: 'B-COW-0.001.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......                                    100% 1.79M=0.01s
-cpanm : 
-cpanm : 2019-11-11 18:39:34 (1.79 MB/s) - 'B-COW-0.001.tar.gz' saved [18005/18005]
-cpanm : 
-cpanm : Unpacking B-COW-0.001.tar.gz
-cpanm : OK
-cpanm : B-COW-0.001/
-cpanm : B-COW-0.001/README
-cpanm : B-COW-0.001/COW.xs
-cpanm : B-COW-0.001/LICENSE
-cpanm : B-COW-0.001/Changes
-cpanm : B-COW-0.001/META.yml
-cpanm : B-COW-0.001/MANIFEST
-cpanm : B-COW-0.001/dist.ini
-cpanm : B-COW-0.001/META.json
-cpanm : B-COW-0.001/Makefile.PL
-cpanm : B-COW-0.001/t/
-cpanm : B-COW-0.001/t/00-load.t
-cpanm : B-COW-0.001/t/01-basic.t
-cpanm : B-COW-0.001/t/00-report-prereqs.t
-cpanm : B-COW-0.001/t/00-report-prereqs.dd
-cpanm : B-COW-0.001/lib/
-cpanm : B-COW-0.001/lib/B/
-cpanm : B-COW-0.001/lib/B/COW.pm
-cpanm : B-COW-0.001/xt/
-cpanm : B-COW-0.001/xt/author/
-cpanm : B-COW-0.001/xt/author/no-tabs.t
-cpanm : B-COW-0.001/xt/author/synopsis.t
-cpanm : B-COW-0.001/xt/author/00-compile.t
-cpanm : B-COW-0.001/xt/author/pod-syntax.t
-cpanm : B-COW-0.001/xt/author/minimum-version.t
-cpanm : B-COW-0.001/xt/release/
-cpanm : B-COW-0.001/xt/release/distmeta.t
-cpanm : B-COW-0.001/examples/
-cpanm : B-COW-0.001/examples/synopsis.pl
-cpanm : Entering B-COW-0.001
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring B-COW-0.001 ... Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for B::COW
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Devel::Peek 0 ... Yes (1.28)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have File::Spec 0 ... Yes (3.78)
-cpanm : Checking if you have Test::More 0 ... Yes (1.302168)
-cpanm : OK
-cpanm : Building and testing B-COW-0.001 ... cp lib/B/COW.pm blib/lib/B/COW.pm
-cpanm : Running Mkbootstrap for COW ()
-cpanm : chmod 644 "COW.bs"
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- COW.bs blib/arch/auto/B/COW/COW.bs 644
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/xsubpp"  -typemap '/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/typemap'  COW.xs > COW.xsc
-cpanm : Please specify prototyping behavior for COW.xs (see perlxs manual)
-cpanm : mv COW.xsc COW.c
-cpanm : cc -c   -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"0.001\" -DXS_VERSION=\"0.001\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"   COW.c
-cpanm : rm -f blib/arch/auto/B/COW/COW.so
-cpanm : cc  -shared -O2 -mtune=generic -march=x86-64 -L/usr/local/lib -fstack-protector-strong  COW.o  -o blib/arch/auto/B/COW/COW.so  \
-cpanm :       \
-cpanm :   
-cpanm : chmod 755 blib/arch/auto/B/COW/COW.so
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- COW.bs blib/arch/auto/B/COW/COW.bs 644
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/00-load.t ............ ok
-cpanm : # 
-cpanm : # Versions for all modules listed in MYMETA.json (including optional ones):
-cpanm : # 
-cpanm : # === Configure Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Build Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Test Requires ===
-cpanm : # 
-cpanm : #     Module              Want     Have
-cpanm : #     ------------------- ---- --------
-cpanm : #     Devel::Peek          any     1.28
-cpanm : #     ExtUtils::MakeMaker  any     7.38
-cpanm : #     File::Spec           any     3.78
-cpanm : #     Test::More           any 1.302168
-cpanm : # 
-cpanm : # === Test Recommends ===
-cpanm : # 
-cpanm : #     Module         Want     Have
-cpanm : #     ---------- -------- --------
-cpanm : #     CPAN::Meta 2.120900 2.150010
-cpanm : # 
-cpanm : # === Runtime Requires ===
-cpanm : # 
-cpanm : #     Module Want Have
-cpanm : #     ------ ---- ----
-cpanm : # 
-cpanm : t/00-report-prereqs.t .. ok
-cpanm : t/01-basic.t ........... ok
-cpanm : All tests successful.
-cpanm : Files=3, Tests=25,  1 wallclock secs ( 0.03 usr  0.00 sys +  0.31 cusr  0.03 csys =  0.37 CPU)
-cpanm : Result: PASS
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- COW.bs blib/arch/auto/B/COW/COW.bs 644
-cpanm : Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/auto/B/COW/COW.so
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/B/COW.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed B-COW-0.001
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/B-COW-0.001/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/B-COW-0.001/install.json
-cpanm : Building and testing Clone-0.43 ... cp Clone.pm blib/lib/Clone.pm
-cpanm : AutoSplitting blib/lib/Clone.pm (blib/lib/auto/Clone)
-cpanm : Running Mkbootstrap for Clone ()
-cpanm : chmod 644 "Clone.bs"
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/xsubpp"  -typemap '/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/typemap'  Clone.xs > Clone.xsc
-cpanm : mv Clone.xsc Clone.c
-cpanm : cc -c   -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3   -DVERSION=\"0.43\" -DXS_VERSION=\"0.43\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"   Clone.c
-cpanm : rm -f blib/arch/auto/Clone/Clone.so
-cpanm : cc  -shared -O2 -mtune=generic -march=x86-64 -L/usr/local/lib -fstack-protector-strong  Clone.o  -o blib/arch/auto/Clone/Clone.so  \
-cpanm :       \
-cpanm :   
-cpanm : chmod 755 blib/arch/auto/Clone/Clone.so
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/01array.t ...... ok
-cpanm : t/02hash.t ....... ok
-cpanm : (?^:abcdefg) vs (?^:abcdefg) at t/03scalar.t line 132.
-cpanm : t/03scalar.t ..... ok
-cpanm : t/04tie.t ........ ok
-cpanm : t/05dtype.t ...... ok
-cpanm : t/06refcnt.t ..... ok
-cpanm : SV = PVMG(0x55fe3fafbbd0) at 0x55fe3f3473e8
-cpanm :   REFCNT = 1
-cpanm :   FLAGS = (SMG,POK,pPOK,UTF8)
-cpanm :   IV = 0
-cpanm :   NV = 0
-cpanm :   PV = 0x55fe3fae9a70 "a\r\n"\0 [UTF8 "a\r\n"]
-cpanm :   CUR = 3
-cpanm :   LEN = 10
-cpanm :   MAGIC = 0x55fe3fa727b0
-cpanm :     MG_VIRTUAL = &PL_vtbl_utf8
-cpanm :     MG_TYPE = PERL_MAGIC_utf8(w)
-cpanm :     MG_LEN = -1
-cpanm :     MG_PTR = 0x55fe3f9da5b0
-cpanm :        0: 2 -> 2
-cpanm :        1: 0 -> 0
-cpanm : SV = PVMG(0x55fe3fafbc60) at 0x55fe3fac9e20
-cpanm :   REFCNT = 1
-cpanm :   FLAGS = (SMG,POK,pPOK,UTF8)
-cpanm :   IV = 0
-cpanm :   NV = 0
-cpanm :   PV = 0x55fe3fad6c40 "a\r\n"\0 [UTF8 "a\r\n"]
-cpanm :   CUR = 3
-cpanm :   LEN = 10
-cpanm :   MAGIC = 0x55fe3faeaa00
-cpanm :     MG_VIRTUAL = &PL_vtbl_utf8
-cpanm :     MG_TYPE = PERL_MAGIC_utf8(w)
-cpanm :     MG_LEN = -1
-cpanm :     MG_PTR = 0x55fe3f9d4c40
-cpanm :        0: 2 -> 2
-cpanm :        1: 0 -> 0
-cpanm : t/07magic.t ...... ok
-cpanm : t/08fieldhash.t .. ok
-cpanm : t/dclone.t ....... ok
-cpanm : All tests successful.
-cpanm : Files=9, Tests=86,  0 wallclock secs ( 0.05 usr  0.01 sys +  0.27 cusr  0.03 csys =  0.36 CPU)
-cpanm : Result: PASS
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644
-cpanm : Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/auto/Clone/Clone.so
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/Clone.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/auto/Clone/autosplit.ix
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Clone-0.43
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Clone-0.43/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Clone-0.43/install.json
-cpanm : 2 distributions installed
-
-Installing common::sense with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497577.317
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching common::sense () on cpanmetadb ...
-cpanm : --2019-11-11 18:39:37--  http://cpanmetadb.plackperl.org/v1.0/package/common::sense
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 99 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 10.6M=0s
-cpanm : 
-cpanm : 2019-11-11 18:39:37 (10.6 MB/s) - written to stdout [99/99]
-cpanm : 
-cpanm : --> Working on common::sense
-cpanm : Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz ... --2019-11-11 18:39:37--  http://www.cpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 13002 (13K) [application/x-gzip]
-cpanm : Saving to: 'common-sense-3.74.tar.gz'
-cpanm : 
-cpanm :      0K .......... ..                                         100% 71.6M=0s
-cpanm : 
-cpanm : 2019-11-11 18:39:37 (71.6 MB/s) - 'common-sense-3.74.tar.gz' saved [13002/13002]
-cpanm : 
-cpanm : Unpacking common-sense-3.74.tar.gz
-cpanm : OK
-cpanm : common-sense-3.74/
-cpanm : common-sense-3.74/Makefile.PL
-cpanm : common-sense-3.74/sense.pm.PL
-cpanm : common-sense-3.74/META.yml
-cpanm : common-sense-3.74/Changes
-cpanm : common-sense-3.74/META.json
-cpanm : common-sense-3.74/LICENSE
-cpanm : common-sense-3.74/README
-cpanm : common-sense-3.74/t/
-cpanm : common-sense-3.74/t/00_load.t
-cpanm : common-sense-3.74/t/01_arch.t
-cpanm : common-sense-3.74/sense.pod
-cpanm : common-sense-3.74/MANIFEST
-cpanm : Entering common-sense-3.74
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring common-sense-3.74 ... Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for common::sense
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : OK
-cpanm : Building and testing common-sense-3.74 ... "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" sense.pm.PL sense.pm 
-cpanm : cp sense.pod blib/lib/common/sense.pod
-cpanm : cp sense.pm blib/arch/common/sense.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/00_load.t .. ok
-cpanm : t/01_arch.t .. ok
-cpanm : All tests successful.
-cpanm : Files=2, Tests=2,  0 wallclock secs ( 0.02 usr +  0.01 sys =  0.03 CPU)
-cpanm : Result: PASS
-cpanm : Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/common/sense.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/common/sense.pod
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed common-sense-3.74
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/common-sense-3.74/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/common-sense-3.74/install.json
-cpanm : 1 distribution installed
-
-Installing Compress::Zlib with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497578.435
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching Compress::Zlib () on cpanmetadb ...
-cpanm : --2019-11-11 18:39:38--  http://cpanmetadb.plackperl.org/v1.0/package/Compress::Zlib
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 1069 (1.0K) [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K .                                                     100%  143M=0s
-cpanm : 
-cpanm : 2019-11-11 18:39:39 (143 MB/s) - written to stdout [1069/1069]
-cpanm : 
-cpanm : --> Working on Compress::Zlib
-cpanm : Fetching http://www.cpan.org/authors/id/P/PM/PMQS/IO-Compress-2.090.tar.gz ... --2019-11-11 18:39:39--  http://www.cpan.org/authors/id/P/PM/PMQS/IO-Compress-2.090.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 277159 (271K) [application/x-gzip]
-cpanm : Saving to: 'IO-Compress-2.090.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... .......... 18% 1.23M 0s
-cpanm :     50K .......... .......... .......... .......... .......... 36% 9.94M 0s
-cpanm :    100K .......... .......... .......... .......... .......... 55% 98.5M 0s
-cpanm :    150K .......... .......... .......... .......... .......... 73%  117M 0s
-cpanm :    200K .......... .......... .......... .......... .......... 92% 20.0M 0s
-cpanm :    250K .......... ..........                                 100%  104M=0.05s
-cpanm : 
-cpanm : 2019-11-11 18:39:39 (5.49 MB/s) - 'IO-Compress-2.090.tar.gz' saved [277159/277159]
-cpanm : 
-cpanm : Unpacking IO-Compress-2.090.tar.gz
-cpanm : OK
-cpanm : IO-Compress-2.090/
-cpanm : IO-Compress-2.090/lib/
-cpanm : IO-Compress-2.090/lib/File/
-cpanm : IO-Compress-2.090/lib/File/GlobMapper.pm
-cpanm : IO-Compress-2.090/lib/Compress/
-cpanm : IO-Compress-2.090/lib/Compress/Zlib.pm
-cpanm : IO-Compress-2.090/lib/IO/
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/RawInflate.pm
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/Gunzip.pm
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/Unzip.pm
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/Base.pm
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/Inflate.pm
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/Bunzip2.pm
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/Adapter/
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/Adapter/Identity.pm
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/Adapter/Inflate.pm
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/Adapter/Bunzip2.pm
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/AnyInflate.pm
-cpanm : IO-Compress-2.090/lib/IO/Uncompress/AnyUncompress.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/
-cpanm : IO-Compress-2.090/lib/IO/Compress/Base.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/FAQ.pod
-cpanm : IO-Compress-2.090/lib/IO/Compress/Zip.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Zip/
-cpanm : IO-Compress-2.090/lib/IO/Compress/Zip/Constants.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Adapter/
-cpanm : IO-Compress-2.090/lib/IO/Compress/Adapter/Identity.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Adapter/Deflate.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Adapter/Bzip2.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/RawDeflate.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Deflate.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Gzip/
-cpanm : IO-Compress-2.090/lib/IO/Compress/Gzip/Constants.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Bzip2.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Gzip.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Zlib/
-cpanm : IO-Compress-2.090/lib/IO/Compress/Zlib/Constants.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Zlib/Extra.pm
-cpanm : IO-Compress-2.090/lib/IO/Compress/Base/
-cpanm : IO-Compress-2.090/lib/IO/Compress/Base/Common.pm
-cpanm : IO-Compress-2.090/MANIFEST
-cpanm : IO-Compress-2.090/private/
-cpanm : IO-Compress-2.090/private/MakeUtil.pm
-cpanm : IO-Compress-2.090/README
-cpanm : IO-Compress-2.090/Changes
-cpanm : IO-Compress-2.090/bin/
-cpanm : IO-Compress-2.090/bin/zipdetails
-cpanm : IO-Compress-2.090/bin/streamzip
-cpanm : IO-Compress-2.090/Makefile.PL
-cpanm : IO-Compress-2.090/t/
-cpanm : IO-Compress-2.090/t/101truncate-bzip2.t
-cpanm : IO-Compress-2.090/t/010examples-bzip2.t
-cpanm : IO-Compress-2.090/t/004gziphdr.t
-cpanm : IO-Compress-2.090/t/110encode-gzip.t
-cpanm : IO-Compress-2.090/t/100generic-gzip.t
-cpanm : IO-Compress-2.090/t/110encode-deflate.t
-cpanm : IO-Compress-2.090/t/106prime-deflate.t
-cpanm : IO-Compress-2.090/t/112utf8-zip.t
-cpanm : IO-Compress-2.090/t/102tied-zip.t
-cpanm : IO-Compress-2.090/t/002any-transparent.t
-cpanm : IO-Compress-2.090/t/105oneshot-zip-store-only.t
-cpanm : IO-Compress-2.090/t/108anyunc-zip.t
-cpanm : IO-Compress-2.090/t/files/
-cpanm : IO-Compress-2.090/t/files/test.ods
-cpanm : IO-Compress-2.090/t/files/meta.xml
-cpanm : IO-Compress-2.090/t/files/encrypt-aes.zip
-cpanm : IO-Compress-2.090/t/files/jar.zip
-cpanm : IO-Compress-2.090/t/files/bad-efs.zip
-cpanm : IO-Compress-2.090/t/files/encrypt-standard.zip
-cpanm : IO-Compress-2.090/t/cz-06gzsetp.t
-cpanm : IO-Compress-2.090/t/111const-deflate.t
-cpanm : IO-Compress-2.090/t/103newtied-gzip.t
-cpanm : IO-Compress-2.090/t/105oneshot-bzip2.t
-cpanm : IO-Compress-2.090/t/102tied-rawdeflate.t
-cpanm : IO-Compress-2.090/t/107multi-deflate.t
-cpanm : IO-Compress-2.090/t/101truncate-rawdeflate.t
-cpanm : IO-Compress-2.090/t/109merge-deflate.t
-cpanm : IO-Compress-2.090/t/cz-08encoding.t
-cpanm : IO-Compress-2.090/t/101truncate-deflate.t
-cpanm : IO-Compress-2.090/t/108anyunc-bzip2.t
-cpanm : IO-Compress-2.090/t/106prime-rawdeflate.t
-cpanm : IO-Compress-2.090/t/108anyunc-rawdeflate.t
-cpanm : IO-Compress-2.090/t/109merge-rawdeflate.t
-cpanm : IO-Compress-2.090/t/002any-zip.t
-cpanm : IO-Compress-2.090/t/108anyunc-deflate.t
-cpanm : IO-Compress-2.090/t/cz-01version.t
-cpanm : IO-Compress-2.090/t/002any-gzip.t
-cpanm : IO-Compress-2.090/t/105oneshot-gzip.t
-cpanm : IO-Compress-2.090/t/103newtied-bzip2.t
-cpanm : IO-Compress-2.090/t/050interop-gzip.t
-cpanm : IO-Compress-2.090/t/100generic-deflate.t
-cpanm : IO-Compress-2.090/t/002any-rawdeflate.t
-cpanm : IO-Compress-2.090/t/006zip.t
-cpanm : IO-Compress-2.090/t/110encode-bzip2.t
-cpanm : IO-Compress-2.090/t/107multi-zip-only.t
-cpanm : IO-Compress-2.090/t/106prime-gzip.t
-cpanm : IO-Compress-2.090/t/001zlib-generic-zip.t
-cpanm : IO-Compress-2.090/t/010examples-zlib.t
-cpanm : IO-Compress-2.090/t/103newtied-rawdeflate.t
-cpanm : IO-Compress-2.090/t/001zlib-generic-deflate.t
-cpanm : IO-Compress-2.090/t/109merge-gzip.t
-cpanm : IO-Compress-2.090/t/110encode-rawdeflate.t
-cpanm : IO-Compress-2.090/t/011-streamzip.t
-cpanm : IO-Compress-2.090/t/103newtied-zip.t
-cpanm : IO-Compress-2.090/t/102tied-deflate.t
-cpanm : IO-Compress-2.090/t/107multi-bzip2.t
-cpanm : IO-Compress-2.090/t/107multi-rawdeflate.t
-cpanm : IO-Compress-2.090/t/020isize.t
-cpanm : IO-Compress-2.090/t/107multi-gzip.t
-cpanm : IO-Compress-2.090/t/globmapper.t
-cpanm : IO-Compress-2.090/t/100generic-bzip2.t
-cpanm : IO-Compress-2.090/t/999meta-json.t
-cpanm : IO-Compress-2.090/t/999pod.t
-cpanm : IO-Compress-2.090/t/104destroy-zip.t
-cpanm : IO-Compress-2.090/t/107multi-zip.t
-cpanm : IO-Compress-2.090/t/102tied-bzip2.t
-cpanm : IO-Compress-2.090/t/100generic-zip.t
-cpanm : IO-Compress-2.090/t/999meta-yml.t
-cpanm : IO-Compress-2.090/t/Test/
-cpanm : IO-Compress-2.090/t/Test/Builder.pm
-cpanm : IO-Compress-2.090/t/Test/More.pm
-cpanm : IO-Compress-2.090/t/Test/Simple.pm
-cpanm : IO-Compress-2.090/t/105oneshot-gzip-only.t
-cpanm : IO-Compress-2.090/t/108anyunc-transparent.t
-cpanm : IO-Compress-2.090/t/000prereq.t
-cpanm : IO-Compress-2.090/t/001zlib-generic-gzip.t
-cpanm : IO-Compress-2.090/t/105oneshot-zip-only.t
-cpanm : IO-Compress-2.090/t/104destroy-rawdeflate.t
-cpanm : IO-Compress-2.090/t/100generic-rawdeflate.t
-cpanm : IO-Compress-2.090/t/105oneshot-zip-bzip2-only.t
-cpanm : IO-Compress-2.090/t/002any-deflate.t
-cpanm : IO-Compress-2.090/t/compress/
-cpanm : IO-Compress-2.090/t/compress/zlib-generic.pl
-cpanm : IO-Compress-2.090/t/compress/merge.pl
-cpanm : IO-Compress-2.090/t/compress/generic.pl
-cpanm : IO-Compress-2.090/t/compress/newtied.pl
-cpanm : IO-Compress-2.090/t/compress/tied.pl
-cpanm : IO-Compress-2.090/t/compress/any.pl
-cpanm : IO-Compress-2.090/t/compress/encode.pl
-cpanm : IO-Compress-2.090/t/compress/CompTestUtils.pm
-cpanm : IO-Compress-2.090/t/compress/multi.pl
-cpanm : IO-Compress-2.090/t/compress/oneshot.pl
-cpanm : IO-Compress-2.090/t/compress/destroy.pl
-cpanm : IO-Compress-2.090/t/compress/truncate.pl
-cpanm : IO-Compress-2.090/t/compress/prime.pl
-cpanm : IO-Compress-2.090/t/compress/anyunc.pl
-cpanm : IO-Compress-2.090/t/001bzip2.t
-cpanm : IO-Compress-2.090/t/101truncate-gzip.t
-cpanm : IO-Compress-2.090/t/104destroy-bzip2.t
-cpanm : IO-Compress-2.090/t/101truncate-zip.t
-cpanm : IO-Compress-2.090/t/104destroy-gzip.t
-cpanm : IO-Compress-2.090/t/106prime-bzip2.t
-cpanm : IO-Compress-2.090/t/103newtied-deflate.t
-cpanm : IO-Compress-2.090/t/cz-14gzopen.t
-cpanm : IO-Compress-2.090/t/01misc.t
-cpanm : IO-Compress-2.090/t/005defhdr.t
-cpanm : IO-Compress-2.090/t/105oneshot-deflate.t
-cpanm : IO-Compress-2.090/t/105oneshot-rawdeflate.t
-cpanm : IO-Compress-2.090/t/108anyunc-gzip.t
-cpanm : IO-Compress-2.090/t/110encode-zip.t
-cpanm : IO-Compress-2.090/t/109merge-zip.t
-cpanm : IO-Compress-2.090/t/102tied-gzip.t
-cpanm : IO-Compress-2.090/t/cz-05examples.t
-cpanm : IO-Compress-2.090/t/105oneshot-zip.t
-cpanm : IO-Compress-2.090/t/104destroy-deflate.t
-cpanm : IO-Compress-2.090/t/001zlib-generic-rawdeflate.t
-cpanm : IO-Compress-2.090/t/106prime-zip.t
-cpanm : IO-Compress-2.090/t/cz-03zlib-v1.t
-cpanm : IO-Compress-2.090/META.json
-cpanm : IO-Compress-2.090/META.yml
-cpanm : IO-Compress-2.090/examples/
-cpanm : IO-Compress-2.090/examples/io/
-cpanm : IO-Compress-2.090/examples/io/bzip2/
-cpanm : IO-Compress-2.090/examples/io/bzip2/bzgrep
-cpanm : IO-Compress-2.090/examples/io/bzip2/bzcat
-cpanm : IO-Compress-2.090/examples/io/bzip2/bzstream
-cpanm : IO-Compress-2.090/examples/io/gzip/
-cpanm : IO-Compress-2.090/examples/io/gzip/gzstream
-cpanm : IO-Compress-2.090/examples/io/gzip/gzcat
-cpanm : IO-Compress-2.090/examples/io/gzip/gzgrep
-cpanm : IO-Compress-2.090/examples/io/gzip/gzappend
-cpanm : IO-Compress-2.090/examples/io/anycat
-cpanm : IO-Compress-2.090/examples/compress-zlib/
-cpanm : IO-Compress-2.090/examples/compress-zlib/gzstream
-cpanm : IO-Compress-2.090/examples/compress-zlib/filtinf
-cpanm : IO-Compress-2.090/examples/compress-zlib/filtdef
-cpanm : IO-Compress-2.090/examples/compress-zlib/gzcat
-cpanm : IO-Compress-2.090/examples/compress-zlib/gzgrep
-cpanm : Entering IO-Compress-2.090
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring IO-Compress-2.090 ... Up/Downgrade not needed.
-cpanm : Warning: prerequisite Compress::Raw::Bzip2 2.090 not found. We have 2.087.
-cpanm : Warning: prerequisite Compress::Raw::Zlib 2.090 not found. We have 2.087.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for IO::Compress
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Compress::Raw::Bzip2 2.090 ... No (2.087 < 2.090)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have Scalar::Util 0 ... Yes (1.52)
-cpanm : Checking if you have Compress::Raw::Zlib 2.090 ... No (2.087 < 2.090)
-cpanm : Searching Compress::Raw::Bzip2 (2.090) on cpanmetadb ...
-cpanm : OK
-cpanm : ==> Found dependencies: Compress::Raw::Bzip2, Compress::Raw::Zlib
-cpanm : --2019-11-11 18:39:39--  http://cpanmetadb.plackperl.org/v1.0/package/Compress::Raw::Bzip2
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 111 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 10.8M=0s
-cpanm : 
-cpanm : 2019-11-11 18:39:39 (10.8 MB/s) - written to stdout [111/111]
-cpanm : 
-cpanm : --> Working on Compress::Raw::Bzip2
-cpanm : Fetching http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.090.tar.gz ... --2019-11-11 18:39:39--  http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.090.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 138242 (135K) [application/x-gzip]
-cpanm : Saving to: 'Compress-Raw-Bzip2-2.090.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... .......... 37% 1.49M 0s
-cpanm :     50K .......... .......... .......... .......... .......... 74% 2.00M 0s
-cpanm :    100K .......... .......... .......... .....                100%  100M=0.06s
-cpanm : 
-cpanm : 2019-11-11 18:39:39 (2.29 MB/s) - 'Compress-Raw-Bzip2-2.090.tar.gz' saved [138242/138242]
-cpanm : 
-cpanm : Unpacking Compress-Raw-Bzip2-2.090.tar.gz
-cpanm : OK
-cpanm : Compress-Raw-Bzip2-2.090/
-cpanm : Compress-Raw-Bzip2-2.090/lib/
-cpanm : Compress-Raw-Bzip2-2.090/lib/Compress/
-cpanm : Compress-Raw-Bzip2-2.090/lib/Compress/Raw/
-cpanm : Compress-Raw-Bzip2-2.090/lib/Compress/Raw/Bzip2.pm
-cpanm : Compress-Raw-Bzip2-2.090/MANIFEST
-cpanm : Compress-Raw-Bzip2-2.090/private/
-cpanm : Compress-Raw-Bzip2-2.090/private/MakeUtil.pm
-cpanm : Compress-Raw-Bzip2-2.090/Bzip2.xs
-cpanm : Compress-Raw-Bzip2-2.090/README
-cpanm : Compress-Raw-Bzip2-2.090/ppport.h
-cpanm : Compress-Raw-Bzip2-2.090/Changes
-cpanm : Compress-Raw-Bzip2-2.090/Makefile.PL
-cpanm : Compress-Raw-Bzip2-2.090/typemap
-cpanm : Compress-Raw-Bzip2-2.090/t/
-cpanm : Compress-Raw-Bzip2-2.090/t/09limitoutput.t
-cpanm : Compress-Raw-Bzip2-2.090/t/19nonpv.t
-cpanm : Compress-Raw-Bzip2-2.090/t/meta-yaml.t
-cpanm : Compress-Raw-Bzip2-2.090/t/Test/
-cpanm : Compress-Raw-Bzip2-2.090/t/Test/Builder.pm
-cpanm : Compress-Raw-Bzip2-2.090/t/Test/More.pm
-cpanm : Compress-Raw-Bzip2-2.090/t/Test/Simple.pm
-cpanm : Compress-Raw-Bzip2-2.090/t/000prereq.t
-cpanm : Compress-Raw-Bzip2-2.090/t/99pod.t
-cpanm : Compress-Raw-Bzip2-2.090/t/compress/
-cpanm : Compress-Raw-Bzip2-2.090/t/compress/CompTestUtils.pm
-cpanm : Compress-Raw-Bzip2-2.090/t/meta-json.t
-cpanm : Compress-Raw-Bzip2-2.090/t/01bzip2.t
-cpanm : Compress-Raw-Bzip2-2.090/META.json
-cpanm : Compress-Raw-Bzip2-2.090/META.yml
-cpanm : Compress-Raw-Bzip2-2.090/fallback/
-cpanm : Compress-Raw-Bzip2-2.090/fallback/constants.h
-cpanm : Compress-Raw-Bzip2-2.090/fallback/constants.xs
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/blocksort.c
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/bzlib_private.h
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/crctable.c
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/bzlib.c
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/LICENSE
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/huffman.c
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/bzip2.patch
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/decompress.c
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/compress.c
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/bzlib.h
-cpanm : Compress-Raw-Bzip2-2.090/bzip2-src/randtable.c
-cpanm : Entering Compress-Raw-Bzip2-2.090
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Compress-Raw-Bzip2-2.090 ... Up/Downgrade not needed.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Compress::Raw::Bzip2
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : OK
-cpanm : Building and testing Compress-Raw-Bzip2-2.090 ... cp lib/Compress/Raw/Bzip2.pm blib/lib/Compress/Raw/Bzip2.pm
-cpanm : Running Mkbootstrap for Bzip2 ()
-cpanm : chmod 644 "Bzip2.bs"
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bs 644
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/xsubpp"  -typemap '/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/typemap' -typemap '/home/binary_c/.cpanm/work/1573497578.435/Compress-Raw-Bzip2-2.090/typemap'  Bzip2.xs > Bzip2.xsc
-cpanm : mv Bzip2.xsc Bzip2.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DBZ_NO_STDIO -DUSE_PPPORT_H Bzip2.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DBZ_NO_STDIO -DUSE_PPPORT_H blocksort.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DBZ_NO_STDIO -DUSE_PPPORT_H bzlib.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DBZ_NO_STDIO -DUSE_PPPORT_H compress.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DBZ_NO_STDIO -DUSE_PPPORT_H crctable.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DBZ_NO_STDIO -DUSE_PPPORT_H decompress.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DBZ_NO_STDIO -DUSE_PPPORT_H huffman.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DBZ_NO_STDIO -DUSE_PPPORT_H randtable.c
-cpanm : rm -f blib/arch/auto/Compress/Raw/Bzip2/Bzip2.so
-cpanm : cc  -shared -O2 -mtune=generic -march=x86-64 -L/usr/local/lib -fstack-protector-strong  Bzip2.o blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o   -o blib/arch/auto/Compress/Raw/Bzip2/Bzip2.so  \
-cpanm :       \
-cpanm :   
-cpanm : chmod 755 blib/arch/auto/Compress/Raw/Bzip2/Bzip2.so
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bs 644
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/000prereq.t ...... ok
-cpanm : t/01bzip2.t ........ ok
-cpanm : t/09limitoutput.t .. ok
-cpanm : t/19nonpv.t ........ ok
-cpanm : t/99pod.t .......... skipped: Test::Pod 1.00 required for testing POD
-cpanm : t/meta-json.t ...... skipped: Test::CPAN::Meta::JSON required for testing META.json
-cpanm : t/meta-yaml.t ...... skipped: Test::CPAN::Meta required for testing META.yml
-cpanm : All tests successful.
-cpanm : Files=7, Tests=283,  1 wallclock secs ( 0.07 usr  0.00 sys +  0.34 cusr  0.04 csys =  0.45 CPU)
-cpanm : Result: PASS
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bs 644
-cpanm : Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/auto/Compress/Raw/Bzip2/Bzip2.so
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/Compress/Raw/Bzip2.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Compress-Raw-Bzip2-2.090 (upgraded from 2.087)
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Compress-Raw-Bzip2-2.090/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Compress-Raw-Bzip2-2.090/install.json
-cpanm : Searching Compress::Raw::Zlib (2.090) on cpanmetadb ...
-cpanm : --2019-11-11 18:39:43--  http://cpanmetadb.plackperl.org/v1.0/package/Compress::Raw::Zlib
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 109 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 14.5M=0s
-cpanm : 
-cpanm : 2019-11-11 18:39:43 (14.5 MB/s) - written to stdout [109/109]
-cpanm : 
-cpanm : --> Working on Compress::Raw::Zlib
-cpanm : Fetching http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.090.tar.gz ... --2019-11-11 18:39:43--  http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.090.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 254413 (248K) [application/x-gzip]
-cpanm : Saving to: 'Compress-Raw-Zlib-2.090.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... .......... 20% 1.44M 0s
-cpanm :     50K .......... .......... .......... .......... .......... 40% 93.9M 0s
-cpanm :    100K .......... .......... .......... .......... .......... 60% 13.1M 0s
-cpanm :    150K .......... .......... .......... .......... .......... 80%  122M 0s
-cpanm :    200K .......... .......... .......... .......... ........  100% 20.2M=0.04s
-cpanm : 
-cpanm : 2019-11-11 18:39:43 (5.94 MB/s) - 'Compress-Raw-Zlib-2.090.tar.gz' saved [254413/254413]
-cpanm : 
-cpanm : Unpacking Compress-Raw-Zlib-2.090.tar.gz
-cpanm : OK
-cpanm : Compress-Raw-Zlib-2.090/
-cpanm : Compress-Raw-Zlib-2.090/lib/
-cpanm : Compress-Raw-Zlib-2.090/lib/Compress/
-cpanm : Compress-Raw-Zlib-2.090/lib/Compress/Raw/
-cpanm : Compress-Raw-Zlib-2.090/lib/Compress/Raw/Zlib.pm
-cpanm : Compress-Raw-Zlib-2.090/MANIFEST
-cpanm : Compress-Raw-Zlib-2.090/private/
-cpanm : Compress-Raw-Zlib-2.090/private/MakeUtil.pm
-cpanm : Compress-Raw-Zlib-2.090/README
-cpanm : Compress-Raw-Zlib-2.090/ppport.h
-cpanm : Compress-Raw-Zlib-2.090/Changes
-cpanm : Compress-Raw-Zlib-2.090/config.in
-cpanm : Compress-Raw-Zlib-2.090/Makefile.PL
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/deflate.h
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/uncompr.c
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/infback.c
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/trees.h
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/zconf.h
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/inftrees.h
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/zutil.c
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/crc32.h
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/inflate.h
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/inffast.h
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/inflate.c
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/deflate.c
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/crc32.c
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/zlib.h
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/inffixed.h
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/inftrees.c
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/zutil.h
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/compress.c
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/inffast.c
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/trees.c
-cpanm : Compress-Raw-Zlib-2.090/zlib-src/adler32.c
-cpanm : Compress-Raw-Zlib-2.090/typemap
-cpanm : Compress-Raw-Zlib-2.090/t/
-cpanm : Compress-Raw-Zlib-2.090/t/09limitoutput.t
-cpanm : Compress-Raw-Zlib-2.090/t/19nonpv.t
-cpanm : Compress-Raw-Zlib-2.090/t/18lvalue.t
-cpanm : Compress-Raw-Zlib-2.090/t/01version.t
-cpanm : Compress-Raw-Zlib-2.090/t/meta-yaml.t
-cpanm : Compress-Raw-Zlib-2.090/t/02zlib.t
-cpanm : Compress-Raw-Zlib-2.090/t/Test/
-cpanm : Compress-Raw-Zlib-2.090/t/Test/Builder.pm
-cpanm : Compress-Raw-Zlib-2.090/t/Test/More.pm
-cpanm : Compress-Raw-Zlib-2.090/t/Test/Simple.pm
-cpanm : Compress-Raw-Zlib-2.090/t/000prereq.t
-cpanm : Compress-Raw-Zlib-2.090/t/99pod.t
-cpanm : Compress-Raw-Zlib-2.090/t/compress/
-cpanm : Compress-Raw-Zlib-2.090/t/compress/CompTestUtils.pm
-cpanm : Compress-Raw-Zlib-2.090/t/meta-json.t
-cpanm : Compress-Raw-Zlib-2.090/t/07bufsize.t
-cpanm : Compress-Raw-Zlib-2.090/Zlib.xs
-cpanm : Compress-Raw-Zlib-2.090/META.json
-cpanm : Compress-Raw-Zlib-2.090/META.yml
-cpanm : Compress-Raw-Zlib-2.090/fallback/
-cpanm : Compress-Raw-Zlib-2.090/fallback/constants.h
-cpanm : Compress-Raw-Zlib-2.090/fallback/constants.xs
-cpanm : Compress-Raw-Zlib-2.090/examples/
-cpanm : Compress-Raw-Zlib-2.090/examples/filtinf
-cpanm : Compress-Raw-Zlib-2.090/examples/filtdef
-cpanm : Entering Compress-Raw-Zlib-2.090
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Compress-Raw-Zlib-2.090 ... Up/Downgrade not needed.
-cpanm : Parsing config.in...
-cpanm : Building Zlib enabled
-cpanm : Auto Detect Gzip OS Code..
-cpanm : Setting Gzip OS Code to 3 [Unix/Default]
-cpanm : Looks Good.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Compress::Raw::Zlib
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : OK
-cpanm : Building and testing Compress-Raw-Zlib-2.090 ... cp lib/Compress/Raw/Zlib.pm blib/lib/Compress/Raw/Zlib.pm
-cpanm : Running Mkbootstrap for Zlib ()
-cpanm : chmod 644 "Zlib.bs"
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs blib/arch/auto/Compress/Raw/Zlib/Zlib.bs 644
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/xsubpp"  -typemap '/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/typemap' -typemap '/home/binary_c/.cpanm/work/1573497578.435/Compress-Raw-Zlib-2.090/typemap'  Zlib.xs > Zlib.xsc
-cpanm : mv Zlib.xsc Zlib.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H Zlib.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H adler32.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H compress.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H crc32.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H deflate.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H infback.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inffast.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inflate.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inftrees.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H trees.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H uncompr.c
-cpanm : cc -c  -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"2.090\" -DXS_VERSION=\"2.090\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DNO_VIZ -DZ_SOLO   -DGZIP_OS_CODE=3 -DUSE_PPPORT_H zutil.c
-cpanm : rm -f blib/arch/auto/Compress/Raw/Zlib/Zlib.so
-cpanm : cc  -shared -O2 -mtune=generic -march=x86-64 -L/usr/local/lib -fstack-protector-strong  Zlib.o adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o   -o blib/arch/auto/Compress/Raw/Zlib/Zlib.so  \
-cpanm :       \
-cpanm :   
-cpanm : chmod 755 blib/arch/auto/Compress/Raw/Zlib/Zlib.so
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs blib/arch/auto/Compress/Raw/Zlib/Zlib.bs 644
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : # Running Perl version  5.031005
-cpanm : t/000prereq.t ...... ok
-cpanm : t/01version.t ...... ok
-cpanm : t/02zlib.t ......... ok
-cpanm : t/07bufsize.t ...... skipped: Lengthy Tests Disabled
-cpanm : t/09limitoutput.t .. ok
-cpanm : t/18lvalue.t ....... ok
-cpanm : t/19nonpv.t ........ ok
-cpanm : t/99pod.t .......... skipped: Test::Pod 1.00 required for testing POD
-cpanm : t/meta-json.t ...... skipped: Test::CPAN::Meta::JSON required for testing META.json
-cpanm : t/meta-yaml.t ...... skipped: Test::CPAN::Meta required for testing META.yml
-cpanm : All tests successful.
-cpanm : Files=10, Tests=483,  1 wallclock secs ( 0.08 usr  0.01 sys +  0.56 cusr  0.08 csys =  0.73 CPU)
-cpanm : Result: PASS
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs blib/arch/auto/Compress/Raw/Zlib/Zlib.bs 644
-cpanm : Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/auto/Compress/Raw/Zlib/Zlib.so
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/Compress/Raw/Zlib.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Compress-Raw-Zlib-2.090 (upgraded from 2.087)
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Compress-Raw-Zlib-2.090/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Compress-Raw-Zlib-2.090/install.json
-cpanm : Building and testing IO-Compress-2.090 ... cp lib/IO/Uncompress/Unzip.pm blib/lib/IO/Uncompress/Unzip.pm
-cpanm : cp lib/IO/Compress/Deflate.pm blib/lib/IO/Compress/Deflate.pm
-cpanm : cp lib/IO/Uncompress/AnyUncompress.pm blib/lib/IO/Uncompress/AnyUncompress.pm
-cpanm : cp lib/IO/Compress/Zip/Constants.pm blib/lib/IO/Compress/Zip/Constants.pm
-cpanm : cp lib/IO/Uncompress/Gunzip.pm blib/lib/IO/Uncompress/Gunzip.pm
-cpanm : cp lib/IO/Compress/Base/Common.pm blib/lib/IO/Compress/Base/Common.pm
-cpanm : cp lib/IO/Uncompress/Adapter/Identity.pm blib/lib/IO/Uncompress/Adapter/Identity.pm
-cpanm : cp lib/IO/Compress/Zip.pm blib/lib/IO/Compress/Zip.pm
-cpanm : cp lib/IO/Uncompress/Base.pm blib/lib/IO/Uncompress/Base.pm
-cpanm : cp lib/IO/Compress/Adapter/Identity.pm blib/lib/IO/Compress/Adapter/Identity.pm
-cpanm : cp lib/IO/Uncompress/AnyInflate.pm blib/lib/IO/Uncompress/AnyInflate.pm
-cpanm : cp lib/IO/Compress/Gzip.pm blib/lib/IO/Compress/Gzip.pm
-cpanm : cp lib/IO/Uncompress/Adapter/Bunzip2.pm blib/lib/IO/Uncompress/Adapter/Bunzip2.pm
-cpanm : cp lib/IO/Compress/Bzip2.pm blib/lib/IO/Compress/Bzip2.pm
-cpanm : cp lib/IO/Compress/Gzip/Constants.pm blib/lib/IO/Compress/Gzip/Constants.pm
-cpanm : cp lib/IO/Compress/Adapter/Bzip2.pm blib/lib/IO/Compress/Adapter/Bzip2.pm
-cpanm : cp lib/IO/Compress/Adapter/Deflate.pm blib/lib/IO/Compress/Adapter/Deflate.pm
-cpanm : cp lib/IO/Compress/Zlib/Extra.pm blib/lib/IO/Compress/Zlib/Extra.pm
-cpanm : cp lib/IO/Compress/FAQ.pod blib/lib/IO/Compress/FAQ.pod
-cpanm : cp lib/IO/Uncompress/Inflate.pm blib/lib/IO/Uncompress/Inflate.pm
-cpanm : cp lib/IO/Uncompress/Adapter/Inflate.pm blib/lib/IO/Uncompress/Adapter/Inflate.pm
-cpanm : cp lib/IO/Compress/RawDeflate.pm blib/lib/IO/Compress/RawDeflate.pm
-cpanm : cp lib/Compress/Zlib.pm blib/lib/Compress/Zlib.pm
-cpanm : cp lib/IO/Uncompress/Bunzip2.pm blib/lib/IO/Uncompress/Bunzip2.pm
-cpanm : cp lib/IO/Compress/Base.pm blib/lib/IO/Compress/Base.pm
-cpanm : cp lib/File/GlobMapper.pm blib/lib/File/GlobMapper.pm
-cpanm : cp lib/IO/Uncompress/RawInflate.pm blib/lib/IO/Uncompress/RawInflate.pm
-cpanm : cp lib/IO/Compress/Zlib/Constants.pm blib/lib/IO/Compress/Zlib/Constants.pm
-cpanm : cp bin/streamzip blib/script/streamzip
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/streamzip
-cpanm : cp bin/zipdetails blib/script/zipdetails
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/000prereq.t ................... ok
-cpanm : t/001bzip2.t .................... ok
-cpanm : t/001zlib-generic-deflate.t ..... ok
-cpanm : t/001zlib-generic-gzip.t ........ ok
-cpanm : t/001zlib-generic-rawdeflate.t .. ok
-cpanm : t/001zlib-generic-zip.t ......... ok
-cpanm : t/002any-deflate.t .............. ok
-cpanm : t/002any-gzip.t ................. ok
-cpanm : t/002any-rawdeflate.t ........... ok
-cpanm : t/002any-transparent.t .......... ok
-cpanm : t/002any-zip.t .................. ok
-cpanm : t/004gziphdr.t .................. ok
-cpanm : t/005defhdr.t ................... ok
-cpanm : t/006zip.t ...................... ok
-cpanm : t/010examples-bzip2.t ........... ok
-cpanm : t/010examples-zlib.t ............ ok
-cpanm : t/011-streamzip.t ............... ok
-cpanm : t/01misc.t ...................... ok
-cpanm : t/020isize.t .................... skipped: Lengthy Tests Disabled
-cpanm : t/050interop-gzip.t ............. ok
-cpanm : t/100generic-bzip2.t ............ ok
-cpanm : t/100generic-deflate.t .......... ok
-cpanm : t/100generic-gzip.t ............. ok
-cpanm : t/100generic-rawdeflate.t ....... ok
-cpanm : t/100generic-zip.t .............. ok
-cpanm : t/101truncate-bzip2.t ........... skipped: Lengthy Tests Disabled
-cpanm : t/101truncate-deflate.t ......... skipped: Lengthy Tests Disabled
-cpanm : t/101truncate-gzip.t ............ skipped: Lengthy Tests Disabled
-cpanm : t/101truncate-rawdeflate.t ...... skipped: Lengthy Tests Disabled
-cpanm : t/101truncate-zip.t ............. skipped: Lengthy Tests Disabled
-cpanm : t/102tied-bzip2.t ............... ok
-cpanm : t/102tied-deflate.t ............. ok
-cpanm : t/102tied-gzip.t ................ ok
-cpanm : t/102tied-rawdeflate.t .......... ok
-cpanm : t/102tied-zip.t ................. ok
-cpanm : t/103newtied-bzip2.t ............ ok
-cpanm : t/103newtied-deflate.t .......... ok
-cpanm : t/103newtied-gzip.t ............. ok
-cpanm : t/103newtied-rawdeflate.t ....... ok
-cpanm : t/103newtied-zip.t .............. ok
-cpanm : t/104destroy-bzip2.t ............ ok
-cpanm : t/104destroy-deflate.t .......... ok
-cpanm : t/104destroy-gzip.t ............. ok
-cpanm : t/104destroy-rawdeflate.t ....... ok
-cpanm : t/104destroy-zip.t .............. ok
-cpanm : t/105oneshot-bzip2.t ............ ok
-cpanm : t/105oneshot-deflate.t .......... ok
-cpanm : t/105oneshot-gzip-only.t ........ ok
-cpanm : t/105oneshot-gzip.t ............. ok
-cpanm : t/105oneshot-rawdeflate.t ....... ok
-cpanm : t/105oneshot-zip-bzip2-only.t ... ok
-cpanm : t/105oneshot-zip-only.t ......... ok
-cpanm : t/105oneshot-zip-store-only.t ... skipped: Lengthy Tests Disabled
-cpanm : t/105oneshot-zip.t .............. ok
-cpanm : t/106prime-bzip2.t .............. skipped: Lengthy Tests Disabled
-cpanm : t/106prime-deflate.t ............ skipped: Lengthy Tests Disabled
-cpanm : t/106prime-gzip.t ............... skipped: Lengthy Tests Disabled
-cpanm : t/106prime-rawdeflate.t ......... skipped: Lengthy Tests Disabled
-cpanm : t/106prime-zip.t ................ skipped: Lengthy Tests Disabled
-cpanm : t/107multi-bzip2.t .............. ok
-cpanm : t/107multi-deflate.t ............ ok
-cpanm : t/107multi-gzip.t ............... ok
-cpanm : t/107multi-rawdeflate.t ......... ok
-cpanm : t/107multi-zip-only.t ........... ok
-cpanm : t/107multi-zip.t ................ ok
-cpanm : t/108anyunc-bzip2.t ............. ok
-cpanm : t/108anyunc-deflate.t ........... ok
-cpanm : t/108anyunc-gzip.t .............. ok
-cpanm : t/108anyunc-rawdeflate.t ........ ok
-cpanm : t/108anyunc-transparent.t ....... ok
-cpanm : t/108anyunc-zip.t ............... ok
-cpanm : t/109merge-deflate.t ............ ok
-cpanm : t/109merge-gzip.t ............... ok
-cpanm : t/109merge-rawdeflate.t ......... ok
-cpanm : t/109merge-zip.t ................ skipped: not implemented yet
-cpanm : t/110encode-bzip2.t ............. ok
-cpanm : t/110encode-deflate.t ........... ok
-cpanm : t/110encode-gzip.t .............. ok
-cpanm : t/110encode-rawdeflate.t ........ ok
-cpanm : t/110encode-zip.t ............... ok
-cpanm : t/111const-deflate.t ............ ok
-cpanm : t/112utf8-zip.t ................. ok
-cpanm : t/999meta-json.t ................ skipped: Test::CPAN::Meta::JSON required for testing META.json
-cpanm : t/999meta-yml.t ................. skipped: Test::CPAN::Meta required for testing META.yml
-cpanm : t/999pod.t ...................... skipped: Test::Pod 1.00 required for testing POD
-cpanm : t/cz-01version.t ................ ok
-cpanm : t/cz-03zlib-v1.t ................ ok
-cpanm : t/cz-05examples.t ............... ok
-cpanm : t/cz-06gzsetp.t ................. ok
-cpanm : t/cz-08encoding.t ............... ok
-cpanm : t/cz-14gzopen.t ................. ok
-cpanm : t/globmapper.t .................. ok
-cpanm : All tests successful.
-cpanm : Files=92, Tests=25777, 33 wallclock secs ( 2.51 usr  0.20 sys + 13.06 cusr  1.25 csys = 17.02 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/File/GlobMapper.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/Base.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/RawInflate.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/Inflate.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/Bunzip2.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/AnyUncompress.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/Unzip.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/Gunzip.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/AnyInflate.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/Adapter/Identity.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/Adapter/Inflate.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Uncompress/Adapter/Bunzip2.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Deflate.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Base.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Bzip2.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Zip.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/RawDeflate.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Gzip.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/FAQ.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Zip/Constants.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Gzip/Constants.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Zlib/Constants.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Zlib/Extra.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Base/Common.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Adapter/Deflate.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Adapter/Bzip2.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/IO/Compress/Adapter/Identity.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Compress/Zlib.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/streamzip
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/zipdetails
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed IO-Compress-2.090 (upgraded from 2.087)
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/IO-Compress-2.090/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/IO-Compress-2.090/install.json
-cpanm : 3 distributions installed
-
-Installing Cwd with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497621.1089
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching Cwd () on cpanmetadb ...
-cpanm : --2019-11-11 18:40:21--  http://cpanmetadb.plackperl.org/v1.0/package/Cwd
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 338 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 26.9M=0s
-cpanm : 
-cpanm : 2019-11-11 18:40:21 (26.9 MB/s) - written to stdout [338/338]
-cpanm : 
-cpanm : Cwd is up to date. (3.78)
-
-Installing Data::Dumper with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497621.1094
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching Data::Dumper () on cpanmetadb ...
-cpanm : --2019-11-11 18:40:21--  http://cpanmetadb.plackperl.org/v1.0/package/Data::Dumper
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 100 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 10.5M=0s
-cpanm : 
-cpanm : 2019-11-11 18:40:21 (10.5 MB/s) - written to stdout [100/100]
-cpanm : 
-cpanm : Data::Dumper is up to date. (2.174)
-
-Installing Data::Serializer with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497622.1099
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching Data::Serializer () on cpanmetadb ...
-cpanm : --2019-11-11 18:40:22--  http://cpanmetadb.plackperl.org/v1.0/package/Data::Serializer
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 813 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 82.4M=0s
-cpanm : 
-cpanm : 2019-11-11 18:40:22 (82.4 MB/s) - written to stdout [813/813]
-cpanm : 
-cpanm : --> Working on Data::Serializer
-cpanm : Fetching http://www.cpan.org/authors/id/N/NE/NEELY/Data-Serializer-0.60.tar.gz ... --2019-11-11 18:40:22--  http://www.cpan.org/authors/id/N/NE/NEELY/Data-Serializer-0.60.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 43291 (42K) [application/x-gzip]
-cpanm : Saving to: 'Data-Serializer-0.60.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... ..        100% 1.57M=0.03s
-cpanm : 
-cpanm : 2019-11-11 18:40:22 (1.57 MB/s) - 'Data-Serializer-0.60.tar.gz' saved [43291/43291]
-cpanm : 
-cpanm : Unpacking Data-Serializer-0.60.tar.gz
-cpanm : OK
-cpanm : Data-Serializer-0.60
-cpanm : Data-Serializer-0.60/MANIFEST
-cpanm : Data-Serializer-0.60/INSTALL
-cpanm : Data-Serializer-0.60/MANIFEST.SKIP
-cpanm : Data-Serializer-0.60/README
-cpanm : Data-Serializer-0.60/Build.PL
-cpanm : Data-Serializer-0.60/Makefile.PL
-cpanm : Data-Serializer-0.60/META.yml
-cpanm : Data-Serializer-0.60/Changes
-cpanm : Data-Serializer-0.60/xt
-cpanm : Data-Serializer-0.60/xt/10-01-Pod.t
-cpanm : Data-Serializer-0.60/xt/00-02-Kwalitee.t
-cpanm : Data-Serializer-0.60/xt/00-01-Signature.t
-cpanm : Data-Serializer-0.60/xt/10-02-Pod-Coverage.t
-cpanm : Data-Serializer-0.60/lib
-cpanm : Data-Serializer-0.60/lib/Data
-cpanm : Data-Serializer-0.60/lib/Data/Serializer.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Storable.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/YAML.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/JSON.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Cookbook.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Persistent.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Bencode.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/FreezeThaw.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Raw.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Config
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Config/General.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/PHP
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/PHP/Serialization.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/XML
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/XML/Dumper.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/XML/Simple.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Convert
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Convert/Bencode.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Convert/Bencode_XS.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/JSON
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/JSON/Syck.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Data
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Data/Dumper.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Data/Denter.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/Data/Taxi.pm
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/YAML
-cpanm : Data-Serializer-0.60/lib/Data/Serializer/YAML/Syck.pm
-cpanm : Data-Serializer-0.60/t
-cpanm : Data-Serializer-0.60/t/01-11-YAML-Syck.t
-cpanm : Data-Serializer-0.60/t/01-15-Convert-Bencode.t
-cpanm : Data-Serializer-0.60/t/04-02-Compress-PPMd.t
-cpanm : Data-Serializer-0.60/t/01-13-JSON-Syck.t
-cpanm : Data-Serializer-0.60/t/01-12-JSON.t
-cpanm : Data-Serializer-0.60/t/01-08-PHP-Serialization.t
-cpanm : Data-Serializer-0.60/t/02-02-Fast-Raw.t
-cpanm : Data-Serializer-0.60/t/01-02-Data-Denter.t
-cpanm : Data-Serializer-0.60/t/07-01-MD5-Digest.t
-cpanm : Data-Serializer-0.60/t/01-05-Config-General.t
-cpanm : Data-Serializer-0.60/t/01-01-Data-Dumper.t
-cpanm : Data-Serializer-0.60/t/03-Non-Portable.t
-cpanm : Data-Serializer-0.60/t/01-06-YAML.t
-cpanm : Data-Serializer-0.60/t/07-03-SHA-256-Digest.t
-cpanm : Data-Serializer-0.60/t/01-03-Storable.t
-cpanm : Data-Serializer-0.60/t/08-Store-Retrieve.t
-cpanm : Data-Serializer-0.60/t/04-01-Compress-Zlib.t
-cpanm : Data-Serializer-0.60/t/07-02-SHA1-Digest.t
-cpanm : Data-Serializer-0.60/t/09-Feature-Combos.t
-cpanm : Data-Serializer-0.60/t/01-09-XML-Simple.t
-cpanm : Data-Serializer-0.60/t/01-14-Bencode.t
-cpanm : Data-Serializer-0.60/t/02-01-Orig-Raw.t
-cpanm : Data-Serializer-0.60/t/06-B64-Encoding.t
-cpanm : Data-Serializer-0.60/t/01-04-FreezeThaw.t
-cpanm : Data-Serializer-0.60/t/01-07-XML-Dumper.t
-cpanm : Data-Serializer-0.60/t/01-10-Data-Taxi.t
-cpanm : Data-Serializer-0.60/t/serializer-testlib
-cpanm : Data-Serializer-0.60/t/01-16-Convert-Bencode_XS.t
-cpanm : Data-Serializer-0.60/t/05-Encryption.t
-cpanm : Data-Serializer-0.60/t/ExtUtils
-cpanm : Data-Serializer-0.60/t/ExtUtils/TBone.pm
-cpanm : Data-Serializer-0.60/examples
-cpanm : Data-Serializer-0.60/examples/README
-cpanm : Entering Data-Serializer-0.60
-cpanm : Checking configure dependencies from META.yml
-cpanm : Checking if you have Module::Build 0.38 ... No
-cpanm : Checking if you have ExtUtils::Install 1.46 ... Yes (2.14)
-cpanm : Searching Module::Build (0.38) on cpanmetadb ...
-cpanm : ==> Found dependencies: Module::Build
-cpanm : --2019-11-11 18:40:22--  http://cpanmetadb.plackperl.org/v1.0/package/Module::Build
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 769 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 79.8M=0s
-cpanm : 
-cpanm : 2019-11-11 18:40:22 (79.8 MB/s) - written to stdout [769/769]
-cpanm : 
-cpanm : --> Working on Module::Build
-cpanm : Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4229.tar.gz ... --2019-11-11 18:40:22--  http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4229.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 304340 (297K) [application/x-gzip]
-cpanm : Saving to: 'Module-Build-0.4229.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... .......... 16% 1.75M 0s
-cpanm :     50K .......... .......... .......... .......... .......... 33% 12.4M 0s
-cpanm :    100K .......... .......... .......... .......... .......... 50% 86.2M 0s
-cpanm :    150K .......... .......... .......... .......... .......... 67%  126M 0s
-cpanm :    200K .......... .......... .......... .......... .......... 84% 19.4M 0s
-cpanm :    250K .......... .......... .......... .......... .......   100%  109M=0.04s
-cpanm : 
-cpanm : 2019-11-11 18:40:22 (8.11 MB/s) - 'Module-Build-0.4229.tar.gz' saved [304340/304340]
-cpanm : 
-cpanm : Unpacking Module-Build-0.4229.tar.gz
-cpanm : OK
-cpanm : Module-Build-0.4229
-cpanm : Module-Build-0.4229/Build.PL
-cpanm : Module-Build-0.4229/Changes
-cpanm : Module-Build-0.4229/INSTALL
-cpanm : Module-Build-0.4229/LICENSE
-cpanm : Module-Build-0.4229/MANIFEST
-cpanm : Module-Build-0.4229/META.json
-cpanm : Module-Build-0.4229/META.yml
-cpanm : Module-Build-0.4229/Makefile.PL
-cpanm : Module-Build-0.4229/README
-cpanm : Module-Build-0.4229/bin
-cpanm : Module-Build-0.4229/bin/config_data
-cpanm : Module-Build-0.4229/contrib
-cpanm : Module-Build-0.4229/contrib/bash_completion.module-build
-cpanm : Module-Build-0.4229/inc
-cpanm : Module-Build-0.4229/inc/MBVersion.pm
-cpanm : Module-Build-0.4229/inc/bootstrap.pl
-cpanm : Module-Build-0.4229/inc/Module
-cpanm : Module-Build-0.4229/inc/Module/Metadata.pm
-cpanm : Module-Build-0.4229/inc/Perl
-cpanm : Module-Build-0.4229/inc/Perl/OSType.pm
-cpanm : Module-Build-0.4229/lib
-cpanm : Module-Build-0.4229/lib/Module
-cpanm : Module-Build-0.4229/lib/Module/Build.pm
-cpanm : Module-Build-0.4229/lib/Module/Build
-cpanm : Module-Build-0.4229/lib/Module/Build/API.pod
-cpanm : Module-Build-0.4229/lib/Module/Build/Authoring.pod
-cpanm : Module-Build-0.4229/lib/Module/Build/Base.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Bundling.pod
-cpanm : Module-Build-0.4229/lib/Module/Build/Compat.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Config.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Cookbook.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Dumper.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Notes.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/PPMMaker.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/PodParser.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform/Default.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform/MacOS.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform/Unix.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform/VMS.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform/VOS.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform/Windows.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform/aix.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform/cygwin.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform/darwin.pm
-cpanm : Module-Build-0.4229/lib/Module/Build/Platform/os2.pm
-cpanm : Module-Build-0.4229/t
-cpanm : Module-Build-0.4229/t/00-compile.t
-cpanm : Module-Build-0.4229/t/PL_files.t
-cpanm : Module-Build-0.4229/t/README.pod
-cpanm : Module-Build-0.4229/t/add_property.t
-cpanm : Module-Build-0.4229/t/add_property_array.t
-cpanm : Module-Build-0.4229/t/add_property_hash.t
-cpanm : Module-Build-0.4229/t/basic.t
-cpanm : Module-Build-0.4229/t/bundle_inc.t
-cpanm : Module-Build-0.4229/t/compat.t
-cpanm : Module-Build-0.4229/t/debug.t
-cpanm : Module-Build-0.4229/t/destinations.t
-cpanm : Module-Build-0.4229/t/ext.t
-cpanm : Module-Build-0.4229/t/extend.t
-cpanm : Module-Build-0.4229/t/files.t
-cpanm : Module-Build-0.4229/t/help.t
-cpanm : Module-Build-0.4229/t/install.t
-cpanm : Module-Build-0.4229/t/install_extra_target.t
-cpanm : Module-Build-0.4229/t/manifypods.t
-cpanm : Module-Build-0.4229/t/manifypods_with_utf8.t
-cpanm : Module-Build-0.4229/t/metadata.t
-cpanm : Module-Build-0.4229/t/metadata2.t
-cpanm : Module-Build-0.4229/t/mymeta.t
-cpanm : Module-Build-0.4229/t/new_from_context.t
-cpanm : Module-Build-0.4229/t/notes.t
-cpanm : Module-Build-0.4229/t/par.t
-cpanm : Module-Build-0.4229/t/parents.t
-cpanm : Module-Build-0.4229/t/perl_mb_opt.t
-cpanm : Module-Build-0.4229/t/pod_parser.t
-cpanm : Module-Build-0.4229/t/ppm.t
-cpanm : Module-Build-0.4229/t/resume.t
-cpanm : Module-Build-0.4229/t/runthrough.t
-cpanm : Module-Build-0.4229/t/sample.t
-cpanm : Module-Build-0.4229/t/script_dist.t
-cpanm : Module-Build-0.4229/t/signature.t
-cpanm : Module-Build-0.4229/t/test_file_exts.t
-cpanm : Module-Build-0.4229/t/test_reqs.t
-cpanm : Module-Build-0.4229/t/test_type.t
-cpanm : Module-Build-0.4229/t/test_types.t
-cpanm : Module-Build-0.4229/t/tilde.t
-cpanm : Module-Build-0.4229/t/unit_run_test_harness.t
-cpanm : Module-Build-0.4229/t/use_tap_harness.t
-cpanm : Module-Build-0.4229/t/versions.t
-cpanm : Module-Build-0.4229/t/write_default_maniskip.t
-cpanm : Module-Build-0.4229/t/xs.t
-cpanm : Module-Build-0.4229/t/actions
-cpanm : Module-Build-0.4229/t/actions/installdeps.t
-cpanm : Module-Build-0.4229/t/actions/manifest_skip.t
-cpanm : Module-Build-0.4229/t/bundled
-cpanm : Module-Build-0.4229/t/bundled/Software
-cpanm : Module-Build-0.4229/t/bundled/Software/License.pm
-cpanm : Module-Build-0.4229/t/bundled/Tie
-cpanm : Module-Build-0.4229/t/bundled/Tie/CPHash.pm
-cpanm : Module-Build-0.4229/t/compat
-cpanm : Module-Build-0.4229/t/compat/exit.t
-cpanm : Module-Build-0.4229/t/lib
-cpanm : Module-Build-0.4229/t/lib/DistGen.pm
-cpanm : Module-Build-0.4229/t/lib/MBTest.pm
-cpanm : Module-Build-0.4229/t/lib/Module
-cpanm : Module-Build-0.4229/t/lib/Module/Signature.pm
-cpanm : Module-Build-0.4229/t/lib/Software
-cpanm : Module-Build-0.4229/t/lib/Software/License
-cpanm : Module-Build-0.4229/t/lib/Software/License/VaporWare.pm
-cpanm : Module-Build-0.4229/t/properties
-cpanm : Module-Build-0.4229/t/properties/dist_suffix.t
-cpanm : Module-Build-0.4229/t/properties/license.t
-cpanm : Module-Build-0.4229/t/properties/module_name.t
-cpanm : Module-Build-0.4229/t/properties/needs_compiler.t
-cpanm : Module-Build-0.4229/t/properties/release_status.t
-cpanm : Module-Build-0.4229/t/properties/requires.t
-cpanm : Module-Build-0.4229/t/properties/share_dir.t
-cpanm : Entering Module-Build-0.4229
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have File::Path 0 ... Yes (2.16)
-cpanm : Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010)
-cpanm : Checking if you have File::Spec 0.82 ... Yes (3.78)
-cpanm : Checking if you have Module::Metadata 1.000002 ... Yes (1.000037)
-cpanm : Checking if you have version 0.87 ... Yes (0.9924)
-cpanm : Checking if you have File::Basename 0 ... Yes (2.85)
-cpanm : Checking if you have Perl::OSType 1 ... Yes (1.010)
-cpanm : Checking if you have File::Copy 0 ... Yes (2.34)
-cpanm : Running Build.PL
-cpanm : Configuring Module-Build-0.4229 ... 
-cpanm : Checking optional features...
-cpanm : inc_bundling_support....disabled
-cpanm :   requires:
-cpanm :     ! inc::latest is not installed
-cpanm : 
-cpanm : ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
-cpanm : of the modules indicated above before proceeding with this installation
-cpanm : 
-cpanm : Created MYMETA.yml and MYMETA.json
-cpanm : Creating new 'Build' script for 'Module-Build' version '0.4229'
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Module::Metadata 1.000002 ... Yes (1.000037)
-cpanm : Checking if you have Parse::CPAN::Meta 1.4401 ... Yes (2.150010)
-cpanm : Checking if you have File::Temp 0.15 ... Yes (0.2309)
-cpanm : Checking if you have File::Compare 0 ... Yes (1.1006)
-cpanm : Checking if you have ExtUtils::Mkbootstrap 0 ... Yes (7.38)
-cpanm : Checking if you have Getopt::Long 0 ... Yes (2.51)
-cpanm : Checking if you have File::Spec 0.82 ... Yes (3.78)
-cpanm : Checking if you have Cwd 0 ... Yes (3.78)
-cpanm : Checking if you have Pod::Man 2.17 ... Yes (4.12)
-cpanm : Checking if you have Perl::OSType 1 ... Yes (1.010)
-cpanm : Checking if you have ExtUtils::Install 0 ... Yes (2.14)
-cpanm : Checking if you have TAP::Harness 3.29 ... Yes (3.42)
-cpanm : Checking if you have Data::Dumper 0 ... Yes (2.174)
-cpanm : Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280233)
-cpanm : Checking if you have Test::More 0.49 ... Yes (1.302168)
-cpanm : Checking if you have ExtUtils::Manifest 0 ... Yes (1.72)
-cpanm : Checking if you have CPAN::Meta::YAML 0.003 ... Yes (0.018)
-cpanm : Checking if you have File::Find 0 ... Yes (1.37)
-cpanm : Checking if you have ExtUtils::ParseXS 2.21 ... Yes (3.40)
-cpanm : Checking if you have File::Copy 0 ... Yes (2.34)
-cpanm : Checking if you have Text::ParseWords 0 ... Yes (3.30)
-cpanm : Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010)
-cpanm : Checking if you have Text::Abbrev 0 ... Yes (1.02)
-cpanm : Checking if you have version 0.87 ... Yes (0.9924)
-cpanm : Checking if you have File::Basename 0 ... Yes (2.85)
-cpanm : Checking if you have File::Path 0 ... Yes (2.16)
-cpanm : OK
-cpanm : Building and testing Module-Build-0.4229 ... Building Module-Build
-cpanm : t/00-compile.t ................. ok
-cpanm : t/PL_files.t ................... ok
-cpanm : t/actions/installdeps.t ........ ok
-cpanm : t/actions/manifest_skip.t ...... ok
-cpanm : t/add_property.t ............... ok
-cpanm : t/add_property_array.t ......... ok
-cpanm : t/add_property_hash.t .......... ok
-cpanm : t/basic.t ...................... ok
-cpanm : t/bundle_inc.t ................. skipped: $ENV{MB_TEST_EXPERIMENTAL} is not set
-cpanm : t/compat.t ..................... ok
-cpanm : t/compat/exit.t ................ ok
-cpanm : t/debug.t ...................... ok
-cpanm : t/destinations.t ............... ok
-cpanm : t/ext.t ........................ ok
-cpanm : t/extend.t ..................... ok
-cpanm : t/files.t ...................... ok
-cpanm : t/help.t ....................... ok
-cpanm : t/install.t .................... ok
-cpanm : t/install_extra_target.t ....... ok
-cpanm : t/manifypods.t ................. ok
-cpanm : t/manifypods_with_utf8.t ....... ok
-cpanm : t/metadata.t ................... ok
-cpanm : t/metadata2.t .................. ok
-cpanm : t/mymeta.t ..................... ok
-cpanm : t/new_from_context.t ........... ok
-cpanm : t/notes.t ...................... ok
-cpanm : t/par.t ........................ skipped: PAR::Dist 0.17 or up not installed to check .par's.
-cpanm : t/parents.t .................... ok
-cpanm : t/perl_mb_opt.t ................ ok
-cpanm : t/pod_parser.t ................. ok
-cpanm : t/ppm.t ........................ ok
-cpanm : t/properties/dist_suffix.t ..... ok
-cpanm : t/properties/license.t ......... ok
-cpanm : t/properties/module_name.t ..... ok
-cpanm : t/properties/needs_compiler.t .. ok
-cpanm : t/properties/release_status.t .. ok
-cpanm : t/properties/requires.t ........ ok
-cpanm : t/properties/share_dir.t ....... ok
-cpanm : t/resume.t ..................... ok
-cpanm : t/runthrough.t ................. ok
-cpanm : t/sample.t ..................... ok
-cpanm : t/script_dist.t ................ ok
-cpanm : t/signature.t .................. ok
-cpanm : t/test_file_exts.t ............. ok
-cpanm : t/test_reqs.t .................. ok
-cpanm : t/test_type.t .................. ok
-cpanm : t/test_types.t ................. ok
-cpanm : t/tilde.t ...................... ok
-cpanm : t/unit_run_test_harness.t ...... ok
-cpanm : t/use_tap_harness.t ............ ok
-cpanm : t/versions.t ................... ok
-cpanm : t/write_default_maniskip.t ..... ok
-cpanm : t/xs.t ......................... ok
-cpanm : All tests successful.
-cpanm : Files=53, Tests=1167, 55 wallclock secs ( 0.43 usr  0.08 sys + 46.20 cusr  9.01 csys = 55.72 CPU)
-cpanm : Result: PASS
-cpanm : Building Module-Build
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Notes.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Base.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/PPMMaker.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Config.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Cookbook.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/API.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/ConfigData.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Authoring.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Dumper.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Compat.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Bundling.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/PodParser.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Platform/Windows.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Platform/VOS.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Platform/darwin.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Platform/Default.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Platform/cygwin.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Platform/VMS.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Platform/os2.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Platform/aix.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Platform/Unix.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Module/Build/Platform/MacOS.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/config_data
-cpanm : OK
-cpanm : Successfully installed Module-Build-0.4229
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Module-Build-0.4229/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Module-Build-0.4229/install.json
-cpanm : Running Build.PL
-cpanm : Configuring Data-Serializer-0.60 ... Checking prerequisites...
-cpanm :   recommends:
-cpanm :     *  Bencode is not installed
-cpanm :     *  Compress::PPMd is not installed
-cpanm :     *  Config::General is not installed
-cpanm :     *  Convert::Bencode is not installed
-cpanm :     *  Convert::Bencode_XS is not installed
-cpanm :     *  Crypt::Blowfish is not installed
-cpanm :     *  Crypt::CBC is not installed
-cpanm :     *  Data::Denter is not installed
-cpanm :     *  Data::Taxi is not installed
-cpanm :     *  FreezeThaw is not installed
-cpanm :     *  JSON is not installed
-cpanm :     *  JSON::Syck is not installed
-cpanm :     *  JSON::XS is not installed
-cpanm :     *  PHP::Serialization is not installed
-cpanm :     *  XML::Dumper is not installed
-cpanm :     *  XML::Simple is not installed
-cpanm :     *  YAML is not installed
-cpanm :     *  YAML::Syck is not installed
-cpanm : 
-cpanm : ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
-cpanm : of the modules indicated above before proceeding with this installation
-cpanm : 
-cpanm : Created MYMETA.yml and MYMETA.json
-cpanm : Creating new 'Build' script for 'Data-Serializer' version '0.60'
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have File::Spec 0 ... Yes (3.78)
-cpanm : Checking if you have Data::Dumper 2.08 ... Yes (2.174)
-cpanm : Checking if you have Test::More 0 ... Yes (1.302168)
-cpanm : Checking if you have AutoLoader 0 ... Yes (5.74)
-cpanm : Checking if you have Digest::SHA 0 ... Yes (6.02)
-cpanm : Checking if you have IO::File 0 ... Yes (1.41)
-cpanm : Checking if you have Exporter 0 ... Yes (5.74)
-cpanm : OK
-cpanm : Building and testing Data-Serializer-0.60 ... Building Data-Serializer
-cpanm : t/01-01-Data-Dumper.t ......... ok
-cpanm : t/01-02-Data-Denter.t ......... skipped: Data::Denter not installed
-cpanm : t/01-03-Storable.t ............ ok
-cpanm : t/01-04-FreezeThaw.t .......... skipped: FreezeThaw not installed
-cpanm : t/01-05-Config-General.t ...... skipped: Config::General not installed
-cpanm : t/01-06-YAML.t ................ skipped: YAML not installed
-cpanm : t/01-07-XML-Dumper.t .......... skipped: XML::Dumper not installed
-cpanm : t/01-08-PHP-Serialization.t ... skipped: PHP::Serialization not installed
-cpanm : t/01-09-XML-Simple.t .......... skipped: XML::Simple not installed
-cpanm : t/01-10-Data-Taxi.t ........... skipped: Data::Taxi not installed
-cpanm : t/01-11-YAML-Syck.t ........... skipped: YAML::Syck not installed
-cpanm : t/01-12-JSON.t ................ skipped: JSON not installed
-cpanm : t/01-13-JSON-Syck.t ........... skipped: JSON::Syck not installed
-cpanm : t/01-14-Bencode.t ............. skipped: Bencode not installed
-cpanm : t/01-15-Convert-Bencode.t ..... skipped: Convert::Bencode not installed
-cpanm : t/01-16-Convert-Bencode_XS.t .. skipped: Convert::Bencode_XS not installed
-cpanm : t/02-01-Orig-Raw.t ............ ok
-cpanm : t/02-02-Fast-Raw.t ............ ok
-cpanm : t/03-Non-Portable.t ........... ok
-cpanm : t/04-01-Compress-Zlib.t ....... ok
-cpanm : t/04-02-Compress-PPMd.t ....... skipped: compressppmd not installed
-cpanm : t/05-Encryption.t ............. skipped: encryption not installed
-cpanm : t/06-B64-Encoding.t ........... ok
-cpanm : t/07-01-MD5-Digest.t .......... skipped: md5 not installed
-cpanm : t/07-02-SHA1-Digest.t ......... skipped: sha1 not installed
-cpanm : t/07-03-SHA-256-Digest.t ...... skipped: sha-256 not installed
-cpanm : t/08-Store-Retrieve.t ......... ok
-cpanm : t/09-Feature-Combos.t ......... ok
-cpanm : All tests successful.
-cpanm : Files=28, Tests=390,  1 wallclock secs ( 0.12 usr  0.04 sys +  1.08 cusr  0.12 csys =  1.36 CPU)
-cpanm : Result: PASS
-cpanm : Building Data-Serializer
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Persistent.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Bencode.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Cookbook.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/YAML.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/FreezeThaw.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Raw.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Storable.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/JSON.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/XML/Dumper.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/XML/Simple.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/JSON/Syck.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/PHP/Serialization.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Config/General.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Data/Taxi.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Data/Denter.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Data/Dumper.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Convert/Bencode.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/Convert/Bencode_XS.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Data/Serializer/YAML/Syck.pm
-cpanm : OK
-cpanm : Successfully installed Data-Serializer-0.60
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Data-Serializer-0.60/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Data-Serializer-0.60/install.json
-cpanm : 2 distributions installed
-
-Installing Fcntl with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497680.3317
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching Fcntl () on cpanmetadb ...
-cpanm : --2019-11-11 18:41:20--  http://cpanmetadb.plackperl.org/v1.0/package/Fcntl
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 2937 (2.9K) [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K ..                                                    100%  275M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:21 (275 MB/s) - written to stdout [2937/2937]
-cpanm : 
-cpanm : Fcntl is up to date. (1.13)
-
-Installing File::Basename with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497681.3322
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching File::Basename () on cpanmetadb ...
-cpanm : --2019-11-11 18:41:21--  http://cpanmetadb.plackperl.org/v1.0/package/File::Basename
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 2937 (2.9K) [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K ..                                                    100%  260M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:21 (260 MB/s) - written to stdout [2937/2937]
-cpanm : 
-cpanm : File::Basename is up to date. (2.85)
-
-Installing File::Temp with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497681.3327
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching File::Temp () on cpanmetadb ...
-cpanm : --2019-11-11 18:41:21--  http://cpanmetadb.plackperl.org/v1.0/package/File::Temp
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 96 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 7.16M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:21 (7.16 MB/s) - written to stdout [96/96]
-cpanm : 
-cpanm : File::Temp is up to date. (0.2309)
-
-Installing File::Path with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497681.3332
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching File::Path () on cpanmetadb ...
-cpanm : --2019-11-11 18:41:21--  http://cpanmetadb.plackperl.org/v1.0/package/File::Path
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 92 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 8.88M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:21 (8.88 MB/s) - written to stdout [92/92]
-cpanm : 
-cpanm : File::Path is up to date. (2.16)
-
-Installing File::Find with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497681.3337
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching File::Find () on cpanmetadb ...
-cpanm : --2019-11-11 18:41:21--  http://cpanmetadb.plackperl.org/v1.0/package/File::Find
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 2937 (2.9K) [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K ..                                                    100%  199M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:21 (199 MB/s) - written to stdout [2937/2937]
-cpanm : 
-cpanm : File::Find is up to date. (1.37)
-
-Installing Math::Trig with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497682.3342
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching Math::Trig () on cpanmetadb ...
-cpanm : --2019-11-11 18:41:22--  http://cpanmetadb.plackperl.org/v1.0/package/Math::Trig
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 116 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 12.2M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:22 (12.2 MB/s) - written to stdout [116/116]
-cpanm : 
-cpanm : Math::Trig is up to date. (1.23)
-
-Installing FindBin with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497682.3347
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching FindBin () on cpanmetadb ...
-cpanm : --2019-11-11 18:41:22--  http://cpanmetadb.plackperl.org/v1.0/package/FindBin
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 2937 (2.9K) [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K ..                                                    100%  194M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:22 (194 MB/s) - written to stdout [2937/2937]
-cpanm : 
-cpanm : FindBin is up to date. (1.51)
-
-Installing Inline with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497682.3352
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching Inline () on cpanmetadb ...
-cpanm : --2019-11-11 18:41:22--  http://cpanmetadb.plackperl.org/v1.0/package/Inline
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 174 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 13.3M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:22 (13.3 MB/s) - written to stdout [174/174]
-cpanm : 
-cpanm : --> Working on Inline
-cpanm : Fetching http://www.cpan.org/authors/id/T/TI/TINITA/Inline-0.83.tar.gz ... --2019-11-11 18:41:22--  http://www.cpan.org/authors/id/T/TI/TINITA/Inline-0.83.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 78956 (77K) [application/x-gzip]
-cpanm : Saving to: 'Inline-0.83.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... .......... 64% 2.47M 0s
-cpanm :     50K .......... .......... .......                         100%  110M=0.02s
-cpanm : 
-cpanm : 2019-11-11 18:41:22 (3.77 MB/s) - 'Inline-0.83.tar.gz' saved [78956/78956]
-cpanm : 
-cpanm : Unpacking Inline-0.83.tar.gz
-cpanm : OK
-cpanm : Inline-0.83/t
-cpanm : Inline-0.83/t/file
-cpanm : Inline-0.83
-cpanm : Inline-0.83/README
-cpanm : Inline-0.83/Changes
-cpanm : Inline-0.83/LICENSE
-cpanm : Inline-0.83/MANIFEST
-cpanm : Inline-0.83/META.yml
-cpanm : Inline-0.83/META.json
-cpanm : Inline-0.83/t/05files.t
-cpanm : Inline-0.83/Makefile.PL
-cpanm : Inline-0.83/CONTRIBUTING
-cpanm : Inline-0.83/t/04create.t
-cpanm : Inline-0.83/t/03errors.t
-cpanm : Inline-0.83/t/01usages.t
-cpanm : Inline-0.83/t/02config.t
-cpanm : Inline-0.83/t/08unicode.t
-cpanm : Inline-0.83/lib
-cpanm : Inline-0.83/lib/Inline.pm
-cpanm : Inline-0.83/lib/Inline.pod
-cpanm : Inline-0.83/xt
-cpanm : Inline-0.83/xt/ilsm-test.bash
-cpanm : Inline-0.83/lib/Inline
-cpanm : Inline-0.83/lib/Inline/Foo.pm
-cpanm : Inline-0.83/lib/Inline/FAQ.pod
-cpanm : Inline-0.83/lib/Inline/API.pod
-cpanm : Inline-0.83/t/06rewrite_config.t
-cpanm : Inline-0.83/t/06rewrite_config.p
-cpanm : Inline-0.83/t/TestInlineSetup.pm
-cpanm : Inline-0.83/lib/Inline/denter.pm
-cpanm : Inline-0.83/t/07rewrite2_config.t
-cpanm : Inline-0.83/t/07rewrite2_config.p
-cpanm : Inline-0.83/t/author-pod-syntax.t
-cpanm : Inline-0.83/lib/Inline/Support.pod
-cpanm : Inline-0.83/t/000-require-modules.t
-cpanm : Inline-0.83/lib/Inline/MakeMaker.pm
-cpanm : Inline-0.83/lib/Inline/MakeMaker
-cpanm : Inline-0.83/lib/Inline/MakeMaker/Changes
-cpanm : Inline-0.83/example/modules/Boo-2.01/t
-cpanm : Inline-0.83/example/modules/Boo-2.01/t/boo.t
-cpanm : Inline-0.83/example/modules/Boo-2.01
-cpanm : Inline-0.83/example/modules/Boo-2.01/MANIFEST
-cpanm : Inline-0.83/example/modules/Boo-2.01/lib
-cpanm : Inline-0.83/example/modules/Boo-2.01/lib/Boo.pm
-cpanm : Inline-0.83/example/modules/Boo-2.01/Makefile.PL
-cpanm : Inline-0.83/example/modules/Boo-2.01/lib/Boo
-cpanm : Inline-0.83/example/modules/Boo-2.01/lib/Boo/Far.pm
-cpanm : Inline-0.83/example/modules/Math-Simple-1.23
-cpanm : Inline-0.83/example/modules/Math-Simple-1.23/Changes
-cpanm : Inline-0.83/example/modules/Math-Simple-1.23/test.pl
-cpanm : Inline-0.83/example/modules/Math-Simple-1.23/MANIFEST
-cpanm : Inline-0.83/example/modules/Math-Simple-1.23/Simple.pm
-cpanm : Inline-0.83/example/modules/Boo-2.01/lib/Boo/Far
-cpanm : Inline-0.83/example/modules/Boo-2.01/lib/Boo/Far/Faz.pm
-cpanm : Inline-0.83/example/modules/Math-Simple-1.23/Makefile.PL
-cpanm : Entering Inline-0.83
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Inline-0.83 ... Warning: prerequisite Test::Warn 0.23 not found.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Inline
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Test::More 0.88 ... Yes (1.302168)
-cpanm : Checking if you have Digest::MD5 0 ... Yes (2.55_01)
-cpanm : Checking if you have File::Spec 0.8 ... Yes (3.78)
-cpanm : Checking if you have version 0.82 ... Yes (0.9924)
-cpanm : Checking if you have Test::Warn 0.23 ... No
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Searching Test::Warn (0.23) on cpanmetadb ...
-cpanm : OK
-cpanm : ==> Found dependencies: Test::Warn
-cpanm : --2019-11-11 18:41:23--  http://cpanmetadb.plackperl.org/v1.0/package/Test::Warn
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 89 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 5.15M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:23 (5.15 MB/s) - written to stdout [89/89]
-cpanm : 
-cpanm : --> Working on Test::Warn
-cpanm : Fetching http://www.cpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.36.tar.gz ... --2019-11-11 18:41:23--  http://www.cpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.36.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 12333 (12K) [application/x-gzip]
-cpanm : Saving to: 'Test-Warn-0.36.tar.gz'
-cpanm : 
-cpanm :      0K .......... ..                                         100%  130M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:23 (130 MB/s) - 'Test-Warn-0.36.tar.gz' saved [12333/12333]
-cpanm : 
-cpanm : Unpacking Test-Warn-0.36.tar.gz
-cpanm : OK
-cpanm : Test-Warn-0.36/
-cpanm : Test-Warn-0.36/MANIFEST
-cpanm : Test-Warn-0.36/Warn.pm
-cpanm : Test-Warn-0.36/Changes
-cpanm : Test-Warn-0.36/META.yml
-cpanm : Test-Warn-0.36/README
-cpanm : Test-Warn-0.36/Makefile.PL
-cpanm : Test-Warn-0.36/META.json
-cpanm : Test-Warn-0.36/t/
-cpanm : Test-Warn-0.36/t/warning_is.t
-cpanm : Test-Warn-0.36/t/warnings_like.t
-cpanm : Test-Warn-0.36/t/warnings_exist.t
-cpanm : Test-Warn-0.36/t/1.t
-cpanm : Test-Warn-0.36/t/carped.t
-cpanm : Test-Warn-0.36/t/warnings_exist1.pl
-cpanm : Test-Warn-0.36/t/warnings_are.t
-cpanm : Test-Warn-0.36/t/warning_like.t
-cpanm : Entering Test-Warn-0.36
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Test-Warn-0.36 ... Warning: prerequisite Sub::Uplevel 0.12 not found.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Test::Warn
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Test::Builder::Tester 1.02 ... Yes (1.302168)
-cpanm : Checking if you have File::Spec 0 ... Yes (3.78)
-cpanm : Checking if you have Carp 1.22 ... Yes (1.50)
-cpanm : Checking if you have Test::Builder 0.13 ... Yes (1.302168)
-cpanm : Checking if you have Test::More 0 ... Yes (1.302168)
-cpanm : Checking if you have Sub::Uplevel 0.12 ... No
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Searching Sub::Uplevel (0.12) on cpanmetadb ...
-cpanm : OK
-cpanm : ==> Found dependencies: Sub::Uplevel
-cpanm : --2019-11-11 18:41:23--  http://cpanmetadb.plackperl.org/v1.0/package/Sub::Uplevel
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 103 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 10.4M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:23 (10.4 MB/s) - written to stdout [103/103]
-cpanm : 
-cpanm : --> Working on Sub::Uplevel
-cpanm : Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz ... --2019-11-11 18:41:23--  http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 28361 (28K) [application/x-gzip]
-cpanm : Saving to: 'Sub-Uplevel-0.2800.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......                         100% 1.65M=0.02s
-cpanm : 
-cpanm : 2019-11-11 18:41:23 (1.65 MB/s) - 'Sub-Uplevel-0.2800.tar.gz' saved [28361/28361]
-cpanm : 
-cpanm : Unpacking Sub-Uplevel-0.2800.tar.gz
-cpanm : OK
-cpanm : Sub-Uplevel-0.2800/
-cpanm : Sub-Uplevel-0.2800/Changes
-cpanm : Sub-Uplevel-0.2800/CONTRIBUTING.mkdn
-cpanm : Sub-Uplevel-0.2800/cpanfile
-cpanm : Sub-Uplevel-0.2800/dist.ini
-cpanm : Sub-Uplevel-0.2800/examples/
-cpanm : Sub-Uplevel-0.2800/lib/
-cpanm : Sub-Uplevel-0.2800/LICENSE
-cpanm : Sub-Uplevel-0.2800/Makefile.PL
-cpanm : Sub-Uplevel-0.2800/MANIFEST
-cpanm : Sub-Uplevel-0.2800/META.json
-cpanm : Sub-Uplevel-0.2800/META.yml
-cpanm : Sub-Uplevel-0.2800/perlcritic.rc
-cpanm : Sub-Uplevel-0.2800/README
-cpanm : Sub-Uplevel-0.2800/t/
-cpanm : Sub-Uplevel-0.2800/xt/
-cpanm : Sub-Uplevel-0.2800/xt/author/
-cpanm : Sub-Uplevel-0.2800/xt/release/
-cpanm : Sub-Uplevel-0.2800/xt/release/distmeta.t
-cpanm : Sub-Uplevel-0.2800/xt/release/minimum-version.t
-cpanm : Sub-Uplevel-0.2800/xt/author/00-compile.t
-cpanm : Sub-Uplevel-0.2800/xt/author/critic.t
-cpanm : Sub-Uplevel-0.2800/xt/author/pod-coverage.t
-cpanm : Sub-Uplevel-0.2800/xt/author/pod-spell.t
-cpanm : Sub-Uplevel-0.2800/xt/author/pod-syntax.t
-cpanm : Sub-Uplevel-0.2800/xt/author/portability.t
-cpanm : Sub-Uplevel-0.2800/xt/author/test-version.t
-cpanm : Sub-Uplevel-0.2800/t/00-report-prereqs.dd
-cpanm : Sub-Uplevel-0.2800/t/00-report-prereqs.t
-cpanm : Sub-Uplevel-0.2800/t/01_die_check.t
-cpanm : Sub-Uplevel-0.2800/t/02_uplevel.t
-cpanm : Sub-Uplevel-0.2800/t/03_nested_uplevels.t
-cpanm : Sub-Uplevel-0.2800/t/04_honor_later_override.t
-cpanm : Sub-Uplevel-0.2800/t/05_honor_prior_override.t
-cpanm : Sub-Uplevel-0.2800/t/06_db_args.t
-cpanm : Sub-Uplevel-0.2800/t/07_uplevel_too_high.t
-cpanm : Sub-Uplevel-0.2800/t/08_exporter.t
-cpanm : Sub-Uplevel-0.2800/t/09_emptylist.t
-cpanm : Sub-Uplevel-0.2800/t/lib/
-cpanm : Sub-Uplevel-0.2800/t/lib/Bar.pm
-cpanm : Sub-Uplevel-0.2800/t/lib/Foo.pm
-cpanm : Sub-Uplevel-0.2800/t/lib/MyImporter.pm
-cpanm : Sub-Uplevel-0.2800/lib/Sub/
-cpanm : Sub-Uplevel-0.2800/lib/Sub/Uplevel.pm
-cpanm : Sub-Uplevel-0.2800/examples/uplevel-demo.pl
-cpanm : Entering Sub-Uplevel-0.2800
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Sub-Uplevel-0.2800 ... Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Sub::Uplevel
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have strict 0 ... Yes (1.11)
-cpanm : Checking if you have Test::More 0 ... Yes (1.302168)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have File::Spec 0 ... Yes (3.78)
-cpanm : Checking if you have constant 0 ... Yes (1.33)
-cpanm : Checking if you have warnings 0 ... Yes (1.45)
-cpanm : Checking if you have Exporter 0 ... Yes (5.74)
-cpanm : Checking if you have lib 0 ... Yes (0.65)
-cpanm : Checking if you have Carp 0 ... Yes (1.50)
-cpanm : OK
-cpanm : Building and testing Sub-Uplevel-0.2800 ... cp lib/Sub/Uplevel.pm blib/lib/Sub/Uplevel.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : # 
-cpanm : # Versions for all modules listed in MYMETA.json (including optional ones):
-cpanm : # 
-cpanm : # === Configure Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker 6.17 7.38
-cpanm : # 
-cpanm : # === Build Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Test Requires ===
-cpanm : # 
-cpanm : #     Module              Want     Have
-cpanm : #     ------------------- ---- --------
-cpanm : #     Exporter             any     5.74
-cpanm : #     ExtUtils::MakeMaker  any     7.38
-cpanm : #     File::Spec           any     3.78
-cpanm : #     Test::More           any 1.302168
-cpanm : #     lib                  any     0.65
-cpanm : # 
-cpanm : # === Test Recommends ===
-cpanm : # 
-cpanm : #     Module         Want     Have
-cpanm : #     ---------- -------- --------
-cpanm : #     CPAN::Meta 2.120900 2.150010
-cpanm : # 
-cpanm : # === Runtime Requires ===
-cpanm : # 
-cpanm : #     Module   Want Have
-cpanm : #     -------- ---- ----
-cpanm : #     Carp      any 1.50
-cpanm : #     constant  any 1.33
-cpanm : #     strict    any 1.11
-cpanm : #     warnings  any 1.45
-cpanm : # 
-cpanm : t/00-report-prereqs.t ........ ok
-cpanm : t/01_die_check.t ............. ok
-cpanm : t/02_uplevel.t ............... ok
-cpanm : t/03_nested_uplevels.t ....... ok
-cpanm : t/04_honor_later_override.t .. ok
-cpanm : t/05_honor_prior_override.t .. ok
-cpanm : t/06_db_args.t ............... ok
-cpanm : t/07_uplevel_too_high.t ...... ok
-cpanm : t/08_exporter.t .............. ok
-cpanm : t/09_emptylist.t ............. ok
-cpanm : All tests successful.
-cpanm : Files=10, Tests=158,  1 wallclock secs ( 0.05 usr  0.02 sys +  0.74 cusr  0.09 csys =  0.90 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Sub/Uplevel.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Sub-Uplevel-0.2800
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Sub-Uplevel-0.2800/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Sub-Uplevel-0.2800/install.json
-cpanm : Building and testing Test-Warn-0.36 ... cp Warn.pm blib/lib/Test/Warn.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/1.t ............... ok
-cpanm : t/carped.t .......... ok
-cpanm : t/warning_is.t ...... ok
-cpanm : t/warning_like.t .... ok
-cpanm : t/warnings_are.t .... ok
-cpanm : t/warnings_exist.t .. ok
-cpanm : t/warnings_like.t ... ok
-cpanm : All tests successful.
-cpanm : Files=7, Tests=841,  2 wallclock secs ( 0.22 usr  0.02 sys +  2.03 cusr  0.12 csys =  2.39 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Warn.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Test-Warn-0.36
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-Warn-0.36/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-Warn-0.36/install.json
-cpanm : Building and testing Inline-0.83 ... cp lib/Inline/Support.pod blib/lib/Inline/Support.pod
-cpanm : cp lib/Inline/MakeMaker/Changes blib/lib/Inline/MakeMaker/Changes
-cpanm : cp lib/Inline/API.pod blib/lib/Inline/API.pod
-cpanm : cp lib/Inline/MakeMaker.pm blib/lib/Inline/MakeMaker.pm
-cpanm : cp lib/Inline/denter.pm blib/lib/Inline/denter.pm
-cpanm : cp lib/Inline.pod blib/lib/Inline.pod
-cpanm : cp lib/Inline.pm blib/lib/Inline.pm
-cpanm : cp lib/Inline/FAQ.pod blib/lib/Inline/FAQ.pod
-cpanm : cp lib/Inline/Foo.pm blib/lib/Inline/Foo.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/000-require-modules.t .. ok
-cpanm : t/01usages.t ............. ok
-cpanm : t/02config.t ............. ok
-cpanm : t/03errors.t ............. ok
-cpanm : t/04create.t ............. ok
-cpanm : Skipping - couldn't load the Inline::Files module
-cpanm : t/05files.t .............. ok
-cpanm : t/06rewrite_config.t ..... ok
-cpanm : t/07rewrite2_config.t .... ok
-cpanm : t/08unicode.t ............ ok
-cpanm : t/author-pod-syntax.t .... skipped: these tests are for testing by the author
-cpanm : All tests successful.
-cpanm : Files=10, Tests=26,  3 wallclock secs ( 0.05 usr  0.01 sys +  2.43 cusr  0.23 csys =  2.72 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/Foo.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/MakeMaker.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/denter.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/API.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/Support.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/FAQ.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/MakeMaker/Changes
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Inline-0.83
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Inline-0.83/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Inline-0.83/install.json
-cpanm : 3 distributions installed
-
-Installing Inline::C with cpanminus
-cpanm : cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-cpanm : Work directory is /home/binary_c/.cpanm/work/1573497691.3722
-cpanm : You have make /usr/bin/make
-cpanm : You have /usr/bin/wget
-cpanm : You have /bin/tar: tar (GNU tar) 1.29
-cpanm : Copyright (C) 2015 Free Software Foundation, Inc.
-cpanm : License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-cpanm : This is free software: you are free to change and redistribute it.
-cpanm : There is NO WARRANTY, to the extent permitted by law.
-cpanm : 
-cpanm : Written by John Gilmore and Jay Fenlason.
-cpanm : You have /usr/bin/unzip
-cpanm : Searching Inline::C () on cpanmetadb ...
-cpanm : --2019-11-11 18:41:31--  http://cpanmetadb.plackperl.org/v1.0/package/Inline::C
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 89 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 6.48M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:31 (6.48 MB/s) - written to stdout [89/89]
-cpanm : 
-cpanm : --> Working on Inline::C
-cpanm : Fetching http://www.cpan.org/authors/id/T/TI/TINITA/Inline-C-0.81.tar.gz ... --2019-11-11 18:41:31--  http://www.cpan.org/authors/id/T/TI/TINITA/Inline-C-0.81.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 76855 (75K) [application/x-gzip]
-cpanm : Saving to: 'Inline-C-0.81.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... .......... 66% 1.17M 0s
-cpanm :     50K .......... .......... .....                           100%  129M=0.04s
-cpanm : 
-cpanm : 2019-11-11 18:41:31 (1.75 MB/s) - 'Inline-C-0.81.tar.gz' saved [76855/76855]
-cpanm : 
-cpanm : Unpacking Inline-C-0.81.tar.gz
-cpanm : OK
-cpanm : Inline-C-0.81
-cpanm : Inline-C-0.81/README
-cpanm : Inline-C-0.81/Changes
-cpanm : Inline-C-0.81/LICENSE
-cpanm : Inline-C-0.81/MANIFEST
-cpanm : Inline-C-0.81/META.yml
-cpanm : Inline-C-0.81/t
-cpanm : Inline-C-0.81/t/19INC.t
-cpanm : Inline-C-0.81/t/typemap
-cpanm : Inline-C-0.81/META.json
-cpanm : Inline-C-0.81/t/proto1.p
-cpanm : Inline-C-0.81/t/proto3.p
-cpanm : Inline-C-0.81/t/proto4.p
-cpanm : Inline-C-0.81/t/20eval.t
-cpanm : Inline-C-0.81/t/proto2.p
-cpanm : Inline-C-0.81/t/proto6.p
-cpanm : Inline-C-0.81/t/proto5.p
-cpanm : Inline-C-0.81/t/26fork.t
-cpanm : Inline-C-0.81/t/08taint.t
-cpanm : Inline-C-0.81/t/25proto.t
-cpanm : Inline-C-0.81/Makefile.PL
-cpanm : Inline-C-0.81/CONTRIBUTING
-cpanm : Inline-C-0.81/t/01syntax.t
-cpanm : Inline-C-0.81/t/05xsmode.t
-cpanm : Inline-C-0.81/t/09parser.t
-cpanm : Inline-C-0.81/t/prehead.in
-cpanm : Inline-C-0.81/t/24prefix.t
-cpanm : Inline-C-0.81/t/02config.t
-cpanm : Inline-C-0.81/t/17prehead.t
-cpanm : Inline-C-0.81/t/08taint_3.p
-cpanm : Inline-C-0.81/t/08taint_2.p
-cpanm : Inline-C-0.81/t/03typemap.t
-cpanm : Inline-C-0.81/t/04perlapi.t
-cpanm : Inline-C-0.81/t/15ccflags.t
-cpanm : Inline-C-0.81/t/29refargs.t
-cpanm : Inline-C-0.81/t/08taint_1.p
-cpanm : Inline-C-0.81/t/14void_arg.t
-cpanm : Inline-C-0.81/t/30cppflags.t
-cpanm : Inline-C-0.81/t/10callback.t
-cpanm : Inline-C-0.81/t/23validate.t
-cpanm : Inline-C-0.81/t/28autowrap.t
-cpanm : Inline-C-0.81/t/parse-pegex.t
-cpanm : Inline-C-0.81/t/test_header.h
-cpanm : Inline-C-0.81/t/16ccflagsex.t
-cpanm : Inline-C-0.81/t/21read_DATA.t
-cpanm : Inline-C-0.81/t/iquote_test.h
-cpanm : Inline-C-0.81/lib/Inline
-cpanm : Inline-C-0.81/lib/Inline/C.pm
-cpanm : Inline-C-0.81/t/pegex-parser.t
-cpanm : Inline-C-0.81/t/TestInlineC.pm
-cpanm : Inline-C-0.81/lib/Inline/C.pod
-cpanm : Inline-C-0.81/t/06parseregexp.t
-cpanm : Inline-C-0.81/t/18quote_space.t
-cpanm : Inline-C-0.81/t/soldier_typemap
-cpanm : Inline-C-0.81/t/22read_DATA_2.t
-cpanm : Inline-C-0.81/t/27inline_maker.t
-cpanm : Inline-C-0.81/t/14void_arg_PRD.t
-cpanm : Inline-C-0.81/share
-cpanm : Inline-C-0.81/share/inline-c.pgx
-cpanm : Inline-C-0.81/t/07typemap_multi.t
-cpanm : Inline-C-0.81/t/TestInlineSetup.pm
-cpanm : Inline-C-0.81/t/author-pod-syntax.t
-cpanm : Inline-C-0.81/t/11default_readonly.t
-cpanm : Inline-C-0.81/t/bar
-cpanm : Inline-C-0.81/t/bar/find_me_in_bar.h
-cpanm : Inline-C-0.81/t/foo
-cpanm : Inline-C-0.81/t/foo/find_me_in_foo.h
-cpanm : Inline-C-0.81/lib/Inline/C
-cpanm : Inline-C-0.81/lib/Inline/C/Parser.pm
-cpanm : Inline-C-0.81/t/000-require-modules.t
-cpanm : Inline-C-0.81/lib/Inline/C/Cookbook.pod
-cpanm : Inline-C-0.81/t/test_header
-cpanm : Inline-C-0.81/t/test_header/test_header.h
-cpanm : Inline-C-0.81/t/test_header/iquote_test.h
-cpanm : Inline-C-0.81/lib/Inline/C/ParsePegex.pod
-cpanm : Inline-C-0.81/t/33intended_double_quotes.t
-cpanm : Inline-C-0.81/lib/Inline/C/ParseRegExp.pod
-cpanm : Inline-C-0.81/lib/Inline/C/Parser
-cpanm : Inline-C-0.81/lib/Inline/C/Parser/Pegex.pm
-cpanm : Inline-C-0.81/lib/Inline/C/Parser/RegExp.pm
-cpanm : Inline-C-0.81/t/32include_dirs_double_quotes.t
-cpanm : Inline-C-0.81/lib/Inline/C/ParseRecDescent.pod
-cpanm : Inline-C-0.81/lib/Inline/C/Parser/Pegex
-cpanm : Inline-C-0.81/lib/Inline/C/Parser/Pegex/AST.pm
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/t
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/t/boo.t
-cpanm : Inline-C-0.81/t/31include_dirs_angle_brackets.t
-cpanm : Inline-C-0.81/lib/Inline/C/Parser/RecDescent.pm
-cpanm : Inline-C-0.81/example/modules/Boo-2.01
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/MANIFEST
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/lib
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/lib/Boo.pm
-cpanm : Inline-C-0.81/lib/Inline/C/Parser/Pegex/Grammar.pm
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/Makefile.PL
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/lib/Boo
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/lib/Boo/Far.pm
-cpanm : Inline-C-0.81/example/modules/Math-Simple-1.23
-cpanm : Inline-C-0.81/example/modules/Math-Simple-1.23/Changes
-cpanm : Inline-C-0.81/example/modules/Math-Simple-1.23/test.pl
-cpanm : Inline-C-0.81/example/modules/Math-Simple-1.23/MANIFEST
-cpanm : Inline-C-0.81/example/modules/Math-Simple-1.23/Simple.pm
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/lib/Boo/Far
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/lib/Boo/Far/Faz.pm
-cpanm : Inline-C-0.81/example/modules/Math-Simple-1.23/Makefile.PL
-cpanm : Inline-C-0.81/example/modules/Boo-2.01/lib/Boo/Far/data.txt
-cpanm : Entering Inline-C-0.81
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have File::ShareDir::Install 0.06 ... No
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Searching File::ShareDir::Install (0.06) on cpanmetadb ...
-cpanm : ==> Found dependencies: File::ShareDir::Install
-cpanm : --2019-11-11 18:41:31--  http://cpanmetadb.plackperl.org/v1.0/package/File::ShareDir::Install
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 115 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 11.6M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:31 (11.6 MB/s) - written to stdout [115/115]
-cpanm : 
-cpanm : --> Working on File::ShareDir::Install
-cpanm : Fetching http://www.cpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz ... --2019-11-11 18:41:31--  http://www.cpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 31191 (30K) [application/x-gzip]
-cpanm : Saving to: 'File-ShareDir-Install-0.13.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... ..........                      100% 1.28M=0.02s
-cpanm : 
-cpanm : 2019-11-11 18:41:31 (1.28 MB/s) - 'File-ShareDir-Install-0.13.tar.gz' saved [31191/31191]
-cpanm : 
-cpanm : Unpacking File-ShareDir-Install-0.13.tar.gz
-cpanm : OK
-cpanm : File-ShareDir-Install-0.13/
-cpanm : File-ShareDir-Install-0.13/.proverc
-cpanm : File-ShareDir-Install-0.13/Changes
-cpanm : File-ShareDir-Install-0.13/CONTRIBUTING
-cpanm : File-ShareDir-Install-0.13/dist.ini
-cpanm : File-ShareDir-Install-0.13/INSTALL
-cpanm : File-ShareDir-Install-0.13/lib/
-cpanm : File-ShareDir-Install-0.13/LICENSE
-cpanm : File-ShareDir-Install-0.13/Makefile.PL
-cpanm : File-ShareDir-Install-0.13/MANIFEST
-cpanm : File-ShareDir-Install-0.13/META.json
-cpanm : File-ShareDir-Install-0.13/META.yml
-cpanm : File-ShareDir-Install-0.13/README
-cpanm : File-ShareDir-Install-0.13/t/
-cpanm : File-ShareDir-Install-0.13/testrules.yml
-cpanm : File-ShareDir-Install-0.13/xt/
-cpanm : File-ShareDir-Install-0.13/xt/author/
-cpanm : File-ShareDir-Install-0.13/xt/release/
-cpanm : File-ShareDir-Install-0.13/xt/release/changes_has_content.t
-cpanm : File-ShareDir-Install-0.13/xt/release/cpan-changes.t
-cpanm : File-ShareDir-Install-0.13/xt/release/distmeta.t
-cpanm : File-ShareDir-Install-0.13/xt/author/00-compile.t
-cpanm : File-ShareDir-Install-0.13/xt/author/changes_has_content.t
-cpanm : File-ShareDir-Install-0.13/xt/author/clean-namespaces.t
-cpanm : File-ShareDir-Install-0.13/xt/author/eol.t
-cpanm : File-ShareDir-Install-0.13/xt/author/kwalitee.t
-cpanm : File-ShareDir-Install-0.13/xt/author/minimum-version.t
-cpanm : File-ShareDir-Install-0.13/xt/author/mojibake.t
-cpanm : File-ShareDir-Install-0.13/xt/author/no-tabs.t
-cpanm : File-ShareDir-Install-0.13/xt/author/pod-coverage.t
-cpanm : File-ShareDir-Install-0.13/xt/author/pod-no404s.t
-cpanm : File-ShareDir-Install-0.13/xt/author/pod-spell.t
-cpanm : File-ShareDir-Install-0.13/xt/author/pod-syntax.t
-cpanm : File-ShareDir-Install-0.13/t/00-report-prereqs.dd
-cpanm : File-ShareDir-Install-0.13/t/00-report-prereqs.t
-cpanm : File-ShareDir-Install-0.13/t/10_makefile.t
-cpanm : File-ShareDir-Install-0.13/t/11_dotfile.t
-cpanm : File-ShareDir-Install-0.13/t/12_delete.t
-cpanm : File-ShareDir-Install-0.13/t/module/
-cpanm : File-ShareDir-Install-0.13/t/share/
-cpanm : File-ShareDir-Install-0.13/t/share/#hello
-cpanm : File-ShareDir-Install-0.13/t/share/.dir/
-cpanm : File-ShareDir-Install-0.13/t/share/.something
-cpanm : File-ShareDir-Install-0.13/t/share/hello world
-cpanm : File-ShareDir-Install-0.13/t/share/honk
-cpanm : File-ShareDir-Install-0.13/t/share/.dir/something
-cpanm : File-ShareDir-Install-0.13/t/module/.dir/
-cpanm : File-ShareDir-Install-0.13/t/module/.something
-cpanm : File-ShareDir-Install-0.13/t/module/again
-cpanm : File-ShareDir-Install-0.13/t/module/bonk
-cpanm : File-ShareDir-Install-0.13/t/module/deeper/
-cpanm : File-ShareDir-Install-0.13/t/module/deeper/bonk
-cpanm : File-ShareDir-Install-0.13/t/module/.dir/something
-cpanm : File-ShareDir-Install-0.13/lib/File/
-cpanm : File-ShareDir-Install-0.13/lib/File/ShareDir/
-cpanm : File-ShareDir-Install-0.13/lib/File/ShareDir/Install.pm
-cpanm : Entering File-ShareDir-Install-0.13
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring File-ShareDir-Install-0.13 ... Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for File::ShareDir::Install
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have File::Path 0 ... Yes (2.16)
-cpanm : Checking if you have IO::Dir 0 ... Yes (1.41)
-cpanm : Checking if you have Exporter 0 ... Yes (5.74)
-cpanm : Checking if you have Test::More 0 ... Yes (1.302168)
-cpanm : Checking if you have Carp 0 ... Yes (1.50)
-cpanm : Checking if you have File::Spec 0 ... Yes (3.78)
-cpanm : Checking if you have strict 0 ... Yes (1.11)
-cpanm : Checking if you have warnings 0 ... Yes (1.45)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : OK
-cpanm : Building and testing File-ShareDir-Install-0.13 ... cp lib/File/ShareDir/Install.pm blib/lib/File/ShareDir/Install.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/10_makefile.t ........ ok
-cpanm : t/11_dotfile.t ......... ok
-cpanm : t/12_delete.t .......... ok
-cpanm : # 
-cpanm : # Versions for all modules listed in MYMETA.json (including optional ones):
-cpanm : # 
-cpanm : # === Configure Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Build Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Test Requires ===
-cpanm : # 
-cpanm : #     Module              Want     Have
-cpanm : #     ------------------- ---- --------
-cpanm : #     ExtUtils::MakeMaker  any     7.38
-cpanm : #     File::Path           any     2.16
-cpanm : #     File::Spec           any     3.78
-cpanm : #     Test::More           any 1.302168
-cpanm : # 
-cpanm : # === Test Recommends ===
-cpanm : # 
-cpanm : #     Module         Want     Have
-cpanm : #     ---------- -------- --------
-cpanm : #     CPAN::Meta 2.120900 2.150010
-cpanm : # 
-cpanm : # === Runtime Requires ===
-cpanm : # 
-cpanm : #     Module     Want Have
-cpanm : #     ---------- ---- ----
-cpanm : #     Carp        any 1.50
-cpanm : #     Exporter    any 5.74
-cpanm : #     File::Spec  any 3.78
-cpanm : #     IO::Dir     any 1.41
-cpanm : #     strict      any 1.11
-cpanm : #     warnings    any 1.45
-cpanm : # 
-cpanm : # === Other Modules ===
-cpanm : # 
-cpanm : #     Module           Have
-cpanm : #     ------------- -------
-cpanm : #     Encode           3.01
-cpanm : #     JSON::PP         4.04
-cpanm : #     Pod::Coverage missing
-cpanm : #     Sub::Name     missing
-cpanm : #     YAML          missing
-cpanm : #     autodie          2.29
-cpanm : # 
-cpanm : t/00-report-prereqs.t .. ok
-cpanm : All tests successful.
-cpanm : Files=4, Tests=39,  2 wallclock secs ( 0.05 usr  0.01 sys +  1.86 cusr  0.25 csys =  2.17 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/File/ShareDir/Install.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed File-ShareDir-Install-0.13
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/File-ShareDir-Install-0.13/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/File-ShareDir-Install-0.13/install.json
-cpanm : Running Makefile.PL
-cpanm : Configuring Inline-C-0.81 ... Warning: prerequisite File::Copy::Recursive 0 not found.
-cpanm : Warning: prerequisite Parse::RecDescent 1.967009 not found.
-cpanm : Warning: prerequisite Pegex 0.66 not found.
-cpanm : Warning: prerequisite YAML::XS 0 not found.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Inline::C
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have version 0.77 ... Yes (0.9924)
-cpanm : Checking if you have File::Spec 0.8 ... Yes (3.78)
-cpanm : Checking if you have Inline 0.83 ... Yes (0.83)
-cpanm : Checking if you have File::Copy::Recursive 0 ... No
-cpanm : Checking if you have Pegex 0.66 ... No
-cpanm : Checking if you have File::Path 0 ... Yes (2.16)
-cpanm : Checking if you have Test::More 0.88 ... Yes (1.302168)
-cpanm : Checking if you have Parse::RecDescent 1.967009 ... No
-cpanm : Checking if you have Test::Warn 0.23 ... Yes (0.36)
-cpanm : Checking if you have ExtUtils::MakeMaker 7.00 ... Yes (7.38)
-cpanm : Checking if you have YAML::XS 0 ... No
-cpanm : Checking if you have autodie 0 ... Yes (2.29)
-cpanm : Searching File::Copy::Recursive (0) on cpanmetadb ...
-cpanm : OK
-cpanm : ==> Found dependencies: File::Copy::Recursive, Pegex, Parse::RecDescent, YAML::XS
-cpanm : --2019-11-11 18:41:35--  http://cpanmetadb.plackperl.org/v1.0/package/File::Copy::Recursive
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 111 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 11.4M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:35 (11.4 MB/s) - written to stdout [111/111]
-cpanm : 
-cpanm : --> Working on File::Copy::Recursive
-cpanm : Fetching http://www.cpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.45.tar.gz ... --2019-11-11 18:41:35--  http://www.cpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.45.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 19256 (19K) [application/x-gzip]
-cpanm : Saving to: 'File-Copy-Recursive-0.45.tar.gz'
-cpanm : 
-cpanm :      0K .......... ........                                   100% 2.78M=0.007s
-cpanm : 
-cpanm : 2019-11-11 18:41:35 (2.78 MB/s) - 'File-Copy-Recursive-0.45.tar.gz' saved [19256/19256]
-cpanm : 
-cpanm : Unpacking File-Copy-Recursive-0.45.tar.gz
-cpanm : OK
-cpanm : File-Copy-Recursive-0.45/
-cpanm : File-Copy-Recursive-0.45/Changes
-cpanm : File-Copy-Recursive-0.45/MANIFEST
-cpanm : File-Copy-Recursive-0.45/t/
-cpanm : File-Copy-Recursive-0.45/README
-cpanm : File-Copy-Recursive-0.45/README.md
-cpanm : File-Copy-Recursive-0.45/META.yml
-cpanm : File-Copy-Recursive-0.45/lib/
-cpanm : File-Copy-Recursive-0.45/Makefile.PL
-cpanm : File-Copy-Recursive-0.45/META.json
-cpanm : File-Copy-Recursive-0.45/lib/File/
-cpanm : File-Copy-Recursive-0.45/lib/File/Copy/
-cpanm : File-Copy-Recursive-0.45/lib/File/Copy/Recursive.pm
-cpanm : File-Copy-Recursive-0.45/t/02.legacy-symtogsafe.t
-cpanm : File-Copy-Recursive-0.45/t/01.legacy.t
-cpanm : File-Copy-Recursive-0.45/t/05.legacy-pathmk_unc.t
-cpanm : File-Copy-Recursive-0.45/t/04.readonly-dir.t
-cpanm : File-Copy-Recursive-0.45/t/00.load.t
-cpanm : File-Copy-Recursive-0.45/t/03.github-issue-5.t
-cpanm : Entering File-Copy-Recursive-0.45
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring File-Copy-Recursive-0.45 ... Warning: prerequisite Path::Tiny 0 not found.
-cpanm : Warning: prerequisite Test::Deep 0 not found.
-cpanm : Warning: prerequisite Test::Fatal 0 not found.
-cpanm : Warning: prerequisite Test::File 0 not found.
-cpanm : Warning: prerequisite Test::Warnings 0 not found.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for File::Copy::Recursive
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Path::Tiny 0 ... No
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have Test::Warnings 0 ... No
-cpanm : Checking if you have Cwd 0 ... Yes (3.78)
-cpanm : Checking if you have File::Temp 0 ... Yes (0.2309)
-cpanm : Checking if you have Test::Deep 0 ... No
-cpanm : Checking if you have File::Copy 0 ... Yes (2.34)
-cpanm : Checking if you have File::Spec 0 ... Yes (3.78)
-cpanm : Checking if you have Test::More 0.88 ... Yes (1.302168)
-cpanm : Checking if you have Test::File 0 ... No
-cpanm : Checking if you have File::Glob 0 ... Yes (1.32)
-cpanm : Checking if you have Test::Fatal 0 ... No
-cpanm : Searching Path::Tiny (0) on cpanmetadb ...
-cpanm : OK
-cpanm : ==> Found dependencies: Path::Tiny, Test::Warnings, Test::Deep, Test::File, Test::Fatal
-cpanm : --2019-11-11 18:41:35--  http://cpanmetadb.plackperl.org/v1.0/package/Path::Tiny
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 123 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 8.92M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:35 (8.92 MB/s) - written to stdout [123/123]
-cpanm : 
-cpanm : --> Working on Path::Tiny
-cpanm : Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.108.tar.gz ... --2019-11-11 18:41:35--  http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.108.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 93536 (91K) [application/x-gzip]
-cpanm : Saving to: 'Path-Tiny-0.108.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... .......... 54% 1.04M 0s
-cpanm :     50K .......... .......... .......... .......... .         100% 68.0M=0.05s
-cpanm : 
-cpanm : 2019-11-11 18:41:35 (1.88 MB/s) - 'Path-Tiny-0.108.tar.gz' saved [93536/93536]
-cpanm : 
-cpanm : Unpacking Path-Tiny-0.108.tar.gz
-cpanm : OK
-cpanm : Path-Tiny-0.108/
-cpanm : Path-Tiny-0.108/LICENSE
-cpanm : Path-Tiny-0.108/cpanfile
-cpanm : Path-Tiny-0.108/Changes
-cpanm : Path-Tiny-0.108/MANIFEST
-cpanm : Path-Tiny-0.108/perlcritic.rc
-cpanm : Path-Tiny-0.108/CONTRIBUTING.mkdn
-cpanm : Path-Tiny-0.108/t/
-cpanm : Path-Tiny-0.108/xt/
-cpanm : Path-Tiny-0.108/README
-cpanm : Path-Tiny-0.108/META.yml
-cpanm : Path-Tiny-0.108/tidyall.ini
-cpanm : Path-Tiny-0.108/lib/
-cpanm : Path-Tiny-0.108/Makefile.PL
-cpanm : Path-Tiny-0.108/META.json
-cpanm : Path-Tiny-0.108/dist.ini
-cpanm : Path-Tiny-0.108/lib/Path/
-cpanm : Path-Tiny-0.108/lib/Path/Tiny.pm
-cpanm : Path-Tiny-0.108/xt/author/
-cpanm : Path-Tiny-0.108/xt/release/
-cpanm : Path-Tiny-0.108/xt/release/distmeta.t
-cpanm : Path-Tiny-0.108/xt/author/critic.t
-cpanm : Path-Tiny-0.108/xt/author/minimum-version.t
-cpanm : Path-Tiny-0.108/xt/author/test-version.t
-cpanm : Path-Tiny-0.108/xt/author/00-compile.t
-cpanm : Path-Tiny-0.108/xt/author/pod-syntax.t
-cpanm : Path-Tiny-0.108/xt/author/portability.t
-cpanm : Path-Tiny-0.108/xt/author/pod-spell.t
-cpanm : Path-Tiny-0.108/xt/author/pod-coverage.t
-cpanm : Path-Tiny-0.108/t/filesystem.t
-cpanm : Path-Tiny-0.108/t/exports.t
-cpanm : Path-Tiny-0.108/t/sig_die.t
-cpanm : Path-Tiny-0.108/t/chmod.t
-cpanm : Path-Tiny-0.108/t/zz-atomic.t
-cpanm : Path-Tiny-0.108/t/input_output.t
-cpanm : Path-Tiny-0.108/t/visit.t
-cpanm : Path-Tiny-0.108/t/recurse.t
-cpanm : Path-Tiny-0.108/t/digest.t
-cpanm : Path-Tiny-0.108/t/mutable_tree_while_iterating.t
-cpanm : Path-Tiny-0.108/t/locking.t
-cpanm : Path-Tiny-0.108/t/normalize.t
-cpanm : Path-Tiny-0.108/t/overloading.t
-cpanm : Path-Tiny-0.108/t/symlinks.t
-cpanm : Path-Tiny-0.108/t/children.t
-cpanm : Path-Tiny-0.108/t/README
-cpanm : Path-Tiny-0.108/t/temp.t
-cpanm : Path-Tiny-0.108/t/basic.t
-cpanm : Path-Tiny-0.108/t/zzz-spec.t
-cpanm : Path-Tiny-0.108/t/mkpath.t
-cpanm : Path-Tiny-0.108/t/rel-abs.t
-cpanm : Path-Tiny-0.108/t/parent.t
-cpanm : Path-Tiny-0.108/t/00-report-prereqs.t
-cpanm : Path-Tiny-0.108/t/lib/
-cpanm : Path-Tiny-0.108/t/input_output_no_PU_UU.t
-cpanm : Path-Tiny-0.108/t/00-report-prereqs.dd
-cpanm : Path-Tiny-0.108/t/exception.t
-cpanm : Path-Tiny-0.108/t/data/
-cpanm : Path-Tiny-0.108/t/input_output_no_UU.t
-cpanm : Path-Tiny-0.108/t/basename.t
-cpanm : Path-Tiny-0.108/t/fakelib/
-cpanm : Path-Tiny-0.108/t/subsumes.t
-cpanm : Path-Tiny-0.108/t/fakelib/Unicode/
-cpanm : Path-Tiny-0.108/t/fakelib/PerlIO/
-cpanm : Path-Tiny-0.108/t/fakelib/PerlIO/utf8_strict.pm
-cpanm : Path-Tiny-0.108/t/fakelib/Unicode/UTF8.pm
-cpanm : Path-Tiny-0.108/t/data/chmod.txt
-cpanm : Path-Tiny-0.108/t/lib/TestUtils.pm
-cpanm : Entering Path-Tiny-0.108
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Path-Tiny-0.108 ... Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Path::Tiny
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Test::More 0.96 ... Yes (1.302168)
-cpanm : Checking if you have Encode 0 ... Yes (3.01)
-cpanm : Checking if you have warnings::register 0 ... Yes (1.04)
-cpanm : Checking if you have File::Path 2.07 ... Yes (2.16)
-cpanm : Checking if you have File::Spec 0.86 ... Yes (3.78)
-cpanm : Checking if you have File::Temp 0.19 ... Yes (0.2309)
-cpanm : Checking if you have File::Spec::Unix 0 ... Yes (3.78)
-cpanm : Checking if you have File::Spec::Functions 0 ... Yes (3.78)
-cpanm : Checking if you have File::Glob 0 ... Yes (1.32)
-cpanm : Checking if you have Digest::SHA 5.45 ... Yes (6.02)
-cpanm : Checking if you have warnings 0 ... Yes (1.45)
-cpanm : Checking if you have strict 0 ... Yes (1.11)
-cpanm : Checking if you have Cwd 0 ... Yes (3.78)
-cpanm : Checking if you have overload 0 ... Yes (1.31)
-cpanm : Checking if you have Digest::MD5 0 ... Yes (2.55_01)
-cpanm : Checking if you have Exporter 5.57 ... Yes (5.74)
-cpanm : Checking if you have lib 0 ... Yes (0.65)
-cpanm : Checking if you have open 0 ... Yes (1.11)
-cpanm : Checking if you have File::Basename 0 ... Yes (2.85)
-cpanm : Checking if you have Carp 0 ... Yes (1.50)
-cpanm : Checking if you have Fcntl 0 ... Yes (1.13)
-cpanm : Checking if you have File::stat 0 ... Yes (1.08)
-cpanm : Checking if you have constant 0 ... Yes (1.33)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have Digest 1.03 ... Yes (1.17_01)
-cpanm : Checking if you have File::Copy 0 ... Yes (2.34)
-cpanm : OK
-cpanm : Building and testing Path-Tiny-0.108 ... cp lib/Path/Tiny.pm blib/lib/Path/Tiny.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : # 
-cpanm : # Versions for all modules listed in MYMETA.json (including optional ones):
-cpanm : # 
-cpanm : # === Configure Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker 6.17 7.38
-cpanm : # 
-cpanm : # === Configure Suggests ===
-cpanm : # 
-cpanm : #     Module      Want Have
-cpanm : #     -------- ------- ----
-cpanm : #     JSON::PP 2.27300 4.04
-cpanm : # 
-cpanm : # === Build Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Test Requires ===
-cpanm : # 
-cpanm : #     Module                Want     Have
-cpanm : #     --------------------- ---- --------
-cpanm : #     Digest::MD5            any  2.55_01
-cpanm : #     ExtUtils::MakeMaker    any     7.38
-cpanm : #     File::Basename         any     2.85
-cpanm : #     File::Spec            0.86     3.78
-cpanm : #     File::Spec::Functions  any     3.78
-cpanm : #     File::Spec::Unix       any     3.78
-cpanm : #     File::Temp            0.19   0.2309
-cpanm : #     Test::More            0.96 1.302168
-cpanm : #     lib                    any     0.65
-cpanm : #     open                   any     1.11
-cpanm : # 
-cpanm : # === Test Recommends ===
-cpanm : # 
-cpanm : #     Module                 Want     Have
-cpanm : #     ------------------ -------- --------
-cpanm : #     CPAN::Meta         2.120900 2.150010
-cpanm : #     Test::FailWarnings      any  missing
-cpanm : #     Test::MockRandom        any  missing
-cpanm : # 
-cpanm : # === Runtime Requires ===
-cpanm : # 
-cpanm : #     Module             Want    Have
-cpanm : #     ------------------ ---- -------
-cpanm : #     Carp                any    1.50
-cpanm : #     Cwd                 any    3.78
-cpanm : #     Digest             1.03 1.17_01
-cpanm : #     Digest::SHA        5.45    6.02
-cpanm : #     Encode              any    3.01
-cpanm : #     Exporter           5.57    5.74
-cpanm : #     Fcntl               any    1.13
-cpanm : #     File::Copy          any    2.34
-cpanm : #     File::Glob          any    1.32
-cpanm : #     File::Path         2.07    2.16
-cpanm : #     File::Spec         0.86    3.78
-cpanm : #     File::Temp         0.19  0.2309
-cpanm : #     File::stat          any    1.08
-cpanm : #     constant            any    1.33
-cpanm : #     overload            any    1.31
-cpanm : #     strict              any    1.11
-cpanm : #     warnings            any    1.45
-cpanm : #     warnings::register  any    1.04
-cpanm : # 
-cpanm : # === Runtime Recommends ===
-cpanm : # 
-cpanm : #     Module        Want    Have
-cpanm : #     ------------- ---- -------
-cpanm : #     Unicode::UTF8 0.58 missing
-cpanm : # 
-cpanm : t/00-report-prereqs.t ............. ok
-cpanm : t/basename.t ...................... ok
-cpanm : t/basic.t ......................... ok
-cpanm : t/children.t ...................... ok
-cpanm : t/chmod.t ......................... ok
-cpanm : t/digest.t ........................ ok
-cpanm : t/exception.t ..................... ok
-cpanm : t/exports.t ....................... ok
-cpanm : t/filesystem.t .................... ok
-cpanm : t/input_output.t .................. ok
-cpanm : t/input_output_no_PU_UU.t ......... ok
-cpanm : t/input_output_no_UU.t ............ ok
-cpanm : t/locking.t ....................... ok
-cpanm : t/mkpath.t ........................ ok
-cpanm : t/mutable_tree_while_iterating.t .. ok
-cpanm : t/normalize.t ..................... ok
-cpanm : t/overloading.t ................... ok
-cpanm : t/parent.t ........................ ok
-cpanm : t/recurse.t ....................... ok
-cpanm : t/rel-abs.t ....................... ok
-cpanm : t/sig_die.t ....................... ok
-cpanm : t/subsumes.t ...................... ok
-cpanm : t/symlinks.t ...................... ok
-cpanm : t/temp.t .......................... ok
-cpanm : t/visit.t ......................... ok
-cpanm : t/zz-atomic.t ..................... skipped: Test::MockRandom required for atomicity tests
-cpanm : t/zzz-spec.t ...................... ok
-cpanm : All tests successful.
-cpanm : Files=27, Tests=1704,  3 wallclock secs ( 0.35 usr  0.07 sys +  2.95 cusr  0.41 csys =  3.78 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Path/Tiny.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Path-Tiny-0.108
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Path-Tiny-0.108/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Path-Tiny-0.108/install.json
-cpanm : Searching Test::Warnings (0) on cpanmetadb ...
-cpanm : --2019-11-11 18:41:40--  http://cpanmetadb.plackperl.org/v1.0/package/Test::Warnings
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 101 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 10.5M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:40 (10.5 MB/s) - written to stdout [101/101]
-cpanm : 
-cpanm : --> Working on Test::Warnings
-cpanm : Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.027.tar.gz ... --2019-11-11 18:41:40--  http://www.cpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.027.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 41301 (40K) [application/x-gzip]
-cpanm : Saving to: 'Test-Warnings-0.027.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... ..........           100% 1.36M=0.03s
-cpanm : 
-cpanm : 2019-11-11 18:41:40 (1.36 MB/s) - 'Test-Warnings-0.027.tar.gz' saved [41301/41301]
-cpanm : 
-cpanm : Unpacking Test-Warnings-0.027.tar.gz
-cpanm : OK
-cpanm : Test-Warnings-0.027/
-cpanm : Test-Warnings-0.027/Changes
-cpanm : Test-Warnings-0.027/CONTRIBUTING
-cpanm : Test-Warnings-0.027/dist.ini
-cpanm : Test-Warnings-0.027/examples/
-cpanm : Test-Warnings-0.027/INSTALL
-cpanm : Test-Warnings-0.027/lib/
-cpanm : Test-Warnings-0.027/LICENCE
-cpanm : Test-Warnings-0.027/Makefile.PL
-cpanm : Test-Warnings-0.027/MANIFEST
-cpanm : Test-Warnings-0.027/META.json
-cpanm : Test-Warnings-0.027/META.yml
-cpanm : Test-Warnings-0.027/README
-cpanm : Test-Warnings-0.027/t/
-cpanm : Test-Warnings-0.027/xt/
-cpanm : Test-Warnings-0.027/xt/author/
-cpanm : Test-Warnings-0.027/xt/release/
-cpanm : Test-Warnings-0.027/xt/release/changes_has_content.t
-cpanm : Test-Warnings-0.027/xt/release/cpan-changes.t
-cpanm : Test-Warnings-0.027/xt/release/distmeta.t
-cpanm : Test-Warnings-0.027/xt/author/00-compile.t
-cpanm : Test-Warnings-0.027/xt/author/changes_has_content.t
-cpanm : Test-Warnings-0.027/xt/author/clean-namespaces.t
-cpanm : Test-Warnings-0.027/xt/author/eol.t
-cpanm : Test-Warnings-0.027/xt/author/examples_synopsis_1.t
-cpanm : Test-Warnings-0.027/xt/author/examples_synopsis_2.t
-cpanm : Test-Warnings-0.027/xt/author/examples_test_warning_contents.t
-cpanm : Test-Warnings-0.027/xt/author/kwalitee.t
-cpanm : Test-Warnings-0.027/xt/author/minimum-version.t
-cpanm : Test-Warnings-0.027/xt/author/mojibake.t
-cpanm : Test-Warnings-0.027/xt/author/no-tabs.t
-cpanm : Test-Warnings-0.027/xt/author/pod-coverage.t
-cpanm : Test-Warnings-0.027/xt/author/pod-no404s.t
-cpanm : Test-Warnings-0.027/xt/author/pod-spell.t
-cpanm : Test-Warnings-0.027/xt/author/pod-syntax.t
-cpanm : Test-Warnings-0.027/xt/author/portability.t
-cpanm : Test-Warnings-0.027/t/00-report-prereqs.dd
-cpanm : Test-Warnings-0.027/t/00-report-prereqs.t
-cpanm : Test-Warnings-0.027/t/01-basic.t
-cpanm : Test-Warnings-0.027/t/02-done_testing.t
-cpanm : Test-Warnings-0.027/t/03-subtest.t
-cpanm : Test-Warnings-0.027/t/04-no-tests.t
-cpanm : Test-Warnings-0.027/t/05-no-end-block.t
-cpanm : Test-Warnings-0.027/t/06-skip-all.t
-cpanm : Test-Warnings-0.027/t/07-no_plan.t
-cpanm : Test-Warnings-0.027/t/08-use-if.t
-cpanm : Test-Warnings-0.027/t/09-warnings-contents.t
-cpanm : Test-Warnings-0.027/t/10-no-done_testing.t
-cpanm : Test-Warnings-0.027/t/11-double-use.t
-cpanm : Test-Warnings-0.027/t/12-no-newline.t
-cpanm : Test-Warnings-0.027/t/13-propagate-warnings.t
-cpanm : Test-Warnings-0.027/t/14-propagate-subname.t
-cpanm : Test-Warnings-0.027/t/15-propagate-default.t
-cpanm : Test-Warnings-0.027/t/16-propagate-ignore.t
-cpanm : Test-Warnings-0.027/t/17-propagate-subname-colons.t
-cpanm : Test-Warnings-0.027/t/18-propagate-subname-package.t
-cpanm : Test-Warnings-0.027/t/19-propagate-nonexistent-subname.t
-cpanm : Test-Warnings-0.027/t/20-propagate-stub.t
-cpanm : Test-Warnings-0.027/t/21-fail-on-warning.t
-cpanm : Test-Warnings-0.027/t/lib/
-cpanm : Test-Warnings-0.027/t/zzz-check-breaks.t
-cpanm : Test-Warnings-0.027/t/lib/SilenceStderr.pm
-cpanm : Test-Warnings-0.027/lib/Test/
-cpanm : Test-Warnings-0.027/lib/Test/Warnings.pm
-cpanm : Test-Warnings-0.027/examples/no_plan.t
-cpanm : Test-Warnings-0.027/examples/sub.t
-cpanm : Test-Warnings-0.027/examples/synopsis_1.t
-cpanm : Test-Warnings-0.027/examples/synopsis_2.t
-cpanm : Test-Warnings-0.027/examples/test_nowarnings.t
-cpanm : Test-Warnings-0.027/examples/test_warning_contents.t
-cpanm : Test-Warnings-0.027/examples/warning_like.t
-cpanm : Test-Warnings-0.027/examples/with_done_testing.t
-cpanm : Test-Warnings-0.027/examples/with_plan.t
-cpanm : Entering Test-Warnings-0.027
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Test-Warnings-0.027 ... Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Test::Warnings
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have strict 0 ... Yes (1.11)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have warnings 0 ... Yes (1.45)
-cpanm : Checking if you have Carp 0 ... Yes (1.50)
-cpanm : Checking if you have File::Spec 0 ... Yes (3.78)
-cpanm : Checking if you have parent 0 ... Yes (0.237)
-cpanm : Checking if you have Test::Builder 0 ... Yes (1.302168)
-cpanm : Checking if you have if 0 ... Yes (0.0608)
-cpanm : Checking if you have Test::More 0.94 ... Yes (1.302168)
-cpanm : Checking if you have Exporter 0 ... Yes (5.74)
-cpanm : OK
-cpanm : Building and testing Test-Warnings-0.027 ... cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : # 
-cpanm : # Versions for all modules listed in MYMETA.json (including optional ones):
-cpanm : # 
-cpanm : # === Configure Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Build Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Test Requires ===
-cpanm : # 
-cpanm : #     Module              Want     Have
-cpanm : #     ------------------- ---- --------
-cpanm : #     ExtUtils::MakeMaker  any     7.38
-cpanm : #     File::Spec           any     3.78
-cpanm : #     Test::More          0.94 1.302168
-cpanm : #     if                   any   0.0608
-cpanm : # 
-cpanm : # === Test Recommends ===
-cpanm : # 
-cpanm : #     Module         Want     Have
-cpanm : #     ---------- -------- --------
-cpanm : #     CPAN::Meta 2.120900 2.150010
-cpanm : # 
-cpanm : # === Test Suggests ===
-cpanm : # 
-cpanm : #     Module                    Want     Have
-cpanm : #     ------------------------ ----- --------
-cpanm : #     CPAN::Meta::Check        0.011  missing
-cpanm : #     CPAN::Meta::Requirements   any    2.140
-cpanm : #     PadWalker                  any  missing
-cpanm : #     Test::Tester             0.108 1.302168
-cpanm : # 
-cpanm : # === Runtime Requires ===
-cpanm : # 
-cpanm : #     Module        Want     Have
-cpanm : #     ------------- ---- --------
-cpanm : #     Carp           any     1.50
-cpanm : #     Exporter       any     5.74
-cpanm : #     Test::Builder  any 1.302168
-cpanm : #     parent         any    0.237
-cpanm : #     strict         any     1.11
-cpanm : #     warnings       any     1.45
-cpanm : # 
-cpanm : # === Other Modules ===
-cpanm : # 
-cpanm : #     Module             Have
-cpanm : #     --------------- -------
-cpanm : #     Encode             3.01
-cpanm : #     File::Temp       0.2309
-cpanm : #     JSON::PP           4.04
-cpanm : #     Module::Runtime missing
-cpanm : #     Sub::Name       missing
-cpanm : #     YAML            missing
-cpanm : #     autodie            2.29
-cpanm : # 
-cpanm : t/00-report-prereqs.t ................. ok
-cpanm : t/01-basic.t .......................... ok
-cpanm : t/02-done_testing.t ................... ok
-cpanm : t/03-subtest.t ........................ ok
-cpanm : t/04-no-tests.t ....................... ok
-cpanm : t/05-no-end-block.t ................... ok
-cpanm : t/06-skip-all.t ....................... skipped: Need Foo::Bar::Baz to continue!
-cpanm : t/07-no_plan.t ........................ ok
-cpanm : t/08-use-if.t ......................... ok
-cpanm : t/09-warnings-contents.t .............. ok
-cpanm : t/10-no-done_testing.t ................ ok
-cpanm : t/11-double-use.t ..................... ok
-cpanm : t/12-no-newline.t ..................... ok
-cpanm : t/13-propagate-warnings.t ............. ok
-cpanm : t/14-propagate-subname.t .............. ok
-cpanm : t/15-propagate-default.t .............. ok
-cpanm : t/16-propagate-ignore.t ............... ok
-cpanm : t/17-propagate-subname-colons.t ....... ok
-cpanm : t/18-propagate-subname-package.t ...... ok
-cpanm : t/19-propagate-nonexistent-subname.t .. ok
-cpanm : t/20-propagate-stub.t ................. ok
-cpanm : t/21-fail-on-warning.t ................ ok
-cpanm : t/zzz-check-breaks.t .................. ok
-cpanm : All tests successful.
-cpanm : Files=23, Tests=72,  2 wallclock secs ( 0.10 usr  0.02 sys +  1.53 cusr  0.22 csys =  1.87 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Warnings.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Test-Warnings-0.027
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-Warnings-0.027/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-Warnings-0.027/install.json
-cpanm : Searching Test::Deep (0) on cpanmetadb ...
-cpanm : --2019-11-11 18:41:43--  http://cpanmetadb.plackperl.org/v1.0/package/Test::Deep
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 1612 (1.6K) [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K .                                                     100%  107M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:43 (107 MB/s) - written to stdout [1612/1612]
-cpanm : 
-cpanm : --> Working on Test::Deep
-cpanm : Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.128.tar.gz ... --2019-11-11 18:41:43--  http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.128.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 41649 (41K) [application/x-gzip]
-cpanm : Saving to: 'Test-Deep-1.128.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... ..........           100% 1.44M=0.03s
-cpanm : 
-cpanm : 2019-11-11 18:41:43 (1.44 MB/s) - 'Test-Deep-1.128.tar.gz' saved [41649/41649]
-cpanm : 
-cpanm : Unpacking Test-Deep-1.128.tar.gz
-cpanm : OK
-cpanm : Test-Deep-1.128/
-cpanm : Test-Deep-1.128/Changes
-cpanm : Test-Deep-1.128/MANIFEST
-cpanm : Test-Deep-1.128/t/
-cpanm : Test-Deep-1.128/README
-cpanm : Test-Deep-1.128/TODO
-cpanm : Test-Deep-1.128/META.yml
-cpanm : Test-Deep-1.128/lib/
-cpanm : Test-Deep-1.128/Makefile.PL
-cpanm : Test-Deep-1.128/META.json
-cpanm : Test-Deep-1.128/lib/Test/
-cpanm : Test-Deep-1.128/lib/Test/Deep/
-cpanm : Test-Deep-1.128/lib/Test/Deep.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/None.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/ScalarRef.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/ScalarRefOnly.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Methods.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Cache/
-cpanm : Test-Deep-1.128/lib/Test/Deep/RegexpRefOnly.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/ArrayElementsOnly.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Number.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/RegexpOnly.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/ArrayEach.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Shallow.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/RegexpRef.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Boolean.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/All.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/ListMethods.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Code.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Cache.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Ignore.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/RegexpVersion.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Regexp.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/RefType.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/ArrayLength.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/HashEach.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Isa.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Obj.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Hash.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/MM.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Cmp.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Class.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Ref.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/HashElements.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Stack.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/RegexpMatches.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Set.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Array.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Any.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/NoTest.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/String.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Blessed.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/ArrayLengthOnly.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/HashKeys.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/HashKeysOnly.pm
-cpanm : Test-Deep-1.128/lib/Test/Deep/Cache/Simple.pm
-cpanm : Test-Deep-1.128/t/ignore.t
-cpanm : Test-Deep-1.128/t/error.t
-cpanm : Test-Deep-1.128/t/bagrecursion.t
-cpanm : Test-Deep-1.128/t/shallow.t
-cpanm : Test-Deep-1.128/t/hash_each.t
-cpanm : Test-Deep-1.128/t/none.t
-cpanm : Test-Deep-1.128/t/reftype.t
-cpanm : Test-Deep-1.128/t/isa.t
-cpanm : Test-Deep-1.128/t/bag.t
-cpanm : Test-Deep-1.128/t/circular.t
-cpanm : Test-Deep-1.128/t/all.t
-cpanm : Test-Deep-1.128/t/code.t
-cpanm : Test-Deep-1.128/t/cache.t
-cpanm : Test-Deep-1.128/t/notest_extra.t
-cpanm : Test-Deep-1.128/t/listmethods.t
-cpanm : Test-Deep-1.128/t/regexp.t.orig
-cpanm : Test-Deep-1.128/t/notest.t
-cpanm : Test-Deep-1.128/t/hashkeys.t
-cpanm : Test-Deep-1.128/t/regexpref.t
-cpanm : Test-Deep-1.128/t/leaf-wrapper.t
-cpanm : Test-Deep-1.128/t/scalar.t
-cpanm : Test-Deep-1.128/t/descend.t
-cpanm : Test-Deep-1.128/t/boolean.t
-cpanm : Test-Deep-1.128/t/deep_utils.t
-cpanm : Test-Deep-1.128/t/array.t
-cpanm : Test-Deep-1.128/t/blessed.t
-cpanm : Test-Deep-1.128/t/memory.t
-cpanm : Test-Deep-1.128/t/lib/
-cpanm : Test-Deep-1.128/t/class.t
-cpanm : Test-Deep-1.128/t/number.t
-cpanm : Test-Deep-1.128/t/array_each.t
-cpanm : Test-Deep-1.128/t/import.t
-cpanm : Test-Deep-1.128/t/rt78288_blessed_object.t
-cpanm : Test-Deep-1.128/t/scalarref.t
-cpanm : Test-Deep-1.128/t/regexp.t
-cpanm : Test-Deep-1.128/t/hash.t
-cpanm : Test-Deep-1.128/t/any.t
-cpanm : Test-Deep-1.128/t/arraylength.t
-cpanm : Test-Deep-1.128/t/methods.t
-cpanm : Test-Deep-1.128/t/set.t
-cpanm : Test-Deep-1.128/t/string.t
-cpanm : Test-Deep-1.128/t/lib/Std.pm
-cpanm : Test-Deep-1.128/t/lib/Over.pm
-cpanm : Entering Test-Deep-1.128
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Test-Deep-1.128 ... Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Test::Deep
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Test::Tester 0.04 ... Yes (1.302168)
-cpanm : Checking if you have Test::More 0.88 ... Yes (1.302168)
-cpanm : Checking if you have List::Util 1.09 ... Yes (1.52)
-cpanm : Checking if you have Scalar::Util 1.09 ... Yes (1.52)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have Test::Builder 0 ... Yes (1.302168)
-cpanm : OK
-cpanm : Building and testing Test-Deep-1.128 ... cp lib/Test/Deep/Regexp.pm blib/lib/Test/Deep/Regexp.pm
-cpanm : cp lib/Test/Deep/All.pm blib/lib/Test/Deep/All.pm
-cpanm : cp lib/Test/Deep/Blessed.pm blib/lib/Test/Deep/Blessed.pm
-cpanm : cp lib/Test/Deep/Ignore.pm blib/lib/Test/Deep/Ignore.pm
-cpanm : cp lib/Test/Deep/Set.pm blib/lib/Test/Deep/Set.pm
-cpanm : cp lib/Test/Deep/Cmp.pm blib/lib/Test/Deep/Cmp.pm
-cpanm : cp lib/Test/Deep/NoTest.pm blib/lib/Test/Deep/NoTest.pm
-cpanm : cp lib/Test/Deep/ListMethods.pm blib/lib/Test/Deep/ListMethods.pm
-cpanm : cp lib/Test/Deep/ArrayLengthOnly.pm blib/lib/Test/Deep/ArrayLengthOnly.pm
-cpanm : cp lib/Test/Deep/ScalarRefOnly.pm blib/lib/Test/Deep/ScalarRefOnly.pm
-cpanm : cp lib/Test/Deep/Boolean.pm blib/lib/Test/Deep/Boolean.pm
-cpanm : cp lib/Test/Deep/Ref.pm blib/lib/Test/Deep/Ref.pm
-cpanm : cp lib/Test/Deep/RegexpMatches.pm blib/lib/Test/Deep/RegexpMatches.pm
-cpanm : cp lib/Test/Deep/Shallow.pm blib/lib/Test/Deep/Shallow.pm
-cpanm : cp lib/Test/Deep.pm blib/lib/Test/Deep.pm
-cpanm : cp lib/Test/Deep/Number.pm blib/lib/Test/Deep/Number.pm
-cpanm : cp lib/Test/Deep/Array.pm blib/lib/Test/Deep/Array.pm
-cpanm : cp lib/Test/Deep/RefType.pm blib/lib/Test/Deep/RefType.pm
-cpanm : cp lib/Test/Deep/RegexpRef.pm blib/lib/Test/Deep/RegexpRef.pm
-cpanm : cp lib/Test/Deep/Stack.pm blib/lib/Test/Deep/Stack.pm
-cpanm : cp lib/Test/Deep/ArrayElementsOnly.pm blib/lib/Test/Deep/ArrayElementsOnly.pm
-cpanm : cp lib/Test/Deep/RegexpOnly.pm blib/lib/Test/Deep/RegexpOnly.pm
-cpanm : cp lib/Test/Deep/HashKeys.pm blib/lib/Test/Deep/HashKeys.pm
-cpanm : cp lib/Test/Deep/Cache/Simple.pm blib/lib/Test/Deep/Cache/Simple.pm
-cpanm : cp lib/Test/Deep/RegexpVersion.pm blib/lib/Test/Deep/RegexpVersion.pm
-cpanm : cp lib/Test/Deep/HashElements.pm blib/lib/Test/Deep/HashElements.pm
-cpanm : cp lib/Test/Deep/Isa.pm blib/lib/Test/Deep/Isa.pm
-cpanm : cp lib/Test/Deep/Hash.pm blib/lib/Test/Deep/Hash.pm
-cpanm : cp lib/Test/Deep/Any.pm blib/lib/Test/Deep/Any.pm
-cpanm : cp lib/Test/Deep/HashKeysOnly.pm blib/lib/Test/Deep/HashKeysOnly.pm
-cpanm : cp lib/Test/Deep/Code.pm blib/lib/Test/Deep/Code.pm
-cpanm : cp lib/Test/Deep/ArrayEach.pm blib/lib/Test/Deep/ArrayEach.pm
-cpanm : cp lib/Test/Deep/String.pm blib/lib/Test/Deep/String.pm
-cpanm : cp lib/Test/Deep/ScalarRef.pm blib/lib/Test/Deep/ScalarRef.pm
-cpanm : cp lib/Test/Deep/MM.pm blib/lib/Test/Deep/MM.pm
-cpanm : cp lib/Test/Deep/Class.pm blib/lib/Test/Deep/Class.pm
-cpanm : cp lib/Test/Deep/Cache.pm blib/lib/Test/Deep/Cache.pm
-cpanm : cp lib/Test/Deep/HashEach.pm blib/lib/Test/Deep/HashEach.pm
-cpanm : cp lib/Test/Deep/ArrayLength.pm blib/lib/Test/Deep/ArrayLength.pm
-cpanm : cp lib/Test/Deep/Methods.pm blib/lib/Test/Deep/Methods.pm
-cpanm : cp lib/Test/Deep/None.pm blib/lib/Test/Deep/None.pm
-cpanm : cp lib/Test/Deep/Obj.pm blib/lib/Test/Deep/Obj.pm
-cpanm : cp lib/Test/Deep/RegexpRefOnly.pm blib/lib/Test/Deep/RegexpRefOnly.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/all.t ..................... ok
-cpanm : t/any.t ..................... ok
-cpanm : t/array.t ................... ok
-cpanm : t/array_each.t .............. ok
-cpanm : t/arraylength.t ............. ok
-cpanm : t/bag.t ..................... ok
-cpanm : t/bagrecursion.t ............ ok
-cpanm : t/blessed.t ................. ok
-cpanm : t/boolean.t ................. ok
-cpanm : t/cache.t ................... ok
-cpanm : t/circular.t ................ ok
-cpanm : t/class.t ................... ok
-cpanm : t/code.t .................... ok
-cpanm : t/deep_utils.t .............. ok
-cpanm : t/descend.t ................. ok
-cpanm : t/error.t ................... ok
-cpanm : t/hash.t .................... ok
-cpanm : t/hash_each.t ............... ok
-cpanm : t/hashkeys.t ................ ok
-cpanm : t/ignore.t .................. ok
-cpanm : t/import.t .................. ok
-cpanm : t/isa.t ..................... ok
-cpanm : t/leaf-wrapper.t ............ ok
-cpanm : t/listmethods.t ............. ok
-cpanm : t/memory.t .................. ok
-cpanm : t/methods.t ................. ok
-cpanm : t/none.t .................... ok
-cpanm : t/notest.t .................. ok
-cpanm : t/notest_extra.t ............ ok
-cpanm : t/number.t .................. ok
-cpanm : t/reftype.t ................. ok
-cpanm : t/regexp.t .................. ok
-cpanm : t/regexpref.t ............... ok
-cpanm : t/rt78288_blessed_object.t .. ok
-cpanm : t/scalar.t .................. ok
-cpanm : t/scalarref.t ............... ok
-cpanm : t/set.t ..................... ok
-cpanm : t/shallow.t ................. ok
-cpanm : t/string.t .................. ok
-cpanm : All tests successful.
-cpanm : Files=39, Tests=1233,  3 wallclock secs ( 0.29 usr  0.06 sys +  2.84 cusr  0.33 csys =  3.52 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Number.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/All.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/ArrayElementsOnly.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Array.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Stack.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/HashKeysOnly.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Class.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/RegexpVersion.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/ArrayLength.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Regexp.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Code.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Obj.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Ref.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Methods.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/ScalarRefOnly.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Set.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Cache.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Cmp.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Any.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Boolean.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/None.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/ScalarRef.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Shallow.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Hash.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/RefType.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/ArrayLengthOnly.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/String.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/RegexpOnly.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/NoTest.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/ListMethods.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/RegexpMatches.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/RegexpRef.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Ignore.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/MM.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/HashKeys.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/HashElements.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/HashEach.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Blessed.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/ArrayEach.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/RegexpRefOnly.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Isa.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Deep/Cache/Simple.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Test-Deep-1.128
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-Deep-1.128/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-Deep-1.128/install.json
-cpanm : Searching Test::File (0) on cpanmetadb ...
-cpanm : --2019-11-11 18:41:47--  http://cpanmetadb.plackperl.org/v1.0/package/Test::File
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 93 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 11.9M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:47 (11.9 MB/s) - written to stdout [93/93]
-cpanm : 
-cpanm : --> Working on Test::File
-cpanm : Fetching http://www.cpan.org/authors/id/B/BD/BDFOY/Test-File-1.443.tar.gz ... --2019-11-11 18:41:47--  http://www.cpan.org/authors/id/B/BD/BDFOY/Test-File-1.443.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 27065 (26K) [application/x-gzip]
-cpanm : Saving to: 'Test-File-1.443.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... ......                          100% 2.26M=0.01s
-cpanm : 
-cpanm : 2019-11-11 18:41:47 (2.26 MB/s) - 'Test-File-1.443.tar.gz' saved [27065/27065]
-cpanm : 
-cpanm : Unpacking Test-File-1.443.tar.gz
-cpanm : OK
-cpanm : Test-File-1.443/
-cpanm : Test-File-1.443/Changes
-cpanm : Test-File-1.443/examples/
-cpanm : Test-File-1.443/INSTALL.SKIP
-cpanm : Test-File-1.443/lib/
-cpanm : Test-File-1.443/LICENSE
-cpanm : Test-File-1.443/Makefile.PL
-cpanm : Test-File-1.443/MANIFEST
-cpanm : Test-File-1.443/MANIFEST.SKIP
-cpanm : Test-File-1.443/META.json
-cpanm : Test-File-1.443/META.yml
-cpanm : Test-File-1.443/README.pod
-cpanm : Test-File-1.443/t/
-cpanm : Test-File-1.443/xt/
-cpanm : Test-File-1.443/xt/changes.t
-cpanm : Test-File-1.443/t/dm_skeleton.t
-cpanm : Test-File-1.443/t/file_contains.t
-cpanm : Test-File-1.443/t/file_contains_encoded.t
-cpanm : Test-File-1.443/t/file_contains_utf8.t
-cpanm : Test-File-1.443/t/file_mtime.t
-cpanm : Test-File-1.443/t/file_sizes.t
-cpanm : Test-File-1.443/t/line_counters.t
-cpanm : Test-File-1.443/t/link_counts.t
-cpanm : Test-File-1.443/t/links.t
-cpanm : Test-File-1.443/t/load.t
-cpanm : Test-File-1.443/t/normalize.t
-cpanm : Test-File-1.443/t/obviously_non_multi_user.t
-cpanm : Test-File-1.443/t/owner.t
-cpanm : Test-File-1.443/t/pod.t
-cpanm : Test-File-1.443/t/pod_coverage.t
-cpanm : Test-File-1.443/t/rt/
-cpanm : Test-File-1.443/t/setup_common
-cpanm : Test-File-1.443/t/test_dirs.t
-cpanm : Test-File-1.443/t/test_files.t
-cpanm : Test-File-1.443/t/test_manifest
-cpanm : Test-File-1.443/t/win32.t
-cpanm : Test-File-1.443/t/rt/30346.t
-cpanm : Test-File-1.443/lib/Test/
-cpanm : Test-File-1.443/lib/Test/File.pm
-cpanm : Test-File-1.443/examples/README
-cpanm : Entering Test-File-1.443
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.38)
-cpanm : Checking if you have File::Spec::Functions 0 ... Yes (3.78)
-cpanm : Running Makefile.PL
-cpanm : Configuring Test-File-1.443 ... Warning: prerequisite Test::utf8 0 not found.
-cpanm : WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Test::File
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Test::Builder::Tester 1.04 ... Yes (1.302168)
-cpanm : Checking if you have Test::Builder 1.001006 ... Yes (1.302168)
-cpanm : Checking if you have Test::utf8 0 ... No
-cpanm : Checking if you have Test::More 0.95 ... Yes (1.302168)
-cpanm : Searching Test::utf8 (0) on cpanmetadb ...
-cpanm : OK
-cpanm : ==> Found dependencies: Test::utf8
-cpanm : --2019-11-11 18:41:48--  http://cpanmetadb.plackperl.org/v1.0/package/Test::utf8
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 90 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 6.72M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:48 (6.72 MB/s) - written to stdout [90/90]
-cpanm : 
-cpanm : --> Working on Test::utf8
-cpanm : Fetching http://www.cpan.org/authors/id/M/MA/MARKF/Test-utf8-1.01.tar.gz ... --2019-11-11 18:41:48--  http://www.cpan.org/authors/id/M/MA/MARKF/Test-utf8-1.01.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 33308 (33K) [application/x-gzip]
-cpanm : Saving to: 'Test-utf8-1.01.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... ..                   100% 3.04M=0.01s
-cpanm : 
-cpanm : 2019-11-11 18:41:48 (3.04 MB/s) - 'Test-utf8-1.01.tar.gz' saved [33308/33308]
-cpanm : 
-cpanm : Unpacking Test-utf8-1.01.tar.gz
-cpanm : OK
-cpanm : Test-utf8-1.01/
-cpanm : Test-utf8-1.01/CHANGES
-cpanm : Test-utf8-1.01/inc/
-cpanm : Test-utf8-1.01/lib/
-cpanm : Test-utf8-1.01/Makefile.PL
-cpanm : Test-utf8-1.01/MANIFEST
-cpanm : Test-utf8-1.01/META.yml
-cpanm : Test-utf8-1.01/README
-cpanm : Test-utf8-1.01/t/
-cpanm : Test-utf8-1.01/xt/
-cpanm : Test-utf8-1.01/xt/001pod.t
-cpanm : Test-utf8-1.01/xt/002podcoverage.t
-cpanm : Test-utf8-1.01/xt/003perlcritic.t
-cpanm : Test-utf8-1.01/xt/anyperlperlcriticrc
-cpanm : Test-utf8-1.01/t/01basic.t
-cpanm : Test-utf8-1.01/t/02invalid.t
-cpanm : Test-utf8-1.01/t/03deu.t
-cpanm : Test-utf8-1.01/t/04ascii.t
-cpanm : Test-utf8-1.01/t/05latin1.t
-cpanm : Test-utf8-1.01/t/06flag.t
-cpanm : Test-utf8-1.01/t/07valid_docu.t
-cpanm : Test-utf8-1.01/lib/Test/
-cpanm : Test-utf8-1.01/lib/Test/utf8.pm
-cpanm : Test-utf8-1.01/inc/Module/
-cpanm : Test-utf8-1.01/inc/Module/Install/
-cpanm : Test-utf8-1.01/inc/Module/Install.pm
-cpanm : Test-utf8-1.01/inc/Module/Install/AuthorTests.pm
-cpanm : Test-utf8-1.01/inc/Module/Install/Base.pm
-cpanm : Test-utf8-1.01/inc/Module/Install/Can.pm
-cpanm : Test-utf8-1.01/inc/Module/Install/Fetch.pm
-cpanm : Test-utf8-1.01/inc/Module/Install/GithubMeta.pm
-cpanm : Test-utf8-1.01/inc/Module/Install/Makefile.pm
-cpanm : Test-utf8-1.01/inc/Module/Install/Metadata.pm
-cpanm : Test-utf8-1.01/inc/Module/Install/ReadmeFromPod.pm
-cpanm : Test-utf8-1.01/inc/Module/Install/Win32.pm
-cpanm : Test-utf8-1.01/inc/Module/Install/WriteAll.pm
-cpanm : Entering Test-utf8-1.01
-cpanm : Checking configure dependencies from META.yml
-cpanm : Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Test-utf8-1.01 ... Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Test::utf8
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Test::Builder 0 ... Yes (1.302168)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have Test::Builder::Tester 0.09 ... Yes (1.302168)
-cpanm : OK
-cpanm : Building and testing Test-utf8-1.01 ... cp lib/Test/utf8.pm blib/lib/Test/utf8.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/01basic.t ....... ok
-cpanm : t/02invalid.t ..... ok
-cpanm : t/03deu.t ......... ok
-cpanm : t/04ascii.t ....... ok
-cpanm : t/05latin1.t ...... ok
-cpanm : t/06flag.t ........ ok
-cpanm : t/07valid_docu.t .. ok
-cpanm : All tests successful.
-cpanm : Files=7, Tests=44,  1 wallclock secs ( 0.04 usr  0.01 sys +  0.58 cusr  0.06 csys =  0.69 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/utf8.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Test-utf8-1.01
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-utf8-1.01/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-utf8-1.01/install.json
-cpanm : Building and testing Test-File-1.443 ... cp lib/Test/File.pm blib/lib/Test/File.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm :     # MSWin32
-cpanm :     # Looks like you planned 0 tests but ran 2.
-cpanm :     # Looks like you planned 0 tests but ran 2.
-cpanm : t/dm_skeleton.t ............... ok
-cpanm : t/file_contains.t ............. ok
-cpanm : t/file_contains_encoded.t ..... ok
-cpanm : t/file_contains_utf8.t ........ ok
-cpanm : t/file_mtime.t ................ ok
-cpanm :     # Looks like you planned 0 tests but ran 5.
-cpanm :     # Looks like you planned 0 tests but ran 7.
-cpanm :     # Looks like you planned 0 tests but ran 6.
-cpanm : t/file_sizes.t ................ ok
-cpanm :     # Looks like you planned 0 tests but ran 5.
-cpanm :     # Looks like you planned 0 tests but ran 6.
-cpanm :     # Looks like you planned 0 tests but ran 4.
-cpanm :     # Looks like you planned 0 tests but ran 4.
-cpanm : t/line_counters.t ............. ok
-cpanm :     # Looks like you planned 0 tests but ran 2.
-cpanm :     # Looks like you planned 0 tests but ran 3.
-cpanm : t/link_counts.t ............... ok
-cpanm :     # Looks like you planned 0 tests but ran 8.
-cpanm :     # Looks like you planned 0 tests but ran 12.
-cpanm :     # Looks like you planned 0 tests but ran 7.
-cpanm :     # Looks like you planned 0 tests but ran 2.
-cpanm :     # Looks like you planned 0 tests but ran 1.
-cpanm :     # Looks like you planned 0 tests but ran 1.
-cpanm : t/links.t ..................... ok
-cpanm : t/load.t ...................... ok
-cpanm : t/normalize.t ................. ok
-cpanm : t/obviously_non_multi_user.t .. ok
-cpanm : t/owner.t ..................... ok
-cpanm : t/pod.t ....................... skipped: Test::Pod 1.00 required for testing POD
-cpanm : t/pod_coverage.t .............. skipped: Test::Pod::Coverage required for testing POD
-cpanm : t/test_dirs.t ................. ok
-cpanm : t/test_files.t ................ ok
-cpanm :     # Looks like you planned 0 tests but ran 4.
-cpanm : t/win32.t ..................... ok
-cpanm : All tests successful.
-cpanm : Files=18, Tests=189,  2 wallclock secs ( 0.13 usr  0.03 sys +  1.58 cusr  0.18 csys =  1.92 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/File.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Test-File-1.443
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-File-1.443/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-File-1.443/install.json
-cpanm : Searching Test::Fatal (0) on cpanmetadb ...
-cpanm : --2019-11-11 18:41:52--  http://cpanmetadb.plackperl.org/v1.0/package/Test::Fatal
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 94 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 9.48M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:52 (9.48 MB/s) - written to stdout [94/94]
-cpanm : 
-cpanm : --> Working on Test::Fatal
-cpanm : Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz ... --2019-11-11 18:41:52--  http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 19685 (19K) [application/x-gzip]
-cpanm : Saving to: 'Test-Fatal-0.014.tar.gz'
-cpanm : 
-cpanm :      0K .......... .........                                  100% 2.21M=0.009s
-cpanm : 
-cpanm : 2019-11-11 18:41:52 (2.21 MB/s) - 'Test-Fatal-0.014.tar.gz' saved [19685/19685]
-cpanm : 
-cpanm : Unpacking Test-Fatal-0.014.tar.gz
-cpanm : OK
-cpanm : Test-Fatal-0.014/
-cpanm : Test-Fatal-0.014/Changes
-cpanm : Test-Fatal-0.014/dist.ini
-cpanm : Test-Fatal-0.014/examples/
-cpanm : Test-Fatal-0.014/lib/
-cpanm : Test-Fatal-0.014/LICENSE
-cpanm : Test-Fatal-0.014/Makefile.PL
-cpanm : Test-Fatal-0.014/MANIFEST
-cpanm : Test-Fatal-0.014/META.json
-cpanm : Test-Fatal-0.014/META.yml
-cpanm : Test-Fatal-0.014/README
-cpanm : Test-Fatal-0.014/t/
-cpanm : Test-Fatal-0.014/xt/
-cpanm : Test-Fatal-0.014/xt/release/
-cpanm : Test-Fatal-0.014/xt/release/changes_has_content.t
-cpanm : Test-Fatal-0.014/xt/release/pod-syntax.t
-cpanm : Test-Fatal-0.014/t/00-report-prereqs.dd
-cpanm : Test-Fatal-0.014/t/00-report-prereqs.t
-cpanm : Test-Fatal-0.014/t/basic.t
-cpanm : Test-Fatal-0.014/t/like-exception.t
-cpanm : Test-Fatal-0.014/t/todo.t
-cpanm : Test-Fatal-0.014/lib/Test/
-cpanm : Test-Fatal-0.014/lib/Test/Fatal.pm
-cpanm : Test-Fatal-0.014/examples/convert-to-test-fatal
-cpanm : Test-Fatal-0.014/examples/exception_like.t
-cpanm : Entering Test-Fatal-0.014
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Test-Fatal-0.014 ... Warning: prerequisite Try::Tiny 0.07 not found.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Test::Fatal
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have overload 0 ... Yes (1.31)
-cpanm : Checking if you have strict 0 ... Yes (1.11)
-cpanm : Checking if you have warnings 0 ... Yes (1.45)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have Try::Tiny 0.07 ... No
-cpanm : Checking if you have Carp 0 ... Yes (1.50)
-cpanm : Checking if you have Test::Builder::Tester 0 ... Yes (1.302168)
-cpanm : Checking if you have File::Spec 0 ... Yes (3.78)
-cpanm : Checking if you have Test::Builder 0 ... Yes (1.302168)
-cpanm : Checking if you have Exporter 5.57 ... Yes (5.74)
-cpanm : Checking if you have Test::More 0.96 ... Yes (1.302168)
-cpanm : Searching Try::Tiny (0.07) on cpanmetadb ...
-cpanm : OK
-cpanm : ==> Found dependencies: Try::Tiny
-cpanm : --2019-11-11 18:41:52--  http://cpanmetadb.plackperl.org/v1.0/package/Try::Tiny
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 88 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 13.4M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:52 (13.4 MB/s) - written to stdout [88/88]
-cpanm : 
-cpanm : --> Working on Try::Tiny
-cpanm : Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.30.tar.gz ... --2019-11-11 18:41:52--  http://www.cpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.30.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 34395 (34K) [application/x-gzip]
-cpanm : Saving to: 'Try-Tiny-0.30.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... ...                  100% 1.81M=0.02s
-cpanm : 
-cpanm : 2019-11-11 18:41:52 (1.81 MB/s) - 'Try-Tiny-0.30.tar.gz' saved [34395/34395]
-cpanm : 
-cpanm : Unpacking Try-Tiny-0.30.tar.gz
-cpanm : OK
-cpanm : Try-Tiny-0.30/
-cpanm : Try-Tiny-0.30/Changes
-cpanm : Try-Tiny-0.30/CONTRIBUTING
-cpanm : Try-Tiny-0.30/dist.ini
-cpanm : Try-Tiny-0.30/INSTALL
-cpanm : Try-Tiny-0.30/lib/
-cpanm : Try-Tiny-0.30/LICENCE
-cpanm : Try-Tiny-0.30/maint/
-cpanm : Try-Tiny-0.30/Makefile.PL
-cpanm : Try-Tiny-0.30/MANIFEST
-cpanm : Try-Tiny-0.30/META.json
-cpanm : Try-Tiny-0.30/META.yml
-cpanm : Try-Tiny-0.30/README
-cpanm : Try-Tiny-0.30/t/
-cpanm : Try-Tiny-0.30/xt/
-cpanm : Try-Tiny-0.30/xt/author/
-cpanm : Try-Tiny-0.30/xt/release/
-cpanm : Try-Tiny-0.30/xt/release/changes_has_content.t
-cpanm : Try-Tiny-0.30/xt/release/cpan-changes.t
-cpanm : Try-Tiny-0.30/xt/release/distmeta.t
-cpanm : Try-Tiny-0.30/xt/release/minimum-version.t
-cpanm : Try-Tiny-0.30/xt/author/00-compile.t
-cpanm : Try-Tiny-0.30/xt/author/eol.t
-cpanm : Try-Tiny-0.30/xt/author/kwalitee.t
-cpanm : Try-Tiny-0.30/xt/author/mojibake.t
-cpanm : Try-Tiny-0.30/xt/author/no-tabs.t
-cpanm : Try-Tiny-0.30/xt/author/pod-coverage.t
-cpanm : Try-Tiny-0.30/xt/author/pod-no404s.t
-cpanm : Try-Tiny-0.30/xt/author/pod-spell.t
-cpanm : Try-Tiny-0.30/xt/author/pod-syntax.t
-cpanm : Try-Tiny-0.30/xt/author/portability.t
-cpanm : Try-Tiny-0.30/t/00-report-prereqs.dd
-cpanm : Try-Tiny-0.30/t/00-report-prereqs.t
-cpanm : Try-Tiny-0.30/t/basic.t
-cpanm : Try-Tiny-0.30/t/context.t
-cpanm : Try-Tiny-0.30/t/erroneous_usage.t
-cpanm : Try-Tiny-0.30/t/finally.t
-cpanm : Try-Tiny-0.30/t/given_when.t
-cpanm : Try-Tiny-0.30/t/global_destruction_forked.t
-cpanm : Try-Tiny-0.30/t/global_destruction_load.t
-cpanm : Try-Tiny-0.30/t/lib/
-cpanm : Try-Tiny-0.30/t/named.t
-cpanm : Try-Tiny-0.30/t/when.t
-cpanm : Try-Tiny-0.30/t/zzz-check-breaks.t
-cpanm : Try-Tiny-0.30/t/lib/TryUser.pm
-cpanm : Try-Tiny-0.30/maint/bench.pl
-cpanm : Try-Tiny-0.30/lib/Try/
-cpanm : Try-Tiny-0.30/lib/Try/Tiny.pm
-cpanm : Entering Try-Tiny-0.30
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring Try-Tiny-0.30 ... Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Try::Tiny
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have File::Spec 0 ... Yes (3.78)
-cpanm : Checking if you have strict 0 ... Yes (1.11)
-cpanm : Checking if you have warnings 0 ... Yes (1.45)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Checking if you have constant 0 ... Yes (1.33)
-cpanm : Checking if you have if 0 ... Yes (0.0608)
-cpanm : Checking if you have Exporter 5.57 ... Yes (5.74)
-cpanm : Checking if you have Carp 0 ... Yes (1.50)
-cpanm : Checking if you have Test::More 0 ... Yes (1.302168)
-cpanm : OK
-cpanm : Building and testing Try-Tiny-0.30 ... cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : # 
-cpanm : # Versions for all modules listed in MYMETA.json (including optional ones):
-cpanm : # 
-cpanm : # === Configure Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Configure Suggests ===
-cpanm : # 
-cpanm : #     Module      Want Have
-cpanm : #     -------- ------- ----
-cpanm : #     JSON::PP 2.27300 4.04
-cpanm : # 
-cpanm : # === Build Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Test Requires ===
-cpanm : # 
-cpanm : #     Module              Want     Have
-cpanm : #     ------------------- ---- --------
-cpanm : #     ExtUtils::MakeMaker  any     7.38
-cpanm : #     File::Spec           any     3.78
-cpanm : #     Test::More           any 1.302168
-cpanm : #     if                   any   0.0608
-cpanm : # 
-cpanm : # === Test Recommends ===
-cpanm : # 
-cpanm : #     Module         Want     Have
-cpanm : #     ---------- -------- --------
-cpanm : #     CPAN::Meta 2.120900 2.150010
-cpanm : # 
-cpanm : # === Test Suggests ===
-cpanm : # 
-cpanm : #     Module                    Want    Have
-cpanm : #     ------------------------ ----- -------
-cpanm : #     CPAN::Meta::Check        0.011 missing
-cpanm : #     CPAN::Meta::Requirements   any   2.140
-cpanm : #     Capture::Tiny             0.12 missing
-cpanm : # 
-cpanm : # === Runtime Requires ===
-cpanm : # 
-cpanm : #     Module   Want Have
-cpanm : #     -------- ---- ----
-cpanm : #     Carp      any 1.50
-cpanm : #     Exporter 5.57 5.74
-cpanm : #     constant  any 1.33
-cpanm : #     strict    any 1.11
-cpanm : #     warnings  any 1.45
-cpanm : # 
-cpanm : # === Runtime Suggests ===
-cpanm : # 
-cpanm : #     Module    Want    Have
-cpanm : #     --------- ---- -------
-cpanm : #     Sub::Name 0.08 missing
-cpanm : #     Sub::Util  any    1.52
-cpanm : # 
-cpanm : # === Other Modules ===
-cpanm : # 
-cpanm : #     Module           Have
-cpanm : #     ------------- -------
-cpanm : #     JSON::PP         4.04
-cpanm : #     Pod::Coverage missing
-cpanm : #     Sub::Name     missing
-cpanm : #     YAML          missing
-cpanm : #     autodie          2.29
-cpanm : # 
-cpanm : t/00-report-prereqs.t .......... ok
-cpanm : t/basic.t ...................... ok
-cpanm : t/context.t .................... ok
-cpanm : t/erroneous_usage.t ............ ok
-cpanm : t/finally.t .................... ok
-cpanm : t/given_when.t ................. skipped: Tests skipped on perl 5.27.7+, pending resolution of smartmatch changes
-cpanm : t/global_destruction_forked.t .. ok
-cpanm : t/global_destruction_load.t .... skipped: Capture::Tiny 0.12 required
-cpanm : t/named.t ...................... ok
-cpanm : t/when.t ....................... skipped: Tests skipped on perl 5.27.7+, pending resolution of smartmatch changes
-cpanm : t/zzz-check-breaks.t ........... ok
-cpanm : All tests successful.
-cpanm : Files=11, Tests=97,  1 wallclock secs ( 0.07 usr  0.01 sys +  0.82 cusr  0.12 csys =  1.02 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Try/Tiny.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Try-Tiny-0.30
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Try-Tiny-0.30/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Try-Tiny-0.30/install.json
-cpanm : Building and testing Test-Fatal-0.014 ... cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : # 
-cpanm : # Versions for all modules listed in MYMETA.json (including optional ones):
-cpanm : # 
-cpanm : # === Configure Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Build Requires ===
-cpanm : # 
-cpanm : #     Module              Want Have
-cpanm : #     ------------------- ---- ----
-cpanm : #     ExtUtils::MakeMaker  any 7.38
-cpanm : # 
-cpanm : # === Test Requires ===
-cpanm : # 
-cpanm : #     Module                Want     Have
-cpanm : #     --------------------- ---- --------
-cpanm : #     ExtUtils::MakeMaker    any     7.38
-cpanm : #     File::Spec             any     3.78
-cpanm : #     Test::Builder::Tester  any 1.302168
-cpanm : #     Test::More            0.96 1.302168
-cpanm : #     overload               any     1.31
-cpanm : # 
-cpanm : # === Test Recommends ===
-cpanm : # 
-cpanm : #     Module         Want     Have
-cpanm : #     ---------- -------- --------
-cpanm : #     CPAN::Meta 2.120900 2.150010
-cpanm : # 
-cpanm : # === Runtime Requires ===
-cpanm : # 
-cpanm : #     Module        Want     Have
-cpanm : #     ------------- ---- --------
-cpanm : #     Carp           any     1.50
-cpanm : #     Exporter      5.57     5.74
-cpanm : #     Test::Builder  any 1.302168
-cpanm : #     Try::Tiny     0.07     0.30
-cpanm : #     strict         any     1.11
-cpanm : #     warnings       any     1.45
-cpanm : # 
-cpanm : t/00-report-prereqs.t .. ok
-cpanm : t/basic.t .............. ok
-cpanm : t/like-exception.t ..... ok
-cpanm : t/todo.t ............... ok
-cpanm : All tests successful.
-cpanm : Files=4, Tests=16,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.37 cusr  0.04 csys =  0.45 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Test/Fatal.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Test-Fatal-0.014
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-Fatal-0.014/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Test-Fatal-0.014/install.json
-cpanm : Building and testing File-Copy-Recursive-0.45 ... cp lib/File/Copy/Recursive.pm blib/lib/File/Copy/Recursive.pm
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/00.load.t ............... ok
-cpanm : t/01.legacy.t ............. ok
-cpanm : t/02.legacy-symtogsafe.t .. ok
-cpanm : t/03.github-issue-5.t ..... ok
-cpanm : t/04.readonly-dir.t ....... ok
-cpanm : t/05.legacy-pathmk_unc.t .. skipped: Test irrelevant on non-windows OSs
-cpanm : All tests successful.
-cpanm : Files=6, Tests=157,  1 wallclock secs ( 0.07 usr  0.00 sys +  0.88 cusr  0.41 csys =  1.36 CPU)
-cpanm : Result: PASS
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/File/Copy/Recursive.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed File-Copy-Recursive-0.45
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/File-Copy-Recursive-0.45/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/File-Copy-Recursive-0.45/install.json
-cpanm : Searching Pegex (0.66) on cpanmetadb ...
-cpanm : --2019-11-11 18:41:57--  http://cpanmetadb.plackperl.org/v1.0/package/Pegex
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 510 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 35.3M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:57 (35.3 MB/s) - written to stdout [510/510]
-cpanm : 
-cpanm : --> Working on Pegex
-cpanm : Fetching http://www.cpan.org/authors/id/I/IN/INGY/Pegex-0.70.tar.gz ... --2019-11-11 18:41:57--  http://www.cpan.org/authors/id/I/IN/INGY/Pegex-0.70.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 147249 (144K) [application/x-gzip]
-cpanm : Saving to: 'Pegex-0.70.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... .......... 34% 1.26M 0s
-cpanm :     50K .......... .......... .......... .......... .......... 69% 1.77M 0s
-cpanm :    100K .......... .......... .......... .......... ...       100%  119M=0.07s
-cpanm : 
-cpanm : 2019-11-11 18:41:57 (2.11 MB/s) - 'Pegex-0.70.tar.gz' saved [147249/147249]
-cpanm : 
-cpanm : Unpacking Pegex-0.70.tar.gz
-cpanm : OK
-cpanm : Pegex-0.70
-cpanm : Pegex-0.70/README
-cpanm : Pegex-0.70/Changes
-cpanm : Pegex-0.70/t
-cpanm : Pegex-0.70/t/api.t
-cpanm : Pegex-0.70/LICENSE
-cpanm : Pegex-0.70/t/tree.t
-cpanm : Pegex-0.70/t/safe.t
-cpanm : Pegex-0.70/MANIFEST
-cpanm : Pegex-0.70/META.yml
-cpanm : Pegex-0.70/t/error.t
-cpanm : Pegex-0.70/t/parse.t
-cpanm : Pegex-0.70/META.json
-cpanm : Pegex-0.70/xt
-cpanm : Pegex-0.70/xt/speed.t
-cpanm : Pegex-0.70/t/repeat.t
-cpanm : Pegex-0.70/t/sample.t
-cpanm : Pegex-0.70/t/mice.pgx
-cpanm : Pegex-0.70/t/flatten.t
-cpanm : Pegex-0.70/Makefile.PL
-cpanm : Pegex-0.70/CONTRIBUTING
-cpanm : Pegex-0.70/lib
-cpanm : Pegex-0.70/lib/Pegex.pm
-cpanm : Pegex-0.70/t/TestAST.pm
-cpanm : Pegex-0.70/t/compiler.t
-cpanm : Pegex-0.70/t/optimize.t
-cpanm : Pegex-0.70/lib/Pegex.pod
-cpanm : Pegex-0.70/t/testml.yaml
-cpanm : Pegex-0.70/xt/speed-ast.t
-cpanm : Pegex-0.70/xt/compilers.t
-cpanm : Pegex-0.70/t/tree-pegex.t
-cpanm : Pegex-0.70/t/export-api.t
-cpanm : Pegex-0.70/share
-cpanm : Pegex-0.70/share/pegex.pgx
-cpanm : Pegex-0.70/t/grammar-api.t
-cpanm : Pegex-0.70/t/look-behind.t
-cpanm : Pegex-0.70/lib/Pegex
-cpanm : Pegex-0.70/lib/Pegex/Tree.pm
-cpanm : Pegex-0.70/lib/Pegex/Base.pm
-cpanm : Pegex-0.70/lib/Pegex/API.pod
-cpanm : Pegex-0.70/t/function-rule.t
-cpanm : Pegex-0.70/t/compiler-perl.t
-cpanm : Pegex-0.70/t/TestMLBridge.pm
-cpanm : Pegex-0.70/t/testml
-cpanm : Pegex-0.70/t/testml/tree.tml
-cpanm : Pegex-0.70/lib/Pegex/Regex.pm
-cpanm : Pegex-0.70/lib/Pegex/Input.pm
-cpanm : Pegex-0.70/lib/Pegex/Tree.pod
-cpanm : Pegex-0.70/xt/grammars
-cpanm : Pegex-0.70/xt/grammars/Pg.pgx
-cpanm : Pegex-0.70/t/testml/error.tml
-cpanm : Pegex-0.70/lib/Pegex/Parser.pm
-cpanm : Pegex-0.70/lib/Pegex/Regex.pod
-cpanm : Pegex-0.70/lib/Pegex/Module.pm
-cpanm : Pegex-0.70/lib/Pegex/Input.pod
-cpanm : Pegex-0.70/xt/grammars/vic.pgx
-cpanm : Pegex-0.70/t/compiler-checks.t
-cpanm : Pegex-0.70/inc/bin
-cpanm : Pegex-0.70/inc/bin/testml-cpan
-cpanm : Pegex-0.70/inc/t
-cpanm : Pegex-0.70/inc/t/tree.tml.json
-cpanm : Pegex-0.70/lib/Pegex/Parser.pod
-cpanm : Pegex-0.70/lib/Pegex/Module.pod
-cpanm : Pegex-0.70/lib/Pegex/Syntax.pod
-cpanm : Pegex-0.70/lib/Pegex/Grammar.pm
-cpanm : Pegex-0.70/xt/TestDevelPegex.pm
-cpanm : Pegex-0.70/xt/grammars/yaml.pgx
-cpanm : Pegex-0.70/xt/grammars/kwim.pgx
-cpanm : Pegex-0.70/xt/grammars/swim.pgx
-cpanm : Pegex-0.70/xt/grammars/json.pgx
-cpanm : Pegex-0.70/inc/t/error.tml.json
-cpanm : Pegex-0.70/lib/Pegex/Grammar.pod
-cpanm : Pegex-0.70/lib/Pegex/Receiver.pm
-cpanm : Pegex-0.70/lib/Pegex/Compiler.pm
-cpanm : Pegex-0.70/xt/test-pegex-repos.t
-cpanm : Pegex-0.70/xt/grammars/pegex.pgx
-cpanm : Pegex-0.70/t/testml/compiler.tml
-cpanm : Pegex-0.70/t/testml/optimize.tml
-cpanm : Pegex-0.70/inc/lib/TestML
-cpanm : Pegex-0.70/inc/lib/TestML/Run.pm
-cpanm : Pegex-0.70/t/author-pod-syntax.t
-cpanm : Pegex-0.70/lib/Pegex/Bootstrap.pm
-cpanm : Pegex-0.70/lib/Pegex/Compiler.pod
-cpanm : Pegex-0.70/lib/Pegex/Overview.pod
-cpanm : Pegex-0.70/lib/Pegex/Receiver.pod
-cpanm : Pegex-0.70/lib/Pegex/Tutorial.pod
-cpanm : Pegex-0.70/lib/Pegex/Optimizer.pm
-cpanm : Pegex-0.70/lib/Pegex/Tree
-cpanm : Pegex-0.70/lib/Pegex/Tree/Wrap.pm
-cpanm : Pegex-0.70/lib/Pegex/Pegex
-cpanm : Pegex-0.70/lib/Pegex/Pegex/AST.pm
-cpanm : Pegex-0.70/example
-cpanm : Pegex-0.70/example/self-parser.pl
-cpanm : Pegex-0.70/xt/grammars/testml.pgx
-cpanm : Pegex-0.70/lib/Pegex/Resources.pod
-cpanm : Pegex-0.70/lib/Pegex/Bootstrap.pod
-cpanm : Pegex-0.70/lib/Pegex/Tree/Wrap.pod
-cpanm : Pegex-0.70/xt/grammars/drinkup.pgx
-cpanm : Pegex-0.70/t/000-compile-modules.t
-cpanm : Pegex-0.70/t/testml/tree-pegex.tml
-cpanm : Pegex-0.70/inc/t/compiler.tml.json
-cpanm : Pegex-0.70/inc/t/optimize.tml.json
-cpanm : Pegex-0.70/lib/Pegex/Miscellany.pod
-cpanm : Pegex-0.70/example/calculator
-cpanm : Pegex-0.70/example/calculator/tests
-cpanm : Pegex-0.70/xt/grammars/pg-lexer.pgx
-cpanm : Pegex-0.70/t/compiler-equivalence.t
-cpanm : Pegex-0.70/inc/lib/TestML/Bridge.pm
-cpanm : Pegex-0.70/inc/lib/TestML/StdLib.pm
-cpanm : Pegex-0.70/inc/lib/TestML/Boolean.pm
-cpanm : Pegex-0.70/inc/lib/TestML/Run
-cpanm : Pegex-0.70/inc/lib/TestML/Run/TAP.pm
-cpanm : Pegex-0.70/inc/t/tree-pegex.tml.json
-cpanm : Pegex-0.70/lib/Pegex/Grammar
-cpanm : Pegex-0.70/lib/Pegex/Grammar/Atoms.pm
-cpanm : Pegex-0.70/lib/Pegex/Parser
-cpanm : Pegex-0.70/lib/Pegex/Parser/Indent.pm
-cpanm : Pegex-0.70/lib/Pegex/Pegex/Grammar.pm
-cpanm : Pegex-0.70/lib/Pegex/Grammar/Atoms.pod
-cpanm : Pegex-0.70/lib/Pegex/Pegex/Grammar.pod
-cpanm : Pegex-0.70/lib/Pegex/Tutorial
-cpanm : Pegex-0.70/lib/Pegex/Tutorial/JSON.pod
-cpanm : Pegex-0.70/xt/grammars/eyapp2pegex.pgx
-cpanm : Pegex-0.70/t/testml/compiler-checks.tml
-cpanm : Pegex-0.70/inc/t/compiler-checks.tml.json
-cpanm : Pegex-0.70/example/calculator/tokenizer.pl
-cpanm : Pegex-0.70/example/calculator/lib
-cpanm : Pegex-0.70/example/calculator/lib/Runner.pm
-cpanm : Pegex-0.70/lib/Pegex/Tutorial/Calculator.pod
-cpanm : Pegex-0.70/example/calculator/calculator1.pl
-cpanm : Pegex-0.70/example/calculator/calculator2.pl
-cpanm : Pegex-0.70/t/testml/compiler-equivalence.tml
-cpanm : Pegex-0.70/inc/t/compiler-equivalence.tml.json
-cpanm : Pegex-0.70/example/calculator/lib/Precedence.pm
-cpanm : Entering Pegex-0.70
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Checking if you have File::ShareDir::Install 0.06 ... Yes (0.13)
-cpanm : Running Makefile.PL
-cpanm : Configuring Pegex-0.70 ... Warning: prerequisite YAML::XS 0.74 not found.
-cpanm : Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for Pegex
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Scalar::Util 0 ... Yes (1.52)
-cpanm : Checking if you have JSON::PP 0 ... Yes (4.04)
-cpanm : Checking if you have YAML::XS 0.74 ... No
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : Searching YAML::XS (0.74) on cpanmetadb ...
-cpanm : OK
-cpanm : ==> Found dependencies: YAML::XS
-cpanm : --2019-11-11 18:41:58--  http://cpanmetadb.plackperl.org/v1.0/package/YAML::XS
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 141 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100% 10.5M=0s
-cpanm : 
-cpanm : 2019-11-11 18:41:58 (10.5 MB/s) - written to stdout [141/141]
-cpanm : 
-cpanm : --> Working on YAML::XS
-cpanm : Fetching http://www.cpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.80.tar.gz ... --2019-11-11 18:41:58--  http://www.cpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.80.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 150024 (147K) [application/x-gzip]
-cpanm : Saving to: 'YAML-LibYAML-0.80.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... .......... 34% 1.18M 0s
-cpanm :     50K .......... .......... .......... .......... .......... 68% 1.24M 0s
-cpanm :    100K .......... .......... .......... .......... ......    100%  123M=0.08s
-cpanm : 
-cpanm : 2019-11-11 18:41:58 (1.76 MB/s) - 'YAML-LibYAML-0.80.tar.gz' saved [150024/150024]
-cpanm : 
-cpanm : Unpacking YAML-LibYAML-0.80.tar.gz
-cpanm : OK
-cpanm : YAML-LibYAML-0.80
-cpanm : YAML-LibYAML-0.80/README
-cpanm : YAML-LibYAML-0.80/Changes
-cpanm : YAML-LibYAML-0.80/t
-cpanm : YAML-LibYAML-0.80/t/api.t
-cpanm : YAML-LibYAML-0.80/LICENSE
-cpanm : YAML-LibYAML-0.80/t/leak.t
-cpanm : YAML-LibYAML-0.80/t/file.t
-cpanm : YAML-LibYAML-0.80/t/dump.t
-cpanm : YAML-LibYAML-0.80/t/glob.t
-cpanm : YAML-LibYAML-0.80/t/null.t
-cpanm : YAML-LibYAML-0.80/t/code.t
-cpanm : YAML-LibYAML-0.80/t/utf8.t
-cpanm : YAML-LibYAML-0.80/t/tied.t
-cpanm : YAML-LibYAML-0.80/t/load.t
-cpanm : YAML-LibYAML-0.80/t/tags.t
-cpanm : YAML-LibYAML-0.80/MANIFEST
-cpanm : YAML-LibYAML-0.80/META.yml
-cpanm : YAML-LibYAML-0.80/t/magic.t
-cpanm : YAML-LibYAML-0.80/t/error.t
-cpanm : YAML-LibYAML-0.80/t/empty.t
-cpanm : YAML-LibYAML-0.80/t/alias.t
-cpanm : YAML-LibYAML-0.80/t/quote.t
-cpanm : YAML-LibYAML-0.80/t/ascii.t
-cpanm : YAML-LibYAML-0.80/META.json
-cpanm : YAML-LibYAML-0.80/t/regexp.t
-cpanm : YAML-LibYAML-0.80/t/native.t
-cpanm : YAML-LibYAML-0.80/t/binary.t
-cpanm : YAML-LibYAML-0.80/t/indent.t
-cpanm : YAML-LibYAML-0.80/t/bug-pvf.t
-cpanm : YAML-LibYAML-0.80/t/boolean.t
-cpanm : YAML-LibYAML-0.80/t/private.t
-cpanm : YAML-LibYAML-0.80/t/numbers.t
-cpanm : YAML-LibYAML-0.80/t/blessed.t
-cpanm : YAML-LibYAML-0.80/Makefile.PL
-cpanm : YAML-LibYAML-0.80/CONTRIBUTING
-cpanm : YAML-LibYAML-0.80/t/empty.yaml
-cpanm : YAML-LibYAML-0.80/t/dump-int.t
-cpanm : YAML-LibYAML-0.80/t/io-handle.t
-cpanm : YAML-LibYAML-0.80/t/TestYAML.pm
-cpanm : YAML-LibYAML-0.80/t/bug-stack.t
-cpanm : YAML-LibYAML-0.80/LibYAML
-cpanm : YAML-LibYAML-0.80/LibYAML/api.c
-cpanm : YAML-LibYAML-0.80/inc
-cpanm : YAML-LibYAML-0.80/inc/Spiffy.pm
-cpanm : YAML-LibYAML-0.80/t/ref-scalar.t
-cpanm : YAML-LibYAML-0.80/t/path-class.t
-cpanm : YAML-LibYAML-0.80/lib/YAML
-cpanm : YAML-LibYAML-0.80/lib/YAML/XS.pm
-cpanm : YAML-LibYAML-0.80/LibYAML/yaml.h
-cpanm : YAML-LibYAML-0.80/t/pl_sv_undef.t
-cpanm : YAML-LibYAML-0.80/lib/YAML/XS.pod
-cpanm : YAML-LibYAML-0.80/LibYAML/test.pl
-cpanm : YAML-LibYAML-0.80/t/string_nulls.t
-cpanm : YAML-LibYAML-0.80/t/load-blessed.t
-cpanm : YAML-LibYAML-0.80/t/data
-cpanm : YAML-LibYAML-0.80/t/data/basic.yml
-cpanm : YAML-LibYAML-0.80/LibYAML/writer.c
-cpanm : YAML-LibYAML-0.80/LibYAML/ppport.h
-cpanm : YAML-LibYAML-0.80/LibYAML/reader.c
-cpanm : YAML-LibYAML-0.80/LibYAML/config.h
-cpanm : YAML-LibYAML-0.80/LibYAML/loader.c
-cpanm : YAML-LibYAML-0.80/LibYAML/parser.c
-cpanm : YAML-LibYAML-0.80/LibYAML/dumper.c
-cpanm : YAML-LibYAML-0.80/inc/Test
-cpanm : YAML-LibYAML-0.80/inc/Test/Base.pm
-cpanm : YAML-LibYAML-0.80/t/yaml_tests.yaml
-cpanm : YAML-LibYAML-0.80/LibYAML/scanner.c
-cpanm : YAML-LibYAML-0.80/LibYAML/update.sh
-cpanm : YAML-LibYAML-0.80/LibYAML/emitter.c
-cpanm : YAML-LibYAML-0.80/t/boolean-jsonpp.t
-cpanm : YAML-LibYAML-0.80/t/loadfile-empty.t
-cpanm : YAML-LibYAML-0.80/t/TestYAMLTests.pm
-cpanm : YAML-LibYAML-0.80/LibYAML/LibYAML.xs
-cpanm : YAML-LibYAML-0.80/t/boolean-invalid.t
-cpanm : YAML-LibYAML-0.80/t/libyaml-version.t
-cpanm : YAML-LibYAML-0.80/t/dump-heuristics.t
-cpanm : YAML-LibYAML-0.80/t/boolean-boolean.t
-cpanm : YAML-LibYAML-0.80/t/long_plain_wrap.t
-cpanm : YAML-LibYAML-0.80/lib/YAML/LibYAML.pm
-cpanm : YAML-LibYAML-0.80/LibYAML/Makefile.PL
-cpanm : YAML-LibYAML-0.80/lib/YAML/LibYAML.pod
-cpanm : YAML-LibYAML-0.80/LibYAML/ppport_sort.h
-cpanm : YAML-LibYAML-0.80/t/author-pod-syntax.t
-cpanm : YAML-LibYAML-0.80/t/load_standard_tags.t
-cpanm : YAML-LibYAML-0.80/LibYAML/perl_libyaml.h
-cpanm : YAML-LibYAML-0.80/LibYAML/perl_libyaml.c
-cpanm : YAML-LibYAML-0.80/LibYAML/yaml_private.h
-cpanm : YAML-LibYAML-0.80/t/000-require-modules.t
-cpanm : YAML-LibYAML-0.80/inc/Test/Base
-cpanm : YAML-LibYAML-0.80/inc/Test/Base/Filter.pm
-cpanm : YAML-LibYAML-0.80/LibYAML/lib/YAML/XS
-cpanm : YAML-LibYAML-0.80/LibYAML/lib/YAML/XS/LibYAML.pm
-cpanm : Entering YAML-LibYAML-0.80
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Makefile.PL
-cpanm : Configuring YAML-LibYAML-0.80 ... Checking if your kit is complete...
-cpanm : Looks good
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Generating a Unix-style Makefile
-cpanm : Writing Makefile for YAML::LibYAML
-cpanm : Writing MYMETA.yml and MYMETA.json
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Test::More 0.88 ... Yes (1.302168)
-cpanm : Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.38)
-cpanm : OK
-cpanm : Building and testing YAML-LibYAML-0.80 ... cp lib/YAML/XS.pod blib/lib/YAML/XS.pod
-cpanm : cp lib/YAML/LibYAML.pod blib/lib/YAML/LibYAML.pod
-cpanm : cp lib/YAML/LibYAML.pm blib/lib/YAML/LibYAML.pm
-cpanm : cp lib/YAML/XS.pm blib/lib/YAML/XS.pm
-cpanm : make[1]: Entering directory '/home/binary_c/.cpanm/work/1573497691.3722/YAML-LibYAML-0.80/LibYAML'
-cpanm : cp lib/YAML/XS/LibYAML.pm ../blib/lib/YAML/XS/LibYAML.pm
-cpanm : Running Mkbootstrap for LibYAML ()
-cpanm : chmod 644 "LibYAML.bs"
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DHAVE_CONFIG_H api.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DHAVE_CONFIG_H dumper.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DHAVE_CONFIG_H emitter.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DHAVE_CONFIG_H loader.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DHAVE_CONFIG_H parser.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DHAVE_CONFIG_H perl_libyaml.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DHAVE_CONFIG_H reader.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DHAVE_CONFIG_H scanner.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DHAVE_CONFIG_H writer.c
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/xsubpp"  -typemap '/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/typemap'  LibYAML.xs > LibYAML.xsc
-cpanm : mv LibYAML.xsc LibYAML.c
-cpanm : cc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mtune=generic -march=x86-64   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"  -DHAVE_CONFIG_H LibYAML.c
-cpanm : rm -f ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.so
-cpanm : cc  -shared -O2 -mtune=generic -march=x86-64 -L/usr/local/lib -fstack-protector-strong  api.o dumper.o emitter.o loader.o parser.o perl_libyaml.o reader.o scanner.o writer.o LibYAML.o  -o ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.so  \
-cpanm :       \
-cpanm :   
-cpanm : chmod 755 ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.so
-cpanm : make[1]: Leaving directory '/home/binary_c/.cpanm/work/1573497691.3722/YAML-LibYAML-0.80/LibYAML'
-cpanm : make[1]: Entering directory '/home/binary_c/.cpanm/work/1573497691.3722/YAML-LibYAML-0.80/LibYAML'
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644
-cpanm : make[1]: Leaving directory '/home/binary_c/.cpanm/work/1573497691.3722/YAML-LibYAML-0.80/LibYAML'
-cpanm : make[1]: Entering directory '/home/binary_c/.cpanm/work/1573497691.3722/YAML-LibYAML-0.80/LibYAML'
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-I../blib/lib" "-I../blib/arch" test.pl
-cpanm : 1..1
-cpanm : ok 1 - Tests for libyaml extension are all defined at the top level
-cpanm : make[1]: Leaving directory '/home/binary_c/.cpanm/work/1573497691.3722/YAML-LibYAML-0.80/LibYAML'
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/000-require-modules.t .. ok
-cpanm : t/alias.t ................ ok
-cpanm : t/api.t .................. ok
-cpanm : t/ascii.t ................ ok
-cpanm : t/author-pod-syntax.t .... skipped: these tests are for testing by the author
-cpanm : t/binary.t ............... ok
-cpanm : t/blessed.t .............. ok
-cpanm : t/boolean-boolean.t ...... skipped: boolean not installed
-cpanm : t/boolean-invalid.t ...... ok
-cpanm : t/boolean-jsonpp.t ....... ok
-cpanm : t/boolean.t .............. ok
-cpanm : t/bug-pvf.t .............. ok
-cpanm : t/bug-stack.t ............ ok
-cpanm : t/code.t ................. ok
-cpanm : t/dump-heuristics.t ...... ok
-cpanm : t/dump-int.t ............. ok
-cpanm : t/dump.t ................. ok
-cpanm : t/empty.t ................ ok
-cpanm : t/error.t ................ ok
-cpanm : t/file.t ................. ok
-cpanm : t/glob.t ................. ok
-cpanm : t/indent.t ............... ok
-cpanm : t/io-handle.t ............ ok
-cpanm : t/leak.t ................. ok
-cpanm : # libyaml version = 0.2.2
-cpanm : t/libyaml-version.t ...... ok
-cpanm : t/load-blessed.t ......... ok
-cpanm : t/load.t ................. ok
-cpanm : t/load_standard_tags.t ... ok
-cpanm : t/loadfile-empty.t ....... ok
-cpanm : t/long_plain_wrap.t ...... skipped: Failing test. Not yet implemented
-cpanm : t/magic.t ................ ok
-cpanm : t/native.t ............... ok
-cpanm : t/null.t ................. ok
-cpanm : t/numbers.t .............. ok
-cpanm : t/path-class.t ........... ok
-cpanm : t/pl_sv_undef.t .......... ok
-cpanm : t/private.t .............. ok
-cpanm : t/quote.t ................ ok
-cpanm : t/ref-scalar.t ........... ok
-cpanm : t/regexp.t ............... ok
-cpanm : t/string_nulls.t ......... ok
-cpanm : t/tags.t ................. ok
-cpanm : t/tied.t ................. ok
-cpanm : t/utf8.t ................. ok
-cpanm : All tests successful.
-cpanm : Files=44, Tests=356,  4 wallclock secs ( 0.20 usr  0.07 sys +  3.72 cusr  0.45 csys =  4.44 CPU)
-cpanm : Result: PASS
-cpanm : make[1]: Entering directory '/home/binary_c/.cpanm/work/1573497691.3722/YAML-LibYAML-0.80/LibYAML'
-cpanm : "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644
-cpanm : make[1]: Leaving directory '/home/binary_c/.cpanm/work/1573497691.3722/YAML-LibYAML-0.80/LibYAML'
-cpanm : Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/auto/YAML/XS/LibYAML/LibYAML.so
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/YAML/LibYAML.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/YAML/LibYAML.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/YAML/XS.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/YAML/XS.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/YAML/XS/LibYAML.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed YAML-LibYAML-0.80
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/YAML-LibYAML-0.80/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/YAML-LibYAML-0.80/install.json
-cpanm : Building and testing Pegex-0.70 ... cp share/pegex.pgx blib/lib/auto/share/dist/Pegex/pegex.pgx
-cpanm : cp lib/Pegex/Tree/Wrap.pod blib/lib/Pegex/Tree/Wrap.pod
-cpanm : cp lib/Pegex.pod blib/lib/Pegex.pod
-cpanm : cp lib/Pegex/Miscellany.pod blib/lib/Pegex/Miscellany.pod
-cpanm : cp lib/Pegex/Tree/Wrap.pm blib/lib/Pegex/Tree/Wrap.pm
-cpanm : cp lib/Pegex/Pegex/AST.pm blib/lib/Pegex/Pegex/AST.pm
-cpanm : cp lib/Pegex/Tree.pm blib/lib/Pegex/Tree.pm
-cpanm : cp lib/Pegex/Grammar.pm blib/lib/Pegex/Grammar.pm
-cpanm : cp lib/Pegex/Tutorial.pod blib/lib/Pegex/Tutorial.pod
-cpanm : cp lib/Pegex/Pegex/Grammar.pod blib/lib/Pegex/Pegex/Grammar.pod
-cpanm : cp lib/Pegex/Resources.pod blib/lib/Pegex/Resources.pod
-cpanm : cp lib/Pegex/Receiver.pm blib/lib/Pegex/Receiver.pm
-cpanm : cp lib/Pegex/Grammar/Atoms.pm blib/lib/Pegex/Grammar/Atoms.pm
-cpanm : cp lib/Pegex/Compiler.pm blib/lib/Pegex/Compiler.pm
-cpanm : cp lib/Pegex/API.pod blib/lib/Pegex/API.pod
-cpanm : cp lib/Pegex/Input.pod blib/lib/Pegex/Input.pod
-cpanm : cp lib/Pegex/Regex.pod blib/lib/Pegex/Regex.pod
-cpanm : cp lib/Pegex/Grammar/Atoms.pod blib/lib/Pegex/Grammar/Atoms.pod
-cpanm : cp lib/Pegex.pm blib/lib/Pegex.pm
-cpanm : cp lib/Pegex/Module.pod blib/lib/Pegex/Module.pod
-cpanm : cp lib/Pegex/Parser.pod blib/lib/Pegex/Parser.pod
-cpanm : cp lib/Pegex/Parser.pm blib/lib/Pegex/Parser.pm
-cpanm : cp lib/Pegex/Module.pm blib/lib/Pegex/Module.pm
-cpanm : cp lib/Pegex/Tutorial/JSON.pod blib/lib/Pegex/Tutorial/JSON.pod
-cpanm : cp lib/Pegex/Optimizer.pm blib/lib/Pegex/Optimizer.pm
-cpanm : cp lib/Pegex/Grammar.pod blib/lib/Pegex/Grammar.pod
-cpanm : cp lib/Pegex/Syntax.pod blib/lib/Pegex/Syntax.pod
-cpanm : cp lib/Pegex/Compiler.pod blib/lib/Pegex/Compiler.pod
-cpanm : cp lib/Pegex/Tree.pod blib/lib/Pegex/Tree.pod
-cpanm : cp lib/Pegex/Parser/Indent.pm blib/lib/Pegex/Parser/Indent.pm
-cpanm : cp lib/Pegex/Tutorial/Calculator.pod blib/lib/Pegex/Tutorial/Calculator.pod
-cpanm : cp lib/Pegex/Pegex/Grammar.pm blib/lib/Pegex/Pegex/Grammar.pm
-cpanm : cp lib/Pegex/Receiver.pod blib/lib/Pegex/Receiver.pod
-cpanm : cp lib/Pegex/Overview.pod blib/lib/Pegex/Overview.pod
-cpanm : cp lib/Pegex/Regex.pm blib/lib/Pegex/Regex.pm
-cpanm : cp lib/Pegex/Input.pm blib/lib/Pegex/Input.pm
-cpanm : cp lib/Pegex/Bootstrap.pod blib/lib/Pegex/Bootstrap.pod
-cpanm : cp lib/Pegex/Base.pm blib/lib/Pegex/Base.pm
-cpanm : cp lib/Pegex/Bootstrap.pm blib/lib/Pegex/Bootstrap.pm
-cpanm : Skip blib/lib/auto/share/dist/Pegex/pegex.pgx (unchanged)
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/000-compile-modules.t ... ok
-cpanm : t/api.t ................... ok
-cpanm : t/author-pod-syntax.t ..... skipped: these tests are for testing by the author
-cpanm : t/compiler-checks.t ....... ok
-cpanm : t/compiler-equivalence.t .. ok
-cpanm : t/compiler-perl.t ......... ok
-cpanm : t/compiler.t .............. ok
-cpanm : t/error.t ................. ok
-cpanm : t/export-api.t ............ ok
-cpanm : t/flatten.t ............... ok
-cpanm : t/function-rule.t ......... ok
-cpanm : t/grammar-api.t ........... ok
-cpanm : t/look-behind.t ........... ok
-cpanm : t/optimize.t .............. ok
-cpanm : t/parse.t ................. ok
-cpanm : t/repeat.t ................ ok
-cpanm : Use of uninitialized value $ENV{"TRAVIS"} in string eq at t/safe.t line 8.
-cpanm : t/safe.t .................. ok
-cpanm : try_contact                    >Name: Ingy Net\nPhone: 919-876-...<
-cpanm :  try_name_section               >Name: Ingy Net\nPhone: 919-876-...<
-cpanm :   try_name                       >Ingy Net\nPhone: 919-876-5432\nA...<
-cpanm :   got_name             
-cpanm :   try_EOL                        >\nPhone: 919-876-5432\nAddress:\n...<
-cpanm :   got_EOL              
-cpanm :  got_name_section     
-cpanm :  try_phone_section              >Phone: 919-876-5432\nAddress:\n ...<
-cpanm :   try_phone_number               >919-876-5432\nAddress:\n  1234 M...<
-cpanm :    try_term                       >919-876-5432\nAddress:\n  1234 M...<
-cpanm :    got_term             
-cpanm :   got_phone_number     
-cpanm :   try_EOL                        >\nAddress:\n  1234 Main St\n  Nic...<
-cpanm :   got_EOL              
-cpanm :  got_phone_section    
-cpanm :  try_address_section            >Address:\n  1234 Main St\n  Nice...<
-cpanm :   try_street_line                >  1234 Main St\n  Niceville\n  O...<
-cpanm :    try_indent                     >  1234 Main St\n  Niceville\n  O...<
-cpanm :    got_indent           
-cpanm :    try_street                     >1234 Main St\n  Niceville\n  OK\n<
-cpanm :    got_street           
-cpanm :    try_EOL                        >\n  Niceville\n  OK\n<
-cpanm :    got_EOL              
-cpanm :   got_street_line      
-cpanm :   try_city_line                  >  Niceville\n  OK\n<
-cpanm :    try_indent                     >  Niceville\n  OK\n<
-cpanm :    got_indent           
-cpanm :    try_city                       >Niceville\n  OK\n<
-cpanm :     try_term                       >Niceville\n  OK\n<
-cpanm :     got_term             
-cpanm :    got_city             
-cpanm :    try_EOL                        >\n  OK\n<
-cpanm :    got_EOL              
-cpanm :   got_city_line        
-cpanm :   try_country_line               >  OK\n<
-cpanm :    try_indent                     >  OK\n<
-cpanm :    got_indent           
-cpanm :    try_country                    >OK\n<
-cpanm :     try_term                       >OK\n<
-cpanm :     got_term             
-cpanm :    got_country          
-cpanm :    try_EOL                        >\n<
-cpanm :    got_EOL              
-cpanm :   got_country_line     
-cpanm :  got_address_section  
-cpanm : got_contact          
-cpanm : t/sample.t ................ ok
-cpanm : t/tree-pegex.t ............ ok
-cpanm : t/tree.t .................. ok
-cpanm : All tests successful.
-cpanm : Files=20, Tests=267,  2 wallclock secs ( 0.13 usr  0.03 sys +  1.83 cusr  0.21 csys =  2.20 CPU)
-cpanm : Result: PASS
-cpanm : Skip blib/lib/auto/share/dist/Pegex/pegex.pgx (unchanged)
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Base.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Tutorial.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Compiler.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Optimizer.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Miscellany.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Bootstrap.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Input.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Module.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Input.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/API.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Receiver.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Tree.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Syntax.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Tree.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Compiler.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Parser.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Resources.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Regex.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Receiver.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Bootstrap.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Grammar.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Module.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Overview.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Parser.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Regex.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Grammar.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Tutorial/Calculator.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Tutorial/JSON.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Tree/Wrap.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Tree/Wrap.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Pegex/AST.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Pegex/Grammar.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Pegex/Grammar.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Grammar/Atoms.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Grammar/Atoms.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Pegex/Parser/Indent.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/auto/share/dist/Pegex/pegex.pgx
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Pegex-0.70
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Pegex-0.70/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Pegex-0.70/install.json
-cpanm : Searching Parse::RecDescent (1.967009) on cpanmetadb ...
-cpanm : --2019-11-11 18:42:10--  http://cpanmetadb.plackperl.org/v1.0/package/Parse::RecDescent
-cpanm : Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.18.217
-cpanm : Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 805 [text/yaml]
-cpanm : Saving to: 'STDOUT'
-cpanm : 
-cpanm :      0K                                                       100%  100M=0s
-cpanm : 
-cpanm : 2019-11-11 18:42:10 (100 MB/s) - written to stdout [805/805]
-cpanm : 
-cpanm : --> Working on Parse::RecDescent
-cpanm : Fetching http://www.cpan.org/authors/id/J/JT/JTBRAUN/Parse-RecDescent-1.967015.tar.gz ... --2019-11-11 18:42:10--  http://www.cpan.org/authors/id/J/JT/JTBRAUN/Parse-RecDescent-1.967015.tar.gz
-cpanm : Resolving www.cpan.org (www.cpan.org)... 151.101.18.217
-cpanm : Connecting to www.cpan.org (www.cpan.org)|151.101.18.217|:80... connected.
-cpanm : HTTP request sent, awaiting response... 200 OK
-cpanm : Length: 176996 (173K) [application/x-gzip]
-cpanm : Saving to: 'Parse-RecDescent-1.967015.tar.gz'
-cpanm : 
-cpanm :      0K .......... .......... .......... .......... .......... 28% 1.09M 0s
-cpanm :     50K .......... .......... .......... .......... .......... 57% 2.02M 0s
-cpanm :    100K .......... .......... .......... .......... .......... 86% 65.7M 0s
-cpanm :    150K .......... .......... ..                              100%  125M=0.07s
-cpanm : 
-cpanm : 2019-11-11 18:42:11 (2.41 MB/s) - 'Parse-RecDescent-1.967015.tar.gz' saved [176996/176996]
-cpanm : 
-cpanm : Unpacking Parse-RecDescent-1.967015.tar.gz
-cpanm : OK
-cpanm : Parse-RecDescent-1.967015/
-cpanm : Parse-RecDescent-1.967015/Changes
-cpanm : Parse-RecDescent-1.967015/demo/
-cpanm : Parse-RecDescent-1.967015/demo/demo_dot.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_LaTeXish.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_parsetree.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_separators.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_metaRD.pm
-cpanm : Parse-RecDescent-1.967015/demo/demo_restructure_easy.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_OOautoparsetree.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_logic.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_selfmod.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_undumper.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_quicklist.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_mccoy.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_autoscoresep.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_lisplike.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_derived.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_skipcomment.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_buildcalc.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_recipe.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_piecewise.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_simplequery.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_language.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_PerlCSV.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_implicit.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_decomment.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_autostub.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_eval.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_LaTeXish_autoact.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_perlparsing.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_leftop.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_NL2SQL.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_decomment_nonlocal.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_precalc.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_cpp.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_simple.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_matchrule2.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_embedding.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_errors.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_delete.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo.c
-cpanm : Parse-RecDescent-1.967015/demo/demo_another_Cgrammar.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_whoson.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_tokens.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_codeblock.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_textgen.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_Cgrammar_v2.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_methods.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_Cgrammar.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_simpleXML.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_street.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_bad.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_opreps.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_arithmetic.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_restructure_painful.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_itemhash.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_autorule.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_calc.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_scoredsep.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_operator.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_leftassoc.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_template.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_randomsentence.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_lexer.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_matchrule.pl
-cpanm : Parse-RecDescent-1.967015/demo/demo_OOparsetree.pl
-cpanm : Parse-RecDescent-1.967015/Makefile.PL
-cpanm : Parse-RecDescent-1.967015/MANIFEST
-cpanm : Parse-RecDescent-1.967015/lib/
-cpanm : Parse-RecDescent-1.967015/lib/Parse/
-cpanm : Parse-RecDescent-1.967015/lib/Parse/RecDescent.pm
-cpanm : Parse-RecDescent-1.967015/README
-cpanm : Parse-RecDescent-1.967015/Build.PL
-cpanm : Parse-RecDescent-1.967015/META.json
-cpanm : Parse-RecDescent-1.967015/tutorial/
-cpanm : Parse-RecDescent-1.967015/tutorial/TPJ_maze.gif
-cpanm : Parse-RecDescent-1.967015/tutorial/TPJ-yacc-proc.gif
-cpanm : Parse-RecDescent-1.967015/tutorial/TPJ_tree.gif
-cpanm : Parse-RecDescent-1.967015/tutorial/TPJ-PRD-proc.gif
-cpanm : Parse-RecDescent-1.967015/tutorial/tutorial.html
-cpanm : Parse-RecDescent-1.967015/t/
-cpanm : Parse-RecDescent-1.967015/t/00.load.t
-cpanm : Parse-RecDescent-1.967015/t/reproducible.t
-cpanm : Parse-RecDescent-1.967015/t/reentry.t
-cpanm : Parse-RecDescent-1.967015/t/precompile.t
-cpanm : Parse-RecDescent-1.967015/t/skip.t
-cpanm : Parse-RecDescent-1.967015/t/separated_repetition.t
-cpanm : Parse-RecDescent-1.967015/t/pod.t
-cpanm : Parse-RecDescent-1.967015/t/leftop_cap.t
-cpanm : Parse-RecDescent-1.967015/t/text.t
-cpanm : Parse-RecDescent-1.967015/t/util.pl
-cpanm : Parse-RecDescent-1.967015/t/01.basics.t
-cpanm : Parse-RecDescent-1.967015/t/autotree.t
-cpanm : Parse-RecDescent-1.967015/t/re_capture_return.t
-cpanm : Parse-RecDescent-1.967015/t/skip_dynamic.t
-cpanm : Parse-RecDescent-1.967015/META.yml
-cpanm : Parse-RecDescent-1.967015/ToDo
-cpanm : Entering Parse-RecDescent-1.967015
-cpanm : Checking configure dependencies from META.json
-cpanm : Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-cpanm : Running Build.PL
-cpanm : Configuring Parse-RecDescent-1.967015 ... Created MYMETA.yml and MYMETA.json
-cpanm : Creating new 'Build' script for 'Parse-RecDescent' version '1.967015'
-cpanm : Checking dependencies from MYMETA.json ...
-cpanm : Checking if you have Test::More 0 ... Yes (1.302168)
-cpanm : Checking if you have Text::Balanced 1.95 ... Yes (2.03)
-cpanm : OK
-cpanm : Building and testing Parse-RecDescent-1.967015 ... Building Parse-RecDescent
-cpanm : # Testing Parse::RecDescent 1.967015
-cpanm : t/00.load.t ............... ok
-cpanm : t/01.basics.t ............. ok
-cpanm : t/autotree.t .............. ok
-cpanm : t/leftop_cap.t ............ ok
-cpanm : t/pod.t ................... skipped: Test::Pod 1.14 required for testing POD
-cpanm : t/precompile.t ............ ok
-cpanm : t/re_capture_return.t ..... ok
-cpanm : t/reentry.t ............... ok
-cpanm : t/reproducible.t .......... ok
-cpanm : t/separated_repetition.t .. ok
-cpanm : t/skip.t .................. ok
-cpanm : t/skip_dynamic.t .......... ok
-cpanm : t/text.t .................. ok
-cpanm : All tests successful.
-cpanm : Files=13, Tests=138,  2 wallclock secs ( 0.07 usr  0.02 sys +  1.78 cusr  0.17 csys =  2.04 CPU)
-cpanm : Result: PASS
-cpanm : Building Parse-RecDescent
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Parse/RecDescent.pm
-cpanm : OK
-cpanm : Successfully installed Parse-RecDescent-1.967015
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Parse-RecDescent-1.967015/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Parse-RecDescent-1.967015/install.json
-cpanm : Already tried YAML::XS. Skipping.
-cpanm : Building and testing Inline-C-0.81 ... cp share/inline-c.pgx blib/lib/auto/share/dist/Inline-C/inline-c.pgx
-cpanm : cp lib/Inline/C/Parser/Pegex/Grammar.pm blib/lib/Inline/C/Parser/Pegex/Grammar.pm
-cpanm : cp lib/Inline/C/Parser.pm blib/lib/Inline/C/Parser.pm
-cpanm : cp lib/Inline/C.pm blib/lib/Inline/C.pm
-cpanm : cp lib/Inline/C/ParseRecDescent.pod blib/lib/Inline/C/ParseRecDescent.pod
-cpanm : cp lib/Inline/C.pod blib/lib/Inline/C.pod
-cpanm : cp lib/Inline/C/Parser/Pegex/AST.pm blib/lib/Inline/C/Parser/Pegex/AST.pm
-cpanm : cp lib/Inline/C/Parser/RegExp.pm blib/lib/Inline/C/Parser/RegExp.pm
-cpanm : cp lib/Inline/C/Parser/RecDescent.pm blib/lib/Inline/C/Parser/RecDescent.pm
-cpanm : cp lib/Inline/C/Parser/Pegex.pm blib/lib/Inline/C/Parser/Pegex.pm
-cpanm : cp lib/Inline/C/Cookbook.pod blib/lib/Inline/C/Cookbook.pod
-cpanm : cp lib/Inline/C/ParsePegex.pod blib/lib/Inline/C/ParsePegex.pod
-cpanm : cp lib/Inline/C/ParseRegExp.pod blib/lib/Inline/C/ParseRegExp.pod
-cpanm : Skip blib/lib/auto/share/dist/Inline-C/inline-c.pgx (unchanged)
-cpanm : PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-cpanm : t/000-require-modules.t ............ ok
-cpanm : t/01syntax.t ....................... ok
-cpanm : t/02config.t ....................... ok
-cpanm : t/03typemap.t ...................... ok
-cpanm : t/04perlapi.t ...................... ok
-cpanm : t/05xsmode.t ....................... ok
-cpanm : t/06parseregexp.t .................. ok
-cpanm : t/07typemap_multi.t ................ ok
-cpanm : t/08taint.t ........................ ok
-cpanm : This test could take a couple of minutes to run
-cpanm : t/09parser.t ....................... ok
-cpanm : t/10callback.t ..................... ok
-cpanm : t/11default_readonly.t ............. ok
-cpanm : t/14void_arg.t ..................... ok
-cpanm : t/14void_arg_PRD.t ................. ok
-cpanm : t/15ccflags.t ...................... ok
-cpanm : t/16ccflagsex.t .................... ok
-cpanm : t/17prehead.t ...................... ok
-cpanm : t/18quote_space.t .................. ok
-cpanm : t/19INC.t .......................... ok
-cpanm : t/20eval.t ......................... ok
-cpanm : t/21read_DATA.t .................... ok
-cpanm : t/22read_DATA_2.t .................. ok
-cpanm : t/23validate.t ..................... ok
-cpanm : t/24prefix.t ....................... ok
-cpanm : t/25proto.t ........................ ok
-cpanm : t/26fork.t ......................... ok
-cpanm : t/27inline_maker.t ................. ok
-cpanm : t/28autowrap.t ..................... ok
-cpanm : t/29refargs.t ...................... ok
-cpanm : t/30cppflags.t ..................... ok
-cpanm : t/31include_dirs_angle_brackets.t .. ok
-cpanm : t/32include_dirs_double_quotes.t ... ok
-cpanm : t/33intended_double_quotes.t ....... ok
-cpanm : t/author-pod-syntax.t .............. skipped: these tests are for testing by the author
-cpanm : t/parse-pegex.t .................... ok
-cpanm : t/pegex-parser.t ................... skipped: $ENV{PERL_INLINE_DEVELOPER_TEST} not set
-cpanm : All tests successful.
-cpanm : 
-cpanm : Test Summary Report
-cpanm : -------------------
-cpanm : t/parse-pegex.t                  (Wstat: 0 Tests: 24 Failed: 0)
-cpanm :   TODO passed:   4, 7-9
-cpanm : Files=36, Tests=161, 68 wallclock secs ( 0.17 usr  0.06 sys + 59.01 cusr  9.54 csys = 68.78 CPU)
-cpanm : Result: PASS
-cpanm : Skip blib/lib/auto/share/dist/Inline-C/inline-c.pgx (unchanged)
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/auto/share/dist/Inline-C/inline-c.pgx
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C/ParseRegExp.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C/ParsePegex.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C/Parser.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C/ParseRecDescent.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C/Cookbook.pod
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C/Parser/RegExp.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C/Parser/Pegex.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C/Parser/RecDescent.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C/Parser/Pegex/AST.pm
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/Inline/C/Parser/Pegex/Grammar.pm
-cpanm : Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-cpanm : OK
-cpanm : Successfully installed Inline-C-0.81
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Inline-C-0.81/MYMETA.json
-cpanm : Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/.meta/Inline-C-0.81/install.json
-cpanm : 13 distributions installed
-
-Something failed to install for module Inline::C
---> Working on List::MoreUtils
-Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-0.428.tar.gz ... OK
-Configuring List-MoreUtils-0.428 ... OK
-==> Found dependencies: Test::LeakTrace, List::MoreUtils::XS, Exporter::Tiny
---> Working on Test::LeakTrace
-Fetching http://www.cpan.org/authors/id/L/LE/LEEJO/Test-LeakTrace-0.16.tar.gz ... OK
-Configuring Test-LeakTrace-0.16 ... OK
-Building and testing Test-LeakTrace-0.16 ... OK
-Successfully installed Test-LeakTrace-0.16
---> Working on List::MoreUtils::XS
-Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.428.tar.gz ... OK
-Configuring List-MoreUtils-XS-0.428 ... OK
-Building and testing List-MoreUtils-XS-0.428 ... OK
-Successfully installed List-MoreUtils-XS-0.428
---> Working on Exporter::Tiny
-Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.002001.tar.gz ... OK
-Configuring Exporter-Tiny-1.002001 ... OK
-Building and testing Exporter-Tiny-1.002001 ... OK
-Successfully installed Exporter-Tiny-1.002001
-Building and testing List-MoreUtils-0.428 ... OK
-Successfully installed List-MoreUtils-0.428
-4 distributions installed
-Removing intermediate container 11d3cb20c76b
- ---> e4cb31f09d80
-Step 44/53 : WORKDIR /home/binary_c/progs/stars/binary_c/src/perl/modules_targz
- ---> Running in a3332847098e
-Removing intermediate container a3332847098e
- ---> a226dba9a0b4
-Step 45/53 : RUN cpanm List::MoreUtils &&     cpanm Carp::Always::Color --notest &&     cpanm Sort::Key &&     perl ./install_all.pl &&     cpanm Proc::ProcessTable &&     cpanm Cpanel::JSON::XS &&     cpanm -v ./binary_grid-v2.1.4.tar.gz
- ---> Running in 36245d6e27aa
-List::MoreUtils is up to date. (0.428)
---> Working on Carp::Always::Color
-Fetching http://www.cpan.org/authors/id/D/DO/DOY/Carp-Always-Color-0.08.tar.gz ... OK
-Configuring Carp-Always-Color-0.08 ... OK
-==> Found dependencies: Carp::Always
---> Working on Carp::Always
-Fetching http://www.cpan.org/authors/id/F/FE/FERREIRA/Carp-Always-0.16.tar.gz ... OK
-Configuring Carp-Always-0.16 ... OK
-Building Carp-Always-0.16 ... OK
-Successfully installed Carp-Always-0.16
-Building Carp-Always-Color-0.08 ... OK
-Successfully installed Carp-Always-Color-0.08
-2 distributions installed
---> Working on Sort::Key
-Fetching http://www.cpan.org/authors/id/S/SA/SALVA/Sort-Key-1.33.tar.gz ... OK
-Configuring Sort-Key-1.33 ... OK
-Building and testing Sort-Key-1.33 ... OK
-Successfully installed Sort-Key-1.33
-1 distribution installed
-Install all required perl modules using cpanm (to default location)
-Install Hash-RobMerge-0.14.tar.gz using cpanm
---> Working on ./Hash-RobMerge-0.14.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/Hash-RobMerge-0.14.tar.gz ... OK
-Configuring Hash-RobMerge-0.14 ... OK
-<== Installed dependencies for ./Hash-RobMerge-0.14.tar.gz. Finishing.
---> Working on ./Hash-RobMerge-0.14.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/Hash-RobMerge-0.14.tar.gz ... OK
-Configuring Hash-RobMerge-0.14 ... OK
-Building Hash-RobMerge-0.14 ... OK
-Successfully installed Hash-RobMerge-0.14
-1 distribution installed
-Install rob_misc-0.16.tar.gz using cpanm
---> Working on ./rob_misc-0.16.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/rob_misc-0.16.tar.gz ... OK
-Configuring rob_misc-0.16 ... OK
-<== Installed dependencies for ./rob_misc-0.16.tar.gz. Finishing.
---> Working on ./rob_misc-0.16.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/rob_misc-0.16.tar.gz ... OK
-Configuring rob_misc-0.16 ... OK
-Building rob_misc-0.16 ... OK
-Successfully installed rob_misc-0.16
-1 distribution installed
-Install Histogram-0.01.tar.gz using cpanm
---> Working on ./Histogram-0.01.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/Histogram-0.01.tar.gz ... OK
-Configuring Histogram-0.01 ... OK
-<== Installed dependencies for ./Histogram-0.01.tar.gz. Finishing.
---> Working on ./Histogram-0.01.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/Histogram-0.01.tar.gz ... OK
-Configuring Histogram-0.01 ... OK
-Building Histogram-0.01 ... OK
-Successfully installed Histogram-0.01
-1 distribution installed
-Install binary_stars-0.05.tar.gz using cpanm
---> Working on ./binary_stars-0.05.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/binary_stars-0.05.tar.gz ... OK
-Configuring binary_stars-0.05 ... OK
-<== Installed dependencies for ./binary_stars-0.05.tar.gz. Finishing.
---> Working on ./binary_stars-0.05.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/binary_stars-0.05.tar.gz ... OK
-Configuring binary_stars-0.05 ... OK
-Building binary_stars-0.05 ... OK
-Successfully installed binary_stars-0.05
-1 distribution installed
-Install Data-Serializer-RobJSON-0.05.tar.gz using cpanm
---> Working on ./Data-Serializer-RobJSON-0.05.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/Data-Serializer-RobJSON-0.05.tar.gz ... OK
-Configuring Data-Serializer-RobJSON-0.05 ... OK
-<== Installed dependencies for ./Data-Serializer-RobJSON-0.05.tar.gz. Finishing.
---> Working on ./Data-Serializer-RobJSON-0.05.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/Data-Serializer-RobJSON-0.05.tar.gz ... OK
-Configuring Data-Serializer-RobJSON-0.05 ... OK
-Building Data-Serializer-RobJSON-0.05 ... OK
-Successfully installed Data-Serializer-RobJSON-0.05
-1 distribution installed
-Install distribution_functions-0.05.tar.gz using cpanm
---> Working on ./distribution_functions-0.05.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/distribution_functions-0.05.tar.gz ... OK
-Configuring distribution_functions-0.05 ... OK
-<== Installed dependencies for ./distribution_functions-0.05.tar.gz. Finishing.
---> Working on ./distribution_functions-0.05.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/distribution_functions-0.05.tar.gz ... OK
-Configuring distribution_functions-0.05 ... OK
-Building distribution_functions-0.05 ... OK
-Successfully installed distribution_functions-0.05
-1 distribution installed
-Install RobInterpolation-0.04.tar.gz using cpanm
---> Working on ./RobInterpolation-0.04.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/RobInterpolation-0.04.tar.gz ... OK
-Configuring RobInterpolation-0.04 ... OK
-<== Installed dependencies for ./RobInterpolation-0.04.tar.gz. Finishing.
---> Working on ./RobInterpolation-0.04.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/RobInterpolation-0.04.tar.gz ... OK
-Configuring RobInterpolation-0.04 ... OK
-Building RobInterpolation-0.04 ... OK
-Successfully installed RobInterpolation-0.04
-1 distribution installed
-Install spacing_functions-0.02.tar.gz using cpanm
---> Working on ./spacing_functions-0.02.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/spacing_functions-0.02.tar.gz ... OK
-Configuring spacing_functions-0.02 ... OK
-<== Installed dependencies for ./spacing_functions-0.02.tar.gz. Finishing.
---> Working on ./spacing_functions-0.02.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/spacing_functions-0.02.tar.gz ... OK
-Configuring spacing_functions-0.02 ... OK
-Building spacing_functions-0.02 ... OK
-Successfully installed spacing_functions-0.02
-1 distribution installed
-Install Binning-0.03.tar.gz using cpanm
---> Working on ./Binning-0.03.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/Binning-0.03.tar.gz ... OK
-Configuring Binning-0.03 ... OK
-<== Installed dependencies for ./Binning-0.03.tar.gz. Finishing.
---> Working on ./Binning-0.03.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/Binning-0.03.tar.gz ... OK
-Configuring Binning-0.03 ... OK
-Building Binning-0.03 ... OK
-Successfully installed Binning-0.03
-1 distribution installed
-Install IMF-0.05.tar.gz using cpanm
---> Working on ./IMF-0.05.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/IMF-0.05.tar.gz ... OK
-Configuring IMF-0.05 ... OK
-<== Installed dependencies for ./IMF-0.05.tar.gz. Finishing.
---> Working on ./IMF-0.05.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/IMF-0.05.tar.gz ... OK
-Configuring IMF-0.05 ... OK
-Building IMF-0.05 ... OK
-Successfully installed IMF-0.05
-1 distribution installed
-Install Maths_Double-0.01.tar.gz using cpanm
---> Working on ./Maths_Double-0.01.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/Maths_Double-0.01.tar.gz ... OK
-Configuring Maths_Double-0.01 ... OK
-<== Installed dependencies for ./Maths_Double-0.01.tar.gz. Finishing.
---> Working on ./Maths_Double-0.01.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/Maths_Double-0.01.tar.gz ... OK
-Configuring Maths_Double-0.01 ... OK
-Building Maths_Double-0.01 ... OK
-Successfully installed Maths_Double-0.01
-1 distribution installed
-Install binary_grid-v2.1.4.tar.gz using cpanm
---> Working on ./binary_grid-v2.1.4.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/binary_grid-v2.1.4.tar.gz ... OK
-Configuring binary_grid-v2.1.4 ... OK
-==> Found dependencies: Sub::Identify, IO::Interactive, File::Remove, inc::Module::Install, File::Type, Sys::Info, Hook::LexWrap, Devel::Size
---> Working on Sub::Identify
-Fetching http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.14.tar.gz ... OK
-Configuring Sub-Identify-0.14 ... OK
-Building and testing Sub-Identify-0.14 ... OK
-Successfully installed Sub-Identify-0.14
---> Working on IO::Interactive
-Fetching http://www.cpan.org/authors/id/B/BD/BDFOY/IO-Interactive-1.022.tar.gz ... OK
-Configuring IO-Interactive-1.022 ... OK
-Building and testing IO-Interactive-1.022 ... OK
-Successfully installed IO-Interactive-1.022
---> Working on File::Remove
-Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.58.tar.gz ... OK
-Configuring File-Remove-1.58 ... OK
-Building and testing File-Remove-1.58 ... OK
-Successfully installed File-Remove-1.58
---> Working on inc::Module::Install
-Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Module-Install-1.19.tar.gz ... OK
-==> Found dependencies: YAML::Tiny
---> Working on YAML::Tiny
-Fetching http://www.cpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.73.tar.gz ... OK
-Configuring YAML-Tiny-1.73 ... OK
-Building and testing YAML-Tiny-1.73 ... OK
-Successfully installed YAML-Tiny-1.73
-Configuring Module-Install-1.19 ... OK
-==> Found dependencies: Module::ScanDeps
---> Working on Module::ScanDeps
-Fetching http://www.cpan.org/authors/id/R/RS/RSCHUPP/Module-ScanDeps-1.27.tar.gz ... OK
-Configuring Module-ScanDeps-1.27 ... OK
-==> Found dependencies: Test::Requires
---> Working on Test::Requires
-Fetching http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz ... OK
-Configuring Test-Requires-0.10 ... OK
-Building and testing Test-Requires-0.10 ... OK
-Successfully installed Test-Requires-0.10
-Building and testing Module-ScanDeps-1.27 ... OK
-Successfully installed Module-ScanDeps-1.27
-Building and testing Module-Install-1.19 ... OK
-Successfully installed Module-Install-1.19
---> Working on File::Type
-Fetching http://www.cpan.org/authors/id/P/PM/PMISON/File-Type-0.22.tar.gz ... OK
-Configuring File-Type-0.22 ... OK
-Building and testing File-Type-0.22 ... OK
-Successfully installed File-Type-0.22
---> Working on Sys::Info
-Fetching http://www.cpan.org/authors/id/B/BU/BURAK/Sys-Info-0.7811.tar.gz ... OK
-Configuring Sys-Info-0.7811 ... OK
-==> Found dependencies: Sys::Info::Base, Test::Sys::Info, Sys::Info::Driver::Linux
---> Working on Sys::Info::Base
-Fetching http://www.cpan.org/authors/id/B/BU/BURAK/Sys-Info-Base-0.7807.tar.gz ... OK
-Configuring Sys-Info-Base-0.7807 ... OK
-==> Found dependencies: Text::Template::Simple
---> Working on Text::Template::Simple
-Fetching http://www.cpan.org/authors/id/B/BU/BURAK/Text-Template-Simple-0.91.tar.gz ... OK
-Configuring Text-Template-Simple-0.91 ... OK
-Building and testing Text-Template-Simple-0.91 ... OK
-Successfully installed Text-Template-Simple-0.91
-Building and testing Sys-Info-Base-0.7807 ... OK
-Successfully installed Sys-Info-Base-0.7807
---> Working on Test::Sys::Info
-Fetching http://www.cpan.org/authors/id/B/BU/BURAK/Test-Sys-Info-0.23.tar.gz ... OK
-Configuring Test-Sys-Info-0.23 ... OK
-Building and testing Test-Sys-Info-0.23 ... OK
-Successfully installed Test-Sys-Info-0.23
---> Working on Sys::Info::Driver::Linux
-Fetching http://www.cpan.org/authors/id/B/BU/BURAK/Sys-Info-Driver-Linux-0.7905.tar.gz ... OK
-Configuring Sys-Info-Driver-Linux-0.7905 ... OK
-==> Found dependencies: Unix::Processors, Config::General
---> Working on Unix::Processors
-Fetching http://www.cpan.org/authors/id/W/WS/WSNYDER/Unix-Processors-2.046.tar.gz ... OK
-Configuring Unix-Processors-2.046 ... OK
-Building and testing Unix-Processors-2.046 ... OK
-Successfully installed Unix-Processors-2.046
---> Working on Config::General
-Fetching http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-2.63.tar.gz ... OK
-Configuring Config-General-2.63 ... OK
-Building and testing Config-General-2.63 ... OK
-Successfully installed Config-General-2.63
-Building and testing Sys-Info-Driver-Linux-0.7905 ... OK
-Successfully installed Sys-Info-Driver-Linux-0.7905
-Building and testing Sys-Info-0.7811 ... OK
-Successfully installed Sys-Info-0.7811
---> Working on Hook::LexWrap
-Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Hook-LexWrap-0.26.tar.gz ... OK
-Configuring Hook-LexWrap-0.26 ... OK
-Building and testing Hook-LexWrap-0.26 ... OK
-Successfully installed Hook-LexWrap-0.26
---> Working on Devel::Size
-Fetching http://www.cpan.org/authors/id/N/NW/NWCLARK/Devel-Size-0.83.tar.gz ... OK
-Configuring Devel-Size-0.83 ... OK
-Building and testing Devel-Size-0.83 ... OK
-Successfully installed Devel-Size-0.83
-<== Installed dependencies for ./binary_grid-v2.1.4.tar.gz. Finishing.
-17 distributions installed
-! Installing ./binary_grid-v2.1.4.tar.gz failed. See /home/binary_c/.cpanm/work/1573497933.4443/build.log for details. Retry with --force to force install it.
---> Working on ./binary_grid-v2.1.4.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/binary_grid-v2.1.4.tar.gz ... OK
-Configuring binary_grid-v2.1.4 ... OK
-Building binary_grid-v2.1.4 ... FAIL
-Install cosmology-0.01.tar.gz using cpanm
---> Working on ./cosmology-0.01.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/cosmology-0.01.tar.gz ... OK
-Configuring cosmology-0.01 ... OK
-<== Installed dependencies for ./cosmology-0.01.tar.gz. Finishing.
---> Working on ./cosmology-0.01.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/cosmology-0.01.tar.gz ... OK
-Configuring cosmology-0.01 ... OK
-Building cosmology-0.01 ... OK
-Successfully installed cosmology-0.01
-1 distribution installed
-Install robqueue-0.05.tar.gz using cpanm
---> Working on ./robqueue-0.05.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/robqueue-0.05.tar.gz ... OK
-Configuring robqueue-0.05 ... OK
-<== Installed dependencies for ./robqueue-0.05.tar.gz. Finishing.
---> Working on ./robqueue-0.05.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/robqueue-0.05.tar.gz ... OK
-Configuring robqueue-0.05 ... OK
-Building robqueue-0.05 ... OK
-Successfully installed robqueue-0.05
-1 distribution installed
---> Working on Proc::ProcessTable
-Fetching http://www.cpan.org/authors/id/J/JW/JWB/Proc-ProcessTable-0.59.tar.gz ... OK
-Configuring Proc-ProcessTable-0.59 ... OK
-Building and testing Proc-ProcessTable-0.59 ... OK
-Successfully installed Proc-ProcessTable-0.59
-1 distribution installed
---> Working on Cpanel::JSON::XS
-Fetching http://www.cpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.17.tar.gz ... OK
-Configuring Cpanel-JSON-XS-4.17 ... OK
-Building and testing Cpanel-JSON-XS-4.17 ... OK
-Successfully installed Cpanel-JSON-XS-4.17
-1 distribution installed
-cpanm (App::cpanminus) 1.7044 on perl 5.031005 built for x86_64-linux-thread-multi
-Work directory is /home/binary_c/.cpanm/work/1573497952.1
-You have make /usr/bin/make
-You have /usr/bin/wget
-You have /bin/tar: tar (GNU tar) 1.29
-Copyright (C) 2015 Free Software Foundation, Inc.
-License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
-This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.
-
-Written by John Gilmore and Jay Fenlason.
-You have /usr/bin/unzip
-Unpacking binary_grid-v2.1.4.tar.gz
---> Working on ./binary_grid-v2.1.4.tar.gz
-Fetching file:///home/binary_c/progs/stars/binary_c/src/perl/modules_targz/binary_grid-v2.1.4.tar.gz ... OK
-binary_grid-v2.1.4/
-binary_grid-v2.1.4/META.json
-binary_grid-v2.1.4/META.yml
-binary_grid-v2.1.4/lib/
-binary_grid-v2.1.4/lib/binary_grid2.pm
-binary_grid-v2.1.4/lib/binary_grid/
-binary_grid-v2.1.4/lib/binary_grid/slurm.pm
-binary_grid-v2.1.4/lib/binary_grid/Perl.pm
-binary_grid-v2.1.4/lib/binary_grid/condor.pm
-binary_grid-v2.1.4/lib/binary_grid/C.pm
-binary_grid-v2.1.4/lib/binary_grid.pm
-binary_grid-v2.1.4/t/
-binary_grid-v2.1.4/t/binary_grid.t
-binary_grid-v2.1.4/MANIFEST
-binary_grid-v2.1.4/Makefile.PL
-binary_grid-v2.1.4/Changes
-binary_grid-v2.1.4/README
-Entering binary_grid-v2.1.4
-Checking configure dependencies from META.json
-Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.38)
-Running Makefile.PL
-Configuring binary_grid-v2.1.4 ... Checking if your kit is complete...
-Looks good
-Generating a Unix-style Makefile
-Writing Makefile for binary_grid
-Writing MYMETA.yml and MYMETA.json
-Checking dependencies from MYMETA.json ...
-Checking if you have Data::Serializer 0.6 ... Yes (0.60)
-Checking if you have Test::utf8 1.01 ... Yes (1.01)
-Checking if you have Sys::Hostname 1.2 ... Yes (1.23)
-Checking if you have IO::File 1.16 ... Yes (1.41)
-Checking if you have common::sense 3.74 ... Yes (3.74)
-Checking if you have Inline 0.44 ... Yes (0.83)
-Checking if you have Sort::Key 1.33 ... Yes (1.33)
-Checking if you have Sys::Info 0.78 ... Yes (0.7811)
-Checking if you have RobInterpolation 0.04 ... Yes (0.04)
-Checking if you have binary_stars 0.04 ... Yes (0.05)
-Checking if you have Inline::C 0.78 ... Yes (0.81)
-Checking if you have spacing_functions 0.02 ... Yes (0.02)
-Checking if you have Clone 0.39 ... Yes (0.43)
-Checking if you have Hook::LexWrap 0.26 ... Yes (0.26)
-Checking if you have distribution_functions 0.05 ... Yes (0.05)
-Checking if you have Data::Serializer::Raw 0.02 ... Yes (0.02)
-Checking if you have Sub::Identify 0.14 ... Yes (0.14)
-Checking if you have inc::Module::Install 1.19 ... Yes (1.19)
-Checking if you have Carp::Always::Color 0.08 ... Yes (0.08)
-Checking if you have rob_misc 0.14 ... Yes (0.16)
-Checking if you have File::Type 0.22 ... Yes (0.22)
-Checking if you have threads::shared 1.58 ... Yes (1.61)
-Checking if you have Hash::RobMerge 0.12 ... Yes (0.14)
-Checking if you have Thread::Queue 3.12 ... Yes (3.13)
-Checking if you have File::Remove 1.57 ... Yes (1.58)
-Checking if you have Exporter 5.72 ... Yes (5.74)
-Checking if you have Carp 1.43 ... Yes (1.50)
-Checking if you have vars 1.03 ... Yes (1.05)
-Checking if you have threads 2.21 ... Yes (2.23)
-Checking if you have Compress::Zlib 2.074 ... Yes (2.090)
-Checking if you have IO::Interactive 1.022 ... Yes (1.022)
-Checking if you have ExtUtils::MakeMaker 7.32 ... Yes (7.38)
-Checking if you have Sub::Uplevel 0.28 ... Yes (0.2800)
-Checking if you have Term::ANSIColor 4.06 ... Yes (4.06)
-Checking if you have File::Copy::Recursive 0.4 ... Yes (0.45)
-Checking if you have IO::Select 1.22 ... Yes (1.41)
-Checking if you have constant 1.33 ... Yes (1.33)
-Checking if you have Data::Dumper 2.167 ... Yes (2.174)
-Checking if you have Carp::Always 0.13 ... Yes (0.16)
-Checking if you have Devel::Size 0.81 ... Yes (0.83)
-OK
-Building and testing binary_grid-v2.1.4 ... cp lib/binary_grid/condor.pm blib/lib/binary_grid/condor.pm
-cp lib/binary_grid.pm blib/lib/binary_grid.pm
-cp lib/binary_grid2.pm blib/lib/binary_grid2.pm
-AutoSplitting blib/lib/binary_grid2.pm (blib/lib/auto/binary_grid2)
-cp lib/binary_grid/slurm.pm blib/lib/binary_grid/slurm.pm
-cp lib/binary_grid/C.pm blib/lib/binary_grid/C.pm
-cp lib/binary_grid/Perl.pm blib/lib/binary_grid/Perl.pm
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -Mblib -MInline=NOISY,_INSTALL_ -Mbinary_grid::C -e"my %A = (modinlname => 'binary_grid-C.inl', module => 'binary_grid::C'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" v2.1.4 blib/arch
-Have binary_c-config at /home/binary_c/progs/stars/binary_c/src/../binary_c-config
-Checking whether to build binary_grid::C (host 36245d6e27aa) ...
-Binary_c source and shared library found: building C backend
-Have binary_c-config at /home/binary_c/progs/stars/binary_c/src/../binary_c-config
-Have binary_c-config at /home/binary_c/progs/stars/binary_c/src/../binary_c-config
-Have binary_c-config at /home/binary_c/progs/stars/binary_c/src/../binary_c-config
-Have binary_c-config at /home/binary_c/progs/stars/binary_c/src/../binary_c-config
-Building binary_grid::C backend with source (binary_c.h) at /home/binary_c/progs/stars/binary_c/src on 36245d6e27aa
-Options:
-cc = gcc
-ccflags = -fPIC -DALIGNSIZE=16 -std=gnu99 -mtune=generic -ffast-math -fno-associative-math -fno-finite-math-only -fsignaling-nans -fomit-frame-pointer  -DCPUFREQ=3500 -DLINUX -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DGIT_REVISION=1:20191111:d2804db -DGIT_URL=gitlab@gitlab.eps.surrey.ac.uk:ri0005/binary_c.git -I/usr/include -DUSE_GSL -D__HAVE_LIBGSL__ -D__HAVE_DRAND48__ -D__HAVE_MALLOC_H__ -D__HAVE_PKG_CONFIG__ -D__HAVE_VALGRIND__ -D__SHOW_STARDATA__ -D__DIFF_STARDATA__ -O3 -D_SEARCH_H 
-ld = cc
-libs = -L/home/binary_c/progs/stars/binary_c/src -L  -lbinary_c -lc -lm -lgsl -lgslcblas -lm -lgsl -lc -lm -ldl 
-inc =    -I/home/binary_c/progs/stars/binary_c -I/home/binary_c/progs/stars/binary_c/src -I/home/binary_c/progs/stars/binary_c/src  
-
-validate Stage
-<-----------------------Information Section----------------------------------->
-
-Information about the processing of your Inline C code:
-
-Your source code needs to be compiled. I'll use this build directory:
-/home/binary_c/.cpanm/work/1573497952.1/binary_grid-v2.1.4/_Inline/build/binary_grid/C
-
-and I'll install the executable as:
-/home/binary_c/.cpanm/work/1573497952.1/binary_grid-v2.1.4/blib/arch/auto/binary_grid/C/C.so
-
-get_maps Stage
-The following Inline C function(s) have been successfully bound to Perl:
-	void C_binary_c_args_list(AV * array)
-	void C_binary_c_initial_abundance_mix(double metallicity, int mix, AV * array, char * argstring)
-	void C_binary_c_minimum_orbit_for_RLOF(AV * array, char * argstring)
-	void C_binary_c_version_string(AV * array)
-	void C_run_binary_c(int mode, int return_array_refs, SV * store_p, AV * array, char * argstring, int nthread, SV * custom_output_function_ptr)
-	void C_shutdown_binary_c(int mode, SV * store_p)
-
-<-----------------------End of Information Section---------------------------->
-Starting Build Preprocess Stage
-Finished Build Preprocess Stage
-
-Starting Build Parse Stage
-Finished Build Parse Stage
-
-Starting Build Glue 1 Stage
-Finished Build Glue 1 Stage
-
-Starting Build Glue 2 Stage
-Finished Build Glue 2 Stage
-
-Starting Build Glue 3 Stage
-Finished Build Glue 3 Stage
-
-Starting Build Compile Stage
-  Starting "perl Makefile.PL" Stage
-Generating a Unix-style Makefile
-Writing Makefile for binary_grid::C
-Writing MYMETA.yml and MYMETA.json
-  Finished "perl Makefile.PL" Stage
-
-  Starting "make" Stage
-make[1]: Entering directory '/home/binary_c/.cpanm/work/1573497952.1/binary_grid-v2.1.4/_Inline/build/binary_grid/C'
-Running Mkbootstrap for C ()
-chmod 644 "C.bs"
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- C.bs blib/arch/auto/binary_grid/C/C.bs 644
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/xsubpp"  -typemap "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/ExtUtils/typemap"   C.xs > C.xsc
-mv C.xsc C.c
-gcc -c  -iquote"/home/binary_c/.cpanm/work/1573497952.1/binary_grid-v2.1.4"    -I/home/binary_c/progs/stars/binary_c -I/home/binary_c/progs/stars/binary_c/src -I/home/binary_c/progs/stars/binary_c/src   -fPIC -DALIGNSIZE=16 -std=gnu99 -mtune=generic -ffast-math -fno-associative-math -fno-finite-math-only -fsignaling-nans -fomit-frame-pointer  -DCPUFREQ=3500 -DLINUX -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DGIT_REVISION=1:20191111:d2804db -DGIT_URL=gitlab@gitlab.eps.surrey.ac.uk:ri0005/binary_c.git -I/usr/include -DUSE_GSL -D__HAVE_LIBGSL__ -D__HAVE_DRAND48__ -D__HAVE_MALLOC_H__ -D__HAVE_PKG_CONFIG__ -D__HAVE_VALGRIND__ -D__SHOW_STARDATA__ -D__DIFF_STARDATA__ -O3 -D_SEARCH_H     -DVERSION=\"v2.1.4\" -DXS_VERSION=\"v2.1.4\" -fPIC "-I/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/CORE"   C.c
-rm -f blib/arch/auto/binary_grid/C/C.so
-LD_RUN_PATH="/home/binary_c/progs/stars/binary_c/src:/usr/lib/x86_64-linux-gnu" cc  -shared    -L/usr/local/lib -fstack-protector-strong  C.o  -o blib/arch/auto/binary_grid/C/C.so  \
-   -L/home/binary_c/progs/stars/binary_c/src -lbinary_c -lc -lm -lgsl -lgslcblas -lm -lgsl -lc -lm -ldl   \
-  
-chmod 755 blib/arch/auto/binary_grid/C/C.so
-make[1]: Leaving directory '/home/binary_c/.cpanm/work/1573497952.1/binary_grid-v2.1.4/_Inline/build/binary_grid/C'
-  Finished "make" Stage
-
-  Starting "make install" Stage
-make[1]: Entering directory '/home/binary_c/.cpanm/work/1573497952.1/binary_grid-v2.1.4/_Inline/build/binary_grid/C'
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- C.bs blib/arch/auto/binary_grid/C/C.bs 644
-Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
-Installing /home/binary_c/.cpanm/work/1573497952.1/binary_grid-v2.1.4/blib/arch/auto/binary_grid/C/C.so
-make[1]: Leaving directory '/home/binary_c/.cpanm/work/1573497952.1/binary_grid-v2.1.4/_Inline/build/binary_grid/C'
-  Finished "make install" Stage
-
-  Starting Cleaning Up Stage
-  Finished Cleaning Up Stage
-
-Finished Build Compile Stage
-
-Redefine evcode_version_string to use C
-Redefine evcode_args_list to use C
-Redefine tbse to use C
-Redefine tbse_kill to use C
-Redefine tbse_land to use C
-Redefine tbse_launch to use C
-Redefine tbse_line to use C
-Redefine tbse_restart to use C
-Redefine kill_flexigrid_evcode_pid to use C
-Redefine kill_flexigrid_evcode_pids to use C
-Redefine suicide to use C
-Redefine stop_flexigrid_threads to use C
-Redefine minimum_period_for_RLOF to use C
-binary_grid API subroutines claimed by binary_grid::C
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -Mblib -MInline=NOISY,_INSTALL_ -Mbinary_grid2 -e"my %A = (modinlname => 'binary_grid2.inl', module => 'binary_grid2'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" v2.1.4 blib/arch
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -Mblib -MInline=NOISY,_INSTALL_ -Mbinary_grid::slurm -e"my %A = (modinlname => 'binary_grid-slurm.inl', module => 'binary_grid::slurm'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" v2.1.4 blib/arch
-Define binary_grid2::slurm->slurm_grid
-Define binary_grid2::slurm->slurm_workingdir
-Define binary_grid2::slurm->write_slurm_script
-Define binary_grid2::slurm->set_slurm_job_status
-Define binary_grid2::slurm->get_slurm_job_status
-Define binary_grid2::slurm->check_and_merge_slurm_jobs
-Define binary_grid2::slurm->check_slurm_jobs_done
-Define binary_grid2::slurm->merge_slurm_jobs
-Define binary_grid2::slurm->slurm_submit
-Define binary_grid2::slurm->jobid
-Define binary_grid2::slurm->slurm_script_data
-Define binary_grid2::slurm->datafiles_string_comma
-Define binary_grid2::slurm->datafiles_string
-Define binary_grid2::slurm->slurm_rerun_command
-Define binary_grid2::slurm->slurm_check_joining_file
-Define binary_grid2::slurm->slurm_job_hook
-Define binary_grid2::slurm->grid_interrupted
-Define binary_grid2::slurm->check_for_saved_snapshot
-Define binary_grid2::slurm->pre_load_snapshot
-Define binary_grid2::slurm->post_load_snapshot
-Define binary_grid2::slurm->checkpoint
-Define binary_grid2::slurm->increment_checkpoint_time
-Define binary_grid2::slurm->output_allowed
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -Mblib -MInline=NOISY,_INSTALL_ -Mbinary_grid::Perl -e"my %A = (modinlname => 'binary_grid-Perl.inl', module => 'binary_grid::Perl'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" v2.1.4 blib/arch
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -Mblib -MInline=NOISY,_INSTALL_ -Mbinary_grid::condor -e"my %A = (modinlname => 'binary_grid-condor.inl', module => 'binary_grid::condor'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" v2.1.4 blib/arch
-Define binary_grid2::condor->condor_grid
-Define binary_grid2::condor->condor_workingdir
-Define binary_grid2::condor->make_condor_script
-Define binary_grid2::condor->premake_condor_outfiles
-Define binary_grid2::condor->write_condor_script
-Define binary_grid2::condor->set_condor_job_status
-Define binary_grid2::condor->get_condor_job_status
-Define binary_grid2::condor->check_and_merge_condor_jobs
-Define binary_grid2::condor->check_condor_jobs_done
-Define binary_grid2::condor->merge_condor_jobs
-Define binary_grid2::condor->condor_submit
-Define binary_grid2::condor->jobid
-Define binary_grid2::condor->condor_script_data
-Define binary_grid2::condor->datafiles_string_comma
-Define binary_grid2::condor->datafiles_string
-Define binary_grid2::condor->condor_rerun_command
-Define binary_grid2::condor->condor_check_joining_file
-Define binary_grid2::condor->condor_job_hook
-Define binary_grid2::condor->grid_interrupted
-Define binary_grid2::condor->check_for_saved_snapshot
-Define binary_grid2::condor->pre_load_snapshot
-Define binary_grid2::condor->post_load_snapshot
-Define binary_grid2::condor->checkpoint
-Define binary_grid2::condor->increment_checkpoint_time
-Define binary_grid2::condor->output_allowed
-"/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" -Mblib -MInline=NOISY,_INSTALL_ -Mbinary_grid -e"my %A = (modinlname => 'binary_grid.inl', module => 'binary_grid'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" v2.1.4 blib/arch
-Define binary_grid2::condor->condor_grid
-Define binary_grid2::condor->condor_workingdir
-Define binary_grid2::condor->make_condor_script
-Define binary_grid2::condor->premake_condor_outfiles
-Define binary_grid2::condor->write_condor_script
-Define binary_grid2::condor->set_condor_job_status
-Define binary_grid2::condor->get_condor_job_status
-Define binary_grid2::condor->check_and_merge_condor_jobs
-Define binary_grid2::condor->check_condor_jobs_done
-Define binary_grid2::condor->merge_condor_jobs
-Define binary_grid2::condor->condor_submit
-Define binary_grid2::condor->jobid
-Define binary_grid2::condor->condor_script_data
-Define binary_grid2::condor->datafiles_string_comma
-Define binary_grid2::condor->datafiles_string
-Define binary_grid2::condor->condor_rerun_command
-Define binary_grid2::condor->condor_check_joining_file
-Define binary_grid2::condor->condor_job_hook
-Define binary_grid2::condor->grid_interrupted
-Define binary_grid2::condor->check_for_saved_snapshot
-Define binary_grid2::condor->pre_load_snapshot
-Define binary_grid2::condor->post_load_snapshot
-Define binary_grid2::condor->checkpoint
-Define binary_grid2::condor->increment_checkpoint_time
-Define binary_grid2::condor->output_allowed
-Define binary_grid2::slurm->slurm_grid
-Define binary_grid2::slurm->slurm_workingdir
-Define binary_grid2::slurm->write_slurm_script
-Define binary_grid2::slurm->set_slurm_job_status
-Define binary_grid2::slurm->get_slurm_job_status
-Define binary_grid2::slurm->check_and_merge_slurm_jobs
-Define binary_grid2::slurm->check_slurm_jobs_done
-Define binary_grid2::slurm->merge_slurm_jobs
-Define binary_grid2::slurm->slurm_submit
-Define binary_grid2::slurm->jobid
-Define binary_grid2::slurm->slurm_script_data
-Define binary_grid2::slurm->datafiles_string_comma
-Define binary_grid2::slurm->datafiles_string
-Define binary_grid2::slurm->slurm_rerun_command
-Define binary_grid2::slurm->slurm_check_joining_file
-Define binary_grid2::slurm->slurm_job_hook
-Define binary_grid2::slurm->grid_interrupted
-Define binary_grid2::slurm->check_for_saved_snapshot
-Define binary_grid2::slurm->pre_load_snapshot
-Define binary_grid2::slurm->post_load_snapshot
-Define binary_grid2::slurm->checkpoint
-Define binary_grid2::slurm->increment_checkpoint_time
-Define binary_grid2::slurm->output_allowed
-PERL_DL_NONLAZY=1 "/home/binary_c/perl5/perlbrew/perls/perl-5.31.5/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-Define binary_grid2::condor->condor_grid
-Define binary_grid2::condor->condor_workingdir
-Define binary_grid2::condor->make_condor_script
-Define binary_grid2::condor->premake_condor_outfiles
-Define binary_grid2::condor->write_condor_script
-Define binary_grid2::condor->set_condor_job_status
-Define binary_grid2::condor->get_condor_job_status
-Define binary_grid2::condor->check_and_merge_condor_jobs
-Define binary_grid2::condor->check_condor_jobs_done
-Define binary_grid2::condor->merge_condor_jobs
-Define binary_grid2::condor->condor_submit
-Define binary_grid2::condor->jobid
-Define binary_grid2::condor->condor_script_data
-Define binary_grid2::condor->datafiles_string_comma
-Define binary_grid2::condor->datafiles_string
-Define binary_grid2::condor->condor_rerun_command
-Define binary_grid2::condor->condor_check_joining_file
-Define binary_grid2::condor->condor_job_hook
-Define binary_grid2::condor->grid_interrupted
-Define binary_grid2::condor->check_for_saved_snapshot
-Define binary_grid2::condor->pre_load_snapshot
-Define binary_grid2::condor->post_load_snapshot
-Define binary_grid2::condor->checkpoint
-Define binary_grid2::condor->increment_checkpoint_time
-Define binary_grid2::condor->output_allowed
-Define binary_grid2::slurm->slurm_grid
-Define binary_grid2::slurm->slurm_workingdir
-Define binary_grid2::slurm->write_slurm_script
-Define binary_grid2::slurm->set_slurm_job_status
-Define binary_grid2::slurm->get_slurm_job_status
-Define binary_grid2::slurm->check_and_merge_slurm_jobs
-Define binary_grid2::slurm->check_slurm_jobs_done
-Define binary_grid2::slurm->merge_slurm_jobs
-Define binary_grid2::slurm->slurm_submit
-Define binary_grid2::slurm->jobid
-Define binary_grid2::slurm->slurm_script_data
-Define binary_grid2::slurm->datafiles_string_comma
-Define binary_grid2::slurm->datafiles_string
-Define binary_grid2::slurm->slurm_rerun_command
-Define binary_grid2::slurm->slurm_check_joining_file
-Define binary_grid2::slurm->slurm_job_hook
-Define binary_grid2::slurm->grid_interrupted
-Define binary_grid2::slurm->check_for_saved_snapshot
-Define binary_grid2::slurm->pre_load_snapshot
-Define binary_grid2::slurm->post_load_snapshot
-Define binary_grid2::slurm->checkpoint
-Define binary_grid2::slurm->increment_checkpoint_time
-Define binary_grid2::slurm->output_allowed
-t/binary_grid.t .. ok
-All tests successful.
-Files=1, Tests=1,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.29 cusr  0.02 csys =  0.33 CPU)
-Result: PASS
-Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
-Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/auto/binary_grid/C/C.so
-Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/auto/binary_grid/C/.packlist
-Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/binary_grid.pm
-Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/binary_grid2.pm
-Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/binary_grid/Perl.pm
-Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/binary_grid/slurm.pm
-Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/binary_grid/condor.pm
-Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/binary_grid/C.pm
-Installing /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux-thread-multi/auto/binary_grid2/autosplit.ix
-Appending installation info to /home/binary_c/perl5/perlbrew/perls/perl-5.31.5/lib/5.31.5/x86_64-linux-thread-multi/perllocal.pod
-OK
-Successfully installed binary_grid-v2.1.4
-1 distribution installed
-Removing intermediate container 36245d6e27aa
- ---> a7e32c7768cd
-Step 46/53 : WORKDIR /home/binary_c
- ---> Running in 316375b24d36
-Removing intermediate container 316375b24d36
- ---> 4009791f91fb
-Step 47/53 : RUN rm -rf /home/binary_c/.cpanm/sources &&     rm -rf /home/binary_c/.cpanm/work
- ---> Running in 948fc853c5b6
-Removing intermediate container 948fc853c5b6
- ---> a0ebbc550e33
-Step 48/53 : WORKDIR /home/binary_c
- ---> Running in ca32209f33b3
-Removing intermediate container ca32209f33b3
- ---> b50e3837e38d
-Step 49/53 : RUN echo "alias psb='cd progs/stars/binary_c'" >> /home/binary_c/.profile &&     echo "alias psb='cd progs/stars/binary_c'" >> /home/binary_c/.bashrc &&     echo "export PATH=.:$PATH" >> /home/binary_c/.bashrc &&     echo "export PATH=.:$PATH" >> /home/binary_c/.profile
- ---> Running in 3ffca7f94e0a
-Removing intermediate container 3ffca7f94e0a
- ---> be9b5030cb4e
-Step 50/53 : USER root
- ---> Running in 670a16857b3d
-Removing intermediate container 670a16857b3d
- ---> 295af8e84ab7
-Step 51/53 : RUN rm -rf /var/lib/apt/lists/*
- ---> Running in 28593fdb59d7
-Removing intermediate container 28593fdb59d7
- ---> 42daea84c446
-Step 52/53 : USER binary_c
- ---> Running in 32dc985592ac
-Removing intermediate container 32dc985592ac
- ---> f4ff47b1baf9
-Step 53/53 : WORKDIR /home/binary_c
- ---> Running in c8ed1ef9c6ab
-Removing intermediate container c8ed1ef9c6ab
- ---> 19ac76fe07ce
-[Warning] One or more build-args [CACHE_DATE] were not consumed
-Successfully built 19ac76fe07ce
-Successfully tagged binary_c:latest
+ ---> Running in a919f44a381f
diff --git a/docker/build.sh b/docker/build.sh
index 66ba10ae5f27b194b0ef7e2523b8b2938cfd11f7..aed39db75e3b66c172dc1be70bbb37f7251103fc 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -9,10 +9,13 @@
 # initial working directory
 WD=$PWD
 
+echo "binary_c docker build script"
+
 # set cache date to 'date ...' for a unique (non-cached build)
 CACHE_DATE=$(date +%Y-%m-%d:%H:%M:%S) # default
 # or today to use the cache
 #CACHE_DATE=today
+echo "CACHE_DATE=$CACHE_DATE"
 
 # which git branch do we want?
 GIT_BRANCH=master # default
@@ -21,6 +24,7 @@ GIT_BRANCH=master # default
 # TMPDIR is our temporary space : usually mktemp is good enough
 # but you may want to change this location manually
 TMPDIR=$(mktemp -d -t ci-XXXXXXXXXX) # default
+echo "TMPDIR=$TMPDIR"
 
 ############################################################
 # get binary_c version string
@@ -41,6 +45,7 @@ echo "TMPDIR is $TMPDIR"
 # git clone binary_c (master) to $TMP, but only a
 # depth=1 "shallow clone"
 git clone --depth 1 --branch $GIT_BRANCH gitlab@gitlab.eps.surrey.ac.uk:ri0005/binary_c.git
+echo "Git cloned"
 
 ############################################################
 # bind the temporary directory, $TMP/binary_c, here using
@@ -48,22 +53,27 @@ git clone --depth 1 --branch $GIT_BRANCH gitlab@gitlab.eps.surrey.ac.uk:ri0005/b
 # see/use it
 ############################################################
 cd $WD
+echo "bindfs git master"
 mkdir -p ./binary_c_master
 bindfs --no-allow-other $TMPDIR/binary_c ./binary_c_master
+echo "bindfs done"
 
 ############################################################
 # merge docker lines to reduce image size
 ############################################################
 merge.pl Dockerfile > Dockerfile.merged
+echo "Merged Dockerfile"
 
 ############################################################
 # build docker container (this takes a while...)
 ############################################################
+echo "Call docker for build"
 docker --log-level=debug build --build-arg CACHE_DATE=$CACHE_DATE -t binary_c -f Dockerfile.merged . |& tee build.log
 
 ############################################################
 # unbind binary_c git master
 ############################################################
+echo "fusermount binary_c git master"
 fusermount -u ./binary_c_master
 rmdir binary_c_master
 
diff --git a/meson.build b/meson.build
index 3eb318605e2ac08e99701396842e517f227e23ae..a2a2542622951f8825fe05d91a75002ed005ad3b 100644
--- a/meson.build
+++ b/meson.build
@@ -1000,7 +1000,9 @@ binary_c_executable = executable(
         quoted_cflags_list,
         executable_build_flags,
     ],
-    objects : data_objects,
+    objects : [
+        data_objects,
+        ],
     link_args : [
         libs,
     ],