Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a88ea99ffe9e2626f031198baec7712ee48b9091 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-1032 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 Checking out Revision a88ea99ffe9e2626f031198baec7712ee48b9091 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 Commit message: "Merge pull request #339 from soda480/US149" > git rev-list --no-walk ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T23:38:03.744Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T23:38:03.833Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T23:38:03.867Z] ========================================================= [2021-04-19T23:38:03.867Z] EdgeX Global Pipelines Version Info [2021-04-19T23:38:03.867Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:38:05.420Z] ------------------- [2021-04-19T23:38:05.420Z] stable info: [2021-04-19T23:38:05.420Z] ------------------- [2021-04-19T23:38:05.420Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T23:38:05.420Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T23:38:05.420Z] Message: update stable to v1.0.186 [2021-04-19T23:38:06.374Z] ------------------- [2021-04-19T23:38:06.374Z] experimental info: [2021-04-19T23:38:06.374Z] ------------------- [2021-04-19T23:38:06.374Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T23:38:06.374Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-19T23:38:06.374Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T23:38:06.544Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-19T23:38:06.570Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-19T23:38:06.594Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T23:38:06.616Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T23:38:06.653Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T23:38:06.688Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T23:38:06.720Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T23:38:06.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T23:38:06.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T23:38:06.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T23:38:06.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T23:38:06.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-19T23:38:06.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T23:38:06.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T23:38:06.994Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T23:38:07.016Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T23:38:07.040Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T23:38:07.064Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T23:38:07.087Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T23:38:07.113Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T23:38:07.136Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T23:38:07.159Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T23:38:07.182Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T23:38:07.204Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T23:38:07.227Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T23:38:07.259Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T23:38:07.282Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T23:38:07.303Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T23:38:07.326Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T23:38:07.352Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] echo [2021-04-19T23:38:07.375Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a88ea99 [Pipeline] echo [2021-04-19T23:38:07.416Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:38:07.490Z] provisioning config files... [2021-04-19T23:38:07.536Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1183931438499831400tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:38:07.866Z] ---> docker-login.sh [2021-04-19T23:38:07.866Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:38:08.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:38:08.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:38:08.411Z] Configure a credential helper to remove this warning. See [2021-04-19T23:38:08.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:38:08.411Z] [2021-04-19T23:38:08.411Z] Login Succeeded [2021-04-19T23:38:08.411Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:38:08.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:38:08.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:38:08.674Z] Configure a credential helper to remove this warning. See [2021-04-19T23:38:08.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:38:08.674Z] [2021-04-19T23:38:08.674Z] Login Succeeded [2021-04-19T23:38:08.674Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:38:08.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:38:08.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:38:08.674Z] Configure a credential helper to remove this warning. See [2021-04-19T23:38:08.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:38:08.674Z] [2021-04-19T23:38:08.674Z] Login Succeeded [2021-04-19T23:38:08.674Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:38:08.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:38:08.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:38:08.937Z] Configure a credential helper to remove this warning. See [2021-04-19T23:38:08.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:38:08.937Z] [2021-04-19T23:38:08.937Z] Login Succeeded [2021-04-19T23:38:08.937Z] docker.io [2021-04-19T23:38:09.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:38:09.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:38:09.462Z] Configure a credential helper to remove this warning. See [2021-04-19T23:38:09.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:38:09.462Z] [2021-04-19T23:38:09.462Z] Login Succeeded [2021-04-19T23:38:09.462Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:38:09.472Z] 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-04-19T23:38:09.979Z] + git log --format=format:%s -1 a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] echo [2021-04-19T23:38:10.061Z] GIT_COMMIT: a88ea99ffe9e2626f031198baec7712ee48b9091, Commit Message: Merge pull request #339 from soda480/US149 [Pipeline] echo [2021-04-19T23:38:10.078Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:38:11.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:38:11.196Z] [2021-04-19T23:38:11.196Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:38:11.513Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:38:11.513Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T23:38:11.513Z] 31603596830f: Pulling fs layer [2021-04-19T23:38:11.513Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T23:38:11.513Z] 6ca5941a6612: Pulling fs layer [2021-04-19T23:38:11.513Z] ecc8261a40a4: Pulling fs layer [2021-04-19T23:38:11.513Z] ecc8261a40a4: Waiting [2021-04-19T23:38:11.777Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T23:38:11.777Z] 2a8b12db71e7: Download complete [2021-04-19T23:38:11.777Z] 31603596830f: Verifying Checksum [2021-04-19T23:38:11.777Z] 31603596830f: Download complete [2021-04-19T23:38:11.777Z] ecc8261a40a4: Verifying Checksum [2021-04-19T23:38:11.777Z] ecc8261a40a4: Download complete [2021-04-19T23:38:11.777Z] 6ca5941a6612: Download complete [2021-04-19T23:38:12.039Z] 31603596830f: Pull complete [2021-04-19T23:38:12.303Z] 2a8b12db71e7: Pull complete [2021-04-19T23:38:13.249Z] 6ca5941a6612: Pull complete [2021-04-19T23:38:13.249Z] ecc8261a40a4: Pull complete [2021-04-19T23:38:13.250Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T23:38:13.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:38:13.511Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T23:38:13.614Z] prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container [2021-04-19T23:38:13.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T23:38:15.765Z] $ docker top caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T23:38:15.953Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:38:15.953Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:38:16.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:38:16.168Z] $ docker exec caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 ssh-agent [2021-04-19T23:38:16.345Z] SSH_AUTH_SOCK=/tmp/ssh-0y8fkOymqkuf/agent.12 [2021-04-19T23:38:16.345Z] SSH_AGENT_PID=17 [2021-04-19T23:38:16.358Z] Running ssh-add (command line suppressed) [2021-04-19T23:38:16.489Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6304881874287294934.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6304881874287294934.key) [2021-04-19T23:38:16.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:38:16.850Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T23:38:16.873Z] $ docker exec --env ******** --env ******** caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 ssh-agent -k [2021-04-19T23:38:16.987Z] unset SSH_AUTH_SOCK; [2021-04-19T23:38:16.987Z] unset SSH_AGENT_PID; [2021-04-19T23:38:16.988Z] echo Agent pid 17 killed; [2021-04-19T23:38:17.034Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T23:38:17.072Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:38:17.072Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:38:17.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:38:17.255Z] $ docker exec caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 ssh-agent [2021-04-19T23:38:17.419Z] SSH_AUTH_SOCK=/tmp/ssh-K2c1fewIKilu/agent.46 [2021-04-19T23:38:17.419Z] SSH_AGENT_PID=51 [2021-04-19T23:38:17.426Z] Running ssh-add (command line suppressed) [2021-04-19T23:38:17.543Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6241130241103523840.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6241130241103523840.key) [2021-04-19T23:38:17.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:38:17.906Z] + git semver init [2021-04-19T23:38:17.906Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T23:38:17.906Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T23:38:17.906Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T23:38:17.906Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T23:38:17.906Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T23:38:17.906Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T23:38:17.906Z] # $SEMVER_BRANCH = master [2021-04-19T23:38:17.906Z] # $SEMVER_TEMP = /tmp/semver-272825236 [2021-04-19T23:38:17.906Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-19T23:38:19.835Z] # '/tmp/semver-272825236' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-19T23:38:19.835Z] # -> Force: false [2021-04-19T23:38:19.835Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-19T23:38:19.850Z] $ docker exec --env ******** --env ******** caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 ssh-agent -k [2021-04-19T23:38:19.963Z] unset SSH_AUTH_SOCK; [2021-04-19T23:38:19.964Z] unset SSH_AGENT_PID; [2021-04-19T23:38:19.964Z] echo Agent pid 51 killed; [2021-04-19T23:38:20.010Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T23:38:20.349Z] + git semver [Pipeline] } [2021-04-19T23:38:20.370Z] $ docker stop --time=1 caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 [2021-04-19T23:38:21.761Z] $ docker rm -f caa52b40b11d109a029f543144fd39de2e61a3be3b26b06862e99211d95e7a56 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T23:38:22.163Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T23:38:22.531Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T23:38:22.535Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.41 [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-04-19T23:38:37.720Z] Still waiting to schedule task [2021-04-19T23:38:37.720Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1032’ [2021-04-19T23:38:37.723Z] Still waiting to schedule task [2021-04-19T23:38:37.723Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-19T23:40:30.751Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1033 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-19T23:40:30.776Z] Running in /w/workspace/edgex-ui-go/100 [Pipeline] { [Pipeline] checkout [2021-04-19T23:40:36.376Z] using credential edgex-jenkins-ssh [2021-04-19T23:40:36.405Z] Cloning the remote Git repository [2021-04-19T23:40:36.467Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T23:40:36.586Z] > git init /w/workspace/edgex-ui-go/100 # timeout=10 [2021-04-19T23:40:36.682Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T23:40:36.684Z] > git --version # timeout=10 [2021-04-19T23:40:36.709Z] > git --version # 'git version 2.17.1' [2021-04-19T23:40:36.714Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T23:40:36.796Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T23:40:39.598Z] Checking out Revision a88ea99ffe9e2626f031198baec7712ee48b9091 (master) [2021-04-19T23:40:39.034Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T23:40:39.050Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T23:40:39.072Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T23:40:39.107Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T23:40:39.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T23:40:39.119Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T23:40:39.614Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T23:40:39.638Z] > git checkout -f a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 [2021-04-19T23:40:44.205Z] Commit message: "Merge pull request #339 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T23:40:45.755Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:40:46.158Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:40:46.497Z] + true [2021-04-19T23:40:46.497Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:40:49.173Z] provisioning config files... [2021-04-19T23:40:49.226Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/100@tmp/config4527766225710678471tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:40:49.604Z] ---> docker-login.sh [2021-04-19T23:40:49.604Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:40:50.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:40:50.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:40:50.864Z] Configure a credential helper to remove this warning. See [2021-04-19T23:40:50.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:40:50.864Z] [2021-04-19T23:40:50.864Z] Login Succeeded [2021-04-19T23:40:50.864Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:40:51.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:40:51.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:40:51.463Z] Configure a credential helper to remove this warning. See [2021-04-19T23:40:51.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:40:51.463Z] [2021-04-19T23:40:51.463Z] Login Succeeded [2021-04-19T23:40:51.463Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:40:51.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:40:52.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:40:52.020Z] Configure a credential helper to remove this warning. See [2021-04-19T23:40:52.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:40:52.020Z] [2021-04-19T23:40:52.020Z] Login Succeeded [2021-04-19T23:40:52.020Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:40:52.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:40:52.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:40:52.566Z] Configure a credential helper to remove this warning. See [2021-04-19T23:40:52.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:40:52.566Z] [2021-04-19T23:40:52.566Z] Login Succeeded [2021-04-19T23:40:52.566Z] docker.io [2021-04-19T23:40:52.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:40:53.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:40:53.438Z] Configure a credential helper to remove this warning. See [2021-04-19T23:40:53.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:40:53.438Z] [2021-04-19T23:40:53.438Z] Login Succeeded [2021-04-19T23:40:53.438Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:40:53.455Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T23:40:53.753Z] ========================================================= [2021-04-19T23:40:53.753Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T23:40:53.753Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:40:54.101Z] + 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-04-19T23:40:55.085Z] Sending build context to Docker daemon 34.83MB [2021-04-19T23:40:55.085Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T23:40:55.085Z] Step 2/8 : FROM ${BASE} [2021-04-19T23:40:55.085Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T23:40:55.085Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T23:40:55.085Z] a4357932f1b6: Pulling fs layer [2021-04-19T23:40:55.085Z] 18c013af1878: Pulling fs layer [2021-04-19T23:40:55.086Z] 00ac8860ef70: Pulling fs layer [2021-04-19T23:40:55.086Z] 63d7cb157983: Pulling fs layer [2021-04-19T23:40:55.086Z] b116817d02f9: Pulling fs layer [2021-04-19T23:40:55.086Z] 745a02a5169b: Pulling fs layer [2021-04-19T23:40:55.086Z] 63d7cb157983: Waiting [2021-04-19T23:40:55.086Z] b116817d02f9: Waiting [2021-04-19T23:40:55.086Z] 745a02a5169b: Waiting [2021-04-19T23:40:55.086Z] 00ac8860ef70: Waiting [2021-04-19T23:40:55.086Z] 18c013af1878: Download complete [2021-04-19T23:40:55.086Z] a4357932f1b6: Verifying Checksum [2021-04-19T23:40:55.086Z] a4357932f1b6: Download complete [2021-04-19T23:40:55.086Z] 63d7cb157983: Verifying Checksum [2021-04-19T23:40:55.086Z] 63d7cb157983: Download complete [2021-04-19T23:40:55.360Z] b116817d02f9: Verifying Checksum [2021-04-19T23:40:55.360Z] b116817d02f9: Download complete [2021-04-19T23:40:55.360Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T23:40:55.360Z] 5f621e34cdf4: Download complete [2021-04-19T23:40:55.961Z] 5f621e34cdf4: Pull complete [2021-04-19T23:40:56.235Z] a4357932f1b6: Pull complete [2021-04-19T23:40:56.834Z] 18c013af1878: Pull complete [2021-04-19T23:40:57.821Z] 745a02a5169b: Verifying Checksum [2021-04-19T23:40:57.821Z] 745a02a5169b: Download complete [2021-04-19T23:40:58.885Z] Running on prd-centos7-docker-4c-2g-1034 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-19T23:40:58.903Z] Running in /w/workspace/edgex-ui-go/100 [Pipeline] { [Pipeline] checkout [2021-04-19T23:40:59.262Z] 00ac8860ef70: Verifying Checksum [2021-04-19T23:40:59.262Z] 00ac8860ef70: Download complete [2021-04-19T23:41:01.546Z] using credential edgex-jenkins-ssh [2021-04-19T23:41:01.559Z] Cloning the remote Git repository [2021-04-19T23:41:01.581Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T23:41:01.644Z] > git init /w/workspace/edgex-ui-go/100 # timeout=10 [2021-04-19T23:41:01.712Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T23:41:01.713Z] > git --version # timeout=10 [2021-04-19T23:41:01.719Z] > git --version # 'git version 2.24.3' [2021-04-19T23:41:01.720Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T23:41:01.745Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T23:41:04.265Z] Checking out Revision a88ea99ffe9e2626f031198baec7712ee48b9091 (master) [2021-04-19T23:41:03.808Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T23:41:03.814Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T23:41:03.830Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T23:41:03.843Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T23:41:03.843Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T23:41:03.848Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T23:41:04.275Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T23:41:04.280Z] > git checkout -f a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 [2021-04-19T23:41:08.154Z] Commit message: "Merge pull request #339 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T23:41:09.208Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:41:09.430Z] 00ac8860ef70: Pull complete [2021-04-19T23:41:09.430Z] 63d7cb157983: Pull complete [2021-04-19T23:41:09.430Z] b116817d02f9: Pull complete [2021-04-19T23:41:09.557Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:41:09.865Z] + sudo service docker restart [2021-04-19T23:41:09.866Z] + true [2021-04-19T23:41:09.866Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:41:10.856Z] provisioning config files... [2021-04-19T23:41:10.897Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/100@tmp/config6429913506048202029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:41:11.234Z] ---> docker-login.sh [2021-04-19T23:41:11.234Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:41:11.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:41:11.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:41:11.764Z] Configure a credential helper to remove this warning. See [2021-04-19T23:41:11.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:41:11.764Z] [2021-04-19T23:41:11.764Z] Login Succeeded [2021-04-19T23:41:11.764Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:41:11.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:41:11.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:41:11.764Z] Configure a credential helper to remove this warning. See [2021-04-19T23:41:11.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:41:11.764Z] [2021-04-19T23:41:11.764Z] Login Succeeded [2021-04-19T23:41:11.764Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:41:12.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:41:12.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:41:12.027Z] Configure a credential helper to remove this warning. See [2021-04-19T23:41:12.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:41:12.027Z] [2021-04-19T23:41:12.027Z] Login Succeeded [2021-04-19T23:41:12.027Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:41:12.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:41:12.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:41:12.291Z] Configure a credential helper to remove this warning. See [2021-04-19T23:41:12.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:41:12.291Z] [2021-04-19T23:41:12.291Z] Login Succeeded [2021-04-19T23:41:12.291Z] docker.io [2021-04-19T23:41:12.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:41:12.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:41:12.558Z] Configure a credential helper to remove this warning. See [2021-04-19T23:41:12.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:41:12.558Z] [2021-04-19T23:41:12.558Z] Login Succeeded [2021-04-19T23:41:12.558Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:41:12.569Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T23:41:12.759Z] ========================================================= [2021-04-19T23:41:12.759Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T23:41:12.759Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:41:13.079Z] + 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-04-19T23:41:13.655Z] Sending build context to Docker daemon 34.83MB [2021-04-19T23:41:13.655Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T23:41:13.655Z] Step 2/8 : FROM ${BASE} [2021-04-19T23:41:13.655Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T23:41:13.655Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T23:41:13.655Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T23:41:13.655Z] de9db76c5a1d: Pulling fs layer [2021-04-19T23:41:13.655Z] bca2f99d35d6: Pulling fs layer [2021-04-19T23:41:13.655Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T23:41:13.655Z] 7c6f9722023f: Pulling fs layer [2021-04-19T23:41:13.655Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T23:41:13.655Z] 93359f2a8cfa: Waiting [2021-04-19T23:41:13.655Z] a35cf1a2eb13: Waiting [2021-04-19T23:41:13.655Z] 7c6f9722023f: Waiting [2021-04-19T23:41:13.655Z] bca2f99d35d6: Waiting [2021-04-19T23:41:13.655Z] de9db76c5a1d: Verifying Checksum [2021-04-19T23:41:13.655Z] de9db76c5a1d: Download complete [2021-04-19T23:41:13.655Z] 0ef7d3d256c8: Download complete [2021-04-19T23:41:13.655Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T23:41:13.655Z] 93359f2a8cfa: Download complete [2021-04-19T23:41:13.655Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T23:41:13.655Z] 188c0c94c7c5: Download complete [2021-04-19T23:41:13.655Z] 7c6f9722023f: Verifying Checksum [2021-04-19T23:41:13.655Z] 7c6f9722023f: Download complete [2021-04-19T23:41:13.744Z] 745a02a5169b: Pull complete [2021-04-19T23:41:13.744Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T23:41:13.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T23:41:13.744Z] ---> b7e6874047d6 [2021-04-19T23:41:13.744Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T23:41:14.239Z] 188c0c94c7c5: Pull complete [2021-04-19T23:41:14.239Z] 0ef7d3d256c8: Pull complete [2021-04-19T23:41:14.507Z] de9db76c5a1d: Pull complete [2021-04-19T23:41:15.084Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T23:41:15.085Z] a35cf1a2eb13: Download complete [2021-04-19T23:41:16.037Z] bca2f99d35d6: Verifying Checksum [2021-04-19T23:41:16.037Z] bca2f99d35d6: Download complete [2021-04-19T23:41:16.358Z] ---> Running in 8e04b56f21cd [2021-04-19T23:41:16.358Z] Removing intermediate container 8e04b56f21cd [2021-04-19T23:41:16.358Z] ---> 1c1b38d20ac6 [2021-04-19T23:41:16.358Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:41:16.358Z] ---> Running in dd90f6bebc42 [2021-04-19T23:41:18.989Z] Removing intermediate container dd90f6bebc42 [2021-04-19T23:41:18.989Z] ---> 8cebc2ff332b [2021-04-19T23:41:18.989Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-19T23:41:18.989Z] ---> Running in b0248513fae8 [2021-04-19T23:41:19.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:41:20.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:41:21.364Z] bca2f99d35d6: Pull complete [2021-04-19T23:41:21.364Z] 93359f2a8cfa: Pull complete [2021-04-19T23:41:21.364Z] 7c6f9722023f: Pull complete [2021-04-19T23:41:21.545Z] OK: 142 MiB in 39 packages [2021-04-19T23:41:22.525Z] Removing intermediate container b0248513fae8 [2021-04-19T23:41:22.525Z] ---> 657c4d7333be [2021-04-19T23:41:22.525Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-19T23:41:22.525Z] ---> Running in 295ae43df9a0 [2021-04-19T23:41:23.122Z] Removing intermediate container 295ae43df9a0 [2021-04-19T23:41:23.122Z] ---> 22029e9ffe54 [2021-04-19T23:41:23.122Z] Step 7/8 : COPY . . [2021-04-19T23:41:26.515Z] ---> 902b01b72f65 [2021-04-19T23:41:26.515Z] Step 8/8 : RUN go mod download [2021-04-19T23:41:26.515Z] ---> Running in a4449fc2b759 [2021-04-19T23:41:31.401Z] a35cf1a2eb13: Pull complete [2021-04-19T23:41:31.402Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T23:41:31.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T23:41:31.402Z] ---> a62c8e92a672 [2021-04-19T23:41:31.402Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T23:41:31.402Z] ---> Running in 1244e5a0409e [2021-04-19T23:41:31.402Z] Removing intermediate container 1244e5a0409e [2021-04-19T23:41:31.402Z] ---> d40421af200d [2021-04-19T23:41:31.402Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:41:31.402Z] ---> Running in a5b038f0f7f6 [2021-04-19T23:41:31.982Z] Removing intermediate container a5b038f0f7f6 [2021-04-19T23:41:31.982Z] ---> ede2d40bf376 [2021-04-19T23:41:31.982Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-19T23:41:31.982Z] ---> Running in 63335d774223 [2021-04-19T23:41:32.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:41:33.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:41:34.086Z] OK: 166 MiB in 39 packages [2021-04-19T23:41:34.349Z] Removing intermediate container 63335d774223 [2021-04-19T23:41:34.349Z] ---> fb5e7c0d703c [2021-04-19T23:41:34.349Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-19T23:41:34.349Z] ---> Running in 7af95c9f8143 [2021-04-19T23:41:34.622Z] Removing intermediate container 7af95c9f8143 [2021-04-19T23:41:34.622Z] ---> ae0fab0ccdd8 [2021-04-19T23:41:34.622Z] Step 7/8 : COPY . . [2021-04-19T23:41:37.945Z] ---> f5bc6a8e1ad4 [2021-04-19T23:41:37.945Z] Step 8/8 : RUN go mod download [2021-04-19T23:41:37.945Z] ---> Running in 7cc47db3b53f [2021-04-19T23:41:58.841Z] Removing intermediate container a4449fc2b759 [2021-04-19T23:41:58.842Z] ---> f3606068e832 [2021-04-19T23:41:58.842Z] Successfully built f3606068e832 [2021-04-19T23:41:58.842Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:41:59.186Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T23:41:59.186Z] . [Pipeline] withDockerContainer [2021-04-19T23:41:59.464Z] prd-ubuntu18.04-docker-arm64-4c-16g-1033 does not seem to be running inside a container [2021-04-19T23:41:59.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/100 -v /w/workspace/edgex-ui-go/100:/w/workspace/edgex-ui-go/100:rw,z -v /w/workspace/edgex-ui-go/100@tmp:/w/workspace/edgex-ui-go/100@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-04-19T23:42:01.029Z] $ docker top d606a84d611deb367f9a66736796c4f472aa51980332aefd194750008d1b2d57 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T23:42:01.994Z] + go version [2021-04-19T23:42:01.994Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T23:42:02.012Z] $ docker stop --time=1 d606a84d611deb367f9a66736796c4f472aa51980332aefd194750008d1b2d57 [2021-04-19T23:42:03.986Z] $ docker rm -f d606a84d611deb367f9a66736796c4f472aa51980332aefd194750008d1b2d57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:42:04.586Z] Removing intermediate container 7cc47db3b53f [2021-04-19T23:42:04.586Z] ---> 5d1b6ff99f45 [2021-04-19T23:42:04.586Z] Successfully built 5d1b6ff99f45 [2021-04-19T23:42:04.586Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:42:04.677Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T23:42:04.677Z] . [Pipeline] withDockerContainer [2021-04-19T23:42:04.901Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T23:42:04.901Z] . [2021-04-19T23:42:04.940Z] prd-ubuntu18.04-docker-arm64-4c-16g-1033 does not seem to be running inside a container [2021-04-19T23:42:05.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/100 -v /w/workspace/edgex-ui-go/100:/w/workspace/edgex-ui-go/100:rw,z -v /w/workspace/edgex-ui-go/100@tmp:/w/workspace/edgex-ui-go/100@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-04-19T23:42:06.539Z] $ docker top 1047bf15bd9f605e74f5567563c5117f045e90ae3c5c725b52a8a5323d5cab6c -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-04-19T23:42:06.976Z] prd-centos7-docker-4c-2g-1034 does not seem to be running inside a container [2021-04-19T23:42:07.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/100 -v /w/workspace/edgex-ui-go/100:/w/workspace/edgex-ui-go/100:rw,z -v /w/workspace/edgex-ui-go/100@tmp:/w/workspace/edgex-ui-go/100@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 ******** ci-base-image-x86_64 cat [2021-04-19T23:42:07.926Z] $ docker top bf371d26f07ec98d61d3290b16eae218197b5340fe47e161c6d13365360ea239 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-19T23:42:08.416Z] + go version [2021-04-19T23:42:08.416Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T23:42:08.434Z] $ docker stop --time=1 bf371d26f07ec98d61d3290b16eae218197b5340fe47e161c6d13365360ea239 [2021-04-19T23:42:08.722Z] + make test [2021-04-19T23:42:08.723Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-19T23:42:09.792Z] $ docker rm -f bf371d26f07ec98d61d3290b16eae218197b5340fe47e161c6d13365360ea239 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:42:10.160Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-19T23:42:10.309Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T23:42:10.309Z] . [Pipeline] withDockerContainer [2021-04-19T23:42:10.419Z] prd-centos7-docker-4c-2g-1034 does not seem to be running inside a container [2021-04-19T23:42:10.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/100 -v /w/workspace/edgex-ui-go/100:/w/workspace/edgex-ui-go/100:rw,z -v /w/workspace/edgex-ui-go/100@tmp:/w/workspace/edgex-ui-go/100@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 ******** ci-base-image-x86_64 cat [2021-04-19T23:42:11.167Z] $ docker top 3441819ab6ab6669edc23a79ee409a93e1732ac2fbf898c0029790c94fe07b9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T23:42:11.587Z] + make test [2021-04-19T23:42:11.587Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-19T23:42:13.116Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-19T23:42:23.497Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-19T23:42:23.497Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-19T23:42:25.467Z] $ docker stop --time=1 3441819ab6ab6669edc23a79ee409a93e1732ac2fbf898c0029790c94fe07b9b [2021-04-19T23:42:27.751Z] $ docker rm -f 3441819ab6ab6669edc23a79ee409a93e1732ac2fbf898c0029790c94fe07b9b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T23:42:28.236Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T23:42:28.621Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-19T23:42:31.099Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T23:42:31.400Z] + ls -al . [2021-04-19T23:42:31.401Z] total 92 [2021-04-19T23:42:31.401Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 19 23:42 . [2021-04-19T23:42:31.401Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 19 23:41 .. [2021-04-19T23:42:31.401Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 23:41 assets [2021-04-19T23:42:31.401Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 19 23:41 bin [2021-04-19T23:42:31.401Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 19 23:41 cmd [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 19 23:41 CONTRIBUTING.md [2021-04-19T23:42:31.401Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 19 23:42 coverage.out [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 19 23:41 Dockerfile [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 19 23:41 Dockerfile.build [2021-04-19T23:42:31.401Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 19 23:41 docs [2021-04-19T23:42:31.401Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 23:41 .git [2021-04-19T23:42:31.401Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 23:41 .github [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 19 23:41 .gitignore [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 19 23:41 go.mod [2021-04-19T23:42:31.401Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 19 23:42 go.sum [2021-04-19T23:42:31.401Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 19 23:41 internal [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 19 23:41 Jenkinsfile [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 19 23:41 LICENSE [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 19 23:41 Makefile [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 6012 Apr 19 23:41 README.md [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 19 23:38 VERSION [2021-04-19T23:42:31.401Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 19 23:41 version.go [2021-04-19T23:42:31.401Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 19 23:41 web [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:42:31.710Z] + 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=a88ea99ffe9e2626f031198baec7712ee48b9091 --label arch=amd64 --label version=2.0.0-dev.41 . [2021-04-19T23:42:32.289Z] Sending build context to Docker daemon 34.86MB [2021-04-19T23:42:32.289Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T23:42:32.289Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-19T23:42:32.289Z] ---> 5d1b6ff99f45 [2021-04-19T23:42:32.289Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-19T23:42:33.240Z] ---> Running in 3adc0fc71b4d [2021-04-19T23:42:33.240Z] Removing intermediate container 3adc0fc71b4d [2021-04-19T23:42:33.240Z] ---> b9e44e8a3f13 [2021-04-19T23:42:33.240Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T23:42:33.504Z] ---> Running in 9d8656e011d1 [2021-04-19T23:42:33.504Z] Removing intermediate container 9d8656e011d1 [2021-04-19T23:42:33.504Z] ---> 09dcc594213a [2021-04-19T23:42:33.504Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T23:42:33.504Z] ---> Running in 1999feb37311 [2021-04-19T23:42:33.769Z] Removing intermediate container 1999feb37311 [2021-04-19T23:42:33.770Z] ---> b260e579922f [2021-04-19T23:42:33.770Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-19T23:42:33.770Z] ---> Running in 98f3c57a9a69 [2021-04-19T23:42:34.033Z] Removing intermediate container 98f3c57a9a69 [2021-04-19T23:42:34.033Z] ---> c7325b1b421b [2021-04-19T23:42:34.033Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-19T23:42:34.033Z] ---> Running in 30654079d2a7 [2021-04-19T23:42:34.296Z] Removing intermediate container 30654079d2a7 [2021-04-19T23:42:34.296Z] ---> 3c1657ee01a7 [2021-04-19T23:42:34.296Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:42:34.296Z] ---> Running in 0c0bb7f7a402 [2021-04-19T23:42:35.252Z] Removing intermediate container 0c0bb7f7a402 [2021-04-19T23:42:35.252Z] ---> 2bbf9b66dcf3 [2021-04-19T23:42:35.252Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T23:42:35.252Z] ---> Running in 199b97de8c24 [2021-04-19T23:42:35.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:42:36.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:42:36.985Z] OK: 166 MiB in 39 packages [2021-04-19T23:42:37.248Z] Removing intermediate container 199b97de8c24 [2021-04-19T23:42:37.248Z] ---> 053a64141168 [2021-04-19T23:42:37.248Z] Step 10/24 : ENV GO111MODULE=on [2021-04-19T23:42:37.513Z] ---> Running in 8869368103b3 [2021-04-19T23:42:37.513Z] Removing intermediate container 8869368103b3 [2021-04-19T23:42:37.513Z] ---> 14a99616dee1 [2021-04-19T23:42:37.513Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-19T23:42:37.513Z] ---> Running in 1e11854b016f [2021-04-19T23:42:37.775Z] Removing intermediate container 1e11854b016f [2021-04-19T23:42:37.775Z] ---> d064427e9e01 [2021-04-19T23:42:37.775Z] Step 12/24 : COPY go.mod . [2021-04-19T23:42:38.037Z] ---> 39af967b21b8 [2021-04-19T23:42:38.037Z] Step 13/24 : COPY Makefile . [2021-04-19T23:42:38.300Z] ---> ce66f4c45f7b [2021-04-19T23:42:38.300Z] Step 14/24 : RUN make update [2021-04-19T23:42:38.301Z] ---> Running in b0f6be9954b7 [2021-04-19T23:42:38.887Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-19T23:42:39.464Z] Removing intermediate container b0f6be9954b7 [2021-04-19T23:42:39.464Z] ---> 9bd4b23f8865 [2021-04-19T23:42:39.464Z] Step 15/24 : COPY . . [2021-04-19T23:42:42.027Z] ---> a1c7a42895fc [2021-04-19T23:42:42.027Z] Step 16/24 : RUN ${MAKE} [2021-04-19T23:42:42.290Z] ---> Running in 1a7fbbe62f94 [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-19T23:42:42.516Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-19T23:42:42.516Z] GO111MODULE=on go vet ./... [2021-04-19T23:42:43.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.41" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [Pipeline] } [2021-04-19T23:42:45.162Z] $ docker stop --time=1 1047bf15bd9f605e74f5567563c5117f045e90ae3c5c725b52a8a5323d5cab6c [2021-04-19T23:42:47.092Z] $ docker rm -f 1047bf15bd9f605e74f5567563c5117f045e90ae3c5c725b52a8a5323d5cab6c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T23:42:47.822Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T23:42:47.842Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T23:42:48.764Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T23:42:49.239Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T23:42:49.625Z] + ls -al . [2021-04-19T23:42:49.625Z] total 124 [2021-04-19T23:42:49.625Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 23:42 . [2021-04-19T23:42:49.625Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 23:40 .. [2021-04-19T23:42:49.625Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 23:40 .git [2021-04-19T23:42:49.625Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 23:40 .github [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 19 23:40 .gitignore [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 19 23:40 CONTRIBUTING.md [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 19 23:40 Dockerfile [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 19 23:40 Dockerfile.build [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 19 23:40 Jenkinsfile [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 19 23:40 LICENSE [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 19 23:40 Makefile [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 6012 Apr 19 23:40 README.md [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 19 23:38 VERSION [2021-04-19T23:42:49.625Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 23:40 assets [2021-04-19T23:42:49.625Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 23:40 bin [2021-04-19T23:42:49.625Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 23:40 cmd [2021-04-19T23:42:49.625Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 19 23:42 coverage.out [2021-04-19T23:42:49.625Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 23:40 docs [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 19 23:40 go.mod [2021-04-19T23:42:49.625Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 19 23:42 go.sum [2021-04-19T23:42:49.625Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 23:40 internal [2021-04-19T23:42:49.625Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 19 23:40 version.go [2021-04-19T23:42:49.625Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 23:40 web [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:42:50.025Z] + 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=a88ea99ffe9e2626f031198baec7712ee48b9091 --label arch=arm64 --label version=2.0.0-dev.41 . [2021-04-19T23:42:51.046Z] Sending build context to Docker daemon 34.86MB [2021-04-19T23:42:51.046Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T23:42:51.046Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-19T23:42:51.046Z] ---> f3606068e832 [2021-04-19T23:42:51.046Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-19T23:42:51.641Z] ---> Running in c3e732d1f7a0 [2021-04-19T23:42:52.236Z] Removing intermediate container c3e732d1f7a0 [2021-04-19T23:42:52.236Z] ---> fb3e18075a0f [2021-04-19T23:42:52.236Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T23:42:52.236Z] ---> Running in 4ae149ce62e7 [2021-04-19T23:42:52.832Z] Removing intermediate container 4ae149ce62e7 [2021-04-19T23:42:52.832Z] ---> 91823abb81c0 [2021-04-19T23:42:52.832Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T23:42:52.832Z] ---> Running in 28cadefb95a7 [2021-04-19T23:42:53.105Z] Removing intermediate container 28cadefb95a7 [2021-04-19T23:42:53.105Z] ---> a0fb44460386 [2021-04-19T23:42:53.105Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-19T23:42:53.353Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-19T23:42:53.378Z] ---> Running in 7e75458d2008 [2021-04-19T23:42:53.652Z] Removing intermediate container 7e75458d2008 [2021-04-19T23:42:53.652Z] ---> 4212c7e95280 [2021-04-19T23:42:53.652Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-19T23:42:53.928Z] ---> Running in 4ede524056b2 [2021-04-19T23:42:54.524Z] Removing intermediate container 4ede524056b2 [2021-04-19T23:42:54.524Z] ---> 6a2f53e25bed [2021-04-19T23:42:54.524Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:42:54.524Z] ---> Running in 60fee48f6148 [2021-04-19T23:42:55.281Z] Removing intermediate container 1a7fbbe62f94 [2021-04-19T23:42:55.281Z] ---> 57529a38cf89 [2021-04-19T23:42:55.281Z] Step 17/24 : FROM alpine:3.12 [2021-04-19T23:42:55.855Z] 3.12: Pulling from library/alpine [2021-04-19T23:42:55.856Z] 339de151aab4: Pulling fs layer [2021-04-19T23:42:56.119Z] 339de151aab4: Verifying Checksum [2021-04-19T23:42:56.119Z] 339de151aab4: Download complete [2021-04-19T23:42:56.382Z] 339de151aab4: Pull complete [2021-04-19T23:42:56.382Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T23:42:56.382Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T23:42:56.382Z] ---> 13621d1b12d4 [2021-04-19T23:42:56.382Z] Step 18/24 : EXPOSE 4000 [2021-04-19T23:42:56.509Z] Removing intermediate container 60fee48f6148 [2021-04-19T23:42:56.509Z] ---> fa784c0e9327 [2021-04-19T23:42:56.509Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T23:42:56.644Z] ---> Running in bc95f6ded0ee [2021-04-19T23:42:56.644Z] Removing intermediate container bc95f6ded0ee [2021-04-19T23:42:56.644Z] ---> 16dcd0688891 [2021-04-19T23:42:56.644Z] 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-04-19T23:42:56.786Z] ---> Running in 9e3892db2438 [2021-04-19T23:42:57.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:42:58.035Z] ---> 26b70fb125da [2021-04-19T23:42:58.035Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-19T23:42:58.298Z] ---> Running in 91013098acf0 [2021-04-19T23:42:58.298Z] Removing intermediate container 91013098acf0 [2021-04-19T23:42:58.298Z] ---> 90c477f9674a [2021-04-19T23:42:58.298Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-19T23:42:58.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:42:58.560Z] ---> Running in 9201945d909a [2021-04-19T23:42:58.560Z] Removing intermediate container 9201945d909a [2021-04-19T23:42:58.561Z] ---> 9050f6e021c0 [2021-04-19T23:42:58.561Z] Step 22/24 : LABEL arch=amd64 [2021-04-19T23:42:58.561Z] ---> Running in 481f0790ab6c [2021-04-19T23:42:58.824Z] Removing intermediate container 481f0790ab6c [2021-04-19T23:42:58.824Z] ---> 200c61e3c087 [2021-04-19T23:42:58.824Z] Step 23/24 : LABEL git_sha=a88ea99ffe9e2626f031198baec7712ee48b9091 [2021-04-19T23:42:58.824Z] ---> Running in 5554a84e42ff [2021-04-19T23:42:59.086Z] Removing intermediate container 5554a84e42ff [2021-04-19T23:42:59.086Z] ---> 823bd7b6706d [2021-04-19T23:42:59.086Z] Step 24/24 : LABEL version=2.0.0-dev.41 [2021-04-19T23:42:59.086Z] ---> Running in bc687c5415c4 [2021-04-19T23:42:59.350Z] OK: 142 MiB in 39 packages [2021-04-19T23:43:00.033Z] Removing intermediate container bc687c5415c4 [2021-04-19T23:43:00.033Z] ---> 7642a1c2a2ef [2021-04-19T23:43:00.033Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T23:43:00.033Z] Successfully built 7642a1c2a2ef [2021-04-19T23:43:00.033Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:43:00.155Z] provisioning config files... [2021-04-19T23:43:00.186Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/100@tmp/config5532702748308490992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:43:00.326Z] Removing intermediate container 9e3892db2438 [2021-04-19T23:43:00.326Z] ---> c158fbf99112 [2021-04-19T23:43:00.326Z] Step 10/24 : ENV GO111MODULE=on [2021-04-19T23:43:00.326Z] ---> Running in bc1fd742ad24 [2021-04-19T23:43:00.516Z] ---> docker-login.sh [2021-04-19T23:43:00.517Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:43:00.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:43:00.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:43:00.779Z] Configure a credential helper to remove this warning. See [2021-04-19T23:43:00.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:43:00.779Z] [2021-04-19T23:43:00.779Z] Login Succeeded [2021-04-19T23:43:00.779Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:43:00.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:43:00.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:43:00.779Z] Configure a credential helper to remove this warning. See [2021-04-19T23:43:00.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:43:00.779Z] [2021-04-19T23:43:00.779Z] Login Succeeded [2021-04-19T23:43:00.779Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:43:00.918Z] Removing intermediate container bc1fd742ad24 [2021-04-19T23:43:00.918Z] ---> f51a9c74d30b [2021-04-19T23:43:00.918Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-19T23:43:00.918Z] ---> Running in 0a9beac928e6 [2021-04-19T23:43:01.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:43:01.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:43:01.042Z] Configure a credential helper to remove this warning. See [2021-04-19T23:43:01.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:43:01.042Z] [2021-04-19T23:43:01.042Z] Login Succeeded [2021-04-19T23:43:01.042Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:43:01.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:43:01.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:43:01.306Z] Configure a credential helper to remove this warning. See [2021-04-19T23:43:01.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:43:01.306Z] [2021-04-19T23:43:01.306Z] Login Succeeded [2021-04-19T23:43:01.306Z] docker.io [2021-04-19T23:43:01.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:43:01.510Z] Removing intermediate container 0a9beac928e6 [2021-04-19T23:43:01.510Z] ---> d5706e474299 [2021-04-19T23:43:01.510Z] Step 12/24 : COPY go.mod . [2021-04-19T23:43:01.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:43:01.567Z] Configure a credential helper to remove this warning. See [2021-04-19T23:43:01.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:43:01.567Z] [2021-04-19T23:43:01.567Z] Login Succeeded [2021-04-19T23:43:01.567Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:43:01.577Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:43:01.644Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-19T23:43:01.644Z] a88ea99ffe9e2626f031198baec7712ee48b9091 [2021-04-19T23:43:01.644Z] latest [2021-04-19T23:43:01.644Z] 2.0.0-dev.41 [2021-04-19T23:43:01.644Z] a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 [2021-04-19T23:43:01.644Z] master [2021-04-19T23:43:01.644Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:02.010Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:02.112Z] ---> 4860c13e5e21 [2021-04-19T23:43:02.112Z] Step 13/24 : COPY Makefile . [2021-04-19T23:43:02.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091 [2021-04-19T23:43:02.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T23:43:02.315Z] 3263a8f01d8f: Preparing [2021-04-19T23:43:02.315Z] 32f366d666a5: Preparing [2021-04-19T23:43:02.315Z] 32f366d666a5: Layer already exists [2021-04-19T23:43:03.097Z] ---> ac271c14bf13 [2021-04-19T23:43:03.098Z] Step 14/24 : RUN make update [2021-04-19T23:43:03.098Z] ---> Running in e6a1d80b3fba [2021-04-19T23:43:04.079Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-19T23:43:04.873Z] 3263a8f01d8f: Pushed [2021-04-19T23:43:04.873Z] a88ea99ffe9e2626f031198baec7712ee48b9091: digest: sha256:f8563b57a295ac457200543294f2aa1bae18766be2c0d425f8e79b5fd652c8c0 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:05.185Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:05.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-19T23:43:05.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T23:43:05.490Z] 3263a8f01d8f: Preparing [2021-04-19T23:43:05.490Z] 32f366d666a5: Preparing [2021-04-19T23:43:05.490Z] 3263a8f01d8f: Layer already exists [2021-04-19T23:43:05.490Z] 32f366d666a5: Layer already exists [2021-04-19T23:43:05.490Z] latest: digest: sha256:f8563b57a295ac457200543294f2aa1bae18766be2c0d425f8e79b5fd652c8c0 size: 740 [2021-04-19T23:43:05.506Z] Removing intermediate container e6a1d80b3fba [2021-04-19T23:43:05.506Z] ---> 4ecce5c8be7a [2021-04-19T23:43:05.506Z] Step 15/24 : COPY . . [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:05.799Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:06.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.41 [2021-04-19T23:43:06.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T23:43:06.105Z] 3263a8f01d8f: Preparing [2021-04-19T23:43:06.105Z] 32f366d666a5: Preparing [2021-04-19T23:43:06.105Z] 32f366d666a5: Layer already exists [2021-04-19T23:43:06.105Z] 3263a8f01d8f: Layer already exists [2021-04-19T23:43:06.105Z] 2.0.0-dev.41: digest: sha256:f8563b57a295ac457200543294f2aa1bae18766be2c0d425f8e79b5fd652c8c0 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:06.424Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:06.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 [2021-04-19T23:43:06.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T23:43:06.726Z] 3263a8f01d8f: Preparing [2021-04-19T23:43:06.726Z] 32f366d666a5: Preparing [2021-04-19T23:43:06.726Z] 32f366d666a5: Layer already exists [2021-04-19T23:43:06.726Z] 3263a8f01d8f: Layer already exists [2021-04-19T23:43:06.726Z] a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41: digest: sha256:f8563b57a295ac457200543294f2aa1bae18766be2c0d425f8e79b5fd652c8c0 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:07.031Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:07.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-19T23:43:07.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T23:43:07.333Z] 3263a8f01d8f: Preparing [2021-04-19T23:43:07.333Z] 32f366d666a5: Preparing [2021-04-19T23:43:07.333Z] 32f366d666a5: Layer already exists [2021-04-19T23:43:07.333Z] 3263a8f01d8f: Layer already exists [2021-04-19T23:43:07.333Z] master: digest: sha256:f8563b57a295ac457200543294f2aa1bae18766be2c0d425f8e79b5fd652c8c0 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:43:07.389Z] ===================================================== [Pipeline] echo [2021-04-19T23:43:07.415Z] taggedImages: [2021-04-19T23:43:07.415Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091 [2021-04-19T23:43:07.415Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-19T23:43:07.415Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.41 [2021-04-19T23:43:07.415Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 [2021-04-19T23:43:07.415Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:43:07.976Z] ---> job-cost.sh [2021-04-19T23:43:07.976Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VRyO [2021-04-19T23:43:08.897Z] ---> 58cff684fd9b [2021-04-19T23:43:08.897Z] Step 16/24 : RUN ${MAKE} [2021-04-19T23:43:08.897Z] ---> Running in 659ce9c4abfb [2021-04-19T23:43:09.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.41" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-19T23:43:22.924Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T23:43:36.334Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-19T23:43:41.726Z] Removing intermediate container 659ce9c4abfb [2021-04-19T23:43:41.726Z] ---> 0de95d8f0432 [2021-04-19T23:43:41.726Z] Step 17/24 : FROM alpine:3.12 [2021-04-19T23:43:42.317Z] 3.12: Pulling from library/alpine [2021-04-19T23:43:42.317Z] d2f70382dc9a: Pulling fs layer [2021-04-19T23:43:42.588Z] d2f70382dc9a: Download complete [2021-04-19T23:43:43.182Z] d2f70382dc9a: Pull complete [2021-04-19T23:43:43.182Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T23:43:43.182Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T23:43:43.182Z] ---> 9852663dfa18 [2021-04-19T23:43:43.182Z] Step 18/24 : EXPOSE 4000 [2021-04-19T23:43:43.453Z] ---> Running in 5c7edb4ca26a [2021-04-19T23:43:43.727Z] Removing intermediate container 5c7edb4ca26a [2021-04-19T23:43:43.727Z] ---> 97220345c12a [2021-04-19T23:43:43.727Z] 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-04-19T23:43:46.341Z] ---> b6775f11d674 [2021-04-19T23:43:46.341Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-19T23:43:46.341Z] ---> Running in 72f90ebfdd5d [2021-04-19T23:43:46.614Z] Removing intermediate container 72f90ebfdd5d [2021-04-19T23:43:46.614Z] ---> 255c29f4ff57 [2021-04-19T23:43:46.614Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-19T23:43:46.614Z] ---> Running in 130d4d3dae69 [2021-04-19T23:43:47.213Z] Removing intermediate container 130d4d3dae69 [2021-04-19T23:43:47.213Z] ---> 74dedcd2e684 [2021-04-19T23:43:47.213Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T23:43:47.213Z] ---> Running in 15bdd9cbf6d2 [2021-04-19T23:43:47.807Z] Removing intermediate container 15bdd9cbf6d2 [2021-04-19T23:43:47.807Z] ---> d6bb0df5027c [2021-04-19T23:43:47.807Z] Step 23/24 : LABEL git_sha=a88ea99ffe9e2626f031198baec7712ee48b9091 [2021-04-19T23:43:47.807Z] ---> Running in ffb106dc7485 [2021-04-19T23:43:48.409Z] Removing intermediate container ffb106dc7485 [2021-04-19T23:43:48.409Z] ---> eb201f84b269 [2021-04-19T23:43:48.409Z] Step 24/24 : LABEL version=2.0.0-dev.41 [2021-04-19T23:43:48.409Z] ---> Running in 5034be688ce5 [2021-04-19T23:43:49.000Z] Removing intermediate container 5034be688ce5 [2021-04-19T23:43:49.000Z] ---> ae5c60a8bfad [2021-04-19T23:43:49.000Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T23:43:49.000Z] Successfully built ae5c60a8bfad [2021-04-19T23:43:49.000Z] 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-04-19T23:43:49.139Z] provisioning config files... [2021-04-19T23:43:49.175Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/100@tmp/config2489478909819221387tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:43:49.528Z] ---> docker-login.sh [2021-04-19T23:43:49.528Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:43:49.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:43:50.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:43:50.072Z] Configure a credential helper to remove this warning. See [2021-04-19T23:43:50.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:43:50.072Z] [2021-04-19T23:43:50.072Z] Login Succeeded [2021-04-19T23:43:50.072Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:43:50.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:43:50.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:43:50.616Z] Configure a credential helper to remove this warning. See [2021-04-19T23:43:50.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:43:50.616Z] [2021-04-19T23:43:50.616Z] Login Succeeded [2021-04-19T23:43:50.616Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:43:50.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:43:51.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:43:51.160Z] Configure a credential helper to remove this warning. See [2021-04-19T23:43:51.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:43:51.160Z] [2021-04-19T23:43:51.160Z] Login Succeeded [2021-04-19T23:43:51.160Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:43:51.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:43:51.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:43:51.711Z] Configure a credential helper to remove this warning. See [2021-04-19T23:43:51.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:43:51.711Z] [2021-04-19T23:43:51.711Z] Login Succeeded [2021-04-19T23:43:51.711Z] docker.io [2021-04-19T23:43:51.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:43:52.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:43:52.253Z] Configure a credential helper to remove this warning. See [2021-04-19T23:43:52.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:43:52.253Z] [2021-04-19T23:43:52.253Z] Login Succeeded [2021-04-19T23:43:52.253Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:43:52.269Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:43:52.337Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-19T23:43:52.338Z] a88ea99ffe9e2626f031198baec7712ee48b9091 [2021-04-19T23:43:52.338Z] latest [2021-04-19T23:43:52.338Z] 2.0.0-dev.41 [2021-04-19T23:43:52.338Z] a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 [2021-04-19T23:43:52.338Z] master [2021-04-19T23:43:52.338Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:52.708Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:43:53.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091 [2021-04-19T23:43:53.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T23:43:53.041Z] 70b4477f27be: Preparing [2021-04-19T23:43:53.041Z] 3fbe34a1663b: Preparing [2021-04-19T23:43:53.314Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:43:55.140Z] lf-activate-venv(): INFO: Adding /tmp/venv-VRyO/bin to PATH [2021-04-19T23:43:55.140Z] INFO: No Stack... [2021-04-19T23:43:55.140Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T23:43:55.140Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T23:43:55.458Z] + cat /w/workspace/edgex-ui-go/100/archives/cost.csv [2021-04-19T23:43:55.458Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T23:43:55.575Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] [2021-04-19T23:43:55.583Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] did not exist. Created. [2021-04-19T23:43:55.583Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T23:43:55.977Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T23:43:56.134Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T23:43:56.144Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T23:43:59.993Z] 70b4477f27be: Pushed [2021-04-19T23:43:59.994Z] a88ea99ffe9e2626f031198baec7712ee48b9091: digest: sha256:0ee6500eb88a965807829e3017070f6359bdf0608f64bf90f22132f07bd35556 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:44:00.330Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:44:00.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-19T23:44:00.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T23:44:00.675Z] 70b4477f27be: Preparing [2021-04-19T23:44:00.675Z] 3fbe34a1663b: Preparing [2021-04-19T23:44:00.675Z] 70b4477f27be: Layer already exists [2021-04-19T23:44:00.675Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:44:00.946Z] latest: digest: sha256:0ee6500eb88a965807829e3017070f6359bdf0608f64bf90f22132f07bd35556 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:44:01.282Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:44:01.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.41 [2021-04-19T23:44:01.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T23:44:01.613Z] 70b4477f27be: Preparing [2021-04-19T23:44:01.613Z] 3fbe34a1663b: Preparing [2021-04-19T23:44:01.613Z] 70b4477f27be: Layer already exists [2021-04-19T23:44:01.613Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:44:01.886Z] 2.0.0-dev.41: digest: sha256:0ee6500eb88a965807829e3017070f6359bdf0608f64bf90f22132f07bd35556 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:44:02.277Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:44:02.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 [2021-04-19T23:44:02.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T23:44:02.609Z] 70b4477f27be: Preparing [2021-04-19T23:44:02.609Z] 3fbe34a1663b: Preparing [2021-04-19T23:44:02.609Z] 70b4477f27be: Layer already exists [2021-04-19T23:44:02.609Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:44:02.879Z] a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41: digest: sha256:0ee6500eb88a965807829e3017070f6359bdf0608f64bf90f22132f07bd35556 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:44:03.220Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:44:03.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-19T23:44:03.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T23:44:03.551Z] 70b4477f27be: Preparing [2021-04-19T23:44:03.551Z] 3fbe34a1663b: Preparing [2021-04-19T23:44:03.551Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:44:03.551Z] 70b4477f27be: Layer already exists [2021-04-19T23:44:03.824Z] master: digest: sha256:0ee6500eb88a965807829e3017070f6359bdf0608f64bf90f22132f07bd35556 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:44:03.900Z] ===================================================== [Pipeline] echo [2021-04-19T23:44:03.923Z] taggedImages: [2021-04-19T23:44:03.923Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091 [2021-04-19T23:44:03.923Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-19T23:44:03.923Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.41 [2021-04-19T23:44:03.923Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:a88ea99ffe9e2626f031198baec7712ee48b9091-2.0.0-dev.41 [2021-04-19T23:44:03.923Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:44:04.311Z] ---> job-cost.sh [2021-04-19T23:44:04.311Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fpwo [2021-04-19T23:44:43.255Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T23:46:20.074Z] lf-activate-venv(): INFO: Adding /tmp/venv-fpwo/bin to PATH [2021-04-19T23:46:20.074Z] INFO: No Stack... [2021-04-19T23:46:20.074Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T23:46:20.074Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T23:46:20.412Z] + + cutcat -d, /w/workspace/edgex-ui-go/100/archives/cost.csv -f6 [2021-04-19T23:46:20.412Z] [Pipeline] lock [2021-04-19T23:46:20.530Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] [2021-04-19T23:46:20.539Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] did not exist. Created. [2021-04-19T23:46:20.539Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-100-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T23:46:20.902Z] /w/workspace/edgex-ui-go/100@tmp/durable-325f4e63/script.sh: 1: /w/workspace/edgex-ui-go/100@tmp/durable-325f4e63/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T23:46:21.247Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T23:46:21.282Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T23:46:21.514Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T23:46:21.524Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-100-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-04-19T23:46:22.182Z] provisioning config files... [2021-04-19T23:46:22.193Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2743688017726815765tmp [Pipeline] { [Pipeline] sh [2021-04-19T23:46:22.516Z] + set +x [2021-04-19T23:46:22.516Z] + bash -s -- [2021-04-19T23:46:22.516Z] + curl -s https://codecov.io/bash [2021-04-19T23:46:22.781Z] [2021-04-19T23:46:22.781Z] _____ _ [2021-04-19T23:46:22.781Z] / ____| | | [2021-04-19T23:46:22.781Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T23:46:22.781Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T23:46:22.781Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T23:46:22.781Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T23:46:22.781Z] Bash-1.0.1 [2021-04-19T23:46:22.781Z] [2021-04-19T23:46:22.781Z] [2021-04-19T23:46:22.781Z] ==> git version 2.24.3 found [2021-04-19T23:46:22.781Z] ==> 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-04-19T23:46:22.781Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T23:46:22.781Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T23:46:22.781Z] ==> Jenkins CI detected. [2021-04-19T23:46:22.781Z] project root: . [2021-04-19T23:46:22.781Z] --> token set from env [2021-04-19T23:46:22.781Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T23:46:22.781Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T23:46:22.781Z] ==> Python coveragepy not found [2021-04-19T23:46:22.781Z] ==> Searching for coverage reports in: [2021-04-19T23:46:22.781Z] + . [2021-04-19T23:46:22.781Z] -> Found 1 reports [2021-04-19T23:46:22.781Z] ==> Detecting git/mercurial file structure [2021-04-19T23:46:22.781Z] ==> Reading reports [2021-04-19T23:46:22.781Z] + ./coverage.out bytes=10 [2021-04-19T23:46:22.781Z] ==> Appending adjustments [2021-04-19T23:46:22.781Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T23:46:23.044Z] + Found adjustments [2021-04-19T23:46:23.044Z] ==> Gzipping contents [2021-04-19T23:46:23.044Z] 4.0K /tmp/codecov.opDHxS.gz [2021-04-19T23:46:23.044Z] ==> Uploading reports [2021-04-19T23:46:23.044Z] url: https://codecov.io [2021-04-19T23:46:23.044Z] query: branch=master&commit=a88ea99ffe9e2626f031198baec7712ee48b9091&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F100%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T23:46:23.044Z] -> Pinging Codecov [2021-04-19T23:46:23.044Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=a88ea99ffe9e2626f031198baec7712ee48b9091&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F100%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T23:46:23.620Z] -> Uploading to [2021-04-19T23:46:23.620Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/FB506323287CE973F263BFD2A0EB1F37/a88ea99ffe9e2626f031198baec7712ee48b9091/5aa18ea9-bf08-41cd-93d2-d0042c9ee7ac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T234623Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6b12fc85ff0fd785ac6a9f1e4852b7965c21376bf19017f2ac7dcc1ce372cf9e [2021-04-19T23:46:23.620Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:46:23.620Z] Dload Upload Total Spent Left Speed [2021-04-19T23:46:24.196Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 6902 --:--:-- --:--:-- --:--:-- 6893 100 3902 0 0 100 3902 0 6899 --:--:-- --:--:-- --:--:-- 6893 [2021-04-19T23:46:24.196Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] } [2021-04-19T23:46:24.206Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T23:46:24.944Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T23:46:24.966Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:46:25.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T23:46:25.279Z] [2021-04-19T23:46:25.279Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:46:25.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T23:46:25.818Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T23:46:25.818Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T23:46:25.818Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T23:46:25.818Z] de9db76c5a1d: Pulling fs layer [2021-04-19T23:46:25.818Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T23:46:25.818Z] 0d57e429df01: Pulling fs layer [2021-04-19T23:46:25.818Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T23:46:25.818Z] e1f770b5df2f: Pulling fs layer [2021-04-19T23:46:25.818Z] 85a0685a4137: Pulling fs layer [2021-04-19T23:46:25.818Z] 0eba1c9be4d2: Waiting [2021-04-19T23:46:25.818Z] 0d57e429df01: Waiting [2021-04-19T23:46:25.818Z] 4e4be7b47b0d: Waiting [2021-04-19T23:46:25.818Z] e1f770b5df2f: Waiting [2021-04-19T23:46:25.818Z] 85a0685a4137: Waiting [2021-04-19T23:46:25.818Z] de9db76c5a1d: Verifying Checksum [2021-04-19T23:46:25.818Z] de9db76c5a1d: Download complete [2021-04-19T23:46:25.818Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T23:46:25.818Z] 0ef7d3d256c8: Download complete [2021-04-19T23:46:25.818Z] 0d57e429df01: Verifying Checksum [2021-04-19T23:46:25.818Z] 0d57e429df01: Download complete [2021-04-19T23:46:25.818Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T23:46:25.818Z] 4e4be7b47b0d: Download complete [2021-04-19T23:46:25.818Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T23:46:26.121Z] 188c0c94c7c5: Pull complete [2021-04-19T23:46:26.386Z] 0ef7d3d256c8: Pull complete [2021-04-19T23:46:26.386Z] de9db76c5a1d: Pull complete [2021-04-19T23:46:27.335Z] e1f770b5df2f: Verifying Checksum [2021-04-19T23:46:27.336Z] e1f770b5df2f: Download complete [2021-04-19T23:46:29.268Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T23:46:29.268Z] 0eba1c9be4d2: Download complete [2021-04-19T23:46:29.531Z] 85a0685a4137: Verifying Checksum [2021-04-19T23:46:34.873Z] 0eba1c9be4d2: Pull complete [2021-04-19T23:46:34.873Z] 0d57e429df01: Pull complete [2021-04-19T23:46:34.873Z] 4e4be7b47b0d: Pull complete [2021-04-19T23:46:36.790Z] e1f770b5df2f: Pull complete [2021-04-19T23:46:44.967Z] 85a0685a4137: Pull complete [2021-04-19T23:46:44.967Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T23:46:44.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T23:46:44.967Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T23:46:45.156Z] prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container [2021-04-19T23:46:45.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-19T23:46:46.278Z] $ docker top 5183aa2bd663908309c705637f4c0850c493cfcd42f7053d89614e1a35d02e4e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T23:46:46.443Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T23:46:46.744Z] + set -o pipefail [2021-04-19T23:46:46.744Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T23:46:56.778Z] [2021-04-19T23:46:56.778Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-04-19T23:46:56.778Z] [2021-04-19T23:46:56.778Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/802f8fd7-5e13-4641-9e06-7b27c8544a9e [2021-04-19T23:46:56.778Z] [2021-04-19T23:46:56.778Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-19T23:46:56.778Z] [2021-04-19T23:46:56.778Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T23:46:56.778Z] [2021-04-19T23:46:56.778Z] [2021-04-19T23:46:56.778Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T23:46:56.778Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T23:46:56.795Z] $ docker stop --time=1 5183aa2bd663908309c705637f4c0850c493cfcd42f7053d89614e1a35d02e4e [2021-04-19T23:47:00.010Z] $ docker rm -f 5183aa2bd663908309c705637f4c0850c493cfcd42f7053d89614e1a35d02e4e [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-04-19T23:47:01.153Z] + git log --format=format:%s -1 a88ea99ffe9e2626f031198baec7712ee48b9091 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:47:01.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:47:01.521Z] . [Pipeline] withDockerContainer [2021-04-19T23:47:01.625Z] prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container [2021-04-19T23:47:01.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T23:47:02.495Z] $ docker top c0f1c750870526c7e96a0b9b3ccf00375935a3afdc81208da4731cce5f1d08ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T23:47:02.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:47:02.715Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:47:02.972Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:47:02.977Z] $ docker exec c0f1c750870526c7e96a0b9b3ccf00375935a3afdc81208da4731cce5f1d08ef ssh-agent [2021-04-19T23:47:03.153Z] SSH_AUTH_SOCK=/tmp/ssh-GWyHBZ2wQoiM/agent.11 [2021-04-19T23:47:03.154Z] SSH_AGENT_PID=16 [2021-04-19T23:47:03.160Z] Running ssh-add (command line suppressed) [2021-04-19T23:47:03.294Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_9122626317113061380.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_9122626317113061380.key) [2021-04-19T23:47:03.351Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:47:03.651Z] + git semver tag [2021-04-19T23:47:03.651Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T23:47:03.651Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T23:47:03.651Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T23:47:03.651Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T23:47:03.651Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T23:47:03.651Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T23:47:03.651Z] # $SEMVER_BRANCH = master [2021-04-19T23:47:03.651Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-19T23:47:03.651Z] # a88ea99ffe9e2626f031198baec7712ee48b9091 HEAD [2021-04-19T23:47:03.912Z] # -> Force: false [2021-04-19T23:47:03.912Z] # c233fbacc43cf0025c36f35d2dde71270a949174 refs/tags/v2.0.0-dev.41 [Pipeline] } [2021-04-19T23:47:03.925Z] $ docker exec --env ******** --env ******** c0f1c750870526c7e96a0b9b3ccf00375935a3afdc81208da4731cce5f1d08ef ssh-agent -k [2021-04-19T23:47:04.047Z] unset SSH_AUTH_SOCK; [2021-04-19T23:47:04.048Z] unset SSH_AGENT_PID; [2021-04-19T23:47:04.048Z] echo Agent pid 16 killed; [2021-04-19T23:47:04.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T23:47:04.428Z] + git semver [Pipeline] } [2021-04-19T23:47:04.448Z] $ docker stop --time=1 c0f1c750870526c7e96a0b9b3ccf00375935a3afdc81208da4731cce5f1d08ef [2021-04-19T23:47:05.835Z] $ docker rm -f c0f1c750870526c7e96a0b9b3ccf00375935a3afdc81208da4731cce5f1d08ef [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:47:06.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T23:47:06.416Z] [2021-04-19T23:47:06.416Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:47:06.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T23:47:06.744Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T23:47:06.744Z] ab5ef0e58194: Pulling fs layer [2021-04-19T23:47:06.744Z] 9712f1f96733: Pulling fs layer [2021-04-19T23:47:06.744Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T23:47:06.744Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T23:47:06.744Z] e9a5061849ea: Pulling fs layer [2021-04-19T23:47:06.744Z] d747dcd14b5f: Pulling fs layer [2021-04-19T23:47:06.744Z] 2de7ff778b66: Pulling fs layer [2021-04-19T23:47:06.744Z] e9a5061849ea: Waiting [2021-04-19T23:47:06.744Z] d747dcd14b5f: Waiting [2021-04-19T23:47:06.744Z] 2de7ff778b66: Waiting [2021-04-19T23:47:06.744Z] 0d9ebad4ef96: Waiting [2021-04-19T23:47:06.744Z] 9712f1f96733: Verifying Checksum [2021-04-19T23:47:06.744Z] 9712f1f96733: Download complete [2021-04-19T23:47:08.685Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T23:47:08.685Z] 63f879dbbcfc: Download complete [2021-04-19T23:47:08.685Z] e9a5061849ea: Verifying Checksum [2021-04-19T23:47:08.685Z] e9a5061849ea: Download complete [2021-04-19T23:47:08.685Z] d747dcd14b5f: Verifying Checksum [2021-04-19T23:47:08.685Z] d747dcd14b5f: Download complete [2021-04-19T23:47:08.947Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T23:47:08.947Z] 0d9ebad4ef96: Download complete [2021-04-19T23:47:08.947Z] 2de7ff778b66: Verifying Checksum [2021-04-19T23:47:08.947Z] 2de7ff778b66: Download complete [2021-04-19T23:47:09.209Z] ab5ef0e58194: Verifying Checksum [2021-04-19T23:47:09.209Z] ab5ef0e58194: Download complete [2021-04-19T23:47:14.526Z] ab5ef0e58194: Pull complete [2021-04-19T23:47:14.789Z] 9712f1f96733: Pull complete [2021-04-19T23:47:18.124Z] 63f879dbbcfc: Pull complete [2021-04-19T23:47:24.777Z] 0d9ebad4ef96: Pull complete [2021-04-19T23:47:27.336Z] e9a5061849ea: Pull complete [2021-04-19T23:47:27.336Z] d747dcd14b5f: Pull complete [2021-04-19T23:47:28.738Z] 2de7ff778b66: Pull complete [2021-04-19T23:47:28.739Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T23:47:28.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T23:47:28.739Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T23:47:28.926Z] prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container [2021-04-19T23:47:28.968Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-19T23:47:33.896Z] $ docker top c2b8d28a16215b14b77dea01867a270956e344f823a0f9fd7d951dddd4e1cd0d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T23:47:34.089Z] provisioning config files... [2021-04-19T23:47:34.099Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1888655290737702145tmp [2021-04-19T23:47:34.114Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2257098313765830333tmp [2021-04-19T23:47:34.130Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1096024916123184805tmp [Pipeline] { [Pipeline] echo [2021-04-19T23:47:34.153Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:47:34.453Z] ---> sigul-configuration.sh [2021-04-19T23:47:34.453Z] gpg: directory `/root/.gnupg' created [2021-04-19T23:47:34.453Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T23:47:34.453Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T23:47:34.453Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T23:47:34.453Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T23:47:34.453Z] gpg: CAST5 encrypted data [2021-04-19T23:47:34.715Z] gpg: encrypted with 1 passphrase [2021-04-19T23:47:34.715Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T23:47:35.021Z] + mkdir /home/jenkins [2021-04-19T23:47:35.021Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T23:47:35.317Z] + 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-04-19T23:47:35.330Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:47:35.637Z] ---> sigul-install.sh [2021-04-19T23:47:43.798Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T23:47:44.099Z] + git tag --list [2021-04-19T23:47:44.100Z] 0.1.1 [2021-04-19T23:47:44.100Z] v1.1.0 [2021-04-19T23:47:44.100Z] v1.2.0 [2021-04-19T23:47:44.100Z] v1.2.1 [2021-04-19T23:47:44.100Z] v1.3.0 [2021-04-19T23:47:44.100Z] v2.0.0-dev.1 [2021-04-19T23:47:44.100Z] v2.0.0-dev.10 [2021-04-19T23:47:44.100Z] v2.0.0-dev.11 [2021-04-19T23:47:44.100Z] v2.0.0-dev.12 [2021-04-19T23:47:44.100Z] v2.0.0-dev.13 [2021-04-19T23:47:44.100Z] v2.0.0-dev.14 [2021-04-19T23:47:44.100Z] v2.0.0-dev.15 [2021-04-19T23:47:44.100Z] v2.0.0-dev.16 [2021-04-19T23:47:44.100Z] v2.0.0-dev.17 [2021-04-19T23:47:44.100Z] v2.0.0-dev.18 [2021-04-19T23:47:44.100Z] v2.0.0-dev.19 [2021-04-19T23:47:44.100Z] v2.0.0-dev.2 [2021-04-19T23:47:44.100Z] v2.0.0-dev.20 [2021-04-19T23:47:44.100Z] v2.0.0-dev.21 [2021-04-19T23:47:44.100Z] v2.0.0-dev.22 [2021-04-19T23:47:44.100Z] v2.0.0-dev.23 [2021-04-19T23:47:44.100Z] v2.0.0-dev.24 [2021-04-19T23:47:44.100Z] v2.0.0-dev.25 [2021-04-19T23:47:44.100Z] v2.0.0-dev.26 [2021-04-19T23:47:44.100Z] v2.0.0-dev.27 [2021-04-19T23:47:44.100Z] v2.0.0-dev.28 [2021-04-19T23:47:44.100Z] v2.0.0-dev.29 [2021-04-19T23:47:44.100Z] v2.0.0-dev.3 [2021-04-19T23:47:44.100Z] v2.0.0-dev.30 [2021-04-19T23:47:44.100Z] v2.0.0-dev.31 [2021-04-19T23:47:44.100Z] v2.0.0-dev.32 [2021-04-19T23:47:44.100Z] v2.0.0-dev.33 [2021-04-19T23:47:44.100Z] v2.0.0-dev.34 [2021-04-19T23:47:44.100Z] v2.0.0-dev.35 [2021-04-19T23:47:44.100Z] v2.0.0-dev.36 [2021-04-19T23:47:44.100Z] v2.0.0-dev.37 [2021-04-19T23:47:44.100Z] v2.0.0-dev.38 [2021-04-19T23:47:44.100Z] v2.0.0-dev.39 [2021-04-19T23:47:44.100Z] v2.0.0-dev.4 [2021-04-19T23:47:44.100Z] v2.0.0-dev.40 [2021-04-19T23:47:44.100Z] v2.0.0-dev.41 [2021-04-19T23:47:44.100Z] v2.0.0-dev.5 [2021-04-19T23:47:44.100Z] v2.0.0-dev.6 [2021-04-19T23:47:44.100Z] v2.0.0-dev.7 [2021-04-19T23:47:44.100Z] v2.0.0-dev.8 [2021-04-19T23:47:44.100Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-19T23:47:44.402Z] + lftools sign git-tag v2.0.0-dev.41 [2021-04-19T23:47:45.797Z] Signing Git tag with Sigul... [2021-04-19T23:47:45.797Z] Signing v2.0.0-dev.41 [Pipeline] echo [2021-04-19T23:47:47.730Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:47:48.029Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T23:47:48.106Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T23:47:48.182Z] $ docker stop --time=1 c2b8d28a16215b14b77dea01867a270956e344f823a0f9fd7d951dddd4e1cd0d [2021-04-19T23:47:50.303Z] $ docker rm -f c2b8d28a16215b14b77dea01867a270956e344f823a0f9fd7d951dddd4e1cd0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:47:50.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:47:50.870Z] . [Pipeline] withDockerContainer [2021-04-19T23:47:50.975Z] prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container [2021-04-19T23:47:51.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T23:47:51.737Z] $ docker top 9443678784dc241549860c6a0cd8abb93b64aea8d3a789e2c7983c39d5f1fd11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T23:47:51.936Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:47:51.936Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:47:52.145Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:47:52.150Z] $ docker exec 9443678784dc241549860c6a0cd8abb93b64aea8d3a789e2c7983c39d5f1fd11 ssh-agent [2021-04-19T23:47:52.346Z] SSH_AUTH_SOCK=/tmp/ssh-wSTMpSnp53QN/agent.12 [2021-04-19T23:47:52.346Z] SSH_AGENT_PID=17 [2021-04-19T23:47:52.353Z] Running ssh-add (command line suppressed) [2021-04-19T23:47:52.482Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_347899887649923505.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_347899887649923505.key) [2021-04-19T23:47:52.540Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:47:52.845Z] + git semver bump pre [2021-04-19T23:47:52.845Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T23:47:52.845Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T23:47:52.845Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T23:47:52.845Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T23:47:52.845Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T23:47:52.845Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T23:47:52.845Z] # $SEMVER_BRANCH = master [2021-04-19T23:47:52.845Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-19T23:47:52.845Z] 2.0.0-dev.42 [Pipeline] } [2021-04-19T23:47:52.859Z] $ docker exec --env ******** --env ******** 9443678784dc241549860c6a0cd8abb93b64aea8d3a789e2c7983c39d5f1fd11 ssh-agent -k [2021-04-19T23:47:52.986Z] unset SSH_AUTH_SOCK; [2021-04-19T23:47:52.986Z] unset SSH_AGENT_PID; [2021-04-19T23:47:52.986Z] echo Agent pid 17 killed; [2021-04-19T23:47:53.035Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T23:47:53.369Z] + git semver [Pipeline] } [2021-04-19T23:47:53.386Z] $ docker stop --time=1 9443678784dc241549860c6a0cd8abb93b64aea8d3a789e2c7983c39d5f1fd11 [2021-04-19T23:47:54.755Z] $ docker rm -f 9443678784dc241549860c6a0cd8abb93b64aea8d3a789e2c7983c39d5f1fd11 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:47:55.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:47:55.190Z] . [Pipeline] withDockerContainer [2021-04-19T23:47:55.293Z] prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container [2021-04-19T23:47:55.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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T23:47:56.150Z] $ docker top 6ce1bd3cc4dd1b9c5a77128764f29c192c9e7e290476b85a0350ada9b45090b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T23:47:56.327Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:47:56.327Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:47:56.536Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:47:56.540Z] $ docker exec 6ce1bd3cc4dd1b9c5a77128764f29c192c9e7e290476b85a0350ada9b45090b8 ssh-agent [2021-04-19T23:47:56.722Z] SSH_AUTH_SOCK=/tmp/ssh-ABSPesstUxf0/agent.12 [2021-04-19T23:47:56.722Z] SSH_AGENT_PID=17 [2021-04-19T23:47:56.729Z] Running ssh-add (command line suppressed) [2021-04-19T23:47:56.868Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_985404354156525310.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_985404354156525310.key) [2021-04-19T23:47:56.923Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:47:57.227Z] + git semver push [2021-04-19T23:47:57.227Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T23:47:57.227Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T23:47:57.227Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T23:47:57.227Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T23:47:57.227Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T23:47:57.227Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T23:47:57.227Z] # $SEMVER_BRANCH = master [2021-04-19T23:47:57.227Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-19T23:48:02.532Z] $ docker exec --env ******** --env ******** 6ce1bd3cc4dd1b9c5a77128764f29c192c9e7e290476b85a0350ada9b45090b8 ssh-agent -k [2021-04-19T23:48:02.665Z] unset SSH_AUTH_SOCK; [2021-04-19T23:48:02.666Z] unset SSH_AGENT_PID; [2021-04-19T23:48:02.666Z] echo Agent pid 17 killed; [2021-04-19T23:48:02.719Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T23:48:03.053Z] + git semver [Pipeline] } [2021-04-19T23:48:03.069Z] $ docker stop --time=1 6ce1bd3cc4dd1b9c5a77128764f29c192c9e7e290476b85a0350ada9b45090b8 [2021-04-19T23:48:04.410Z] $ docker rm -f 6ce1bd3cc4dd1b9c5a77128764f29c192c9e7e290476b85a0350ada9b45090b8 [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-04-19T23:48:05.494Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:48:06.375Z] ---> package-listing.sh [2021-04-19T23:48:06.375Z] ++ facter osfamily [2021-04-19T23:48:06.375Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T23:48:06.375Z] + OS_FAMILY=redhat [2021-04-19T23:48:06.375Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T23:48:06.375Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T23:48:06.375Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T23:48:06.375Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T23:48:06.375Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T23:48:06.375Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-19T23:48:06.375Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T23:48:06.375Z] + case "${OS_FAMILY}" in [2021-04-19T23:48:06.375Z] + rpm -qa [2021-04-19T23:48:06.375Z] + sort [2021-04-19T23:48:11.681Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T23:48:11.681Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T23:48:11.681Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T23:48:11.681Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-19T23:48:11.681Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-19T23:48:11.681Z] + 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-04-19T23:48:11.696Z] 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-04-19T23:48:11.989Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:48:12.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T23:48:12.298Z] [2021-04-19T23:48:12.298Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:48:12.614Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T23:48:12.614Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T23:48:12.615Z] df20fa9351a1: Pulling fs layer [2021-04-19T23:48:12.615Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T23:48:12.615Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T23:48:12.615Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T23:48:12.615Z] 93b61091891f: Pulling fs layer [2021-04-19T23:48:12.615Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T23:48:12.615Z] 5e14af77c1be: Pulling fs layer [2021-04-19T23:48:12.615Z] 01666e4c0597: Pulling fs layer [2021-04-19T23:48:12.615Z] aa168da1d23b: Pulling fs layer [2021-04-19T23:48:12.615Z] 46f8f816bc3b: Waiting [2021-04-19T23:48:12.615Z] 93b61091891f: Waiting [2021-04-19T23:48:12.615Z] 93b9cdb0e59b: Waiting [2021-04-19T23:48:12.615Z] 5e14af77c1be: Waiting [2021-04-19T23:48:12.615Z] 01666e4c0597: Waiting [2021-04-19T23:48:12.615Z] aa168da1d23b: Waiting [2021-04-19T23:48:12.615Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T23:48:12.615Z] 36b3adc4ff6f: Download complete [2021-04-19T23:48:12.615Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T23:48:12.615Z] 46f8f816bc3b: Download complete [2021-04-19T23:48:12.876Z] df20fa9351a1: Verifying Checksum [2021-04-19T23:48:12.876Z] df20fa9351a1: Download complete [2021-04-19T23:48:12.876Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T23:48:12.876Z] 93b9cdb0e59b: Download complete [2021-04-19T23:48:12.876Z] 5e14af77c1be: Verifying Checksum [2021-04-19T23:48:12.876Z] 5e14af77c1be: Download complete [2021-04-19T23:48:12.876Z] 93b61091891f: Download complete [2021-04-19T23:48:12.876Z] 01666e4c0597: Verifying Checksum [2021-04-19T23:48:12.876Z] 01666e4c0597: Download complete [2021-04-19T23:48:12.876Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T23:48:12.876Z] 8ad3a11d3b57: Download complete [2021-04-19T23:48:13.822Z] df20fa9351a1: Pull complete [2021-04-19T23:48:14.084Z] 36b3adc4ff6f: Pull complete [2021-04-19T23:48:15.031Z] aa168da1d23b: Verifying Checksum [2021-04-19T23:48:15.031Z] aa168da1d23b: Download complete [2021-04-19T23:48:15.293Z] 8ad3a11d3b57: Pull complete [2021-04-19T23:48:15.555Z] 46f8f816bc3b: Pull complete [2021-04-19T23:48:15.818Z] 93b61091891f: Pull complete [2021-04-19T23:48:15.818Z] 93b9cdb0e59b: Pull complete [2021-04-19T23:48:16.080Z] 5e14af77c1be: Pull complete [2021-04-19T23:48:16.080Z] 01666e4c0597: Pull complete [2021-04-19T23:48:24.250Z] aa168da1d23b: Pull complete [2021-04-19T23:48:24.250Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T23:48:24.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T23:48:24.250Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T23:48:24.429Z] prd-centos7-docker-4c-2g-1032 does not seem to be running inside a container [2021-04-19T23:48:24.473Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T23:48:27.413Z] $ docker top c16377442c6e0abc3fd67620859a804897ffdcd1e43f26a9a14a69a1400d080d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T23:48:27.830Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T23:48:28.136Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T23:48:28.436Z] + ls /var/log/sa-host [2021-04-19T23:48:28.436Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T23:48:28.436Z] file_magic: OK [2021-04-19T23:48:28.436Z] HZ: Using current value: 100 [2021-04-19T23:48:28.436Z] file_header: OK [2021-04-19T23:48:28.436Z] 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-04-19T23:48:28.436Z] Statistics: [2021-04-19T23:48:28.436Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T23:48:28.436Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T23:48:28.436Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T23:48:28.436Z] file_magic: OK [2021-04-19T23:48:28.436Z] HZ: Using current value: 100 [2021-04-19T23:48:28.436Z] file_header: OK [2021-04-19T23:48:28.436Z] 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-04-19T23:48:28.436Z] Statistics: [2021-04-19T23:48:28.436Z] Hnuu...uuuununununu... [2021-04-19T23:48:28.436Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T23:48:29.185Z] provisioning config files... [2021-04-19T23:48:29.200Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8415917511591148540tmp [Pipeline] { [Pipeline] echo [2021-04-19T23:48:29.224Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:48:29.518Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T23:48:29.528Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T23:48:29.554Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:48:29.845Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T23:48:29.856Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:48:30.147Z] ---> sudo-logs.sh [2021-04-19T23:48:30.147Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T23:48:30.174Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:48:30.468Z] ---> job-cost.sh [2021-04-19T23:48:30.468Z] lf-activate-venv: SKIPPING [2021-04-19T23:48:30.468Z] DEBUG: total: 0.20999999344348907 [2021-04-19T23:48:30.468Z] INFO: Retrieving Stack Cost... [2021-04-19T23:48:31.422Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T23:48:31.995Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T23:48:32.010Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:48:32.307Z] ---> logs-deploy.sh [2021-04-19T23:48:32.307Z] lf-activate-venv: SKIPPING [2021-04-19T23:48:32.307Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/100 [2021-04-19T23:48:32.307Z] INFO: archiving workspace using pattern(s): [2021-04-19T23:48:33.698Z] Archives upload complete. [2021-04-19T23:48:33.976Z] INFO: archiving logs to Nexus [2021-04-19T23:48:35.026Z] ---> uname -a: [2021-04-19T23:48:35.026Z] Linux prd-centos7-docker-4c-2g-1032.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-19T23:48:35.026Z] [2021-04-19T23:48:35.026Z] [2021-04-19T23:48:35.026Z] ---> lscpu: [2021-04-19T23:48:35.026Z] Architecture: x86_64 [2021-04-19T23:48:35.026Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T23:48:35.026Z] Byte Order: Little Endian [2021-04-19T23:48:35.026Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T23:48:35.026Z] CPU(s): 4 [2021-04-19T23:48:35.026Z] On-line CPU(s) list: 0-3 [2021-04-19T23:48:35.026Z] Thread(s) per core: 1 [2021-04-19T23:48:35.026Z] Core(s) per socket: 1 [2021-04-19T23:48:35.026Z] Socket(s): 4 [2021-04-19T23:48:35.026Z] NUMA node(s): 1 [2021-04-19T23:48:35.026Z] Vendor ID: GenuineIntel [2021-04-19T23:48:35.026Z] CPU family: 6 [2021-04-19T23:48:35.026Z] Model: 44 [2021-04-19T23:48:35.026Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T23:48:35.026Z] Stepping: 1 [2021-04-19T23:48:35.026Z] CPU MHz: 2933.438 [2021-04-19T23:48:35.026Z] BogoMIPS: 5866.87 [2021-04-19T23:48:35.026Z] Virtualization: VT-x [2021-04-19T23:48:35.026Z] Hypervisor vendor: KVM [2021-04-19T23:48:35.026Z] Virtualization type: full [2021-04-19T23:48:35.026Z] L1d cache: 128 KiB [2021-04-19T23:48:35.026Z] L1i cache: 128 KiB [2021-04-19T23:48:35.026Z] L2 cache: 16 MiB [2021-04-19T23:48:35.026Z] L3 cache: 64 MiB [2021-04-19T23:48:35.026Z] NUMA node0 CPU(s): 0-3 [2021-04-19T23:48:35.027Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T23:48:35.027Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T23:48:35.027Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T23:48:35.027Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T23:48:35.027Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T23:48:35.027Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T23:48:35.027Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T23:48:35.027Z] Vulnerability Srbds: Not affected [2021-04-19T23:48:35.027Z] Vulnerability Tsx async abort: Not affected [2021-04-19T23:48:35.027Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] ---> nproc: [2021-04-19T23:48:35.027Z] 4 [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] ---> df -h: [2021-04-19T23:48:35.027Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T23:48:35.027Z] overlay 50.0G 8.6G 41.4G 17% / [2021-04-19T23:48:35.027Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T23:48:35.027Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T23:48:35.027Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T23:48:35.027Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-04-19T23:48:35.027Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-04-19T23:48:35.027Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-04-19T23:48:35.027Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-04-19T23:48:35.027Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-04-19T23:48:35.027Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-04-19T23:48:35.027Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T23:48:35.027Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-04-19T23:48:35.027Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-04-19T23:48:35.027Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] ---> free -m: [2021-04-19T23:48:35.027Z] total used free shared buff/cache available [2021-04-19T23:48:35.027Z] Mem: 1837 835 151 0 850 938 [2021-04-19T23:48:35.027Z] Swap: 1023 3 1020 [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] ---> ip addr: [2021-04-19T23:48:35.027Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T23:48:35.027Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T23:48:35.027Z] inet 127.0.0.1/8 scope host lo [2021-04-19T23:48:35.027Z] valid_lft forever preferred_lft forever [2021-04-19T23:48:35.027Z] inet6 ::1/128 scope host [2021-04-19T23:48:35.027Z] valid_lft forever preferred_lft forever [2021-04-19T23:48:35.027Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T23:48:35.027Z] link/ether fa:16:3e:7b:5a:81 brd ff:ff:ff:ff:ff:ff [2021-04-19T23:48:35.027Z] inet 10.30.123.46/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T23:48:35.027Z] valid_lft 85736sec preferred_lft 85736sec [2021-04-19T23:48:35.027Z] inet6 fe80::f816:3eff:fe7b:5a81/64 scope link [2021-04-19T23:48:35.027Z] valid_lft forever preferred_lft forever [2021-04-19T23:48:35.027Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T23:48:35.027Z] link/ether 02:42:cb:31:3f:69 brd ff:ff:ff:ff:ff:ff [2021-04-19T23:48:35.027Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T23:48:35.027Z] valid_lft forever preferred_lft forever [2021-04-19T23:48:35.027Z] inet6 fe80::42:cbff:fe31:3f69/64 scope link [2021-04-19T23:48:35.027Z] valid_lft forever preferred_lft forever [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] ---> sar -b -r -n DEV: [2021-04-19T23:48:35.027Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] 23:37:19 LINUX RESTART (4 CPU) [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] 23:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T23:48:35.027Z] 23:39:01 41.48 13.15 28.33 0.00 4520.19 4513.02 0.00 [2021-04-19T23:48:35.027Z] 23:40:01 1.83 0.00 1.83 0.00 0.00 35.21 0.00 [2021-04-19T23:48:35.027Z] 23:41:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 [2021-04-19T23:48:35.027Z] 23:42:01 0.17 0.00 0.17 0.00 0.00 2.15 0.00 [2021-04-19T23:48:35.027Z] 23:43:01 0.27 0.00 0.27 0.00 0.00 3.83 0.00 [2021-04-19T23:48:35.027Z] 23:44:02 0.30 0.00 0.30 0.00 0.00 4.33 0.00 [2021-04-19T23:48:35.027Z] 23:45:01 0.25 0.00 0.25 0.00 0.00 3.93 0.00 [2021-04-19T23:48:35.027Z] 23:46:01 0.22 0.00 0.22 0.00 0.00 2.43 0.00 [2021-04-19T23:48:35.027Z] 23:47:01 309.42 179.09 130.33 0.00 8719.17 38207.34 0.00 [2021-04-19T23:48:35.027Z] 23:48:01 215.70 78.18 137.52 0.00 5025.57 33568.86 0.00 [2021-04-19T23:48:35.027Z] Average: 57.10 27.10 30.01 0.00 1830.23 7650.23 0.00 [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] 23:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T23:48:35.027Z] 23:39:01 148424 0 611248 32.49 2620 1119252 1106920 37.78 394628 1138588 20 [2021-04-19T23:48:35.027Z] 23:40:01 149860 0 609800 32.41 2620 1119264 1080120 36.86 395920 1135964 8 [2021-04-19T23:48:35.027Z] 23:41:01 140692 0 618964 32.90 2620 1119268 1080324 36.87 419540 1121548 8 [2021-04-19T23:48:35.027Z] 23:42:01 138748 0 620908 33.00 2620 1119268 1080384 36.87 422044 1121152 8 [2021-04-19T23:48:35.027Z] 23:43:01 139984 0 619664 32.93 2620 1119276 1080204 36.87 423940 1118124 8 [2021-04-19T23:48:35.027Z] 23:44:02 140328 0 619316 32.92 2620 1119280 1080120 36.86 433124 1108572 8 [2021-04-19T23:48:35.027Z] 23:45:01 139068 0 620572 32.98 2620 1119284 1080252 36.87 438124 1104476 8 [2021-04-19T23:48:35.027Z] 23:46:01 139980 0 619656 32.93 2620 1119288 1080120 36.86 437316 1104476 8 [2021-04-19T23:48:35.027Z] 23:47:01 274740 0 711424 37.81 2620 892760 1112864 37.98 510148 826872 20 [2021-04-19T23:48:35.027Z] 23:48:01 255816 0 787248 41.84 1576 836904 1316496 44.93 556728 733384 48 [2021-04-19T23:48:35.027Z] Average: 166764 0 643880 34.22 2516 1068384 1109780 37.87 443151 1051316 14 [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] 23:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T23:48:35.027Z] 23:39:01 eth0 222.16 184.20 615.96 32.66 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:39:01 docker0 67.09 56.00 5.85 161.87 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:40:01 eth0 0.73 0.02 0.06 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:41:01 eth0 4.61 1.92 3.56 0.30 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:42:01 eth0 0.52 0.38 0.27 0.21 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:43:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:44:02 eth0 0.52 0.07 0.05 0.01 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:45:01 eth0 0.66 0.49 0.34 0.18 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:46:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:47:01 eth0 503.21 451.50 4462.39 70.62 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:47:01 docker0 70.09 70.64 5.86 375.32 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:48:01 vethc2d02be 1.78 1.33 0.36 0.36 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:48:01 eth0 464.48 392.11 3498.14 66.90 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] 23:48:01 docker0 30.33 36.57 1.91 244.83 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] Average: vethc2d02be 0.18 0.13 0.04 0.04 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] Average: eth0 119.96 103.31 859.86 17.13 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] Average: docker0 16.78 16.35 1.36 78.36 0.00 0.00 0.00 0.00 [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] ---> sar -P ALL: [2021-04-19T23:48:35.027Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] 23:37:19 LINUX RESTART (4 CPU) [2021-04-19T23:48:35.027Z] [2021-04-19T23:48:35.027Z] 23:38:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T23:48:35.027Z] 23:39:01 all 4.15 0.00 2.47 0.91 0.03 92.44 [2021-04-19T23:48:35.027Z] 23:39:01 0 4.04 0.00 2.83 0.71 0.02 92.42 [2021-04-19T23:48:35.027Z] 23:39:01 1 4.20 0.00 2.16 0.28 0.07 93.28 [2021-04-19T23:48:35.027Z] 23:39:01 2 3.75 0.00 2.16 0.20 0.02 93.88 [2021-04-19T23:48:35.027Z] 23:39:01 3 4.60 0.00 2.75 2.45 0.03 90.16 [2021-04-19T23:48:35.027Z] 23:40:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2021-04-19T23:48:35.027Z] 23:40:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-04-19T23:48:35.027Z] 23:40:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-19T23:48:35.027Z] 23:40:01 2 0.45 0.00 0.03 0.00 0.00 99.52 [2021-04-19T23:48:35.027Z] 23:40:01 3 0.08 0.00 0.05 0.00 0.02 99.85 [2021-04-19T23:48:35.027Z] 23:41:01 all 0.13 0.00 0.06 0.00 0.00 99.81 [2021-04-19T23:48:35.027Z] 23:41:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-19T23:48:35.027Z] 23:41:01 1 0.37 0.00 0.03 0.00 0.00 99.60 [2021-04-19T23:48:35.027Z] 23:41:01 2 0.07 0.00 0.12 0.00 0.02 99.80 [2021-04-19T23:48:35.027Z] 23:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T23:48:35.027Z] 23:42:01 all 0.14 0.00 0.05 0.00 0.00 99.81 [2021-04-19T23:48:35.027Z] 23:42:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-19T23:48:35.027Z] 23:42:01 1 0.47 0.00 0.10 0.00 0.00 99.43 [2021-04-19T23:48:35.027Z] 23:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T23:48:35.027Z] 23:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T23:48:35.027Z] 23:43:01 all 0.19 0.00 0.10 0.00 0.00 99.70 [2021-04-19T23:48:35.027Z] 23:43:01 0 0.38 0.00 0.05 0.00 0.00 99.57 [2021-04-19T23:48:35.027Z] 23:43:01 1 0.22 0.00 0.08 0.00 0.00 99.70 [2021-04-19T23:48:35.027Z] 23:43:01 2 0.12 0.00 0.20 0.00 0.00 99.68 [2021-04-19T23:48:35.027Z] 23:43:01 3 0.05 0.00 0.08 0.00 0.00 99.87 [2021-04-19T23:48:35.027Z] 23:44:02 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-04-19T23:48:35.027Z] 23:44:02 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-19T23:48:35.027Z] 23:44:02 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-19T23:48:35.027Z] 23:44:02 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-19T23:48:35.027Z] 23:44:02 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T23:48:35.027Z] 23:45:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-04-19T23:48:35.027Z] 23:45:01 0 0.47 0.00 0.07 0.00 0.00 99.46 [2021-04-19T23:48:35.027Z] 23:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T23:48:35.027Z] 23:45:01 2 0.08 0.00 0.05 0.00 0.02 99.85 [2021-04-19T23:48:35.027Z] 23:45:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-19T23:48:35.027Z] 23:46:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2021-04-19T23:48:35.027Z] 23:46:01 0 0.10 0.00 0.05 0.00 0.00 99.85 [2021-04-19T23:48:35.027Z] 23:46:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-19T23:48:35.028Z] 23:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-19T23:48:35.028Z] 23:46:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-19T23:48:35.028Z] 23:47:01 all 10.29 0.00 6.71 6.06 0.09 76.85 [2021-04-19T23:48:35.028Z] 23:47:01 0 9.72 0.00 7.35 4.94 0.09 77.91 [2021-04-19T23:48:35.028Z] 23:47:01 1 9.95 0.00 6.93 6.64 0.09 76.39 [2021-04-19T23:48:35.028Z] 23:47:01 2 9.81 0.00 6.11 6.18 0.10 77.80 [2021-04-19T23:48:35.028Z] 23:47:01 3 11.67 0.00 6.45 6.47 0.09 75.33 [2021-04-19T23:48:35.028Z] 23:48:01 all 11.88 0.00 8.59 3.21 0.10 76.21 [2021-04-19T23:48:35.028Z] 23:48:01 0 10.24 0.00 8.10 0.43 0.17 81.06 [2021-04-19T23:48:35.028Z] 23:48:01 1 10.54 0.00 8.71 0.97 0.07 79.70 [2021-04-19T23:48:35.028Z] 23:48:01 2 16.32 0.00 9.30 6.84 0.10 67.43 [2021-04-19T23:48:35.028Z] 23:48:01 3 10.43 0.00 8.26 4.62 0.07 76.62 [2021-04-19T23:48:35.028Z] Average: all 2.69 0.00 1.79 1.00 0.02 94.50 [2021-04-19T23:48:35.028Z] Average: 0 2.52 0.00 1.83 0.60 0.03 95.02 [2021-04-19T23:48:35.028Z] Average: 1 2.55 0.00 1.79 0.78 0.02 94.86 [2021-04-19T23:48:35.028Z] Average: 2 3.02 0.00 1.78 1.30 0.03 93.88 [2021-04-19T23:48:35.028Z] Average: 3 2.66 0.00 1.75 1.33 0.02 94.23 [2021-04-19T23:48:35.028Z] [2021-04-19T23:48:35.028Z] [2021-04-19T23:48:35.028Z]