Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1252 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 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd (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 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 Commit message: "clean up notifications" > git rev-list --no-walk 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-03T07:20:01.792Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-03T07:20:02.013Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-03T07:20:02.103Z] ========================================================= [2020-09-03T07:20:02.103Z] EdgeX Global Pipelines Version Info [2020-09-03T07:20:02.103Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:20:03.992Z] ------------------- [2020-09-03T07:20:03.992Z] stable info: [2020-09-03T07:20:03.993Z] ------------------- [2020-09-03T07:20:03.993Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T07:20:03.993Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T07:20:03.993Z] Message: update stable to v1.0.117 [2020-09-03T07:20:04.571Z] ------------------- [2020-09-03T07:20:04.571Z] experimental info: [2020-09-03T07:20:04.571Z] ------------------- [2020-09-03T07:20:04.571Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T07:20:04.571Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T07:20:04.571Z] Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-03T07:20:04.901Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-09-03T07:20:04.974Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-09-03T07:20:05.072Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-03T07:20:05.171Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-03T07:20:05.246Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-03T07:20:05.319Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-03T07:20:05.399Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-03T07:20:05.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-03T07:20:05.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-03T07:20:05.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-03T07:20:05.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-03T07:20:05.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-09-03T07:20:05.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-03T07:20:05.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-03T07:20:06.009Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T07:20:06.080Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T07:20:06.156Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T07:20:06.227Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T07:20:06.304Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-03T07:20:06.376Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-03T07:20:06.452Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-03T07:20:06.529Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-03T07:20:06.654Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-03T07:20:06.980Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-03T07:20:07.052Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-03T07:20:07.125Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [Pipeline] echo [2020-09-03T07:20:07.223Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c6ba8f6 [Pipeline] echo [2020-09-03T07:20:07.294Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-03T07:20:07.856Z] + git log --format=format:%s -1 c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [Pipeline] echo [2020-09-03T07:20:07.916Z] GIT_COMMIT: c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd, Commit Message: clean up notifications [Pipeline] echo [2020-09-03T07:20:07.959Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:20:08.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T07:20:09.388Z] [2020-09-03T07:20:09.388Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:20:09.738Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T07:20:09.738Z] latest: Pulling from edgex-devops/git-semver [2020-09-03T07:20:09.738Z] 31603596830f: Pulling fs layer [2020-09-03T07:20:09.738Z] 2a8b12db71e7: Pulling fs layer [2020-09-03T07:20:09.738Z] 6ca5941a6612: Pulling fs layer [2020-09-03T07:20:09.738Z] ecc8261a40a4: Pulling fs layer [2020-09-03T07:20:09.738Z] ecc8261a40a4: Waiting [2020-09-03T07:20:09.738Z] 2a8b12db71e7: Download complete [2020-09-03T07:20:10.000Z] 31603596830f: Verifying Checksum [2020-09-03T07:20:10.000Z] 31603596830f: Download complete [2020-09-03T07:20:10.000Z] 6ca5941a6612: Verifying Checksum [2020-09-03T07:20:10.000Z] 6ca5941a6612: Download complete [2020-09-03T07:20:10.000Z] ecc8261a40a4: Download complete [2020-09-03T07:20:10.262Z] 31603596830f: Pull complete [2020-09-03T07:20:10.262Z] 2a8b12db71e7: Pull complete [2020-09-03T07:20:11.216Z] 6ca5941a6612: Pull complete [2020-09-03T07:20:11.478Z] ecc8261a40a4: Pull complete [2020-09-03T07:20:11.478Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-03T07:20:11.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T07:20:11.478Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-03T07:20:11.586Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:20:11.641Z] $ 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 [2020-09-03T07:20:14.372Z] $ docker top 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T07:20:14.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T07:20:14.636Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T07:20:14.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T07:20:14.849Z] $ docker exec 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da ssh-agent [2020-09-03T07:20:15.009Z] SSH_AUTH_SOCK=/tmp/ssh-a5QbojheoHzo/agent.11 [2020-09-03T07:20:15.009Z] SSH_AGENT_PID=16 [2020-09-03T07:20:15.021Z] Running ssh-add (command line suppressed) [2020-09-03T07:20:15.151Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5466729747443717069.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5466729747443717069.key) [2020-09-03T07:20:15.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T07:20:15.573Z] + git describe --exact-match --tags HEAD [2020-09-03T07:20:15.573Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-03T07:20:15.598Z] $ docker exec --env ******** --env ******** 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da ssh-agent -k [2020-09-03T07:20:15.720Z] unset SSH_AUTH_SOCK; [2020-09-03T07:20:15.721Z] unset SSH_AGENT_PID; [2020-09-03T07:20:15.721Z] echo Agent pid 16 killed; [2020-09-03T07:20:15.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-03T07:20:15.837Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-03T07:20:15.837Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-03T07:20:15.920Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T07:20:15.920Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T07:20:16.085Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T07:20:16.094Z] $ docker exec 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da ssh-agent [2020-09-03T07:20:16.246Z] SSH_AUTH_SOCK=/tmp/ssh-ze3qrVMENBds/agent.46 [2020-09-03T07:20:16.246Z] SSH_AGENT_PID=52 [2020-09-03T07:20:16.252Z] Running ssh-add (command line suppressed) [2020-09-03T07:20:16.380Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5982397871414069744.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5982397871414069744.key) [2020-09-03T07:20:16.423Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T07:20:16.744Z] + git semver init [2020-09-03T07:20:16.744Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T07:20:16.744Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-03T07:20:16.744Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-03T07:20:16.744Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T07:20:16.744Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T07:20:16.744Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T07:20:16.744Z] # $SEMVER_BRANCH = master [2020-09-03T07:20:16.744Z] # $SEMVER_TEMP = /tmp/semver-804796624 [2020-09-03T07:20:16.744Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-09-03T07:20:18.141Z] # '/tmp/semver-804796624' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-09-03T07:20:18.141Z] # -> Force: false [2020-09-03T07:20:18.141Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-09-03T07:20:18.158Z] $ docker exec --env ******** --env ******** 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da ssh-agent -k [2020-09-03T07:20:18.274Z] unset SSH_AUTH_SOCK; [2020-09-03T07:20:18.275Z] unset SSH_AGENT_PID; [2020-09-03T07:20:18.275Z] echo Agent pid 52 killed; [2020-09-03T07:20:18.313Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T07:20:18.744Z] + git semver [Pipeline] } [2020-09-03T07:20:18.764Z] $ docker stop --time=1 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da [2020-09-03T07:20:20.175Z] $ docker rm -f 19a49fa57000ceddfe51eaf8643fa23686c31df9db298e01b0135c313b2152da [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-03T07:20:21.494Z] Stashed 20 file(s) [Pipeline] echo [2020-09-03T07:20:21.496Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.7 [Pipeline] echo [2020-09-03T07:20:21.588Z] Archived original version: [1.2.2-dev.7] [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 [2020-09-03T07:20:36.958Z] Still waiting to schedule task [2020-09-03T07:20:36.958Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-03T07:20:36.960Z] Still waiting to schedule task [2020-09-03T07:20:36.960Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-03T07:22:34.971Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1253 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-09-03T07:22:35.016Z] Running in /w/workspace/edgex-ui-go/50 [Pipeline] { [Pipeline] checkout [2020-09-03T07:22:39.647Z] using credential edgex-jenkins-ssh [2020-09-03T07:22:39.699Z] Cloning the remote Git repository [2020-09-03T07:22:39.699Z] Cloning with configured refspecs honoured and without tags [2020-09-03T07:22:39.779Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:22:39.896Z] > git init /w/workspace/edgex-ui-go/50 # timeout=10 [2020-09-03T07:22:39.993Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:22:39.994Z] > git --version # timeout=10 [2020-09-03T07:22:40.014Z] > git --version # 'git version 2.17.1' [2020-09-03T07:22:40.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T07:22:40.066Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:22:42.199Z] Fetching without tags [2020-09-03T07:22:42.147Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-03T07:22:42.163Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:22:42.190Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-03T07:22:42.221Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:22:42.221Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T07:22:42.232Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:22:42.650Z] Checking out Revision c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd (master) [2020-09-03T07:22:42.680Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T07:22:42.704Z] > git checkout -f c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 [2020-09-03T07:22:47.290Z] Commit message: "clean up notifications" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-03T07:22:49.106Z] ========================================================= [2020-09-03T07:22:49.106Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-03T07:22:49.106Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:22:50.088Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-03T07:22:51.083Z] Sending build context to Docker daemon 21.96MB [2020-09-03T07:22:51.083Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-09-03T07:22:51.083Z] Step 2/8 : FROM ${BASE} [2020-09-03T07:22:51.686Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-03T07:22:51.686Z] b538f80385f9: Pulling fs layer [2020-09-03T07:22:51.686Z] 74f711af9a0d: Pulling fs layer [2020-09-03T07:22:51.686Z] 99f96fe45779: Pulling fs layer [2020-09-03T07:22:51.686Z] fd7a069fd194: Pulling fs layer [2020-09-03T07:22:51.686Z] 66aa3694b03b: Pulling fs layer [2020-09-03T07:22:51.686Z] 170f70906a0f: Pulling fs layer [2020-09-03T07:22:51.686Z] ad7c5574e4b9: Pulling fs layer [2020-09-03T07:22:51.686Z] e772456be8f7: Pulling fs layer [2020-09-03T07:22:51.686Z] c890913d741a: Pulling fs layer [2020-09-03T07:22:51.686Z] 2480fcc9aa5a: Pulling fs layer [2020-09-03T07:22:51.686Z] 09adf4765672: Pulling fs layer [2020-09-03T07:22:51.687Z] 66aa3694b03b: Waiting [2020-09-03T07:22:51.687Z] 170f70906a0f: Waiting [2020-09-03T07:22:51.687Z] ad7c5574e4b9: Waiting [2020-09-03T07:22:51.687Z] e772456be8f7: Waiting [2020-09-03T07:22:51.687Z] c890913d741a: Waiting [2020-09-03T07:22:51.687Z] 2480fcc9aa5a: Waiting [2020-09-03T07:22:51.687Z] 09adf4765672: Waiting [2020-09-03T07:22:51.687Z] fd7a069fd194: Waiting [2020-09-03T07:22:51.687Z] 99f96fe45779: Verifying Checksum [2020-09-03T07:22:51.687Z] 99f96fe45779: Download complete [2020-09-03T07:22:51.687Z] 74f711af9a0d: Verifying Checksum [2020-09-03T07:22:51.687Z] 74f711af9a0d: Download complete [2020-09-03T07:22:51.687Z] 66aa3694b03b: Download complete [2020-09-03T07:22:51.687Z] 170f70906a0f: Verifying Checksum [2020-09-03T07:22:51.687Z] 170f70906a0f: Download complete [2020-09-03T07:22:51.687Z] b538f80385f9: Verifying Checksum [2020-09-03T07:22:51.687Z] b538f80385f9: Download complete [2020-09-03T07:22:52.282Z] b538f80385f9: Pull complete [2020-09-03T07:22:52.881Z] 74f711af9a0d: Pull complete [2020-09-03T07:22:53.153Z] 99f96fe45779: Pull complete [2020-09-03T07:22:55.146Z] ad7c5574e4b9: Verifying Checksum [2020-09-03T07:22:55.146Z] ad7c5574e4b9: Download complete [2020-09-03T07:22:55.146Z] c890913d741a: Verifying Checksum [2020-09-03T07:22:55.146Z] c890913d741a: Download complete [2020-09-03T07:22:56.599Z] e772456be8f7: Verifying Checksum [2020-09-03T07:22:56.599Z] e772456be8f7: Download complete [2020-09-03T07:22:56.599Z] 09adf4765672: Download complete [2020-09-03T07:22:56.874Z] 2480fcc9aa5a: Verifying Checksum [2020-09-03T07:22:56.874Z] 2480fcc9aa5a: Download complete [2020-09-03T07:22:57.146Z] fd7a069fd194: Verifying Checksum [2020-09-03T07:22:57.146Z] fd7a069fd194: Download complete [2020-09-03T07:23:09.551Z] fd7a069fd194: Pull complete [2020-09-03T07:23:09.551Z] 66aa3694b03b: Pull complete [2020-09-03T07:23:09.551Z] 170f70906a0f: Pull complete [2020-09-03T07:23:12.948Z] ad7c5574e4b9: Pull complete [2020-09-03T07:23:18.359Z] e772456be8f7: Pull complete [2020-09-03T07:23:18.359Z] c890913d741a: Pull complete [2020-09-03T07:23:20.353Z] 2480fcc9aa5a: Pull complete [2020-09-03T07:23:20.633Z] 09adf4765672: Pull complete [2020-09-03T07:23:20.633Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-03T07:23:20.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-03T07:23:20.633Z] ---> 2248a725d1cf [2020-09-03T07:23:20.633Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-03T07:23:24.302Z] Running on prd-centos7-docker-4c-2g-1254 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-09-03T07:23:24.348Z] Running in /w/workspace/edgex-ui-go/50 [Pipeline] { [Pipeline] checkout [2020-09-03T07:23:24.956Z] ---> Running in b1ac77e7b5b3 [2020-09-03T07:23:25.229Z] Removing intermediate container b1ac77e7b5b3 [2020-09-03T07:23:25.229Z] ---> 456bd7a702f5 [2020-09-03T07:23:25.229Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T07:23:25.507Z] ---> Running in 0567613bd577 [2020-09-03T07:23:28.161Z] Removing intermediate container 0567613bd577 [2020-09-03T07:23:28.161Z] ---> 3b6adf69623c [2020-09-03T07:23:28.161Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-03T07:23:28.161Z] ---> Running in 2b1ec0674ea5 [2020-09-03T07:23:28.489Z] using credential edgex-jenkins-ssh [2020-09-03T07:23:28.536Z] Cloning the remote Git repository [2020-09-03T07:23:28.536Z] Cloning with configured refspecs honoured and without tags [2020-09-03T07:23:29.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T07:23:28.570Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:23:28.651Z] > git init /w/workspace/edgex-ui-go/50 # timeout=10 [2020-09-03T07:23:28.749Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:23:28.749Z] > git --version # timeout=10 [2020-09-03T07:23:28.762Z] > git --version # 'git version 2.16.5' [2020-09-03T07:23:28.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T07:23:28.801Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:23:30.022Z] Fetching without tags [2020-09-03T07:23:30.440Z] Checking out Revision c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd (master) [2020-09-03T07:23:30.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T07:23:29.884Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-03T07:23:29.945Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:23:29.990Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-03T07:23:30.042Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-03T07:23:30.042Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T07:23:30.052Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T07:23:30.453Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T07:23:30.471Z] > git checkout -f c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 [2020-09-03T07:23:31.180Z] OK: 142 MiB in 39 packages [2020-09-03T07:23:32.162Z] Removing intermediate container 2b1ec0674ea5 [2020-09-03T07:23:32.162Z] ---> 78e7af6c6a79 [2020-09-03T07:23:32.162Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-03T07:23:32.437Z] ---> Running in 33fbfb09a0fd [2020-09-03T07:23:33.035Z] Removing intermediate container 33fbfb09a0fd [2020-09-03T07:23:33.035Z] ---> 5f32cf806e1c [2020-09-03T07:23:33.035Z] Step 7/8 : COPY . . [2020-09-03T07:23:34.497Z] Commit message: "clean up notifications" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-03T07:23:35.019Z] ---> 2010a37295cb [2020-09-03T07:23:35.019Z] Step 8/8 : RUN go mod download [2020-09-03T07:23:35.302Z] ---> Running in 2e858892617f [Pipeline] echo [2020-09-03T07:23:36.144Z] ========================================================= [2020-09-03T07:23:36.144Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-03T07:23:36.144Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:23:37.587Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-03T07:23:38.335Z] Sending build context to Docker daemon 21.96MB [2020-09-03T07:23:38.335Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-09-03T07:23:38.335Z] Step 2/8 : FROM ${BASE} [2020-09-03T07:23:38.778Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-03T07:23:38.778Z] df20fa9351a1: Pulling fs layer [2020-09-03T07:23:38.778Z] ed8968b2872e: Pulling fs layer [2020-09-03T07:23:38.778Z] a92cc7c5fd73: Pulling fs layer [2020-09-03T07:23:38.778Z] 2dd03ba5bac4: Pulling fs layer [2020-09-03T07:23:38.778Z] 1e091d79d1de: Pulling fs layer [2020-09-03T07:23:38.778Z] 481702a1767f: Pulling fs layer [2020-09-03T07:23:38.778Z] f64a6f60c768: Pulling fs layer [2020-09-03T07:23:38.778Z] e78d2573fc39: Pulling fs layer [2020-09-03T07:23:38.778Z] e876d2f968b6: Pulling fs layer [2020-09-03T07:23:38.778Z] ce8a83651883: Pulling fs layer [2020-09-03T07:23:38.778Z] 07967f4d0e4b: Pulling fs layer [2020-09-03T07:23:38.778Z] f64a6f60c768: Waiting [2020-09-03T07:23:38.778Z] e78d2573fc39: Waiting [2020-09-03T07:23:38.778Z] e876d2f968b6: Waiting [2020-09-03T07:23:38.778Z] ce8a83651883: Waiting [2020-09-03T07:23:38.778Z] 07967f4d0e4b: Waiting [2020-09-03T07:23:38.778Z] 1e091d79d1de: Waiting [2020-09-03T07:23:38.778Z] 2dd03ba5bac4: Waiting [2020-09-03T07:23:38.778Z] 481702a1767f: Waiting [2020-09-03T07:23:39.146Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-03T07:23:39.146Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-09-03T07:23:39.146Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-09-03T07:23:39.146Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-09-03T07:23:39.146Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-03T07:23:39.146Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-09-03T07:23:39.146Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-03T07:23:39.146Z] go: finding github.com/beorn7/perks v1.0.1 [2020-09-03T07:23:39.146Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-03T07:23:39.284Z] a92cc7c5fd73: Verifying Checksum [2020-09-03T07:23:39.284Z] a92cc7c5fd73: Download complete [2020-09-03T07:23:39.284Z] ed8968b2872e: Verifying Checksum [2020-09-03T07:23:39.284Z] ed8968b2872e: Download complete [2020-09-03T07:23:39.540Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-03T07:23:39.540Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-09-03T07:23:39.540Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-09-03T07:23:39.540Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-09-03T07:23:39.540Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-03T07:23:39.540Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-03T07:23:39.540Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-09-03T07:23:39.540Z] go: finding github.com/fatih/color v1.9.0 [2020-09-03T07:23:39.540Z] go: finding github.com/go-kit/kit v0.9.0 [2020-09-03T07:23:39.540Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T07:23:39.540Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T07:23:39.638Z] 1e091d79d1de: Verifying Checksum [2020-09-03T07:23:39.638Z] 1e091d79d1de: Download complete [2020-09-03T07:23:39.638Z] df20fa9351a1: Verifying Checksum [2020-09-03T07:23:39.638Z] df20fa9351a1: Download complete [2020-09-03T07:23:39.638Z] 481702a1767f: Download complete [2020-09-03T07:23:39.820Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-09-03T07:23:39.820Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-03T07:23:39.820Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-03T07:23:39.820Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-03T07:23:39.820Z] go: finding github.com/google/gofuzz v1.0.0 [2020-09-03T07:23:39.820Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-03T07:23:39.820Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-09-03T07:23:39.820Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-09-03T07:23:39.820Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-09-03T07:23:40.089Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-03T07:23:40.089Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-03T07:23:40.089Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-09-03T07:23:40.089Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-09-03T07:23:40.089Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-09-03T07:23:40.089Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-03T07:23:40.089Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-09-03T07:23:40.089Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-09-03T07:23:40.089Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-09-03T07:23:40.394Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-03T07:23:40.394Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-03T07:23:40.394Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-03T07:23:40.394Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-09-03T07:23:40.394Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-03T07:23:40.394Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-09-03T07:23:40.394Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-09-03T07:23:40.394Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-09-03T07:23:40.394Z] go: finding github.com/json-iterator/go v1.1.9 [2020-09-03T07:23:40.394Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-09-03T07:23:40.394Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-09-03T07:23:40.394Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T07:23:40.488Z] df20fa9351a1: Pull complete [2020-09-03T07:23:40.705Z] go: finding github.com/kr/pretty v0.2.0 [2020-09-03T07:23:40.705Z] go: finding github.com/kr/pty v1.1.1 [2020-09-03T07:23:40.705Z] go: finding github.com/kr/text v0.1.0 [2020-09-03T07:23:40.705Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-03T07:23:40.705Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-03T07:23:40.705Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-09-03T07:23:40.705Z] go: finding github.com/miekg/dns v1.1.26 [2020-09-03T07:23:40.705Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-03T07:23:40.705Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-03T07:23:40.705Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-03T07:23:40.705Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-03T07:23:40.705Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-03T07:23:40.991Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-03T07:23:40.991Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-03T07:23:40.991Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-03T07:23:40.991Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-09-03T07:23:40.991Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-09-03T07:23:40.991Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-09-03T07:23:40.991Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-09-03T07:23:40.991Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-09-03T07:23:40.991Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-09-03T07:23:40.991Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-09-03T07:23:41.235Z] ed8968b2872e: Pull complete [2020-09-03T07:23:41.235Z] a92cc7c5fd73: Pull complete [2020-09-03T07:23:41.273Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-03T07:23:41.273Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T07:23:41.273Z] go: finding github.com/posener/complete v1.1.1 [2020-09-03T07:23:41.273Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-09-03T07:23:41.273Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-09-03T07:23:41.273Z] go: finding github.com/prometheus/common v0.9.1 [2020-09-03T07:23:41.273Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-09-03T07:23:41.273Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-03T07:23:41.273Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-03T07:23:41.273Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-09-03T07:23:41.583Z] go: finding github.com/stretchr/objx v0.1.1 [2020-09-03T07:23:41.583Z] go: finding github.com/stretchr/testify v1.4.0 [2020-09-03T07:23:41.583Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-09-03T07:23:41.583Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-09-03T07:23:41.583Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-09-03T07:23:41.583Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-09-03T07:23:41.583Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-09-03T07:23:41.583Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T07:23:41.583Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-09-03T07:23:41.583Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-03T07:23:41.583Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-09-03T07:23:41.583Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-03T07:23:41.896Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-03T07:23:41.896Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T07:23:42.458Z] f64a6f60c768: Verifying Checksum [2020-09-03T07:23:42.459Z] f64a6f60c768: Download complete [2020-09-03T07:23:42.859Z] e876d2f968b6: Verifying Checksum [2020-09-03T07:23:42.859Z] e876d2f968b6: Download complete [2020-09-03T07:23:44.002Z] e78d2573fc39: Verifying Checksum [2020-09-03T07:23:44.002Z] e78d2573fc39: Download complete [2020-09-03T07:23:44.002Z] ce8a83651883: Verifying Checksum [2020-09-03T07:23:44.002Z] ce8a83651883: Download complete [2020-09-03T07:23:44.002Z] 07967f4d0e4b: Verifying Checksum [2020-09-03T07:23:44.002Z] 07967f4d0e4b: Download complete [2020-09-03T07:23:45.038Z] 2dd03ba5bac4: Verifying Checksum [2020-09-03T07:23:45.038Z] 2dd03ba5bac4: Download complete [2020-09-03T07:23:55.345Z] 2dd03ba5bac4: Pull complete [2020-09-03T07:23:55.345Z] 1e091d79d1de: Pull complete [2020-09-03T07:23:55.641Z] 481702a1767f: Pull complete [2020-09-03T07:24:00.459Z] Removing intermediate container 2e858892617f [2020-09-03T07:24:00.459Z] ---> 51999d8d28fb [2020-09-03T07:24:00.459Z] Successfully built 51999d8d28fb [2020-09-03T07:24:00.459Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-03T07:24:03.198Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-03T07:24:03.536Z] + ls -al . [2020-09-03T07:24:03.536Z] total 92 [2020-09-03T07:24:03.536Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 07:22 . [2020-09-03T07:24:03.536Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 07:22 .. [2020-09-03T07:24:03.536Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 07:22 .git [2020-09-03T07:24:03.536Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 07:22 .github [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 136 Sep 3 07:22 .gitignore [2020-09-03T07:24:03.536Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:22 .semver [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 3 07:22 CONTRIBUTING.md [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 913 Sep 3 07:22 Dockerfile [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 898 Sep 3 07:22 Dockerfile.build [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 675 Sep 3 07:22 Jenkinsfile [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 3 07:22 LICENSE [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 3 07:22 Makefile [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 3545 Sep 3 07:22 README.md [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 07:20 VERSION [2020-09-03T07:24:03.536Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:22 assets [2020-09-03T07:24:03.536Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 07:22 bin [2020-09-03T07:24:03.536Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:22 cmd [2020-09-03T07:24:03.536Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 3 07:22 docs [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 1019 Sep 3 07:22 go.mod [2020-09-03T07:24:03.536Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 07:22 internal [2020-09-03T07:24:03.536Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 3 07:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:24:03.892Z] + 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=c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd --label arch=arm64 --label version=1.2.2-dev.7 . [2020-09-03T07:24:04.341Z] f64a6f60c768: Pull complete [2020-09-03T07:24:04.487Z] Sending build context to Docker daemon 21.96MB [2020-09-03T07:24:04.487Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-09-03T07:24:04.487Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-03T07:24:04.487Z] ---> 51999d8d28fb [2020-09-03T07:24:04.487Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-03T07:24:05.131Z] ---> Running in 38e263393818 [2020-09-03T07:24:05.427Z] Removing intermediate container 38e263393818 [2020-09-03T07:24:05.427Z] ---> 7e96bb5c13ef [2020-09-03T07:24:05.427Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-03T07:24:05.716Z] ---> Running in 4d33bae0d309 [2020-09-03T07:24:06.000Z] Removing intermediate container 4d33bae0d309 [2020-09-03T07:24:06.001Z] ---> 61056cfebbcd [2020-09-03T07:24:06.001Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-03T07:24:06.278Z] ---> Running in 8dcc14c7b6e8 [2020-09-03T07:24:06.556Z] Removing intermediate container 8dcc14c7b6e8 [2020-09-03T07:24:06.556Z] ---> f8140823daf8 [2020-09-03T07:24:06.556Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-03T07:24:06.829Z] ---> Running in da2483fccc3a [2020-09-03T07:24:07.102Z] Removing intermediate container da2483fccc3a [2020-09-03T07:24:07.102Z] ---> e3ed1b4b8cd1 [2020-09-03T07:24:07.102Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-03T07:24:07.375Z] ---> Running in afc3bbb388b0 [2020-09-03T07:24:07.971Z] Removing intermediate container afc3bbb388b0 [2020-09-03T07:24:07.971Z] ---> 3aede460a333 [2020-09-03T07:24:07.971Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T07:24:07.971Z] ---> Running in 1b0c0eafda11 [2020-09-03T07:24:09.842Z] e78d2573fc39: Pull complete [2020-09-03T07:24:09.842Z] e876d2f968b6: Pull complete [2020-09-03T07:24:10.598Z] Removing intermediate container 1b0c0eafda11 [2020-09-03T07:24:10.598Z] ---> f7c3890b21da [2020-09-03T07:24:10.598Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-03T07:24:10.598Z] ---> Running in 4f5014111749 [2020-09-03T07:24:10.870Z] ce8a83651883: Pull complete [2020-09-03T07:24:10.870Z] 07967f4d0e4b: Pull complete [2020-09-03T07:24:10.870Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-03T07:24:10.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-03T07:24:10.870Z] ---> 5d7c900382c6 [2020-09-03T07:24:10.870Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-03T07:24:11.834Z] ---> Running in 6c26847f9f6e [2020-09-03T07:24:11.834Z] Removing intermediate container 6c26847f9f6e [2020-09-03T07:24:11.834Z] ---> 1affdbb8eb6a [2020-09-03T07:24:11.834Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T07:24:12.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T07:24:12.103Z] ---> Running in 894d9c3c531c [2020-09-03T07:24:13.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T07:24:13.593Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T07:24:13.593Z] v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T07:24:13.593Z] OK: 12617 distinct packages available [2020-09-03T07:24:13.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T07:24:14.122Z] Removing intermediate container 894d9c3c531c [2020-09-03T07:24:14.122Z] ---> 14d43dca5e8a [2020-09-03T07:24:14.122Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-03T07:24:14.122Z] ---> Running in 97d2e4378c1c [2020-09-03T07:24:14.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T07:24:15.110Z] OK: 142 MiB in 39 packages [2020-09-03T07:24:15.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T07:24:15.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T07:24:16.538Z] Removing intermediate container 4f5014111749 [2020-09-03T07:24:16.538Z] ---> bf7e97d98498 [2020-09-03T07:24:16.538Z] Step 10/24 : ENV GO111MODULE=on [2020-09-03T07:24:16.538Z] ---> Running in 6aa8fe791dde [2020-09-03T07:24:16.734Z] OK: 166 MiB in 39 packages [2020-09-03T07:24:17.131Z] Removing intermediate container 6aa8fe791dde [2020-09-03T07:24:17.131Z] ---> 71d6852446e6 [2020-09-03T07:24:17.131Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-03T07:24:17.405Z] ---> Running in 0ba15c8c0287 [2020-09-03T07:24:17.682Z] Removing intermediate container 0ba15c8c0287 [2020-09-03T07:24:17.682Z] ---> 79c4802d8039 [2020-09-03T07:24:17.682Z] Step 12/24 : COPY go.mod . [2020-09-03T07:24:17.753Z] Removing intermediate container 97d2e4378c1c [2020-09-03T07:24:17.753Z] ---> 9e4f904df58f [2020-09-03T07:24:17.753Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-03T07:24:17.753Z] ---> Running in 96dfcf1bf12f [2020-09-03T07:24:17.753Z] Removing intermediate container 96dfcf1bf12f [2020-09-03T07:24:17.753Z] ---> cec67f391cb8 [2020-09-03T07:24:17.753Z] Step 7/8 : COPY . . [2020-09-03T07:24:18.660Z] ---> 9fc0647d4a43 [2020-09-03T07:24:18.660Z] Step 13/24 : COPY Makefile . [2020-09-03T07:24:19.266Z] ---> e99fc02d73e0 [2020-09-03T07:24:19.266Z] Step 14/24 : RUN make update [2020-09-03T07:24:19.266Z] ---> Running in 162b6ec4ff50 [2020-09-03T07:24:19.704Z] ---> d8187d2109c3 [2020-09-03T07:24:19.704Z] Step 8/8 : RUN go mod download [2020-09-03T07:24:19.704Z] ---> Running in 742bc221ca04 [2020-09-03T07:24:20.700Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-03T07:24:22.148Z] Removing intermediate container 162b6ec4ff50 [2020-09-03T07:24:22.148Z] ---> 7a373e478889 [2020-09-03T07:24:22.148Z] Step 15/24 : COPY . . [2020-09-03T07:24:23.235Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-03T07:24:23.235Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-09-03T07:24:23.235Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-09-03T07:24:23.235Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-09-03T07:24:23.235Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-03T07:24:23.235Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-09-03T07:24:23.235Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-03T07:24:23.520Z] go: finding github.com/beorn7/perks v1.0.1 [2020-09-03T07:24:23.520Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-03T07:24:23.520Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-03T07:24:23.520Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-09-03T07:24:23.520Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-09-03T07:24:23.520Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-09-03T07:24:23.520Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-03T07:24:23.520Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-03T07:24:23.520Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-09-03T07:24:23.520Z] go: finding github.com/fatih/color v1.9.0 [2020-09-03T07:24:23.520Z] go: finding github.com/go-kit/kit v0.9.0 [2020-09-03T07:24:23.794Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T07:24:23.794Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T07:24:23.794Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-09-03T07:24:23.794Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-03T07:24:23.794Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-03T07:24:23.794Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-03T07:24:23.794Z] go: finding github.com/google/gofuzz v1.0.0 [2020-09-03T07:24:23.794Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-03T07:24:23.794Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-09-03T07:24:23.794Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-09-03T07:24:24.055Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-09-03T07:24:24.055Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-03T07:24:24.055Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-03T07:24:24.055Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-09-03T07:24:24.055Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-09-03T07:24:24.055Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-09-03T07:24:24.055Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-03T07:24:24.055Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-09-03T07:24:24.055Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-09-03T07:24:24.132Z] ---> db3b1e811fa5 [2020-09-03T07:24:24.132Z] Step 16/24 : RUN ${MAKE} [2020-09-03T07:24:24.132Z] ---> Running in 48dbc7858a8b [2020-09-03T07:24:24.437Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-09-03T07:24:24.437Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-03T07:24:24.437Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-03T07:24:24.437Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-03T07:24:24.437Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-09-03T07:24:24.437Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-03T07:24:24.437Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-09-03T07:24:24.740Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-09-03T07:24:24.740Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-09-03T07:24:24.740Z] go: finding github.com/json-iterator/go v1.1.9 [2020-09-03T07:24:24.740Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-09-03T07:24:24.740Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-09-03T07:24:24.740Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T07:24:24.740Z] go: finding github.com/kr/pretty v0.2.0 [2020-09-03T07:24:24.740Z] go: finding github.com/kr/pty v1.1.1 [2020-09-03T07:24:24.740Z] go: finding github.com/kr/text v0.1.0 [2020-09-03T07:24:24.740Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-03T07:24:25.012Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-03T07:24:25.012Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-09-03T07:24:25.012Z] go: finding github.com/miekg/dns v1.1.26 [2020-09-03T07:24:25.012Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-03T07:24:25.012Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-03T07:24:25.012Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-03T07:24:25.012Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-03T07:24:25.012Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-03T07:24:25.012Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-03T07:24:25.012Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-03T07:24:25.288Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-03T07:24:25.288Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-09-03T07:24:25.288Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-09-03T07:24:25.288Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-09-03T07:24:25.288Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-09-03T07:24:25.288Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-09-03T07:24:25.288Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-09-03T07:24:25.288Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-09-03T07:24:25.288Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-03T07:24:25.288Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T07:24:25.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.7" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-09-03T07:24:25.562Z] go: finding github.com/posener/complete v1.1.1 [2020-09-03T07:24:25.562Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-09-03T07:24:25.562Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-09-03T07:24:25.562Z] go: finding github.com/prometheus/common v0.9.1 [2020-09-03T07:24:25.562Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-09-03T07:24:25.562Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-03T07:24:25.562Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-03T07:24:25.562Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-09-03T07:24:25.562Z] go: finding github.com/stretchr/objx v0.1.1 [2020-09-03T07:24:25.562Z] go: finding github.com/stretchr/testify v1.4.0 [2020-09-03T07:24:25.562Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-09-03T07:24:25.923Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-09-03T07:24:25.923Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-09-03T07:24:25.923Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-09-03T07:24:25.923Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-09-03T07:24:25.923Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T07:24:25.923Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-09-03T07:24:25.923Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-03T07:24:25.923Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-09-03T07:24:25.923Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-03T07:24:25.923Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-03T07:24:26.222Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T07:24:44.703Z] Removing intermediate container 742bc221ca04 [2020-09-03T07:24:44.703Z] ---> 6068e0baf18e [2020-09-03T07:24:44.703Z] Successfully built 6068e0baf18e [2020-09-03T07:24:44.703Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-03T07:24:45.879Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-03T07:24:46.520Z] + ls -al . [2020-09-03T07:24:46.520Z] total 56 [2020-09-03T07:24:46.520Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 3 07:23 . [2020-09-03T07:24:46.520Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 3 07:23 .. [2020-09-03T07:24:46.520Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 3 07:23 assets [2020-09-03T07:24:46.520Z] drwxrwxr-x. 2 jenkins jenkins 35 Sep 3 07:23 bin [2020-09-03T07:24:46.520Z] drwxrwxr-x. 3 jenkins jenkins 29 Sep 3 07:23 cmd [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 3959 Sep 3 07:23 CONTRIBUTING.md [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 913 Sep 3 07:23 Dockerfile [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 898 Sep 3 07:23 Dockerfile.build [2020-09-03T07:24:46.520Z] drwxrwxr-x. 5 jenkins jenkins 104 Sep 3 07:23 docs [2020-09-03T07:24:46.520Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 3 07:23 .git [2020-09-03T07:24:46.520Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 3 07:23 .github [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 136 Sep 3 07:23 .gitignore [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 1019 Sep 3 07:23 go.mod [2020-09-03T07:24:46.520Z] drwxrwxr-x. 10 jenkins jenkins 139 Sep 3 07:23 internal [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 675 Sep 3 07:23 Jenkinsfile [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 11357 Sep 3 07:23 LICENSE [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 3 07:23 Makefile [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 3545 Sep 3 07:23 README.md [2020-09-03T07:24:46.520Z] drwxrwxr-x. 3 jenkins jenkins 44 Sep 3 07:23 .semver [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 3 07:20 VERSION [2020-09-03T07:24:46.520Z] -rw-rw-r--. 1 jenkins jenkins 155 Sep 3 07:23 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:24:47.068Z] + 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=c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd --label arch=amd64 --label version=1.2.2-dev.7 . [2020-09-03T07:24:47.741Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-03T07:24:48.041Z] Sending build context to Docker daemon 21.96MB [2020-09-03T07:24:48.041Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-09-03T07:24:48.041Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-03T07:24:48.041Z] ---> 6068e0baf18e [2020-09-03T07:24:48.041Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-03T07:24:48.629Z] ---> Running in 40c584d045fa [2020-09-03T07:24:48.629Z] Removing intermediate container 40c584d045fa [2020-09-03T07:24:48.629Z] ---> 39cda94c4d1d [2020-09-03T07:24:48.629Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-03T07:24:48.917Z] ---> Running in 0c0c0c31eb1a [2020-09-03T07:24:49.180Z] Removing intermediate container 0c0c0c31eb1a [2020-09-03T07:24:49.180Z] ---> 9592312d4786 [2020-09-03T07:24:49.180Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-03T07:24:49.180Z] ---> Running in b9b8e7f26e77 [2020-09-03T07:24:49.447Z] Removing intermediate container b9b8e7f26e77 [2020-09-03T07:24:49.447Z] ---> 4aac9f6321d0 [2020-09-03T07:24:49.447Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-03T07:24:49.447Z] ---> Running in d1317fddbcc7 [2020-09-03T07:24:49.709Z] Removing intermediate container d1317fddbcc7 [2020-09-03T07:24:49.709Z] ---> 5d0dac833320 [2020-09-03T07:24:49.709Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-03T07:24:49.709Z] ---> Running in 752a95db4e46 [2020-09-03T07:24:49.973Z] Removing intermediate container 752a95db4e46 [2020-09-03T07:24:49.973Z] ---> 70ca95014737 [2020-09-03T07:24:49.973Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T07:24:50.239Z] ---> Running in 869314b40772 [2020-09-03T07:24:51.697Z] Removing intermediate container 869314b40772 [2020-09-03T07:24:51.697Z] ---> 4ea92690e9d6 [2020-09-03T07:24:51.697Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-03T07:24:51.697Z] ---> Running in eb5b31665095 [2020-09-03T07:24:52.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T07:24:53.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T07:24:54.243Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T07:24:54.243Z] v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T07:24:54.243Z] OK: 12746 distinct packages available [2020-09-03T07:24:54.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T07:24:54.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T07:24:55.769Z] OK: 166 MiB in 39 packages [2020-09-03T07:24:56.003Z] Removing intermediate container 48dbc7858a8b [2020-09-03T07:24:56.003Z] ---> 0c1c9e9c84fc [2020-09-03T07:24:56.003Z] Step 17/24 : FROM alpine [2020-09-03T07:24:56.003Z] latest: Pulling from library/alpine [2020-09-03T07:24:56.274Z] b538f80385f9: Already exists [2020-09-03T07:24:56.274Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-03T07:24:56.274Z] Status: Downloaded newer image for alpine:latest [2020-09-03T07:24:56.274Z] ---> 62ee0e9f8440 [2020-09-03T07:24:56.274Z] Step 18/24 : EXPOSE 4000 [2020-09-03T07:24:56.365Z] Removing intermediate container eb5b31665095 [2020-09-03T07:24:56.365Z] ---> 5a71562edb6a [2020-09-03T07:24:56.365Z] Step 10/24 : ENV GO111MODULE=on [2020-09-03T07:24:56.365Z] ---> Running in eeeb85c265a2 [2020-09-03T07:24:56.547Z] ---> Running in ef68ad5c6114 [2020-09-03T07:24:56.708Z] Removing intermediate container eeeb85c265a2 [2020-09-03T07:24:56.708Z] ---> 1003103d4737 [2020-09-03T07:24:56.708Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-03T07:24:56.708Z] ---> Running in 50a07a54d19d [2020-09-03T07:24:56.983Z] Removing intermediate container 50a07a54d19d [2020-09-03T07:24:56.983Z] ---> 3295439c67e2 [2020-09-03T07:24:56.983Z] Step 12/24 : COPY go.mod . [2020-09-03T07:24:57.139Z] Removing intermediate container ef68ad5c6114 [2020-09-03T07:24:57.139Z] ---> fa1e8c36ebfb [2020-09-03T07:24:57.139Z] 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 [2020-09-03T07:24:57.286Z] ---> 5b4ff391a833 [2020-09-03T07:24:57.286Z] Step 13/24 : COPY Makefile . [2020-09-03T07:24:57.871Z] ---> 6b935898dfcd [2020-09-03T07:24:57.871Z] Step 14/24 : RUN make update [2020-09-03T07:24:57.871Z] ---> Running in 851e192c7666 [2020-09-03T07:24:58.473Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-03T07:24:59.064Z] Removing intermediate container 851e192c7666 [2020-09-03T07:24:59.064Z] ---> 7adcaee74187 [2020-09-03T07:24:59.064Z] Step 15/24 : COPY . . [2020-09-03T07:24:59.106Z] ---> 20e62a54e794 [2020-09-03T07:24:59.106Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-03T07:24:59.106Z] ---> Running in 70d155088abe [2020-09-03T07:24:59.377Z] Removing intermediate container 70d155088abe [2020-09-03T07:24:59.377Z] ---> 9043b14cfe58 [2020-09-03T07:24:59.377Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-03T07:24:59.649Z] ---> Running in 53bec7a82048 [2020-09-03T07:24:59.922Z] Removing intermediate container 53bec7a82048 [2020-09-03T07:24:59.922Z] ---> bdae4817b2fb [2020-09-03T07:24:59.922Z] Step 22/24 : LABEL arch=arm64 [2020-09-03T07:25:00.194Z] ---> Running in 95604ae577ac [2020-09-03T07:25:00.681Z] ---> 15129f573624 [2020-09-03T07:25:00.681Z] Step 16/24 : RUN ${MAKE} [2020-09-03T07:25:00.681Z] ---> Running in a5761ac4fb50 [2020-09-03T07:25:00.790Z] Removing intermediate container 95604ae577ac [2020-09-03T07:25:00.790Z] ---> 080a5a0a6519 [2020-09-03T07:25:00.790Z] Step 23/24 : LABEL git_sha=c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:25:00.790Z] ---> Running in b87ebaf75f33 [2020-09-03T07:25:01.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.7" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-09-03T07:25:01.383Z] Removing intermediate container b87ebaf75f33 [2020-09-03T07:25:01.383Z] ---> 055a219bf685 [2020-09-03T07:25:01.383Z] Step 24/24 : LABEL version=1.2.2-dev.7 [2020-09-03T07:25:01.383Z] ---> Running in 11c2027bb8e3 [2020-09-03T07:25:01.975Z] Removing intermediate container 11c2027bb8e3 [2020-09-03T07:25:01.975Z] ---> f04feeed7297 [2020-09-03T07:25:01.975Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-03T07:25:01.975Z] Successfully built f04feeed7297 [2020-09-03T07:25:01.975Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-03T07:25:02.436Z] provisioning config files... [2020-09-03T07:25:02.479Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/50@tmp/config7428544647207489565tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:25:02.867Z] ---> docker-login.sh [2020-09-03T07:25:02.867Z] nexus3.edgexfoundry.org:10001 [2020-09-03T07:25:03.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T07:25:03.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T07:25:03.411Z] Configure a credential helper to remove this warning. See [2020-09-03T07:25:03.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T07:25:03.411Z] [2020-09-03T07:25:03.411Z] Login Succeeded [2020-09-03T07:25:03.411Z] nexus3.edgexfoundry.org:10002 [2020-09-03T07:25:03.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T07:25:03.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T07:25:03.954Z] Configure a credential helper to remove this warning. See [2020-09-03T07:25:03.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T07:25:03.954Z] [2020-09-03T07:25:03.954Z] Login Succeeded [2020-09-03T07:25:03.954Z] nexus3.edgexfoundry.org:10003 [2020-09-03T07:25:04.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T07:25:04.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T07:25:04.548Z] Configure a credential helper to remove this warning. See [2020-09-03T07:25:04.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T07:25:04.548Z] [2020-09-03T07:25:04.548Z] Login Succeeded [2020-09-03T07:25:04.548Z] nexus3.edgexfoundry.org:10004 [2020-09-03T07:25:04.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T07:25:05.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T07:25:05.098Z] Configure a credential helper to remove this warning. See [2020-09-03T07:25:05.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T07:25:05.098Z] [2020-09-03T07:25:05.098Z] Login Succeeded [2020-09-03T07:25:05.098Z] docker.io [2020-09-03T07:25:05.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T07:25:05.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T07:25:05.963Z] Configure a credential helper to remove this warning. See [2020-09-03T07:25:05.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T07:25:05.963Z] [2020-09-03T07:25:05.963Z] Login Succeeded [2020-09-03T07:25:05.963Z] ---> docker-login.sh ends [Pipeline] } [2020-09-03T07:25:05.979Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T07:25:06.152Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-09-03T07:25:06.152Z] c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:25:06.152Z] latest [2020-09-03T07:25:06.152Z] 1.2.2-dev.7 [2020-09-03T07:25:06.152Z] c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 [2020-09-03T07:25:06.152Z] master [2020-09-03T07:25:06.152Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:06.634Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:06.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:25:06.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-03T07:25:06.973Z] 6980483b91f2: Preparing [2020-09-03T07:25:06.973Z] e2f13739ad41: Preparing [2020-09-03T07:25:06.973Z] e2f13739ad41: Layer already exists [2020-09-03T07:25:11.269Z] 6980483b91f2: Pushed [2020-09-03T07:25:11.270Z] c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd: digest: sha256:3b9c845e8fadc268d8b5643adf23d46186b470cb5e1e371f24a949c0f8779dbd size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:11.609Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:11.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-09-03T07:25:11.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-03T07:25:11.950Z] 6980483b91f2: Preparing [2020-09-03T07:25:11.950Z] e2f13739ad41: Preparing [2020-09-03T07:25:11.950Z] e2f13739ad41: Layer already exists [2020-09-03T07:25:11.950Z] 6980483b91f2: Layer already exists [2020-09-03T07:25:12.220Z] latest: digest: sha256:3b9c845e8fadc268d8b5643adf23d46186b470cb5e1e371f24a949c0f8779dbd size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:12.564Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:12.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.7 [2020-09-03T07:25:12.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-03T07:25:12.903Z] 6980483b91f2: Preparing [2020-09-03T07:25:12.903Z] e2f13739ad41: Preparing [2020-09-03T07:25:12.903Z] e2f13739ad41: Layer already exists [2020-09-03T07:25:12.903Z] 6980483b91f2: Layer already exists [2020-09-03T07:25:13.175Z] 1.2.2-dev.7: digest: sha256:3b9c845e8fadc268d8b5643adf23d46186b470cb5e1e371f24a949c0f8779dbd size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:13.514Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:13.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 [2020-09-03T07:25:13.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-03T07:25:13.848Z] 6980483b91f2: Preparing [2020-09-03T07:25:13.848Z] e2f13739ad41: Preparing [2020-09-03T07:25:13.848Z] 6980483b91f2: Layer already exists [2020-09-03T07:25:13.848Z] e2f13739ad41: Layer already exists [2020-09-03T07:25:13.848Z] c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7: digest: sha256:3b9c845e8fadc268d8b5643adf23d46186b470cb5e1e371f24a949c0f8779dbd size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:14.459Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:14.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-09-03T07:25:14.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-03T07:25:14.789Z] 6980483b91f2: Preparing [2020-09-03T07:25:14.789Z] e2f13739ad41: Preparing [2020-09-03T07:25:14.789Z] e2f13739ad41: Layer already exists [2020-09-03T07:25:14.789Z] 6980483b91f2: Layer already exists [2020-09-03T07:25:15.059Z] master: digest: sha256:3b9c845e8fadc268d8b5643adf23d46186b470cb5e1e371f24a949c0f8779dbd size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T07:25:15.264Z] ===================================================== [Pipeline] echo [2020-09-03T07:25:15.306Z] taggedImages: [2020-09-03T07:25:15.306Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:25:15.306Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-09-03T07:25:15.306Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.7 [2020-09-03T07:25:15.306Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 [2020-09-03T07:25:15.306Z] - 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] } [2020-09-03T07:25:19.852Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-03T07:25:22.579Z] Removing intermediate container a5761ac4fb50 [2020-09-03T07:25:22.579Z] ---> 3d44a3ecf0de [2020-09-03T07:25:22.579Z] Step 17/24 : FROM alpine [2020-09-03T07:25:23.167Z] latest: Pulling from library/alpine [2020-09-03T07:25:23.167Z] df20fa9351a1: Already exists [2020-09-03T07:25:23.167Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-03T07:25:23.167Z] Status: Downloaded newer image for alpine:latest [2020-09-03T07:25:23.167Z] ---> a24bb4013296 [2020-09-03T07:25:23.167Z] Step 18/24 : EXPOSE 4000 [2020-09-03T07:25:23.433Z] ---> Running in c0a17d27d551 [2020-09-03T07:25:23.706Z] Removing intermediate container c0a17d27d551 [2020-09-03T07:25:23.706Z] ---> 5b72dc4724b1 [2020-09-03T07:25:23.706Z] 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 [2020-09-03T07:25:24.789Z] ---> 16719f835786 [2020-09-03T07:25:24.789Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-03T07:25:24.789Z] ---> Running in 8c040e1b3755 [2020-09-03T07:25:25.120Z] Removing intermediate container 8c040e1b3755 [2020-09-03T07:25:25.120Z] ---> be8d089fe7cf [2020-09-03T07:25:25.120Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-03T07:25:25.120Z] ---> Running in 582585e54eff [2020-09-03T07:25:25.390Z] Removing intermediate container 582585e54eff [2020-09-03T07:25:25.390Z] ---> 740b4b25fa73 [2020-09-03T07:25:25.390Z] Step 22/24 : LABEL arch=amd64 [2020-09-03T07:25:25.390Z] ---> Running in 89400b31f93d [2020-09-03T07:25:25.656Z] Removing intermediate container 89400b31f93d [2020-09-03T07:25:25.656Z] ---> 3c77ba18652e [2020-09-03T07:25:25.656Z] Step 23/24 : LABEL git_sha=c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:25:25.656Z] ---> Running in a4cdb4808223 [2020-09-03T07:25:25.944Z] Removing intermediate container a4cdb4808223 [2020-09-03T07:25:25.944Z] ---> cf9cc8c819bc [2020-09-03T07:25:25.944Z] Step 24/24 : LABEL version=1.2.2-dev.7 [2020-09-03T07:25:25.944Z] ---> Running in d865756d9300 [2020-09-03T07:25:26.224Z] Removing intermediate container d865756d9300 [2020-09-03T07:25:26.224Z] ---> 37720ed2f895 [2020-09-03T07:25:26.224Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-03T07:25:26.224Z] Successfully built 37720ed2f895 [2020-09-03T07:25:26.224Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-03T07:25:26.576Z] provisioning config files... [2020-09-03T07:25:26.633Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/50@tmp/config5526991947808635692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:25:27.147Z] ---> docker-login.sh [2020-09-03T07:25:27.147Z] nexus3.edgexfoundry.org:10001 [2020-09-03T07:25:27.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T07:25:27.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T07:25:27.434Z] Configure a credential helper to remove this warning. See [2020-09-03T07:25:27.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T07:25:27.434Z] [2020-09-03T07:25:27.434Z] Login Succeeded [2020-09-03T07:25:27.434Z] nexus3.edgexfoundry.org:10002 [2020-09-03T07:25:27.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T07:25:28.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T07:25:28.063Z] Configure a credential helper to remove this warning. See [2020-09-03T07:25:28.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T07:25:28.063Z] [2020-09-03T07:25:28.063Z] Login Succeeded [2020-09-03T07:25:28.063Z] nexus3.edgexfoundry.org:10003 [2020-09-03T07:25:28.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T07:25:28.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T07:25:28.735Z] Configure a credential helper to remove this warning. See [2020-09-03T07:25:28.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T07:25:28.735Z] [2020-09-03T07:25:28.735Z] Login Succeeded [2020-09-03T07:25:28.735Z] nexus3.edgexfoundry.org:10004 [2020-09-03T07:25:29.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T07:25:29.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T07:25:29.397Z] Configure a credential helper to remove this warning. See [2020-09-03T07:25:29.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T07:25:29.397Z] [2020-09-03T07:25:29.397Z] Login Succeeded [2020-09-03T07:25:29.397Z] docker.io [2020-09-03T07:25:29.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T07:25:30.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T07:25:30.005Z] Configure a credential helper to remove this warning. See [2020-09-03T07:25:30.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T07:25:30.005Z] [2020-09-03T07:25:30.005Z] Login Succeeded [2020-09-03T07:25:30.005Z] ---> docker-login.sh ends [Pipeline] } [2020-09-03T07:25:30.118Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T07:25:30.389Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-09-03T07:25:30.389Z] c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:25:30.389Z] latest [2020-09-03T07:25:30.389Z] 1.2.2-dev.7 [2020-09-03T07:25:30.389Z] c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 [2020-09-03T07:25:30.389Z] master [2020-09-03T07:25:30.389Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:30.926Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:31.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:25:31.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-03T07:25:31.364Z] f42eac5d5269: Preparing [2020-09-03T07:25:31.364Z] 50644c29ef5a: Preparing [2020-09-03T07:25:31.364Z] 50644c29ef5a: Layer already exists [2020-09-03T07:25:34.145Z] f42eac5d5269: Pushed [2020-09-03T07:25:34.145Z] c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd: digest: sha256:7653145a240331c186986e854e50edcc39b6558d4f9365277a6fa833bc7aa899 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:34.479Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:34.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-09-03T07:25:34.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-03T07:25:34.793Z] f42eac5d5269: Preparing [2020-09-03T07:25:34.793Z] 50644c29ef5a: Preparing [2020-09-03T07:25:34.793Z] 50644c29ef5a: Layer already exists [2020-09-03T07:25:34.793Z] f42eac5d5269: Layer already exists [2020-09-03T07:25:34.793Z] latest: digest: sha256:7653145a240331c186986e854e50edcc39b6558d4f9365277a6fa833bc7aa899 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:35.217Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:35.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.7 [2020-09-03T07:25:35.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-03T07:25:35.700Z] f42eac5d5269: Preparing [2020-09-03T07:25:35.700Z] 50644c29ef5a: Preparing [2020-09-03T07:25:35.700Z] f42eac5d5269: Layer already exists [2020-09-03T07:25:35.700Z] 50644c29ef5a: Layer already exists [2020-09-03T07:25:35.700Z] 1.2.2-dev.7: digest: sha256:7653145a240331c186986e854e50edcc39b6558d4f9365277a6fa833bc7aa899 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:36.235Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:36.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 [2020-09-03T07:25:36.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-03T07:25:36.556Z] f42eac5d5269: Preparing [2020-09-03T07:25:36.556Z] 50644c29ef5a: Preparing [2020-09-03T07:25:36.556Z] f42eac5d5269: Layer already exists [2020-09-03T07:25:36.556Z] 50644c29ef5a: Layer already exists [2020-09-03T07:25:36.556Z] c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7: digest: sha256:7653145a240331c186986e854e50edcc39b6558d4f9365277a6fa833bc7aa899 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:36.947Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:37.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-09-03T07:25:37.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-03T07:25:37.312Z] f42eac5d5269: Preparing [2020-09-03T07:25:37.312Z] 50644c29ef5a: Preparing [2020-09-03T07:25:37.312Z] 50644c29ef5a: Layer already exists [2020-09-03T07:25:37.312Z] f42eac5d5269: Layer already exists [2020-09-03T07:25:37.312Z] master: digest: sha256:7653145a240331c186986e854e50edcc39b6558d4f9365277a6fa833bc7aa899 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T07:25:37.509Z] ===================================================== [Pipeline] echo [2020-09-03T07:25:37.551Z] taggedImages: [2020-09-03T07:25:37.551Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:25:37.551Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-09-03T07:25:37.551Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.7 [2020-09-03T07:25:37.551Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd-1.2.2-dev.7 [2020-09-03T07:25:37.551Z] - 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] } [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 [2020-09-03T07:25:39.320Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-03T07:25:39.321Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-03T07:25:39.371Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:39.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T07:25:39.716Z] [2020-09-03T07:25:39.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:25:40.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T07:25:40.070Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-03T07:25:40.070Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-03T07:25:40.070Z] 408f87550127: Pulling fs layer [2020-09-03T07:25:40.070Z] fe522b08c979: Pulling fs layer [2020-09-03T07:25:40.070Z] 221eaa008020: Pulling fs layer [2020-09-03T07:25:40.070Z] 2a4607e5d6b9: Pulling fs layer [2020-09-03T07:25:40.070Z] 8f79b27c4fd2: Pulling fs layer [2020-09-03T07:25:40.070Z] e5c8dbe1645b: Pulling fs layer [2020-09-03T07:25:40.070Z] 23e8b3b47431: Pulling fs layer [2020-09-03T07:25:40.070Z] 5c568d65a230: Pulling fs layer [2020-09-03T07:25:40.070Z] 8f79b27c4fd2: Waiting [2020-09-03T07:25:40.070Z] 23e8b3b47431: Waiting [2020-09-03T07:25:40.070Z] e5c8dbe1645b: Waiting [2020-09-03T07:25:40.070Z] 5c568d65a230: Waiting [2020-09-03T07:25:40.070Z] 221eaa008020: Waiting [2020-09-03T07:25:40.070Z] 2a4607e5d6b9: Waiting [2020-09-03T07:25:40.070Z] fe522b08c979: Verifying Checksum [2020-09-03T07:25:40.070Z] fe522b08c979: Download complete [2020-09-03T07:25:40.070Z] 408f87550127: Verifying Checksum [2020-09-03T07:25:40.070Z] 408f87550127: Download complete [2020-09-03T07:25:40.070Z] 2a4607e5d6b9: Verifying Checksum [2020-09-03T07:25:40.070Z] 2a4607e5d6b9: Download complete [2020-09-03T07:25:40.070Z] 8f79b27c4fd2: Download complete [2020-09-03T07:25:40.070Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-03T07:25:40.070Z] cbdbe7a5bc2a: Download complete [2020-09-03T07:25:40.350Z] e5c8dbe1645b: Download complete [2020-09-03T07:25:40.617Z] cbdbe7a5bc2a: Pull complete [2020-09-03T07:25:40.909Z] 23e8b3b47431: Verifying Checksum [2020-09-03T07:25:40.909Z] 23e8b3b47431: Download complete [2020-09-03T07:25:41.171Z] 408f87550127: Pull complete [2020-09-03T07:25:41.171Z] 5c568d65a230: Verifying Checksum [2020-09-03T07:25:41.171Z] 5c568d65a230: Download complete [2020-09-03T07:25:41.434Z] fe522b08c979: Pull complete [2020-09-03T07:25:42.021Z] 221eaa008020: Verifying Checksum [2020-09-03T07:25:42.021Z] 221eaa008020: Download complete [2020-09-03T07:25:47.354Z] 221eaa008020: Pull complete [2020-09-03T07:25:47.354Z] 2a4607e5d6b9: Pull complete [2020-09-03T07:25:47.354Z] 8f79b27c4fd2: Pull complete [2020-09-03T07:25:49.289Z] e5c8dbe1645b: Pull complete [2020-09-03T07:25:52.599Z] 23e8b3b47431: Pull complete [2020-09-03T07:25:53.994Z] 5c568d65a230: Pull complete [2020-09-03T07:25:53.994Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-03T07:25:53.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T07:25:53.994Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-03T07:25:54.181Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:25:54.234Z] $ 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 [2020-09-03T07:25:55.093Z] $ docker top 700bb4c636decd64a37b1b123d3069a1e62b752f483881037429e73efb7a631c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T07:25:55.622Z] + snyk monitor '--org=edgex-jenkins' [2020-09-03T07:26:10.545Z] [2020-09-03T07:26:10.546Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-09-03T07:26:10.546Z] [2020-09-03T07:26:10.546Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/61b1feb2-bfb1-4590-86f7-eac97f9ccdf8 [2020-09-03T07:26:10.546Z] [2020-09-03T07:26:10.546Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-03T07:26:10.546Z] [2020-09-03T07:26:10.807Z] [2020-09-03T07:26:10.807Z] Snyk CLI supports Node.js 8 and higher. [2020-09-03T07:26:10.807Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-03T07:26:10.807Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-03T07:26:10.807Z] [2020-09-03T07:26:10.807Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-03T07:26:10.807Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-03T07:26:10.828Z] $ docker stop --time=1 700bb4c636decd64a37b1b123d3069a1e62b752f483881037429e73efb7a631c [2020-09-03T07:26:13.626Z] $ docker rm -f 700bb4c636decd64a37b1b123d3069a1e62b752f483881037429e73efb7a631c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:26:14.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T07:26:14.708Z] [2020-09-03T07:26:14.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:26:15.057Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T07:26:15.057Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-03T07:26:15.057Z] e7c96db7181b: Pulling fs layer [2020-09-03T07:26:15.057Z] 1868ca2cb446: Pulling fs layer [2020-09-03T07:26:15.057Z] 136be5d0fe8e: Pulling fs layer [2020-09-03T07:26:15.057Z] 894bfe63afcb: Pulling fs layer [2020-09-03T07:26:15.057Z] 1868ca2cb446: Verifying Checksum [2020-09-03T07:26:15.057Z] 1868ca2cb446: Download complete [2020-09-03T07:26:15.057Z] 136be5d0fe8e: Verifying Checksum [2020-09-03T07:26:15.057Z] 136be5d0fe8e: Download complete [2020-09-03T07:26:15.057Z] e7c96db7181b: Verifying Checksum [2020-09-03T07:26:15.057Z] e7c96db7181b: Download complete [2020-09-03T07:26:15.057Z] 894bfe63afcb: Verifying Checksum [2020-09-03T07:26:15.057Z] 894bfe63afcb: Download complete [2020-09-03T07:26:15.320Z] e7c96db7181b: Pull complete [2020-09-03T07:26:15.581Z] 1868ca2cb446: Pull complete [2020-09-03T07:26:15.841Z] 136be5d0fe8e: Pull complete [2020-09-03T07:26:16.101Z] 894bfe63afcb: Pull complete [2020-09-03T07:26:16.101Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-03T07:26:16.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T07:26:16.101Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-03T07:26:16.195Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:26:16.242Z] $ 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 [2020-09-03T07:26:17.221Z] $ docker top 1ce342b69ecbddfe9f4b77c2e09549859ccebbfdd99f2ef201b8ebfc437ac662 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T07:26:17.808Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:26:17.808Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T07:26:20.523Z] $ docker stop --time=1 1ce342b69ecbddfe9f4b77c2e09549859ccebbfdd99f2ef201b8ebfc437ac662 [2020-09-03T07:26:21.876Z] $ docker rm -f 1ce342b69ecbddfe9f4b77c2e09549859ccebbfdd99f2ef201b8ebfc437ac662 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:26:22.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T07:26:22.393Z] . [Pipeline] withDockerContainer [2020-09-03T07:26:22.482Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:26:22.528Z] $ 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 [2020-09-03T07:26:23.276Z] $ docker top 327dd0c2c99be0961116780d011cad139cdd5776f3d711e1832d9cb4f020eecd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T07:26:23.856Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:26:23.856Z] + tee [2020-09-03T07:26:23.856Z] clair timeout 1m0s [2020-09-03T07:26:23.856Z] docker timeout: 1m0s [2020-09-03T07:26:23.856Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T07:26:24.537Z] $ docker stop --time=1 327dd0c2c99be0961116780d011cad139cdd5776f3d711e1832d9cb4f020eecd [2020-09-03T07:26:25.911Z] $ docker rm -f 327dd0c2c99be0961116780d011cad139cdd5776f3d711e1832d9cb4f020eecd [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T07:26:26.358Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-09-03T07:26:26.393Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd.html [Pipeline] writeFile [Pipeline] step [2020-09-03T07:26:26.447Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:26:26.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T07:26:26.791Z] . [Pipeline] withDockerContainer [2020-09-03T07:26:26.888Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:26:26.936Z] $ 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 [2020-09-03T07:26:27.566Z] $ docker top 9e4e318a2a45532e209eafa13fbf6769b5e9deec6e2bc6b1c081d0b2c595d9f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T07:26:28.103Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:26:28.103Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T07:26:31.138Z] $ docker stop --time=1 9e4e318a2a45532e209eafa13fbf6769b5e9deec6e2bc6b1c081d0b2c595d9f8 [2020-09-03T07:26:32.516Z] $ docker rm -f 9e4e318a2a45532e209eafa13fbf6769b5e9deec6e2bc6b1c081d0b2c595d9f8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:26:33.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T07:26:33.239Z] . [Pipeline] withDockerContainer [2020-09-03T07:26:33.413Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:26:33.514Z] $ 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 [2020-09-03T07:26:34.206Z] $ docker top c96b146451ac1b2c29dc223d4092a1ef2688c22cfaea105a52676a10b2782c34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T07:26:34.763Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd [2020-09-03T07:26:34.763Z] + tee [2020-09-03T07:26:34.763Z] clair timeout 1m0s [2020-09-03T07:26:34.763Z] docker timeout: 1m0s [2020-09-03T07:26:34.763Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T07:26:35.454Z] $ docker stop --time=1 c96b146451ac1b2c29dc223d4092a1ef2688c22cfaea105a52676a10b2782c34 [2020-09-03T07:26:36.813Z] $ docker rm -f c96b146451ac1b2c29dc223d4092a1ef2688c22cfaea105a52676a10b2782c34 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T07:26:37.303Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-09-03T07:26:37.315Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd.html [Pipeline] writeFile [Pipeline] step [2020-09-03T07:26:37.365Z] 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 [2020-09-03T07:26:38.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T07:26:38.528Z] . [Pipeline] withDockerContainer [2020-09-03T07:26:38.629Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:26:38.689Z] $ 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 [2020-09-03T07:26:39.497Z] $ docker top 45f5b3068cdb600ff0558090ee0a365d1500384d015fedda5a580c22ff3c9b09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T07:26:39.793Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T07:26:39.793Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T07:26:40.007Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T07:26:40.016Z] $ docker exec 45f5b3068cdb600ff0558090ee0a365d1500384d015fedda5a580c22ff3c9b09 ssh-agent [2020-09-03T07:26:40.183Z] SSH_AUTH_SOCK=/tmp/ssh-7GibOe5qx81u/agent.12 [2020-09-03T07:26:40.183Z] SSH_AGENT_PID=17 [2020-09-03T07:26:40.206Z] Running ssh-add (command line suppressed) [2020-09-03T07:26:40.364Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_808025727464229292.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_808025727464229292.key) [2020-09-03T07:26:40.408Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T07:26:40.751Z] + git semver tag [2020-09-03T07:26:40.751Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T07:26:40.751Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-03T07:26:40.751Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-03T07:26:40.751Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T07:26:40.751Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T07:26:40.751Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T07:26:40.751Z] # $SEMVER_BRANCH = master [2020-09-03T07:26:40.751Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-09-03T07:26:40.751Z] # c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd HEAD [2020-09-03T07:26:40.751Z] # -> Force: false [2020-09-03T07:26:40.751Z] # 9cd766f67df9ac5c6610aecb1b534d0ffde31b06 refs/tags/v1.2.2-dev.7 [Pipeline] } [2020-09-03T07:26:40.773Z] $ docker exec --env ******** --env ******** 45f5b3068cdb600ff0558090ee0a365d1500384d015fedda5a580c22ff3c9b09 ssh-agent -k [2020-09-03T07:26:40.897Z] unset SSH_AUTH_SOCK; [2020-09-03T07:26:40.898Z] unset SSH_AGENT_PID; [2020-09-03T07:26:40.898Z] echo Agent pid 17 killed; [2020-09-03T07:26:40.938Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T07:26:41.437Z] + git semver [Pipeline] } [2020-09-03T07:26:41.458Z] $ docker stop --time=1 45f5b3068cdb600ff0558090ee0a365d1500384d015fedda5a580c22ff3c9b09 [2020-09-03T07:26:42.793Z] $ docker rm -f 45f5b3068cdb600ff0558090ee0a365d1500384d015fedda5a580c22ff3c9b09 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:26:43.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T07:26:43.380Z] [2020-09-03T07:26:43.380Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:26:43.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T07:26:43.724Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-03T07:26:43.724Z] ab5ef0e58194: Pulling fs layer [2020-09-03T07:26:43.724Z] 9712f1f96733: Pulling fs layer [2020-09-03T07:26:43.724Z] 63f879dbbcfc: Pulling fs layer [2020-09-03T07:26:43.724Z] 0d9ebad4ef96: Pulling fs layer [2020-09-03T07:26:43.724Z] e9a5061849ea: Pulling fs layer [2020-09-03T07:26:43.724Z] d747dcd14b5f: Pulling fs layer [2020-09-03T07:26:43.724Z] 2de7ff778b66: Pulling fs layer [2020-09-03T07:26:43.724Z] e9a5061849ea: Waiting [2020-09-03T07:26:43.724Z] d747dcd14b5f: Waiting [2020-09-03T07:26:43.724Z] 2de7ff778b66: Waiting [2020-09-03T07:26:43.724Z] 0d9ebad4ef96: Waiting [2020-09-03T07:26:43.724Z] 9712f1f96733: Verifying Checksum [2020-09-03T07:26:43.724Z] 9712f1f96733: Download complete [2020-09-03T07:26:44.306Z] 63f879dbbcfc: Download complete [2020-09-03T07:26:44.306Z] e9a5061849ea: Verifying Checksum [2020-09-03T07:26:44.306Z] e9a5061849ea: Download complete [2020-09-03T07:26:44.306Z] d747dcd14b5f: Verifying Checksum [2020-09-03T07:26:44.306Z] d747dcd14b5f: Download complete [2020-09-03T07:26:44.571Z] 2de7ff778b66: Verifying Checksum [2020-09-03T07:26:44.571Z] 2de7ff778b66: Download complete [2020-09-03T07:26:44.571Z] 0d9ebad4ef96: Verifying Checksum [2020-09-03T07:26:44.571Z] 0d9ebad4ef96: Download complete [2020-09-03T07:26:44.832Z] ab5ef0e58194: Verifying Checksum [2020-09-03T07:26:44.832Z] ab5ef0e58194: Download complete [2020-09-03T07:26:50.130Z] ab5ef0e58194: Pull complete [2020-09-03T07:26:50.130Z] 9712f1f96733: Pull complete [2020-09-03T07:26:52.676Z] 63f879dbbcfc: Pull complete [2020-09-03T07:26:59.309Z] 0d9ebad4ef96: Pull complete [2020-09-03T07:26:59.309Z] e9a5061849ea: Pull complete [2020-09-03T07:26:59.309Z] d747dcd14b5f: Pull complete [2020-09-03T07:27:03.532Z] 2de7ff778b66: Pull complete [2020-09-03T07:27:03.532Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-03T07:27:03.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T07:27:03.532Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-03T07:27:03.731Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:27:03.781Z] $ 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 [2020-09-03T07:27:07.143Z] $ docker top f1a5f9f1ad84bb1454aa8a4c61531edf6dffe1dedbd3215c9ec6713e02854d57 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-03T07:27:07.389Z] provisioning config files... [2020-09-03T07:27:07.406Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2432275223839068409tmp [2020-09-03T07:27:07.425Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9067724512890763936tmp [2020-09-03T07:27:07.440Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config821076343528528655tmp [Pipeline] { [Pipeline] echo [2020-09-03T07:27:07.614Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:27:07.914Z] ---> sigul-configuration.sh [2020-09-03T07:27:07.914Z] gpg: directory `/root/.gnupg' created [2020-09-03T07:27:07.914Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-03T07:27:07.914Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-03T07:27:07.914Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-03T07:27:07.914Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-03T07:27:07.914Z] gpg: CAST5 encrypted data [2020-09-03T07:27:08.175Z] gpg: encrypted with 1 passphrase [2020-09-03T07:27:08.175Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-03T07:27:08.472Z] + mkdir /home/jenkins [2020-09-03T07:27:08.472Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-03T07:27:08.766Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-09-03T07:27:08.776Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:27:09.068Z] ---> sigul-install.sh [2020-09-03T07:27:17.254Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-03T07:27:17.564Z] + git tag --list [2020-09-03T07:27:17.564Z] v1.2.2-dev.7 [Pipeline] sh [2020-09-03T07:27:17.878Z] + lftools sign git-tag v1.2.2-dev.7 [2020-09-03T07:27:19.264Z] Signing Git tag with Sigul... [2020-09-03T07:27:19.264Z] Signing v1.2.2-dev.7 [2020-09-03T07:27:19.526Z] 2020-09-03 07:27:19,416 WARNING: (child) Exception in child [2020-09-03T07:27:19.526Z] Traceback (most recent call last): [2020-09-03T07:27:19.526Z] File "/usr/share/sigul/double_tls.py", line 772, in __child [2020-09-03T07:27:19.526Z] socket_fd.force_handshake() [2020-09-03T07:27:19.526Z] NSPRError: (SEC_ERROR_UNTRUSTED_ISSUER) Peer's certificate issuer has been marked as not trusted by the user. [2020-09-03T07:27:19.526Z] ERROR: I/O error: NSPR connection reset [Pipeline] echo [2020-09-03T07:27:19.536Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:27:19.847Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-03T07:27:19.856Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-03T07:27:19.951Z] $ docker stop --time=1 f1a5f9f1ad84bb1454aa8a4c61531edf6dffe1dedbd3215c9ec6713e02854d57 [2020-09-03T07:27:21.944Z] $ docker rm -f f1a5f9f1ad84bb1454aa8a4c61531edf6dffe1dedbd3215c9ec6713e02854d57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:27:22.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T07:27:22.770Z] . [Pipeline] withDockerContainer [2020-09-03T07:27:22.874Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:27:22.925Z] $ 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 [2020-09-03T07:27:23.643Z] $ docker top 5ff76e759ab9daaa1abdf51dba088048ac06c6744567a336e572d5345e7a6241 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T07:27:23.935Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T07:27:23.935Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T07:27:24.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T07:27:24.173Z] $ docker exec 5ff76e759ab9daaa1abdf51dba088048ac06c6744567a336e572d5345e7a6241 ssh-agent [2020-09-03T07:27:24.380Z] SSH_AUTH_SOCK=/tmp/ssh-1n2aCSazXJzn/agent.12 [2020-09-03T07:27:24.380Z] SSH_AGENT_PID=17 [2020-09-03T07:27:24.387Z] Running ssh-add (command line suppressed) [2020-09-03T07:27:24.524Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3833047702346362787.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3833047702346362787.key) [2020-09-03T07:27:24.575Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T07:27:24.906Z] + git semver bump pre [2020-09-03T07:27:24.906Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T07:27:24.906Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-03T07:27:24.906Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-03T07:27:24.906Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T07:27:24.906Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T07:27:24.906Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T07:27:24.906Z] # $SEMVER_BRANCH = master [2020-09-03T07:27:24.906Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-09-03T07:27:24.906Z] 1.2.2-dev.8 [Pipeline] } [2020-09-03T07:27:24.922Z] $ docker exec --env ******** --env ******** 5ff76e759ab9daaa1abdf51dba088048ac06c6744567a336e572d5345e7a6241 ssh-agent -k [2020-09-03T07:27:25.044Z] unset SSH_AUTH_SOCK; [2020-09-03T07:27:25.044Z] unset SSH_AGENT_PID; [2020-09-03T07:27:25.044Z] echo Agent pid 17 killed; [2020-09-03T07:27:25.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T07:27:25.548Z] + git semver [Pipeline] } [2020-09-03T07:27:25.569Z] $ docker stop --time=1 5ff76e759ab9daaa1abdf51dba088048ac06c6744567a336e572d5345e7a6241 [2020-09-03T07:27:26.933Z] $ docker rm -f 5ff76e759ab9daaa1abdf51dba088048ac06c6744567a336e572d5345e7a6241 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:27:27.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T07:27:27.450Z] . [Pipeline] withDockerContainer [2020-09-03T07:27:27.544Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:27:27.592Z] $ 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 [2020-09-03T07:27:28.326Z] $ docker top 351e12ef6ef2371dbd6d34ee1340d4699ae0653206f528846fee83f6a8c48f0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T07:27:28.603Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T07:27:28.603Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T07:27:28.808Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T07:27:28.816Z] $ docker exec 351e12ef6ef2371dbd6d34ee1340d4699ae0653206f528846fee83f6a8c48f0b ssh-agent [2020-09-03T07:27:28.986Z] SSH_AUTH_SOCK=/tmp/ssh-WRDXltgqIKyI/agent.12 [2020-09-03T07:27:28.986Z] SSH_AGENT_PID=17 [2020-09-03T07:27:28.993Z] Running ssh-add (command line suppressed) [2020-09-03T07:27:29.127Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1693935039661398344.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1693935039661398344.key) [2020-09-03T07:27:29.183Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T07:27:29.511Z] + git semver push [2020-09-03T07:27:29.511Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T07:27:29.511Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-03T07:27:29.511Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-03T07:27:29.511Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T07:27:29.511Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T07:27:29.511Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T07:27:29.511Z] # $SEMVER_BRANCH = master [2020-09-03T07:27:29.511Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-09-03T07:27:36.121Z] $ docker exec --env ******** --env ******** 351e12ef6ef2371dbd6d34ee1340d4699ae0653206f528846fee83f6a8c48f0b ssh-agent -k [2020-09-03T07:27:36.240Z] unset SSH_AUTH_SOCK; [2020-09-03T07:27:36.240Z] unset SSH_AGENT_PID; [2020-09-03T07:27:36.240Z] echo Agent pid 17 killed; [2020-09-03T07:27:36.287Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T07:27:36.755Z] + git semver [Pipeline] } [2020-09-03T07:27:36.776Z] $ docker stop --time=1 351e12ef6ef2371dbd6d34ee1340d4699ae0653206f528846fee83f6a8c48f0b [2020-09-03T07:27:38.114Z] $ docker rm -f 351e12ef6ef2371dbd6d34ee1340d4699ae0653206f528846fee83f6a8c48f0b [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 [2020-09-03T07:27:39.316Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:27:39.878Z] ---> package-listing.sh [2020-09-03T07:27:39.879Z] ++ facter osfamily [2020-09-03T07:27:39.879Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-03T07:27:39.879Z] + OS_FAMILY=redhat [2020-09-03T07:27:39.879Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-03T07:27:39.879Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-03T07:27:39.879Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-03T07:27:39.879Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-03T07:27:39.879Z] + PACKAGES=/tmp/packages_start.txt [2020-09-03T07:27:39.879Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-09-03T07:27:39.879Z] + PACKAGES=/tmp/packages_end.txt [2020-09-03T07:27:39.879Z] + case "${OS_FAMILY}" in [2020-09-03T07:27:39.879Z] + rpm -qa [2020-09-03T07:27:39.879Z] + sort [2020-09-03T07:27:44.094Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-03T07:27:44.094Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-03T07:27:44.094Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-03T07:27:44.094Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-09-03T07:27:44.094Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-09-03T07:27:44.094Z] + 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 [2020-09-03T07:27:45.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T07:27:45.009Z] [2020-09-03T07:27:45.009Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-03T07:27:45.350Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T07:27:45.350Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-03T07:27:45.350Z] df20fa9351a1: Pulling fs layer [2020-09-03T07:27:45.350Z] 36b3adc4ff6f: Pulling fs layer [2020-09-03T07:27:45.350Z] 8ad3a11d3b57: Pulling fs layer [2020-09-03T07:27:45.350Z] 46f8f816bc3b: Pulling fs layer [2020-09-03T07:27:45.350Z] 0dadc02b9964: Pulling fs layer [2020-09-03T07:27:45.350Z] ce6a7cf60c04: Pulling fs layer [2020-09-03T07:27:45.350Z] 7a184a31f384: Pulling fs layer [2020-09-03T07:27:45.350Z] 0879bd2ef858: Pulling fs layer [2020-09-03T07:27:45.350Z] 46f8f816bc3b: Waiting [2020-09-03T07:27:45.350Z] 0dadc02b9964: Waiting [2020-09-03T07:27:45.350Z] ce6a7cf60c04: Waiting [2020-09-03T07:27:45.350Z] 0879bd2ef858: Waiting [2020-09-03T07:27:45.350Z] 7a184a31f384: Waiting [2020-09-03T07:27:45.350Z] 36b3adc4ff6f: Verifying Checksum [2020-09-03T07:27:45.350Z] 36b3adc4ff6f: Download complete [2020-09-03T07:27:45.350Z] 46f8f816bc3b: Verifying Checksum [2020-09-03T07:27:45.350Z] 46f8f816bc3b: Download complete [2020-09-03T07:27:45.350Z] df20fa9351a1: Download complete [2020-09-03T07:27:45.350Z] ce6a7cf60c04: Verifying Checksum [2020-09-03T07:27:45.350Z] ce6a7cf60c04: Download complete [2020-09-03T07:27:45.350Z] 7a184a31f384: Verifying Checksum [2020-09-03T07:27:45.350Z] 7a184a31f384: Download complete [2020-09-03T07:27:45.350Z] 0dadc02b9964: Verifying Checksum [2020-09-03T07:27:45.350Z] 0dadc02b9964: Download complete [2020-09-03T07:27:45.616Z] 8ad3a11d3b57: Verifying Checksum [2020-09-03T07:27:45.616Z] 8ad3a11d3b57: Download complete [2020-09-03T07:27:45.880Z] df20fa9351a1: Pull complete [2020-09-03T07:27:45.880Z] 0879bd2ef858: Verifying Checksum [2020-09-03T07:27:45.880Z] 0879bd2ef858: Download complete [2020-09-03T07:27:46.143Z] 36b3adc4ff6f: Pull complete [2020-09-03T07:27:46.718Z] 8ad3a11d3b57: Pull complete [2020-09-03T07:27:46.980Z] 46f8f816bc3b: Pull complete [2020-09-03T07:27:47.240Z] 0dadc02b9964: Pull complete [2020-09-03T07:27:47.240Z] ce6a7cf60c04: Pull complete [2020-09-03T07:27:47.502Z] 7a184a31f384: Pull complete [2020-09-03T07:27:50.072Z] 0879bd2ef858: Pull complete [2020-09-03T07:27:50.072Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-03T07:27:50.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T07:27:50.072Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-03T07:27:50.211Z] prd-centos7-docker-4c-2g-1252 does not seem to be running inside a container [2020-09-03T07:27:50.259Z] $ 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 [2020-09-03T07:27:53.215Z] $ docker top 989090ae8cd05796ad2b5573637fb34e60fa3795a685ebdfd5b7ee4c909d4740 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T07:27:53.745Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-03T07:27:54.038Z] + ls /var/log/sa-host [2020-09-03T07:27:54.038Z] + sadf -c /var/log/sa-host/sa03 [2020-09-03T07:27:54.038Z] file_magic: OK [2020-09-03T07:27:54.038Z] HZ: Using current value: 100 [2020-09-03T07:27:54.038Z] file_header: OK [2020-09-03T07:27:54.038Z] 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 [2020-09-03T07:27:54.038Z] Statistics: [2020-09-03T07:27:54.038Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T07:27:54.038Z] File successfully converted to sysstat format version 12.2.1 [2020-09-03T07:27:54.038Z] + sadf -c /var/log/sa-host/sa05 [2020-09-03T07:27:54.038Z] file_magic: OK [2020-09-03T07:27:54.038Z] HZ: Using current value: 100 [2020-09-03T07:27:54.038Z] file_header: OK [2020-09-03T07:27:54.038Z] 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 [2020-09-03T07:27:54.038Z] Statistics: [2020-09-03T07:27:54.038Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T07:27:54.038Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T07:27:54.091Z] provisioning config files... [2020-09-03T07:27:54.105Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config969429149795273074tmp [Pipeline] { [Pipeline] echo [2020-09-03T07:27:54.164Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:27:54.465Z] ---> create-netrc.sh [Pipeline] echo [2020-09-03T07:27:54.476Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T07:27:54.778Z] ---> logs-deploy.sh [2020-09-03T07:27:54.778Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/50 [2020-09-03T07:27:54.778Z] INFO: archiving workspace using pattern(s): [2020-09-03T07:27:56.163Z] Archives upload complete. [2020-09-03T07:27:56.163Z] INFO: archiving logs to Nexus