Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 21a2d52129729239e47da1045a1c95859bb5ff91 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21578 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 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 21a2d52129729239e47da1045a1c95859bb5ff91 (master) > 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 --tags --force --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 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 Commit message: "Bump github.com/gorilla/websocket from 1.4.0 to 1.4.2" > git rev-list --no-walk f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T09:58:13.485Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T09:58:13.752Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T09:58:13.935Z] ========================================================= [2021-01-20T09:58:13.935Z] EdgeX Global Pipelines Version Info [2021-01-20T09:58:13.935Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:58:15.703Z] ------------------- [2021-01-20T09:58:15.703Z] stable info: [2021-01-20T09:58:15.703Z] ------------------- [2021-01-20T09:58:15.703Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T09:58:15.703Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T09:58:15.703Z] Message: update stable to v1.0.179 [2021-01-20T09:58:16.712Z] ------------------- [2021-01-20T09:58:16.712Z] experimental info: [2021-01-20T09:58:16.712Z] ------------------- [2021-01-20T09:58:16.712Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T09:58:16.712Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T09:58:16.712Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T09:58:17.205Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-20T09:58:17.298Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-20T09:58:17.384Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T09:58:17.512Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T09:58:17.601Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T09:58:17.691Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T09:58:17.777Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T09:58:17.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T09:58:17.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T09:58:18.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T09:58:18.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T09:58:18.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-20T09:58:18.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T09:58:18.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T09:58:18.616Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T09:58:18.786Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T09:58:18.936Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T09:58:19.034Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T09:58:19.122Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T09:58:19.236Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T09:58:19.342Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T09:58:19.460Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T09:58:19.564Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T09:58:19.696Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T09:58:19.814Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T09:58:19.921Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T09:58:20.024Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T09:58:20.192Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-20T09:58:20.326Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-20T09:58:20.419Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-20T09:58:20.635Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21a2d52129729239e47da1045a1c95859bb5ff91 [Pipeline] echo [2021-01-20T09:58:20.786Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21a2d52 [Pipeline] echo [2021-01-20T09:58:20.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:58:21.173Z] provisioning config files... [2021-01-20T09:58:21.247Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5670562308162425477tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:58:21.646Z] ---> docker-login.sh [2021-01-20T09:58:21.646Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:58:21.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:58:22.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:58:22.176Z] Configure a credential helper to remove this warning. See [2021-01-20T09:58:22.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:58:22.176Z] [2021-01-20T09:58:22.176Z] Login Succeeded [2021-01-20T09:58:22.176Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:58:22.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:58:22.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:58:22.176Z] Configure a credential helper to remove this warning. See [2021-01-20T09:58:22.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:58:22.176Z] [2021-01-20T09:58:22.176Z] Login Succeeded [2021-01-20T09:58:22.176Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:58:22.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:58:22.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:58:22.445Z] Configure a credential helper to remove this warning. See [2021-01-20T09:58:22.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:58:22.445Z] [2021-01-20T09:58:22.445Z] Login Succeeded [2021-01-20T09:58:22.445Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:58:22.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:58:22.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:58:22.721Z] Configure a credential helper to remove this warning. See [2021-01-20T09:58:22.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:58:22.721Z] [2021-01-20T09:58:22.721Z] Login Succeeded [2021-01-20T09:58:22.721Z] docker.io [2021-01-20T09:58:22.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:58:23.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:58:23.018Z] Configure a credential helper to remove this warning. See [2021-01-20T09:58:23.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:58:23.018Z] [2021-01-20T09:58:23.018Z] Login Succeeded [2021-01-20T09:58:23.018Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:58:23.031Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:58:24.088Z] + git log --format=format:%s -1 21a2d52129729239e47da1045a1c95859bb5ff91 [Pipeline] echo [2021-01-20T09:58:24.214Z] GIT_COMMIT: 21a2d52129729239e47da1045a1c95859bb5ff91, Commit Message: Bump github.com/gorilla/websocket from 1.4.0 to 1.4.2 [Pipeline] echo [2021-01-20T09:58:24.272Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:58:24.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:58:24.961Z] [2021-01-20T09:58:24.961Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:58:25.358Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:58:25.358Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T09:58:25.358Z] 31603596830f: Pulling fs layer [2021-01-20T09:58:25.358Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T09:58:25.358Z] 6ca5941a6612: Pulling fs layer [2021-01-20T09:58:25.358Z] ecc8261a40a4: Pulling fs layer [2021-01-20T09:58:25.358Z] ecc8261a40a4: Waiting [2021-01-20T09:58:25.358Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T09:58:25.358Z] 2a8b12db71e7: Download complete [2021-01-20T09:58:25.358Z] 31603596830f: Verifying Checksum [2021-01-20T09:58:25.358Z] 31603596830f: Download complete [2021-01-20T09:58:25.621Z] ecc8261a40a4: Verifying Checksum [2021-01-20T09:58:25.621Z] ecc8261a40a4: Download complete [2021-01-20T09:58:25.621Z] 6ca5941a6612: Verifying Checksum [2021-01-20T09:58:25.621Z] 6ca5941a6612: Download complete [2021-01-20T09:58:25.621Z] 31603596830f: Pull complete [2021-01-20T09:58:25.882Z] 2a8b12db71e7: Pull complete [2021-01-20T09:58:26.828Z] 6ca5941a6612: Pull complete [2021-01-20T09:58:26.828Z] ecc8261a40a4: Pull complete [2021-01-20T09:58:26.828Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T09:58:26.828Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:58:26.828Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T09:58:26.930Z] prd-centos7-docker-4c-2g-21578 does not seem to be running inside a container [2021-01-20T09:58:26.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T09:58:29.084Z] $ docker top 1714d5e53dd911a570836cd8f12dfbd558bed192ee815a8a0456e72935de9f60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T09:58:29.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:58:29.441Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:58:29.669Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:58:29.665Z] $ docker exec 1714d5e53dd911a570836cd8f12dfbd558bed192ee815a8a0456e72935de9f60 ssh-agent [2021-01-20T09:58:29.835Z] SSH_AUTH_SOCK=/tmp/ssh-QYlInsHN1WZL/agent.13 [2021-01-20T09:58:29.835Z] SSH_AGENT_PID=19 [2021-01-20T09:58:29.847Z] Running ssh-add (command line suppressed) [2021-01-20T09:58:29.960Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7356408013904401898.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7356408013904401898.key) [2021-01-20T09:58:30.018Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:58:30.350Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T09:58:30.365Z] $ docker exec --env ******** --env ******** 1714d5e53dd911a570836cd8f12dfbd558bed192ee815a8a0456e72935de9f60 ssh-agent -k [2021-01-20T09:58:30.473Z] unset SSH_AUTH_SOCK; [2021-01-20T09:58:30.473Z] unset SSH_AGENT_PID; [2021-01-20T09:58:30.473Z] echo Agent pid 19 killed; [2021-01-20T09:58:30.528Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T09:58:30.714Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:58:30.714Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:58:30.874Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:58:30.871Z] $ docker exec 1714d5e53dd911a570836cd8f12dfbd558bed192ee815a8a0456e72935de9f60 ssh-agent [2021-01-20T09:58:31.034Z] SSH_AUTH_SOCK=/tmp/ssh-3W53XmunJJ5w/agent.49 [2021-01-20T09:58:31.034Z] SSH_AGENT_PID=54 [2021-01-20T09:58:31.042Z] Running ssh-add (command line suppressed) [2021-01-20T09:58:31.145Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1535879746597187170.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1535879746597187170.key) [2021-01-20T09:58:31.201Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:58:31.553Z] + git semver init [2021-01-20T09:58:31.553Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T09:58:31.553Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T09:58:31.553Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T09:58:31.553Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T09:58:31.553Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T09:58:31.553Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T09:58:31.553Z] # $SEMVER_BRANCH = master [2021-01-20T09:58:31.553Z] # $SEMVER_TEMP = /tmp/semver-662319104 [2021-01-20T09:58:31.553Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-20T09:58:32.504Z] # '/tmp/semver-662319104' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-01-20T09:58:32.504Z] # -> Force: false [2021-01-20T09:58:32.504Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-01-20T09:58:32.509Z] $ docker exec --env ******** --env ******** 1714d5e53dd911a570836cd8f12dfbd558bed192ee815a8a0456e72935de9f60 ssh-agent -k [2021-01-20T09:58:32.618Z] unset SSH_AUTH_SOCK; [2021-01-20T09:58:32.619Z] unset SSH_AGENT_PID; [2021-01-20T09:58:32.619Z] echo Agent pid 54 killed; [2021-01-20T09:58:32.684Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T09:58:33.168Z] + git semver [Pipeline] } [2021-01-20T09:58:33.179Z] $ docker stop --time=1 1714d5e53dd911a570836cd8f12dfbd558bed192ee815a8a0456e72935de9f60 [2021-01-20T09:58:34.609Z] $ docker rm -f 1714d5e53dd911a570836cd8f12dfbd558bed192ee815a8a0456e72935de9f60 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:58:35.111Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T09:58:35.559Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T09:58:35.562Z] [edgeXSemver]: initialized semver on version 2.0.0-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 [2021-01-20T09:58:36.307Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21577 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-01-20T09:58:36.362Z] Running in /w/workspace/edgex-ui-go/66 [Pipeline] { [Pipeline] checkout [2021-01-20T09:58:40.690Z] using credential edgex-jenkins-ssh [2021-01-20T09:58:40.742Z] Cloning the remote Git repository [2021-01-20T09:58:40.791Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:58:40.898Z] > git init /w/workspace/edgex-ui-go/66 # timeout=10 [2021-01-20T09:58:40.986Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:58:40.987Z] > git --version # timeout=10 [2021-01-20T09:58:41.008Z] > git --version # 'git version 2.17.1' [2021-01-20T09:58:41.010Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:58:41.068Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:58:42.466Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:58:42.489Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:58:42.514Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:58:42.544Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:58:42.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:58:42.557Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T09:58:43.036Z] Checking out Revision 21a2d52129729239e47da1045a1c95859bb5ff91 (master) [2021-01-20T09:58:43.056Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:58:43.072Z] > git checkout -f 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [2021-01-20T09:58:47.572Z] Commit message: "Bump github.com/gorilla/websocket from 1.4.0 to 1.4.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:58:49.396Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:58:49.801Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:58:50.144Z] + + true [2021-01-20T09:58:50.144Z] sudo service docker restart [2021-01-20T09:58:51.109Z] Still waiting to schedule task [2021-01-20T09:58:51.109Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21566’ is offline; ‘prd-centos7-docker-4c-2g-21579’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:58:52.271Z] provisioning config files... [2021-01-20T09:58:52.311Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/66@tmp/config4677256218812827668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:58:52.752Z] ---> docker-login.sh [2021-01-20T09:58:52.752Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:58:53.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:58:54.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:58:54.045Z] Configure a credential helper to remove this warning. See [2021-01-20T09:58:54.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:58:54.045Z] [2021-01-20T09:58:54.045Z] Login Succeeded [2021-01-20T09:58:54.045Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:58:54.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:58:54.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:58:54.598Z] Configure a credential helper to remove this warning. See [2021-01-20T09:58:54.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:58:54.598Z] [2021-01-20T09:58:54.598Z] Login Succeeded [2021-01-20T09:58:54.598Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:58:54.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:58:55.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:58:55.146Z] Configure a credential helper to remove this warning. See [2021-01-20T09:58:55.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:58:55.146Z] [2021-01-20T09:58:55.146Z] Login Succeeded [2021-01-20T09:58:55.146Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:58:55.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:58:55.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:58:55.701Z] Configure a credential helper to remove this warning. See [2021-01-20T09:58:55.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:58:55.701Z] [2021-01-20T09:58:55.701Z] Login Succeeded [2021-01-20T09:58:55.701Z] docker.io [2021-01-20T09:58:55.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:58:56.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:58:56.244Z] Configure a credential helper to remove this warning. See [2021-01-20T09:58:56.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:58:56.244Z] [2021-01-20T09:58:56.244Z] Login Succeeded [2021-01-20T09:58:56.244Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:58:56.263Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T09:58:56.713Z] ========================================================= [2021-01-20T09:58:56.713Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T09:58:56.713Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:58:57.094Z] + 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 . [2021-01-20T09:58:57.705Z] Sending build context to Docker daemon 16.59MB [2021-01-20T09:58:57.705Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:58:57.705Z] Step 2/8 : FROM ${BASE} [2021-01-20T09:58:57.986Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T09:58:57.986Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T09:58:57.986Z] a4357932f1b6: Pulling fs layer [2021-01-20T09:58:57.986Z] 18c013af1878: Pulling fs layer [2021-01-20T09:58:57.986Z] 00ac8860ef70: Pulling fs layer [2021-01-20T09:58:57.986Z] 63d7cb157983: Pulling fs layer [2021-01-20T09:58:57.986Z] b116817d02f9: Pulling fs layer [2021-01-20T09:58:57.986Z] 745a02a5169b: Pulling fs layer [2021-01-20T09:58:57.986Z] 00ac8860ef70: Waiting [2021-01-20T09:58:57.986Z] 63d7cb157983: Waiting [2021-01-20T09:58:57.986Z] b116817d02f9: Waiting [2021-01-20T09:58:57.986Z] 745a02a5169b: Waiting [2021-01-20T09:58:57.986Z] 18c013af1878: Download complete [2021-01-20T09:58:57.986Z] a4357932f1b6: Verifying Checksum [2021-01-20T09:58:57.986Z] a4357932f1b6: Download complete [2021-01-20T09:58:57.986Z] 63d7cb157983: Verifying Checksum [2021-01-20T09:58:57.986Z] 63d7cb157983: Download complete [2021-01-20T09:58:57.986Z] b116817d02f9: Verifying Checksum [2021-01-20T09:58:57.986Z] b116817d02f9: Download complete [2021-01-20T09:58:57.986Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T09:58:57.986Z] 5f621e34cdf4: Download complete [2021-01-20T09:58:58.599Z] 5f621e34cdf4: Pull complete [2021-01-20T09:58:59.208Z] a4357932f1b6: Pull complete [2021-01-20T09:58:59.497Z] 18c013af1878: Pull complete [2021-01-20T09:59:00.493Z] 745a02a5169b: Verifying Checksum [2021-01-20T09:59:00.493Z] 745a02a5169b: Download complete [2021-01-20T09:59:01.092Z] 00ac8860ef70: Verifying Checksum [2021-01-20T09:59:01.092Z] 00ac8860ef70: Download complete [2021-01-20T09:59:11.299Z] 00ac8860ef70: Pull complete [2021-01-20T09:59:11.576Z] 63d7cb157983: Pull complete [2021-01-20T09:59:11.855Z] b116817d02f9: Pull complete [2021-01-20T09:59:16.186Z] 745a02a5169b: Pull complete [2021-01-20T09:59:16.186Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T09:59:16.186Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T09:59:16.186Z] ---> b7e6874047d6 [2021-01-20T09:59:16.186Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T09:59:18.816Z] ---> Running in 7cf7e65cb544 [2021-01-20T09:59:18.816Z] Removing intermediate container 7cf7e65cb544 [2021-01-20T09:59:18.816Z] ---> a3ffceff93cc [2021-01-20T09:59:18.816Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:59:19.092Z] ---> Running in b6921d58368f [2021-01-20T09:59:21.739Z] Removing intermediate container b6921d58368f [2021-01-20T09:59:21.739Z] ---> 5c75532c2ba8 [2021-01-20T09:59:21.739Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T09:59:21.739Z] ---> Running in 071d969d34e3 [2021-01-20T09:59:22.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T09:59:23.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T09:59:23.909Z] OK: 142 MiB in 39 packages [2021-01-20T09:59:25.340Z] Removing intermediate container 071d969d34e3 [2021-01-20T09:59:25.340Z] ---> e984362cd105 [2021-01-20T09:59:25.340Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T09:59:25.340Z] ---> Running in 86284ed894f1 [2021-01-20T09:59:25.621Z] Removing intermediate container 86284ed894f1 [2021-01-20T09:59:25.621Z] ---> 1cbb3a47af4a [2021-01-20T09:59:25.621Z] Step 7/8 : COPY . . [2021-01-20T09:59:27.627Z] ---> d31492c62f94 [2021-01-20T09:59:27.627Z] Step 8/8 : RUN go mod download [2021-01-20T09:59:27.907Z] ---> Running in 17de4c0c79d2 [2021-01-20T09:59:54.763Z] Removing intermediate container 17de4c0c79d2 [2021-01-20T09:59:54.763Z] ---> 557d9d6d608a [2021-01-20T09:59:54.763Z] Successfully built 557d9d6d608a [2021-01-20T09:59:54.763Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:59:55.112Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T09:59:55.112Z] . [Pipeline] withDockerContainer [2021-01-20T09:59:55.363Z] prd-ubuntu18.04-docker-arm64-4c-16g-21577 does not seem to be running inside a container [2021-01-20T09:59:55.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/66 -v /w/workspace/edgex-ui-go/66:/w/workspace/edgex-ui-go/66:rw,z -v /w/workspace/edgex-ui-go/66@tmp:/w/workspace/edgex-ui-go/66@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T09:59:56.888Z] $ docker top 60812b6bbcaf71d61291fb8c2944714863a98d1177ef7e50a86beae3a533fdda -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:59:57.922Z] + go version [2021-01-20T09:59:57.922Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T09:59:57.947Z] $ docker stop --time=1 60812b6bbcaf71d61291fb8c2944714863a98d1177ef7e50a86beae3a533fdda [2021-01-20T09:59:59.831Z] $ docker rm -f 60812b6bbcaf71d61291fb8c2944714863a98d1177ef7e50a86beae3a533fdda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:00:00.900Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:00:00.900Z] . [Pipeline] withDockerContainer [2021-01-20T10:00:01.161Z] prd-ubuntu18.04-docker-arm64-4c-16g-21577 does not seem to be running inside a container [2021-01-20T10:00:01.237Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/66 -v /w/workspace/edgex-ui-go/66:/w/workspace/edgex-ui-go/66:rw,z -v /w/workspace/edgex-ui-go/66@tmp:/w/workspace/edgex-ui-go/66@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T10:00:02.828Z] $ docker top 8b120d6d6b2eafba1f6153e3e6142436ba7d7dbe6f1831508fe17e4c8229daa6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:00:03.989Z] + make test [2021-01-20T10:00:03.989Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:00:04.986Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T10:00:27.258Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T10:00:27.258Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T10:00:32.766Z] $ docker stop --time=1 8b120d6d6b2eafba1f6153e3e6142436ba7d7dbe6f1831508fe17e4c8229daa6 [2021-01-20T10:00:34.894Z] $ docker rm -f 8b120d6d6b2eafba1f6153e3e6142436ba7d7dbe6f1831508fe17e4c8229daa6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:00:35.738Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T10:00:36.475Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:00:37.844Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T10:00:38.233Z] + ls -al . [2021-01-20T10:00:38.233Z] total 124 [2021-01-20T10:00:38.233Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:00 . [2021-01-20T10:00:38.233Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:58 .. [2021-01-20T10:00:38.233Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 09:58 .git [2021-01-20T10:00:38.233Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:58 .github [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 09:58 .gitignore [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 09:58 CONTRIBUTING.md [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 09:58 Dockerfile [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 09:58 Dockerfile.build [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 09:58 Jenkinsfile [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 09:58 LICENSE [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 09:58 Makefile [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 09:58 README.md [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 20 09:58 VERSION [2021-01-20T10:00:38.233Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:58 assets [2021-01-20T10:00:38.233Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:58 bin [2021-01-20T10:00:38.233Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:58 cmd [2021-01-20T10:00:38.233Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 20 10:00 coverage.out [2021-01-20T10:00:38.233Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 09:58 docs [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 09:58 go.mod [2021-01-20T10:00:38.233Z] -rw-r--r-- 1 jenkins jenkins 20629 Jan 20 10:00 go.sum [2021-01-20T10:00:38.233Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:58 internal [2021-01-20T10:00:38.233Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 09:58 version.go [2021-01-20T10:00:38.233Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:58 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:00:38.598Z] + 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=21a2d52129729239e47da1045a1c95859bb5ff91 --label arch=arm64 --label version=2.0.0-dev.8 . [2021-01-20T10:00:39.668Z] Sending build context to Docker daemon 16.61MB [2021-01-20T10:00:39.668Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:00:39.668Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T10:00:39.668Z] ---> 557d9d6d608a [2021-01-20T10:00:39.668Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T10:00:39.950Z] ---> Running in 7a0476c207fc [2021-01-20T10:00:40.226Z] Removing intermediate container 7a0476c207fc [2021-01-20T10:00:40.226Z] ---> b078e0be3684 [2021-01-20T10:00:40.226Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T10:00:40.500Z] ---> Running in cb6ca1d61388 [2021-01-20T10:00:40.775Z] Removing intermediate container cb6ca1d61388 [2021-01-20T10:00:40.775Z] ---> 4cc7b4548742 [2021-01-20T10:00:40.775Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T10:00:41.053Z] ---> Running in 509027768d3d [2021-01-20T10:00:41.329Z] Removing intermediate container 509027768d3d [2021-01-20T10:00:41.329Z] ---> a69f077a30b2 [2021-01-20T10:00:41.329Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T10:00:41.608Z] ---> Running in 2b267fdd2949 [2021-01-20T10:00:41.883Z] Removing intermediate container 2b267fdd2949 [2021-01-20T10:00:41.883Z] ---> 8dc0de7c09e3 [2021-01-20T10:00:41.883Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T10:00:42.163Z] ---> Running in 0d19541da412 [2021-01-20T10:00:42.456Z] Removing intermediate container 0d19541da412 [2021-01-20T10:00:42.456Z] ---> 8617cb8f75a2 [2021-01-20T10:00:42.456Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:00:42.731Z] ---> Running in a35336bbd94e [2021-01-20T10:00:44.721Z] Removing intermediate container a35336bbd94e [2021-01-20T10:00:44.721Z] ---> 3f938a7b9d1e [2021-01-20T10:00:44.721Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T10:00:44.721Z] ---> Running in 1c5b8de1449a [2021-01-20T10:00:45.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T10:00:46.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T10:00:47.308Z] OK: 142 MiB in 39 packages [2021-01-20T10:00:48.025Z] Running on prd-centos7-docker-4c-2g-21584 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-01-20T10:00:48.079Z] Running in /w/workspace/edgex-ui-go/66 [Pipeline] { [Pipeline] checkout [2021-01-20T10:00:48.326Z] Removing intermediate container 1c5b8de1449a [2021-01-20T10:00:48.326Z] ---> f3c5fc237650 [2021-01-20T10:00:48.326Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T10:00:48.602Z] ---> Running in 64421b827ed0 [2021-01-20T10:00:48.889Z] Removing intermediate container 64421b827ed0 [2021-01-20T10:00:48.889Z] ---> 641371d46d4d [2021-01-20T10:00:48.889Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T10:00:49.166Z] ---> Running in 0b69bfb2d4e7 [2021-01-20T10:00:49.761Z] Removing intermediate container 0b69bfb2d4e7 [2021-01-20T10:00:49.762Z] ---> c88c6af70f03 [2021-01-20T10:00:49.762Z] Step 12/24 : COPY go.mod . [2021-01-20T10:00:50.363Z] ---> 37f63b1fcac2 [2021-01-20T10:00:50.363Z] Step 13/24 : COPY Makefile . [2021-01-20T10:00:50.710Z] using credential edgex-jenkins-ssh [2021-01-20T10:00:50.761Z] Cloning the remote Git repository [2021-01-20T10:00:50.958Z] ---> 7286a90104e0 [2021-01-20T10:00:50.958Z] Step 14/24 : RUN make update [2021-01-20T10:00:50.958Z] ---> Running in 12779f824f40 [2021-01-20T10:00:50.789Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:00:50.856Z] > git init /w/workspace/edgex-ui-go/66 # timeout=10 [2021-01-20T10:00:50.928Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:00:50.928Z] > git --version # timeout=10 [2021-01-20T10:00:50.968Z] > git --version # 'git version 2.24.3' [2021-01-20T10:00:50.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:00:51.038Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:00:51.935Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T10:00:52.328Z] Checking out Revision 21a2d52129729239e47da1045a1c95859bb5ff91 (master) [2021-01-20T10:00:51.894Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:00:51.901Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:00:51.910Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:00:51.922Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:00:51.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:00:51.928Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T10:00:52.334Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:00:52.339Z] > git checkout -f 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [2021-01-20T10:00:53.369Z] Removing intermediate container 12779f824f40 [2021-01-20T10:00:53.369Z] ---> d24d9ed6c730 [2021-01-20T10:00:53.369Z] Step 15/24 : COPY . . [2021-01-20T10:00:55.351Z] ---> 9db17104b1df [2021-01-20T10:00:55.351Z] Step 16/24 : RUN ${MAKE} [2021-01-20T10:00:55.351Z] ---> Running in bc84d3e9d6ea [2021-01-20T10:00:56.124Z] Commit message: "Bump github.com/gorilla/websocket from 1.4.0 to 1.4.2" [2021-01-20T10:00:56.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.8" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:00:57.416Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:00:57.759Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:00:58.081Z] + sudo service docker restart [2021-01-20T10:00:58.081Z] + true [2021-01-20T10:00:58.081Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:00:59.101Z] provisioning config files... [2021-01-20T10:00:59.131Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/66@tmp/config7376494786770971396tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:00:59.507Z] ---> docker-login.sh [2021-01-20T10:00:59.507Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:00:59.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:59.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:59.778Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:59.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:59.778Z] [2021-01-20T10:00:59.778Z] Login Succeeded [2021-01-20T10:00:59.778Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:01:00.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:00.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:00.306Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:00.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:00.306Z] [2021-01-20T10:01:00.306Z] Login Succeeded [2021-01-20T10:01:00.306Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:01:00.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:00.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:00.306Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:00.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:00.306Z] [2021-01-20T10:01:00.306Z] Login Succeeded [2021-01-20T10:01:00.306Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:01:00.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:00.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:00.575Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:00.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:00.575Z] [2021-01-20T10:01:00.575Z] Login Succeeded [2021-01-20T10:01:00.575Z] docker.io [2021-01-20T10:01:00.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:00.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:00.841Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:00.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:00.841Z] [2021-01-20T10:01:00.841Z] Login Succeeded [2021-01-20T10:01:00.849Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:01:00.851Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T10:01:01.251Z] ========================================================= [2021-01-20T10:01:01.251Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T10:01:01.251Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:01.623Z] + 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 . [2021-01-20T10:01:01.896Z] Sending build context to Docker daemon 16.59MB [2021-01-20T10:01:01.896Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:01:01.896Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:01:01.896Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T10:01:01.896Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T10:01:01.896Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T10:01:01.896Z] de9db76c5a1d: Pulling fs layer [2021-01-20T10:01:01.896Z] bca2f99d35d6: Pulling fs layer [2021-01-20T10:01:01.896Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T10:01:01.896Z] 7c6f9722023f: Pulling fs layer [2021-01-20T10:01:01.896Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T10:01:01.896Z] 93359f2a8cfa: Waiting [2021-01-20T10:01:01.897Z] 7c6f9722023f: Waiting [2021-01-20T10:01:01.897Z] a35cf1a2eb13: Waiting [2021-01-20T10:01:01.897Z] bca2f99d35d6: Waiting [2021-01-20T10:01:02.176Z] de9db76c5a1d: Verifying Checksum [2021-01-20T10:01:02.176Z] de9db76c5a1d: Download complete [2021-01-20T10:01:02.176Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T10:01:02.176Z] 0ef7d3d256c8: Download complete [2021-01-20T10:01:02.176Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T10:01:02.176Z] 93359f2a8cfa: Download complete [2021-01-20T10:01:02.176Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T10:01:02.176Z] 188c0c94c7c5: Download complete [2021-01-20T10:01:02.176Z] 7c6f9722023f: Verifying Checksum [2021-01-20T10:01:02.176Z] 7c6f9722023f: Download complete [2021-01-20T10:01:02.441Z] 188c0c94c7c5: Pull complete [2021-01-20T10:01:02.705Z] 0ef7d3d256c8: Pull complete [2021-01-20T10:01:02.705Z] de9db76c5a1d: Pull complete [2021-01-20T10:01:04.634Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T10:01:04.634Z] a35cf1a2eb13: Download complete [2021-01-20T10:01:04.900Z] bca2f99d35d6: Verifying Checksum [2021-01-20T10:01:04.900Z] bca2f99d35d6: Download complete [2021-01-20T10:01:10.248Z] bca2f99d35d6: Pull complete [2021-01-20T10:01:10.248Z] 93359f2a8cfa: Pull complete [2021-01-20T10:01:10.248Z] 7c6f9722023f: Pull complete [2021-01-20T10:01:15.588Z] a35cf1a2eb13: Pull complete [2021-01-20T10:01:15.588Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T10:01:15.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T10:01:15.588Z] ---> a62c8e92a672 [2021-01-20T10:01:15.588Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:01:15.588Z] ---> Running in 25c04e5cd217 [2021-01-20T10:01:15.588Z] Removing intermediate container 25c04e5cd217 [2021-01-20T10:01:15.588Z] ---> c17cb8cdc1fa [2021-01-20T10:01:15.588Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:01:15.588Z] ---> Running in b4c61554cc9f [2021-01-20T10:01:16.168Z] Removing intermediate container b4c61554cc9f [2021-01-20T10:01:16.168Z] ---> 1875c722f3e3 [2021-01-20T10:01:16.168Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:01:16.168Z] ---> Running in 3cb064daf3cf [2021-01-20T10:01:17.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:01:18.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:01:18.573Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T10:01:19.023Z] OK: 166 MiB in 39 packages [2021-01-20T10:01:19.599Z] Removing intermediate container 3cb064daf3cf [2021-01-20T10:01:19.599Z] ---> 8c89bbaca8ec [2021-01-20T10:01:19.599Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:01:19.599Z] ---> Running in 868482d48c11 [2021-01-20T10:01:19.864Z] Removing intermediate container 868482d48c11 [2021-01-20T10:01:19.864Z] ---> 20c429f3cccc [2021-01-20T10:01:19.864Z] Step 7/8 : COPY . . [2021-01-20T10:01:21.793Z] ---> 6b2e8a128368 [2021-01-20T10:01:21.793Z] Step 8/8 : RUN go mod download [2021-01-20T10:01:21.793Z] ---> Running in 6a91437a0b26 [2021-01-20T10:01:23.995Z] Removing intermediate container bc84d3e9d6ea [2021-01-20T10:01:23.995Z] ---> 43e4025704b5 [2021-01-20T10:01:23.995Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T10:01:23.995Z] 3.12: Pulling from library/alpine [2021-01-20T10:01:23.995Z] 159e5727ea61: Pulling fs layer [2021-01-20T10:01:23.995Z] 159e5727ea61: Download complete [2021-01-20T10:01:24.591Z] 159e5727ea61: Pull complete [2021-01-20T10:01:24.591Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T10:01:24.591Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T10:01:24.591Z] ---> afeebe901d6b [2021-01-20T10:01:24.591Z] Step 18/24 : EXPOSE 4000 [2021-01-20T10:01:24.863Z] ---> Running in da4da4a0db86 [2021-01-20T10:01:25.134Z] Removing intermediate container da4da4a0db86 [2021-01-20T10:01:25.134Z] ---> 8bb0e6754f80 [2021-01-20T10:01:25.134Z] 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 [2021-01-20T10:01:27.105Z] ---> d45ff8b3090b [2021-01-20T10:01:27.105Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T10:01:27.105Z] ---> Running in 14257d544dea [2021-01-20T10:01:27.376Z] Removing intermediate container 14257d544dea [2021-01-20T10:01:27.376Z] ---> e20759685461 [2021-01-20T10:01:27.376Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T10:01:27.648Z] ---> Running in 265c0d1c4b4f [2021-01-20T10:01:27.920Z] Removing intermediate container 265c0d1c4b4f [2021-01-20T10:01:27.920Z] ---> b662e0890db5 [2021-01-20T10:01:27.920Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T10:01:28.192Z] ---> Running in 1f8c8dad90a7 [2021-01-20T10:01:28.464Z] Removing intermediate container 1f8c8dad90a7 [2021-01-20T10:01:28.464Z] ---> 99b97fae6802 [2021-01-20T10:01:28.464Z] Step 23/24 : LABEL git_sha=21a2d52129729239e47da1045a1c95859bb5ff91 [2021-01-20T10:01:28.738Z] ---> Running in 8bb3f5ab7439 [2021-01-20T10:01:29.009Z] Removing intermediate container 8bb3f5ab7439 [2021-01-20T10:01:29.009Z] ---> 007905baa101 [2021-01-20T10:01:29.009Z] Step 24/24 : LABEL version=2.0.0-dev.8 [2021-01-20T10:01:29.282Z] ---> Running in 6f5ce0bddcaa [2021-01-20T10:01:29.553Z] Removing intermediate container 6f5ce0bddcaa [2021-01-20T10:01:29.554Z] ---> e062d265430d [2021-01-20T10:01:29.554Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T10:01:29.824Z] Successfully built e062d265430d [2021-01-20T10:01:29.824Z] 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 [2021-01-20T10:01:30.281Z] provisioning config files... [2021-01-20T10:01:30.316Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/66@tmp/config7360586666666052481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:01:30.700Z] ---> docker-login.sh [2021-01-20T10:01:30.700Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:01:30.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:31.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:31.243Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:31.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:31.243Z] [2021-01-20T10:01:31.243Z] Login Succeeded [2021-01-20T10:01:31.243Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:01:31.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:31.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:31.791Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:31.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:31.791Z] [2021-01-20T10:01:31.791Z] Login Succeeded [2021-01-20T10:01:31.791Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:01:32.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:32.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:32.336Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:32.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:32.336Z] [2021-01-20T10:01:32.336Z] Login Succeeded [2021-01-20T10:01:32.336Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:01:32.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:32.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:32.887Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:32.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:32.887Z] [2021-01-20T10:01:32.887Z] Login Succeeded [2021-01-20T10:01:32.887Z] docker.io [2021-01-20T10:01:33.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:01:33.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:01:33.438Z] Configure a credential helper to remove this warning. See [2021-01-20T10:01:33.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:01:33.438Z] [2021-01-20T10:01:33.438Z] Login Succeeded [2021-01-20T10:01:33.710Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:01:33.725Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T10:01:33.939Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-01-20T10:01:33.940Z] 21a2d52129729239e47da1045a1c95859bb5ff91 [2021-01-20T10:01:33.940Z] latest [2021-01-20T10:01:33.940Z] 2.0.0-dev.8 [2021-01-20T10:01:33.940Z] 21a2d52129729239e47da1045a1c95859bb5ff91-2.0.0-dev.8 [2021-01-20T10:01:33.940Z] master [2021-01-20T10:01:33.940Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:34.453Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:21a2d52129729239e47da1045a1c95859bb5ff91 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:34.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:21a2d52129729239e47da1045a1c95859bb5ff91 [2021-01-20T10:01:34.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T10:01:34.793Z] e56e2ed08b22: Preparing [2021-01-20T10:01:34.793Z] 379067d0cb53: Preparing [2021-01-20T10:01:35.066Z] 379067d0cb53: Layer already exists [2021-01-20T10:01:38.435Z] e56e2ed08b22: Pushed [2021-01-20T10:01:38.435Z] 21a2d52129729239e47da1045a1c95859bb5ff91: digest: sha256:82f9e4ce74c6e507347f5c60c0e2da4583b998ba390f031986e218471ffdf971 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:38.777Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:39.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-01-20T10:01:39.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T10:01:39.113Z] e56e2ed08b22: Preparing [2021-01-20T10:01:39.113Z] 379067d0cb53: Preparing [2021-01-20T10:01:39.113Z] 379067d0cb53: Layer already exists [2021-01-20T10:01:39.113Z] e56e2ed08b22: Layer already exists [2021-01-20T10:01:39.386Z] latest: digest: sha256:82f9e4ce74c6e507347f5c60c0e2da4583b998ba390f031986e218471ffdf971 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:39.724Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:40.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.8 [2021-01-20T10:01:40.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T10:01:40.059Z] e56e2ed08b22: Preparing [2021-01-20T10:01:40.059Z] 379067d0cb53: Preparing [2021-01-20T10:01:40.331Z] 379067d0cb53: Layer already exists [2021-01-20T10:01:40.331Z] e56e2ed08b22: Layer already exists [2021-01-20T10:01:40.331Z] 2.0.0-dev.8: digest: sha256:82f9e4ce74c6e507347f5c60c0e2da4583b998ba390f031986e218471ffdf971 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:40.671Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:21a2d52129729239e47da1045a1c95859bb5ff91-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:41.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:21a2d52129729239e47da1045a1c95859bb5ff91-2.0.0-dev.8 [2021-01-20T10:01:41.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T10:01:41.007Z] e56e2ed08b22: Preparing [2021-01-20T10:01:41.007Z] 379067d0cb53: Preparing [2021-01-20T10:01:41.007Z] e56e2ed08b22: Layer already exists [2021-01-20T10:01:41.007Z] 379067d0cb53: Layer already exists [2021-01-20T10:01:41.278Z] 21a2d52129729239e47da1045a1c95859bb5ff91-2.0.0-dev.8: digest: sha256:82f9e4ce74c6e507347f5c60c0e2da4583b998ba390f031986e218471ffdf971 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:41.620Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:41.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-01-20T10:01:41.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T10:01:41.979Z] e56e2ed08b22: Preparing [2021-01-20T10:01:41.979Z] 379067d0cb53: Preparing [2021-01-20T10:01:41.979Z] 379067d0cb53: Layer already exists [2021-01-20T10:01:41.979Z] e56e2ed08b22: Layer already exists [2021-01-20T10:01:42.255Z] master: digest: sha256:82f9e4ce74c6e507347f5c60c0e2da4583b998ba390f031986e218471ffdf971 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T10:01:42.449Z] ===================================================== [Pipeline] echo [2021-01-20T10:01:42.503Z] taggedImages: [2021-01-20T10:01:42.503Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:21a2d52129729239e47da1045a1c95859bb5ff91 [2021-01-20T10:01:42.503Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-01-20T10:01:42.503Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.8 [2021-01-20T10:01:42.503Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:21a2d52129729239e47da1045a1c95859bb5ff91-2.0.0-dev.8 [2021-01-20T10:01:42.503Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T10:01:43.835Z] Removing intermediate container 6a91437a0b26 [2021-01-20T10:01:43.836Z] ---> b238dd1210cf [2021-01-20T10:01:43.836Z] Successfully built b238dd1210cf [2021-01-20T10:01:43.836Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:44.152Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:01:44.152Z] . [Pipeline] withDockerContainer [2021-01-20T10:01:44.429Z] prd-centos7-docker-4c-2g-21584 does not seem to be running inside a container [2021-01-20T10:01:44.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/66 -v /w/workspace/edgex-ui-go/66:/w/workspace/edgex-ui-go/66:rw,z -v /w/workspace/edgex-ui-go/66@tmp:/w/workspace/edgex-ui-go/66@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T10:01:45.359Z] $ docker top ee00a92acca769cfc34afd4253169895d83b5db266aa05e687c931b32b632884 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:01:45.836Z] + go version [2021-01-20T10:01:45.836Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T10:01:45.850Z] $ docker stop --time=1 ee00a92acca769cfc34afd4253169895d83b5db266aa05e687c931b32b632884 [2021-01-20T10:01:47.213Z] $ docker rm -f ee00a92acca769cfc34afd4253169895d83b5db266aa05e687c931b32b632884 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:01:47.986Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:01:47.986Z] . [Pipeline] withDockerContainer [2021-01-20T10:01:48.081Z] prd-centos7-docker-4c-2g-21584 does not seem to be running inside a container [2021-01-20T10:01:48.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/66 -v /w/workspace/edgex-ui-go/66:/w/workspace/edgex-ui-go/66:rw,z -v /w/workspace/edgex-ui-go/66@tmp:/w/workspace/edgex-ui-go/66@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T10:01:48.700Z] $ docker top 0f6bb96fae9823d6b1882ffabcdb1a76ac5d68496e8b27ee695e6a4c95b7ff5e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:01:49.168Z] + make test [2021-01-20T10:01:49.168Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:01:50.133Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T10:01:58.400Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T10:01:58.400Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T10:01:58.993Z] $ docker stop --time=1 0f6bb96fae9823d6b1882ffabcdb1a76ac5d68496e8b27ee695e6a4c95b7ff5e [2021-01-20T10:02:01.150Z] $ docker rm -f 0f6bb96fae9823d6b1882ffabcdb1a76ac5d68496e8b27ee695e6a4c95b7ff5e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:02:01.714Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T10:02:01.728Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T10:02:02.046Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T10:02:02.618Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T10:02:02.917Z] + ls -al . [2021-01-20T10:02:02.917Z] total 88 [2021-01-20T10:02:02.917Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 10:01 . [2021-01-20T10:02:02.917Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 20 10:00 .. [2021-01-20T10:02:02.917Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 10:00 assets [2021-01-20T10:02:02.917Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 10:00 bin [2021-01-20T10:02:02.917Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 10:00 cmd [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 10:00 CONTRIBUTING.md [2021-01-20T10:02:02.917Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 20 10:01 coverage.out [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 10:00 Dockerfile [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 10:00 Dockerfile.build [2021-01-20T10:02:02.917Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 10:00 docs [2021-01-20T10:02:02.917Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 20 10:00 .git [2021-01-20T10:02:02.917Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 10:00 .github [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 10:00 .gitignore [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 10:00 go.mod [2021-01-20T10:02:02.917Z] -rw-r--r--. 1 jenkins jenkins 20629 Jan 20 10:01 go.sum [2021-01-20T10:02:02.917Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 10:00 internal [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 10:00 Jenkinsfile [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 10:00 LICENSE [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 10:00 Makefile [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 10:00 README.md [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 20 09:58 VERSION [2021-01-20T10:02:02.917Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 10:00 version.go [2021-01-20T10:02:02.917Z] drwxrwxr-x. 4 jenkins jenkins 266 Jan 20 10:00 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:03.228Z] + 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=21a2d52129729239e47da1045a1c95859bb5ff91 --label arch=amd64 --label version=2.0.0-dev.8 . [2021-01-20T10:02:03.491Z] Sending build context to Docker daemon 16.61MB [2021-01-20T10:02:03.491Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:02:03.491Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T10:02:03.491Z] ---> b238dd1210cf [2021-01-20T10:02:03.491Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T10:02:04.440Z] ---> Running in 6c07277f298b [2021-01-20T10:02:04.440Z] Removing intermediate container 6c07277f298b [2021-01-20T10:02:04.440Z] ---> 9b235ff3a387 [2021-01-20T10:02:04.440Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T10:02:04.440Z] ---> Running in e90a5d763523 [2021-01-20T10:02:04.703Z] Removing intermediate container e90a5d763523 [2021-01-20T10:02:04.703Z] ---> 3b776f4bb427 [2021-01-20T10:02:04.703Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T10:02:04.703Z] ---> Running in 34e658bc9077 [2021-01-20T10:02:04.965Z] Removing intermediate container 34e658bc9077 [2021-01-20T10:02:04.965Z] ---> 1f4992e8e4a6 [2021-01-20T10:02:04.965Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T10:02:04.965Z] ---> Running in 9423368db014 [2021-01-20T10:02:05.228Z] Removing intermediate container 9423368db014 [2021-01-20T10:02:05.228Z] ---> 58ad47603f4f [2021-01-20T10:02:05.228Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T10:02:05.228Z] ---> Running in 3e794b5aad09 [2021-01-20T10:02:05.490Z] Removing intermediate container 3e794b5aad09 [2021-01-20T10:02:05.490Z] ---> 4ba472ff1299 [2021-01-20T10:02:05.490Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:02:05.490Z] ---> Running in 086e502824b5 [2021-01-20T10:02:06.443Z] Removing intermediate container 086e502824b5 [2021-01-20T10:02:06.443Z] ---> 8aba6ca72c84 [2021-01-20T10:02:06.443Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T10:02:06.443Z] ---> Running in 14879b2902a6 [2021-01-20T10:02:07.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:02:07.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:02:08.540Z] OK: 166 MiB in 39 packages [2021-01-20T10:02:09.114Z] Removing intermediate container 14879b2902a6 [2021-01-20T10:02:09.114Z] ---> 7904edc0c408 [2021-01-20T10:02:09.114Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T10:02:09.114Z] ---> Running in f213bc2cc122 [2021-01-20T10:02:09.114Z] Removing intermediate container f213bc2cc122 [2021-01-20T10:02:09.114Z] ---> fd4ebcad0a9b [2021-01-20T10:02:09.114Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T10:02:09.375Z] ---> Running in 5b1739ee397e [2021-01-20T10:02:09.375Z] Removing intermediate container 5b1739ee397e [2021-01-20T10:02:09.375Z] ---> f22790356766 [2021-01-20T10:02:09.375Z] Step 12/24 : COPY go.mod . [2021-01-20T10:02:09.639Z] ---> da825126ba82 [2021-01-20T10:02:09.639Z] Step 13/24 : COPY Makefile . [2021-01-20T10:02:09.905Z] ---> 59417d3458cb [2021-01-20T10:02:09.905Z] Step 14/24 : RUN make update [2021-01-20T10:02:09.905Z] ---> Running in 25bca31f3c21 [2021-01-20T10:02:10.480Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T10:02:11.429Z] Removing intermediate container 25bca31f3c21 [2021-01-20T10:02:11.429Z] ---> 557f2721f253 [2021-01-20T10:02:11.429Z] Step 15/24 : COPY . . [2021-01-20T10:02:12.824Z] ---> 33d9ea224082 [2021-01-20T10:02:12.824Z] Step 16/24 : RUN ${MAKE} [2021-01-20T10:02:12.824Z] ---> Running in f45a4f7c0d6d [2021-01-20T10:02:13.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.8" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-20T10:02:21.343Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T10:02:23.927Z] Removing intermediate container f45a4f7c0d6d [2021-01-20T10:02:23.927Z] ---> 193391613a41 [2021-01-20T10:02:23.927Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T10:02:24.873Z] 3.12: Pulling from library/alpine [2021-01-20T10:02:24.873Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T10:02:25.139Z] 801bfaa63ef2: Verifying Checksum [2021-01-20T10:02:25.139Z] 801bfaa63ef2: Download complete [2021-01-20T10:02:25.139Z] 801bfaa63ef2: Pull complete [2021-01-20T10:02:25.139Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T10:02:25.401Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T10:02:25.401Z] ---> 389fef711851 [2021-01-20T10:02:25.401Z] Step 18/24 : EXPOSE 4000 [2021-01-20T10:02:25.401Z] ---> Running in 435368e78b12 [2021-01-20T10:02:25.664Z] Removing intermediate container 435368e78b12 [2021-01-20T10:02:25.664Z] ---> 2cb5b8dcd0ea [2021-01-20T10:02:25.664Z] 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 [2021-01-20T10:02:26.618Z] ---> 4cf57e199a94 [2021-01-20T10:02:26.618Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T10:02:26.618Z] ---> Running in 6a4356a6d6ba [2021-01-20T10:02:26.881Z] Removing intermediate container 6a4356a6d6ba [2021-01-20T10:02:26.881Z] ---> 5cc2814e26a7 [2021-01-20T10:02:26.881Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T10:02:26.881Z] ---> Running in db9d35781ee9 [2021-01-20T10:02:26.881Z] Removing intermediate container db9d35781ee9 [2021-01-20T10:02:26.881Z] ---> 100c54aa287c [2021-01-20T10:02:26.881Z] Step 22/24 : LABEL arch=amd64 [2021-01-20T10:02:27.145Z] ---> Running in 1ed56766c64d [2021-01-20T10:02:27.145Z] Removing intermediate container 1ed56766c64d [2021-01-20T10:02:27.145Z] ---> 8127995f9f25 [2021-01-20T10:02:27.145Z] Step 23/24 : LABEL git_sha=21a2d52129729239e47da1045a1c95859bb5ff91 [2021-01-20T10:02:27.145Z] ---> Running in 20523fa94fbf [2021-01-20T10:02:27.408Z] Removing intermediate container 20523fa94fbf [2021-01-20T10:02:27.408Z] ---> c9c8bb8cae69 [2021-01-20T10:02:27.408Z] Step 24/24 : LABEL version=2.0.0-dev.8 [2021-01-20T10:02:27.408Z] ---> Running in b8db97ae8269 [2021-01-20T10:02:27.671Z] Removing intermediate container b8db97ae8269 [2021-01-20T10:02:27.671Z] ---> 421670e303ab [2021-01-20T10:02:27.671Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T10:02:27.671Z] Successfully built 421670e303ab [2021-01-20T10:02:27.671Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:02:27.984Z] provisioning config files... [2021-01-20T10:02:28.011Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/66@tmp/config4009476420293569682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:02:28.374Z] ---> docker-login.sh [2021-01-20T10:02:28.374Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:02:28.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:28.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:28.641Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:28.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:28.641Z] [2021-01-20T10:02:28.641Z] Login Succeeded [2021-01-20T10:02:28.641Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:02:28.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:28.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:28.641Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:28.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:28.641Z] [2021-01-20T10:02:28.641Z] Login Succeeded [2021-01-20T10:02:28.641Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:02:28.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:28.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:28.907Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:28.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:28.907Z] [2021-01-20T10:02:28.907Z] Login Succeeded [2021-01-20T10:02:28.907Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:02:28.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:29.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:29.169Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:29.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:29.169Z] [2021-01-20T10:02:29.169Z] Login Succeeded [2021-01-20T10:02:29.169Z] docker.io [2021-01-20T10:02:29.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:29.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:29.432Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:29.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:29.432Z] [2021-01-20T10:02:29.432Z] Login Succeeded [2021-01-20T10:02:29.432Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:02:29.442Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T10:02:29.631Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-01-20T10:02:29.631Z] 21a2d52129729239e47da1045a1c95859bb5ff91 [2021-01-20T10:02:29.631Z] latest [2021-01-20T10:02:29.631Z] 2.0.0-dev.8 [2021-01-20T10:02:29.631Z] 21a2d52129729239e47da1045a1c95859bb5ff91-2.0.0-dev.8 [2021-01-20T10:02:29.631Z] master [2021-01-20T10:02:29.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:30.115Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:21a2d52129729239e47da1045a1c95859bb5ff91 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:30.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:21a2d52129729239e47da1045a1c95859bb5ff91 [2021-01-20T10:02:30.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T10:02:30.417Z] b265c1cf5203: Preparing [2021-01-20T10:02:30.417Z] 777b2c648970: Preparing [2021-01-20T10:02:30.417Z] 777b2c648970: Layer already exists [2021-01-20T10:02:31.843Z] b265c1cf5203: Pushed [2021-01-20T10:02:31.844Z] 21a2d52129729239e47da1045a1c95859bb5ff91: digest: sha256:9d79af95e68b2f77ac8b312ac799c335e70f52b99d9047c215ccfe54de22dc1b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:32.197Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:32.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-01-20T10:02:32.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T10:02:32.502Z] b265c1cf5203: Preparing [2021-01-20T10:02:32.502Z] 777b2c648970: Preparing [2021-01-20T10:02:32.502Z] 777b2c648970: Layer already exists [2021-01-20T10:02:32.502Z] b265c1cf5203: Layer already exists [2021-01-20T10:02:32.502Z] latest: digest: sha256:9d79af95e68b2f77ac8b312ac799c335e70f52b99d9047c215ccfe54de22dc1b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:32.811Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:33.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.8 [2021-01-20T10:02:33.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T10:02:33.130Z] b265c1cf5203: Preparing [2021-01-20T10:02:33.130Z] 777b2c648970: Preparing [2021-01-20T10:02:33.130Z] b265c1cf5203: Layer already exists [2021-01-20T10:02:33.130Z] 777b2c648970: Layer already exists [2021-01-20T10:02:33.130Z] 2.0.0-dev.8: digest: sha256:9d79af95e68b2f77ac8b312ac799c335e70f52b99d9047c215ccfe54de22dc1b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:33.472Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:21a2d52129729239e47da1045a1c95859bb5ff91-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:33.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:21a2d52129729239e47da1045a1c95859bb5ff91-2.0.0-dev.8 [2021-01-20T10:02:33.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T10:02:33.771Z] b265c1cf5203: Preparing [2021-01-20T10:02:33.771Z] 777b2c648970: Preparing [2021-01-20T10:02:33.771Z] b265c1cf5203: Layer already exists [2021-01-20T10:02:33.771Z] 777b2c648970: Layer already exists [2021-01-20T10:02:33.771Z] 21a2d52129729239e47da1045a1c95859bb5ff91-2.0.0-dev.8: digest: sha256:9d79af95e68b2f77ac8b312ac799c335e70f52b99d9047c215ccfe54de22dc1b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:34.079Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:34.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-01-20T10:02:34.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T10:02:34.381Z] b265c1cf5203: Preparing [2021-01-20T10:02:34.381Z] 777b2c648970: Preparing [2021-01-20T10:02:34.381Z] 777b2c648970: Layer already exists [2021-01-20T10:02:34.381Z] b265c1cf5203: Layer already exists [2021-01-20T10:02:34.381Z] master: digest: sha256:9d79af95e68b2f77ac8b312ac799c335e70f52b99d9047c215ccfe54de22dc1b size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T10:02:34.567Z] ===================================================== [Pipeline] echo [2021-01-20T10:02:34.623Z] taggedImages: [2021-01-20T10:02:34.623Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:21a2d52129729239e47da1045a1c95859bb5ff91 [2021-01-20T10:02:34.623Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-01-20T10:02:34.623Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.8 [2021-01-20T10:02:34.623Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:21a2d52129729239e47da1045a1c95859bb5ff91-2.0.0-dev.8 [2021-01-20T10:02:34.623Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-20T10:02:36.184Z] provisioning config files... [2021-01-20T10:02:36.200Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4431740157105340099tmp [Pipeline] { [Pipeline] sh [2021-01-20T10:02:36.603Z] + set +x [2021-01-20T10:02:36.603Z] + curl -s https://codecov.io/bash [2021-01-20T10:02:36.603Z] + bash -s -- [2021-01-20T10:02:36.865Z] [2021-01-20T10:02:36.865Z] _____ _ [2021-01-20T10:02:36.865Z] / ____| | | [2021-01-20T10:02:36.865Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T10:02:36.865Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T10:02:36.865Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T10:02:36.865Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T10:02:36.865Z] Bash-20210115-cec3c92 [2021-01-20T10:02:36.865Z] [2021-01-20T10:02:36.865Z] [2021-01-20T10:02:36.865Z] ==> git version 2.24.3 found [2021-01-20T10:02:36.865Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-20T10:02:36.865Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T10:02:36.865Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T10:02:36.865Z] ==> Jenkins CI detected. [2021-01-20T10:02:36.865Z] project root: . [2021-01-20T10:02:36.865Z] --> token set from env [2021-01-20T10:02:36.865Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T10:02:36.865Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T10:02:36.865Z] ==> Python coveragepy not found [2021-01-20T10:02:36.865Z] ==> Searching for coverage reports in: [2021-01-20T10:02:36.865Z] + . [2021-01-20T10:02:36.865Z] -> Found 1 reports [2021-01-20T10:02:36.865Z] ==> Detecting git/mercurial file structure [2021-01-20T10:02:36.865Z] ==> Reading reports [2021-01-20T10:02:36.865Z] + ./coverage.out bytes=10 [2021-01-20T10:02:36.865Z] ==> Appending adjustments [2021-01-20T10:02:36.865Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T10:02:37.128Z] + Found adjustments [2021-01-20T10:02:37.128Z] ==> Gzipping contents [2021-01-20T10:02:37.128Z] 4.0K /tmp/codecov.hWve0m.gz [2021-01-20T10:02:37.128Z] ==> Uploading reports [2021-01-20T10:02:37.128Z] url: https://codecov.io [2021-01-20T10:02:37.128Z] query: branch=master&commit=21a2d52129729239e47da1045a1c95859bb5ff91&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F66%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T10:02:37.128Z] -> Pinging Codecov [2021-01-20T10:02:37.128Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=21a2d52129729239e47da1045a1c95859bb5ff91&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F66%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T10:02:37.390Z] -> Uploading to [2021-01-20T10:02:37.390Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/21a2d52129729239e47da1045a1c95859bb5ff91/a6a24885-bd54-4662-9bc7-5ce3ffefe708.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T100237Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8ed3400ad2a16d2889aa4736f0a414c7e1cf305562054da2900134ce55e820d2 [2021-01-20T10:02:37.390Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T10:02:37.390Z] Dload Upload Total Spent Left Speed [2021-01-20T10:02:37.967Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 5809 --:--:-- --:--:-- --:--:-- 5800 100 2378 0 0 100 2378 0 5806 --:--:-- --:--:-- --:--:-- 5800 [2021-01-20T10:02:37.967Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/21a2d52129729239e47da1045a1c95859bb5ff91 [Pipeline] } [2021-01-20T10:02:37.979Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-20T10:02:38.406Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-20T10:02:38.470Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:38.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T10:02:38.823Z] [2021-01-20T10:02:38.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:39.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T10:02:40.564Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-20T10:02:40.564Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T10:02:40.564Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T10:02:40.564Z] de9db76c5a1d: Pulling fs layer [2021-01-20T10:02:40.564Z] 0eba1c9be4d2: Pulling fs layer [2021-01-20T10:02:40.564Z] 0d57e429df01: Pulling fs layer [2021-01-20T10:02:40.564Z] 4e4be7b47b0d: Pulling fs layer [2021-01-20T10:02:40.564Z] e1f770b5df2f: Pulling fs layer [2021-01-20T10:02:40.564Z] 85a0685a4137: Pulling fs layer [2021-01-20T10:02:40.564Z] 0d57e429df01: Waiting [2021-01-20T10:02:40.564Z] 4e4be7b47b0d: Waiting [2021-01-20T10:02:40.564Z] e1f770b5df2f: Waiting [2021-01-20T10:02:40.564Z] 85a0685a4137: Waiting [2021-01-20T10:02:40.564Z] 0eba1c9be4d2: Waiting [2021-01-20T10:02:40.564Z] de9db76c5a1d: Verifying Checksum [2021-01-20T10:02:40.564Z] de9db76c5a1d: Download complete [2021-01-20T10:02:40.564Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T10:02:40.564Z] 0ef7d3d256c8: Download complete [2021-01-20T10:02:40.564Z] 0d57e429df01: Download complete [2021-01-20T10:02:40.564Z] 4e4be7b47b0d: Verifying Checksum [2021-01-20T10:02:40.564Z] 4e4be7b47b0d: Download complete [2021-01-20T10:02:41.140Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T10:02:41.140Z] 188c0c94c7c5: Download complete [2021-01-20T10:02:41.402Z] 188c0c94c7c5: Pull complete [2021-01-20T10:02:41.665Z] 0ef7d3d256c8: Pull complete [2021-01-20T10:02:41.665Z] de9db76c5a1d: Pull complete [2021-01-20T10:02:42.249Z] e1f770b5df2f: Verifying Checksum [2021-01-20T10:02:42.249Z] e1f770b5df2f: Download complete [2021-01-20T10:02:44.825Z] 0eba1c9be4d2: Verifying Checksum [2021-01-20T10:02:44.825Z] 0eba1c9be4d2: Download complete [2021-01-20T10:02:44.825Z] 85a0685a4137: Verifying Checksum [2021-01-20T10:02:44.825Z] 85a0685a4137: Download complete [2021-01-20T10:02:50.190Z] 0eba1c9be4d2: Pull complete [2021-01-20T10:02:50.190Z] 0d57e429df01: Pull complete [2021-01-20T10:02:50.190Z] 4e4be7b47b0d: Pull complete [2021-01-20T10:02:52.120Z] e1f770b5df2f: Pull complete [2021-01-20T10:03:00.297Z] 85a0685a4137: Pull complete [2021-01-20T10:03:00.297Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-20T10:03:00.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T10:03:00.297Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-20T10:03:00.507Z] prd-centos7-docker-4c-2g-21578 does not seem to be running inside a container [2021-01-20T10:03:00.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-20T10:03:01.638Z] $ docker top 6137df777521e36f0ad9296748bba0c25e7e6dbd09e931e4afdccb8bb10f9d07 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T10:03:01.849Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-20T10:03:02.148Z] + set -o pipefail [2021-01-20T10:03:02.148Z] + snyk monitor '--org=edgex-jenkins' [2021-01-20T10:03:08.746Z] [2021-01-20T10:03:08.746Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-01-20T10:03:08.746Z] [2021-01-20T10:03:08.746Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/905be54e-eb05-4be8-ae0f-eb48f4d7ec7b [2021-01-20T10:03:08.746Z] [2021-01-20T10:03:08.746Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-01-20T10:03:08.746Z] [2021-01-20T10:03:08.746Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-20T10:03:08.746Z] [2021-01-20T10:03:08.746Z] [Pipeline] } [2021-01-20T10:03:08.757Z] $ docker stop --time=1 6137df777521e36f0ad9296748bba0c25e7e6dbd09e931e4afdccb8bb10f9d07 [2021-01-20T10:03:10.970Z] $ docker rm -f 6137df777521e36f0ad9296748bba0c25e7e6dbd09e931e4afdccb8bb10f9d07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [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] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-20T10:03:12.801Z] + git log --format=format:%s -1 21a2d52129729239e47da1045a1c95859bb5ff91 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:03:13.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:03:13.110Z] . [Pipeline] withDockerContainer [2021-01-20T10:03:13.205Z] prd-centos7-docker-4c-2g-21578 does not seem to be running inside a container [2021-01-20T10:03:13.262Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T10:03:14.087Z] $ docker top 1a08cb101ef174267719b72c0eadd0503b9195b29baeb65880288922e15c3f90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:03:14.381Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:03:14.381Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:03:14.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:03:14.628Z] $ docker exec 1a08cb101ef174267719b72c0eadd0503b9195b29baeb65880288922e15c3f90 ssh-agent [2021-01-20T10:03:14.799Z] SSH_AUTH_SOCK=/tmp/ssh-rGnxzA3syWpL/agent.11 [2021-01-20T10:03:14.799Z] SSH_AGENT_PID=16 [2021-01-20T10:03:14.806Z] Running ssh-add (command line suppressed) [2021-01-20T10:03:14.930Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1273089684417705148.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1273089684417705148.key) [2021-01-20T10:03:14.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:03:15.326Z] + git semver tag [2021-01-20T10:03:15.326Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:03:15.326Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T10:03:15.326Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T10:03:15.326Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:03:15.326Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:03:15.326Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:03:15.326Z] # $SEMVER_BRANCH = master [2021-01-20T10:03:15.326Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-01-20T10:03:15.326Z] # 21a2d52129729239e47da1045a1c95859bb5ff91 HEAD [2021-01-20T10:03:15.326Z] # -> Force: false [2021-01-20T10:03:15.326Z] # ef4b0c3580c99b773404c7d1f2b7f269da52180a refs/tags/v2.0.0-dev.8 [Pipeline] } [2021-01-20T10:03:15.334Z] $ docker exec --env ******** --env ******** 1a08cb101ef174267719b72c0eadd0503b9195b29baeb65880288922e15c3f90 ssh-agent -k [2021-01-20T10:03:15.463Z] unset SSH_AUTH_SOCK; [2021-01-20T10:03:15.463Z] unset SSH_AGENT_PID; [2021-01-20T10:03:15.463Z] echo Agent pid 16 killed; [2021-01-20T10:03:15.520Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:03:16.148Z] + git semver [Pipeline] } [2021-01-20T10:03:16.163Z] $ docker stop --time=1 1a08cb101ef174267719b72c0eadd0503b9195b29baeb65880288922e15c3f90 [2021-01-20T10:03:17.519Z] $ docker rm -f 1a08cb101ef174267719b72c0eadd0503b9195b29baeb65880288922e15c3f90 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:03:18.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T10:03:18.125Z] [2021-01-20T10:03:18.125Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:03:18.505Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T10:03:18.505Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-20T10:03:18.505Z] ab5ef0e58194: Pulling fs layer [2021-01-20T10:03:18.505Z] 9712f1f96733: Pulling fs layer [2021-01-20T10:03:18.505Z] 63f879dbbcfc: Pulling fs layer [2021-01-20T10:03:18.505Z] 0d9ebad4ef96: Pulling fs layer [2021-01-20T10:03:18.505Z] e9a5061849ea: Pulling fs layer [2021-01-20T10:03:18.505Z] d747dcd14b5f: Pulling fs layer [2021-01-20T10:03:18.505Z] 2de7ff778b66: Pulling fs layer [2021-01-20T10:03:18.505Z] 0d9ebad4ef96: Waiting [2021-01-20T10:03:18.505Z] e9a5061849ea: Waiting [2021-01-20T10:03:18.505Z] d747dcd14b5f: Waiting [2021-01-20T10:03:18.505Z] 2de7ff778b66: Waiting [2021-01-20T10:03:18.505Z] 9712f1f96733: Download complete [2021-01-20T10:03:20.557Z] 63f879dbbcfc: Verifying Checksum [2021-01-20T10:03:20.557Z] 63f879dbbcfc: Download complete [2021-01-20T10:03:20.557Z] e9a5061849ea: Verifying Checksum [2021-01-20T10:03:20.557Z] e9a5061849ea: Download complete [2021-01-20T10:03:20.557Z] d747dcd14b5f: Verifying Checksum [2021-01-20T10:03:20.557Z] d747dcd14b5f: Download complete [2021-01-20T10:03:20.820Z] 2de7ff778b66: Verifying Checksum [2021-01-20T10:03:20.820Z] 2de7ff778b66: Download complete [2021-01-20T10:03:20.820Z] 0d9ebad4ef96: Verifying Checksum [2021-01-20T10:03:20.820Z] 0d9ebad4ef96: Download complete [2021-01-20T10:03:21.393Z] ab5ef0e58194: Verifying Checksum [2021-01-20T10:03:21.394Z] ab5ef0e58194: Download complete [2021-01-20T10:03:25.650Z] ab5ef0e58194: Pull complete [2021-01-20T10:03:25.650Z] 9712f1f96733: Pull complete [2021-01-20T10:03:27.580Z] 63f879dbbcfc: Pull complete [2021-01-20T10:03:34.220Z] 0d9ebad4ef96: Pull complete [2021-01-20T10:03:35.168Z] e9a5061849ea: Pull complete [2021-01-20T10:03:35.431Z] d747dcd14b5f: Pull complete [2021-01-20T10:03:38.747Z] 2de7ff778b66: Pull complete [2021-01-20T10:03:38.747Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-20T10:03:38.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T10:03:38.747Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-20T10:03:38.931Z] prd-centos7-docker-4c-2g-21578 does not seem to be running inside a container [2021-01-20T10:03:38.977Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-20T10:03:42.822Z] $ docker top ee78b48c679cbedeffc018c57f1f8d30f8e4b6aa2243014eb582eca78102651a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-20T10:03:43.070Z] provisioning config files... [2021-01-20T10:03:43.080Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5186054344727943217tmp [2021-01-20T10:03:43.096Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4045406940689806538tmp [2021-01-20T10:03:43.112Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8985287656875318561tmp [Pipeline] { [Pipeline] echo [2021-01-20T10:03:43.168Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:03:43.467Z] ---> sigul-configuration.sh [2021-01-20T10:03:43.467Z] gpg: directory `/root/.gnupg' created [2021-01-20T10:03:43.467Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-20T10:03:43.467Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-20T10:03:43.467Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-20T10:03:43.467Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-20T10:03:43.467Z] gpg: CAST5 encrypted data [2021-01-20T10:03:43.729Z] gpg: encrypted with 1 passphrase [2021-01-20T10:03:43.729Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-20T10:03:44.030Z] + mkdir /home/jenkins [2021-01-20T10:03:44.030Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-20T10:03:44.333Z] + 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 [2021-01-20T10:03:44.514Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:03:44.813Z] ---> sigul-install.sh [2021-01-20T10:03:50.109Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-20T10:03:50.411Z] + git tag --list [2021-01-20T10:03:50.411Z] 0.1.1 [2021-01-20T10:03:50.411Z] v1.1.0 [2021-01-20T10:03:50.411Z] v1.2.0 [2021-01-20T10:03:50.411Z] v1.2.1 [2021-01-20T10:03:50.411Z] v1.2.2-dev.1 [2021-01-20T10:03:50.411Z] v1.2.2-dev.10 [2021-01-20T10:03:50.411Z] v1.2.2-dev.11 [2021-01-20T10:03:50.411Z] v1.2.2-dev.12 [2021-01-20T10:03:50.411Z] v1.2.2-dev.2 [2021-01-20T10:03:50.411Z] v1.2.2-dev.3 [2021-01-20T10:03:50.411Z] v1.2.2-dev.4 [2021-01-20T10:03:50.411Z] v1.2.2-dev.5 [2021-01-20T10:03:50.411Z] v1.2.2-dev.6 [2021-01-20T10:03:50.411Z] v1.2.2-dev.7 [2021-01-20T10:03:50.411Z] v1.2.2-dev.8 [2021-01-20T10:03:50.411Z] v1.2.2-dev.9 [2021-01-20T10:03:50.411Z] v1.3.0 [2021-01-20T10:03:50.411Z] v1.3.1-dev.1 [2021-01-20T10:03:50.411Z] v1.3.1-dev.2 [2021-01-20T10:03:50.411Z] v2.0.0-dev.1 [2021-01-20T10:03:50.411Z] v2.0.0-dev.2 [2021-01-20T10:03:50.411Z] v2.0.0-dev.3 [2021-01-20T10:03:50.411Z] v2.0.0-dev.4 [2021-01-20T10:03:50.411Z] v2.0.0-dev.5 [2021-01-20T10:03:50.411Z] v2.0.0-dev.6 [2021-01-20T10:03:50.411Z] v2.0.0-dev.7 [2021-01-20T10:03:50.411Z] v2.0.0-dev.8 [Pipeline] sh [2021-01-20T10:03:50.731Z] + lftools sign git-tag v2.0.0-dev.8 [2021-01-20T10:03:52.122Z] Signing Git tag with Sigul... [2021-01-20T10:03:52.122Z] Signing v2.0.0-dev.8 [Pipeline] echo [2021-01-20T10:03:53.537Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:03:53.844Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-20T10:03:53.856Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-20T10:03:53.970Z] $ docker stop --time=1 ee78b48c679cbedeffc018c57f1f8d30f8e4b6aa2243014eb582eca78102651a [2021-01-20T10:03:55.845Z] $ docker rm -f ee78b48c679cbedeffc018c57f1f8d30f8e4b6aa2243014eb582eca78102651a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:03:56.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:03:56.739Z] . [Pipeline] withDockerContainer [2021-01-20T10:03:56.838Z] prd-centos7-docker-4c-2g-21578 does not seem to be running inside a container [2021-01-20T10:03:56.880Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T10:03:57.697Z] $ docker top ad9a93e12dd003f0bcba4ea22cb87368f8874ee520deda10cee8ea12e8df227d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:03:58.005Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:03:58.005Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:03:58.221Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:03:58.221Z] $ docker exec ad9a93e12dd003f0bcba4ea22cb87368f8874ee520deda10cee8ea12e8df227d ssh-agent [2021-01-20T10:03:58.415Z] SSH_AUTH_SOCK=/tmp/ssh-MAegUNxlzYAf/agent.11 [2021-01-20T10:03:58.415Z] SSH_AGENT_PID=17 [2021-01-20T10:03:58.422Z] Running ssh-add (command line suppressed) [2021-01-20T10:03:58.541Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8663368298965631583.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8663368298965631583.key) [2021-01-20T10:03:58.601Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:03:58.941Z] + git semver bump pre [2021-01-20T10:03:58.941Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:03:58.941Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T10:03:58.941Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T10:03:58.941Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:03:58.941Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:03:58.941Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:03:58.941Z] # $SEMVER_BRANCH = master [2021-01-20T10:03:58.941Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-01-20T10:03:58.941Z] 2.0.0-dev.9 [Pipeline] } [2021-01-20T10:03:58.949Z] $ docker exec --env ******** --env ******** ad9a93e12dd003f0bcba4ea22cb87368f8874ee520deda10cee8ea12e8df227d ssh-agent -k [2021-01-20T10:03:59.063Z] unset SSH_AUTH_SOCK; [2021-01-20T10:03:59.064Z] unset SSH_AGENT_PID; [2021-01-20T10:03:59.064Z] echo Agent pid 17 killed; [2021-01-20T10:03:59.114Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:03:59.563Z] + git semver [Pipeline] } [2021-01-20T10:03:59.575Z] $ docker stop --time=1 ad9a93e12dd003f0bcba4ea22cb87368f8874ee520deda10cee8ea12e8df227d [2021-01-20T10:04:01.244Z] $ docker rm -f ad9a93e12dd003f0bcba4ea22cb87368f8874ee520deda10cee8ea12e8df227d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:04:01.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:04:01.777Z] . [Pipeline] withDockerContainer [2021-01-20T10:04:01.879Z] prd-centos7-docker-4c-2g-21578 does not seem to be running inside a container [2021-01-20T10:04:01.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T10:04:02.576Z] $ docker top f88b0181562a1ecf17b4d018d12c8494ec1c5841bf724e48dac7ea9136cb5b49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:04:02.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:04:02.871Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:04:03.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:04:03.057Z] $ docker exec f88b0181562a1ecf17b4d018d12c8494ec1c5841bf724e48dac7ea9136cb5b49 ssh-agent [2021-01-20T10:04:03.219Z] SSH_AUTH_SOCK=/tmp/ssh-oUJ7RUzfjhps/agent.11 [2021-01-20T10:04:03.219Z] SSH_AGENT_PID=16 [2021-01-20T10:04:03.227Z] Running ssh-add (command line suppressed) [2021-01-20T10:04:03.344Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8425785068446400162.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8425785068446400162.key) [2021-01-20T10:04:03.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:04:03.749Z] + git semver push [2021-01-20T10:04:03.749Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:04:03.749Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T10:04:03.749Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T10:04:03.749Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:04:03.749Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:04:03.749Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:04:03.749Z] # $SEMVER_BRANCH = master [2021-01-20T10:04:03.749Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-01-20T10:04:12.051Z] $ docker exec --env ******** --env ******** f88b0181562a1ecf17b4d018d12c8494ec1c5841bf724e48dac7ea9136cb5b49 ssh-agent -k [2021-01-20T10:04:12.217Z] unset SSH_AUTH_SOCK; [2021-01-20T10:04:12.218Z] unset SSH_AGENT_PID; [2021-01-20T10:04:12.218Z] echo Agent pid 16 killed; [2021-01-20T10:04:12.285Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:04:12.751Z] + git semver [Pipeline] } [2021-01-20T10:04:12.764Z] $ docker stop --time=1 f88b0181562a1ecf17b4d018d12c8494ec1c5841bf724e48dac7ea9136cb5b49 [2021-01-20T10:04:14.112Z] $ docker rm -f f88b0181562a1ecf17b4d018d12c8494ec1c5841bf724e48dac7ea9136cb5b49 [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 [2021-01-20T10:04:15.686Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:04:16.251Z] ---> package-listing.sh [2021-01-20T10:04:16.251Z] ++ facter osfamily [2021-01-20T10:04:16.251Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T10:04:16.251Z] + OS_FAMILY=redhat [2021-01-20T10:04:16.251Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T10:04:16.251Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T10:04:16.251Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T10:04:16.251Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T10:04:16.251Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T10:04:16.251Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-01-20T10:04:16.251Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T10:04:16.251Z] + case "${OS_FAMILY}" in [2021-01-20T10:04:16.251Z] + rpm -qa [2021-01-20T10:04:16.251Z] + sort [2021-01-20T10:04:21.563Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T10:04:21.563Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T10:04:21.563Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T10:04:21.563Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-01-20T10:04:21.563Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-01-20T10:04:21.563Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-01-20T10:04:21.576Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T10:04:21.879Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:04:22.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:04:22.183Z] [2021-01-20T10:04:22.183Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:04:22.535Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:04:22.535Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T10:04:22.535Z] df20fa9351a1: Pulling fs layer [2021-01-20T10:04:22.535Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T10:04:22.535Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T10:04:22.535Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T10:04:22.535Z] 93b61091891f: Pulling fs layer [2021-01-20T10:04:22.535Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T10:04:22.535Z] 5e14af77c1be: Pulling fs layer [2021-01-20T10:04:22.535Z] 01666e4c0597: Pulling fs layer [2021-01-20T10:04:22.535Z] aa168da1d23b: Pulling fs layer [2021-01-20T10:04:22.535Z] 46f8f816bc3b: Waiting [2021-01-20T10:04:22.535Z] 93b9cdb0e59b: Waiting [2021-01-20T10:04:22.535Z] 01666e4c0597: Waiting [2021-01-20T10:04:22.535Z] aa168da1d23b: Waiting [2021-01-20T10:04:22.535Z] 5e14af77c1be: Waiting [2021-01-20T10:04:22.535Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T10:04:22.535Z] 36b3adc4ff6f: Download complete [2021-01-20T10:04:22.535Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T10:04:22.535Z] 46f8f816bc3b: Download complete [2021-01-20T10:04:22.535Z] df20fa9351a1: Verifying Checksum [2021-01-20T10:04:22.535Z] df20fa9351a1: Download complete [2021-01-20T10:04:22.799Z] 93b9cdb0e59b: Download complete [2021-01-20T10:04:22.799Z] 5e14af77c1be: Verifying Checksum [2021-01-20T10:04:22.799Z] 5e14af77c1be: Download complete [2021-01-20T10:04:22.799Z] 01666e4c0597: Verifying Checksum [2021-01-20T10:04:22.799Z] 01666e4c0597: Download complete [2021-01-20T10:04:22.799Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T10:04:22.799Z] 8ad3a11d3b57: Download complete [2021-01-20T10:04:23.063Z] 93b61091891f: Verifying Checksum [2021-01-20T10:04:23.063Z] 93b61091891f: Download complete [2021-01-20T10:04:23.324Z] df20fa9351a1: Pull complete [2021-01-20T10:04:23.589Z] 36b3adc4ff6f: Pull complete [2021-01-20T10:04:24.987Z] aa168da1d23b: Verifying Checksum [2021-01-20T10:04:24.987Z] aa168da1d23b: Download complete [2021-01-20T10:04:24.987Z] 8ad3a11d3b57: Pull complete [2021-01-20T10:04:25.249Z] 46f8f816bc3b: Pull complete [2021-01-20T10:04:25.510Z] 93b61091891f: Pull complete [2021-01-20T10:04:25.772Z] 93b9cdb0e59b: Pull complete [2021-01-20T10:04:25.772Z] 5e14af77c1be: Pull complete [2021-01-20T10:04:26.034Z] 01666e4c0597: Pull complete [2021-01-20T10:04:32.656Z] aa168da1d23b: Pull complete [2021-01-20T10:04:32.656Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T10:04:32.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:04:32.918Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T10:04:33.085Z] prd-centos7-docker-4c-2g-21578 does not seem to be running inside a container [2021-01-20T10:04:33.128Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T10:04:35.756Z] $ docker top 66eb175a824366df08cdf9ea0c69effff3f93913f56ada420becf88f33808e5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:04:36.220Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T10:04:36.515Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T10:04:36.817Z] + ls /var/log/sa-host [2021-01-20T10:04:36.817Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T10:04:36.817Z] file_magic: OK [2021-01-20T10:04:36.817Z] HZ: Using current value: 100 [2021-01-20T10:04:36.817Z] file_header: OK [2021-01-20T10:04:36.817Z] 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 [2021-01-20T10:04:36.817Z] Statistics: [2021-01-20T10:04:36.817Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T10:04:36.817Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T10:04:36.817Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T10:04:36.817Z] file_magic: OK [2021-01-20T10:04:36.817Z] HZ: Using current value: 100 [2021-01-20T10:04:36.817Z] file_header: OK [2021-01-20T10:04:36.817Z] 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 [2021-01-20T10:04:36.817Z] Statistics: [2021-01-20T10:04:36.817Z] Hnuu...uuuununununu... [2021-01-20T10:04:36.817Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T10:04:37.021Z] provisioning config files... [2021-01-20T10:04:37.038Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config404404642408439699tmp [Pipeline] { [Pipeline] echo [2021-01-20T10:04:37.111Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:04:37.416Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T10:04:37.427Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T10:04:37.532Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:04:37.841Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T10:04:37.851Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:04:38.150Z] ---> sudo-logs.sh [2021-01-20T10:04:38.151Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T10:04:38.161Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:04:38.462Z] ---> job-cost.sh [2021-01-20T10:04:38.462Z] lf-activate-venv: SKIPPING [2021-01-20T10:04:38.462Z] INFO: No Stack... [2021-01-20T10:04:39.408Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T10:04:39.983Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T10:04:39.996Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:04:40.292Z] ---> logs-deploy.sh [2021-01-20T10:04:40.292Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/66 [2021-01-20T10:04:40.292Z] INFO: archiving workspace using pattern(s): [2021-01-20T10:04:41.683Z] Archives upload complete. [2021-01-20T10:04:41.949Z] INFO: archiving logs to Nexus