Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 14c578bc02e93a6d1b64f7a2283637c58eb75556 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-551’ is offline Running on prd-centos7-docker-4c-2g-555 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 14c578bc02e93a6d1b64f7a2283637c58eb75556 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 Commit message: "Issue #257 (#260)" > git rev-list --no-walk e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-20T06:28:48.263Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-20T06:28:48.523Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-20T06:28:48.622Z] ========================================================= [2020-09-20T06:28:48.622Z] EdgeX Global Pipelines Version Info [2020-09-20T06:28:48.622Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:28:50.077Z] ------------------- [2020-09-20T06:28:50.077Z] stable info: [2020-09-20T06:28:50.077Z] ------------------- [2020-09-20T06:28:50.077Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-20T06:28:50.077Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-20T06:28:50.077Z] Message: update stable to v1.0.122 [2020-09-20T06:28:51.024Z] ------------------- [2020-09-20T06:28:51.024Z] experimental info: [2020-09-20T06:28:51.024Z] ------------------- [2020-09-20T06:28:51.024Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-20T06:28:51.024Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-20T06:28:51.024Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-20T06:28:51.435Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-09-20T06:28:51.543Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-09-20T06:28:51.684Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-20T06:28:51.782Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-20T06:28:51.885Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-20T06:28:51.985Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-20T06:28:52.080Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-20T06:28:52.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-20T06:28:52.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-20T06:28:52.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-20T06:28:52.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-20T06:28:52.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-09-20T06:28:52.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-20T06:28:52.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-20T06:28:52.872Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T06:28:52.967Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T06:28:53.069Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T06:28:53.169Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T06:28:53.255Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-20T06:28:53.343Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-20T06:28:53.437Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-20T06:28:53.565Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-20T06:28:53.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-20T06:28:53.770Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-20T06:28:53.864Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-20T06:28:53.970Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 14c578bc02e93a6d1b64f7a2283637c58eb75556 [Pipeline] echo [2020-09-20T06:28:54.057Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 14c578b [Pipeline] echo [2020-09-20T06:28:54.150Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T06:28:54.755Z] + git log --format=format:%s -1 14c578bc02e93a6d1b64f7a2283637c58eb75556 [Pipeline] echo [2020-09-20T06:28:54.820Z] GIT_COMMIT: 14c578bc02e93a6d1b64f7a2283637c58eb75556, Commit Message: Issue #257 (#260) [Pipeline] echo [2020-09-20T06:28:54.894Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:28:55.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:28:56.122Z] [2020-09-20T06:28:56.122Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:28:56.475Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:28:56.476Z] latest: Pulling from edgex-devops/git-semver [2020-09-20T06:28:56.476Z] 31603596830f: Pulling fs layer [2020-09-20T06:28:56.476Z] 2a8b12db71e7: Pulling fs layer [2020-09-20T06:28:56.476Z] 6ca5941a6612: Pulling fs layer [2020-09-20T06:28:56.476Z] ecc8261a40a4: Pulling fs layer [2020-09-20T06:28:56.476Z] ecc8261a40a4: Waiting [2020-09-20T06:28:56.476Z] 2a8b12db71e7: Verifying Checksum [2020-09-20T06:28:56.476Z] 2a8b12db71e7: Download complete [2020-09-20T06:28:56.751Z] 31603596830f: Verifying Checksum [2020-09-20T06:28:56.751Z] 31603596830f: Download complete [2020-09-20T06:28:56.751Z] ecc8261a40a4: Verifying Checksum [2020-09-20T06:28:56.751Z] ecc8261a40a4: Download complete [2020-09-20T06:28:57.018Z] 6ca5941a6612: Verifying Checksum [2020-09-20T06:28:57.018Z] 6ca5941a6612: Download complete [2020-09-20T06:28:57.018Z] 31603596830f: Pull complete [2020-09-20T06:28:57.286Z] 2a8b12db71e7: Pull complete [2020-09-20T06:28:58.235Z] 6ca5941a6612: Pull complete [2020-09-20T06:28:58.235Z] ecc8261a40a4: Pull complete [2020-09-20T06:28:58.235Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-20T06:28:58.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:28:58.235Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-20T06:28:58.392Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:28:58.444Z] $ 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-20T06:29:00.681Z] $ docker top 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T06:29:00.975Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:29:00.976Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:29:01.178Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:29:01.183Z] $ docker exec 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d ssh-agent [2020-09-20T06:29:01.344Z] SSH_AUTH_SOCK=/tmp/ssh-oaJY1rU1TFWY/agent.11 [2020-09-20T06:29:01.344Z] SSH_AGENT_PID=17 [2020-09-20T06:29:01.357Z] Running ssh-add (command line suppressed) [2020-09-20T06:29:01.483Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6216113181074535019.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6216113181074535019.key) [2020-09-20T06:29:01.530Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:29:01.868Z] + git describe --exact-match --tags HEAD [2020-09-20T06:29:01.868Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-20T06:29:01.893Z] $ docker exec --env ******** --env ******** 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d ssh-agent -k [2020-09-20T06:29:02.011Z] unset SSH_AUTH_SOCK; [2020-09-20T06:29:02.012Z] unset SSH_AGENT_PID; [2020-09-20T06:29:02.012Z] echo Agent pid 17 killed; [2020-09-20T06:29:02.055Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-20T06:29:02.218Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-20T06:29:02.218Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-20T06:29:02.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:29:02.316Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:29:02.502Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:29:02.507Z] $ docker exec 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d ssh-agent [2020-09-20T06:29:02.655Z] SSH_AUTH_SOCK=/tmp/ssh-mHXw0Mbgfnw9/agent.45 [2020-09-20T06:29:02.655Z] SSH_AGENT_PID=50 [2020-09-20T06:29:02.663Z] Running ssh-add (command line suppressed) [2020-09-20T06:29:02.781Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8728585657849446881.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8728585657849446881.key) [2020-09-20T06:29:02.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:29:03.177Z] + git semver init [2020-09-20T06:29:03.177Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T06:29:03.177Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-20T06:29:03.177Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-20T06:29:03.177Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T06:29:03.177Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T06:29:03.177Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T06:29:03.177Z] # $SEMVER_BRANCH = master [2020-09-20T06:29:03.177Z] # $SEMVER_TEMP = /tmp/semver-328103217 [2020-09-20T06:29:03.177Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-09-20T06:29:04.130Z] # '/tmp/semver-328103217' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-09-20T06:29:04.130Z] # -> Force: false [2020-09-20T06:29:04.130Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-09-20T06:29:04.143Z] $ docker exec --env ******** --env ******** 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d ssh-agent -k [2020-09-20T06:29:04.261Z] unset SSH_AUTH_SOCK; [2020-09-20T06:29:04.261Z] unset SSH_AGENT_PID; [2020-09-20T06:29:04.261Z] echo Agent pid 50 killed; [2020-09-20T06:29:04.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T06:29:04.778Z] + git semver [Pipeline] } [2020-09-20T06:29:04.796Z] $ docker stop --time=1 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d [2020-09-20T06:29:06.212Z] $ docker rm -f 22a2c85ed4a2fef38ce203ff53845911885668db3f690f92a59ddcd1224e212d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-20T06:29:07.474Z] Stashed 22 file(s) [Pipeline] echo [2020-09-20T06:29:07.477Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.9 [Pipeline] echo [2020-09-20T06:29:07.626Z] Archived original version: [1.2.2-dev.9] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-20T06:29:23.072Z] Still waiting to schedule task [2020-09-20T06:29:23.072Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-20T06:29:23.076Z] Still waiting to schedule task [2020-09-20T06:29:23.076Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-553’ is offline [2020-09-20T06:31:11.407Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-556 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-09-20T06:31:11.466Z] Running in /w/workspace/edgex-ui-go/52 [Pipeline] { [Pipeline] checkout [2020-09-20T06:31:17.348Z] using credential edgex-jenkins-ssh [2020-09-20T06:31:17.404Z] Cloning the remote Git repository [2020-09-20T06:31:17.404Z] Cloning with configured refspecs honoured and without tags [2020-09-20T06:31:17.473Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:31:17.576Z] > git init /w/workspace/edgex-ui-go/52 # timeout=10 [2020-09-20T06:31:17.669Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:31:17.670Z] > git --version # timeout=10 [2020-09-20T06:31:17.686Z] > git --version # 'git version 2.17.1' [2020-09-20T06:31:17.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:31:17.738Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:31:19.248Z] Fetching without tags [2020-09-20T06:31:19.966Z] Checking out Revision 14c578bc02e93a6d1b64f7a2283637c58eb75556 (master) [2020-09-20T06:31:19.177Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:31:19.211Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:31:19.238Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:31:19.264Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:31:19.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:31:19.276Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:31:19.990Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:31:20.003Z] > git checkout -f 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 [2020-09-20T06:31:24.515Z] Commit message: "Issue #257 (#260)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-20T06:31:26.420Z] ========================================================= [2020-09-20T06:31:26.420Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-20T06:31:26.420Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:31:27.674Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-20T06:31:28.738Z] Sending build context to Docker daemon 21.99MB [2020-09-20T06:31:28.738Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-20T06:31:28.738Z] Step 2/8 : FROM ${BASE} [2020-09-20T06:31:29.013Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-20T06:31:29.013Z] b538f80385f9: Pulling fs layer [2020-09-20T06:31:29.013Z] 74f711af9a0d: Pulling fs layer [2020-09-20T06:31:29.013Z] 99f96fe45779: Pulling fs layer [2020-09-20T06:31:29.013Z] 8529a6b9a6be: Pulling fs layer [2020-09-20T06:31:29.013Z] 45590311c82a: Pulling fs layer [2020-09-20T06:31:29.013Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-20T06:31:29.013Z] 209524e5b208: Pulling fs layer [2020-09-20T06:31:29.013Z] 45590311c82a: Waiting [2020-09-20T06:31:29.013Z] 69ca0ff8b7b3: Waiting [2020-09-20T06:31:29.013Z] 209524e5b208: Waiting [2020-09-20T06:31:29.013Z] 8529a6b9a6be: Waiting [2020-09-20T06:31:29.013Z] 99f96fe45779: Download complete [2020-09-20T06:31:29.335Z] 74f711af9a0d: Verifying Checksum [2020-09-20T06:31:29.335Z] 74f711af9a0d: Download complete [2020-09-20T06:31:29.335Z] 45590311c82a: Verifying Checksum [2020-09-20T06:31:29.335Z] 45590311c82a: Download complete [2020-09-20T06:31:29.335Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-20T06:31:29.335Z] 69ca0ff8b7b3: Download complete [2020-09-20T06:31:29.688Z] b538f80385f9: Verifying Checksum [2020-09-20T06:31:29.688Z] b538f80385f9: Download complete [2020-09-20T06:31:30.524Z] b538f80385f9: Pull complete [2020-09-20T06:31:30.986Z] 74f711af9a0d: Pull complete [2020-09-20T06:31:31.331Z] 99f96fe45779: Pull complete [2020-09-20T06:31:33.329Z] 209524e5b208: Verifying Checksum [2020-09-20T06:31:33.329Z] 209524e5b208: Download complete [2020-09-20T06:31:34.354Z] 8529a6b9a6be: Verifying Checksum [2020-09-20T06:31:34.354Z] 8529a6b9a6be: Download complete [2020-09-20T06:31:44.797Z] 8529a6b9a6be: Pull complete [2020-09-20T06:31:44.797Z] 45590311c82a: Pull complete [2020-09-20T06:31:44.797Z] 69ca0ff8b7b3: Pull complete [2020-09-20T06:31:48.264Z] 209524e5b208: Pull complete [2020-09-20T06:31:48.264Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-20T06:31:48.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-20T06:31:48.548Z] ---> 5bddaf1c2fca [2020-09-20T06:31:48.548Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T06:31:51.221Z] ---> Running in bbfe55771d7e [2020-09-20T06:31:51.503Z] Removing intermediate container bbfe55771d7e [2020-09-20T06:31:51.503Z] ---> b2725d1c573d [2020-09-20T06:31:51.504Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:31:51.504Z] ---> Running in b8b297deb954 [2020-09-20T06:31:54.167Z] Removing intermediate container b8b297deb954 [2020-09-20T06:31:54.167Z] ---> b020dd73fab1 [2020-09-20T06:31:54.167Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T06:31:54.167Z] ---> Running in cda11f520ee3 [2020-09-20T06:31:55.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T06:31:56.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T06:31:56.806Z] OK: 142 MiB in 39 packages [2020-09-20T06:31:57.797Z] Removing intermediate container cda11f520ee3 [2020-09-20T06:31:57.797Z] ---> 51cc60a97558 [2020-09-20T06:31:57.797Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-20T06:31:58.074Z] ---> Running in 834d462414fc [2020-09-20T06:31:58.679Z] Removing intermediate container 834d462414fc [2020-09-20T06:31:58.679Z] ---> 60ffd4943d07 [2020-09-20T06:31:58.679Z] Step 7/8 : COPY . . [2020-09-20T06:32:00.669Z] ---> ad11dbd92b28 [2020-09-20T06:32:00.669Z] Step 8/8 : RUN go mod download [2020-09-20T06:32:00.669Z] ---> Running in 0671ecb7f1fa [2020-09-20T06:32:06.735Z] Running on prd-centos7-docker-4c-2g-557 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-09-20T06:32:06.816Z] Running in /w/workspace/edgex-ui-go/52 [Pipeline] { [Pipeline] checkout [2020-09-20T06:32:09.703Z] using credential edgex-jenkins-ssh [2020-09-20T06:32:09.758Z] Cloning the remote Git repository [2020-09-20T06:32:09.758Z] Cloning with configured refspecs honoured and without tags [2020-09-20T06:32:09.787Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:32:09.855Z] > git init /w/workspace/edgex-ui-go/52 # timeout=10 [2020-09-20T06:32:09.904Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:32:09.904Z] > git --version # timeout=10 [2020-09-20T06:32:09.911Z] > git --version # 'git version 2.16.5' [2020-09-20T06:32:09.912Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:32:09.942Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:32:11.028Z] Fetching without tags [2020-09-20T06:32:11.399Z] Checking out Revision 14c578bc02e93a6d1b64f7a2283637c58eb75556 (master) [2020-09-20T06:32:11.001Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:32:11.008Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:32:11.023Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:32:11.034Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:32:11.034Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:32:11.039Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:32:11.409Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:32:11.412Z] > git checkout -f 14c578bc02e93a6d1b64f7a2283637c58eb75556 # timeout=10 [2020-09-20T06:32:15.298Z] Commit message: "Issue #257 (#260)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-20T06:32:16.379Z] ========================================================= [2020-09-20T06:32:16.379Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-20T06:32:16.379Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:32:17.120Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-20T06:32:17.718Z] Sending build context to Docker daemon 21.99MB [2020-09-20T06:32:17.718Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-20T06:32:17.718Z] Step 2/8 : FROM ${BASE} [2020-09-20T06:32:17.980Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-20T06:32:17.980Z] df20fa9351a1: Pulling fs layer [2020-09-20T06:32:17.980Z] ed8968b2872e: Pulling fs layer [2020-09-20T06:32:17.980Z] a92cc7c5fd73: Pulling fs layer [2020-09-20T06:32:17.980Z] e871e8e8d7a9: Pulling fs layer [2020-09-20T06:32:17.980Z] e73272ec9a57: Pulling fs layer [2020-09-20T06:32:17.980Z] 1e910a182e73: Pulling fs layer [2020-09-20T06:32:17.980Z] 4e634b169226: Pulling fs layer [2020-09-20T06:32:17.980Z] 1e910a182e73: Waiting [2020-09-20T06:32:17.980Z] 4e634b169226: Waiting [2020-09-20T06:32:17.980Z] e871e8e8d7a9: Waiting [2020-09-20T06:32:17.980Z] a92cc7c5fd73: Verifying Checksum [2020-09-20T06:32:17.980Z] a92cc7c5fd73: Download complete [2020-09-20T06:32:17.980Z] ed8968b2872e: Verifying Checksum [2020-09-20T06:32:17.980Z] ed8968b2872e: Download complete [2020-09-20T06:32:17.980Z] e73272ec9a57: Verifying Checksum [2020-09-20T06:32:17.980Z] e73272ec9a57: Download complete [2020-09-20T06:32:17.980Z] df20fa9351a1: Verifying Checksum [2020-09-20T06:32:17.980Z] df20fa9351a1: Download complete [2020-09-20T06:32:17.980Z] 1e910a182e73: Verifying Checksum [2020-09-20T06:32:17.980Z] 1e910a182e73: Download complete [2020-09-20T06:32:18.244Z] df20fa9351a1: Pull complete [2020-09-20T06:32:18.506Z] ed8968b2872e: Pull complete [2020-09-20T06:32:18.506Z] a92cc7c5fd73: Pull complete [2020-09-20T06:32:19.897Z] 4e634b169226: Verifying Checksum [2020-09-20T06:32:19.897Z] 4e634b169226: Download complete [2020-09-20T06:32:20.475Z] e871e8e8d7a9: Verifying Checksum [2020-09-20T06:32:20.475Z] e871e8e8d7a9: Download complete [2020-09-20T06:32:25.802Z] e871e8e8d7a9: Pull complete [2020-09-20T06:32:25.802Z] e73272ec9a57: Pull complete [2020-09-20T06:32:25.802Z] 1e910a182e73: Pull complete [2020-09-20T06:32:27.515Z] Removing intermediate container 0671ecb7f1fa [2020-09-20T06:32:27.515Z] ---> 72a9f9a2d3e5 [2020-09-20T06:32:27.515Z] Successfully built 72a9f9a2d3e5 [2020-09-20T06:32:27.515Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:32:27.923Z] + docker inspect -f . ci-base-image-arm64 [2020-09-20T06:32:27.924Z] . [Pipeline] withDockerContainer [2020-09-20T06:32:28.172Z] prd-ubuntu18.04-docker-arm64-4c-16g-556 does not seem to be running inside a container [2020-09-20T06:32:28.261Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/52 -v /w/workspace/edgex-ui-go/52:/w/workspace/edgex-ui-go/52:rw,z -v /w/workspace/edgex-ui-go/52@tmp:/w/workspace/edgex-ui-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-20T06:32:30.163Z] $ docker top a532e43ae58df53212dc189e7c6ceddce5fbf1af591bc57dd271f9e0a9817b92 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:32:31.567Z] + go version [2020-09-20T06:32:31.567Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-20T06:32:31.600Z] $ docker stop --time=1 a532e43ae58df53212dc189e7c6ceddce5fbf1af591bc57dd271f9e0a9817b92 [2020-09-20T06:32:33.493Z] $ docker rm -f a532e43ae58df53212dc189e7c6ceddce5fbf1af591bc57dd271f9e0a9817b92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-09-20T06:32:35.847Z] 4e634b169226: Pull complete [2020-09-20T06:32:35.847Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-20T06:32:35.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-20T06:32:35.847Z] ---> f7629b54cfaa [2020-09-20T06:32:35.847Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T06:32:35.847Z] ---> Running in b5a40e5ccce4 [2020-09-20T06:32:35.847Z] Removing intermediate container b5a40e5ccce4 [2020-09-20T06:32:35.848Z] ---> 42bee77396b3 [2020-09-20T06:32:35.848Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:32:35.848Z] ---> Running in 431b35cac81f [2020-09-20T06:32:37.824Z] Removing intermediate container 431b35cac81f [2020-09-20T06:32:37.824Z] ---> 669498b41bbc [2020-09-20T06:32:37.824Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T06:32:37.824Z] ---> Running in cbc323737b93 [Pipeline] sh [2020-09-20T06:32:38.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:32:38.152Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-20T06:32:38.483Z] + ls -al . [2020-09-20T06:32:38.483Z] total 92 [2020-09-20T06:32:38.483Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:31 . [2020-09-20T06:32:38.483Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 06:31 .. [2020-09-20T06:32:38.483Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 06:31 .git [2020-09-20T06:32:38.483Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:31 .github [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 136 Sep 20 06:31 .gitignore [2020-09-20T06:32:38.483Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:31 .semver [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 06:31 CONTRIBUTING.md [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 913 Sep 20 06:31 Dockerfile [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 898 Sep 20 06:31 Dockerfile.build [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 06:31 Jenkinsfile [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 06:31 LICENSE [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 20 06:31 Makefile [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 3545 Sep 20 06:31 README.md [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 20 06:29 VERSION [2020-09-20T06:32:38.483Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:31 assets [2020-09-20T06:32:38.483Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:31 bin [2020-09-20T06:32:38.483Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:31 cmd [2020-09-20T06:32:38.483Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 20 06:31 docs [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 1019 Sep 20 06:31 go.mod [2020-09-20T06:32:38.483Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:31 internal [2020-09-20T06:32:38.483Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 06:31 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:32:38.828Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=14c578bc02e93a6d1b64f7a2283637c58eb75556 --label arch=arm64 --label version=1.2.2-dev.9 . [2020-09-20T06:32:39.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:32:39.295Z] OK: 166 MiB in 39 packages [2020-09-20T06:32:39.428Z] Sending build context to Docker daemon 21.99MB [2020-09-20T06:32:39.428Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-20T06:32:39.428Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-20T06:32:39.428Z] ---> 72a9f9a2d3e5 [2020-09-20T06:32:39.428Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-20T06:32:39.703Z] ---> Running in 0237d4b4e9c7 [2020-09-20T06:32:39.870Z] Removing intermediate container cbc323737b93 [2020-09-20T06:32:39.870Z] ---> 9c2dd12d9ee5 [2020-09-20T06:32:39.870Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-20T06:32:39.870Z] ---> Running in 85d4589de0d5 [2020-09-20T06:32:39.870Z] Removing intermediate container 85d4589de0d5 [2020-09-20T06:32:39.870Z] ---> 6956c5cc7227 [2020-09-20T06:32:39.870Z] Step 7/8 : COPY . . [2020-09-20T06:32:40.307Z] Removing intermediate container 0237d4b4e9c7 [2020-09-20T06:32:40.307Z] ---> 2d7736ba8921 [2020-09-20T06:32:40.307Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-20T06:32:40.307Z] ---> Running in fefaad503755 [2020-09-20T06:32:40.906Z] Removing intermediate container fefaad503755 [2020-09-20T06:32:40.906Z] ---> 611257a41338 [2020-09-20T06:32:40.906Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-20T06:32:40.906Z] ---> Running in 07e914b32e8e [2020-09-20T06:32:41.190Z] Removing intermediate container 07e914b32e8e [2020-09-20T06:32:41.190Z] ---> 1cdc0151aef5 [2020-09-20T06:32:41.190Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-20T06:32:41.265Z] ---> f464547d607d [2020-09-20T06:32:41.265Z] Step 8/8 : RUN go mod download [2020-09-20T06:32:41.265Z] ---> Running in 1925e50d271b [2020-09-20T06:32:41.469Z] ---> Running in 20cb9d6ef39f [2020-09-20T06:32:41.757Z] Removing intermediate container 20cb9d6ef39f [2020-09-20T06:32:41.757Z] ---> bccbc421dfdb [2020-09-20T06:32:41.757Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-20T06:32:42.079Z] ---> Running in 971c26fa8a64 [2020-09-20T06:32:42.691Z] Removing intermediate container 971c26fa8a64 [2020-09-20T06:32:42.691Z] ---> f4d7d19f1352 [2020-09-20T06:32:42.691Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:32:42.691Z] ---> Running in f49968f0a22c [2020-09-20T06:32:45.319Z] Removing intermediate container f49968f0a22c [2020-09-20T06:32:45.319Z] ---> 7f7e7536448e [2020-09-20T06:32:45.319Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-20T06:32:45.319Z] ---> Running in 57a2d2130330 [2020-09-20T06:32:46.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T06:32:47.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T06:32:48.316Z] v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-20T06:32:48.316Z] v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-20T06:32:48.316Z] OK: 12622 distinct packages available [2020-09-20T06:32:48.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T06:32:49.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T06:32:49.887Z] OK: 142 MiB in 39 packages [2020-09-20T06:32:50.869Z] Removing intermediate container 57a2d2130330 [2020-09-20T06:32:50.869Z] ---> e06d9b5178db [2020-09-20T06:32:50.869Z] Step 10/24 : ENV GO111MODULE=on [2020-09-20T06:32:51.144Z] ---> Running in 67ba07ae1181 [2020-09-20T06:32:51.741Z] Removing intermediate container 67ba07ae1181 [2020-09-20T06:32:51.741Z] ---> 59678ce3f847 [2020-09-20T06:32:51.741Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-20T06:32:51.741Z] ---> Running in 09b5a3d57355 [2020-09-20T06:32:52.339Z] Removing intermediate container 09b5a3d57355 [2020-09-20T06:32:52.339Z] ---> 3e81e9379efa [2020-09-20T06:32:52.339Z] Step 12/24 : COPY go.mod . [2020-09-20T06:32:52.933Z] ---> 023558787916 [2020-09-20T06:32:52.933Z] Step 13/24 : COPY Makefile . [2020-09-20T06:32:53.533Z] ---> 484eb2af03d3 [2020-09-20T06:32:53.533Z] Step 14/24 : RUN make update [2020-09-20T06:32:53.811Z] ---> Running in 9828e7fbf1bf [2020-09-20T06:32:55.250Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-20T06:32:56.687Z] Removing intermediate container 9828e7fbf1bf [2020-09-20T06:32:56.687Z] ---> 31971f0e2aa5 [2020-09-20T06:32:56.687Z] Step 15/24 : COPY . . [2020-09-20T06:32:58.659Z] ---> a46a60d35617 [2020-09-20T06:32:58.659Z] Step 16/24 : RUN ${MAKE} [2020-09-20T06:32:58.659Z] ---> Running in 5f3c7073bf1e [2020-09-20T06:33:00.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.9" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-09-20T06:33:03.274Z] Removing intermediate container 1925e50d271b [2020-09-20T06:33:03.274Z] ---> 90f11ab753a5 [2020-09-20T06:33:03.274Z] Successfully built 90f11ab753a5 [2020-09-20T06:33:03.274Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:03.648Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-20T06:33:03.649Z] . [Pipeline] withDockerContainer [2020-09-20T06:33:03.756Z] prd-centos7-docker-4c-2g-557 does not seem to be running inside a container [2020-09-20T06:33:03.809Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/52 -v /w/workspace/edgex-ui-go/52:/w/workspace/edgex-ui-go/52:rw,z -v /w/workspace/edgex-ui-go/52@tmp:/w/workspace/edgex-ui-go/52@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-20T06:33:04.596Z] $ docker top ced9764ebfa2fb557e900796a797188742e2295262b842e213a046ece9b75571 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:33:05.138Z] + go version [2020-09-20T06:33:05.139Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-20T06:33:05.155Z] $ docker stop --time=1 ced9764ebfa2fb557e900796a797188742e2295262b842e213a046ece9b75571 [2020-09-20T06:33:06.488Z] $ docker rm -f ced9764ebfa2fb557e900796a797188742e2295262b842e213a046ece9b75571 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T06:33:07.501Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-20T06:33:07.805Z] + ls -al . [2020-09-20T06:33:07.805Z] total 56 [2020-09-20T06:33:07.805Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 20 06:32 . [2020-09-20T06:33:07.805Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 20 06:32 .. [2020-09-20T06:33:07.805Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 20 06:32 assets [2020-09-20T06:33:07.805Z] drwxrwxr-x. 2 jenkins jenkins 35 Sep 20 06:32 bin [2020-09-20T06:33:07.805Z] drwxrwxr-x. 3 jenkins jenkins 29 Sep 20 06:32 cmd [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 3959 Sep 20 06:32 CONTRIBUTING.md [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 913 Sep 20 06:32 Dockerfile [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 898 Sep 20 06:32 Dockerfile.build [2020-09-20T06:33:07.805Z] drwxrwxr-x. 5 jenkins jenkins 104 Sep 20 06:32 docs [2020-09-20T06:33:07.805Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 20 06:32 .git [2020-09-20T06:33:07.805Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 20 06:32 .github [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 136 Sep 20 06:32 .gitignore [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 1019 Sep 20 06:32 go.mod [2020-09-20T06:33:07.805Z] drwxrwxr-x. 10 jenkins jenkins 139 Sep 20 06:32 internal [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 652 Sep 20 06:32 Jenkinsfile [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 11357 Sep 20 06:32 LICENSE [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 20 06:32 Makefile [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 3545 Sep 20 06:32 README.md [2020-09-20T06:33:07.805Z] drwxrwxr-x. 3 jenkins jenkins 44 Sep 20 06:32 .semver [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 20 06:29 VERSION [2020-09-20T06:33:07.805Z] -rw-rw-r--. 1 jenkins jenkins 155 Sep 20 06:32 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:08.119Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=14c578bc02e93a6d1b64f7a2283637c58eb75556 --label arch=amd64 --label version=1.2.2-dev.9 . [2020-09-20T06:33:08.382Z] Sending build context to Docker daemon 21.99MB [2020-09-20T06:33:08.382Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-20T06:33:08.382Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-20T06:33:08.382Z] ---> 90f11ab753a5 [2020-09-20T06:33:08.382Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-20T06:33:08.659Z] ---> Running in fbeb6c76d121 [2020-09-20T06:33:08.942Z] Removing intermediate container fbeb6c76d121 [2020-09-20T06:33:08.942Z] ---> 32b8801d3523 [2020-09-20T06:33:08.942Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-20T06:33:08.942Z] ---> Running in 0ba7f8bc4785 [2020-09-20T06:33:08.942Z] Removing intermediate container 0ba7f8bc4785 [2020-09-20T06:33:08.942Z] ---> 93f0be4bb2ef [2020-09-20T06:33:08.942Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-20T06:33:09.243Z] ---> Running in a87caa4707bd [2020-09-20T06:33:09.243Z] Removing intermediate container a87caa4707bd [2020-09-20T06:33:09.243Z] ---> 50f207772000 [2020-09-20T06:33:09.243Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-20T06:33:09.243Z] ---> Running in f9351ef4b92b [2020-09-20T06:33:09.522Z] Removing intermediate container f9351ef4b92b [2020-09-20T06:33:09.522Z] ---> 29a692a6aeb8 [2020-09-20T06:33:09.522Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-20T06:33:09.522Z] ---> Running in 28128c4b8c39 [2020-09-20T06:33:10.105Z] Removing intermediate container 28128c4b8c39 [2020-09-20T06:33:10.105Z] ---> 7d1468b31ddf [2020-09-20T06:33:10.105Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:33:10.105Z] ---> Running in a973a1e71cf9 [2020-09-20T06:33:11.057Z] Removing intermediate container a973a1e71cf9 [2020-09-20T06:33:11.057Z] ---> 5aee159f6458 [2020-09-20T06:33:11.057Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-20T06:33:11.057Z] ---> Running in e09d94a5acfd [2020-09-20T06:33:11.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:33:12.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:33:12.841Z] v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-20T06:33:12.841Z] v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-20T06:33:12.841Z] OK: 12751 distinct packages available [2020-09-20T06:33:12.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:33:13.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:33:13.996Z] OK: 166 MiB in 39 packages [2020-09-20T06:33:14.572Z] Removing intermediate container e09d94a5acfd [2020-09-20T06:33:14.572Z] ---> 1581f37c36a7 [2020-09-20T06:33:14.572Z] Step 10/24 : ENV GO111MODULE=on [2020-09-20T06:33:14.572Z] ---> Running in 23b2d292bcbd [2020-09-20T06:33:14.572Z] Removing intermediate container 23b2d292bcbd [2020-09-20T06:33:14.572Z] ---> f8a7a4e04bc9 [2020-09-20T06:33:14.572Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-20T06:33:14.839Z] ---> Running in c7d5c15f9481 [2020-09-20T06:33:14.839Z] Removing intermediate container c7d5c15f9481 [2020-09-20T06:33:14.839Z] ---> 9cc3970aae4f [2020-09-20T06:33:14.839Z] Step 12/24 : COPY go.mod . [2020-09-20T06:33:15.105Z] ---> f8ffa464a5e7 [2020-09-20T06:33:15.105Z] Step 13/24 : COPY Makefile . [2020-09-20T06:33:15.368Z] ---> 4f33a248ae04 [2020-09-20T06:33:15.368Z] Step 14/24 : RUN make update [2020-09-20T06:33:15.368Z] ---> Running in 070b17451580 [2020-09-20T06:33:15.942Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-20T06:33:16.519Z] Removing intermediate container 070b17451580 [2020-09-20T06:33:16.519Z] ---> da81738370f9 [2020-09-20T06:33:16.519Z] Step 15/24 : COPY . . [2020-09-20T06:33:17.464Z] ---> 4e3b98a22fe7 [2020-09-20T06:33:17.464Z] Step 16/24 : RUN ${MAKE} [2020-09-20T06:33:17.464Z] ---> Running in d115b75f9c23 [2020-09-20T06:33:18.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.9" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-09-20T06:33:22.300Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-20T06:33:26.333Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-20T06:33:27.702Z] Removing intermediate container 5f3c7073bf1e [2020-09-20T06:33:27.702Z] ---> a8589dbb3e10 [2020-09-20T06:33:27.702Z] Step 17/24 : FROM alpine [2020-09-20T06:33:27.702Z] latest: Pulling from library/alpine [2020-09-20T06:33:27.702Z] b538f80385f9: Already exists [2020-09-20T06:33:27.702Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T06:33:27.702Z] Status: Downloaded newer image for alpine:latest [2020-09-20T06:33:27.702Z] ---> 62ee0e9f8440 [2020-09-20T06:33:27.702Z] Step 18/24 : EXPOSE 4000 [2020-09-20T06:33:27.702Z] ---> Running in 5e3bf576ca0e [2020-09-20T06:33:27.977Z] Removing intermediate container 5e3bf576ca0e [2020-09-20T06:33:27.977Z] ---> d2303a32b954 [2020-09-20T06:33:27.977Z] 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-20T06:33:28.889Z] Removing intermediate container d115b75f9c23 [2020-09-20T06:33:28.889Z] ---> cc55332bcc76 [2020-09-20T06:33:28.889Z] Step 17/24 : FROM alpine [2020-09-20T06:33:28.889Z] latest: Pulling from library/alpine [2020-09-20T06:33:28.889Z] df20fa9351a1: Already exists [2020-09-20T06:33:28.889Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T06:33:28.889Z] Status: Downloaded newer image for alpine:latest [2020-09-20T06:33:28.889Z] ---> a24bb4013296 [2020-09-20T06:33:28.889Z] Step 18/24 : EXPOSE 4000 [2020-09-20T06:33:29.153Z] ---> Running in bf715ae101fd [2020-09-20T06:33:29.153Z] Removing intermediate container bf715ae101fd [2020-09-20T06:33:29.153Z] ---> 973f1dd1a54a [2020-09-20T06:33:29.153Z] 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-20T06:33:29.954Z] ---> 945615909740 [2020-09-20T06:33:29.954Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:33:29.954Z] ---> Running in 03914bd52dfe [2020-09-20T06:33:30.100Z] ---> cdf184572de6 [2020-09-20T06:33:30.100Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:33:30.363Z] ---> Running in 0733f4d6554b [2020-09-20T06:33:30.364Z] Removing intermediate container 0733f4d6554b [2020-09-20T06:33:30.364Z] ---> 3a40b4ee4748 [2020-09-20T06:33:30.364Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-20T06:33:30.550Z] Removing intermediate container 03914bd52dfe [2020-09-20T06:33:30.550Z] ---> 2a1dd3b06245 [2020-09-20T06:33:30.550Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-20T06:33:30.550Z] ---> Running in 77d2e967574d [2020-09-20T06:33:30.627Z] ---> Running in 02f56b98bd8f [2020-09-20T06:33:30.627Z] Removing intermediate container 02f56b98bd8f [2020-09-20T06:33:30.627Z] ---> b41cc238024a [2020-09-20T06:33:30.627Z] Step 22/24 : LABEL arch=amd64 [2020-09-20T06:33:30.627Z] ---> Running in 7431804d0283 [2020-09-20T06:33:30.889Z] Removing intermediate container 7431804d0283 [2020-09-20T06:33:30.889Z] ---> 4656f8d5a9b2 [2020-09-20T06:33:30.889Z] Step 23/24 : LABEL git_sha=14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:33:30.889Z] ---> Running in 3169ad7dcf07 [2020-09-20T06:33:31.150Z] Removing intermediate container 77d2e967574d [2020-09-20T06:33:31.150Z] ---> 8ba8a35ababf [2020-09-20T06:33:31.150Z] Step 22/24 : LABEL arch=arm64 [2020-09-20T06:33:31.150Z] ---> Running in a0f2bdc58d29 [2020-09-20T06:33:31.151Z] Removing intermediate container 3169ad7dcf07 [2020-09-20T06:33:31.151Z] ---> 244c4be3cd23 [2020-09-20T06:33:31.151Z] Step 24/24 : LABEL version=1.2.2-dev.9 [2020-09-20T06:33:31.151Z] ---> Running in 73da01c78d5f [2020-09-20T06:33:31.413Z] Removing intermediate container 73da01c78d5f [2020-09-20T06:33:31.413Z] ---> 3047e33723b5 [2020-09-20T06:33:31.413Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-20T06:33:31.413Z] Successfully built 3047e33723b5 [2020-09-20T06:33:31.413Z] Successfully tagged docker-edgex-ui-go:latest [2020-09-20T06:33:31.421Z] Removing intermediate container a0f2bdc58d29 [2020-09-20T06:33:31.421Z] ---> 87b7a3c40a5f [2020-09-20T06:33:31.421Z] Step 23/24 : LABEL git_sha=14c578bc02e93a6d1b64f7a2283637c58eb75556 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-09-20T06:33:31.699Z] ---> Running in ffff7adb8551 [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-20T06:33:31.940Z] provisioning config files... [2020-09-20T06:33:31.988Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/52@tmp/config392481964650777726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:33:32.294Z] Removing intermediate container ffff7adb8551 [2020-09-20T06:33:32.294Z] ---> 6d14ccc01aa7 [2020-09-20T06:33:32.294Z] Step 24/24 : LABEL version=1.2.2-dev.9 [2020-09-20T06:33:32.294Z] ---> Running in b688d3f53d85 [2020-09-20T06:33:32.353Z] ---> docker-login.sh [2020-09-20T06:33:32.353Z] nexus3.edgexfoundry.org:10001 [2020-09-20T06:33:32.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:33:32.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:33:32.616Z] Configure a credential helper to remove this warning. See [2020-09-20T06:33:32.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:33:32.616Z] [2020-09-20T06:33:32.616Z] Login Succeeded [2020-09-20T06:33:32.616Z] nexus3.edgexfoundry.org:10002 [2020-09-20T06:33:32.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:33:32.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:33:32.616Z] Configure a credential helper to remove this warning. See [2020-09-20T06:33:32.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:33:32.616Z] [2020-09-20T06:33:32.616Z] Login Succeeded [2020-09-20T06:33:32.616Z] nexus3.edgexfoundry.org:10003 [2020-09-20T06:33:32.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:33:32.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:33:32.878Z] Configure a credential helper to remove this warning. See [2020-09-20T06:33:32.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:33:32.878Z] [2020-09-20T06:33:32.878Z] Login Succeeded [2020-09-20T06:33:32.878Z] nexus3.edgexfoundry.org:10004 [2020-09-20T06:33:32.891Z] Removing intermediate container b688d3f53d85 [2020-09-20T06:33:32.891Z] ---> ba54f7a1d3f8 [2020-09-20T06:33:32.891Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-20T06:33:32.891Z] Successfully built ba54f7a1d3f8 [2020-09-20T06:33:32.891Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-09-20T06:33:33.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:33:33.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:33:33.140Z] Configure a credential helper to remove this warning. See [2020-09-20T06:33:33.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:33:33.140Z] [2020-09-20T06:33:33.140Z] Login Succeeded [2020-09-20T06:33:33.140Z] docker.io [2020-09-20T06:33:33.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-20T06:33:33.342Z] provisioning config files... [2020-09-20T06:33:33.386Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/52@tmp/config6755288279585989882tmp [2020-09-20T06:33:33.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:33:33.404Z] Configure a credential helper to remove this warning. See [2020-09-20T06:33:33.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:33:33.404Z] [2020-09-20T06:33:33.404Z] Login Succeeded [2020-09-20T06:33:33.404Z] ---> docker-login.sh ends [Pipeline] { [Pipeline] } [2020-09-20T06:33:33.456Z] Deleting 1 temporary files [Pipeline] libraryResource [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-20T06:33:33.761Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-09-20T06:33:33.761Z] 14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:33:33.761Z] latest [2020-09-20T06:33:33.761Z] 1.2.2-dev.9 [2020-09-20T06:33:33.761Z] 14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 [2020-09-20T06:33:33.761Z] master [2020-09-20T06:33:33.761Z] ===================================================== [2020-09-20T06:33:33.791Z] ---> docker-login.sh [2020-09-20T06:33:33.791Z] nexus3.edgexfoundry.org:10001 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:34.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:33:34.268Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:34.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:33:34.342Z] Configure a credential helper to remove this warning. See [2020-09-20T06:33:34.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:33:34.342Z] [2020-09-20T06:33:34.342Z] Login Succeeded [2020-09-20T06:33:34.342Z] nexus3.edgexfoundry.org:10002 [2020-09-20T06:33:34.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:33:34.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-20T06:33:34.569Z] d773e82ccb09: Preparing [2020-09-20T06:33:34.569Z] 50644c29ef5a: Preparing [2020-09-20T06:33:34.569Z] 50644c29ef5a: Layer already exists [2020-09-20T06:33:34.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:33:34.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:33:34.888Z] Configure a credential helper to remove this warning. See [2020-09-20T06:33:34.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:33:34.888Z] [2020-09-20T06:33:34.888Z] Login Succeeded [2020-09-20T06:33:34.888Z] nexus3.edgexfoundry.org:10003 [2020-09-20T06:33:35.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:33:35.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:33:35.438Z] Configure a credential helper to remove this warning. See [2020-09-20T06:33:35.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:33:35.438Z] [2020-09-20T06:33:35.438Z] Login Succeeded [2020-09-20T06:33:35.438Z] nexus3.edgexfoundry.org:10004 [2020-09-20T06:33:35.962Z] d773e82ccb09: Pushed [2020-09-20T06:33:36.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:33:36.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:33:36.032Z] Configure a credential helper to remove this warning. See [2020-09-20T06:33:36.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:33:36.032Z] [2020-09-20T06:33:36.032Z] Login Succeeded [2020-09-20T06:33:36.032Z] docker.io [2020-09-20T06:33:36.223Z] 14c578bc02e93a6d1b64f7a2283637c58eb75556: digest: sha256:85597f482afc08b9059d719e8f1ed3937c1f77254210c4729dde928f8cedd71f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:36.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:33:36.529Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:36.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-09-20T06:33:36.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-20T06:33:36.826Z] d773e82ccb09: Preparing [2020-09-20T06:33:36.826Z] 50644c29ef5a: Preparing [2020-09-20T06:33:36.826Z] d773e82ccb09: Layer already exists [2020-09-20T06:33:36.826Z] 50644c29ef5a: Layer already exists [2020-09-20T06:33:36.826Z] latest: digest: sha256:85597f482afc08b9059d719e8f1ed3937c1f77254210c4729dde928f8cedd71f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:36.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:33:36.907Z] Configure a credential helper to remove this warning. See [2020-09-20T06:33:36.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:33:36.907Z] [2020-09-20T06:33:36.907Z] Login Succeeded [2020-09-20T06:33:36.907Z] ---> docker-login.sh ends [Pipeline] } [2020-09-20T06:33:36.924Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-20T06:33:37.136Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-09-20T06:33:37.136Z] 14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:33:37.136Z] latest [2020-09-20T06:33:37.136Z] 1.2.2-dev.9 [2020-09-20T06:33:37.136Z] 14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 [2020-09-20T06:33:37.136Z] master [2020-09-20T06:33:37.136Z] ===================================================== [2020-09-20T06:33:37.137Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.9 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:37.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.9 [2020-09-20T06:33:37.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-20T06:33:37.496Z] d773e82ccb09: Preparing [2020-09-20T06:33:37.496Z] 50644c29ef5a: Preparing [2020-09-20T06:33:37.496Z] 50644c29ef5a: Layer already exists [2020-09-20T06:33:37.496Z] d773e82ccb09: Layer already exists [2020-09-20T06:33:37.496Z] 1.2.2-dev.9: digest: sha256:85597f482afc08b9059d719e8f1ed3937c1f77254210c4729dde928f8cedd71f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:37.716Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:37.805Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:38.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:33:38.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-20T06:33:38.057Z] dac7d2485894: Preparing [2020-09-20T06:33:38.057Z] e2f13739ad41: Preparing [2020-09-20T06:33:38.057Z] e2f13739ad41: Layer already exists [2020-09-20T06:33:38.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 [2020-09-20T06:33:38.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-20T06:33:38.133Z] d773e82ccb09: Preparing [2020-09-20T06:33:38.133Z] 50644c29ef5a: Preparing [2020-09-20T06:33:38.133Z] d773e82ccb09: Layer already exists [2020-09-20T06:33:38.133Z] 50644c29ef5a: Layer already exists [2020-09-20T06:33:38.133Z] 14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9: digest: sha256:85597f482afc08b9059d719e8f1ed3937c1f77254210c4729dde928f8cedd71f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:38.441Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:38.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-09-20T06:33:38.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-20T06:33:38.746Z] d773e82ccb09: Preparing [2020-09-20T06:33:38.746Z] 50644c29ef5a: Preparing [2020-09-20T06:33:38.746Z] 50644c29ef5a: Layer already exists [2020-09-20T06:33:38.746Z] d773e82ccb09: Layer already exists [2020-09-20T06:33:38.746Z] master: digest: sha256:85597f482afc08b9059d719e8f1ed3937c1f77254210c4729dde928f8cedd71f size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-20T06:33:38.948Z] ===================================================== [Pipeline] echo [2020-09-20T06:33:38.999Z] taggedImages: [2020-09-20T06:33:38.999Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:33:38.999Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-09-20T06:33:38.999Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.9 [2020-09-20T06:33:38.999Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 [2020-09-20T06:33:38.999Z] - 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] } [2020-09-20T06:33:41.436Z] dac7d2485894: Pushed [2020-09-20T06:33:42.028Z] 14c578bc02e93a6d1b64f7a2283637c58eb75556: digest: sha256:570b54e69d7fd0ddcb913f801e35665d1bf206497428b8a18d276ccff9f7304f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:42.365Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:42.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-09-20T06:33:42.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-20T06:33:42.702Z] dac7d2485894: Preparing [2020-09-20T06:33:42.702Z] e2f13739ad41: Preparing [2020-09-20T06:33:42.702Z] dac7d2485894: Layer already exists [2020-09-20T06:33:42.702Z] e2f13739ad41: Layer already exists [2020-09-20T06:33:42.973Z] latest: digest: sha256:570b54e69d7fd0ddcb913f801e35665d1bf206497428b8a18d276ccff9f7304f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:43.333Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:43.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.9 [2020-09-20T06:33:43.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-20T06:33:43.668Z] dac7d2485894: Preparing [2020-09-20T06:33:43.668Z] e2f13739ad41: Preparing [2020-09-20T06:33:43.939Z] dac7d2485894: Layer already exists [2020-09-20T06:33:43.939Z] e2f13739ad41: Layer already exists [2020-09-20T06:33:43.939Z] 1.2.2-dev.9: digest: sha256:570b54e69d7fd0ddcb913f801e35665d1bf206497428b8a18d276ccff9f7304f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:44.280Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:44.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 [2020-09-20T06:33:44.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-20T06:33:44.624Z] dac7d2485894: Preparing [2020-09-20T06:33:44.624Z] e2f13739ad41: Preparing [2020-09-20T06:33:44.624Z] dac7d2485894: Layer already exists [2020-09-20T06:33:44.624Z] e2f13739ad41: Layer already exists [2020-09-20T06:33:44.896Z] 14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9: digest: sha256:570b54e69d7fd0ddcb913f801e35665d1bf206497428b8a18d276ccff9f7304f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:45.240Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:45.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-09-20T06:33:45.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-20T06:33:45.573Z] dac7d2485894: Preparing [2020-09-20T06:33:45.573Z] e2f13739ad41: Preparing [2020-09-20T06:33:45.847Z] e2f13739ad41: Layer already exists [2020-09-20T06:33:45.847Z] dac7d2485894: Layer already exists [2020-09-20T06:33:45.847Z] master: digest: sha256:570b54e69d7fd0ddcb913f801e35665d1bf206497428b8a18d276ccff9f7304f size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-20T06:33:46.045Z] ===================================================== [Pipeline] echo [2020-09-20T06:33:46.093Z] taggedImages: [2020-09-20T06:33:46.093Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:33:46.093Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-09-20T06:33:46.093Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.9 [2020-09-20T06:33:46.093Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556-1.2.2-dev.9 [2020-09-20T06:33:46.093Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-20T06:33:47.557Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-20T06:33:47.559Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-20T06:33:47.605Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:47.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-20T06:33:47.962Z] [2020-09-20T06:33:47.962Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:33:48.310Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-20T06:33:48.310Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-20T06:33:48.310Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-20T06:33:48.310Z] 408f87550127: Pulling fs layer [2020-09-20T06:33:48.310Z] fe522b08c979: Pulling fs layer [2020-09-20T06:33:48.310Z] 221eaa008020: Pulling fs layer [2020-09-20T06:33:48.310Z] 2a4607e5d6b9: Pulling fs layer [2020-09-20T06:33:48.310Z] 8f79b27c4fd2: Pulling fs layer [2020-09-20T06:33:48.310Z] e5c8dbe1645b: Pulling fs layer [2020-09-20T06:33:48.310Z] 23e8b3b47431: Pulling fs layer [2020-09-20T06:33:48.310Z] 5c568d65a230: Pulling fs layer [2020-09-20T06:33:48.310Z] 221eaa008020: Waiting [2020-09-20T06:33:48.310Z] 2a4607e5d6b9: Waiting [2020-09-20T06:33:48.310Z] 8f79b27c4fd2: Waiting [2020-09-20T06:33:48.310Z] e5c8dbe1645b: Waiting [2020-09-20T06:33:48.310Z] 23e8b3b47431: Waiting [2020-09-20T06:33:48.310Z] 5c568d65a230: Waiting [2020-09-20T06:33:48.310Z] fe522b08c979: Verifying Checksum [2020-09-20T06:33:48.310Z] fe522b08c979: Download complete [2020-09-20T06:33:48.310Z] 408f87550127: Download complete [2020-09-20T06:33:48.310Z] 2a4607e5d6b9: Download complete [2020-09-20T06:33:48.310Z] 8f79b27c4fd2: Verifying Checksum [2020-09-20T06:33:48.310Z] 8f79b27c4fd2: Download complete [2020-09-20T06:33:48.310Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-20T06:33:48.310Z] cbdbe7a5bc2a: Download complete [2020-09-20T06:33:48.891Z] cbdbe7a5bc2a: Pull complete [2020-09-20T06:33:48.891Z] 408f87550127: Pull complete [2020-09-20T06:33:49.153Z] fe522b08c979: Pull complete [2020-09-20T06:33:49.729Z] e5c8dbe1645b: Verifying Checksum [2020-09-20T06:33:49.729Z] e5c8dbe1645b: Download complete [2020-09-20T06:33:50.682Z] 23e8b3b47431: Verifying Checksum [2020-09-20T06:33:50.682Z] 23e8b3b47431: Download complete [2020-09-20T06:33:50.949Z] 5c568d65a230: Verifying Checksum [2020-09-20T06:33:50.949Z] 5c568d65a230: Download complete [2020-09-20T06:33:51.909Z] 221eaa008020: Verifying Checksum [2020-09-20T06:33:51.909Z] 221eaa008020: Download complete [2020-09-20T06:33:58.530Z] 221eaa008020: Pull complete [2020-09-20T06:33:58.530Z] 2a4607e5d6b9: Pull complete [2020-09-20T06:33:58.530Z] 8f79b27c4fd2: Pull complete [2020-09-20T06:33:59.925Z] e5c8dbe1645b: Pull complete [2020-09-20T06:34:03.244Z] 23e8b3b47431: Pull complete [2020-09-20T06:34:04.194Z] 5c568d65a230: Pull complete [2020-09-20T06:34:04.194Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-20T06:34:04.194Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-20T06:34:04.194Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-20T06:34:04.371Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:34:04.423Z] $ 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-20T06:34:05.298Z] $ docker top e1cabd73f9871e360b6e9365f444621615411179f0f9ca1905a8f2a1a34687e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:34:05.832Z] + snyk monitor '--org=edgex-jenkins' [2020-09-20T06:34:12.451Z] [2020-09-20T06:34:12.451Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-09-20T06:34:12.451Z] [2020-09-20T06:34:12.451Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/074a93ec-9965-4fee-8a55-9b8557c1c3fe [2020-09-20T06:34:12.451Z] [2020-09-20T06:34:12.451Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-20T06:34:12.451Z] [2020-09-20T06:34:12.451Z] [2020-09-20T06:34:12.451Z] Snyk CLI supports Node.js 8 and higher. [2020-09-20T06:34:12.451Z] 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-20T06:34:12.451Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-20T06:34:12.451Z] [2020-09-20T06:34:12.451Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-20T06:34:12.451Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-20T06:34:12.468Z] $ docker stop --time=1 e1cabd73f9871e360b6e9365f444621615411179f0f9ca1905a8f2a1a34687e6 [2020-09-20T06:34:14.748Z] $ docker rm -f e1cabd73f9871e360b6e9365f444621615411179f0f9ca1905a8f2a1a34687e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:34:16.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:34:16.011Z] [2020-09-20T06:34:16.011Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:34:16.365Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:34:16.365Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-20T06:34:16.365Z] e7c96db7181b: Pulling fs layer [2020-09-20T06:34:16.365Z] 1868ca2cb446: Pulling fs layer [2020-09-20T06:34:16.365Z] 136be5d0fe8e: Pulling fs layer [2020-09-20T06:34:16.365Z] 894bfe63afcb: Pulling fs layer [2020-09-20T06:34:16.365Z] 894bfe63afcb: Waiting [2020-09-20T06:34:16.365Z] 1868ca2cb446: Verifying Checksum [2020-09-20T06:34:16.365Z] 1868ca2cb446: Download complete [2020-09-20T06:34:16.365Z] 136be5d0fe8e: Verifying Checksum [2020-09-20T06:34:16.365Z] 136be5d0fe8e: Download complete [2020-09-20T06:34:16.365Z] e7c96db7181b: Verifying Checksum [2020-09-20T06:34:16.365Z] e7c96db7181b: Download complete [2020-09-20T06:34:16.629Z] 894bfe63afcb: Verifying Checksum [2020-09-20T06:34:16.629Z] 894bfe63afcb: Download complete [2020-09-20T06:34:16.890Z] e7c96db7181b: Pull complete [2020-09-20T06:34:16.890Z] 1868ca2cb446: Pull complete [2020-09-20T06:34:17.151Z] 136be5d0fe8e: Pull complete [2020-09-20T06:34:17.414Z] 894bfe63afcb: Pull complete [2020-09-20T06:34:17.414Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-20T06:34:17.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:34:17.414Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-20T06:34:17.505Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:34:17.547Z] $ 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-20T06:34:18.434Z] $ docker top 9a99403b61f23a5653cc94712d1e4846a71e22ae5ff4fa29f6b2d77d8137363a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T06:34:18.973Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:34:18.973Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-20T06:34:21.685Z] $ docker stop --time=1 9a99403b61f23a5653cc94712d1e4846a71e22ae5ff4fa29f6b2d77d8137363a [2020-09-20T06:34:23.019Z] $ docker rm -f 9a99403b61f23a5653cc94712d1e4846a71e22ae5ff4fa29f6b2d77d8137363a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:34:23.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:34:23.543Z] . [Pipeline] withDockerContainer [2020-09-20T06:34:23.635Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:34:23.677Z] $ 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-20T06:34:24.334Z] $ docker top 357d8391a3ddbbf824ff3f49afe2a898fa8e244a7248200dfd4a3b664a095f96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T06:34:24.868Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:34:24.868Z] + tee [2020-09-20T06:34:24.868Z] clair timeout 1m0s [2020-09-20T06:34:24.868Z] docker timeout: 1m0s [2020-09-20T06:34:24.868Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-20T06:34:25.545Z] $ docker stop --time=1 357d8391a3ddbbf824ff3f49afe2a898fa8e244a7248200dfd4a3b664a095f96 [2020-09-20T06:34:27.195Z] $ docker rm -f 357d8391a3ddbbf824ff3f49afe2a898fa8e244a7248200dfd4a3b664a095f96 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-20T06:34:27.745Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-09-20T06:34:27.761Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_14c578bc02e93a6d1b64f7a2283637c58eb75556.html [Pipeline] writeFile [Pipeline] step [2020-09-20T06:34:27.816Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:34:28.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:34:28.162Z] . [Pipeline] withDockerContainer [2020-09-20T06:34:28.257Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:34:28.305Z] $ 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-20T06:34:29.022Z] $ docker top 1a50a7c98bb28049746fd0afb7671d754d0c5c2f132539d832214d3ceb717b5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T06:34:29.543Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:34:29.543Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-20T06:34:32.243Z] $ docker stop --time=1 1a50a7c98bb28049746fd0afb7671d754d0c5c2f132539d832214d3ceb717b5c [2020-09-20T06:34:33.575Z] $ docker rm -f 1a50a7c98bb28049746fd0afb7671d754d0c5c2f132539d832214d3ceb717b5c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:34:34.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:34:34.049Z] . [Pipeline] withDockerContainer [2020-09-20T06:34:34.146Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:34:34.195Z] $ 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-20T06:34:34.748Z] $ docker top 0be20ada158eca6485e41d905b7e3f0cf6b6403cca1ad92b81f3ede6d66c4ee6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T06:34:35.268Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:14c578bc02e93a6d1b64f7a2283637c58eb75556 [2020-09-20T06:34:35.268Z] + tee [2020-09-20T06:34:35.268Z] clair timeout 1m0s [2020-09-20T06:34:35.268Z] docker timeout: 1m0s [2020-09-20T06:34:35.268Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-20T06:34:35.954Z] $ docker stop --time=1 0be20ada158eca6485e41d905b7e3f0cf6b6403cca1ad92b81f3ede6d66c4ee6 [2020-09-20T06:34:37.301Z] $ docker rm -f 0be20ada158eca6485e41d905b7e3f0cf6b6403cca1ad92b81f3ede6d66c4ee6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-20T06:34:37.762Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-09-20T06:34:37.775Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_14c578bc02e93a6d1b64f7a2283637c58eb75556.html [Pipeline] writeFile [Pipeline] step [2020-09-20T06:34:37.828Z] 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-20T06:34:39.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:34:39.003Z] . [Pipeline] withDockerContainer [2020-09-20T06:34:39.104Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:34:39.150Z] $ 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-20T06:34:39.863Z] $ docker top 96bbbc2ce2cf87d75e70eeaef09d82a549e7f8ee6e3adb93a3e972f0b4fe02c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T06:34:40.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:34:40.225Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:34:40.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:34:40.442Z] $ docker exec 96bbbc2ce2cf87d75e70eeaef09d82a549e7f8ee6e3adb93a3e972f0b4fe02c3 ssh-agent [2020-09-20T06:34:40.602Z] SSH_AUTH_SOCK=/tmp/ssh-4FXhZUuvBtby/agent.11 [2020-09-20T06:34:40.602Z] SSH_AGENT_PID=17 [2020-09-20T06:34:40.610Z] Running ssh-add (command line suppressed) [2020-09-20T06:34:40.731Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6118212433769687717.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6118212433769687717.key) [2020-09-20T06:34:40.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:34:41.119Z] + git semver tag [2020-09-20T06:34:41.119Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T06:34:41.119Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-20T06:34:41.119Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-20T06:34:41.119Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T06:34:41.119Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T06:34:41.119Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T06:34:41.119Z] # $SEMVER_BRANCH = master [2020-09-20T06:34:41.119Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-09-20T06:34:41.119Z] # 14c578bc02e93a6d1b64f7a2283637c58eb75556 HEAD [2020-09-20T06:34:41.119Z] # -> Force: false [2020-09-20T06:34:41.119Z] # 02b49740687e08cf053ef2652f14772182393308 refs/tags/v1.2.2-dev.9 [Pipeline] } [2020-09-20T06:34:41.132Z] $ docker exec --env ******** --env ******** 96bbbc2ce2cf87d75e70eeaef09d82a549e7f8ee6e3adb93a3e972f0b4fe02c3 ssh-agent -k [2020-09-20T06:34:41.245Z] unset SSH_AUTH_SOCK; [2020-09-20T06:34:41.245Z] unset SSH_AGENT_PID; [2020-09-20T06:34:41.245Z] echo Agent pid 17 killed; [2020-09-20T06:34:41.293Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T06:34:41.815Z] + git semver [Pipeline] } [2020-09-20T06:34:41.833Z] $ docker stop --time=1 96bbbc2ce2cf87d75e70eeaef09d82a549e7f8ee6e3adb93a3e972f0b4fe02c3 [2020-09-20T06:34:43.172Z] $ docker rm -f 96bbbc2ce2cf87d75e70eeaef09d82a549e7f8ee6e3adb93a3e972f0b4fe02c3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:34:43.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-20T06:34:43.937Z] [2020-09-20T06:34:43.937Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:34:44.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-20T06:34:44.307Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-20T06:34:44.307Z] ab5ef0e58194: Pulling fs layer [2020-09-20T06:34:44.307Z] 9712f1f96733: Pulling fs layer [2020-09-20T06:34:44.307Z] 63f879dbbcfc: Pulling fs layer [2020-09-20T06:34:44.307Z] 0d9ebad4ef96: Pulling fs layer [2020-09-20T06:34:44.307Z] e9a5061849ea: Pulling fs layer [2020-09-20T06:34:44.307Z] d747dcd14b5f: Pulling fs layer [2020-09-20T06:34:44.307Z] 2de7ff778b66: Pulling fs layer [2020-09-20T06:34:44.307Z] e9a5061849ea: Waiting [2020-09-20T06:34:44.307Z] d747dcd14b5f: Waiting [2020-09-20T06:34:44.307Z] 2de7ff778b66: Waiting [2020-09-20T06:34:44.307Z] 0d9ebad4ef96: Waiting [2020-09-20T06:34:44.307Z] 9712f1f96733: Verifying Checksum [2020-09-20T06:34:44.307Z] 9712f1f96733: Download complete [2020-09-20T06:34:46.233Z] 63f879dbbcfc: Download complete [2020-09-20T06:34:46.503Z] e9a5061849ea: Verifying Checksum [2020-09-20T06:34:46.503Z] e9a5061849ea: Download complete [2020-09-20T06:34:46.503Z] d747dcd14b5f: Verifying Checksum [2020-09-20T06:34:46.503Z] d747dcd14b5f: Download complete [2020-09-20T06:34:47.084Z] 2de7ff778b66: Verifying Checksum [2020-09-20T06:34:47.085Z] 2de7ff778b66: Download complete [2020-09-20T06:34:47.356Z] ab5ef0e58194: Verifying Checksum [2020-09-20T06:34:47.356Z] ab5ef0e58194: Download complete [2020-09-20T06:34:47.356Z] 0d9ebad4ef96: Verifying Checksum [2020-09-20T06:34:47.356Z] 0d9ebad4ef96: Download complete [2020-09-20T06:34:51.583Z] ab5ef0e58194: Pull complete [2020-09-20T06:34:51.583Z] 9712f1f96733: Pull complete [2020-09-20T06:34:54.135Z] 63f879dbbcfc: Pull complete [2020-09-20T06:35:00.768Z] 0d9ebad4ef96: Pull complete [2020-09-20T06:35:02.164Z] e9a5061849ea: Pull complete [2020-09-20T06:35:02.164Z] d747dcd14b5f: Pull complete [2020-09-20T06:35:04.723Z] 2de7ff778b66: Pull complete [2020-09-20T06:35:04.723Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-20T06:35:04.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-20T06:35:04.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-20T06:35:04.908Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:35:04.959Z] $ 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-20T06:35:09.122Z] $ docker top dd786965ee470e28f1a5ef371dba835015a6729d23833e706e4a667a5fcee7e0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-20T06:35:09.392Z] provisioning config files... [2020-09-20T06:35:09.409Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4576515051586268128tmp [2020-09-20T06:35:09.430Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8187362107288465719tmp [2020-09-20T06:35:09.448Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config23592732363762204tmp [Pipeline] { [Pipeline] echo [2020-09-20T06:35:09.505Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:35:09.808Z] ---> sigul-configuration.sh [2020-09-20T06:35:09.808Z] gpg: directory `/root/.gnupg' created [2020-09-20T06:35:09.808Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-20T06:35:09.808Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-20T06:35:09.808Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-20T06:35:09.808Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-20T06:35:09.808Z] gpg: CAST5 encrypted data [2020-09-20T06:35:10.072Z] gpg: encrypted with 1 passphrase [2020-09-20T06:35:10.072Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-20T06:35:10.373Z] + mkdir /home/jenkins [2020-09-20T06:35:10.373Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-20T06:35:10.673Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-09-20T06:35:10.683Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:35:10.979Z] ---> sigul-install.sh [2020-09-20T06:35:16.286Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-20T06:35:16.587Z] + git tag --list [2020-09-20T06:35:16.587Z] v1.2.2-dev.9 [Pipeline] sh [2020-09-20T06:35:16.888Z] + lftools sign git-tag v1.2.2-dev.9 [2020-09-20T06:35:18.276Z] Signing Git tag with Sigul... [2020-09-20T06:35:18.276Z] Signing v1.2.2-dev.9 [Pipeline] echo [2020-09-20T06:35:19.275Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:35:19.591Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-20T06:35:19.600Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-20T06:35:19.699Z] $ docker stop --time=1 dd786965ee470e28f1a5ef371dba835015a6729d23833e706e4a667a5fcee7e0 [2020-09-20T06:35:21.575Z] $ docker rm -f dd786965ee470e28f1a5ef371dba835015a6729d23833e706e4a667a5fcee7e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:35:22.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:35:22.468Z] . [Pipeline] withDockerContainer [2020-09-20T06:35:22.575Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:35:22.621Z] $ 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-20T06:35:23.311Z] $ docker top f1df05f7c3cf250812c449d00fe562b4a738d60298da50fd0c9e0224b05018cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T06:35:23.710Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:35:23.711Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:35:23.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:35:23.900Z] $ docker exec f1df05f7c3cf250812c449d00fe562b4a738d60298da50fd0c9e0224b05018cd ssh-agent [2020-09-20T06:35:24.079Z] SSH_AUTH_SOCK=/tmp/ssh-kfTCajsiacJU/agent.11 [2020-09-20T06:35:24.079Z] SSH_AGENT_PID=17 [2020-09-20T06:35:24.087Z] Running ssh-add (command line suppressed) [2020-09-20T06:35:24.206Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2403157214656340342.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2403157214656340342.key) [2020-09-20T06:35:24.260Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:35:24.595Z] + git semver bump pre [2020-09-20T06:35:24.595Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T06:35:24.595Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-20T06:35:24.595Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-20T06:35:24.595Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T06:35:24.595Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T06:35:24.595Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T06:35:24.595Z] # $SEMVER_BRANCH = master [2020-09-20T06:35:24.595Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-09-20T06:35:24.595Z] 1.2.2-dev.10 [Pipeline] } [2020-09-20T06:35:24.608Z] $ docker exec --env ******** --env ******** f1df05f7c3cf250812c449d00fe562b4a738d60298da50fd0c9e0224b05018cd ssh-agent -k [2020-09-20T06:35:24.729Z] unset SSH_AUTH_SOCK; [2020-09-20T06:35:24.729Z] unset SSH_AGENT_PID; [2020-09-20T06:35:24.729Z] echo Agent pid 17 killed; [2020-09-20T06:35:24.777Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T06:35:25.251Z] + git semver [Pipeline] } [2020-09-20T06:35:25.270Z] $ docker stop --time=1 f1df05f7c3cf250812c449d00fe562b4a738d60298da50fd0c9e0224b05018cd [2020-09-20T06:35:26.616Z] $ docker rm -f f1df05f7c3cf250812c449d00fe562b4a738d60298da50fd0c9e0224b05018cd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:35:27.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:35:27.162Z] . [Pipeline] withDockerContainer [2020-09-20T06:35:27.254Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:35:27.299Z] $ 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-20T06:35:28.111Z] $ docker top b7db5c6d3bf2b26436e81d09130de36f66872bf6a4bad35068bfaf0e6184b941 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T06:35:28.416Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:35:28.416Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:35:28.596Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:35:28.601Z] $ docker exec b7db5c6d3bf2b26436e81d09130de36f66872bf6a4bad35068bfaf0e6184b941 ssh-agent [2020-09-20T06:35:28.767Z] SSH_AUTH_SOCK=/tmp/ssh-SGTLzA7OERxt/agent.12 [2020-09-20T06:35:28.767Z] SSH_AGENT_PID=17 [2020-09-20T06:35:28.777Z] Running ssh-add (command line suppressed) [2020-09-20T06:35:28.905Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5915957924908689534.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5915957924908689534.key) [2020-09-20T06:35:28.962Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:35:29.302Z] + git semver push [2020-09-20T06:35:29.302Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T06:35:29.302Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-20T06:35:29.302Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-20T06:35:29.302Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T06:35:29.302Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T06:35:29.302Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T06:35:29.302Z] # $SEMVER_BRANCH = master [2020-09-20T06:35:29.302Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-09-20T06:35:35.922Z] $ docker exec --env ******** --env ******** b7db5c6d3bf2b26436e81d09130de36f66872bf6a4bad35068bfaf0e6184b941 ssh-agent -k [2020-09-20T06:35:36.043Z] unset SSH_AUTH_SOCK; [2020-09-20T06:35:36.043Z] unset SSH_AGENT_PID; [2020-09-20T06:35:36.043Z] echo Agent pid 17 killed; [2020-09-20T06:35:36.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T06:35:36.583Z] + git semver [Pipeline] } [2020-09-20T06:35:36.603Z] $ docker stop --time=1 b7db5c6d3bf2b26436e81d09130de36f66872bf6a4bad35068bfaf0e6184b941 [2020-09-20T06:35:37.993Z] $ docker rm -f b7db5c6d3bf2b26436e81d09130de36f66872bf6a4bad35068bfaf0e6184b941 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:35:39.424Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:35:39.999Z] ---> package-listing.sh [2020-09-20T06:35:39.999Z] ++ facter osfamily [2020-09-20T06:35:39.999Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-20T06:35:39.999Z] + OS_FAMILY=redhat [2020-09-20T06:35:39.999Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-20T06:35:39.999Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-20T06:35:39.999Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-20T06:35:39.999Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-20T06:35:39.999Z] + PACKAGES=/tmp/packages_start.txt [2020-09-20T06:35:39.999Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-09-20T06:35:39.999Z] + PACKAGES=/tmp/packages_end.txt [2020-09-20T06:35:39.999Z] + case "${OS_FAMILY}" in [2020-09-20T06:35:39.999Z] + rpm -qa [2020-09-20T06:35:39.999Z] + sort [2020-09-20T06:35:44.227Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-20T06:35:44.227Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-20T06:35:44.227Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-20T06:35:44.227Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-09-20T06:35:44.227Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-09-20T06:35:44.227Z] + 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-20T06:35:45.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:35:45.383Z] [2020-09-20T06:35:45.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:35:45.734Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:35:45.734Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-20T06:35:45.734Z] df20fa9351a1: Pulling fs layer [2020-09-20T06:35:45.734Z] 36b3adc4ff6f: Pulling fs layer [2020-09-20T06:35:45.734Z] 8ad3a11d3b57: Pulling fs layer [2020-09-20T06:35:45.734Z] 46f8f816bc3b: Pulling fs layer [2020-09-20T06:35:45.734Z] 0dadc02b9964: Pulling fs layer [2020-09-20T06:35:45.734Z] ce6a7cf60c04: Pulling fs layer [2020-09-20T06:35:45.734Z] 7a184a31f384: Pulling fs layer [2020-09-20T06:35:45.734Z] 0879bd2ef858: Pulling fs layer [2020-09-20T06:35:45.734Z] 46f8f816bc3b: Waiting [2020-09-20T06:35:45.734Z] 0dadc02b9964: Waiting [2020-09-20T06:35:45.734Z] ce6a7cf60c04: Waiting [2020-09-20T06:35:45.734Z] 7a184a31f384: Waiting [2020-09-20T06:35:45.734Z] 0879bd2ef858: Waiting [2020-09-20T06:35:45.734Z] 36b3adc4ff6f: Download complete [2020-09-20T06:35:45.734Z] 46f8f816bc3b: Verifying Checksum [2020-09-20T06:35:45.734Z] 46f8f816bc3b: Download complete [2020-09-20T06:35:46.000Z] df20fa9351a1: Verifying Checksum [2020-09-20T06:35:46.000Z] ce6a7cf60c04: Verifying Checksum [2020-09-20T06:35:46.000Z] ce6a7cf60c04: Download complete [2020-09-20T06:35:46.000Z] 0dadc02b9964: Verifying Checksum [2020-09-20T06:35:46.000Z] 0dadc02b9964: Download complete [2020-09-20T06:35:46.000Z] 7a184a31f384: Verifying Checksum [2020-09-20T06:35:46.000Z] 7a184a31f384: Download complete [2020-09-20T06:35:46.000Z] 8ad3a11d3b57: Verifying Checksum [2020-09-20T06:35:46.263Z] df20fa9351a1: Pull complete [2020-09-20T06:35:46.524Z] 0879bd2ef858: Verifying Checksum [2020-09-20T06:35:46.524Z] 0879bd2ef858: Download complete [2020-09-20T06:35:46.524Z] 36b3adc4ff6f: Pull complete [2020-09-20T06:35:47.101Z] 8ad3a11d3b57: Pull complete [2020-09-20T06:35:47.362Z] 46f8f816bc3b: Pull complete [2020-09-20T06:35:47.626Z] 0dadc02b9964: Pull complete [2020-09-20T06:35:47.888Z] ce6a7cf60c04: Pull complete [2020-09-20T06:35:47.888Z] 7a184a31f384: Pull complete [2020-09-20T06:35:50.455Z] 0879bd2ef858: Pull complete [2020-09-20T06:35:50.455Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-20T06:35:50.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:35:50.455Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-20T06:35:50.700Z] prd-centos7-docker-4c-2g-555 does not seem to be running inside a container [2020-09-20T06:35:50.817Z] $ 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-20T06:35:54.079Z] $ docker top f11db5464319500672c73b9f54ee8698ac069f141b27646c3f1b6e663d643cbe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:35:54.588Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-20T06:35:54.886Z] + ls /var/log/sa-host [2020-09-20T06:35:54.886Z] + sadf -c /var/log/sa-host/sa05 [2020-09-20T06:35:54.886Z] file_magic: OK [2020-09-20T06:35:54.886Z] HZ: Using current value: 100 [2020-09-20T06:35:54.886Z] file_header: OK [2020-09-20T06:35:54.886Z] 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-20T06:35:54.886Z] Statistics: [2020-09-20T06:35:54.886Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T06:35:54.886Z] File successfully converted to sysstat format version 12.2.1 [2020-09-20T06:35:54.886Z] + sadf -c /var/log/sa-host/sa20 [2020-09-20T06:35:54.886Z] file_magic: OK [2020-09-20T06:35:54.886Z] HZ: Using current value: 100 [2020-09-20T06:35:54.886Z] file_header: OK [2020-09-20T06:35:54.886Z] 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-20T06:35:54.886Z] Statistics: [2020-09-20T06:35:54.886Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T06:35:54.886Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-20T06:35:54.948Z] provisioning config files... [2020-09-20T06:35:54.968Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3050647935792092440tmp [Pipeline] { [Pipeline] echo [2020-09-20T06:35:55.045Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:35:55.342Z] ---> create-netrc.sh [Pipeline] echo [2020-09-20T06:35:55.352Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:35:55.646Z] ---> logs-deploy.sh [2020-09-20T06:35:55.646Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/52 [2020-09-20T06:35:55.646Z] INFO: archiving workspace using pattern(s): [2020-09-20T06:35:57.040Z] Archives upload complete. [2020-09-20T06:35:57.040Z] INFO: archiving logs to Nexus