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

SparrowCI Report - gh-melezhik-sparrow-rakudo-jvm | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 3007
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 10.02.2023 @ 04:44
Time elapsed: 190 sec
---
SCM: https://github.com/melezhik/sparrow-rakudo-jvm.git
Git sha: 1ef68d6
Git comment: Update Dockerfile
tasks:
  -
    name: run-docker
    language: Bash
    default: true
    code: |
      sudo apk add docker-cli
      cd source/
      docker build . -t melezhik/sparrow:alpine-jvm
04:42:18 :: [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
04:42:21 :: [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]
04:42:23 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/run-docker]
[dump code: task.bash]
[1] sudo apk add docker-cli
[2] cd source/
[3] docker build . -t melezhik/sparrow:alpine-jvm
[4] 
[task stdout]
04:42:23 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
04:42:23 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
04:42:24 :: fetch https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
04:42:24 :: (1/1) Installing docker-cli (20.10.20-r0)
04:42:25 :: Executing busybox-1.35.0-r17.trigger
04:42:25 :: OK: 752 MiB in 61 packages
04:42:25 :: Sending build context to Docker daemon  71.17kB
04:42:25 :: 
04:42:25 :: Step 1/28 : FROM alpine:latest
04:42:25 ::  ---> 042a816809aa
04:42:25 :: Step 2/28 : ENV PATH="/home/worker/.raku/bin:/var/rakudo/rakudo-2022.12/install/bin/:${PATH}"
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> fccbc41b60b7
04:42:25 :: Step 3/28 : ENV SP6_DUMP_TASK_CODE=1
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> c59bbf0672a5
04:42:25 :: Step 4/28 : ENV SP6_FORMAT_COLOR=1
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 9373a515ad2b
04:42:25 :: Step 5/28 : RUN apk update && apk add openssl bash curl wget perl openssl-dev sudo git
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 374f0858b50a
04:42:25 :: Step 6/28 : RUN apk add --no-cache bash g++ make
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 36e392c7e3ed
04:42:25 :: Step 7/28 : RUN mkdir -p /var/rakudo/ && cd /var/rakudo/ && curl -sLf https://rakudo.org/dl/rakudo/rakudo-2022.12.tar.gz -o rakudo-2022.12.tar.gz
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> f2400b44d79c
04:42:25 :: Step 8/28 : RUN apk add openjdk9 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 6139f8fe7caa
04:42:25 :: Step 9/28 : RUN echo OK
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> a27be2e1fa73
04:42:25 :: Step 10/28 : RUN cd /var/rakudo/ && tar -xzf rakudo-2022.12.tar.gz && cd rakudo-2022.12 && perl Configure.pl --gen-nqp --backends=jvm
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> d7a8036bdbd3
04:42:25 :: Step 11/28 : RUN cd /var/rakudo/rakudo-2022.12 && make
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 57b80cdf31d7
04:42:25 :: Step 12/28 : RUN cd /var/rakudo/rakudo-2022.12 && make install
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 0178d38d6363
04:42:25 :: Step 13/28 : RUN adduser -D -h /home/worker -s /bin/bash -G wheel worker
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 13b79eb1ab9e
04:42:25 :: Step 14/28 : RUN echo '%wheel ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 88c5935460fc
04:42:25 :: Step 15/28 : RUN addgroup worker wheel
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 9306b15f526b
04:42:25 :: Step 16/28 : RUN sudo echo
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 0ebcd69d142c
04:42:25 :: Step 17/28 : USER worker
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 6bf4c583ad00
04:42:25 :: Step 18/28 : RUN find /var/rakudo/rakudo-2022.12/install/bin/
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 03dc024b9d35
04:42:25 :: Step 19/28 : RUN sudo ln -s /var/rakudo/rakudo-2022.12/install/bin/rakudo /var/rakudo/rakudo-2022.12/install/bin/raku
04:42:25 ::  ---> Using cache
04:42:25 ::  ---> 4d0037ef3101
04:42:25 :: Step 20/28 : RUN cd /tmp/ && curl -sfL https://github.com/ugexe/zef/archive/refs/tags/v0.15.0.zip -o v0.15.0.zip  && unzip v0.15.0.zip  && cd /tmp/zef-0.15.0/ && ls -l && raku -I. bin/zef install . --/test --install-to=home
04:42:25 ::  ---> Running in 01b296289f77
04:42:25 :: Archive:  v0.15.0.zip
04:42:25 ::    creating: zef-0.15.0/
04:42:25 ::   inflating: zef-0.15.0/.appveyor.yml
04:42:25 ::    creating: zef-0.15.0/.circleci/
04:42:25 ::   inflating: zef-0.15.0/.circleci/config.yml
04:42:25 ::    creating: zef-0.15.0/.github/
04:42:25 ::   inflating: zef-0.15.0/.github/FUNDING.yml
04:42:25 ::   inflating: zef-0.15.0/.github/ISSUE_TEMPLATE.md
04:42:25 ::   inflating: zef-0.15.0/.gitignore
04:42:25 ::   inflating: zef-0.15.0/LICENSE
04:42:25 ::   inflating: zef-0.15.0/META6.json
04:42:25 ::   inflating: zef-0.15.0/README.md
04:42:25 ::    creating: zef-0.15.0/bin/
04:42:25 ::   inflating: zef-0.15.0/bin/zef
04:42:25 ::    creating: zef-0.15.0/lib/
04:42:25 ::   inflating: zef-0.15.0/lib/Zef.rakumod
04:42:25 ::    creating: zef-0.15.0/lib/Zef/
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Build.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/CLI.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Client.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Config.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Distribution.rakumod
04:42:25 ::    creating: zef-0.15.0/lib/Zef/Distribution/
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Distribution/DependencySpecification.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Distribution/Local.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Extract.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Fetch.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Identity.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Install.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Report.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Repository.rakumod
04:42:25 ::    creating: zef-0.15.0/lib/Zef/Repository/
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Repository/Ecosystems.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Repository/LocalCache.rakumod
04:42:25 ::    creating: zef-0.15.0/lib/Zef/Service/
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/FetchPath.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/FileReporter.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/InstallRakuDistribution.rakumod
04:42:25 ::    creating: zef-0.15.0/lib/Zef/Service/Shell/
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/DistributionBuilder.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/LegacyBuild.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/PowerShell.rakumod
04:42:25 ::    creating: zef-0.15.0/lib/Zef/Service/Shell/PowerShell/
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/PowerShell/download.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/PowerShell/unzip.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/Test.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/curl.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/git.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/p5tar.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/prove.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/tar.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/unzip.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/Shell/wget.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Service/TAP.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Test.rakumod
04:42:25 ::    creating: zef-0.15.0/lib/Zef/Utils/
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Utils/FileSystem.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Utils/SystemQuery.rakumod
04:42:25 ::   inflating: zef-0.15.0/lib/Zef/Utils/URI.rakumod
04:42:25 ::    creating: zef-0.15.0/logotype/
04:42:25 ::   inflating: zef-0.15.0/logotype/logo_32x32.png
04:42:25 ::    creating: zef-0.15.0/resources/
04:42:25 ::   inflating: zef-0.15.0/resources/config.json
04:42:25 ::    creating: zef-0.15.0/resources/scripts/
04:42:25 ::   inflating: zef-0.15.0/resources/scripts/perl5tar.pl
04:42:25 ::   inflating: zef-0.15.0/resources/scripts/win32http.ps1
04:42:25 ::   inflating: zef-0.15.0/resources/scripts/win32unzip.ps1
04:42:25 ::    creating: zef-0.15.0/t/
04:42:25 ::   inflating: zef-0.15.0/t/00-load.rakutest
04:42:25 ::   inflating: zef-0.15.0/t/build.rakutest
04:42:25 ::   inflating: zef-0.15.0/t/distribution-depends-parsing.rakutest
04:42:25 ::   inflating: zef-0.15.0/t/extract.rakutest
04:42:25 ::   inflating: zef-0.15.0/t/fetch.rakutest
04:42:25 ::   inflating: zef-0.15.0/t/identity.rakutest
04:42:25 ::   inflating: zef-0.15.0/t/install.rakutest
04:42:25 ::   inflating: zef-0.15.0/t/repository.rakutest
04:42:25 ::   inflating: zef-0.15.0/t/test.rakutest
04:42:25 ::   inflating: zef-0.15.0/t/utils-filesystem.rakutest
04:42:25 ::    creating: zef-0.15.0/xt/
04:42:25 ::   inflating: zef-0.15.0/xt/install.rakutest
04:42:25 ::   inflating: zef-0.15.0/xt/repository.rakutest
04:42:25 :: total 60
04:42:25 :: -rw-r--r--    1 worker   wheel         8902 Feb 10 04:42 LICENSE
04:42:25 :: -rw-r--r--    1 worker   wheel         3781 Feb 10 04:42 META6.json
04:42:25 :: -rw-r--r--    1 worker   wheel        19160 Feb 10 04:42 README.md
04:42:25 :: drwxrwxrwx    2 worker   wheel         4096 Feb 10 04:42 bin
04:42:25 :: drwxrwxrwx    3 worker   wheel         4096 Feb 10 04:42 lib
04:42:25 :: drwxrwxrwx    2 worker   wheel         4096 Feb 10 04:42 logotype
04:42:25 :: drwxrwxrwx    3 worker   wheel         4096 Feb 10 04:42 resources
04:42:25 :: drwxrwxrwx    2 worker   wheel         4096 Feb 10 04:42 t
04:42:25 :: drwxrwxrwx    2 worker   wheel         4096 Feb 10 04:42 xt
04:44:33 :: ===SORRY!=== Error while compiling /tmp/zef-0.15.0/bin/zef
04:44:33 :: ===SORRY!=== Error while compiling /tmp/zef-0.15.0/lib/Zef/CLI.rakumod (Zef::CLI)
04:44:33 :: ===SORRY!===
04:44:33 :: Type 'Zef::Repository' is not declared
04:44:33 :: at /tmp/zef-0.15.0/lib/Zef/Client.rakumod (Zef::Client):227
04:44:33 :: ------>     has Zef::Repository⏏ $.recommendation-manager; # todo: renam
04:44:33 :: Malformed has
04:44:33 :: at /tmp/zef-0.15.0/lib/Zef/Client.rakumod (Zef::Client):227
04:44:33 :: ------>     has Zef::⏏Repository $.recommendation-manager; # t
04:44:33 :: 
04:44:33 :: 
04:44:33 :: at /tmp/zef-0.15.0/lib/Zef/CLI.rakumod (Zef::CLI):2
04:44:33 :: 
04:44:33 :: at /tmp/zef-0.15.0/bin/zef:3
04:44:33 :: 
[task stderr]
04:44:33 :: The command '/bin/sh -c cd /tmp/ && curl -sfL https://github.com/ugexe/zef/archive/refs/tags/v0.15.0.zip -o v0.15.0.zip  && unzip v0.15.0.zip  && cd /tmp/zef-0.15.0/ && ls -l && raku -I. bin/zef install . --/test --install-to=home' returned a non-zero code: 1
04:44:33 :: task exit status: 1
04:44:33 :: task tasks/run-docker FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/run-docker/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 1, signal: 0)
  in block <unit> at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/resources/D89191B85489D8D1AA2CA29B23BB54732926E4C8 line 13
  in sub MAIN at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/bin/sparrowdo line 3
  in block <unit> at /home/sparrow/.rakubrew/versions/moar-2022.12/share/perl6/site/bin/sparrowdo line 1