Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e433474030406e4455aec061f47cc2693067360d 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32199 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 > 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 Checking out Revision e433474030406e4455aec061f47cc2693067360d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e433474030406e4455aec061f47cc2693067360d # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 (#320)" > git rev-list --no-walk d2d3fdb4a4f99bf590cdb678ffbb51162c3368ca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T04:16:44.368Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T04:16:44.683Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T04:16:44.817Z] ========================================================= [2021-03-31T04:16:44.817Z] EdgeX Global Pipelines Version Info [2021-03-31T04:16:44.817Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:16:46.414Z] ------------------- [2021-03-31T04:16:46.414Z] stable info: [2021-03-31T04:16:46.414Z] ------------------- [2021-03-31T04:16:46.414Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T04:16:46.414Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T04:16:46.414Z] Message: update stable to v1.0.186 [2021-03-31T04:16:47.364Z] ------------------- [2021-03-31T04:16:47.364Z] experimental info: [2021-03-31T04:16:47.364Z] ------------------- [2021-03-31T04:16:47.364Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T04:16:47.364Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T04:16:47.364Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T04:16:47.657Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-31T04:16:47.752Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-31T04:16:47.843Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T04:16:47.940Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T04:16:48.037Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T04:16:48.129Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T04:16:48.219Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T04:16:48.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T04:16:48.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-31T04:16:48.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T04:16:48.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T04:16:48.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-31T04:16:48.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T04:16:48.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T04:16:49.100Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T04:16:49.184Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T04:16:49.272Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-31T04:16:49.359Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-31T04:16:49.448Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T04:16:49.538Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-31T04:16:49.645Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-31T04:16:49.743Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-31T04:16:49.831Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-31T04:16:49.922Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-31T04:16:50.010Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-31T04:16:50.119Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T04:16:50.304Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-31T04:16:50.420Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-31T04:16:50.551Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-31T04:16:50.660Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e433474030406e4455aec061f47cc2693067360d [Pipeline] echo [2021-03-31T04:16:50.768Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e433474 [Pipeline] echo [2021-03-31T04:16:50.871Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T04:16:51.047Z] provisioning config files... [2021-03-31T04:16:51.082Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3558020264123869875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:16:51.454Z] ---> docker-login.sh [2021-03-31T04:16:51.454Z] nexus3.edgexfoundry.org:10001 [2021-03-31T04:16:51.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:16:51.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:16:51.982Z] Configure a credential helper to remove this warning. See [2021-03-31T04:16:51.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:16:51.982Z] [2021-03-31T04:16:51.982Z] Login Succeeded [2021-03-31T04:16:51.982Z] nexus3.edgexfoundry.org:10002 [2021-03-31T04:16:51.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:16:52.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:16:52.245Z] Configure a credential helper to remove this warning. See [2021-03-31T04:16:52.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:16:52.245Z] [2021-03-31T04:16:52.245Z] Login Succeeded [2021-03-31T04:16:52.245Z] nexus3.edgexfoundry.org:10003 [2021-03-31T04:16:52.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:16:52.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:16:52.245Z] Configure a credential helper to remove this warning. See [2021-03-31T04:16:52.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:16:52.245Z] [2021-03-31T04:16:52.245Z] Login Succeeded [2021-03-31T04:16:52.245Z] nexus3.edgexfoundry.org:10004 [2021-03-31T04:16:52.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:16:52.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:16:52.510Z] Configure a credential helper to remove this warning. See [2021-03-31T04:16:52.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:16:52.510Z] [2021-03-31T04:16:52.510Z] Login Succeeded [2021-03-31T04:16:52.510Z] docker.io [2021-03-31T04:16:52.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:16:53.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:16:53.040Z] Configure a credential helper to remove this warning. See [2021-03-31T04:16:53.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:16:53.040Z] [2021-03-31T04:16:53.040Z] Login Succeeded [2021-03-31T04:16:53.040Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T04:16:53.052Z] 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-03-31T04:16:53.893Z] + git log --format=format:%s -1 e433474030406e4455aec061f47cc2693067360d [Pipeline] echo [2021-03-31T04:16:53.964Z] GIT_COMMIT: e433474030406e4455aec061f47cc2693067360d, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 (#320) [Pipeline] echo [2021-03-31T04:16:54.014Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:16:55.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T04:16:55.058Z] [2021-03-31T04:16:55.058Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:16:55.417Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T04:16:55.417Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T04:16:55.417Z] 31603596830f: Pulling fs layer [2021-03-31T04:16:55.417Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T04:16:55.417Z] 6ca5941a6612: Pulling fs layer [2021-03-31T04:16:55.417Z] ecc8261a40a4: Pulling fs layer [2021-03-31T04:16:55.417Z] ecc8261a40a4: Waiting [2021-03-31T04:16:55.417Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T04:16:55.417Z] 2a8b12db71e7: Download complete [2021-03-31T04:16:55.683Z] 31603596830f: Verifying Checksum [2021-03-31T04:16:55.683Z] 31603596830f: Download complete [2021-03-31T04:16:55.683Z] ecc8261a40a4: Verifying Checksum [2021-03-31T04:16:55.683Z] ecc8261a40a4: Download complete [2021-03-31T04:16:55.683Z] 6ca5941a6612: Verifying Checksum [2021-03-31T04:16:55.683Z] 6ca5941a6612: Download complete [2021-03-31T04:16:55.964Z] 31603596830f: Pull complete [2021-03-31T04:16:56.228Z] 2a8b12db71e7: Pull complete [2021-03-31T04:16:57.176Z] 6ca5941a6612: Pull complete [2021-03-31T04:16:57.176Z] ecc8261a40a4: Pull complete [2021-03-31T04:16:57.176Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T04:16:57.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T04:16:57.176Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T04:16:57.286Z] prd-centos7-docker-4c-2g-32199 does not seem to be running inside a container [2021-03-31T04:16:57.335Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T04:16:59.565Z] $ docker top a6f59957c3b6400f7c8c1288433caf351cec006e315056e31c185d19001d999f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T04:16:59.866Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T04:16:59.867Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T04:17:00.096Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T04:17:00.099Z] $ docker exec a6f59957c3b6400f7c8c1288433caf351cec006e315056e31c185d19001d999f ssh-agent [2021-03-31T04:17:00.293Z] SSH_AUTH_SOCK=/tmp/ssh-y0gtydSNKhXT/agent.11 [2021-03-31T04:17:00.293Z] SSH_AGENT_PID=16 [2021-03-31T04:17:00.304Z] Running ssh-add (command line suppressed) [2021-03-31T04:17:00.429Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_798058823479682477.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_798058823479682477.key) [2021-03-31T04:17:00.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T04:17:00.833Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T04:17:00.861Z] $ docker exec --env ******** --env ******** a6f59957c3b6400f7c8c1288433caf351cec006e315056e31c185d19001d999f ssh-agent -k [2021-03-31T04:17:00.984Z] unset SSH_AUTH_SOCK; [2021-03-31T04:17:00.986Z] unset SSH_AGENT_PID; [2021-03-31T04:17:00.986Z] echo Agent pid 16 killed; [2021-03-31T04:17:01.036Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T04:17:01.181Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T04:17:01.181Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T04:17:01.359Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T04:17:01.361Z] $ docker exec a6f59957c3b6400f7c8c1288433caf351cec006e315056e31c185d19001d999f ssh-agent [2021-03-31T04:17:01.540Z] SSH_AUTH_SOCK=/tmp/ssh-slXqXRGFO10J/agent.45 [2021-03-31T04:17:01.540Z] SSH_AGENT_PID=51 [2021-03-31T04:17:01.547Z] Running ssh-add (command line suppressed) [2021-03-31T04:17:01.673Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_171811933446498988.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_171811933446498988.key) [2021-03-31T04:17:01.727Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T04:17:02.072Z] + git semver init [2021-03-31T04:17:02.072Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T04:17:02.072Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-31T04:17:02.072Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-31T04:17:02.072Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T04:17:02.072Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T04:17:02.072Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T04:17:02.072Z] # $SEMVER_BRANCH = master [2021-03-31T04:17:02.072Z] # $SEMVER_TEMP = /tmp/semver-238277109 [2021-03-31T04:17:02.072Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-31T04:17:03.992Z] # '/tmp/semver-238277109' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-03-31T04:17:03.992Z] # -> Force: false [2021-03-31T04:17:03.992Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-31T04:17:04.004Z] $ docker exec --env ******** --env ******** a6f59957c3b6400f7c8c1288433caf351cec006e315056e31c185d19001d999f ssh-agent -k [2021-03-31T04:17:04.148Z] unset SSH_AUTH_SOCK; [2021-03-31T04:17:04.149Z] unset SSH_AGENT_PID; [2021-03-31T04:17:04.149Z] echo Agent pid 51 killed; [2021-03-31T04:17:04.205Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T04:17:04.693Z] + git semver [Pipeline] } [2021-03-31T04:17:04.708Z] $ docker stop --time=1 a6f59957c3b6400f7c8c1288433caf351cec006e315056e31c185d19001d999f [2021-03-31T04:17:06.114Z] $ docker rm -f a6f59957c3b6400f7c8c1288433caf351cec006e315056e31c185d19001d999f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T04:17:06.582Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T04:17:06.985Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T04:17:06.988Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.28 [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-03-31T04:17:22.477Z] Still waiting to schedule task [2021-03-31T04:17:22.477Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32199’ [2021-03-31T04:17:22.479Z] Still waiting to schedule task [2021-03-31T04:17:22.479Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-31T04:19:07.136Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32200 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-31T04:19:07.207Z] Running in /w/workspace/edgex-ui-go/86 [Pipeline] { [Pipeline] checkout [2021-03-31T04:19:12.570Z] using credential edgex-jenkins-ssh [2021-03-31T04:19:12.639Z] Cloning the remote Git repository [2021-03-31T04:19:12.705Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T04:19:12.825Z] > git init /w/workspace/edgex-ui-go/86 # timeout=10 [2021-03-31T04:19:12.901Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T04:19:12.902Z] > git --version # timeout=10 [2021-03-31T04:19:12.928Z] > git --version # 'git version 2.17.1' [2021-03-31T04:19:12.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T04:19:13.027Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T04:19:14.452Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-31T04:19:14.471Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T04:19:14.494Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-31T04:19:14.539Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T04:19:14.540Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T04:19:14.550Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T04:19:14.992Z] Checking out Revision e433474030406e4455aec061f47cc2693067360d (master) [2021-03-31T04:19:15.013Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T04:19:15.028Z] > git checkout -f e433474030406e4455aec061f47cc2693067360d # timeout=10 [2021-03-31T04:19:19.596Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 (#320)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T04:19:21.472Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T04:19:21.891Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T04:19:22.238Z] + true [2021-03-31T04:19:22.238Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T04:19:24.967Z] provisioning config files... [2021-03-31T04:19:25.009Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/86@tmp/config3491325833983391112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:19:25.532Z] ---> docker-login.sh [2021-03-31T04:19:25.532Z] nexus3.edgexfoundry.org:10001 [2021-03-31T04:19:26.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:19:26.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:19:26.798Z] Configure a credential helper to remove this warning. See [2021-03-31T04:19:26.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:19:26.798Z] [2021-03-31T04:19:26.798Z] Login Succeeded [2021-03-31T04:19:26.798Z] nexus3.edgexfoundry.org:10002 [2021-03-31T04:19:27.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:19:27.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:19:27.345Z] Configure a credential helper to remove this warning. See [2021-03-31T04:19:27.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:19:27.345Z] [2021-03-31T04:19:27.345Z] Login Succeeded [2021-03-31T04:19:27.345Z] nexus3.edgexfoundry.org:10003 [2021-03-31T04:19:27.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:19:27.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:19:27.891Z] Configure a credential helper to remove this warning. See [2021-03-31T04:19:27.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:19:27.891Z] [2021-03-31T04:19:27.891Z] Login Succeeded [2021-03-31T04:19:27.891Z] nexus3.edgexfoundry.org:10004 [2021-03-31T04:19:28.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:19:28.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:19:28.438Z] Configure a credential helper to remove this warning. See [2021-03-31T04:19:28.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:19:28.438Z] [2021-03-31T04:19:28.438Z] Login Succeeded [2021-03-31T04:19:28.438Z] docker.io [2021-03-31T04:19:28.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:19:29.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:19:29.314Z] Configure a credential helper to remove this warning. See [2021-03-31T04:19:29.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:19:29.314Z] [2021-03-31T04:19:29.314Z] Login Succeeded [2021-03-31T04:19:29.314Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T04:19:29.332Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T04:19:29.789Z] ========================================================= [2021-03-31T04:19:29.790Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T04:19:29.790Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:19:30.172Z] + 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-03-31T04:19:30.812Z] Sending build context to Docker daemon 17.37MB [2021-03-31T04:19:31.087Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T04:19:31.087Z] Step 2/8 : FROM ${BASE} [2021-03-31T04:19:31.087Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T04:19:31.087Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T04:19:31.087Z] a4357932f1b6: Pulling fs layer [2021-03-31T04:19:31.087Z] 18c013af1878: Pulling fs layer [2021-03-31T04:19:31.087Z] 00ac8860ef70: Pulling fs layer [2021-03-31T04:19:31.087Z] 63d7cb157983: Pulling fs layer [2021-03-31T04:19:31.087Z] b116817d02f9: Pulling fs layer [2021-03-31T04:19:31.087Z] 745a02a5169b: Pulling fs layer [2021-03-31T04:19:31.087Z] 00ac8860ef70: Waiting [2021-03-31T04:19:31.087Z] 63d7cb157983: Waiting [2021-03-31T04:19:31.087Z] b116817d02f9: Waiting [2021-03-31T04:19:31.087Z] 745a02a5169b: Waiting [2021-03-31T04:19:31.087Z] 18c013af1878: Verifying Checksum [2021-03-31T04:19:31.087Z] 18c013af1878: Download complete [2021-03-31T04:19:31.087Z] a4357932f1b6: Verifying Checksum [2021-03-31T04:19:31.087Z] a4357932f1b6: Download complete [2021-03-31T04:19:31.087Z] 63d7cb157983: Verifying Checksum [2021-03-31T04:19:31.087Z] b116817d02f9: Verifying Checksum [2021-03-31T04:19:31.087Z] b116817d02f9: Download complete [2021-03-31T04:19:31.365Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T04:19:31.365Z] 5f621e34cdf4: Download complete [2021-03-31T04:19:31.969Z] 5f621e34cdf4: Pull complete [2021-03-31T04:19:32.575Z] a4357932f1b6: Pull complete [2021-03-31T04:19:32.852Z] 18c013af1878: Pull complete [2021-03-31T04:19:34.364Z] 745a02a5169b: Verifying Checksum [2021-03-31T04:19:34.364Z] 745a02a5169b: Download complete [2021-03-31T04:19:35.335Z] 00ac8860ef70: Verifying Checksum [2021-03-31T04:19:35.335Z] 00ac8860ef70: Download complete [2021-03-31T04:19:45.502Z] 00ac8860ef70: Pull complete [2021-03-31T04:19:45.503Z] 63d7cb157983: Pull complete [2021-03-31T04:19:45.776Z] b116817d02f9: Pull complete [2021-03-31T04:19:50.104Z] 745a02a5169b: Pull complete [2021-03-31T04:19:50.104Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T04:19:50.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T04:19:50.104Z] ---> b7e6874047d6 [2021-03-31T04:19:50.104Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-31T04:19:52.717Z] ---> Running in ff3fc1b0d141 [2021-03-31T04:19:52.717Z] Removing intermediate container ff3fc1b0d141 [2021-03-31T04:19:52.717Z] ---> c609fc071963 [2021-03-31T04:19:52.717Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T04:19:52.717Z] ---> Running in 29251f4bc5cd [2021-03-31T04:19:55.339Z] Removing intermediate container 29251f4bc5cd [2021-03-31T04:19:55.339Z] ---> 85c39a72cbc6 [2021-03-31T04:19:55.339Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-31T04:19:55.339Z] ---> Running in c74663480db9 [2021-03-31T04:19:55.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T04:19:57.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T04:19:57.973Z] OK: 142 MiB in 39 packages [2021-03-31T04:19:59.405Z] Removing intermediate container c74663480db9 [2021-03-31T04:19:59.405Z] ---> 0bb31dfc0c17 [2021-03-31T04:19:59.406Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-31T04:19:59.406Z] ---> Running in e31c01dba5a9 [2021-03-31T04:20:00.001Z] Removing intermediate container e31c01dba5a9 [2021-03-31T04:20:00.001Z] ---> 2522165a5a24 [2021-03-31T04:20:00.001Z] Step 7/8 : COPY . . [2021-03-31T04:20:02.619Z] ---> d8f54c1ca794 [2021-03-31T04:20:02.619Z] Step 8/8 : RUN go mod download [2021-03-31T04:20:02.619Z] ---> Running in 5712d8b57801 [2021-03-31T04:20:12.205Z] Running on prd-centos7-docker-4c-2g-32201 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-31T04:20:12.263Z] Running in /w/workspace/edgex-ui-go/86 [Pipeline] { [Pipeline] checkout [2021-03-31T04:20:14.888Z] using credential edgex-jenkins-ssh [2021-03-31T04:20:14.946Z] Cloning the remote Git repository [2021-03-31T04:20:14.972Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T04:20:15.041Z] > git init /w/workspace/edgex-ui-go/86 # timeout=10 [2021-03-31T04:20:15.105Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T04:20:15.105Z] > git --version # timeout=10 [2021-03-31T04:20:15.111Z] > git --version # 'git version 2.24.3' [2021-03-31T04:20:15.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T04:20:15.138Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T04:20:16.888Z] Checking out Revision e433474030406e4455aec061f47cc2693067360d (master) [2021-03-31T04:20:16.451Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-31T04:20:16.459Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T04:20:16.472Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-31T04:20:16.484Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-31T04:20:16.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T04:20:16.489Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T04:20:16.894Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T04:20:16.903Z] > git checkout -f e433474030406e4455aec061f47cc2693067360d # timeout=10 [2021-03-31T04:20:20.661Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 (#320)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T04:20:22.038Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T04:20:22.372Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T04:20:22.682Z] + sudo service docker restart [2021-03-31T04:20:22.682Z] + true [2021-03-31T04:20:22.682Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T04:20:23.703Z] provisioning config files... [2021-03-31T04:20:23.734Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/86@tmp/config3843482004864992307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:20:24.112Z] ---> docker-login.sh [2021-03-31T04:20:24.112Z] nexus3.edgexfoundry.org:10001 [2021-03-31T04:20:24.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:20:24.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:20:24.376Z] Configure a credential helper to remove this warning. See [2021-03-31T04:20:24.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:20:24.376Z] [2021-03-31T04:20:24.376Z] Login Succeeded [2021-03-31T04:20:24.376Z] nexus3.edgexfoundry.org:10002 [2021-03-31T04:20:24.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:20:24.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:20:24.640Z] Configure a credential helper to remove this warning. See [2021-03-31T04:20:24.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:20:24.640Z] [2021-03-31T04:20:24.640Z] Login Succeeded [2021-03-31T04:20:24.640Z] nexus3.edgexfoundry.org:10003 [2021-03-31T04:20:24.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:20:24.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:20:24.903Z] Configure a credential helper to remove this warning. See [2021-03-31T04:20:24.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:20:24.903Z] [2021-03-31T04:20:24.903Z] Login Succeeded [2021-03-31T04:20:24.903Z] nexus3.edgexfoundry.org:10004 [2021-03-31T04:20:24.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:20:24.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:20:24.903Z] Configure a credential helper to remove this warning. See [2021-03-31T04:20:24.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:20:24.903Z] [2021-03-31T04:20:24.903Z] Login Succeeded [2021-03-31T04:20:24.903Z] docker.io [2021-03-31T04:20:25.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:20:25.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:20:25.429Z] Configure a credential helper to remove this warning. See [2021-03-31T04:20:25.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:20:25.429Z] [2021-03-31T04:20:25.429Z] Login Succeeded [2021-03-31T04:20:25.429Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T04:20:25.438Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T04:20:25.802Z] ========================================================= [2021-03-31T04:20:25.802Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T04:20:25.802Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:20:26.151Z] + 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-03-31T04:20:26.414Z] Sending build context to Docker daemon 17.37MB [2021-03-31T04:20:26.415Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T04:20:26.415Z] Step 2/8 : FROM ${BASE} [2021-03-31T04:20:26.415Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T04:20:26.415Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T04:20:26.415Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T04:20:26.415Z] de9db76c5a1d: Pulling fs layer [2021-03-31T04:20:26.415Z] bca2f99d35d6: Pulling fs layer [2021-03-31T04:20:26.415Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T04:20:26.415Z] 7c6f9722023f: Pulling fs layer [2021-03-31T04:20:26.415Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T04:20:26.415Z] bca2f99d35d6: Waiting [2021-03-31T04:20:26.415Z] 7c6f9722023f: Waiting [2021-03-31T04:20:26.415Z] 93359f2a8cfa: Waiting [2021-03-31T04:20:26.415Z] a35cf1a2eb13: Waiting [2021-03-31T04:20:26.415Z] de9db76c5a1d: Verifying Checksum [2021-03-31T04:20:26.415Z] de9db76c5a1d: Download complete [2021-03-31T04:20:26.678Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T04:20:26.678Z] 0ef7d3d256c8: Download complete [2021-03-31T04:20:26.678Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T04:20:26.678Z] 93359f2a8cfa: Download complete [2021-03-31T04:20:26.678Z] 7c6f9722023f: Verifying Checksum [2021-03-31T04:20:26.678Z] 7c6f9722023f: Download complete [2021-03-31T04:20:26.678Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T04:20:26.678Z] 188c0c94c7c5: Download complete [2021-03-31T04:20:26.941Z] 188c0c94c7c5: Pull complete [2021-03-31T04:20:27.205Z] 0ef7d3d256c8: Pull complete [2021-03-31T04:20:27.205Z] de9db76c5a1d: Pull complete [2021-03-31T04:20:29.140Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T04:20:29.140Z] a35cf1a2eb13: Download complete [2021-03-31T04:20:29.140Z] bca2f99d35d6: Download complete [2021-03-31T04:20:34.458Z] bca2f99d35d6: Pull complete [2021-03-31T04:20:34.458Z] 93359f2a8cfa: Pull complete [2021-03-31T04:20:34.722Z] 7c6f9722023f: Pull complete [2021-03-31T04:20:35.001Z] Removing intermediate container 5712d8b57801 [2021-03-31T04:20:35.001Z] ---> c92620ae8c7f [2021-03-31T04:20:35.001Z] Successfully built c92620ae8c7f [2021-03-31T04:20:35.001Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:20:35.345Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T04:20:35.345Z] . [Pipeline] withDockerContainer [2021-03-31T04:20:35.618Z] prd-ubuntu18.04-docker-arm64-4c-16g-32200 does not seem to be running inside a container [2021-03-31T04:20:35.696Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/86 -v /w/workspace/edgex-ui-go/86:/w/workspace/edgex-ui-go/86:rw,z -v /w/workspace/edgex-ui-go/86@tmp:/w/workspace/edgex-ui-go/86@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-03-31T04:20:37.178Z] $ docker top ef826012d9a9d746a531a34f86ec08d93e20357325789f1503f51872d679453b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T04:20:38.197Z] + go version [2021-03-31T04:20:38.197Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T04:20:38.215Z] $ docker stop --time=1 ef826012d9a9d746a531a34f86ec08d93e20357325789f1503f51872d679453b [2021-03-31T04:20:40.034Z] a35cf1a2eb13: Pull complete [2021-03-31T04:20:40.034Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T04:20:40.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T04:20:40.034Z] ---> a62c8e92a672 [2021-03-31T04:20:40.034Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-31T04:20:40.034Z] ---> Running in ddebb87cf43d [2021-03-31T04:20:40.188Z] $ docker rm -f ef826012d9a9d746a531a34f86ec08d93e20357325789f1503f51872d679453b [2021-03-31T04:20:40.297Z] Removing intermediate container ddebb87cf43d [2021-03-31T04:20:40.297Z] ---> 5f2d7d3c733a [2021-03-31T04:20:40.297Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T04:20:40.297Z] ---> Running in f1672d45683f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:20:41.269Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T04:20:41.269Z] . [Pipeline] withDockerContainer [2021-03-31T04:20:41.533Z] prd-ubuntu18.04-docker-arm64-4c-16g-32200 does not seem to be running inside a container [2021-03-31T04:20:41.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/86 -v /w/workspace/edgex-ui-go/86:/w/workspace/edgex-ui-go/86:rw,z -v /w/workspace/edgex-ui-go/86@tmp:/w/workspace/edgex-ui-go/86@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-03-31T04:20:41.698Z] Removing intermediate container f1672d45683f [2021-03-31T04:20:41.698Z] ---> c5f707bae2e2 [2021-03-31T04:20:41.698Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-31T04:20:41.698Z] ---> Running in cae51f76ac8e [2021-03-31T04:20:41.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T04:20:42.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T04:20:43.128Z] $ docker top 5f9c3de1bb748ab1581346e3e87e82739d54436f39a85103b5dbe9ad87762d4b -eo pid,comm [Pipeline] { [2021-03-31T04:20:43.489Z] OK: 166 MiB in 39 packages [Pipeline] sh [2021-03-31T04:20:43.753Z] Removing intermediate container cae51f76ac8e [2021-03-31T04:20:43.753Z] ---> 42c430d128a0 [2021-03-31T04:20:43.753Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-31T04:20:44.015Z] ---> Running in e98932b2643e [2021-03-31T04:20:44.015Z] Removing intermediate container e98932b2643e [2021-03-31T04:20:44.015Z] ---> 613ab283f69d [2021-03-31T04:20:44.015Z] Step 7/8 : COPY . . [2021-03-31T04:20:44.164Z] + make test [2021-03-31T04:20:44.164Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-31T04:20:45.630Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-31T04:20:46.563Z] ---> de21e0c94584 [2021-03-31T04:20:46.563Z] Step 8/8 : RUN go mod download [2021-03-31T04:20:46.825Z] ---> Running in e5a91ddf686d [2021-03-31T04:21:12.467Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-31T04:21:12.468Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-31T04:21:12.468Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-31T04:21:17.923Z] $ docker stop --time=1 5f9c3de1bb748ab1581346e3e87e82739d54436f39a85103b5dbe9ad87762d4b [2021-03-31T04:21:19.121Z] Removing intermediate container e5a91ddf686d [2021-03-31T04:21:19.121Z] ---> efc154db1ad6 [2021-03-31T04:21:19.121Z] Successfully built efc154db1ad6 [2021-03-31T04:21:19.121Z] Successfully tagged ci-base-image-x86_64:latest [2021-03-31T04:21:20.193Z] $ docker rm -f 5f9c3de1bb748ab1581346e3e87e82739d54436f39a85103b5dbe9ad87762d4b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:21:21.055Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-31T04:21:21.145Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T04:21:21.145Z] . [Pipeline] withDockerContainer [2021-03-31T04:21:21.270Z] prd-centos7-docker-4c-2g-32201 does not seem to be running inside a container [2021-03-31T04:21:21.318Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/86 -v /w/workspace/edgex-ui-go/86:/w/workspace/edgex-ui-go/86:rw,z -v /w/workspace/edgex-ui-go/86@tmp:/w/workspace/edgex-ui-go/86@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-x86_64 cat [2021-03-31T04:21:21.914Z] Stashed 1 file(s) [2021-03-31T04:21:22.164Z] $ docker top a09dbf1dd6db500729eaa15ce5d3d5f047baf746c6c8829deaebf102dd9c150d -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-31T04:21:22.726Z] + go version [2021-03-31T04:21:22.726Z] go version go1.15.5 linux/amd64 [Pipeline] script [Pipeline] { [Pipeline] } [2021-03-31T04:21:22.783Z] $ docker stop --time=1 a09dbf1dd6db500729eaa15ce5d3d5f047baf746c6c8829deaebf102dd9c150d [2021-03-31T04:21:24.121Z] $ docker rm -f a09dbf1dd6db500729eaa15ce5d3d5f047baf746c6c8829deaebf102dd9c150d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-03-31T04:21:26.787Z] + sudo chown -R jenkins:jenkins . [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:21:27.205Z] + ls -al . [2021-03-31T04:21:27.205Z] total 124 [2021-03-31T04:21:27.206Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 04:20 . [2021-03-31T04:21:27.206Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 04:19 .. [2021-03-31T04:21:27.206Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 04:19 .git [2021-03-31T04:21:27.206Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 04:19 .github [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 31 04:19 .gitignore [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 31 04:19 CONTRIBUTING.md [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 31 04:19 Dockerfile [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 31 04:19 Dockerfile.build [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 31 04:19 Jenkinsfile [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 31 04:19 LICENSE [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 31 04:19 Makefile [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 31 04:19 README.md [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 31 04:17 VERSION [2021-03-31T04:21:27.206Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 04:19 assets [2021-03-31T04:21:27.206Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 04:19 bin [2021-03-31T04:21:27.206Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 04:19 cmd [2021-03-31T04:21:27.206Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 31 04:20 coverage.out [2021-03-31T04:21:27.206Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 31 04:19 docs [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 31 04:19 go.mod [2021-03-31T04:21:27.206Z] -rw-r--r-- 1 jenkins jenkins 22319 Mar 31 04:20 go.sum [2021-03-31T04:21:27.206Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 04:19 internal [2021-03-31T04:21:27.206Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 31 04:19 version.go [2021-03-31T04:21:27.206Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 04:19 web [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:21:27.282Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T04:21:27.282Z] . [Pipeline] withDockerContainer [2021-03-31T04:21:27.487Z] prd-centos7-docker-4c-2g-32201 does not seem to be running inside a container [2021-03-31T04:21:27.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/86 -v /w/workspace/edgex-ui-go/86:/w/workspace/edgex-ui-go/86:rw,z -v /w/workspace/edgex-ui-go/86@tmp:/w/workspace/edgex-ui-go/86@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-x86_64 cat [2021-03-31T04:21:27.627Z] + 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=e433474030406e4455aec061f47cc2693067360d --label arch=arm64 --label version=2.0.0-dev.28 . [2021-03-31T04:21:28.253Z] Sending build context to Docker daemon 17.39MB [2021-03-31T04:21:28.458Z] $ docker top 73ede2bdaa283436ea2c591fc8cb191e2af6f64440ba1f0735da698f8f952c46 -eo pid,comm [2021-03-31T04:21:28.526Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T04:21:28.526Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-31T04:21:28.526Z] ---> c92620ae8c7f [2021-03-31T04:21:28.526Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] { [Pipeline] sh [2021-03-31T04:21:28.802Z] ---> Running in 3fda69856ee5 [2021-03-31T04:21:28.946Z] + make test [2021-03-31T04:21:28.946Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-31T04:21:29.423Z] Removing intermediate container 3fda69856ee5 [2021-03-31T04:21:29.423Z] ---> fc40580929b5 [2021-03-31T04:21:29.423Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-31T04:21:29.423Z] ---> Running in 3f73a7fadcca [2021-03-31T04:21:30.018Z] Removing intermediate container 3f73a7fadcca [2021-03-31T04:21:30.018Z] ---> 6d4a845a2420 [2021-03-31T04:21:30.018Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-31T04:21:30.018Z] ---> Running in a3c5081c5f15 [2021-03-31T04:21:30.358Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-31T04:21:30.612Z] Removing intermediate container a3c5081c5f15 [2021-03-31T04:21:30.612Z] ---> 6b0b5e636c65 [2021-03-31T04:21:30.612Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-31T04:21:30.612Z] ---> Running in e4eb35e32a5f [2021-03-31T04:21:31.205Z] Removing intermediate container e4eb35e32a5f [2021-03-31T04:21:31.205Z] ---> cc3edd6c13d3 [2021-03-31T04:21:31.205Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-31T04:21:31.205Z] ---> Running in cc22df9fd2b2 [2021-03-31T04:21:31.799Z] Removing intermediate container cc22df9fd2b2 [2021-03-31T04:21:31.799Z] ---> eddce5d51898 [2021-03-31T04:21:31.799Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T04:21:31.799Z] ---> Running in 57e3148308c6 [2021-03-31T04:21:33.776Z] Removing intermediate container 57e3148308c6 [2021-03-31T04:21:33.776Z] ---> 46b35bf0a8cc [2021-03-31T04:21:33.776Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-31T04:21:34.050Z] ---> Running in 39626b1d9c5e [2021-03-31T04:21:35.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T04:21:36.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T04:21:36.601Z] OK: 142 MiB in 39 packages [2021-03-31T04:21:38.043Z] Removing intermediate container 39626b1d9c5e [2021-03-31T04:21:38.043Z] ---> 7257a7a67307 [2021-03-31T04:21:38.043Z] Step 10/24 : ENV GO111MODULE=on [2021-03-31T04:21:38.043Z] ---> Running in fd578e62843e [2021-03-31T04:21:38.316Z] Removing intermediate container fd578e62843e [2021-03-31T04:21:38.316Z] ---> 9b6eb7ac4a5c [2021-03-31T04:21:38.316Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-31T04:21:38.590Z] ---> Running in a03a183ac0ae [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-31T04:21:38.609Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-31T04:21:38.864Z] Removing intermediate container a03a183ac0ae [2021-03-31T04:21:38.864Z] ---> 48ace96504fe [2021-03-31T04:21:38.864Z] Step 12/24 : COPY go.mod . [2021-03-31T04:21:38.871Z] GO111MODULE=on go vet ./... [2021-03-31T04:21:39.844Z] ---> 8097302a7eb4 [2021-03-31T04:21:39.845Z] Step 13/24 : COPY Makefile . [2021-03-31T04:21:40.446Z] ---> e88644f83486 [2021-03-31T04:21:40.446Z] Step 14/24 : RUN make update [2021-03-31T04:21:40.446Z] ---> Running in a3cbc085c54d [Pipeline] } [2021-03-31T04:21:40.836Z] $ docker stop --time=1 73ede2bdaa283436ea2c591fc8cb191e2af6f64440ba1f0735da698f8f952c46 [2021-03-31T04:21:41.426Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-31T04:21:42.861Z] Removing intermediate container a3cbc085c54d [2021-03-31T04:21:42.861Z] ---> 8f2ba287f183 [2021-03-31T04:21:42.861Z] Step 15/24 : COPY . . [2021-03-31T04:21:43.124Z] $ docker rm -f 73ede2bdaa283436ea2c591fc8cb191e2af6f64440ba1f0735da698f8f952c46 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T04:21:43.773Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-31T04:21:43.786Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T04:21:44.115Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-31T04:21:44.703Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-31T04:21:45.007Z] + ls -al . [2021-03-31T04:21:45.007Z] total 92 [2021-03-31T04:21:45.007Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 31 04:21 . [2021-03-31T04:21:45.007Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 31 04:20 .. [2021-03-31T04:21:45.007Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 31 04:20 assets [2021-03-31T04:21:45.007Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 31 04:20 bin [2021-03-31T04:21:45.007Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 31 04:20 cmd [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 31 04:20 CONTRIBUTING.md [2021-03-31T04:21:45.007Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 31 04:21 coverage.out [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 31 04:20 Dockerfile [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 31 04:20 Dockerfile.build [2021-03-31T04:21:45.007Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 31 04:20 docs [2021-03-31T04:21:45.007Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 31 04:20 .git [2021-03-31T04:21:45.007Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 31 04:20 .github [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 31 04:20 .gitignore [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 31 04:20 go.mod [2021-03-31T04:21:45.007Z] -rw-r--r--. 1 jenkins jenkins 22319 Mar 31 04:21 go.sum [2021-03-31T04:21:45.007Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 31 04:20 internal [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 31 04:20 Jenkinsfile [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 31 04:20 LICENSE [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 31 04:20 Makefile [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 31 04:20 README.md [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 31 04:17 VERSION [2021-03-31T04:21:45.007Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 31 04:20 version.go [2021-03-31T04:21:45.007Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 31 04:20 web [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:21:45.317Z] + 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=e433474030406e4455aec061f47cc2693067360d --label arch=amd64 --label version=2.0.0-dev.28 . [2021-03-31T04:21:45.489Z] ---> e04eb264aef1 [2021-03-31T04:21:45.489Z] Step 16/24 : RUN ${MAKE} [2021-03-31T04:21:45.489Z] ---> Running in 19206756a282 [2021-03-31T04:21:45.892Z] Sending build context to Docker daemon 17.39MB [2021-03-31T04:21:45.892Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T04:21:45.892Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-31T04:21:45.892Z] ---> efc154db1ad6 [2021-03-31T04:21:45.892Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-31T04:21:46.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.28" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-31T04:21:46.467Z] ---> Running in 53af8a6ce394 [2021-03-31T04:21:46.730Z] Removing intermediate container 53af8a6ce394 [2021-03-31T04:21:46.730Z] ---> a76149b3f8eb [2021-03-31T04:21:46.730Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-31T04:21:46.730Z] ---> Running in 389ae8eaf45e [2021-03-31T04:21:46.730Z] Removing intermediate container 389ae8eaf45e [2021-03-31T04:21:46.730Z] ---> 75e9645b361b [2021-03-31T04:21:46.730Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-31T04:21:46.992Z] ---> Running in 6519f0256db9 [2021-03-31T04:21:46.992Z] Removing intermediate container 6519f0256db9 [2021-03-31T04:21:46.992Z] ---> edcd2787f957 [2021-03-31T04:21:46.992Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-31T04:21:47.254Z] ---> Running in a6a2b6a40e9b [2021-03-31T04:21:47.254Z] Removing intermediate container a6a2b6a40e9b [2021-03-31T04:21:47.254Z] ---> a2f3e563597b [2021-03-31T04:21:47.254Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-31T04:21:47.254Z] ---> Running in a2d4ba715c20 [2021-03-31T04:21:47.520Z] Removing intermediate container a2d4ba715c20 [2021-03-31T04:21:47.520Z] ---> 03a54d66fb21 [2021-03-31T04:21:47.520Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T04:21:47.520Z] ---> Running in cafc38affdcc [2021-03-31T04:21:48.915Z] Removing intermediate container cafc38affdcc [2021-03-31T04:21:48.915Z] ---> 4ef9ac7ad23b [2021-03-31T04:21:48.915Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-31T04:21:48.915Z] ---> Running in 6e28a3194809 [2021-03-31T04:21:49.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T04:21:49.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T04:21:50.697Z] OK: 166 MiB in 39 packages [2021-03-31T04:21:50.959Z] Removing intermediate container 6e28a3194809 [2021-03-31T04:21:50.959Z] ---> 5a14d8e3cc11 [2021-03-31T04:21:50.959Z] Step 10/24 : ENV GO111MODULE=on [2021-03-31T04:21:50.959Z] ---> Running in b79f469b5de5 [2021-03-31T04:21:50.959Z] Removing intermediate container b79f469b5de5 [2021-03-31T04:21:50.959Z] ---> eb9cd81c5801 [2021-03-31T04:21:50.959Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-31T04:21:51.222Z] ---> Running in 04f37e50fd6c [2021-03-31T04:21:51.222Z] Removing intermediate container 04f37e50fd6c [2021-03-31T04:21:51.222Z] ---> 4ba7449313cf [2021-03-31T04:21:51.222Z] Step 12/24 : COPY go.mod . [2021-03-31T04:21:51.485Z] ---> 1db553e64df2 [2021-03-31T04:21:51.485Z] Step 13/24 : COPY Makefile . [2021-03-31T04:21:51.748Z] ---> ef6be61607fa [2021-03-31T04:21:51.748Z] Step 14/24 : RUN make update [2021-03-31T04:21:51.748Z] ---> Running in aeaa824d826f [2021-03-31T04:21:52.326Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-31T04:21:52.905Z] Removing intermediate container aeaa824d826f [2021-03-31T04:21:52.905Z] ---> c363aae4a0c4 [2021-03-31T04:21:52.905Z] Step 15/24 : COPY . . [2021-03-31T04:21:55.465Z] ---> bcd2c0553314 [2021-03-31T04:21:55.465Z] Step 16/24 : RUN ${MAKE} [2021-03-31T04:21:55.465Z] ---> Running in b93f31a2da64 [2021-03-31T04:21:55.465Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.28" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-31T04:22:03.740Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-31T04:22:07.964Z] Removing intermediate container b93f31a2da64 [2021-03-31T04:22:07.964Z] ---> ef9d240e977b [2021-03-31T04:22:07.964Z] Step 17/24 : FROM alpine:3.12 [2021-03-31T04:22:07.964Z] 3.12: Pulling from library/alpine [2021-03-31T04:22:08.233Z] 22599d3e9e25: Pulling fs layer [2021-03-31T04:22:08.233Z] 22599d3e9e25: Download complete [2021-03-31T04:22:08.495Z] 22599d3e9e25: Pull complete [2021-03-31T04:22:08.496Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T04:22:08.496Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T04:22:08.496Z] ---> 42cb162f0360 [2021-03-31T04:22:08.496Z] Step 18/24 : EXPOSE 4000 [2021-03-31T04:22:08.758Z] ---> Running in ac67ca923a5d [2021-03-31T04:22:09.023Z] Removing intermediate container ac67ca923a5d [2021-03-31T04:22:09.023Z] ---> 5b8f5f176932 [2021-03-31T04:22:09.023Z] 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-03-31T04:22:09.976Z] ---> aaf3c7f1cd15 [2021-03-31T04:22:09.977Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-31T04:22:09.977Z] ---> Running in 47ea12d81ecb [2021-03-31T04:22:09.977Z] Removing intermediate container 47ea12d81ecb [2021-03-31T04:22:09.977Z] ---> 5685573f00d9 [2021-03-31T04:22:09.977Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-31T04:22:10.239Z] ---> Running in 7e7359a4e3bb [2021-03-31T04:22:10.239Z] Removing intermediate container 7e7359a4e3bb [2021-03-31T04:22:10.239Z] ---> 7f1f495916b9 [2021-03-31T04:22:10.239Z] Step 22/24 : LABEL arch=amd64 [2021-03-31T04:22:10.502Z] ---> Running in 70104a36e323 [2021-03-31T04:22:10.502Z] Removing intermediate container 70104a36e323 [2021-03-31T04:22:10.502Z] ---> db9bcd65be54 [2021-03-31T04:22:10.502Z] Step 23/24 : LABEL git_sha=e433474030406e4455aec061f47cc2693067360d [2021-03-31T04:22:10.502Z] ---> Running in 9842bdd7c0cc [2021-03-31T04:22:10.768Z] Removing intermediate container 9842bdd7c0cc [2021-03-31T04:22:10.768Z] ---> afa2eadeb02b [2021-03-31T04:22:10.768Z] Step 24/24 : LABEL version=2.0.0-dev.28 [2021-03-31T04:22:10.768Z] ---> Running in 6b1b3a88b02e [2021-03-31T04:22:11.031Z] Removing intermediate container 6b1b3a88b02e [2021-03-31T04:22:11.031Z] ---> c96bbd7b32d4 [2021-03-31T04:22:11.031Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-31T04:22:11.031Z] Successfully built c96bbd7b32d4 [2021-03-31T04:22:11.031Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T04:22:11.417Z] provisioning config files... [2021-03-31T04:22:11.444Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/86@tmp/config7057641455726558750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:22:11.822Z] ---> docker-login.sh [2021-03-31T04:22:11.822Z] nexus3.edgexfoundry.org:10001 [2021-03-31T04:22:11.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:22:12.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:22:12.089Z] Configure a credential helper to remove this warning. See [2021-03-31T04:22:12.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:22:12.089Z] [2021-03-31T04:22:12.089Z] Login Succeeded [2021-03-31T04:22:12.089Z] nexus3.edgexfoundry.org:10002 [2021-03-31T04:22:12.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:22:12.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:22:12.089Z] Configure a credential helper to remove this warning. See [2021-03-31T04:22:12.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:22:12.089Z] [2021-03-31T04:22:12.089Z] Login Succeeded [2021-03-31T04:22:12.089Z] nexus3.edgexfoundry.org:10003 [2021-03-31T04:22:12.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:22:12.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:22:12.352Z] Configure a credential helper to remove this warning. See [2021-03-31T04:22:12.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:22:12.352Z] [2021-03-31T04:22:12.352Z] Login Succeeded [2021-03-31T04:22:12.352Z] nexus3.edgexfoundry.org:10004 [2021-03-31T04:22:12.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:22:12.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:22:12.615Z] Configure a credential helper to remove this warning. See [2021-03-31T04:22:12.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:22:12.615Z] [2021-03-31T04:22:12.615Z] Login Succeeded [2021-03-31T04:22:12.615Z] docker.io [2021-03-31T04:22:12.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:22:12.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:22:12.881Z] Configure a credential helper to remove this warning. See [2021-03-31T04:22:12.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:22:12.881Z] [2021-03-31T04:22:12.881Z] Login Succeeded [2021-03-31T04:22:12.881Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T04:22:12.891Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T04:22:13.143Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-03-31T04:22:13.143Z] e433474030406e4455aec061f47cc2693067360d [2021-03-31T04:22:13.143Z] latest [2021-03-31T04:22:13.143Z] 2.0.0-dev.28 [2021-03-31T04:22:13.143Z] e433474030406e4455aec061f47cc2693067360d-2.0.0-dev.28 [2021-03-31T04:22:13.143Z] master [2021-03-31T04:22:13.143Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-03-31T04:22:13.294Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:13.702Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e433474030406e4455aec061f47cc2693067360d [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:14.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e433474030406e4455aec061f47cc2693067360d [2021-03-31T04:22:14.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-31T04:22:14.001Z] ee0dfb36ce2b: Preparing [2021-03-31T04:22:14.001Z] fa29914ad24c: Preparing [2021-03-31T04:22:14.001Z] fa29914ad24c: Layer already exists [2021-03-31T04:22:15.390Z] ee0dfb36ce2b: Pushed [2021-03-31T04:22:15.652Z] e433474030406e4455aec061f47cc2693067360d: digest: sha256:a50bbb8ece54faf226ae6e7487f60b437f65e7898833e6e72b3a7b252cb181f9 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:15.955Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:16.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-31T04:22:16.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-31T04:22:16.255Z] ee0dfb36ce2b: Preparing [2021-03-31T04:22:16.255Z] fa29914ad24c: Preparing [2021-03-31T04:22:16.255Z] fa29914ad24c: Layer already exists [2021-03-31T04:22:16.255Z] ee0dfb36ce2b: Layer already exists [2021-03-31T04:22:16.255Z] latest: digest: sha256:a50bbb8ece54faf226ae6e7487f60b437f65e7898833e6e72b3a7b252cb181f9 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:16.652Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:17.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.28 [2021-03-31T04:22:17.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-31T04:22:17.017Z] ee0dfb36ce2b: Preparing [2021-03-31T04:22:17.017Z] fa29914ad24c: Preparing [2021-03-31T04:22:17.017Z] fa29914ad24c: Layer already exists [2021-03-31T04:22:17.017Z] ee0dfb36ce2b: Layer already exists [2021-03-31T04:22:17.017Z] 2.0.0-dev.28: digest: sha256:a50bbb8ece54faf226ae6e7487f60b437f65e7898833e6e72b3a7b252cb181f9 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:17.340Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e433474030406e4455aec061f47cc2693067360d-2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:17.591Z] Removing intermediate container 19206756a282 [2021-03-31T04:22:17.591Z] ---> 6b4e8f6d7a5a [2021-03-31T04:22:17.591Z] Step 17/24 : FROM alpine:3.12 [2021-03-31T04:22:17.591Z] 3.12: Pulling from library/alpine [2021-03-31T04:22:17.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e433474030406e4455aec061f47cc2693067360d-2.0.0-dev.28 [2021-03-31T04:22:17.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-31T04:22:17.640Z] ee0dfb36ce2b: Preparing [2021-03-31T04:22:17.640Z] fa29914ad24c: Preparing [2021-03-31T04:22:17.640Z] ee0dfb36ce2b: Layer already exists [2021-03-31T04:22:17.640Z] fa29914ad24c: Layer already exists [2021-03-31T04:22:17.640Z] e433474030406e4455aec061f47cc2693067360d-2.0.0-dev.28: digest: sha256:a50bbb8ece54faf226ae6e7487f60b437f65e7898833e6e72b3a7b252cb181f9 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:17.863Z] 95dec6db3722: Pulling fs layer [2021-03-31T04:22:17.958Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:18.141Z] 95dec6db3722: Verifying Checksum [2021-03-31T04:22:18.141Z] 95dec6db3722: Download complete [2021-03-31T04:22:18.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-31T04:22:18.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-31T04:22:18.260Z] ee0dfb36ce2b: Preparing [2021-03-31T04:22:18.260Z] fa29914ad24c: Preparing [2021-03-31T04:22:18.260Z] fa29914ad24c: Layer already exists [2021-03-31T04:22:18.260Z] ee0dfb36ce2b: Layer already exists [2021-03-31T04:22:18.261Z] master: digest: sha256:a50bbb8ece54faf226ae6e7487f60b437f65e7898833e6e72b3a7b252cb181f9 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T04:22:18.501Z] ===================================================== [Pipeline] echo [2021-03-31T04:22:18.558Z] taggedImages: [2021-03-31T04:22:18.558Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e433474030406e4455aec061f47cc2693067360d [2021-03-31T04:22:18.558Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-31T04:22:18.558Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.28 [2021-03-31T04:22:18.558Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e433474030406e4455aec061f47cc2693067360d-2.0.0-dev.28 [2021-03-31T04:22:18.558Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-31T04:22:18.741Z] 95dec6db3722: Pull complete [2021-03-31T04:22:18.741Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T04:22:18.741Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T04:22:18.741Z] ---> e47305ac9786 [2021-03-31T04:22:18.741Z] Step 18/24 : EXPOSE 4000 [2021-03-31T04:22:18.741Z] ---> Running in 27a806bd6066 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:22:19.338Z] Removing intermediate container 27a806bd6066 [2021-03-31T04:22:19.338Z] ---> e51d4c383251 [2021-03-31T04:22:19.338Z] 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-03-31T04:22:19.509Z] ---> job-cost.sh [2021-03-31T04:22:19.509Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-misz [2021-03-31T04:22:21.353Z] ---> 6346f793c764 [2021-03-31T04:22:21.353Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-31T04:22:21.353Z] ---> Running in f6ceef5a156b [2021-03-31T04:22:21.629Z] Removing intermediate container f6ceef5a156b [2021-03-31T04:22:21.630Z] ---> 6d3dbb682d30 [2021-03-31T04:22:21.630Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-31T04:22:21.630Z] ---> Running in 4b46e67e0702 [2021-03-31T04:22:22.230Z] Removing intermediate container 4b46e67e0702 [2021-03-31T04:22:22.230Z] ---> 3d04f852f238 [2021-03-31T04:22:22.230Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T04:22:22.230Z] ---> Running in a81043b2ebde [2021-03-31T04:22:22.828Z] Removing intermediate container a81043b2ebde [2021-03-31T04:22:22.828Z] ---> 70efa321e96d [2021-03-31T04:22:22.828Z] Step 23/24 : LABEL git_sha=e433474030406e4455aec061f47cc2693067360d [2021-03-31T04:22:22.828Z] ---> Running in bebc65135939 [2021-03-31T04:22:23.421Z] Removing intermediate container bebc65135939 [2021-03-31T04:22:23.421Z] ---> 1cd057016afe [2021-03-31T04:22:23.421Z] Step 24/24 : LABEL version=2.0.0-dev.28 [2021-03-31T04:22:23.421Z] ---> Running in 2b97bdfd83cc [2021-03-31T04:22:24.015Z] Removing intermediate container 2b97bdfd83cc [2021-03-31T04:22:24.015Z] ---> 1a68d921a91d [2021-03-31T04:22:24.015Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-31T04:22:24.015Z] Successfully built 1a68d921a91d [2021-03-31T04:22:24.015Z] 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-03-31T04:22:24.458Z] provisioning config files... [2021-03-31T04:22:24.492Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/86@tmp/config7026384931708898846tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:22:24.899Z] ---> docker-login.sh [2021-03-31T04:22:24.899Z] nexus3.edgexfoundry.org:10001 [2021-03-31T04:22:25.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:22:25.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:22:25.172Z] Configure a credential helper to remove this warning. See [2021-03-31T04:22:25.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:22:25.172Z] [2021-03-31T04:22:25.172Z] Login Succeeded [2021-03-31T04:22:25.172Z] nexus3.edgexfoundry.org:10002 [2021-03-31T04:22:25.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:22:25.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:22:25.764Z] Configure a credential helper to remove this warning. See [2021-03-31T04:22:25.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:22:25.764Z] [2021-03-31T04:22:25.764Z] Login Succeeded [2021-03-31T04:22:25.764Z] nexus3.edgexfoundry.org:10003 [2021-03-31T04:22:26.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:22:26.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:22:26.358Z] Configure a credential helper to remove this warning. See [2021-03-31T04:22:26.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:22:26.358Z] [2021-03-31T04:22:26.358Z] Login Succeeded [2021-03-31T04:22:26.358Z] nexus3.edgexfoundry.org:10004 [2021-03-31T04:22:26.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:22:26.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:22:26.904Z] Configure a credential helper to remove this warning. See [2021-03-31T04:22:26.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:22:26.904Z] [2021-03-31T04:22:26.904Z] Login Succeeded [2021-03-31T04:22:26.904Z] docker.io [2021-03-31T04:22:27.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T04:22:27.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T04:22:27.445Z] Configure a credential helper to remove this warning. See [2021-03-31T04:22:27.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T04:22:27.446Z] [2021-03-31T04:22:27.446Z] Login Succeeded [2021-03-31T04:22:27.446Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T04:22:27.461Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T04:22:27.675Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-03-31T04:22:27.675Z] e433474030406e4455aec061f47cc2693067360d [2021-03-31T04:22:27.675Z] latest [2021-03-31T04:22:27.675Z] 2.0.0-dev.28 [2021-03-31T04:22:27.675Z] e433474030406e4455aec061f47cc2693067360d-2.0.0-dev.28 [2021-03-31T04:22:27.675Z] master [2021-03-31T04:22:27.675Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:28.201Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e433474030406e4455aec061f47cc2693067360d [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:28.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e433474030406e4455aec061f47cc2693067360d [2021-03-31T04:22:28.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-31T04:22:28.535Z] a09543cca015: Preparing [2021-03-31T04:22:28.535Z] b0d13f50be31: Preparing [2021-03-31T04:22:28.535Z] b0d13f50be31: Layer already exists [2021-03-31T04:22:32.824Z] a09543cca015: Pushed [2021-03-31T04:22:32.824Z] e433474030406e4455aec061f47cc2693067360d: digest: sha256:e526503c16da467905e72901e6f52facb04ec8c93c343a1a58dccf5fb6afa42c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:33.165Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:33.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-31T04:22:33.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-31T04:22:33.502Z] a09543cca015: Preparing [2021-03-31T04:22:33.502Z] b0d13f50be31: Preparing [2021-03-31T04:22:33.772Z] a09543cca015: Layer already exists [2021-03-31T04:22:33.773Z] b0d13f50be31: Layer already exists [2021-03-31T04:22:33.773Z] latest: digest: sha256:e526503c16da467905e72901e6f52facb04ec8c93c343a1a58dccf5fb6afa42c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:34.123Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:34.444Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T04:22:34.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.28 [2021-03-31T04:22:34.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-31T04:22:34.457Z] a09543cca015: Preparing [2021-03-31T04:22:34.457Z] b0d13f50be31: Preparing [2021-03-31T04:22:34.457Z] a09543cca015: Layer already exists [2021-03-31T04:22:34.728Z] b0d13f50be31: Layer already exists [2021-03-31T04:22:34.728Z] 2.0.0-dev.28: digest: sha256:e526503c16da467905e72901e6f52facb04ec8c93c343a1a58dccf5fb6afa42c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:35.075Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e433474030406e4455aec061f47cc2693067360d-2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:35.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e433474030406e4455aec061f47cc2693067360d-2.0.0-dev.28 [2021-03-31T04:22:35.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-31T04:22:35.415Z] a09543cca015: Preparing [2021-03-31T04:22:35.415Z] b0d13f50be31: Preparing [2021-03-31T04:22:35.415Z] a09543cca015: Layer already exists [2021-03-31T04:22:35.415Z] b0d13f50be31: Layer already exists [2021-03-31T04:22:35.691Z] e433474030406e4455aec061f47cc2693067360d-2.0.0-dev.28: digest: sha256:e526503c16da467905e72901e6f52facb04ec8c93c343a1a58dccf5fb6afa42c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:36.031Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:22:36.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-03-31T04:22:36.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-31T04:22:36.370Z] a09543cca015: Preparing [2021-03-31T04:22:36.370Z] b0d13f50be31: Preparing [2021-03-31T04:22:36.370Z] b0d13f50be31: Layer already exists [2021-03-31T04:22:36.370Z] a09543cca015: Layer already exists [2021-03-31T04:22:36.642Z] master: digest: sha256:e526503c16da467905e72901e6f52facb04ec8c93c343a1a58dccf5fb6afa42c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T04:22:36.842Z] ===================================================== [Pipeline] echo [2021-03-31T04:22:36.893Z] taggedImages: [2021-03-31T04:22:36.893Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e433474030406e4455aec061f47cc2693067360d [2021-03-31T04:22:36.893Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-31T04:22:36.893Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.28 [2021-03-31T04:22:36.893Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e433474030406e4455aec061f47cc2693067360d-2.0.0-dev.28 [2021-03-31T04:22:36.893Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:22:37.506Z] ---> job-cost.sh [2021-03-31T04:22:37.506Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qXTe [2021-03-31T04:23:01.053Z] lf-activate-venv(): INFO: Adding /tmp/venv-misz/bin to PATH [2021-03-31T04:23:01.053Z] INFO: No Stack... [2021-03-31T04:23:01.053Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T04:23:01.053Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T04:23:01.365Z] + cat /w/workspace/edgex-ui-go/86/archives/cost.csv [2021-03-31T04:23:01.365Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T04:23:01.466Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-86-stack-cost] [2021-03-31T04:23:01.479Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-86-stack-cost] did not exist. Created. [2021-03-31T04:23:01.479Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-86-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T04:23:01.883Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-31T04:23:02.009Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T04:23:02.019Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-86-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T04:23:16.542Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T04:24:53.301Z] lf-activate-venv(): INFO: Adding /tmp/venv-qXTe/bin to PATH [2021-03-31T04:24:53.301Z] INFO: No Stack... [2021-03-31T04:24:53.301Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T04:24:53.301Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T04:24:53.648Z] + + cutcat -d, /w/workspace/edgex-ui-go/86/archives/cost.csv -f6 [2021-03-31T04:24:53.648Z] [Pipeline] lock [2021-03-31T04:24:53.765Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-86-stack-cost] [2021-03-31T04:24:53.774Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-86-stack-cost] did not exist. Created. [2021-03-31T04:24:53.774Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-86-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T04:24:54.242Z] /w/workspace/edgex-ui-go/86@tmp/durable-de099cf1/script.sh: 1: /w/workspace/edgex-ui-go/86@tmp/durable-de099cf1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-31T04:24:54.613Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T04:24:54.690Z] Warning: overwriting stash ‘stack-cost’ [2021-03-31T04:24:54.894Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T04:24:54.908Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-86-stack-cost] [Pipeline] // lock [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-03-31T04:24:56.616Z] provisioning config files... [2021-03-31T04:24:56.628Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6268946102603774674tmp [Pipeline] { [Pipeline] sh [2021-03-31T04:24:57.069Z] + set +x [2021-03-31T04:24:57.069Z] + curl -s https://codecov.io/bash [2021-03-31T04:24:57.069Z] + bash -s -- [2021-03-31T04:24:57.332Z] [2021-03-31T04:24:57.332Z] _____ _ [2021-03-31T04:24:57.332Z] / ____| | | [2021-03-31T04:24:57.332Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T04:24:57.332Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T04:24:57.332Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T04:24:57.332Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T04:24:57.332Z] Bash-20210309-2b87ace [2021-03-31T04:24:57.332Z] [2021-03-31T04:24:57.332Z] [2021-03-31T04:24:57.332Z] ==> git version 2.24.3 found [2021-03-31T04:24:57.332Z] ==> 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-03-31T04:24:57.332Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T04:24:57.332Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T04:24:57.332Z] ==> Jenkins CI detected. [2021-03-31T04:24:57.332Z] project root: . [2021-03-31T04:24:57.332Z] --> token set from env [2021-03-31T04:24:57.332Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T04:24:57.332Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T04:24:57.332Z] ==> Python coveragepy not found [2021-03-31T04:24:57.332Z] ==> Searching for coverage reports in: [2021-03-31T04:24:57.332Z] + . [2021-03-31T04:24:57.332Z] -> Found 1 reports [2021-03-31T04:24:57.332Z] ==> Detecting git/mercurial file structure [2021-03-31T04:24:57.332Z] ==> Reading reports [2021-03-31T04:24:57.332Z] + ./coverage.out bytes=10 [2021-03-31T04:24:57.332Z] ==> Appending adjustments [2021-03-31T04:24:57.332Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T04:24:57.596Z] + Found adjustments [2021-03-31T04:24:57.596Z] ==> Gzipping contents [2021-03-31T04:24:57.596Z] 4.0K /tmp/codecov.w1IBL3.gz [2021-03-31T04:24:57.596Z] ==> Uploading reports [2021-03-31T04:24:57.596Z] url: https://codecov.io [2021-03-31T04:24:57.596Z] query: branch=master&commit=e433474030406e4455aec061f47cc2693067360d&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F86%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-31T04:24:57.596Z] -> Pinging Codecov [2021-03-31T04:24:57.596Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=e433474030406e4455aec061f47cc2693067360d&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F86%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-31T04:24:58.172Z] -> Uploading to [2021-03-31T04:24:58.172Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/FB506323287CE973F263BFD2A0EB1F37/e433474030406e4455aec061f47cc2693067360d/0ab279ea-e773-446f-a855-4c5cd7898974.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T042457Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=401ecf9888082b3abb7d13705688d4c60e08500fac04c059e1e930b1a5262a5e [2021-03-31T04:24:58.172Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T04:24:58.172Z] Dload Upload Total Spent Left Speed [2021-03-31T04:24:58.434Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3335 0 0 100 3335 0 6583 --:--:-- --:--:-- --:--:-- 6590 [2021-03-31T04:24:58.444Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e433474030406e4455aec061f47cc2693067360d [Pipeline] } [2021-03-31T04:24:58.446Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-31T04:24:59.374Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-31T04:24:59.432Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:24:59.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T04:24:59.791Z] [2021-03-31T04:24:59.791Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:25:00.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T04:25:00.154Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-31T04:25:00.154Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T04:25:00.154Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T04:25:00.154Z] de9db76c5a1d: Pulling fs layer [2021-03-31T04:25:00.154Z] 0eba1c9be4d2: Pulling fs layer [2021-03-31T04:25:00.154Z] 0d57e429df01: Pulling fs layer [2021-03-31T04:25:00.154Z] 4e4be7b47b0d: Pulling fs layer [2021-03-31T04:25:00.154Z] e1f770b5df2f: Pulling fs layer [2021-03-31T04:25:00.155Z] 85a0685a4137: Pulling fs layer [2021-03-31T04:25:00.155Z] 0d57e429df01: Waiting [2021-03-31T04:25:00.155Z] 4e4be7b47b0d: Waiting [2021-03-31T04:25:00.155Z] e1f770b5df2f: Waiting [2021-03-31T04:25:00.155Z] 85a0685a4137: Waiting [2021-03-31T04:25:00.155Z] 0eba1c9be4d2: Waiting [2021-03-31T04:25:00.155Z] de9db76c5a1d: Verifying Checksum [2021-03-31T04:25:00.155Z] de9db76c5a1d: Download complete [2021-03-31T04:25:00.155Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T04:25:00.155Z] 0ef7d3d256c8: Download complete [2021-03-31T04:25:00.155Z] 0d57e429df01: Verifying Checksum [2021-03-31T04:25:00.155Z] 0d57e429df01: Download complete [2021-03-31T04:25:00.155Z] 188c0c94c7c5: Download complete [2021-03-31T04:25:00.418Z] 4e4be7b47b0d: Verifying Checksum [2021-03-31T04:25:00.418Z] 4e4be7b47b0d: Download complete [2021-03-31T04:25:00.691Z] 188c0c94c7c5: Pull complete [2021-03-31T04:25:00.960Z] 0ef7d3d256c8: Pull complete [2021-03-31T04:25:00.960Z] de9db76c5a1d: Pull complete [2021-03-31T04:25:02.357Z] e1f770b5df2f: Verifying Checksum [2021-03-31T04:25:02.357Z] e1f770b5df2f: Download complete [2021-03-31T04:25:04.293Z] 85a0685a4137: Verifying Checksum [2021-03-31T04:25:04.293Z] 85a0685a4137: Download complete [2021-03-31T04:25:04.555Z] 0eba1c9be4d2: Verifying Checksum [2021-03-31T04:25:04.555Z] 0eba1c9be4d2: Download complete [2021-03-31T04:25:11.192Z] 0eba1c9be4d2: Pull complete [2021-03-31T04:25:11.192Z] 0d57e429df01: Pull complete [2021-03-31T04:25:11.192Z] 4e4be7b47b0d: Pull complete [2021-03-31T04:25:12.589Z] e1f770b5df2f: Pull complete [2021-03-31T04:25:20.788Z] 85a0685a4137: Pull complete [2021-03-31T04:25:20.788Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-31T04:25:20.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T04:25:20.788Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-31T04:25:21.023Z] prd-centos7-docker-4c-2g-32199 does not seem to be running inside a container [2021-03-31T04:25:21.072Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-31T04:25:22.320Z] $ docker top 79be2b072fc3eaaedb4fe795f819f77335d5855a68a3f04092471214b6bcc781 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T04:25:22.634Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-31T04:25:22.933Z] + set -o pipefail [2021-03-31T04:25:22.933Z] + snyk monitor '--org=edgex-jenkins' [2021-03-31T04:25:31.114Z] [2021-03-31T04:25:31.114Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-03-31T04:25:31.114Z] [2021-03-31T04:25:31.114Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/1e541013-80e3-4d87-a337-0e831a5f8c68 [2021-03-31T04:25:31.114Z] [2021-03-31T04:25:31.114Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-31T04:25:31.114Z] [2021-03-31T04:25:31.114Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-31T04:25:31.114Z] [2021-03-31T04:25:31.114Z] [2021-03-31T04:25:31.114Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-31T04:25:31.114Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-31T04:25:31.127Z] $ docker stop --time=1 79be2b072fc3eaaedb4fe795f819f77335d5855a68a3f04092471214b6bcc781 [2021-03-31T04:25:33.910Z] $ docker rm -f 79be2b072fc3eaaedb4fe795f819f77335d5855a68a3f04092471214b6bcc781 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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-03-31T04:25:35.904Z] + git log --format=format:%s -1 e433474030406e4455aec061f47cc2693067360d [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:25:36.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T04:25:36.223Z] . [Pipeline] withDockerContainer [2021-03-31T04:25:36.365Z] prd-centos7-docker-4c-2g-32199 does not seem to be running inside a container [2021-03-31T04:25:36.412Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T04:25:37.378Z] $ docker top d0859f0b5a0643f2a83d02688d6213c3e03a5556b7c6356cc36e5a34ea05c478 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T04:25:37.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T04:25:37.707Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T04:25:37.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T04:25:38.001Z] $ docker exec d0859f0b5a0643f2a83d02688d6213c3e03a5556b7c6356cc36e5a34ea05c478 ssh-agent [2021-03-31T04:25:38.190Z] SSH_AUTH_SOCK=/tmp/ssh-7mEdFSBO05K4/agent.11 [2021-03-31T04:25:38.190Z] SSH_AGENT_PID=16 [2021-03-31T04:25:38.198Z] Running ssh-add (command line suppressed) [2021-03-31T04:25:38.343Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2564351754169217296.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2564351754169217296.key) [2021-03-31T04:25:38.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T04:25:38.742Z] + git semver tag [2021-03-31T04:25:38.742Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T04:25:38.742Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-31T04:25:38.742Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-31T04:25:38.742Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T04:25:38.742Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T04:25:38.742Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T04:25:38.742Z] # $SEMVER_BRANCH = master [2021-03-31T04:25:38.742Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-31T04:25:38.742Z] # e433474030406e4455aec061f47cc2693067360d HEAD [2021-03-31T04:25:38.742Z] # -> Force: false [2021-03-31T04:25:39.004Z] # 073033dd5cc0bfbab59f9020d7a9437165d8a6e8 refs/tags/v2.0.0-dev.28 [Pipeline] } [2021-03-31T04:25:39.015Z] $ docker exec --env ******** --env ******** d0859f0b5a0643f2a83d02688d6213c3e03a5556b7c6356cc36e5a34ea05c478 ssh-agent -k [2021-03-31T04:25:39.144Z] unset SSH_AUTH_SOCK; [2021-03-31T04:25:39.144Z] unset SSH_AGENT_PID; [2021-03-31T04:25:39.144Z] echo Agent pid 16 killed; [2021-03-31T04:25:39.206Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T04:25:39.677Z] + git semver [Pipeline] } [2021-03-31T04:25:39.692Z] $ docker stop --time=1 d0859f0b5a0643f2a83d02688d6213c3e03a5556b7c6356cc36e5a34ea05c478 [2021-03-31T04:25:41.116Z] $ docker rm -f d0859f0b5a0643f2a83d02688d6213c3e03a5556b7c6356cc36e5a34ea05c478 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:25:41.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T04:25:41.782Z] [2021-03-31T04:25:41.782Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:25:42.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T04:25:42.137Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-31T04:25:42.137Z] ab5ef0e58194: Pulling fs layer [2021-03-31T04:25:42.137Z] 9712f1f96733: Pulling fs layer [2021-03-31T04:25:42.137Z] 63f879dbbcfc: Pulling fs layer [2021-03-31T04:25:42.137Z] 0d9ebad4ef96: Pulling fs layer [2021-03-31T04:25:42.137Z] e9a5061849ea: Pulling fs layer [2021-03-31T04:25:42.137Z] d747dcd14b5f: Pulling fs layer [2021-03-31T04:25:42.137Z] 2de7ff778b66: Pulling fs layer [2021-03-31T04:25:42.137Z] 0d9ebad4ef96: Waiting [2021-03-31T04:25:42.137Z] e9a5061849ea: Waiting [2021-03-31T04:25:42.137Z] d747dcd14b5f: Waiting [2021-03-31T04:25:42.137Z] 2de7ff778b66: Waiting [2021-03-31T04:25:42.137Z] 9712f1f96733: Verifying Checksum [2021-03-31T04:25:42.137Z] 9712f1f96733: Download complete [2021-03-31T04:25:44.070Z] 63f879dbbcfc: Verifying Checksum [2021-03-31T04:25:44.070Z] 63f879dbbcfc: Download complete [2021-03-31T04:25:44.070Z] e9a5061849ea: Verifying Checksum [2021-03-31T04:25:44.070Z] e9a5061849ea: Download complete [2021-03-31T04:25:44.343Z] d747dcd14b5f: Verifying Checksum [2021-03-31T04:25:44.343Z] d747dcd14b5f: Download complete [2021-03-31T04:25:44.608Z] 2de7ff778b66: Verifying Checksum [2021-03-31T04:25:44.608Z] 2de7ff778b66: Download complete [2021-03-31T04:25:44.871Z] 0d9ebad4ef96: Verifying Checksum [2021-03-31T04:25:44.871Z] 0d9ebad4ef96: Download complete [2021-03-31T04:25:45.135Z] ab5ef0e58194: Verifying Checksum [2021-03-31T04:25:45.135Z] ab5ef0e58194: Download complete [2021-03-31T04:25:49.409Z] ab5ef0e58194: Pull complete [2021-03-31T04:25:49.409Z] 9712f1f96733: Pull complete [2021-03-31T04:25:52.004Z] 63f879dbbcfc: Pull complete [2021-03-31T04:25:58.708Z] 0d9ebad4ef96: Pull complete [2021-03-31T04:26:00.102Z] e9a5061849ea: Pull complete [2021-03-31T04:26:00.102Z] d747dcd14b5f: Pull complete [2021-03-31T04:26:02.696Z] 2de7ff778b66: Pull complete [2021-03-31T04:26:02.696Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-31T04:26:02.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T04:26:02.696Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-31T04:26:02.978Z] prd-centos7-docker-4c-2g-32199 does not seem to be running inside a container [2021-03-31T04:26:03.094Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-31T04:26:06.636Z] $ docker top 06e0fdf7ec25c42e485e26be6574287d16fe2e99605bc042cc2c369402eb021e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-31T04:26:07.008Z] provisioning config files... [2021-03-31T04:26:07.031Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8634458473945186335tmp [2021-03-31T04:26:07.067Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1894569561295136915tmp [2021-03-31T04:26:07.082Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7327438510290521722tmp [Pipeline] { [Pipeline] echo [2021-03-31T04:26:07.150Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:26:07.449Z] ---> sigul-configuration.sh [2021-03-31T04:26:07.449Z] gpg: directory `/root/.gnupg' created [2021-03-31T04:26:07.449Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-31T04:26:07.449Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-31T04:26:07.449Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-31T04:26:07.449Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-31T04:26:07.449Z] gpg: CAST5 encrypted data [2021-03-31T04:26:07.711Z] gpg: encrypted with 1 passphrase [2021-03-31T04:26:07.711Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-31T04:26:08.011Z] + mkdir /home/jenkins [2021-03-31T04:26:08.011Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-31T04:26:08.313Z] + 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-03-31T04:26:08.326Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:26:08.629Z] ---> sigul-install.sh [2021-03-31T04:26:15.256Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-31T04:26:15.558Z] + git tag --list [2021-03-31T04:26:15.558Z] 0.1.1 [2021-03-31T04:26:15.558Z] v1.1.0 [2021-03-31T04:26:15.558Z] v1.2.0 [2021-03-31T04:26:15.558Z] v1.2.1 [2021-03-31T04:26:15.558Z] v1.3.0 [2021-03-31T04:26:15.558Z] v2.0.0-dev.1 [2021-03-31T04:26:15.558Z] v2.0.0-dev.10 [2021-03-31T04:26:15.558Z] v2.0.0-dev.11 [2021-03-31T04:26:15.558Z] v2.0.0-dev.12 [2021-03-31T04:26:15.558Z] v2.0.0-dev.13 [2021-03-31T04:26:15.558Z] v2.0.0-dev.14 [2021-03-31T04:26:15.558Z] v2.0.0-dev.15 [2021-03-31T04:26:15.558Z] v2.0.0-dev.16 [2021-03-31T04:26:15.558Z] v2.0.0-dev.17 [2021-03-31T04:26:15.558Z] v2.0.0-dev.18 [2021-03-31T04:26:15.558Z] v2.0.0-dev.19 [2021-03-31T04:26:15.558Z] v2.0.0-dev.2 [2021-03-31T04:26:15.558Z] v2.0.0-dev.20 [2021-03-31T04:26:15.558Z] v2.0.0-dev.21 [2021-03-31T04:26:15.558Z] v2.0.0-dev.22 [2021-03-31T04:26:15.558Z] v2.0.0-dev.23 [2021-03-31T04:26:15.558Z] v2.0.0-dev.24 [2021-03-31T04:26:15.558Z] v2.0.0-dev.25 [2021-03-31T04:26:15.558Z] v2.0.0-dev.26 [2021-03-31T04:26:15.558Z] v2.0.0-dev.27 [2021-03-31T04:26:15.558Z] v2.0.0-dev.28 [2021-03-31T04:26:15.558Z] v2.0.0-dev.3 [2021-03-31T04:26:15.558Z] v2.0.0-dev.4 [2021-03-31T04:26:15.558Z] v2.0.0-dev.5 [2021-03-31T04:26:15.558Z] v2.0.0-dev.6 [2021-03-31T04:26:15.558Z] v2.0.0-dev.7 [2021-03-31T04:26:15.558Z] v2.0.0-dev.8 [2021-03-31T04:26:15.558Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-31T04:26:15.856Z] + lftools sign git-tag v2.0.0-dev.28 [2021-03-31T04:26:17.275Z] Signing Git tag with Sigul... [2021-03-31T04:26:17.275Z] Signing v2.0.0-dev.28 [Pipeline] echo [2021-03-31T04:26:18.676Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:26:18.981Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-31T04:26:18.991Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-31T04:26:19.089Z] $ docker stop --time=1 06e0fdf7ec25c42e485e26be6574287d16fe2e99605bc042cc2c369402eb021e [2021-03-31T04:26:21.247Z] $ docker rm -f 06e0fdf7ec25c42e485e26be6574287d16fe2e99605bc042cc2c369402eb021e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:26:22.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T04:26:22.264Z] . [Pipeline] withDockerContainer [2021-03-31T04:26:22.374Z] prd-centos7-docker-4c-2g-32199 does not seem to be running inside a container [2021-03-31T04:26:22.423Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T04:26:23.318Z] $ docker top 201bdb4c05058b6321dc3b0875c0dc98058b3de5318558731eb7ea498643b7c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T04:26:23.679Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T04:26:23.679Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T04:26:23.929Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T04:26:23.931Z] $ docker exec 201bdb4c05058b6321dc3b0875c0dc98058b3de5318558731eb7ea498643b7c2 ssh-agent [2021-03-31T04:26:24.151Z] SSH_AUTH_SOCK=/tmp/ssh-T2ItPD14tjX4/agent.11 [2021-03-31T04:26:24.151Z] SSH_AGENT_PID=16 [2021-03-31T04:26:24.160Z] Running ssh-add (command line suppressed) [2021-03-31T04:26:24.299Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8515531948341913186.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8515531948341913186.key) [2021-03-31T04:26:24.366Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T04:26:24.715Z] + git semver bump pre [2021-03-31T04:26:24.715Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T04:26:24.715Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-31T04:26:24.715Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-31T04:26:24.715Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T04:26:24.715Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T04:26:24.715Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T04:26:24.715Z] # $SEMVER_BRANCH = master [2021-03-31T04:26:24.715Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-31T04:26:24.715Z] 2.0.0-dev.29 [Pipeline] } [2021-03-31T04:26:24.727Z] $ docker exec --env ******** --env ******** 201bdb4c05058b6321dc3b0875c0dc98058b3de5318558731eb7ea498643b7c2 ssh-agent -k [2021-03-31T04:26:24.876Z] unset SSH_AUTH_SOCK; [2021-03-31T04:26:24.877Z] unset SSH_AGENT_PID; [2021-03-31T04:26:24.877Z] echo Agent pid 16 killed; [2021-03-31T04:26:24.934Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T04:26:25.430Z] + git semver [Pipeline] } [2021-03-31T04:26:25.447Z] $ docker stop --time=1 201bdb4c05058b6321dc3b0875c0dc98058b3de5318558731eb7ea498643b7c2 [2021-03-31T04:26:26.810Z] $ docker rm -f 201bdb4c05058b6321dc3b0875c0dc98058b3de5318558731eb7ea498643b7c2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:26:27.362Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T04:26:27.362Z] . [Pipeline] withDockerContainer [2021-03-31T04:26:27.466Z] prd-centos7-docker-4c-2g-32199 does not seem to be running inside a container [2021-03-31T04:26:27.511Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T04:26:28.169Z] $ docker top 26b4dd870289a34f5e038fa38d5f8071f16d2789f93a9dd652390abb6aeb871b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T04:26:28.472Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T04:26:28.472Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T04:26:28.675Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T04:26:28.679Z] $ docker exec 26b4dd870289a34f5e038fa38d5f8071f16d2789f93a9dd652390abb6aeb871b ssh-agent [2021-03-31T04:26:28.880Z] SSH_AUTH_SOCK=/tmp/ssh-7EiU99Cx47sx/agent.12 [2021-03-31T04:26:28.880Z] SSH_AGENT_PID=18 [2021-03-31T04:26:28.887Z] Running ssh-add (command line suppressed) [2021-03-31T04:26:29.023Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_795365342637513323.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_795365342637513323.key) [2021-03-31T04:26:29.101Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T04:26:29.448Z] + git semver push [2021-03-31T04:26:29.448Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T04:26:29.448Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-31T04:26:29.448Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-31T04:26:29.448Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T04:26:29.448Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T04:26:29.448Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T04:26:29.448Z] # $SEMVER_BRANCH = master [2021-03-31T04:26:29.448Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-31T04:26:33.682Z] $ docker exec --env ******** --env ******** 26b4dd870289a34f5e038fa38d5f8071f16d2789f93a9dd652390abb6aeb871b ssh-agent -k [2021-03-31T04:26:33.831Z] unset SSH_AUTH_SOCK; [2021-03-31T04:26:33.831Z] unset SSH_AGENT_PID; [2021-03-31T04:26:33.832Z] echo Agent pid 18 killed; [2021-03-31T04:26:33.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T04:26:34.378Z] + git semver [Pipeline] } [2021-03-31T04:26:34.394Z] $ docker stop --time=1 26b4dd870289a34f5e038fa38d5f8071f16d2789f93a9dd652390abb6aeb871b [2021-03-31T04:26:35.759Z] $ docker rm -f 26b4dd870289a34f5e038fa38d5f8071f16d2789f93a9dd652390abb6aeb871b [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-03-31T04:26:37.384Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:26:37.957Z] ---> package-listing.sh [2021-03-31T04:26:37.957Z] ++ facter osfamily [2021-03-31T04:26:37.957Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T04:26:37.957Z] + OS_FAMILY=redhat [2021-03-31T04:26:37.957Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-31T04:26:37.957Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T04:26:37.957Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T04:26:37.957Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T04:26:37.957Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T04:26:37.957Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-31T04:26:37.957Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T04:26:37.957Z] + case "${OS_FAMILY}" in [2021-03-31T04:26:37.957Z] + rpm -qa [2021-03-31T04:26:37.957Z] + sort [2021-03-31T04:26:43.262Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T04:26:43.262Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T04:26:43.262Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T04:26:43.262Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-31T04:26:43.262Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-03-31T04:26:43.262Z] + 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-03-31T04:26:43.318Z] 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-03-31T04:26:43.786Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:26:44.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T04:26:44.102Z] [2021-03-31T04:26:44.102Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T04:26:44.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T04:26:44.459Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T04:26:44.459Z] df20fa9351a1: Pulling fs layer [2021-03-31T04:26:44.459Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T04:26:44.459Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T04:26:44.459Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T04:26:44.459Z] 93b61091891f: Pulling fs layer [2021-03-31T04:26:44.459Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T04:26:44.459Z] 5e14af77c1be: Pulling fs layer [2021-03-31T04:26:44.459Z] 01666e4c0597: Pulling fs layer [2021-03-31T04:26:44.459Z] aa168da1d23b: Pulling fs layer [2021-03-31T04:26:44.459Z] 46f8f816bc3b: Waiting [2021-03-31T04:26:44.459Z] 93b61091891f: Waiting [2021-03-31T04:26:44.459Z] 93b9cdb0e59b: Waiting [2021-03-31T04:26:44.459Z] 5e14af77c1be: Waiting [2021-03-31T04:26:44.459Z] 01666e4c0597: Waiting [2021-03-31T04:26:44.459Z] aa168da1d23b: Waiting [2021-03-31T04:26:44.459Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T04:26:44.459Z] 36b3adc4ff6f: Download complete [2021-03-31T04:26:44.459Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T04:26:44.459Z] 46f8f816bc3b: Download complete [2021-03-31T04:26:44.724Z] df20fa9351a1: Verifying Checksum [2021-03-31T04:26:44.724Z] df20fa9351a1: Download complete [2021-03-31T04:26:44.724Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T04:26:44.724Z] 93b9cdb0e59b: Download complete [2021-03-31T04:26:44.724Z] 5e14af77c1be: Verifying Checksum [2021-03-31T04:26:44.724Z] 93b61091891f: Verifying Checksum [2021-03-31T04:26:44.724Z] 93b61091891f: Download complete [2021-03-31T04:26:44.724Z] 5e14af77c1be: Download complete [2021-03-31T04:26:44.724Z] 01666e4c0597: Download complete [2021-03-31T04:26:44.987Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T04:26:44.987Z] 8ad3a11d3b57: Download complete [2021-03-31T04:26:45.252Z] df20fa9351a1: Pull complete [2021-03-31T04:26:45.516Z] 36b3adc4ff6f: Pull complete [2021-03-31T04:26:46.473Z] 8ad3a11d3b57: Pull complete [2021-03-31T04:26:46.473Z] 46f8f816bc3b: Pull complete [2021-03-31T04:26:47.073Z] aa168da1d23b: Verifying Checksum [2021-03-31T04:26:47.073Z] aa168da1d23b: Download complete [2021-03-31T04:26:47.337Z] 93b61091891f: Pull complete [2021-03-31T04:26:47.600Z] 93b9cdb0e59b: Pull complete [2021-03-31T04:26:47.600Z] 5e14af77c1be: Pull complete [2021-03-31T04:26:47.863Z] 01666e4c0597: Pull complete [2021-03-31T04:26:56.039Z] aa168da1d23b: Pull complete [2021-03-31T04:26:56.039Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T04:26:56.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T04:26:56.039Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T04:26:56.191Z] prd-centos7-docker-4c-2g-32199 does not seem to be running inside a container [2021-03-31T04:26:56.233Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T04:26:59.467Z] $ docker top 5bb7542de4f197bd38c2d220432598fd8903fe027f73df0beca00bcd31f660c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T04:26:59.997Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T04:27:00.296Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T04:27:00.597Z] + ls /var/log/sa-host [2021-03-31T04:27:00.597Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T04:27:00.597Z] file_magic: OK [2021-03-31T04:27:00.597Z] HZ: Using current value: 100 [2021-03-31T04:27:00.597Z] file_header: OK [2021-03-31T04:27:00.597Z] 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-03-31T04:27:00.597Z] Statistics: [2021-03-31T04:27:00.597Z] Hnuu...uuuununununu... [2021-03-31T04:27:00.597Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T04:27:00.597Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T04:27:00.597Z] file_magic: OK [2021-03-31T04:27:00.597Z] HZ: Using current value: 100 [2021-03-31T04:27:00.597Z] file_header: OK [2021-03-31T04:27:00.597Z] 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-03-31T04:27:00.597Z] Statistics: [2021-03-31T04:27:00.597Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T04:27:00.597Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T04:27:01.306Z] provisioning config files... [2021-03-31T04:27:01.337Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5465314956407105673tmp [Pipeline] { [Pipeline] echo [2021-03-31T04:27:01.423Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:27:01.731Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T04:27:01.741Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T04:27:01.833Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:27:02.136Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T04:27:02.149Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:27:02.448Z] ---> sudo-logs.sh [2021-03-31T04:27:02.448Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T04:27:02.990Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:27:03.288Z] ---> job-cost.sh [2021-03-31T04:27:03.288Z] lf-activate-venv: SKIPPING [2021-03-31T04:27:03.288Z] DEBUG: total: 0.20999999344348907 [2021-03-31T04:27:03.288Z] INFO: Retrieving Stack Cost... [2021-03-31T04:27:04.234Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T04:27:04.809Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T04:27:04.823Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T04:27:05.123Z] ---> logs-deploy.sh [2021-03-31T04:27:05.123Z] lf-activate-venv: SKIPPING [2021-03-31T04:27:05.123Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/86 [2021-03-31T04:27:05.123Z] INFO: archiving workspace using pattern(s): [2021-03-31T04:27:07.045Z] Archives upload complete. [2021-03-31T04:27:07.045Z] INFO: archiving logs to Nexus