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

SparrowCI Report - gh-melezhik-doc | [image: melezhik/sparrow:debian]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 3052
Status: FAIL
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 14.02.2023 @ 01:39
Time elapsed: 123 sec
---
SCM: https://github.com/melezhik/doc.git
Git sha: c57f23040
Git comment: Update sparrow.yaml
image:
  - melezhik/sparrow:debian
  
tasks:
  -
    name: run-docker-test
    default: true
    language: Bash
    code: |
      set -e
      set -o pipefail

      TEST_IMAGE=docker.io/jjmerelo/perl6-doccer:latest
      P6_DOC_TEST_VERBOSE=1
      GITHUB_WORKSPACE=${PWD}
      TEST_FILES=doc/Language/101-basics.pod6

      docker run -t \
        -v "${GITHUB_WORKSPACE}":/test:Z \
        --entrypoint env \
        "${TEST_IMAGE}" \
        P6_DOC_TEST_VERBOSE=${P6_DOC_TEST_VERBOSE} \
        TEST_FILES=${TEST_FILES} \
        prove6 t

    depends:
      -
        name: install-docker-cli     
  -
    name: install-docker-cli
    plugin: docker-engine
    config:
      cli_only: true
01:38:48 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
01:38:50 :: [repository] - installing docker-engine, version 0.001017
[task run: task.bash - install-docker-cli]
[dump code: task.bash]
[1] set -e
[2] 
[3] cli_only=$(config cli_only)
[4] 
[5] set -x
[6] 
[7] echo "cli_only: ${cli_only}"
[8] 
[9] export DEBIAN_FRONTEND=noninteractive
[10] 
[11] sudo apt-get update
[12] 
[13] sudo apt-get update
[14] sudo apt-get install -y \
[15]     ca-certificates \
[16]     curl \
[17]     gnupg \
[18]     lsb-release
[19] 
[20] 
[21] sudo mkdir -m 0755 -p /etc/apt/keyrings
[22] 
[23] curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
[24] 
[25] echo \
[26]   "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \
[27]   $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
[28] 
[29] sudo apt-get update
[30] 
[31] if test "$cli_only" = "True"; then
[32]   sudo apt-get install -y docker-ce-cli
[33] else
[34]   sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
[35] fi
[36] 
[37] 
[38] 
[task stdout]
01:38:53 :: cli_only: True
01:38:53 :: Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
01:38:53 :: Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
01:38:53 :: Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
01:38:53 :: Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
01:38:53 :: Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [226 kB]
01:38:53 :: Get:6 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye InRelease [5264 B]
01:38:54 :: Fetched 8622 kB in 1s (5812 kB/s)
01:38:55 :: Reading package lists...
01:38:55 :: Hit:1 http://deb.debian.org/debian bullseye InRelease
01:38:55 :: Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
01:38:55 :: Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
01:38:55 :: Get:4 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye InRelease [5264 B]
01:38:55 :: Fetched 5264 B in 0s (13.1 kB/s)
01:38:56 :: Reading package lists...
01:38:56 :: Reading package lists...
01:38:56 :: Building dependency tree...
01:38:56 :: Reading state information...
01:38:56 :: ca-certificates is already the newest version (20210119).
01:38:56 :: ca-certificates set to manually installed.
01:38:56 :: gnupg is already the newest version (2.2.27-2+deb11u2).
01:38:56 :: gnupg set to manually installed.
01:38:56 :: lsb-release is already the newest version (11.1.0).
01:38:56 :: The following additional packages will be installed:
01:38:56 ::   libcurl4
01:38:56 :: The following packages will be upgraded:
01:38:56 ::   curl libcurl4
01:38:56 :: 2 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
01:38:56 :: Need to get 616 kB of archives.
01:38:56 :: After this operation, 2048 B of additional disk space will be used.
01:38:56 :: Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u5 [270 kB]
01:38:57 :: Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u5 [346 kB]
01:38:57 :: Fetched 616 kB in 0s (8971 kB/s)
01:38:57 :: (Reading database ... 
01:38:57 :: (Reading database ... 5%
01:38:57 :: (Reading database ... 10%
01:38:57 :: (Reading database ... 15%
01:38:57 :: (Reading database ... 20%
01:38:57 :: (Reading database ... 25%
01:38:57 :: (Reading database ... 30%
01:38:57 :: (Reading database ... 35%
01:38:57 :: (Reading database ... 40%
01:38:57 :: (Reading database ... 45%
01:38:57 :: (Reading database ... 50%
01:38:57 :: (Reading database ... 55%
01:38:57 :: (Reading database ... 60%
01:38:57 :: (Reading database ... 65%
01:38:57 :: (Reading database ... 70%
01:38:57 :: (Reading database ... 75%
01:38:57 :: (Reading database ... 80%
01:38:57 :: (Reading database ... 85%
01:38:57 :: (Reading database ... 90%
01:38:57 :: (Reading database ... 95%
01:38:57 :: (Reading database ... 100%
01:38:57 :: (Reading database ... 19016 files and directories currently installed.)
01:38:57 :: Preparing to unpack .../curl_7.74.0-1.3+deb11u5_amd64.deb ...
01:38:57 :: Unpacking curl (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
01:38:57 :: Preparing to unpack .../libcurl4_7.74.0-1.3+deb11u5_amd64.deb ...
01:38:57 :: Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
01:38:57 :: Setting up libcurl4:amd64 (7.74.0-1.3+deb11u5) ...
01:38:57 :: Setting up curl (7.74.0-1.3+deb11u5) ...
01:38:57 :: Processing triggers for libc-bin (2.31-13+deb11u5) ...
01:38:57 :: Hit:1 http://deb.debian.org/debian bullseye InRelease
01:38:57 :: Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
01:38:57 :: Get:3 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
01:38:57 :: Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
01:38:57 :: Get:5 https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/deb/debian bullseye InRelease [5264 B]
01:38:57 :: Get:6 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [18.6 kB]
01:38:57 :: Fetched 67.2 kB in 0s (144 kB/s)
01:38:58 :: Reading package lists...
01:38:58 :: Reading package lists...
01:38:59 :: Building dependency tree...
01:38:59 :: Reading state information...
01:38:59 :: The following additional packages will be installed:
01:38:59 ::   docker-buildx-plugin docker-compose-plugin docker-scan-plugin
01:38:59 :: The following NEW packages will be installed:
01:38:59 ::   docker-buildx-plugin docker-ce-cli docker-compose-plugin docker-scan-plugin
01:38:59 :: 0 upgraded, 4 newly installed, 0 to remove and 13 not upgraded.
01:38:59 :: Need to get 52.9 MB of archives.
01:38:59 :: After this operation, 167 MB of additional disk space will be used.
01:38:59 :: Get:1 https://download.docker.com/linux/debian bullseye/stable amd64 docker-buildx-plugin amd64 0.10.2-1~debian.11~bullseye [25.9 MB]
01:38:59 :: Get:2 https://download.docker.com/linux/debian bullseye/stable amd64 docker-ce-cli amd64 5:23.0.1-1~debian.11~bullseye [13.2 MB]
01:38:59 :: Get:3 https://download.docker.com/linux/debian bullseye/stable amd64 docker-compose-plugin amd64 2.16.0-1~debian.11~bullseye [10.2 MB]
01:39:00 :: Get:4 https://download.docker.com/linux/debian bullseye/stable amd64 docker-scan-plugin amd64 0.23.0~debian-bullseye [3623 kB]
01:39:00 :: Fetched 52.9 MB in 1s (66.1 MB/s)
01:39:00 :: Selecting previously unselected package docker-buildx-plugin.
01:39:00 :: (Reading database ... 
01:39:00 :: (Reading database ... 5%
01:39:00 :: (Reading database ... 10%
01:39:00 :: (Reading database ... 15%
01:39:00 :: (Reading database ... 20%
01:39:00 :: (Reading database ... 25%
01:39:00 :: (Reading database ... 30%
01:39:00 :: (Reading database ... 35%
01:39:00 :: (Reading database ... 40%
01:39:00 :: (Reading database ... 45%
01:39:00 :: (Reading database ... 50%
01:39:00 :: (Reading database ... 55%
01:39:00 :: (Reading database ... 60%
01:39:00 :: (Reading database ... 65%
01:39:00 :: (Reading database ... 70%
01:39:00 :: (Reading database ... 75%
01:39:00 :: (Reading database ... 80%
01:39:00 :: (Reading database ... 85%
01:39:00 :: (Reading database ... 90%
01:39:00 :: (Reading database ... 95%
01:39:00 :: (Reading database ... 100%
01:39:00 :: (Reading database ... 19016 files and directories currently installed.)
01:39:00 :: Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb ...
01:39:00 :: Unpacking docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
01:39:01 :: Selecting previously unselected package docker-ce-cli.
01:39:01 :: Preparing to unpack .../docker-ce-cli_5%3a23.0.1-1~debian.11~bullseye_amd64.deb ...
01:39:01 :: Unpacking docker-ce-cli (5:23.0.1-1~debian.11~bullseye) ...
01:39:02 :: Selecting previously unselected package docker-compose-plugin.
01:39:02 :: Preparing to unpack .../docker-compose-plugin_2.16.0-1~debian.11~bullseye_amd64.deb ...
01:39:02 :: Unpacking docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
01:39:03 :: Selecting previously unselected package docker-scan-plugin.
01:39:03 :: Preparing to unpack .../docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb ...
01:39:03 :: Unpacking docker-scan-plugin (0.23.0~debian-bullseye) ...
01:39:04 :: Setting up docker-scan-plugin (0.23.0~debian-bullseye) ...
01:39:04 :: Setting up docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
01:39:04 :: Setting up docker-compose-plugin (2.16.0-1~debian.11~bullseye) ...
01:39:04 :: Setting up docker-ce-cli (5:23.0.1-1~debian.11~bullseye) ...
[task stderr]
01:39:04 :: ++ echo 'cli_only: True'
01:39:04 :: ++ export DEBIAN_FRONTEND=noninteractive
01:39:04 :: ++ DEBIAN_FRONTEND=noninteractive
01:39:04 :: ++ sudo apt-get update
01:39:04 :: ++ sudo apt-get update
01:39:04 :: ++ sudo apt-get install -y ca-certificates curl gnupg lsb-release
01:39:04 :: debconf: delaying package configuration, since apt-utils is not installed
01:39:04 :: ++ sudo mkdir -m 0755 -p /etc/apt/keyrings
01:39:04 :: ++ curl -fsSL https://download.docker.com/linux/debian/gpg
01:39:04 :: ++ sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
01:39:04 :: ++ sudo tee /etc/apt/sources.list.d/docker.list
01:39:04 :: +++ dpkg --print-architecture
01:39:04 :: +++ lsb_release -cs
01:39:04 :: ++ echo 'deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian   bullseye stable'
01:39:04 :: ++ sudo apt-get update
01:39:04 :: ++ test True = True
01:39:04 :: ++ sudo apt-get install -y docker-ce-cli
01:39:04 :: debconf: delaying package configuration, since apt-utils is not installed
01:38:19 :: [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
01:38:22 :: [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]
01:38:24 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/run-docker-test]
[dump code: task.bash]
[1] set -e
[2] set -o pipefail
[3] 
[4] TEST_IMAGE=docker.io/jjmerelo/perl6-doccer:latest
[5] P6_DOC_TEST_VERBOSE=1
[6] GITHUB_WORKSPACE=${PWD}
[7] TEST_FILES=doc/Language/101-basics.pod6
[8] 
[9] docker run -t \
[10]   -v "${GITHUB_WORKSPACE}":/test:Z \
[11]   --entrypoint env \
[12]   "${TEST_IMAGE}" \
[13]   P6_DOC_TEST_VERBOSE=${P6_DOC_TEST_VERBOSE} \
[14]   TEST_FILES=${TEST_FILES} \
[15]   prove6 t
[16] 
[task stdout]
01:39:09 :: Invalid input 't'
01:39:09 ::   in sub listall at /root/raku-install/share/perl6/site/sources/B4401FC2C8E71132AE0D3CE2C47A7D2FBB0D50F1 (App::Prove6) line 15
01:39:09 ::   in block  at /root/raku-install/share/perl6/site/sources/B4401FC2C8E71132AE0D3CE2C47A7D2FBB0D50F1 (App::Prove6) line 61
01:39:09 ::   in sub MAIN at /root/raku-install/share/perl6/site/sources/B4401FC2C8E71132AE0D3CE2C47A7D2FBB0D50F1 (App::Prove6) line 61
01:39:09 ::   in block <unit> at /root/raku-install/share/perl6/site/resources/6A9DFD7D011751D33AF15CF00C4C9078C8B1D2FF line 5
01:39:09 ::   in sub MAIN at /root/raku-install/share/perl6/site/bin/prove6 line 3
01:39:09 ::   in block <unit> at /root/raku-install/share/perl6/site/bin/prove6 line 1
01:39:09 :: 
01:39:09 :: task exit status: 1
01:39:09 :: task tasks/run-docker-test FAILED
The spawned command 'docker exec -i sparrow-worker sh -l /var/.sparrowdo/env/run-docker-test/.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