Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3c00fc0f534669f97460f637fd8dac931753e1f3 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-4689 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 > 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 Fetching without tags > 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 3c00fc0f534669f97460f637fd8dac931753e1f3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 Commit message: "add receiver in app service page" > git rev-list --no-walk c0d0adb7103374904f8518c035744b78f61b9238 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:53:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:53:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:53:03 ========================================================= 08:53:03 EdgeX Global Pipelines Version Info 08:53:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:53:05 ------------------- 08:53:05 stable info: 08:53:05 ------------------- 08:53:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:53:05 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 08:53:05 Message: update stable to v1.0.89 08:53:06 ------------------- 08:53:06 experimental info: 08:53:06 ------------------- 08:53:06 Commited By: **** collab-it+edgex@linuxfoundation.org 08:53:06 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 08:53:06 Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:53:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:53:07 08:53:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:53:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:53:08 latest: Pulling from edgex-devops/git-semver 08:53:08 9123ac7c32f7: Pulling fs layer 08:53:08 b8cc5d1170e3: Pulling fs layer 08:53:08 2924cbbf6a41: Pulling fs layer 08:53:08 93b08a4f1073: Pulling fs layer 08:53:08 93b08a4f1073: Waiting 08:53:08 b8cc5d1170e3: Verifying Checksum 08:53:08 b8cc5d1170e3: Download complete 08:53:08 9123ac7c32f7: Verifying Checksum 08:53:08 9123ac7c32f7: Download complete 08:53:08 93b08a4f1073: Verifying Checksum 08:53:08 93b08a4f1073: Download complete 08:53:08 2924cbbf6a41: Verifying Checksum 08:53:08 2924cbbf6a41: Download complete 08:53:08 9123ac7c32f7: Pull complete 08:53:08 b8cc5d1170e3: Pull complete 08:53:09 2924cbbf6a41: Pull complete 08:53:09 93b08a4f1073: Pull complete 08:53:09 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 08:53:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:53:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:53:09 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 08:53:09 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:53:11 $ docker top 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:53:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:53:11 [ssh-agent] Looking for ssh-agent implementation... 08:53:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:53:12 $ docker exec 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb ssh-agent 08:53:12 SSH_AUTH_SOCK=/tmp/ssh-z0McyWAUMYyX/agent.12 08:53:12 SSH_AGENT_PID=18 08:53:12 Running ssh-add (command line suppressed) 08:53:12 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1741752038659553494.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1741752038659553494.key) 08:53:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:53:12 + git describe --exact-match --tags HEAD 08:53:12 fatal: No names found, cannot describe anything. [Pipeline] } 08:53:12 $ docker exec --env ******** --env ******** 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb ssh-agent -k 08:53:13 unset SSH_AUTH_SOCK; 08:53:13 unset SSH_AGENT_PID; 08:53:13 echo Agent pid 18 killed; 08:53:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:53:13 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:53:13 This usually means this commit has not been tagged. [Pipeline] sshagent 08:53:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:53:13 [ssh-agent] Looking for ssh-agent implementation... 08:53:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:53:13 $ docker exec 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb ssh-agent 08:53:13 SSH_AUTH_SOCK=/tmp/ssh-z3DM7hXhQzaB/agent.46 08:53:13 SSH_AGENT_PID=52 08:53:13 Running ssh-add (command line suppressed) 08:53:13 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_434545078651181585.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_434545078651181585.key) 08:53:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:53:14 + git semver init 08:53:14 # -> Open(): unable to determine branch for HEAD 08:53:14 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 08:53:14 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 08:53:14 # $SEMVER_REMOTE_NAME = origin 08:53:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:53:14 # $SEMVER_USER_NAME = edgex-jenkins 08:53:14 # $SEMVER_BRANCH = master 08:53:14 # $SEMVER_TEMP = /tmp/semver-090402427 08:53:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 08:53:14 # '/tmp/semver-090402427' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 08:53:14 # -> Force: false 08:53:14 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 08:53:15 $ docker exec --env ******** --env ******** 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb ssh-agent -k 08:53:15 unset SSH_AUTH_SOCK; 08:53:15 unset SSH_AGENT_PID; 08:53:15 echo Agent pid 52 killed; 08:53:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:53:15 + git semver [Pipeline] } 08:53:15 $ docker stop --time=1 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb 08:53:16 $ docker rm -f 56ea2678a491c8fa48c88cf7451d51e2af919d92a80e1756585b3730f6e37adb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:53:17 Stashed 58 file(s) [Pipeline] echo 08:53:17 [edgeXSemver] initialized semver on version 1.2.2-dev.4 [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 08:53:33 Still waiting to schedule task 08:53:33 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4689’ 08:53:33 Still waiting to schedule task 08:53:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:55:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4690 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 08:55:10 Running in /w/workspace/edgex-ui-go/47 [Pipeline] { [Pipeline] checkout 08:55:15 using credential edgex-jenkins-ssh 08:55:15 Cloning the remote Git repository 08:55:15 Cloning with configured refspecs honoured and without tags 08:55:15 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:55:15 > git init /w/workspace/edgex-ui-go/47 # timeout=10 08:55:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:55:15 > git --version # timeout=10 08:55:15 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:55:16 Fetching without tags 08:55:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:55:16 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:55:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:55:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:55:16 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:55:17 Checking out Revision 3c00fc0f534669f97460f637fd8dac931753e1f3 (master) 08:55:17 > git config core.sparsecheckout # timeout=10 08:55:17 > git checkout -f 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 08:55:21 Commit message: "add receiver in app service page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:55:23 ========================================================= 08:55:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 08:55:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:55:24 + 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 . 08:55:25 Sending build context to Docker daemon 21.93MB 08:55:25 Step 1/8 : ARG BASE=golang:1.11-alpine 08:55:25 Step 2/8 : FROM ${BASE} 08:55:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:55:26 cde5963f3b93: Pulling fs layer 08:55:26 2a23fa8c16f7: Pulling fs layer 08:55:26 777b28850792: Pulling fs layer 08:55:26 8a11ddd9e578: Pulling fs layer 08:55:26 4cf88f913ddb: Pulling fs layer 08:55:26 1df406cf5192: Pulling fs layer 08:55:26 cd6300453558: Pulling fs layer 08:55:26 b9c365052c96: Pulling fs layer 08:55:26 a2d8cc88f415: Pulling fs layer 08:55:26 ea1d1ca13537: Pulling fs layer 08:55:26 3750a50a1c5e: Pulling fs layer 08:55:26 4cf88f913ddb: Waiting 08:55:26 1df406cf5192: Waiting 08:55:26 cd6300453558: Waiting 08:55:26 b9c365052c96: Waiting 08:55:26 a2d8cc88f415: Waiting 08:55:26 ea1d1ca13537: Waiting 08:55:26 3750a50a1c5e: Waiting 08:55:26 8a11ddd9e578: Waiting 08:55:26 777b28850792: Download complete 08:55:26 2a23fa8c16f7: Verifying Checksum 08:55:26 2a23fa8c16f7: Download complete 08:55:26 4cf88f913ddb: Verifying Checksum 08:55:26 4cf88f913ddb: Download complete 08:55:26 1df406cf5192: Verifying Checksum 08:55:26 1df406cf5192: Download complete 08:55:26 cde5963f3b93: Verifying Checksum 08:55:26 cde5963f3b93: Download complete 08:55:26 cde5963f3b93: Pull complete 08:55:27 2a23fa8c16f7: Pull complete 08:55:27 777b28850792: Pull complete 08:55:28 cd6300453558: Verifying Checksum 08:55:28 cd6300453558: Download complete 08:55:28 a2d8cc88f415: Download complete 08:55:29 ea1d1ca13537: Verifying Checksum 08:55:29 ea1d1ca13537: Download complete 08:55:29 3750a50a1c5e: Download complete 08:55:30 b9c365052c96: Verifying Checksum 08:55:30 b9c365052c96: Download complete 08:55:31 8a11ddd9e578: Verifying Checksum 08:55:31 8a11ddd9e578: Download complete 08:55:43 8a11ddd9e578: Pull complete 08:55:43 4cf88f913ddb: Pull complete 08:55:43 1df406cf5192: Pull complete 08:55:47 cd6300453558: Pull complete 08:55:51 b9c365052c96: Pull complete 08:55:51 a2d8cc88f415: Pull complete 08:55:53 ea1d1ca13537: Pull complete 08:55:54 3750a50a1c5e: Pull complete 08:55:54 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 08:55:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 08:55:54 ---> 78745c68409d 08:55:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:55:59 ---> Running in ce2643455c4c 08:55:59 Removing intermediate container ce2643455c4c 08:55:59 ---> 65938739019f 08:55:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:55:59 ---> Running in aee265da3ee1 08:56:02 Removing intermediate container aee265da3ee1 08:56:02 ---> c159b0844165 08:56:02 Step 5/8 : RUN apk add --no-cache make git 08:56:02 ---> Running in 2c37717ae2dc 08:56:03 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 08:56:04 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 08:56:05 OK: 125 MiB in 39 packages 08:56:06 Removing intermediate container 2c37717ae2dc 08:56:06 ---> 2c55305ced1a 08:56:06 Step 6/8 : WORKDIR /edgex-ui-go 08:56:06 ---> Running in 6b9516975d64 08:56:07 Removing intermediate container 6b9516975d64 08:56:07 ---> a27f1c63400d 08:56:07 Step 7/8 : COPY . . 08:56:09 ---> daa52a32127e 08:56:09 Step 8/8 : RUN go mod download 08:56:09 ---> Running in b851cc83a723 08:56:11 Running on prd-centos7-docker-4c-2g-4691 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 08:56:11 Running in /w/workspace/edgex-ui-go/47 [Pipeline] { [Pipeline] checkout 08:56:13 go: finding github.com/BurntSushi/toml v0.3.1 08:56:13 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 08:56:13 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 08:56:13 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 08:56:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 08:56:13 go: finding github.com/armon/go-metrics v0.3.3 08:56:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 08:56:13 go: finding github.com/beorn7/perks v1.0.1 08:56:13 go: finding github.com/bgentry/speakeasy v0.1.0 08:56:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:56:13 go: finding github.com/cespare/xxhash/v2 v2.1.1 08:56:13 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 08:56:13 go: finding github.com/circonus-labs/circonusllhist v0.1.3 08:56:13 go: finding github.com/davecgh/go-spew v1.1.1 08:56:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 08:56:13 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 08:56:13 go: finding github.com/fatih/color v1.9.0 08:56:13 go: finding github.com/go-kit/kit v0.9.0 08:56:13 go: finding github.com/go-logfmt/logfmt v0.4.0 08:56:13 go: finding github.com/go-stack/stack v1.8.0 08:56:13 go: finding github.com/gogo/protobuf v1.1.1 08:56:13 go: finding github.com/golang/protobuf v1.3.2 08:56:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:56:13 go: finding github.com/google/go-cmp v0.4.0 08:56:13 go: finding github.com/google/gofuzz v1.0.0 08:56:13 go: finding github.com/gorilla/mux v1.7.1 08:56:13 go: finding github.com/gorilla/websocket v1.4.0 08:56:13 go: finding github.com/hashicorp/consul/api v1.4.0 08:56:13 go: finding github.com/hashicorp/consul/sdk v0.4.0 08:56:13 go: finding github.com/hashicorp/errwrap v1.0.0 08:56:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:56:13 go: finding github.com/hashicorp/go-hclog v0.12.2 08:56:13 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 08:56:13 go: finding github.com/hashicorp/go-msgpack v0.5.5 08:56:13 go: finding github.com/hashicorp/go-multierror v1.0.0 08:56:13 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 08:56:13 go: finding github.com/hashicorp/go-rootcerts v1.0.2 08:56:13 go: finding github.com/hashicorp/go-sockaddr v1.0.2 08:56:13 go: finding github.com/hashicorp/go-syslog v1.0.0 08:56:13 go: finding github.com/hashicorp/go-uuid v1.0.1 08:56:13 go: finding github.com/hashicorp/go.net v0.0.1 08:56:13 go: finding github.com/hashicorp/golang-lru v0.5.4 08:56:13 go: finding github.com/hashicorp/logutils v1.0.0 08:56:13 go: finding github.com/hashicorp/mdns v1.0.1 08:56:13 go: finding github.com/hashicorp/memberlist v0.2.0 08:56:14 go: finding github.com/hashicorp/serf v0.9.0 08:56:14 go: finding github.com/json-iterator/go v1.1.9 08:56:14 go: finding github.com/julienschmidt/httprouter v1.2.0 08:56:14 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 08:56:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:56:14 go: finding github.com/kr/pretty v0.2.0 08:56:14 go: finding github.com/kr/pty v1.1.1 08:56:14 go: finding github.com/kr/text v0.1.0 08:56:14 go: finding github.com/mattn/go-colorable v0.1.6 08:56:14 go: finding github.com/mattn/go-isatty v0.0.12 08:56:14 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 08:56:14 go: finding github.com/miekg/dns v1.1.26 08:56:14 go: finding github.com/mitchellh/cli v1.0.0 08:56:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:56:14 go: finding github.com/mitchellh/copystructure v1.0.0 08:56:14 go: finding github.com/mitchellh/go-homedir v1.1.0 08:56:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 08:56:14 go: finding github.com/mitchellh/go-wordwrap v1.0.0 08:56:14 go: finding github.com/mitchellh/gox v0.4.0 08:56:14 go: finding github.com/mitchellh/iochan v1.0.0 08:56:14 go: finding github.com/mitchellh/mapstructure v1.2.2 08:56:14 go: finding github.com/mitchellh/reflectwalk v1.0.1 08:56:14 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 08:56:14 go: finding github.com/modern-go/reflect2 v1.0.1 08:56:14 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 08:56:14 go: finding github.com/pascaldekloe/goe v0.1.0 08:56:14 go: finding github.com/pelletier/go-toml v1.7.0 08:56:14 go: finding github.com/pkg/errors v0.8.1 08:56:14 go: finding github.com/pmezard/go-difflib v1.0.0 08:56:14 go: finding github.com/posener/complete v1.1.1 08:56:14 go: finding github.com/prometheus/client_golang v1.4.0 08:56:14 go: finding github.com/prometheus/client_model v0.2.0 08:56:14 go: finding github.com/prometheus/common v0.9.1 08:56:14 go: finding github.com/prometheus/procfs v0.0.8 08:56:14 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 08:56:14 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:56:14 go: finding github.com/sirupsen/logrus v1.4.2 08:56:14 go: finding github.com/stretchr/objx v0.1.1 08:56:14 go: finding github.com/stretchr/testify v1.4.0 08:56:14 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 08:56:14 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 08:56:14 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 08:56:14 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 08:56:14 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 08:56:15 go: finding golang.org/x/text v0.3.2 08:56:15 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 08:56:15 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 08:56:15 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 08:56:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 08:56:15 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 08:56:15 go: finding gopkg.in/yaml.v2 v2.2.8 08:56:18 using credential edgex-jenkins-ssh 08:56:18 Cloning the remote Git repository 08:56:18 Cloning with configured refspecs honoured and without tags 08:56:18 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:56:18 > git init /w/workspace/edgex-ui-go/47 # timeout=10 08:56:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:56:18 > git --version # timeout=10 08:56:18 using GIT_SSH to set credentials SSH Credentials for GitHub 08:56:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:56:19 Fetching without tags 08:56:20 Checking out Revision 3c00fc0f534669f97460f637fd8dac931753e1f3 (master) 08:56:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:56:19 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:56:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:56:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:56:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:56:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:56:20 > git config core.sparsecheckout # timeout=10 08:56:20 > git checkout -f 3c00fc0f534669f97460f637fd8dac931753e1f3 # timeout=10 08:56:24 Commit message: "add receiver in app service page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:56:25 ========================================================= 08:56:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 08:56:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:56:26 + 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 . 08:56:27 Sending build context to Docker daemon 21.93MB 08:56:27 Step 1/8 : ARG BASE=golang:1.11-alpine 08:56:27 Step 2/8 : FROM ${BASE} 08:56:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 08:56:27 e6b0cf9c0882: Pulling fs layer 08:56:27 2848faf0eed1: Pulling fs layer 08:56:27 0f37312ad70f: Pulling fs layer 08:56:27 5788d62ee057: Pulling fs layer 08:56:27 0e6b1d234666: Pulling fs layer 08:56:27 bf5d7aec512f: Pulling fs layer 08:56:27 34c802a77dc8: Pulling fs layer 08:56:27 9eb99e56ec68: Pulling fs layer 08:56:27 27c7a5d97fbd: Pulling fs layer 08:56:27 5c102a31e300: Pulling fs layer 08:56:27 dcfb455df0a1: Pulling fs layer 08:56:27 34c802a77dc8: Waiting 08:56:27 9eb99e56ec68: Waiting 08:56:27 5788d62ee057: Waiting 08:56:27 27c7a5d97fbd: Waiting 08:56:27 5c102a31e300: Waiting 08:56:27 0e6b1d234666: Waiting 08:56:27 bf5d7aec512f: Waiting 08:56:27 dcfb455df0a1: Waiting 08:56:27 0f37312ad70f: Verifying Checksum 08:56:27 0f37312ad70f: Download complete 08:56:27 2848faf0eed1: Verifying Checksum 08:56:27 2848faf0eed1: Download complete 08:56:27 0e6b1d234666: Verifying Checksum 08:56:27 0e6b1d234666: Download complete 08:56:27 bf5d7aec512f: Verifying Checksum 08:56:27 bf5d7aec512f: Download complete 08:56:27 e6b0cf9c0882: Verifying Checksum 08:56:27 e6b0cf9c0882: Download complete 08:56:28 34c802a77dc8: Verifying Checksum 08:56:28 34c802a77dc8: Download complete 08:56:28 27c7a5d97fbd: Verifying Checksum 08:56:28 27c7a5d97fbd: Download complete 08:56:29 5c102a31e300: Verifying Checksum 08:56:29 5c102a31e300: Download complete 08:56:29 e6b0cf9c0882: Pull complete 08:56:29 dcfb455df0a1: Verifying Checksum 08:56:29 dcfb455df0a1: Download complete 08:56:30 5788d62ee057: Verifying Checksum 08:56:30 5788d62ee057: Download complete 08:56:30 9eb99e56ec68: Verifying Checksum 08:56:30 9eb99e56ec68: Download complete 08:56:30 2848faf0eed1: Pull complete 08:56:30 0f37312ad70f: Pull complete 08:56:33 Removing intermediate container b851cc83a723 08:56:33 ---> 8413800dfd12 08:56:33 Successfully built 8413800dfd12 08:56:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:56:34 + docker inspect -f . ci-base-image-arm64 08:56:34 . [Pipeline] withDockerContainer 08:56:34 prd-ubuntu18.04-docker-arm64-4c-16g-4690 does not seem to be running inside a container 08:56:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/47 -v /w/workspace/edgex-ui-go/47:/w/workspace/edgex-ui-go/47:rw,z -v /w/workspace/edgex-ui-go/47@tmp:/w/workspace/edgex-ui-go/47@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 ******** ci-base-image-arm64 cat 08:56:36 $ docker top 1bc5e80977beb5c2e23d06f3e42a0a021f01ab2dbe555c386e64c2d17480295c -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:37 + go version 08:56:37 go version go1.13.5 linux/arm64 [Pipeline] sh 08:56:38 5788d62ee057: Pull complete 08:56:38 0e6b1d234666: Pull complete 08:56:38 bf5d7aec512f: Pull complete 08:56:38 + make test 08:56:38 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:56:40 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:56:42 34c802a77dc8: Pull complete 08:56:48 9eb99e56ec68: Pull complete 08:56:48 27c7a5d97fbd: Pull complete 08:56:49 5c102a31e300: Pull complete 08:56:50 dcfb455df0a1: Pull complete 08:56:50 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 08:56:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 08:56:50 ---> 7c70fe431013 08:56:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:56:51 ---> Running in 9ba2300911f7 08:56:52 Removing intermediate container 9ba2300911f7 08:56:52 ---> 41732715d081 08:56:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:56:52 ---> Running in d1ecedd955ae 08:56:54 Removing intermediate container d1ecedd955ae 08:56:54 ---> 78a4aa41800a 08:56:54 Step 5/8 : RUN apk add --no-cache make git 08:56:54 ---> Running in ff82516024ab 08:56:54 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 08:56:55 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 08:56:56 OK: 143 MiB in 39 packages 08:56:56 Removing intermediate container ff82516024ab 08:56:56 ---> c89456ae25fc 08:56:56 Step 6/8 : WORKDIR /edgex-ui-go 08:56:56 ---> Running in b9fdd66982da 08:56:56 Removing intermediate container b9fdd66982da 08:56:56 ---> 2317d6098530 08:56:56 Step 7/8 : COPY . . 08:56:58 ---> f0ec2ead2e67 08:56:58 Step 8/8 : RUN go mod download 08:56:59 ---> Running in 47173cd9aa82 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:57:02 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:57:02 GO111MODULE=on go vet ./... 08:57:03 go: finding github.com/BurntSushi/toml v0.3.1 08:57:03 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 08:57:03 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 08:57:03 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 08:57:03 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 08:57:03 go: finding github.com/armon/go-metrics v0.3.3 08:57:03 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 08:57:03 go: finding github.com/beorn7/perks v1.0.1 08:57:03 go: finding github.com/bgentry/speakeasy v0.1.0 08:57:03 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:57:03 go: finding github.com/cespare/xxhash/v2 v2.1.1 08:57:03 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 08:57:03 go: finding github.com/circonus-labs/circonusllhist v0.1.3 08:57:03 go: finding github.com/davecgh/go-spew v1.1.1 08:57:03 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 08:57:03 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 08:57:03 go: finding github.com/fatih/color v1.9.0 08:57:03 go: finding github.com/go-kit/kit v0.9.0 08:57:03 go: finding github.com/go-logfmt/logfmt v0.4.0 08:57:03 go: finding github.com/go-stack/stack v1.8.0 08:57:03 go: finding github.com/gogo/protobuf v1.1.1 08:57:03 go: finding github.com/golang/protobuf v1.3.2 08:57:03 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:57:03 go: finding github.com/google/go-cmp v0.4.0 08:57:03 go: finding github.com/google/gofuzz v1.0.0 08:57:03 go: finding github.com/gorilla/mux v1.7.1 08:57:03 go: finding github.com/gorilla/websocket v1.4.0 08:57:03 go: finding github.com/hashicorp/consul/api v1.4.0 08:57:03 go: finding github.com/hashicorp/consul/sdk v0.4.0 08:57:03 go: finding github.com/hashicorp/errwrap v1.0.0 08:57:03 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:57:03 go: finding github.com/hashicorp/go-hclog v0.12.2 08:57:03 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 08:57:03 go: finding github.com/hashicorp/go-msgpack v0.5.5 08:57:03 go: finding github.com/hashicorp/go-multierror v1.0.0 08:57:03 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 08:57:03 go: finding github.com/hashicorp/go-rootcerts v1.0.2 08:57:03 go: finding github.com/hashicorp/go-sockaddr v1.0.2 08:57:03 go: finding github.com/hashicorp/go-syslog v1.0.0 08:57:03 go: finding github.com/hashicorp/go-uuid v1.0.1 08:57:03 go: finding github.com/hashicorp/go.net v0.0.1 08:57:03 go: finding github.com/hashicorp/golang-lru v0.5.4 08:57:03 go: finding github.com/hashicorp/logutils v1.0.0 08:57:03 go: finding github.com/hashicorp/mdns v1.0.1 08:57:03 go: finding github.com/hashicorp/memberlist v0.2.0 08:57:03 go: finding github.com/hashicorp/serf v0.9.0 08:57:03 go: finding github.com/json-iterator/go v1.1.9 08:57:03 go: finding github.com/julienschmidt/httprouter v1.2.0 08:57:03 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 08:57:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:57:03 go: finding github.com/kr/pretty v0.2.0 08:57:03 go: finding github.com/kr/pty v1.1.1 08:57:03 go: finding github.com/kr/text v0.1.0 08:57:03 go: finding github.com/mattn/go-colorable v0.1.6 08:57:03 go: finding github.com/mattn/go-isatty v0.0.12 08:57:03 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 08:57:03 go: finding github.com/miekg/dns v1.1.26 08:57:03 go: finding github.com/mitchellh/cli v1.0.0 08:57:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:57:04 go: finding github.com/mitchellh/copystructure v1.0.0 08:57:04 go: finding github.com/mitchellh/go-homedir v1.1.0 08:57:04 go: finding github.com/mitchellh/go-testing-interface v1.0.0 08:57:04 go: finding github.com/mitchellh/go-wordwrap v1.0.0 08:57:04 go: finding github.com/mitchellh/gox v0.4.0 08:57:04 go: finding github.com/mitchellh/iochan v1.0.0 08:57:04 go: finding github.com/mitchellh/mapstructure v1.2.2 08:57:04 go: finding github.com/mitchellh/reflectwalk v1.0.1 08:57:04 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 08:57:04 go: finding github.com/modern-go/reflect2 v1.0.1 08:57:04 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 08:57:04 go: finding github.com/pascaldekloe/goe v0.1.0 08:57:04 go: finding github.com/pelletier/go-toml v1.7.0 08:57:04 go: finding github.com/pkg/errors v0.8.1 08:57:04 go: finding github.com/pmezard/go-difflib v1.0.0 08:57:04 go: finding github.com/posener/complete v1.1.1 08:57:04 go: finding github.com/prometheus/client_golang v1.4.0 08:57:04 go: finding github.com/prometheus/client_model v0.2.0 08:57:04 go: finding github.com/prometheus/common v0.9.1 08:57:04 go: finding github.com/prometheus/procfs v0.0.8 08:57:04 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 08:57:04 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:57:04 go: finding github.com/sirupsen/logrus v1.4.2 08:57:04 go: finding github.com/stretchr/objx v0.1.1 08:57:04 go: finding github.com/stretchr/testify v1.4.0 08:57:04 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 08:57:04 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 08:57:04 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 08:57:04 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 08:57:04 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 08:57:04 go: finding golang.org/x/text v0.3.2 08:57:04 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 08:57:04 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 08:57:04 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 08:57:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 08:57:04 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 08:57:04 go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] stash 08:57:06 Stashed 1 file(s) [Pipeline] } 08:57:06 $ docker stop --time=1 1bc5e80977beb5c2e23d06f3e42a0a021f01ab2dbe555c386e64c2d17480295c 08:57:08 $ docker rm -f 1bc5e80977beb5c2e23d06f3e42a0a021f01ab2dbe555c386e64c2d17480295c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:57:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:57:10 + ls -al . 08:57:10 total 120 08:57:10 drwxrwxr-x 10 jenkins jenkins 4096 Jun 28 08:56 . 08:57:10 drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 08:55 .. 08:57:10 drwxrwxr-x 8 jenkins jenkins 4096 Jun 28 08:55 .git 08:57:10 drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 08:55 .github 08:57:10 -rw-rw-r-- 1 jenkins jenkins 136 Jun 28 08:55 .gitignore 08:57:10 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 08:55 .semver 08:57:10 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 28 08:55 CONTRIBUTING.md 08:57:10 -rw-rw-r-- 1 jenkins jenkins 913 Jun 28 08:55 Dockerfile 08:57:10 -rw-rw-r-- 1 jenkins jenkins 898 Jun 28 08:55 Dockerfile.build 08:57:10 -rw-rw-r-- 1 jenkins jenkins 675 Jun 28 08:55 Jenkinsfile 08:57:10 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 28 08:55 LICENSE 08:57:10 -rw-rw-r-- 1 jenkins jenkins 951 Jun 28 08:55 Makefile 08:57:10 -rw-rw-r-- 1 jenkins jenkins 2773 Jun 28 08:55 README.md 08:57:10 -rw-rw-r-- 1 jenkins jenkins 11 Jun 28 08:53 VERSION 08:57:10 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 08:55 assets 08:57:10 drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 08:55 bin 08:57:10 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 08:55 cmd 08:57:10 -rw-r--r-- 1 jenkins jenkins 10 Jun 28 08:56 coverage.out 08:57:10 drwxrwxr-x 5 jenkins jenkins 4096 Jun 28 08:55 docs 08:57:10 -rw-rw-r-- 1 jenkins jenkins 1019 Jun 28 08:55 go.mod 08:57:10 -rw-r--r-- 1 jenkins jenkins 20718 Jun 28 08:56 go.sum 08:57:10 drwxrwxr-x 10 jenkins jenkins 4096 Jun 28 08:55 internal 08:57:10 -rw-rw-r-- 1 jenkins jenkins 155 Jun 28 08:55 version.go [Pipeline] isUnix [Pipeline] sh 08:57:10 + 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=3c00fc0f534669f97460f637fd8dac931753e1f3 --label arch=arm64 --label version=1.2.2-dev.4 . 08:57:11 Sending build context to Docker daemon 21.95MB 08:57:11 Step 1/24 : ARG BASE=golang:1.13-alpine 08:57:11 Step 2/24 : FROM ${BASE} AS builder 08:57:11 ---> 8413800dfd12 08:57:11 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:57:11 ---> Running in 7da2ec839453 08:57:12 Removing intermediate container 7da2ec839453 08:57:12 ---> 34966c438484 08:57:12 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:57:12 ---> Running in 464b6877c121 08:57:13 Removing intermediate container 464b6877c121 08:57:13 ---> 0dbe31e6cca0 08:57:13 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:57:13 ---> Running in 967e93e15828 08:57:13 Removing intermediate container 967e93e15828 08:57:13 ---> 21bdca4c8fd7 08:57:13 Step 6/24 : LABEL Name=edgex-ui-go 08:57:13 ---> Running in 6df7bdd0aa62 08:57:13 Removing intermediate container 6df7bdd0aa62 08:57:13 ---> 746e6c098757 08:57:13 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:57:14 ---> Running in 43ac98f1450d 08:57:14 Removing intermediate container 43ac98f1450d 08:57:14 ---> 6e15f22ceba1 08:57:14 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:14 ---> Running in fbf42f58cf1f 08:57:17 Removing intermediate container fbf42f58cf1f 08:57:17 ---> 92aa1724ab0b 08:57:17 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:57:17 ---> Running in c9c1773df991 08:57:18 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 08:57:19 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 08:57:19 v3.11.6-89-g109074e626 [http://nl.alpinelinux.org/alpine/v3.11/main] 08:57:19 v3.11.6-90-g318b6c3504 [http://nl.alpinelinux.org/alpine/v3.11/community] 08:57:19 OK: 11179 distinct packages available 08:57:19 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 08:57:20 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 08:57:21 OK: 125 MiB in 39 packages 08:57:22 Removing intermediate container c9c1773df991 08:57:22 ---> e4d235072830 08:57:22 Step 10/24 : ENV GO111MODULE=on 08:57:22 ---> Running in a52f159859df 08:57:22 Removing intermediate container a52f159859df 08:57:22 ---> 801bdc247082 08:57:22 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:57:23 ---> Running in 0d2236917e4a 08:57:23 Removing intermediate container 47173cd9aa82 08:57:23 ---> 963a31b9c5f2 08:57:23 Successfully built 963a31b9c5f2 08:57:23 Successfully tagged ci-base-image-x86_64:latest 08:57:23 Removing intermediate container 0d2236917e4a 08:57:23 ---> d845a4ec724f 08:57:23 Step 12/24 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:57:23 ---> 69f1d6488197 08:57:23 Step 13/24 : COPY Makefile . 08:57:24 + docker inspect -f . ci-base-image-x86_64 08:57:24 . [Pipeline] withDockerContainer 08:57:24 prd-centos7-docker-4c-2g-4691 does not seem to be running inside a container 08:57:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/47 -v /w/workspace/edgex-ui-go/47:/w/workspace/edgex-ui-go/47:rw,z -v /w/workspace/edgex-ui-go/47@tmp:/w/workspace/edgex-ui-go/47@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 ******** ci-base-image-x86_64 cat 08:57:24 ---> 08d86e9c7d82 08:57:24 Step 14/24 : RUN make update 08:57:24 ---> Running in 479f459422d5 08:57:25 $ docker top 4d3ca489b62171324aca910ea181d683c2db1d76d1c19fb94280fdfe0ef745ac -eo pid,comm [Pipeline] { [Pipeline] sh 08:57:25 + go version 08:57:26 go version go1.13.5 linux/amd64 [Pipeline] sh 08:57:26 CGO_ENABLED=0 GO111MODULE=on go mod download 08:57:26 + make test 08:57:26 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:57:27 Removing intermediate container 479f459422d5 08:57:27 ---> 3162414193a5 08:57:27 Step 15/24 : COPY . . 08:57:29 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:57:29 ---> 22b24905193e 08:57:29 Step 16/24 : RUN ${MAKE} 08:57:29 ---> Running in f1ff32840b51 08:57:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.4" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:57:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:57:39 GO111MODULE=on go vet ./... [Pipeline] stash 08:57:43 Warning: overwriting stash ‘coverage-report’ 08:57:43 Stashed 1 file(s) [Pipeline] } 08:57:43 $ docker stop --time=1 4d3ca489b62171324aca910ea181d683c2db1d76d1c19fb94280fdfe0ef745ac 08:57:45 $ docker rm -f 4d3ca489b62171324aca910ea181d683c2db1d76d1c19fb94280fdfe0ef745ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:57:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:57:46 + ls -al . 08:57:46 total 84 08:57:46 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 28 08:57 . 08:57:46 drwxrwxr-x. 4 jenkins jenkins 30 Jun 28 08:56 .. 08:57:46 drwxrwxr-x. 3 jenkins jenkins 20 Jun 28 08:56 assets 08:57:46 drwxrwxr-x. 2 jenkins jenkins 35 Jun 28 08:56 bin 08:57:46 drwxrwxr-x. 3 jenkins jenkins 29 Jun 28 08:56 cmd 08:57:46 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 28 08:56 CONTRIBUTING.md 08:57:46 -rw-r--r--. 1 jenkins jenkins 10 Jun 28 08:57 coverage.out 08:57:46 -rw-rw-r--. 1 jenkins jenkins 913 Jun 28 08:56 Dockerfile 08:57:46 -rw-rw-r--. 1 jenkins jenkins 898 Jun 28 08:56 Dockerfile.build 08:57:46 drwxrwxr-x. 5 jenkins jenkins 104 Jun 28 08:56 docs 08:57:46 drwxrwxr-x. 8 jenkins jenkins 162 Jun 28 08:56 .git 08:57:46 drwxrwxr-x. 2 jenkins jenkins 38 Jun 28 08:56 .github 08:57:46 -rw-rw-r--. 1 jenkins jenkins 136 Jun 28 08:56 .gitignore 08:57:46 -rw-rw-r--. 1 jenkins jenkins 1019 Jun 28 08:56 go.mod 08:57:46 -rw-r--r--. 1 jenkins jenkins 20718 Jun 28 08:57 go.sum 08:57:46 drwxrwxr-x. 10 jenkins jenkins 139 Jun 28 08:56 internal 08:57:46 -rw-rw-r--. 1 jenkins jenkins 675 Jun 28 08:56 Jenkinsfile 08:57:46 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 28 08:56 LICENSE 08:57:46 -rw-rw-r--. 1 jenkins jenkins 951 Jun 28 08:56 Makefile 08:57:46 -rw-rw-r--. 1 jenkins jenkins 2773 Jun 28 08:56 README.md 08:57:46 drwxrwxr-x. 3 jenkins jenkins 44 Jun 28 08:56 .semver 08:57:46 -rw-rw-r--. 1 jenkins jenkins 11 Jun 28 08:53 VERSION 08:57:46 -rw-rw-r--. 1 jenkins jenkins 155 Jun 28 08:56 version.go [Pipeline] isUnix [Pipeline] sh 08:57:46 + 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=3c00fc0f534669f97460f637fd8dac931753e1f3 --label arch=amd64 --label version=1.2.2-dev.4 . 08:57:47 Sending build context to Docker daemon 21.95MB 08:57:47 Step 1/24 : ARG BASE=golang:1.13-alpine 08:57:47 Step 2/24 : FROM ${BASE} AS builder 08:57:47 ---> 963a31b9c5f2 08:57:47 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:57:47 ---> Running in 67f7e078015e 08:57:48 Removing intermediate container 67f7e078015e 08:57:48 ---> 9a25ec3f5b86 08:57:48 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:57:48 ---> Running in 7366310b25a5 08:57:48 Removing intermediate container 7366310b25a5 08:57:48 ---> 6c85d97cd2c8 08:57:48 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:57:48 ---> Running in b66c841a2d5e 08:57:48 Removing intermediate container b66c841a2d5e 08:57:48 ---> 79a69b30e778 08:57:48 Step 6/24 : LABEL Name=edgex-ui-go 08:57:48 ---> Running in 93428932c611 08:57:48 Removing intermediate container 93428932c611 08:57:48 ---> 352a5b183d76 08:57:48 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:57:48 ---> Running in b17775f46cb0 08:57:48 Removing intermediate container b17775f46cb0 08:57:48 ---> 9cc869dbcca2 08:57:48 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:48 ---> Running in ae0775fb56db 08:57:50 Removing intermediate container ae0775fb56db 08:57:50 ---> 397acc95f3fe 08:57:50 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:57:50 ---> Running in 7ff683747d56 08:57:50 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 08:57:51 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 08:57:52 v3.11.6-90-g318b6c3504 [http://nl.alpinelinux.org/alpine/v3.11/main] 08:57:52 v3.11.6-90-g318b6c3504 [http://nl.alpinelinux.org/alpine/v3.11/community] 08:57:52 OK: 11290 distinct packages available 08:57:52 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 08:57:52 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 08:57:53 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:57:53 OK: 143 MiB in 39 packages 08:57:53 Removing intermediate container 7ff683747d56 08:57:53 ---> dbc7b3fabf80 08:57:53 Step 10/24 : ENV GO111MODULE=on 08:57:53 ---> Running in 286864e9ef8d 08:57:54 Removing intermediate container 286864e9ef8d 08:57:54 ---> 682e82238c65 08:57:54 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:57:54 ---> Running in 9781749a77d0 08:57:54 Removing intermediate container 9781749a77d0 08:57:54 ---> 7965dde95805 08:57:54 Step 12/24 : COPY go.mod . 08:57:54 ---> 4c75140f331e 08:57:54 Step 13/24 : COPY Makefile . 08:57:54 ---> bd46ecf0f902 08:57:54 Step 14/24 : RUN make update 08:57:55 ---> Running in 5d2fabd4d25d 08:57:55 CGO_ENABLED=0 GO111MODULE=on go mod download 08:57:56 Removing intermediate container 5d2fabd4d25d 08:57:56 ---> 4854525918b8 08:57:56 Step 15/24 : COPY . . 08:57:58 ---> c27908f477e5 08:57:58 Step 16/24 : RUN ${MAKE} 08:57:58 ---> Running in 38e497bcc7a9 08:57:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.4" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 08:58:01 Removing intermediate container f1ff32840b51 08:58:01 ---> d80943bae33c 08:58:01 Step 17/24 : FROM alpine 08:58:01 latest: Pulling from library/alpine 08:58:01 b538f80385f9: Pulling fs layer 08:58:01 b538f80385f9: Verifying Checksum 08:58:01 b538f80385f9: Download complete 08:58:01 b538f80385f9: Pull complete 08:58:01 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:58:01 Status: Downloaded newer image for alpine:latest 08:58:01 ---> 62ee0e9f8440 08:58:01 Step 18/24 : EXPOSE 4000 08:58:01 ---> Running in ae2fa78e96a9 08:58:02 Removing intermediate container ae2fa78e96a9 08:58:02 ---> c0f5836c8dca 08:58:02 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 08:58:04 ---> 0bbef6bfbd04 08:58:04 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:58:04 ---> Running in 7e42d52a88b9 08:58:04 Removing intermediate container 7e42d52a88b9 08:58:04 ---> a832fa9d6f67 08:58:04 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:58:04 ---> Running in afb4a1d01684 08:58:05 Removing intermediate container afb4a1d01684 08:58:05 ---> 9f407409b0f8 08:58:05 Step 22/24 : LABEL arch=arm64 08:58:05 ---> Running in 760016b56c03 08:58:05 Removing intermediate container 760016b56c03 08:58:05 ---> b0f5291a96c1 08:58:05 Step 23/24 : LABEL git_sha=3c00fc0f534669f97460f637fd8dac931753e1f3 08:58:05 ---> Running in ed9aedb6249e 08:58:06 Removing intermediate container ed9aedb6249e 08:58:06 ---> 56bfa68ae4a4 08:58:06 Step 24/24 : LABEL version=1.2.2-dev.4 08:58:06 ---> Running in e114ad221278 08:58:06 Removing intermediate container e114ad221278 08:58:06 ---> bc9c7dc3a707 08:58:06 [Warning] One or more build-args [ARCH] were not consumed 08:58:06 Successfully built bc9c7dc3a707 08:58:06 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:58:07 provisioning config files... 08:58:07 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/47@tmp/config40840731036651909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:58:07 nexus3.edgexfoundry.org:10001 08:58:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:08 Configure a credential helper to remove this warning. See 08:58:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:08 08:58:08 Login Succeeded 08:58:08 nexus3.edgexfoundry.org:10002 08:58:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:08 Configure a credential helper to remove this warning. See 08:58:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:08 08:58:08 Login Succeeded 08:58:08 nexus3.edgexfoundry.org:10003 08:58:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:09 Configure a credential helper to remove this warning. See 08:58:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:09 08:58:09 Login Succeeded 08:58:09 nexus3.edgexfoundry.org:10004 08:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:09 Configure a credential helper to remove this warning. See 08:58:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:09 08:58:09 Login Succeeded 08:58:09 docker.io 08:58:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:10 Configure a credential helper to remove this warning. See 08:58:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:10 08:58:10 Login Succeeded [Pipeline] } 08:58:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:58:10 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 08:58:10 3c00fc0f534669f97460f637fd8dac931753e1f3 08:58:10 latest 08:58:10 1.2.2-dev.4 08:58:10 3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 08:58:10 master 08:58:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:58:11 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3 [Pipeline] isUnix [Pipeline] sh 08:58:11 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3 08:58:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 08:58:11 96ac8a77526e: Preparing 08:58:11 e2f13739ad41: Preparing 08:58:11 e2f13739ad41: Layer already exists 08:58:14 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:58:15 96ac8a77526e: Pushed 08:58:15 3c00fc0f534669f97460f637fd8dac931753e1f3: digest: sha256:ff3549cd9e55088002fed3b7ce052b36d2bb7fcc06c0d148da0add3dfa0bf42c size: 739 [Pipeline] isUnix [Pipeline] sh 08:58:15 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:58:16 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 08:58:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 08:58:16 96ac8a77526e: Preparing 08:58:16 e2f13739ad41: Preparing 08:58:16 96ac8a77526e: Layer already exists 08:58:16 e2f13739ad41: Layer already exists 08:58:16 latest: digest: sha256:ff3549cd9e55088002fed3b7ce052b36d2bb7fcc06c0d148da0add3dfa0bf42c size: 739 [Pipeline] isUnix [Pipeline] sh 08:58:16 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh 08:58:17 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.4 08:58:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 08:58:17 96ac8a77526e: Preparing 08:58:17 e2f13739ad41: Preparing 08:58:17 96ac8a77526e: Layer already exists 08:58:17 e2f13739ad41: Layer already exists 08:58:17 1.2.2-dev.4: digest: sha256:ff3549cd9e55088002fed3b7ce052b36d2bb7fcc06c0d148da0add3dfa0bf42c size: 739 [Pipeline] isUnix [Pipeline] sh 08:58:17 Removing intermediate container 38e497bcc7a9 08:58:17 ---> 7804f73217fa 08:58:17 Step 17/24 : FROM alpine 08:58:17 latest: Pulling from library/alpine 08:58:17 df20fa9351a1: Pulling fs layer 08:58:17 df20fa9351a1: Verifying Checksum 08:58:17 df20fa9351a1: Download complete 08:58:17 df20fa9351a1: Pull complete 08:58:17 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:58:17 Status: Downloaded newer image for alpine:latest 08:58:17 ---> a24bb4013296 08:58:17 Step 18/24 : EXPOSE 4000 08:58:17 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh 08:58:17 ---> Running in 642be5f18bf5 08:58:17 Removing intermediate container 642be5f18bf5 08:58:17 ---> dcc9c958309f 08:58:17 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 08:58:17 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 08:58:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 08:58:17 96ac8a77526e: Preparing 08:58:17 e2f13739ad41: Preparing 08:58:17 e2f13739ad41: Layer already exists 08:58:17 96ac8a77526e: Layer already exists 08:58:17 3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4: digest: sha256:ff3549cd9e55088002fed3b7ce052b36d2bb7fcc06c0d148da0add3dfa0bf42c size: 739 [Pipeline] isUnix [Pipeline] sh 08:58:18 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:58:18 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 08:58:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 08:58:18 96ac8a77526e: Preparing 08:58:18 e2f13739ad41: Preparing 08:58:18 e2f13739ad41: Layer already exists 08:58:18 96ac8a77526e: Layer already exists 08:58:19 master: digest: sha256:ff3549cd9e55088002fed3b7ce052b36d2bb7fcc06c0d148da0add3dfa0bf42c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 08:58:19 ---> 0178540d429d 08:58:19 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:58:19 ---> Running in 69f25048f0d7 [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] } 08:58:19 Removing intermediate container 69f25048f0d7 08:58:19 ---> 266d9528cd46 08:58:19 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:58:19 ---> Running in 7fa59e70f137 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:58:19 Removing intermediate container 7fa59e70f137 08:58:19 ---> c1d636987b55 08:58:19 Step 22/24 : LABEL arch=amd64 08:58:19 ---> Running in 7e8c00a1422a 08:58:19 Removing intermediate container 7e8c00a1422a 08:58:19 ---> 653eda847da8 08:58:19 Step 23/24 : LABEL git_sha=3c00fc0f534669f97460f637fd8dac931753e1f3 08:58:20 ---> Running in 69cbe7938bb9 08:58:20 Removing intermediate container 69cbe7938bb9 08:58:20 ---> 6f2a98b1e258 08:58:20 Step 24/24 : LABEL version=1.2.2-dev.4 08:58:20 ---> Running in 5f719ad19e0e 08:58:20 Removing intermediate container 5f719ad19e0e 08:58:20 ---> 4aa324f45076 08:58:20 [Warning] One or more build-args [ARCH] were not consumed 08:58:20 Successfully built 4aa324f45076 08:58:20 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:58:20 provisioning config files... 08:58:20 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/47@tmp/config5235650287631602791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:58:21 nexus3.edgexfoundry.org:10001 08:58:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:21 Configure a credential helper to remove this warning. See 08:58:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:21 08:58:21 Login Succeeded 08:58:21 nexus3.edgexfoundry.org:10002 08:58:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:21 Configure a credential helper to remove this warning. See 08:58:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:21 08:58:21 Login Succeeded 08:58:21 nexus3.edgexfoundry.org:10003 08:58:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:22 Configure a credential helper to remove this warning. See 08:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:22 08:58:22 Login Succeeded 08:58:22 nexus3.edgexfoundry.org:10004 08:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:22 Configure a credential helper to remove this warning. See 08:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:22 08:58:22 Login Succeeded 08:58:22 docker.io 08:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:22 Configure a credential helper to remove this warning. See 08:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:22 08:58:22 Login Succeeded [Pipeline] } 08:58:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:58:22 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 08:58:22 3c00fc0f534669f97460f637fd8dac931753e1f3 08:58:22 latest 08:58:22 1.2.2-dev.4 08:58:22 3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 08:58:22 master 08:58:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:58:23 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3 [Pipeline] isUnix [Pipeline] sh 08:58:23 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3 08:58:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 08:58:23 0c0eba1929f3: Preparing 08:58:23 50644c29ef5a: Preparing 08:58:23 50644c29ef5a: Layer already exists 08:58:25 0c0eba1929f3: Pushed 08:58:25 3c00fc0f534669f97460f637fd8dac931753e1f3: digest: sha256:4b9c39303db5d7b9d186199b4e1572028e262dbb745f49fc48e769100a648b3c size: 739 [Pipeline] isUnix [Pipeline] sh 08:58:25 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 08:58:26 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 08:58:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 08:58:26 0c0eba1929f3: Preparing 08:58:26 50644c29ef5a: Preparing 08:58:26 0c0eba1929f3: Layer already exists 08:58:26 50644c29ef5a: Layer already exists 08:58:26 latest: digest: sha256:4b9c39303db5d7b9d186199b4e1572028e262dbb745f49fc48e769100a648b3c size: 739 [Pipeline] isUnix [Pipeline] sh 08:58:26 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh 08:58:26 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.4 08:58:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 08:58:26 0c0eba1929f3: Preparing 08:58:26 50644c29ef5a: Preparing 08:58:26 50644c29ef5a: Layer already exists 08:58:26 0c0eba1929f3: Layer already exists 08:58:26 1.2.2-dev.4: digest: sha256:4b9c39303db5d7b9d186199b4e1572028e262dbb745f49fc48e769100a648b3c size: 739 [Pipeline] isUnix [Pipeline] sh 08:58:27 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh 08:58:27 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4 08:58:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 08:58:27 0c0eba1929f3: Preparing 08:58:27 50644c29ef5a: Preparing 08:58:27 50644c29ef5a: Layer already exists 08:58:27 0c0eba1929f3: Layer already exists 08:58:27 3c00fc0f534669f97460f637fd8dac931753e1f3-1.2.2-dev.4: digest: sha256:4b9c39303db5d7b9d186199b4e1572028e262dbb745f49fc48e769100a648b3c size: 739 [Pipeline] isUnix [Pipeline] sh 08:58:27 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 08:58:28 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 08:58:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 08:58:28 0c0eba1929f3: Preparing 08:58:28 50644c29ef5a: Preparing 08:58:28 0c0eba1929f3: Layer already exists 08:58:28 50644c29ef5a: Layer already exists 08:58:28 master: digest: sha256:4b9c39303db5d7b9d186199b4e1572028e262dbb745f49fc48e769100a648b3c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [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) [Pipeline] unstash [Pipeline] wrap 08:58:28 provisioning config files... 08:58:28 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5173631140002116947tmp [Pipeline] { [Pipeline] sh 08:58:29 + curl -s https://codecov.io/bash 08:58:29 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5173631140002116947tmp [Pipeline] } 08:58:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 08:58:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 08:58:29 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 08:58:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:58:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:58:30 08:58:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 08:58:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:58:30 1.317.0: Pulling from edgex-devops/edgex-snyk-go 08:58:30 cbdbe7a5bc2a: Pulling fs layer 08:58:30 408f87550127: Pulling fs layer 08:58:30 fe522b08c979: Pulling fs layer 08:58:30 221eaa008020: Pulling fs layer 08:58:30 2a4607e5d6b9: Pulling fs layer 08:58:30 8f79b27c4fd2: Pulling fs layer 08:58:30 e5c8dbe1645b: Pulling fs layer 08:58:30 23e8b3b47431: Pulling fs layer 08:58:30 5c568d65a230: Pulling fs layer 08:58:30 8f79b27c4fd2: Waiting 08:58:30 e5c8dbe1645b: Waiting 08:58:30 23e8b3b47431: Waiting 08:58:30 5c568d65a230: Waiting 08:58:30 221eaa008020: Waiting 08:58:30 2a4607e5d6b9: Waiting 08:58:30 fe522b08c979: Verifying Checksum 08:58:30 fe522b08c979: Download complete 08:58:30 408f87550127: Verifying Checksum 08:58:30 408f87550127: Download complete 08:58:30 2a4607e5d6b9: Verifying Checksum 08:58:30 2a4607e5d6b9: Download complete 08:58:30 8f79b27c4fd2: Verifying Checksum 08:58:30 8f79b27c4fd2: Download complete 08:58:30 cbdbe7a5bc2a: Download complete 08:58:30 e5c8dbe1645b: Verifying Checksum 08:58:30 e5c8dbe1645b: Download complete 08:58:31 cbdbe7a5bc2a: Pull complete 08:58:31 23e8b3b47431: Verifying Checksum 08:58:31 23e8b3b47431: Download complete 08:58:31 408f87550127: Pull complete 08:58:31 5c568d65a230: Verifying Checksum 08:58:31 5c568d65a230: Download complete 08:58:31 fe522b08c979: Pull complete 08:58:31 221eaa008020: Download complete 08:58:37 221eaa008020: Pull complete 08:58:37 2a4607e5d6b9: Pull complete 08:58:37 8f79b27c4fd2: Pull complete 08:58:39 e5c8dbe1645b: Pull complete 08:58:42 23e8b3b47431: Pull complete 08:58:44 5c568d65a230: Pull complete 08:58:44 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 08:58:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:58:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 08:58:44 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 08:58:44 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 08:58:46 $ docker top 23b0fed47ab8867d93aef3c39e0933128507e5d4d187f4ff86a20bd4a2e86915 -eo pid,comm [Pipeline] { [Pipeline] sh 08:58:46 + snyk monitor '--org=edgex-jenkins' 08:59:13 08:59:13 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 08:59:13 08:59:13 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/d993e11c-1dbd-4353-9f61-cd2f1c8055a1 08:59:13 08:59:13 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:59:13 08:59:13 08:59:13 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 08:59:13 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:59:13 $ docker stop --time=1 23b0fed47ab8867d93aef3c39e0933128507e5d4d187f4ff86a20bd4a2e86915 08:59:15 $ docker rm -f 23b0fed47ab8867d93aef3c39e0933128507e5d4d187f4ff86a20bd4a2e86915 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:59:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:59:16 08:59:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 08:59:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:59:16 latest: Pulling from edgex-devops/edgex-klar 08:59:16 e7c96db7181b: Pulling fs layer 08:59:16 1868ca2cb446: Pulling fs layer 08:59:16 136be5d0fe8e: Pulling fs layer 08:59:16 894bfe63afcb: Pulling fs layer 08:59:16 894bfe63afcb: Waiting 08:59:16 1868ca2cb446: Verifying Checksum 08:59:16 1868ca2cb446: Download complete 08:59:16 136be5d0fe8e: Verifying Checksum 08:59:16 136be5d0fe8e: Download complete 08:59:16 e7c96db7181b: Verifying Checksum 08:59:16 e7c96db7181b: Download complete 08:59:16 894bfe63afcb: Verifying Checksum 08:59:16 894bfe63afcb: Download complete 08:59:16 e7c96db7181b: Pull complete 08:59:16 1868ca2cb446: Pull complete 08:59:16 136be5d0fe8e: Pull complete 08:59:17 894bfe63afcb: Pull complete 08:59:17 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 08:59:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:59:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 08:59:17 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 08:59:17 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 08:59:18 $ docker top ba41318e7bdd379b4b777ee69ab8d7a748c991448f14fa850f9108b63b3da2e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:18 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3 08:59:18 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:59:21 $ docker stop --time=1 ba41318e7bdd379b4b777ee69ab8d7a748c991448f14fa850f9108b63b3da2e8 08:59:22 $ docker rm -f ba41318e7bdd379b4b777ee69ab8d7a748c991448f14fa850f9108b63b3da2e8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:59:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:59:23 . [Pipeline] withDockerContainer 08:59:23 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 08:59:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 08:59:24 $ docker top 84b3775429eac7abd01a9952b38dba90884432b1bc5e250773f4956736a9a58c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:24 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:3c00fc0f534669f97460f637fd8dac931753e1f3 08:59:24 + tee 08:59:24 clair timeout 1m0s 08:59:24 docker timeout: 1m0s 08:59:24 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:59:25 $ docker stop --time=1 84b3775429eac7abd01a9952b38dba90884432b1bc5e250773f4956736a9a58c 08:59:26 $ docker rm -f 84b3775429eac7abd01a9952b38dba90884432b1bc5e250773f4956736a9a58c [Pipeline] // withDockerContainer [Pipeline] sh 08:59:26 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 08:59:27 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_3c00fc0f534669f97460f637fd8dac931753e1f3.html [Pipeline] writeFile [Pipeline] step 08:59:27 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:59:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:59:27 . [Pipeline] withDockerContainer 08:59:27 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 08:59:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 08:59:28 $ docker top 000e184f8406cde72121e5370078cfda9a2cc5a09c7df6b5e64338076d8f6570 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:28 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3 08:59:28 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:59:31 $ docker stop --time=1 000e184f8406cde72121e5370078cfda9a2cc5a09c7df6b5e64338076d8f6570 08:59:32 $ docker rm -f 000e184f8406cde72121e5370078cfda9a2cc5a09c7df6b5e64338076d8f6570 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:59:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:59:33 . [Pipeline] withDockerContainer 08:59:33 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 08:59:33 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 08:59:33 $ docker top c3faa3578dcc5f5b3c76b0e1b0c4277e2bd5a9a17e63737328dc11037cc2c503 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:34 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:3c00fc0f534669f97460f637fd8dac931753e1f3 08:59:34 + tee 08:59:34 clair timeout 1m0s 08:59:34 docker timeout: 1m0s 08:59:34 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:59:34 $ docker stop --time=1 c3faa3578dcc5f5b3c76b0e1b0c4277e2bd5a9a17e63737328dc11037cc2c503 08:59:36 $ docker rm -f c3faa3578dcc5f5b3c76b0e1b0c4277e2bd5a9a17e63737328dc11037cc2c503 [Pipeline] // withDockerContainer [Pipeline] sh 08:59:36 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 08:59:36 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_3c00fc0f534669f97460f637fd8dac931753e1f3.html [Pipeline] writeFile [Pipeline] step 08:59:36 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 08:59:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:59:38 . [Pipeline] withDockerContainer 08:59:38 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 08:59: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:59:38 $ docker top 39b775feecc3b7fbdf351d19c3d979451f564587dcef8315bdb55d55fc98fea8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:59:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:59:38 [ssh-agent] Looking for ssh-agent implementation... 08:59:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:59:39 $ docker exec 39b775feecc3b7fbdf351d19c3d979451f564587dcef8315bdb55d55fc98fea8 ssh-agent 08:59:39 SSH_AUTH_SOCK=/tmp/ssh-Azn8f2Yc81Eb/agent.11 08:59:39 SSH_AGENT_PID=16 08:59:39 Running ssh-add (command line suppressed) 08:59:39 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5136133054835355846.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5136133054835355846.key) 08:59:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:59:39 + git semver tag 08:59:39 # -> Open(): unable to determine branch for HEAD 08:59:39 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 08:59:39 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 08:59:39 # $SEMVER_REMOTE_NAME = origin 08:59:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:59:39 # $SEMVER_USER_NAME = edgex-jenkins 08:59:39 # $SEMVER_BRANCH = master 08:59:39 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 08:59:39 # 3c00fc0f534669f97460f637fd8dac931753e1f3 HEAD 08:59:39 # -> Force: false 08:59:39 # d4d70bc1237d66267ee0428a3aa0f9c9ed634d28 refs/tags/v1.2.2-dev.4 [Pipeline] } 08:59:39 $ docker exec --env ******** --env ******** 39b775feecc3b7fbdf351d19c3d979451f564587dcef8315bdb55d55fc98fea8 ssh-agent -k 08:59:39 unset SSH_AUTH_SOCK; 08:59:39 unset SSH_AGENT_PID; 08:59:39 echo Agent pid 16 killed; 08:59:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:59:40 + git semver [Pipeline] } 08:59:40 $ docker stop --time=1 39b775feecc3b7fbdf351d19c3d979451f564587dcef8315bdb55d55fc98fea8 08:59:41 $ docker rm -f 39b775feecc3b7fbdf351d19c3d979451f564587dcef8315bdb55d55fc98fea8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:59:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:59:42 08:59:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:59:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:59:42 0.23.1-centos7: Pulling from edgex-lftools 08:59:42 ab5ef0e58194: Pulling fs layer 08:59:42 9712f1f96733: Pulling fs layer 08:59:42 63f879dbbcfc: Pulling fs layer 08:59:42 0d9ebad4ef96: Pulling fs layer 08:59:42 e9a5061849ea: Pulling fs layer 08:59:42 d747dcd14b5f: Pulling fs layer 08:59:42 2de7ff778b66: Pulling fs layer 08:59:42 e9a5061849ea: Waiting 08:59:42 0d9ebad4ef96: Waiting 08:59:42 d747dcd14b5f: Waiting 08:59:42 2de7ff778b66: Waiting 08:59:42 9712f1f96733: Verifying Checksum 08:59:42 9712f1f96733: Download complete 08:59:43 63f879dbbcfc: Verifying Checksum 08:59:43 63f879dbbcfc: Download complete 08:59:43 e9a5061849ea: Download complete 08:59:43 d747dcd14b5f: Verifying Checksum 08:59:43 d747dcd14b5f: Download complete 08:59:43 0d9ebad4ef96: Verifying Checksum 08:59:43 0d9ebad4ef96: Download complete 08:59:43 2de7ff778b66: Verifying Checksum 08:59:43 2de7ff778b66: Download complete 08:59:43 ab5ef0e58194: Verifying Checksum 08:59:43 ab5ef0e58194: Download complete 08:59:48 ab5ef0e58194: Pull complete 08:59:48 9712f1f96733: Pull complete 08:59:51 63f879dbbcfc: Pull complete 08:59:57 0d9ebad4ef96: Pull complete 08:59:58 e9a5061849ea: Pull complete 08:59:58 d747dcd14b5f: Pull complete 09:00:03 2de7ff778b66: Pull complete 09:00:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:00:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:00:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:00:03 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 09:00:03 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:00:07 $ docker top 5fe534ea715e89661d152621eeeab33f227918e312e540b42bb8aaeca636de47 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:00:07 provisioning config files... 09:00:07 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3109120763093102402tmp 09:00:07 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5827852757814938707tmp 09:00:07 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6670277988831486716tmp [Pipeline] { [Pipeline] echo 09:00:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:00:07 ---> sigul-configuration.sh 09:00:07 gpg: directory `/root/.gnupg' created 09:00:07 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:00:07 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:00:07 gpg: keyring `/root/.gnupg/secring.gpg' created 09:00:07 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:00:07 gpg: CAST5 encrypted data 09:00:07 gpg: encrypted with 1 passphrase 09:00:07 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:00:08 + mkdir /home/jenkins 09:00:08 + mkdir /home/jenkins/sigul [Pipeline] sh 09:00:08 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 09:00:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:00:08 ---> sigul-install.sh 09:00:16 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:00:17 + git tag --list 09:00:17 v1.2.2-dev.4 [Pipeline] sh 09:00:17 + lftools sign git-tag v1.2.2-dev.4 09:00:18 Signing Git tag with Sigul... 09:00:18 Signing v1.2.2-dev.4 [Pipeline] echo 09:00:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:00:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:00:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:00:20 $ docker stop --time=1 5fe534ea715e89661d152621eeeab33f227918e312e540b42bb8aaeca636de47 09:00:22 $ docker rm -f 5fe534ea715e89661d152621eeeab33f227918e312e540b42bb8aaeca636de47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:00:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:23 . [Pipeline] withDockerContainer 09:00:23 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 09:00:23 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:00:23 $ docker top 1eceed5f4d4884a943ece712daf514d0664459511174a35cb6029602a0961058 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:00:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:24 [ssh-agent] Looking for ssh-agent implementation... 09:00:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:24 $ docker exec 1eceed5f4d4884a943ece712daf514d0664459511174a35cb6029602a0961058 ssh-agent 09:00:24 SSH_AUTH_SOCK=/tmp/ssh-SPGa7Y69t5mW/agent.12 09:00:24 SSH_AGENT_PID=18 09:00:24 Running ssh-add (command line suppressed) 09:00:24 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2903748984783773335.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2903748984783773335.key) 09:00:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:24 + git semver bump pre 09:00:24 # -> Open(): unable to determine branch for HEAD 09:00:24 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 09:00:24 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 09:00:24 # $SEMVER_REMOTE_NAME = origin 09:00:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:00:24 # $SEMVER_USER_NAME = edgex-jenkins 09:00:24 # $SEMVER_BRANCH = master 09:00:24 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 09:00:24 1.2.2-dev.5 [Pipeline] } 09:00:24 $ docker exec --env ******** --env ******** 1eceed5f4d4884a943ece712daf514d0664459511174a35cb6029602a0961058 ssh-agent -k 09:00:25 unset SSH_AUTH_SOCK; 09:00:25 unset SSH_AGENT_PID; 09:00:25 echo Agent pid 18 killed; 09:00:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:00:25 + git semver [Pipeline] } 09:00:25 $ docker stop --time=1 1eceed5f4d4884a943ece712daf514d0664459511174a35cb6029602a0961058 09:00:26 $ docker rm -f 1eceed5f4d4884a943ece712daf514d0664459511174a35cb6029602a0961058 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:00:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:27 . [Pipeline] withDockerContainer 09:00:27 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 09:00:27 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:00:28 $ docker top a2b49d0ca2b38af919a69112bb8e160ed3d008c9e39600ea3cb6d4c03b53c746 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:00:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:28 [ssh-agent] Looking for ssh-agent implementation... 09:00:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:28 $ docker exec a2b49d0ca2b38af919a69112bb8e160ed3d008c9e39600ea3cb6d4c03b53c746 ssh-agent 09:00:28 SSH_AUTH_SOCK=/tmp/ssh-vJJkU1cUrSb4/agent.11 09:00:28 SSH_AGENT_PID=16 09:00:28 Running ssh-add (command line suppressed) 09:00:28 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8644399444409467532.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8644399444409467532.key) 09:00:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:29 + git semver push 09:00:29 # -> Open(): unable to determine branch for HEAD 09:00:29 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 09:00:29 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 09:00:29 # $SEMVER_REMOTE_NAME = origin 09:00:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:00:29 # $SEMVER_USER_NAME = edgex-jenkins 09:00:29 # $SEMVER_BRANCH = master 09:00:29 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 09:00:35 $ docker exec --env ******** --env ******** a2b49d0ca2b38af919a69112bb8e160ed3d008c9e39600ea3cb6d4c03b53c746 ssh-agent -k 09:00:35 unset SSH_AUTH_SOCK; 09:00:35 unset SSH_AGENT_PID; 09:00:35 echo Agent pid 16 killed; 09:00:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:00:36 + git semver [Pipeline] } 09:00:36 $ docker stop --time=1 a2b49d0ca2b38af919a69112bb8e160ed3d008c9e39600ea3cb6d4c03b53c746 09:00:37 $ docker rm -f a2b49d0ca2b38af919a69112bb8e160ed3d008c9e39600ea3cb6d4c03b53c746 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:00:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:00:38 ---> package-listing.sh 09:00:38 ++ facter osfamily 09:00:38 ++ tr '[:upper:]' '[:lower:]' 09:00:38 + OS_FAMILY=redhat 09:00:38 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 09:00:38 + START_PACKAGES=/tmp/packages_start.txt 09:00:38 + END_PACKAGES=/tmp/packages_end.txt 09:00:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:00:38 + PACKAGES=/tmp/packages_start.txt 09:00:38 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 09:00:38 + PACKAGES=/tmp/packages_end.txt 09:00:38 + case "${OS_FAMILY}" in 09:00:38 + rpm -qa 09:00:38 + sort 09:00:43 + '[' -f /tmp/packages_start.txt ']' 09:00:43 + '[' -f /tmp/packages_end.txt ']' 09:00:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:00:43 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 09:00:43 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 09:00:43 + 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 09:00:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:00:43 09:00:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:00:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:00:44 alpine: Pulling from edgex-lftools-log-publisher 09:00:44 c9b1b535fdd9: Pulling fs layer 09:00:44 2cc5ad85d9ab: Pulling fs layer 09:00:44 756a868c4378: Pulling fs layer 09:00:44 444b2fc9a129: Pulling fs layer 09:00:44 ea15f1150254: Pulling fs layer 09:00:44 41b27a9f41bf: Pulling fs layer 09:00:44 28c525ee5125: Pulling fs layer 09:00:44 094b1ea09ed8: Pulling fs layer 09:00:44 138eaada9080: Pulling fs layer 09:00:44 0622d0fa9048: Pulling fs layer 09:00:44 444b2fc9a129: Waiting 09:00:44 ea15f1150254: Waiting 09:00:44 28c525ee5125: Waiting 09:00:44 41b27a9f41bf: Waiting 09:00:44 094b1ea09ed8: Waiting 09:00:44 138eaada9080: Waiting 09:00:44 0622d0fa9048: Waiting 09:00:44 2cc5ad85d9ab: Download complete 09:00:44 444b2fc9a129: Verifying Checksum 09:00:44 444b2fc9a129: Download complete 09:00:44 c9b1b535fdd9: Verifying Checksum 09:00:44 c9b1b535fdd9: Download complete 09:00:44 ea15f1150254: Verifying Checksum 09:00:44 ea15f1150254: Download complete 09:00:44 28c525ee5125: Download complete 09:00:44 756a868c4378: Verifying Checksum 09:00:44 756a868c4378: Download complete 09:00:44 138eaada9080: Verifying Checksum 09:00:44 138eaada9080: Download complete 09:00:44 094b1ea09ed8: Verifying Checksum 09:00:44 094b1ea09ed8: Download complete 09:00:44 0622d0fa9048: Download complete 09:00:44 c9b1b535fdd9: Pull complete 09:00:45 41b27a9f41bf: Verifying Checksum 09:00:45 41b27a9f41bf: Download complete 09:00:45 2cc5ad85d9ab: Pull complete 09:00:46 756a868c4378: Pull complete 09:00:47 444b2fc9a129: Pull complete 09:00:47 ea15f1150254: Pull complete 09:00:51 41b27a9f41bf: Pull complete 09:00:51 28c525ee5125: Pull complete 09:00:54 094b1ea09ed8: Pull complete 09:00:54 138eaada9080: Pull complete 09:00:54 0622d0fa9048: Pull complete 09:00:54 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 09:00:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:00:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:00:54 prd-centos7-docker-4c-2g-4689 does not seem to be running inside a container 09:00:54 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:00:58 $ docker top 85d3494f5766c3524f7dacdc8c9f0e3f8b297bf807df23da44b60554f4fa6506 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:00:58 provisioning config files... 09:00:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4878753874022462916tmp [Pipeline] { [Pipeline] echo 09:00:58 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:00:59 ---> create-netrc.sh [Pipeline] echo 09:00:59 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:00:59 ---> logs-deploy.sh 09:00:59 + ARCHIVE_ARTIFACTS= 09:00:59 + LOGS_SERVER=https://logs.edgexfoundry.org 09:00:59 + '[' https://logs.edgexfoundry.org == None ']' 09:00:59 + NEXUS_URL=https://nexus.edgexfoundry.org 09:00:59 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/47 09:00:59 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/47/ 09:00:59 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/47 /w/workspace/edgexfoundry_edgex-ui-go_master 09:01:00 Archives upload complete. 09:01:00 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/47 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/master/47/