Pull request #360 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec+e5e9987bdf20173169948f1a30c2dde5e720f2d6 (d5838866a870db58b4579d781c12fdf24922a705) Running in Durability level: MAX_SURVIVABILITY 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8907638390245290542.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6445759512256270994.key > 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 9d0281235b943b7ad605f650702698f9078b2862 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-360/workspace@libs/edgex-global-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-360/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1031803553247653351.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-360/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh9193209217375714586.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh913811639725678118.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-360/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-360/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh617006135766574635.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui 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-15023 in /w/workspace/edgexfoundry_edgex-ui-go_PR-360 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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_PR-360 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/jenkins-gitclient-ssh2399879033139035538.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit e5e9987bdf20173169948f1a30c2dde5e720f2d6 into PR head commit 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec Merge succeeded, producing 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec Checking out Revision 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec (PR-360) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/jenkins-gitclient-ssh1657500567003348827.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/360/head:refs/remotes/origin/PR-360 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/jenkins-gitclient-ssh354075336493897698.key > git merge e5e9987bdf20173169948f1a30c2dde5e720f2d6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:17:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:17:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:17:30 ========================================================= 06:17:30 EdgeX Global Pipelines Version Info 06:17:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:17:32 ------------------- 06:17:32 stable info: 06:17:32 ------------------- 06:17:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:17:32 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 06:17:32 Message: update stable to v1.0.192 06:17:32 ------------------- 06:17:32 experimental info: 06:17:32 ------------------- 06:17:32 Commited By: **** collab-it+edgex@linuxfoundation.org 06:17:32 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 06:17:32 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-360 [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-360 [Pipeline] echo 06:17:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-360 [Pipeline] echo 06:17:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [Pipeline] echo 06:17:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5230ce9 [Pipeline] echo 06:17:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:17:36 provisioning config files... 06:17:36 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/config725788615309226738tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:17:36 ---> docker-login.sh 06:17:36 nexus3.edgexfoundry.org:10001 06:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:17:37 Configure a credential helper to remove this warning. See 06:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:17:37 06:17:37 Login Succeeded 06:17:37 nexus3.edgexfoundry.org:10002 06:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:17:37 Configure a credential helper to remove this warning. See 06:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:17:37 06:17:37 Login Succeeded 06:17:37 nexus3.edgexfoundry.org:10003 06:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:17:37 Configure a credential helper to remove this warning. See 06:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:17:37 06:17:37 Login Succeeded 06:17:38 nexus3.edgexfoundry.org:10004 06:17:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:17:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:17:38 Configure a credential helper to remove this warning. See 06:17:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:17:38 06:17:38 Login Succeeded 06:17:38 docker.io 06:17:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:17:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:17:38 Configure a credential helper to remove this warning. See 06:17:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:17:38 06:17:38 Login Succeeded 06:17:38 ---> docker-login.sh ends [Pipeline] } 06:17:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:17:39 + git log --format=format:%s -1 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [Pipeline] echo 06:17:39 GIT_COMMIT: 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 06:17:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:17:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:40 06:17:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:17:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:40 latest: Pulling from edgex-devops/git-semver 06:17:40 31603596830f: Pulling fs layer 06:17:40 54011a49482f: Pulling fs layer 06:17:40 a6820b24f6d8: Pulling fs layer 06:17:40 f581987b2513: Pulling fs layer 06:17:40 f581987b2513: Waiting 06:17:40 54011a49482f: Verifying Checksum 06:17:40 54011a49482f: Download complete 06:17:41 31603596830f: Verifying Checksum 06:17:41 31603596830f: Download complete 06:17:41 f581987b2513: Verifying Checksum 06:17:41 f581987b2513: Download complete 06:17:41 a6820b24f6d8: Verifying Checksum 06:17:41 a6820b24f6d8: Download complete 06:17:41 31603596830f: Pull complete 06:17:41 54011a49482f: Pull complete 06:17:42 a6820b24f6d8: Pull complete 06:17:42 f581987b2513: Pull complete 06:17:42 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 06:17:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:17:42 prd-centos7-docker-4c-2g-15023 does not seem to be running inside a container 06:17:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-360 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-360:/w/workspace/edgexfoundry_edgex-ui-go_PR-360:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:17:44 $ docker top e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:17:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:44 [ssh-agent] Looking for ssh-agent implementation... 06:17:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:44 $ docker exec e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 ssh-agent 06:17:44 SSH_AUTH_SOCK=/tmp/ssh-jaSWtOGrqtP8/agent.15 06:17:44 SSH_AGENT_PID=21 06:17:44 Running ssh-add (command line suppressed) 06:17:45 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/private_key_9037531831625439538.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/private_key_9037531831625439538.key) 06:17:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:45 + git tag --points-at HEAD [Pipeline] } 06:17:45 $ docker exec --env ******** --env ******** e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 ssh-agent -k 06:17:45 unset SSH_AUTH_SOCK; 06:17:45 unset SSH_AGENT_PID; 06:17:45 echo Agent pid 21 killed; 06:17:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:17:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:45 [ssh-agent] Looking for ssh-agent implementation... 06:17:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:45 $ docker exec e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 ssh-agent 06:17:45 SSH_AUTH_SOCK=/tmp/ssh-ZpTZ0RoAyNqK/agent.54 06:17:45 SSH_AGENT_PID=60 06:17:45 Running ssh-add (command line suppressed) 06:17:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/private_key_7962735275326611764.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/private_key_7962735275326611764.key) 06:17:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:46 + git semver init 06:17:46 # -> Open(): unable to determine branch for HEAD 06:17:46 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-360/.git 06:17:46 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-360 06:17:46 # $SEMVER_REMOTE_NAME = origin 06:17:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:17:46 # $SEMVER_USER_NAME = edgex-jenkins 06:17:46 # $SEMVER_BRANCH = PR-360 06:17:46 # $SEMVER_TEMP = /tmp/semver-067622464 06:17:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:17:49 # '/tmp/semver-067622464' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-360/.semver' 06:17:49 # -> Force: false 06:17:49 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-360/.semver [Pipeline] } 06:17:49 $ docker exec --env ******** --env ******** e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 ssh-agent -k 06:17:49 unset SSH_AUTH_SOCK; 06:17:49 unset SSH_AGENT_PID; 06:17:49 echo Agent pid 60 killed; 06:17:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:17:50 + git semver [Pipeline] } 06:17:50 $ docker stop --time=1 e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 06:17:51 $ docker rm -f e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 [Pipeline] // withDockerContainer [Pipeline] sh 06:17:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:17:52 Stashed 1 file(s) [Pipeline] echo 06:17:52 [edgeXSemver]: initialized semver on version 0.0.0 [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 06:18:08 Still waiting to schedule task 06:18:08 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:18:08 Still waiting to schedule task 06:18:08 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:20:55 Running on prd-centos7-docker-4c-2g-15024 in /w/workspace/edgexfoundry_edgex-ui-go_PR-360 [Pipeline] { [Pipeline] ws 06:20:55 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 06:20:55 The recommended git tool is: git 06:20:58 using credential edgex-jenkins-ssh 06:20:58 Cloning the remote Git repository 06:20:58 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:20:58 > git init /w/workspace/edgex-ui-go/1 # timeout=10 06:20:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:20:58 > git --version # timeout=10 06:20:58 > git --version # 'git version 2.24.4' 06:20:58 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:58 [INFO] Currently running in a labeled security context 06:20:58 [INFO] Currently SELinux is 'enforcing' on the host 06:20:58 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh8255096060825228242.key 06:20:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:21:00 Merging remotes/origin/master commit e5e9987bdf20173169948f1a30c2dde5e720f2d6 into PR head commit 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec 06:21:00 Merge succeeded, producing 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec 06:20:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:20:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:20:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:20:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:20:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:59 [INFO] Currently running in a labeled security context 06:20:59 [INFO] Currently SELinux is 'enforcing' on the host 06:20:59 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh3834390763952150695.key 06:20:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/360/head:refs/remotes/origin/PR-360 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:21:00 > git config core.sparsecheckout # timeout=10 06:21:00 > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # timeout=10 06:21:00 > git remote # timeout=10 06:21:00 > git config --get remote.origin.url # timeout=10 06:21:00 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:00 [INFO] Currently running in a labeled security context 06:21:00 [INFO] Currently SELinux is 'enforcing' on the host 06:21:00 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh6368486886312985144.key 06:21:00 > git merge e5e9987bdf20173169948f1a30c2dde5e720f2d6 # timeout=10 06:21:00 > git rev-parse HEAD^{commit} # timeout=10 06:21:00 Checking out Revision 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec (PR-360) 06:21:00 > git config core.sparsecheckout # timeout=10 06:21:00 > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # timeout=10 06:21:04 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 06:21:04 > git --version # timeout=10 06:21:04 > git --version # 'git version 2.24.4' 06:21:04 fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:21:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:21:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:21:06 + sudo service docker restart 06:21:06 + true 06:21:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:21:25 provisioning config files... 06:21:25 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config9032715647127736175tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:21:25 ---> docker-login.sh 06:21:25 nexus3.edgexfoundry.org:10001 06:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:21:26 Configure a credential helper to remove this warning. See 06:21:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:21:26 06:21:26 Login Succeeded 06:21:26 nexus3.edgexfoundry.org:10002 06:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:21:26 Configure a credential helper to remove this warning. See 06:21:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:21:26 06:21:26 Login Succeeded 06:21:26 nexus3.edgexfoundry.org:10003 06:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:21:26 Configure a credential helper to remove this warning. See 06:21:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:21:26 06:21:26 Login Succeeded 06:21:26 nexus3.edgexfoundry.org:10004 06:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:21:26 Configure a credential helper to remove this warning. See 06:21:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:21:26 06:21:26 Login Succeeded 06:21:26 docker.io 06:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:21:27 Configure a credential helper to remove this warning. See 06:21:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:21:27 06:21:27 Login Succeeded 06:21:27 ---> docker-login.sh ends [Pipeline] } 06:21:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:21:27 ========================================================= 06:21:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 06:21:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:21:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 06:21:28 Sending build context to Docker daemon 35.56MB 06:21:28 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:21:28 Step 2/8 : FROM ${BASE} 06:21:28 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 06:21:28 540db60ca938: Pulling fs layer 06:21:28 adcc1eea9eea: Pulling fs layer 06:21:28 4c4ab2625f07: Pulling fs layer 06:21:28 0510c868ecb4: Pulling fs layer 06:21:28 afea3b2eda06: Pulling fs layer 06:21:28 7809a108b3ef: Pulling fs layer 06:21:28 f706445af74f: Pulling fs layer 06:21:28 afea3b2eda06: Waiting 06:21:28 7809a108b3ef: Waiting 06:21:28 f706445af74f: Waiting 06:21:28 0510c868ecb4: Waiting 06:21:28 adcc1eea9eea: Verifying Checksum 06:21:28 adcc1eea9eea: Download complete 06:21:28 4c4ab2625f07: Verifying Checksum 06:21:28 4c4ab2625f07: Download complete 06:21:28 afea3b2eda06: Verifying Checksum 06:21:28 afea3b2eda06: Download complete 06:21:28 540db60ca938: Verifying Checksum 06:21:28 540db60ca938: Download complete 06:21:28 7809a108b3ef: Verifying Checksum 06:21:28 7809a108b3ef: Download complete 06:21:28 540db60ca938: Pull complete 06:21:28 adcc1eea9eea: Pull complete 06:21:28 4c4ab2625f07: Pull complete 06:21:30 f706445af74f: Verifying Checksum 06:21:30 f706445af74f: Download complete 06:21:30 0510c868ecb4: Verifying Checksum 06:21:30 0510c868ecb4: Download complete 06:21:35 0510c868ecb4: Pull complete 06:21:35 afea3b2eda06: Pull complete 06:21:35 7809a108b3ef: Pull complete 06:21:36 f706445af74f: Pull complete 06:21:36 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 06:21:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 06:21:36 ---> b068be0155e3 06:21:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:21:51 ---> Running in 39e7bc5ee592 06:21:51 Removing intermediate container 39e7bc5ee592 06:21:51 ---> b2a2984c8100 06:21:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:21:51 ---> Running in fe8177001e8d 06:21:51 Removing intermediate container fe8177001e8d 06:21:51 ---> aa361af431f6 06:21:51 Step 5/8 : RUN apk add --no-cache make git 06:21:51 ---> Running in 9f26d9b55948 06:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 06:21:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 06:21:53 OK: 149 MiB in 40 packages 06:21:53 Removing intermediate container 9f26d9b55948 06:21:53 ---> a3bdf113765d 06:21:53 Step 6/8 : WORKDIR /edgex-ui-go 06:21:53 ---> Running in de3ad04443a0 06:21:54 Removing intermediate container de3ad04443a0 06:21:54 ---> 95fd73d7feeb 06:21:54 Step 7/8 : COPY . . 06:21:55 ---> f7fe68b53e3e 06:21:55 Step 8/8 : RUN go mod download 06:21:55 ---> Running in 99bf2db7cf87 06:21:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15025 in /w/workspace/edgexfoundry_edgex-ui-go_PR-360 [Pipeline] { [Pipeline] ws 06:21:56 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 06:21:56 The recommended git tool is: git 06:22:01 using credential edgex-jenkins-ssh 06:22:01 Cloning the remote Git repository 06:22:01 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:22:02 > git init /w/workspace/edgex-ui-go/1 # timeout=10 06:22:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:22:02 > git --version # timeout=10 06:22:02 > git --version # 'git version 2.17.1' 06:22:02 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:22:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:22:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:22:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:22:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:22:06 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/360/head:refs/remotes/origin/PR-360 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:22:06 Merging remotes/origin/master commit e5e9987bdf20173169948f1a30c2dde5e720f2d6 into PR head commit 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec 06:22:07 Merge succeeded, producing 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec 06:22:07 Checking out Revision 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec (PR-360) 06:22:06 > git config core.sparsecheckout # timeout=10 06:22:06 > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # timeout=10 06:22:07 > git remote # timeout=10 06:22:07 > git config --get remote.origin.url # timeout=10 06:22:07 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:07 > git merge e5e9987bdf20173169948f1a30c2dde5e720f2d6 # timeout=10 06:22:07 > git rev-parse HEAD^{commit} # timeout=10 06:22:07 > git config core.sparsecheckout # timeout=10 06:22:07 > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # timeout=10 06:22:12 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 06:22:12 > git --version # timeout=10 06:22:12 > git --version # 'git version 2.17.1' 06:22:12 fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:22:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:22:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:22:14 + true 06:22:14 + sudo service docker restart 06:22:22 Removing intermediate container 99bf2db7cf87 06:22:22 ---> f1aa274755f4 06:22:22 Successfully built f1aa274755f4 06:22:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:22:22 + docker inspect -f . ci-base-image-x86_64 06:22:22 . [Pipeline] withDockerContainer 06:22:23 prd-centos7-docker-4c-2g-15024 does not seem to be running inside a container 06:22:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:22:23 $ docker top 292e52dec01fc487613dd21fef0c308fad0cf18dd426b2adb9691ff1bc8349cc -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:24 + go version 06:22:24 go version go1.16.3 linux/amd64 [Pipeline] } 06:22:24 $ docker stop --time=1 292e52dec01fc487613dd21fef0c308fad0cf18dd426b2adb9691ff1bc8349cc 06:22:25 $ docker rm -f 292e52dec01fc487613dd21fef0c308fad0cf18dd426b2adb9691ff1bc8349cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:22:26 + docker inspect -f . ci-base-image-x86_64 06:22:26 . [Pipeline] withDockerContainer 06:22:26 prd-centos7-docker-4c-2g-15024 does not seem to be running inside a container 06:22:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:22:26 $ docker top 4cf361c96386fe631eb4b3c2ec26d7e8bf9aaf62ea8bfc110becb80f34f56b65 -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:27 + go mod tidy [Pipeline] sh 06:22:27 + make test 06:22:27 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:22:28 ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:22:33 provisioning config files... 06:22:33 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config6050521159243133480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:22:33 ---> docker-login.sh 06:22:33 nexus3.edgexfoundry.org:10001 06:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:34 Configure a credential helper to remove this warning. See 06:22:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:34 06:22:34 Login Succeeded 06:22:34 nexus3.edgexfoundry.org:10002 06:22:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:35 Configure a credential helper to remove this warning. See 06:22:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:35 06:22:35 Login Succeeded 06:22:35 nexus3.edgexfoundry.org:10003 06:22:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:36 Configure a credential helper to remove this warning. See 06:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:36 06:22:36 Login Succeeded 06:22:36 nexus3.edgexfoundry.org:10004 06:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:36 Configure a credential helper to remove this warning. See 06:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:36 06:22:36 Login Succeeded 06:22:36 docker.io 06:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:37 Configure a credential helper to remove this warning. See 06:22:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:37 06:22:37 Login Succeeded 06:22:37 ---> docker-login.sh ends [Pipeline] } 06:22:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:22:38 ========================================================= 06:22:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 06:22:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:22:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 06:22:39 Sending build context to Docker daemon 35.56MB 06:22:39 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:22:39 Step 2/8 : FROM ${BASE} 06:22:39 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:22:39 595b0fe564bb: Pulling fs layer 06:22:39 7186ed65a4f7: Pulling fs layer 06:22:39 316046926c0a: Pulling fs layer 06:22:39 4ebd0625c992: Pulling fs layer 06:22:39 207e8628e3a3: Pulling fs layer 06:22:39 c791037a9be2: Pulling fs layer 06:22:39 ffd874e62e21: Pulling fs layer 06:22:39 4ebd0625c992: Waiting 06:22:39 207e8628e3a3: Waiting 06:22:39 ffd874e62e21: Waiting 06:22:39 c791037a9be2: Waiting 06:22:39 316046926c0a: Verifying Checksum 06:22:39 316046926c0a: Download complete 06:22:39 7186ed65a4f7: Download complete 06:22:39 207e8628e3a3: Verifying Checksum 06:22:39 207e8628e3a3: Download complete 06:22:39 595b0fe564bb: Verifying Checksum 06:22:39 595b0fe564bb: Download complete 06:22:39 c791037a9be2: Download complete 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:22:40 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:22:40 GO111MODULE=on go vet ./... 06:22:40 595b0fe564bb: Pull complete 06:22:41 7186ed65a4f7: Pull complete 06:22:41 316046926c0a: Pull complete 06:22:42 ffd874e62e21: Verifying Checksum 06:22:42 ffd874e62e21: Download complete 06:22:43 4ebd0625c992: Verifying Checksum 06:22:43 4ebd0625c992: Download complete [Pipeline] } 06:22:44 $ docker stop --time=1 4cf361c96386fe631eb4b3c2ec26d7e8bf9aaf62ea8bfc110becb80f34f56b65 06:22:46 $ docker rm -f 4cf361c96386fe631eb4b3c2ec26d7e8bf9aaf62ea8bfc110becb80f34f56b65 [Pipeline] // withDockerContainer [Pipeline] sh 06:22:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:22:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:22:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:22:48 + ls -al . 06:22:48 total 92 06:22:48 drwxrwxr-x. 10 jenkins jenkins 4096 May 19 06:22 . 06:22:48 drwxrwxr-x. 4 jenkins jenkins 28 May 19 06:20 .. 06:22:48 drwxrwxr-x. 3 jenkins jenkins 20 May 19 06:21 assets 06:22:48 drwxrwxr-x. 2 jenkins jenkins 35 May 19 06:21 bin 06:22:48 drwxrwxr-x. 3 jenkins jenkins 29 May 19 06:21 cmd 06:22:48 -rw-rw-r--. 1 jenkins jenkins 3959 May 19 06:21 CONTRIBUTING.md 06:22:48 -rw-r--r--. 1 jenkins jenkins 10 May 19 06:22 coverage.out 06:22:48 -rw-rw-r--. 1 jenkins jenkins 1508 May 19 06:21 Dockerfile 06:22:48 -rw-rw-r--. 1 jenkins jenkins 902 May 19 06:21 Dockerfile.build 06:22:48 drwxrwxr-x. 5 jenkins jenkins 104 May 19 06:21 docs 06:22:48 drwxrwxr-x. 8 jenkins jenkins 179 May 19 06:21 .git 06:22:48 drwxrwxr-x. 2 jenkins jenkins 103 May 19 06:21 .github 06:22:48 -rw-rw-r--. 1 jenkins jenkins 162 May 19 06:21 .gitignore 06:22:48 -rw-rw-r--. 1 jenkins jenkins 971 May 19 06:21 go.mod 06:22:48 -rw-r--r--. 1 jenkins jenkins 24060 May 19 06:22 go.sum 06:22:48 drwxrwxr-x. 10 jenkins jenkins 139 May 19 06:21 internal 06:22:48 -rw-rw-r--. 1 jenkins jenkins 652 May 19 06:21 Jenkinsfile 06:22:48 -rw-rw-r--. 1 jenkins jenkins 11357 May 19 06:21 LICENSE 06:22:48 -rw-rw-r--. 1 jenkins jenkins 941 May 19 06:21 Makefile 06:22:48 -rw-rw-r--. 1 jenkins jenkins 6012 May 19 06:21 README.md 06:22:48 -rw-rw-r--. 1 jenkins jenkins 5 May 19 06:17 VERSION 06:22:48 -rw-rw-r--. 1 jenkins jenkins 155 May 19 06:21 version.go 06:22:48 drwxrwxr-x. 4 jenkins jenkins 4096 May 19 06:21 web [Pipeline] isUnix [Pipeline] sh 06:22:48 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec --label arch=amd64 --label version=0.0.0 . 06:22:49 Sending build context to Docker daemon 35.59MB 06:22:49 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:22:49 Step 2/24 : FROM ${BASE} AS builder 06:22:49 ---> f1aa274755f4 06:22:49 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:22:49 ---> Running in b750efb3bc4e 06:22:49 Removing intermediate container b750efb3bc4e 06:22:49 ---> b7a5e44aabbb 06:22:49 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:22:49 ---> Running in 2607ed5494d2 06:22:49 Removing intermediate container 2607ed5494d2 06:22:49 ---> 3283d5bfeb24 06:22:49 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:22:49 ---> Running in a159968195e4 06:22:49 Removing intermediate container a159968195e4 06:22:49 ---> bc15b2452d1d 06:22:49 Step 6/24 : LABEL Name=edgex-ui-go 06:22:49 ---> Running in 5a0d9297300f 06:22:49 Removing intermediate container 5a0d9297300f 06:22:49 ---> fae360e40053 06:22:49 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:22:49 ---> Running in b7695c7a5468 06:22:49 Removing intermediate container b7695c7a5468 06:22:49 ---> 0d5f6464b6bd 06:22:49 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:49 ---> Running in 8bea29d85c08 06:22:50 Removing intermediate container 8bea29d85c08 06:22:50 ---> 555c0b639c35 06:22:50 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:22:50 ---> Running in 256fad0c8a6d 06:22:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 06:22:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 06:22:52 OK: 149 MiB in 40 packages 06:22:53 Removing intermediate container 256fad0c8a6d 06:22:53 ---> 66030905bd06 06:22:53 Step 10/24 : ENV GO111MODULE=on 06:22:53 ---> Running in 23753ca81424 06:22:53 Removing intermediate container 23753ca81424 06:22:53 ---> 627330cd55e9 06:22:53 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:22:53 ---> Running in d9dc51e506cf 06:22:53 Removing intermediate container d9dc51e506cf 06:22:53 ---> 972602731a4c 06:22:53 Step 12/24 : COPY go.mod . 06:22:53 4ebd0625c992: Pull complete 06:22:53 ---> 334a1898e1d8 06:22:53 Step 13/24 : COPY Makefile . 06:22:53 207e8628e3a3: Pull complete 06:22:53 ---> 92d233796416 06:22:53 Step 14/24 : RUN make update 06:22:53 ---> Running in 9b1c1c45164e 06:22:54 CGO_ENABLED=0 GO111MODULE=on go mod download 06:22:54 c791037a9be2: Pull complete 06:22:54 Removing intermediate container 9b1c1c45164e 06:22:54 ---> eae53953d285 06:22:54 Step 15/24 : COPY . . 06:22:55 ---> 9994f3f7f336 06:22:55 Step 16/24 : RUN ${MAKE} 06:22:55 ---> Running in 54309aa15e57 06:22:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:22:57 ffd874e62e21: Pull complete 06:22:57 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 06:22:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 06:22:57 ---> cfc18b08335c 06:22:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:22:59 ---> Running in 873d5f6a10ed 06:23:00 Removing intermediate container 873d5f6a10ed 06:23:00 ---> 38c9dcef10f6 06:23:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:00 ---> Running in b6568904954d 06:23:03 Removing intermediate container b6568904954d 06:23:03 ---> f5b5edf68270 06:23:03 Step 5/8 : RUN apk add --no-cache make git 06:23:03 ---> Running in 8aa2e1b4cbee 06:23:04 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 06:23:05 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 06:23:05 OK: 138 MiB in 40 packages 06:23:05 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:23:06 Removing intermediate container 54309aa15e57 06:23:06 ---> 2a36d5d656bb 06:23:06 Step 17/24 : FROM alpine:3.12 06:23:06 3.12: Pulling from library/alpine 06:23:07 339de151aab4: Pulling fs layer 06:23:07 Removing intermediate container 8aa2e1b4cbee 06:23:07 ---> 5302067b5f8b 06:23:07 Step 6/8 : WORKDIR /edgex-ui-go 06:23:07 ---> Running in 158ad7a45cf7 06:23:07 339de151aab4: Verifying Checksum 06:23:07 339de151aab4: Download complete 06:23:07 339de151aab4: Pull complete 06:23:07 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:23:07 Status: Downloaded newer image for alpine:3.12 06:23:07 ---> 13621d1b12d4 06:23:07 Step 18/24 : EXPOSE 4000 06:23:07 Removing intermediate container 158ad7a45cf7 06:23:07 ---> e32b19d6b127 06:23:07 Step 7/8 : COPY . . 06:23:07 ---> Running in 0b8f4c7da263 06:23:07 Removing intermediate container 0b8f4c7da263 06:23:07 ---> f61facf2784d 06:23:07 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 06:23:08 ---> 8870e82ea62b 06:23:08 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:23:08 ---> Running in f15509caa337 06:23:08 Removing intermediate container f15509caa337 06:23:08 ---> e4ede8fbd2fa 06:23:08 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:23:08 ---> Running in 458765903cbf 06:23:08 Removing intermediate container 458765903cbf 06:23:08 ---> 31b1aa9a03d9 06:23:08 Step 22/24 : LABEL arch=amd64 06:23:08 ---> Running in df840f154c6b 06:23:08 Removing intermediate container df840f154c6b 06:23:08 ---> 66e3d1ad6ff5 06:23:08 Step 23/24 : LABEL git_sha=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec 06:23:08 ---> Running in f154af9456e5 06:23:08 Removing intermediate container f154af9456e5 06:23:08 ---> f959b301ff7c 06:23:08 Step 24/24 : LABEL version=0.0.0 06:23:08 ---> Running in 6722308efa8c 06:23:09 Removing intermediate container 6722308efa8c 06:23:09 ---> 38a53491f0f2 06:23:09 [Warning] One or more build-args [ARCH] were not consumed 06:23:09 Successfully built 38a53491f0f2 06:23:09 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:23:10 ---> job-cost.sh 06:23:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zxCN 06:23:10 ---> d124ab1bd92e 06:23:10 Step 8/8 : RUN go mod download 06:23:10 ---> Running in e6eb821818ff 06:23:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:23:35 lf-activate-venv(): INFO: Adding /tmp/venv-zxCN/bin to PATH 06:23:35 INFO: No Stack... 06:23:35 INFO: Retrieving Pricing Info for: v3-standard-2 06:23:35 INFO: Archiving Costs [Pipeline] sh 06:23:35 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 06:23:35 + cut -d, -f6 [Pipeline] lock 06:23:35 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] 06:23:35 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] did not exist. Created. 06:23:35 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:23:36 + echo total: 0.05999999865889549 [Pipeline] stash 06:23:36 Stashed 1 file(s) [Pipeline] } 06:23:36 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:23:37 Removing intermediate container e6eb821818ff 06:23:37 ---> 8a63617020c3 06:23:37 Successfully built 8a63617020c3 06:23:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:23:38 + docker inspect -f . ci-base-image-arm64 06:23:38 . [Pipeline] withDockerContainer 06:23:38 prd-ubuntu18.04-docker-arm64-4c-16g-15025 does not seem to be running inside a container 06:23:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:23:40 $ docker top ec81e1175861270cce2946609b5f5e31752376f6d0de67e1b4c1232119c227df -eo pid,comm [Pipeline] { [Pipeline] sh 06:23:41 + go version 06:23:41 go version go1.16.3 linux/arm64 [Pipeline] } 06:23:41 $ docker stop --time=1 ec81e1175861270cce2946609b5f5e31752376f6d0de67e1b4c1232119c227df 06:23:43 $ docker rm -f ec81e1175861270cce2946609b5f5e31752376f6d0de67e1b4c1232119c227df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:23:44 + docker inspect -f . ci-base-image-arm64 06:23:44 . [Pipeline] withDockerContainer 06:23:44 prd-ubuntu18.04-docker-arm64-4c-16g-15025 does not seem to be running inside a container 06:23:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:23:46 $ docker top 9f4d44b5cf4377020a614a855a6c7035fb66c4b2bc6bb38fc639d9d8cad583da -eo pid,comm [Pipeline] { [Pipeline] sh 06:23:47 + go mod tidy [Pipeline] sh 06:23:48 + make test 06:23:48 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:23:49 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:24:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:24:23 GO111MODULE=on go vet ./... [Pipeline] } 06:24:41 $ docker stop --time=1 9f4d44b5cf4377020a614a855a6c7035fb66c4b2bc6bb38fc639d9d8cad583da 06:24:43 $ docker rm -f 9f4d44b5cf4377020a614a855a6c7035fb66c4b2bc6bb38fc639d9d8cad583da [Pipeline] // withDockerContainer [Pipeline] sh 06:24:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:24:44 Warning: overwriting stash ‘coverage-report’ 06:24:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:24:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:24:46 + ls -al . 06:24:46 total 124 06:24:46 drwxrwxr-x 10 jenkins jenkins 4096 May 19 06:23 . 06:24:46 drwxrwxr-x 4 jenkins jenkins 4096 May 19 06:22 .. 06:24:46 drwxrwxr-x 8 jenkins jenkins 4096 May 19 06:22 .git 06:24:46 drwxrwxr-x 2 jenkins jenkins 4096 May 19 06:22 .github 06:24:46 -rw-rw-r-- 1 jenkins jenkins 162 May 19 06:22 .gitignore 06:24:46 -rw-rw-r-- 1 jenkins jenkins 3959 May 19 06:22 CONTRIBUTING.md 06:24:46 -rw-rw-r-- 1 jenkins jenkins 1508 May 19 06:22 Dockerfile 06:24:46 -rw-rw-r-- 1 jenkins jenkins 902 May 19 06:22 Dockerfile.build 06:24:46 -rw-rw-r-- 1 jenkins jenkins 652 May 19 06:22 Jenkinsfile 06:24:46 -rw-rw-r-- 1 jenkins jenkins 11357 May 19 06:22 LICENSE 06:24:46 -rw-rw-r-- 1 jenkins jenkins 941 May 19 06:22 Makefile 06:24:46 -rw-rw-r-- 1 jenkins jenkins 6012 May 19 06:22 README.md 06:24:46 -rw-rw-r-- 1 jenkins jenkins 5 May 19 06:17 VERSION 06:24:46 drwxrwxr-x 3 jenkins jenkins 4096 May 19 06:22 assets 06:24:46 drwxrwxr-x 2 jenkins jenkins 4096 May 19 06:22 bin 06:24:46 drwxrwxr-x 3 jenkins jenkins 4096 May 19 06:22 cmd 06:24:46 -rw-r--r-- 1 jenkins jenkins 10 May 19 06:23 coverage.out 06:24:46 drwxrwxr-x 5 jenkins jenkins 4096 May 19 06:22 docs 06:24:46 -rw-rw-r-- 1 jenkins jenkins 971 May 19 06:22 go.mod 06:24:46 -rw-r--r-- 1 jenkins jenkins 24060 May 19 06:23 go.sum 06:24:46 drwxrwxr-x 10 jenkins jenkins 4096 May 19 06:22 internal 06:24:46 -rw-rw-r-- 1 jenkins jenkins 155 May 19 06:22 version.go 06:24:46 drwxrwxr-x 4 jenkins jenkins 4096 May 19 06:22 web [Pipeline] isUnix [Pipeline] sh 06:24:46 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec --label arch=arm64 --label version=0.0.0 . 06:24:48 Sending build context to Docker daemon 35.59MB 06:24:48 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:24:48 Step 2/24 : FROM ${BASE} AS builder 06:24:48 ---> 8a63617020c3 06:24:48 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:24:48 ---> Running in 8cfa1e10f435 06:24:48 Removing intermediate container 8cfa1e10f435 06:24:48 ---> 85ed26f6e6aa 06:24:48 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:24:49 ---> Running in a3520ce936cd 06:24:49 Removing intermediate container a3520ce936cd 06:24:49 ---> bb785c1c74f3 06:24:49 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:24:49 ---> Running in e05225771cc7 06:24:50 Removing intermediate container e05225771cc7 06:24:50 ---> 6758860954e9 06:24:50 Step 6/24 : LABEL Name=edgex-ui-go 06:24:50 ---> Running in 29d6e92894b6 06:24:51 Removing intermediate container 29d6e92894b6 06:24:51 ---> 5030e3b7378e 06:24:51 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:24:51 ---> Running in f2c6e2a77552 06:24:51 Removing intermediate container f2c6e2a77552 06:24:51 ---> 9f8a68ddbcf6 06:24:51 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:24:51 ---> Running in b75cc4aa2df1 06:24:54 Removing intermediate container b75cc4aa2df1 06:24:54 ---> 166529e167bd 06:24:54 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:24:54 ---> Running in 32f3ff2f19d6 06:24:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 06:24:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 06:24:56 OK: 138 MiB in 40 packages 06:24:57 Removing intermediate container 32f3ff2f19d6 06:24:57 ---> 47c0dc5aafa9 06:24:57 Step 10/24 : ENV GO111MODULE=on 06:24:58 ---> Running in a070819a5dc3 06:24:58 Removing intermediate container a070819a5dc3 06:24:58 ---> 01486b3a2238 06:24:58 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:24:58 ---> Running in 5009dd76a0b1 06:24:59 Removing intermediate container 5009dd76a0b1 06:24:59 ---> 8c3c3e5d79f3 06:24:59 Step 12/24 : COPY go.mod . 06:25:00 ---> 8dbee4a4758a 06:25:00 Step 13/24 : COPY Makefile . 06:25:00 ---> a6d414c13fb3 06:25:00 Step 14/24 : RUN make update 06:25:00 ---> Running in d6e522b8cb49 06:25:02 CGO_ENABLED=0 GO111MODULE=on go mod download 06:25:03 Removing intermediate container d6e522b8cb49 06:25:03 ---> 3abe693a28d2 06:25:03 Step 15/24 : COPY . . 06:25:07 ---> 2c44dc4e7547 06:25:07 Step 16/24 : RUN ${MAKE} 06:25:07 ---> Running in 8d87a1a57026 06:25:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:25:34 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:25:39 Removing intermediate container 8d87a1a57026 06:25:39 ---> 13a16bee2226 06:25:39 Step 17/24 : FROM alpine:3.12 06:25:39 3.12: Pulling from library/alpine 06:25:39 d2f70382dc9a: Pulling fs layer 06:25:40 d2f70382dc9a: Verifying Checksum 06:25:40 d2f70382dc9a: Download complete 06:25:40 d2f70382dc9a: Pull complete 06:25:40 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:25:40 Status: Downloaded newer image for alpine:3.12 06:25:40 ---> 9852663dfa18 06:25:40 Step 18/24 : EXPOSE 4000 06:25:41 ---> Running in 08d8e499b7c6 06:25:41 Removing intermediate container 08d8e499b7c6 06:25:41 ---> b10d811b1d9a 06:25:41 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 06:25:43 ---> 202d666b4841 06:25:43 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:25:44 ---> Running in 3b5c675dc229 06:25:44 Removing intermediate container 3b5c675dc229 06:25:44 ---> 3a4c4e5b0fe8 06:25:44 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:25:44 ---> Running in 1b24e0f97973 06:25:45 Removing intermediate container 1b24e0f97973 06:25:45 ---> de14bc6cae41 06:25:45 Step 22/24 : LABEL arch=arm64 06:25:45 ---> Running in 27145f094185 06:25:45 Removing intermediate container 27145f094185 06:25:45 ---> 355384ff5c36 06:25:45 Step 23/24 : LABEL git_sha=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec 06:25:45 ---> Running in a348f2b9faf8 06:25:46 Removing intermediate container a348f2b9faf8 06:25:46 ---> 7b65c0590fca 06:25:46 Step 24/24 : LABEL version=0.0.0 06:25:46 ---> Running in 65b5e5d32990 06:25:47 Removing intermediate container 65b5e5d32990 06:25:47 ---> 5a9054c8dee2 06:25:47 [Warning] One or more build-args [ARCH] were not consumed 06:25:47 Successfully built 5a9054c8dee2 06:25:47 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:25:48 ---> job-cost.sh 06:25:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fkMC 06:26:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:27:49 lf-activate-venv(): INFO: Adding /tmp/venv-fkMC/bin to PATH 06:27:49 INFO: No Stack... 06:27:49 INFO: Retrieving Pricing Info for: v2-standard-4 06:27:49 INFO: Archiving Costs [Pipeline] sh 06:27:49 + + cat /w/workspace/edgex-ui-go/1/archives/cost.csvcut 06:27:49 -d, -f6 [Pipeline] lock 06:27:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] 06:27:49 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] did not exist. Created. 06:27:49 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:27:50 /w/workspace/edgex-ui-go/1@tmp/durable-e8317f11/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-e8317f11/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:27:50 + echo total: 0.18000000715255737 [Pipeline] stash 06:27:50 Warning: overwriting stash ‘stack-cost’ 06:27:50 Stashed 1 file(s) [Pipeline] } 06:27:50 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-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] configFileProvider 06:27:51 provisioning config files... 06:27:52 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/config993346855683318595tmp [Pipeline] { [Pipeline] sh 06:27:52 + set +x 06:27:52 + bash -s -- 06:27:52 + curl -s https://codecov.io/bash 06:27:52 06:27:52 _____ _ 06:27:52 / ____| | | 06:27:52 | | ___ __| | ___ ___ _____ __ 06:27:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:27:52 | |___| (_) | (_| | __/ (_| (_) \ V / 06:27:52 \_____\___/ \__,_|\___|\___\___/ \_/ 06:27:52 Bash-1.0.2 06:27:52 06:27:52 06:27:52 ==> git version 2.24.4 found 06:27:52 ==> 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 06:27:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:27:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:27:52 ==> Jenkins CI detected. 06:27:52 project root: . 06:27:52 --> token set from env 06:27:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:27:52 ==> Running gcov in . (disable via -X gcov) 06:27:52 ==> Python coveragepy not found 06:27:52 ==> Searching for coverage reports in: 06:27:52 + . 06:27:52 -> Found 1 reports 06:27:52 ==> Detecting git/mercurial file structure 06:27:52 ==> Reading reports 06:27:52 + ./coverage.out bytes=10 06:27:52 ==> Appending adjustments 06:27:52 https://docs.codecov.io/docs/fixing-reports 06:27:52 + Found adjustments 06:27:52 ==> Gzipping contents 06:27:52 4.0K /tmp/codecov.zlEinn.gz 06:27:52 ==> Uploading reports 06:27:52 url: https://codecov.io 06:27:52 query: branch=PR-360&commit=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-360%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=360&job=&cmd_args= 06:27:52 -> Pinging Codecov 06:27:52 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-360&commit=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-360%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=360&job=&cmd_args= 06:27:53 -> Uploading to 06:27:53 https://storage.googleapis.com/codecov/v4/raw/2021-05-19/FB506323287CE973F263BFD2A0EB1F37/5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec/d2f26a2a-f071-4a3c-9ab1-092cbc8c45e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210519%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210519T062753Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7eb3b86d4df3a0f56095bc62eb4dff25b92858e4240227492ad6577ba14773f3 06:27:53 % Total % Received % Xferd Average Speed Time Time Time Current 06:27:53 Dload Upload Total Spent Left Speed 06:27:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3918 0 0 100 3918 0 7896 --:--:-- --:--:-- --:--:-- 7883 100 3918 0 0 100 3918 0 7893 --:--:-- --:--:-- --:--:-- 7883 06:27:53 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [Pipeline] } 06:27:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 06:27:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:27:57 ---> package-listing.sh 06:27:57 ++ facter osfamily 06:27:57 ++ tr '[:upper:]' '[:lower:]' 06:27:57 + OS_FAMILY=redhat 06:27:57 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-360 06:27:57 + START_PACKAGES=/tmp/packages_start.txt 06:27:57 + END_PACKAGES=/tmp/packages_end.txt 06:27:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:27:57 + PACKAGES=/tmp/packages_start.txt 06:27:57 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-360 ']' 06:27:57 + PACKAGES=/tmp/packages_end.txt 06:27:57 + case "${OS_FAMILY}" in 06:27:57 + rpm -qa 06:27:57 + sort 06:27:58 + '[' -f /tmp/packages_start.txt ']' 06:27:58 + '[' -f /tmp/packages_end.txt ']' 06:27:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:27:58 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-360 ']' 06:27:58 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-360/archives/ 06:27:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-360/archives/ [Pipeline] echo 06:27:58 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_PR-360/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:27:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:27:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:27:59 06:27:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:27:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:28:00 alpine: Pulling from edgex-lftools-log-publisher 06:28:00 df20fa9351a1: Pulling fs layer 06:28:00 36b3adc4ff6f: Pulling fs layer 06:28:00 8ad3a11d3b57: Pulling fs layer 06:28:00 46f8f816bc3b: Pulling fs layer 06:28:00 93b61091891f: Pulling fs layer 06:28:00 93b9cdb0e59b: Pulling fs layer 06:28:00 5e14af77c1be: Pulling fs layer 06:28:00 01666e4c0597: Pulling fs layer 06:28:00 aa168da1d23b: Pulling fs layer 06:28:00 93b61091891f: Waiting 06:28:00 93b9cdb0e59b: Waiting 06:28:00 5e14af77c1be: Waiting 06:28:00 01666e4c0597: Waiting 06:28:00 aa168da1d23b: Waiting 06:28:00 46f8f816bc3b: Waiting 06:28:00 36b3adc4ff6f: Download complete 06:28:00 46f8f816bc3b: Verifying Checksum 06:28:00 46f8f816bc3b: Download complete 06:28:00 df20fa9351a1: Verifying Checksum 06:28:00 df20fa9351a1: Download complete 06:28:00 93b9cdb0e59b: Verifying Checksum 06:28:00 93b9cdb0e59b: Download complete 06:28:00 5e14af77c1be: Verifying Checksum 06:28:00 5e14af77c1be: Download complete 06:28:00 01666e4c0597: Verifying Checksum 06:28:00 01666e4c0597: Download complete 06:28:00 93b61091891f: Verifying Checksum 06:28:00 93b61091891f: Download complete 06:28:00 8ad3a11d3b57: Verifying Checksum 06:28:00 8ad3a11d3b57: Download complete 06:28:00 df20fa9351a1: Pull complete 06:28:01 36b3adc4ff6f: Pull complete 06:28:02 aa168da1d23b: Verifying Checksum 06:28:02 aa168da1d23b: Download complete 06:28:02 8ad3a11d3b57: Pull complete 06:28:02 46f8f816bc3b: Pull complete 06:28:03 93b61091891f: Pull complete 06:28:04 93b9cdb0e59b: Pull complete 06:28:06 5e14af77c1be: Pull complete 06:28:06 01666e4c0597: Pull complete 06:28:11 aa168da1d23b: Pull complete 06:28:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:28:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:28:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:28:12 prd-centos7-docker-4c-2g-15023 does not seem to be running inside a container 06:28:12 $ 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_PR-360/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_PR-360 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-360:/w/workspace/edgexfoundry_edgex-ui-go_PR-360:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:28:43 $ docker top 75000a0aa7bf5ce1c94ff230fd40390782763d8001a4b478e99e18c5b317ef9f -eo pid,comm [Pipeline] { [Pipeline] sh 06:28:43 + touch /tmp/pre-build-complete [Pipeline] sh 06:28:44 + mkdir -p /var/log/sa [Pipeline] sh 06:28:44 + ls /var/log/sa-host 06:28:44 + sadf -c /var/log/sa-host/sa05 06:28:44 file_magic: OK 06:28:44 HZ: Using current value: 100 06:28:44 file_header: OK 06:28:44 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 06:28:44 Statistics: 06:28:44 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:28:44 File successfully converted to sysstat format version 12.2.1 06:28:44 + sadf -c /var/log/sa-host/sa19 06:28:44 file_magic: OK 06:28:44 HZ: Using current value: 100 06:28:44 file_header: OK 06:28:44 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 06:28:44 Statistics: 06:28:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:28:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:28:45 provisioning config files... 06:28:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/config3725021327173287760tmp [Pipeline] { [Pipeline] echo 06:28:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:28:45 ---> create-netrc.sh [Pipeline] } 06:28:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:28:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:28:46 ---> python-tools-install.sh [Pipeline] echo 06:28:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:28:46 ---> sudo-logs.sh 06:28:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:28:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:28:47 ---> job-cost.sh 06:28:47 lf-activate-venv: SKIPPING 06:28:47 DEBUG: total: 0.18000000715255737 06:28:47 INFO: Retrieving Stack Cost... 06:28:48 INFO: Retrieving Pricing Info for: v3-standard-2 06:28:48 INFO: Archiving Costs [Pipeline] echo 06:28:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:28:48 ---> logs-deploy.sh 06:28:48 lf-activate-venv: SKIPPING 06:28:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-360/1 06:28:48 INFO: archiving workspace using pattern(s): 06:28:49 Archives upload complete. 06:28:49 INFO: archiving logs to Nexus 06:28:50 ---> uname -a: 06:28:50 Linux prd-centos7-docker-4c-2g-15023.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 06:28:50 06:28:50 06:28:50 ---> lscpu: 06:28:50 Architecture: x86_64 06:28:50 CPU op-mode(s): 32-bit, 64-bit 06:28:50 Byte Order: Little Endian 06:28:50 Address sizes: 40 bits physical, 48 bits virtual 06:28:50 CPU(s): 2 06:28:50 On-line CPU(s) list: 0,1 06:28:50 Thread(s) per core: 1 06:28:50 Core(s) per socket: 1 06:28:50 Socket(s): 2 06:28:50 NUMA node(s): 1 06:28:50 Vendor ID: AuthenticAMD 06:28:50 CPU family: 23 06:28:50 Model: 49 06:28:50 Model name: AMD EPYC-Rome Processor 06:28:50 Stepping: 0 06:28:50 CPU MHz: 2800.000 06:28:50 BogoMIPS: 5600.00 06:28:50 Virtualization: AMD-V 06:28:50 Hypervisor vendor: KVM 06:28:50 Virtualization type: full 06:28:50 L1d cache: 64 KiB 06:28:50 L1i cache: 64 KiB 06:28:50 L2 cache: 1 MiB 06:28:50 L3 cache: 32 MiB 06:28:50 NUMA node0 CPU(s): 0,1 06:28:50 Vulnerability Itlb multihit: Not affected 06:28:50 Vulnerability L1tf: Not affected 06:28:50 Vulnerability Mds: Not affected 06:28:50 Vulnerability Meltdown: Not affected 06:28:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:28:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:28:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:28:50 Vulnerability Srbds: Not affected 06:28:50 Vulnerability Tsx async abort: Not affected 06:28:50 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 06:28:50 06:28:50 06:28:50 ---> nproc: 06:28:50 2 06:28:50 06:28:50 06:28:50 ---> df -h: 06:28:50 Filesystem Size Used Available Use% Mounted on 06:28:50 overlay 40.0G 7.6G 32.4G 19% / 06:28:50 tmpfs 64.0M 0 64.0M 0% /dev 06:28:50 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 06:28:50 shm 64.0M 0 64.0M 0% /dev/shm 06:28:50 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 06:28:50 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 06:28:50 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 06:28:50 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 06:28:50 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp 06:28:50 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 06:28:50 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 06:28:50 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 06:28:50 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 06:28:50 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/edgexfoundry_edgex-ui-go_PR-360 06:28:50 06:28:50 06:28:50 ---> free -m: 06:28:50 total used free shared buff/cache available 06:28:50 Mem: 7821 1001 4681 0 2137 6642 06:28:50 Swap: 1023 0 1023 06:28:50 06:28:50 06:28:50 ---> ip addr: 06:28:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:28:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:28:50 inet 127.0.0.1/8 scope host lo 06:28:50 valid_lft forever preferred_lft forever 06:28:50 inet6 ::1/128 scope host 06:28:50 valid_lft forever preferred_lft forever 06:28:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:28:50 link/ether fa:16:3e:12:95:cb brd ff:ff:ff:ff:ff:ff 06:28:50 inet 10.30.123.74/23 brd 10.30.123.255 scope global dynamic eth0 06:28:50 valid_lft 85646sec preferred_lft 85646sec 06:28:50 inet6 fe80::f816:3eff:fe12:95cb/64 scope link 06:28:50 valid_lft forever preferred_lft forever 06:28:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:28:50 link/ether 02:42:80:63:58:06 brd ff:ff:ff:ff:ff:ff 06:28:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:28:50 valid_lft forever preferred_lft forever 06:28:50 inet6 fe80::42:80ff:fe63:5806/64 scope link 06:28:50 valid_lft forever preferred_lft forever 06:28:50 06:28:50 06:28:50 ---> sar -b -r -n DEV: 06:28:50 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/19/21 _x86_64_ (2 CPU) 06:28:50 06:28:50 06:16:02 LINUX RESTART (2 CPU) 06:28:50 06:28:50 06:17:05 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:28:50 06:18:01 68.41 15.93 52.49 0.00 4966.93 12438.81 0.00 06:28:50 06:19:01 3.56 0.00 3.56 0.00 0.00 126.96 0.00 06:28:50 06:20:01 0.48 0.00 0.48 0.00 0.00 6.53 0.00 06:28:50 06:21:01 0.25 0.00 0.25 0.00 0.00 3.21 0.00 06:28:50 06:22:01 0.20 0.00 0.20 0.00 0.00 2.22 0.00 06:28:50 06:23:01 0.33 0.00 0.33 0.00 0.00 4.95 0.00 06:28:50 06:24:01 0.22 0.00 0.22 0.00 0.00 2.73 0.00 06:28:50 06:25:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 06:28:50 06:26:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 06:28:50 06:27:01 0.17 0.00 0.17 0.00 0.00 2.02 0.00 06:28:50 06:28:01 1.60 0.13 1.46 0.00 13.72 30.71 0.00 06:28:50 Average: 6.51 1.37 5.14 0.00 425.48 1079.39 0.00 06:28:50 06:28:50 06:17:05 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:28:50 06:18:01 5415292 0 809484 10.11 2620 1781544 1305192 14.41 608952 1581616 140 06:28:50 06:19:01 5429336 0 795492 9.93 2620 1781492 1194764 13.19 602080 1577136 16 06:28:50 06:20:01 5427288 0 797536 9.96 2620 1781496 1194764 13.19 600008 1581400 8 06:28:50 06:21:01 5424744 0 800076 9.99 2620 1781500 1195196 13.20 602396 1581400 20 06:28:50 06:22:01 5424380 0 800432 9.99 2620 1781508 1195172 13.20 598504 1585092 12 06:28:50 06:23:01 5423184 0 801628 10.01 2620 1781508 1197580 13.22 600880 1585088 12 06:28:50 06:24:01 5420952 0 803856 10.04 2620 1781512 1197532 13.22 602392 1585088 20 06:28:50 06:25:01 5410420 0 814380 10.17 2620 1781520 1197460 13.22 612948 1585088 12 06:28:50 06:26:01 5410404 0 814396 10.17 2620 1781520 1197460 13.22 614936 1583216 8 06:28:50 06:27:01 5409372 0 815420 10.18 2620 1781528 1197676 13.22 615996 1583216 8 06:28:50 06:28:01 5156668 0 924276 11.54 2620 1925376 1604964 17.72 869464 1571904 143504 06:28:50 Average: 5395640 0 816089 10.19 2620 1794591 1243433 13.73 629869 1581840 13069 06:28:50 06:28:50 06:17:05 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:28:50 06:18:01 eth0 741.93 535.42 1496.48 101.83 0.00 0.00 0.00 0.00 06:28:50 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:18:01 docker0 85.50 69.84 6.54 179.65 0.00 0.00 0.00 0.00 06:28:50 06:19:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:28:50 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:28:50 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:21:01 eth0 1.58 0.45 0.40 0.18 0.00 0.00 0.00 0.00 06:28:50 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:22:01 eth0 0.42 0.20 0.26 0.19 0.00 0.00 0.00 0.00 06:28:50 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:23:01 eth0 0.38 0.22 0.15 0.10 0.00 0.00 0.00 0.00 06:28:50 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:24:01 eth0 0.23 0.15 0.12 0.01 0.00 0.00 0.00 0.00 06:28:50 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:25:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:28:50 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:26:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 06:28:50 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:27:01 eth0 0.48 0.40 0.27 0.20 0.00 0.00 0.00 0.00 06:28:50 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:28:01 eth0 186.57 166.59 1972.12 15.95 0.00 0.00 0.00 0.00 06:28:50 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 Average: eth0 80.81 61.14 308.42 10.22 0.00 0.00 0.00 0.00 06:28:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:28:50 Average: docker0 7.30 5.97 0.56 15.34 0.00 0.00 0.00 0.00 06:28:50 06:28:50 06:28:50 ---> sar -P ALL: 06:28:50 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/19/21 _x86_64_ (2 CPU) 06:28:50 06:28:50 06:16:02 LINUX RESTART (2 CPU) 06:28:50 06:28:50 06:17:05 CPU %user %nice %system %iowait %steal %idle 06:28:50 06:18:01 all 15.45 0.00 4.59 11.20 0.07 68.68 06:28:50 06:18:01 0 16.42 0.00 4.65 13.28 0.07 65.58 06:28:50 06:18:01 1 14.49 0.00 4.54 9.13 0.07 71.76 06:28:50 06:19:01 all 0.13 0.00 0.06 0.00 0.02 99.80 06:28:50 06:19:01 0 0.12 0.00 0.08 0.00 0.02 99.78 06:28:50 06:19:01 1 0.13 0.00 0.03 0.00 0.02 99.82 06:28:50 06:20:01 all 0.09 0.00 0.08 0.00 0.03 99.81 06:28:50 06:20:01 0 0.08 0.00 0.05 0.00 0.03 99.83 06:28:50 06:20:01 1 0.10 0.00 0.10 0.00 0.02 99.78 06:28:50 06:21:01 all 0.10 0.00 0.03 0.00 0.03 99.85 06:28:50 06:21:01 0 0.17 0.00 0.02 0.00 0.03 99.78 06:28:50 06:21:01 1 0.03 0.00 0.03 0.00 0.02 99.92 06:28:50 06:22:01 all 0.18 0.00 0.07 0.00 0.03 99.73 06:28:50 06:22:01 0 0.30 0.00 0.07 0.00 0.02 99.62 06:28:50 06:22:01 1 0.05 0.00 0.07 0.00 0.03 99.85 06:28:50 06:23:01 all 0.12 0.00 0.05 0.00 0.03 99.81 06:28:50 06:23:01 0 0.22 0.00 0.05 0.00 0.03 99.70 06:28:50 06:23:01 1 0.02 0.00 0.05 0.00 0.02 99.92 06:28:50 06:24:01 all 0.06 0.00 0.04 0.00 0.03 99.87 06:28:50 06:24:01 0 0.07 0.00 0.05 0.00 0.03 99.85 06:28:50 06:24:01 1 0.05 0.00 0.03 0.00 0.02 99.90 06:28:50 06:25:01 all 0.21 0.00 0.03 0.00 0.02 99.74 06:28:50 06:25:01 0 0.38 0.00 0.03 0.00 0.02 99.57 06:28:50 06:25:01 1 0.03 0.00 0.03 0.00 0.02 99.92 06:28:50 06:26:01 all 0.14 0.00 0.03 0.00 0.02 99.82 06:28:50 06:26:01 0 0.27 0.00 0.03 0.00 0.02 99.68 06:28:50 06:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:28:50 06:27:01 all 0.13 0.00 0.05 0.01 0.03 99.78 06:28:50 06:27:01 0 0.18 0.00 0.05 0.00 0.02 99.75 06:28:50 06:27:01 1 0.08 0.00 0.05 0.02 0.03 99.82 06:28:50 06:28:01 all 2.72 0.00 1.07 0.45 0.03 95.74 06:28:50 06:28:01 0 3.25 0.00 1.16 0.45 0.03 95.10 06:28:50 06:28:01 1 2.18 0.00 0.97 0.45 0.02 96.37 06:28:50 06:28:50 Average: CPU %user %nice %system %iowait %steal %idle 06:28:50 Average: all 1.63 0.00 0.52 0.97 0.03 96.86 06:28:50 Average: 0 1.81 0.00 0.53 1.14 0.03 96.49 06:28:50 Average: 1 1.45 0.00 0.50 0.80 0.02 97.23 06:28:50 06:28:50 06:28:50