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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2527
Status: FAIL
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 09.01.2023 @ 15:42
Time elapsed: 55 sec
---
SCM: https://github.com/melezhik/ra-Gauge.git
Git sha: 7eac76d
Git comment: add version info
tasks:
  -
    name: zef-build
    language: Bash
    default: true
    code: |
      set -e
      raku --version
      cd source/
      zef install --deps-only --/test .
      zef test .
      zef install . 
    followup:
      -
        name: check-doc
  -
    name: check-doc
    plugin: good-doc
    config:
      path: source/README.md
15:41:54 :: [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:41:58 :: [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:42:02 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/zef-build]
[dump code: task.bash]
[1] set -e
[2] raku --version
[3] cd source/
[4] zef install --deps-only --/test .
[5] zef test .
[6] zef install . 
[7] 
[task stdout]
15:42:02 :: Welcome to Rakudo™ v2022.07.
15:42:02 :: Implementing the Raku® Programming Language v6.d.
15:42:02 :: Built on MoarVM version 2022.07.
15:42:05 :: ===> Testing: Gauge:ver<1.0.0>:auth<zef:Kaiepi>:api<1>
15:42:09 :: [Gauge] # Failed test 'can use Gauge'
15:42:09 :: [Gauge] # at t/01-version.rakutest line 6
15:42:09 :: [Gauge] # ===SORRY!===
15:42:09 :: [Gauge] # No registered operation handler for 'isge_u'
15:42:09 :: [Gauge] # 
15:42:09 :: [Gauge] # You failed 1 test of 1
15:42:09 :: [Gauge] ===SORRY!=== Error while compiling /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/02-basic.rakutest
15:42:09 :: [Gauge] ===SORRY!===
15:42:09 :: [Gauge] No registered operation handler for 'isge_u'
15:42:09 :: [Gauge] at /var/.sparrowdo/env/zef-build/.sparrowdo/source/t/02-basic.rakutest:3
15:42:09 :: ===> Testing [FAIL]: Gauge:ver<1.0.0>:auth<zef:Kaiepi>:api<1>
[task stderr]
15:42:09 :: All candidates are currently installed
15:42:09 :: Aborting due to test failure: Gauge:ver<1.0.0>:auth<zef:Kaiepi>:api<1> (use --force-test to override)
15:42:09 :: task exit status: 1
15:42:09 :: task tasks/zef-build FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/zef-build/.sparrowdo/sparrowrun.sh' exited unsuccessfully (exit code: 1, signal: 0)
  in block <unit> at /home/sph/.raku/resources/57C38AFDF922EB0C43584FF5F701A03850B5346F line 13
  in sub MAIN at /home/sph/.raku/bin/sparrowdo line 3
  in block <unit> at /home/sph/.raku/bin/sparrowdo line 1