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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 3407
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 02.07.2023 @ 19:25
Time elapsed: 147 sec
---
SCM: https://github.com/melezhik/Tomtit.git
Git sha: f49fb10
Git comment: pass fez token - https://github.com/tony-o/raku-fez/issues/101 , release!
secrets:
  - FEZ_TOKEN

tasks:
  -
    name: tomty
    language: Bash
    default: true
    code: |
      set -e
      cd source/
      zef install . --/test
      export SP6_LOG_NO_TIMESTAMPS=1
      tomty  --all --show-failed --color --dump-task

    followup:
      -
        name: release
  -
    name: release
    if:
      language: Raku
      code: |
        unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
          update_state %( status => 'skip' )
        }
    language: Bash
    code: |
      set -e

      sudo apk add zlib-dev

      zef install --/test fez

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

      cd source/

      tom --clean
      fez version
      fez upload --unattended
19:23:51 :: [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:23:53 :: [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:23:55 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/tomty]
[dump code: task.bash]
[1] set -e
[2] cd source/
[3] zef install . --/test
[4] export SP6_LOG_NO_TIMESTAMPS=1
[5] tomty  --all --show-failed --color --dump-task
[6] 
[task stdout]
19:23:58 :: ===> Installing: Tomtit:ver<0.1.25>:auth<zef:melezhik>
19:24:00 :: 
19:24:00 :: 1 bin/ script [tom] installed to:
19:24:00 :: /home/worker/.raku/bin
19:24:03 :: [1/8] / [cat-scenario] .......  2 sec. OK
19:24:04 :: [2/8] / [cat-scenario-with-lines] .......  1 sec. OK
19:24:06 :: [3/8] / [default-action] .......  2 sec. OK
19:24:11 :: [4/8] / [last] .......  5 sec. OK
19:24:12 :: [5/8] / [list] .......  1 sec. OK
19:24:13 :: [6/8] / [missing-scenario-execution] .......  1 sec. OK
19:24:16 :: [7/8] / [profile-install] .......  3 sec. OK
19:24:17 :: [8/8] / [profile-list] .......  1 sec. OK
19:24:17 :: =========================================
19:24:17 :: (=: / [8] tests in 16 sec / (8) tests passed
19:24:56 :: [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] unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
[2]   update_state %( status => 'skip' )
[3] }
[4] 
[task stdout]
[task run: task.bash - tasks/release]
[dump code: task.bash]
[1] set -e
[2] 
[3] sudo apk add zlib-dev
[4] 
[5] zef install --/test fez
[6] 
[7] cat << HERE > ~/.fez-config.json
[8]  {
[9]     "groups":[],"un":"melezhik","key":"$FEZ_TOKEN",
[10]     "bundlers": ["Fez::Util::Pax"]
[11]  }
[12] HERE
[13] 
[14] cd source/
[15] 
[16] tom --clean
[17] fez version
[18] fez upload --unattended
[19] 
[task stdout]
19:25:00 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
19:25:00 :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
19:25:00 :: fetch https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
19:25:01 :: (1/1) Installing zlib-dev (1.2.12-r3)
19:25:01 :: OK: 710 MiB in 61 packages
19:25:02 :: ===> Searching for: fez
19:25:20 :: ===> Installing: fez:ver<53>:auth<zef:tony-o>:api<0>
19:25:20 :: 
19:25:20 :: 1 bin/ script [fez] installed to:
19:25:20 :: /home/worker/.raku/bin
19:25:21 :: cleaning /var/.sparrowdo/env/tomty/.sparrowdo/source/.tom/.cache ...
19:25:21 :: >>= fez version: 53
19:25:22 :: >>= Bundle manifest:
19:25:22 ::        .tom/changes.raku
19:25:22 ::        .tom/commit.raku
19:25:22 ::        .tom/env/config.raku
19:25:22 ::        .tom/env/config.test.raku
19:25:22 ::        .tom/git-branch-delete.raku
19:25:22 ::        .tom/git-publish.raku
19:25:22 ::        .tom/git-summary.raku
19:25:22 ::        .tom/github-url-https-to-ssh.raku
19:25:22 ::        .tom/install.raku
19:25:22 ::        .tom/pull.raku
19:25:22 ::        .tom/push.raku
19:25:22 ::        .tom/release.raku
19:25:22 ::        .tom/set-git.raku
19:25:22 ::        .tom/set-pause.raku
19:25:22 ::        .tom/status.raku
19:25:22 ::        .tom/test.raku
19:25:22 ::        .tom/tomtit-pl6-to-raku.raku
19:25:22 ::        .tom/update-branch-list.raku
19:25:22 ::        .tom/world.raku
19:25:22 ::        .tom/yaml-lint.raku
19:25:22 ::        .tomty/cat-scenario-with-lines.raku
19:25:22 ::        .tomty/cat-scenario.raku
19:25:22 ::        .tomty/default-action.raku
19:25:22 ::        .tomty/last.raku
19:25:22 ::        .tomty/list.raku
19:25:22 ::        .tomty/missing-scenario-execution.raku
19:25:22 ::        .tomty/profile-install.raku
19:25:22 ::        .tomty/profile-list.raku
19:25:22 ::        .travis.yml
19:25:22 ::        bin/tom
19:25:22 ::        Changes
19:25:22 ::        dist.ini
19:25:22 ::        lib/Tomtit.rakumod
19:25:22 ::        lib/Tomtit/Completion.rakumod
19:25:22 ::        META6.json
19:25:22 ::        README.md
19:25:22 ::        resources/completion.sh
19:25:22 ::        resources/profiles/ado/ado-pipeline-build-list.raku
19:25:22 ::        resources/profiles/ado/ado-pipeline-build-run.raku
19:25:22 ::        resources/profiles/azure/az-account-set.raku
19:25:22 ::        resources/profiles/azure/az-kv-show.raku
19:25:22 ::        resources/profiles/azure/az-resources.raku
19:25:22 ::        resources/profiles/azure/az-sql-server-check-fw.raku
19:25:22 ::        resources/profiles/cro/cro-yaml.raku
19:25:22 ::        resources/profiles/git/commit.raku
19:25:22 ::        resources/profiles/git/git-branch-delete.raku
19:25:22 ::        resources/profiles/git/git-publish.raku
19:25:22 ::        resources/profiles/git/git-summary.raku
19:25:22 ::        resources/profiles/git/github-url-https-to-ssh.raku
19:25:22 ::        resources/profiles/git/pull.raku
19:25:22 ::        resources/profiles/git/push.raku
19:25:22 ::        resources/profiles/git/set-git.raku
19:25:22 ::        resources/profiles/git/status.raku
19:25:22 ::        resources/profiles/git/update-branch-list.raku
19:25:22 ::        resources/profiles/gitlab/gitlab-run-pipeline.raku
19:25:22 ::        resources/profiles/hello/world.raku
19:25:22 ::        resources/profiles/perl/changes.raku
19:25:22 ::        resources/profiles/perl/install.raku
19:25:22 ::        resources/profiles/perl/make-dist.raku
19:25:22 ::        resources/profiles/perl/release.raku
19:25:22 ::        resources/profiles/perl/set-pause.raku
19:25:22 ::        resources/profiles/perl/test.raku
19:25:22 ::        resources/profiles/raku/changes.raku
19:25:22 ::        resources/profiles/raku/install.raku
19:25:22 ::        resources/profiles/raku/release.raku
19:25:22 ::        resources/profiles/raku/test.raku
19:25:22 ::        resources/profiles/ruby/rvm.raku
19:25:22 ::        resources/profiles/tomtit/tomtit-pl6-to-raku.raku
19:25:22 ::        resources/profiles/yaml/yaml-lint.raku
19:25:22 ::        sparrow.yaml
19:25:22 ::        t/00-load.t
19:25:22 ::        test/cat-scenario-with-lines/task.bash
19:25:22 ::        test/cat-scenario-with-lines/task.check
19:25:22 ::        test/cat-scenario/task.bash
19:25:22 ::        test/cat-scenario/task.check
19:25:22 ::        test/default-action/task.bash
19:25:22 ::        test/default-action/task.check
19:25:22 ::        test/last/task.bash
19:25:22 ::        test/last/task.check
19:25:22 ::        test/list/task.bash
19:25:22 ::        test/list/task.check
19:25:22 ::        test/missing-scenario-execution/task.bash
19:25:22 ::        test/missing-scenario-execution/task.check
19:25:22 ::        test/profile-install/task.bash
19:25:22 ::        test/profile-install/task.check
19:25:22 ::        test/profile-list/task.bash
19:25:22 ::        test/profile-list/task.check
19:25:22 ::        tomtit-output.png
19:25:22 ::        tt-base.png
19:25:25 :: >>= Resources ok
19:25:25 :: >>= Hey! You did it! Your dist will be indexed shortly.
[task stderr]
19:25:25 :: ===> Updating fez mirror: https://360.zef.pm/
19:25:25 :: ===> Updated fez mirror: https://360.zef.pm/