Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 49c4d704d89cee82356a6d6258b1004cb031f271 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-33690 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 49c4d704d89cee82356a6d6258b1004cb031f271 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 49c4d704d89cee82356a6d6258b1004cb031f271 # timeout=10 Commit message: "fix: all pagination selected box not works as expected and selected items doesn't be clean when executes delete operation success" > git rev-list --no-walk f3d832780459d13231503a8fc399caf5bd23089c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-12T14:22:55.966Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-12T14:22:56.300Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-12T14:22:56.393Z] ========================================================= [2021-04-12T14:22:56.393Z] EdgeX Global Pipelines Version Info [2021-04-12T14:22:56.393Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:22:57.860Z] ------------------- [2021-04-12T14:22:57.861Z] stable info: [2021-04-12T14:22:57.861Z] ------------------- [2021-04-12T14:22:57.861Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-12T14:22:57.861Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-12T14:22:57.861Z] Message: update stable to v1.0.186 [2021-04-12T14:22:58.806Z] ------------------- [2021-04-12T14:22:58.806Z] experimental info: [2021-04-12T14:22:58.806Z] ------------------- [2021-04-12T14:22:58.806Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-12T14:22:58.807Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-12T14:22:58.807Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-12T14:22:59.081Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-12T14:22:59.167Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-12T14:22:59.256Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-12T14:22:59.340Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-12T14:22:59.441Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-12T14:22:59.528Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-12T14:22:59.620Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-12T14:22:59.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-12T14:22:59.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-12T14:22:59.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-12T14:22:59.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-12T14:23:00.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-12T14:23:00.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-12T14:23:00.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-12T14:23:00.428Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-12T14:23:00.538Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-12T14:23:00.665Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-12T14:23:00.806Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-12T14:23:00.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-12T14:23:01.062Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-12T14:23:01.152Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-12T14:23:01.296Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-12T14:23:01.387Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-12T14:23:01.480Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-12T14:23:01.596Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-12T14:23:01.696Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-12T14:23:01.799Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-12T14:23:01.891Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-12T14:23:02.103Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-12T14:23:02.188Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] echo [2021-04-12T14:23:02.283Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49c4d70 [Pipeline] echo [2021-04-12T14:23:02.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T14:23:02.589Z] provisioning config files... [2021-04-12T14:23:02.619Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1924676304699142291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:23:02.976Z] ---> docker-login.sh [2021-04-12T14:23:02.976Z] nexus3.edgexfoundry.org:10001 [2021-04-12T14:23:03.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:23:03.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:23:03.504Z] Configure a credential helper to remove this warning. See [2021-04-12T14:23:03.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:23:03.504Z] [2021-04-12T14:23:03.504Z] Login Succeeded [2021-04-12T14:23:03.504Z] nexus3.edgexfoundry.org:10002 [2021-04-12T14:23:03.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:23:03.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:23:03.768Z] Configure a credential helper to remove this warning. See [2021-04-12T14:23:03.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:23:03.768Z] [2021-04-12T14:23:03.768Z] Login Succeeded [2021-04-12T14:23:03.768Z] nexus3.edgexfoundry.org:10003 [2021-04-12T14:23:03.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:23:04.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:23:04.030Z] Configure a credential helper to remove this warning. See [2021-04-12T14:23:04.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:23:04.030Z] [2021-04-12T14:23:04.030Z] Login Succeeded [2021-04-12T14:23:04.030Z] nexus3.edgexfoundry.org:10004 [2021-04-12T14:23:04.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:23:04.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:23:04.030Z] Configure a credential helper to remove this warning. See [2021-04-12T14:23:04.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:23:04.030Z] [2021-04-12T14:23:04.030Z] Login Succeeded [2021-04-12T14:23:04.030Z] docker.io [2021-04-12T14:23:04.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:23:04.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:23:04.560Z] Configure a credential helper to remove this warning. See [2021-04-12T14:23:04.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:23:04.560Z] [2021-04-12T14:23:04.560Z] Login Succeeded [2021-04-12T14:23:04.560Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T14:23:04.574Z] 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-12T14:23:05.373Z] + git log --format=format:%s -1 49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] echo [2021-04-12T14:23:05.438Z] GIT_COMMIT: 49c4d704d89cee82356a6d6258b1004cb031f271, Commit Message: fix: all pagination selected box not works as expected and selected items doesn't be clean when executes delete operation success [Pipeline] echo [2021-04-12T14:23:05.488Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:23:06.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T14:23:06.066Z] [2021-04-12T14:23:06.066Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:23:06.417Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T14:23:06.417Z] latest: Pulling from edgex-devops/git-semver [2021-04-12T14:23:06.417Z] 31603596830f: Pulling fs layer [2021-04-12T14:23:06.417Z] 2a8b12db71e7: Pulling fs layer [2021-04-12T14:23:06.417Z] 6ca5941a6612: Pulling fs layer [2021-04-12T14:23:06.417Z] ecc8261a40a4: Pulling fs layer [2021-04-12T14:23:06.417Z] ecc8261a40a4: Waiting [2021-04-12T14:23:06.417Z] 2a8b12db71e7: Verifying Checksum [2021-04-12T14:23:06.417Z] 2a8b12db71e7: Download complete [2021-04-12T14:23:06.679Z] 31603596830f: Download complete [2021-04-12T14:23:06.679Z] ecc8261a40a4: Verifying Checksum [2021-04-12T14:23:06.679Z] 6ca5941a6612: Verifying Checksum [2021-04-12T14:23:06.679Z] 6ca5941a6612: Download complete [2021-04-12T14:23:06.679Z] ecc8261a40a4: Download complete [2021-04-12T14:23:06.955Z] 31603596830f: Pull complete [2021-04-12T14:23:07.219Z] 2a8b12db71e7: Pull complete [2021-04-12T14:23:08.166Z] 6ca5941a6612: Pull complete [2021-04-12T14:23:08.166Z] ecc8261a40a4: Pull complete [2021-04-12T14:23:08.166Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-12T14:23:08.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T14:23:08.166Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-12T14:23:08.273Z] prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container [2021-04-12T14:23:08.321Z] $ 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-12T14:23:10.927Z] $ docker top 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T14:23:11.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T14:23:11.346Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T14:23:11.596Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T14:23:11.599Z] $ docker exec 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 ssh-agent [2021-04-12T14:23:11.778Z] SSH_AUTH_SOCK=/tmp/ssh-ivRZOiOU5JcW/agent.12 [2021-04-12T14:23:11.778Z] SSH_AGENT_PID=17 [2021-04-12T14:23:11.789Z] Running ssh-add (command line suppressed) [2021-04-12T14:23:11.908Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2892404010974063530.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2892404010974063530.key) [2021-04-12T14:23:11.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T14:23:12.303Z] + git tag --points-at HEAD [Pipeline] } [2021-04-12T14:23:12.334Z] $ docker exec --env ******** --env ******** 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 ssh-agent -k [2021-04-12T14:23:12.454Z] unset SSH_AUTH_SOCK; [2021-04-12T14:23:12.454Z] unset SSH_AGENT_PID; [2021-04-12T14:23:12.454Z] echo Agent pid 17 killed; [2021-04-12T14:23:12.511Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-12T14:23:12.650Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T14:23:12.650Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T14:23:12.820Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T14:23:12.824Z] $ docker exec 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 ssh-agent [2021-04-12T14:23:12.991Z] SSH_AUTH_SOCK=/tmp/ssh-bDF6NX0JSVpp/agent.46 [2021-04-12T14:23:12.991Z] SSH_AGENT_PID=51 [2021-04-12T14:23:12.998Z] Running ssh-add (command line suppressed) [2021-04-12T14:23:13.118Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2900285782150633730.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2900285782150633730.key) [2021-04-12T14:23:13.176Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T14:23:13.512Z] + git semver init [2021-04-12T14:23:13.512Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T14:23:13.512Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-12T14:23:13.512Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-12T14:23:13.512Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T14:23:13.512Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T14:23:13.512Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T14:23:13.512Z] # $SEMVER_BRANCH = master [2021-04-12T14:23:13.512Z] # $SEMVER_TEMP = /tmp/semver-951620725 [2021-04-12T14:23:13.512Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-12T14:23:14.904Z] # '/tmp/semver-951620725' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-12T14:23:14.904Z] # -> Force: false [2021-04-12T14:23:14.904Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-12T14:23:14.916Z] $ docker exec --env ******** --env ******** 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 ssh-agent -k [2021-04-12T14:23:15.040Z] unset SSH_AUTH_SOCK; [2021-04-12T14:23:15.041Z] unset SSH_AGENT_PID; [2021-04-12T14:23:15.041Z] echo Agent pid 51 killed; [2021-04-12T14:23:15.088Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T14:23:15.641Z] + git semver [Pipeline] } [2021-04-12T14:23:15.661Z] $ docker stop --time=1 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 [2021-04-12T14:23:17.070Z] $ docker rm -f 62d10f0de6cec1d842ea22c325167ad94d229f37524c5b29f1962db6d9fddeb0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T14:23:17.568Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-12T14:23:18.076Z] Stashed 1 file(s) [Pipeline] echo [2021-04-12T14:23:18.080Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.34 [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-12T14:23:33.569Z] Still waiting to schedule task [2021-04-12T14:23:33.569Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-12T14:23:33.571Z] Still waiting to schedule task [2021-04-12T14:23:33.572Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-12T14:25:09.838Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33691 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-12T14:25:09.925Z] Running in /w/workspace/edgex-ui-go/93 [Pipeline] { [Pipeline] checkout [2021-04-12T14:25:14.932Z] using credential edgex-jenkins-ssh [2021-04-12T14:25:15.000Z] Cloning the remote Git repository [2021-04-12T14:25:15.068Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:25:15.170Z] > git init /w/workspace/edgex-ui-go/93 # timeout=10 [2021-04-12T14:25:15.252Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:25:15.253Z] > git --version # timeout=10 [2021-04-12T14:25:15.270Z] > git --version # 'git version 2.17.1' [2021-04-12T14:25:15.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T14:25:15.335Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T14:25:16.943Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-12T14:25:16.970Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T14:25:17.000Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-12T14:25:17.040Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:25:17.041Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T14:25:17.054Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-12T14:25:17.546Z] Checking out Revision 49c4d704d89cee82356a6d6258b1004cb031f271 (master) [2021-04-12T14:25:17.581Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T14:25:17.600Z] > git checkout -f 49c4d704d89cee82356a6d6258b1004cb031f271 # timeout=10 [2021-04-12T14:25:22.316Z] Commit message: "fix: all pagination selected box not works as expected and selected items doesn't be clean when executes delete operation success" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T14:25:24.167Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-12T14:25:24.579Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-12T14:25:25.335Z] + sudo service docker restart [2021-04-12T14:25:25.335Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T14:25:28.091Z] provisioning config files... [2021-04-12T14:25:28.143Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/93@tmp/config8168113755524731178tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:25:28.548Z] ---> docker-login.sh [2021-04-12T14:25:28.548Z] nexus3.edgexfoundry.org:10001 [2021-04-12T14:25:29.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:25:29.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:25:29.811Z] Configure a credential helper to remove this warning. See [2021-04-12T14:25:29.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:25:29.811Z] [2021-04-12T14:25:29.812Z] Login Succeeded [2021-04-12T14:25:29.812Z] nexus3.edgexfoundry.org:10002 [2021-04-12T14:25:30.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:25:30.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:25:30.360Z] Configure a credential helper to remove this warning. See [2021-04-12T14:25:30.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:25:30.360Z] [2021-04-12T14:25:30.360Z] Login Succeeded [2021-04-12T14:25:30.360Z] nexus3.edgexfoundry.org:10003 [2021-04-12T14:25:30.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:25:30.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:25:30.906Z] Configure a credential helper to remove this warning. See [2021-04-12T14:25:30.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:25:30.906Z] [2021-04-12T14:25:30.906Z] Login Succeeded [2021-04-12T14:25:30.906Z] nexus3.edgexfoundry.org:10004 [2021-04-12T14:25:31.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:25:31.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:25:31.463Z] Configure a credential helper to remove this warning. See [2021-04-12T14:25:31.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:25:31.463Z] [2021-04-12T14:25:31.463Z] Login Succeeded [2021-04-12T14:25:31.463Z] docker.io [2021-04-12T14:25:31.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:25:32.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:25:32.333Z] Configure a credential helper to remove this warning. See [2021-04-12T14:25:32.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:25:32.333Z] [2021-04-12T14:25:32.333Z] Login Succeeded [2021-04-12T14:25:32.333Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T14:25:32.360Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-12T14:25:32.831Z] ========================================================= [2021-04-12T14:25:32.832Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-12T14:25:32.832Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:25:33.241Z] + 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-12T14:25:34.251Z] Sending build context to Docker daemon 17.74MB [2021-04-12T14:25:34.251Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T14:25:34.251Z] Step 2/8 : FROM ${BASE} [2021-04-12T14:25:34.251Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-12T14:25:34.251Z] 5f621e34cdf4: Pulling fs layer [2021-04-12T14:25:34.251Z] a4357932f1b6: Pulling fs layer [2021-04-12T14:25:34.251Z] 18c013af1878: Pulling fs layer [2021-04-12T14:25:34.251Z] 00ac8860ef70: Pulling fs layer [2021-04-12T14:25:34.251Z] 63d7cb157983: Pulling fs layer [2021-04-12T14:25:34.251Z] b116817d02f9: Pulling fs layer [2021-04-12T14:25:34.251Z] 745a02a5169b: Pulling fs layer [2021-04-12T14:25:34.251Z] 00ac8860ef70: Waiting [2021-04-12T14:25:34.251Z] 63d7cb157983: Waiting [2021-04-12T14:25:34.251Z] b116817d02f9: Waiting [2021-04-12T14:25:34.251Z] 745a02a5169b: Waiting [2021-04-12T14:25:34.251Z] 18c013af1878: Verifying Checksum [2021-04-12T14:25:34.251Z] 18c013af1878: Download complete [2021-04-12T14:25:34.251Z] a4357932f1b6: Download complete [2021-04-12T14:25:34.251Z] 63d7cb157983: Verifying Checksum [2021-04-12T14:25:34.251Z] 63d7cb157983: Download complete [2021-04-12T14:25:34.251Z] b116817d02f9: Verifying Checksum [2021-04-12T14:25:34.251Z] b116817d02f9: Download complete [2021-04-12T14:25:34.251Z] 5f621e34cdf4: Verifying Checksum [2021-04-12T14:25:34.251Z] 5f621e34cdf4: Download complete [2021-04-12T14:25:34.851Z] 5f621e34cdf4: Pull complete [2021-04-12T14:25:35.459Z] a4357932f1b6: Pull complete [2021-04-12T14:25:35.736Z] 18c013af1878: Pull complete [2021-04-12T14:25:37.184Z] 745a02a5169b: Verifying Checksum [2021-04-12T14:25:37.184Z] 745a02a5169b: Download complete [2021-04-12T14:25:39.157Z] 00ac8860ef70: Verifying Checksum [2021-04-12T14:25:39.157Z] 00ac8860ef70: Download complete [2021-04-12T14:25:49.320Z] 00ac8860ef70: Pull complete [2021-04-12T14:25:49.320Z] 63d7cb157983: Pull complete [2021-04-12T14:25:49.595Z] b116817d02f9: Pull complete [2021-04-12T14:25:53.923Z] 745a02a5169b: Pull complete [2021-04-12T14:25:53.923Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-12T14:25:53.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-12T14:25:53.923Z] ---> b7e6874047d6 [2021-04-12T14:25:53.923Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-12T14:25:56.566Z] ---> Running in 8a5028cccdbc [2021-04-12T14:25:56.566Z] Removing intermediate container 8a5028cccdbc [2021-04-12T14:25:56.566Z] ---> ad2817d09610 [2021-04-12T14:25:56.566Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T14:25:56.566Z] ---> Running in 7b72721f553e [2021-04-12T14:25:59.208Z] Removing intermediate container 7b72721f553e [2021-04-12T14:25:59.208Z] ---> 4aab1e00160b [2021-04-12T14:25:59.208Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-12T14:25:59.208Z] ---> Running in 931128f1504a [2021-04-12T14:26:00.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T14:26:01.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T14:26:01.795Z] OK: 142 MiB in 39 packages [2021-04-12T14:26:02.781Z] Removing intermediate container 931128f1504a [2021-04-12T14:26:02.781Z] ---> 862786d420be [2021-04-12T14:26:02.781Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-12T14:26:03.055Z] ---> Running in e4c6b3a436d6 [2021-04-12T14:26:03.652Z] Removing intermediate container e4c6b3a436d6 [2021-04-12T14:26:03.652Z] ---> 14d1a014b8da [2021-04-12T14:26:03.652Z] Step 7/8 : COPY . . [2021-04-12T14:26:06.281Z] ---> 9d979c709b20 [2021-04-12T14:26:06.281Z] Step 8/8 : RUN go mod download [2021-04-12T14:26:06.281Z] ---> Running in b5d066db9c3e [2021-04-12T14:26:38.684Z] Removing intermediate container b5d066db9c3e [2021-04-12T14:26:38.684Z] ---> 58ac05139bb2 [2021-04-12T14:26:38.684Z] Successfully built 58ac05139bb2 [2021-04-12T14:26:38.684Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:26:39.034Z] + docker inspect -f . ci-base-image-arm64 [2021-04-12T14:26:39.034Z] . [Pipeline] withDockerContainer [2021-04-12T14:26:39.275Z] prd-ubuntu18.04-docker-arm64-4c-16g-33691 does not seem to be running inside a container [2021-04-12T14:26:39.388Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/93 -v /w/workspace/edgex-ui-go/93:/w/workspace/edgex-ui-go/93:rw,z -v /w/workspace/edgex-ui-go/93@tmp:/w/workspace/edgex-ui-go/93@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-arm64 cat [2021-04-12T14:26:40.946Z] $ docker top 44f9313acd6b2402066349c8c51c2320c07ab212c86b6449a336af49c6baa8f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T14:26:41.964Z] + go version [2021-04-12T14:26:41.964Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-12T14:26:42.017Z] $ docker stop --time=1 44f9313acd6b2402066349c8c51c2320c07ab212c86b6449a336af49c6baa8f7 [2021-04-12T14:26:43.935Z] $ docker rm -f 44f9313acd6b2402066349c8c51c2320c07ab212c86b6449a336af49c6baa8f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:26:44.947Z] + docker inspect -f . ci-base-image-arm64 [2021-04-12T14:26:44.947Z] . [Pipeline] withDockerContainer [2021-04-12T14:26:45.188Z] prd-ubuntu18.04-docker-arm64-4c-16g-33691 does not seem to be running inside a container [2021-04-12T14:26:45.307Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/93 -v /w/workspace/edgex-ui-go/93:/w/workspace/edgex-ui-go/93:rw,z -v /w/workspace/edgex-ui-go/93@tmp:/w/workspace/edgex-ui-go/93@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-arm64 cat [2021-04-12T14:26:46.777Z] $ docker top a854112a150eaa22d2c0690de597eb585613c04db2ea4608840af0eed6db6644 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T14:26:47.791Z] + make test [2021-04-12T14:26:47.791Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-12T14:26:49.242Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-12T14:26:52.262Z] Running on prd-centos7-docker-4c-2g-33692 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-12T14:26:52.354Z] Running in /w/workspace/edgex-ui-go/93 [Pipeline] { [Pipeline] checkout [2021-04-12T14:27:04.586Z] using credential edgex-jenkins-ssh [2021-04-12T14:27:04.717Z] Cloning the remote Git repository [2021-04-12T14:27:04.881Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:27:05.032Z] > git init /w/workspace/edgex-ui-go/93 # timeout=10 [2021-04-12T14:27:05.191Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:27:05.191Z] > git --version # timeout=10 [2021-04-12T14:27:05.247Z] > git --version # 'git version 2.24.3' [2021-04-12T14:27:05.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T14:27:05.332Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T14:27:06.827Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-12T14:27:06.894Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T14:27:07.143Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-12T14:27:07.208Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-12T14:27:07.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T14:27:07.224Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-12T14:27:07.824Z] Checking out Revision 49c4d704d89cee82356a6d6258b1004cb031f271 (master) [2021-04-12T14:27:07.834Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T14:27:07.932Z] > git checkout -f 49c4d704d89cee82356a6d6258b1004cb031f271 # timeout=10 [2021-04-12T14:27:13.975Z] Commit message: "fix: all pagination selected box not works as expected and selected items doesn't be clean when executes delete operation success" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-12T14:27:16.095Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-12T14:27:16.095Z] GO111MODULE=on go vet ./... [2021-04-12T14:27:16.331Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-12T14:27:16.812Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-12T14:27:17.233Z] + true [2021-04-12T14:27:17.234Z] + sudo service docker restart [2021-04-12T14:27:17.234Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T14:27:19.387Z] provisioning config files... [2021-04-12T14:27:19.440Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/93@tmp/config5309616002962279704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:27:20.391Z] ---> docker-login.sh [2021-04-12T14:27:20.391Z] nexus3.edgexfoundry.org:10001 [2021-04-12T14:27:21.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-04-12T14:27:21.664Z] $ docker stop --time=1 a854112a150eaa22d2c0690de597eb585613c04db2ea4608840af0eed6db6644 [2021-04-12T14:27:21.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:27:21.711Z] Configure a credential helper to remove this warning. See [2021-04-12T14:27:21.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:27:21.711Z] [2021-04-12T14:27:21.711Z] Login Succeeded [2021-04-12T14:27:21.711Z] nexus3.edgexfoundry.org:10002 [2021-04-12T14:27:22.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:27:22.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:27:22.852Z] Configure a credential helper to remove this warning. See [2021-04-12T14:27:22.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:27:22.852Z] [2021-04-12T14:27:22.852Z] Login Succeeded [2021-04-12T14:27:22.852Z] nexus3.edgexfoundry.org:10003 [2021-04-12T14:27:23.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:27:23.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:27:23.626Z] Configure a credential helper to remove this warning. See [2021-04-12T14:27:23.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:27:23.626Z] [2021-04-12T14:27:23.626Z] Login Succeeded [2021-04-12T14:27:23.626Z] nexus3.edgexfoundry.org:10004 [2021-04-12T14:27:23.878Z] $ docker rm -f a854112a150eaa22d2c0690de597eb585613c04db2ea4608840af0eed6db6644 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T14:27:24.641Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-12T14:27:24.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:27:24.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:27:24.707Z] Configure a credential helper to remove this warning. See [2021-04-12T14:27:24.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:27:24.707Z] [2021-04-12T14:27:24.707Z] Login Succeeded [2021-04-12T14:27:24.707Z] docker.io [2021-04-12T14:27:24.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:27:25.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:27:25.252Z] Configure a credential helper to remove this warning. See [2021-04-12T14:27:25.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:27:25.252Z] [2021-04-12T14:27:25.252Z] Login Succeeded [2021-04-12T14:27:25.252Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T14:27:25.267Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-04-12T14:27:25.464Z] Stashed 1 file(s) [Pipeline] // withEnv [Pipeline] } [Pipeline] unstash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-04-12T14:27:28.042Z] ========================================================= [2021-04-12T14:27:28.042Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-12T14:27:28.042Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:27:28.258Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-12T14:27:28.417Z] + 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-12T14:27:28.600Z] + ls -al . [2021-04-12T14:27:28.600Z] total 124 [2021-04-12T14:27:28.600Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 12 14:26 . [2021-04-12T14:27:28.600Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 14:25 .. [2021-04-12T14:27:28.600Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 14:25 .git [2021-04-12T14:27:28.600Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 14:25 .github [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 153 Apr 12 14:25 .gitignore [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 12 14:25 CONTRIBUTING.md [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 12 14:25 Dockerfile [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 12 14:25 Dockerfile.build [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 12 14:25 Jenkinsfile [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 12 14:25 LICENSE [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 12 14:25 Makefile [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 12 14:25 README.md [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 12 14:23 VERSION [2021-04-12T14:27:28.600Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 14:25 assets [2021-04-12T14:27:28.600Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 14:25 bin [2021-04-12T14:27:28.600Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 14:25 cmd [2021-04-12T14:27:28.600Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 12 14:26 coverage.out [2021-04-12T14:27:28.600Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 12 14:25 docs [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 12 14:25 go.mod [2021-04-12T14:27:28.600Z] -rw-r--r-- 1 jenkins jenkins 22319 Apr 12 14:26 go.sum [2021-04-12T14:27:28.600Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 12 14:25 internal [2021-04-12T14:27:28.600Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 12 14:25 version.go [2021-04-12T14:27:28.600Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 14:25 web [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:27:28.956Z] + 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=49c4d704d89cee82356a6d6258b1004cb031f271 --label arch=arm64 --label version=2.0.0-dev.34 . [2021-04-12T14:27:29.074Z] Sending build context to Docker daemon 17.74MB [2021-04-12T14:27:29.074Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T14:27:29.074Z] Step 2/8 : FROM ${BASE} [2021-04-12T14:27:29.074Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-12T14:27:29.074Z] 188c0c94c7c5: Pulling fs layer [2021-04-12T14:27:29.074Z] 0ef7d3d256c8: Pulling fs layer [2021-04-12T14:27:29.074Z] de9db76c5a1d: Pulling fs layer [2021-04-12T14:27:29.074Z] bca2f99d35d6: Pulling fs layer [2021-04-12T14:27:29.074Z] 93359f2a8cfa: Pulling fs layer [2021-04-12T14:27:29.074Z] 7c6f9722023f: Pulling fs layer [2021-04-12T14:27:29.074Z] a35cf1a2eb13: Pulling fs layer [2021-04-12T14:27:29.074Z] bca2f99d35d6: Waiting [2021-04-12T14:27:29.074Z] 93359f2a8cfa: Waiting [2021-04-12T14:27:29.074Z] 7c6f9722023f: Waiting [2021-04-12T14:27:29.074Z] a35cf1a2eb13: Waiting [2021-04-12T14:27:29.074Z] de9db76c5a1d: Download complete [2021-04-12T14:27:29.427Z] 0ef7d3d256c8: Verifying Checksum [2021-04-12T14:27:29.427Z] 0ef7d3d256c8: Download complete [2021-04-12T14:27:29.427Z] 93359f2a8cfa: Download complete [2021-04-12T14:27:29.427Z] 188c0c94c7c5: Verifying Checksum [2021-04-12T14:27:29.427Z] 188c0c94c7c5: Download complete [2021-04-12T14:27:29.427Z] 7c6f9722023f: Verifying Checksum [2021-04-12T14:27:29.427Z] 7c6f9722023f: Download complete [2021-04-12T14:27:29.949Z] Sending build context to Docker daemon 17.77MB [2021-04-12T14:27:29.949Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T14:27:29.949Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-12T14:27:29.949Z] ---> 58ac05139bb2 [2021-04-12T14:27:29.949Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-12T14:27:30.061Z] 188c0c94c7c5: Pull complete [2021-04-12T14:27:30.230Z] ---> Running in 238b2aa8979e [2021-04-12T14:27:30.501Z] Removing intermediate container 238b2aa8979e [2021-04-12T14:27:30.501Z] ---> 275b5538bcda [2021-04-12T14:27:30.501Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-12T14:27:30.772Z] ---> Running in af33cdb775c1 [2021-04-12T14:27:30.859Z] 0ef7d3d256c8: Pull complete [2021-04-12T14:27:30.859Z] de9db76c5a1d: Pull complete [2021-04-12T14:27:31.365Z] Removing intermediate container af33cdb775c1 [2021-04-12T14:27:31.365Z] ---> 9140f32a1663 [2021-04-12T14:27:31.365Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-12T14:27:31.365Z] ---> Running in 8950519ee1ed [2021-04-12T14:27:31.638Z] Removing intermediate container 8950519ee1ed [2021-04-12T14:27:31.638Z] ---> abfdcf2eb22f [2021-04-12T14:27:31.638Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-12T14:27:31.910Z] ---> Running in 81654c5c2d3c [2021-04-12T14:27:32.506Z] Removing intermediate container 81654c5c2d3c [2021-04-12T14:27:32.506Z] ---> fc9081fd5496 [2021-04-12T14:27:32.506Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-12T14:27:32.506Z] ---> Running in 5f5f56f23667 [2021-04-12T14:27:33.109Z] Removing intermediate container 5f5f56f23667 [2021-04-12T14:27:33.109Z] ---> 74108125777c [2021-04-12T14:27:33.109Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T14:27:33.109Z] ---> Running in c7716ea10378 [2021-04-12T14:27:35.729Z] Removing intermediate container c7716ea10378 [2021-04-12T14:27:35.729Z] ---> da4c1a00e5c7 [2021-04-12T14:27:35.729Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-12T14:27:35.729Z] ---> Running in 346d1f79500e [2021-04-12T14:27:36.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T14:27:36.777Z] a35cf1a2eb13: Verifying Checksum [2021-04-12T14:27:36.777Z] a35cf1a2eb13: Download complete [2021-04-12T14:27:37.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T14:27:38.286Z] OK: 142 MiB in 39 packages [2021-04-12T14:27:39.266Z] Removing intermediate container 346d1f79500e [2021-04-12T14:27:39.266Z] ---> 16c8124fd37d [2021-04-12T14:27:39.266Z] Step 10/24 : ENV GO111MODULE=on [2021-04-12T14:27:39.539Z] ---> Running in abc612f08d4c [2021-04-12T14:27:40.139Z] Removing intermediate container abc612f08d4c [2021-04-12T14:27:40.139Z] ---> 236fa78e4068 [2021-04-12T14:27:40.139Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-12T14:27:40.139Z] ---> Running in 7de96d224ee8 [2021-04-12T14:27:40.733Z] Removing intermediate container 7de96d224ee8 [2021-04-12T14:27:40.733Z] ---> 6b3011a57cb9 [2021-04-12T14:27:40.733Z] Step 12/24 : COPY go.mod . [2021-04-12T14:27:40.951Z] bca2f99d35d6: Verifying Checksum [2021-04-12T14:27:40.951Z] bca2f99d35d6: Download complete [2021-04-12T14:27:41.327Z] ---> 063b37bc874c [2021-04-12T14:27:41.327Z] Step 13/24 : COPY Makefile . [2021-04-12T14:27:41.920Z] ---> 3799787d3f54 [2021-04-12T14:27:41.920Z] Step 14/24 : RUN make update [2021-04-12T14:27:42.192Z] ---> Running in e9d6dc30c941 [2021-04-12T14:27:43.187Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-12T14:27:44.624Z] Removing intermediate container e9d6dc30c941 [2021-04-12T14:27:44.624Z] ---> 1abf599c06fb [2021-04-12T14:27:44.624Z] Step 15/24 : COPY . . [2021-04-12T14:27:47.284Z] ---> dd3c1457d05c [2021-04-12T14:27:47.284Z] Step 16/24 : RUN ${MAKE} [2021-04-12T14:27:47.284Z] ---> Running in 10bff85cfe16 [2021-04-12T14:27:48.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.34" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-12T14:27:56.451Z] bca2f99d35d6: Pull complete [2021-04-12T14:27:56.452Z] 93359f2a8cfa: Pull complete [2021-04-12T14:27:56.452Z] 7c6f9722023f: Pull complete [2021-04-12T14:28:05.645Z] a35cf1a2eb13: Pull complete [2021-04-12T14:28:05.645Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-12T14:28:05.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-12T14:28:05.645Z] ---> a62c8e92a672 [2021-04-12T14:28:05.645Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-12T14:28:05.645Z] ---> Running in 277c2fbcc71d [2021-04-12T14:28:05.982Z] Removing intermediate container 277c2fbcc71d [2021-04-12T14:28:05.982Z] ---> 327bf2422cd2 [2021-04-12T14:28:05.982Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T14:28:05.982Z] ---> Running in de0bfc8a0333 [2021-04-12T14:28:08.800Z] Removing intermediate container de0bfc8a0333 [2021-04-12T14:28:08.800Z] ---> 0b7347ec4208 [2021-04-12T14:28:08.800Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-12T14:28:09.072Z] ---> Running in 43c841e2aaf6 [2021-04-12T14:28:10.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T14:28:11.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T14:28:11.902Z] OK: 166 MiB in 39 packages [2021-04-12T14:28:12.894Z] Removing intermediate container 43c841e2aaf6 [2021-04-12T14:28:12.894Z] ---> c5bd2c1a0f3e [2021-04-12T14:28:12.894Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-12T14:28:12.894Z] ---> Running in 5880bda1e14c [2021-04-12T14:28:13.186Z] Removing intermediate container 5880bda1e14c [2021-04-12T14:28:13.186Z] ---> 4176b4a92b33 [2021-04-12T14:28:13.186Z] Step 7/8 : COPY . . [2021-04-12T14:28:15.142Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-12T14:28:17.779Z] ---> ab77439dba89 [2021-04-12T14:28:17.780Z] Step 8/8 : RUN go mod download [2021-04-12T14:28:17.780Z] ---> Running in e097c028239d [2021-04-12T14:28:19.460Z] Removing intermediate container 10bff85cfe16 [2021-04-12T14:28:19.460Z] ---> 0bfef299b956 [2021-04-12T14:28:19.460Z] Step 17/24 : FROM alpine:3.12 [2021-04-12T14:28:20.066Z] 3.12: Pulling from library/alpine [2021-04-12T14:28:20.342Z] 9a219e8acc52: Pulling fs layer [2021-04-12T14:28:20.614Z] 9a219e8acc52: Verifying Checksum [2021-04-12T14:28:20.614Z] 9a219e8acc52: Download complete [2021-04-12T14:28:21.212Z] 9a219e8acc52: Pull complete [2021-04-12T14:28:21.212Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-12T14:28:21.212Z] Status: Downloaded newer image for alpine:3.12 [2021-04-12T14:28:21.212Z] ---> d75e27dfc0a0 [2021-04-12T14:28:21.212Z] Step 18/24 : EXPOSE 4000 [2021-04-12T14:28:21.212Z] ---> Running in 38450baba7e5 [2021-04-12T14:28:21.815Z] Removing intermediate container 38450baba7e5 [2021-04-12T14:28:21.815Z] ---> e424d8163c35 [2021-04-12T14:28:21.815Z] 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-12T14:28:23.800Z] ---> 9f4fd0fbcb44 [2021-04-12T14:28:23.800Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-12T14:28:23.800Z] ---> Running in cc1275be52b5 [2021-04-12T14:28:24.071Z] Removing intermediate container cc1275be52b5 [2021-04-12T14:28:24.071Z] ---> c4eff383a244 [2021-04-12T14:28:24.071Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-12T14:28:24.344Z] ---> Running in d2866715555b [2021-04-12T14:28:24.627Z] Removing intermediate container d2866715555b [2021-04-12T14:28:24.627Z] ---> b640511bb2ba [2021-04-12T14:28:24.627Z] Step 22/24 : LABEL arch=arm64 [2021-04-12T14:28:24.899Z] ---> Running in 4177259e1825 [2021-04-12T14:28:25.174Z] Removing intermediate container 4177259e1825 [2021-04-12T14:28:25.174Z] ---> 6d5f4ccf68af [2021-04-12T14:28:25.174Z] Step 23/24 : LABEL git_sha=49c4d704d89cee82356a6d6258b1004cb031f271 [2021-04-12T14:28:25.451Z] ---> Running in 8a9ef9b35f62 [2021-04-12T14:28:25.724Z] Removing intermediate container 8a9ef9b35f62 [2021-04-12T14:28:25.724Z] ---> 263178a65ce5 [2021-04-12T14:28:25.724Z] Step 24/24 : LABEL version=2.0.0-dev.34 [2021-04-12T14:28:25.996Z] ---> Running in a76932fcc193 [2021-04-12T14:28:26.595Z] Removing intermediate container a76932fcc193 [2021-04-12T14:28:26.595Z] ---> 180c18569f4a [2021-04-12T14:28:26.595Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-12T14:28:26.595Z] Successfully built 180c18569f4a [2021-04-12T14:28:26.595Z] 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-12T14:28:27.139Z] provisioning config files... [2021-04-12T14:28:27.184Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/93@tmp/config6419429508688858723tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:28:27.603Z] ---> docker-login.sh [2021-04-12T14:28:27.603Z] nexus3.edgexfoundry.org:10001 [2021-04-12T14:28:27.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:28:27.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:28:27.884Z] Configure a credential helper to remove this warning. See [2021-04-12T14:28:27.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:28:27.884Z] [2021-04-12T14:28:27.884Z] Login Succeeded [2021-04-12T14:28:27.884Z] nexus3.edgexfoundry.org:10002 [2021-04-12T14:28:28.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:28:28.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:28:28.488Z] Configure a credential helper to remove this warning. See [2021-04-12T14:28:28.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:28:28.489Z] [2021-04-12T14:28:28.489Z] Login Succeeded [2021-04-12T14:28:28.489Z] nexus3.edgexfoundry.org:10003 [2021-04-12T14:28:29.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:28:29.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:28:29.089Z] Configure a credential helper to remove this warning. See [2021-04-12T14:28:29.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:28:29.089Z] [2021-04-12T14:28:29.089Z] Login Succeeded [2021-04-12T14:28:29.089Z] nexus3.edgexfoundry.org:10004 [2021-04-12T14:28:29.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:28:29.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:28:29.635Z] Configure a credential helper to remove this warning. See [2021-04-12T14:28:29.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:28:29.635Z] [2021-04-12T14:28:29.635Z] Login Succeeded [2021-04-12T14:28:29.635Z] docker.io [2021-04-12T14:28:29.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:28:30.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:28:30.181Z] Configure a credential helper to remove this warning. See [2021-04-12T14:28:30.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:28:30.181Z] [2021-04-12T14:28:30.181Z] Login Succeeded [2021-04-12T14:28:30.455Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T14:28:30.472Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-12T14:28:30.790Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-12T14:28:30.790Z] 49c4d704d89cee82356a6d6258b1004cb031f271 [2021-04-12T14:28:30.790Z] latest [2021-04-12T14:28:30.790Z] 2.0.0-dev.34 [2021-04-12T14:28:30.790Z] 49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 [2021-04-12T14:28:30.790Z] master [2021-04-12T14:28:30.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:28:31.368Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:28:31.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271 [2021-04-12T14:28:31.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-12T14:28:31.702Z] 33bc39cbb987: Preparing [2021-04-12T14:28:31.702Z] e08058ee1dfe: Preparing [2021-04-12T14:28:31.971Z] e08058ee1dfe: Layer already exists [2021-04-12T14:28:35.352Z] 33bc39cbb987: Pushed [2021-04-12T14:28:35.622Z] 49c4d704d89cee82356a6d6258b1004cb031f271: digest: sha256:11f5f2933a023159cdd27578729bd2a2a6fef1fe6b13079f9e11c335f0683fa5 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:28:35.974Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:28:36.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-12T14:28:36.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-12T14:28:36.311Z] 33bc39cbb987: Preparing [2021-04-12T14:28:36.311Z] e08058ee1dfe: Preparing [2021-04-12T14:28:36.311Z] e08058ee1dfe: Layer already exists [2021-04-12T14:28:36.311Z] 33bc39cbb987: Layer already exists [2021-04-12T14:28:36.585Z] latest: digest: sha256:11f5f2933a023159cdd27578729bd2a2a6fef1fe6b13079f9e11c335f0683fa5 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:28:36.931Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:28:37.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.34 [2021-04-12T14:28:37.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-12T14:28:37.270Z] 33bc39cbb987: Preparing [2021-04-12T14:28:37.270Z] e08058ee1dfe: Preparing [2021-04-12T14:28:37.270Z] e08058ee1dfe: Layer already exists [2021-04-12T14:28:37.270Z] 33bc39cbb987: Layer already exists [2021-04-12T14:28:37.542Z] 2.0.0-dev.34: digest: sha256:11f5f2933a023159cdd27578729bd2a2a6fef1fe6b13079f9e11c335f0683fa5 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:28:37.886Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:28:38.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 [2021-04-12T14:28:38.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-12T14:28:38.542Z] 33bc39cbb987: Preparing [2021-04-12T14:28:38.542Z] e08058ee1dfe: Preparing [2021-04-12T14:28:38.542Z] 33bc39cbb987: Layer already exists [2021-04-12T14:28:38.542Z] e08058ee1dfe: Layer already exists [2021-04-12T14:28:38.542Z] 49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34: digest: sha256:11f5f2933a023159cdd27578729bd2a2a6fef1fe6b13079f9e11c335f0683fa5 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:28:38.910Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:28:39.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-12T14:28:39.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-12T14:28:39.291Z] 33bc39cbb987: Preparing [2021-04-12T14:28:39.291Z] e08058ee1dfe: Preparing [2021-04-12T14:28:39.564Z] e08058ee1dfe: Layer already exists [2021-04-12T14:28:39.564Z] 33bc39cbb987: Layer already exists [2021-04-12T14:28:39.564Z] master: digest: sha256:11f5f2933a023159cdd27578729bd2a2a6fef1fe6b13079f9e11c335f0683fa5 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-12T14:28:39.779Z] ===================================================== [Pipeline] echo [2021-04-12T14:28:39.831Z] taggedImages: [2021-04-12T14:28:39.831Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271 [2021-04-12T14:28:39.831Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-12T14:28:39.831Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.34 [2021-04-12T14:28:39.831Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 [2021-04-12T14:28:39.831Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:28:40.708Z] ---> job-cost.sh [2021-04-12T14:28:40.708Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qe24 [2021-04-12T14:29:06.336Z] Removing intermediate container e097c028239d [2021-04-12T14:29:06.336Z] ---> 9fe7192c8436 [2021-04-12T14:29:06.336Z] Successfully built 9fe7192c8436 [2021-04-12T14:29:06.336Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:29:06.869Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-12T14:29:07.153Z] . [Pipeline] withDockerContainer [2021-04-12T14:29:07.880Z] prd-centos7-docker-4c-2g-33692 does not seem to be running inside a container [2021-04-12T14:29:08.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/93 -v /w/workspace/edgex-ui-go/93:/w/workspace/edgex-ui-go/93:rw,z -v /w/workspace/edgex-ui-go/93@tmp:/w/workspace/edgex-ui-go/93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-12T14:29:09.696Z] $ docker top 60250e074c4ba78915106801b1cfbb57967c0d98a1d5ef06ea3afa91403dd373 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T14:29:10.729Z] + go version [2021-04-12T14:29:11.056Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-12T14:29:11.128Z] $ docker stop --time=1 60250e074c4ba78915106801b1cfbb57967c0d98a1d5ef06ea3afa91403dd373 [2021-04-12T14:29:12.801Z] $ docker rm -f 60250e074c4ba78915106801b1cfbb57967c0d98a1d5ef06ea3afa91403dd373 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:29:14.098Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-12T14:29:14.099Z] . [Pipeline] withDockerContainer [2021-04-12T14:29:14.413Z] prd-centos7-docker-4c-2g-33692 does not seem to be running inside a container [2021-04-12T14:29:14.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/93 -v /w/workspace/edgex-ui-go/93:/w/workspace/edgex-ui-go/93:rw,z -v /w/workspace/edgex-ui-go/93@tmp:/w/workspace/edgex-ui-go/93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-12T14:29:16.066Z] $ docker top 0baad5885068faacb96649b6a73c1b7e8cfbc0359c2e38b86465d7ac0a343669 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T14:29:17.494Z] + make test [2021-04-12T14:29:17.494Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-12T14:29:19.660Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-12T14:29:21.142Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-12T14:29:44.730Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-12T14:29:44.730Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-12T14:29:52.817Z] $ docker stop --time=1 0baad5885068faacb96649b6a73c1b7e8cfbc0359c2e38b86465d7ac0a343669 [2021-04-12T14:29:55.846Z] $ docker rm -f 0baad5885068faacb96649b6a73c1b7e8cfbc0359c2e38b86465d7ac0a343669 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T14:29:56.889Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-12T14:29:56.954Z] Warning: overwriting stash ‘coverage-report’ [2021-04-12T14:29:57.440Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-12T14:29:58.120Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-12T14:29:58.563Z] + ls -al . [2021-04-12T14:29:58.563Z] total 92 [2021-04-12T14:29:58.563Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 12 14:29 . [2021-04-12T14:29:58.563Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 12 14:27 .. [2021-04-12T14:29:58.563Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 12 14:27 assets [2021-04-12T14:29:58.563Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 12 14:27 bin [2021-04-12T14:29:58.563Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 12 14:27 cmd [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 12 14:27 CONTRIBUTING.md [2021-04-12T14:29:58.563Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 12 14:29 coverage.out [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 12 14:27 Dockerfile [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 12 14:27 Dockerfile.build [2021-04-12T14:29:58.563Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 12 14:27 docs [2021-04-12T14:29:58.563Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 12 14:27 .git [2021-04-12T14:29:58.563Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 12 14:27 .github [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 153 Apr 12 14:27 .gitignore [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 12 14:27 go.mod [2021-04-12T14:29:58.563Z] -rw-r--r--. 1 jenkins jenkins 22319 Apr 12 14:29 go.sum [2021-04-12T14:29:58.563Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 12 14:27 internal [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 12 14:27 Jenkinsfile [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 12 14:27 LICENSE [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 12 14:27 Makefile [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 12 14:27 README.md [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 12 14:23 VERSION [2021-04-12T14:29:58.563Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 12 14:27 version.go [2021-04-12T14:29:58.563Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 12 14:27 web [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:29:59.044Z] + 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=49c4d704d89cee82356a6d6258b1004cb031f271 --label arch=amd64 --label version=2.0.0-dev.34 . [2021-04-12T14:30:00.081Z] Sending build context to Docker daemon 17.77MB [2021-04-12T14:30:00.081Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T14:30:00.081Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-12T14:30:00.081Z] ---> 9fe7192c8436 [2021-04-12T14:30:00.081Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-12T14:30:00.716Z] ---> Running in 886b37480138 [2021-04-12T14:30:01.025Z] Removing intermediate container 886b37480138 [2021-04-12T14:30:01.025Z] ---> ee7406bbdaa6 [2021-04-12T14:30:01.025Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-12T14:30:01.025Z] ---> Running in 064d74deeee3 [2021-04-12T14:30:01.362Z] Removing intermediate container 064d74deeee3 [2021-04-12T14:30:01.362Z] ---> a41409ce54fb [2021-04-12T14:30:01.362Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-12T14:30:01.713Z] ---> Running in 1142fe404172 [2021-04-12T14:30:02.035Z] Removing intermediate container 1142fe404172 [2021-04-12T14:30:02.035Z] ---> 7d160246d331 [2021-04-12T14:30:02.035Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-12T14:30:02.035Z] ---> Running in 2bc3094cf877 [2021-04-12T14:30:02.446Z] Removing intermediate container 2bc3094cf877 [2021-04-12T14:30:02.446Z] ---> 73d28045944c [2021-04-12T14:30:02.446Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-12T14:30:02.805Z] ---> Running in dced1adbcdb2 [2021-04-12T14:30:03.410Z] Removing intermediate container dced1adbcdb2 [2021-04-12T14:30:03.410Z] ---> f81fa45b2048 [2021-04-12T14:30:03.410Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T14:30:03.410Z] ---> Running in a800d006a2cb [2021-04-12T14:30:06.213Z] Removing intermediate container a800d006a2cb [2021-04-12T14:30:06.213Z] ---> d2ab7c55d634 [2021-04-12T14:30:06.213Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-12T14:30:06.213Z] ---> Running in 4c786f6d6421 [2021-04-12T14:30:07.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T14:30:09.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T14:30:10.260Z] OK: 166 MiB in 39 packages [2021-04-12T14:30:11.305Z] Removing intermediate container 4c786f6d6421 [2021-04-12T14:30:11.305Z] ---> 0bafdbed9402 [2021-04-12T14:30:11.305Z] Step 10/24 : ENV GO111MODULE=on [2021-04-12T14:30:11.305Z] ---> Running in 09c1b8babc1e [2021-04-12T14:30:12.079Z] Removing intermediate container 09c1b8babc1e [2021-04-12T14:30:12.079Z] ---> 86bb8c072869 [2021-04-12T14:30:12.079Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-12T14:30:12.079Z] ---> Running in 6d0f2ce1a155 [2021-04-12T14:30:12.757Z] Removing intermediate container 6d0f2ce1a155 [2021-04-12T14:30:12.757Z] ---> aee43e960434 [2021-04-12T14:30:12.757Z] Step 12/24 : COPY go.mod . [2021-04-12T14:30:13.026Z] ---> 5510fc2299b3 [2021-04-12T14:30:13.026Z] Step 13/24 : COPY Makefile . [2021-04-12T14:30:13.292Z] ---> d8d47fcc7490 [2021-04-12T14:30:13.292Z] Step 14/24 : RUN make update [2021-04-12T14:30:13.292Z] ---> Running in 40473f4fa23c [2021-04-12T14:30:15.438Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-12T14:30:17.483Z] Removing intermediate container 40473f4fa23c [2021-04-12T14:30:17.483Z] ---> 93cfc2ad34a0 [2021-04-12T14:30:17.483Z] Step 15/24 : COPY . . [2021-04-12T14:30:20.271Z] ---> 3f88a03ce11a [2021-04-12T14:30:20.271Z] Step 16/24 : RUN ${MAKE} [2021-04-12T14:30:20.635Z] ---> Running in 71859e1ca6c0 [2021-04-12T14:30:21.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.34" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-12T14:30:41.377Z] lf-activate-venv(): INFO: Adding /tmp/venv-qe24/bin to PATH [2021-04-12T14:30:41.378Z] INFO: No Stack... [2021-04-12T14:30:41.650Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-12T14:30:41.925Z] INFO: Archiving Costs [Pipeline] sh [2021-04-12T14:30:42.261Z] + cat /w/workspace/edgex-ui-go/93/archives/cost.csv [2021-04-12T14:30:42.262Z] + cut -d, -f6 [Pipeline] lock [2021-04-12T14:30:42.380Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] [2021-04-12T14:30:42.388Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] did not exist. Created. [2021-04-12T14:30:42.388Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-12T14:30:42.823Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-12T14:30:43.094Z] Stashed 1 file(s) [Pipeline] } [2021-04-12T14:30:43.106Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-12T14:30:55.124Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-12T14:30:59.268Z] Removing intermediate container 71859e1ca6c0 [2021-04-12T14:30:59.269Z] ---> 93e490c5f763 [2021-04-12T14:30:59.269Z] Step 17/24 : FROM alpine:3.12 [2021-04-12T14:30:59.898Z] 3.12: Pulling from library/alpine [2021-04-12T14:30:59.898Z] 532819f3e44c: Pulling fs layer [2021-04-12T14:31:00.209Z] 532819f3e44c: Download complete [2021-04-12T14:31:00.861Z] 532819f3e44c: Pull complete [2021-04-12T14:31:00.861Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-12T14:31:00.861Z] Status: Downloaded newer image for alpine:3.12 [2021-04-12T14:31:00.861Z] ---> 7230e588e954 [2021-04-12T14:31:00.861Z] Step 18/24 : EXPOSE 4000 [2021-04-12T14:31:01.175Z] ---> Running in a6d287ece3cc [2021-04-12T14:31:01.612Z] Removing intermediate container a6d287ece3cc [2021-04-12T14:31:01.612Z] ---> a2def5ac05fb [2021-04-12T14:31:01.612Z] 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-12T14:31:03.512Z] ---> 18bf560a3b05 [2021-04-12T14:31:03.513Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-12T14:31:03.833Z] ---> Running in 6d05eb67ccdc [2021-04-12T14:31:04.144Z] Removing intermediate container 6d05eb67ccdc [2021-04-12T14:31:04.144Z] ---> f14d7b57caf1 [2021-04-12T14:31:04.144Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-12T14:31:04.144Z] ---> Running in 74dee61248b7 [2021-04-12T14:31:04.526Z] Removing intermediate container 74dee61248b7 [2021-04-12T14:31:04.526Z] ---> 88bfc51f0e8b [2021-04-12T14:31:04.526Z] Step 22/24 : LABEL arch=amd64 [2021-04-12T14:31:04.526Z] ---> Running in c0e5b434e78d [2021-04-12T14:31:04.840Z] Removing intermediate container c0e5b434e78d [2021-04-12T14:31:04.840Z] ---> 05b2b039a540 [2021-04-12T14:31:04.840Z] Step 23/24 : LABEL git_sha=49c4d704d89cee82356a6d6258b1004cb031f271 [2021-04-12T14:31:05.111Z] ---> Running in 8acd03a8b437 [2021-04-12T14:31:05.430Z] Removing intermediate container 8acd03a8b437 [2021-04-12T14:31:05.430Z] ---> 17ce90639ab8 [2021-04-12T14:31:05.430Z] Step 24/24 : LABEL version=2.0.0-dev.34 [2021-04-12T14:31:06.057Z] ---> Running in ecda523ca7e5 [2021-04-12T14:31:06.397Z] Removing intermediate container ecda523ca7e5 [2021-04-12T14:31:06.397Z] ---> ca879e5da01c [2021-04-12T14:31:06.397Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-12T14:31:06.397Z] Successfully built ca879e5da01c [2021-04-12T14:31:06.397Z] 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-12T14:31:06.825Z] provisioning config files... [2021-04-12T14:31:06.934Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/93@tmp/config2152017306158154778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:31:07.484Z] ---> docker-login.sh [2021-04-12T14:31:07.484Z] nexus3.edgexfoundry.org:10001 [2021-04-12T14:31:07.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:31:08.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:31:08.074Z] Configure a credential helper to remove this warning. See [2021-04-12T14:31:08.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:31:08.074Z] [2021-04-12T14:31:08.074Z] Login Succeeded [2021-04-12T14:31:08.074Z] nexus3.edgexfoundry.org:10002 [2021-04-12T14:31:09.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:31:09.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:31:09.188Z] Configure a credential helper to remove this warning. See [2021-04-12T14:31:09.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:31:09.188Z] [2021-04-12T14:31:09.188Z] Login Succeeded [2021-04-12T14:31:09.188Z] nexus3.edgexfoundry.org:10003 [2021-04-12T14:31:09.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:31:09.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:31:09.534Z] Configure a credential helper to remove this warning. See [2021-04-12T14:31:09.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:31:09.534Z] [2021-04-12T14:31:09.534Z] Login Succeeded [2021-04-12T14:31:09.534Z] nexus3.edgexfoundry.org:10004 [2021-04-12T14:31:09.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:31:10.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:31:10.254Z] Configure a credential helper to remove this warning. See [2021-04-12T14:31:10.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:31:10.254Z] [2021-04-12T14:31:10.254Z] Login Succeeded [2021-04-12T14:31:10.254Z] docker.io [2021-04-12T14:31:11.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T14:31:11.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T14:31:11.519Z] Configure a credential helper to remove this warning. See [2021-04-12T14:31:11.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T14:31:11.519Z] [2021-04-12T14:31:11.519Z] Login Succeeded [2021-04-12T14:31:11.519Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T14:31:11.552Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-12T14:31:11.766Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-12T14:31:11.767Z] 49c4d704d89cee82356a6d6258b1004cb031f271 [2021-04-12T14:31:11.767Z] latest [2021-04-12T14:31:11.767Z] 2.0.0-dev.34 [2021-04-12T14:31:11.767Z] 49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 [2021-04-12T14:31:11.767Z] master [2021-04-12T14:31:11.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:31:12.447Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:31:12.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271 [2021-04-12T14:31:12.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-12T14:31:12.874Z] c803e0f5f0cf: Preparing [2021-04-12T14:31:12.874Z] b0b9881431d7: Preparing [2021-04-12T14:31:12.874Z] b0b9881431d7: Layer already exists [2021-04-12T14:31:16.652Z] c803e0f5f0cf: Pushed [2021-04-12T14:31:16.929Z] 49c4d704d89cee82356a6d6258b1004cb031f271: digest: sha256:c6becd6aa6063190bbd74b31c9806df6c95523379d65225716b94e6e4dc564a0 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:31:17.575Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:31:18.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-12T14:31:19.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-12T14:31:19.243Z] c803e0f5f0cf: Preparing [2021-04-12T14:31:19.243Z] b0b9881431d7: Preparing [2021-04-12T14:31:19.243Z] b0b9881431d7: Layer already exists [2021-04-12T14:31:19.243Z] c803e0f5f0cf: Layer already exists [2021-04-12T14:31:19.296Z] latest: digest: sha256:c6becd6aa6063190bbd74b31c9806df6c95523379d65225716b94e6e4dc564a0 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:31:19.663Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:31:20.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.34 [2021-04-12T14:31:20.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-12T14:31:20.385Z] c803e0f5f0cf: Preparing [2021-04-12T14:31:20.385Z] b0b9881431d7: Preparing [2021-04-12T14:31:20.730Z] c803e0f5f0cf: Layer already exists [2021-04-12T14:31:20.730Z] b0b9881431d7: Layer already exists [2021-04-12T14:31:20.730Z] 2.0.0-dev.34: digest: sha256:c6becd6aa6063190bbd74b31c9806df6c95523379d65225716b94e6e4dc564a0 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:31:21.208Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:31:21.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 [2021-04-12T14:31:21.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-12T14:31:21.620Z] c803e0f5f0cf: Preparing [2021-04-12T14:31:21.620Z] b0b9881431d7: Preparing [2021-04-12T14:31:21.620Z] b0b9881431d7: Layer already exists [2021-04-12T14:31:21.620Z] c803e0f5f0cf: Layer already exists [2021-04-12T14:31:21.620Z] 49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34: digest: sha256:c6becd6aa6063190bbd74b31c9806df6c95523379d65225716b94e6e4dc564a0 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:31:22.092Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:31:23.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-12T14:31:23.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-12T14:31:23.398Z] c803e0f5f0cf: Preparing [2021-04-12T14:31:23.398Z] b0b9881431d7: Preparing [2021-04-12T14:31:23.398Z] b0b9881431d7: Layer already exists [2021-04-12T14:31:23.398Z] c803e0f5f0cf: Layer already exists [2021-04-12T14:31:23.398Z] master: digest: sha256:c6becd6aa6063190bbd74b31c9806df6c95523379d65225716b94e6e4dc564a0 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-12T14:31:23.603Z] ===================================================== [Pipeline] echo [2021-04-12T14:31:23.652Z] taggedImages: [2021-04-12T14:31:23.652Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271 [2021-04-12T14:31:23.652Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-12T14:31:23.652Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.34 [2021-04-12T14:31:23.652Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:49c4d704d89cee82356a6d6258b1004cb031f271-2.0.0-dev.34 [2021-04-12T14:31:23.652Z] - 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-12T14:31:24.506Z] ---> job-cost.sh [2021-04-12T14:31:24.506Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mUHi [2021-04-12T14:31:57.297Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-12T14:32:37.027Z] lf-activate-venv(): INFO: Adding /tmp/venv-mUHi/bin to PATH [2021-04-12T14:32:37.027Z] INFO: No Stack... [2021-04-12T14:32:38.494Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-12T14:32:39.155Z] INFO: Archiving Costs [Pipeline] sh [2021-04-12T14:32:39.504Z] + cat /w/workspace/edgex-ui-go/93/archives/cost.csv [2021-04-12T14:32:39.504Z] + cut -d, -f6 [Pipeline] lock [2021-04-12T14:32:39.848Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] [2021-04-12T14:32:39.857Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] did not exist. Created. [2021-04-12T14:32:39.857Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-12T14:32:40.342Z] /w/workspace/edgex-ui-go/93@tmp/durable-b5d82407/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-04-12T14:32:40.898Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-12T14:32:40.989Z] Warning: overwriting stash ‘stack-cost’ [2021-04-12T14:32:41.247Z] Stashed 1 file(s) [Pipeline] } [2021-04-12T14:32:41.265Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-93-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-12T14:32:42.672Z] provisioning config files... [2021-04-12T14:32:42.692Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config347974378918451029tmp [Pipeline] { [Pipeline] sh [2021-04-12T14:32:43.160Z] + set +x [2021-04-12T14:32:43.160Z] + curl -s https://codecov.io/bash [2021-04-12T14:32:43.160Z] + bash -s -- [2021-04-12T14:32:43.426Z] [2021-04-12T14:32:43.426Z] _____ _ [2021-04-12T14:32:43.427Z] / ____| | | [2021-04-12T14:32:43.427Z] | | ___ __| | ___ ___ _____ __ [2021-04-12T14:32:43.427Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-12T14:32:43.427Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-12T14:32:43.427Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-12T14:32:43.427Z] Bash-20210309-2b87ace [2021-04-12T14:32:43.427Z] [2021-04-12T14:32:43.427Z] [2021-04-12T14:32:43.427Z] ==> git version 2.24.3 found [2021-04-12T14:32:43.427Z] ==> 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-12T14:32:43.427Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-12T14:32:43.427Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-12T14:32:43.427Z] ==> Jenkins CI detected. [2021-04-12T14:32:43.427Z] project root: . [2021-04-12T14:32:43.427Z] --> token set from env [2021-04-12T14:32:43.427Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-12T14:32:43.427Z] ==> Running gcov in . (disable via -X gcov) [2021-04-12T14:32:43.427Z] ==> Python coveragepy not found [2021-04-12T14:32:43.427Z] ==> Searching for coverage reports in: [2021-04-12T14:32:43.427Z] + . [2021-04-12T14:32:43.427Z] -> Found 1 reports [2021-04-12T14:32:43.427Z] ==> Detecting git/mercurial file structure [2021-04-12T14:32:43.427Z] ==> Reading reports [2021-04-12T14:32:43.427Z] + ./coverage.out bytes=10 [2021-04-12T14:32:43.427Z] ==> Appending adjustments [2021-04-12T14:32:43.427Z] https://docs.codecov.io/docs/fixing-reports [2021-04-12T14:32:43.690Z] + Found adjustments [2021-04-12T14:32:43.690Z] ==> Gzipping contents [2021-04-12T14:32:43.690Z] 4.0K /tmp/codecov.YApbby.gz [2021-04-12T14:32:43.690Z] ==> Uploading reports [2021-04-12T14:32:43.690Z] url: https://codecov.io [2021-04-12T14:32:43.690Z] query: branch=master&commit=49c4d704d89cee82356a6d6258b1004cb031f271&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F93%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-12T14:32:43.690Z] -> Pinging Codecov [2021-04-12T14:32:43.690Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=49c4d704d89cee82356a6d6258b1004cb031f271&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F93%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-12T14:32:44.277Z] -> Uploading to [2021-04-12T14:32:44.277Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-12/FB506323287CE973F263BFD2A0EB1F37/49c4d704d89cee82356a6d6258b1004cb031f271/11a3b281-9309-4676-ba66-304f09f15e69.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T143244Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1e26cd14b64a6f716c2a7cf17202bdb453887c48a5e880416ab0d0bfc65fcca9 [2021-04-12T14:32:44.277Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-12T14:32:44.277Z] Dload Upload Total Spent Left Speed [2021-04-12T14:32:44.858Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3621 0 0 100 3621 0 5445 --:--:-- --:--:-- --:--:-- 5445 100 3621 0 0 100 3621 0 5444 --:--:-- --:--:-- --:--:-- 5445 [2021-04-12T14:32:44.858Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] } [2021-04-12T14:32:44.869Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-12T14:32:45.766Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-12T14:32:45.842Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:32:46.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-12T14:32:46.199Z] [2021-04-12T14:32:46.199Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:32:46.550Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-12T14:32:46.550Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-12T14:32:46.550Z] 188c0c94c7c5: Pulling fs layer [2021-04-12T14:32:46.550Z] 0ef7d3d256c8: Pulling fs layer [2021-04-12T14:32:46.550Z] de9db76c5a1d: Pulling fs layer [2021-04-12T14:32:46.550Z] 0eba1c9be4d2: Pulling fs layer [2021-04-12T14:32:46.550Z] 0d57e429df01: Pulling fs layer [2021-04-12T14:32:46.550Z] 4e4be7b47b0d: Pulling fs layer [2021-04-12T14:32:46.550Z] e1f770b5df2f: Pulling fs layer [2021-04-12T14:32:46.550Z] 85a0685a4137: Pulling fs layer [2021-04-12T14:32:46.550Z] 0d57e429df01: Waiting [2021-04-12T14:32:46.550Z] 4e4be7b47b0d: Waiting [2021-04-12T14:32:46.550Z] e1f770b5df2f: Waiting [2021-04-12T14:32:46.550Z] 85a0685a4137: Waiting [2021-04-12T14:32:46.550Z] 0eba1c9be4d2: Waiting [2021-04-12T14:32:46.550Z] de9db76c5a1d: Verifying Checksum [2021-04-12T14:32:46.550Z] de9db76c5a1d: Download complete [2021-04-12T14:32:46.550Z] 0ef7d3d256c8: Download complete [2021-04-12T14:32:46.550Z] 0d57e429df01: Verifying Checksum [2021-04-12T14:32:46.550Z] 0d57e429df01: Download complete [2021-04-12T14:32:46.550Z] 188c0c94c7c5: Verifying Checksum [2021-04-12T14:32:46.550Z] 188c0c94c7c5: Download complete [2021-04-12T14:32:46.550Z] 4e4be7b47b0d: Verifying Checksum [2021-04-12T14:32:46.550Z] 4e4be7b47b0d: Download complete [2021-04-12T14:32:47.131Z] 188c0c94c7c5: Pull complete [2021-04-12T14:32:47.131Z] 0ef7d3d256c8: Pull complete [2021-04-12T14:32:47.394Z] de9db76c5a1d: Pull complete [2021-04-12T14:32:48.787Z] e1f770b5df2f: Verifying Checksum [2021-04-12T14:32:48.787Z] e1f770b5df2f: Download complete [2021-04-12T14:32:51.358Z] 0eba1c9be4d2: Verifying Checksum [2021-04-12T14:32:51.358Z] 0eba1c9be4d2: Download complete [2021-04-12T14:32:51.358Z] 85a0685a4137: Verifying Checksum [2021-04-12T14:32:51.358Z] 85a0685a4137: Download complete [2021-04-12T14:32:57.988Z] 0eba1c9be4d2: Pull complete [2021-04-12T14:32:57.988Z] 0d57e429df01: Pull complete [2021-04-12T14:32:57.988Z] 4e4be7b47b0d: Pull complete [2021-04-12T14:33:01.309Z] e1f770b5df2f: Pull complete [2021-04-12T14:33:07.956Z] 85a0685a4137: Pull complete [2021-04-12T14:33:07.956Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-12T14:33:07.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-12T14:33:07.956Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-12T14:33:08.180Z] prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container [2021-04-12T14:33:08.232Z] $ 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-12T14:33:09.285Z] $ docker top e5f893ab696bd539887a90b3b869946b7eee77113984fca540db31e26160cf78 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-12T14:33:09.527Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-12T14:33:09.839Z] + set -o pipefail [2021-04-12T14:33:09.839Z] + snyk monitor '--org=edgex-jenkins' [2021-04-12T14:33:24.777Z] [2021-04-12T14:33:24.777Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-04-12T14:33:24.777Z] [2021-04-12T14:33:24.777Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/e3a2dde9-8db3-4af2-aa62-7ce0e332b83b [2021-04-12T14:33:24.777Z] [2021-04-12T14:33:24.777Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-12T14:33:24.777Z] [2021-04-12T14:33:24.777Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-12T14:33:24.777Z] [2021-04-12T14:33:24.777Z] [2021-04-12T14:33:24.777Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-12T14:33:24.777Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-12T14:33:24.812Z] $ docker stop --time=1 e5f893ab696bd539887a90b3b869946b7eee77113984fca540db31e26160cf78 [2021-04-12T14:33:28.055Z] $ docker rm -f e5f893ab696bd539887a90b3b869946b7eee77113984fca540db31e26160cf78 [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-12T14:33:29.795Z] + git log --format=format:%s -1 49c4d704d89cee82356a6d6258b1004cb031f271 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:33:30.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T14:33:30.118Z] . [Pipeline] withDockerContainer [2021-04-12T14:33:30.227Z] prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container [2021-04-12T14:33:30.272Z] $ 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-12T14:33:31.210Z] $ docker top 9010c697f2e2ab4e8791d1d454028d167569cb254c54006f286109d5a812de40 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T14:33:31.564Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T14:33:31.564Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T14:33:31.846Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T14:33:31.849Z] $ docker exec 9010c697f2e2ab4e8791d1d454028d167569cb254c54006f286109d5a812de40 ssh-agent [2021-04-12T14:33:32.036Z] SSH_AUTH_SOCK=/tmp/ssh-alUpwJbv5S5s/agent.12 [2021-04-12T14:33:32.036Z] SSH_AGENT_PID=17 [2021-04-12T14:33:32.044Z] Running ssh-add (command line suppressed) [2021-04-12T14:33:32.181Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7642781758091308217.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7642781758091308217.key) [2021-04-12T14:33:32.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T14:33:32.577Z] + git semver tag [2021-04-12T14:33:32.577Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T14:33:32.577Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-12T14:33:32.577Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-12T14:33:32.577Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T14:33:32.577Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T14:33:32.577Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T14:33:32.577Z] # $SEMVER_BRANCH = master [2021-04-12T14:33:32.577Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-12T14:33:32.577Z] # 49c4d704d89cee82356a6d6258b1004cb031f271 HEAD [2021-04-12T14:33:32.577Z] # -> Force: false [2021-04-12T14:33:32.585Z] # d94199842e24d608c63757ac9a06a020d7522050 refs/tags/v2.0.0-dev.34 [Pipeline] } [2021-04-12T14:33:32.589Z] $ docker exec --env ******** --env ******** 9010c697f2e2ab4e8791d1d454028d167569cb254c54006f286109d5a812de40 ssh-agent -k [2021-04-12T14:33:32.710Z] unset SSH_AUTH_SOCK; [2021-04-12T14:33:32.710Z] unset SSH_AGENT_PID; [2021-04-12T14:33:32.711Z] echo Agent pid 17 killed; [2021-04-12T14:33:32.769Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T14:33:33.237Z] + git semver [Pipeline] } [2021-04-12T14:33:33.254Z] $ docker stop --time=1 9010c697f2e2ab4e8791d1d454028d167569cb254c54006f286109d5a812de40 [2021-04-12T14:33:34.647Z] $ docker rm -f 9010c697f2e2ab4e8791d1d454028d167569cb254c54006f286109d5a812de40 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:33:35.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-12T14:33:35.328Z] [2021-04-12T14:33:35.328Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:33:35.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-12T14:33:35.675Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-12T14:33:35.676Z] ab5ef0e58194: Pulling fs layer [2021-04-12T14:33:35.676Z] 9712f1f96733: Pulling fs layer [2021-04-12T14:33:35.676Z] 63f879dbbcfc: Pulling fs layer [2021-04-12T14:33:35.676Z] 0d9ebad4ef96: Pulling fs layer [2021-04-12T14:33:35.676Z] e9a5061849ea: Pulling fs layer [2021-04-12T14:33:35.676Z] d747dcd14b5f: Pulling fs layer [2021-04-12T14:33:35.676Z] 2de7ff778b66: Pulling fs layer [2021-04-12T14:33:35.676Z] e9a5061849ea: Waiting [2021-04-12T14:33:35.676Z] 0d9ebad4ef96: Waiting [2021-04-12T14:33:35.676Z] d747dcd14b5f: Waiting [2021-04-12T14:33:35.676Z] 2de7ff778b66: Waiting [2021-04-12T14:33:35.676Z] 9712f1f96733: Verifying Checksum [2021-04-12T14:33:35.676Z] 9712f1f96733: Download complete [2021-04-12T14:33:37.611Z] 63f879dbbcfc: Verifying Checksum [2021-04-12T14:33:37.611Z] 63f879dbbcfc: Download complete [2021-04-12T14:33:37.874Z] e9a5061849ea: Verifying Checksum [2021-04-12T14:33:37.874Z] e9a5061849ea: Download complete [2021-04-12T14:33:37.874Z] d747dcd14b5f: Verifying Checksum [2021-04-12T14:33:37.874Z] d747dcd14b5f: Download complete [2021-04-12T14:33:38.137Z] 2de7ff778b66: Verifying Checksum [2021-04-12T14:33:38.137Z] 2de7ff778b66: Download complete [2021-04-12T14:33:38.401Z] 0d9ebad4ef96: Verifying Checksum [2021-04-12T14:33:38.401Z] 0d9ebad4ef96: Download complete [2021-04-12T14:33:38.401Z] ab5ef0e58194: Verifying Checksum [2021-04-12T14:33:38.401Z] ab5ef0e58194: Download complete [2021-04-12T14:33:42.884Z] ab5ef0e58194: Pull complete [2021-04-12T14:33:42.884Z] 9712f1f96733: Pull complete [2021-04-12T14:33:45.449Z] 63f879dbbcfc: Pull complete [2021-04-12T14:33:52.099Z] 0d9ebad4ef96: Pull complete [2021-04-12T14:33:53.047Z] e9a5061849ea: Pull complete [2021-04-12T14:33:53.047Z] d747dcd14b5f: Pull complete [2021-04-12T14:33:56.368Z] 2de7ff778b66: Pull complete [2021-04-12T14:33:56.368Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-12T14:33:56.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-12T14:33:56.368Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-12T14:33:56.603Z] prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container [2021-04-12T14:33:56.657Z] $ 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-12T14:34:00.718Z] $ docker top 3843fabb2273e6048f286050fb1209950b29d6b45c67ba5c8ca46d90d4ee2356 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-12T14:34:01.126Z] provisioning config files... [2021-04-12T14:34:01.139Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6387132163423265346tmp [2021-04-12T14:34:01.158Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7656669586938056939tmp [2021-04-12T14:34:01.176Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4331240974384595902tmp [Pipeline] { [Pipeline] echo [2021-04-12T14:34:01.230Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:34:01.538Z] ---> sigul-configuration.sh [2021-04-12T14:34:01.538Z] gpg: directory `/root/.gnupg' created [2021-04-12T14:34:01.538Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-12T14:34:01.538Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-12T14:34:01.538Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-12T14:34:01.538Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-12T14:34:01.538Z] gpg: CAST5 encrypted data [2021-04-12T14:34:01.804Z] gpg: encrypted with 1 passphrase [2021-04-12T14:34:01.804Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-12T14:34:02.111Z] + mkdir /home/jenkins [2021-04-12T14:34:02.111Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-12T14:34:02.424Z] + 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-12T14:34:02.435Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:34:02.734Z] ---> sigul-install.sh [2021-04-12T14:34:10.894Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-12T14:34:11.198Z] + git tag --list [2021-04-12T14:34:11.198Z] 0.1.1 [2021-04-12T14:34:11.198Z] v1.1.0 [2021-04-12T14:34:11.198Z] v1.2.0 [2021-04-12T14:34:11.198Z] v1.2.1 [2021-04-12T14:34:11.198Z] v1.3.0 [2021-04-12T14:34:11.198Z] v2.0.0-dev.1 [2021-04-12T14:34:11.198Z] v2.0.0-dev.10 [2021-04-12T14:34:11.198Z] v2.0.0-dev.11 [2021-04-12T14:34:11.198Z] v2.0.0-dev.12 [2021-04-12T14:34:11.198Z] v2.0.0-dev.13 [2021-04-12T14:34:11.198Z] v2.0.0-dev.14 [2021-04-12T14:34:11.198Z] v2.0.0-dev.15 [2021-04-12T14:34:11.198Z] v2.0.0-dev.16 [2021-04-12T14:34:11.198Z] v2.0.0-dev.17 [2021-04-12T14:34:11.198Z] v2.0.0-dev.18 [2021-04-12T14:34:11.198Z] v2.0.0-dev.19 [2021-04-12T14:34:11.198Z] v2.0.0-dev.2 [2021-04-12T14:34:11.198Z] v2.0.0-dev.20 [2021-04-12T14:34:11.198Z] v2.0.0-dev.21 [2021-04-12T14:34:11.198Z] v2.0.0-dev.22 [2021-04-12T14:34:11.198Z] v2.0.0-dev.23 [2021-04-12T14:34:11.198Z] v2.0.0-dev.24 [2021-04-12T14:34:11.198Z] v2.0.0-dev.25 [2021-04-12T14:34:11.198Z] v2.0.0-dev.26 [2021-04-12T14:34:11.198Z] v2.0.0-dev.27 [2021-04-12T14:34:11.198Z] v2.0.0-dev.28 [2021-04-12T14:34:11.198Z] v2.0.0-dev.29 [2021-04-12T14:34:11.198Z] v2.0.0-dev.3 [2021-04-12T14:34:11.198Z] v2.0.0-dev.30 [2021-04-12T14:34:11.198Z] v2.0.0-dev.31 [2021-04-12T14:34:11.198Z] v2.0.0-dev.32 [2021-04-12T14:34:11.198Z] v2.0.0-dev.33 [2021-04-12T14:34:11.198Z] v2.0.0-dev.34 [2021-04-12T14:34:11.198Z] v2.0.0-dev.4 [2021-04-12T14:34:11.198Z] v2.0.0-dev.5 [2021-04-12T14:34:11.198Z] v2.0.0-dev.6 [2021-04-12T14:34:11.198Z] v2.0.0-dev.7 [2021-04-12T14:34:11.198Z] v2.0.0-dev.8 [2021-04-12T14:34:11.198Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-12T14:34:11.498Z] + lftools sign git-tag v2.0.0-dev.34 [2021-04-12T14:34:12.890Z] Signing Git tag with Sigul... [2021-04-12T14:34:12.890Z] Signing v2.0.0-dev.34 [Pipeline] echo [2021-04-12T14:34:14.824Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:34:15.124Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-12T14:34:15.134Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-12T14:34:15.233Z] $ docker stop --time=1 3843fabb2273e6048f286050fb1209950b29d6b45c67ba5c8ca46d90d4ee2356 [2021-04-12T14:34:17.408Z] $ docker rm -f 3843fabb2273e6048f286050fb1209950b29d6b45c67ba5c8ca46d90d4ee2356 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:34:18.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T14:34:18.414Z] . [Pipeline] withDockerContainer [2021-04-12T14:34:18.534Z] prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container [2021-04-12T14:34:18.585Z] $ 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-12T14:34:19.396Z] $ docker top 92d73cb160e53ff050560369f54cfe7ad27c8523d1f2a96769c44b1d05555575 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T14:34:19.765Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T14:34:19.765Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T14:34:19.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T14:34:20.003Z] $ docker exec 92d73cb160e53ff050560369f54cfe7ad27c8523d1f2a96769c44b1d05555575 ssh-agent [2021-04-12T14:34:20.189Z] SSH_AUTH_SOCK=/tmp/ssh-lsg1IQCS4Hcb/agent.12 [2021-04-12T14:34:20.189Z] SSH_AGENT_PID=17 [2021-04-12T14:34:20.197Z] Running ssh-add (command line suppressed) [2021-04-12T14:34:20.331Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8342012579335799715.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8342012579335799715.key) [2021-04-12T14:34:20.403Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T14:34:20.742Z] + git semver bump pre [2021-04-12T14:34:20.742Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T14:34:20.742Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-12T14:34:20.742Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-12T14:34:20.742Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T14:34:20.742Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T14:34:20.742Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T14:34:20.742Z] # $SEMVER_BRANCH = master [2021-04-12T14:34:20.742Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-12T14:34:20.742Z] 2.0.0-dev.35 [Pipeline] } [2021-04-12T14:34:20.754Z] $ docker exec --env ******** --env ******** 92d73cb160e53ff050560369f54cfe7ad27c8523d1f2a96769c44b1d05555575 ssh-agent -k [2021-04-12T14:34:20.885Z] unset SSH_AUTH_SOCK; [2021-04-12T14:34:20.887Z] unset SSH_AGENT_PID; [2021-04-12T14:34:20.887Z] echo Agent pid 17 killed; [2021-04-12T14:34:20.945Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T14:34:21.449Z] + git semver [Pipeline] } [2021-04-12T14:34:21.466Z] $ docker stop --time=1 92d73cb160e53ff050560369f54cfe7ad27c8523d1f2a96769c44b1d05555575 [2021-04-12T14:34:22.908Z] $ docker rm -f 92d73cb160e53ff050560369f54cfe7ad27c8523d1f2a96769c44b1d05555575 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:34:23.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T14:34:23.468Z] . [Pipeline] withDockerContainer [2021-04-12T14:34:23.573Z] prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container [2021-04-12T14:34:23.618Z] $ 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-12T14:34:24.372Z] $ docker top c21bdaadc295b48b97137fcbb6c2a2dcb27d436f4e02140836c1622f40b8772e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T14:34:24.671Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T14:34:24.671Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T14:34:24.887Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T14:34:24.890Z] $ docker exec c21bdaadc295b48b97137fcbb6c2a2dcb27d436f4e02140836c1622f40b8772e ssh-agent [2021-04-12T14:34:25.074Z] SSH_AUTH_SOCK=/tmp/ssh-oaQKunOa4U0X/agent.11 [2021-04-12T14:34:25.074Z] SSH_AGENT_PID=16 [2021-04-12T14:34:25.080Z] Running ssh-add (command line suppressed) [2021-04-12T14:34:25.213Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3446768955280960462.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3446768955280960462.key) [2021-04-12T14:34:25.276Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T14:34:25.643Z] + git semver push [2021-04-12T14:34:25.643Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T14:34:25.643Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-12T14:34:25.643Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-12T14:34:25.643Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T14:34:25.643Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T14:34:25.643Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T14:34:25.643Z] # $SEMVER_BRANCH = master [2021-04-12T14:34:25.643Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-12T14:34:30.958Z] $ docker exec --env ******** --env ******** c21bdaadc295b48b97137fcbb6c2a2dcb27d436f4e02140836c1622f40b8772e ssh-agent -k [2021-04-12T14:34:31.105Z] unset SSH_AUTH_SOCK; [2021-04-12T14:34:31.106Z] unset SSH_AGENT_PID; [2021-04-12T14:34:31.106Z] echo Agent pid 16 killed; [2021-04-12T14:34:31.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T14:34:31.708Z] + git semver [Pipeline] } [2021-04-12T14:34:31.726Z] $ docker stop --time=1 c21bdaadc295b48b97137fcbb6c2a2dcb27d436f4e02140836c1622f40b8772e [2021-04-12T14:34:33.101Z] $ docker rm -f c21bdaadc295b48b97137fcbb6c2a2dcb27d436f4e02140836c1622f40b8772e [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-12T14:34:34.974Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:34:35.547Z] ---> package-listing.sh [2021-04-12T14:34:35.547Z] ++ facter osfamily [2021-04-12T14:34:35.547Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-12T14:34:35.547Z] + OS_FAMILY=redhat [2021-04-12T14:34:35.547Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-12T14:34:35.547Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-12T14:34:35.547Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-12T14:34:35.547Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-12T14:34:35.547Z] + PACKAGES=/tmp/packages_start.txt [2021-04-12T14:34:35.547Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-12T14:34:35.547Z] + PACKAGES=/tmp/packages_end.txt [2021-04-12T14:34:35.547Z] + case "${OS_FAMILY}" in [2021-04-12T14:34:35.547Z] + rpm -qa [2021-04-12T14:34:35.547Z] + sort [2021-04-12T14:34:40.858Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-12T14:34:40.858Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-12T14:34:40.858Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-12T14:34:40.858Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-12T14:34:40.858Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-12T14:34:40.858Z] + 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-12T14:34:40.873Z] 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-12T14:34:41.169Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:34:41.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T14:34:41.474Z] [2021-04-12T14:34:41.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-12T14:34:41.839Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T14:34:41.839Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-12T14:34:41.839Z] df20fa9351a1: Pulling fs layer [2021-04-12T14:34:41.839Z] 36b3adc4ff6f: Pulling fs layer [2021-04-12T14:34:41.839Z] 8ad3a11d3b57: Pulling fs layer [2021-04-12T14:34:41.839Z] 46f8f816bc3b: Pulling fs layer [2021-04-12T14:34:41.839Z] 93b61091891f: Pulling fs layer [2021-04-12T14:34:41.839Z] 93b9cdb0e59b: Pulling fs layer [2021-04-12T14:34:41.839Z] 5e14af77c1be: Pulling fs layer [2021-04-12T14:34:41.839Z] 01666e4c0597: Pulling fs layer [2021-04-12T14:34:41.839Z] aa168da1d23b: Pulling fs layer [2021-04-12T14:34:41.839Z] 93b9cdb0e59b: Waiting [2021-04-12T14:34:41.839Z] 5e14af77c1be: Waiting [2021-04-12T14:34:41.839Z] 01666e4c0597: Waiting [2021-04-12T14:34:41.839Z] aa168da1d23b: Waiting [2021-04-12T14:34:41.839Z] 46f8f816bc3b: Waiting [2021-04-12T14:34:41.839Z] 93b61091891f: Waiting [2021-04-12T14:34:41.839Z] 36b3adc4ff6f: Verifying Checksum [2021-04-12T14:34:41.839Z] 36b3adc4ff6f: Download complete [2021-04-12T14:34:41.839Z] 46f8f816bc3b: Verifying Checksum [2021-04-12T14:34:41.839Z] 46f8f816bc3b: Download complete [2021-04-12T14:34:42.102Z] df20fa9351a1: Verifying Checksum [2021-04-12T14:34:42.102Z] 93b9cdb0e59b: Verifying Checksum [2021-04-12T14:34:42.102Z] 93b9cdb0e59b: Download complete [2021-04-12T14:34:42.102Z] 5e14af77c1be: Verifying Checksum [2021-04-12T14:34:42.102Z] 5e14af77c1be: Download complete [2021-04-12T14:34:42.102Z] 01666e4c0597: Verifying Checksum [2021-04-12T14:34:42.102Z] 01666e4c0597: Download complete [2021-04-12T14:34:42.102Z] 8ad3a11d3b57: Verifying Checksum [2021-04-12T14:34:42.102Z] 8ad3a11d3b57: Download complete [2021-04-12T14:34:42.364Z] df20fa9351a1: Pull complete [2021-04-12T14:34:42.628Z] 36b3adc4ff6f: Pull complete [2021-04-12T14:34:42.893Z] 93b61091891f: Download complete [2021-04-12T14:34:43.472Z] 8ad3a11d3b57: Pull complete [2021-04-12T14:34:43.472Z] 46f8f816bc3b: Pull complete [2021-04-12T14:34:44.424Z] aa168da1d23b: Verifying Checksum [2021-04-12T14:34:44.424Z] aa168da1d23b: Download complete [2021-04-12T14:34:45.370Z] 93b61091891f: Pull complete [2021-04-12T14:34:45.370Z] 93b9cdb0e59b: Pull complete [2021-04-12T14:34:45.635Z] 5e14af77c1be: Pull complete [2021-04-12T14:34:45.635Z] 01666e4c0597: Pull complete [2021-04-12T14:34:53.813Z] aa168da1d23b: Pull complete [2021-04-12T14:34:53.813Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-12T14:34:53.813Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T14:34:53.813Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-12T14:34:53.997Z] prd-centos7-docker-4c-2g-33690 does not seem to be running inside a container [2021-04-12T14:34:54.046Z] $ 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-12T14:34:57.374Z] $ docker top 660e0e812f1cb1d950ddd1e7d3581119c8218baef1d119ed40968d23072058c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T14:34:57.940Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-12T14:34:58.242Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-12T14:34:58.543Z] + ls /var/log/sa-host [2021-04-12T14:34:58.543Z] + sadf -c /var/log/sa-host/sa12 [2021-04-12T14:34:58.543Z] file_magic: OK [2021-04-12T14:34:58.543Z] HZ: Using current value: 100 [2021-04-12T14:34:58.543Z] file_header: OK [2021-04-12T14:34:58.543Z] 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-12T14:34:58.543Z] Statistics: [2021-04-12T14:34:58.543Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-12T14:34:58.543Z] File successfully converted to sysstat format version 12.2.1 [2021-04-12T14:34:58.543Z] + sadf -c /var/log/sa-host/sa23 [2021-04-12T14:34:58.543Z] file_magic: OK [2021-04-12T14:34:58.543Z] HZ: Using current value: 100 [2021-04-12T14:34:58.543Z] file_header: OK [2021-04-12T14:34:58.543Z] 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-12T14:34:58.543Z] Statistics: [2021-04-12T14:34:58.543Z] Hnuu...uuuununununu... [2021-04-12T14:34:58.543Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-12T14:34:59.198Z] provisioning config files... [2021-04-12T14:34:59.213Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1949625871724751968tmp [Pipeline] { [Pipeline] echo [2021-04-12T14:34:59.296Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:34:59.591Z] ---> create-netrc.sh [Pipeline] } [2021-04-12T14:34:59.601Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-12T14:34:59.690Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:34:59.990Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-12T14:35:00.001Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:35:00.305Z] ---> sudo-logs.sh [2021-04-12T14:35:00.305Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-12T14:35:00.364Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:35:00.660Z] ---> job-cost.sh [2021-04-12T14:35:00.660Z] lf-activate-venv: SKIPPING [2021-04-12T14:35:00.660Z] DEBUG: total: 0.029999999329447746 [2021-04-12T14:35:00.660Z] INFO: Retrieving Stack Cost... [2021-04-12T14:35:01.609Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-12T14:35:02.185Z] INFO: Archiving Costs [Pipeline] echo [2021-04-12T14:35:02.199Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T14:35:02.500Z] ---> logs-deploy.sh [2021-04-12T14:35:02.500Z] lf-activate-venv: SKIPPING [2021-04-12T14:35:02.500Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/93 [2021-04-12T14:35:02.500Z] INFO: archiving workspace using pattern(s): [2021-04-12T14:35:04.420Z] Archives upload complete. [2021-04-12T14:35:04.420Z] INFO: archiving logs to Nexus [2021-04-12T14:35:05.370Z] ---> uname -a: [2021-04-12T14:35:05.370Z] Linux prd-centos7-docker-4c-2g-33690.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-12T14:35:05.370Z] [2021-04-12T14:35:05.370Z] [2021-04-12T14:35:05.370Z] ---> lscpu: [2021-04-12T14:35:05.370Z] Architecture: x86_64 [2021-04-12T14:35:05.370Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-12T14:35:05.370Z] Byte Order: Little Endian [2021-04-12T14:35:05.370Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-12T14:35:05.370Z] CPU(s): 4 [2021-04-12T14:35:05.370Z] On-line CPU(s) list: 0-3 [2021-04-12T14:35:05.370Z] Thread(s) per core: 1 [2021-04-12T14:35:05.370Z] Core(s) per socket: 1 [2021-04-12T14:35:05.370Z] Socket(s): 4 [2021-04-12T14:35:05.370Z] NUMA node(s): 1 [2021-04-12T14:35:05.370Z] Vendor ID: GenuineIntel [2021-04-12T14:35:05.370Z] CPU family: 6 [2021-04-12T14:35:05.370Z] Model: 44 [2021-04-12T14:35:05.370Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-12T14:35:05.370Z] Stepping: 1 [2021-04-12T14:35:05.370Z] CPU MHz: 2933.442 [2021-04-12T14:35:05.370Z] BogoMIPS: 5866.88 [2021-04-12T14:35:05.370Z] Virtualization: VT-x [2021-04-12T14:35:05.370Z] Hypervisor vendor: KVM [2021-04-12T14:35:05.370Z] Virtualization type: full [2021-04-12T14:35:05.370Z] L1d cache: 128 KiB [2021-04-12T14:35:05.370Z] L1i cache: 128 KiB [2021-04-12T14:35:05.370Z] L2 cache: 16 MiB [2021-04-12T14:35:05.370Z] L3 cache: 64 MiB [2021-04-12T14:35:05.370Z] NUMA node0 CPU(s): 0-3 [2021-04-12T14:35:05.370Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-12T14:35:05.370Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-12T14:35:05.370Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-12T14:35:05.370Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-12T14:35:05.370Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-12T14:35:05.370Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-12T14:35:05.370Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-12T14:35:05.370Z] Vulnerability Srbds: Not affected [2021-04-12T14:35:05.370Z] Vulnerability Tsx async abort: Not affected [2021-04-12T14:35:05.370Z] 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-12T14:35:05.370Z] [2021-04-12T14:35:05.370Z] [2021-04-12T14:35:05.370Z] ---> nproc: [2021-04-12T14:35:05.370Z] 4 [2021-04-12T14:35:05.370Z] [2021-04-12T14:35:05.370Z] [2021-04-12T14:35:05.370Z] ---> df -h: [2021-04-12T14:35:05.370Z] Filesystem Size Used Available Use% Mounted on [2021-04-12T14:35:05.370Z] overlay 50.0G 8.6G 41.4G 17% / [2021-04-12T14:35:05.370Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-12T14:35:05.370Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-12T14:35:05.370Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-12T14:35:05.370Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-04-12T14:35:05.370Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-04-12T14:35:05.371Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-04-12T14:35:05.371Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-04-12T14:35:05.371Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-04-12T14:35:05.371Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-04-12T14:35:05.371Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-12T14:35:05.371Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-04-12T14:35:05.371Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-04-12T14:35:05.371Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] ---> free -m: [2021-04-12T14:35:05.371Z] total used free shared buff/cache available [2021-04-12T14:35:05.371Z] Mem: 1837 827 153 0 857 946 [2021-04-12T14:35:05.371Z] Swap: 1023 3 1020 [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] ---> ip addr: [2021-04-12T14:35:05.371Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-12T14:35:05.371Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-12T14:35:05.371Z] inet 127.0.0.1/8 scope host lo [2021-04-12T14:35:05.371Z] valid_lft forever preferred_lft forever [2021-04-12T14:35:05.371Z] inet6 ::1/128 scope host [2021-04-12T14:35:05.371Z] valid_lft forever preferred_lft forever [2021-04-12T14:35:05.371Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-12T14:35:05.371Z] link/ether fa:16:3e:48:5f:88 brd ff:ff:ff:ff:ff:ff [2021-04-12T14:35:05.371Z] inet 10.30.123.122/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-12T14:35:05.371Z] valid_lft 85637sec preferred_lft 85637sec [2021-04-12T14:35:05.371Z] inet6 fe80::f816:3eff:fe48:5f88/64 scope link [2021-04-12T14:35:05.371Z] valid_lft forever preferred_lft forever [2021-04-12T14:35:05.371Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-12T14:35:05.371Z] link/ether 02:42:3e:2b:0c:ea brd ff:ff:ff:ff:ff:ff [2021-04-12T14:35:05.371Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-12T14:35:05.371Z] valid_lft forever preferred_lft forever [2021-04-12T14:35:05.371Z] inet6 fe80::42:3eff:fe2b:cea/64 scope link [2021-04-12T14:35:05.371Z] valid_lft forever preferred_lft forever [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] ---> sar -b -r -n DEV: [2021-04-12T14:35:05.371Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] 14:22:10 LINUX RESTART (4 CPU) [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] 14:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-12T14:35:05.371Z] 14:24:01 35.08 11.78 23.30 0.00 4416.04 3813.21 0.00 [2021-04-12T14:35:05.371Z] 14:25:01 1.52 0.00 1.52 0.00 0.00 22.93 0.00 [2021-04-12T14:35:05.371Z] 14:26:01 0.20 0.00 0.20 0.00 0.00 2.16 0.00 [2021-04-12T14:35:05.371Z] 14:27:01 0.30 0.00 0.30 0.00 0.00 3.78 0.00 [2021-04-12T14:35:05.371Z] 14:28:02 0.22 0.00 0.22 0.00 0.00 3.28 0.00 [2021-04-12T14:35:05.371Z] 14:29:01 0.34 0.00 0.34 0.00 0.00 4.37 0.00 [2021-04-12T14:35:05.371Z] 14:30:01 0.28 0.00 0.28 0.00 0.00 3.63 0.00 [2021-04-12T14:35:05.371Z] 14:31:01 0.52 0.00 0.52 0.00 0.00 6.23 0.00 [2021-04-12T14:35:05.371Z] 14:32:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 [2021-04-12T14:35:05.371Z] 14:33:01 80.91 31.29 49.63 0.00 1803.69 21295.77 0.00 [2021-04-12T14:35:05.371Z] 14:34:01 364.90 177.99 186.91 0.00 9139.64 44710.31 0.00 [2021-04-12T14:35:05.371Z] Average: 44.14 20.14 23.99 0.00 1399.36 6365.53 0.00 [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] 14:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-12T14:35:05.371Z] 14:24:01 155524 0 609780 32.41 2620 1113620 1115784 38.08 401500 1124044 20 [2021-04-12T14:35:05.371Z] 14:25:01 162728 0 602568 32.03 2620 1113628 1079372 36.84 400264 1119096 8 [2021-04-12T14:35:05.371Z] 14:26:01 159788 0 605504 32.18 2620 1113632 1079616 36.85 398168 1124048 16 [2021-04-12T14:35:05.371Z] 14:27:01 160292 0 605000 32.15 2620 1113632 1079648 36.85 413828 1108312 20 [2021-04-12T14:35:05.371Z] 14:28:02 159480 0 605804 32.20 2620 1113640 1079588 36.84 415940 1107072 12 [2021-04-12T14:35:05.371Z] 14:29:01 159680 0 605600 32.19 2620 1113644 1079540 36.84 419648 1102976 12 [2021-04-12T14:35:05.371Z] 14:30:01 160044 0 605232 32.17 2620 1113648 1079504 36.84 419452 1102976 8 [2021-04-12T14:35:05.371Z] 14:31:01 159988 0 605284 32.17 2620 1113652 1079504 36.84 419456 1102976 8 [2021-04-12T14:35:05.371Z] 14:32:01 159748 0 605516 32.18 2620 1113660 1079504 36.84 419464 1102976 8 [2021-04-12T14:35:05.371Z] 14:33:01 71040 0 715344 38.02 2620 1092540 1506932 51.43 525804 1047156 34060 [2021-04-12T14:35:05.371Z] 14:34:01 120580 0 790012 41.99 2040 968912 1428896 48.77 557128 871416 84 [2021-04-12T14:35:05.371Z] Average: 148081 0 632331 33.61 2567 1098564 1153444 39.37 435514 1083004 3114 [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] 14:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-12T14:35:05.371Z] 14:24:01 eth0 113.35 101.05 457.56 32.46 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:24:01 docker0 41.14 36.43 3.59 114.50 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:25:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:26:01 eth0 3.76 1.77 2.67 0.29 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:27:01 eth0 0.47 0.27 0.27 0.20 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:28:02 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:29:01 eth0 0.24 0.22 0.10 0.02 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:33:01 eth0 492.93 438.69 4077.73 34.21 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:34:01 veth1e076f0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:34:01 eth0 487.97 432.14 3475.26 92.67 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] 14:34:01 docker0 54.78 59.49 4.75 250.05 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] Average: veth1e076f0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] Average: eth0 100.19 88.79 730.07 14.57 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] Average: docker0 8.74 8.74 0.76 33.21 0.00 0.00 0.00 0.00 [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] ---> sar -P ALL: [2021-04-12T14:35:05.371Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] 14:22:10 LINUX RESTART (4 CPU) [2021-04-12T14:35:05.371Z] [2021-04-12T14:35:05.371Z] 14:23:01 CPU %user %nice %system %iowait %steal %idle [2021-04-12T14:35:05.371Z] 14:24:01 all 2.81 0.00 2.01 0.70 0.02 94.45 [2021-04-12T14:35:05.371Z] 14:24:01 0 3.04 0.00 1.93 0.39 0.03 94.61 [2021-04-12T14:35:05.371Z] 14:24:01 1 2.68 0.00 1.78 0.52 0.03 94.99 [2021-04-12T14:35:05.371Z] 14:24:01 2 2.97 0.00 2.42 1.68 0.02 92.92 [2021-04-12T14:35:05.371Z] 14:24:01 3 2.55 0.00 1.93 0.23 0.00 95.28 [2021-04-12T14:35:05.371Z] 14:25:01 all 0.14 0.00 0.05 0.00 0.00 99.81 [2021-04-12T14:35:05.371Z] 14:25:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-12T14:35:05.371Z] 14:25:01 1 0.28 0.00 0.07 0.00 0.00 99.65 [2021-04-12T14:35:05.371Z] 14:25:01 2 0.23 0.00 0.07 0.00 0.00 99.70 [2021-04-12T14:35:05.371Z] 14:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-12T14:35:05.371Z] 14:26:01 all 0.23 0.00 0.17 0.00 0.01 99.59 [2021-04-12T14:35:05.371Z] 14:26:01 0 0.07 0.00 0.13 0.00 0.00 99.80 [2021-04-12T14:35:05.371Z] 14:26:01 1 0.62 0.00 0.13 0.00 0.00 99.25 [2021-04-12T14:35:05.371Z] 14:26:01 2 0.12 0.00 0.23 0.00 0.02 99.63 [2021-04-12T14:35:05.371Z] 14:26:01 3 0.12 0.00 0.18 0.00 0.02 99.68 [2021-04-12T14:35:05.371Z] 14:27:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-04-12T14:35:05.371Z] 14:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-12T14:35:05.371Z] 14:27:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-12T14:35:05.371Z] 14:27:01 2 0.08 0.00 0.12 0.00 0.00 99.80 [2021-04-12T14:35:05.371Z] 14:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-12T14:35:05.371Z] 14:28:02 all 0.18 0.00 0.04 0.00 0.00 99.78 [2021-04-12T14:35:05.371Z] 14:28:02 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-12T14:35:05.371Z] 14:28:02 1 0.17 0.00 0.02 0.00 0.00 99.82 [2021-04-12T14:35:05.371Z] 14:28:02 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-12T14:35:05.371Z] 14:28:02 3 0.47 0.00 0.05 0.00 0.00 99.48 [2021-04-12T14:35:05.371Z] 14:29:01 all 0.16 0.00 0.05 0.00 0.00 99.80 [2021-04-12T14:35:05.371Z] 14:29:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-12T14:35:05.371Z] 14:29:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-12T14:35:05.371Z] 14:29:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-12T14:35:05.371Z] 14:29:01 3 0.53 0.00 0.03 0.00 0.00 99.44 [2021-04-12T14:35:05.371Z] 14:30:01 all 0.17 0.00 0.03 0.00 0.00 99.81 [2021-04-12T14:35:05.371Z] 14:30:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-12T14:35:05.371Z] 14:30:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-12T14:35:05.371Z] 14:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-12T14:35:05.371Z] 14:30:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-12T14:35:05.371Z] 14:31:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-12T14:35:05.371Z] 14:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-12T14:35:05.371Z] 14:31:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-12T14:35:05.371Z] 14:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-12T14:35:05.371Z] 14:31:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-12T14:35:05.371Z] 14:32:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-12T14:35:05.371Z] 14:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-12T14:35:05.371Z] 14:32:01 1 0.10 0.00 0.03 0.00 0.00 99.87 [2021-04-12T14:35:05.371Z] 14:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-12T14:35:05.371Z] 14:32:01 3 0.48 0.00 0.05 0.00 0.00 99.47 [2021-04-12T14:35:05.371Z] 14:33:01 all 4.85 0.00 3.63 0.63 0.04 90.86 [2021-04-12T14:35:05.371Z] 14:33:01 0 4.88 0.00 4.13 0.59 0.05 90.35 [2021-04-12T14:35:05.371Z] 14:33:01 1 5.01 0.00 3.44 0.42 0.03 91.10 [2021-04-12T14:35:05.371Z] 14:33:01 2 4.52 0.00 3.39 0.12 0.03 91.94 [2021-04-12T14:35:05.371Z] 14:33:01 3 4.98 0.00 3.56 1.39 0.03 90.03 [2021-04-12T14:35:05.371Z] 14:34:01 all 13.47 0.00 10.76 4.49 0.11 71.17 [2021-04-12T14:35:05.371Z] 14:34:01 0 13.48 0.00 10.21 4.42 0.14 71.76 [2021-04-12T14:35:05.372Z] 14:34:01 1 13.09 0.00 10.73 6.00 0.09 70.08 [2021-04-12T14:35:05.372Z] 14:34:01 2 13.81 0.00 11.73 3.33 0.12 71.01 [2021-04-12T14:35:05.372Z] 14:34:01 3 13.51 0.00 10.37 4.20 0.09 71.83 [2021-04-12T14:35:05.372Z] [2021-04-12T14:35:05.372Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-12T14:35:05.372Z] Average: all 2.01 0.00 1.50 0.52 0.02 95.95 [2021-04-12T14:35:05.372Z] Average: 0 1.93 0.00 1.48 0.48 0.02 96.09 [2021-04-12T14:35:05.372Z] Average: 1 2.02 0.00 1.46 0.62 0.01 95.88 [2021-04-12T14:35:05.372Z] Average: 2 1.96 0.00 1.62 0.46 0.02 95.94 [2021-04-12T14:35:05.372Z] Average: 3 2.12 0.00 1.45 0.52 0.01 95.90 [2021-04-12T14:35:05.372Z] [2021-04-12T14:35:05.372Z] [2021-04-12T14:35:05.372Z]