Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-796 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 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T14:58:30.732Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T14:58:30.835Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T14:58:30.863Z] ========================================================= [2021-04-19T14:58:30.863Z] EdgeX Global Pipelines Version Info [2021-04-19T14:58:30.863Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:58:32.803Z] ------------------- [2021-04-19T14:58:32.803Z] stable info: [2021-04-19T14:58:32.803Z] ------------------- [2021-04-19T14:58:32.803Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T14:58:32.803Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T14:58:32.803Z] Message: update stable to v1.0.186 [2021-04-19T14:58:33.378Z] ------------------- [2021-04-19T14:58:33.378Z] experimental info: [2021-04-19T14:58:33.378Z] ------------------- [2021-04-19T14:58:33.378Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T14:58:33.378Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T14:58:33.378Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T14:58:33.540Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-19T14:58:33.565Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-19T14:58:33.590Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T14:58:33.614Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T14:58:33.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T14:58:33.660Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T14:58:33.683Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T14:58:33.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T14:58:33.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T14:58:33.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T14:58:33.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T14:58:33.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-19T14:58:33.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T14:58:33.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T14:58:33.907Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T14:58:33.930Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T14:58:33.953Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T14:58:33.976Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T14:58:33.999Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T14:58:34.022Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T14:58:34.046Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T14:58:34.070Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T14:58:34.101Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T14:58:34.131Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T14:58:34.175Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T14:58:34.199Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T14:58:34.227Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T14:58:34.250Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T14:58:34.273Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T14:58:34.296Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] echo [2021-04-19T14:58:34.320Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea9bf69 [Pipeline] echo [2021-04-19T14:58:34.344Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T14:58:34.424Z] provisioning config files... [2021-04-19T14:58:34.461Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1122014957724162962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:58:34.781Z] ---> docker-login.sh [2021-04-19T14:58:34.781Z] nexus3.edgexfoundry.org:10001 [2021-04-19T14:58:35.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:58:35.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:58:35.047Z] Configure a credential helper to remove this warning. See [2021-04-19T14:58:35.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:58:35.047Z] [2021-04-19T14:58:35.047Z] Login Succeeded [2021-04-19T14:58:35.047Z] nexus3.edgexfoundry.org:10002 [2021-04-19T14:58:35.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:58:35.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:58:35.309Z] Configure a credential helper to remove this warning. See [2021-04-19T14:58:35.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:58:35.309Z] [2021-04-19T14:58:35.309Z] Login Succeeded [2021-04-19T14:58:35.309Z] nexus3.edgexfoundry.org:10003 [2021-04-19T14:58:35.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:58:35.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:58:35.571Z] Configure a credential helper to remove this warning. See [2021-04-19T14:58:35.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:58:35.571Z] [2021-04-19T14:58:35.571Z] Login Succeeded [2021-04-19T14:58:35.572Z] nexus3.edgexfoundry.org:10004 [2021-04-19T14:58:35.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:58:35.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:58:35.572Z] Configure a credential helper to remove this warning. See [2021-04-19T14:58:35.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:58:35.572Z] [2021-04-19T14:58:35.572Z] Login Succeeded [2021-04-19T14:58:35.572Z] docker.io [2021-04-19T14:58:35.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:58:36.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:58:36.097Z] Configure a credential helper to remove this warning. See [2021-04-19T14:58:36.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:58:36.097Z] [2021-04-19T14:58:36.097Z] Login Succeeded [2021-04-19T14:58:36.097Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T14:58:36.106Z] 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-19T14:58:36.567Z] + git log --format=format:%s -1 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] echo [2021-04-19T14:58:36.642Z] GIT_COMMIT: ea9bf69feb7e0ae1810f6b530247b33ac0e1a991, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-04-19T14:58:36.656Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:58:38.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:58:38.403Z] [2021-04-19T14:58:38.403Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:58:38.722Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:58:38.723Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T14:58:38.723Z] 31603596830f: Pulling fs layer [2021-04-19T14:58:38.723Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T14:58:38.723Z] 6ca5941a6612: Pulling fs layer [2021-04-19T14:58:38.723Z] ecc8261a40a4: Pulling fs layer [2021-04-19T14:58:38.723Z] ecc8261a40a4: Waiting [2021-04-19T14:58:38.723Z] 2a8b12db71e7: Download complete [2021-04-19T14:58:38.723Z] 31603596830f: Verifying Checksum [2021-04-19T14:58:38.723Z] 31603596830f: Download complete [2021-04-19T14:58:38.987Z] ecc8261a40a4: Verifying Checksum [2021-04-19T14:58:38.987Z] ecc8261a40a4: Download complete [2021-04-19T14:58:38.987Z] 6ca5941a6612: Verifying Checksum [2021-04-19T14:58:38.987Z] 6ca5941a6612: Download complete [2021-04-19T14:58:38.987Z] 31603596830f: Pull complete [2021-04-19T14:58:39.253Z] 2a8b12db71e7: Pull complete [2021-04-19T14:58:40.209Z] 6ca5941a6612: Pull complete [2021-04-19T14:58:40.209Z] ecc8261a40a4: Pull complete [2021-04-19T14:58:40.209Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T14:58:40.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:58:40.209Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T14:58:40.322Z] prd-centos7-docker-4c-2g-796 does not seem to be running inside a container [2021-04-19T14:58:40.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T14:58:42.358Z] $ docker top c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T14:58:42.512Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T14:58:42.512Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T14:58:42.707Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T14:58:42.714Z] $ docker exec c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f ssh-agent [2021-04-19T14:58:42.868Z] SSH_AUTH_SOCK=/tmp/ssh-rAkVTJ3pUtU3/agent.13 [2021-04-19T14:58:42.868Z] SSH_AGENT_PID=18 [2021-04-19T14:58:42.880Z] Running ssh-add (command line suppressed) [2021-04-19T14:58:43.015Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4045625172037242325.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4045625172037242325.key) [2021-04-19T14:58:43.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T14:58:43.367Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T14:58:43.389Z] $ docker exec --env ******** --env ******** c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f ssh-agent -k [2021-04-19T14:58:43.503Z] unset SSH_AUTH_SOCK; [2021-04-19T14:58:43.504Z] unset SSH_AGENT_PID; [2021-04-19T14:58:43.504Z] echo Agent pid 18 killed; [2021-04-19T14:58:43.547Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T14:58:43.585Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T14:58:43.585Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T14:58:43.745Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T14:58:43.752Z] $ docker exec c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f ssh-agent [2021-04-19T14:58:43.905Z] SSH_AUTH_SOCK=/tmp/ssh-bV04uFs3S1uC/agent.50 [2021-04-19T14:58:43.905Z] SSH_AGENT_PID=56 [2021-04-19T14:58:43.913Z] Running ssh-add (command line suppressed) [2021-04-19T14:58:44.031Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4742217644230130737.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4742217644230130737.key) [2021-04-19T14:58:44.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T14:58:44.389Z] + git semver init [2021-04-19T14:58:44.390Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T14:58:44.390Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T14:58:44.390Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T14:58:44.390Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T14:58:44.390Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T14:58:44.390Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T14:58:44.390Z] # $SEMVER_BRANCH = master [2021-04-19T14:58:44.390Z] # $SEMVER_TEMP = /tmp/semver-803364824 [2021-04-19T14:58:44.390Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-19T14:58:46.317Z] # '/tmp/semver-803364824' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-19T14:58:46.317Z] # -> Force: false [2021-04-19T14:58:46.317Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-19T14:58:46.334Z] $ docker exec --env ******** --env ******** c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f ssh-agent -k [2021-04-19T14:58:46.445Z] unset SSH_AUTH_SOCK; [2021-04-19T14:58:46.446Z] unset SSH_AGENT_PID; [2021-04-19T14:58:46.446Z] echo Agent pid 56 killed; [2021-04-19T14:58:46.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T14:58:46.844Z] + git semver [Pipeline] } [2021-04-19T14:58:46.864Z] $ docker stop --time=1 c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f [2021-04-19T14:58:48.316Z] $ docker rm -f c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T14:58:48.721Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T14:58:49.075Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T14:58:49.080Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.40 [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-19T14:59:04.256Z] Still waiting to schedule task [2021-04-19T14:59:04.257Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-19T14:59:04.259Z] Still waiting to schedule task [2021-04-19T14:59:04.259Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-794’ [2021-04-19T15:01:31.312Z] Running on prd-centos7-docker-4c-2g-797 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-19T15:01:31.331Z] Running in /w/workspace/edgex-ui-go/99 [Pipeline] { [Pipeline] checkout [2021-04-19T15:01:33.854Z] using credential edgex-jenkins-ssh [2021-04-19T15:01:33.867Z] Cloning the remote Git repository [2021-04-19T15:01:33.466Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T15:01:33.549Z] > git init /w/workspace/edgex-ui-go/99 # timeout=10 [2021-04-19T15:01:33.625Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T15:01:33.625Z] > git --version # timeout=10 [2021-04-19T15:01:33.633Z] > git --version # 'git version 2.24.3' [2021-04-19T15:01:33.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T15:01:33.665Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T15:01:35.622Z] Checking out Revision ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 (master) [2021-04-19T15:01:34.896Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T15:01:34.903Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T15:01:34.915Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T15:01:34.930Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T15:01:34.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T15:01:34.935Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T15:01:35.351Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T15:01:35.356Z] > git checkout -f ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 # timeout=10 [2021-04-19T15:01:39.212Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T15:01:40.538Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T15:01:40.862Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T15:01:41.162Z] + sudo service docker restart [2021-04-19T15:01:41.162Z] + true [2021-04-19T15:01:41.162Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T15:01:42.140Z] provisioning config files... [2021-04-19T15:01:42.175Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/99@tmp/config2490406063096495508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:01:42.498Z] ---> docker-login.sh [2021-04-19T15:01:42.499Z] nexus3.edgexfoundry.org:10001 [2021-04-19T15:01:42.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:01:42.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:01:42.764Z] Configure a credential helper to remove this warning. See [2021-04-19T15:01:42.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:01:42.764Z] [2021-04-19T15:01:42.764Z] Login Succeeded [2021-04-19T15:01:42.764Z] nexus3.edgexfoundry.org:10002 [2021-04-19T15:01:43.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:01:43.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:01:43.029Z] Configure a credential helper to remove this warning. See [2021-04-19T15:01:43.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:01:43.029Z] [2021-04-19T15:01:43.029Z] Login Succeeded [2021-04-19T15:01:43.029Z] nexus3.edgexfoundry.org:10003 [2021-04-19T15:01:43.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:01:43.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:01:43.291Z] Configure a credential helper to remove this warning. See [2021-04-19T15:01:43.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:01:43.291Z] [2021-04-19T15:01:43.291Z] Login Succeeded [2021-04-19T15:01:43.291Z] nexus3.edgexfoundry.org:10004 [2021-04-19T15:01:43.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:01:43.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:01:43.291Z] Configure a credential helper to remove this warning. See [2021-04-19T15:01:43.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:01:43.291Z] [2021-04-19T15:01:43.291Z] Login Succeeded [2021-04-19T15:01:43.291Z] docker.io [2021-04-19T15:01:43.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:01:43.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:01:43.815Z] Configure a credential helper to remove this warning. See [2021-04-19T15:01:43.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:01:43.815Z] [2021-04-19T15:01:43.815Z] Login Succeeded [2021-04-19T15:01:43.815Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T15:01:43.825Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T15:01:44.005Z] ========================================================= [2021-04-19T15:01:44.005Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T15:01:44.005Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:01:44.313Z] + 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-19T15:01:44.897Z] Sending build context to Docker daemon 34.83MB [2021-04-19T15:01:44.897Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T15:01:44.897Z] Step 2/8 : FROM ${BASE} [2021-04-19T15:01:44.897Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T15:01:44.897Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T15:01:44.897Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T15:01:44.897Z] de9db76c5a1d: Pulling fs layer [2021-04-19T15:01:44.897Z] bca2f99d35d6: Pulling fs layer [2021-04-19T15:01:44.897Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T15:01:44.897Z] 7c6f9722023f: Pulling fs layer [2021-04-19T15:01:44.897Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T15:01:44.897Z] 93359f2a8cfa: Waiting [2021-04-19T15:01:44.897Z] 7c6f9722023f: Waiting [2021-04-19T15:01:44.897Z] a35cf1a2eb13: Waiting [2021-04-19T15:01:44.897Z] bca2f99d35d6: Waiting [2021-04-19T15:01:44.897Z] de9db76c5a1d: Verifying Checksum [2021-04-19T15:01:44.897Z] de9db76c5a1d: Download complete [2021-04-19T15:01:44.897Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T15:01:44.897Z] 0ef7d3d256c8: Download complete [2021-04-19T15:01:44.897Z] 93359f2a8cfa: Download complete [2021-04-19T15:01:44.897Z] 7c6f9722023f: Download complete [2021-04-19T15:01:44.897Z] 188c0c94c7c5: Download complete [2021-04-19T15:01:45.163Z] 188c0c94c7c5: Pull complete [2021-04-19T15:01:45.431Z] 0ef7d3d256c8: Pull complete [2021-04-19T15:01:45.695Z] de9db76c5a1d: Pull complete [2021-04-19T15:01:47.106Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T15:01:47.106Z] a35cf1a2eb13: Download complete [2021-04-19T15:01:47.692Z] bca2f99d35d6: Verifying Checksum [2021-04-19T15:01:47.692Z] bca2f99d35d6: Download complete [2021-04-19T15:01:53.041Z] bca2f99d35d6: Pull complete [2021-04-19T15:01:53.041Z] 93359f2a8cfa: Pull complete [2021-04-19T15:01:53.041Z] 7c6f9722023f: Pull complete [2021-04-19T15:02:03.080Z] a35cf1a2eb13: Pull complete [2021-04-19T15:02:03.081Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T15:02:03.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T15:02:03.081Z] ---> a62c8e92a672 [2021-04-19T15:02:03.081Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T15:02:03.081Z] ---> Running in a59d1a73414d [2021-04-19T15:02:03.081Z] Removing intermediate container a59d1a73414d [2021-04-19T15:02:03.081Z] ---> 60faaf750f57 [2021-04-19T15:02:03.081Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:02:03.081Z] ---> Running in d87dfbb425eb [2021-04-19T15:02:03.081Z] Removing intermediate container d87dfbb425eb [2021-04-19T15:02:03.081Z] ---> 03abbed1388b [2021-04-19T15:02:03.081Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-19T15:02:03.344Z] ---> Running in ba44c807b57b [2021-04-19T15:02:03.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T15:02:04.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:02:05.153Z] OK: 166 MiB in 39 packages [2021-04-19T15:02:05.420Z] Removing intermediate container ba44c807b57b [2021-04-19T15:02:05.420Z] ---> 1a2fb9c5da49 [2021-04-19T15:02:05.420Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-19T15:02:05.685Z] ---> Running in b50c198014da [2021-04-19T15:02:05.685Z] Removing intermediate container b50c198014da [2021-04-19T15:02:05.685Z] ---> e90157f4a874 [2021-04-19T15:02:05.685Z] Step 7/8 : COPY . . [2021-04-19T15:02:09.003Z] ---> 5028950d9e44 [2021-04-19T15:02:09.003Z] Step 8/8 : RUN go mod download [2021-04-19T15:02:09.003Z] ---> Running in a2421098cfe2 [2021-04-19T15:02:35.647Z] Removing intermediate container a2421098cfe2 [2021-04-19T15:02:35.647Z] ---> 4fe345904ed3 [2021-04-19T15:02:35.647Z] Successfully built 4fe345904ed3 [2021-04-19T15:02:35.647Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:02:35.961Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T15:02:35.961Z] . [Pipeline] withDockerContainer [2021-04-19T15:02:36.099Z] prd-centos7-docker-4c-2g-797 does not seem to be running inside a container [2021-04-19T15:02:36.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/99 -v /w/workspace/edgex-ui-go/99:/w/workspace/edgex-ui-go/99:rw,z -v /w/workspace/edgex-ui-go/99@tmp:/w/workspace/edgex-ui-go/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T15:02:37.043Z] $ docker top d5219d3733f815c0c2c802e3ec6d6e0c85328fc43dfe039a071d22b5f1639690 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:02:37.480Z] + go version [2021-04-19T15:02:37.480Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T15:02:37.509Z] $ docker stop --time=1 d5219d3733f815c0c2c802e3ec6d6e0c85328fc43dfe039a071d22b5f1639690 [2021-04-19T15:02:38.928Z] $ docker rm -f d5219d3733f815c0c2c802e3ec6d6e0c85328fc43dfe039a071d22b5f1639690 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:02:39.434Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T15:02:39.434Z] . [Pipeline] withDockerContainer [2021-04-19T15:02:39.528Z] prd-centos7-docker-4c-2g-797 does not seem to be running inside a container [2021-04-19T15:02:39.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/99 -v /w/workspace/edgex-ui-go/99:/w/workspace/edgex-ui-go/99:rw,z -v /w/workspace/edgex-ui-go/99@tmp:/w/workspace/edgex-ui-go/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T15:02:40.231Z] $ docker top 04fd1c12cb5180637e7b7330c28e1d662128ea8712d58a88b1ff82f79c66aa42 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:02:40.661Z] + make test [2021-04-19T15:02:40.661Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-19T15:02:42.108Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-19T15:02:46.800Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-798 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-19T15:02:46.817Z] Running in /w/workspace/edgex-ui-go/99 [Pipeline] { [Pipeline] checkout [2021-04-19T15:02:52.230Z] using credential edgex-jenkins-ssh [2021-04-19T15:02:52.255Z] Cloning the remote Git repository [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-19T15:02:52.271Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-19T15:02:52.271Z] GO111MODULE=on go vet ./... [2021-04-19T15:02:52.319Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T15:02:52.456Z] > git init /w/workspace/edgex-ui-go/99 # timeout=10 [2021-04-19T15:02:52.557Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T15:02:52.559Z] > git --version # timeout=10 [2021-04-19T15:02:52.584Z] > git --version # 'git version 2.17.1' [2021-04-19T15:02:52.586Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T15:02:52.642Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-04-19T15:02:53.694Z] $ docker stop --time=1 04fd1c12cb5180637e7b7330c28e1d662128ea8712d58a88b1ff82f79c66aa42 [2021-04-19T15:02:55.353Z] Checking out Revision ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 (master) [2021-04-19T15:02:54.788Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T15:02:54.807Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T15:02:54.834Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-19T15:02:54.864Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-19T15:02:54.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T15:02:54.876Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T15:02:55.365Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T15:02:55.393Z] > git checkout -f ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 # timeout=10 [2021-04-19T15:02:56.074Z] $ docker rm -f 04fd1c12cb5180637e7b7330c28e1d662128ea8712d58a88b1ff82f79c66aa42 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T15:02:56.560Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T15:02:56.935Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-19T15:02:59.199Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T15:02:59.499Z] + ls -al . [2021-04-19T15:02:59.499Z] total 92 [2021-04-19T15:02:59.499Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 19 15:02 . [2021-04-19T15:02:59.499Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 15:01 .. [2021-04-19T15:02:59.499Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 15:01 assets [2021-04-19T15:02:59.499Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 19 15:01 bin [2021-04-19T15:02:59.499Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 19 15:01 cmd [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 19 15:01 CONTRIBUTING.md [2021-04-19T15:02:59.499Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 19 15:02 coverage.out [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 19 15:01 Dockerfile [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 19 15:01 Dockerfile.build [2021-04-19T15:02:59.499Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 19 15:01 docs [2021-04-19T15:02:59.499Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 15:01 .git [2021-04-19T15:02:59.499Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 15:01 .github [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 19 15:01 .gitignore [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 19 15:01 go.mod [2021-04-19T15:02:59.499Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 19 15:02 go.sum [2021-04-19T15:02:59.499Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 19 15:01 internal [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 19 15:01 Jenkinsfile [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 19 15:01 LICENSE [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 19 15:01 Makefile [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 19 15:01 README.md [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 19 14:58 VERSION [2021-04-19T15:02:59.499Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 19 15:01 version.go [2021-04-19T15:02:59.499Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 19 15:01 web [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:02:59.807Z] + 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=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 --label arch=amd64 --label version=2.0.0-dev.40 . [2021-04-19T15:03:00.041Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-19T15:03:00.384Z] Sending build context to Docker daemon 34.85MB [2021-04-19T15:03:00.384Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T15:03:00.384Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-19T15:03:00.384Z] ---> 4fe345904ed3 [2021-04-19T15:03:00.384Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T15:03:01.365Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T15:03:01.772Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-04-19T15:03:01.788Z] ---> Running in df1766982077 [2021-04-19T15:03:01.788Z] Removing intermediate container df1766982077 [2021-04-19T15:03:01.788Z] ---> 791c927670d3 [2021-04-19T15:03:01.788Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T15:03:01.788Z] ---> Running in c58149b22aaa [Pipeline] sh [2021-04-19T15:03:02.050Z] Removing intermediate container c58149b22aaa [2021-04-19T15:03:02.050Z] ---> f093bdebd776 [2021-04-19T15:03:02.050Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T15:03:02.050Z] ---> Running in 742f405176aa [2021-04-19T15:03:02.107Z] + true [2021-04-19T15:03:02.107Z] + sudo service docker restart [2021-04-19T15:03:02.314Z] Removing intermediate container 742f405176aa [2021-04-19T15:03:02.314Z] ---> aee11d191a05 [2021-04-19T15:03:02.314Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-19T15:03:02.314Z] ---> Running in 436927ac723d [2021-04-19T15:03:02.576Z] Removing intermediate container 436927ac723d [2021-04-19T15:03:02.576Z] ---> 406c2f9c1182 [2021-04-19T15:03:02.576Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-19T15:03:02.576Z] ---> Running in 0da3b51e38e4 [2021-04-19T15:03:02.576Z] Removing intermediate container 0da3b51e38e4 [2021-04-19T15:03:02.576Z] ---> 9ed9d5e2229f [2021-04-19T15:03:02.576Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:03:02.840Z] ---> Running in 6cd3f7833d24 [2021-04-19T15:03:03.414Z] Removing intermediate container 6cd3f7833d24 [2021-04-19T15:03:03.414Z] ---> 0f724b89cb15 [2021-04-19T15:03:03.414Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T15:03:03.678Z] ---> Running in efc8287e8977 [2021-04-19T15:03:03.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T15:03:04.774Z] provisioning config files... [2021-04-19T15:03:04.820Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/99@tmp/config6546369872165934431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:03:04.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T15:03:05.153Z] OK: 166 MiB in 39 packages [2021-04-19T15:03:05.204Z] ---> docker-login.sh [2021-04-19T15:03:05.204Z] nexus3.edgexfoundry.org:10001 [2021-04-19T15:03:05.415Z] Removing intermediate container efc8287e8977 [2021-04-19T15:03:05.415Z] ---> aab9511bc806 [2021-04-19T15:03:05.415Z] Step 10/24 : ENV GO111MODULE=on [2021-04-19T15:03:05.678Z] ---> Running in e31607eadef1 [2021-04-19T15:03:05.678Z] Removing intermediate container e31607eadef1 [2021-04-19T15:03:05.678Z] ---> 143bef3ec6b3 [2021-04-19T15:03:05.678Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-19T15:03:05.943Z] ---> Running in cffb5ec79124 [2021-04-19T15:03:05.943Z] Removing intermediate container cffb5ec79124 [2021-04-19T15:03:05.943Z] ---> 296b844f6ce1 [2021-04-19T15:03:05.943Z] Step 12/24 : COPY go.mod . [2021-04-19T15:03:06.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:03:06.205Z] ---> 369a8016b761 [2021-04-19T15:03:06.205Z] Step 13/24 : COPY Makefile . [2021-04-19T15:03:06.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:03:06.460Z] Configure a credential helper to remove this warning. See [2021-04-19T15:03:06.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:03:06.460Z] [2021-04-19T15:03:06.460Z] Login Succeeded [2021-04-19T15:03:06.460Z] nexus3.edgexfoundry.org:10002 [2021-04-19T15:03:06.473Z] ---> 8878203aea97 [2021-04-19T15:03:06.473Z] Step 14/24 : RUN make update [2021-04-19T15:03:06.473Z] ---> Running in bebbb1db7cd0 [2021-04-19T15:03:06.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:03:07.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:03:07.010Z] Configure a credential helper to remove this warning. See [2021-04-19T15:03:07.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:03:07.010Z] [2021-04-19T15:03:07.010Z] Login Succeeded [2021-04-19T15:03:07.010Z] nexus3.edgexfoundry.org:10003 [2021-04-19T15:03:07.049Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-19T15:03:07.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:03:07.311Z] Removing intermediate container bebbb1db7cd0 [2021-04-19T15:03:07.311Z] ---> b75e89f43987 [2021-04-19T15:03:07.311Z] Step 15/24 : COPY . . [2021-04-19T15:03:07.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:03:07.563Z] Configure a credential helper to remove this warning. See [2021-04-19T15:03:07.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:03:07.563Z] [2021-04-19T15:03:07.563Z] Login Succeeded [2021-04-19T15:03:07.563Z] nexus3.edgexfoundry.org:10004 [2021-04-19T15:03:07.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:03:08.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:03:08.123Z] Configure a credential helper to remove this warning. See [2021-04-19T15:03:08.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:03:08.123Z] [2021-04-19T15:03:08.123Z] Login Succeeded [2021-04-19T15:03:08.123Z] docker.io [2021-04-19T15:03:08.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:03:08.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:03:08.671Z] Configure a credential helper to remove this warning. See [2021-04-19T15:03:08.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:03:08.671Z] [2021-04-19T15:03:08.671Z] Login Succeeded [2021-04-19T15:03:08.671Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T15:03:08.689Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T15:03:09.008Z] ========================================================= [2021-04-19T15:03:09.008Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T15:03:09.008Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:09.236Z] ---> a3c227586492 [2021-04-19T15:03:09.236Z] Step 16/24 : RUN ${MAKE} [2021-04-19T15:03:09.366Z] + 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-19T15:03:09.503Z] ---> Running in 428d2756b6cc [2021-04-19T15:03:09.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.40" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-19T15:03:10.368Z] Sending build context to Docker daemon 34.83MB [2021-04-19T15:03:10.368Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T15:03:10.368Z] Step 2/8 : FROM ${BASE} [2021-04-19T15:03:10.368Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T15:03:10.369Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T15:03:10.369Z] a4357932f1b6: Pulling fs layer [2021-04-19T15:03:10.369Z] 18c013af1878: Pulling fs layer [2021-04-19T15:03:10.369Z] 00ac8860ef70: Pulling fs layer [2021-04-19T15:03:10.369Z] 63d7cb157983: Pulling fs layer [2021-04-19T15:03:10.369Z] b116817d02f9: Pulling fs layer [2021-04-19T15:03:10.369Z] 745a02a5169b: Pulling fs layer [2021-04-19T15:03:10.369Z] b116817d02f9: Waiting [2021-04-19T15:03:10.369Z] 00ac8860ef70: Waiting [2021-04-19T15:03:10.369Z] 745a02a5169b: Waiting [2021-04-19T15:03:10.369Z] 18c013af1878: Verifying Checksum [2021-04-19T15:03:10.369Z] 18c013af1878: Download complete [2021-04-19T15:03:10.369Z] a4357932f1b6: Verifying Checksum [2021-04-19T15:03:10.369Z] a4357932f1b6: Download complete [2021-04-19T15:03:10.645Z] 63d7cb157983: Download complete [2021-04-19T15:03:10.645Z] b116817d02f9: Verifying Checksum [2021-04-19T15:03:10.645Z] b116817d02f9: Download complete [2021-04-19T15:03:10.645Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T15:03:10.645Z] 5f621e34cdf4: Download complete [2021-04-19T15:03:11.249Z] 5f621e34cdf4: Pull complete [2021-04-19T15:03:11.851Z] a4357932f1b6: Pull complete [2021-04-19T15:03:12.127Z] 18c013af1878: Pull complete [2021-04-19T15:03:13.560Z] 745a02a5169b: Verifying Checksum [2021-04-19T15:03:13.560Z] 745a02a5169b: Download complete [2021-04-19T15:03:13.838Z] 00ac8860ef70: Verifying Checksum [2021-04-19T15:03:13.838Z] 00ac8860ef70: Download complete [2021-04-19T15:03:19.876Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-19T15:03:22.436Z] Removing intermediate container 428d2756b6cc [2021-04-19T15:03:22.436Z] ---> 45442828ee15 [2021-04-19T15:03:22.436Z] Step 17/24 : FROM alpine:3.12 [2021-04-19T15:03:22.436Z] 3.12: Pulling from library/alpine [2021-04-19T15:03:22.701Z] 339de151aab4: Pulling fs layer [2021-04-19T15:03:22.964Z] 339de151aab4: Download complete [2021-04-19T15:03:23.228Z] 339de151aab4: Pull complete [2021-04-19T15:03:23.228Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T15:03:23.228Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T15:03:23.228Z] ---> 13621d1b12d4 [2021-04-19T15:03:23.228Z] Step 18/24 : EXPOSE 4000 [2021-04-19T15:03:23.228Z] ---> Running in 8de6ac3ee45a [2021-04-19T15:03:23.496Z] Removing intermediate container 8de6ac3ee45a [2021-04-19T15:03:23.496Z] ---> 6b6190564970 [2021-04-19T15:03:23.496Z] 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-19T15:03:24.004Z] 00ac8860ef70: Pull complete [2021-04-19T15:03:24.004Z] 63d7cb157983: Pull complete [2021-04-19T15:03:24.281Z] b116817d02f9: Pull complete [2021-04-19T15:03:24.890Z] ---> 58fdb655248b [2021-04-19T15:03:24.891Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-19T15:03:24.891Z] ---> Running in a579eee2540a [2021-04-19T15:03:25.153Z] Removing intermediate container a579eee2540a [2021-04-19T15:03:25.153Z] ---> c15cef237cde [2021-04-19T15:03:25.153Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-19T15:03:25.153Z] ---> Running in a27e6cc7cd2a [2021-04-19T15:03:25.414Z] Removing intermediate container a27e6cc7cd2a [2021-04-19T15:03:25.414Z] ---> d7aebd98c7b0 [2021-04-19T15:03:25.414Z] Step 22/24 : LABEL arch=amd64 [2021-04-19T15:03:25.414Z] ---> Running in bdf6c3e6910b [2021-04-19T15:03:25.676Z] Removing intermediate container bdf6c3e6910b [2021-04-19T15:03:25.676Z] ---> ab6d73e6a6ad [2021-04-19T15:03:25.677Z] Step 23/24 : LABEL git_sha=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [2021-04-19T15:03:25.677Z] ---> Running in 2ca33f7cbda6 [2021-04-19T15:03:25.677Z] Removing intermediate container 2ca33f7cbda6 [2021-04-19T15:03:25.677Z] ---> 5b471d27a749 [2021-04-19T15:03:25.677Z] Step 24/24 : LABEL version=2.0.0-dev.40 [2021-04-19T15:03:25.938Z] ---> Running in ff889db1ac3e [2021-04-19T15:03:25.938Z] Removing intermediate container ff889db1ac3e [2021-04-19T15:03:25.939Z] ---> 89962a05d8e1 [2021-04-19T15:03:25.939Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T15:03:26.200Z] Successfully built 89962a05d8e1 [2021-04-19T15:03:26.200Z] 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-19T15:03:26.333Z] provisioning config files... [2021-04-19T15:03:26.366Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/99@tmp/config8283376789463298522tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:03:26.694Z] ---> docker-login.sh [2021-04-19T15:03:26.694Z] nexus3.edgexfoundry.org:10001 [2021-04-19T15:03:26.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:03:26.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:03:26.958Z] Configure a credential helper to remove this warning. See [2021-04-19T15:03:26.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:03:26.958Z] [2021-04-19T15:03:26.958Z] Login Succeeded [2021-04-19T15:03:26.958Z] nexus3.edgexfoundry.org:10002 [2021-04-19T15:03:26.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:03:26.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:03:26.958Z] Configure a credential helper to remove this warning. See [2021-04-19T15:03:26.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:03:26.958Z] [2021-04-19T15:03:26.958Z] Login Succeeded [2021-04-19T15:03:27.230Z] nexus3.edgexfoundry.org:10003 [2021-04-19T15:03:27.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:03:27.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:03:27.230Z] Configure a credential helper to remove this warning. See [2021-04-19T15:03:27.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:03:27.230Z] [2021-04-19T15:03:27.230Z] Login Succeeded [2021-04-19T15:03:27.230Z] nexus3.edgexfoundry.org:10004 [2021-04-19T15:03:27.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:03:27.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:03:27.494Z] Configure a credential helper to remove this warning. See [2021-04-19T15:03:27.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:03:27.494Z] [2021-04-19T15:03:27.494Z] Login Succeeded [2021-04-19T15:03:27.494Z] docker.io [2021-04-19T15:03:27.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:03:27.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:03:27.755Z] Configure a credential helper to remove this warning. See [2021-04-19T15:03:27.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:03:27.755Z] [2021-04-19T15:03:27.755Z] Login Succeeded [2021-04-19T15:03:27.755Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T15:03:27.764Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:03:27.836Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-19T15:03:27.836Z] ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [2021-04-19T15:03:27.836Z] latest [2021-04-19T15:03:27.836Z] 2.0.0-dev.40 [2021-04-19T15:03:27.836Z] ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 [2021-04-19T15:03:27.836Z] master [2021-04-19T15:03:27.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:28.190Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:28.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [2021-04-19T15:03:28.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T15:03:28.495Z] 1996512d4cd1: Preparing [2021-04-19T15:03:28.495Z] 32f366d666a5: Preparing [2021-04-19T15:03:28.495Z] 32f366d666a5: Layer already exists [2021-04-19T15:03:28.593Z] 745a02a5169b: Pull complete [2021-04-19T15:03:28.593Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T15:03:28.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T15:03:28.593Z] ---> b7e6874047d6 [2021-04-19T15:03:28.593Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T15:03:31.054Z] 1996512d4cd1: Pushed [2021-04-19T15:03:31.054Z] ea9bf69feb7e0ae1810f6b530247b33ac0e1a991: digest: sha256:5f52291e7d39f0c6d99a70aa7e999926d76787bfa94bc6e85c51ee5a57cf0bd3 size: 740 [2021-04-19T15:03:31.220Z] ---> Running in a151874ce25d [2021-04-19T15:03:31.498Z] Removing intermediate container a151874ce25d [2021-04-19T15:03:31.498Z] ---> 58f62dbcfe79 [2021-04-19T15:03:31.498Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:03:31.498Z] ---> Running in 50c5a671e312 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:31.939Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:32.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-19T15:03:32.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T15:03:32.243Z] 1996512d4cd1: Preparing [2021-04-19T15:03:32.243Z] 32f366d666a5: Preparing [2021-04-19T15:03:32.243Z] 1996512d4cd1: Layer already exists [2021-04-19T15:03:32.243Z] 32f366d666a5: Layer already exists [2021-04-19T15:03:32.243Z] latest: digest: sha256:5f52291e7d39f0c6d99a70aa7e999926d76787bfa94bc6e85c51ee5a57cf0bd3 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:32.555Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.40 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:32.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.40 [2021-04-19T15:03:32.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T15:03:32.859Z] 1996512d4cd1: Preparing [2021-04-19T15:03:32.859Z] 32f366d666a5: Preparing [2021-04-19T15:03:32.859Z] 1996512d4cd1: Layer already exists [2021-04-19T15:03:32.859Z] 32f366d666a5: Layer already exists [2021-04-19T15:03:32.859Z] 2.0.0-dev.40: digest: sha256:5f52291e7d39f0c6d99a70aa7e999926d76787bfa94bc6e85c51ee5a57cf0bd3 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:33.165Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:33.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 [2021-04-19T15:03:33.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T15:03:33.469Z] 1996512d4cd1: Preparing [2021-04-19T15:03:33.469Z] 32f366d666a5: Preparing [2021-04-19T15:03:33.469Z] 32f366d666a5: Layer already exists [2021-04-19T15:03:33.469Z] 1996512d4cd1: Layer already exists [2021-04-19T15:03:33.469Z] ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40: digest: sha256:5f52291e7d39f0c6d99a70aa7e999926d76787bfa94bc6e85c51ee5a57cf0bd3 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:33.780Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:03:34.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-19T15:03:34.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-19T15:03:34.089Z] 1996512d4cd1: Preparing [2021-04-19T15:03:34.089Z] 32f366d666a5: Preparing [2021-04-19T15:03:34.089Z] 1996512d4cd1: Layer already exists [2021-04-19T15:03:34.089Z] 32f366d666a5: Layer already exists [2021-04-19T15:03:34.089Z] master: digest: sha256:5f52291e7d39f0c6d99a70aa7e999926d76787bfa94bc6e85c51ee5a57cf0bd3 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:03:34.146Z] ===================================================== [2021-04-19T15:03:34.147Z] Removing intermediate container 50c5a671e312 [2021-04-19T15:03:34.147Z] ---> 8c612e7fc2b0 [2021-04-19T15:03:34.147Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-19T15:03:34.147Z] ---> Running in 7e9029caf1d9 [Pipeline] echo [2021-04-19T15:03:34.165Z] taggedImages: [2021-04-19T15:03:34.165Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [2021-04-19T15:03:34.165Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-19T15:03:34.165Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.40 [2021-04-19T15:03:34.165Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 [2021-04-19T15:03:34.165Z] - 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-19T15:03:34.747Z] ---> job-cost.sh [2021-04-19T15:03:34.747Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4ha9 [2021-04-19T15:03:35.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:03:35.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:03:36.328Z] OK: 142 MiB in 39 packages [2021-04-19T15:03:37.767Z] Removing intermediate container 7e9029caf1d9 [2021-04-19T15:03:37.767Z] ---> 801f16beb55c [2021-04-19T15:03:37.767Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-19T15:03:37.767Z] ---> Running in 5f278911b681 [2021-04-19T15:03:38.039Z] Removing intermediate container 5f278911b681 [2021-04-19T15:03:38.039Z] ---> 955522c92db9 [2021-04-19T15:03:38.039Z] Step 7/8 : COPY . . [2021-04-19T15:03:41.451Z] ---> b34bc48a9c0d [2021-04-19T15:03:41.451Z] Step 8/8 : RUN go mod download [2021-04-19T15:03:41.451Z] ---> Running in 5d3025e7b493 [2021-04-19T15:03:49.774Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T15:04:13.802Z] Removing intermediate container 5d3025e7b493 [2021-04-19T15:04:13.802Z] ---> 6cd6a7b80986 [2021-04-19T15:04:13.802Z] Successfully built 6cd6a7b80986 [2021-04-19T15:04:13.802Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:04:14.150Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T15:04:14.150Z] . [Pipeline] withDockerContainer [2021-04-19T15:04:14.423Z] prd-ubuntu18.04-docker-arm64-4c-16g-798 does not seem to be running inside a container [2021-04-19T15:04:14.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/99 -v /w/workspace/edgex-ui-go/99:/w/workspace/edgex-ui-go/99:rw,z -v /w/workspace/edgex-ui-go/99@tmp:/w/workspace/edgex-ui-go/99@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-19T15:04:16.004Z] $ docker top 8f3443b03970be65e0a59e5b6d51c027998585ffdc735ecd3275a45b593f2322 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:04:16.988Z] + go version [2021-04-19T15:04:16.988Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T15:04:16.983Z] $ docker stop --time=1 8f3443b03970be65e0a59e5b6d51c027998585ffdc735ecd3275a45b593f2322 [2021-04-19T15:04:18.926Z] $ docker rm -f 8f3443b03970be65e0a59e5b6d51c027998585ffdc735ecd3275a45b593f2322 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:04:19.654Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T15:04:19.654Z] . [Pipeline] withDockerContainer [2021-04-19T15:04:19.916Z] prd-ubuntu18.04-docker-arm64-4c-16g-798 does not seem to be running inside a container [2021-04-19T15:04:19.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/99 -v /w/workspace/edgex-ui-go/99:/w/workspace/edgex-ui-go/99:rw,z -v /w/workspace/edgex-ui-go/99@tmp:/w/workspace/edgex-ui-go/99@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-19T15:04:21.505Z] $ docker top 148991f164c0f1bda706f1d275dbfbeba7be7afdadbfa7bf0916c158e45bc79d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:04:21.985Z] lf-activate-venv(): INFO: Adding /tmp/venv-4ha9/bin to PATH [2021-04-19T15:04:21.986Z] INFO: No Stack... [2021-04-19T15:04:21.986Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T15:04:21.986Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T15:04:22.300Z] + cat /w/workspace/edgex-ui-go/99/archives/cost.csv [2021-04-19T15:04:22.301Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T15:04:22.420Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] [2021-04-19T15:04:22.432Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] did not exist. Created. [2021-04-19T15:04:22.432Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T15:04:22.510Z] + make test [2021-04-19T15:04:22.510Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-19T15:04:22.786Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T15:04:22.944Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T15:04:22.956Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T15:04:23.954Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-19T15:04:50.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-19T15:04:50.776Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-19T15:04:57.475Z] $ docker stop --time=1 148991f164c0f1bda706f1d275dbfbeba7be7afdadbfa7bf0916c158e45bc79d [2021-04-19T15:04:59.712Z] $ docker rm -f 148991f164c0f1bda706f1d275dbfbeba7be7afdadbfa7bf0916c158e45bc79d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T15:05:00.525Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T15:05:00.556Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T15:05:01.652Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T15:05:02.105Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T15:05:02.490Z] + ls -al . [2021-04-19T15:05:02.490Z] total 124 [2021-04-19T15:05:02.490Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 15:04 . [2021-04-19T15:05:02.490Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 15:02 .. [2021-04-19T15:05:02.490Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 15:02 .git [2021-04-19T15:05:02.490Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 15:02 .github [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 19 15:02 .gitignore [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 19 15:02 CONTRIBUTING.md [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 19 15:02 Dockerfile [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 19 15:02 Dockerfile.build [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 19 15:02 Jenkinsfile [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 19 15:02 LICENSE [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 19 15:02 Makefile [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 19 15:02 README.md [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 19 14:58 VERSION [2021-04-19T15:05:02.490Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 15:02 assets [2021-04-19T15:05:02.490Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 15:02 bin [2021-04-19T15:05:02.490Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 15:02 cmd [2021-04-19T15:05:02.490Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 19 15:04 coverage.out [2021-04-19T15:05:02.490Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 15:02 docs [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 19 15:02 go.mod [2021-04-19T15:05:02.490Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 19 15:04 go.sum [2021-04-19T15:05:02.490Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 15:02 internal [2021-04-19T15:05:02.490Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 19 15:02 version.go [2021-04-19T15:05:02.490Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 15:02 web [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:05:02.874Z] + 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=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 --label arch=arm64 --label version=2.0.0-dev.40 . [2021-04-19T15:05:03.866Z] Sending build context to Docker daemon 34.85MB [2021-04-19T15:05:03.866Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T15:05:03.866Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-19T15:05:03.866Z] ---> 6cd6a7b80986 [2021-04-19T15:05:03.866Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-19T15:05:04.460Z] ---> Running in 7d0b6f5cebf2 [2021-04-19T15:05:05.055Z] Removing intermediate container 7d0b6f5cebf2 [2021-04-19T15:05:05.055Z] ---> f94108741379 [2021-04-19T15:05:05.055Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-19T15:05:05.055Z] ---> Running in 7123311d8704 [2021-04-19T15:05:05.330Z] Removing intermediate container 7123311d8704 [2021-04-19T15:05:05.330Z] ---> dc1ce24e743c [2021-04-19T15:05:05.330Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T15:05:05.604Z] ---> Running in 59189a055e4c [2021-04-19T15:05:06.200Z] Removing intermediate container 59189a055e4c [2021-04-19T15:05:06.200Z] ---> 6a6f04ea6979 [2021-04-19T15:05:06.200Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-19T15:05:06.200Z] ---> Running in e6ed3ef63c17 [2021-04-19T15:05:06.794Z] Removing intermediate container e6ed3ef63c17 [2021-04-19T15:05:06.794Z] ---> e790d0b79ce5 [2021-04-19T15:05:06.794Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-19T15:05:06.794Z] ---> Running in 929aee4edbaa [2021-04-19T15:05:07.388Z] Removing intermediate container 929aee4edbaa [2021-04-19T15:05:07.388Z] ---> ff145de30f5e [2021-04-19T15:05:07.388Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T15:05:07.388Z] ---> Running in 2ba792d3ad91 [2021-04-19T15:05:09.365Z] Removing intermediate container 2ba792d3ad91 [2021-04-19T15:05:09.365Z] ---> 8cd24f46c149 [2021-04-19T15:05:09.365Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T15:05:09.639Z] ---> Running in adb4eac26d61 [2021-04-19T15:05:11.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T15:05:11.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T15:05:12.255Z] OK: 142 MiB in 39 packages [2021-04-19T15:05:13.687Z] Removing intermediate container adb4eac26d61 [2021-04-19T15:05:13.687Z] ---> b9b321696229 [2021-04-19T15:05:13.687Z] Step 10/24 : ENV GO111MODULE=on [2021-04-19T15:05:13.687Z] ---> Running in dcf8c23d863a [2021-04-19T15:05:14.287Z] Removing intermediate container dcf8c23d863a [2021-04-19T15:05:14.287Z] ---> e4fe2efc86a2 [2021-04-19T15:05:14.287Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-19T15:05:14.287Z] ---> Running in 59f0eb69be25 [2021-04-19T15:05:14.559Z] Removing intermediate container 59f0eb69be25 [2021-04-19T15:05:14.559Z] ---> 25f677934a57 [2021-04-19T15:05:14.559Z] Step 12/24 : COPY go.mod . [2021-04-19T15:05:15.534Z] ---> e06a67b21683 [2021-04-19T15:05:15.534Z] Step 13/24 : COPY Makefile . [2021-04-19T15:05:16.128Z] ---> 1e98113d6adc [2021-04-19T15:05:16.128Z] Step 14/24 : RUN make update [2021-04-19T15:05:16.403Z] ---> Running in e40886d50c93 [2021-04-19T15:05:17.382Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-19T15:05:18.813Z] Removing intermediate container e40886d50c93 [2021-04-19T15:05:18.813Z] ---> 5c734c1da454 [2021-04-19T15:05:18.813Z] Step 15/24 : COPY . . [2021-04-19T15:05:22.197Z] ---> 0ed5325a1774 [2021-04-19T15:05:22.197Z] Step 16/24 : RUN ${MAKE} [2021-04-19T15:05:22.197Z] ---> Running in f4969f3cb485 [2021-04-19T15:05:23.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.40" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-19T15:05:50.034Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-19T15:05:56.733Z] Removing intermediate container f4969f3cb485 [2021-04-19T15:05:56.733Z] ---> fe08fbb29e69 [2021-04-19T15:05:56.733Z] Step 17/24 : FROM alpine:3.12 [2021-04-19T15:05:56.733Z] 3.12: Pulling from library/alpine [2021-04-19T15:05:56.733Z] d2f70382dc9a: Pulling fs layer [2021-04-19T15:05:56.733Z] d2f70382dc9a: Verifying Checksum [2021-04-19T15:05:57.323Z] d2f70382dc9a: Pull complete [2021-04-19T15:05:57.323Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T15:05:57.323Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T15:05:57.324Z] ---> 9852663dfa18 [2021-04-19T15:05:57.324Z] Step 18/24 : EXPOSE 4000 [2021-04-19T15:05:57.595Z] ---> Running in 753ae7ac55a9 [2021-04-19T15:05:57.867Z] Removing intermediate container 753ae7ac55a9 [2021-04-19T15:05:57.867Z] ---> fdef43c1e270 [2021-04-19T15:05:57.867Z] 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-19T15:06:00.501Z] ---> 987a959618d0 [2021-04-19T15:06:00.501Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-19T15:06:00.501Z] ---> Running in e8bd82e4b59f [2021-04-19T15:06:00.772Z] Removing intermediate container e8bd82e4b59f [2021-04-19T15:06:00.772Z] ---> 829bedcc8b60 [2021-04-19T15:06:00.772Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-19T15:06:00.772Z] ---> Running in 741a761dffdd [2021-04-19T15:06:01.368Z] Removing intermediate container 741a761dffdd [2021-04-19T15:06:01.368Z] ---> 82e71b4d77e4 [2021-04-19T15:06:01.368Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T15:06:01.368Z] ---> Running in 9f9e83314ea8 [2021-04-19T15:06:01.968Z] Removing intermediate container 9f9e83314ea8 [2021-04-19T15:06:01.968Z] ---> 3351c7ab51fb [2021-04-19T15:06:01.968Z] Step 23/24 : LABEL git_sha=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [2021-04-19T15:06:01.968Z] ---> Running in 31a84542b699 [2021-04-19T15:06:02.575Z] Removing intermediate container 31a84542b699 [2021-04-19T15:06:02.575Z] ---> 208ddbaa27ee [2021-04-19T15:06:02.575Z] Step 24/24 : LABEL version=2.0.0-dev.40 [2021-04-19T15:06:02.575Z] ---> Running in 4bbbe7bc270e [2021-04-19T15:06:03.169Z] Removing intermediate container 4bbbe7bc270e [2021-04-19T15:06:03.169Z] ---> 762c9a773d7a [2021-04-19T15:06:03.169Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T15:06:03.169Z] Successfully built 762c9a773d7a [2021-04-19T15:06:03.169Z] 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-19T15:06:03.311Z] provisioning config files... [2021-04-19T15:06:03.347Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/99@tmp/config2917792614352179680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:06:03.711Z] ---> docker-login.sh [2021-04-19T15:06:03.711Z] nexus3.edgexfoundry.org:10001 [2021-04-19T15:06:03.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:06:03.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:06:03.984Z] Configure a credential helper to remove this warning. See [2021-04-19T15:06:03.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:06:03.984Z] [2021-04-19T15:06:03.984Z] Login Succeeded [2021-04-19T15:06:03.984Z] nexus3.edgexfoundry.org:10002 [2021-04-19T15:06:04.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:06:04.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:06:04.583Z] Configure a credential helper to remove this warning. See [2021-04-19T15:06:04.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:06:04.583Z] [2021-04-19T15:06:04.583Z] Login Succeeded [2021-04-19T15:06:04.583Z] nexus3.edgexfoundry.org:10003 [2021-04-19T15:06:05.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:06:05.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:06:05.177Z] Configure a credential helper to remove this warning. See [2021-04-19T15:06:05.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:06:05.177Z] [2021-04-19T15:06:05.177Z] Login Succeeded [2021-04-19T15:06:05.177Z] nexus3.edgexfoundry.org:10004 [2021-04-19T15:06:05.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:06:05.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:06:05.720Z] Configure a credential helper to remove this warning. See [2021-04-19T15:06:05.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:06:05.720Z] [2021-04-19T15:06:05.720Z] Login Succeeded [2021-04-19T15:06:05.720Z] docker.io [2021-04-19T15:06:06.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T15:06:06.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T15:06:06.585Z] Configure a credential helper to remove this warning. See [2021-04-19T15:06:06.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T15:06:06.585Z] [2021-04-19T15:06:06.585Z] Login Succeeded [2021-04-19T15:06:06.585Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T15:06:06.601Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:06:06.668Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-19T15:06:06.668Z] ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [2021-04-19T15:06:06.668Z] latest [2021-04-19T15:06:06.668Z] 2.0.0-dev.40 [2021-04-19T15:06:06.668Z] ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 [2021-04-19T15:06:06.668Z] master [2021-04-19T15:06:06.668Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:06:07.047Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:06:07.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [2021-04-19T15:06:07.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T15:06:07.392Z] a908f9898dfa: Preparing [2021-04-19T15:06:07.392Z] 3fbe34a1663b: Preparing [2021-04-19T15:06:07.665Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:06:14.351Z] a908f9898dfa: Pushed [2021-04-19T15:06:14.351Z] ea9bf69feb7e0ae1810f6b530247b33ac0e1a991: digest: sha256:23169fb2863cfcc4f5dd28e177fa4e4de1855acc83cf3bca760618dd5b90d301 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:06:14.693Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:06:15.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-19T15:06:15.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T15:06:15.029Z] a908f9898dfa: Preparing [2021-04-19T15:06:15.029Z] 3fbe34a1663b: Preparing [2021-04-19T15:06:15.029Z] a908f9898dfa: Layer already exists [2021-04-19T15:06:15.029Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:06:15.303Z] latest: digest: sha256:23169fb2863cfcc4f5dd28e177fa4e4de1855acc83cf3bca760618dd5b90d301 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:06:15.648Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.40 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:06:15.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.40 [2021-04-19T15:06:15.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T15:06:15.984Z] a908f9898dfa: Preparing [2021-04-19T15:06:15.984Z] 3fbe34a1663b: Preparing [2021-04-19T15:06:15.984Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:06:15.984Z] a908f9898dfa: Layer already exists [2021-04-19T15:06:16.257Z] 2.0.0-dev.40: digest: sha256:23169fb2863cfcc4f5dd28e177fa4e4de1855acc83cf3bca760618dd5b90d301 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:06:16.598Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:06:16.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 [2021-04-19T15:06:16.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T15:06:16.939Z] a908f9898dfa: Preparing [2021-04-19T15:06:16.939Z] 3fbe34a1663b: Preparing [2021-04-19T15:06:16.939Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:06:16.939Z] a908f9898dfa: Layer already exists [2021-04-19T15:06:17.211Z] ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40: digest: sha256:23169fb2863cfcc4f5dd28e177fa4e4de1855acc83cf3bca760618dd5b90d301 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:06:17.555Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:06:17.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-19T15:06:17.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-19T15:06:17.892Z] a908f9898dfa: Preparing [2021-04-19T15:06:17.892Z] 3fbe34a1663b: Preparing [2021-04-19T15:06:17.892Z] 3fbe34a1663b: Layer already exists [2021-04-19T15:06:17.892Z] a908f9898dfa: Layer already exists [2021-04-19T15:06:18.164Z] master: digest: sha256:23169fb2863cfcc4f5dd28e177fa4e4de1855acc83cf3bca760618dd5b90d301 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T15:06:18.233Z] ===================================================== [Pipeline] echo [2021-04-19T15:06:18.250Z] taggedImages: [2021-04-19T15:06:18.250Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [2021-04-19T15:06:18.250Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-19T15:06:18.250Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.40 [2021-04-19T15:06:18.250Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 [2021-04-19T15:06:18.250Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:06:18.631Z] ---> job-cost.sh [2021-04-19T15:06:18.631Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VI9Q [2021-04-19T15:06:57.594Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T15:08:34.348Z] lf-activate-venv(): INFO: Adding /tmp/venv-VI9Q/bin to PATH [2021-04-19T15:08:34.348Z] INFO: No Stack... [2021-04-19T15:08:34.348Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T15:08:34.348Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T15:08:34.721Z] + cut -d, -f6 [2021-04-19T15:08:34.721Z] + cat /w/workspace/edgex-ui-go/99/archives/cost.csv [Pipeline] lock [2021-04-19T15:08:34.840Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] [2021-04-19T15:08:34.859Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] did not exist. Created. [2021-04-19T15:08:34.859Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T15:08:35.235Z] /w/workspace/edgex-ui-go/99@tmp/durable-064cfd18/script.sh: 1: /w/workspace/edgex-ui-go/99@tmp/durable-064cfd18/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T15:08:35.593Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T15:08:35.624Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T15:08:35.854Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T15:08:35.870Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-99-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-19T15:08:36.233Z] provisioning config files... [2021-04-19T15:08:36.244Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7316408326773200042tmp [Pipeline] { [Pipeline] sh [2021-04-19T15:08:36.582Z] + set +x [2021-04-19T15:08:36.582Z] + curl -s https://codecov.io/bash [2021-04-19T15:08:36.582Z] + bash -s -- [2021-04-19T15:08:36.856Z] [2021-04-19T15:08:36.856Z] _____ _ [2021-04-19T15:08:36.856Z] / ____| | | [2021-04-19T15:08:36.856Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T15:08:36.857Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T15:08:36.857Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T15:08:36.857Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T15:08:36.857Z] Bash-1.0.1 [2021-04-19T15:08:36.857Z] [2021-04-19T15:08:36.857Z] [2021-04-19T15:08:36.857Z] ==> git version 2.24.3 found [2021-04-19T15:08:36.857Z] ==> 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-19T15:08:36.857Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T15:08:36.857Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T15:08:36.857Z] ==> Jenkins CI detected. [2021-04-19T15:08:36.857Z] project root: . [2021-04-19T15:08:36.857Z] --> token set from env [2021-04-19T15:08:36.857Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T15:08:36.857Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T15:08:36.857Z] ==> Python coveragepy not found [2021-04-19T15:08:36.857Z] ==> Searching for coverage reports in: [2021-04-19T15:08:36.857Z] + . [2021-04-19T15:08:36.857Z] -> Found 1 reports [2021-04-19T15:08:36.857Z] ==> Detecting git/mercurial file structure [2021-04-19T15:08:36.857Z] ==> Reading reports [2021-04-19T15:08:36.857Z] + ./coverage.out bytes=10 [2021-04-19T15:08:36.857Z] ==> Appending adjustments [2021-04-19T15:08:36.857Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T15:08:37.119Z] + Found adjustments [2021-04-19T15:08:37.119Z] ==> Gzipping contents [2021-04-19T15:08:37.119Z] 4.0K /tmp/codecov.hLwoqJ.gz [2021-04-19T15:08:37.119Z] ==> Uploading reports [2021-04-19T15:08:37.119Z] url: https://codecov.io [2021-04-19T15:08:37.119Z] query: branch=master&commit=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F99%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T15:08:37.119Z] -> Pinging Codecov [2021-04-19T15:08:37.119Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F99%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T15:08:37.390Z] -> Uploading to [2021-04-19T15:08:37.390Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/FB506323287CE973F263BFD2A0EB1F37/ea9bf69feb7e0ae1810f6b530247b33ac0e1a991/f353a580-1641-44e6-8e1b-f6ecdaafff43.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T150837Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=91a2e66bdd63eabd694d59fbbad0cb04f0e31f9f33d46b5469c5f438a0338c4a [2021-04-19T15:08:37.390Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T15:08:37.390Z] Dload Upload Total Spent Left Speed [2021-04-19T15:08:37.964Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 8127 --:--:-- --:--:-- --:--:-- 8129 100 3902 0 0 100 3902 0 8125 --:--:-- --:--:-- --:--:-- 8112 [2021-04-19T15:08:37.964Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] } [2021-04-19T15:08:37.973Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T15:08:38.197Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T15:08:38.234Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:08:38.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T15:08:38.543Z] [2021-04-19T15:08:38.543Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:08:38.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T15:08:38.861Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T15:08:38.861Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T15:08:38.861Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T15:08:38.861Z] de9db76c5a1d: Pulling fs layer [2021-04-19T15:08:38.861Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T15:08:38.861Z] 0d57e429df01: Pulling fs layer [2021-04-19T15:08:38.861Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T15:08:38.861Z] e1f770b5df2f: Pulling fs layer [2021-04-19T15:08:38.861Z] 85a0685a4137: Pulling fs layer [2021-04-19T15:08:38.861Z] 0eba1c9be4d2: Waiting [2021-04-19T15:08:38.861Z] 0d57e429df01: Waiting [2021-04-19T15:08:38.861Z] 4e4be7b47b0d: Waiting [2021-04-19T15:08:38.861Z] e1f770b5df2f: Waiting [2021-04-19T15:08:38.861Z] 85a0685a4137: Waiting [2021-04-19T15:08:38.861Z] de9db76c5a1d: Download complete [2021-04-19T15:08:38.861Z] 0ef7d3d256c8: Download complete [2021-04-19T15:08:39.129Z] 0d57e429df01: Verifying Checksum [2021-04-19T15:08:39.129Z] 0d57e429df01: Download complete [2021-04-19T15:08:39.129Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T15:08:39.129Z] 4e4be7b47b0d: Download complete [2021-04-19T15:08:39.129Z] 188c0c94c7c5: Download complete [2021-04-19T15:08:39.395Z] 188c0c94c7c5: Pull complete [2021-04-19T15:08:39.661Z] 0ef7d3d256c8: Pull complete [2021-04-19T15:08:39.661Z] de9db76c5a1d: Pull complete [2021-04-19T15:08:41.128Z] e1f770b5df2f: Verifying Checksum [2021-04-19T15:08:41.128Z] e1f770b5df2f: Download complete [2021-04-19T15:08:42.586Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T15:08:42.586Z] 0eba1c9be4d2: Download complete [2021-04-19T15:08:42.850Z] 85a0685a4137: Verifying Checksum [2021-04-19T15:08:42.850Z] 85a0685a4137: Download complete [2021-04-19T15:08:48.196Z] 0eba1c9be4d2: Pull complete [2021-04-19T15:08:48.196Z] 0d57e429df01: Pull complete [2021-04-19T15:08:48.196Z] 4e4be7b47b0d: Pull complete [2021-04-19T15:08:49.597Z] e1f770b5df2f: Pull complete [2021-04-19T15:08:56.232Z] 85a0685a4137: Pull complete [2021-04-19T15:08:56.232Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T15:08:56.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T15:08:56.232Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T15:08:56.422Z] prd-centos7-docker-4c-2g-796 does not seem to be running inside a container [2021-04-19T15:08:56.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-19T15:08:57.384Z] $ docker top 4cf0a551adea21e441797fa44e55d54c9fee113396ed0e42300191e4e5162202 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T15:08:57.511Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T15:08:57.804Z] + set -o pipefail [2021-04-19T15:08:57.804Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T15:09:05.984Z] [2021-04-19T15:09:05.984Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-04-19T15:09:05.984Z] [2021-04-19T15:09:05.984Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/c5bb029d-f492-4c31-a7d4-1036b75ebdb9 [2021-04-19T15:09:05.984Z] [2021-04-19T15:09:05.984Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-19T15:09:05.984Z] [2021-04-19T15:09:05.984Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T15:09:05.984Z] [2021-04-19T15:09:06.247Z] [2021-04-19T15:09:06.247Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T15:09:06.247Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T15:09:06.263Z] $ docker stop --time=1 4cf0a551adea21e441797fa44e55d54c9fee113396ed0e42300191e4e5162202 [2021-04-19T15:09:08.769Z] $ docker rm -f 4cf0a551adea21e441797fa44e55d54c9fee113396ed0e42300191e4e5162202 [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-19T15:09:09.732Z] + git log --format=format:%s -1 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:09:10.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:09:10.039Z] . [Pipeline] withDockerContainer [2021-04-19T15:09:10.135Z] prd-centos7-docker-4c-2g-796 does not seem to be running inside a container [2021-04-19T15:09:10.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T15:09:10.937Z] $ docker top 9d826b1b6f95fc87cd6e5f6ca96c3f3d675c6eda9248ae7a20e2efd182918826 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T15:09:11.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T15:09:11.083Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T15:09:11.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T15:09:11.268Z] $ docker exec 9d826b1b6f95fc87cd6e5f6ca96c3f3d675c6eda9248ae7a20e2efd182918826 ssh-agent [2021-04-19T15:09:11.426Z] SSH_AUTH_SOCK=/tmp/ssh-xtVaW3b3ZWga/agent.12 [2021-04-19T15:09:11.426Z] SSH_AGENT_PID=18 [2021-04-19T15:09:11.433Z] Running ssh-add (command line suppressed) [2021-04-19T15:09:11.558Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5378263778169336017.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5378263778169336017.key) [2021-04-19T15:09:11.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T15:09:11.948Z] + git semver tag [2021-04-19T15:09:11.948Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T15:09:11.948Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T15:09:11.948Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T15:09:11.948Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T15:09:11.948Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T15:09:11.948Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T15:09:11.948Z] # $SEMVER_BRANCH = master [2021-04-19T15:09:11.948Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-19T15:09:11.948Z] # ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 HEAD [2021-04-19T15:09:11.948Z] # -> Force: false [2021-04-19T15:09:11.948Z] # 4e1f81ec20108d94b77ebdb7043cc67df8185a09 refs/tags/v2.0.0-dev.40 [Pipeline] } [2021-04-19T15:09:11.962Z] $ docker exec --env ******** --env ******** 9d826b1b6f95fc87cd6e5f6ca96c3f3d675c6eda9248ae7a20e2efd182918826 ssh-agent -k [2021-04-19T15:09:12.074Z] unset SSH_AUTH_SOCK; [2021-04-19T15:09:12.075Z] unset SSH_AGENT_PID; [2021-04-19T15:09:12.075Z] echo Agent pid 18 killed; [2021-04-19T15:09:12.121Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T15:09:12.455Z] + git semver [Pipeline] } [2021-04-19T15:09:12.472Z] $ docker stop --time=1 9d826b1b6f95fc87cd6e5f6ca96c3f3d675c6eda9248ae7a20e2efd182918826 [2021-04-19T15:09:13.804Z] $ docker rm -f 9d826b1b6f95fc87cd6e5f6ca96c3f3d675c6eda9248ae7a20e2efd182918826 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:09:14.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T15:09:14.289Z] [2021-04-19T15:09:14.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:09:14.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T15:09:14.606Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T15:09:14.606Z] ab5ef0e58194: Pulling fs layer [2021-04-19T15:09:14.606Z] 9712f1f96733: Pulling fs layer [2021-04-19T15:09:14.606Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T15:09:14.606Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T15:09:14.606Z] e9a5061849ea: Pulling fs layer [2021-04-19T15:09:14.606Z] d747dcd14b5f: Pulling fs layer [2021-04-19T15:09:14.606Z] 2de7ff778b66: Pulling fs layer [2021-04-19T15:09:14.606Z] 0d9ebad4ef96: Waiting [2021-04-19T15:09:14.606Z] e9a5061849ea: Waiting [2021-04-19T15:09:14.606Z] 2de7ff778b66: Waiting [2021-04-19T15:09:14.606Z] d747dcd14b5f: Waiting [2021-04-19T15:09:14.606Z] 9712f1f96733: Download complete [2021-04-19T15:09:16.004Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T15:09:16.004Z] 63f879dbbcfc: Download complete [2021-04-19T15:09:16.004Z] e9a5061849ea: Verifying Checksum [2021-04-19T15:09:16.004Z] e9a5061849ea: Download complete [2021-04-19T15:09:16.004Z] d747dcd14b5f: Download complete [2021-04-19T15:09:16.582Z] 2de7ff778b66: Verifying Checksum [2021-04-19T15:09:16.582Z] 2de7ff778b66: Download complete [2021-04-19T15:09:16.582Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T15:09:16.582Z] 0d9ebad4ef96: Download complete [2021-04-19T15:09:16.582Z] ab5ef0e58194: Verifying Checksum [2021-04-19T15:09:16.582Z] ab5ef0e58194: Download complete [2021-04-19T15:09:21.930Z] ab5ef0e58194: Pull complete [2021-04-19T15:09:21.930Z] 9712f1f96733: Pull complete [2021-04-19T15:09:24.484Z] 63f879dbbcfc: Pull complete [2021-04-19T15:09:29.894Z] 0d9ebad4ef96: Pull complete [2021-04-19T15:09:30.846Z] e9a5061849ea: Pull complete [2021-04-19T15:09:31.107Z] d747dcd14b5f: Pull complete [2021-04-19T15:09:33.676Z] 2de7ff778b66: Pull complete [2021-04-19T15:09:33.676Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T15:09:33.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T15:09:33.676Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T15:09:33.872Z] prd-centos7-docker-4c-2g-796 does not seem to be running inside a container [2021-04-19T15:09:33.916Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-19T15:09:38.023Z] $ docker top fe8f3e19c3bbed6ce5ae760a2f92ec6f409a647cb7b2b95eebcdebef8f890cfa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T15:09:38.168Z] provisioning config files... [2021-04-19T15:09:38.178Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2872712081842083777tmp [2021-04-19T15:09:38.192Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1323481465706118248tmp [2021-04-19T15:09:38.205Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2090353065854938430tmp [Pipeline] { [Pipeline] echo [2021-04-19T15:09:38.226Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:09:38.521Z] ---> sigul-configuration.sh [2021-04-19T15:09:38.521Z] gpg: directory `/root/.gnupg' created [2021-04-19T15:09:38.521Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T15:09:38.521Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T15:09:38.521Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T15:09:38.521Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T15:09:38.521Z] gpg: CAST5 encrypted data [2021-04-19T15:09:38.785Z] gpg: encrypted with 1 passphrase [2021-04-19T15:09:38.785Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T15:09:39.078Z] + mkdir /home/jenkins [2021-04-19T15:09:39.078Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T15:09:39.374Z] + 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-19T15:09:39.384Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:09:39.684Z] ---> sigul-install.sh [2021-04-19T15:09:46.300Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T15:09:46.605Z] + git tag --list [2021-04-19T15:09:46.605Z] 0.1.1 [2021-04-19T15:09:46.605Z] v1.1.0 [2021-04-19T15:09:46.605Z] v1.2.0 [2021-04-19T15:09:46.605Z] v1.2.1 [2021-04-19T15:09:46.605Z] v1.3.0 [2021-04-19T15:09:46.605Z] v2.0.0-dev.1 [2021-04-19T15:09:46.605Z] v2.0.0-dev.10 [2021-04-19T15:09:46.605Z] v2.0.0-dev.11 [2021-04-19T15:09:46.605Z] v2.0.0-dev.12 [2021-04-19T15:09:46.605Z] v2.0.0-dev.13 [2021-04-19T15:09:46.605Z] v2.0.0-dev.14 [2021-04-19T15:09:46.605Z] v2.0.0-dev.15 [2021-04-19T15:09:46.605Z] v2.0.0-dev.16 [2021-04-19T15:09:46.605Z] v2.0.0-dev.17 [2021-04-19T15:09:46.605Z] v2.0.0-dev.18 [2021-04-19T15:09:46.605Z] v2.0.0-dev.19 [2021-04-19T15:09:46.605Z] v2.0.0-dev.2 [2021-04-19T15:09:46.605Z] v2.0.0-dev.20 [2021-04-19T15:09:46.605Z] v2.0.0-dev.21 [2021-04-19T15:09:46.605Z] v2.0.0-dev.22 [2021-04-19T15:09:46.605Z] v2.0.0-dev.23 [2021-04-19T15:09:46.605Z] v2.0.0-dev.24 [2021-04-19T15:09:46.605Z] v2.0.0-dev.25 [2021-04-19T15:09:46.605Z] v2.0.0-dev.26 [2021-04-19T15:09:46.605Z] v2.0.0-dev.27 [2021-04-19T15:09:46.605Z] v2.0.0-dev.28 [2021-04-19T15:09:46.605Z] v2.0.0-dev.29 [2021-04-19T15:09:46.605Z] v2.0.0-dev.3 [2021-04-19T15:09:46.605Z] v2.0.0-dev.30 [2021-04-19T15:09:46.605Z] v2.0.0-dev.31 [2021-04-19T15:09:46.605Z] v2.0.0-dev.32 [2021-04-19T15:09:46.605Z] v2.0.0-dev.33 [2021-04-19T15:09:46.605Z] v2.0.0-dev.34 [2021-04-19T15:09:46.605Z] v2.0.0-dev.35 [2021-04-19T15:09:46.605Z] v2.0.0-dev.36 [2021-04-19T15:09:46.605Z] v2.0.0-dev.37 [2021-04-19T15:09:46.605Z] v2.0.0-dev.38 [2021-04-19T15:09:46.605Z] v2.0.0-dev.39 [2021-04-19T15:09:46.605Z] v2.0.0-dev.4 [2021-04-19T15:09:46.605Z] v2.0.0-dev.40 [2021-04-19T15:09:46.605Z] v2.0.0-dev.5 [2021-04-19T15:09:46.605Z] v2.0.0-dev.6 [2021-04-19T15:09:46.605Z] v2.0.0-dev.7 [2021-04-19T15:09:46.605Z] v2.0.0-dev.8 [2021-04-19T15:09:46.605Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-19T15:09:46.902Z] + lftools sign git-tag v2.0.0-dev.40 [2021-04-19T15:09:48.309Z] Signing Git tag with Sigul... [2021-04-19T15:09:48.309Z] Signing v2.0.0-dev.40 [Pipeline] echo [2021-04-19T15:09:50.240Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:09:50.552Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T15:09:50.561Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T15:09:50.592Z] $ docker stop --time=1 fe8f3e19c3bbed6ce5ae760a2f92ec6f409a647cb7b2b95eebcdebef8f890cfa [2021-04-19T15:09:52.761Z] $ docker rm -f fe8f3e19c3bbed6ce5ae760a2f92ec6f409a647cb7b2b95eebcdebef8f890cfa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:09:53.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:09:53.283Z] . [Pipeline] withDockerContainer [2021-04-19T15:09:53.391Z] prd-centos7-docker-4c-2g-796 does not seem to be running inside a container [2021-04-19T15:09:53.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T15:09:54.204Z] $ docker top 16e45ab7b7a3e1736c7bd4b98de542b1d21aaa4feab537f715afd17429131476 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T15:09:54.384Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T15:09:54.384Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T15:09:54.583Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T15:09:54.586Z] $ docker exec 16e45ab7b7a3e1736c7bd4b98de542b1d21aaa4feab537f715afd17429131476 ssh-agent [2021-04-19T15:09:54.759Z] SSH_AUTH_SOCK=/tmp/ssh-LbeJfFpm3RFb/agent.11 [2021-04-19T15:09:54.759Z] SSH_AGENT_PID=16 [2021-04-19T15:09:54.766Z] Running ssh-add (command line suppressed) [2021-04-19T15:09:54.890Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7414284324208325029.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7414284324208325029.key) [2021-04-19T15:09:54.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T15:09:55.259Z] + git semver bump pre [2021-04-19T15:09:55.259Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T15:09:55.259Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T15:09:55.259Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T15:09:55.259Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T15:09:55.259Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T15:09:55.259Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T15:09:55.259Z] # $SEMVER_BRANCH = master [2021-04-19T15:09:55.259Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-19T15:09:55.259Z] 2.0.0-dev.41 [Pipeline] } [2021-04-19T15:09:55.272Z] $ docker exec --env ******** --env ******** 16e45ab7b7a3e1736c7bd4b98de542b1d21aaa4feab537f715afd17429131476 ssh-agent -k [2021-04-19T15:09:55.386Z] unset SSH_AUTH_SOCK; [2021-04-19T15:09:55.387Z] unset SSH_AGENT_PID; [2021-04-19T15:09:55.387Z] echo Agent pid 16 killed; [2021-04-19T15:09:55.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T15:09:55.766Z] + git semver [Pipeline] } [2021-04-19T15:09:55.782Z] $ docker stop --time=1 16e45ab7b7a3e1736c7bd4b98de542b1d21aaa4feab537f715afd17429131476 [2021-04-19T15:09:57.122Z] $ docker rm -f 16e45ab7b7a3e1736c7bd4b98de542b1d21aaa4feab537f715afd17429131476 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:09:57.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T15:09:57.552Z] . [Pipeline] withDockerContainer [2021-04-19T15:09:57.646Z] prd-centos7-docker-4c-2g-796 does not seem to be running inside a container [2021-04-19T15:09:57.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T15:09:58.283Z] $ docker top 308f4077789eca6f0aacd037905a13ca6c67ed2d155f813eaf26cab2810fcd60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T15:09:58.491Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T15:09:58.491Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T15:09:58.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T15:09:58.690Z] $ docker exec 308f4077789eca6f0aacd037905a13ca6c67ed2d155f813eaf26cab2810fcd60 ssh-agent [2021-04-19T15:09:58.857Z] SSH_AUTH_SOCK=/tmp/ssh-2yu1HfolhWQk/agent.12 [2021-04-19T15:09:58.857Z] SSH_AGENT_PID=17 [2021-04-19T15:09:58.864Z] Running ssh-add (command line suppressed) [2021-04-19T15:09:58.986Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5375165834253523345.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5375165834253523345.key) [2021-04-19T15:09:59.038Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T15:09:59.345Z] + git semver push [2021-04-19T15:09:59.346Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T15:09:59.346Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-19T15:09:59.346Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T15:09:59.346Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T15:09:59.346Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T15:09:59.346Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T15:09:59.346Z] # $SEMVER_BRANCH = master [2021-04-19T15:09:59.346Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-19T15:10:07.515Z] $ docker exec --env ******** --env ******** 308f4077789eca6f0aacd037905a13ca6c67ed2d155f813eaf26cab2810fcd60 ssh-agent -k [2021-04-19T15:10:07.678Z] unset SSH_AUTH_SOCK; [2021-04-19T15:10:07.679Z] unset SSH_AGENT_PID; [2021-04-19T15:10:07.679Z] echo Agent pid 17 killed; [2021-04-19T15:10:07.741Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T15:10:08.081Z] + git semver [Pipeline] } [2021-04-19T15:10:08.097Z] $ docker stop --time=1 308f4077789eca6f0aacd037905a13ca6c67ed2d155f813eaf26cab2810fcd60 [2021-04-19T15:10:09.487Z] $ docker rm -f 308f4077789eca6f0aacd037905a13ca6c67ed2d155f813eaf26cab2810fcd60 [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-19T15:10:11.130Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:10:12.012Z] ---> package-listing.sh [2021-04-19T15:10:12.012Z] ++ facter osfamily [2021-04-19T15:10:12.012Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T15:10:12.012Z] + OS_FAMILY=redhat [2021-04-19T15:10:12.012Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T15:10:12.012Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T15:10:12.012Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T15:10:12.012Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T15:10:12.012Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T15:10:12.012Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-19T15:10:12.012Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T15:10:12.012Z] + case "${OS_FAMILY}" in [2021-04-19T15:10:12.012Z] + rpm -qa [2021-04-19T15:10:12.012Z] + sort [2021-04-19T15:10:17.326Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T15:10:17.326Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T15:10:17.326Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T15:10:17.326Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-19T15:10:17.326Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-19T15:10:17.326Z] + 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-19T15:10:17.339Z] 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-19T15:10:17.624Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:10:17.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T15:10:17.926Z] [2021-04-19T15:10:17.926Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T15:10:18.239Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T15:10:18.239Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T15:10:18.239Z] df20fa9351a1: Pulling fs layer [2021-04-19T15:10:18.239Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T15:10:18.239Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T15:10:18.239Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T15:10:18.239Z] 93b61091891f: Pulling fs layer [2021-04-19T15:10:18.239Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T15:10:18.239Z] 5e14af77c1be: Pulling fs layer [2021-04-19T15:10:18.239Z] 01666e4c0597: Pulling fs layer [2021-04-19T15:10:18.239Z] aa168da1d23b: Pulling fs layer [2021-04-19T15:10:18.239Z] 93b9cdb0e59b: Waiting [2021-04-19T15:10:18.239Z] 5e14af77c1be: Waiting [2021-04-19T15:10:18.239Z] 01666e4c0597: Waiting [2021-04-19T15:10:18.239Z] aa168da1d23b: Waiting [2021-04-19T15:10:18.239Z] 46f8f816bc3b: Waiting [2021-04-19T15:10:18.239Z] 93b61091891f: Waiting [2021-04-19T15:10:18.239Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T15:10:18.239Z] 36b3adc4ff6f: Download complete [2021-04-19T15:10:18.239Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T15:10:18.239Z] 46f8f816bc3b: Download complete [2021-04-19T15:10:18.239Z] df20fa9351a1: Verifying Checksum [2021-04-19T15:10:18.239Z] df20fa9351a1: Download complete [2021-04-19T15:10:18.239Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T15:10:18.239Z] 93b9cdb0e59b: Download complete [2021-04-19T15:10:18.504Z] 93b61091891f: Download complete [2021-04-19T15:10:18.504Z] 5e14af77c1be: Verifying Checksum [2021-04-19T15:10:18.504Z] 5e14af77c1be: Download complete [2021-04-19T15:10:18.504Z] 01666e4c0597: Verifying Checksum [2021-04-19T15:10:18.504Z] 01666e4c0597: Download complete [2021-04-19T15:10:18.504Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T15:10:18.504Z] 8ad3a11d3b57: Download complete [2021-04-19T15:10:19.078Z] df20fa9351a1: Pull complete [2021-04-19T15:10:19.665Z] 36b3adc4ff6f: Pull complete [2021-04-19T15:10:20.242Z] aa168da1d23b: Download complete [2021-04-19T15:10:21.196Z] 8ad3a11d3b57: Pull complete [2021-04-19T15:10:21.196Z] 46f8f816bc3b: Pull complete [2021-04-19T15:10:21.459Z] 93b61091891f: Pull complete [2021-04-19T15:10:21.459Z] 93b9cdb0e59b: Pull complete [2021-04-19T15:10:21.720Z] 5e14af77c1be: Pull complete [2021-04-19T15:10:21.721Z] 01666e4c0597: Pull complete [2021-04-19T15:10:28.336Z] aa168da1d23b: Pull complete [2021-04-19T15:10:28.336Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T15:10:28.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T15:10:28.337Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T15:10:28.499Z] prd-centos7-docker-4c-2g-796 does not seem to be running inside a container [2021-04-19T15:10:28.545Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T15:10:31.583Z] $ docker top 9133bd3330894d3d199cb730f024526417c325945cb9d71a1e0894493ad00b1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T15:10:32.003Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T15:10:32.320Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T15:10:32.633Z] + ls /var/log/sa-host [2021-04-19T15:10:32.634Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T15:10:32.634Z] file_magic: OK [2021-04-19T15:10:32.634Z] HZ: Using current value: 100 [2021-04-19T15:10:32.634Z] file_header: OK [2021-04-19T15:10:32.634Z] 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-19T15:10:32.634Z] Statistics: [2021-04-19T15:10:32.634Z] 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-19T15:10:32.634Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T15:10:32.634Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T15:10:32.634Z] file_magic: OK [2021-04-19T15:10:32.634Z] HZ: Using current value: 100 [2021-04-19T15:10:32.634Z] file_header: OK [2021-04-19T15:10:32.634Z] 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-19T15:10:32.634Z] Statistics: [2021-04-19T15:10:32.634Z] Hnuu...uuuununununu... [2021-04-19T15:10:32.634Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T15:10:32.819Z] provisioning config files... [2021-04-19T15:10:32.837Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2413585654728933945tmp [Pipeline] { [Pipeline] echo [2021-04-19T15:10:32.859Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:10:33.156Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T15:10:33.164Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T15:10:33.191Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:10:33.484Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T15:10:33.495Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:10:33.790Z] ---> sudo-logs.sh [2021-04-19T15:10:33.790Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T15:10:33.847Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:10:34.192Z] ---> job-cost.sh [2021-04-19T15:10:34.192Z] lf-activate-venv: SKIPPING [2021-04-19T15:10:34.192Z] DEBUG: total: 0.20999999344348907 [2021-04-19T15:10:34.192Z] INFO: Retrieving Stack Cost... [2021-04-19T15:10:35.160Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T15:10:35.733Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T15:10:35.748Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T15:10:36.055Z] ---> logs-deploy.sh [2021-04-19T15:10:36.055Z] lf-activate-venv: SKIPPING [2021-04-19T15:10:36.055Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/99 [2021-04-19T15:10:36.055Z] INFO: archiving workspace using pattern(s): [2021-04-19T15:10:37.446Z] Archives upload complete. [2021-04-19T15:10:37.708Z] INFO: archiving logs to Nexus [2021-04-19T15:10:38.655Z] ---> uname -a: [2021-04-19T15:10:38.655Z] Linux prd-centos7-docker-4c-2g-796.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-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] ---> lscpu: [2021-04-19T15:10:38.655Z] Architecture: x86_64 [2021-04-19T15:10:38.655Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T15:10:38.655Z] Byte Order: Little Endian [2021-04-19T15:10:38.655Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T15:10:38.655Z] CPU(s): 4 [2021-04-19T15:10:38.655Z] On-line CPU(s) list: 0-3 [2021-04-19T15:10:38.655Z] Thread(s) per core: 1 [2021-04-19T15:10:38.655Z] Core(s) per socket: 1 [2021-04-19T15:10:38.655Z] Socket(s): 4 [2021-04-19T15:10:38.655Z] NUMA node(s): 1 [2021-04-19T15:10:38.655Z] Vendor ID: GenuineIntel [2021-04-19T15:10:38.655Z] CPU family: 6 [2021-04-19T15:10:38.655Z] Model: 44 [2021-04-19T15:10:38.655Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T15:10:38.655Z] Stepping: 1 [2021-04-19T15:10:38.655Z] CPU MHz: 2933.438 [2021-04-19T15:10:38.655Z] BogoMIPS: 5866.87 [2021-04-19T15:10:38.655Z] Virtualization: VT-x [2021-04-19T15:10:38.655Z] Hypervisor vendor: KVM [2021-04-19T15:10:38.655Z] Virtualization type: full [2021-04-19T15:10:38.655Z] L1d cache: 128 KiB [2021-04-19T15:10:38.655Z] L1i cache: 128 KiB [2021-04-19T15:10:38.655Z] L2 cache: 16 MiB [2021-04-19T15:10:38.655Z] L3 cache: 64 MiB [2021-04-19T15:10:38.655Z] NUMA node0 CPU(s): 0-3 [2021-04-19T15:10:38.655Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T15:10:38.655Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T15:10:38.655Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T15:10:38.655Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T15:10:38.655Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T15:10:38.655Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T15:10:38.655Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T15:10:38.655Z] Vulnerability Srbds: Not affected [2021-04-19T15:10:38.655Z] Vulnerability Tsx async abort: Not affected [2021-04-19T15:10:38.655Z] 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-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] ---> nproc: [2021-04-19T15:10:38.655Z] 4 [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] ---> df -h: [2021-04-19T15:10:38.655Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T15:10:38.655Z] overlay 50.0G 8.6G 41.4G 17% / [2021-04-19T15:10:38.655Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T15:10:38.655Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T15:10:38.655Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T15:10:38.655Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-04-19T15:10:38.655Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-04-19T15:10:38.655Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-04-19T15:10:38.655Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-04-19T15:10:38.655Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-04-19T15:10:38.655Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-04-19T15:10:38.655Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-04-19T15:10:38.655Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-19T15:10:38.655Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2021-04-19T15:10:38.655Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] ---> free -m: [2021-04-19T15:10:38.655Z] total used free shared buff/cache available [2021-04-19T15:10:38.655Z] Mem: 1837 842 156 0 839 931 [2021-04-19T15:10:38.655Z] Swap: 1023 3 1020 [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] ---> ip addr: [2021-04-19T15:10:38.655Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T15:10:38.655Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T15:10:38.655Z] inet 127.0.0.1/8 scope host lo [2021-04-19T15:10:38.655Z] valid_lft forever preferred_lft forever [2021-04-19T15:10:38.655Z] inet6 ::1/128 scope host [2021-04-19T15:10:38.655Z] valid_lft forever preferred_lft forever [2021-04-19T15:10:38.655Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T15:10:38.655Z] link/ether fa:16:3e:68:d1:b8 brd ff:ff:ff:ff:ff:ff [2021-04-19T15:10:38.655Z] inet 10.30.123.129/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T15:10:38.655Z] valid_lft 85640sec preferred_lft 85640sec [2021-04-19T15:10:38.655Z] inet6 fe80::f816:3eff:fe68:d1b8/64 scope link [2021-04-19T15:10:38.655Z] valid_lft forever preferred_lft forever [2021-04-19T15:10:38.655Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T15:10:38.655Z] link/ether 02:42:7e:bb:08:68 brd ff:ff:ff:ff:ff:ff [2021-04-19T15:10:38.655Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T15:10:38.655Z] valid_lft forever preferred_lft forever [2021-04-19T15:10:38.655Z] inet6 fe80::42:7eff:febb:868/64 scope link [2021-04-19T15:10:38.655Z] valid_lft forever preferred_lft forever [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] ---> sar -b -r -n DEV: [2021-04-19T15:10:38.655Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] 14:57:48 LINUX RESTART (4 CPU) [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] 14:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T15:10:38.655Z] 15:00:01 1.95 0.00 1.95 0.00 0.00 42.76 0.00 [2021-04-19T15:10:38.655Z] 15:01:01 0.42 0.02 0.40 0.00 0.13 5.71 0.00 [2021-04-19T15:10:38.655Z] 15:02:01 0.43 0.08 0.35 0.00 1.60 6.38 0.00 [2021-04-19T15:10:38.655Z] 15:03:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 [2021-04-19T15:10:38.655Z] 15:04:01 0.27 0.00 0.27 0.00 0.00 4.25 0.00 [2021-04-19T15:10:38.655Z] 15:05:01 0.22 0.00 0.22 0.00 0.00 2.65 0.00 [2021-04-19T15:10:38.655Z] 15:06:01 0.22 0.00 0.22 0.00 0.00 2.17 0.00 [2021-04-19T15:10:38.655Z] 15:07:01 0.15 0.00 0.15 0.00 0.00 1.88 0.00 [2021-04-19T15:10:38.655Z] 15:08:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 [2021-04-19T15:10:38.655Z] 15:09:01 246.30 143.02 103.28 0.00 7110.30 33914.61 0.00 [2021-04-19T15:10:38.655Z] 15:10:01 276.18 121.64 154.54 0.00 6826.30 37855.88 0.00 [2021-04-19T15:10:38.655Z] Average: 47.91 24.09 23.83 0.00 1268.01 6535.60 0.00 [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] 14:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T15:10:38.655Z] 15:00:01 130536 0 612220 32.54 2620 1136168 1078992 36.82 455844 1094480 12 [2021-04-19T15:10:38.655Z] 15:01:01 125460 0 617288 32.81 2620 1136176 1081564 36.91 456496 1098772 20 [2021-04-19T15:10:38.655Z] 15:02:01 124788 0 617836 32.84 2620 1136300 1079756 36.85 457352 1098832 8 [2021-04-19T15:10:38.655Z] 15:03:01 125832 0 616788 32.78 2620 1136304 1079612 36.85 454880 1100700 20 [2021-04-19T15:10:38.655Z] 15:04:01 122708 0 619908 32.95 2620 1136308 1079612 36.85 457756 1100720 8 [2021-04-19T15:10:38.655Z] 15:05:01 122104 0 620504 32.98 2620 1136316 1079648 36.85 458484 1100720 8 [2021-04-19T15:10:38.655Z] 15:06:01 120728 0 621880 33.05 2620 1136316 1079720 36.85 459604 1100720 20 [2021-04-19T15:10:38.655Z] 15:07:01 122140 0 620460 32.98 2620 1136324 1079528 36.84 458472 1100788 12 [2021-04-19T15:10:38.655Z] 15:08:01 122092 0 620504 32.98 2620 1136328 1079528 36.84 458536 1100784 8 [2021-04-19T15:10:38.655Z] 15:09:01 72464 0 800620 42.55 2596 1005864 1363036 46.52 585140 961124 19624 [2021-04-19T15:10:38.655Z] 15:10:01 241296 0 799124 42.47 1492 839632 1314920 44.88 559508 745820 52 [2021-04-19T15:10:38.655Z] Average: 130013 0 651557 34.63 2515 1097458 1126901 38.46 478370 1054860 1799 [2021-04-19T15:10:38.655Z] [2021-04-19T15:10:38.655Z] 14:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T15:10:38.655Z] 15:00:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:01:01 eth0 0.97 0.52 0.87 0.04 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:02:01 eth0 1.42 0.48 0.35 0.21 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:03:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:04:01 eth0 0.85 0.22 0.20 0.07 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:05:01 eth0 0.55 0.37 0.27 0.20 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:06:01 eth0 1.00 0.32 0.32 0.20 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:07:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:08:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:09:01 vetha81cd7b 66.35 68.42 6.23 372.59 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:09:01 eth0 494.64 436.88 4453.61 68.49 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.655Z] 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.656Z] 15:09:01 docker0 66.35 68.32 5.32 372.58 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.656Z] 15:10:01 veth2d55ffb 1.13 1.00 0.22 0.23 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.656Z] 15:10:01 eth0 537.44 452.51 3511.45 111.64 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.656Z] 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.656Z] 15:10:01 docker0 55.35 75.11 3.38 248.94 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.656Z] Average: veth2d55ffb 0.10 0.09 0.02 0.02 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.656Z] Average: eth0 94.39 81.12 724.84 16.47 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.656Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.656Z] Average: docker0 11.07 13.05 0.79 56.55 0.00 0.00 0.00 0.00 [2021-04-19T15:10:38.656Z] [2021-04-19T15:10:38.656Z] [2021-04-19T15:10:38.656Z] ---> sar -P ALL: [2021-04-19T15:10:38.656Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T15:10:38.656Z] [2021-04-19T15:10:38.656Z] 14:57:48 LINUX RESTART (4 CPU) [2021-04-19T15:10:38.656Z] [2021-04-19T15:10:38.656Z] 14:59:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T15:10:38.656Z] 15:00:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-04-19T15:10:38.656Z] 15:00:01 0 0.07 0.00 0.08 0.00 0.02 99.83 [2021-04-19T15:10:38.656Z] 15:00:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T15:10:38.656Z] 15:00:01 2 0.50 0.00 0.05 0.00 0.00 99.45 [2021-04-19T15:10:38.656Z] 15:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T15:10:38.656Z] 15:01:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-04-19T15:10:38.656Z] 15:01:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-19T15:10:38.656Z] 15:01:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T15:10:38.656Z] 15:01:01 2 0.47 0.00 0.05 0.02 0.00 99.47 [2021-04-19T15:10:38.656Z] 15:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T15:10:38.656Z] 15:02:01 all 0.13 0.00 0.05 0.00 0.01 99.80 [2021-04-19T15:10:38.656Z] 15:02:01 0 0.02 0.00 0.05 0.02 0.00 99.92 [2021-04-19T15:10:38.656Z] 15:02:01 1 0.12 0.00 0.08 0.00 0.02 99.78 [2021-04-19T15:10:38.656Z] 15:02:01 2 0.37 0.00 0.07 0.00 0.00 99.57 [2021-04-19T15:10:38.656Z] 15:02:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-19T15:10:38.656Z] 15:03:01 all 0.08 0.00 0.05 0.00 0.01 99.86 [2021-04-19T15:10:38.656Z] 15:03:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T15:10:38.656Z] 15:03:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2021-04-19T15:10:38.656Z] 15:03:01 2 0.17 0.00 0.05 0.00 0.00 99.78 [2021-04-19T15:10:38.656Z] 15:03:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-04-19T15:10:38.656Z] 15:04:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-04-19T15:10:38.656Z] 15:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T15:10:38.656Z] 15:04:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-19T15:10:38.656Z] 15:04:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-19T15:10:38.656Z] 15:04:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2021-04-19T15:10:38.656Z] 15:05:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-04-19T15:10:38.656Z] 15:05:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-19T15:10:38.656Z] 15:05:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-19T15:10:38.656Z] 15:05:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T15:10:38.656Z] 15:05:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-19T15:10:38.656Z] 15:06:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-04-19T15:10:38.656Z] 15:06:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-19T15:10:38.656Z] 15:06:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2021-04-19T15:10:38.656Z] 15:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T15:10:38.656Z] 15:06:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-19T15:10:38.656Z] 15:07:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-04-19T15:10:38.656Z] 15:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-19T15:10:38.656Z] 15:07:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-19T15:10:38.656Z] 15:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T15:10:38.656Z] 15:07:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-19T15:10:38.656Z] 15:08:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-04-19T15:10:38.656Z] 15:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T15:10:38.656Z] 15:08:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T15:10:38.656Z] 15:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T15:10:38.656Z] 15:08:01 3 0.52 0.00 0.00 0.00 0.02 99.47 [2021-04-19T15:10:38.656Z] 15:09:01 all 8.96 0.00 5.01 2.64 0.04 83.35 [2021-04-19T15:10:38.656Z] 15:09:01 0 8.80 0.00 5.51 1.77 0.05 83.87 [2021-04-19T15:10:38.656Z] 15:09:01 1 9.47 0.00 4.64 3.46 0.03 82.39 [2021-04-19T15:10:38.656Z] 15:09:01 2 8.65 0.00 4.77 2.37 0.05 84.16 [2021-04-19T15:10:38.656Z] 15:09:01 3 8.92 0.00 5.11 2.96 0.03 82.97 [2021-04-19T15:10:38.656Z] 15:10:01 all 12.68 0.00 8.01 5.87 0.07 73.38 [2021-04-19T15:10:38.656Z] 15:10:01 0 15.82 0.00 8.45 5.47 0.05 70.21 [2021-04-19T15:10:38.656Z] 15:10:01 1 12.32 0.00 7.79 5.47 0.09 74.34 [2021-04-19T15:10:38.656Z] 15:10:01 2 11.55 0.00 7.96 6.24 0.07 74.18 [2021-04-19T15:10:38.656Z] 15:10:01 3 11.02 0.00 7.84 6.29 0.07 74.78 [2021-04-19T15:10:38.656Z] [2021-04-19T15:10:38.656Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-19T15:10:38.656Z] Average: all 2.06 0.00 1.20 0.76 0.01 95.98 [2021-04-19T15:10:38.656Z] Average: 0 2.22 0.00 1.28 0.65 0.01 95.85 [2021-04-19T15:10:38.656Z] Average: 1 2.00 0.00 1.16 0.80 0.02 96.02 [2021-04-19T15:10:38.656Z] Average: 2 1.96 0.00 1.17 0.77 0.01 96.09 [2021-04-19T15:10:38.656Z] Average: 3 2.04 0.00 1.18 0.83 0.01 95.95 [2021-04-19T15:10:38.656Z] [2021-04-19T15:10:38.656Z] [2021-04-19T15:10:38.656Z]