09:28:39 Started by GitLab push by Muhammad Hamza 09:28:39 [EnvInject] - Loading node environment variables. 09:28:39 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 09:28:39 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 09:28:39 > git rev-parse --is-inside-work-tree # timeout=10 09:28:39 Fetching changes from the remote Git repository 09:28:39 > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10 09:28:39 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git 09:28:39 > git --version # timeout=10 09:28:39 using GIT_SSH to set credentials 09:28:39 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/* 09:28:41 > git rev-parse remotes/origin/3.6.1-dev^{commit} # timeout=10 09:28:41 > git branch -a -v --no-abbrev --contains 7ef52765275a465ddb2d1bef1ba9899ca8ff267c # timeout=10 09:28:41 Checking out Revision 7ef52765275a465ddb2d1bef1ba9899ca8ff267c (origin/3.6.1-dev) 09:28:41 > git config core.sparsecheckout # timeout=10 09:28:41 > git checkout -f 7ef52765275a465ddb2d1bef1ba9899ca8ff267c 09:28:41 Commit message: "update description of vnfdId attribute in SOL003VNFLifecycleManagement" 09:28:41 > git rev-list --no-walk c3188367ff01840cad3c17b131ed0662e4bf874b # timeout=10 09:28:41 [sol002-sol003] $ /bin/bash /tmp/jenkins3712299960490835965.sh 09:28:41 rm: cannot remove 'build/*-API.pdf': No such file or directory 09:28:41 ./build-container.sh: line 7: proxy: command not found 09:28:41 http_proxy is not set 09:28:41 Proxy set to 09:28:41 Sending build context to Docker daemon 13.31kB 09:28:41 Step 1/24 : FROM alpine:3.10.0 09:28:43 3.10.0: Pulling from library/alpine 09:28:43 921b31ab772b: Pulling fs layer 09:28:44 921b31ab772b: Verifying Checksum 09:28:44 921b31ab772b: Download complete 09:28:44 921b31ab772b: Pull complete 09:28:44 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 09:28:44 Status: Downloaded newer image for alpine:3.10.0 09:28:44 ---> 4d90542f0623 09:28:44 Step 2/24 : RUN env 09:28:45 ---> Running in 2e28ce7de5b5 09:28:45 HOSTNAME=2e28ce7de5b5 09:28:45 SHLVL=1 09:28:45 HOME=/root 09:28:45 https_proxy= 09:28:45 http_proxy= 09:28:45 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 09:28:45 PWD=/ 09:28:45 Removing intermediate container 2e28ce7de5b5 09:28:45 ---> 0b577767eb4e 09:28:45 Step 3/24 : RUN apk update 09:28:45 ---> Running in 90f1740975c5 09:28:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 09:28:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 09:28:46 v3.10.9-43-g3feb769ea3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:28:46 v3.10.6-10-ged79a86de3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:28:46 OK: 10351 distinct packages available 09:28:47 Removing intermediate container 90f1740975c5 09:28:47 ---> 697471ef7f0a 09:28:47 Step 4/24 : RUN apk add bash 09:28:47 ---> Running in cc1a535ea13e 09:28:48 (1/4) Installing ncurses-terminfo-base (6.1_p20190518-r2) 09:28:48 (2/4) Installing ncurses-libs (6.1_p20190518-r2) 09:28:48 (3/4) Installing readline (8.0.0-r0) 09:28:48 (4/4) Installing bash (5.0.0-r0) 09:28:48 Executing bash-5.0.0-r0.post-install 09:28:48 Executing busybox-1.30.1-r2.trigger 09:28:48 OK: 8 MiB in 18 packages 09:28:48 Removing intermediate container cc1a535ea13e 09:28:48 ---> a25251d4272c 09:28:48 Step 5/24 : RUN apk add nodejs 09:28:48 ---> Running in 73552f44ecc9 09:28:49 (1/6) Installing ca-certificates (20191127-r2) 09:28:49 (2/6) Installing c-ares (1.15.0-r0) 09:28:49 (3/6) Installing libgcc (8.3.0-r0) 09:28:49 (4/6) Installing http-parser (2.9.2-r0) 09:28:49 (5/6) Installing libstdc++ (8.3.0-r0) 09:28:49 (6/6) Installing nodejs (10.24.1-r0) 09:28:50 Executing busybox-1.30.1-r2.trigger 09:28:50 Executing ca-certificates-20191127-r2.trigger 09:28:50 OK: 34 MiB in 24 packages 09:28:51 Removing intermediate container 73552f44ecc9 09:28:51 ---> ee3663c76c01 09:28:51 Step 6/24 : RUN apk add nodejs-npm 09:28:51 ---> Running in 74cf0d9338bb 09:28:51 (1/1) Installing npm (10.24.1-r0) 09:28:52 Executing busybox-1.30.1-r2.trigger 09:28:52 OK: 61 MiB in 25 packages 09:28:54 Removing intermediate container 74cf0d9338bb 09:28:54 ---> 95530c68fb47 09:28:54 Step 7/24 : RUN apk add asciidoctor 09:28:54 ---> Running in 1e4a119fb83f 09:28:55 (1/5) Installing gmp (6.1.2-r1) 09:28:55 (2/5) Installing yaml (0.2.2-r1) 09:28:55 (3/5) Installing ruby-libs (2.5.9-r0) 09:28:55 (4/5) Installing ruby (2.5.9-r0) 09:28:55 (5/5) Installing asciidoctor (2.0.10-r0) 09:28:55 Executing busybox-1.30.1-r2.trigger 09:28:55 OK: 75 MiB in 30 packages 09:28:56 Removing intermediate container 1e4a119fb83f 09:28:56 ---> a321cc22063f 09:28:56 Step 8/24 : RUN apk add openjdk8 09:28:56 ---> Running in 276bd9df26ce 09:28:57 (1/44) Installing expat (2.2.8-r0) 09:28:57 (2/44) Installing libbz2 (1.0.6-r7) 09:28:57 (3/44) Installing libpng (1.6.37-r1) 09:28:57 (4/44) Installing freetype (2.10.0-r1) 09:28:57 (5/44) Installing libuuid (2.33.2-r0) 09:28:57 (6/44) Installing fontconfig (2.13.1-r0) 09:28:57 (7/44) Installing encodings (1.0.4-r1) 09:28:57 (8/44) Installing libfontenc (1.1.4-r0) 09:28:57 (9/44) Installing mkfontscale (1.2.1-r1) 09:28:57 (10/44) Installing ttf-dejavu (2.37-r1) 09:28:58 (11/44) Installing libxau (1.0.9-r0) 09:28:58 (12/44) Installing libbsd (0.9.1-r1) 09:28:58 (13/44) Installing libxdmcp (1.1.3-r0) 09:28:58 (14/44) Installing libxcb (1.13.1-r0) 09:28:58 (15/44) Installing libx11 (1.6.12-r1) 09:28:58 (16/44) Installing libxcomposite (0.4.5-r0) 09:28:58 (17/44) Installing libxext (1.3.4-r0) 09:28:58 (18/44) Installing libxi (1.7.9-r2) 09:28:58 (19/44) Installing libxrender (0.9.10-r3) 09:28:58 (20/44) Installing libxtst (1.2.3-r3) 09:28:58 (21/44) Installing alsa-lib (1.1.9-r0) 09:28:58 (22/44) Installing giflib (5.1.9-r0) 09:28:58 (23/44) Installing libjpeg-turbo (2.0.4-r1) 09:28:58 (24/44) Installing openjdk8-jre-lib (8.275.01-r0) 09:28:59 (25/44) Installing java-common (0.2-r0) 09:28:59 (26/44) Installing libffi (3.2.1-r6) 09:28:59 (27/44) Installing p11-kit (0.23.16.1-r1) 09:28:59 (28/44) Installing libtasn1 (4.14-r0) 09:28:59 (29/44) Installing p11-kit-trust (0.23.16.1-r1) 09:28:59 (30/44) Installing java-cacerts (1.0-r0) 09:28:59 (31/44) Installing nspr (4.20-r0) 09:28:59 (32/44) Installing sqlite-libs (3.28.0-r3) 09:28:59 (33/44) Installing nss (3.44.3-r0) 09:28:59 (34/44) Installing krb5-conf (1.0-r1) 09:28:59 (35/44) Installing libcom_err (1.45.5-r0) 09:28:59 (36/44) Installing keyutils-libs (1.6-r1) 09:28:59 (37/44) Installing libverto (0.3.1-r0) 09:28:59 (38/44) Installing krb5-libs (1.17.2-r0) 09:28:59 (39/44) Installing lcms2 (2.9-r1) 09:28:59 (40/44) Installing pcsc-lite-libs (1.8.25-r1) 09:28:59 (41/44) Installing liblksctp (1.0.18-r0) 09:28:59 (42/44) Installing openjdk8-jre-base (8.275.01-r0) 09:28:59 (43/44) Installing openjdk8-jre (8.275.01-r0) 09:28:59 (44/44) Installing openjdk8 (8.275.01-r0) 09:29:00 Executing busybox-1.30.1-r2.trigger 09:29:00 Executing ca-certificates-20191127-r2.trigger 09:29:00 Executing fontconfig-2.13.1-r0.trigger 09:29:02 Executing mkfontscale-1.2.1-r1.trigger 09:29:02 Executing java-common-0.2-r0.trigger 09:29:02 OK: 193 MiB in 74 packages 09:29:04 Removing intermediate container 276bd9df26ce 09:29:04 ---> 07148189c9d2 09:29:04 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 09:29:04 ---> Running in 5da8933b9e65 09:29:05 (1/1) Installing wget (1.20.3-r0) 09:29:05 Executing busybox-1.30.1-r2.trigger 09:29:05 OK: 193 MiB in 75 packages 09:29:05 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping 09:29:05 Removing intermediate container 5da8933b9e65 09:29:05 ---> 6808b2c86594 09:29:05 Step 10/24 : RUN apk add openssl 09:29:06 ---> Running in 47dd9f99aec4 09:29:06 (1/1) Installing openssl (1.1.1k-r0) 09:29:06 Executing busybox-1.30.1-r2.trigger 09:29:06 OK: 194 MiB in 76 packages 09:29:07 Removing intermediate container 47dd9f99aec4 09:29:07 ---> ed2950ff9192 09:29:07 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 09:29:07 ---> Running in 6a7ffffa3ac9 09:29:09 Building native extensions. This could take a while... 09:29:09 ERROR: Error installing rdoc: 09:29:09 ERROR: Failed to build gem native extension. 09:29:09 09:29:09 current directory: /usr/lib/ruby/gems/2.5.0/gems/psych-4.0.3/ext/psych 09:29:09 /usr/bin/ruby -r ./siteconf20220221-8-1btgzpg.rb extconf.rb 09:29:09 mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h 09:29:09 09:29:09 extconf failed, exit code 1 09:29:09 09:29:09 Gem files will remain installed in /usr/lib/ruby/gems/2.5.0/gems/psych-4.0.3 for inspection. 09:29:09 Results logged to /usr/lib/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out 09:29:09 Building native extensions. This could take a while... 09:29:10 ERROR: Error installing rdoc: 09:29:10 ERROR: Failed to build gem native extension. 09:29:10 09:29:10 current directory: /usr/lib/ruby/gems/2.5.0/gems/psych-4.0.3/ext/psych 09:29:10 /usr/bin/ruby -r ./siteconf20220221-1-g3jiix.rb extconf.rb 09:29:10 mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h 09:29:10 09:29:10 extconf failed, exit code 1 09:29:10 09:29:10 Gem files will remain installed in /usr/lib/ruby/gems/2.5.0/gems/psych-4.0.3 for inspection. 09:29:10 Results logged to /usr/lib/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out 09:29:10 The command '/bin/sh -c gem install rdoc --pre || gem install rdoc --pre' returned a non-zero code: 1 09:29:10 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work 09:29:10 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/545’: Permission denied 09:29:10 Mounting dir /var/www/html/api/nfv/sol002-sol003/545 as /storage 09:29:10 Unable to find image 'openapivalidator:latest' locally 09:29:12 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. 09:29:12 See 'docker run --help'. 09:29:12 Build step 'Execute shell' marked build as failure 09:29:12 Skipped archiving because build is not successful 09:29:12 Finished: FAILURE