Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4235889b4d31b184704cc99ddd0249f5d958712f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-228 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git Fetching without tags > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4235889b4d31b184704cc99ddd0249f5d958712f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 Commit message: "refector rule engine for support kuiper" > git rev-list --no-walk b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:45:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:45:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:45:59 ========================================================= 05:45:59 EdgeX Global Pipelines Version Info 05:45:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:46:01 ------------------- 05:46:01 stable info: 05:46:01 ------------------- 05:46:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:46:01 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 05:46:01 Message: update stable to v1.0.106 05:46:02 ------------------- 05:46:02 experimental info: 05:46:02 ------------------- 05:46:02 Commited By: **** collab-it+edgex@linuxfoundation.org 05:46:02 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 05:46:02 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:46:04 + git log --format=format:%s -1 4235889b4d31b184704cc99ddd0249f5d958712f [Pipeline] echo 05:46:04 GIT_COMMIT: 4235889b4d31b184704cc99ddd0249f5d958712f, Commit Message: refector rule engine for support kuiper [Pipeline] echo 05:46:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:46:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:46:05 05:46:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:46:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:46:06 latest: Pulling from edgex-devops/git-semver 05:46:06 31603596830f: Pulling fs layer 05:46:06 2a8b12db71e7: Pulling fs layer 05:46:06 6ca5941a6612: Pulling fs layer 05:46:06 ecc8261a40a4: Pulling fs layer 05:46:06 ecc8261a40a4: Waiting 05:46:06 2a8b12db71e7: Download complete 05:46:06 31603596830f: Verifying Checksum 05:46:06 31603596830f: Download complete 05:46:06 ecc8261a40a4: Verifying Checksum 05:46:06 ecc8261a40a4: Download complete 05:46:06 6ca5941a6612: Verifying Checksum 05:46:06 6ca5941a6612: Download complete 05:46:06 31603596830f: Pull complete 05:46:06 2a8b12db71e7: Pull complete 05:46:07 6ca5941a6612: Pull complete 05:46:07 ecc8261a40a4: Pull complete 05:46:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:46:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:46:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:46:07 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:46:08 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:46:10 $ docker top b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:46:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:46:10 [ssh-agent] Looking for ssh-agent implementation... 05:46:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:46:11 $ docker exec b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 ssh-agent 05:46:11 SSH_AUTH_SOCK=/tmp/ssh-LvbTLbTukfGo/agent.12 05:46:11 SSH_AGENT_PID=18 05:46:11 Running ssh-add (command line suppressed) 05:46:11 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5309065155259615417.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5309065155259615417.key) 05:46:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:46:11 + git describe --exact-match --tags HEAD 05:46:11 fatal: No names found, cannot describe anything. [Pipeline] } 05:46:11 $ docker exec --env ******** --env ******** b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 ssh-agent -k 05:46:11 unset SSH_AUTH_SOCK; 05:46:11 unset SSH_AGENT_PID; 05:46:11 echo Agent pid 18 killed; 05:46:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 05:46:12 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 05:46:12 This usually means this commit has not been tagged. [Pipeline] sshagent 05:46:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:46:12 [ssh-agent] Looking for ssh-agent implementation... 05:46:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:46:12 $ docker exec b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 ssh-agent 05:46:12 SSH_AUTH_SOCK=/tmp/ssh-ZhcnkLXE9rS0/agent.48 05:46:12 SSH_AGENT_PID=53 05:46:12 Running ssh-add (command line suppressed) 05:46:12 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6316161728240153334.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6316161728240153334.key) 05:46:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:46:12 + git semver init 05:46:12 # -> Open(): unable to determine branch for HEAD 05:46:12 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 05:46:12 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 05:46:12 # $SEMVER_REMOTE_NAME = origin 05:46:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:46:12 # $SEMVER_USER_NAME = edgex-jenkins 05:46:12 # $SEMVER_BRANCH = master 05:46:12 # $SEMVER_TEMP = /tmp/semver-839082899 05:46:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 05:46:13 # '/tmp/semver-839082899' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 05:46:13 # -> Force: false 05:46:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 05:46:13 $ docker exec --env ******** --env ******** b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 ssh-agent -k 05:46:14 unset SSH_AUTH_SOCK; 05:46:14 unset SSH_AGENT_PID; 05:46:14 echo Agent pid 53 killed; 05:46:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:46:14 + git semver [Pipeline] } 05:46:14 $ docker stop --time=1 b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 05:46:15 $ docker rm -f b3fd60764a2c95ea248d559a81ab1fc1e0c95645342e322f34f3fad6341423d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 05:46:17 Stashed 19 file(s) [Pipeline] echo 05:46:17 [edgeXSemver] initialized semver on version 1.2.2-dev.6 [Pipeline] echo 05:46:17 Archived original version: [1.2.2-dev.6] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 05:46:32 Still waiting to schedule task 05:46:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:46:32 Still waiting to schedule task 05:46:32 ‘prd-ubuntu18.04-docker-arm64-4c-16g-226’ is offline 05:48:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-229 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 05:48:17 Running in /w/workspace/edgex-ui-go/49 [Pipeline] { [Pipeline] checkout 05:48:22 using credential edgex-jenkins-ssh 05:48:22 Cloning the remote Git repository 05:48:22 Cloning with configured refspecs honoured and without tags 05:48:22 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 05:48:22 > git init /w/workspace/edgex-ui-go/49 # timeout=10 05:48:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:48:22 > git --version # timeout=10 05:48:22 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:48:24 Fetching without tags 05:48:24 Checking out Revision 4235889b4d31b184704cc99ddd0249f5d958712f (master) 05:48:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:48:24 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 05:48:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:48:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:48:24 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:48:24 > git config core.sparsecheckout # timeout=10 05:48:24 > git checkout -f 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 05:48:29 Commit message: "refector rule engine for support kuiper" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:48:31 ========================================================= 05:48:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 05:48:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:48:32 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 05:48:33 Sending build context to Docker daemon 21.94MB 05:48:33 Step 1/8 : ARG BASE=golang:1.11-alpine 05:48:33 Step 2/8 : FROM ${BASE} 05:48:33 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:48:33 b538f80385f9: Pulling fs layer 05:48:33 74f711af9a0d: Pulling fs layer 05:48:33 99f96fe45779: Pulling fs layer 05:48:33 fd7a069fd194: Pulling fs layer 05:48:33 66aa3694b03b: Pulling fs layer 05:48:33 170f70906a0f: Pulling fs layer 05:48:33 ad7c5574e4b9: Pulling fs layer 05:48:33 e772456be8f7: Pulling fs layer 05:48:33 c890913d741a: Pulling fs layer 05:48:33 2480fcc9aa5a: Pulling fs layer 05:48:33 09adf4765672: Pulling fs layer 05:48:33 fd7a069fd194: Waiting 05:48:33 66aa3694b03b: Waiting 05:48:33 170f70906a0f: Waiting 05:48:33 ad7c5574e4b9: Waiting 05:48:33 e772456be8f7: Waiting 05:48:33 c890913d741a: Waiting 05:48:33 2480fcc9aa5a: Waiting 05:48:33 09adf4765672: Waiting 05:48:33 99f96fe45779: Download complete 05:48:33 74f711af9a0d: Download complete 05:48:33 66aa3694b03b: Verifying Checksum 05:48:33 66aa3694b03b: Download complete 05:48:33 170f70906a0f: Verifying Checksum 05:48:33 170f70906a0f: Download complete 05:48:33 b538f80385f9: Verifying Checksum 05:48:33 b538f80385f9: Download complete 05:48:34 b538f80385f9: Pull complete 05:48:34 74f711af9a0d: Pull complete 05:48:35 99f96fe45779: Pull complete 05:48:37 e772456be8f7: Verifying Checksum 05:48:37 e772456be8f7: Download complete 05:48:37 c890913d741a: Verifying Checksum 05:48:37 c890913d741a: Download complete 05:48:38 ad7c5574e4b9: Verifying Checksum 05:48:38 ad7c5574e4b9: Download complete 05:48:38 09adf4765672: Verifying Checksum 05:48:38 09adf4765672: Download complete 05:48:38 2480fcc9aa5a: Verifying Checksum 05:48:38 2480fcc9aa5a: Download complete 05:48:39 fd7a069fd194: Verifying Checksum 05:48:39 fd7a069fd194: Download complete 05:48:51 fd7a069fd194: Pull complete 05:48:51 66aa3694b03b: Pull complete 05:48:51 170f70906a0f: Pull complete 05:48:55 ad7c5574e4b9: Pull complete 05:48:59 e772456be8f7: Pull complete 05:48:59 c890913d741a: Pull complete 05:49:02 2480fcc9aa5a: Pull complete 05:49:02 09adf4765672: Pull complete 05:49:02 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 05:49:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 05:49:02 ---> 2248a725d1cf 05:49:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:49:07 ---> Running in 1b851ca7dd78 05:49:07 Removing intermediate container 1b851ca7dd78 05:49:07 ---> 427c9b93d87b 05:49:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:49:07 ---> Running in 2f04309caab5 05:49:10 Removing intermediate container 2f04309caab5 05:49:10 ---> 0052c2965afe 05:49:10 Step 5/8 : RUN apk add --no-cache make git 05:49:10 ---> Running in b67330825671 05:49:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:49:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:49:13 OK: 142 MiB in 39 packages 05:49:14 Removing intermediate container b67330825671 05:49:14 ---> 7e65a3549afa 05:49:14 Step 6/8 : WORKDIR /edgex-ui-go 05:49:14 ---> Running in 1ed9af8935af 05:49:15 Removing intermediate container 1ed9af8935af 05:49:15 ---> 24055f29161a 05:49:15 Step 7/8 : COPY . . 05:49:17 ---> 2e01e0c90b4b 05:49:17 Step 8/8 : RUN go mod download 05:49:17 ---> Running in a1a3e6e0798b 05:49:20 Running on prd-centos7-docker-4c-2g-230 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 05:49:20 Running in /w/workspace/edgex-ui-go/49 [Pipeline] { [Pipeline] checkout 05:49:22 go: finding github.com/BurntSushi/toml v0.3.1 05:49:22 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 05:49:22 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 05:49:22 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 05:49:22 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 05:49:22 go: finding github.com/armon/go-metrics v0.3.3 05:49:22 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 05:49:22 go: finding github.com/beorn7/perks v1.0.1 05:49:22 go: finding github.com/bgentry/speakeasy v0.1.0 05:49:22 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 05:49:22 go: finding github.com/cespare/xxhash/v2 v2.1.1 05:49:22 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 05:49:22 go: finding github.com/circonus-labs/circonusllhist v0.1.3 05:49:22 go: finding github.com/davecgh/go-spew v1.1.1 05:49:22 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 05:49:22 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 05:49:22 go: finding github.com/fatih/color v1.9.0 05:49:22 go: finding github.com/go-kit/kit v0.9.0 05:49:22 go: finding github.com/go-logfmt/logfmt v0.4.0 05:49:22 go: finding github.com/go-stack/stack v1.8.0 05:49:22 go: finding github.com/gogo/protobuf v1.1.1 05:49:22 go: finding github.com/golang/protobuf v1.3.2 05:49:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 05:49:22 go: finding github.com/google/go-cmp v0.4.0 05:49:22 go: finding github.com/google/gofuzz v1.0.0 05:49:22 go: finding github.com/gorilla/mux v1.7.1 05:49:22 go: finding github.com/gorilla/websocket v1.4.0 05:49:22 go: finding github.com/hashicorp/consul/api v1.4.0 05:49:22 go: finding github.com/hashicorp/consul/sdk v0.4.0 05:49:22 go: finding github.com/hashicorp/errwrap v1.0.0 05:49:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 05:49:22 go: finding github.com/hashicorp/go-hclog v0.12.2 05:49:22 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 05:49:22 go: finding github.com/hashicorp/go-msgpack v0.5.5 05:49:22 go: finding github.com/hashicorp/go-multierror v1.0.0 05:49:22 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 05:49:22 go: finding github.com/hashicorp/go-rootcerts v1.0.2 05:49:22 go: finding github.com/hashicorp/go-sockaddr v1.0.2 05:49:22 go: finding github.com/hashicorp/go-syslog v1.0.0 05:49:22 go: finding github.com/hashicorp/go-uuid v1.0.1 05:49:22 go: finding github.com/hashicorp/go.net v0.0.1 05:49:22 go: finding github.com/hashicorp/golang-lru v0.5.4 05:49:22 go: finding github.com/hashicorp/logutils v1.0.0 05:49:22 go: finding github.com/hashicorp/mdns v1.0.1 05:49:22 go: finding github.com/hashicorp/memberlist v0.2.0 05:49:22 go: finding github.com/hashicorp/serf v0.9.0 05:49:22 go: finding github.com/json-iterator/go v1.1.9 05:49:22 go: finding github.com/julienschmidt/httprouter v1.2.0 05:49:22 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 05:49:22 using credential edgex-jenkins-ssh 05:49:22 Cloning the remote Git repository 05:49:22 Cloning with configured refspecs honoured and without tags 05:49:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 05:49:22 go: finding github.com/kr/pretty v0.2.0 05:49:22 go: finding github.com/kr/pty v1.1.1 05:49:22 go: finding github.com/kr/text v0.1.0 05:49:22 go: finding github.com/mattn/go-colorable v0.1.6 05:49:22 go: finding github.com/mattn/go-isatty v0.0.12 05:49:22 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 05:49:22 go: finding github.com/miekg/dns v1.1.26 05:49:22 go: finding github.com/mitchellh/cli v1.0.0 05:49:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:49:22 go: finding github.com/mitchellh/copystructure v1.0.0 05:49:22 go: finding github.com/mitchellh/go-homedir v1.1.0 05:49:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 05:49:23 go: finding github.com/mitchellh/go-wordwrap v1.0.0 05:49:23 go: finding github.com/mitchellh/gox v0.4.0 05:49:23 go: finding github.com/mitchellh/iochan v1.0.0 05:49:23 go: finding github.com/mitchellh/mapstructure v1.2.2 05:49:23 go: finding github.com/mitchellh/reflectwalk v1.0.1 05:49:23 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 05:49:23 go: finding github.com/modern-go/reflect2 v1.0.1 05:49:23 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 05:49:23 go: finding github.com/pascaldekloe/goe v0.1.0 05:49:23 go: finding github.com/pelletier/go-toml v1.7.0 05:49:23 go: finding github.com/pkg/errors v0.8.1 05:49:23 go: finding github.com/pmezard/go-difflib v1.0.0 05:49:23 go: finding github.com/posener/complete v1.1.1 05:49:23 go: finding github.com/prometheus/client_golang v1.4.0 05:49:23 go: finding github.com/prometheus/client_model v0.2.0 05:49:23 go: finding github.com/prometheus/common v0.9.1 05:49:23 go: finding github.com/prometheus/procfs v0.0.8 05:49:23 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 05:49:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 05:49:23 go: finding github.com/sirupsen/logrus v1.4.2 05:49:23 go: finding github.com/stretchr/objx v0.1.1 05:49:23 go: finding github.com/stretchr/testify v1.4.0 05:49:23 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 05:49:23 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 05:49:23 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 05:49:23 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 05:49:23 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 05:49:23 go: finding golang.org/x/text v0.3.2 05:49:23 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 05:49:23 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 05:49:23 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 05:49:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 05:49:22 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 05:49:22 > git init /w/workspace/edgex-ui-go/49 # timeout=10 05:49:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:49:23 > git --version # timeout=10 05:49:23 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:49:23 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 05:49:23 go: finding gopkg.in/yaml.v2 v2.2.8 05:49:24 Fetching without tags 05:49:24 Checking out Revision 4235889b4d31b184704cc99ddd0249f5d958712f (master) 05:49:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:49:24 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 05:49:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 05:49:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 05:49:24 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:49:24 > git config core.sparsecheckout # timeout=10 05:49:24 > git checkout -f 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 05:49:28 Commit message: "refector rule engine for support kuiper" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:49:29 ========================================================= 05:49:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 05:49:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:49:30 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 05:49:31 Sending build context to Docker daemon 21.94MB 05:49:31 Step 1/8 : ARG BASE=golang:1.11-alpine 05:49:31 Step 2/8 : FROM ${BASE} 05:49:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 05:49:31 df20fa9351a1: Pulling fs layer 05:49:31 ed8968b2872e: Pulling fs layer 05:49:31 a92cc7c5fd73: Pulling fs layer 05:49:31 2dd03ba5bac4: Pulling fs layer 05:49:31 1e091d79d1de: Pulling fs layer 05:49:31 481702a1767f: Pulling fs layer 05:49:31 f64a6f60c768: Pulling fs layer 05:49:31 e78d2573fc39: Pulling fs layer 05:49:31 e876d2f968b6: Pulling fs layer 05:49:31 ce8a83651883: Pulling fs layer 05:49:31 07967f4d0e4b: Pulling fs layer 05:49:31 f64a6f60c768: Waiting 05:49:31 e78d2573fc39: Waiting 05:49:31 e876d2f968b6: Waiting 05:49:31 ce8a83651883: Waiting 05:49:31 07967f4d0e4b: Waiting 05:49:31 2dd03ba5bac4: Waiting 05:49:31 481702a1767f: Waiting 05:49:31 1e091d79d1de: Waiting 05:49:31 a92cc7c5fd73: Download complete 05:49:31 ed8968b2872e: Verifying Checksum 05:49:31 ed8968b2872e: Download complete 05:49:31 1e091d79d1de: Verifying Checksum 05:49:31 1e091d79d1de: Download complete 05:49:31 481702a1767f: Verifying Checksum 05:49:31 481702a1767f: Download complete 05:49:31 df20fa9351a1: Verifying Checksum 05:49:31 df20fa9351a1: Pull complete 05:49:31 ed8968b2872e: Pull complete 05:49:31 a92cc7c5fd73: Pull complete 05:49:32 f64a6f60c768: Verifying Checksum 05:49:32 f64a6f60c768: Download complete 05:49:32 e876d2f968b6: Verifying Checksum 05:49:32 e876d2f968b6: Download complete 05:49:32 e78d2573fc39: Verifying Checksum 05:49:32 e78d2573fc39: Download complete 05:49:32 07967f4d0e4b: Verifying Checksum 05:49:32 07967f4d0e4b: Download complete 05:49:33 2dd03ba5bac4: Verifying Checksum 05:49:33 2dd03ba5bac4: Download complete 05:49:33 ce8a83651883: Verifying Checksum 05:49:33 ce8a83651883: Download complete 05:49:39 2dd03ba5bac4: Pull complete 05:49:40 1e091d79d1de: Pull complete 05:49:40 481702a1767f: Pull complete 05:49:42 Removing intermediate container a1a3e6e0798b 05:49:42 ---> 30a5bb0985e7 05:49:42 Successfully built 30a5bb0985e7 05:49:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 05:49:43 f64a6f60c768: Pull complete [Pipeline] sh 05:49:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:49:45 + ls -al . 05:49:45 total 92 05:49:45 drwxrwxr-x 10 jenkins jenkins 4096 Aug 17 05:48 . 05:49:45 drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 05:48 .. 05:49:45 drwxrwxr-x 8 jenkins jenkins 4096 Aug 17 05:48 .git 05:49:45 drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 05:48 .github 05:49:45 -rw-rw-r-- 1 jenkins jenkins 136 Aug 17 05:48 .gitignore 05:49:45 drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 05:48 .semver 05:49:45 -rw-rw-r-- 1 jenkins jenkins 3959 Aug 17 05:48 CONTRIBUTING.md 05:49:45 -rw-rw-r-- 1 jenkins jenkins 913 Aug 17 05:48 Dockerfile 05:49:45 -rw-rw-r-- 1 jenkins jenkins 898 Aug 17 05:48 Dockerfile.build 05:49:45 -rw-rw-r-- 1 jenkins jenkins 675 Aug 17 05:48 Jenkinsfile 05:49:45 -rw-rw-r-- 1 jenkins jenkins 11357 Aug 17 05:48 LICENSE 05:49:45 -rw-rw-r-- 1 jenkins jenkins 951 Aug 17 05:48 Makefile 05:49:45 -rw-rw-r-- 1 jenkins jenkins 3545 Aug 17 05:48 README.md 05:49:45 -rw-rw-r-- 1 jenkins jenkins 11 Aug 17 05:46 VERSION 05:49:45 drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 05:48 assets 05:49:45 drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 05:48 bin 05:49:45 drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 05:48 cmd 05:49:45 drwxrwxr-x 5 jenkins jenkins 4096 Aug 17 05:48 docs 05:49:45 -rw-rw-r-- 1 jenkins jenkins 1019 Aug 17 05:48 go.mod 05:49:45 drwxrwxr-x 10 jenkins jenkins 4096 Aug 17 05:48 internal 05:49:45 -rw-rw-r-- 1 jenkins jenkins 155 Aug 17 05:48 version.go [Pipeline] isUnix [Pipeline] sh 05:49:45 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4235889b4d31b184704cc99ddd0249f5d958712f --label arch=arm64 --label version=1.2.2-dev.6 . 05:49:46 Sending build context to Docker daemon 21.94MB 05:49:46 Step 1/24 : ARG BASE=golang:1.13-alpine 05:49:46 Step 2/24 : FROM ${BASE} AS builder 05:49:46 ---> 30a5bb0985e7 05:49:46 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 05:49:46 e78d2573fc39: Pull complete 05:49:46 e876d2f968b6: Pull complete 05:49:46 ---> Running in d0488becfbbf 05:49:47 Removing intermediate container d0488becfbbf 05:49:47 ---> db29abe6cca2 05:49:47 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 05:49:47 ---> Running in b687c8886bdf 05:49:47 ce8a83651883: Pull complete 05:49:47 07967f4d0e4b: Pull complete 05:49:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 05:49:47 Removing intermediate container b687c8886bdf 05:49:47 ---> 6ee64b0ce3ac 05:49:47 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:49:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 05:49:47 ---> 5d7c900382c6 05:49:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:49:47 ---> Running in 44c27b82b12e 05:49:48 Removing intermediate container 44c27b82b12e 05:49:48 ---> f4b5efb3f93b 05:49:48 Step 6/24 : LABEL Name=edgex-ui-go 05:49:48 ---> Running in 12427535094c 05:49:48 ---> Running in b72e0e1183c1 05:49:48 Removing intermediate container 12427535094c 05:49:48 ---> 132939b54fdc 05:49:48 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 05:49:48 Removing intermediate container b72e0e1183c1 05:49:48 ---> 2838fc4b2ef8 05:49:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:49:48 ---> Running in c796dcfd66c8 05:49:49 ---> Running in 407d0200012e 05:49:49 Removing intermediate container 407d0200012e 05:49:49 ---> 925fb4e31163 05:49:49 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:49:49 ---> Running in 2fcd552d8a9b 05:49:50 Removing intermediate container c796dcfd66c8 05:49:50 ---> 6935818d42b1 05:49:50 Step 5/8 : RUN apk add --no-cache make git 05:49:50 ---> Running in ea586f4c8968 05:49:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:49:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:49:51 OK: 166 MiB in 39 packages 05:49:52 Removing intermediate container 2fcd552d8a9b 05:49:52 ---> 996c8876b877 05:49:52 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:49:52 ---> Running in 9b09de33f5a9 05:49:52 Removing intermediate container ea586f4c8968 05:49:52 ---> c7286032468b 05:49:52 Step 6/8 : WORKDIR /edgex-ui-go 05:49:52 ---> Running in a51beb6198e0 05:49:52 Removing intermediate container a51beb6198e0 05:49:52 ---> 0622776e762e 05:49:52 Step 7/8 : COPY . . 05:49:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:49:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:49:54 ---> 1de33c89ece4 05:49:54 Step 8/8 : RUN go mod download 05:49:54 ---> Running in 621f3ce8f39e 05:49:55 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:49:55 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 05:49:55 OK: 12620 distinct packages available 05:49:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:49:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:49:56 OK: 142 MiB in 39 packages 05:49:57 Removing intermediate container 9b09de33f5a9 05:49:57 ---> b16641951005 05:49:57 Step 10/24 : ENV GO111MODULE=on 05:49:57 ---> Running in 2bf3a45e8e62 05:49:57 go: finding github.com/BurntSushi/toml v0.3.1 05:49:57 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 05:49:57 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 05:49:57 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 05:49:57 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 05:49:57 go: finding github.com/armon/go-metrics v0.3.3 05:49:57 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 05:49:57 go: finding github.com/beorn7/perks v1.0.1 05:49:57 go: finding github.com/bgentry/speakeasy v0.1.0 05:49:57 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 05:49:57 go: finding github.com/cespare/xxhash/v2 v2.1.1 05:49:57 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 05:49:57 go: finding github.com/circonus-labs/circonusllhist v0.1.3 05:49:57 go: finding github.com/davecgh/go-spew v1.1.1 05:49:57 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 05:49:57 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 05:49:57 go: finding github.com/fatih/color v1.9.0 05:49:57 go: finding github.com/go-kit/kit v0.9.0 05:49:57 go: finding github.com/go-logfmt/logfmt v0.4.0 05:49:57 go: finding github.com/go-stack/stack v1.8.0 05:49:57 go: finding github.com/gogo/protobuf v1.1.1 05:49:57 go: finding github.com/golang/protobuf v1.3.2 05:49:57 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 05:49:57 go: finding github.com/google/go-cmp v0.4.0 05:49:57 go: finding github.com/google/gofuzz v1.0.0 05:49:57 go: finding github.com/gorilla/mux v1.7.1 05:49:57 go: finding github.com/gorilla/websocket v1.4.0 05:49:57 go: finding github.com/hashicorp/consul/api v1.4.0 05:49:57 go: finding github.com/hashicorp/consul/sdk v0.4.0 05:49:57 go: finding github.com/hashicorp/errwrap v1.0.0 05:49:57 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 05:49:58 Removing intermediate container 2bf3a45e8e62 05:49:58 ---> 307eef72a9fb 05:49:58 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 05:49:58 go: finding github.com/hashicorp/go-hclog v0.12.2 05:49:58 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 05:49:58 go: finding github.com/hashicorp/go-msgpack v0.5.5 05:49:58 go: finding github.com/hashicorp/go-multierror v1.0.0 05:49:58 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 05:49:58 go: finding github.com/hashicorp/go-rootcerts v1.0.2 05:49:58 go: finding github.com/hashicorp/go-sockaddr v1.0.2 05:49:58 go: finding github.com/hashicorp/go-syslog v1.0.0 05:49:58 go: finding github.com/hashicorp/go-uuid v1.0.1 05:49:58 go: finding github.com/hashicorp/go.net v0.0.1 05:49:58 go: finding github.com/hashicorp/golang-lru v0.5.4 05:49:58 go: finding github.com/hashicorp/logutils v1.0.0 05:49:58 ---> Running in c176da9b4604 05:49:58 go: finding github.com/hashicorp/mdns v1.0.1 05:49:58 go: finding github.com/hashicorp/memberlist v0.2.0 05:49:58 go: finding github.com/hashicorp/serf v0.9.0 05:49:58 go: finding github.com/json-iterator/go v1.1.9 05:49:58 go: finding github.com/julienschmidt/httprouter v1.2.0 05:49:58 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 05:49:58 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 05:49:58 go: finding github.com/kr/pretty v0.2.0 05:49:58 go: finding github.com/kr/pty v1.1.1 05:49:58 go: finding github.com/kr/text v0.1.0 05:49:58 go: finding github.com/mattn/go-colorable v0.1.6 05:49:58 go: finding github.com/mattn/go-isatty v0.0.12 05:49:58 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 05:49:58 go: finding github.com/miekg/dns v1.1.26 05:49:58 go: finding github.com/mitchellh/cli v1.0.0 05:49:58 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:49:58 go: finding github.com/mitchellh/copystructure v1.0.0 05:49:58 go: finding github.com/mitchellh/go-homedir v1.1.0 05:49:58 go: finding github.com/mitchellh/go-testing-interface v1.0.0 05:49:58 go: finding github.com/mitchellh/go-wordwrap v1.0.0 05:49:58 go: finding github.com/mitchellh/gox v0.4.0 05:49:58 go: finding github.com/mitchellh/iochan v1.0.0 05:49:58 go: finding github.com/mitchellh/mapstructure v1.2.2 05:49:58 go: finding github.com/mitchellh/reflectwalk v1.0.1 05:49:58 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 05:49:58 go: finding github.com/modern-go/reflect2 v1.0.1 05:49:58 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 05:49:58 go: finding github.com/pascaldekloe/goe v0.1.0 05:49:58 go: finding github.com/pelletier/go-toml v1.7.0 05:49:58 go: finding github.com/pkg/errors v0.8.1 05:49:58 go: finding github.com/pmezard/go-difflib v1.0.0 05:49:58 go: finding github.com/posener/complete v1.1.1 05:49:58 go: finding github.com/prometheus/client_golang v1.4.0 05:49:58 go: finding github.com/prometheus/client_model v0.2.0 05:49:58 go: finding github.com/prometheus/common v0.9.1 05:49:58 go: finding github.com/prometheus/procfs v0.0.8 05:49:58 Removing intermediate container c176da9b4604 05:49:58 ---> 25922799e927 05:49:58 Step 12/24 : COPY go.mod . 05:49:59 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 05:49:59 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 05:49:59 go: finding github.com/sirupsen/logrus v1.4.2 05:49:59 go: finding github.com/stretchr/objx v0.1.1 05:49:59 go: finding github.com/stretchr/testify v1.4.0 05:49:59 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 05:49:59 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 05:49:59 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 05:49:59 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 05:49:59 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 05:49:59 go: finding golang.org/x/text v0.3.2 05:49:59 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 05:49:59 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 05:49:59 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 05:49:59 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 05:49:59 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 05:49:59 go: finding gopkg.in/yaml.v2 v2.2.8 05:49:59 ---> 96a92c6bd838 05:49:59 Step 13/24 : COPY Makefile . 05:50:00 ---> c07113b1ed1a 05:50:00 Step 14/24 : RUN make update 05:50:00 ---> Running in 4aa9ce0ff522 05:50:01 CGO_ENABLED=0 GO111MODULE=on go mod download 05:50:03 Removing intermediate container 4aa9ce0ff522 05:50:03 ---> dcb57d9a7a58 05:50:03 Step 15/24 : COPY . . 05:50:05 ---> fce91b3b0fc3 05:50:05 Step 16/24 : RUN ${MAKE} 05:50:05 ---> Running in 42238d9f822e 05:50:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.6" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 05:50:14 Removing intermediate container 621f3ce8f39e 05:50:14 ---> f0fdbc1959c9 05:50:14 Successfully built f0fdbc1959c9 05:50:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:50:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:50:15 + ls -al . 05:50:15 total 56 05:50:15 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 17 05:49 . 05:50:15 drwxrwxr-x. 4 jenkins jenkins 30 Aug 17 05:49 .. 05:50:15 drwxrwxr-x. 3 jenkins jenkins 20 Aug 17 05:49 assets 05:50:15 drwxrwxr-x. 2 jenkins jenkins 35 Aug 17 05:49 bin 05:50:15 drwxrwxr-x. 3 jenkins jenkins 29 Aug 17 05:49 cmd 05:50:15 -rw-rw-r--. 1 jenkins jenkins 3959 Aug 17 05:49 CONTRIBUTING.md 05:50:15 -rw-rw-r--. 1 jenkins jenkins 913 Aug 17 05:49 Dockerfile 05:50:15 -rw-rw-r--. 1 jenkins jenkins 898 Aug 17 05:49 Dockerfile.build 05:50:15 drwxrwxr-x. 5 jenkins jenkins 104 Aug 17 05:49 docs 05:50:15 drwxrwxr-x. 8 jenkins jenkins 162 Aug 17 05:49 .git 05:50:15 drwxrwxr-x. 2 jenkins jenkins 38 Aug 17 05:49 .github 05:50:15 -rw-rw-r--. 1 jenkins jenkins 136 Aug 17 05:49 .gitignore 05:50:15 -rw-rw-r--. 1 jenkins jenkins 1019 Aug 17 05:49 go.mod 05:50:15 drwxrwxr-x. 10 jenkins jenkins 139 Aug 17 05:49 internal 05:50:15 -rw-rw-r--. 1 jenkins jenkins 675 Aug 17 05:49 Jenkinsfile 05:50:15 -rw-rw-r--. 1 jenkins jenkins 11357 Aug 17 05:49 LICENSE 05:50:15 -rw-rw-r--. 1 jenkins jenkins 951 Aug 17 05:49 Makefile 05:50:15 -rw-rw-r--. 1 jenkins jenkins 3545 Aug 17 05:49 README.md 05:50:15 drwxrwxr-x. 3 jenkins jenkins 44 Aug 17 05:49 .semver 05:50:15 -rw-rw-r--. 1 jenkins jenkins 11 Aug 17 05:46 VERSION 05:50:15 -rw-rw-r--. 1 jenkins jenkins 155 Aug 17 05:49 version.go [Pipeline] isUnix [Pipeline] sh 05:50:16 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4235889b4d31b184704cc99ddd0249f5d958712f --label arch=amd64 --label version=1.2.2-dev.6 . 05:50:16 Sending build context to Docker daemon 21.94MB 05:50:16 Step 1/24 : ARG BASE=golang:1.13-alpine 05:50:16 Step 2/24 : FROM ${BASE} AS builder 05:50:16 ---> f0fdbc1959c9 05:50:16 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 05:50:16 ---> Running in 083c7ddfaa22 05:50:16 Removing intermediate container 083c7ddfaa22 05:50:16 ---> 4462045daa3c 05:50:16 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 05:50:16 ---> Running in 1163660d99e8 05:50:17 Removing intermediate container 1163660d99e8 05:50:17 ---> d03d977954b6 05:50:17 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:50:17 ---> Running in d52d0e22668b 05:50:17 Removing intermediate container d52d0e22668b 05:50:17 ---> ebae11a23001 05:50:17 Step 6/24 : LABEL Name=edgex-ui-go 05:50:17 ---> Running in db0155d9245b 05:50:17 Removing intermediate container db0155d9245b 05:50:17 ---> adea960bec4b 05:50:17 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 05:50:17 ---> Running in 94edfcf6b1dd 05:50:17 Removing intermediate container 94edfcf6b1dd 05:50:17 ---> 3960e3598f31 05:50:17 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:17 ---> Running in 9f0b7c0e3689 05:50:18 Removing intermediate container 9f0b7c0e3689 05:50:18 ---> 6ed8e505a049 05:50:18 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:50:19 ---> Running in 65840a0b1333 05:50:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:50:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:50:21 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:50:21 v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] 05:50:21 OK: 12749 distinct packages available 05:50:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:50:23 OK: 166 MiB in 39 packages 05:50:23 Removing intermediate container 65840a0b1333 05:50:23 ---> 394e33761cda 05:50:23 Step 10/24 : ENV GO111MODULE=on 05:50:23 ---> Running in cb7bea4ca940 05:50:23 Removing intermediate container cb7bea4ca940 05:50:23 ---> d0bbb17281a0 05:50:23 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 05:50:23 ---> Running in d7a2e92c870a 05:50:24 Removing intermediate container d7a2e92c870a 05:50:24 ---> 3749f62801d5 05:50:24 Step 12/24 : COPY go.mod . 05:50:24 ---> 635ec8afc794 05:50:24 Step 13/24 : COPY Makefile . 05:50:24 ---> 131330539c9e 05:50:24 Step 14/24 : RUN make update 05:50:24 ---> Running in 52b9720b8a69 05:50:24 CGO_ENABLED=0 GO111MODULE=on go mod download 05:50:25 Removing intermediate container 52b9720b8a69 05:50:25 ---> 7b5ea5939a6d 05:50:25 Step 15/24 : COPY . . 05:50:26 ---> a56824c30b9d 05:50:26 Step 16/24 : RUN ${MAKE} 05:50:26 ---> Running in a7aa6b33b838 05:50:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.6" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 05:50:29 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:50:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:50:37 Removing intermediate container 42238d9f822e 05:50:37 ---> 5cab27cdfca2 05:50:37 Step 17/24 : FROM alpine 05:50:37 latest: Pulling from library/alpine 05:50:37 b538f80385f9: Already exists 05:50:38 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 05:50:38 Status: Downloaded newer image for alpine:latest 05:50:38 ---> 62ee0e9f8440 05:50:38 Step 18/24 : EXPOSE 4000 05:50:38 ---> Running in 35ac3bf8a8b9 05:50:38 Removing intermediate container a7aa6b33b838 05:50:38 ---> 3caf98462d57 05:50:38 Step 17/24 : FROM alpine 05:50:38 Removing intermediate container 35ac3bf8a8b9 05:50:38 ---> 62d50f55187f 05:50:38 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:50:39 latest: Pulling from library/alpine 05:50:39 df20fa9351a1: Already exists 05:50:39 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 05:50:39 Status: Downloaded newer image for alpine:latest 05:50:39 ---> a24bb4013296 05:50:39 Step 18/24 : EXPOSE 4000 05:50:39 ---> Running in 835156b6b78c 05:50:39 Removing intermediate container 835156b6b78c 05:50:39 ---> 05e1c458102a 05:50:39 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:50:40 ---> ab33e60d9860 05:50:40 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:50:40 ---> Running in 6392c901383c 05:50:41 Removing intermediate container 6392c901383c 05:50:41 ---> 76374c4c3766 05:50:41 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 05:50:41 ---> Running in f13dc3b45350 05:50:41 ---> bc24b7bb62bf 05:50:41 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 05:50:41 ---> Running in 38014a0205ef 05:50:41 Removing intermediate container 38014a0205ef 05:50:41 ---> ba502cc31f82 05:50:41 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 05:50:41 ---> Running in d970ca8dd921 05:50:41 Removing intermediate container f13dc3b45350 05:50:41 ---> 668366f0b353 05:50:41 Step 22/24 : LABEL arch=arm64 05:50:41 Removing intermediate container d970ca8dd921 05:50:41 ---> 7bc611326d9f 05:50:41 Step 22/24 : LABEL arch=amd64 05:50:41 ---> Running in 6f54419e5546 05:50:41 Removing intermediate container 6f54419e5546 05:50:41 ---> 5955ba814189 05:50:41 Step 23/24 : LABEL git_sha=4235889b4d31b184704cc99ddd0249f5d958712f 05:50:41 ---> Running in e33d2df515fe 05:50:42 ---> Running in 57b370d97263 05:50:42 Removing intermediate container 57b370d97263 05:50:42 ---> 460bf74c4708 05:50:42 Step 24/24 : LABEL version=1.2.2-dev.6 05:50:42 Removing intermediate container e33d2df515fe 05:50:42 ---> 162acb82dccc 05:50:42 Step 23/24 : LABEL git_sha=4235889b4d31b184704cc99ddd0249f5d958712f 05:50:42 ---> Running in 921eb32faf00 05:50:42 Removing intermediate container 921eb32faf00 05:50:42 ---> b4e653c30654 05:50:42 [Warning] One or more build-args [ARCH] were not consumed 05:50:42 Successfully built b4e653c30654 05:50:42 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script 05:50:42 ---> Running in 37beeb190576 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { 05:50:42 Removing intermediate container 37beeb190576 05:50:42 ---> 139eef8161c6 05:50:42 Step 24/24 : LABEL version=1.2.2-dev.6 [Pipeline] wrap 05:50:42 provisioning config files... 05:50:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/49@tmp/config8405285499995669754tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:50:42 ---> Running in 948cbc50576e 05:50:43 nexus3.edgexfoundry.org:10001 05:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:43 Removing intermediate container 948cbc50576e 05:50:43 ---> 7ae369b6ae4d 05:50:43 [Warning] One or more build-args [ARCH] were not consumed 05:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:43 Configure a credential helper to remove this warning. See 05:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:43 05:50:43 Login Succeeded 05:50:43 nexus3.edgexfoundry.org:10002 05:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:43 Configure a credential helper to remove this warning. See 05:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:43 05:50:43 Login Succeeded 05:50:43 nexus3.edgexfoundry.org:10003 05:50:43 Successfully built 7ae369b6ae4d 05:50:43 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } 05:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:43 Configure a credential helper to remove this warning. See 05:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:43 05:50:43 Login Succeeded 05:50:43 nexus3.edgexfoundry.org:10004 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:50:43 provisioning config files... 05:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:43 Configure a credential helper to remove this warning. See 05:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:43 05:50:43 Login Succeeded 05:50:43 docker.io 05:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:43 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/49@tmp/config7224193653533645171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:50:44 nexus3.edgexfoundry.org:10001 05:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:44 Configure a credential helper to remove this warning. See 05:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:44 05:50:44 Login Succeeded [Pipeline] } 05:50:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 05:50:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] echo 05:50:44 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 05:50:44 4235889b4d31b184704cc99ddd0249f5d958712f 05:50:44 latest 05:50:44 1.2.2-dev.6 05:50:44 4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 05:50:44 master 05:50:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 05:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:44 Configure a credential helper to remove this warning. See 05:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:44 05:50:44 Login Succeeded 05:50:44 nexus3.edgexfoundry.org:10002 [Pipeline] isUnix [Pipeline] sh 05:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:45 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f [Pipeline] isUnix [Pipeline] sh 05:50:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:45 Configure a credential helper to remove this warning. See 05:50:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:45 05:50:45 Login Succeeded 05:50:45 nexus3.edgexfoundry.org:10003 05:50:45 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f 05:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 05:50:45 bdfce3c4652a: Preparing 05:50:45 50644c29ef5a: Preparing 05:50:45 50644c29ef5a: Layer already exists 05:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:45 Configure a credential helper to remove this warning. See 05:50:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:45 05:50:45 Login Succeeded 05:50:45 nexus3.edgexfoundry.org:10004 05:50:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:46 Configure a credential helper to remove this warning. See 05:50:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:46 05:50:46 Login Succeeded 05:50:46 docker.io 05:50:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:46 bdfce3c4652a: Pushed 05:50:47 4235889b4d31b184704cc99ddd0249f5d958712f: digest: sha256:7651102e2391fee2474fcf65ee7a0520ba2531c32bcc7cfa8996830248de3d00 size: 739 [Pipeline] isUnix [Pipeline] sh 05:50:47 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 05:50:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:47 Configure a credential helper to remove this warning. See 05:50:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:47 05:50:47 Login Succeeded [Pipeline] isUnix [Pipeline] sh [Pipeline] } 05:50:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:50:47 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 05:50:47 4235889b4d31b184704cc99ddd0249f5d958712f 05:50:47 latest 05:50:47 1.2.2-dev.6 05:50:47 4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 05:50:47 master 05:50:47 ===================================================== 05:50:47 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 05:50:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 05:50:47 bdfce3c4652a: Preparing 05:50:47 50644c29ef5a: Preparing 05:50:47 bdfce3c4652a: Layer already exists 05:50:47 50644c29ef5a: Layer already exists 05:50:47 latest: digest: sha256:7651102e2391fee2474fcf65ee7a0520ba2531c32bcc7cfa8996830248de3d00 size: 739 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 05:50:48 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh 05:50:48 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f [Pipeline] isUnix [Pipeline] sh 05:50:48 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.6 05:50:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 05:50:48 bdfce3c4652a: Preparing 05:50:48 50644c29ef5a: Preparing 05:50:48 bdfce3c4652a: Layer already exists 05:50:48 50644c29ef5a: Layer already exists 05:50:48 1.2.2-dev.6: digest: sha256:7651102e2391fee2474fcf65ee7a0520ba2531c32bcc7cfa8996830248de3d00 size: 739 [Pipeline] isUnix [Pipeline] sh 05:50:48 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f 05:50:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 05:50:48 f2aa7afb585b: Preparing 05:50:48 e2f13739ad41: Preparing 05:50:48 e2f13739ad41: Layer already exists 05:50:48 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh 05:50:49 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 05:50:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 05:50:49 bdfce3c4652a: Preparing 05:50:49 50644c29ef5a: Preparing 05:50:49 bdfce3c4652a: Layer already exists 05:50:49 50644c29ef5a: Layer already exists 05:50:49 4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6: digest: sha256:7651102e2391fee2474fcf65ee7a0520ba2531c32bcc7cfa8996830248de3d00 size: 739 [Pipeline] isUnix [Pipeline] sh 05:50:49 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 05:50:49 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 05:50:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 05:50:49 bdfce3c4652a: Preparing 05:50:49 50644c29ef5a: Preparing 05:50:49 50644c29ef5a: Layer already exists 05:50:49 bdfce3c4652a: Layer already exists 05:50:49 master: digest: sha256:7651102e2391fee2474fcf65ee7a0520ba2531c32bcc7cfa8996830248de3d00 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:50:49 ===================================================== [Pipeline] echo 05:50:49 taggedImages: 05:50:49 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f 05:50:49 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 05:50:49 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.6 05:50:49 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 05:50:49 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:50:52 f2aa7afb585b: Pushed 05:50:52 4235889b4d31b184704cc99ddd0249f5d958712f: digest: sha256:de2355109ea87c84c5613ef7bf0e29eede2a8c0085bc4bddc3bf4b71b4064944 size: 739 [Pipeline] isUnix [Pipeline] sh 05:50:52 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:50:52 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 05:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 05:50:52 f2aa7afb585b: Preparing 05:50:52 e2f13739ad41: Preparing 05:50:52 f2aa7afb585b: Layer already exists 05:50:52 e2f13739ad41: Layer already exists 05:50:53 latest: digest: sha256:de2355109ea87c84c5613ef7bf0e29eede2a8c0085bc4bddc3bf4b71b4064944 size: 739 [Pipeline] isUnix [Pipeline] sh 05:50:53 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh 05:50:53 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.6 05:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 05:50:53 f2aa7afb585b: Preparing 05:50:53 e2f13739ad41: Preparing 05:50:54 f2aa7afb585b: Layer already exists 05:50:54 e2f13739ad41: Layer already exists 05:50:54 1.2.2-dev.6: digest: sha256:de2355109ea87c84c5613ef7bf0e29eede2a8c0085bc4bddc3bf4b71b4064944 size: 739 [Pipeline] isUnix [Pipeline] sh 05:50:54 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh 05:50:54 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 05:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 05:50:54 f2aa7afb585b: Preparing 05:50:54 e2f13739ad41: Preparing 05:50:54 e2f13739ad41: Layer already exists 05:50:54 f2aa7afb585b: Layer already exists 05:50:55 4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6: digest: sha256:de2355109ea87c84c5613ef7bf0e29eede2a8c0085bc4bddc3bf4b71b4064944 size: 739 [Pipeline] isUnix [Pipeline] sh 05:50:55 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:50:55 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 05:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 05:50:55 f2aa7afb585b: Preparing 05:50:55 e2f13739ad41: Preparing 05:50:56 e2f13739ad41: Layer already exists 05:50:56 f2aa7afb585b: Layer already exists 05:50:56 master: digest: sha256:de2355109ea87c84c5613ef7bf0e29eede2a8c0085bc4bddc3bf4b71b4064944 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:50:56 ===================================================== [Pipeline] echo 05:50:56 taggedImages: 05:50:56 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f 05:50:56 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 05:50:56 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.6 05:50:56 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f-1.2.2-dev.6 05:50:56 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:50:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 05:50:57 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 05:50:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:50:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:50:58 05:50:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 05:50:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:50:58 1.317.0: Pulling from edgex-devops/edgex-snyk-go 05:50:58 cbdbe7a5bc2a: Pulling fs layer 05:50:58 408f87550127: Pulling fs layer 05:50:58 fe522b08c979: Pulling fs layer 05:50:58 221eaa008020: Pulling fs layer 05:50:58 2a4607e5d6b9: Pulling fs layer 05:50:58 8f79b27c4fd2: Pulling fs layer 05:50:58 e5c8dbe1645b: Pulling fs layer 05:50:58 23e8b3b47431: Pulling fs layer 05:50:58 5c568d65a230: Pulling fs layer 05:50:58 221eaa008020: Waiting 05:50:58 2a4607e5d6b9: Waiting 05:50:58 8f79b27c4fd2: Waiting 05:50:58 e5c8dbe1645b: Waiting 05:50:58 5c568d65a230: Waiting 05:50:58 fe522b08c979: Verifying Checksum 05:50:58 fe522b08c979: Download complete 05:50:58 408f87550127: Download complete 05:50:58 2a4607e5d6b9: Verifying Checksum 05:50:58 2a4607e5d6b9: Download complete 05:50:58 8f79b27c4fd2: Verifying Checksum 05:50:58 8f79b27c4fd2: Download complete 05:50:58 cbdbe7a5bc2a: Verifying Checksum 05:50:58 cbdbe7a5bc2a: Download complete 05:50:58 e5c8dbe1645b: Verifying Checksum 05:50:58 e5c8dbe1645b: Download complete 05:50:59 cbdbe7a5bc2a: Pull complete 05:50:59 23e8b3b47431: Verifying Checksum 05:50:59 23e8b3b47431: Download complete 05:50:59 5c568d65a230: Verifying Checksum 05:50:59 5c568d65a230: Download complete 05:50:59 408f87550127: Pull complete 05:50:59 fe522b08c979: Pull complete 05:51:00 221eaa008020: Verifying Checksum 05:51:00 221eaa008020: Download complete 05:51:05 221eaa008020: Pull complete 05:51:05 2a4607e5d6b9: Pull complete 05:51:05 8f79b27c4fd2: Pull complete 05:51:07 e5c8dbe1645b: Pull complete 05:51:11 23e8b3b47431: Pull complete 05:51:12 5c568d65a230: Pull complete 05:51:12 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 05:51:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:51:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 05:51:12 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:51:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 05:51:13 $ docker top 4476d6f12c42b55c3bbea0983997ef1a32fe9676c06322d57477395364cc7c18 -eo pid,comm [Pipeline] { [Pipeline] sh 05:51:14 + snyk monitor '--org=edgex-jenkins' 05:51:24 05:51:24 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 05:51:24 05:51:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/c965f5c4-c3a7-410a-a0a3-283e63d858bd 05:51:24 05:51:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:51:24 05:51:24 05:51:24 Snyk CLI supports Node.js 8 and higher. 05:51:24 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 05:51:24 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 05:51:24 05:51:24 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 05:51:24 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 05:51:24 $ docker stop --time=1 4476d6f12c42b55c3bbea0983997ef1a32fe9676c06322d57477395364cc7c18 05:51:26 $ docker rm -f 4476d6f12c42b55c3bbea0983997ef1a32fe9676c06322d57477395364cc7c18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:51:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 05:51:27 05:51:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 05:51:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 05:51:27 latest: Pulling from edgex-devops/edgex-klar 05:51:27 e7c96db7181b: Pulling fs layer 05:51:27 1868ca2cb446: Pulling fs layer 05:51:27 136be5d0fe8e: Pulling fs layer 05:51:27 894bfe63afcb: Pulling fs layer 05:51:27 894bfe63afcb: Waiting 05:51:27 1868ca2cb446: Verifying Checksum 05:51:27 1868ca2cb446: Download complete 05:51:27 136be5d0fe8e: Verifying Checksum 05:51:27 136be5d0fe8e: Download complete 05:51:27 e7c96db7181b: Verifying Checksum 05:51:27 e7c96db7181b: Download complete 05:51:28 894bfe63afcb: Verifying Checksum 05:51:28 894bfe63afcb: Download complete 05:51:28 e7c96db7181b: Pull complete 05:51:28 1868ca2cb446: Pull complete 05:51:28 136be5d0fe8e: Pull complete 05:51:28 894bfe63afcb: Pull complete 05:51:28 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 05:51:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 05:51:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 05:51:28 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:51:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 05:51:30 $ docker top 734bade5a9abea3d9a5a4c38334558b709af84ec8f6326be6fde2881b6306d61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:30 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f 05:51:30 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 05:51:33 $ docker stop --time=1 734bade5a9abea3d9a5a4c38334558b709af84ec8f6326be6fde2881b6306d61 05:51:34 $ docker rm -f 734bade5a9abea3d9a5a4c38334558b709af84ec8f6326be6fde2881b6306d61 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:51:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 05:51:35 . [Pipeline] withDockerContainer 05:51:35 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:51:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 05:51:36 $ docker top 42b831751ff2c72ce1027f2ba41bfcfe968cd7a7cd15cef187cf1334b8dfc530 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:36 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:4235889b4d31b184704cc99ddd0249f5d958712f 05:51:36 + tee 05:51:36 clair timeout 1m0s 05:51:36 docker timeout: 1m0s 05:51:36 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 05:51:37 $ docker stop --time=1 42b831751ff2c72ce1027f2ba41bfcfe968cd7a7cd15cef187cf1334b8dfc530 05:51:38 $ docker rm -f 42b831751ff2c72ce1027f2ba41bfcfe968cd7a7cd15cef187cf1334b8dfc530 [Pipeline] // withDockerContainer [Pipeline] sh 05:51:39 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 05:51:39 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_4235889b4d31b184704cc99ddd0249f5d958712f.html [Pipeline] writeFile [Pipeline] step 05:51:39 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 05:51:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 05:51:39 . [Pipeline] withDockerContainer 05:51:40 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:51:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 05:51:40 $ docker top 9d27f1ef69ea80cb5b0eba63cbf63093f437e5792baa9d5ecbbb9b66c08346ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:41 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f 05:51:41 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 05:51:44 $ docker stop --time=1 9d27f1ef69ea80cb5b0eba63cbf63093f437e5792baa9d5ecbbb9b66c08346ef 05:51:45 $ docker rm -f 9d27f1ef69ea80cb5b0eba63cbf63093f437e5792baa9d5ecbbb9b66c08346ef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:51:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 05:51:45 . [Pipeline] withDockerContainer 05:51:46 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:51:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 05:51:46 $ docker top aaf75e852d69096a2397f99e324275e3cbf6d77d07fba325dcf8e6d3bbc98dcf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:47 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:4235889b4d31b184704cc99ddd0249f5d958712f 05:51:47 + tee 05:51:47 clair timeout 1m0s 05:51:47 docker timeout: 1m0s 05:51:47 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 05:51:47 $ docker stop --time=1 aaf75e852d69096a2397f99e324275e3cbf6d77d07fba325dcf8e6d3bbc98dcf 05:51:49 $ docker rm -f aaf75e852d69096a2397f99e324275e3cbf6d77d07fba325dcf8e6d3bbc98dcf [Pipeline] // withDockerContainer [Pipeline] sh 05:51:49 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 05:51:49 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_4235889b4d31b184704cc99ddd0249f5d958712f.html [Pipeline] writeFile [Pipeline] step 05:51:49 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 05:51:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:51:50 . [Pipeline] withDockerContainer 05:51:50 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:51:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:51:51 $ docker top bdda2ffe2d92c5ce428fa6e9998a60a3c263e7617330e0a4b0f11468f0c9bd97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:51:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:51:51 [ssh-agent] Looking for ssh-agent implementation... 05:51:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:51:52 $ docker exec bdda2ffe2d92c5ce428fa6e9998a60a3c263e7617330e0a4b0f11468f0c9bd97 ssh-agent 05:51:52 SSH_AUTH_SOCK=/tmp/ssh-FLPl1NiKDRJE/agent.11 05:51:52 SSH_AGENT_PID=16 05:51:52 Running ssh-add (command line suppressed) 05:51:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6958372623395630611.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6958372623395630611.key) 05:51:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:51:52 + git semver tag 05:51:52 # -> Open(): unable to determine branch for HEAD 05:51:52 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 05:51:52 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 05:51:52 # $SEMVER_REMOTE_NAME = origin 05:51:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:51:52 # $SEMVER_USER_NAME = edgex-jenkins 05:51:52 # $SEMVER_BRANCH = master 05:51:52 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 05:51:52 # 4235889b4d31b184704cc99ddd0249f5d958712f HEAD 05:51:52 # -> Force: false 05:51:52 # dc7bb17963ed907d10fa2ab54a850fc8a3e91dbb refs/tags/v1.2.2-dev.6 [Pipeline] } 05:51:52 $ docker exec --env ******** --env ******** bdda2ffe2d92c5ce428fa6e9998a60a3c263e7617330e0a4b0f11468f0c9bd97 ssh-agent -k 05:51:53 unset SSH_AUTH_SOCK; 05:51:53 unset SSH_AGENT_PID; 05:51:53 echo Agent pid 16 killed; 05:51:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:51:53 + git semver [Pipeline] } 05:51:53 $ docker stop --time=1 bdda2ffe2d92c5ce428fa6e9998a60a3c263e7617330e0a4b0f11468f0c9bd97 05:51:54 $ docker rm -f bdda2ffe2d92c5ce428fa6e9998a60a3c263e7617330e0a4b0f11468f0c9bd97 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:51:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:51:55 05:51:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:51:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:51:55 0.23.1-centos7: Pulling from edgex-lftools 05:51:55 ab5ef0e58194: Pulling fs layer 05:51:55 9712f1f96733: Pulling fs layer 05:51:55 63f879dbbcfc: Pulling fs layer 05:51:55 0d9ebad4ef96: Pulling fs layer 05:51:55 e9a5061849ea: Pulling fs layer 05:51:55 d747dcd14b5f: Pulling fs layer 05:51:55 2de7ff778b66: Pulling fs layer 05:51:55 e9a5061849ea: Waiting 05:51:55 d747dcd14b5f: Waiting 05:51:55 2de7ff778b66: Waiting 05:51:55 0d9ebad4ef96: Waiting 05:51:55 9712f1f96733: Verifying Checksum 05:51:55 9712f1f96733: Download complete 05:51:56 63f879dbbcfc: Verifying Checksum 05:51:56 63f879dbbcfc: Download complete 05:51:56 e9a5061849ea: Verifying Checksum 05:51:56 e9a5061849ea: Download complete 05:51:56 d747dcd14b5f: Verifying Checksum 05:51:56 d747dcd14b5f: Download complete 05:51:56 2de7ff778b66: Verifying Checksum 05:51:56 2de7ff778b66: Download complete 05:51:56 0d9ebad4ef96: Verifying Checksum 05:51:56 0d9ebad4ef96: Download complete 05:51:56 ab5ef0e58194: Verifying Checksum 05:51:56 ab5ef0e58194: Download complete 05:52:02 ab5ef0e58194: Pull complete 05:52:02 9712f1f96733: Pull complete 05:52:04 63f879dbbcfc: Pull complete 05:52:09 0d9ebad4ef96: Pull complete 05:52:12 e9a5061849ea: Pull complete 05:52:12 d747dcd14b5f: Pull complete 05:52:16 2de7ff778b66: Pull complete 05:52:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:52:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:52:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:52:16 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:52:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:52:20 $ docker top eb28d3688bf101d20a194a210a0dc54de6201e77999b21acb90e7e47832d6f6b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:52:20 provisioning config files... 05:52:20 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6230627386961483622tmp 05:52:20 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1018119040956253754tmp 05:52:20 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config771659496714917100tmp [Pipeline] { [Pipeline] echo 05:52:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:52:20 ---> sigul-configuration.sh 05:52:20 gpg: directory `/root/.gnupg' created 05:52:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:52:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:52:20 gpg: keyring `/root/.gnupg/secring.gpg' created 05:52:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:52:20 gpg: CAST5 encrypted data 05:52:21 gpg: encrypted with 1 passphrase 05:52:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:52:21 + mkdir /home/jenkins 05:52:21 + mkdir /home/jenkins/sigul [Pipeline] sh 05:52:21 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 05:52:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:52:21 ---> sigul-install.sh 05:52:27 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:52:27 + git tag --list 05:52:27 v1.2.2-dev.6 [Pipeline] sh 05:52:27 + lftools sign git-tag v1.2.2-dev.6 05:52:29 Signing Git tag with Sigul... 05:52:29 Signing v1.2.2-dev.6 [Pipeline] echo 05:52:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:52:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:52:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:52:30 $ docker stop --time=1 eb28d3688bf101d20a194a210a0dc54de6201e77999b21acb90e7e47832d6f6b 05:52:33 $ docker rm -f eb28d3688bf101d20a194a210a0dc54de6201e77999b21acb90e7e47832d6f6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:52:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:52:33 . [Pipeline] withDockerContainer 05:52:33 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:52:33 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:52:34 $ docker top dd052514f612e0ca9282dfbd1f90f40d9bc083efd6392d7a921ee80ae2fabdb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:52:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:52:34 [ssh-agent] Looking for ssh-agent implementation... 05:52:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:52:35 $ docker exec dd052514f612e0ca9282dfbd1f90f40d9bc083efd6392d7a921ee80ae2fabdb2 ssh-agent 05:52:35 SSH_AUTH_SOCK=/tmp/ssh-tCJDnWupQDkT/agent.12 05:52:35 SSH_AGENT_PID=17 05:52:35 Running ssh-add (command line suppressed) 05:52:35 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5838555615818879974.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5838555615818879974.key) 05:52:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:52:35 + git semver bump pre 05:52:35 # -> Open(): unable to determine branch for HEAD 05:52:35 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 05:52:35 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 05:52:35 # $SEMVER_REMOTE_NAME = origin 05:52:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:52:35 # $SEMVER_USER_NAME = edgex-jenkins 05:52:35 # $SEMVER_BRANCH = master 05:52:35 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 05:52:35 1.2.2-dev.7 [Pipeline] } 05:52:35 $ docker exec --env ******** --env ******** dd052514f612e0ca9282dfbd1f90f40d9bc083efd6392d7a921ee80ae2fabdb2 ssh-agent -k 05:52:35 unset SSH_AUTH_SOCK; 05:52:35 unset SSH_AGENT_PID; 05:52:35 echo Agent pid 17 killed; 05:52:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:52:36 + git semver [Pipeline] } 05:52:36 $ docker stop --time=1 dd052514f612e0ca9282dfbd1f90f40d9bc083efd6392d7a921ee80ae2fabdb2 05:52:37 $ docker rm -f dd052514f612e0ca9282dfbd1f90f40d9bc083efd6392d7a921ee80ae2fabdb2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:52:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:52:38 . [Pipeline] withDockerContainer 05:52:38 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:52:38 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:52:39 $ docker top 1e32e6a6b358dc884070ec5c289148fc48816c77c436065163ed3951f533e42f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:52:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:52:39 [ssh-agent] Looking for ssh-agent implementation... 05:52:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:52:39 $ docker exec 1e32e6a6b358dc884070ec5c289148fc48816c77c436065163ed3951f533e42f ssh-agent 05:52:39 SSH_AUTH_SOCK=/tmp/ssh-O8dbvDayTCKr/agent.12 05:52:39 SSH_AGENT_PID=17 05:52:39 Running ssh-add (command line suppressed) 05:52:39 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_791409833317077204.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_791409833317077204.key) 05:52:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:52:40 + git semver push 05:52:40 # -> Open(): unable to determine branch for HEAD 05:52:40 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 05:52:40 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 05:52:40 # $SEMVER_REMOTE_NAME = origin 05:52:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:52:40 # $SEMVER_USER_NAME = edgex-jenkins 05:52:40 # $SEMVER_BRANCH = master 05:52:40 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 05:52:46 $ docker exec --env ******** --env ******** 1e32e6a6b358dc884070ec5c289148fc48816c77c436065163ed3951f533e42f ssh-agent -k 05:52:46 unset SSH_AUTH_SOCK; 05:52:46 unset SSH_AGENT_PID; 05:52:46 echo Agent pid 17 killed; 05:52:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:52:47 + git semver [Pipeline] } 05:52:47 $ docker stop --time=1 1e32e6a6b358dc884070ec5c289148fc48816c77c436065163ed3951f533e42f 05:52:48 $ docker rm -f 1e32e6a6b358dc884070ec5c289148fc48816c77c436065163ed3951f533e42f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:52:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:52:50 ---> package-listing.sh 05:52:50 ++ facter osfamily 05:52:50 ++ tr '[:upper:]' '[:lower:]' 05:52:50 + OS_FAMILY=redhat 05:52:50 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 05:52:50 + START_PACKAGES=/tmp/packages_start.txt 05:52:50 + END_PACKAGES=/tmp/packages_end.txt 05:52:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:52:50 + PACKAGES=/tmp/packages_start.txt 05:52:50 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 05:52:50 + PACKAGES=/tmp/packages_end.txt 05:52:50 + case "${OS_FAMILY}" in 05:52:50 + rpm -qa 05:52:50 + sort 05:52:54 + '[' -f /tmp/packages_start.txt ']' 05:52:54 + '[' -f /tmp/packages_end.txt ']' 05:52:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:52:54 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 05:52:54 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 05:52:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 05:52:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:52:55 05:52:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:52:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:52:55 alpine: Pulling from edgex-lftools-log-publisher 05:52:55 c9b1b535fdd9: Pulling fs layer 05:52:55 2cc5ad85d9ab: Pulling fs layer 05:52:55 756a868c4378: Pulling fs layer 05:52:55 444b2fc9a129: Pulling fs layer 05:52:55 ea15f1150254: Pulling fs layer 05:52:55 41b27a9f41bf: Pulling fs layer 05:52:55 28c525ee5125: Pulling fs layer 05:52:55 094b1ea09ed8: Pulling fs layer 05:52:55 138eaada9080: Pulling fs layer 05:52:55 0622d0fa9048: Pulling fs layer 05:52:55 ea15f1150254: Waiting 05:52:55 41b27a9f41bf: Waiting 05:52:55 28c525ee5125: Waiting 05:52:55 094b1ea09ed8: Waiting 05:52:55 138eaada9080: Waiting 05:52:55 0622d0fa9048: Waiting 05:52:55 444b2fc9a129: Waiting 05:52:55 2cc5ad85d9ab: Download complete 05:52:55 444b2fc9a129: Verifying Checksum 05:52:55 444b2fc9a129: Download complete 05:52:55 c9b1b535fdd9: Verifying Checksum 05:52:55 c9b1b535fdd9: Download complete 05:52:55 ea15f1150254: Download complete 05:52:55 28c525ee5125: Verifying Checksum 05:52:55 28c525ee5125: Download complete 05:52:56 756a868c4378: Verifying Checksum 05:52:56 756a868c4378: Download complete 05:52:56 c9b1b535fdd9: Pull complete 05:52:56 138eaada9080: Verifying Checksum 05:52:56 138eaada9080: Download complete 05:52:56 094b1ea09ed8: Verifying Checksum 05:52:56 094b1ea09ed8: Download complete 05:52:56 0622d0fa9048: Verifying Checksum 05:52:56 0622d0fa9048: Download complete 05:52:56 2cc5ad85d9ab: Pull complete 05:52:56 41b27a9f41bf: Verifying Checksum 05:52:56 41b27a9f41bf: Download complete 05:52:58 756a868c4378: Pull complete 05:52:58 444b2fc9a129: Pull complete 05:52:58 ea15f1150254: Pull complete 05:53:03 41b27a9f41bf: Pull complete 05:53:03 28c525ee5125: Pull complete 05:53:04 094b1ea09ed8: Pull complete 05:53:04 138eaada9080: Pull complete 05:53:05 0622d0fa9048: Pull complete 05:53:05 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 05:53:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:53:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:53:05 prd-centos7-docker-4c-2g-228 does not seem to be running inside a container 05:53:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:53:07 $ docker top 5085ba9b3e55734d0383ca852c337dcade995dfb59712acef49c2fcdacf9eeb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:53:07 provisioning config files... 05:53:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4902877387832840416tmp [Pipeline] { [Pipeline] echo 05:53:07 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:53:08 ---> create-netrc.sh [Pipeline] echo 05:53:08 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:53:08 ---> logs-deploy.sh 05:53:08 + ARCHIVE_ARTIFACTS= 05:53:08 + LOGS_SERVER=https://logs.edgexfoundry.org 05:53:08 + '[' https://logs.edgexfoundry.org == None ']' 05:53:08 + NEXUS_URL=https://nexus.edgexfoundry.org 05:53:08 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/49 05:53:08 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/49/ 05:53:08 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/49 /w/workspace/edgexfoundry_edgex-ui-go_master 05:53:09 Archives upload complete. 05:53:09 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/49 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/49/