Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-549 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 e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 (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 e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 # timeout=10 Commit message: "build: update to go 1.15" > git rev-list --no-walk c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-20T06:15:39.441Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-20T06:15:39.702Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-20T06:15:39.796Z] ========================================================= [2020-09-20T06:15:39.796Z] EdgeX Global Pipelines Version Info [2020-09-20T06:15:39.796Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:15:41.682Z] ------------------- [2020-09-20T06:15:41.683Z] stable info: [2020-09-20T06:15:41.683Z] ------------------- [2020-09-20T06:15:41.683Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-20T06:15:41.683Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-20T06:15:41.683Z] Message: update stable to v1.0.122 [2020-09-20T06:15:42.257Z] ------------------- [2020-09-20T06:15:42.257Z] experimental info: [2020-09-20T06:15:42.257Z] ------------------- [2020-09-20T06:15:42.257Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-20T06:15:42.257Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-20T06:15:42.257Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-20T06:15:42.583Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-09-20T06:15:42.677Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-09-20T06:15:42.763Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-20T06:15:42.850Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-20T06:15:42.932Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-20T06:15:43.022Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-20T06:15:43.101Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-20T06:15:43.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-20T06:15:43.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-20T06:15:43.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-20T06:15:43.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-20T06:15:43.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-09-20T06:15:43.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-20T06:15:43.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-20T06:15:43.804Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T06:15:43.891Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T06:15:43.981Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T06:15:44.063Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T06:15:44.155Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-20T06:15:44.291Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-20T06:15:44.376Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-20T06:15:44.465Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-20T06:15:44.549Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-20T06:15:44.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-20T06:15:44.755Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-20T06:15:44.839Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [Pipeline] echo [2020-09-20T06:15:44.924Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e4aaba1 [Pipeline] echo [2020-09-20T06:15:45.005Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T06:15:45.611Z] + git log --format=format:%s -1 e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [Pipeline] echo [2020-09-20T06:15:45.674Z] GIT_COMMIT: e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6, Commit Message: build: update to go 1.15 [Pipeline] echo [2020-09-20T06:15:45.725Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:15:46.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:15:46.548Z] [2020-09-20T06:15:46.548Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:15:46.895Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:15:47.159Z] latest: Pulling from edgex-devops/git-semver [2020-09-20T06:15:47.159Z] 31603596830f: Pulling fs layer [2020-09-20T06:15:47.159Z] 2a8b12db71e7: Pulling fs layer [2020-09-20T06:15:47.159Z] 6ca5941a6612: Pulling fs layer [2020-09-20T06:15:47.159Z] ecc8261a40a4: Pulling fs layer [2020-09-20T06:15:47.159Z] ecc8261a40a4: Waiting [2020-09-20T06:15:47.159Z] 2a8b12db71e7: Verifying Checksum [2020-09-20T06:15:47.159Z] 2a8b12db71e7: Download complete [2020-09-20T06:15:47.428Z] 31603596830f: Verifying Checksum [2020-09-20T06:15:47.428Z] 31603596830f: Download complete [2020-09-20T06:15:47.428Z] 6ca5941a6612: Verifying Checksum [2020-09-20T06:15:47.428Z] 6ca5941a6612: Download complete [2020-09-20T06:15:47.693Z] ecc8261a40a4: Verifying Checksum [2020-09-20T06:15:47.693Z] ecc8261a40a4: Download complete [2020-09-20T06:15:47.693Z] 31603596830f: Pull complete [2020-09-20T06:15:47.693Z] 2a8b12db71e7: Pull complete [2020-09-20T06:15:48.644Z] 6ca5941a6612: Pull complete [2020-09-20T06:15:48.906Z] ecc8261a40a4: Pull complete [2020-09-20T06:15:48.906Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-20T06:15:48.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:15:48.906Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-20T06:15:49.013Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:15:49.070Z] $ 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:15:51.265Z] $ docker top 600e706641fbece8ce7e004390f28ecc224975a1f467077ab4ecf2d741c1c490 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T06:15:51.536Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:15:51.536Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:15:51.755Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:15:51.757Z] $ docker exec 600e706641fbece8ce7e004390f28ecc224975a1f467077ab4ecf2d741c1c490 ssh-agent [2020-09-20T06:15:51.912Z] SSH_AUTH_SOCK=/tmp/ssh-HkcOhL32xETF/agent.12 [2020-09-20T06:15:51.912Z] SSH_AGENT_PID=18 [2020-09-20T06:15:51.925Z] Running ssh-add (command line suppressed) [2020-09-20T06:15:52.036Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2300533275448462310.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2300533275448462310.key) [2020-09-20T06:15:52.086Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:15:52.429Z] + git describe --exact-match --tags HEAD [2020-09-20T06:15:52.429Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-20T06:15:52.451Z] $ docker exec --env ******** --env ******** 600e706641fbece8ce7e004390f28ecc224975a1f467077ab4ecf2d741c1c490 ssh-agent -k [2020-09-20T06:15:52.567Z] unset SSH_AUTH_SOCK; [2020-09-20T06:15:52.568Z] unset SSH_AGENT_PID; [2020-09-20T06:15:52.568Z] echo Agent pid 18 killed; [2020-09-20T06:15:52.662Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-20T06:15:52.755Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-20T06:15:52.755Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-20T06:15:52.851Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:15:52.852Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:15:53.022Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:15:53.026Z] $ docker exec 600e706641fbece8ce7e004390f28ecc224975a1f467077ab4ecf2d741c1c490 ssh-agent [2020-09-20T06:15:53.192Z] SSH_AUTH_SOCK=/tmp/ssh-AGGUsMcUMa8R/agent.47 [2020-09-20T06:15:53.192Z] SSH_AGENT_PID=52 [2020-09-20T06:15:53.198Z] Running ssh-add (command line suppressed) [2020-09-20T06:15:53.311Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4346785691371579770.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4346785691371579770.key) [2020-09-20T06:15:53.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:15:53.700Z] + git semver init [2020-09-20T06:15:53.700Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T06:15:53.700Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-20T06:15:53.700Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-20T06:15:53.700Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T06:15:53.700Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T06:15:53.700Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T06:15:53.700Z] # $SEMVER_BRANCH = master [2020-09-20T06:15:53.700Z] # $SEMVER_TEMP = /tmp/semver-259199489 [2020-09-20T06:15:53.700Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-09-20T06:15:54.645Z] # '/tmp/semver-259199489' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-09-20T06:15:54.645Z] # -> Force: false [2020-09-20T06:15:54.645Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-09-20T06:15:54.656Z] $ docker exec --env ******** --env ******** 600e706641fbece8ce7e004390f28ecc224975a1f467077ab4ecf2d741c1c490 ssh-agent -k [2020-09-20T06:15:54.766Z] unset SSH_AUTH_SOCK; [2020-09-20T06:15:54.766Z] unset SSH_AGENT_PID; [2020-09-20T06:15:54.767Z] echo Agent pid 52 killed; [2020-09-20T06:15:54.811Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T06:15:55.257Z] + git semver [Pipeline] } [2020-09-20T06:15:55.272Z] $ docker stop --time=1 600e706641fbece8ce7e004390f28ecc224975a1f467077ab4ecf2d741c1c490 [2020-09-20T06:15:56.710Z] $ docker rm -f 600e706641fbece8ce7e004390f28ecc224975a1f467077ab4ecf2d741c1c490 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-20T06:15:57.909Z] Stashed 21 file(s) [Pipeline] echo [2020-09-20T06:15:57.912Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.8 [Pipeline] echo [2020-09-20T06:15:58.036Z] Archived original version: [1.2.2-dev.8] [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:16:13.537Z] Still waiting to schedule task [2020-09-20T06:16:13.537Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-549’ [2020-09-20T06:16:13.539Z] Still waiting to schedule task [2020-09-20T06:16:13.539Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-20T06:18:06.792Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-550 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-09-20T06:18:06.928Z] Running in /w/workspace/edgex-ui-go/51 [Pipeline] { [Pipeline] checkout [2020-09-20T06:18:12.019Z] using credential edgex-jenkins-ssh [2020-09-20T06:18:12.086Z] Cloning the remote Git repository [2020-09-20T06:18:12.086Z] Cloning with configured refspecs honoured and without tags [2020-09-20T06:18:12.160Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:18:12.272Z] > git init /w/workspace/edgex-ui-go/51 # timeout=10 [2020-09-20T06:18:12.341Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:18:12.342Z] > git --version # timeout=10 [2020-09-20T06:18:12.369Z] > git --version # 'git version 2.17.1' [2020-09-20T06:18:12.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:18:12.421Z] > 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:18:13.757Z] Fetching without tags [2020-09-20T06:18:14.245Z] Checking out Revision e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 (master) [2020-09-20T06:18:13.677Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:18:13.705Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:18:13.733Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:18:13.775Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:18:13.776Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:18:13.786Z] > 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:18:14.290Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:18:14.331Z] > git checkout -f e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 # timeout=10 [2020-09-20T06:18:19.101Z] Commit message: "build: update to go 1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-20T06:18:20.840Z] ========================================================= [2020-09-20T06:18:20.840Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-20T06:18:20.840Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:18:21.876Z] + 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:18:22.875Z] Sending build context to Docker daemon 21.98MB [2020-09-20T06:18:22.875Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-20T06:18:22.875Z] Step 2/8 : FROM ${BASE} [2020-09-20T06:18:23.155Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-20T06:18:23.155Z] b538f80385f9: Pulling fs layer [2020-09-20T06:18:23.155Z] 74f711af9a0d: Pulling fs layer [2020-09-20T06:18:23.155Z] 99f96fe45779: Pulling fs layer [2020-09-20T06:18:23.155Z] 8529a6b9a6be: Pulling fs layer [2020-09-20T06:18:23.155Z] 45590311c82a: Pulling fs layer [2020-09-20T06:18:23.155Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-20T06:18:23.155Z] 209524e5b208: Pulling fs layer [2020-09-20T06:18:23.155Z] 8529a6b9a6be: Waiting [2020-09-20T06:18:23.155Z] 45590311c82a: Waiting [2020-09-20T06:18:23.155Z] 69ca0ff8b7b3: Waiting [2020-09-20T06:18:23.155Z] 209524e5b208: Waiting [2020-09-20T06:18:23.436Z] 99f96fe45779: Verifying Checksum [2020-09-20T06:18:23.436Z] 99f96fe45779: Download complete [2020-09-20T06:18:23.436Z] 74f711af9a0d: Verifying Checksum [2020-09-20T06:18:23.436Z] 74f711af9a0d: Download complete [2020-09-20T06:18:23.436Z] 45590311c82a: Verifying Checksum [2020-09-20T06:18:23.436Z] 45590311c82a: Download complete [2020-09-20T06:18:23.436Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-20T06:18:23.436Z] b538f80385f9: Verifying Checksum [2020-09-20T06:18:23.436Z] b538f80385f9: Download complete [2020-09-20T06:18:24.036Z] b538f80385f9: Pull complete [2020-09-20T06:18:24.636Z] 74f711af9a0d: Pull complete [2020-09-20T06:18:24.911Z] 99f96fe45779: Pull complete [2020-09-20T06:18:25.899Z] 209524e5b208: Verifying Checksum [2020-09-20T06:18:25.899Z] 209524e5b208: Download complete [2020-09-20T06:18:27.333Z] 8529a6b9a6be: Verifying Checksum [2020-09-20T06:18:27.333Z] 8529a6b9a6be: Download complete [2020-09-20T06:18:37.484Z] 8529a6b9a6be: Pull complete [2020-09-20T06:18:37.485Z] 45590311c82a: Pull complete [2020-09-20T06:18:38.082Z] 69ca0ff8b7b3: Pull complete [2020-09-20T06:18:40.595Z] Running on prd-centos7-docker-4c-2g-552 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-09-20T06:18:40.709Z] Running in /w/workspace/edgex-ui-go/51 [Pipeline] { [Pipeline] checkout [2020-09-20T06:18:41.496Z] 209524e5b208: Pull complete [2020-09-20T06:18:41.496Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-20T06:18:41.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-20T06:18:41.496Z] ---> 5bddaf1c2fca [2020-09-20T06:18:41.496Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T06:18:43.818Z] using credential edgex-jenkins-ssh [2020-09-20T06:18:43.904Z] Cloning the remote Git repository [2020-09-20T06:18:43.904Z] Cloning with configured refspecs honoured and without tags [2020-09-20T06:18:43.936Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:18:44.006Z] > git init /w/workspace/edgex-ui-go/51 # timeout=10 [2020-09-20T06:18:44.052Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:18:44.053Z] > git --version # timeout=10 [2020-09-20T06:18:44.061Z] > git --version # 'git version 2.16.5' [2020-09-20T06:18:44.062Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:18:44.086Z] > 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:18:44.894Z] ---> Running in 7faf1439e227 [2020-09-20T06:18:44.894Z] Removing intermediate container 7faf1439e227 [2020-09-20T06:18:44.894Z] ---> 3f69ce3fc5ee [2020-09-20T06:18:44.894Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:18:44.894Z] ---> Running in 226e2c531d03 [2020-09-20T06:18:44.909Z] Fetching without tags [2020-09-20T06:18:45.318Z] Checking out Revision e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 (master) [2020-09-20T06:18:44.879Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:18:44.888Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:18:44.904Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:18:44.915Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:18:44.916Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:18:44.920Z] > 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:18:45.330Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:18:45.334Z] > git checkout -f e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 # timeout=10 [2020-09-20T06:18:47.554Z] Removing intermediate container 226e2c531d03 [2020-09-20T06:18:47.555Z] ---> 90b59f74a7cc [2020-09-20T06:18:47.555Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T06:18:47.555Z] ---> Running in a24f5b62c7dc [2020-09-20T06:18:49.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T06:18:49.091Z] Commit message: "build: update to go 1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-09-20T06:18:49.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-20T06:18:50.159Z] ========================================================= [2020-09-20T06:18:50.159Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-20T06:18:50.159Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:18:50.585Z] OK: 142 MiB in 39 packages [2020-09-20T06:18:50.969Z] + 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:18:51.559Z] Sending build context to Docker daemon 21.98MB [2020-09-20T06:18:51.559Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-20T06:18:51.559Z] Step 2/8 : FROM ${BASE} [2020-09-20T06:18:51.559Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-20T06:18:51.559Z] df20fa9351a1: Pulling fs layer [2020-09-20T06:18:51.559Z] ed8968b2872e: Pulling fs layer [2020-09-20T06:18:51.559Z] a92cc7c5fd73: Pulling fs layer [2020-09-20T06:18:51.559Z] e871e8e8d7a9: Pulling fs layer [2020-09-20T06:18:51.559Z] e73272ec9a57: Pulling fs layer [2020-09-20T06:18:51.559Z] 1e910a182e73: Pulling fs layer [2020-09-20T06:18:51.559Z] 4e634b169226: Pulling fs layer [2020-09-20T06:18:51.559Z] e73272ec9a57: Waiting [2020-09-20T06:18:51.559Z] 1e910a182e73: Waiting [2020-09-20T06:18:51.559Z] 4e634b169226: Waiting [2020-09-20T06:18:51.559Z] e871e8e8d7a9: Waiting [2020-09-20T06:18:51.559Z] a92cc7c5fd73: Verifying Checksum [2020-09-20T06:18:51.559Z] a92cc7c5fd73: Download complete [2020-09-20T06:18:51.559Z] ed8968b2872e: Verifying Checksum [2020-09-20T06:18:51.559Z] ed8968b2872e: Download complete [2020-09-20T06:18:51.559Z] e73272ec9a57: Verifying Checksum [2020-09-20T06:18:51.559Z] e73272ec9a57: Download complete [2020-09-20T06:18:51.559Z] 1e910a182e73: Verifying Checksum [2020-09-20T06:18:51.559Z] 1e910a182e73: Download complete [2020-09-20T06:18:51.559Z] df20fa9351a1: Download complete [2020-09-20T06:18:51.582Z] Removing intermediate container a24f5b62c7dc [2020-09-20T06:18:51.582Z] ---> a4666c87d505 [2020-09-20T06:18:51.582Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-20T06:18:51.582Z] ---> Running in 9f3e9555d26f [2020-09-20T06:18:51.823Z] df20fa9351a1: Pull complete [2020-09-20T06:18:52.087Z] ed8968b2872e: Pull complete [2020-09-20T06:18:52.179Z] Removing intermediate container 9f3e9555d26f [2020-09-20T06:18:52.179Z] ---> fa21dce214f0 [2020-09-20T06:18:52.179Z] Step 7/8 : COPY . . [2020-09-20T06:18:52.354Z] a92cc7c5fd73: Pull complete [2020-09-20T06:18:53.758Z] 4e634b169226: Verifying Checksum [2020-09-20T06:18:53.758Z] 4e634b169226: Download complete [2020-09-20T06:18:54.193Z] ---> cfae5b0356e7 [2020-09-20T06:18:54.193Z] Step 8/8 : RUN go mod download [2020-09-20T06:18:54.193Z] ---> Running in 7ff20f2f319d [2020-09-20T06:18:54.332Z] e871e8e8d7a9: Verifying Checksum [2020-09-20T06:18:54.332Z] e871e8e8d7a9: Download complete [2020-09-20T06:18:59.669Z] e871e8e8d7a9: Pull complete [2020-09-20T06:18:59.669Z] e73272ec9a57: Pull complete [2020-09-20T06:18:59.669Z] 1e910a182e73: Pull complete [2020-09-20T06:19:07.852Z] 4e634b169226: Pull complete [2020-09-20T06:19:07.852Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-20T06:19:07.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-20T06:19:07.852Z] ---> f7629b54cfaa [2020-09-20T06:19:07.852Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T06:19:07.852Z] ---> Running in 171f5ddff445 [2020-09-20T06:19:08.123Z] Removing intermediate container 171f5ddff445 [2020-09-20T06:19:08.123Z] ---> 70d8a4683838 [2020-09-20T06:19:08.123Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:19:08.123Z] ---> Running in 0331f9cedfa8 [2020-09-20T06:19:10.051Z] Removing intermediate container 0331f9cedfa8 [2020-09-20T06:19:10.051Z] ---> 3707d1dda9ee [2020-09-20T06:19:10.051Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T06:19:10.051Z] ---> Running in f37890ae6f50 [2020-09-20T06:19:10.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:19:10.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:19:11.472Z] OK: 166 MiB in 39 packages [2020-09-20T06:19:11.735Z] Removing intermediate container f37890ae6f50 [2020-09-20T06:19:11.735Z] ---> 456d55424445 [2020-09-20T06:19:11.735Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-20T06:19:11.735Z] ---> Running in daf028b34d64 [2020-09-20T06:19:11.997Z] Removing intermediate container daf028b34d64 [2020-09-20T06:19:11.997Z] ---> 063ad9bc06c0 [2020-09-20T06:19:11.997Z] Step 7/8 : COPY . . [2020-09-20T06:19:13.923Z] ---> e3ac1ee686fb [2020-09-20T06:19:13.923Z] Step 8/8 : RUN go mod download [2020-09-20T06:19:13.923Z] ---> Running in ca5ee92e7d5b [2020-09-20T06:19:21.004Z] Removing intermediate container 7ff20f2f319d [2020-09-20T06:19:21.004Z] ---> b3b3390e4ec0 [2020-09-20T06:19:21.004Z] Successfully built b3b3390e4ec0 [2020-09-20T06:19:21.004Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:19:21.445Z] + docker inspect -f . ci-base-image-arm64 [2020-09-20T06:19:21.445Z] . [Pipeline] withDockerContainer [2020-09-20T06:19:21.699Z] prd-ubuntu18.04-docker-arm64-4c-16g-550 does not seem to be running inside a container [2020-09-20T06:19:21.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/51 -v /w/workspace/edgex-ui-go/51:/w/workspace/edgex-ui-go/51:rw,z -v /w/workspace/edgex-ui-go/51@tmp:/w/workspace/edgex-ui-go/51@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:19:23.545Z] $ docker top 45e95229a5f32c93135977d005539648563032e0a4597e6b29a8d75310a36a57 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:19:24.927Z] + go version [2020-09-20T06:19:24.927Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-20T06:19:24.953Z] $ docker stop --time=1 45e95229a5f32c93135977d005539648563032e0a4597e6b29a8d75310a36a57 [2020-09-20T06:19:26.962Z] $ docker rm -f 45e95229a5f32c93135977d005539648563032e0a4597e6b29a8d75310a36a57 [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:19:29.816Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-20T06:19:30.146Z] + ls -al . [2020-09-20T06:19:30.147Z] total 92 [2020-09-20T06:19:30.147Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:18 . [2020-09-20T06:19:30.147Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 06:18 .. [2020-09-20T06:19:30.147Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 06:18 .git [2020-09-20T06:19:30.147Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:18 .github [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 136 Sep 20 06:18 .gitignore [2020-09-20T06:19:30.147Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:18 .semver [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 06:18 CONTRIBUTING.md [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 913 Sep 20 06:18 Dockerfile [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 898 Sep 20 06:18 Dockerfile.build [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 06:18 Jenkinsfile [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 06:18 LICENSE [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 20 06:18 Makefile [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 3545 Sep 20 06:18 README.md [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 20 06:15 VERSION [2020-09-20T06:19:30.147Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:18 assets [2020-09-20T06:19:30.147Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:18 bin [2020-09-20T06:19:30.147Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:18 cmd [2020-09-20T06:19:30.147Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 20 06:18 docs [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 1019 Sep 20 06:18 go.mod [2020-09-20T06:19:30.147Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:18 internal [2020-09-20T06:19:30.147Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 06:18 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:19:30.494Z] + 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=e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 --label arch=arm64 --label version=1.2.2-dev.8 . [2020-09-20T06:19:31.090Z] Sending build context to Docker daemon 21.98MB [2020-09-20T06:19:31.090Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-20T06:19:31.090Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-20T06:19:31.090Z] ---> b3b3390e4ec0 [2020-09-20T06:19:31.090Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-20T06:19:31.364Z] ---> Running in 32b61d44872e [2020-09-20T06:19:31.960Z] Removing intermediate container 32b61d44872e [2020-09-20T06:19:31.960Z] ---> 59cbcfe13df6 [2020-09-20T06:19:31.960Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-20T06:19:32.232Z] ---> Running in 747e3b14fd4e [2020-09-20T06:19:32.504Z] Removing intermediate container 747e3b14fd4e [2020-09-20T06:19:32.504Z] ---> 4194f08bb21d [2020-09-20T06:19:32.504Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-20T06:19:32.777Z] ---> Running in 409b6842f7b4 [2020-09-20T06:19:33.049Z] Removing intermediate container 409b6842f7b4 [2020-09-20T06:19:33.049Z] ---> ce35ceedc2ce [2020-09-20T06:19:33.049Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-20T06:19:33.335Z] ---> Running in de128cac01f3 [2020-09-20T06:19:33.608Z] Removing intermediate container de128cac01f3 [2020-09-20T06:19:33.608Z] ---> 77a8390fa82e [2020-09-20T06:19:33.608Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-20T06:19:33.883Z] ---> Running in 4248c5400874 [2020-09-20T06:19:34.476Z] Removing intermediate container 4248c5400874 [2020-09-20T06:19:34.476Z] ---> 805c6a4d7187 [2020-09-20T06:19:34.476Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:19:34.476Z] ---> Running in ec2cf9f5df8f [2020-09-20T06:19:35.937Z] Removing intermediate container ca5ee92e7d5b [2020-09-20T06:19:35.937Z] ---> 6228efe51c48 [2020-09-20T06:19:35.937Z] Successfully built 6228efe51c48 [2020-09-20T06:19:35.937Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:19:36.299Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-20T06:19:36.300Z] . [Pipeline] withDockerContainer [2020-09-20T06:19:36.408Z] prd-centos7-docker-4c-2g-552 does not seem to be running inside a container [2020-09-20T06:19:36.458Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/51 -v /w/workspace/edgex-ui-go/51:/w/workspace/edgex-ui-go/51:rw,z -v /w/workspace/edgex-ui-go/51@tmp:/w/workspace/edgex-ui-go/51@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 ******** ci-base-image-x86_64 cat [2020-09-20T06:19:37.089Z] Removing intermediate container ec2cf9f5df8f [2020-09-20T06:19:37.090Z] ---> e8a0e05edf16 [2020-09-20T06:19:37.090Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-20T06:19:37.090Z] ---> Running in 0845d93e97f6 [2020-09-20T06:19:37.110Z] $ docker top 76ccb513ec1b4221d2cf9a65c2c23f701d8eb7cd885c04808b2a4192bd5e1175 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:19:37.592Z] + go version [2020-09-20T06:19:37.593Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-20T06:19:37.609Z] $ docker stop --time=1 76ccb513ec1b4221d2cf9a65c2c23f701d8eb7cd885c04808b2a4192bd5e1175 [2020-09-20T06:19:38.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T06:19:38.933Z] $ docker rm -f 76ccb513ec1b4221d2cf9a65c2c23f701d8eb7cd885c04808b2a4192bd5e1175 [Pipeline] // withDockerContainer [2020-09-20T06:19:39.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [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:19:40.067Z] + sudo chown -R jenkins:jenkins . [2020-09-20T06:19:40.071Z] v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-20T06:19:40.071Z] v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-20T06:19:40.071Z] OK: 12622 distinct packages available [2020-09-20T06:19:40.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2020-09-20T06:19:40.501Z] + ls -al . [2020-09-20T06:19:40.501Z] total 56 [2020-09-20T06:19:40.501Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 20 06:18 . [2020-09-20T06:19:40.501Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 20 06:18 .. [2020-09-20T06:19:40.501Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 20 06:18 assets [2020-09-20T06:19:40.501Z] drwxrwxr-x. 2 jenkins jenkins 35 Sep 20 06:18 bin [2020-09-20T06:19:40.501Z] drwxrwxr-x. 3 jenkins jenkins 29 Sep 20 06:18 cmd [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 3959 Sep 20 06:18 CONTRIBUTING.md [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 913 Sep 20 06:18 Dockerfile [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 898 Sep 20 06:18 Dockerfile.build [2020-09-20T06:19:40.501Z] drwxrwxr-x. 5 jenkins jenkins 104 Sep 20 06:18 docs [2020-09-20T06:19:40.501Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 20 06:18 .git [2020-09-20T06:19:40.501Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 20 06:18 .github [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 136 Sep 20 06:18 .gitignore [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 1019 Sep 20 06:18 go.mod [2020-09-20T06:19:40.501Z] drwxrwxr-x. 10 jenkins jenkins 139 Sep 20 06:18 internal [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 652 Sep 20 06:18 Jenkinsfile [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 11357 Sep 20 06:18 LICENSE [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 20 06:18 Makefile [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 3545 Sep 20 06:18 README.md [2020-09-20T06:19:40.501Z] drwxrwxr-x. 3 jenkins jenkins 44 Sep 20 06:18 .semver [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 20 06:15 VERSION [2020-09-20T06:19:40.501Z] -rw-rw-r--. 1 jenkins jenkins 155 Sep 20 06:18 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:19:40.825Z] + 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=e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 --label arch=amd64 --label version=1.2.2-dev.8 . [2020-09-20T06:19:41.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T06:19:41.090Z] Sending build context to Docker daemon 21.98MB [2020-09-20T06:19:41.090Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-20T06:19:41.090Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-20T06:19:41.090Z] ---> 6228efe51c48 [2020-09-20T06:19:41.090Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-20T06:19:41.324Z] OK: 142 MiB in 39 packages [2020-09-20T06:19:41.664Z] ---> Running in 31f28a9e0f6b [2020-09-20T06:19:41.928Z] Removing intermediate container 31f28a9e0f6b [2020-09-20T06:19:41.928Z] ---> aca783ca132a [2020-09-20T06:19:41.928Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-20T06:19:41.928Z] ---> Running in 7b002a265aea [2020-09-20T06:19:42.191Z] Removing intermediate container 7b002a265aea [2020-09-20T06:19:42.191Z] ---> de25703a1df5 [2020-09-20T06:19:42.191Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-20T06:19:42.191Z] ---> Running in 6f34bc2c2f2a [2020-09-20T06:19:42.191Z] Removing intermediate container 6f34bc2c2f2a [2020-09-20T06:19:42.191Z] ---> 118dc073be92 [2020-09-20T06:19:42.191Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-20T06:19:42.453Z] ---> Running in 57fa14f55cd4 [2020-09-20T06:19:42.453Z] Removing intermediate container 57fa14f55cd4 [2020-09-20T06:19:42.453Z] ---> 3dad04fdc358 [2020-09-20T06:19:42.453Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-20T06:19:42.720Z] ---> Running in 72ee54521de2 [2020-09-20T06:19:42.720Z] Removing intermediate container 72ee54521de2 [2020-09-20T06:19:42.720Z] ---> 6a0faf7fa700 [2020-09-20T06:19:42.720Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:19:42.720Z] ---> Running in 6fd823d0c8d5 [2020-09-20T06:19:42.757Z] Removing intermediate container 0845d93e97f6 [2020-09-20T06:19:42.757Z] ---> e6cbbeca5e97 [2020-09-20T06:19:42.757Z] Step 10/24 : ENV GO111MODULE=on [2020-09-20T06:19:42.757Z] ---> Running in 452de8c3ff24 [2020-09-20T06:19:43.351Z] Removing intermediate container 452de8c3ff24 [2020-09-20T06:19:43.351Z] ---> ad0acd7e396a [2020-09-20T06:19:43.351Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-20T06:19:43.351Z] ---> Running in 99e35962152e [2020-09-20T06:19:43.668Z] Removing intermediate container 6fd823d0c8d5 [2020-09-20T06:19:43.668Z] ---> 36625502fc21 [2020-09-20T06:19:43.668Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-20T06:19:43.668Z] ---> Running in 2a3d793fea95 [2020-09-20T06:19:43.947Z] Removing intermediate container 99e35962152e [2020-09-20T06:19:43.947Z] ---> 4d2340ebf5e4 [2020-09-20T06:19:43.947Z] Step 12/24 : COPY go.mod . [2020-09-20T06:19:44.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:19:44.550Z] ---> 2afeb5d50486 [2020-09-20T06:19:44.550Z] Step 13/24 : COPY Makefile . [2020-09-20T06:19:44.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:19:45.084Z] v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-20T06:19:45.084Z] v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-20T06:19:45.084Z] OK: 12751 distinct packages available [2020-09-20T06:19:45.144Z] ---> 53bab83fb84c [2020-09-20T06:19:45.144Z] Step 14/24 : RUN make update [2020-09-20T06:19:45.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:19:45.416Z] ---> Running in a6329f8972b8 [2020-09-20T06:19:45.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:19:46.182Z] OK: 166 MiB in 39 packages [2020-09-20T06:19:46.757Z] Removing intermediate container 2a3d793fea95 [2020-09-20T06:19:46.757Z] ---> 81db1ff000ac [2020-09-20T06:19:46.757Z] Step 10/24 : ENV GO111MODULE=on [2020-09-20T06:19:46.757Z] ---> Running in a90caceba95f [2020-09-20T06:19:46.852Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-20T06:19:47.020Z] Removing intermediate container a90caceba95f [2020-09-20T06:19:47.020Z] ---> 4e13ea9877af [2020-09-20T06:19:47.020Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-20T06:19:47.020Z] ---> Running in b4c9fadba1c7 [2020-09-20T06:19:47.281Z] Removing intermediate container b4c9fadba1c7 [2020-09-20T06:19:47.281Z] ---> 23cf4998d884 [2020-09-20T06:19:47.281Z] Step 12/24 : COPY go.mod . [2020-09-20T06:19:47.544Z] ---> 118f2027d2d5 [2020-09-20T06:19:47.544Z] Step 13/24 : COPY Makefile . [2020-09-20T06:19:47.544Z] ---> 785f412c387a [2020-09-20T06:19:47.544Z] Step 14/24 : RUN make update [2020-09-20T06:19:47.807Z] ---> Running in 7981ff7ded86 [2020-09-20T06:19:48.077Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-20T06:19:48.299Z] Removing intermediate container a6329f8972b8 [2020-09-20T06:19:48.299Z] ---> e75ff541c92b [2020-09-20T06:19:48.299Z] Step 15/24 : COPY . . [2020-09-20T06:19:48.658Z] Removing intermediate container 7981ff7ded86 [2020-09-20T06:19:48.658Z] ---> 93815ea25a23 [2020-09-20T06:19:48.658Z] Step 15/24 : COPY . . [2020-09-20T06:19:50.058Z] ---> ccc7b9f6af5c [2020-09-20T06:19:50.058Z] Step 16/24 : RUN ${MAKE} [2020-09-20T06:19:50.058Z] ---> Running in 4e9404d2626f [2020-09-20T06:19:50.274Z] ---> e686853960a9 [2020-09-20T06:19:50.274Z] Step 16/24 : RUN ${MAKE} [2020-09-20T06:19:50.274Z] ---> Running in 57ee6f46585b [2020-09-20T06:19:50.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.8" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-09-20T06:19:51.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.8" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-09-20T06:19:58.912Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-20T06:20:00.831Z] Removing intermediate container 4e9404d2626f [2020-09-20T06:20:00.832Z] ---> d70b99f4ad79 [2020-09-20T06:20:00.832Z] Step 17/24 : FROM alpine [2020-09-20T06:20:01.095Z] latest: Pulling from library/alpine [2020-09-20T06:20:01.095Z] df20fa9351a1: Already exists [2020-09-20T06:20:01.358Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T06:20:01.358Z] Status: Downloaded newer image for alpine:latest [2020-09-20T06:20:01.358Z] ---> a24bb4013296 [2020-09-20T06:20:01.358Z] Step 18/24 : EXPOSE 4000 [2020-09-20T06:20:01.358Z] ---> Running in 469753e68a2c [2020-09-20T06:20:01.358Z] Removing intermediate container 469753e68a2c [2020-09-20T06:20:01.358Z] ---> 5c422774d2e5 [2020-09-20T06:20:01.358Z] 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:20:02.307Z] ---> 5326a60106d6 [2020-09-20T06:20:02.307Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:20:02.568Z] ---> Running in 638d59b7fe27 [2020-09-20T06:20:02.568Z] Removing intermediate container 638d59b7fe27 [2020-09-20T06:20:02.568Z] ---> 26cfb6e25805 [2020-09-20T06:20:02.568Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-20T06:20:02.830Z] ---> Running in 9784cd0677f0 [2020-09-20T06:20:02.830Z] Removing intermediate container 9784cd0677f0 [2020-09-20T06:20:02.830Z] ---> e3085810863c [2020-09-20T06:20:02.830Z] Step 22/24 : LABEL arch=amd64 [2020-09-20T06:20:02.830Z] ---> Running in 63eaab3437b5 [2020-09-20T06:20:03.092Z] Removing intermediate container 63eaab3437b5 [2020-09-20T06:20:03.092Z] ---> 679349e24f2a [2020-09-20T06:20:03.092Z] Step 23/24 : LABEL git_sha=e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:20:03.092Z] ---> Running in 07080bf6a22b [2020-09-20T06:20:03.356Z] Removing intermediate container 07080bf6a22b [2020-09-20T06:20:03.356Z] ---> 2da2bcf8e671 [2020-09-20T06:20:03.356Z] Step 24/24 : LABEL version=1.2.2-dev.8 [2020-09-20T06:20:03.356Z] ---> Running in e1122b80c0a1 [2020-09-20T06:20:03.618Z] Removing intermediate container e1122b80c0a1 [2020-09-20T06:20:03.618Z] ---> 0e06b3ec8e5a [2020-09-20T06:20:03.618Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-20T06:20:03.618Z] Successfully built 0e06b3ec8e5a [2020-09-20T06:20:03.618Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-20T06:20:04.087Z] provisioning config files... [2020-09-20T06:20:04.132Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/51@tmp/config8707662689570987753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:20:04.503Z] ---> docker-login.sh [2020-09-20T06:20:04.503Z] nexus3.edgexfoundry.org:10001 [2020-09-20T06:20:04.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:20:04.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:20:04.767Z] Configure a credential helper to remove this warning. See [2020-09-20T06:20:04.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:20:04.767Z] [2020-09-20T06:20:04.767Z] Login Succeeded [2020-09-20T06:20:04.767Z] nexus3.edgexfoundry.org:10002 [2020-09-20T06:20:04.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:20:05.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:20:05.030Z] Configure a credential helper to remove this warning. See [2020-09-20T06:20:05.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:20:05.030Z] [2020-09-20T06:20:05.030Z] Login Succeeded [2020-09-20T06:20:05.030Z] nexus3.edgexfoundry.org:10003 [2020-09-20T06:20:05.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:20:05.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:20:05.030Z] Configure a credential helper to remove this warning. See [2020-09-20T06:20:05.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:20:05.030Z] [2020-09-20T06:20:05.030Z] Login Succeeded [2020-09-20T06:20:05.030Z] nexus3.edgexfoundry.org:10004 [2020-09-20T06:20:05.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:20:05.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:20:05.292Z] Configure a credential helper to remove this warning. See [2020-09-20T06:20:05.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:20:05.292Z] [2020-09-20T06:20:05.292Z] Login Succeeded [2020-09-20T06:20:05.292Z] docker.io [2020-09-20T06:20:05.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:20:05.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:20:05.816Z] Configure a credential helper to remove this warning. See [2020-09-20T06:20:05.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:20:05.816Z] [2020-09-20T06:20:05.816Z] Login Succeeded [2020-09-20T06:20:05.816Z] ---> docker-login.sh ends [Pipeline] } [2020-09-20T06:20:05.826Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-20T06:20:06.065Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-09-20T06:20:06.065Z] e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:20:06.065Z] latest [2020-09-20T06:20:06.065Z] 1.2.2-dev.8 [2020-09-20T06:20:06.065Z] e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6-1.2.2-dev.8 [2020-09-20T06:20:06.065Z] master [2020-09-20T06:20:06.065Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:06.585Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:06.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:20:06.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-20T06:20:06.888Z] 1b558cbbabdd: Preparing [2020-09-20T06:20:06.888Z] 50644c29ef5a: Preparing [2020-09-20T06:20:06.888Z] 50644c29ef5a: Layer already exists [2020-09-20T06:20:08.809Z] 1b558cbbabdd: Pushed [2020-09-20T06:20:08.809Z] e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6: digest: sha256:ef82cf747a205c9461d1a5352e377ffbd62d89be217e1ea0c839629aa05adde6 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:09.125Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:09.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-09-20T06:20:09.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-20T06:20:09.423Z] 1b558cbbabdd: Preparing [2020-09-20T06:20:09.423Z] 50644c29ef5a: Preparing [2020-09-20T06:20:09.423Z] 1b558cbbabdd: Layer already exists [2020-09-20T06:20:09.423Z] 50644c29ef5a: Layer already exists [2020-09-20T06:20:09.423Z] latest: digest: sha256:ef82cf747a205c9461d1a5352e377ffbd62d89be217e1ea0c839629aa05adde6 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:09.728Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:10.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.8 [2020-09-20T06:20:10.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-20T06:20:10.055Z] 1b558cbbabdd: Preparing [2020-09-20T06:20:10.055Z] 50644c29ef5a: Preparing [2020-09-20T06:20:10.055Z] 50644c29ef5a: Layer already exists [2020-09-20T06:20:10.055Z] 1b558cbbabdd: Layer already exists [2020-09-20T06:20:10.055Z] 1.2.2-dev.8: digest: sha256:ef82cf747a205c9461d1a5352e377ffbd62d89be217e1ea0c839629aa05adde6 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:10.377Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6-1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:10.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6-1.2.2-dev.8 [2020-09-20T06:20:10.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-20T06:20:10.680Z] 1b558cbbabdd: Preparing [2020-09-20T06:20:10.680Z] 50644c29ef5a: Preparing [2020-09-20T06:20:10.680Z] 1b558cbbabdd: Layer already exists [2020-09-20T06:20:10.680Z] 50644c29ef5a: Layer already exists [2020-09-20T06:20:10.680Z] e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6-1.2.2-dev.8: digest: sha256:ef82cf747a205c9461d1a5352e377ffbd62d89be217e1ea0c839629aa05adde6 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:10.982Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:11.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-09-20T06:20:11.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-09-20T06:20:11.280Z] 1b558cbbabdd: Preparing [2020-09-20T06:20:11.280Z] 50644c29ef5a: Preparing [2020-09-20T06:20:11.280Z] 50644c29ef5a: Layer already exists [2020-09-20T06:20:11.280Z] 1b558cbbabdd: Layer already exists [2020-09-20T06:20:11.280Z] master: digest: sha256:ef82cf747a205c9461d1a5352e377ffbd62d89be217e1ea0c839629aa05adde6 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-20T06:20:11.502Z] ===================================================== [Pipeline] echo [2020-09-20T06:20:11.550Z] taggedImages: [2020-09-20T06:20:11.550Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:20:11.550Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-09-20T06:20:11.550Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.8 [2020-09-20T06:20:11.550Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6-1.2.2-dev.8 [2020-09-20T06:20:11.550Z] - 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:20:13.939Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-20T06:20:19.351Z] Removing intermediate container 57ee6f46585b [2020-09-20T06:20:19.351Z] ---> 41ae589f99bd [2020-09-20T06:20:19.351Z] Step 17/24 : FROM alpine [2020-09-20T06:20:19.351Z] latest: Pulling from library/alpine [2020-09-20T06:20:19.351Z] b538f80385f9: Already exists [2020-09-20T06:20:19.351Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T06:20:19.351Z] Status: Downloaded newer image for alpine:latest [2020-09-20T06:20:19.351Z] ---> 62ee0e9f8440 [2020-09-20T06:20:19.351Z] Step 18/24 : EXPOSE 4000 [2020-09-20T06:20:19.351Z] ---> Running in ce9522765a2f [2020-09-20T06:20:19.624Z] Removing intermediate container ce9522765a2f [2020-09-20T06:20:19.624Z] ---> 040bd10bb206 [2020-09-20T06:20:19.624Z] 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:20:21.601Z] ---> e66a9b9e007c [2020-09-20T06:20:21.601Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:20:21.601Z] ---> Running in 3e21710b86db [2020-09-20T06:20:22.196Z] Removing intermediate container 3e21710b86db [2020-09-20T06:20:22.196Z] ---> 809451ccaad8 [2020-09-20T06:20:22.196Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-20T06:20:22.196Z] ---> Running in 996f73c25dda [2020-09-20T06:20:22.793Z] Removing intermediate container 996f73c25dda [2020-09-20T06:20:22.793Z] ---> 30b54b4a6623 [2020-09-20T06:20:22.793Z] Step 22/24 : LABEL arch=arm64 [2020-09-20T06:20:22.793Z] ---> Running in 2ff39abd602a [2020-09-20T06:20:23.388Z] Removing intermediate container 2ff39abd602a [2020-09-20T06:20:23.388Z] ---> 8dd1173c0370 [2020-09-20T06:20:23.388Z] Step 23/24 : LABEL git_sha=e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:20:23.388Z] ---> Running in 2d2147af0799 [2020-09-20T06:20:23.986Z] Removing intermediate container 2d2147af0799 [2020-09-20T06:20:23.986Z] ---> 40bc545cb685 [2020-09-20T06:20:23.986Z] Step 24/24 : LABEL version=1.2.2-dev.8 [2020-09-20T06:20:23.986Z] ---> Running in d5778b4d17c3 [2020-09-20T06:20:24.580Z] Removing intermediate container d5778b4d17c3 [2020-09-20T06:20:24.580Z] ---> 30b9c6447f5e [2020-09-20T06:20:24.580Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-20T06:20:24.580Z] Successfully built 30b9c6447f5e [2020-09-20T06:20:24.580Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-20T06:20:25.047Z] provisioning config files... [2020-09-20T06:20:25.145Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/51@tmp/config8802749485419748063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:20:25.544Z] ---> docker-login.sh [2020-09-20T06:20:25.544Z] nexus3.edgexfoundry.org:10001 [2020-09-20T06:20:25.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:20:25.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:20:25.815Z] Configure a credential helper to remove this warning. See [2020-09-20T06:20:25.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:20:25.815Z] [2020-09-20T06:20:25.815Z] Login Succeeded [2020-09-20T06:20:25.815Z] nexus3.edgexfoundry.org:10002 [2020-09-20T06:20:26.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:20:26.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:20:26.407Z] Configure a credential helper to remove this warning. See [2020-09-20T06:20:26.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:20:26.407Z] [2020-09-20T06:20:26.407Z] Login Succeeded [2020-09-20T06:20:26.407Z] nexus3.edgexfoundry.org:10003 [2020-09-20T06:20:26.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:20:26.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:20:26.952Z] Configure a credential helper to remove this warning. See [2020-09-20T06:20:26.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:20:26.952Z] [2020-09-20T06:20:26.952Z] Login Succeeded [2020-09-20T06:20:26.952Z] nexus3.edgexfoundry.org:10004 [2020-09-20T06:20:27.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:20:27.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:20:27.497Z] Configure a credential helper to remove this warning. See [2020-09-20T06:20:27.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:20:27.497Z] [2020-09-20T06:20:27.497Z] Login Succeeded [2020-09-20T06:20:27.497Z] docker.io [2020-09-20T06:20:27.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-20T06:20:28.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-20T06:20:28.039Z] Configure a credential helper to remove this warning. See [2020-09-20T06:20:28.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-20T06:20:28.039Z] [2020-09-20T06:20:28.039Z] Login Succeeded [2020-09-20T06:20:28.039Z] ---> docker-login.sh ends [Pipeline] } [2020-09-20T06:20:28.056Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-20T06:20:28.291Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-09-20T06:20:28.291Z] e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:20:28.291Z] latest [2020-09-20T06:20:28.291Z] 1.2.2-dev.8 [2020-09-20T06:20:28.291Z] e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6-1.2.2-dev.8 [2020-09-20T06:20:28.291Z] master [2020-09-20T06:20:28.291Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:28.790Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:29.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:20:29.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-20T06:20:29.136Z] 8b3bed6670b4: Preparing [2020-09-20T06:20:29.136Z] e2f13739ad41: Preparing [2020-09-20T06:20:29.415Z] e2f13739ad41: Layer already exists [2020-09-20T06:20:32.792Z] 8b3bed6670b4: Pushed [2020-09-20T06:20:32.793Z] e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6: digest: sha256:d7ee0c4f1c926c85a75d59b2680599603867003bae5c7a0e68d3e93d1d2fa140 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:33.409Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:33.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-09-20T06:20:33.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-20T06:20:33.750Z] 8b3bed6670b4: Preparing [2020-09-20T06:20:33.750Z] e2f13739ad41: Preparing [2020-09-20T06:20:33.750Z] 8b3bed6670b4: Layer already exists [2020-09-20T06:20:33.750Z] e2f13739ad41: Layer already exists [2020-09-20T06:20:34.022Z] latest: digest: sha256:d7ee0c4f1c926c85a75d59b2680599603867003bae5c7a0e68d3e93d1d2fa140 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:34.369Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:34.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.8 [2020-09-20T06:20:34.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-20T06:20:34.711Z] 8b3bed6670b4: Preparing [2020-09-20T06:20:34.711Z] e2f13739ad41: Preparing [2020-09-20T06:20:34.711Z] e2f13739ad41: Layer already exists [2020-09-20T06:20:34.711Z] 8b3bed6670b4: Layer already exists [2020-09-20T06:20:34.987Z] 1.2.2-dev.8: digest: sha256:d7ee0c4f1c926c85a75d59b2680599603867003bae5c7a0e68d3e93d1d2fa140 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:35.337Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6-1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:35.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6-1.2.2-dev.8 [2020-09-20T06:20:35.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-20T06:20:35.679Z] 8b3bed6670b4: Preparing [2020-09-20T06:20:35.679Z] e2f13739ad41: Preparing [2020-09-20T06:20:35.679Z] 8b3bed6670b4: Layer already exists [2020-09-20T06:20:35.679Z] e2f13739ad41: Layer already exists [2020-09-20T06:20:35.951Z] e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6-1.2.2-dev.8: digest: sha256:d7ee0c4f1c926c85a75d59b2680599603867003bae5c7a0e68d3e93d1d2fa140 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:36.304Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:36.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-09-20T06:20:36.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-09-20T06:20:36.654Z] 8b3bed6670b4: Preparing [2020-09-20T06:20:36.654Z] e2f13739ad41: Preparing [2020-09-20T06:20:36.654Z] 8b3bed6670b4: Layer already exists [2020-09-20T06:20:36.654Z] e2f13739ad41: Layer already exists [2020-09-20T06:20:36.927Z] master: digest: sha256:d7ee0c4f1c926c85a75d59b2680599603867003bae5c7a0e68d3e93d1d2fa140 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-20T06:20:37.137Z] ===================================================== [Pipeline] echo [2020-09-20T06:20:37.185Z] taggedImages: [2020-09-20T06:20:37.185Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:20:37.185Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-09-20T06:20:37.185Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.8 [2020-09-20T06:20:37.185Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6-1.2.2-dev.8 [2020-09-20T06:20:37.185Z] - 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:20:39.347Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-20T06:20:39.348Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-20T06:20:39.400Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:39.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-20T06:20:39.751Z] [2020-09-20T06:20:39.751Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:20:40.107Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-20T06:20:40.107Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-20T06:20:40.107Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-20T06:20:40.107Z] 408f87550127: Pulling fs layer [2020-09-20T06:20:40.107Z] fe522b08c979: Pulling fs layer [2020-09-20T06:20:40.107Z] 221eaa008020: Pulling fs layer [2020-09-20T06:20:40.107Z] 2a4607e5d6b9: Pulling fs layer [2020-09-20T06:20:40.107Z] 8f79b27c4fd2: Pulling fs layer [2020-09-20T06:20:40.107Z] e5c8dbe1645b: Pulling fs layer [2020-09-20T06:20:40.107Z] 23e8b3b47431: Pulling fs layer [2020-09-20T06:20:40.107Z] 5c568d65a230: Pulling fs layer [2020-09-20T06:20:40.107Z] 221eaa008020: Waiting [2020-09-20T06:20:40.107Z] 2a4607e5d6b9: Waiting [2020-09-20T06:20:40.107Z] 8f79b27c4fd2: Waiting [2020-09-20T06:20:40.107Z] e5c8dbe1645b: Waiting [2020-09-20T06:20:40.107Z] 23e8b3b47431: Waiting [2020-09-20T06:20:40.107Z] 5c568d65a230: Waiting [2020-09-20T06:20:40.107Z] fe522b08c979: Verifying Checksum [2020-09-20T06:20:40.107Z] fe522b08c979: Download complete [2020-09-20T06:20:40.107Z] 408f87550127: Verifying Checksum [2020-09-20T06:20:40.107Z] 408f87550127: Download complete [2020-09-20T06:20:40.107Z] 2a4607e5d6b9: Download complete [2020-09-20T06:20:40.107Z] 8f79b27c4fd2: Verifying Checksum [2020-09-20T06:20:40.107Z] 8f79b27c4fd2: Download complete [2020-09-20T06:20:40.107Z] cbdbe7a5bc2a: Download complete [2020-09-20T06:20:40.372Z] cbdbe7a5bc2a: Pull complete [2020-09-20T06:20:40.635Z] 408f87550127: Pull complete [2020-09-20T06:20:40.898Z] fe522b08c979: Pull complete [2020-09-20T06:20:41.480Z] e5c8dbe1645b: Verifying Checksum [2020-09-20T06:20:41.480Z] e5c8dbe1645b: Download complete [2020-09-20T06:20:42.427Z] 23e8b3b47431: Verifying Checksum [2020-09-20T06:20:42.427Z] 23e8b3b47431: Download complete [2020-09-20T06:20:42.689Z] 5c568d65a230: Verifying Checksum [2020-09-20T06:20:42.689Z] 5c568d65a230: Download complete [2020-09-20T06:20:44.083Z] 221eaa008020: Verifying Checksum [2020-09-20T06:20:44.083Z] 221eaa008020: Download complete [2020-09-20T06:20:49.419Z] 221eaa008020: Pull complete [2020-09-20T06:20:49.419Z] 2a4607e5d6b9: Pull complete [2020-09-20T06:20:49.419Z] 8f79b27c4fd2: Pull complete [2020-09-20T06:20:50.817Z] e5c8dbe1645b: Pull complete [2020-09-20T06:20:53.375Z] 23e8b3b47431: Pull complete [2020-09-20T06:20:55.302Z] 5c568d65a230: Pull complete [2020-09-20T06:20:55.302Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-20T06:20:55.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-20T06:20:55.565Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-20T06:20:55.747Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:20:55.800Z] $ 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:20:56.685Z] $ docker top 5a3033b6b732f4e337bb93f361e926e3cb881693f2f3ed91f99061ce433b2b18 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:20:57.173Z] + snyk monitor '--org=edgex-jenkins' [2020-09-20T06:21:19.165Z] [2020-09-20T06:21:19.165Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-09-20T06:21:19.165Z] [2020-09-20T06:21:19.165Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/2a3e7ee5-b782-45c6-8d21-37f599840b99 [2020-09-20T06:21:19.165Z] [2020-09-20T06:21:19.165Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-20T06:21:19.165Z] [2020-09-20T06:21:19.165Z] [2020-09-20T06:21:19.165Z] Snyk CLI supports Node.js 8 and higher. [2020-09-20T06:21:19.165Z] 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:21:19.165Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-20T06:21:19.165Z] [2020-09-20T06:21:19.165Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-20T06:21:19.165Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-20T06:21:19.179Z] $ docker stop --time=1 5a3033b6b732f4e337bb93f361e926e3cb881693f2f3ed91f99061ce433b2b18 [2020-09-20T06:21:22.024Z] $ docker rm -f 5a3033b6b732f4e337bb93f361e926e3cb881693f2f3ed91f99061ce433b2b18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:21:23.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:21:23.432Z] [2020-09-20T06:21:23.432Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:21:23.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:21:23.792Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-20T06:21:23.792Z] e7c96db7181b: Pulling fs layer [2020-09-20T06:21:23.792Z] 1868ca2cb446: Pulling fs layer [2020-09-20T06:21:23.792Z] 136be5d0fe8e: Pulling fs layer [2020-09-20T06:21:23.792Z] 894bfe63afcb: Pulling fs layer [2020-09-20T06:21:23.792Z] 894bfe63afcb: Waiting [2020-09-20T06:21:23.792Z] 1868ca2cb446: Download complete [2020-09-20T06:21:23.792Z] 136be5d0fe8e: Verifying Checksum [2020-09-20T06:21:23.792Z] 136be5d0fe8e: Download complete [2020-09-20T06:21:23.792Z] e7c96db7181b: Verifying Checksum [2020-09-20T06:21:23.792Z] e7c96db7181b: Download complete [2020-09-20T06:21:24.058Z] 894bfe63afcb: Verifying Checksum [2020-09-20T06:21:24.058Z] 894bfe63afcb: Download complete [2020-09-20T06:21:24.058Z] e7c96db7181b: Pull complete [2020-09-20T06:21:24.320Z] 1868ca2cb446: Pull complete [2020-09-20T06:21:24.581Z] 136be5d0fe8e: Pull complete [2020-09-20T06:21:24.842Z] 894bfe63afcb: Pull complete [2020-09-20T06:21:24.842Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-20T06:21:24.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:21:24.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-20T06:21:24.945Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:21:24.998Z] $ 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:21:26.041Z] $ docker top 7ca36d4927dcdeb1a8d55e1463c161296468873f6b23b2f6c3387324c71cc3eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T06:21:26.585Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:21:26.585Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-20T06:21:30.064Z] $ docker stop --time=1 7ca36d4927dcdeb1a8d55e1463c161296468873f6b23b2f6c3387324c71cc3eb [2020-09-20T06:21:31.492Z] $ docker rm -f 7ca36d4927dcdeb1a8d55e1463c161296468873f6b23b2f6c3387324c71cc3eb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:21:32.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:21:32.057Z] . [Pipeline] withDockerContainer [2020-09-20T06:21:32.164Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:21:32.209Z] $ 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:21:32.931Z] $ docker top 81158fee8ee0183c04937150a0f484da9ce96c50f9ace515bb953ebba368da2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T06:21:33.469Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:21:33.469Z] + tee [2020-09-20T06:21:33.469Z] clair timeout 1m0s [2020-09-20T06:21:33.469Z] docker timeout: 1m0s [2020-09-20T06:21:33.469Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-20T06:21:34.166Z] $ docker stop --time=1 81158fee8ee0183c04937150a0f484da9ce96c50f9ace515bb953ebba368da2f [2020-09-20T06:21:35.515Z] $ docker rm -f 81158fee8ee0183c04937150a0f484da9ce96c50f9ace515bb953ebba368da2f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-20T06:21:35.990Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-09-20T06:21:36.018Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6.html [Pipeline] writeFile [Pipeline] step [2020-09-20T06:21:36.093Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:21:36.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:21:36.463Z] . [Pipeline] withDockerContainer [2020-09-20T06:21:36.565Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:21:36.616Z] $ 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:21:37.234Z] $ docker top 3609553f4a33f0f5110846f5b10b73123e9870daaf3d8db850a64e50e3c99615 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T06:21:37.816Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:21:37.816Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-20T06:21:41.346Z] $ docker stop --time=1 3609553f4a33f0f5110846f5b10b73123e9870daaf3d8db850a64e50e3c99615 [2020-09-20T06:21:42.672Z] $ docker rm -f 3609553f4a33f0f5110846f5b10b73123e9870daaf3d8db850a64e50e3c99615 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:21:43.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-20T06:21:43.139Z] . [Pipeline] withDockerContainer [2020-09-20T06:21:43.237Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:21:43.278Z] $ 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:21:43.867Z] $ docker top b4c1f80ba654853b1d4a7940b5c678ae62c3e04d95938ece3a83afc9dfabd2f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T06:21:44.435Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 [2020-09-20T06:21:44.435Z] + tee [2020-09-20T06:21:44.435Z] clair timeout 1m0s [2020-09-20T06:21:44.435Z] docker timeout: 1m0s [2020-09-20T06:21:44.435Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-20T06:21:45.138Z] $ docker stop --time=1 b4c1f80ba654853b1d4a7940b5c678ae62c3e04d95938ece3a83afc9dfabd2f6 [2020-09-20T06:21:46.471Z] $ docker rm -f b4c1f80ba654853b1d4a7940b5c678ae62c3e04d95938ece3a83afc9dfabd2f6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-20T06:21:46.958Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-09-20T06:21:46.973Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6.html [Pipeline] writeFile [Pipeline] step [2020-09-20T06:21:47.032Z] 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:21:48.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:21:48.571Z] . [Pipeline] withDockerContainer [2020-09-20T06:21:48.693Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:21:48.738Z] $ 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:21:49.505Z] $ docker top 1ec0c366d611a5cf72e34c90eb763a3b61a671994c7553b031b9b021e25d354f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T06:21:49.820Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:21:49.820Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:21:50.024Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:21:50.026Z] $ docker exec 1ec0c366d611a5cf72e34c90eb763a3b61a671994c7553b031b9b021e25d354f ssh-agent [2020-09-20T06:21:50.182Z] SSH_AUTH_SOCK=/tmp/ssh-BoGyx8z1mjwF/agent.12 [2020-09-20T06:21:50.182Z] SSH_AGENT_PID=18 [2020-09-20T06:21:50.189Z] Running ssh-add (command line suppressed) [2020-09-20T06:21:50.308Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_118558410366458565.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_118558410366458565.key) [2020-09-20T06:21:50.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:21:50.830Z] + git semver tag [2020-09-20T06:21:50.831Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T06:21:50.831Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-20T06:21:50.831Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-20T06:21:50.831Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T06:21:50.831Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T06:21:50.831Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T06:21:50.831Z] # $SEMVER_BRANCH = master [2020-09-20T06:21:50.831Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-09-20T06:21:50.831Z] # e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 HEAD [2020-09-20T06:21:50.831Z] # -> Force: false [2020-09-20T06:21:50.831Z] # 4451e4048f98203aa952af90ff3374482e3d7675 refs/tags/v1.2.2-dev.8 [Pipeline] } [2020-09-20T06:21:50.841Z] $ docker exec --env ******** --env ******** 1ec0c366d611a5cf72e34c90eb763a3b61a671994c7553b031b9b021e25d354f ssh-agent -k [2020-09-20T06:21:50.948Z] unset SSH_AUTH_SOCK; [2020-09-20T06:21:50.949Z] unset SSH_AGENT_PID; [2020-09-20T06:21:50.949Z] echo Agent pid 18 killed; [2020-09-20T06:21:50.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T06:21:51.465Z] + git semver [Pipeline] } [2020-09-20T06:21:51.480Z] $ docker stop --time=1 1ec0c366d611a5cf72e34c90eb763a3b61a671994c7553b031b9b021e25d354f [2020-09-20T06:21:52.811Z] $ docker rm -f 1ec0c366d611a5cf72e34c90eb763a3b61a671994c7553b031b9b021e25d354f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:21:53.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-20T06:21:53.442Z] [2020-09-20T06:21:53.442Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:21:53.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-20T06:21:53.801Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-20T06:21:53.801Z] ab5ef0e58194: Pulling fs layer [2020-09-20T06:21:53.801Z] 9712f1f96733: Pulling fs layer [2020-09-20T06:21:53.801Z] 63f879dbbcfc: Pulling fs layer [2020-09-20T06:21:53.801Z] 0d9ebad4ef96: Pulling fs layer [2020-09-20T06:21:53.801Z] e9a5061849ea: Pulling fs layer [2020-09-20T06:21:53.801Z] d747dcd14b5f: Pulling fs layer [2020-09-20T06:21:53.801Z] 2de7ff778b66: Pulling fs layer [2020-09-20T06:21:53.801Z] e9a5061849ea: Waiting [2020-09-20T06:21:53.801Z] d747dcd14b5f: Waiting [2020-09-20T06:21:53.801Z] 2de7ff778b66: Waiting [2020-09-20T06:21:53.801Z] 0d9ebad4ef96: Waiting [2020-09-20T06:21:53.801Z] 9712f1f96733: Verifying Checksum [2020-09-20T06:21:53.801Z] 9712f1f96733: Download complete [2020-09-20T06:21:55.193Z] 63f879dbbcfc: Verifying Checksum [2020-09-20T06:21:55.193Z] 63f879dbbcfc: Download complete [2020-09-20T06:21:55.773Z] e9a5061849ea: Verifying Checksum [2020-09-20T06:21:55.773Z] e9a5061849ea: Download complete [2020-09-20T06:21:55.773Z] d747dcd14b5f: Verifying Checksum [2020-09-20T06:21:55.773Z] d747dcd14b5f: Download complete [2020-09-20T06:21:56.037Z] 2de7ff778b66: Verifying Checksum [2020-09-20T06:21:56.038Z] 2de7ff778b66: Download complete [2020-09-20T06:21:56.038Z] 0d9ebad4ef96: Verifying Checksum [2020-09-20T06:21:56.038Z] 0d9ebad4ef96: Download complete [2020-09-20T06:21:56.299Z] ab5ef0e58194: Verifying Checksum [2020-09-20T06:21:56.299Z] ab5ef0e58194: Download complete [2020-09-20T06:22:00.521Z] ab5ef0e58194: Pull complete [2020-09-20T06:22:00.521Z] 9712f1f96733: Pull complete [2020-09-20T06:22:03.859Z] 63f879dbbcfc: Pull complete [2020-09-20T06:22:09.177Z] 0d9ebad4ef96: Pull complete [2020-09-20T06:22:11.098Z] e9a5061849ea: Pull complete [2020-09-20T06:22:11.098Z] d747dcd14b5f: Pull complete [2020-09-20T06:22:14.413Z] 2de7ff778b66: Pull complete [2020-09-20T06:22:14.413Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-20T06:22:14.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-20T06:22:14.413Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-20T06:22:14.590Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:22:14.633Z] $ 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:22:18.072Z] $ docker top 3648aeacd6af976bfe22e5a6afba5fce819136ba30a6703bdc202746ab257689 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-20T06:22:18.297Z] provisioning config files... [2020-09-20T06:22:18.314Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8719670764227885328tmp [2020-09-20T06:22:18.336Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7579510296870687213tmp [2020-09-20T06:22:18.353Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6069250058219244376tmp [Pipeline] { [Pipeline] echo [2020-09-20T06:22:18.414Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:22:18.724Z] ---> sigul-configuration.sh [2020-09-20T06:22:18.724Z] gpg: directory `/root/.gnupg' created [2020-09-20T06:22:18.724Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-20T06:22:18.724Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-20T06:22:18.724Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-20T06:22:18.724Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-20T06:22:18.724Z] gpg: CAST5 encrypted data [2020-09-20T06:22:18.990Z] gpg: encrypted with 1 passphrase [2020-09-20T06:22:18.990Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-20T06:22:19.291Z] + mkdir /home/jenkins [2020-09-20T06:22:19.291Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-20T06:22:19.853Z] + 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:22:19.866Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:22:20.169Z] ---> sigul-install.sh [2020-09-20T06:22:25.472Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-20T06:22:26.063Z] + git tag --list [2020-09-20T06:22:26.063Z] v1.2.2-dev.8 [Pipeline] sh [2020-09-20T06:22:26.362Z] + lftools sign git-tag v1.2.2-dev.8 [2020-09-20T06:22:27.756Z] Signing Git tag with Sigul... [2020-09-20T06:22:27.756Z] Signing v1.2.2-dev.8 [Pipeline] echo [2020-09-20T06:22:29.155Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:22:29.459Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-20T06:22:29.470Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-20T06:22:29.563Z] $ docker stop --time=1 3648aeacd6af976bfe22e5a6afba5fce819136ba30a6703bdc202746ab257689 [2020-09-20T06:22:31.561Z] $ docker rm -f 3648aeacd6af976bfe22e5a6afba5fce819136ba30a6703bdc202746ab257689 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:22:32.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:22:32.375Z] . [Pipeline] withDockerContainer [2020-09-20T06:22:32.487Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:22:32.546Z] $ 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:22:33.214Z] $ docker top 209106cc0e4f7dbf70e14fb2f2b512ca3ec0d83cb7b6ebcb6e2c856aadb8c9a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T06:22:33.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:22:33.518Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:22:33.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:22:33.717Z] $ docker exec 209106cc0e4f7dbf70e14fb2f2b512ca3ec0d83cb7b6ebcb6e2c856aadb8c9a0 ssh-agent [2020-09-20T06:22:33.900Z] SSH_AUTH_SOCK=/tmp/ssh-cbi0v6yzJYND/agent.12 [2020-09-20T06:22:33.900Z] SSH_AGENT_PID=18 [2020-09-20T06:22:33.907Z] Running ssh-add (command line suppressed) [2020-09-20T06:22:34.030Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4957882987462555668.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4957882987462555668.key) [2020-09-20T06:22:34.082Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:22:34.427Z] + git semver bump pre [2020-09-20T06:22:34.427Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T06:22:34.427Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-20T06:22:34.427Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-20T06:22:34.427Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T06:22:34.427Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T06:22:34.427Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T06:22:34.427Z] # $SEMVER_BRANCH = master [2020-09-20T06:22:34.427Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-09-20T06:22:34.427Z] 1.2.2-dev.9 [Pipeline] } [2020-09-20T06:22:34.439Z] $ docker exec --env ******** --env ******** 209106cc0e4f7dbf70e14fb2f2b512ca3ec0d83cb7b6ebcb6e2c856aadb8c9a0 ssh-agent -k [2020-09-20T06:22:34.548Z] unset SSH_AUTH_SOCK; [2020-09-20T06:22:34.549Z] unset SSH_AGENT_PID; [2020-09-20T06:22:34.549Z] echo Agent pid 18 killed; [2020-09-20T06:22:34.605Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T06:22:35.065Z] + git semver [Pipeline] } [2020-09-20T06:22:35.081Z] $ docker stop --time=1 209106cc0e4f7dbf70e14fb2f2b512ca3ec0d83cb7b6ebcb6e2c856aadb8c9a0 [2020-09-20T06:22:36.410Z] $ docker rm -f 209106cc0e4f7dbf70e14fb2f2b512ca3ec0d83cb7b6ebcb6e2c856aadb8c9a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:22:37.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:22:37.035Z] . [Pipeline] withDockerContainer [2020-09-20T06:22:37.205Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:22:37.247Z] $ 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:22:37.817Z] $ docker top aca535da7a1e8efb543c24160533ab291e12d466d51b70d18f57f842cab53200 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T06:22:38.074Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:22:38.074Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:22:38.237Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:22:38.239Z] $ docker exec aca535da7a1e8efb543c24160533ab291e12d466d51b70d18f57f842cab53200 ssh-agent [2020-09-20T06:22:38.398Z] SSH_AUTH_SOCK=/tmp/ssh-531GYFxLgDhb/agent.11 [2020-09-20T06:22:38.398Z] SSH_AGENT_PID=16 [2020-09-20T06:22:38.404Z] Running ssh-add (command line suppressed) [2020-09-20T06:22:38.525Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5411208406031286727.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5411208406031286727.key) [2020-09-20T06:22:38.579Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:22:38.910Z] + git semver push [2020-09-20T06:22:38.910Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T06:22:38.910Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-09-20T06:22:38.910Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-20T06:22:38.910Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T06:22:38.910Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T06:22:38.910Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T06:22:38.910Z] # $SEMVER_BRANCH = master [2020-09-20T06:22:38.910Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-09-20T06:22:45.523Z] $ docker exec --env ******** --env ******** aca535da7a1e8efb543c24160533ab291e12d466d51b70d18f57f842cab53200 ssh-agent -k [2020-09-20T06:22:45.648Z] unset SSH_AUTH_SOCK; [2020-09-20T06:22:45.648Z] unset SSH_AGENT_PID; [2020-09-20T06:22:45.648Z] echo Agent pid 16 killed; [2020-09-20T06:22:45.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T06:22:46.258Z] + git semver [Pipeline] } [2020-09-20T06:22:46.276Z] $ docker stop --time=1 aca535da7a1e8efb543c24160533ab291e12d466d51b70d18f57f842cab53200 [2020-09-20T06:22:47.620Z] $ docker rm -f aca535da7a1e8efb543c24160533ab291e12d466d51b70d18f57f842cab53200 [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:22:48.963Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:22:49.534Z] ---> package-listing.sh [2020-09-20T06:22:49.534Z] ++ facter osfamily [2020-09-20T06:22:49.534Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-20T06:22:49.534Z] + OS_FAMILY=redhat [2020-09-20T06:22:49.534Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-09-20T06:22:49.534Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-20T06:22:49.534Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-20T06:22:49.534Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-20T06:22:49.534Z] + PACKAGES=/tmp/packages_start.txt [2020-09-20T06:22:49.534Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-09-20T06:22:49.534Z] + PACKAGES=/tmp/packages_end.txt [2020-09-20T06:22:49.534Z] + case "${OS_FAMILY}" in [2020-09-20T06:22:49.534Z] + rpm -qa [2020-09-20T06:22:49.534Z] + sort [2020-09-20T06:22:53.774Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-20T06:22:53.774Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-20T06:22:53.774Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-20T06:22:53.774Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-09-20T06:22:53.774Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-09-20T06:22:53.774Z] + 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:22:54.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:22:54.424Z] [2020-09-20T06:22:54.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:22:54.769Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:22:54.769Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-20T06:22:54.769Z] df20fa9351a1: Pulling fs layer [2020-09-20T06:22:54.769Z] 36b3adc4ff6f: Pulling fs layer [2020-09-20T06:22:54.769Z] 8ad3a11d3b57: Pulling fs layer [2020-09-20T06:22:54.769Z] 46f8f816bc3b: Pulling fs layer [2020-09-20T06:22:54.769Z] 0dadc02b9964: Pulling fs layer [2020-09-20T06:22:54.769Z] ce6a7cf60c04: Pulling fs layer [2020-09-20T06:22:54.769Z] 7a184a31f384: Pulling fs layer [2020-09-20T06:22:54.769Z] 0879bd2ef858: Pulling fs layer [2020-09-20T06:22:54.769Z] 7a184a31f384: Waiting [2020-09-20T06:22:54.769Z] 46f8f816bc3b: Waiting [2020-09-20T06:22:54.769Z] 0879bd2ef858: Waiting [2020-09-20T06:22:54.769Z] 0dadc02b9964: Waiting [2020-09-20T06:22:54.769Z] ce6a7cf60c04: Waiting [2020-09-20T06:22:54.769Z] 36b3adc4ff6f: Verifying Checksum [2020-09-20T06:22:54.769Z] 36b3adc4ff6f: Download complete [2020-09-20T06:22:54.769Z] 46f8f816bc3b: Verifying Checksum [2020-09-20T06:22:54.769Z] 46f8f816bc3b: Download complete [2020-09-20T06:22:54.769Z] df20fa9351a1: Verifying Checksum [2020-09-20T06:22:54.769Z] df20fa9351a1: Download complete [2020-09-20T06:22:54.769Z] ce6a7cf60c04: Verifying Checksum [2020-09-20T06:22:54.769Z] ce6a7cf60c04: Download complete [2020-09-20T06:22:55.044Z] 7a184a31f384: Download complete [2020-09-20T06:22:55.044Z] 0dadc02b9964: Verifying Checksum [2020-09-20T06:22:55.044Z] 0dadc02b9964: Download complete [2020-09-20T06:22:55.044Z] 8ad3a11d3b57: Verifying Checksum [2020-09-20T06:22:55.044Z] 8ad3a11d3b57: Download complete [2020-09-20T06:22:55.308Z] df20fa9351a1: Pull complete [2020-09-20T06:22:55.570Z] 0879bd2ef858: Verifying Checksum [2020-09-20T06:22:55.570Z] 0879bd2ef858: Download complete [2020-09-20T06:22:55.570Z] 36b3adc4ff6f: Pull complete [2020-09-20T06:22:56.151Z] 8ad3a11d3b57: Pull complete [2020-09-20T06:22:56.151Z] 46f8f816bc3b: Pull complete [2020-09-20T06:22:56.413Z] 0dadc02b9964: Pull complete [2020-09-20T06:22:56.675Z] ce6a7cf60c04: Pull complete [2020-09-20T06:22:56.675Z] 7a184a31f384: Pull complete [2020-09-20T06:22:59.225Z] 0879bd2ef858: Pull complete [2020-09-20T06:22:59.225Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-20T06:22:59.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:22:59.225Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-20T06:22:59.335Z] prd-centos7-docker-4c-2g-549 does not seem to be running inside a container [2020-09-20T06:22:59.379Z] $ 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:23:02.179Z] $ docker top b89fa6db157943e6084842a97c6692ca82b908c8dc1f4ce78282fd90db76335f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:23:02.735Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-20T06:23:03.032Z] + ls /var/log/sa-host [2020-09-20T06:23:03.033Z] + sadf -c /var/log/sa-host/sa05 [2020-09-20T06:23:03.033Z] file_magic: OK [2020-09-20T06:23:03.033Z] HZ: Using current value: 100 [2020-09-20T06:23:03.033Z] file_header: OK [2020-09-20T06:23:03.033Z] 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:23:03.033Z] Statistics: [2020-09-20T06:23:03.033Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T06:23:03.033Z] File successfully converted to sysstat format version 12.2.1 [2020-09-20T06:23:03.033Z] + sadf -c /var/log/sa-host/sa20 [2020-09-20T06:23:03.033Z] file_magic: OK [2020-09-20T06:23:03.033Z] HZ: Using current value: 100 [2020-09-20T06:23:03.033Z] file_header: OK [2020-09-20T06:23:03.033Z] 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:23:03.033Z] Statistics: [2020-09-20T06:23:03.033Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T06:23:03.033Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-20T06:23:03.090Z] provisioning config files... [2020-09-20T06:23:03.115Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config432528772775666127tmp [Pipeline] { [Pipeline] echo [2020-09-20T06:23:03.195Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:23:03.490Z] ---> create-netrc.sh [Pipeline] echo [2020-09-20T06:23:03.500Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:23:03.792Z] ---> logs-deploy.sh [2020-09-20T06:23:03.792Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/51 [2020-09-20T06:23:03.792Z] INFO: archiving workspace using pattern(s): [2020-09-20T06:23:05.185Z] Archives upload complete. [2020-09-20T06:23:05.185Z] INFO: archiving logs to Nexus