FailedConsole Output

18:00:01 Started by GitLab push by Giacomo Bernini
18:00:01 [EnvInject] - Loading node environment variables.
18:00:01 Building remotely on build3.forge.etsi.org (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
18:00:01 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
18:00:01 Cloning the remote Git repository
18:00:01 Cloning repository git@forge.etsi.org:nfv/SOL005.git
18:00:01  > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 # timeout=10
18:00:01 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
18:00:01  > git --version # timeout=10
18:00:01 using GIT_SSH to set credentials 
18:00:01  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
18:00:04  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
18:00:04  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
18:00:04  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
18:00:04 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
18:00:04 using GIT_SSH to set credentials 
18:00:04  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
18:00:06  > git rev-parse remotes/origin/4.4.1-dev^{commit} # timeout=10
18:00:06  > git branch -a -v --no-abbrev --contains 9a41ff58901dc0b7b82e9765a5f27262c5b4b969 # timeout=10
18:00:06 Checking out Revision 9a41ff58901dc0b7b82e9765a5f27262c5b4b969 (origin/4.4.1-dev, origin/Release-4)
18:00:06  > git config core.sparsecheckout # timeout=10
18:00:06  > git checkout -f 9a41ff58901dc0b7b82e9765a5f27262c5b4b969
18:00:06 Commit message: "Merge branch '4.3.1-dev' into 'Release-4'"
18:00:06  > git rev-list --no-walk a51992838f51420683c05e9611fc9fb4e53c2ff9 # timeout=10
18:00:06 [sol005] $ /bin/bash /tmp/jenkins4124247591346020865.sh
18:00:06 rm: cannot remove 'build/*-API.yaml': No such file or directory
18:00:06 rm: cannot remove 'build/*-API.json': No such file or directory
18:00:06 ./build-container.sh: line 7: proxy: command not found
18:00:06 http_proxy is not set
18:00:06 Proxy set to 
18:00:06 Sending build context to Docker daemon  13.31kB

18:00:07 Step 1/24 : FROM alpine:3.10.0
18:00:09 3.10.0: Pulling from library/alpine
18:00:09 921b31ab772b: Pulling fs layer
18:00:10 921b31ab772b: Verifying Checksum
18:00:10 921b31ab772b: Download complete
18:00:10 921b31ab772b: Pull complete
18:00:10 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
18:00:10 Status: Downloaded newer image for alpine:3.10.0
18:00:10  ---> 4d90542f0623
18:00:10 Step 2/24 : RUN env
18:00:11  ---> Running in d53929ac9e4d
18:00:11 HOSTNAME=d53929ac9e4d
18:00:11 SHLVL=1
18:00:11 HOME=/root
18:00:11 https_proxy=
18:00:11 http_proxy=
18:00:11 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:00:11 PWD=/
18:00:11 Removing intermediate container d53929ac9e4d
18:00:11  ---> 0247eaec48a5
18:00:11 Step 3/24 : RUN apk update
18:00:11  ---> Running in e82da605b9e4
18:00:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
18:00:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
18:00:12 v3.10.9-43-g3feb769ea3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main]
18:00:12 v3.10.6-10-ged79a86de3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community]
18:00:12 OK: 10351 distinct packages available
18:00:13 Removing intermediate container e82da605b9e4
18:00:13  ---> d28430f51f95
18:00:13 Step 4/24 : RUN apk add bash
18:00:13  ---> Running in f979f3518351
18:00:13 (1/4) Installing ncurses-terminfo-base (6.1_p20190518-r2)
18:00:13 (2/4) Installing ncurses-libs (6.1_p20190518-r2)
18:00:13 (3/4) Installing readline (8.0.0-r0)
18:00:13 (4/4) Installing bash (5.0.0-r0)
18:00:13 Executing bash-5.0.0-r0.post-install
18:00:13 Executing busybox-1.30.1-r2.trigger
18:00:13 OK: 8 MiB in 18 packages
18:00:14 Removing intermediate container f979f3518351
18:00:14  ---> 304099454325
18:00:14 Step 5/24 : RUN apk add nodejs
18:00:14  ---> Running in d93959d80211
18:00:14 (1/6) Installing ca-certificates (20191127-r2)
18:00:14 (2/6) Installing c-ares (1.15.0-r0)
18:00:14 (3/6) Installing libgcc (8.3.0-r0)
18:00:14 (4/6) Installing http-parser (2.9.2-r0)
18:00:14 (5/6) Installing libstdc++ (8.3.0-r0)
18:00:14 (6/6) Installing nodejs (10.24.1-r0)
18:00:15 Executing busybox-1.30.1-r2.trigger
18:00:15 Executing ca-certificates-20191127-r2.trigger
18:00:15 OK: 34 MiB in 24 packages
18:00:15 Removing intermediate container d93959d80211
18:00:15  ---> a83df99118ea
18:00:15 Step 6/24 : RUN apk add nodejs-npm
18:00:16  ---> Running in 33d576e89502
18:00:16 (1/1) Installing npm (10.24.1-r0)
18:00:16 Executing busybox-1.30.1-r2.trigger
18:00:16 OK: 61 MiB in 25 packages
18:00:18 Removing intermediate container 33d576e89502
18:00:18  ---> 70b464b25bb6
18:00:18 Step 7/24 : RUN apk add asciidoctor
18:00:18  ---> Running in 6e46a2a7bc3c
18:00:18 (1/5) Installing gmp (6.1.2-r1)
18:00:18 (2/5) Installing yaml (0.2.2-r1)
18:00:18 (3/5) Installing ruby-libs (2.5.9-r0)
18:00:18 (4/5) Installing ruby (2.5.9-r0)
18:00:18 (5/5) Installing asciidoctor (2.0.10-r0)
18:00:18 Executing busybox-1.30.1-r2.trigger
18:00:19 OK: 75 MiB in 30 packages
18:00:19 Removing intermediate container 6e46a2a7bc3c
18:00:19  ---> 69b5b26ad7a2
18:00:19 Step 8/24 : RUN apk add openjdk8
18:00:19  ---> Running in 876224fdb06f
18:00:20 (1/44) Installing expat (2.2.8-r0)
18:00:20 (2/44) Installing libbz2 (1.0.6-r7)
18:00:20 (3/44) Installing libpng (1.6.37-r1)
18:00:20 (4/44) Installing freetype (2.10.0-r1)
18:00:20 (5/44) Installing libuuid (2.33.2-r0)
18:00:20 (6/44) Installing fontconfig (2.13.1-r0)
18:00:20 (7/44) Installing encodings (1.0.4-r1)
18:00:20 (8/44) Installing libfontenc (1.1.4-r0)
18:00:20 (9/44) Installing mkfontscale (1.2.1-r1)
18:00:20 (10/44) Installing ttf-dejavu (2.37-r1)
18:00:20 (11/44) Installing libxau (1.0.9-r0)
18:00:20 (12/44) Installing libbsd (0.9.1-r1)
18:00:20 (13/44) Installing libxdmcp (1.1.3-r0)
18:00:20 (14/44) Installing libxcb (1.13.1-r0)
18:00:20 (15/44) Installing libx11 (1.6.12-r1)
18:00:20 (16/44) Installing libxcomposite (0.4.5-r0)
18:00:20 (17/44) Installing libxext (1.3.4-r0)
18:00:20 (18/44) Installing libxi (1.7.9-r2)
18:00:20 (19/44) Installing libxrender (0.9.10-r3)
18:00:20 (20/44) Installing libxtst (1.2.3-r3)
18:00:20 (21/44) Installing alsa-lib (1.1.9-r0)
18:00:20 (22/44) Installing giflib (5.1.9-r0)
18:00:20 (23/44) Installing libjpeg-turbo (2.0.4-r1)
18:00:20 (24/44) Installing openjdk8-jre-lib (8.275.01-r0)
18:00:21 (25/44) Installing java-common (0.2-r0)
18:00:21 (26/44) Installing libffi (3.2.1-r6)
18:00:21 (27/44) Installing p11-kit (0.23.16.1-r1)
18:00:21 (28/44) Installing libtasn1 (4.14-r0)
18:00:21 (29/44) Installing p11-kit-trust (0.23.16.1-r1)
18:00:21 (30/44) Installing java-cacerts (1.0-r0)
18:00:21 (31/44) Installing nspr (4.20-r0)
18:00:21 (32/44) Installing sqlite-libs (3.28.0-r3)
18:00:21 (33/44) Installing nss (3.44.3-r0)
18:00:21 (34/44) Installing krb5-conf (1.0-r1)
18:00:21 (35/44) Installing libcom_err (1.45.5-r0)
18:00:21 (36/44) Installing keyutils-libs (1.6-r1)
18:00:21 (37/44) Installing libverto (0.3.1-r0)
18:00:21 (38/44) Installing krb5-libs (1.17.2-r0)
18:00:21 (39/44) Installing lcms2 (2.9-r1)
18:00:21 (40/44) Installing pcsc-lite-libs (1.8.25-r1)
18:00:21 (41/44) Installing liblksctp (1.0.18-r0)
18:00:21 (42/44) Installing openjdk8-jre-base (8.275.01-r0)
18:00:22 (43/44) Installing openjdk8-jre (8.275.01-r0)
18:00:22 (44/44) Installing openjdk8 (8.275.01-r0)
18:00:22 Executing busybox-1.30.1-r2.trigger
18:00:22 Executing ca-certificates-20191127-r2.trigger
18:00:22 Executing fontconfig-2.13.1-r0.trigger
18:00:24 Executing mkfontscale-1.2.1-r1.trigger
18:00:24 Executing java-common-0.2-r0.trigger
18:00:24 OK: 193 MiB in 74 packages
18:00:26 Removing intermediate container 876224fdb06f
18:00:26  ---> ee90e3f6c030
18:00:26 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:00:26  ---> Running in 39c91406e446
18:00:26 (1/1) Installing wget (1.20.3-r0)
18:00:26 Executing busybox-1.30.1-r2.trigger
18:00:26 OK: 193 MiB in 75 packages
18:00:26 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
18:00:26 Removing intermediate container 39c91406e446
18:00:27  ---> ed44b6f472f6
18:00:27 Step 10/24 : RUN apk add openssl
18:00:27  ---> Running in 7f8c80a6541a
18:00:28 (1/1) Installing openssl (1.1.1k-r0)
18:00:28 Executing busybox-1.30.1-r2.trigger
18:00:28 OK: 194 MiB in 76 packages
18:00:28 Removing intermediate container 7f8c80a6541a
18:00:28  ---> c82a84a7188b
18:00:28 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3
18:00:29  ---> Running in 426ad9e6ec36
18:00:31 ERROR:  While executing gem ... (NoMethodError)
18:00:31     undefined method `reset' for RDoc::TopLevel:Class
18:00:31 Successfully installed rdoc-6.3.3
18:00:36 Successfully installed rdoc-6.3.3
18:00:36 Parsing documentation for rdoc-6.3.3
18:00:36 Installing ri documentation for rdoc-6.3.3
18:00:36 Done installing documentation for rdoc after 3 seconds
18:00:36 1 gem installed
18:00:37 Removing intermediate container 426ad9e6ec36
18:00:37  ---> b54047b36b83
18:00:37 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:00:37  ---> Running in a17ffb405f46
18:00:46 ERROR:  Error installing asciidoctor-pdf-cjk:
18:00:46 	The last version of public_suffix (< 6.0, >= 2.0.2) to support your Ruby & RubyGems was 4.0.7. Try installing it with `gem install public_suffix -v 4.0.7` and then running the current command again
18:00:46 	public_suffix requires Ruby version >= 2.6. The current ruby version is 2.5.0.
18:00:46 Successfully installed polyglot-0.3.5
18:00:46 Successfully installed treetop-1.6.12
18:00:46 Successfully installed concurrent-ruby-1.1.10
18:00:46 Successfully installed thread_safe-0.3.6
18:00:46 Successfully installed safe_yaml-1.0.5
18:00:46 Successfully installed pdf-core-0.7.0
18:00:46 Successfully installed ttfunk-1.5.1
18:00:46 Successfully installed prawn-2.2.2
18:00:46 Successfully installed prawn-icon-2.5.0
18:00:46 The command '/bin/sh -c gem install asciidoctor-pdf-cjk' returned a non-zero code: 1
18:00:46 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
18:00:46 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/337’: Permission denied
18:00:46 Mounting dir /var/www/html/api/nfv/sol005/337 as /storage
18:00:46 Unable to find image 'openapivalidator:latest' locally
18:00:47 docker: Error response from daemon: pull access denied for openapivalidator, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
18:00:47 See 'docker run --help'.
18:00:47 Build step 'Execute shell' marked build as failure
18:00:47 Skipped archiving because build is not successful
18:00:47 Finished: FAILURE