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

SparrowCI Report - gh-melezhik-sparrowci-sandbox | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2943
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 09.02.2023 @ 16:05
Time elapsed: 126 sec
---
SCM: https://github.com/melezhik/sparrowci-sandbox.git
Git sha: bb655e7
Git comment: install tar, release!
secrets:
  - FEZ_TOKEN
tasks:
  - 
    name: test
    default: true
    followup:
      -
        name: release
    language: Bash
    code: |
      set -e
      env|grep SCM
      cd source
      zef test .
  -
    name: release
    if:
      language: Raku
      code: |
        update_state %( status => 'skip' )
          unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/;
    language: Bash
    code: |
      set -e

      sudo apk add unzip
      sudo apk add tar --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community

      zef install --/test https://github.com/tony-o/raku-fez/archive/refs/heads/dist.zip

      cat << HERE > ~/.fez-config.json
       {"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
      HERE

      cd source/
      zef install --/test fez

      tom --clean
      fez upload --unattended
16:04:45 :: [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
16:04:47 :: [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]
16:04:49 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] env|grep SCM
[3] cd source
[4] zef test .
[5] 
[task stdout]
16:04:49 :: SCM_URL=https://github.com/melezhik/sparrowci-sandbox.git
16:04:49 :: SCM_SHA=bb655e7
16:04:49 :: SCM_COMMIT_MESSAGE=install tar, release!
16:04:49 :: SCM_BRANCH=HEAD
16:04:51 :: ===> Testing: SparrowCI-SandBox:ver<0.0.7>:auth<zef:melezhik>
16:04:51 :: ===> Testing [OK] for SparrowCI-SandBox:ver<0.0.7>:auth<zef:melezhik>
16:05:20 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.raku - tasks/release-if]
[dump code: task.raku]
[1] update_state %( status => 'skip' )
[2]   unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/;
[3] 
[task stdout]
[task run: task.bash - tasks/release]
[dump code: task.bash]
[1] set -e
[2] 
[3] sudo apk add unzip
[4] sudo apk add tar --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
[5] 
[6] zef install --/test https://github.com/tony-o/raku-fez/archive/refs/heads/dist.zip
[7] 
[8] cat << HERE > ~/.fez-config.json
[9]  {"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
[10] HERE
[11] 
[12] cd source/
[13] zef install --/test fez
[14] 
[15] tom --clean
[16] fez upload --unattended
[17] 
[task stdout]
16:05:24 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
16:05:24 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
16:05:24 :: fetch https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
16:05:25 :: (1/1) Installing unzip (6.0-r9)
16:05:25 :: Executing busybox-1.35.0-r17.trigger
16:05:25 :: OK: 710 MiB in 61 packages
16:05:25 :: fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
16:05:26 :: (1/2) Installing libacl (2.3.1-r0)
16:05:26 :: (2/2) Installing tar (1.34-r0)
16:05:26 :: Executing busybox-1.35.0-r17.trigger
16:05:26 :: OK: 711 MiB in 63 packages
16:05:28 :: ===> Installing: fez:ver<40>:auth<zef:tony-o>:api<0>
16:05:38 :: 
16:05:38 :: 1 bin/ script [fez] installed to:
16:05:38 :: /home/worker/.raku/bin
16:05:39 :: No reason to proceed. Use --force-install to continue anyway
16:05:40 :: cleaning /var/.sparrowdo/env/test/.sparrowdo/source/.tom/.cache ...
16:05:41 :: >>= Looking in "sdist/KXIWsJ84.tar.gz" for META6.json
16:05:43 :: >>= meta<provides> looks OK
16:05:43 :: >>= meta<resources> looks OK
16:05:43 :: >>= SparrowCI-SandBox:ver<0.0.7>:auth<zef:melezhik> looks OK
16:05:43 :: >>= Hey! You did it! Your dist will be indexed shortly.
[task stderr]
16:05:43 :: All candidates are currently installed