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: 3009
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 10.02.2023 @ 15:14
Time elapsed: 151 sec
---
SCM: https://github.com/melezhik/sparrow-rakudo-jvm.git
Git sha: b50b553
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
15:12:56 :: [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
15:12:59 :: [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]
15:13:01 :: 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]
15:13:01 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
15:13:01 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
15:13:02 :: fetch https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
15:13:02 :: (1/1) Installing docker-cli (20.10.20-r0)
15:13:03 :: Executing busybox-1.35.0-r17.trigger
15:13:03 :: OK: 752 MiB in 61 packages
15:13:03 :: Sending build context to Docker daemon   72.7kB
15:13:03 :: 
15:13:03 :: Step 1/28 : FROM alpine:latest
15:13:03 ::  ---> 042a816809aa
15:13:03 :: Step 2/28 : ENV PATH="/home/worker/.raku/bin:/var/rakudo/rakudo-2022.12/install/bin/:${PATH}"
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> fccbc41b60b7
15:13:03 :: Step 3/28 : ENV SP6_DUMP_TASK_CODE=1
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> c59bbf0672a5
15:13:03 :: Step 4/28 : ENV SP6_FORMAT_COLOR=1
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 9373a515ad2b
15:13:03 :: Step 5/28 : RUN apk update && apk add openssl bash curl wget perl openssl-dev sudo git
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 374f0858b50a
15:13:03 :: Step 6/28 : RUN apk add --no-cache bash g++ make
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 36e392c7e3ed
15:13:03 :: 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
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> f2400b44d79c
15:13:03 :: Step 8/28 : RUN apk add openjdk9 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 6139f8fe7caa
15:13:03 :: Step 9/28 : RUN echo OK
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> a27be2e1fa73
15:13:03 :: 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
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> d7a8036bdbd3
15:13:03 :: Step 11/28 : RUN cd /var/rakudo/rakudo-2022.12 && make
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 57b80cdf31d7
15:13:03 :: Step 12/28 : RUN cd /var/rakudo/rakudo-2022.12 && make install
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 0178d38d6363
15:13:03 :: Step 13/28 : RUN adduser -D -h /home/worker -s /bin/bash -G wheel worker
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 13b79eb1ab9e
15:13:03 :: Step 14/28 : RUN echo '%wheel ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 88c5935460fc
15:13:03 :: Step 15/28 : RUN addgroup worker wheel
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 9306b15f526b
15:13:03 :: Step 16/28 : RUN sudo echo
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 0ebcd69d142c
15:13:03 :: Step 17/28 : USER worker
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 6bf4c583ad00
15:13:03 :: Step 18/28 : RUN find /var/rakudo/rakudo-2022.12/install/bin/
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 03dc024b9d35
15:13:03 :: Step 19/28 : RUN sudo ln -s /var/rakudo/rakudo-2022.12/install/bin/rakudo /var/rakudo/rakudo-2022.12/install/bin/raku
15:13:03 ::  ---> Using cache
15:13:03 ::  ---> 4d0037ef3101
15:13:03 :: Step 20/28 : RUN cd /tmp/ && git clone https://github.com/hythm7/Pakku.git && cd /tmp/Pakku && raku -I. bin/pakku add noprecomp notest to home .
15:13:03 ::  ---> Running in 4fc3c5d6f3c9
15:13:03 :: Cloning into 'Pakku'...
15:14:25 :: ===SORRY!=== Error while compiling /tmp/Pakku/bin/pakku
15:14:25 :: ===SORRY!=== Error while compiling /tmp/Pakku/lib/Pakku.rakumod (Pakku)
15:14:25 :: ===SORRY!=== Error while compiling /tmp/Pakku/lib/Pakku/Core.rakumod (Pakku::Core)
15:14:25 :: ===SORRY!=== Error while compiling /tmp/Pakku/lib/Pakku/Native.rakumod (Pakku::Native)
15:14:25 :: java.lang.RuntimeException: Missing or wrong version of dependency 'core#sources/B2976BD56E2DB034D70D1D8BF3CE2452B13BF9A2 (CompUnit::Repository::Staging)'
15:14:25 :: at /tmp/Pakku/lib/Pakku/Native.rakumod (Pakku::Native):1
15:14:25 :: 
15:14:25 :: at /tmp/Pakku/lib/Pakku/Core.rakumod (Pakku::Core):7
15:14:25 :: 
15:14:25 :: at /tmp/Pakku/lib/Pakku.rakumod (Pakku):4
15:14:25 :: 
15:14:25 :: at /tmp/Pakku/bin/pakku:6
15:14:25 :: 
[task stderr]
15:14:25 :: The command '/bin/sh -c cd /tmp/ && git clone https://github.com/hythm7/Pakku.git && cd /tmp/Pakku && raku -I. bin/pakku add noprecomp notest to home .' returned a non-zero code: 1
15:14:25 :: task exit status: 1
15:14:25 :: 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