FailedConsole Output

11:53:36 Started by GitLab push by Giacomo Bernini
11:53:36 [EnvInject] - Loading node environment variables.
11:53:36 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009
11:53:36 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
11:53:36  > git rev-parse --is-inside-work-tree # timeout=10
11:53:36 Fetching changes from the remote Git repository
11:53:36  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
11:53:36 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
11:53:36  > git --version # timeout=10
11:53:36 using GIT_SSH to set credentials 
11:53:36  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
11:53:37  > git rev-parse remotes/origin/3.6.1-dev^{commit} # timeout=10
11:53:37  > git branch -a -v --no-abbrev --contains abdb8b6ec71e5ddd1513fb996543c1f32f243908 # timeout=10
11:53:37 Checking out Revision abdb8b6ec71e5ddd1513fb996543c1f32f243908 (origin/3.6.1-dev)
11:53:37  > git config core.sparsecheckout # timeout=10
11:53:37  > git checkout -f abdb8b6ec71e5ddd1513fb996543c1f32f243908
11:53:37 Commit message: "updated references to schemas definition"
11:53:37  > git rev-list --no-walk 105145212334ec2c039a7ea7edf98a448d9fc03c # timeout=10
11:53:37 [sol009] $ /bin/bash /tmp/jenkins169331512165147609.sh
11:53:37 ./build-container.sh: line 7: proxy: command not found
11:53:37 http_proxy is not set
11:53:37 Proxy set to 
11:53:37 Sending build context to Docker daemon  13.31kB

11:53:37 Step 1/24 : FROM alpine:3.10.0
11:53:38 3.10.0: Pulling from library/alpine
11:53:39 921b31ab772b: Pulling fs layer
11:53:39 921b31ab772b: Verifying Checksum
11:53:39 921b31ab772b: Download complete
11:53:40 921b31ab772b: Pull complete
11:53:40 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
11:53:40 Status: Downloaded newer image for alpine:3.10.0
11:53:40  ---> 4d90542f0623
11:53:40 Step 2/24 : RUN env
11:53:40  ---> Running in 0770b74ce2fe
11:53:40 HOSTNAME=0770b74ce2fe
11:53:40 SHLVL=1
11:53:40 HOME=/root
11:53:40 https_proxy=
11:53:40 http_proxy=
11:53:40 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:53:40 PWD=/
11:53:40  ---> 9ab27baaa3b4
11:53:40 Removing intermediate container 0770b74ce2fe
11:53:40 Step 3/24 : RUN apk update
11:53:40  ---> Running in ccc3b95f667a
11:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
11:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
11:53:41 v3.10.9-43-g3feb769ea3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main]
11:53:41 v3.10.6-10-ged79a86de3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community]
11:53:41 OK: 10351 distinct packages available
11:53:41  ---> b9c1de303166
11:53:41 Removing intermediate container ccc3b95f667a
11:53:41 Step 4/24 : RUN apk add bash
11:53:42  ---> Running in f8254f6737c6
11:53:42 (1/4) Installing ncurses-terminfo-base (6.1_p20190518-r2)
11:53:42 (2/4) Installing ncurses-libs (6.1_p20190518-r2)
11:53:42 (3/4) Installing readline (8.0.0-r0)
11:53:42 (4/4) Installing bash (5.0.0-r0)
11:53:42 Executing bash-5.0.0-r0.post-install
11:53:42 Executing busybox-1.30.1-r2.trigger
11:53:42 OK: 8 MiB in 18 packages
11:53:43  ---> ae4280a9df40
11:53:43 Removing intermediate container f8254f6737c6
11:53:43 Step 5/24 : RUN apk add nodejs
11:53:43  ---> Running in efcf5e5b43be
11:53:43 (1/6) Installing ca-certificates (20191127-r2)
11:53:43 (2/6) Installing c-ares (1.15.0-r0)
11:53:43 (3/6) Installing libgcc (8.3.0-r0)
11:53:43 (4/6) Installing http-parser (2.9.2-r0)
11:53:43 (5/6) Installing libstdc++ (8.3.0-r0)
11:53:43 (6/6) Installing nodejs (10.24.1-r0)
11:53:44 Executing busybox-1.30.1-r2.trigger
11:53:44 Executing ca-certificates-20191127-r2.trigger
11:53:44 OK: 34 MiB in 24 packages
11:53:44  ---> 9cb556616801
11:53:44 Removing intermediate container efcf5e5b43be
11:53:44 Step 6/24 : RUN apk add nodejs-npm
11:53:45  ---> Running in 15baf491852f
11:53:45 (1/1) Installing npm (10.24.1-r0)
11:53:46 Executing busybox-1.30.1-r2.trigger
11:53:46 OK: 61 MiB in 25 packages
11:53:47  ---> fb2dfee2364b
11:53:47 Removing intermediate container 15baf491852f
11:53:47 Step 7/24 : RUN apk add asciidoctor
11:53:47  ---> Running in 2e4450524eef
11:53:48 (1/5) Installing gmp (6.1.2-r1)
11:53:48 (2/5) Installing yaml (0.2.2-r1)
11:53:48 (3/5) Installing ruby-libs (2.5.9-r0)
11:53:48 (4/5) Installing ruby (2.5.9-r0)
11:53:48 (5/5) Installing asciidoctor (2.0.10-r0)
11:53:48 Executing busybox-1.30.1-r2.trigger
11:53:49 OK: 75 MiB in 30 packages
11:53:49  ---> 6e6498cb96e1
11:53:49 Removing intermediate container 2e4450524eef
11:53:49 Step 8/24 : RUN apk add openjdk8
11:53:49  ---> Running in 13f9bd4a0b8d
11:53:50 (1/44) Installing expat (2.2.8-r0)
11:53:50 (2/44) Installing libbz2 (1.0.6-r7)
11:53:50 (3/44) Installing libpng (1.6.37-r1)
11:53:50 (4/44) Installing freetype (2.10.0-r1)
11:53:50 (5/44) Installing libuuid (2.33.2-r0)
11:53:50 (6/44) Installing fontconfig (2.13.1-r0)
11:53:50 (7/44) Installing encodings (1.0.4-r1)
11:53:50 (8/44) Installing libfontenc (1.1.4-r0)
11:53:50 (9/44) Installing mkfontscale (1.2.1-r1)
11:53:50 (10/44) Installing ttf-dejavu (2.37-r1)
11:53:50 (11/44) Installing libxau (1.0.9-r0)
11:53:50 (12/44) Installing libbsd (0.9.1-r1)
11:53:50 (13/44) Installing libxdmcp (1.1.3-r0)
11:53:50 (14/44) Installing libxcb (1.13.1-r0)
11:53:50 (15/44) Installing libx11 (1.6.12-r1)
11:53:51 (16/44) Installing libxcomposite (0.4.5-r0)
11:53:51 (17/44) Installing libxext (1.3.4-r0)
11:53:51 (18/44) Installing libxi (1.7.9-r2)
11:53:51 (19/44) Installing libxrender (0.9.10-r3)
11:53:51 (20/44) Installing libxtst (1.2.3-r3)
11:53:51 (21/44) Installing alsa-lib (1.1.9-r0)
11:53:51 (22/44) Installing giflib (5.1.9-r0)
11:53:51 (23/44) Installing libjpeg-turbo (2.0.4-r1)
11:53:51 (24/44) Installing openjdk8-jre-lib (8.275.01-r0)
11:53:52 (25/44) Installing java-common (0.2-r0)
11:53:52 (26/44) Installing libffi (3.2.1-r6)
11:53:52 (27/44) Installing p11-kit (0.23.16.1-r1)
11:53:52 (28/44) Installing libtasn1 (4.14-r0)
11:53:52 (29/44) Installing p11-kit-trust (0.23.16.1-r1)
11:53:52 (30/44) Installing java-cacerts (1.0-r0)
11:53:52 (31/44) Installing nspr (4.20-r0)
11:53:52 (32/44) Installing sqlite-libs (3.28.0-r3)
11:53:52 (33/44) Installing nss (3.44.3-r0)
11:53:52 (34/44) Installing krb5-conf (1.0-r1)
11:53:52 (35/44) Installing libcom_err (1.45.5-r0)
11:53:52 (36/44) Installing keyutils-libs (1.6-r1)
11:53:52 (37/44) Installing libverto (0.3.1-r0)
11:53:52 (38/44) Installing krb5-libs (1.17.2-r0)
11:53:52 (39/44) Installing lcms2 (2.9-r1)
11:53:52 (40/44) Installing pcsc-lite-libs (1.8.25-r1)
11:53:52 (41/44) Installing liblksctp (1.0.18-r0)
11:53:52 (42/44) Installing openjdk8-jre-base (8.275.01-r0)
11:53:52 (43/44) Installing openjdk8-jre (8.275.01-r0)
11:53:52 (44/44) Installing openjdk8 (8.275.01-r0)
11:53:53 Executing busybox-1.30.1-r2.trigger
11:53:53 Executing ca-certificates-20191127-r2.trigger
11:53:53 Executing fontconfig-2.13.1-r0.trigger
11:53:55 Executing mkfontscale-1.2.1-r1.trigger
11:53:55 Executing java-common-0.2-r0.trigger
11:53:55 OK: 193 MiB in 74 packages
11:53:57  ---> d488e4cabd13
11:53:57 Removing intermediate container 13f9bd4a0b8d
11:53:57 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
11:53:57  ---> Running in 6d1a310fe614
11:53:57 (1/1) Installing wget (1.20.3-r0)
11:53:57 Executing busybox-1.30.1-r2.trigger
11:53:57 OK: 193 MiB in 75 packages
11:53:57 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
11:53:57  ---> 44063d13e22f
11:53:58 Removing intermediate container 6d1a310fe614
11:53:58 Step 10/24 : RUN apk add openssl
11:53:58  ---> Running in 306659f9182e
11:53:58 (1/1) Installing openssl (1.1.1k-r0)
11:53:59 Executing busybox-1.30.1-r2.trigger
11:53:59 OK: 194 MiB in 76 packages
11:53:59  ---> 93cbf62e0fb0
11:53:59 Removing intermediate container 306659f9182e
11:53:59 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
11:53:59  ---> Running in badb90d51eb1
11:54:02 Building native extensions. This could take a while...
11:54:02 ERROR:  Error installing rdoc:
11:54:02 	ERROR: Failed to build gem native extension.
11:54:02 
11:54:02     current directory: /usr/lib/ruby/gems/2.5.0/gems/psych-4.0.3/ext/psych
11:54:02 /usr/bin/ruby -r ./siteconf20220125-8-ofqvog.rb extconf.rb
11:54:02 mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h
11:54:02 
11:54:02 extconf failed, exit code 1
11:54:02 
11:54:02 Gem files will remain installed in /usr/lib/ruby/gems/2.5.0/gems/psych-4.0.3 for inspection.
11:54:02 Results logged to /usr/lib/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out
11:54:02 Building native extensions. This could take a while...
11:54:03 ERROR:  Error installing rdoc:
11:54:03 	ERROR: Failed to build gem native extension.
11:54:03 
11:54:03     current directory: /usr/lib/ruby/gems/2.5.0/gems/psych-4.0.3/ext/psych
11:54:03 /usr/bin/ruby -r ./siteconf20220125-1-t8z93j.rb extconf.rb
11:54:03 mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h
11:54:03 
11:54:03 extconf failed, exit code 1
11:54:03 
11:54:03 Gem files will remain installed in /usr/lib/ruby/gems/2.5.0/gems/psych-4.0.3 for inspection.
11:54:03 Results logged to /usr/lib/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out
11:54:03 The command '/bin/sh -c gem install rdoc --pre || gem install rdoc --pre' returned a non-zero code: 1
11:54:03 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work
11:54:03 mkdir: created directory '/var/www/html/api/nfv/sol009/80'
11:54:03 Mounting dir /var/www/html/api/nfv/sol009/80 as /storage
11:54:03 Unable to find image 'openapivalidator:latest' locally
11:54:04 docker: Error response from daemon: repository openapivalidator not found: does not exist or no pull access.
11:54:04 See 'docker run --help'.
11:54:04 Build step 'Execute shell' marked build as failure
11:54:04 Skipped archiving because build is not successful
11:54:05 Finished: FAILURE