Home Quick start All builds News Donations
More
Log In
Light Theme Docs
Workers

SparrowCI Report - gh-melezhik-Sparrow6 | [image: melezhik/sparrow:alpine_arm]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 3651
Status: FAIL
Image: melezhik/sparrow:alpine_arm
Worker status: OK
---
Date: 20.09.2023 @ 19:33
Time elapsed: 374 sec
---
SCM: https://github.com/melezhik/Sparrow6.git
Git sha: a77e58f
Git comment: refactoring - remove pm/pm6 references (2)
tasks:
  -
    name: test
    default: true
    language: Bash
    code: |
      set -e
      set -x
      s6 --index-update
      cd source 
      tomty --profile=ci --all --show-failed --color 
    depends:
      -
        name: install-zef-deps
      -
        name: install-deps
      -
        name: install-carton
      -
        name: install-powershell
  -
    name: install-zef-deps
    language: Bash
    code: |
      set -e
      cd source
      zef install . --/test

  -
    name: install-deps
    language: Bash
    code: |
      set -e
      sudo apk add --wait 100 \
      ruby-dev ruby-bundler \
      python3 py3-pip python3-dev py3-pytest \
      perl perl-utils
  -
    name: install-carton
    language: Bash
    code: |
      set -e
      sudo apk add --wait 100 perl-dev perl-app-cpanminus
      sudo cpanm -nv Carton 

  - name: install-powershell
    language: Bash
    code: |
      # install the requirements
      sudo apk add --wait 100 --no-cache \
          ca-certificates \
          less \
          ncurses-terminfo-base \
          krb5-libs \
          libgcc \
          libintl \
          libssl1.1 \
          libstdc++ \
          tzdata \
          userspace-rcu \
          zlib \
          icu-libs \
          curl

      sudo apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --wait 100 --no-cache \
          lttng-ust

      # Download the powershell '.tar.gz' archive
      curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.2.7/powershell-7.2.7-linux-alpine-x64.tar.gz -o /tmp/powershell.tar.gz

      # Create the target folder where powershell will be placed
      sudo mkdir -p /opt/microsoft/powershell/7

      # Expand powershell to the target folder
      sudo tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7

      # Set execute permissions
      sudo chmod +x /opt/microsoft/powershell/7/pwsh

      # Create the symbolic link that points to pwsh
      sudo ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh

followup_job: .sparrow/publish.yaml
19:28:16 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.bash - tasks/install-powershell]
[dump code: task.bash]
[1] # install the requirements
[2] sudo apk add --wait 100 --no-cache \
[3]     ca-certificates \
[4]     less \
[5]     ncurses-terminfo-base \
[6]     krb5-libs \
[7]     libgcc \
[8]     libintl \
[9]     libssl1.1 \
[10]     libstdc++ \
[11]     tzdata \
[12]     userspace-rcu \
[13]     zlib \
[14]     icu-libs \
[15]     curl
[16] 
[17] sudo apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --wait 100 --no-cache \
[18]     lttng-ust
[19] 
[20] # Download the powershell '.tar.gz' archive
[21] curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.2.7/powershell-7.2.7-linux-alpine-x64.tar.gz -o /tmp/powershell.tar.gz
[22] 
[23] # Create the target folder where powershell will be placed
[24] sudo mkdir -p /opt/microsoft/powershell/7
[25] 
[26] # Expand powershell to the target folder
[27] sudo tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7
[28] 
[29] # Set execute permissions
[30] sudo chmod +x /opt/microsoft/powershell/7/pwsh
[31] 
[32] # Create the symbolic link that points to pwsh
[33] sudo ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh
[34] 
[task stdout]
19:28:18 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
19:28:19 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
19:28:19 :: (1/13) Installing icu-data-en (73.2-r2)
19:28:19 :: Executing icu-data-en-73.2-r2.post-install
19:28:19 :: (2/13) Installing icu-libs (73.2-r2)
19:28:19 :: (3/13) Installing krb5-conf (1.0-r2)
19:28:19 :: (4/13) Installing libcom_err (1.47.0-r2)
19:28:19 :: (5/13) Installing keyutils-libs (1.6.3-r3)
19:28:19 :: (6/13) Installing libverto (0.3.2-r2)
19:28:19 :: (7/13) Installing krb5-libs (1.20.1-r1)
19:28:19 :: (8/13) Installing less (633-r0)
19:28:19 :: (9/13) Installing libintl (0.21.1-r7)
19:28:19 :: (10/13) Installing libcrypto1.1 (1.1.1u-r1)
19:28:19 :: (11/13) Installing libssl1.1 (1.1.1u-r1)
19:28:19 :: (12/13) Installing tzdata (2023c-r1)
19:28:19 :: (13/13) Installing userspace-rcu (0.14.0-r1)
19:28:19 :: Executing busybox-1.36.1-r2.trigger
19:28:19 :: OK: 498 MiB in 75 packages
19:28:19 :: fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz
19:28:19 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
19:28:19 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
19:28:20 :: (1/1) Installing lttng-ust (2.13.6-r0)
19:28:20 :: OK: 500 MiB in 76 packages
[task stderr]
19:28:22 :: *
19:28:22 :: * If you need ICU with non-English locales and legacy charset support, install
19:28:22 :: * package icu-data-full.
19:28:22 :: *
19:28:22 ::   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
19:28:22 ::                                  Dload  Upload   Total   Spent    Left  Speed
19:28:22 :: 
19:28:22 ::   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
19:28:22 ::   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
19:28:22 :: 
19:28:22 :: 100 65.2M  100 65.2M    0     0  89.8M      0 --:--:-- --:--:-- --:--:-- 89.8M
19:28:18 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.bash - tasks/install-carton]
[dump code: task.bash]
[1] set -e
[2] sudo apk add --wait 100 perl-dev perl-app-cpanminus
[3] sudo cpanm -nv Carton 
[4] 
[task stdout]
19:28:21 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
19:28:21 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
19:28:21 :: (1/3) Installing perl-app-cpanminus (1.7046-r1)
19:28:21 :: (2/3) Installing perl-utils (5.36.1-r2)
19:28:21 :: (3/3) Installing perl-dev (5.36.1-r2)
19:28:21 :: Executing busybox-1.36.1-r2.trigger
19:28:21 :: OK: 510 MiB in 79 packages
19:28:22 :: --> Working on Carton
19:28:22 :: Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Carton-v1.0.35.tar.gz ... OK
19:28:22 :: Carton-v1.0.35/
19:28:22 :: Carton-v1.0.35/LICENSE
19:28:22 :: Carton-v1.0.35/cpanfile
19:28:22 :: Carton-v1.0.35/Changes
19:28:22 :: Carton-v1.0.35/MANIFEST
19:28:22 :: Carton-v1.0.35/t/
19:28:22 :: Carton-v1.0.35/xt/
19:28:22 :: Carton-v1.0.35/README
19:28:22 :: Carton-v1.0.35/script/
19:28:22 :: Carton-v1.0.35/META.yml
19:28:22 :: Carton-v1.0.35/lib/
19:28:22 :: Carton-v1.0.35/Makefile.PL
19:28:22 :: Carton-v1.0.35/META.json
19:28:22 :: Carton-v1.0.35/dist.ini
19:28:22 :: Carton-v1.0.35/lib/Carton/
19:28:22 :: Carton-v1.0.35/lib/Carton.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Tree.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/CPANfile.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Snapshot/
19:28:22 :: Carton-v1.0.35/lib/Carton/Package.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Index.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Error.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Mirror.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Dist/
19:28:22 :: Carton-v1.0.35/lib/Carton/Util.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Packer.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/CLI.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Builder.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Environment.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Dependency.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/
19:28:22 :: Carton-v1.0.35/lib/Carton/Snapshot.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Dist.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/List.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/Bundle.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/Show.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/Fatpack.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/Install.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/Update.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/Check.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/Upgrading.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/FAQ.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/Tree.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/Exec.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Doc/Version.pod
19:28:22 :: Carton-v1.0.35/lib/Carton/Dist/Core.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Snapshot/Parser.pm
19:28:22 :: Carton-v1.0.35/lib/Carton/Snapshot/Emitter.pm
19:28:22 :: Carton-v1.0.35/script/carton
19:28:22 :: Carton-v1.0.35/xt/cli/
19:28:22 :: Carton-v1.0.35/xt/CLI.pm
19:28:22 :: Carton-v1.0.35/xt/mirror/
19:28:22 :: Carton-v1.0.35/xt/mirror/authors/
19:28:22 :: Carton-v1.0.35/xt/mirror/modules/
19:28:22 :: Carton-v1.0.35/xt/mirror/modules/02packages.details.txt
19:28:22 :: Carton-v1.0.35/xt/mirror/modules/02packages.details.txt.gz
19:28:22 :: Carton-v1.0.35/xt/mirror/authors/id/
19:28:22 :: Carton-v1.0.35/xt/mirror/authors/id/M/
19:28:22 :: Carton-v1.0.35/xt/mirror/authors/id/M/MI/
19:28:22 :: Carton-v1.0.35/xt/mirror/authors/id/M/MI/MIYAGAWA/
19:28:22 :: Carton-v1.0.35/xt/mirror/authors/id/M/MI/MIYAGAWA/Hash-MultiValue-0.08.tar.gz
19:28:22 :: Carton-v1.0.35/xt/cli/dist.t
19:28:22 :: Carton-v1.0.35/xt/cli/help.t
19:28:22 :: Carton-v1.0.35/xt/cli/no_cpanfile.t
19:28:22 :: Carton-v1.0.35/xt/cli/deployment.t
19:28:22 :: Carton-v1.0.35/xt/cli/version.t
19:28:22 :: Carton-v1.0.35/xt/cli/mismatch.t
19:28:22 :: Carton-v1.0.35/xt/cli/install.t
19:28:22 :: Carton-v1.0.35/xt/cli/mirror.t
19:28:22 :: Carton-v1.0.35/xt/cli/deps_phase.t
19:28:22 :: Carton-v1.0.35/xt/cli/bundle.t
19:28:22 :: Carton-v1.0.35/xt/cli/tree.t
19:28:22 :: Carton-v1.0.35/xt/cli/freeze.t
19:28:22 :: Carton-v1.0.35/xt/cli/subdir.t
19:28:22 :: Carton-v1.0.35/xt/cli/cpanfile.t
19:28:22 :: Carton-v1.0.35/xt/cli/check.t
19:28:22 :: Carton-v1.0.35/xt/cli/json_pp.t
19:28:22 :: Carton-v1.0.35/xt/cli/without.t
19:28:22 :: Carton-v1.0.35/xt/cli/exec.t
19:28:22 :: Carton-v1.0.35/xt/cli/perl.t
19:28:22 :: Carton-v1.0.35/xt/cli/snapshot.t
19:28:22 :: Carton-v1.0.35/xt/cli/update.t
19:28:22 :: Carton-v1.0.35/t/author-pod-syntax.t
19:28:22 :: Configuring Carton-v1.0.35 ... Checking if your kit is complete...
19:28:22 :: Looks good
19:28:22 :: Generating a Unix-style Makefile
19:28:22 :: Writing Makefile for Carton
19:28:22 :: Writing MYMETA.yml and MYMETA.json
19:28:22 :: OK
19:28:22 :: ==> Found dependencies: Menlo::CLI::Compat, Module::CPANfile, Class::Tiny, Path::Tiny, Try::Tiny
19:28:22 :: --> Working on Menlo::CLI::Compat
19:28:22 :: Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Menlo-Legacy-1.9022.tar.gz ... OK
19:28:22 :: Menlo-Legacy-1.9022/
19:28:22 :: Menlo-Legacy-1.9022/LICENSE
19:28:22 :: Menlo-Legacy-1.9022/cpanfile
19:28:22 :: Menlo-Legacy-1.9022/Changes
19:28:22 :: Menlo-Legacy-1.9022/MANIFEST
19:28:22 :: Menlo-Legacy-1.9022/t/
19:28:22 :: Menlo-Legacy-1.9022/README
19:28:22 :: Menlo-Legacy-1.9022/META.yml
19:28:22 :: Menlo-Legacy-1.9022/lib/
19:28:22 :: Menlo-Legacy-1.9022/Makefile.PL
19:28:22 :: Menlo-Legacy-1.9022/META.json
19:28:22 :: Menlo-Legacy-1.9022/dist.ini
19:28:22 :: Menlo-Legacy-1.9022/lib/Menlo/
19:28:22 :: Menlo-Legacy-1.9022/lib/Menlo/Legacy.pm
19:28:22 :: Menlo-Legacy-1.9022/lib/Menlo/CLI/
19:28:22 :: Menlo-Legacy-1.9022/lib/Menlo/CLI/Compat.pm
19:28:22 :: Menlo-Legacy-1.9022/t/basic.t
19:28:22 :: Menlo-Legacy-1.9022/t/author-pod-syntax.t
19:28:22 :: Configuring Menlo-Legacy-1.9022 ... Checking if your kit is complete...
19:28:22 :: Looks good
19:28:22 :: Generating a Unix-style Makefile
19:28:22 :: Writing Makefile for Menlo::Legacy
19:28:22 :: Writing MYMETA.yml and MYMETA.json
19:28:22 :: OK
19:28:22 :: ==> Found dependencies: Menlo
19:28:22 :: --> Working on Menlo
19:28:22 :: Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Menlo-1.9019.tar.gz ... OK
19:28:22 :: Menlo-1.9019/
19:28:22 :: Menlo-1.9019/Changes
19:28:22 :: Menlo-1.9019/cpanfile
19:28:22 :: Menlo-1.9019/dist.ini
19:28:22 :: Menlo-1.9019/lib/
19:28:22 :: Menlo-1.9019/LICENSE
19:28:22 :: Menlo-1.9019/Makefile.PL
19:28:22 :: Menlo-1.9019/MANIFEST
19:28:22 :: Menlo-1.9019/META.json
19:28:22 :: Menlo-1.9019/META.yml
19:28:22 :: Menlo-1.9019/README
19:28:22 :: Menlo-1.9019/t/
19:28:22 :: Menlo-1.9019/t/author-pod-syntax.t
19:28:22 :: Menlo-1.9019/t/basic.t
19:28:22 :: Menlo-1.9019/lib/Menlo/
19:28:22 :: Menlo-1.9019/lib/Menlo.pm
19:28:22 :: Menlo-1.9019/lib/Menlo/Builder/
19:28:22 :: Menlo-1.9019/lib/Menlo/Dependency.pm
19:28:22 :: Menlo-1.9019/lib/Menlo/Index/
19:28:22 :: Menlo-1.9019/lib/Menlo/Util.pm
19:28:22 :: Menlo-1.9019/lib/Menlo/Index/MetaCPAN.pm
19:28:22 :: Menlo-1.9019/lib/Menlo/Index/MetaDB.pm
19:28:22 :: Menlo-1.9019/lib/Menlo/Index/Mirror.pm
19:28:22 :: Menlo-1.9019/lib/Menlo/Builder/Static.pm
19:28:23 :: Configuring Menlo-1.9019 ... Checking if your kit is complete...
19:28:23 :: Looks good
19:28:23 :: Generating a Unix-style Makefile
19:28:23 :: Writing Makefile for Menlo
19:28:23 :: Writing MYMETA.yml and MYMETA.json
19:28:23 :: OK
19:28:23 :: ==> Found dependencies: Parse::PMFile, ExtUtils::InstallPaths, URI, HTTP::Tinyish, Capture::Tiny, String::ShellQuote, Module::CPANfile, CPAN::DistnameInfo, CPAN::Meta::Check, local::lib, Class::Tiny, ExtUtils::Helpers, CPAN::Common::Index, Win32::ShellQuote, ExtUtils::Config, File::Which, File::pushd
19:28:23 :: --> Working on Parse::PMFile
19:28:23 :: Fetching http://www.cpan.org/authors/id/I/IS/ISHIGAKI/Parse-PMFile-0.44.tar.gz ... OK
19:28:23 :: Parse-PMFile-0.44/
19:28:23 :: Parse-PMFile-0.44/Changes
19:28:23 :: Parse-PMFile-0.44/lib/
19:28:23 :: Parse-PMFile-0.44/lib/Parse/
19:28:23 :: Parse-PMFile-0.44/lib/Parse/PMFile.pm
19:28:23 :: Parse-PMFile-0.44/META.yml
19:28:23 :: Parse-PMFile-0.44/cpanfile
19:28:23 :: Parse-PMFile-0.44/MANIFEST
19:28:23 :: Parse-PMFile-0.44/Makefile.PL
19:28:23 :: Parse-PMFile-0.44/t/
19:28:23 :: Parse-PMFile-0.44/t/00_load.t
19:28:23 :: Parse-PMFile-0.44/t/36_long_version.t
19:28:23 :: Parse-PMFile-0.44/t/99_podcoverage.t
19:28:23 :: Parse-PMFile-0.44/t/80_version_overload.t
19:28:23 :: Parse-PMFile-0.44/t/42_class_versions.t
19:28:23 :: Parse-PMFile-0.44/t/71_qv.t
19:28:23 :: Parse-PMFile-0.44/t/31_ignore_version_after_end.t
19:28:23 :: Parse-PMFile-0.44/t/73_qv_without_using_version.t
19:28:23 :: Parse-PMFile-0.44/t/75_vpp_without_our.t
19:28:23 :: Parse-PMFile-0.44/t/77_qv_without_our.t
19:28:23 :: Parse-PMFile-0.44/t/72_vpp_without_using_version.t
19:28:23 :: Parse-PMFile-0.44/t/43_role_versions.t
19:28:23 :: Parse-PMFile-0.44/t/90_lossy_warning.t
19:28:23 :: Parse-PMFile-0.44/t/30_multiple_equals.t
19:28:23 :: Parse-PMFile-0.44/t/76_qv_without_using_version_and_our.t
19:28:23 :: Parse-PMFile-0.44/t/60_permissions.t
19:28:23 :: Parse-PMFile-0.44/t/32_allow_dev_version.t
19:28:23 :: Parse-PMFile-0.44/t/81_version_overload_with_explicit_vpp.t
19:28:23 :: Parse-PMFile-0.44/t/34_math_version.t
19:28:23 :: Parse-PMFile-0.44/t/40_package_versions.t
19:28:23 :: Parse-PMFile-0.44/t/99_pod.t
19:28:23 :: Parse-PMFile-0.44/t/74_vpp_without_using_version_and_our.t
19:28:23 :: Parse-PMFile-0.44/t/35_scoped_our_version.t
19:28:23 :: Parse-PMFile-0.44/t/33_ignore_variable_named_package.t
19:28:23 :: Parse-PMFile-0.44/t/70_vpp.t
19:28:23 :: Parse-PMFile-0.44/t/10_self_check.t
19:28:23 :: Parse-PMFile-0.44/t/41_multiple_packages.t
19:28:23 :: Parse-PMFile-0.44/t/50_no_index.t
19:28:23 :: Parse-PMFile-0.44/README
19:28:23 :: Parse-PMFile-0.44/META.json
19:28:23 :: ==> Found dependencies: ExtUtils::MakeMaker::CPANfile
19:28:23 :: --> Working on ExtUtils::MakeMaker::CPANfile
19:28:23 :: Fetching http://www.cpan.org/authors/id/I/IS/ISHIGAKI/ExtUtils-MakeMaker-CPANfile-0.09.tar.gz ... OK
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/lib/
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/lib/ExtUtils/
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/lib/ExtUtils/MakeMaker/
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/lib/ExtUtils/MakeMaker/CPANfile.pm
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/t/
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/t/00_compile.t
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/t/01_basic.t
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/.travis.yml
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/META.json
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/Changes
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/README.md
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/Makefile.PL
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/META.yml
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/MANIFEST
19:28:23 :: ExtUtils-MakeMaker-CPANfile-0.09/LICENSE
19:28:23 :: Configuring ExtUtils-MakeMaker-CPANfile-0.09 ... Checking if your kit is complete...
19:28:23 :: Looks good
19:28:23 :: Generating a Unix-style Makefile
19:28:23 :: Writing Makefile for ExtUtils::MakeMaker::CPANfile
19:28:23 :: Writing MYMETA.yml and MYMETA.json
19:28:23 :: OK
19:28:23 :: ==> Found dependencies: Module::CPANfile
19:28:23 :: --> Working on Module::CPANfile
19:28:23 :: Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Module-CPANfile-1.1004.tar.gz ... OK
19:28:23 :: Module-CPANfile-1.1004/
19:28:23 :: Module-CPANfile-1.1004/Changes
19:28:23 :: Module-CPANfile-1.1004/cpanfile
19:28:23 :: Module-CPANfile-1.1004/dist.ini
19:28:23 :: Module-CPANfile-1.1004/lib/
19:28:23 :: Module-CPANfile-1.1004/LICENSE
19:28:23 :: Module-CPANfile-1.1004/Makefile.PL
19:28:23 :: Module-CPANfile-1.1004/MANIFEST
19:28:23 :: Module-CPANfile-1.1004/META.json
19:28:23 :: Module-CPANfile-1.1004/META.yml
19:28:23 :: Module-CPANfile-1.1004/README
19:28:23 :: Module-CPANfile-1.1004/script/
19:28:23 :: Module-CPANfile-1.1004/t/
19:28:23 :: Module-CPANfile-1.1004/t/author-pod-syntax.t
19:28:23 :: Module-CPANfile-1.1004/t/feature.t
19:28:23 :: Module-CPANfile-1.1004/t/from_prereqs.t
19:28:23 :: Module-CPANfile-1.1004/t/merge.t
19:28:23 :: Module-CPANfile-1.1004/t/mirror.t
19:28:23 :: Module-CPANfile-1.1004/t/options.t
19:28:23 :: Module-CPANfile-1.1004/t/parse.t
19:28:23 :: Module-CPANfile-1.1004/t/requirement.t
19:28:23 :: Module-CPANfile-1.1004/t/Utils.pm
19:28:23 :: Module-CPANfile-1.1004/script/cpanfile-dump
19:28:23 :: Module-CPANfile-1.1004/script/mymeta-cpanfile
19:28:23 :: Module-CPANfile-1.1004/lib/cpanfile-faq.pod
19:28:23 :: Module-CPANfile-1.1004/lib/cpanfile.pod
19:28:23 :: Module-CPANfile-1.1004/lib/Module/
19:28:23 :: Module-CPANfile-1.1004/lib/Module/CPANfile/
19:28:23 :: Module-CPANfile-1.1004/lib/Module/CPANfile.pm
19:28:23 :: Module-CPANfile-1.1004/lib/Module/CPANfile/Environment.pm
19:28:23 :: Module-CPANfile-1.1004/lib/Module/CPANfile/Prereq.pm
19:28:23 :: Module-CPANfile-1.1004/lib/Module/CPANfile/Prereqs.pm
19:28:23 :: Module-CPANfile-1.1004/lib/Module/CPANfile/Requirement.pm
19:28:23 :: Configuring Module-CPANfile-1.1004 ... Checking if your kit is complete...
19:28:23 :: Looks good
19:28:23 :: Generating a Unix-style Makefile
19:28:23 :: Writing Makefile for Module::CPANfile
19:28:23 :: Writing MYMETA.yml and MYMETA.json
19:28:23 :: OK
19:28:23 :: Building Module-CPANfile-1.1004 ... cp lib/Module/CPANfile/Prereqs.pm blib/lib/Module/CPANfile/Prereqs.pm
19:28:23 :: cp lib/Module/CPANfile/Requirement.pm blib/lib/Module/CPANfile/Requirement.pm
19:28:23 :: cp lib/Module/CPANfile.pm blib/lib/Module/CPANfile.pm
19:28:23 :: cp lib/cpanfile-faq.pod blib/lib/cpanfile-faq.pod
19:28:23 :: cp lib/cpanfile.pod blib/lib/cpanfile.pod
19:28:23 :: cp lib/Module/CPANfile/Environment.pm blib/lib/Module/CPANfile/Environment.pm
19:28:23 :: cp lib/Module/CPANfile/Prereq.pm blib/lib/Module/CPANfile/Prereq.pm
19:28:23 :: cp script/cpanfile-dump blib/script/cpanfile-dump
19:28:23 :: "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanfile-dump
19:28:24 :: cp script/mymeta-cpanfile blib/script/mymeta-cpanfile
19:28:24 :: "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mymeta-cpanfile
19:28:24 :: Manifying 2 pod documents
19:28:24 :: Manifying 3 pod documents
19:28:24 :: Manifying 2 pod documents
19:28:24 :: Manifying 3 pod documents
19:28:24 :: Installing /usr/local/share/perl5/site_perl/cpanfile.pod
19:28:24 :: Installing /usr/local/share/perl5/site_perl/cpanfile-faq.pod
19:28:24 :: Installing /usr/local/share/perl5/site_perl/Module/CPANfile.pm
19:28:24 :: Installing /usr/local/share/perl5/site_perl/Module/CPANfile/Prereq.pm
19:28:24 :: Installing /usr/local/share/perl5/site_perl/Module/CPANfile/Environment.pm
19:28:24 :: Installing /usr/local/share/perl5/site_perl/Module/CPANfile/Requirement.pm
19:28:24 :: Installing /usr/local/share/perl5/site_perl/Module/CPANfile/Prereqs.pm
19:28:24 :: Installing /usr/local/share/man/man1/mymeta-cpanfile.1
19:28:24 :: Installing /usr/local/share/man/man1/cpanfile-dump.1
19:28:24 :: Installing /usr/local/share/man/man3/cpanfile-faq.3pm
19:28:24 :: Installing /usr/local/share/man/man3/cpanfile.3pm
19:28:24 :: Installing /usr/local/share/man/man3/Module::CPANfile.3pm
19:28:24 :: Installing /usr/local/bin/cpanfile-dump
19:28:24 :: Installing /usr/local/bin/mymeta-cpanfile
19:28:24 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:24 :: OK
19:28:24 :: Successfully installed Module-CPANfile-1.1004
19:28:24 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Module-CPANfile-1.1004/MYMETA.json
19:28:24 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Module-CPANfile-1.1004/install.json
19:28:24 :: Building ExtUtils-MakeMaker-CPANfile-0.09 ... cp lib/ExtUtils/MakeMaker/CPANfile.pm blib/lib/ExtUtils/MakeMaker/CPANfile.pm
19:28:24 :: Manifying 1 pod document
19:28:24 :: Manifying 1 pod document
19:28:24 :: Installing /usr/local/share/perl5/site_perl/ExtUtils/MakeMaker/CPANfile.pm
19:28:24 :: Installing /usr/local/share/man/man3/ExtUtils::MakeMaker::CPANfile.3pm
19:28:24 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:24 :: OK
19:28:24 :: Successfully installed ExtUtils-MakeMaker-CPANfile-0.09
19:28:25 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/ExtUtils-MakeMaker-CPANfile-0.09/MYMETA.json
19:28:25 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/ExtUtils-MakeMaker-CPANfile-0.09/install.json
19:28:25 :: Configuring Parse-PMFile-0.44 ... Checking if your kit is complete...
19:28:25 :: Looks good
19:28:25 :: Generating a Unix-style Makefile
19:28:25 :: Writing Makefile for Parse::PMFile
19:28:25 :: Writing MYMETA.yml and MYMETA.json
19:28:25 :: OK
19:28:25 :: Building Parse-PMFile-0.44 ... cp lib/Parse/PMFile.pm blib/lib/Parse/PMFile.pm
19:28:25 :: Manifying 1 pod document
19:28:25 :: Manifying 1 pod document
19:28:25 :: Installing /usr/local/share/perl5/site_perl/Parse/PMFile.pm
19:28:25 :: Installing /usr/local/share/man/man3/Parse::PMFile.3pm
19:28:25 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:25 :: OK
19:28:25 :: Successfully installed Parse-PMFile-0.44
19:28:25 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Parse-PMFile-0.44/MYMETA.json
19:28:25 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Parse-PMFile-0.44/install.json
19:28:25 :: --> Working on ExtUtils::InstallPaths
19:28:25 :: Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz ... OK
19:28:25 :: ExtUtils-InstallPaths-0.012/
19:28:25 :: ExtUtils-InstallPaths-0.012/lib/
19:28:25 :: ExtUtils-InstallPaths-0.012/lib/ExtUtils/
19:28:25 :: ExtUtils-InstallPaths-0.012/lib/ExtUtils/InstallPaths.pm
19:28:25 :: ExtUtils-InstallPaths-0.012/xt/
19:28:25 :: ExtUtils-InstallPaths-0.012/xt/author/
19:28:25 :: ExtUtils-InstallPaths-0.012/xt/author/pod-coverage.t
19:28:25 :: ExtUtils-InstallPaths-0.012/xt/author/pod-syntax.t
19:28:25 :: ExtUtils-InstallPaths-0.012/t/
19:28:25 :: ExtUtils-InstallPaths-0.012/t/destinations.t
19:28:25 :: ExtUtils-InstallPaths-0.012/Makefile.PL
19:28:25 :: ExtUtils-InstallPaths-0.012/META.json
19:28:25 :: ExtUtils-InstallPaths-0.012/MANIFEST
19:28:25 :: ExtUtils-InstallPaths-0.012/META.yml
19:28:25 :: ExtUtils-InstallPaths-0.012/dist.ini
19:28:25 :: ExtUtils-InstallPaths-0.012/INSTALL
19:28:25 :: ExtUtils-InstallPaths-0.012/LICENSE
19:28:25 :: ExtUtils-InstallPaths-0.012/Changes
19:28:25 :: Configuring ExtUtils-InstallPaths-0.012 ... Checking if your kit is complete...
19:28:25 :: Looks good
19:28:25 :: Generating a Unix-style Makefile
19:28:25 :: Writing Makefile for ExtUtils::InstallPaths
19:28:25 :: Writing MYMETA.yml and MYMETA.json
19:28:25 :: OK
19:28:25 :: ==> Found dependencies: ExtUtils::Config
19:28:25 :: --> Working on ExtUtils::Config
19:28:25 :: Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz ... OK
19:28:26 :: ExtUtils-Config-0.008/
19:28:26 :: ExtUtils-Config-0.008/INSTALL
19:28:26 :: ExtUtils-Config-0.008/t/
19:28:26 :: ExtUtils-Config-0.008/t/release-pod-syntax.t
19:28:26 :: ExtUtils-Config-0.008/t/basics.t
19:28:26 :: ExtUtils-Config-0.008/t/release-pod-coverage.t
19:28:26 :: ExtUtils-Config-0.008/t/00-compile.t
19:28:26 :: ExtUtils-Config-0.008/Makefile.PL
19:28:26 :: ExtUtils-Config-0.008/lib/
19:28:26 :: ExtUtils-Config-0.008/lib/ExtUtils/
19:28:26 :: ExtUtils-Config-0.008/lib/ExtUtils/Config.pm
19:28:26 :: ExtUtils-Config-0.008/dist.ini
19:28:26 :: ExtUtils-Config-0.008/LICENSE
19:28:26 :: ExtUtils-Config-0.008/META.json
19:28:26 :: ExtUtils-Config-0.008/Changes
19:28:26 :: ExtUtils-Config-0.008/MANIFEST
19:28:26 :: ExtUtils-Config-0.008/META.yml
19:28:26 :: ExtUtils-Config-0.008/README
19:28:26 :: Configuring ExtUtils-Config-0.008 ... Checking if your kit is complete...
19:28:26 :: Looks good
19:28:26 :: Generating a Unix-style Makefile
19:28:26 :: Writing Makefile for ExtUtils::Config
19:28:26 :: Writing MYMETA.yml and MYMETA.json
19:28:26 :: OK
19:28:26 :: Building ExtUtils-Config-0.008 ... cp lib/ExtUtils/Config.pm blib/lib/ExtUtils/Config.pm
19:28:26 :: Manifying 1 pod document
19:28:26 :: Manifying 1 pod document
19:28:26 :: Installing /usr/local/share/perl5/site_perl/ExtUtils/Config.pm
19:28:26 :: Installing /usr/local/share/man/man3/ExtUtils::Config.3pm
19:28:26 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:26 :: OK
19:28:26 :: Successfully installed ExtUtils-Config-0.008
19:28:26 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/ExtUtils-Config-0.008/MYMETA.json
19:28:26 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/ExtUtils-Config-0.008/install.json
19:28:26 :: Building ExtUtils-InstallPaths-0.012 ... cp lib/ExtUtils/InstallPaths.pm blib/lib/ExtUtils/InstallPaths.pm
19:28:26 :: Manifying 1 pod document
19:28:27 :: Manifying 1 pod document
19:28:27 :: Installing /usr/local/share/perl5/site_perl/ExtUtils/InstallPaths.pm
19:28:27 :: Installing /usr/local/share/man/man3/ExtUtils::InstallPaths.3pm
19:28:27 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:27 :: OK
19:28:27 :: Successfully installed ExtUtils-InstallPaths-0.012
19:28:27 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/ExtUtils-InstallPaths-0.012/MYMETA.json
19:28:27 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/ExtUtils-InstallPaths-0.012/install.json
19:28:27 :: --> Working on URI
19:28:27 :: Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/URI-5.21.tar.gz ... OK
19:28:27 :: URI-5.21
19:28:27 :: URI-5.21/README
19:28:27 :: URI-5.21/Changes
19:28:27 :: URI-5.21/t
19:28:27 :: URI-5.21/t/abs.t
19:28:27 :: URI-5.21/t/cwd.t
19:28:27 :: URI-5.21/t/ftp.t
19:28:27 :: URI-5.21/t/iri.t
19:28:27 :: URI-5.21/t/mix.t
19:28:27 :: URI-5.21/t/mms.t
19:28:27 :: URI-5.21/t/pop.t
19:28:27 :: URI-5.21/t/rel.t
19:28:27 :: URI-5.21/t/sip.t
19:28:27 :: URI-5.21/LICENSE
19:28:27 :: URI-5.21/cpanfile
19:28:27 :: URI-5.21/dist.ini
19:28:27 :: URI-5.21/t/data.t
19:28:27 :: URI-5.21/t/file.t
19:28:27 :: URI-5.21/t/http.t
19:28:27 :: URI-5.21/t/icap.t
19:28:27 :: URI-5.21/t/idna.t
19:28:27 :: URI-5.21/t/ipv6.t
19:28:27 :: URI-5.21/t/ldap.t
19:28:27 :: URI-5.21/t/news.t
19:28:27 :: URI-5.21/t/rtsp.t
19:28:27 :: URI-5.21/t/utf8.t
19:28:27 :: URI-5.21/uri-test
19:28:27 :: URI-5.21/META.yml
19:28:27 :: URI-5.21/MANIFEST
19:28:27 :: URI-5.21/t/clone.t
19:28:27 :: URI-5.21/t/query.t
19:28:27 :: URI-5.21/t/rsync.t
19:28:27 :: URI-5.21/t/split.t
19:28:27 :: URI-5.21/META.json
19:28:27 :: URI-5.21/lib
19:28:27 :: URI-5.21/lib/URI.pm
19:28:27 :: URI-5.21/t/escape.t
19:28:27 :: URI-5.21/t/gopher.t
19:28:27 :: URI-5.21/t/mailto.t
19:28:27 :: URI-5.21/t/num_eq.t
19:28:27 :: URI-5.21/t/generic.t
19:28:27 :: URI-5.21/t/rfc2732.t
19:28:27 :: URI-5.21/t/urn-oid.t
19:28:27 :: URI-5.21/Makefile.PL
19:28:27 :: URI-5.21/t/old-base.t
19:28:27 :: URI-5.21/t/old-file.t
19:28:27 :: URI-5.21/t/punycode.t
19:28:27 :: URI-5.21/t/roy-test.t
19:28:27 :: URI-5.21/t/storable.t
19:28:27 :: URI-5.21/t/urn-isbn.t
19:28:27 :: URI-5.21/t/userpass.t
19:28:27 :: URI-5.21/t/heuristic.t
19:28:27 :: URI-5.21/lib/URI
19:28:27 :: URI-5.21/lib/URI/IRI.pm
19:28:27 :: URI-5.21/lib/URI/URL.pm
19:28:27 :: URI-5.21/lib/URI/ftp.pm
19:28:27 :: URI-5.21/lib/URI/mms.pm
19:28:27 :: URI-5.21/lib/URI/pop.pm
19:28:27 :: URI-5.21/lib/URI/sip.pm
19:28:27 :: URI-5.21/lib/URI/ssh.pm
19:28:27 :: URI-5.21/lib/URI/urn.pm
19:28:27 :: URI-5.21/CONTRIBUTING.md
19:28:27 :: URI-5.21/lib/URI/data.pm
19:28:27 :: URI-5.21/lib/URI/file.pm
19:28:27 :: URI-5.21/lib/URI/http.pm
19:28:27 :: URI-5.21/lib/URI/icap.pm
19:28:27 :: URI-5.21/lib/URI/ldap.pm
19:28:27 :: URI-5.21/lib/URI/news.pm
19:28:27 :: URI-5.21/lib/URI/nntp.pm
19:28:27 :: URI-5.21/lib/URI/rtsp.pm
19:28:27 :: URI-5.21/lib/URI/sftp.pm
19:28:27 :: URI-5.21/lib/URI/sips.pm
19:28:27 :: URI-5.21/t/escape-char.t
19:28:27 :: URI-5.21/t/old-absconf.t
19:28:27 :: URI-5.21/t/old-relbase.t
19:28:27 :: URI-5.21/t/query-param.t
19:28:27 :: URI-5.21/t/roytest1.html
19:28:27 :: URI-5.21/t/roytest2.html
19:28:27 :: URI-5.21/t/roytest3.html
19:28:27 :: URI-5.21/t/roytest4.html
19:28:27 :: URI-5.21/t/roytest5.html
19:28:27 :: URI-5.21/t/sq-brackets.t
19:28:27 :: URI-5.21/lib/URI/Split.pm
19:28:27 :: URI-5.21/lib/URI/_idna.pm
19:28:27 :: URI-5.21/lib/URI/_ldap.pm
19:28:27 :: URI-5.21/lib/URI/https.pm
19:28:27 :: URI-5.21/lib/URI/icaps.pm
19:28:27 :: URI-5.21/lib/URI/ldapi.pm
19:28:27 :: URI-5.21/lib/URI/ldaps.pm
19:28:27 :: URI-5.21/lib/URI/nntps.pm
19:28:27 :: URI-5.21/lib/URI/rsync.pm
19:28:27 :: URI-5.21/lib/URI/rtspu.pm
19:28:27 :: URI-5.21/lib/URI/snews.pm
19:28:27 :: URI-5.21/perlimports.toml
19:28:27 :: URI-5.21/lib/URI/Escape.pm
19:28:27 :: URI-5.21/lib/URI/_login.pm
19:28:27 :: URI-5.21/lib/URI/_query.pm
19:28:27 :: URI-5.21/lib/URI/gopher.pm
19:28:27 :: URI-5.21/lib/URI/mailto.pm
19:28:27 :: URI-5.21/lib/URI/rlogin.pm
19:28:27 :: URI-5.21/lib/URI/telnet.pm
19:28:27 :: URI-5.21/lib/URI/tn3270.pm
19:28:27 :: URI-5.21/t/path-segments.t
19:28:27 :: URI-5.21/lib/URI/_server.pm
19:28:27 :: URI-5.21/lib/URI/urn
19:28:27 :: URI-5.21/lib/URI/urn/oid.pm
19:28:27 :: URI-5.21/t/storable-test.pl
19:28:27 :: URI-5.21/lib/URI/WithBase.pm
19:28:27 :: URI-5.21/lib/URI/_foreign.pm
19:28:27 :: URI-5.21/lib/URI/_generic.pm
19:28:27 :: URI-5.21/lib/URI/_segment.pm
19:28:27 :: URI-5.21/lib/URI/file
19:28:27 :: URI-5.21/lib/URI/file/FAT.pm
19:28:27 :: URI-5.21/lib/URI/file/Mac.pm
19:28:27 :: URI-5.21/lib/URI/file/OS2.pm
19:28:27 :: URI-5.21/lib/URI/file/QNX.pm
19:28:27 :: URI-5.21/lib/URI/urn/isbn.pm
19:28:27 :: URI-5.21/lib/URI/Heuristic.pm
19:28:27 :: URI-5.21/lib/URI/_punycode.pm
19:28:27 :: URI-5.21/lib/URI/_userpass.pm
19:28:27 :: URI-5.21/lib/URI/file/Base.pm
19:28:27 :: URI-5.21/lib/URI/file/Unix.pm
19:28:27 :: URI-5.21/xt/author
19:28:27 :: URI-5.21/xt/author/mojibake.t
19:28:27 :: URI-5.21/xt/author/distmeta.t
19:28:27 :: URI-5.21/lib/URI/QueryParam.pm
19:28:27 :: URI-5.21/lib/URI/file/Win32.pm
19:28:27 :: URI-5.21/t/scheme-exceptions.t
19:28:27 :: URI-5.21/t/00-report-prereqs.t
19:28:27 :: URI-5.21/xt/author/pod-spell.t
19:28:27 :: URI-5.21/t/sq-brackets-legacy.t
19:28:27 :: URI-5.21/xt
19:28:27 :: URI-5.21/xt/dependent-modules.t
19:28:27 :: URI-5.21/t/00-report-prereqs.dd
19:28:27 :: URI-5.21/xt/author/00-compile.t
19:28:27 :: URI-5.21/xt/author/pod-syntax.t
19:28:27 :: URI-5.21/xt/author/portability.t
19:28:27 :: URI-5.21/t/sort-hash-query-form.t
19:28:27 :: URI-5.21/xt/author/test-version.t
19:28:27 :: URI-5.21/xt/author/pod-coverage.t
19:28:27 :: URI-5.21/xt/author/minimum-version.t
19:28:27 :: URI-5.21/xt/release
19:28:27 :: URI-5.21/xt/release/changes_has_content.t
19:28:27 :: Configuring URI-5.21 ... Checking if your kit is complete...
19:28:27 :: Looks good
19:28:27 :: Generating a Unix-style Makefile
19:28:27 :: Writing Makefile for URI
19:28:27 :: Writing MYMETA.yml and MYMETA.json
19:28:27 :: OK
19:28:27 :: Building URI-5.21 ... cp lib/URI/WithBase.pm blib/lib/URI/WithBase.pm
19:28:27 :: cp lib/URI/URL.pm blib/lib/URI/URL.pm
19:28:27 :: cp lib/URI/data.pm blib/lib/URI/data.pm
19:28:27 :: cp lib/URI/file/Mac.pm blib/lib/URI/file/Mac.pm
19:28:27 :: cp lib/URI/file/Base.pm blib/lib/URI/file/Base.pm
19:28:27 :: cp lib/URI/rsync.pm blib/lib/URI/rsync.pm
19:28:27 :: cp lib/URI/mailto.pm blib/lib/URI/mailto.pm
19:28:27 :: cp lib/URI/_idna.pm blib/lib/URI/_idna.pm
19:28:27 :: cp lib/URI/tn3270.pm blib/lib/URI/tn3270.pm
19:28:27 :: cp lib/URI/_segment.pm blib/lib/URI/_segment.pm
19:28:27 :: cp lib/URI/_generic.pm blib/lib/URI/_generic.pm
19:28:27 :: cp lib/URI/Heuristic.pm blib/lib/URI/Heuristic.pm
19:28:27 :: cp lib/URI/QueryParam.pm blib/lib/URI/QueryParam.pm
19:28:27 :: cp lib/URI/rtspu.pm blib/lib/URI/rtspu.pm
19:28:27 :: cp lib/URI/nntps.pm blib/lib/URI/nntps.pm
19:28:27 :: cp lib/URI/urn.pm blib/lib/URI/urn.pm
19:28:27 :: cp lib/URI/nntp.pm blib/lib/URI/nntp.pm
19:28:27 :: cp lib/URI/sftp.pm blib/lib/URI/sftp.pm
19:28:27 :: cp lib/URI/_punycode.pm blib/lib/URI/_punycode.pm
19:28:27 :: cp lib/URI.pm blib/lib/URI.pm
19:28:27 :: cp lib/URI/snews.pm blib/lib/URI/snews.pm
19:28:27 :: cp lib/URI/file/OS2.pm blib/lib/URI/file/OS2.pm
19:28:27 :: cp lib/URI/_query.pm blib/lib/URI/_query.pm
19:28:27 :: cp lib/URI/pop.pm blib/lib/URI/pop.pm
19:28:27 :: cp lib/URI/ldapi.pm blib/lib/URI/ldapi.pm
19:28:27 :: cp lib/URI/icap.pm blib/lib/URI/icap.pm
19:28:27 :: cp lib/URI/https.pm blib/lib/URI/https.pm
19:28:27 :: cp lib/URI/IRI.pm blib/lib/URI/IRI.pm
19:28:27 :: cp lib/URI/mms.pm blib/lib/URI/mms.pm
19:28:27 :: cp lib/URI/sips.pm blib/lib/URI/sips.pm
19:28:27 :: cp lib/URI/http.pm blib/lib/URI/http.pm
19:28:27 :: cp lib/URI/ssh.pm blib/lib/URI/ssh.pm
19:28:27 :: cp lib/URI/icaps.pm blib/lib/URI/icaps.pm
19:28:27 :: cp lib/URI/file/Unix.pm blib/lib/URI/file/Unix.pm
19:28:27 :: cp lib/URI/file.pm blib/lib/URI/file.pm
19:28:27 :: cp lib/URI/file/Win32.pm blib/lib/URI/file/Win32.pm
19:28:27 :: cp lib/URI/rtsp.pm blib/lib/URI/rtsp.pm
19:28:27 :: cp lib/URI/telnet.pm blib/lib/URI/telnet.pm
19:28:27 :: cp lib/URI/Split.pm blib/lib/URI/Split.pm
19:28:27 :: cp lib/URI/_ldap.pm blib/lib/URI/_ldap.pm
19:28:27 :: cp lib/URI/rlogin.pm blib/lib/URI/rlogin.pm
19:28:27 :: cp lib/URI/sip.pm blib/lib/URI/sip.pm
19:28:27 :: cp lib/URI/ldap.pm blib/lib/URI/ldap.pm
19:28:27 :: cp lib/URI/Escape.pm blib/lib/URI/Escape.pm
19:28:27 :: cp lib/URI/urn/isbn.pm blib/lib/URI/urn/isbn.pm
19:28:27 :: cp lib/URI/urn/oid.pm blib/lib/URI/urn/oid.pm
19:28:27 :: cp lib/URI/ldaps.pm blib/lib/URI/ldaps.pm
19:28:27 :: cp lib/URI/ftp.pm blib/lib/URI/ftp.pm
19:28:27 :: cp lib/URI/file/QNX.pm blib/lib/URI/file/QNX.pm
19:28:27 :: cp lib/URI/_userpass.pm blib/lib/URI/_userpass.pm
19:28:27 :: cp lib/URI/file/FAT.pm blib/lib/URI/file/FAT.pm
19:28:27 :: cp lib/URI/_server.pm blib/lib/URI/_server.pm
19:28:27 :: cp lib/URI/gopher.pm blib/lib/URI/gopher.pm
19:28:27 :: cp lib/URI/_login.pm blib/lib/URI/_login.pm
19:28:27 :: cp lib/URI/news.pm blib/lib/URI/news.pm
19:28:27 :: cp lib/URI/_foreign.pm blib/lib/URI/_foreign.pm
19:28:28 :: Manifying 13 pod documents
19:28:28 :: Manifying 13 pod documents
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/nntps.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/urn.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/mailto.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/http.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/file.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/_server.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/Split.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/Heuristic.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/icap.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/_generic.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/sip.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/rtspu.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/Escape.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/sips.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/news.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/rsync.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/rlogin.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/_userpass.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/ldapi.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/QueryParam.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/rtsp.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/tn3270.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/data.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/_ldap.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/snews.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/https.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/_query.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/ldaps.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/URL.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/ftp.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/nntp.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/WithBase.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/gopher.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/_punycode.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/_segment.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/pop.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/_idna.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/sftp.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/ldap.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/_foreign.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/ssh.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/IRI.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/telnet.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/mms.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/_login.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/icaps.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/urn/isbn.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/urn/oid.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/file/Base.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/file/OS2.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/file/Unix.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/file/QNX.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/file/FAT.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/file/Mac.pm
19:28:28 :: Installing /usr/local/share/perl5/site_perl/URI/file/Win32.pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::Escape.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::data.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::icaps.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::Heuristic.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::Split.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::WithBase.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::file.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::QueryParam.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::URL.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::ldap.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::_punycode.3pm
19:28:28 :: Installing /usr/local/share/man/man3/URI::icap.3pm
19:28:28 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:28 :: OK
19:28:28 :: Successfully installed URI-5.21
19:28:28 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/URI-5.21/MYMETA.json
19:28:28 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/URI-5.21/install.json
19:28:28 :: --> Working on HTTP::Tinyish
19:28:28 :: Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/HTTP-Tinyish-0.18.tar.gz ... OK
19:28:28 :: HTTP-Tinyish-0.18
19:28:28 :: HTTP-Tinyish-0.18/README
19:28:28 :: HTTP-Tinyish-0.18/Changes
19:28:28 :: HTTP-Tinyish-0.18/LICENSE
19:28:28 :: HTTP-Tinyish-0.18/cpanfile
19:28:28 :: HTTP-Tinyish-0.18/dist.ini
19:28:28 :: HTTP-Tinyish-0.18/META.yml
19:28:28 :: HTTP-Tinyish-0.18/MANIFEST
19:28:28 :: HTTP-Tinyish-0.18/META.json
19:28:28 :: HTTP-Tinyish-0.18/t
19:28:28 :: HTTP-Tinyish-0.18/t/tinyish.t
19:28:28 :: HTTP-Tinyish-0.18/Makefile.PL
19:28:28 :: HTTP-Tinyish-0.18/lib/HTTP
19:28:28 :: HTTP-Tinyish-0.18/lib/HTTP/Tinyish.pm
19:28:28 :: HTTP-Tinyish-0.18/t/author-pod-syntax.t
19:28:28 :: HTTP-Tinyish-0.18/lib/HTTP/Tinyish
19:28:28 :: HTTP-Tinyish-0.18/lib/HTTP/Tinyish/LWP.pm
19:28:28 :: HTTP-Tinyish-0.18/lib/HTTP/Tinyish/Base.pm
19:28:28 :: HTTP-Tinyish-0.18/lib/HTTP/Tinyish/Curl.pm
19:28:28 :: HTTP-Tinyish-0.18/lib/HTTP/Tinyish/Wget.pm
19:28:28 :: HTTP-Tinyish-0.18/lib/HTTP/Tinyish/HTTPTiny.pm
19:28:28 :: Configuring HTTP-Tinyish-0.18 ... Checking if your kit is complete...
19:28:28 :: Looks good
19:28:28 :: Generating a Unix-style Makefile
19:28:28 :: Writing Makefile for HTTP::Tinyish
19:28:28 :: Writing MYMETA.yml and MYMETA.json
19:28:28 :: OK
19:28:28 :: ==> Found dependencies: File::Which, IPC::Run3
19:28:28 :: --> Working on File::Which
19:28:28 :: Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/File-Which-1.27.tar.gz ... OK
19:28:28 :: File-Which-1.27
19:28:28 :: File-Which-1.27/README
19:28:28 :: File-Which-1.27/Changes
19:28:28 :: File-Which-1.27/LICENSE
19:28:28 :: File-Which-1.27/INSTALL
19:28:28 :: File-Which-1.27/dist.ini
19:28:28 :: File-Which-1.27/META.yml
19:28:28 :: File-Which-1.27/MANIFEST
19:28:28 :: File-Which-1.27/META.json
19:28:28 :: File-Which-1.27/author.yml
19:28:28 :: File-Which-1.27/t
19:28:28 :: File-Which-1.27/t/01_use.t
19:28:28 :: File-Which-1.27/t/00_diag.t
19:28:28 :: File-Which-1.27/Makefile.PL
19:28:28 :: File-Which-1.27/perlcriticrc
19:28:28 :: File-Which-1.27/t/file_which.t
19:28:28 :: File-Which-1.27/xt/author
19:28:28 :: File-Which-1.27/xt/author/eol.t
19:28:28 :: File-Which-1.27/xt/author/pod.t
19:28:28 :: File-Which-1.27/lib/File
19:28:28 :: File-Which-1.27/lib/File/Which.pm
19:28:28 :: File-Which-1.27/xt/author/critic.t
19:28:28 :: File-Which-1.27/xt/author/strict.t
19:28:28 :: File-Which-1.27/xt/release
19:28:28 :: File-Which-1.27/xt/release/fixme.t
19:28:28 :: File-Which-1.27/xt/author/no_tabs.t
19:28:28 :: File-Which-1.27/xt/author/version.t
19:28:28 :: File-Which-1.27/xt/author/filename.t
19:28:28 :: File-Which-1.27/corpus/test-bin-unix
19:28:28 :: File-Which-1.27/corpus/test-bin-unix/0
19:28:28 :: File-Which-1.27/corpus/test-bin-unix/all
19:28:28 :: File-Which-1.27/xt/author/pod_coverage.t
19:28:28 :: File-Which-1.27/corpus/test-bin-win
19:28:28 :: File-Which-1.27/corpus/test-bin-win/0.exe
19:28:28 :: File-Which-1.27/corpus/test-bin-unix/test3
19:28:28 :: File-Which-1.27/corpus/test-bin-win/all.exe
19:28:28 :: File-Which-1.27/corpus/test-bin-win/all.bat
19:28:28 :: File-Which-1.27/corpus/test-bin-win/test1.exe
19:28:28 :: File-Which-1.27/corpus/test-bin-win/test2.bat
19:28:28 :: File-Which-1.27/corpus/test-bin-unix/README.txt
19:28:28 :: File-Which-1.27/xt/author/pod_spelling_common.t
19:28:28 :: File-Which-1.27/xt/author/pod_spelling_system.t
19:28:28 :: File-Which-1.27/corpus/test-bin-unix/test4
19:28:28 :: File-Which-1.27/corpus/test-bin-unix/test4/foo.txt
19:28:28 :: Configuring File-Which-1.27 ... Checking if your kit is complete...
19:28:28 :: Looks good
19:28:28 :: Generating a Unix-style Makefile
19:28:28 :: Writing Makefile for File::Which
19:28:28 :: Writing MYMETA.yml and MYMETA.json
19:28:28 :: OK
19:28:28 :: Building File-Which-1.27 ... cp lib/File/Which.pm blib/lib/File/Which.pm
19:28:29 :: Manifying 1 pod document
19:28:29 :: Manifying 1 pod document
19:28:29 :: Installing /usr/local/share/perl5/site_perl/File/Which.pm
19:28:29 :: Installing /usr/local/share/man/man3/File::Which.3pm
19:28:29 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:29 :: OK
19:28:29 :: Successfully installed File-Which-1.27
19:28:29 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/File-Which-1.27/MYMETA.json
19:28:29 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/File-Which-1.27/install.json
19:28:29 :: --> Working on IPC::Run3
19:28:29 :: Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz ... OK
19:28:29 :: IPC-Run3-0.048/
19:28:29 :: IPC-Run3-0.048/bin/
19:28:29 :: IPC-Run3-0.048/Changes
19:28:29 :: IPC-Run3-0.048/lib/
19:28:29 :: IPC-Run3-0.048/LICENSE
19:28:29 :: IPC-Run3-0.048/Makefile.PL
19:28:29 :: IPC-Run3-0.048/MANIFEST
19:28:29 :: IPC-Run3-0.048/MANIFEST.SKIP
19:28:29 :: IPC-Run3-0.048/META.json
19:28:29 :: IPC-Run3-0.048/META.yml
19:28:29 :: IPC-Run3-0.048/README
19:28:29 :: IPC-Run3-0.048/t/
19:28:29 :: IPC-Run3-0.048/t/die_handler.t
19:28:29 :: IPC-Run3-0.048/t/fd_leak.t
19:28:29 :: IPC-Run3-0.048/t/fork.t
19:28:29 :: IPC-Run3-0.048/t/IPC-Run3-ProfArrayBuffer.t
19:28:29 :: IPC-Run3-0.048/t/IPC-Run3-profiling.t
19:28:29 :: IPC-Run3-0.048/t/IPC-Run3-ProfLogger.t
19:28:29 :: IPC-Run3-0.048/t/IPC-Run3-ProfLogReader.t
19:28:29 :: IPC-Run3-0.048/t/IPC-Run3-ProfPP.t
19:28:29 :: IPC-Run3-0.048/t/IPC-Run3-ProfReporter.t
19:28:29 :: IPC-Run3-0.048/t/IPC-Run3.t
19:28:29 :: IPC-Run3-0.048/t/pod-coverage.t
19:28:29 :: IPC-Run3-0.048/t/pod.t
19:28:29 :: IPC-Run3-0.048/t/utf8.t
19:28:29 :: IPC-Run3-0.048/lib/IPC/
19:28:29 :: IPC-Run3-0.048/lib/IPC/Run3/
19:28:29 :: IPC-Run3-0.048/lib/IPC/Run3.pm
19:28:29 :: IPC-Run3-0.048/lib/IPC/Run3/ProfArrayBuffer.pm
19:28:29 :: IPC-Run3-0.048/lib/IPC/Run3/ProfLogger.pm
19:28:29 :: IPC-Run3-0.048/lib/IPC/Run3/ProfLogReader.pm
19:28:29 :: IPC-Run3-0.048/lib/IPC/Run3/ProfPP.pm
19:28:29 :: IPC-Run3-0.048/lib/IPC/Run3/ProfReporter.pm
19:28:29 :: IPC-Run3-0.048/bin/run3profpp
19:28:29 :: Configuring IPC-Run3-0.048 ... Checking if your kit is complete...
19:28:29 :: Looks good
19:28:29 :: Generating a Unix-style Makefile
19:28:29 :: Writing Makefile for IPC::Run3
19:28:29 :: Writing MYMETA.yml and MYMETA.json
19:28:29 :: OK
19:28:29 :: Building IPC-Run3-0.048 ... cp lib/IPC/Run3/ProfPP.pm blib/lib/IPC/Run3/ProfPP.pm
19:28:29 :: cp lib/IPC/Run3/ProfArrayBuffer.pm blib/lib/IPC/Run3/ProfArrayBuffer.pm
19:28:29 :: cp lib/IPC/Run3.pm blib/lib/IPC/Run3.pm
19:28:29 :: cp lib/IPC/Run3/ProfLogger.pm blib/lib/IPC/Run3/ProfLogger.pm
19:28:29 :: cp lib/IPC/Run3/ProfReporter.pm blib/lib/IPC/Run3/ProfReporter.pm
19:28:29 :: cp lib/IPC/Run3/ProfLogReader.pm blib/lib/IPC/Run3/ProfLogReader.pm
19:28:29 :: Manifying 6 pod documents
19:28:29 :: Manifying 6 pod documents
19:28:29 :: Installing /usr/local/share/perl5/site_perl/IPC/Run3.pm
19:28:29 :: Installing /usr/local/share/perl5/site_perl/IPC/Run3/ProfLogger.pm
19:28:29 :: Installing /usr/local/share/perl5/site_perl/IPC/Run3/ProfPP.pm
19:28:29 :: Installing /usr/local/share/perl5/site_perl/IPC/Run3/ProfArrayBuffer.pm
19:28:29 :: Installing /usr/local/share/perl5/site_perl/IPC/Run3/ProfReporter.pm
19:28:29 :: Installing /usr/local/share/perl5/site_perl/IPC/Run3/ProfLogReader.pm
19:28:29 :: Installing /usr/local/share/man/man3/IPC::Run3::ProfReporter.3pm
19:28:29 :: Installing /usr/local/share/man/man3/IPC::Run3::ProfLogger.3pm
19:28:29 :: Installing /usr/local/share/man/man3/IPC::Run3::ProfLogReader.3pm
19:28:29 :: Installing /usr/local/share/man/man3/IPC::Run3::ProfPP.3pm
19:28:29 :: Installing /usr/local/share/man/man3/IPC::Run3::ProfArrayBuffer.3pm
19:28:29 :: Installing /usr/local/share/man/man3/IPC::Run3.3pm
19:28:29 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:29 :: OK
19:28:29 :: Successfully installed IPC-Run3-0.048
19:28:29 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/IPC-Run3-0.048/MYMETA.json
19:28:29 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/IPC-Run3-0.048/install.json
19:28:30 :: Building HTTP-Tinyish-0.18 ... cp lib/HTTP/Tinyish/Curl.pm blib/lib/HTTP/Tinyish/Curl.pm
19:28:30 :: cp lib/HTTP/Tinyish/LWP.pm blib/lib/HTTP/Tinyish/LWP.pm
19:28:30 :: cp lib/HTTP/Tinyish/Base.pm blib/lib/HTTP/Tinyish/Base.pm
19:28:30 :: cp lib/HTTP/Tinyish.pm blib/lib/HTTP/Tinyish.pm
19:28:30 :: cp lib/HTTP/Tinyish/Wget.pm blib/lib/HTTP/Tinyish/Wget.pm
19:28:30 :: cp lib/HTTP/Tinyish/HTTPTiny.pm blib/lib/HTTP/Tinyish/HTTPTiny.pm
19:28:30 :: Manifying 1 pod document
19:28:30 :: Manifying 1 pod document
19:28:30 :: Installing /usr/local/share/perl5/site_perl/HTTP/Tinyish.pm
19:28:30 :: Installing /usr/local/share/perl5/site_perl/HTTP/Tinyish/LWP.pm
19:28:30 :: Installing /usr/local/share/perl5/site_perl/HTTP/Tinyish/Base.pm
19:28:30 :: Installing /usr/local/share/perl5/site_perl/HTTP/Tinyish/Curl.pm
19:28:30 :: Installing /usr/local/share/perl5/site_perl/HTTP/Tinyish/Wget.pm
19:28:30 :: Installing /usr/local/share/perl5/site_perl/HTTP/Tinyish/HTTPTiny.pm
19:28:30 :: Installing /usr/local/share/man/man3/HTTP::Tinyish.3pm
19:28:30 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:30 :: OK
19:28:30 :: Successfully installed HTTP-Tinyish-0.18
19:28:30 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/HTTP-Tinyish-0.18/MYMETA.json
19:28:30 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/HTTP-Tinyish-0.18/install.json
19:28:30 :: --> Working on Capture::Tiny
19:28:30 :: Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz ... OK
19:28:30 :: Capture-Tiny-0.48/
19:28:30 :: Capture-Tiny-0.48/LICENSE
19:28:30 :: Capture-Tiny-0.48/cpanfile
19:28:30 :: Capture-Tiny-0.48/Changes
19:28:30 :: Capture-Tiny-0.48/MANIFEST
19:28:30 :: Capture-Tiny-0.48/perlcritic.rc
19:28:30 :: Capture-Tiny-0.48/CONTRIBUTING.mkdn
19:28:30 :: Capture-Tiny-0.48/t/
19:28:30 :: Capture-Tiny-0.48/xt/
19:28:30 :: Capture-Tiny-0.48/README
19:28:30 :: Capture-Tiny-0.48/Todo
19:28:30 :: Capture-Tiny-0.48/examples/
19:28:30 :: Capture-Tiny-0.48/META.yml
19:28:30 :: Capture-Tiny-0.48/lib/
19:28:30 :: Capture-Tiny-0.48/Makefile.PL
19:28:30 :: Capture-Tiny-0.48/META.json
19:28:30 :: Capture-Tiny-0.48/dist.ini
19:28:30 :: Capture-Tiny-0.48/lib/Capture/
19:28:30 :: Capture-Tiny-0.48/lib/Capture/Tiny.pm
19:28:30 :: Capture-Tiny-0.48/examples/tee.pl
19:28:30 :: Capture-Tiny-0.48/examples/rt-58208.pl
19:28:30 :: Capture-Tiny-0.48/xt/author/
19:28:30 :: Capture-Tiny-0.48/xt/release/
19:28:30 :: Capture-Tiny-0.48/xt/release/distmeta.t
19:28:30 :: Capture-Tiny-0.48/xt/author/critic.t
19:28:30 :: Capture-Tiny-0.48/xt/author/minimum-version.t
19:28:30 :: Capture-Tiny-0.48/xt/author/test-version.t
19:28:30 :: Capture-Tiny-0.48/xt/author/00-compile.t
19:28:30 :: Capture-Tiny-0.48/xt/author/pod-syntax.t
19:28:30 :: Capture-Tiny-0.48/xt/author/portability.t
19:28:30 :: Capture-Tiny-0.48/xt/author/pod-spell.t
19:28:30 :: Capture-Tiny-0.48/xt/author/pod-coverage.t
19:28:30 :: Capture-Tiny-0.48/t/19-relayering.t
19:28:30 :: Capture-Tiny-0.48/t/24-all-badtied.t
19:28:30 :: Capture-Tiny-0.48/t/08-stdin-closed.t
19:28:30 :: Capture-Tiny-0.48/t/13-stdout-tied.t
19:28:30 :: Capture-Tiny-0.48/t/21-stderr-badtie.t
19:28:30 :: Capture-Tiny-0.48/t/20-stdout-badtie.t
19:28:30 :: Capture-Tiny-0.48/t/09-preserve-exit-code.t
19:28:30 :: Capture-Tiny-0.48/t/12-stdin-string.t
19:28:30 :: Capture-Tiny-0.48/t/02-capture.t
19:28:30 :: Capture-Tiny-0.48/t/22-stdin-badtie.t
19:28:30 :: Capture-Tiny-0.48/t/23-all-tied.t
19:28:30 :: Capture-Tiny-0.48/t/01-Capture-Tiny.t
19:28:30 :: Capture-Tiny-0.48/t/16-catch-errors.t
19:28:30 :: Capture-Tiny-0.48/t/00-report-prereqs.t
19:28:30 :: Capture-Tiny-0.48/t/lib/
19:28:30 :: Capture-Tiny-0.48/t/25-cap-fork.t
19:28:30 :: Capture-Tiny-0.48/t/11-stderr-string.t
19:28:30 :: Capture-Tiny-0.48/t/10-stdout-string.t
19:28:30 :: Capture-Tiny-0.48/t/06-stdout-closed.t
19:28:30 :: Capture-Tiny-0.48/t/07-stderr-closed.t
19:28:30 :: Capture-Tiny-0.48/t/00-report-prereqs.dd
19:28:30 :: Capture-Tiny-0.48/t/18-custom-capture.t
19:28:30 :: Capture-Tiny-0.48/t/17-pass-results.t
19:28:30 :: Capture-Tiny-0.48/t/03-tee.t
19:28:30 :: Capture-Tiny-0.48/t/14-stderr-tied.t
19:28:30 :: Capture-Tiny-0.48/t/15-stdin-tied.t
19:28:30 :: Capture-Tiny-0.48/t/lib/Cases.pm
19:28:30 :: Capture-Tiny-0.48/t/lib/Utils.pm
19:28:30 :: Capture-Tiny-0.48/t/lib/TieLC.pm
19:28:30 :: Capture-Tiny-0.48/t/lib/TieEvil.pm
19:28:30 :: Configuring Capture-Tiny-0.48 ... Checking if your kit is complete...
19:28:30 :: Looks good
19:28:30 :: Generating a Unix-style Makefile
19:28:30 :: Writing Makefile for Capture::Tiny
19:28:30 :: Writing MYMETA.yml and MYMETA.json
19:28:30 :: OK
19:28:30 :: Building Capture-Tiny-0.48 ... cp lib/Capture/Tiny.pm blib/lib/Capture/Tiny.pm
19:28:31 :: Manifying 1 pod document
19:28:31 :: Manifying 1 pod document
19:28:31 :: Installing /usr/local/share/perl5/site_perl/Capture/Tiny.pm
19:28:31 :: Installing /usr/local/share/man/man3/Capture::Tiny.3pm
19:28:31 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:31 :: OK
19:28:31 :: Successfully installed Capture-Tiny-0.48
19:28:31 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Capture-Tiny-0.48/MYMETA.json
19:28:31 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Capture-Tiny-0.48/install.json
19:28:31 :: --> Working on String::ShellQuote
19:28:31 :: Fetching http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-1.04.tar.gz ... OK
19:28:31 :: String-ShellQuote-1.04/
19:28:31 :: String-ShellQuote-1.04/shell-quote
19:28:31 :: String-ShellQuote-1.04/META.yml
19:28:31 :: String-ShellQuote-1.04/Changes
19:28:31 :: String-ShellQuote-1.04/MANIFEST
19:28:31 :: String-ShellQuote-1.04/test.t
19:28:31 :: String-ShellQuote-1.04/MANIFEST.SKIP
19:28:31 :: String-ShellQuote-1.04/ShellQuote.pm
19:28:31 :: String-ShellQuote-1.04/Makefile.PL
19:28:31 :: String-ShellQuote-1.04/README
19:28:31 :: Configuring String-ShellQuote-1.04 ... Checking if your kit is complete...
19:28:31 :: Looks good
19:28:31 :: Generating a Unix-style Makefile
19:28:31 :: Writing Makefile for String::ShellQuote
19:28:31 :: Writing MYMETA.yml and MYMETA.json
19:28:31 :: OK
19:28:31 :: Building String-ShellQuote-1.04 ... cp ShellQuote.pm blib/lib/String/ShellQuote.pm
19:28:31 :: cp shell-quote blib/script/shell-quote
19:28:31 :: "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shell-quote
19:28:31 :: Manifying 1 pod document
19:28:31 :: Manifying 1 pod document
19:28:31 :: Manifying 1 pod document
19:28:32 :: Manifying 1 pod document
19:28:32 :: Installing /usr/local/share/perl5/site_perl/String/ShellQuote.pm
19:28:32 :: Installing /usr/local/share/man/man1/shell-quote.1
19:28:32 :: Installing /usr/local/share/man/man3/String::ShellQuote.3pm
19:28:32 :: Installing /usr/local/bin/shell-quote
19:28:32 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:32 :: OK
19:28:32 :: Successfully installed String-ShellQuote-1.04
19:28:32 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/String-ShellQuote-1.04/MYMETA.json
19:28:32 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/String-ShellQuote-1.04/install.json
19:28:32 :: --> Working on CPAN::DistnameInfo
19:28:32 :: Fetching http://www.cpan.org/authors/id/G/GB/GBARR/CPAN-DistnameInfo-0.12.tar.gz ... OK
19:28:32 :: CPAN-DistnameInfo-0.12/
19:28:32 :: CPAN-DistnameInfo-0.12/Changes
19:28:32 :: CPAN-DistnameInfo-0.12/lib/
19:28:32 :: CPAN-DistnameInfo-0.12/Makefile.PL
19:28:32 :: CPAN-DistnameInfo-0.12/MANIFEST
19:28:32 :: CPAN-DistnameInfo-0.12/META.yml
19:28:32 :: CPAN-DistnameInfo-0.12/README
19:28:32 :: CPAN-DistnameInfo-0.12/SIGNATURE
19:28:32 :: CPAN-DistnameInfo-0.12/t/
19:28:32 :: CPAN-DistnameInfo-0.12/t/ext.t
19:28:32 :: CPAN-DistnameInfo-0.12/t/path.t
19:28:32 :: CPAN-DistnameInfo-0.12/lib/CPAN/
19:28:32 :: CPAN-DistnameInfo-0.12/lib/CPAN/DistnameInfo.pm
19:28:32 :: Configuring CPAN-DistnameInfo-0.12 ... Checking if your kit is complete...
19:28:32 :: Looks good
19:28:32 :: Generating a Unix-style Makefile
19:28:32 :: Writing Makefile for CPAN::DistnameInfo
19:28:32 :: Writing MYMETA.yml and MYMETA.json
19:28:32 :: OK
19:28:32 :: Building CPAN-DistnameInfo-0.12 ... cp lib/CPAN/DistnameInfo.pm blib/lib/CPAN/DistnameInfo.pm
19:28:32 :: Manifying 1 pod document
19:28:32 :: Manifying 1 pod document
19:28:32 :: Installing /usr/local/share/perl5/site_perl/CPAN/DistnameInfo.pm
19:28:32 :: Installing /usr/local/share/man/man3/CPAN::DistnameInfo.3pm
19:28:32 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:32 :: OK
19:28:32 :: Successfully installed CPAN-DistnameInfo-0.12
19:28:32 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/CPAN-DistnameInfo-0.12/MYMETA.json
19:28:32 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/CPAN-DistnameInfo-0.12/install.json
19:28:32 :: --> Working on CPAN::Meta::Check
19:28:32 :: Fetching http://www.cpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.018.tar.gz ... OK
19:28:32 :: CPAN-Meta-Check-0.018
19:28:32 :: CPAN-Meta-Check-0.018/README
19:28:32 :: CPAN-Meta-Check-0.018/Changes
19:28:32 :: CPAN-Meta-Check-0.018/LICENSE
19:28:32 :: CPAN-Meta-Check-0.018/INSTALL
19:28:32 :: CPAN-Meta-Check-0.018/dist.ini
19:28:32 :: CPAN-Meta-Check-0.018/META.yml
19:28:32 :: CPAN-Meta-Check-0.018/MANIFEST
19:28:32 :: CPAN-Meta-Check-0.018/META.json
19:28:32 :: CPAN-Meta-Check-0.018/Makefile.PL
19:28:32 :: CPAN-Meta-Check-0.018/t
19:28:32 :: CPAN-Meta-Check-0.018/t/10-basics.t
19:28:32 :: CPAN-Meta-Check-0.018/t/00-compile.t
19:28:32 :: CPAN-Meta-Check-0.018/t/20-undef-version.t
19:28:32 :: CPAN-Meta-Check-0.018/lib/CPAN/Meta
19:28:32 :: CPAN-Meta-Check-0.018/lib/CPAN/Meta/Check.pm
19:28:32 :: CPAN-Meta-Check-0.018/xt/author
19:28:32 :: CPAN-Meta-Check-0.018/xt/author/pod-syntax.t
19:28:32 :: CPAN-Meta-Check-0.018/xt/author/pod-coverage.t
19:28:32 :: CPAN-Meta-Check-0.018/t/lib/Local
19:28:32 :: CPAN-Meta-Check-0.018/t/lib/Local/HasNoVersion.pm
19:28:33 :: Configuring CPAN-Meta-Check-0.018 ... Checking if your kit is complete...
19:28:33 :: Looks good
19:28:33 :: Generating a Unix-style Makefile
19:28:33 :: Writing Makefile for CPAN::Meta::Check
19:28:33 :: Writing MYMETA.yml and MYMETA.json
19:28:33 :: OK
19:28:33 :: Building CPAN-Meta-Check-0.018 ... cp lib/CPAN/Meta/Check.pm blib/lib/CPAN/Meta/Check.pm
19:28:33 :: Manifying 1 pod document
19:28:33 :: Manifying 1 pod document
19:28:33 :: Installing /usr/local/share/perl5/site_perl/CPAN/Meta/Check.pm
19:28:33 :: Installing /usr/local/share/man/man3/CPAN::Meta::Check.3pm
19:28:33 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:33 :: OK
19:28:33 :: Successfully installed CPAN-Meta-Check-0.018
19:28:33 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/CPAN-Meta-Check-0.018/MYMETA.json
19:28:33 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/CPAN-Meta-Check-0.018/install.json
19:28:33 :: --> Working on local::lib
19:28:33 :: Fetching http://www.cpan.org/authors/id/H/HA/HAARG/local-lib-2.000029.tar.gz ... OK
19:28:33 :: local-lib-2.000029/
19:28:33 :: local-lib-2.000029/inc/
19:28:33 :: local-lib-2.000029/README
19:28:33 :: local-lib-2.000029/Changes
19:28:33 :: local-lib-2.000029/MANIFEST
19:28:33 :: local-lib-2.000029/LICENSE
19:28:33 :: local-lib-2.000029/t/
19:28:33 :: local-lib-2.000029/xt/
19:28:33 :: local-lib-2.000029/META.yml
19:28:33 :: local-lib-2.000029/META.json
19:28:33 :: local-lib-2.000029/lib/
19:28:33 :: local-lib-2.000029/maint/
19:28:33 :: local-lib-2.000029/eg/
19:28:33 :: local-lib-2.000029/Makefile.PL
19:28:33 :: local-lib-2.000029/eg/scripted_install.pl
19:28:33 :: local-lib-2.000029/maint/Makefile.PL.include
19:28:33 :: local-lib-2.000029/lib/POD2/
19:28:33 :: local-lib-2.000029/lib/local/
19:28:33 :: local-lib-2.000029/lib/lib/
19:28:33 :: local-lib-2.000029/lib/lib/core/
19:28:33 :: local-lib-2.000029/lib/lib/core/only.pm
19:28:33 :: local-lib-2.000029/lib/local/lib.pm
19:28:33 :: local-lib-2.000029/lib/POD2/DE/
19:28:33 :: local-lib-2.000029/lib/POD2/PT_BR/
19:28:33 :: local-lib-2.000029/lib/POD2/PT_BR/local/
19:28:33 :: local-lib-2.000029/lib/POD2/PT_BR/local/lib.pod
19:28:33 :: local-lib-2.000029/lib/POD2/DE/local/
19:28:33 :: local-lib-2.000029/lib/POD2/DE/local/lib.pod
19:28:33 :: local-lib-2.000029/xt/install.t
19:28:33 :: local-lib-2.000029/xt/cpan-bootstrap.t
19:28:33 :: local-lib-2.000029/xt/author/
19:28:33 :: local-lib-2.000029/xt/bootstrap.t
19:28:33 :: local-lib-2.000029/xt/release/
19:28:33 :: local-lib-2.000029/xt/cpan-bootstrap.pl
19:28:33 :: local-lib-2.000029/xt/lib/
19:28:33 :: local-lib-2.000029/xt/lib/dist_util.pm
19:28:33 :: local-lib-2.000029/xt/release/no-tabs.t
19:28:33 :: local-lib-2.000029/xt/release/eol.t
19:28:33 :: local-lib-2.000029/xt/author/pod-syntax.t
19:28:33 :: local-lib-2.000029/xt/author/cpan-changes.t
19:28:33 :: local-lib-2.000029/t/shell.t
19:28:33 :: local-lib-2.000029/t/bad_variables.t
19:28:33 :: local-lib-2.000029/t/carp-mismatch.t
19:28:33 :: local-lib-2.000029/t/subroutine-in-inc.t
19:28:33 :: local-lib-2.000029/t/taint-mode.t
19:28:33 :: local-lib-2.000029/t/stackable.t
19:28:33 :: local-lib-2.000029/t/lib/
19:28:33 :: local-lib-2.000029/t/pipeline.t
19:28:33 :: local-lib-2.000029/t/classmethod.t
19:28:33 :: local-lib-2.000029/t/de-dup.t
19:28:33 :: local-lib-2.000029/t/lib-core-only.t
19:28:33 :: local-lib-2.000029/t/lib/TempDir.pm
19:28:33 :: local-lib-2.000029/t/lib/ENVDumper.pm
19:28:33 :: local-lib-2.000029/inc/CheckVersion.pm
19:28:33 :: local-lib-2.000029/inc/CPANBootstrapper.pm
19:28:34 :: Configuring local-lib-2.000029 ... Checking if your kit is complete...
19:28:34 :: Looks good
19:28:34 :: Generating a Unix-style Makefile
19:28:34 :: Writing Makefile for local::lib
19:28:34 :: Writing MYMETA.yml and MYMETA.json
19:28:34 :: OK
19:28:34 :: Building local-lib-2.000029 ... cp lib/POD2/PT_BR/local/lib.pod blib/lib/POD2/PT_BR/local/lib.pod
19:28:34 :: cp lib/POD2/DE/local/lib.pod blib/lib/POD2/DE/local/lib.pod
19:28:34 :: cp lib/local/lib.pm blib/lib/local/lib.pm
19:28:34 :: cp lib/lib/core/only.pm blib/lib/lib/core/only.pm
19:28:34 :: Manifying 4 pod documents
19:28:34 :: Manifying 4 pod documents
19:28:34 :: Installing /usr/local/share/perl5/site_perl/local/lib.pm
19:28:34 :: Installing /usr/local/share/perl5/site_perl/POD2/PT_BR/local/lib.pod
19:28:34 :: Installing /usr/local/share/perl5/site_perl/POD2/DE/local/lib.pod
19:28:34 :: Installing /usr/local/share/perl5/site_perl/lib/core/only.pm
19:28:34 :: Installing /usr/local/share/man/man3/lib::core::only.3pm
19:28:34 :: Installing /usr/local/share/man/man3/local::lib.3pm
19:28:34 :: Installing /usr/local/share/man/man3/POD2::DE::local::lib.3pm
19:28:34 :: Installing /usr/local/share/man/man3/POD2::PT_BR::local::lib.3pm
19:28:34 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:34 :: OK
19:28:34 :: Successfully installed local-lib-2.000029
19:28:34 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/local-lib-2.000029/MYMETA.json
19:28:34 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/local-lib-2.000029/install.json
19:28:34 :: --> Working on Class::Tiny
19:28:34 :: Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-1.008.tar.gz ... OK
19:28:34 :: Class-Tiny-1.008/
19:28:34 :: Class-Tiny-1.008/LICENSE
19:28:34 :: Class-Tiny-1.008/cpanfile
19:28:34 :: Class-Tiny-1.008/Changes
19:28:34 :: Class-Tiny-1.008/MANIFEST
19:28:34 :: Class-Tiny-1.008/perlcritic.rc
19:28:34 :: Class-Tiny-1.008/CONTRIBUTING.mkdn
19:28:34 :: Class-Tiny-1.008/t/
19:28:34 :: Class-Tiny-1.008/xt/
19:28:34 :: Class-Tiny-1.008/README
19:28:34 :: Class-Tiny-1.008/META.yml
19:28:34 :: Class-Tiny-1.008/tidyall.ini
19:28:34 :: Class-Tiny-1.008/lib/
19:28:34 :: Class-Tiny-1.008/Makefile.PL
19:28:34 :: Class-Tiny-1.008/META.json
19:28:34 :: Class-Tiny-1.008/dist.ini
19:28:34 :: Class-Tiny-1.008/lib/Class/
19:28:34 :: Class-Tiny-1.008/lib/Class/Tiny.pm
19:28:34 :: Class-Tiny-1.008/xt/author/
19:28:34 :: Class-Tiny-1.008/xt/release/
19:28:34 :: Class-Tiny-1.008/xt/release/distmeta.t
19:28:34 :: Class-Tiny-1.008/xt/author/critic.t
19:28:34 :: Class-Tiny-1.008/xt/author/minimum-version.t
19:28:34 :: Class-Tiny-1.008/xt/author/test-version.t
19:28:34 :: Class-Tiny-1.008/xt/author/00-compile.t
19:28:34 :: Class-Tiny-1.008/xt/author/pod-syntax.t
19:28:34 :: Class-Tiny-1.008/xt/author/portability.t
19:28:34 :: Class-Tiny-1.008/xt/author/pod-spell.t
19:28:34 :: Class-Tiny-1.008/xt/author/pod-coverage.t
19:28:34 :: Class-Tiny-1.008/t/golf.t
19:28:34 :: Class-Tiny-1.008/t/delta.t
19:28:34 :: Class-Tiny-1.008/t/alfa.t
19:28:34 :: Class-Tiny-1.008/t/juliett.t
19:28:34 :: Class-Tiny-1.008/t/foxtrot.t
19:28:34 :: Class-Tiny-1.008/t/echo.t
19:28:34 :: Class-Tiny-1.008/t/charlie.t
19:28:34 :: Class-Tiny-1.008/t/baker.t
19:28:34 :: Class-Tiny-1.008/t/00-report-prereqs.t
19:28:34 :: Class-Tiny-1.008/t/lib/
19:28:34 :: Class-Tiny-1.008/t/00-report-prereqs.dd
19:28:34 :: Class-Tiny-1.008/t/hotel.t
19:28:34 :: Class-Tiny-1.008/t/lib/TestUtils.pm
19:28:34 :: Class-Tiny-1.008/t/lib/Golf.pm
19:28:34 :: Class-Tiny-1.008/t/lib/Juliett.pm
19:28:34 :: Class-Tiny-1.008/t/lib/Alfa.pm
19:28:34 :: Class-Tiny-1.008/t/lib/Delta.pm
19:28:34 :: Class-Tiny-1.008/t/lib/Charlie.pm
19:28:34 :: Class-Tiny-1.008/t/lib/Foxtrot.pm
19:28:34 :: Class-Tiny-1.008/t/lib/Hotel.pm
19:28:34 :: Class-Tiny-1.008/t/lib/India.pm
19:28:34 :: Class-Tiny-1.008/t/lib/Echo.pm
19:28:34 :: Class-Tiny-1.008/t/lib/Baker.pm
19:28:34 :: Configuring Class-Tiny-1.008 ... Checking if your kit is complete...
19:28:34 :: Looks good
19:28:34 :: Generating a Unix-style Makefile
19:28:34 :: Writing Makefile for Class::Tiny
19:28:34 :: Writing MYMETA.yml and MYMETA.json
19:28:34 :: OK
19:28:35 :: Building Class-Tiny-1.008 ... cp lib/Class/Tiny.pm blib/lib/Class/Tiny.pm
19:28:35 :: Manifying 1 pod document
19:28:35 :: Manifying 1 pod document
19:28:35 :: Installing /usr/local/share/perl5/site_perl/Class/Tiny.pm
19:28:35 :: Installing /usr/local/share/man/man3/Class::Tiny.3pm
19:28:35 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:35 :: OK
19:28:35 :: Successfully installed Class-Tiny-1.008
19:28:35 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Class-Tiny-1.008/MYMETA.json
19:28:35 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Class-Tiny-1.008/install.json
19:28:35 :: --> Working on ExtUtils::Helpers
19:28:35 :: Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz ... OK
19:28:35 :: ExtUtils-Helpers-0.026/
19:28:35 :: ExtUtils-Helpers-0.026/lib/
19:28:35 :: ExtUtils-Helpers-0.026/lib/ExtUtils/
19:28:35 :: ExtUtils-Helpers-0.026/lib/ExtUtils/Helpers/
19:28:35 :: ExtUtils-Helpers-0.026/lib/ExtUtils/Helpers/Windows.pm
19:28:35 :: ExtUtils-Helpers-0.026/lib/ExtUtils/Helpers/Unix.pm
19:28:35 :: ExtUtils-Helpers-0.026/lib/ExtUtils/Helpers/VMS.pm
19:28:35 :: ExtUtils-Helpers-0.026/lib/ExtUtils/Helpers.pm
19:28:35 :: ExtUtils-Helpers-0.026/xt/
19:28:35 :: ExtUtils-Helpers-0.026/xt/author/
19:28:35 :: ExtUtils-Helpers-0.026/xt/author/pod-coverage.t
19:28:35 :: ExtUtils-Helpers-0.026/xt/author/00-compile.t
19:28:35 :: ExtUtils-Helpers-0.026/xt/author/pod-syntax.t
19:28:35 :: ExtUtils-Helpers-0.026/Makefile.PL
19:28:35 :: ExtUtils-Helpers-0.026/META.json
19:28:35 :: ExtUtils-Helpers-0.026/t/
19:28:35 :: ExtUtils-Helpers-0.026/t/split_like_shell.t
19:28:35 :: ExtUtils-Helpers-0.026/t/make_executable.t
19:28:35 :: ExtUtils-Helpers-0.026/t/man_pagename.t
19:28:35 :: ExtUtils-Helpers-0.026/t/tilde.t
19:28:35 :: ExtUtils-Helpers-0.026/MANIFEST
19:28:35 :: ExtUtils-Helpers-0.026/META.yml
19:28:35 :: ExtUtils-Helpers-0.026/dist.ini
19:28:35 :: ExtUtils-Helpers-0.026/INSTALL
19:28:35 :: ExtUtils-Helpers-0.026/LICENSE
19:28:35 :: ExtUtils-Helpers-0.026/Changes
19:28:35 :: ExtUtils-Helpers-0.026/README
19:28:35 :: Configuring ExtUtils-Helpers-0.026 ... Checking if your kit is complete...
19:28:35 :: Looks good
19:28:35 :: Generating a Unix-style Makefile
19:28:35 :: Writing Makefile for ExtUtils::Helpers
19:28:35 :: Writing MYMETA.yml and MYMETA.json
19:28:35 :: OK
19:28:35 :: Building ExtUtils-Helpers-0.026 ... cp lib/ExtUtils/Helpers/VMS.pm blib/lib/ExtUtils/Helpers/VMS.pm
19:28:35 :: cp lib/ExtUtils/Helpers/Windows.pm blib/lib/ExtUtils/Helpers/Windows.pm
19:28:35 :: cp lib/ExtUtils/Helpers.pm blib/lib/ExtUtils/Helpers.pm
19:28:35 :: cp lib/ExtUtils/Helpers/Unix.pm blib/lib/ExtUtils/Helpers/Unix.pm
19:28:36 :: Manifying 4 pod documents
19:28:36 :: Manifying 4 pod documents
19:28:36 :: Installing /usr/local/share/perl5/site_perl/ExtUtils/Helpers.pm
19:28:36 :: Installing /usr/local/share/perl5/site_perl/ExtUtils/Helpers/Unix.pm
19:28:36 :: Installing /usr/local/share/perl5/site_perl/ExtUtils/Helpers/VMS.pm
19:28:36 :: Installing /usr/local/share/perl5/site_perl/ExtUtils/Helpers/Windows.pm
19:28:36 :: Installing /usr/local/share/man/man3/ExtUtils::Helpers::Windows.3pm
19:28:36 :: Installing /usr/local/share/man/man3/ExtUtils::Helpers.3pm
19:28:36 :: Installing /usr/local/share/man/man3/ExtUtils::Helpers::VMS.3pm
19:28:36 :: Installing /usr/local/share/man/man3/ExtUtils::Helpers::Unix.3pm
19:28:36 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:36 :: OK
19:28:36 :: Successfully installed ExtUtils-Helpers-0.026
19:28:36 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/ExtUtils-Helpers-0.026/MYMETA.json
19:28:36 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/ExtUtils-Helpers-0.026/install.json
19:28:36 :: --> Working on CPAN::Common::Index
19:28:36 :: Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Common-Index-0.010.tar.gz ... OK
19:28:36 :: CPAN-Common-Index-0.010/
19:28:36 :: CPAN-Common-Index-0.010/Changes
19:28:36 :: CPAN-Common-Index-0.010/CONTRIBUTING.mkdn
19:28:36 :: CPAN-Common-Index-0.010/cpanfile
19:28:36 :: CPAN-Common-Index-0.010/dist.ini
19:28:36 :: CPAN-Common-Index-0.010/examples/
19:28:36 :: CPAN-Common-Index-0.010/lib/
19:28:36 :: CPAN-Common-Index-0.010/LICENSE
19:28:36 :: CPAN-Common-Index-0.010/Makefile.PL
19:28:36 :: CPAN-Common-Index-0.010/MANIFEST
19:28:36 :: CPAN-Common-Index-0.010/META.json
19:28:36 :: CPAN-Common-Index-0.010/META.yml
19:28:36 :: CPAN-Common-Index-0.010/perlcritic.rc
19:28:36 :: CPAN-Common-Index-0.010/README
19:28:36 :: CPAN-Common-Index-0.010/t/
19:28:36 :: CPAN-Common-Index-0.010/tidyall.ini
19:28:36 :: CPAN-Common-Index-0.010/Todo
19:28:36 :: CPAN-Common-Index-0.010/xt/
19:28:36 :: CPAN-Common-Index-0.010/xt/author/
19:28:36 :: CPAN-Common-Index-0.010/xt/release/
19:28:36 :: CPAN-Common-Index-0.010/xt/release/distmeta.t
19:28:36 :: CPAN-Common-Index-0.010/xt/release/minimum-version.t
19:28:36 :: CPAN-Common-Index-0.010/xt/author/00-compile.t
19:28:36 :: CPAN-Common-Index-0.010/xt/author/critic.t
19:28:36 :: CPAN-Common-Index-0.010/xt/author/pod-coverage.t
19:28:36 :: CPAN-Common-Index-0.010/xt/author/pod-spell.t
19:28:36 :: CPAN-Common-Index-0.010/xt/author/pod-syntax.t
19:28:36 :: CPAN-Common-Index-0.010/xt/author/portability.t
19:28:36 :: CPAN-Common-Index-0.010/xt/author/test-version.t
19:28:36 :: CPAN-Common-Index-0.010/t/00-report-prereqs.dd
19:28:36 :: CPAN-Common-Index-0.010/t/00-report-prereqs.t
19:28:36 :: CPAN-Common-Index-0.010/t/api.t
19:28:36 :: CPAN-Common-Index-0.010/t/CPAN/
19:28:36 :: CPAN-Common-Index-0.010/t/CUSTOM/
19:28:36 :: CPAN-Common-Index-0.010/t/lib/
19:28:36 :: CPAN-Common-Index-0.010/t/local_package.t
19:28:36 :: CPAN-Common-Index-0.010/t/metadb.t
19:28:36 :: CPAN-Common-Index-0.010/t/mirror.t
19:28:36 :: CPAN-Common-Index-0.010/t/mux-ordered.t
19:28:36 :: CPAN-Common-Index-0.010/t/lib/CommonTests.pm
19:28:36 :: CPAN-Common-Index-0.010/t/CUSTOM/mypackages.gz
19:28:36 :: CPAN-Common-Index-0.010/t/CUSTOM/uncompressed
19:28:36 :: CPAN-Common-Index-0.010/t/CPAN/authors/
19:28:36 :: CPAN-Common-Index-0.010/t/CPAN/modules/
19:28:36 :: CPAN-Common-Index-0.010/t/CPAN/modules/02packages.details.txt
19:28:36 :: CPAN-Common-Index-0.010/t/CPAN/modules/02packages.details.txt.gz
19:28:36 :: CPAN-Common-Index-0.010/t/CPAN/authors/01mailrc.txt
19:28:36 :: CPAN-Common-Index-0.010/t/CPAN/authors/01mailrc.txt.gz
19:28:36 :: CPAN-Common-Index-0.010/lib/CPAN/
19:28:36 :: CPAN-Common-Index-0.010/lib/CPAN/Common/
19:28:36 :: CPAN-Common-Index-0.010/lib/CPAN/Common/Index/
19:28:36 :: CPAN-Common-Index-0.010/lib/CPAN/Common/Index.pm
19:28:36 :: CPAN-Common-Index-0.010/lib/CPAN/Common/Index/LocalPackage.pm
19:28:36 :: CPAN-Common-Index-0.010/lib/CPAN/Common/Index/MetaDB.pm
19:28:36 :: CPAN-Common-Index-0.010/lib/CPAN/Common/Index/Mirror.pm
19:28:36 :: CPAN-Common-Index-0.010/lib/CPAN/Common/Index/Mux/
19:28:36 :: CPAN-Common-Index-0.010/lib/CPAN/Common/Index/Mux/Ordered.pm
19:28:36 :: CPAN-Common-Index-0.010/examples/synopsis.pl
19:28:36 :: Configuring CPAN-Common-Index-0.010 ... Checking if your kit is complete...
19:28:36 :: Looks good
19:28:36 :: Generating a Unix-style Makefile
19:28:36 :: Writing Makefile for CPAN::Common::Index
19:28:36 :: Writing MYMETA.yml and MYMETA.json
19:28:36 :: OK
19:28:36 :: ==> Found dependencies: Tie::Handle::SkipHeader
19:28:36 :: --> Working on Tie::Handle::SkipHeader
19:28:36 :: Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Tie-Handle-Offset-0.004.tar.gz ... OK
19:28:36 :: Tie-Handle-Offset-0.004/
19:28:36 :: Tie-Handle-Offset-0.004/LICENSE
19:28:36 :: Tie-Handle-Offset-0.004/cpanfile
19:28:36 :: Tie-Handle-Offset-0.004/Changes
19:28:36 :: Tie-Handle-Offset-0.004/MANIFEST
19:28:36 :: Tie-Handle-Offset-0.004/perlcritic.rc
19:28:36 :: Tie-Handle-Offset-0.004/CONTRIBUTING.mkdn
19:28:36 :: Tie-Handle-Offset-0.004/t/
19:28:36 :: Tie-Handle-Offset-0.004/xt/
19:28:36 :: Tie-Handle-Offset-0.004/README
19:28:36 :: Tie-Handle-Offset-0.004/META.yml
19:28:36 :: Tie-Handle-Offset-0.004/lib/
19:28:36 :: Tie-Handle-Offset-0.004/Makefile.PL
19:28:36 :: Tie-Handle-Offset-0.004/META.json
19:28:36 :: Tie-Handle-Offset-0.004/dist.ini
19:28:36 :: Tie-Handle-Offset-0.004/lib/Tie/
19:28:36 :: Tie-Handle-Offset-0.004/lib/Tie/Handle/
19:28:36 :: Tie-Handle-Offset-0.004/lib/Tie/Handle/Offset.pm
19:28:36 :: Tie-Handle-Offset-0.004/lib/Tie/Handle/SkipHeader.pm
19:28:36 :: Tie-Handle-Offset-0.004/xt/author/
19:28:36 :: Tie-Handle-Offset-0.004/xt/release/
19:28:36 :: Tie-Handle-Offset-0.004/xt/release/distmeta.t
19:28:36 :: Tie-Handle-Offset-0.004/xt/author/critic.t
19:28:36 :: Tie-Handle-Offset-0.004/xt/author/test-version.t
19:28:36 :: Tie-Handle-Offset-0.004/xt/author/00-compile.t
19:28:36 :: Tie-Handle-Offset-0.004/xt/author/pod-syntax.t
19:28:36 :: Tie-Handle-Offset-0.004/xt/author/portability.t
19:28:36 :: Tie-Handle-Offset-0.004/xt/author/pod-spell.t
19:28:36 :: Tie-Handle-Offset-0.004/xt/author/pod-coverage.t
19:28:36 :: Tie-Handle-Offset-0.004/t/offset.t
19:28:36 :: Tie-Handle-Offset-0.004/t/skip-header.t
19:28:36 :: Tie-Handle-Offset-0.004/t/00-report-prereqs.t
19:28:36 :: Tie-Handle-Offset-0.004/t/00-report-prereqs.dd
19:28:36 :: Tie-Handle-Offset-0.004/t/data/
19:28:36 :: Tie-Handle-Offset-0.004/t/data/test.txt
19:28:36 :: Tie-Handle-Offset-0.004/t/data/header.txt
19:28:36 :: Configuring Tie-Handle-Offset-0.004 ... Checking if your kit is complete...
19:28:36 :: Looks good
19:28:36 :: Generating a Unix-style Makefile
19:28:36 :: Writing Makefile for Tie::Handle::Offset
19:28:36 :: Writing MYMETA.yml and MYMETA.json
19:28:36 :: OK
19:28:37 :: Building Tie-Handle-Offset-0.004 ... cp lib/Tie/Handle/SkipHeader.pm blib/lib/Tie/Handle/SkipHeader.pm
19:28:37 :: cp lib/Tie/Handle/Offset.pm blib/lib/Tie/Handle/Offset.pm
19:28:37 :: Manifying 2 pod documents
19:28:37 :: Manifying 2 pod documents
19:28:37 :: Installing /usr/local/share/perl5/site_perl/Tie/Handle/SkipHeader.pm
19:28:37 :: Installing /usr/local/share/perl5/site_perl/Tie/Handle/Offset.pm
19:28:37 :: Installing /usr/local/share/man/man3/Tie::Handle::Offset.3pm
19:28:37 :: Installing /usr/local/share/man/man3/Tie::Handle::SkipHeader.3pm
19:28:37 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:37 :: OK
19:28:37 :: Successfully installed Tie-Handle-Offset-0.004
19:28:37 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Tie-Handle-Offset-0.004/MYMETA.json
19:28:37 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Tie-Handle-Offset-0.004/install.json
19:28:37 :: Building CPAN-Common-Index-0.010 ... cp lib/CPAN/Common/Index/Mux/Ordered.pm blib/lib/CPAN/Common/Index/Mux/Ordered.pm
19:28:37 :: cp lib/CPAN/Common/Index/LocalPackage.pm blib/lib/CPAN/Common/Index/LocalPackage.pm
19:28:37 :: cp lib/CPAN/Common/Index/Mirror.pm blib/lib/CPAN/Common/Index/Mirror.pm
19:28:37 :: cp lib/CPAN/Common/Index/MetaDB.pm blib/lib/CPAN/Common/Index/MetaDB.pm
19:28:37 :: cp lib/CPAN/Common/Index.pm blib/lib/CPAN/Common/Index.pm
19:28:37 :: Manifying 5 pod documents
19:28:37 :: Manifying 5 pod documents
19:28:37 :: Installing /usr/local/share/perl5/site_perl/CPAN/Common/Index.pm
19:28:37 :: Installing /usr/local/share/perl5/site_perl/CPAN/Common/Index/MetaDB.pm
19:28:37 :: Installing /usr/local/share/perl5/site_perl/CPAN/Common/Index/Mirror.pm
19:28:37 :: Installing /usr/local/share/perl5/site_perl/CPAN/Common/Index/LocalPackage.pm
19:28:37 :: Installing /usr/local/share/perl5/site_perl/CPAN/Common/Index/Mux/Ordered.pm
19:28:37 :: Installing /usr/local/share/man/man3/CPAN::Common::Index.3pm
19:28:37 :: Installing /usr/local/share/man/man3/CPAN::Common::Index::Mirror.3pm
19:28:37 :: Installing /usr/local/share/man/man3/CPAN::Common::Index::Mux::Ordered.3pm
19:28:37 :: Installing /usr/local/share/man/man3/CPAN::Common::Index::LocalPackage.3pm
19:28:37 :: Installing /usr/local/share/man/man3/CPAN::Common::Index::MetaDB.3pm
19:28:37 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:37 :: OK
19:28:37 :: Successfully installed CPAN-Common-Index-0.010
19:28:37 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/CPAN-Common-Index-0.010/MYMETA.json
19:28:37 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/CPAN-Common-Index-0.010/install.json
19:28:37 :: --> Working on Win32::ShellQuote
19:28:37 :: Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Win32-ShellQuote-0.003001.tar.gz ... OK
19:28:37 :: Win32-ShellQuote-0.003001/
19:28:37 :: Win32-ShellQuote-0.003001/Changes
19:28:37 :: Win32-ShellQuote-0.003001/lib/
19:28:37 :: Win32-ShellQuote-0.003001/LICENSE
19:28:37 :: Win32-ShellQuote-0.003001/maint/
19:28:37 :: Win32-ShellQuote-0.003001/Makefile.PL
19:28:37 :: Win32-ShellQuote-0.003001/MANIFEST
19:28:37 :: Win32-ShellQuote-0.003001/META.json
19:28:37 :: Win32-ShellQuote-0.003001/META.yml
19:28:37 :: Win32-ShellQuote-0.003001/README
19:28:37 :: Win32-ShellQuote-0.003001/t/
19:28:37 :: Win32-ShellQuote-0.003001/t/dump_args.pl
19:28:37 :: Win32-ShellQuote-0.003001/t/dump_cmdline.pl
19:28:37 :: Win32-ShellQuote-0.003001/t/lib/
19:28:37 :: Win32-ShellQuote-0.003001/t/quote_system.t
19:28:37 :: Win32-ShellQuote-0.003001/t/quoting.t
19:28:37 :: Win32-ShellQuote-0.003001/t/unescape_cmd.t
19:28:37 :: Win32-ShellQuote-0.003001/t/unquoting.t
19:28:37 :: Win32-ShellQuote-0.003001/t/lib/TestUtil.pm
19:28:37 :: Win32-ShellQuote-0.003001/maint/Makefile.PL.include
19:28:37 :: Win32-ShellQuote-0.003001/lib/Win32/
19:28:37 :: Win32-ShellQuote-0.003001/lib/Win32/ShellQuote.pm
19:28:37 :: Configuring Win32-ShellQuote-0.003001 ... Checking if your kit is complete...
19:28:37 :: Looks good
19:28:38 :: Generating a Unix-style Makefile
19:28:38 :: Writing Makefile for Win32::ShellQuote
19:28:38 :: Writing MYMETA.yml and MYMETA.json
19:28:38 :: OK
19:28:38 :: Building Win32-ShellQuote-0.003001 ... cp lib/Win32/ShellQuote.pm blib/lib/Win32/ShellQuote.pm
19:28:38 :: Manifying 1 pod document
19:28:38 :: Manifying 1 pod document
19:28:38 :: Installing /usr/local/share/perl5/site_perl/Win32/ShellQuote.pm
19:28:38 :: Installing /usr/local/share/man/man3/Win32::ShellQuote.3pm
19:28:38 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:38 :: OK
19:28:38 :: Successfully installed Win32-ShellQuote-0.003001
19:28:38 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Win32-ShellQuote-0.003001/MYMETA.json
19:28:38 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Win32-ShellQuote-0.003001/install.json
19:28:38 :: --> Working on File::pushd
19:28:38 :: Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-1.016.tar.gz ... OK
19:28:38 :: File-pushd-1.016/
19:28:38 :: File-pushd-1.016/LICENSE
19:28:38 :: File-pushd-1.016/cpanfile
19:28:38 :: File-pushd-1.016/Changes
19:28:38 :: File-pushd-1.016/MANIFEST
19:28:38 :: File-pushd-1.016/perlcritic.rc
19:28:38 :: File-pushd-1.016/CONTRIBUTING.mkdn
19:28:38 :: File-pushd-1.016/t/
19:28:38 :: File-pushd-1.016/xt/
19:28:38 :: File-pushd-1.016/README
19:28:38 :: File-pushd-1.016/Todo
19:28:38 :: File-pushd-1.016/examples/
19:28:38 :: File-pushd-1.016/META.yml
19:28:38 :: File-pushd-1.016/tidyall.ini
19:28:38 :: File-pushd-1.016/lib/
19:28:38 :: File-pushd-1.016/Makefile.PL
19:28:38 :: File-pushd-1.016/META.json
19:28:38 :: File-pushd-1.016/dist.ini
19:28:38 :: File-pushd-1.016/lib/File/
19:28:38 :: File-pushd-1.016/lib/File/pushd.pm
19:28:38 :: File-pushd-1.016/examples/example.pl
19:28:38 :: File-pushd-1.016/xt/author/
19:28:38 :: File-pushd-1.016/xt/release/
19:28:38 :: File-pushd-1.016/xt/release/distmeta.t
19:28:38 :: File-pushd-1.016/xt/author/critic.t
19:28:38 :: File-pushd-1.016/xt/author/minimum-version.t
19:28:38 :: File-pushd-1.016/xt/author/test-version.t
19:28:38 :: File-pushd-1.016/xt/author/00-compile.t
19:28:38 :: File-pushd-1.016/xt/author/pod-syntax.t
19:28:38 :: File-pushd-1.016/xt/author/portability.t
19:28:38 :: File-pushd-1.016/xt/author/pod-spell.t
19:28:38 :: File-pushd-1.016/xt/author/pod-coverage.t
19:28:38 :: File-pushd-1.016/t/void-context.t
19:28:38 :: File-pushd-1.016/t/File_pushd.t
19:28:38 :: File-pushd-1.016/t/00-report-prereqs.t
19:28:38 :: File-pushd-1.016/t/00-report-prereqs.dd
19:28:38 :: File-pushd-1.016/t/exception.t
19:28:38 :: Configuring File-pushd-1.016 ... Checking if your kit is complete...
19:28:38 :: Looks good
19:28:38 :: Generating a Unix-style Makefile
19:28:38 :: Writing Makefile for File::pushd
19:28:38 :: Writing MYMETA.yml and MYMETA.json
19:28:38 :: OK
19:28:39 :: Building File-pushd-1.016 ... cp lib/File/pushd.pm blib/lib/File/pushd.pm
19:28:39 :: Manifying 1 pod document
19:28:39 :: Manifying 1 pod document
19:28:39 :: Installing /usr/local/share/perl5/site_perl/File/pushd.pm
19:28:39 :: Installing /usr/local/share/man/man3/File::pushd.3pm
19:28:39 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:39 :: OK
19:28:39 :: Successfully installed File-pushd-1.016
19:28:39 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/File-pushd-1.016/MYMETA.json
19:28:39 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/File-pushd-1.016/install.json
19:28:39 :: Building Menlo-1.9019 ... cp lib/Menlo/Builder/Static.pm blib/lib/Menlo/Builder/Static.pm
19:28:39 :: cp lib/Menlo/Index/Mirror.pm blib/lib/Menlo/Index/Mirror.pm
19:28:39 :: cp lib/Menlo/Index/MetaDB.pm blib/lib/Menlo/Index/MetaDB.pm
19:28:39 :: cp lib/Menlo/Util.pm blib/lib/Menlo/Util.pm
19:28:39 :: cp lib/Menlo/Index/MetaCPAN.pm blib/lib/Menlo/Index/MetaCPAN.pm
19:28:39 :: cp lib/Menlo/Dependency.pm blib/lib/Menlo/Dependency.pm
19:28:39 :: cp lib/Menlo.pm blib/lib/Menlo.pm
19:28:39 :: Manifying 4 pod documents
19:28:39 :: Manifying 4 pod documents
19:28:39 :: Installing /usr/local/share/perl5/site_perl/Menlo.pm
19:28:39 :: Installing /usr/local/share/perl5/site_perl/Menlo/Util.pm
19:28:39 :: Installing /usr/local/share/perl5/site_perl/Menlo/Dependency.pm
19:28:39 :: Installing /usr/local/share/perl5/site_perl/Menlo/Index/MetaDB.pm
19:28:39 :: Installing /usr/local/share/perl5/site_perl/Menlo/Index/Mirror.pm
19:28:39 :: Installing /usr/local/share/perl5/site_perl/Menlo/Index/MetaCPAN.pm
19:28:39 :: Installing /usr/local/share/perl5/site_perl/Menlo/Builder/Static.pm
19:28:39 :: Installing /usr/local/share/man/man3/Menlo::Index::MetaDB.3pm
19:28:39 :: Installing /usr/local/share/man/man3/Menlo.3pm
19:28:39 :: Installing /usr/local/share/man/man3/Menlo::Index::MetaCPAN.3pm
19:28:39 :: Installing /usr/local/share/man/man3/Menlo::Builder::Static.3pm
19:28:39 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:39 :: OK
19:28:39 :: Successfully installed Menlo-1.9019
19:28:39 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Menlo-1.9019/MYMETA.json
19:28:39 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Menlo-1.9019/install.json
19:28:40 :: Building Menlo-Legacy-1.9022 ... cp lib/Menlo/CLI/Compat.pm blib/lib/Menlo/CLI/Compat.pm
19:28:40 :: cp lib/Menlo/Legacy.pm blib/lib/Menlo/Legacy.pm
19:28:40 :: Manifying 2 pod documents
19:28:40 :: Manifying 2 pod documents
19:28:40 :: Installing /usr/local/share/perl5/site_perl/Menlo/Legacy.pm
19:28:40 :: Installing /usr/local/share/perl5/site_perl/Menlo/CLI/Compat.pm
19:28:40 :: Installing /usr/local/share/man/man3/Menlo::CLI::Compat.3pm
19:28:40 :: Installing /usr/local/share/man/man3/Menlo::Legacy.3pm
19:28:40 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:40 :: OK
19:28:40 :: Successfully installed Menlo-Legacy-1.9022
19:28:40 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Menlo-Legacy-1.9022/MYMETA.json
19:28:40 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Menlo-Legacy-1.9022/install.json
19:28:40 :: --> Working on Path::Tiny
19:28:40 :: Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.144.tar.gz ... OK
19:28:40 :: Path-Tiny-0.144/
19:28:40 :: Path-Tiny-0.144/tidyall.ini
19:28:40 :: Path-Tiny-0.144/dist.ini
19:28:40 :: Path-Tiny-0.144/cpanfile
19:28:40 :: Path-Tiny-0.144/Changes
19:28:40 :: Path-Tiny-0.144/CONTRIBUTING.mkdn
19:28:40 :: Path-Tiny-0.144/META.yml
19:28:40 :: Path-Tiny-0.144/lib/
19:28:40 :: Path-Tiny-0.144/lib/Path/
19:28:40 :: Path-Tiny-0.144/lib/Path/Tiny.pm
19:28:40 :: Path-Tiny-0.144/LICENSE
19:28:40 :: Path-Tiny-0.144/perlcritic.rc
19:28:40 :: Path-Tiny-0.144/README
19:28:40 :: Path-Tiny-0.144/Makefile.PL
19:28:40 :: Path-Tiny-0.144/xt/
19:28:40 :: Path-Tiny-0.144/xt/author/
19:28:40 :: Path-Tiny-0.144/xt/author/pod-syntax.t
19:28:40 :: Path-Tiny-0.144/xt/author/pod-coverage.t
19:28:40 :: Path-Tiny-0.144/xt/author/portability.t
19:28:40 :: Path-Tiny-0.144/xt/author/00-compile.t
19:28:40 :: Path-Tiny-0.144/xt/author/distmeta.t
19:28:40 :: Path-Tiny-0.144/xt/author/pod-spell.t
19:28:40 :: Path-Tiny-0.144/xt/author/critic.t
19:28:40 :: Path-Tiny-0.144/xt/author/minimum-version.t
19:28:40 :: Path-Tiny-0.144/xt/author/test-version.t
19:28:40 :: Path-Tiny-0.144/MANIFEST
19:28:40 :: Path-Tiny-0.144/t/
19:28:40 :: Path-Tiny-0.144/t/zzz-spec.t
19:28:40 :: Path-Tiny-0.144/t/data/
19:28:40 :: Path-Tiny-0.144/t/data/chmod.txt
19:28:40 :: Path-Tiny-0.144/t/mutable_tree_while_iterating.t
19:28:40 :: Path-Tiny-0.144/t/recurse.t
19:28:40 :: Path-Tiny-0.144/t/chmod.t
19:28:40 :: Path-Tiny-0.144/t/visit.t
19:28:40 :: Path-Tiny-0.144/t/has_same_bytes.t
19:28:40 :: Path-Tiny-0.144/t/fakelib/
19:28:40 :: Path-Tiny-0.144/t/fakelib/PerlIO/
19:28:40 :: Path-Tiny-0.144/t/fakelib/PerlIO/utf8_strict.pm
19:28:40 :: Path-Tiny-0.144/t/fakelib/Unicode/
19:28:40 :: Path-Tiny-0.144/t/fakelib/Unicode/UTF8.pm
19:28:40 :: Path-Tiny-0.144/t/rel-abs.t
19:28:40 :: Path-Tiny-0.144/t/input_output_no_UU.t
19:28:40 :: Path-Tiny-0.144/t/locking.t
19:28:40 :: Path-Tiny-0.144/t/sig_die.t
19:28:40 :: Path-Tiny-0.144/t/size.t
19:28:40 :: Path-Tiny-0.144/t/lib/
19:28:40 :: Path-Tiny-0.144/t/lib/TestUtils.pm
19:28:40 :: Path-Tiny-0.144/t/temp.t
19:28:40 :: Path-Tiny-0.144/t/exports.t
19:28:40 :: Path-Tiny-0.144/t/zz-atomic.t
19:28:40 :: Path-Tiny-0.144/t/parent.t
19:28:40 :: Path-Tiny-0.144/t/README
19:28:40 :: Path-Tiny-0.144/t/mkpath.t
19:28:40 :: Path-Tiny-0.144/t/normalize.t
19:28:40 :: Path-Tiny-0.144/t/subsumes.t
19:28:40 :: Path-Tiny-0.144/t/00-report-prereqs.t
19:28:40 :: Path-Tiny-0.144/t/input_output_no_PU_UU.t
19:28:40 :: Path-Tiny-0.144/t/children.t
19:28:40 :: Path-Tiny-0.144/t/basic.t
19:28:40 :: Path-Tiny-0.144/t/basename.t
19:28:40 :: Path-Tiny-0.144/t/overloading.t
19:28:40 :: Path-Tiny-0.144/t/exception.t
19:28:40 :: Path-Tiny-0.144/t/mkdir.t
19:28:40 :: Path-Tiny-0.144/t/symlinks.t
19:28:40 :: Path-Tiny-0.144/t/00-report-prereqs.dd
19:28:40 :: Path-Tiny-0.144/t/filesystem.t
19:28:40 :: Path-Tiny-0.144/t/digest.t
19:28:40 :: Path-Tiny-0.144/t/input_output.t
19:28:40 :: Path-Tiny-0.144/META.json
19:28:40 :: Configuring Path-Tiny-0.144 ... Checking if your kit is complete...
19:28:40 :: Looks good
19:28:40 :: Generating a Unix-style Makefile
19:28:40 :: Writing Makefile for Path::Tiny
19:28:40 :: Writing MYMETA.yml and MYMETA.json
19:28:40 :: OK
19:28:40 :: Building Path-Tiny-0.144 ... cp lib/Path/Tiny.pm blib/lib/Path/Tiny.pm
19:28:41 :: Manifying 1 pod document
19:28:41 :: Manifying 1 pod document
19:28:41 :: Installing /usr/local/share/perl5/site_perl/Path/Tiny.pm
19:28:41 :: Installing /usr/local/share/man/man3/Path::Tiny.3pm
19:28:41 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:41 :: OK
19:28:41 :: Successfully installed Path-Tiny-0.144
19:28:41 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Path-Tiny-0.144/MYMETA.json
19:28:41 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Path-Tiny-0.144/install.json
19:28:41 :: --> Working on Try::Tiny
19:28:41 :: Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.31.tar.gz ... OK
19:28:41 :: Try-Tiny-0.31/
19:28:41 :: Try-Tiny-0.31/INSTALL
19:28:41 :: Try-Tiny-0.31/CONTRIBUTING
19:28:41 :: Try-Tiny-0.31/Changes
19:28:41 :: Try-Tiny-0.31/MANIFEST
19:28:41 :: Try-Tiny-0.31/t/
19:28:41 :: Try-Tiny-0.31/xt/
19:28:41 :: Try-Tiny-0.31/README
19:28:41 :: Try-Tiny-0.31/META.yml
19:28:41 :: Try-Tiny-0.31/lib/
19:28:41 :: Try-Tiny-0.31/Makefile.PL
19:28:41 :: Try-Tiny-0.31/maint/
19:28:41 :: Try-Tiny-0.31/LICENCE
19:28:41 :: Try-Tiny-0.31/META.json
19:28:41 :: Try-Tiny-0.31/dist.ini
19:28:41 :: Try-Tiny-0.31/maint/bench.pl
19:28:41 :: Try-Tiny-0.31/lib/Try/
19:28:41 :: Try-Tiny-0.31/lib/Try/Tiny.pm
19:28:41 :: Try-Tiny-0.31/xt/author/
19:28:41 :: Try-Tiny-0.31/xt/release/
19:28:41 :: Try-Tiny-0.31/xt/release/changes_has_content.t
19:28:41 :: Try-Tiny-0.31/xt/release/cpan-changes.t
19:28:41 :: Try-Tiny-0.31/xt/author/mojibake.t
19:28:41 :: Try-Tiny-0.31/xt/author/kwalitee.t
19:28:41 :: Try-Tiny-0.31/xt/author/no-tabs.t
19:28:41 :: Try-Tiny-0.31/xt/author/minimum-version.t
19:28:41 :: Try-Tiny-0.31/xt/author/00-compile.t
19:28:41 :: Try-Tiny-0.31/xt/author/eol.t
19:28:41 :: Try-Tiny-0.31/xt/author/pod-syntax.t
19:28:41 :: Try-Tiny-0.31/xt/author/portability.t
19:28:41 :: Try-Tiny-0.31/xt/author/distmeta.t
19:28:41 :: Try-Tiny-0.31/xt/author/pod-spell.t
19:28:41 :: Try-Tiny-0.31/xt/author/pod-no404s.t
19:28:41 :: Try-Tiny-0.31/xt/author/pod-coverage.t
19:28:41 :: Try-Tiny-0.31/t/context.t
19:28:41 :: Try-Tiny-0.31/t/global_destruction_load.t
19:28:41 :: Try-Tiny-0.31/t/named.t
19:28:41 :: Try-Tiny-0.31/t/given_when.t
19:28:41 :: Try-Tiny-0.31/t/basic.t
19:28:41 :: Try-Tiny-0.31/t/when.t
19:28:41 :: Try-Tiny-0.31/t/global_destruction_forked.t
19:28:41 :: Try-Tiny-0.31/t/00-report-prereqs.t
19:28:41 :: Try-Tiny-0.31/t/lib/
19:28:41 :: Try-Tiny-0.31/t/00-report-prereqs.dd
19:28:41 :: Try-Tiny-0.31/t/zzz-check-breaks.t
19:28:41 :: Try-Tiny-0.31/t/finally.t
19:28:41 :: Try-Tiny-0.31/t/erroneous_usage.t
19:28:41 :: Try-Tiny-0.31/t/lib/TryUser.pm
19:28:41 :: Configuring Try-Tiny-0.31 ... Checking if your kit is complete...
19:28:41 :: Looks good
19:28:41 :: Generating a Unix-style Makefile
19:28:41 :: Writing Makefile for Try::Tiny
19:28:41 :: Writing MYMETA.yml and MYMETA.json
19:28:41 :: OK
19:28:41 :: Building Try-Tiny-0.31 ... cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm
19:28:42 :: Manifying 1 pod document
19:28:42 :: Manifying 1 pod document
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Try/Tiny.pm
19:28:42 :: Installing /usr/local/share/man/man3/Try::Tiny.3pm
19:28:42 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:42 :: OK
19:28:42 :: Successfully installed Try-Tiny-0.31
19:28:42 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Try-Tiny-0.31/MYMETA.json
19:28:42 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Try-Tiny-0.31/install.json
19:28:42 :: Building Carton-v1.0.35 ... cp lib/Carton/CPANfile.pm blib/lib/Carton/CPANfile.pm
19:28:42 :: cp lib/Carton/Doc/Upgrading.pod blib/lib/Carton/Doc/Upgrading.pod
19:28:42 :: cp lib/Carton/Snapshot/Parser.pm blib/lib/Carton/Snapshot/Parser.pm
19:28:42 :: cp lib/Carton/Doc/Bundle.pod blib/lib/Carton/Doc/Bundle.pod
19:28:42 :: cp lib/Carton/Doc/Check.pod blib/lib/Carton/Doc/Check.pod
19:28:42 :: cp lib/Carton/Dependency.pm blib/lib/Carton/Dependency.pm
19:28:42 :: cp lib/Carton/Doc/List.pod blib/lib/Carton/Doc/List.pod
19:28:42 :: cp lib/Carton/Dist.pm blib/lib/Carton/Dist.pm
19:28:42 :: cp lib/Carton/Doc/Version.pod blib/lib/Carton/Doc/Version.pod
19:28:42 :: cp lib/Carton/Doc/Fatpack.pod blib/lib/Carton/Doc/Fatpack.pod
19:28:42 :: cp lib/Carton/Util.pm blib/lib/Carton/Util.pm
19:28:42 :: cp lib/Carton/Doc/Exec.pod blib/lib/Carton/Doc/Exec.pod
19:28:42 :: cp lib/Carton/Error.pm blib/lib/Carton/Error.pm
19:28:42 :: cp lib/Carton/Doc/Update.pod blib/lib/Carton/Doc/Update.pod
19:28:42 :: cp lib/Carton/Index.pm blib/lib/Carton/Index.pm
19:28:42 :: cp lib/Carton/Package.pm blib/lib/Carton/Package.pm
19:28:42 :: cp lib/Carton/CLI.pm blib/lib/Carton/CLI.pm
19:28:42 :: cp lib/Carton/Environment.pm blib/lib/Carton/Environment.pm
19:28:42 :: cp lib/Carton/Builder.pm blib/lib/Carton/Builder.pm
19:28:42 :: cp lib/Carton/Mirror.pm blib/lib/Carton/Mirror.pm
19:28:42 :: cp lib/Carton/Doc/Show.pod blib/lib/Carton/Doc/Show.pod
19:28:42 :: cp lib/Carton/Doc/Install.pod blib/lib/Carton/Doc/Install.pod
19:28:42 :: cp lib/Carton/Dist/Core.pm blib/lib/Carton/Dist/Core.pm
19:28:42 :: cp lib/Carton/Doc/FAQ.pod blib/lib/Carton/Doc/FAQ.pod
19:28:42 :: cp lib/Carton.pm blib/lib/Carton.pm
19:28:42 :: cp lib/Carton/Tree.pm blib/lib/Carton/Tree.pm
19:28:42 :: cp lib/Carton/Snapshot/Emitter.pm blib/lib/Carton/Snapshot/Emitter.pm
19:28:42 :: cp lib/Carton/Doc/Tree.pod blib/lib/Carton/Doc/Tree.pod
19:28:42 :: cp lib/Carton/Packer.pm blib/lib/Carton/Packer.pm
19:28:42 :: cp lib/Carton/Snapshot.pm blib/lib/Carton/Snapshot.pm
19:28:42 :: cp script/carton blib/script/carton
19:28:42 :: "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/carton
19:28:42 :: Manifying 1 pod document
19:28:42 :: Manifying 13 pod documents
19:28:42 :: Manifying 1 pod document
19:28:42 :: Manifying 13 pod documents
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Error.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Mirror.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Tree.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Index.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Environment.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Builder.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Util.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/CLI.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Snapshot.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Dist.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Package.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/CPANfile.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Dependency.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Packer.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Snapshot/Parser.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Snapshot/Emitter.pm
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/Install.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/Bundle.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/List.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/Tree.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/FAQ.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/Fatpack.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/Update.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/Version.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/Check.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/Exec.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/Show.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Doc/Upgrading.pod
19:28:42 :: Installing /usr/local/share/perl5/site_perl/Carton/Dist/Core.pm
19:28:42 :: Installing /usr/local/share/man/man1/carton.1
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::Update.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::Version.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::Check.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::Exec.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::List.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::Bundle.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::Install.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::Tree.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::Upgrading.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::Fatpack.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::Show.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton::Doc::FAQ.3pm
19:28:42 :: Installing /usr/local/share/man/man3/Carton.3pm
19:28:42 :: Installing /usr/local/bin/carton
19:28:42 :: Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod
19:28:42 :: OK
19:28:42 :: Successfully installed Carton-v1.0.35
19:28:43 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Carton-v1.0.35/MYMETA.json
19:28:43 :: Installing /usr/local/share/perl5/site_perl/aarch64-linux-thread-multi/.meta/Carton-v1.0.35/install.json
19:28:43 :: 25 distributions installed
[task stderr]
19:28:43 :: cpanm (App::cpanminus) 1.7046 on perl 5.036001 built for aarch64-linux-thread-multi
19:28:43 :: Work directory is /root/.cpanm/work/1695238101.183
19:28:43 :: You have make /usr/bin/make
19:28:43 :: You have /usr/bin/wget
19:28:43 :: You have /bin/tar: tar (busybox) 1.36.1
19:28:43 :: You have /usr/bin/unzip
19:28:43 :: Searching Carton () on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:21--  http://cpanmetadb.plackperl.org/v1.0/package/Carton
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 735 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 24.2M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:21 (24.2 MB/s) - written to stdout [735/735]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:22--  http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Carton-v1.0.35.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 85887 (84K) [application/x-gzip]
19:28:43 :: Saving to: 'Carton-v1.0.35.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... .......... .......... .......... 59%  523M 0s
19:28:43 ::     50K .......... .......... .......... ...                  100% 9.39M=0.004s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:22 (22.7 MB/s) - 'Carton-v1.0.35.tar.gz' saved [85887/85887]
19:28:43 :: 
19:28:43 :: Unpacking Carton-v1.0.35.tar.gz
19:28:43 :: Entering Carton-v1.0.35
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have version 0.77 ... Yes (0.9929)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Warning: prerequisite Class::Tiny 1.001 not found.
19:28:43 :: Warning: prerequisite Menlo::CLI::Compat 1.9018 not found.
19:28:43 :: Warning: prerequisite Module::CPANfile 0.9031 not found.
19:28:43 :: Warning: prerequisite Path::Tiny 0.033 not found.
19:28:43 :: Warning: prerequisite Try::Tiny 0.09 not found.
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have Menlo::CLI::Compat 1.9018 ... No
19:28:43 :: Checking if you have parent 0.223 ... Yes (0.238)
19:28:43 :: Checking if you have Module::CoreList 0 ... Yes (5.20230423)
19:28:43 :: Checking if you have Module::CPANfile 0.9031 ... No
19:28:43 :: Checking if you have CPAN::Meta::Requirements 2.121 ... Yes (2.140)
19:28:43 :: Checking if you have CPAN::Meta 2.120921 ... Yes (2.150010)
19:28:43 :: Checking if you have JSON::PP 2.27300 ... Yes (4.07)
19:28:43 :: Checking if you have Class::Tiny 1.001 ... No
19:28:43 :: Checking if you have Path::Tiny 0.033 ... No
19:28:43 :: Checking if you have Getopt::Long 2.39 ... Yes (2.52)
19:28:43 :: Checking if you have Try::Tiny 0.09 ... No
19:28:43 :: Searching Menlo::CLI::Compat (1.9018) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:22--  http://cpanmetadb.plackperl.org/v1.0/package/Menlo::CLI::Compat
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 134 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 17.5M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:22 (17.5 MB/s) - written to stdout [134/134]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:22--  http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Menlo-Legacy-1.9022.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 34493 (34K) [application/x-gzip]
19:28:43 :: Saving to: 'Menlo-Legacy-1.9022.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... .......... ...                  100% 23.9M=0.001s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:22 (23.9 MB/s) - 'Menlo-Legacy-1.9022.tar.gz' saved [34493/34493]
19:28:43 :: 
19:28:43 :: Unpacking Menlo-Legacy-1.9022.tar.gz
19:28:43 :: Entering Menlo-Legacy-1.9022
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Warning: prerequisite Menlo 1.9018 not found.
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have version 0.9905 ... Yes (0.9929)
19:28:43 :: Checking if you have Menlo 1.9018 ... No
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Searching Menlo (1.9018) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:22--  http://cpanmetadb.plackperl.org/v1.0/package/Menlo
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 263 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 60.9M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:22 (60.9 MB/s) - written to stdout [263/263]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:22--  http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Menlo-1.9019.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 37558 (37K) [application/x-gzip]
19:28:43 :: Saving to: 'Menlo-1.9019.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... .......... ......               100%  767M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:22 (767 MB/s) - 'Menlo-1.9019.tar.gz' saved [37558/37558]
19:28:43 :: 
19:28:43 :: Unpacking Menlo-1.9019.tar.gz
19:28:43 :: Entering Menlo-1.9019
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Warning: prerequisite CPAN::Common::Index 0.006 not found.
19:28:43 :: Warning: prerequisite CPAN::DistnameInfo 0 not found.
19:28:43 :: Warning: prerequisite CPAN::Meta::Check 0 not found.
19:28:43 :: Warning: prerequisite Capture::Tiny 0 not found.
19:28:43 :: Warning: prerequisite Class::Tiny 1.001 not found.
19:28:43 :: Warning: prerequisite ExtUtils::Config 0.003 not found.
19:28:43 :: Warning: prerequisite ExtUtils::Helpers 0.020 not found.
19:28:43 :: Warning: prerequisite ExtUtils::InstallPaths 0.002 not found.
19:28:43 :: Warning: prerequisite File::Which 0 not found.
19:28:43 :: Warning: prerequisite File::pushd 0 not found.
19:28:43 :: Warning: prerequisite HTTP::Tinyish 0.04 not found.
19:28:43 :: Warning: prerequisite Module::CPANfile 0 not found.
19:28:43 :: Warning: prerequisite Parse::PMFile 0.26 not found.
19:28:43 :: Warning: prerequisite String::ShellQuote 0 not found.
19:28:43 :: Warning: prerequisite URI 0 not found.
19:28:43 :: Warning: prerequisite Win32::ShellQuote 0 not found.
19:28:43 :: Warning: prerequisite local::lib 0 not found.
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have Parse::PMFile 0.26 ... No
19:28:43 :: Checking if you have HTTP::Tiny 0.054 ... Yes (0.080)
19:28:43 :: Checking if you have ExtUtils::InstallPaths 0.002 ... No
19:28:43 :: Checking if you have URI 0 ... No
19:28:43 :: Checking if you have HTTP::Tinyish 0.04 ... No
19:28:43 :: Checking if you have File::Temp 0 ... Yes (0.2311)
19:28:43 :: Checking if you have Capture::Tiny 0 ... No
19:28:43 :: Checking if you have String::ShellQuote 0 ... No
19:28:43 :: Checking if you have Getopt::Long 2.36 ... Yes (2.52)
19:28:43 :: Checking if you have parent 0 ... Yes (0.238)
19:28:43 :: Checking if you have version 0 ... Yes (0.9929)
19:28:43 :: Checking if you have CPAN::Meta::YAML 0 ... Yes (0.018)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have Module::Metadata 0 ... Yes (1.000037)
19:28:43 :: Checking if you have Module::CPANfile 0 ... No
19:28:43 :: Checking if you have CPAN::DistnameInfo 0 ... No
19:28:43 :: Checking if you have CPAN::Meta::Check 0 ... No
19:28:43 :: Checking if you have local::lib 0 ... No
19:28:43 :: Checking if you have Class::Tiny 1.001 ... No
19:28:43 :: Checking if you have CPAN::Meta 2.132830 ... Yes (2.150010)
19:28:43 :: Checking if you have CPAN::Meta::Requirements 0 ... Yes (2.140)
19:28:43 :: Checking if you have JSON::PP 2 ... Yes (4.07)
19:28:43 :: Checking if you have ExtUtils::Helpers 0.020 ... No
19:28:43 :: Checking if you have CPAN::Common::Index 0.006 ... No
19:28:43 :: Checking if you have Win32::ShellQuote 0 ... No
19:28:43 :: Checking if you have ExtUtils::Config 0.003 ... No
19:28:43 :: Checking if you have File::Which 0 ... No
19:28:43 :: Checking if you have Exporter 0 ... Yes (5.77)
19:28:43 :: Checking if you have File::pushd 0 ... No
19:28:43 :: Checking if you have Parse::CPAN::Meta 0 ... Yes (2.150010)
19:28:43 :: Checking if you have Module::CoreList 0 ... Yes (5.20230423)
19:28:43 :: Searching Parse::PMFile (0.26) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:23--  http://cpanmetadb.plackperl.org/v1.0/package/Parse::PMFile
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 99 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 24.3M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:23 (24.3 MB/s) - written to stdout [99/99]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:23--  http://www.cpan.org/authors/id/I/IS/ISHIGAKI/Parse-PMFile-0.44.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 16141 (16K) [application/x-gzip]
19:28:43 :: Saving to: 'Parse-PMFile-0.44.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .....                                      100% 1.66G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:23 (1.66 GB/s) - 'Parse-PMFile-0.44.tar.gz' saved [16141/16141]
19:28:43 :: 
19:28:43 :: Unpacking Parse-PMFile-0.44.tar.gz
19:28:43 :: Entering Parse-PMFile-0.44
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker::CPANfile 0.09 ... No
19:28:43 :: Searching ExtUtils::MakeMaker::CPANfile (0.09) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:23--  http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::MakeMaker::CPANfile
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 130 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 28.2M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:23 (28.2 MB/s) - written to stdout [130/130]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:23--  http://www.cpan.org/authors/id/I/IS/ISHIGAKI/ExtUtils-MakeMaker-CPANfile-0.09.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 11720 (11K) [application/x-gzip]
19:28:43 :: Saving to: 'ExtUtils-MakeMaker-CPANfile-0.09.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .                                          100%  916M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:23 (916 MB/s) - 'ExtUtils-MakeMaker-CPANfile-0.09.tar.gz' saved [11720/11720]
19:28:43 :: 
19:28:43 :: Unpacking ExtUtils-MakeMaker-CPANfile-0.09.tar.gz
19:28:43 :: Entering ExtUtils-MakeMaker-CPANfile-0.09
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Warning: prerequisite Module::CPANfile 0 not found.
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have Module::CPANfile 0 ... No
19:28:43 :: Checking if you have Test::More 0.88 ... Yes (1.302190)
19:28:43 :: Checking if you have CPAN::Meta::Converter 2.141170 ... Yes (2.150010)
19:28:43 :: Checking if you have File::Path 0 ... Yes (2.18)
19:28:43 :: Checking if you have version 0.76 ... Yes (0.9929)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.17 ... Yes (7.64)
19:28:43 :: Checking if you have Cwd 0 ... Yes (3.84)
19:28:43 :: Searching Module::CPANfile (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:23--  http://cpanmetadb.plackperl.org/v1.0/package/Module::CPANfile
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 258 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 32.5M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:23 (32.5 MB/s) - written to stdout [258/258]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:23--  http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Module-CPANfile-1.1004.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 22989 (22K) [application/x-gzip]
19:28:43 :: Saving to: 'Module-CPANfile-1.1004.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... ..                              100% 90.5M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:23 (90.5 MB/s) - 'Module-CPANfile-1.1004.tar.gz' saved [22989/22989]
19:28:43 :: 
19:28:43 :: Unpacking Module-CPANfile-1.1004.tar.gz
19:28:43 :: Entering Module-CPANfile-1.1004
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Warning: prerequisite File::pushd 0 not found.
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have CPAN::Meta 2.12091 ... Yes (2.150010)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have CPAN::Meta::Prereqs 2.12091 ... Yes (2.150010)
19:28:43 :: Checking if you have parent 0 ... Yes (0.238)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have JSON::PP 2.00 ... Yes (4.07)
19:28:43 :: Checking if you have Safe 0 ... Yes (2.43)
19:28:43 :: Checking if you have version 0.83 ... Yes (0.9929)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have Dumpvalue 0 ... Yes (1.21)
19:28:43 :: Checking if you have File::Spec 0 ... Yes (3.84)
19:28:43 :: Searching ExtUtils::InstallPaths (0.002) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:25--  http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::InstallPaths
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 117 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 24.3M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:25 (24.3 MB/s) - written to stdout [117/117]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:25--  http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 17991 (18K) [application/x-gzip]
19:28:43 :: Saving to: 'ExtUtils-InstallPaths-0.012.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......                                    100% 1.70G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:25 (1.70 GB/s) - 'ExtUtils-InstallPaths-0.012.tar.gz' saved [17991/17991]
19:28:43 :: 
19:28:43 :: Unpacking ExtUtils-InstallPaths-0.012.tar.gz
19:28:43 :: Entering ExtUtils-InstallPaths-0.012
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Warning: prerequisite ExtUtils::Config 0.002 not found.
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have ExtUtils::Config 0.002 ... No
19:28:43 :: Checking if you have File::Spec 0 ... Yes (3.84)
19:28:43 :: Checking if you have Carp 0 ... Yes (1.52)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Searching ExtUtils::Config (0.002) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:25--  http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::Config
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 105 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 26.1M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:25 (26.1 MB/s) - written to stdout [105/105]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:25--  http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 11165 (11K) [application/x-gzip]
19:28:43 :: Saving to: 'ExtUtils-Config-0.008.tar.gz'
19:28:43 :: 
19:28:43 ::      0K ..........                                            100% 1.19G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:25 (1.19 GB/s) - 'ExtUtils-Config-0.008.tar.gz' saved [11165/11165]
19:28:43 :: 
19:28:43 :: Unpacking ExtUtils-Config-0.008.tar.gz
19:28:43 :: Entering ExtUtils-Config-0.008
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have Data::Dumper 0 ... Yes (2.184)
19:28:43 :: Searching URI (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:27--  http://cpanmetadb.plackperl.org/v1.0/package/URI
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 965 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100%  195M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:27 (195 MB/s) - written to stdout [965/965]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:27--  http://www.cpan.org/authors/id/O/OA/OALDERS/URI-5.21.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 119928 (117K) [application/x-gzip]
19:28:43 :: Saving to: 'URI-5.21.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... .......... .......... .......... 42%  105M 0s
19:28:43 ::     50K .......... .......... .......... .......... .......... 85% 82.0M 0s
19:28:43 ::    100K .......... .......                                    100% 31.9T=0.001s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:27 (108 MB/s) - 'URI-5.21.tar.gz' saved [119928/119928]
19:28:43 :: 
19:28:43 :: Unpacking URI-5.21.tar.gz
19:28:43 :: Entering URI-5.21
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Warning: prerequisite Test::Fatal 0 not found.
19:28:43 :: Warning: prerequisite Test::Needs 0 not found.
19:28:43 :: Warning: prerequisite Test::Warnings 0 not found.
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have Encode 0 ... Yes (3.17)
19:28:43 :: Checking if you have integer 0 ... Yes (1.01)
19:28:43 :: Checking if you have Scalar::Util 0 ... Yes (1.62)
19:28:43 :: Checking if you have constant 0 ... Yes (1.33)
19:28:43 :: Checking if you have MIME::Base64 2 ... Yes (3.16)
19:28:43 :: Checking if you have Net::Domain 0 ... Yes (3.14)
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Checking if you have utf8 0 ... Yes (1.24)
19:28:43 :: Checking if you have overload 0 ... Yes (1.35)
19:28:43 :: Checking if you have parent 0 ... Yes (0.238)
19:28:43 :: Checking if you have Data::Dumper 0 ... Yes (2.184)
19:28:43 :: Checking if you have Exporter 5.57 ... Yes (5.77)
19:28:43 :: Checking if you have Cwd 0 ... Yes (3.84)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have Carp 0 ... Yes (1.52)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Searching HTTP::Tinyish (0.04) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:28--  http://cpanmetadb.plackperl.org/v1.0/package/HTTP::Tinyish
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 247 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 57.2M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:28 (57.2 MB/s) - written to stdout [247/247]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:28--  http://www.cpan.org/authors/id/M/MI/MIYAGAWA/HTTP-Tinyish-0.18.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 17527 (17K) [application/x-gzip]
19:28:43 :: Saving to: 'HTTP-Tinyish-0.18.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......                                    100% 1.77G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:28 (1.77 GB/s) - 'HTTP-Tinyish-0.18.tar.gz' saved [17527/17527]
19:28:43 :: 
19:28:43 :: Unpacking HTTP-Tinyish-0.18.tar.gz
19:28:43 :: Entering HTTP-Tinyish-0.18
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Warning: prerequisite File::Which 0 not found.
19:28:43 :: Warning: prerequisite IPC::Run3 0 not found.
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have File::Which 0 ... No
19:28:43 :: Checking if you have HTTP::Tiny 0.055 ... Yes (0.080)
19:28:43 :: Checking if you have parent 0 ... Yes (0.238)
19:28:43 :: Checking if you have IPC::Run3 0 ... No
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Searching File::Which (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:28--  http://cpanmetadb.plackperl.org/v1.0/package/File::Which
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 95 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 11.6M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:28 (11.6 MB/s) - written to stdout [95/95]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:28--  http://www.cpan.org/authors/id/P/PL/PLICEASE/File-Which-1.27.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 25146 (25K) [application/x-gzip]
19:28:43 :: Saving to: 'File-Which-1.27.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... ....                            100% 1.81G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:28 (1.81 GB/s) - 'File-Which-1.27.tar.gz' saved [25146/25146]
19:28:43 :: 
19:28:43 :: Unpacking File-Which-1.27.tar.gz
19:28:43 :: Entering File-Which-1.27
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have base 0 ... Yes (2.27)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Searching IPC::Run3 (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:29--  http://cpanmetadb.plackperl.org/v1.0/package/IPC::Run3
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 90 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 16.5M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:29 (16.5 MB/s) - written to stdout [90/90]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:29--  http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 20312 (20K) [application/x-gzip]
19:28:43 :: Saving to: 'IPC-Run3-0.048.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .........                                  100%  127M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:29 (127 MB/s) - 'IPC-Run3-0.048.tar.gz' saved [20312/20312]
19:28:43 :: 
19:28:43 :: Unpacking IPC-Run3-0.048.tar.gz
19:28:43 :: Entering IPC-Run3-0.048
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have Test::More 0.31 ... Yes (1.302190)
19:28:43 :: Checking if you have Time::HiRes 0 ... Yes (1.9770)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Searching Capture::Tiny (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:30--  http://cpanmetadb.plackperl.org/v1.0/package/Capture::Tiny
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 99 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 20.7M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:30 (20.7 MB/s) - written to stdout [99/99]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:30--  http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 37480 (37K) [application/x-gzip]
19:28:43 :: Saving to: 'Capture-Tiny-0.48.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... .......... ......               100%  317M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:30 (317 MB/s) - 'Capture-Tiny-0.48.tar.gz' saved [37480/37480]
19:28:43 :: 
19:28:43 :: Unpacking Capture-Tiny-0.48.tar.gz
19:28:43 :: Entering Capture-Tiny-0.48
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have Carp 0 ... Yes (1.52)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have File::Temp 0 ... Yes (0.2311)
19:28:43 :: Checking if you have Exporter 0 ... Yes (5.77)
19:28:43 :: Checking if you have File::Spec 0 ... Yes (3.84)
19:28:43 :: Checking if you have Scalar::Util 0 ... Yes (1.62)
19:28:43 :: Checking if you have IO::Handle 0 ... Yes (1.48)
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Searching String::ShellQuote (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:31--  http://cpanmetadb.plackperl.org/v1.0/package/String::ShellQuote
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 106 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 25.0M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:31 (25.0 MB/s) - written to stdout [106/106]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:31--  http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-1.04.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 6867 (6.7K) [application/x-gzip]
19:28:43 :: Saving to: 'String-ShellQuote-1.04.tar.gz'
19:28:43 :: 
19:28:43 ::      0K ......                                                100%  998M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:31 (998 MB/s) - 'String-ShellQuote-1.04.tar.gz' saved [6867/6867]
19:28:43 :: 
19:28:43 :: Unpacking String-ShellQuote-1.04.tar.gz
19:28:43 :: Entering String-ShellQuote-1.04
19:28:43 :: Checking configure dependencies from META.yml
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Already tried Module::CPANfile. Skipping.
19:28:43 :: Searching CPAN::DistnameInfo (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:32--  http://cpanmetadb.plackperl.org/v1.0/package/CPAN::DistnameInfo
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 106 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 19.3M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:32 (19.3 MB/s) - written to stdout [106/106]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:32--  http://www.cpan.org/authors/id/G/GB/GBARR/CPAN-DistnameInfo-0.12.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 14523 (14K) [application/x-gzip]
19:28:43 :: Saving to: 'CPAN-DistnameInfo-0.12.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... ....                                       100% 1.43G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:32 (1.43 GB/s) - 'CPAN-DistnameInfo-0.12.tar.gz' saved [14523/14523]
19:28:43 :: 
19:28:43 :: Unpacking CPAN-DistnameInfo-0.12.tar.gz
19:28:43 :: Entering CPAN-DistnameInfo-0.12
19:28:43 :: Checking configure dependencies from META.yml
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have Test::More 0 ... Yes (1.302190)
19:28:43 :: Searching CPAN::Meta::Check (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:32--  http://cpanmetadb.plackperl.org/v1.0/package/CPAN::Meta::Check
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 106 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 26.6M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:32 (26.6 MB/s) - written to stdout [106/106]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:32--  http://www.cpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.018.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 14398 (14K) [application/x-gzip]
19:28:43 :: Saving to: 'CPAN-Meta-Check-0.018.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... ....                                       100% 1.67G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:32 (1.67 GB/s) - 'CPAN-Meta-Check-0.018.tar.gz' saved [14398/14398]
19:28:43 :: 
19:28:43 :: Unpacking CPAN-Meta-Check-0.018.tar.gz
19:28:43 :: Entering CPAN-Meta-Check-0.018
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Checking if you have Module::Metadata 1.000023 ... Yes (1.000037)
19:28:43 :: Checking if you have base 0 ... Yes (2.27)
19:28:43 :: Checking if you have CPAN::Meta::Prereqs 2.132830 ... Yes (2.150010)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have Exporter 0 ... Yes (5.77)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Checking if you have CPAN::Meta::Requirements 2.121 ... Yes (2.140)
19:28:43 :: Searching local::lib (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:33--  http://cpanmetadb.plackperl.org/v1.0/package/local::lib
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 127 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 22.6M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:33 (22.6 MB/s) - written to stdout [127/127]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:33--  http://www.cpan.org/authors/id/H/HA/HAARG/local-lib-2.000029.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 63789 (62K) [application/x-gzip]
19:28:43 :: Saving to: 'local-lib-2.000029.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... .......... .......... .......... 80%  446M 0s
19:28:43 ::     50K .......... ..                                         100% 22.9T=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:33 (556 MB/s) - 'local-lib-2.000029.tar.gz' saved [63789/63789]
19:28:43 :: 
19:28:43 :: Unpacking local-lib-2.000029.tar.gz
19:28:43 :: Entering local-lib-2.000029
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Searching Class::Tiny (1.001) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:34--  http://cpanmetadb.plackperl.org/v1.0/package/Class::Tiny
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 127 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 25.9M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:34 (25.9 MB/s) - written to stdout [127/127]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:34--  http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-1.008.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 24657 (24K) [application/x-gzip]
19:28:43 :: Saving to: 'Class-Tiny-1.008.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... ....                            100% 1.25G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:34 (1.25 GB/s) - 'Class-Tiny-1.008.tar.gz' saved [24657/24657]
19:28:43 :: 
19:28:43 :: Unpacking Class-Tiny-1.008.tar.gz
19:28:43 :: Entering Class-Tiny-1.008
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Checking if you have Carp 0 ... Yes (1.52)
19:28:43 :: Searching ExtUtils::Helpers (0.020) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:35--  http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::Helpers
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 208 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 41.3M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:35 (41.3 MB/s) - written to stdout [208/208]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:35--  http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 15099 (15K) [application/x-gzip]
19:28:43 :: Saving to: 'ExtUtils-Helpers-0.026.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... ....                                       100% 1.43G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:35 (1.43 GB/s) - 'ExtUtils-Helpers-0.026.tar.gz' saved [15099/15099]
19:28:43 :: 
19:28:43 :: Unpacking ExtUtils-Helpers-0.026.tar.gz
19:28:43 :: Entering ExtUtils-Helpers-0.026
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have Text::ParseWords 3.24 ... Yes (3.31)
19:28:43 :: Checking if you have Carp 0 ... Yes (1.52)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Checking if you have Exporter 5.57 ... Yes (5.77)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have File::Copy 0 ... Yes (2.39)
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Checking if you have File::Basename 0 ... Yes (2.85)
19:28:43 :: Checking if you have File::Spec::Functions 0 ... Yes (3.84)
19:28:43 :: Searching CPAN::Common::Index (0.006) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:36--  http://cpanmetadb.plackperl.org/v1.0/package/CPAN::Common::Index
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 273 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 76.6M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:36 (76.6 MB/s) - written to stdout [273/273]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:36--  http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Common-Index-0.010.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 1612703 (1.5M) [application/x-gzip]
19:28:43 :: Saving to: 'CPAN-Common-Index-0.010.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... .......... .......... ..........  3% 38.9M 0s
19:28:43 ::     50K .......... .......... .......... .......... ..........  6%  151M 0s
19:28:43 ::    100K .......... .......... .......... .......... ..........  9% 93.2M 0s
19:28:43 ::    150K .......... .......... .......... .......... .......... 12%  191M 0s
19:28:43 ::    200K .......... .......... .......... .......... .......... 15%  419M 0s
19:28:43 ::    250K .......... .......... .......... .......... .......... 19% 67.8M 0s
19:28:43 ::    300K .......... .......... .......... .......... .......... 22%  385M 0s
19:28:43 ::    350K .......... .......... .......... .......... .......... 25%  391M 0s
19:28:43 ::    400K .......... .......... .......... .......... .......... 28%  384M 0s
19:28:43 ::    450K .......... .......... .......... .......... .......... 31%  344M 0s
19:28:43 ::    500K .......... .......... .......... .......... .......... 34% 53.3M 0s
19:28:43 ::    550K .......... .......... .......... .......... .......... 38% 93.1T 0s
19:28:43 ::    600K .......... .......... .......... .......... .......... 41%  390M 0s
19:28:43 ::    650K .......... .......... .......... .......... .......... 44%  411M 0s
19:28:43 ::    700K .......... .......... .......... .......... .......... 47%  407M 0s
19:28:43 ::    750K .......... .......... .......... .......... .......... 50% 93.1T 0s
19:28:43 ::    800K .......... .......... .......... .......... .......... 53%  247M 0s
19:28:43 ::    850K .......... .......... .......... .......... .......... 57% 51.6M 0s
19:28:43 ::    900K .......... .......... .......... .......... .......... 60%  384M 0s
19:28:43 ::    950K .......... .......... .......... .......... .......... 63% 82.8M 0s
19:28:43 ::   1000K .......... .......... .......... .......... .......... 66% 93.1T 0s
19:28:43 ::   1050K .......... .......... .......... .......... .......... 69%  315M 0s
19:28:43 ::   1100K .......... .......... .......... .......... .......... 73%  390M 0s
19:28:43 ::   1150K .......... .......... .......... .......... .......... 76%  216M 0s
19:28:43 ::   1200K .......... .......... .......... .......... .......... 79% 93.1T 0s
19:28:43 ::   1250K .......... .......... .......... .......... .......... 82% 53.0M 0s
19:28:43 ::   1300K .......... .......... .......... .......... .......... 85%  309M 0s
19:28:43 ::   1350K .......... .......... .......... .......... .......... 88%  368M 0s
19:28:43 ::   1400K .......... .......... .......... .......... .......... 92%  389M 0s
19:28:43 ::   1450K .......... .......... .......... .......... .......... 95% 93.1T 0s
19:28:43 ::   1500K .......... .......... .......... .......... .......... 98%  354M 0s
19:28:43 ::   1550K .......... .......... ....                            100%  120M=0.009s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:36 (170 MB/s) - 'CPAN-Common-Index-0.010.tar.gz' saved [1612703/1612703]
19:28:43 :: 
19:28:43 :: Unpacking CPAN-Common-Index-0.010.tar.gz
19:28:43 :: Entering CPAN-Common-Index-0.010
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Warning: prerequisite Test::Deep 0 not found.
19:28:43 :: Warning: prerequisite Test::FailWarnings 0 not found.
19:28:43 :: Warning: prerequisite Test::Fatal 0 not found.
19:28:43 :: Warning: prerequisite Tie::Handle::SkipHeader 0 not found.
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have File::stat 0 ... Yes (1.12)
19:28:43 :: Checking if you have CPAN::DistnameInfo 0 ... Yes (0.12)
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Checking if you have Tie::Handle::SkipHeader 0 ... No
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have CPAN::Meta::YAML 0 ... Yes (0.018)
19:28:43 :: Checking if you have Carp 0 ... Yes (1.52)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Checking if you have Search::Dict 1.07 ... Yes (1.07)
19:28:43 :: Checking if you have parent 0 ... Yes (0.238)
19:28:43 :: Checking if you have File::Basename 0 ... Yes (2.85)
19:28:43 :: Checking if you have File::Copy 0 ... Yes (2.39)
19:28:43 :: Checking if you have File::Temp 0.19 ... Yes (0.2311)
19:28:43 :: Checking if you have File::Spec 0 ... Yes (3.84)
19:28:43 :: Checking if you have Class::Tiny 0 ... Yes (1.008)
19:28:43 :: Checking if you have HTTP::Tiny 0 ... Yes (0.080)
19:28:43 :: Checking if you have File::Fetch 0 ... Yes (1.04)
19:28:43 :: Checking if you have Module::Load 0 ... Yes (0.36)
19:28:43 :: Checking if you have URI 0 ... Yes (5.21)
19:28:43 :: Searching Tie::Handle::SkipHeader (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:36--  http://cpanmetadb.plackperl.org/v1.0/package/Tie::Handle::SkipHeader
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 146 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 32.8M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:36 (32.8 MB/s) - written to stdout [146/146]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:36--  http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Tie-Handle-Offset-0.004.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 14683 (14K) [application/x-gzip]
19:28:43 :: Saving to: 'Tie-Handle-Offset-0.004.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... ....                                       100% 1.64G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:36 (1.64 GB/s) - 'Tie-Handle-Offset-0.004.tar.gz' saved [14683/14683]
19:28:43 :: 
19:28:43 :: Unpacking Tie-Handle-Offset-0.004.tar.gz
19:28:43 :: Entering Tie-Handle-Offset-0.004
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have Tie::Handle 0 ... Yes (4.3)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Searching Win32::ShellQuote (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:37--  http://cpanmetadb.plackperl.org/v1.0/package/Win32::ShellQuote
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 116 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 23.0M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:37 (23.0 MB/s) - written to stdout [116/116]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:37--  http://www.cpan.org/authors/id/H/HA/HAARG/Win32-ShellQuote-0.003001.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 15720 (15K) [application/x-gzip]
19:28:43 :: Saving to: 'Win32-ShellQuote-0.003001.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .....                                      100% 1.59G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:37 (1.59 GB/s) - 'Win32-ShellQuote-0.003001.tar.gz' saved [15720/15720]
19:28:43 :: 
19:28:43 :: Unpacking Win32-ShellQuote-0.003001.tar.gz
19:28:43 :: Entering Win32-ShellQuote-0.003001
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Already tried ExtUtils::Config. Skipping.
19:28:43 :: Already tried File::Which. Skipping.
19:28:43 :: Searching File::pushd (0) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:38--  http://cpanmetadb.plackperl.org/v1.0/package/File::pushd
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 98 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 21.8M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:38 (21.8 MB/s) - written to stdout [98/98]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:38--  http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-1.016.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 19798 (19K) [application/x-gzip]
19:28:43 :: Saving to: 'File-pushd-1.016.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .........                                  100% 1.26G=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:38 (1.26 GB/s) - 'File-pushd-1.016.tar.gz' saved [19798/19798]
19:28:43 :: 
19:28:43 :: Unpacking File-pushd-1.016.tar.gz
19:28:43 :: Entering File-pushd-1.016
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have Exporter 0 ... Yes (5.77)
19:28:43 :: Checking if you have Cwd 0 ... Yes (3.84)
19:28:43 :: Checking if you have Carp 0 ... Yes (1.52)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Checking if you have overload 0 ... Yes (1.35)
19:28:43 :: Checking if you have File::Path 0 ... Yes (2.18)
19:28:43 :: Checking if you have File::Temp 0 ... Yes (0.2311)
19:28:43 :: Checking if you have File::Spec 0 ... Yes (3.84)
19:28:43 :: Already tried Module::CPANfile. Skipping.
19:28:43 :: Already tried Class::Tiny. Skipping.
19:28:43 :: Searching Path::Tiny (0.033) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:40--  http://cpanmetadb.plackperl.org/v1.0/package/Path::Tiny
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 123 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 28.2M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:40 (28.2 MB/s) - written to stdout [123/123]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:40--  http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.144.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 105730 (103K) [application/x-gzip]
19:28:43 :: Saving to: 'Path-Tiny-0.144.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... .......... .......... .......... 48% 72.4M 0s
19:28:43 ::     50K .......... .......... .......... .......... .......... 96% 69.3M 0s
19:28:43 ::    100K ...                                                   100% 6.06T=0.001s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:40 (73.1 MB/s) - 'Path-Tiny-0.144.tar.gz' saved [105730/105730]
19:28:43 :: 
19:28:43 :: Unpacking Path-Tiny-0.144.tar.gz
19:28:43 :: Entering Path-Tiny-0.144
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have warnings::register 0 ... Yes (1.04)
19:28:43 :: Checking if you have File::stat 0 ... Yes (1.12)
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Checking if you have Digest::SHA 5.45 ... Yes (6.02)
19:28:43 :: Checking if you have File::Glob 0 ... Yes (1.37)
19:28:43 :: Checking if you have Exporter 5.57 ... Yes (5.77)
19:28:43 :: Checking if you have Cwd 0 ... Yes (3.84)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Checking if you have Carp 0 ... Yes (1.52)
19:28:43 :: Checking if you have File::Path 2.07 ... Yes (2.18)
19:28:43 :: Checking if you have overload 0 ... Yes (1.35)
19:28:43 :: Checking if you have Fcntl 0 ... Yes (1.15)
19:28:43 :: Checking if you have Encode 0 ... Yes (3.17)
19:28:43 :: Checking if you have File::Copy 0 ... Yes (2.39)
19:28:43 :: Checking if you have File::Temp 0.19 ... Yes (0.2311)
19:28:43 :: Checking if you have File::Spec 0.86 ... Yes (3.84)
19:28:43 :: Checking if you have constant 0 ... Yes (1.33)
19:28:43 :: Checking if you have File::Compare 0 ... Yes (1.1007)
19:28:43 :: Checking if you have Digest 1.03 ... Yes (1.20)
19:28:43 :: Searching Try::Tiny (0.09) on cpanmetadb ...
19:28:43 :: --2023-09-20 19:28:41--  http://cpanmetadb.plackperl.org/v1.0/package/Try::Tiny
19:28:43 :: Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 146.75.34.217
19:28:43 :: Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|146.75.34.217|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 88 [text/yaml]
19:28:43 :: Saving to: 'STDOUT'
19:28:43 :: 
19:28:43 ::      0K                                                       100% 18.7M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:41 (18.7 MB/s) - written to stdout [88/88]
19:28:43 :: 
19:28:43 :: --2023-09-20 19:28:41--  http://www.cpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.31.tar.gz
19:28:43 :: Resolving www.cpan.org (www.cpan.org)... 146.75.29.55, 2a04:4e42:78::311
19:28:43 :: Connecting to www.cpan.org (www.cpan.org)|146.75.29.55|:80... connected.
19:28:43 :: HTTP request sent, awaiting response... 200 OK
19:28:43 :: Length: 35784 (35K) [application/x-gzip]
19:28:43 :: Saving to: 'Try-Tiny-0.31.tar.gz'
19:28:43 :: 
19:28:43 ::      0K .......... .......... .......... ....                 100%  141M=0s
19:28:43 :: 
19:28:43 :: 2023-09-20 19:28:41 (141 MB/s) - 'Try-Tiny-0.31.tar.gz' saved [35784/35784]
19:28:43 :: 
19:28:43 :: Unpacking Try-Tiny-0.31.tar.gz
19:28:43 :: Entering Try-Tiny-0.31
19:28:43 :: Checking configure dependencies from META.json
19:28:43 :: Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
19:28:43 :: Running Makefile.PL
19:28:43 :: Checking dependencies from MYMETA.json ...
19:28:43 :: Checking if you have warnings 0 ... Yes (1.58)
19:28:43 :: Checking if you have constant 0 ... Yes (1.33)
19:28:43 :: Checking if you have Exporter 5.57 ... Yes (5.77)
19:28:43 :: Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
19:28:43 :: Checking if you have strict 0 ... Yes (1.12)
19:28:43 :: Checking if you have Carp 0 ... Yes (1.52)
19:28:58 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.bash - tasks/install-deps]
[dump code: task.bash]
[1] set -e
[2] sudo apk add --wait 100 \
[3] ruby-dev ruby-bundler \
[4] python3 py3-pip python3-dev py3-pytest \
[5] perl perl-utils
[6] 
[task stdout]
19:29:01 :: (1/37) Installing libffi (3.4.4-r2)
19:29:01 :: (2/37) Installing gdbm (1.23-r1)
19:29:01 :: (3/37) Installing xz-libs (5.4.3-r0)
19:29:01 :: (4/37) Installing mpdecimal (2.5.1-r2)
19:29:01 :: (5/37) Installing libpanelw (6.4_p20230506-r0)
19:29:01 :: (6/37) Installing sqlite-libs (3.41.2-r2)
19:29:01 :: (7/37) Installing python3 (3.11.5-r0)
19:29:01 :: (8/37) Installing python3-pycache-pyc0 (3.11.5-r0)
19:29:01 :: (9/37) Installing pyc (0.1-r0)
19:29:01 :: (10/37) Installing py3-setuptools-pyc (67.7.2-r0)
19:29:01 :: (11/37) Installing py3-pip-pyc (23.1.2-r0)
19:29:02 :: (12/37) Installing py3-parsing (3.0.9-r2)
19:29:02 :: (13/37) Installing py3-parsing-pyc (3.0.9-r2)
19:29:02 :: (14/37) Installing py3-packaging-pyc (23.1-r1)
19:29:02 :: (15/37) Installing python3-pyc (3.11.5-r0)
19:29:02 :: (16/37) Installing py3-packaging (23.1-r1)
19:29:02 :: (17/37) Installing py3-setuptools (67.7.2-r0)
19:29:02 :: (18/37) Installing py3-pip (23.1.2-r0)
19:29:02 :: (19/37) Installing py3-iniconfig (1.1.1-r6)
19:29:02 :: (20/37) Installing py3-iniconfig-pyc (1.1.1-r6)
19:29:02 :: (21/37) Installing py3-pluggy (1.0.0-r3)
19:29:02 :: (22/37) Installing py3-pluggy-pyc (1.0.0-r3)
19:29:02 :: (23/37) Installing py3-py (1.11.0-r2)
19:29:02 :: (24/37) Installing py3-py-pyc (1.11.0-r2)
19:29:02 :: (25/37) Installing py3-pytest (7.3.1-r1)
19:29:02 :: (26/37) Installing py3-pytest-pyc (7.3.1-r1)
19:29:02 :: (27/37) Installing python3-dev (3.11.5-r0)
19:29:02 :: (28/37) Installing yaml (0.2.5-r1)
19:29:02 :: (29/37) Installing ruby-libs (3.2.2-r0)
19:29:02 :: (30/37) Installing libucontext (1.2-r2)
19:29:02 :: (31/37) Installing ruby (3.2.2-r0)
19:29:02 :: (32/37) Installing ruby-bundler (2.4.15-r0)
19:29:02 :: (33/37) Installing ruby-rdoc (3.2.2-r0)
19:29:02 :: (34/37) Installing libgmpxx (6.2.1-r3)
19:29:02 :: (35/37) Installing gmp-dev (6.2.1-r3)
19:29:02 :: (36/37) Installing libucontext-dev (1.2-r2)
19:29:02 :: (37/37) Installing ruby-dev (3.2.2-r0)
19:29:02 :: Executing busybox-1.36.1-r2.trigger
19:29:02 :: OK: 692 MiB in 116 packages
19:29:02 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.bash - tasks/install-zef-deps]
[dump code: task.bash]
[1] set -e
[2] cd source
[3] zef install . --/test
[4] 
[task stdout]
19:29:05 :: No reason to proceed. Use --force-install to continue anyway
[task stderr]
19:29:05 :: All candidates are currently installed
19:28:04 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
source directory does not yet exist, download source archive from storage
19:28:07 :: [repository] - installing pack-unpack, version 0.000001
[task run: task.bash - unpack source archive]
[dump code: task.bash]
[1] set -e
[2] 
[3] file=$(config file)
[4] dir=$(config dir)
[5] 
[6] echo "tar -xzf $file "
[7] 
[8] tar -xzf $file
[9] 
[10] if test $dir; then
[11]   ls -l $dir
[12] fi
[13] 
[14] 
[task stdout]
19:28:09 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] set -x
[3] s6 --index-update
[4] cd source 
[5] tomty --profile=ci --all --show-failed --color 
[6] 
[task stdout]
19:29:09 :: 19:29:09 :: [repository] - update local index
19:29:09 :: 19:29:09 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
19:29:27 :: [1/130] / [01-s6-cli-plg-run-multi] .......  15 sec. OK
19:29:34 :: [2/130] / [02-s6-cli-task-run-with-params] .......  7 sec. OK
19:29:41 :: [3/130] / [args-stringification-example] .......  7 sec. OK
19:29:43 :: [4/130] / [asserts] .......  2 sec. OK
19:29:45 :: [5/130] / [bash-arrays] .......  2 sec. OK
19:29:46 :: [6/130] / [bash-generators] .......  1 sec. OK
19:29:47 :: [7/130] / [bash-hook] .......  1 sec. OK
19:29:48 :: [8/130] / [bash-ignore-story-err] .......  1 sec. OK
19:29:51 :: [9/130] / [bash-nested-vars] .......  2 sec. OK
19:29:53 :: [10/130] / [bash-pass-config] .......  2 sec. OK
19:29:57 :: [11/130] / [bash-plugin] .......  4 sec. OK
19:29:59 :: [12/130] / [bash-run-story] .......  2 sec. OK
19:30:01 :: [13/130] / [bash-run-story2] .......  2 sec. OK
19:30:02 :: [14/130] / [bash-set-stdout] .......  1 sec. OK
19:30:05 :: [15/130] / [bash-story-library] .......  3 sec. OK
19:30:08 :: [16/130] / [between] .......  3 sec. OK
19:30:09 :: [17/130] / [between-dont-preserve-consecutive-order] .......  1 sec. OK
19:30:10 :: [18/130] / [between-keep-order] .......  1 sec. OK
19:30:12 :: [19/130] / [between-multiple-expressions] .......  2 sec. OK
19:30:13 :: [20/130] / [between-nested] .......  1 sec. OK
19:30:15 :: [21/130] / [between-reset-context] .......  2 sec. OK
19:30:16 :: [22/130] / [between-stream] .......  1 sec. OK
19:30:17 :: [23/130] / [between-table-example] .......  1 sec. OK
19:30:18 :: [24/130] / [birth-day] .......  1 sec. OK
19:30:39 :: [25/130] / [buffered-stdout] .......  21 sec. OK
19:30:40 :: [26/130] / [captures] .......  1 sec. OK
19:30:42 :: [27/130] / [captures-vs-streams] .......  2 sec. OK
19:30:43 :: [28/130] / [case-sensetve-plain-strings] .......  1 sec. OK
19:30:44 :: [29/130] / [checks-generator-multiline] .......  1 sec. OK
19:30:46 :: [30/130] / [cli-weather] .......  2 sec. OK
19:30:49 :: [31/130] / [code-generator-bug] .......  3 sec. OK
19:30:50 :: [32/130] / [code-perl-hello-world] .......  1 sec. OK
19:30:51 :: [33/130] / [code-perl-shebang] .......  1 sec. OK
19:30:52 :: [34/130] / [comments] .......  1 sec. OK
19:30:53 :: [35/130] / [comments-in-generator] .......  1 sec. OK
19:30:55 :: [36/130] / [config-array] .......  2 sec. OK
19:30:58 :: [37/130] / [curl-plugin-01] .......  3 sec. OK
19:31:00 :: [38/130] / [curl-plugin-02] .......  2 sec. OK
19:31:02 :: [39/130] / [curl-plugin-03] .......  2 sec. OK
19:31:03 :: [40/130] / [cwd] .......  1 sec. OK
19:31:04 :: [41/130] / [default-configuration] .......  1 sec. OK
19:31:05 :: [42/130] / [generator] .......  1 sec. OK
19:31:06 :: [43/130] / [generator-one-line] .......  1 sec. OK
19:31:08 :: [44/130] / [generator-say-hello-again] .......  2 sec. OK
19:31:09 :: [45/130] / [hello] .......  1 sec. OK
19:31:10 :: [46/130] / [hello-Sparrow] .......  1 sec. OK
19:31:11 :: [47/130] / [hello-world] .......  1 sec. OK
19:31:12 :: [48/130] / [hello2] .......  1 sec. OK
19:31:12 :: [49/130] / [ignore-task-check-error] ....... SKIP
19:31:13 :: [50/130] / [ignore-task-err] .......  1 sec. OK
19:31:14 :: [51/130] / [match-length] .......  1 sec. OK
19:31:16 :: [52/130] / [matched] .......  2 sec. OK
19:31:17 :: [53/130] / [merge-stdout-from-hook] .......  1 sec. OK
19:31:19 :: [54/130] / [nested-ranges] .......  2 sec. OK
19:31:20 :: [55/130] / [no-check-file] .......  1 sec. OK
19:31:21 :: [56/130] / [no-scenario] .......  1 sec. OK
19:31:24 :: [57/130] / [no-scenario2] .......  3 sec. OK
19:31:25 :: [58/130] / [one-liners] .......  1 sec. OK
19:31:26 :: [59/130] / [os-bash] .......  1 sec. OK
19:31:27 :: [60/130] / [os-perl] .......  1 sec. OK
19:31:28 :: [61/130] / [perl-generator] .......  1 sec. OK
19:31:29 :: [62/130] / [perl-inline] .......  1 sec. OK
19:31:31 :: [63/130] / [perl-pass-conf-to-scenario] .......  2 sec. OK
19:31:34 :: [64/130] / [perl-pass-story-vars-to-scenario] .......  3 sec. OK
19:31:36 :: [65/130] / [perl-story-err] .......  2 sec. OK
19:31:37 :: [66/130] / [plain-and-regexp-check] .......  1 sec. OK
19:31:38 :: [67/130] / [plain-check] .......  1 sec. OK
19:31:39 :: [68/130] / [plain-check-case-sensetive] .......  1 sec. OK
19:31:40 :: [69/130] / [plain-check-trailing-spaces] .......  1 sec. OK
19:31:41 :: [70/130] / [powershell-config] .......  1 sec. FAIL
19:31:42 :: [71/130] / [powershell-hello-world] .......  1 sec. FAIL
19:31:43 :: [72/130] / [powershell-powershell-subtask] .......  1 sec. FAIL
19:31:44 :: [73/130] / [powershell-run-subtask] .......  1 sec. FAIL
19:31:45 :: [74/130] / [powershell-set-stdout] .......  1 sec. FAIL
19:31:46 :: [75/130] / [powershell-use-helper-module] .......  1 sec. FAIL
19:31:47 :: [76/130] / [powershell-web-request] .......  1 sec. FAIL
19:31:48 :: [77/130] / [python-asserts] .......  1 sec. OK
19:31:50 :: [78/130] / [python-captures] .......  2 sec. OK
19:31:51 :: [79/130] / [python-check-rules] .......  1 sec. OK
19:31:52 :: [80/130] / [python-config-func] .......  1 sec. OK
19:31:53 :: [81/130] / [python-config-func2] .......  1 sec. OK
19:31:54 :: [82/130] / [python-echo-script] .......  1 sec. OK
19:31:55 :: [83/130] / [python-hooks-api] .......  1 sec. OK
19:31:56 :: [84/130] / [python-ignore-err] .......  1 sec. OK
19:31:58 :: [85/130] / [python-inline-code] .......  2 sec. OK
19:32:02 :: [86/130] / [python-puck] .......  4 sec. OK
19:32:07 :: [87/130] / [python-run-story] .......  5 sec. OK
19:32:08 :: [88/130] / [python-simple-story] .......  1 sec. OK
19:32:11 :: [89/130] / [python-sparrow-plugin] .......  3 sec. OK
19:32:12 :: [90/130] / [python-story-vars] .......  1 sec. OK
19:32:18 :: [91/130] / [raku-call-subtask] .......  6 sec. OK
19:32:22 :: [92/130] / [raku-captures] .......  4 sec. OK
19:32:26 :: [93/130] / [raku-hello-world] .......  4 sec. OK
19:32:28 :: [94/130] / [raku-ignore-task-err] .......  2 sec. OK
19:32:32 :: [95/130] / [raku-read-config] .......  4 sec. OK
19:32:35 :: [96/130] / [raku-set-stdout] .......  3 sec. OK
19:32:39 :: [97/130] / [raku-streams] .......  4 sec. OK
19:32:40 :: [98/130] / [regexp-check] .......  1 sec. OK
19:32:41 :: [99/130] / [regexp-check-trailing-spaces] .......  1 sec. OK
19:32:43 :: [100/130] / [ruby-captures] .......  1 sec. OK
19:32:45 :: [101/130] / [ruby-downstream-stories] .......  2 sec. OK
19:32:46 :: [102/130] / [ruby-generators] .......  1 sec. OK
19:32:48 :: [103/130] / [ruby-hooks] .......  2 sec. OK
19:32:50 :: [104/130] / [ruby-ignore-story-err] .......  2 sec. OK
19:32:51 :: [105/130] / [ruby-pass-config-to-hook] .......  1 sec. OK
19:32:52 :: [106/130] / [ruby-pass-config-to-scenario] .......  1 sec. OK
19:32:53 :: [107/130] / [ruby-scenario] .......  1 sec. OK
19:32:54 :: [108/130] / [ruby-story-library] .......  1 sec. OK
19:32:56 :: [109/130] / [ruby-streams] .......  2 sec. OK
19:32:57 :: [110/130] / [ruby-task-state] .......  1 sec. OK
19:33:01 :: [111/130] / [ruby-test-plugin] .......  4 sec. OK
19:33:03 :: [112/130] / [run-story] .......  2 sec. OK
19:33:04 :: [113/130] / [sequence] .......  1 sec. OK
19:33:05 :: [114/130] / [sequence-blank-lines] .......  1 sec. OK
19:33:07 :: [115/130] / [sequence-bottom-boundary-bug-fix] .......  1 sec. OK
19:33:08 :: [116/130] / [sequence2] .......  1 sec. OK
19:33:09 :: [117/130] / [sequence3] .......  1 sec. OK
19:33:10 :: [118/130] / [set-stdout-merged-with-task-stdout] .......  1 sec. OK
19:33:17 :: [119/130] / [shared-state] .......  7 sec. OK
19:33:18 :: [120/130] / [stderr-to-stdout] .......  1 sec. OK
19:33:19 :: [121/130] / [streams-ranges-different-length] .......  1 sec. OK
19:33:19 :: [122/130] / [sudo] ....... SKIP
19:33:22 :: [123/130] / [task-state-perl] .......  3 sec. OK
19:33:36 :: [124/130] / [templater-plugin] .......  14 sec. OK
19:33:38 :: [125/130] / [text-blocks-stream] .......  2 sec. OK
19:33:39 :: [126/130] / [text-blocks-stream2] .......  1 sec. OK
19:33:41 :: [127/130] / [text-blocks-stream3] .......  2 sec. OK
19:33:42 :: [128/130] / [within] .......  1 sec. OK
19:33:43 :: [129/130] / [within-chained] .......  1 sec. OK
19:33:46 :: [130/130] / [within-colors] .......  3 sec. OK
19:33:46 :: =========================================
19:33:46 :: )=: / [130] tests in 276 sec / (121) tests passed / (7) failed
19:33:46 :: [Failed tests]
19:33:46 :: [powershell-config]
19:33:46 :: 19:31:41 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
19:33:46 :: [task run: task.ps1 - config]
19:33:46 :: [dump code: task.ps1]
19:33:46 :: [1] $main = config('main')
19:33:46 :: [2] 
19:33:46 :: [3] $foo = $main.foo
19:33:46 :: [4] 
19:33:46 :: [5] Write-Host "value={$foo}"
19:33:46 :: [6] 
19:33:46 :: [7] 
19:33:46 :: [task stdout]
19:33:46 :: [task stderr]
19:33:46 :: 19:31:41 :: /home/worker/.sparrow6/tmp/389711/1/cmd.bash: line 3: /usr/bin/pwsh: cannot execute binary file: Exec format error
19:33:46 :: 19:31:41 :: task exit status: 126
19:33:46 :: 19:31:41 :: task config FAILED
19:33:46 :: 
19:33:46 :: [powershell-hello-world]
19:33:46 :: 19:31:42 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
19:33:46 :: [task run: task.ps1 - hello-world]
19:33:46 :: [dump code: task.ps1]
19:33:46 :: [1] [Console]::Out.Flush() 
19:33:46 :: [2] 
19:33:46 :: [3] Write-Host "Hello, World!"
19:33:46 :: [4] 
19:33:46 :: [5] 
19:33:46 :: [task stdout]
19:33:46 :: [task stderr]
19:33:46 :: 19:31:42 :: /home/worker/.sparrow6/tmp/39126/1/cmd.bash: line 3: /usr/bin/pwsh: cannot execute binary file: Exec format error
19:33:46 :: 19:31:42 :: task exit status: 126
19:33:46 :: 19:31:42 :: task hello-world FAILED
19:33:46 :: 
19:33:46 :: [powershell-powershell-subtask]
19:33:46 :: 19:31:43 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
19:33:46 :: 19:31:43 :: hook exit status: 126
19:33:46 :: 19:31:43 :: hook powershell-subtask FAILED
19:33:46 :: [stderr]
19:33:46 :: 
19:33:46 :: [powershell-run-subtask]
19:33:46 :: 19:31:44 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
19:33:46 :: 19:31:44 :: hook exit status: 126
19:33:46 :: 19:31:44 :: hook run-subtask FAILED
19:33:46 :: [stderr]
19:33:46 :: 
19:33:46 :: [powershell-set-stdout]
19:33:46 :: 19:31:45 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
19:33:46 :: 19:31:45 :: hook exit status: 126
19:33:46 :: 19:31:45 :: hook set-stdout FAILED
19:33:46 :: [stderr]
19:33:46 :: 
19:33:46 :: [powershell-use-helper-module]
19:33:46 :: 19:31:46 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
19:33:46 :: [task run: task.ps1 - use-helper-module]
19:33:46 :: [dump code: task.ps1]
19:33:46 :: [1] ping
19:33:46 :: [2] 
19:33:46 :: [3] 
19:33:46 :: [task stdout]
19:33:46 :: [task stderr]
19:33:46 :: 19:31:46 :: /home/worker/.sparrow6/tmp/397213/1/cmd.bash: line 3: /usr/bin/pwsh: cannot execute binary file: Exec format error
19:33:46 :: 19:31:46 :: task exit status: 126
19:33:46 :: 19:31:46 :: task use-helper-module FAILED
19:33:46 :: 
19:33:46 :: [powershell-web-request]
19:33:46 :: 19:31:47 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
19:33:46 :: [task run: task.ps1 - examples/tasks/powershell@web-request]
19:33:46 :: [dump code: task.ps1]
19:33:46 :: [1] $progressPreference = 'silentlyContinue'
19:33:46 :: [2] Write-Host "==="
19:33:46 :: [3] $r = (Invoke-WebRequest -URI https://jsonplaceholder.typicode.com/todos/1).Content | ConvertFrom-Json
19:33:46 :: [4] Write-Host $r.title
19:33:46 :: [5] Write-Host "==="
19:33:46 :: [6] 
19:33:46 :: [task stdout]
19:33:46 :: [task stderr]
19:33:46 :: 19:31:47 :: /home/worker/.sparrow6/tmp/398720/1/cmd.bash: line 3: /usr/bin/pwsh: cannot execute binary file: Exec format error
19:33:46 :: 19:31:47 :: task exit status: 126
19:33:46 :: 19:31:47 :: task examples/tasks/powershell@web-request FAILED
19:33:46 :: 
19:33:46 :: 
[task stderr]
19:33:46 :: ++ s6 --index-update
19:33:46 :: ++ cd source
19:33:46 :: ++ tomty --profile=ci --all --show-failed --color
19:33:46 :: task exit status: 1
19:33:46 :: task tasks/test FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/test/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 1, signal: 0)
  in block <unit> at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/resources/7E8029CBEC6AEAB4CF3B86B0FA3D5E6E21936B90 line 13
  in sub MAIN at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/bin/sparrowdo line 3
  in block <unit> at /home/ubuntu/projects/rakudo/rakudo-2022.12/install/share/perl6/site/bin/sparrowdo line 1