Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 14c578bc02e93a6d1b64f7a2283637c58eb75556 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 --version # 'git version 2.16.6' > 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 > git --version # 'git version 2.16.6' 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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] ========================================================= [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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-551’ is offline Running on prd-centos7-docker-4c-2g-555 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 > git --version # 'git version 2.16.5' 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 Checking out Revision 14c578bc02e93a6d1b64f7a2283637c58eb75556 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 Commit message: "Issue #257 (#260)" > git rev-list --no-walk e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:28:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:28:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:28:48 ========================================================= 06:28:48 EdgeX Global Pipelines Version Info 06:28:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:28:50 ------------------- 06:28:50 stable info: 06:28:50 ------------------- 06:28:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:28:50 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 06:28:50 Message: update stable to v1.0.122 06:28:51 ------------------- 06:28:51 experimental info: 06:28:51 ------------------- 06:28:51 Commited By: **** collab-it+edgex@linuxfoundation.org 06:28:51 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 06:28:51 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:28:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:28:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:28:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:28:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:28:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:28:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 14c578bc02e93a6d1b64f7a2283637c58eb75556 [Pipeline] echo 06:28:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 14c578b [Pipeline] echo 06:28:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:28:54 + git log --format=format:%s -1 14c578bc02e93a6d1b64f7a2283637c58eb75556 [Pipeline] echo 06:28:54 GIT_COMMIT: 14c578bc02e93a6d1b64f7a2283637c58eb75556, Commit Message: Issue #257 (#260) [Pipeline] echo 06:28:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:28:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:28:56 06:28:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:28:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:28:56 latest: Pulling from edgex-devops/git-semver 06:28:56 31603596830f: Pulling fs layer 06:28:56 2a8b12db71e7: Pulling fs layer 06:28:56 6ca5941a6612: Pulling fs layer 06:28:56 ecc8261a40a4: Pulling fs layer 06:28:56 ecc8261a40a4: Waiting 06:28:56 2a8b12db71e7: Verifying Checksum 06:28:56 2a8b12db71e7: Download complete 06:28:56 31603596830f: Verifying Checksum 06:28:56 31603596830f: Download complete 06:28:56 ecc8261a40a4: Verifying Checksum 06:28:56 ecc8261a40a4: Download complete 06:28:57 6ca5941a6612: Verifying Checksum 06:28:57 6ca5941a6612: Download complete 06:28:57 31603596830f: Pull complete 06:28:57 2a8b12db71e7: Pull complete 06:28:58 6ca5941a6612: Pull complete 06:28:58 ecc8261a40a4: Pull complete 06:28:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:28:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:28:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:28:58 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:28:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:29:00 $ docker top 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:29:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:29:00 [ssh-agent] Looking for ssh-agent implementation... 06:29:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:29:01 $ docker exec 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d ssh-agent 06:29:01 SSH_AUTH_SOCK=/tmp/ssh-oaJY1rU1TFWY/agent.11 06:29:01 SSH_AGENT_PID=17 06:29:01 Running ssh-add (command line suppressed) 06:29:01 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6216113181074535019.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6216113181074535019.key) 06:29:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:29:01 + git describe --exact-match --tags HEAD 06:29:01 fatal: No names found, cannot describe anything. [Pipeline] } 06:29:01 $ docker exec --env ******** --env ******** 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d ssh-agent -k 06:29:02 unset SSH_AUTH_SOCK; 06:29:02 unset SSH_AGENT_PID; 06:29:02 echo Agent pid 17 killed; 06:29:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:29:02 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:29:02 This usually means this commit has not been tagged. [Pipeline] sshagent 06:29:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:29:02 [ssh-agent] Looking for ssh-agent implementation... 06:29:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:29:02 $ docker exec 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d ssh-agent 06:29:02 SSH_AUTH_SOCK=/tmp/ssh-mHXw0Mbgfnw9/agent.45 06:29:02 SSH_AGENT_PID=50 06:29:02 Running ssh-add (command line suppressed) 06:29:02 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8728585657849446881.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8728585657849446881.key) 06:29:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:29:03 + git semver init 06:29:03 # -> Open(): unable to determine branch for HEAD 06:29:03 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:29:03 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:29:03 # $SEMVER_REMOTE_NAME = origin 06:29:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:29:03 # $SEMVER_USER_NAME = edgex-jenkins 06:29:03 # $SEMVER_BRANCH = master 06:29:03 # $SEMVER_TEMP = /tmp/semver-328103217 06:29:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:29:04 # '/tmp/semver-328103217' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 06:29:04 # -> Force: false 06:29:04 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 06:29:04 $ docker exec --env ******** --env ******** 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d ssh-agent -k 06:29:04 unset SSH_AUTH_SOCK; 06:29:04 unset SSH_AGENT_PID; 06:29:04 echo Agent pid 50 killed; 06:29:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:29:04 + git semver [Pipeline] } 06:29:04 $ docker stop --time=1 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d 06:29:06 $ docker rm -f 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:29:07 Stashed 22 file(s) [Pipeline] echo 06:29:07 [edgeXSemver]: initialized semver on version 1.2.2-dev.9 [Pipeline] echo 06:29:07 Archived original version: [1.2.2-dev.9] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 06:29:23 Still waiting to schedule task 06:29:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:29:23 Still waiting to schedule task 06:29:23 ‘prd-ubuntu18.04-docker-arm64-4c-16g-553’ is offline 06:31:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-556 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 06:31:11 Running in /w/workspace/edgex-ui-go/52 [Pipeline] { [Pipeline] checkout 06:31:17 using credential edgex-jenkins-ssh 06:31:17 Cloning the remote Git repository 06:31:17 Cloning with configured refspecs honoured and without tags 06:31:17 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:31:17 > git init /w/workspace/edgex-ui-go/52 # timeout=10 06:31:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:31:17 > git --version # timeout=10 06:31:17 > git --version # 'git version 2.17.1' 06:31:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:31:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:31:19 Fetching without tags 06:31:19 Checking out Revision 14c578bc02e93a6d1b64f7a2283637c58eb75556 (master) 06:31:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:31:19 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:31:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:31:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:31:19 using GIT_SSH to set credentials SSH Credentials for GitHub 06:31:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:31:19 > git config core.sparsecheckout # timeout=10 06:31:20 > git checkout -f 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 06:31:24 Commit message: "Issue #257 (#260)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:31:26 ========================================================= 06:31:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:31:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:31:27 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:31:28 Sending build context to Docker daemon 21.99MB 06:31:28 Step 1/8 : ARG BASE=golang:1.15-alpine 06:31:28 Step 2/8 : FROM ${BASE} 06:31:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:31:29 b538f80385f9: Pulling fs layer 06:31:29 74f711af9a0d: Pulling fs layer 06:31:29 99f96fe45779: Pulling fs layer 06:31:29 8529a6b9a6be: Pulling fs layer 06:31:29 45590311c82a: Pulling fs layer 06:31:29 69ca0ff8b7b3: Pulling fs layer 06:31:29 209524e5b208: Pulling fs layer 06:31:29 45590311c82a: Waiting 06:31:29 69ca0ff8b7b3: Waiting 06:31:29 209524e5b208: Waiting 06:31:29 8529a6b9a6be: Waiting 06:31:29 99f96fe45779: Download complete 06:31:29 74f711af9a0d: Verifying Checksum 06:31:29 74f711af9a0d: Download complete 06:31:29 45590311c82a: Verifying Checksum 06:31:29 45590311c82a: Download complete 06:31:29 69ca0ff8b7b3: Verifying Checksum 06:31:29 69ca0ff8b7b3: Download complete 06:31:29 b538f80385f9: Verifying Checksum 06:31:29 b538f80385f9: Download complete 06:31:30 b538f80385f9: Pull complete 06:31:30 74f711af9a0d: Pull complete 06:31:31 99f96fe45779: Pull complete 06:31:33 209524e5b208: Verifying Checksum 06:31:33 209524e5b208: Download complete 06:31:34 8529a6b9a6be: Verifying Checksum 06:31:34 8529a6b9a6be: Download complete 06:31:44 8529a6b9a6be: Pull complete 06:31:44 45590311c82a: Pull complete 06:31:44 69ca0ff8b7b3: Pull complete 06:31:48 209524e5b208: Pull complete 06:31:48 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:31:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:31:48 ---> 5bddaf1c2fca 06:31:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:31:51 ---> Running in bbfe55771d7e 06:31:51 Removing intermediate container bbfe55771d7e 06:31:51 ---> b2725d1c573d 06:31:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:51 ---> Running in b8b297deb954 06:31:54 Removing intermediate container b8b297deb954 06:31:54 ---> b020dd73fab1 06:31:54 Step 5/8 : RUN apk add --no-cache make git 06:31:54 ---> Running in cda11f520ee3 06:31:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:31:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:31:56 OK: 142 MiB in 39 packages 06:31:57 Removing intermediate container cda11f520ee3 06:31:57 ---> 51cc60a97558 06:31:57 Step 6/8 : WORKDIR /edgex-ui-go 06:31:58 ---> Running in 834d462414fc 06:31:58 Removing intermediate container 834d462414fc 06:31:58 ---> 60ffd4943d07 06:31:58 Step 7/8 : COPY . . 06:32:00 ---> ad11dbd92b28 06:32:00 Step 8/8 : RUN go mod download 06:32:00 ---> Running in 0671ecb7f1fa 06:32:06 Running on prd-centos7-docker-4c-2g-557 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 06:32:06 Running in /w/workspace/edgex-ui-go/52 [Pipeline] { [Pipeline] checkout 06:32:09 using credential edgex-jenkins-ssh 06:32:09 Cloning the remote Git repository 06:32:09 Cloning with configured refspecs honoured and without tags 06:32:09 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:32:09 > git init /w/workspace/edgex-ui-go/52 # timeout=10 06:32:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:32:09 > git --version # timeout=10 06:32:09 > git --version # 'git version 2.16.5' 06:32:09 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:32:11 Fetching without tags 06:32:11 Checking out Revision 14c578bc02e93a6d1b64f7a2283637c58eb75556 (master) 06:32:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:32:11 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:32:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:32:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:32:11 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:32:11 > git config core.sparsecheckout # timeout=10 06:32:11 > git checkout -f 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 06:32:15 Commit message: "Issue #257 (#260)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:32:16 ========================================================= 06:32:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:32:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:32:17 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:32:17 Sending build context to Docker daemon 21.99MB 06:32:17 Step 1/8 : ARG BASE=golang:1.15-alpine 06:32:17 Step 2/8 : FROM ${BASE} 06:32:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:32:17 df20fa9351a1: Pulling fs layer 06:32:17 ed8968b2872e: Pulling fs layer 06:32:17 a92cc7c5fd73: Pulling fs layer 06:32:17 e871e8e8d7a9: Pulling fs layer 06:32:17 e73272ec9a57: Pulling fs layer 06:32:17 1e910a182e73: Pulling fs layer 06:32:17 4e634b169226: Pulling fs layer 06:32:17 1e910a182e73: Waiting 06:32:17 4e634b169226: Waiting 06:32:17 e871e8e8d7a9: Waiting 06:32:17 a92cc7c5fd73: Verifying Checksum 06:32:17 a92cc7c5fd73: Download complete 06:32:17 ed8968b2872e: Verifying Checksum 06:32:17 ed8968b2872e: Download complete 06:32:17 e73272ec9a57: Verifying Checksum 06:32:17 e73272ec9a57: Download complete 06:32:17 df20fa9351a1: Verifying Checksum 06:32:17 df20fa9351a1: Download complete 06:32:17 1e910a182e73: Verifying Checksum 06:32:17 1e910a182e73: Download complete 06:32:18 df20fa9351a1: Pull complete 06:32:18 ed8968b2872e: Pull complete 06:32:18 a92cc7c5fd73: Pull complete 06:32:19 4e634b169226: Verifying Checksum 06:32:19 4e634b169226: Download complete 06:32:20 e871e8e8d7a9: Verifying Checksum 06:32:20 e871e8e8d7a9: Download complete 06:32:25 e871e8e8d7a9: Pull complete 06:32:25 e73272ec9a57: Pull complete 06:32:25 1e910a182e73: Pull complete 06:32:27 Removing intermediate container 0671ecb7f1fa 06:32:27 ---> 72a9f9a2d3e5 06:32:27 Successfully built 72a9f9a2d3e5 06:32:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:32:27 + docker inspect -f . ci-base-image-arm64 06:32:27 . [Pipeline] withDockerContainer 06:32:28 prd-ubuntu18.04-docker-arm64-4c-16g-556 does not seem to be running inside a container 06:32:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/52 -v /w/workspace/edgex-ui-go/52:/w/workspace/edgex-ui-go/52:rw,z -v /w/workspace/edgex-ui-go/52@tmp:/w/workspace/edgex-ui-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:32:30 $ docker top a532e43ae58df53212dc189e7c6ceddce5fbf1af591bc57dd271f9e0a9817b92 -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:31 + go version 06:32:31 go version go1.15.2 linux/arm64 [Pipeline] } 06:32:31 $ docker stop --time=1 a532e43ae58df53212dc189e7c6ceddce5fbf1af591bc57dd271f9e0a9817b92 06:32:33 $ docker rm -f a532e43ae58df53212dc189e7c6ceddce5fbf1af591bc57dd271f9e0a9817b92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 06:32:35 4e634b169226: Pull complete 06:32:35 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:32:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:32:35 ---> f7629b54cfaa 06:32:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:32:35 ---> Running in b5a40e5ccce4 06:32:35 Removing intermediate container b5a40e5ccce4 06:32:35 ---> 42bee77396b3 06:32:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:35 ---> Running in 431b35cac81f 06:32:37 Removing intermediate container 431b35cac81f 06:32:37 ---> 669498b41bbc 06:32:37 Step 5/8 : RUN apk add --no-cache make git 06:32:37 ---> Running in cbc323737b93 [Pipeline] sh 06:32:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:32:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:32:38 + ls -al . 06:32:38 total 92 06:32:38 drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:31 . 06:32:38 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 06:31 .. 06:32:38 drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 06:31 .git 06:32:38 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:31 .github 06:32:38 -rw-rw-r-- 1 jenkins jenkins 136 Sep 20 06:31 .gitignore 06:32:38 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:31 .semver 06:32:38 -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 06:31 CONTRIBUTING.md 06:32:38 -rw-rw-r-- 1 jenkins jenkins 913 Sep 20 06:31 Dockerfile 06:32:38 -rw-rw-r-- 1 jenkins jenkins 898 Sep 20 06:31 Dockerfile.build 06:32:38 -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 06:31 Jenkinsfile 06:32:38 -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 06:31 LICENSE 06:32:38 -rw-rw-r-- 1 jenkins jenkins 951 Sep 20 06:31 Makefile 06:32:38 -rw-rw-r-- 1 jenkins jenkins 3545 Sep 20 06:31 README.md 06:32:38 -rw-rw-r-- 1 jenkins jenkins 11 Sep 20 06:29 VERSION 06:32:38 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:31 assets 06:32:38 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:31 bin 06:32:38 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:31 cmd 06:32:38 drwxrwxr-x 5 jenkins jenkins 4096 Sep 20 06:31 docs 06:32:38 -rw-rw-r-- 1 jenkins jenkins 1019 Sep 20 06:31 go.mod 06:32:38 drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:31 internal 06:32:38 -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 06:31 version.go [Pipeline] isUnix [Pipeline] sh 06:32:38 + 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=14c578bc02e93a6d1b64f7a2283637c58eb75556 --label arch=arm64 --label version=1.2.2-dev.9 . 06:32:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:32:39 OK: 166 MiB in 39 packages 06:32:39 Sending build context to Docker daemon 21.99MB 06:32:39 Step 1/24 : ARG BASE=golang:1.15-alpine 06:32:39 Step 2/24 : FROM ${BASE} AS builder 06:32:39 ---> 72a9f9a2d3e5 06:32:39 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:32:39 ---> Running in 0237d4b4e9c7 06:32:39 Removing intermediate container cbc323737b93 06:32:39 ---> 9c2dd12d9ee5 06:32:39 Step 6/8 : WORKDIR /edgex-ui-go 06:32:39 ---> Running in 85d4589de0d5 06:32:39 Removing intermediate container 85d4589de0d5 06:32:39 ---> 6956c5cc7227 06:32:39 Step 7/8 : COPY . . 06:32:40 Removing intermediate container 0237d4b4e9c7 06:32:40 ---> 2d7736ba8921 06:32:40 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:32:40 ---> Running in fefaad503755 06:32:40 Removing intermediate container fefaad503755 06:32:40 ---> 611257a41338 06:32:40 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:32:40 ---> Running in 07e914b32e8e 06:32:41 Removing intermediate container 07e914b32e8e 06:32:41 ---> 1cdc0151aef5 06:32:41 Step 6/24 : LABEL Name=edgex-ui-go 06:32:41 ---> f464547d607d 06:32:41 Step 8/8 : RUN go mod download 06:32:41 ---> Running in 1925e50d271b 06:32:41 ---> Running in 20cb9d6ef39f 06:32:41 Removing intermediate container 20cb9d6ef39f 06:32:41 ---> bccbc421dfdb 06:32:41 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:32:42 ---> Running in 971c26fa8a64 06:32:42 Removing intermediate container 971c26fa8a64 06:32:42 ---> f4d7d19f1352 06:32:42 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:42 ---> Running in f49968f0a22c 06:32:45 Removing intermediate container f49968f0a22c 06:32:45 ---> 7f7e7536448e 06:32:45 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:32:45 ---> Running in 57a2d2130330 06:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:32:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:32:48 v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:32:48 v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:32:48 OK: 12622 distinct packages available 06:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:32:49 OK: 142 MiB in 39 packages 06:32:50 Removing intermediate container 57a2d2130330 06:32:50 ---> e06d9b5178db 06:32:50 Step 10/24 : ENV GO111MODULE=on 06:32:51 ---> Running in 67ba07ae1181 06:32:51 Removing intermediate container 67ba07ae1181 06:32:51 ---> 59678ce3f847 06:32:51 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:32:51 ---> Running in 09b5a3d57355 06:32:52 Removing intermediate container 09b5a3d57355 06:32:52 ---> 3e81e9379efa 06:32:52 Step 12/24 : COPY go.mod . 06:32:52 ---> 023558787916 06:32:52 Step 13/24 : COPY Makefile . 06:32:53 ---> 484eb2af03d3 06:32:53 Step 14/24 : RUN make update 06:32:53 ---> Running in 9828e7fbf1bf 06:32:55 CGO_ENABLED=0 GO111MODULE=on go mod download 06:32:56 Removing intermediate container 9828e7fbf1bf 06:32:56 ---> 31971f0e2aa5 06:32:56 Step 15/24 : COPY . . 06:32:58 ---> a46a60d35617 06:32:58 Step 16/24 : RUN ${MAKE} 06:32:58 ---> Running in 5f3c7073bf1e 06:33:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.9" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:33:03 Removing intermediate container 1925e50d271b 06:33:03 ---> 90f11ab753a5 06:33:03 Successfully built 90f11ab753a5 06:33:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:33:03 + docker inspect -f . ci-base-image-x86_64 06:33:03 . [Pipeline] withDockerContainer 06:33:03 prd-centos7-docker-4c-2g-557 does not seem to be running inside a container 06:33:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/52 -v /w/workspace/edgex-ui-go/52:/w/workspace/edgex-ui-go/52:rw,z -v /w/workspace/edgex-ui-go/52@tmp:/w/workspace/edgex-ui-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:33:04 $ docker top ced9764ebfa2fb557e900796a797188742e2295262b842e213a046ece9b75571 -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:05 + go version 06:33:05 go version go1.15.2 linux/amd64 [Pipeline] } 06:33:05 $ docker stop --time=1 ced9764ebfa2fb557e900796a797188742e2295262b842e213a046ece9b75571 06:33:06 $ docker rm -f ced9764ebfa2fb557e900796a797188742e2295262b842e213a046ece9b75571 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:33:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:33:07 + ls -al . 06:33:07 total 56 06:33:07 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 20 06:32 . 06:33:07 drwxrwxr-x. 4 jenkins jenkins 30 Sep 20 06:32 .. 06:33:07 drwxrwxr-x. 3 jenkins jenkins 20 Sep 20 06:32 assets 06:33:07 drwxrwxr-x. 2 jenkins jenkins 35 Sep 20 06:32 bin 06:33:07 drwxrwxr-x. 3 jenkins jenkins 29 Sep 20 06:32 cmd 06:33:07 -rw-rw-r--. 1 jenkins jenkins 3959 Sep 20 06:32 CONTRIBUTING.md 06:33:07 -rw-rw-r--. 1 jenkins jenkins 913 Sep 20 06:32 Dockerfile 06:33:07 -rw-rw-r--. 1 jenkins jenkins 898 Sep 20 06:32 Dockerfile.build 06:33:07 drwxrwxr-x. 5 jenkins jenkins 104 Sep 20 06:32 docs 06:33:07 drwxrwxr-x. 8 jenkins jenkins 162 Sep 20 06:32 .git 06:33:07 drwxrwxr-x. 2 jenkins jenkins 38 Sep 20 06:32 .github 06:33:07 -rw-rw-r--. 1 jenkins jenkins 136 Sep 20 06:32 .gitignore 06:33:07 -rw-rw-r--. 1 jenkins jenkins 1019 Sep 20 06:32 go.mod 06:33:07 drwxrwxr-x. 10 jenkins jenkins 139 Sep 20 06:32 internal 06:33:07 -rw-rw-r--. 1 jenkins jenkins 652 Sep 20 06:32 Jenkinsfile 06:33:07 -rw-rw-r--. 1 jenkins jenkins 11357 Sep 20 06:32 LICENSE 06:33:07 -rw-rw-r--. 1 jenkins jenkins 951 Sep 20 06:32 Makefile 06:33:07 -rw-rw-r--. 1 jenkins jenkins 3545 Sep 20 06:32 README.md 06:33:07 drwxrwxr-x. 3 jenkins jenkins 44 Sep 20 06:32 .semver 06:33:07 -rw-rw-r--. 1 jenkins jenkins 11 Sep 20 06:29 VERSION 06:33:07 -rw-rw-r--. 1 jenkins jenkins 155 Sep 20 06:32 version.go [Pipeline] isUnix [Pipeline] sh 06:33:08 + 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=14c578bc02e93a6d1b64f7a2283637c58eb75556 --label arch=amd64 --label version=1.2.2-dev.9 . 06:33:08 Sending build context to Docker daemon 21.99MB 06:33:08 Step 1/24 : ARG BASE=golang:1.15-alpine 06:33:08 Step 2/24 : FROM ${BASE} AS builder 06:33:08 ---> 90f11ab753a5 06:33:08 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:33:08 ---> Running in fbeb6c76d121 06:33:08 Removing intermediate container fbeb6c76d121 06:33:08 ---> 32b8801d3523 06:33:08 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:33:08 ---> Running in 0ba7f8bc4785 06:33:08 Removing intermediate container 0ba7f8bc4785 06:33:08 ---> 93f0be4bb2ef 06:33:08 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:33:09 ---> Running in a87caa4707bd 06:33:09 Removing intermediate container a87caa4707bd 06:33:09 ---> 50f207772000 06:33:09 Step 6/24 : LABEL Name=edgex-ui-go 06:33:09 ---> Running in f9351ef4b92b 06:33:09 Removing intermediate container f9351ef4b92b 06:33:09 ---> 29a692a6aeb8 06:33:09 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:33:09 ---> Running in 28128c4b8c39 06:33:10 Removing intermediate container 28128c4b8c39 06:33:10 ---> 7d1468b31ddf 06:33:10 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:10 ---> Running in a973a1e71cf9 06:33:11 Removing intermediate container a973a1e71cf9 06:33:11 ---> 5aee159f6458 06:33:11 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:33:11 ---> Running in e09d94a5acfd 06:33:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:33:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:33:12 v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:33:12 v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:33:12 OK: 12751 distinct packages available 06:33:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:33:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:33:13 OK: 166 MiB in 39 packages 06:33:14 Removing intermediate container e09d94a5acfd 06:33:14 ---> 1581f37c36a7 06:33:14 Step 10/24 : ENV GO111MODULE=on 06:33:14 ---> Running in 23b2d292bcbd 06:33:14 Removing intermediate container 23b2d292bcbd 06:33:14 ---> f8a7a4e04bc9 06:33:14 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:33:14 ---> Running in c7d5c15f9481 06:33:14 Removing intermediate container c7d5c15f9481 06:33:14 ---> 9cc3970aae4f 06:33:14 Step 12/24 : COPY go.mod . 06:33:15 ---> f8ffa464a5e7 06:33:15 Step 13/24 : COPY Makefile . 06:33:15 ---> 4f33a248ae04 06:33:15 Step 14/24 : RUN make update 06:33:15 ---> Running in 070b17451580 06:33:15 CGO_ENABLED=0 GO111MODULE=on go mod download 06:33:16 Removing intermediate container 070b17451580 06:33:16 ---> da81738370f9 06:33:16 Step 15/24 : COPY . . 06:33:17 ---> 4e3b98a22fe7 06:33:17 Step 16/24 : RUN ${MAKE} 06:33:17 ---> Running in d115b75f9c23 06:33:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.9" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:33:22 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:33:26 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:33:27 Removing intermediate container 5f3c7073bf1e 06:33:27 ---> a8589dbb3e10 06:33:27 Step 17/24 : FROM alpine 06:33:27 latest: Pulling from library/alpine 06:33:27 b538f80385f9: Already exists 06:33:27 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:33:27 Status: Downloaded newer image for alpine:latest 06:33:27 ---> 62ee0e9f8440 06:33:27 Step 18/24 : EXPOSE 4000 06:33:27 ---> Running in 5e3bf576ca0e 06:33:27 Removing intermediate container 5e3bf576ca0e 06:33:27 ---> d2303a32b954 06:33:27 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 06:33:28 Removing intermediate container d115b75f9c23 06:33:28 ---> cc55332bcc76 06:33:28 Step 17/24 : FROM alpine 06:33:28 latest: Pulling from library/alpine 06:33:28 df20fa9351a1: Already exists 06:33:28 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:33:28 Status: Downloaded newer image for alpine:latest 06:33:28 ---> a24bb4013296 06:33:28 Step 18/24 : EXPOSE 4000 06:33:29 ---> Running in bf715ae101fd 06:33:29 Removing intermediate container bf715ae101fd 06:33:29 ---> 973f1dd1a54a 06:33:29 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 06:33:29 ---> 945615909740 06:33:29 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:33:29 ---> Running in 03914bd52dfe 06:33:30 ---> cdf184572de6 06:33:30 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:33:30 ---> Running in 0733f4d6554b 06:33:30 Removing intermediate container 0733f4d6554b 06:33:30 ---> 3a40b4ee4748 06:33:30 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:33:30 Removing intermediate container 03914bd52dfe 06:33:30 ---> 2a1dd3b06245 06:33:30 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:33:30 ---> Running in 77d2e967574d 06:33:30 ---> Running in 02f56b98bd8f 06:33:30 Removing intermediate container 02f56b98bd8f 06:33:30 ---> b41cc238024a 06:33:30 Step 22/24 : LABEL arch=amd64 06:33:30 ---> Running in 7431804d0283 06:33:30 Removing intermediate container 7431804d0283 06:33:30 ---> 4656f8d5a9b2 06:33:30 Step 23/24 : LABEL git_sha=14c578bc02e93a6d1b64f7a2283637c58eb75556 06:33:30 ---> Running in 3169ad7dcf07 06:33:31 Removing intermediate container 77d2e967574d 06:33:31 ---> 8ba8a35ababf 06:33:31 Step 22/24 : LABEL arch=arm64 06:33:31 ---> Running in a0f2bdc58d29 06:33:31 Removing intermediate container 3169ad7dcf07 06:33:31 ---> 244c4be3cd23 06:33:31 Step 24/24 : LABEL version=1.2.2-dev.9 06:33:31 ---> Running in 73da01c78d5f 06:33:31 Removing intermediate container 73da01c78d5f 06:33:31 ---> 3047e33723b5 06:33:31 [Warning] One or more build-args [ARCH] were not consumed 06:33:31 Successfully built 3047e33723b5 06:33:31 Successfully tagged docker-edgex-ui-go:latest 06:33:31 Removing intermediate container a0f2bdc58d29 06:33:31 ---> 87b7a3c40a5f 06:33:31 Step 23/24 : LABEL git_sha=14c578bc02e93a6d1b64f7a2283637c58eb75556 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 06:33:31 ---> Running in ffff7adb8551 [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:33:31 provisioning config files... 06:33:31 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/52@tmp/config392481964650777726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:33:32 Removing intermediate container ffff7adb8551 06:33:32 ---> 6d14ccc01aa7 06:33:32 Step 24/24 : LABEL version=1.2.2-dev.9 06:33:32 ---> Running in b688d3f53d85 06:33:32 ---> docker-login.sh 06:33:32 nexus3.edgexfoundry.org:10001 06:33:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:32 Configure a credential helper to remove this warning. See 06:33:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:32 06:33:32 Login Succeeded 06:33:32 nexus3.edgexfoundry.org:10002 06:33:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:32 Configure a credential helper to remove this warning. See 06:33:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:32 06:33:32 Login Succeeded 06:33:32 nexus3.edgexfoundry.org:10003 06:33:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:32 Configure a credential helper to remove this warning. See 06:33:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:32 06:33:32 Login Succeeded 06:33:32 nexus3.edgexfoundry.org:10004 06:33:32 Removing intermediate container b688d3f53d85 06:33:32 ---> ba54f7a1d3f8 06:33:32 [Warning] One or more build-args [ARCH] were not consumed 06:33:32 Successfully built ba54f7a1d3f8 06:33:32 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 06:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:33 Configure a credential helper to remove this warning. See 06:33:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:33 06:33:33 Login Succeeded 06:33:33 docker.io 06:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:33:33 provisioning config files... 06:33:33 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/52@tmp/config6755288279585989882tmp 06:33:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:33 Configure a credential helper to remove this warning. See 06:33:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:33 06:33:33 Login Succeeded 06:33:33 ---> docker-login.sh ends [Pipeline] { [Pipeline] } 06:33:33 Deleting 1 temporary files [Pipeline] libraryResource [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:33:33 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 06:33:33 14c578bc02e93a6d1b64f7a2283637c58eb75556 06:33:33 latest 06:33:33 1.2.2-dev.9 06:33:33 14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 06:33:33 master 06:33:33 ===================================================== 06:33:33 ---> docker-login.sh 06:33:33 nexus3.edgexfoundry.org:10001 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:34 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556 [Pipeline] isUnix [Pipeline] sh 06:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:34 Configure a credential helper to remove this warning. See 06:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:34 06:33:34 Login Succeeded 06:33:34 nexus3.edgexfoundry.org:10002 06:33:34 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556 06:33:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:33:34 d773e82ccb09: Preparing 06:33:34 50644c29ef5a: Preparing 06:33:34 50644c29ef5a: Layer already exists 06:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:34 Configure a credential helper to remove this warning. See 06:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:34 06:33:34 Login Succeeded 06:33:34 nexus3.edgexfoundry.org:10003 06:33:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:35 Configure a credential helper to remove this warning. See 06:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:35 06:33:35 Login Succeeded 06:33:35 nexus3.edgexfoundry.org:10004 06:33:35 d773e82ccb09: Pushed 06:33:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:36 Configure a credential helper to remove this warning. See 06:33:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:36 06:33:36 Login Succeeded 06:33:36 docker.io 06:33:36 14c578bc02e93a6d1b64f7a2283637c58eb75556: digest: sha256:85597f482afc08b9059d719e8f1ed3937c1f77254210c4729dde928f8cedd71f size: 739 [Pipeline] isUnix [Pipeline] sh 06:33:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:36 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 06:33:36 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 06:33:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:33:36 d773e82ccb09: Preparing 06:33:36 50644c29ef5a: Preparing 06:33:36 d773e82ccb09: Layer already exists 06:33:36 50644c29ef5a: Layer already exists 06:33:36 latest: digest: sha256:85597f482afc08b9059d719e8f1ed3937c1f77254210c4729dde928f8cedd71f size: 739 [Pipeline] isUnix [Pipeline] sh 06:33:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:36 Configure a credential helper to remove this warning. See 06:33:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:36 06:33:36 Login Succeeded 06:33:36 ---> docker-login.sh ends [Pipeline] } 06:33:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:33:37 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 06:33:37 14c578bc02e93a6d1b64f7a2283637c58eb75556 06:33:37 latest 06:33:37 1.2.2-dev.9 06:33:37 14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 06:33:37 master 06:33:37 ===================================================== 06:33:37 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.9 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:33:37 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.9 06:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:33:37 d773e82ccb09: Preparing 06:33:37 50644c29ef5a: Preparing 06:33:37 50644c29ef5a: Layer already exists 06:33:37 d773e82ccb09: Layer already exists 06:33:37 1.2.2-dev.9: digest: sha256:85597f482afc08b9059d719e8f1ed3937c1f77254210c4729dde928f8cedd71f size: 739 [Pipeline] isUnix [Pipeline] sh 06:33:37 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556 [Pipeline] isUnix [Pipeline] sh 06:33:37 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh 06:33:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556 06:33:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:33:38 dac7d2485894: Preparing 06:33:38 e2f13739ad41: Preparing 06:33:38 e2f13739ad41: Layer already exists 06:33:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 06:33:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:33:38 d773e82ccb09: Preparing 06:33:38 50644c29ef5a: Preparing 06:33:38 d773e82ccb09: Layer already exists 06:33:38 50644c29ef5a: Layer already exists 06:33:38 14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9: digest: sha256:85597f482afc08b9059d719e8f1ed3937c1f77254210c4729dde928f8cedd71f size: 739 [Pipeline] isUnix [Pipeline] sh 06:33:38 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 06:33:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 06:33:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:33:38 d773e82ccb09: Preparing 06:33:38 50644c29ef5a: Preparing 06:33:38 50644c29ef5a: Layer already exists 06:33:38 d773e82ccb09: Layer already exists 06:33:38 master: digest: sha256:85597f482afc08b9059d719e8f1ed3937c1f77254210c4729dde928f8cedd71f size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:33:38 ===================================================== [Pipeline] echo 06:33:38 taggedImages: 06:33:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556 06:33:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 06:33:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.9 06:33:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 06:33:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:33:41 dac7d2485894: Pushed 06:33:42 14c578bc02e93a6d1b64f7a2283637c58eb75556: digest: sha256:570b54e69d7fd0ddcb913f801e35665d1bf206497428b8a18d276ccff9f7304f size: 739 [Pipeline] isUnix [Pipeline] sh 06:33:42 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:33:42 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 06:33:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:33:42 dac7d2485894: Preparing 06:33:42 e2f13739ad41: Preparing 06:33:42 dac7d2485894: Layer already exists 06:33:42 e2f13739ad41: Layer already exists 06:33:42 latest: digest: sha256:570b54e69d7fd0ddcb913f801e35665d1bf206497428b8a18d276ccff9f7304f size: 739 [Pipeline] isUnix [Pipeline] sh 06:33:43 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh 06:33:43 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.9 06:33:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:33:43 dac7d2485894: Preparing 06:33:43 e2f13739ad41: Preparing 06:33:43 dac7d2485894: Layer already exists 06:33:43 e2f13739ad41: Layer already exists 06:33:43 1.2.2-dev.9: digest: sha256:570b54e69d7fd0ddcb913f801e35665d1bf206497428b8a18d276ccff9f7304f size: 739 [Pipeline] isUnix [Pipeline] sh 06:33:44 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh 06:33:44 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 06:33:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:33:44 dac7d2485894: Preparing 06:33:44 e2f13739ad41: Preparing 06:33:44 dac7d2485894: Layer already exists 06:33:44 e2f13739ad41: Layer already exists 06:33:44 14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9: digest: sha256:570b54e69d7fd0ddcb913f801e35665d1bf206497428b8a18d276ccff9f7304f size: 739 [Pipeline] isUnix [Pipeline] sh 06:33:45 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:33:45 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 06:33:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:33:45 dac7d2485894: Preparing 06:33:45 e2f13739ad41: Preparing 06:33:45 e2f13739ad41: Layer already exists 06:33:45 dac7d2485894: Layer already exists 06:33:45 master: digest: sha256:570b54e69d7fd0ddcb913f801e35665d1bf206497428b8a18d276ccff9f7304f size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:33:46 ===================================================== [Pipeline] echo 06:33:46 taggedImages: 06:33:46 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556 06:33:46 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 06:33:46 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.9 06:33:46 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 06:33:46 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:33:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 06:33:47 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 06:33:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:33:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:33:47 06:33:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 06:33:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:33:48 1.317.0: Pulling from edgex-devops/edgex-snyk-go 06:33:48 cbdbe7a5bc2a: Pulling fs layer 06:33:48 408f87550127: Pulling fs layer 06:33:48 fe522b08c979: Pulling fs layer 06:33:48 221eaa008020: Pulling fs layer 06:33:48 2a4607e5d6b9: Pulling fs layer 06:33:48 8f79b27c4fd2: Pulling fs layer 06:33:48 e5c8dbe1645b: Pulling fs layer 06:33:48 23e8b3b47431: Pulling fs layer 06:33:48 5c568d65a230: Pulling fs layer 06:33:48 221eaa008020: Waiting 06:33:48 2a4607e5d6b9: Waiting 06:33:48 8f79b27c4fd2: Waiting 06:33:48 e5c8dbe1645b: Waiting 06:33:48 23e8b3b47431: Waiting 06:33:48 5c568d65a230: Waiting 06:33:48 fe522b08c979: Verifying Checksum 06:33:48 fe522b08c979: Download complete 06:33:48 408f87550127: Download complete 06:33:48 2a4607e5d6b9: Download complete 06:33:48 8f79b27c4fd2: Verifying Checksum 06:33:48 8f79b27c4fd2: Download complete 06:33:48 cbdbe7a5bc2a: Verifying Checksum 06:33:48 cbdbe7a5bc2a: Download complete 06:33:48 cbdbe7a5bc2a: Pull complete 06:33:48 408f87550127: Pull complete 06:33:49 fe522b08c979: Pull complete 06:33:49 e5c8dbe1645b: Verifying Checksum 06:33:49 e5c8dbe1645b: Download complete 06:33:50 23e8b3b47431: Verifying Checksum 06:33:50 23e8b3b47431: Download complete 06:33:50 5c568d65a230: Verifying Checksum 06:33:50 5c568d65a230: Download complete 06:33:51 221eaa008020: Verifying Checksum 06:33:51 221eaa008020: Download complete 06:33:58 221eaa008020: Pull complete 06:33:58 2a4607e5d6b9: Pull complete 06:33:58 8f79b27c4fd2: Pull complete 06:33:59 e5c8dbe1645b: Pull complete 06:34:03 23e8b3b47431: Pull complete 06:34:04 5c568d65a230: Pull complete 06:34:04 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 06:34:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:34:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 06:34:04 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:34:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 06:34:05 $ docker top e1cabd73f9871e360b6e9365f444621615411179f0f9ca1905a8f2a1a34687e6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:34:05 + snyk monitor '--org=edgex-jenkins' 06:34:12 06:34:12 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 06:34:12 06:34:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/074a93ec-9965-4fee-8a55-9b8557c1c3fe 06:34:12 06:34:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:34:12 06:34:12 06:34:12 Snyk CLI supports Node.js 8 and higher. 06:34:12 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 06:34:12 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 06:34:12 06:34:12 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 06:34:12 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 06:34:12 $ docker stop --time=1 e1cabd73f9871e360b6e9365f444621615411179f0f9ca1905a8f2a1a34687e6 06:34:14 $ docker rm -f e1cabd73f9871e360b6e9365f444621615411179f0f9ca1905a8f2a1a34687e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:34:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:34:16 06:34:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 06:34:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:34:16 latest: Pulling from edgex-devops/edgex-klar 06:34:16 e7c96db7181b: Pulling fs layer 06:34:16 1868ca2cb446: Pulling fs layer 06:34:16 136be5d0fe8e: Pulling fs layer 06:34:16 894bfe63afcb: Pulling fs layer 06:34:16 894bfe63afcb: Waiting 06:34:16 1868ca2cb446: Verifying Checksum 06:34:16 1868ca2cb446: Download complete 06:34:16 136be5d0fe8e: Verifying Checksum 06:34:16 136be5d0fe8e: Download complete 06:34:16 e7c96db7181b: Verifying Checksum 06:34:16 e7c96db7181b: Download complete 06:34:16 894bfe63afcb: Verifying Checksum 06:34:16 894bfe63afcb: Download complete 06:34:16 e7c96db7181b: Pull complete 06:34:16 1868ca2cb446: Pull complete 06:34:17 136be5d0fe8e: Pull complete 06:34:17 894bfe63afcb: Pull complete 06:34:17 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 06:34:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:34:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 06:34:17 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:34: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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:34:18 $ docker top 9a99403b61f23a5653cc94712d1e4846a71e22ae5ff4fa29f6b2d77d8137363a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:18 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556 06:34:18 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:34:21 $ docker stop --time=1 9a99403b61f23a5653cc94712d1e4846a71e22ae5ff4fa29f6b2d77d8137363a 06:34:23 $ docker rm -f 9a99403b61f23a5653cc94712d1e4846a71e22ae5ff4fa29f6b2d77d8137363a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:34:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:34:23 . [Pipeline] withDockerContainer 06:34:23 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:34: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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:34:24 $ docker top 357d8391a3ddbbf824ff3f49afe2a898fa8e244a7248200dfd4a3b664a095f96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:24 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556 06:34:24 + tee 06:34:24 clair timeout 1m0s 06:34:24 docker timeout: 1m0s 06:34:24 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:34:25 $ docker stop --time=1 357d8391a3ddbbf824ff3f49afe2a898fa8e244a7248200dfd4a3b664a095f96 06:34:27 $ docker rm -f 357d8391a3ddbbf824ff3f49afe2a898fa8e244a7248200dfd4a3b664a095f96 [Pipeline] // withDockerContainer [Pipeline] sh 06:34:27 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 06:34:27 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_14c578bc02e93a6d1b64f7a2283637c58eb75556.html [Pipeline] writeFile [Pipeline] step 06:34:27 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:34:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:34:28 . [Pipeline] withDockerContainer 06:34:28 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:34:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:34:29 $ docker top 1a50a7c98bb28049746fd0afb7671d754d0c5c2f132539d832214d3ceb717b5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:29 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556 06:34:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:34:32 $ docker stop --time=1 1a50a7c98bb28049746fd0afb7671d754d0c5c2f132539d832214d3ceb717b5c 06:34:33 $ docker rm -f 1a50a7c98bb28049746fd0afb7671d754d0c5c2f132539d832214d3ceb717b5c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:34:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:34:34 . [Pipeline] withDockerContainer 06:34:34 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:34:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 06:34:34 $ docker top 0be20ada158eca6485e41d905b7e3f0cf6b6403cca1ad92b81f3ede6d66c4ee6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:35 + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556 06:34:35 + tee 06:34:35 clair timeout 1m0s 06:34:35 docker timeout: 1m0s 06:34:35 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:34:35 $ docker stop --time=1 0be20ada158eca6485e41d905b7e3f0cf6b6403cca1ad92b81f3ede6d66c4ee6 06:34:37 $ docker rm -f 0be20ada158eca6485e41d905b7e3f0cf6b6403cca1ad92b81f3ede6d66c4ee6 [Pipeline] // withDockerContainer [Pipeline] sh 06:34:37 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo 06:34:37 Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_14c578bc02e93a6d1b64f7a2283637c58eb75556.html [Pipeline] writeFile [Pipeline] step 06:34:37 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 06:34:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:39 . [Pipeline] withDockerContainer 06:34:39 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:34:39 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:34:39 $ docker top 96bbbc2ce2cf87d75e70eeaef09d82a549e7f8ee6e3adb93a3e972f0b4fe02c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:34:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:40 [ssh-agent] Looking for ssh-agent implementation... 06:34:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:40 $ docker exec 96bbbc2ce2cf87d75e70eeaef09d82a549e7f8ee6e3adb93a3e972f0b4fe02c3 ssh-agent 06:34:40 SSH_AUTH_SOCK=/tmp/ssh-4FXhZUuvBtby/agent.11 06:34:40 SSH_AGENT_PID=17 06:34:40 Running ssh-add (command line suppressed) 06:34:40 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6118212433769687717.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6118212433769687717.key) 06:34:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:41 + git semver tag 06:34:41 # -> Open(): unable to determine branch for HEAD 06:34:41 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:34:41 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:34:41 # $SEMVER_REMOTE_NAME = origin 06:34:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:34:41 # $SEMVER_USER_NAME = edgex-jenkins 06:34:41 # $SEMVER_BRANCH = master 06:34:41 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 06:34:41 # 14c578bc02e93a6d1b64f7a2283637c58eb75556 HEAD 06:34:41 # -> Force: false 06:34:41 # 02b49740687e08cf053ef2652f14772182393308 refs/tags/v1.2.2-dev.9 [Pipeline] } 06:34:41 $ docker exec --env ******** --env ******** 96bbbc2ce2cf87d75e70eeaef09d82a549e7f8ee6e3adb93a3e972f0b4fe02c3 ssh-agent -k 06:34:41 unset SSH_AUTH_SOCK; 06:34:41 unset SSH_AGENT_PID; 06:34:41 echo Agent pid 17 killed; 06:34:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:41 + git semver [Pipeline] } 06:34:41 $ docker stop --time=1 96bbbc2ce2cf87d75e70eeaef09d82a549e7f8ee6e3adb93a3e972f0b4fe02c3 06:34:43 $ docker rm -f 96bbbc2ce2cf87d75e70eeaef09d82a549e7f8ee6e3adb93a3e972f0b4fe02c3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:34:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:34:43 06:34:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:34:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:34:44 0.23.1-centos7: Pulling from edgex-lftools 06:34:44 ab5ef0e58194: Pulling fs layer 06:34:44 9712f1f96733: Pulling fs layer 06:34:44 63f879dbbcfc: Pulling fs layer 06:34:44 0d9ebad4ef96: Pulling fs layer 06:34:44 e9a5061849ea: Pulling fs layer 06:34:44 d747dcd14b5f: Pulling fs layer 06:34:44 2de7ff778b66: Pulling fs layer 06:34:44 e9a5061849ea: Waiting 06:34:44 d747dcd14b5f: Waiting 06:34:44 2de7ff778b66: Waiting 06:34:44 0d9ebad4ef96: Waiting 06:34:44 9712f1f96733: Verifying Checksum 06:34:44 9712f1f96733: Download complete 06:34:46 63f879dbbcfc: Download complete 06:34:46 e9a5061849ea: Verifying Checksum 06:34:46 e9a5061849ea: Download complete 06:34:46 d747dcd14b5f: Verifying Checksum 06:34:46 d747dcd14b5f: Download complete 06:34:47 2de7ff778b66: Verifying Checksum 06:34:47 2de7ff778b66: Download complete 06:34:47 ab5ef0e58194: Verifying Checksum 06:34:47 ab5ef0e58194: Download complete 06:34:47 0d9ebad4ef96: Verifying Checksum 06:34:47 0d9ebad4ef96: Download complete 06:34:51 ab5ef0e58194: Pull complete 06:34:51 9712f1f96733: Pull complete 06:34:54 63f879dbbcfc: Pull complete 06:35:00 0d9ebad4ef96: Pull complete 06:35:02 e9a5061849ea: Pull complete 06:35:02 d747dcd14b5f: Pull complete 06:35:04 2de7ff778b66: Pull complete 06:35:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:35:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:35:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:35:04 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:35:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:35:09 $ docker top dd786965ee470e28f1a5ef371dba835015a6729d23833e706e4a667a5fcee7e0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:35:09 provisioning config files... 06:35:09 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4576515051586268128tmp 06:35:09 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8187362107288465719tmp 06:35:09 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config23592732363762204tmp [Pipeline] { [Pipeline] echo 06:35:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:35:09 ---> sigul-configuration.sh 06:35:09 gpg: directory `/root/.gnupg' created 06:35:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:35:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:35:09 gpg: keyring `/root/.gnupg/secring.gpg' created 06:35:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:35:09 gpg: CAST5 encrypted data 06:35:10 gpg: encrypted with 1 passphrase 06:35:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:35:10 + mkdir /home/jenkins 06:35:10 + mkdir /home/jenkins/sigul [Pipeline] sh 06:35:10 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 06:35:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:35:10 ---> sigul-install.sh 06:35:16 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:35:16 + git tag --list 06:35:16 v1.2.2-dev.9 [Pipeline] sh 06:35:16 + lftools sign git-tag v1.2.2-dev.9 06:35:18 Signing Git tag with Sigul... 06:35:18 Signing v1.2.2-dev.9 [Pipeline] echo 06:35:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:35:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:35:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:35:19 $ docker stop --time=1 dd786965ee470e28f1a5ef371dba835015a6729d23833e706e4a667a5fcee7e0 06:35:21 $ docker rm -f dd786965ee470e28f1a5ef371dba835015a6729d23833e706e4a667a5fcee7e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:35:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:35:22 . [Pipeline] withDockerContainer 06:35:22 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:35:22 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:35:23 $ docker top f1df05f7c3cf250812c449d00fe562b4a738d60298da50fd0c9e0224b05018cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:35:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:23 [ssh-agent] Looking for ssh-agent implementation... 06:35:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:23 $ docker exec f1df05f7c3cf250812c449d00fe562b4a738d60298da50fd0c9e0224b05018cd ssh-agent 06:35:24 SSH_AUTH_SOCK=/tmp/ssh-kfTCajsiacJU/agent.11 06:35:24 SSH_AGENT_PID=17 06:35:24 Running ssh-add (command line suppressed) 06:35:24 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2403157214656340342.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2403157214656340342.key) 06:35:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:24 + git semver bump pre 06:35:24 # -> Open(): unable to determine branch for HEAD 06:35:24 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:35:24 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:35:24 # $SEMVER_REMOTE_NAME = origin 06:35:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:35:24 # $SEMVER_USER_NAME = edgex-jenkins 06:35:24 # $SEMVER_BRANCH = master 06:35:24 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 06:35:24 1.2.2-dev.10 [Pipeline] } 06:35:24 $ docker exec --env ******** --env ******** f1df05f7c3cf250812c449d00fe562b4a738d60298da50fd0c9e0224b05018cd ssh-agent -k 06:35:24 unset SSH_AUTH_SOCK; 06:35:24 unset SSH_AGENT_PID; 06:35:24 echo Agent pid 17 killed; 06:35:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:35:25 + git semver [Pipeline] } 06:35:25 $ docker stop --time=1 f1df05f7c3cf250812c449d00fe562b4a738d60298da50fd0c9e0224b05018cd 06:35:26 $ docker rm -f f1df05f7c3cf250812c449d00fe562b4a738d60298da50fd0c9e0224b05018cd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:35:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:35:27 . [Pipeline] withDockerContainer 06:35:27 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:35: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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:35:28 $ docker top b7db5c6d3bf2b26436e81d09130de36f66872bf6a4bad35068bfaf0e6184b941 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:35:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:28 [ssh-agent] Looking for ssh-agent implementation... 06:35:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:28 $ docker exec b7db5c6d3bf2b26436e81d09130de36f66872bf6a4bad35068bfaf0e6184b941 ssh-agent 06:35:28 SSH_AUTH_SOCK=/tmp/ssh-SGTLzA7OERxt/agent.12 06:35:28 SSH_AGENT_PID=17 06:35:28 Running ssh-add (command line suppressed) 06:35:28 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5915957924908689534.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5915957924908689534.key) 06:35:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:29 + git semver push 06:35:29 # -> Open(): unable to determine branch for HEAD 06:35:29 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:35:29 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:35:29 # $SEMVER_REMOTE_NAME = origin 06:35:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:35:29 # $SEMVER_USER_NAME = edgex-jenkins 06:35:29 # $SEMVER_BRANCH = master 06:35:29 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 06:35:35 $ docker exec --env ******** --env ******** b7db5c6d3bf2b26436e81d09130de36f66872bf6a4bad35068bfaf0e6184b941 ssh-agent -k 06:35:36 unset SSH_AUTH_SOCK; 06:35:36 unset SSH_AGENT_PID; 06:35:36 echo Agent pid 17 killed; 06:35:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:35:36 + git semver [Pipeline] } 06:35:36 $ docker stop --time=1 b7db5c6d3bf2b26436e81d09130de36f66872bf6a4bad35068bfaf0e6184b941 06:35:37 $ docker rm -f b7db5c6d3bf2b26436e81d09130de36f66872bf6a4bad35068bfaf0e6184b941 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:35:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:35:39 ---> package-listing.sh 06:35:39 ++ facter osfamily 06:35:39 ++ tr '[:upper:]' '[:lower:]' 06:35:39 + OS_FAMILY=redhat 06:35:39 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 06:35:39 + START_PACKAGES=/tmp/packages_start.txt 06:35:39 + END_PACKAGES=/tmp/packages_end.txt 06:35:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:35:39 + PACKAGES=/tmp/packages_start.txt 06:35:39 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 06:35:39 + PACKAGES=/tmp/packages_end.txt 06:35:39 + case "${OS_FAMILY}" in 06:35:39 + rpm -qa 06:35:39 + sort 06:35:44 + '[' -f /tmp/packages_start.txt ']' 06:35:44 + '[' -f /tmp/packages_end.txt ']' 06:35:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:35:44 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 06:35:44 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 06:35:44 + 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 06:35:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:35:45 06:35:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:35:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:35:45 alpine: Pulling from edgex-lftools-log-publisher 06:35:45 df20fa9351a1: Pulling fs layer 06:35:45 36b3adc4ff6f: Pulling fs layer 06:35:45 8ad3a11d3b57: Pulling fs layer 06:35:45 46f8f816bc3b: Pulling fs layer 06:35:45 0dadc02b9964: Pulling fs layer 06:35:45 ce6a7cf60c04: Pulling fs layer 06:35:45 7a184a31f384: Pulling fs layer 06:35:45 0879bd2ef858: Pulling fs layer 06:35:45 46f8f816bc3b: Waiting 06:35:45 0dadc02b9964: Waiting 06:35:45 ce6a7cf60c04: Waiting 06:35:45 7a184a31f384: Waiting 06:35:45 0879bd2ef858: Waiting 06:35:45 36b3adc4ff6f: Download complete 06:35:45 46f8f816bc3b: Verifying Checksum 06:35:45 46f8f816bc3b: Download complete 06:35:46 df20fa9351a1: Verifying Checksum 06:35:46 ce6a7cf60c04: Verifying Checksum 06:35:46 ce6a7cf60c04: Download complete 06:35:46 0dadc02b9964: Verifying Checksum 06:35:46 0dadc02b9964: Download complete 06:35:46 7a184a31f384: Verifying Checksum 06:35:46 7a184a31f384: Download complete 06:35:46 8ad3a11d3b57: Verifying Checksum 06:35:46 df20fa9351a1: Pull complete 06:35:46 0879bd2ef858: Verifying Checksum 06:35:46 0879bd2ef858: Download complete 06:35:46 36b3adc4ff6f: Pull complete 06:35:47 8ad3a11d3b57: Pull complete 06:35:47 46f8f816bc3b: Pull complete 06:35:47 0dadc02b9964: Pull complete 06:35:47 ce6a7cf60c04: Pull complete 06:35:47 7a184a31f384: Pull complete 06:35:50 0879bd2ef858: Pull complete 06:35:50 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 06:35:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:35:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:35:50 prd-centos7-docker-4c-2g-555 does not seem to be running inside a container 06:35:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:35:54 $ docker top f11db5464319500672c73b9f54ee8698ac069f141b27646c3f1b6e663d643cbe -eo pid,comm [Pipeline] { [Pipeline] sh 06:35:54 + mkdir -p /var/log/sa [Pipeline] sh 06:35:54 + ls /var/log/sa-host 06:35:54 + sadf -c /var/log/sa-host/sa05 06:35:54 file_magic: OK 06:35:54 HZ: Using current value: 100 06:35:54 file_header: OK 06:35:54 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:35:54 Statistics: 06:35:54 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:35:54 File successfully converted to sysstat format version 12.2.1 06:35:54 + sadf -c /var/log/sa-host/sa20 06:35:54 file_magic: OK 06:35:54 HZ: Using current value: 100 06:35:54 file_header: OK 06:35:54 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:35:54 Statistics: 06:35:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:35:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:35:54 provisioning config files... 06:35:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3050647935792092440tmp [Pipeline] { [Pipeline] echo 06:35:55 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:35:55 ---> create-netrc.sh [Pipeline] echo 06:35:55 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:35:55 ---> logs-deploy.sh 06:35:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/52 06:35:55 INFO: archiving workspace using pattern(s): 06:35:57 Archives upload complete. 06:35:57 INFO: archiving logs to Nexus 06:35:57 ---> uname -a: 06:35:57 Linux f11db5464319 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:35:57 06:35:57 06:35:57 ---> lscpu: 06:35:57 Architecture: x86_64 06:35:57 CPU op-mode(s): 32-bit, 64-bit 06:35:57 Byte Order: Little Endian 06:35:57 Address sizes: 40 bits physical, 48 bits virtual 06:35:57 CPU(s): 4 06:35:57 On-line CPU(s) list: 0-3 06:35:57 Thread(s) per core: 1 06:35:57 Core(s) per socket: 1 06:35:57 Socket(s): 4 06:35:57 NUMA node(s): 1 06:35:57 Vendor ID: GenuineIntel 06:35:57 CPU family: 6 06:35:57 Model: 44 06:35:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:35:57 Stepping: 1 06:35:57 CPU MHz: 2933.438 06:35:57 BogoMIPS: 5866.87 06:35:57 Virtualization: VT-x 06:35:57 Hypervisor vendor: KVM 06:35:57 Virtualization type: full 06:35:57 L1d cache: 128 KiB 06:35:57 L1i cache: 128 KiB 06:35:57 L2 cache: 16 MiB 06:35:57 L3 cache: 64 MiB 06:35:57 NUMA node0 CPU(s): 0-3 06:35:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:35:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:35:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:35:57 Vulnerability Meltdown: Mitigation; PTI 06:35:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:35:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:35:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:35:57 Vulnerability Tsx async abort: Not affected 06:35:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:35:57 06:35:57 06:35:57 ---> nproc: 06:35:57 4 06:35:57 06:35:57 06:35:57 ---> df -h: 06:35:57 Filesystem Size Used Available Use% Mounted on 06:35:57 overlay 50.0G 8.2G 41.8G 16% / 06:35:57 tmpfs 64.0M 0 64.0M 0% /dev 06:35:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:35:57 shm 64.0M 0 64.0M 0% /dev/shm 06:35:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 06:35:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 06:35:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 06:35:57 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 06:35:57 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/edgexfoundry_edgex-ui-go_master 06:35:57 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 06:35:57 06:35:57 06:35:57 ---> free -m: 06:35:57 total used free shared buff/cache available 06:35:57 Mem: 1837 778 122 0 936 993 06:35:57 Swap: 1023 3 1020 06:35:57 06:35:57 06:35:57 ---> ip addr: 06:35:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:35:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:35:57 inet 127.0.0.1/8 scope host lo 06:35:57 valid_lft forever preferred_lft forever 06:35:57 24: eth0@if25: mtu 1458 qdisc noqueue state UP 06:35:57 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 06:35:57 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 06:35:57 valid_lft forever preferred_lft forever 06:35:57 06:35:57 06:35:57 ---> sar -b -r -n DEV: 06:35:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/20/20 _x86_64_ (4 CPU) 06:35:57 06:35:57 06:27:56 LINUX RESTART (4 CPU) 06:35:57 06:35:57 06:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:35:57 06:30:01 7.68 2.05 5.63 0.00 108.29 548.85 0.00 06:35:57 06:31:01 0.30 0.00 0.30 0.00 0.00 4.60 0.00 06:35:57 06:32:01 0.32 0.00 0.32 0.00 0.00 3.80 0.00 06:35:57 06:33:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 06:35:57 06:34:02 108.58 56.47 52.11 0.00 2613.37 24145.69 0.00 06:35:57 06:35:01 244.09 101.34 142.75 0.00 6050.30 32525.96 0.00 06:35:57 Average: 59.72 26.45 33.27 0.00 1450.03 9480.85 0.00 06:35:57 06:35:57 06:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:35:57 06:30:01 160528 0 554212 29.45 2620 1164196 1103952 37.68 423032 1138020 20 06:35:57 06:31:01 161556 0 553180 29.40 2620 1164200 1072072 36.59 423936 1135532 8 06:35:57 06:32:01 160820 0 553908 29.44 2620 1164208 1072312 36.60 425528 1135532 8 06:35:57 06:33:01 160068 0 554660 29.48 2620 1164208 1072180 36.59 428500 1132800 8 06:35:57 06:34:02 158160 0 628380 33.40 2620 1092396 1278608 43.64 439040 1085996 34120 06:35:57 06:35:01 168644 0 740924 39.38 1992 969996 1290292 44.04 578420 871320 91648 06:35:57 Average: 161629 0 597544 31.76 2515 1119867 1148236 39.19 453076 1083200 20969 06:35:57 06:35:57 06:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:35:57 06:30:01 eth0 78.87 66.85 129.68 121.51 0.00 0.00 0.00 0.00 06:35:57 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 06:30:01 docker0 30.87 22.16 2.90 105.75 0.00 0.00 0.00 0.00 06:35:57 06:31:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 06:35:57 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 06:32:01 eth0 1.08 0.52 0.38 0.21 0.00 0.00 0.00 0.00 06:35:57 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 06:33:01 eth0 0.53 0.37 0.27 0.21 0.00 0.00 0.00 0.00 06:35:57 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 06:34:02 eth0 374.51 334.82 3772.49 26.12 0.00 0.00 0.00 0.00 06:35:57 06:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 06:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 06:35:01 eth0 551.72 489.20 3696.57 123.47 0.00 0.00 0.00 0.00 06:35:57 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 06:35:01 docker0 43.36 40.29 4.40 105.73 0.00 0.00 0.00 0.00 06:35:57 Average: eth0 166.92 147.78 1260.72 45.04 0.00 0.00 0.00 0.00 06:35:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:57 Average: docker0 12.29 10.33 1.21 35.05 0.00 0.00 0.00 0.00 06:35:57 06:35:57 06:35:57 ---> sar -P ALL: 06:35:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/20/20 _x86_64_ (4 CPU) 06:35:57 06:35:57 06:27:56 LINUX RESTART (4 CPU) 06:35:57 06:35:57 06:29:01 CPU %user %nice %system %iowait %steal %idle 06:35:57 06:30:01 all 1.88 0.00 0.60 0.04 0.00 97.48 06:35:57 06:30:01 0 2.27 0.00 0.82 0.03 0.02 96.86 06:35:57 06:30:01 1 1.82 0.00 0.73 0.10 0.00 97.35 06:35:57 06:30:01 2 2.22 0.00 0.37 0.00 0.00 97.41 06:35:57 06:30:01 3 1.22 0.00 0.47 0.02 0.00 98.30 06:35:57 06:31:01 all 0.15 0.00 0.02 0.00 0.00 99.83 06:35:57 06:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:35:57 06:31:01 1 0.50 0.00 0.02 0.00 0.00 99.48 06:35:57 06:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:35:57 06:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:35:57 06:32:01 all 0.17 0.00 0.03 0.00 0.00 99.79 06:35:57 06:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:35:57 06:32:01 1 0.52 0.00 0.03 0.00 0.00 99.45 06:35:57 06:32:01 2 0.08 0.00 0.05 0.00 0.02 99.85 06:35:57 06:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 06:35:57 06:33:01 all 0.16 0.00 0.04 0.00 0.00 99.80 06:35:57 06:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:35:57 06:33:01 1 0.53 0.00 0.03 0.00 0.00 99.43 06:35:57 06:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:35:57 06:33:01 3 0.03 0.00 0.07 0.00 0.02 99.88 06:35:57 06:34:02 all 5.31 0.00 3.29 1.06 0.01 90.33 06:35:57 06:34:02 0 5.20 0.00 3.45 0.59 0.02 90.75 06:35:57 06:34:02 1 5.22 0.00 3.26 0.92 0.02 90.59 06:35:57 06:34:02 2 5.73 0.00 2.60 0.65 0.00 91.02 06:35:57 06:34:02 3 5.09 0.00 3.84 2.08 0.00 88.99 06:35:57 06:35:01 all 11.63 0.00 8.16 2.72 0.03 77.47 06:35:57 06:35:01 0 11.88 0.00 9.20 2.33 0.02 76.58 06:35:57 06:35:01 1 11.87 0.00 7.65 3.61 0.03 76.84 06:35:57 06:35:01 2 11.37 0.00 7.69 2.78 0.02 78.14 06:35:57 06:35:01 3 11.38 0.00 8.11 2.16 0.03 78.30 06:35:57 Average: all 3.16 0.00 1.98 0.62 0.01 94.22 06:35:57 Average: 0 3.18 0.00 2.20 0.48 0.01 94.13 06:35:57 Average: 1 3.36 0.00 1.92 0.76 0.01 93.96 06:35:57 Average: 2 3.20 0.00 1.76 0.56 0.01 94.48 06:35:57 Average: 3 2.91 0.00 2.05 0.70 0.01 94.33 06:35:57 06:35:57 06:35:57