Pull request #317 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 236e865cfad926af9e52f2d6dbb07db97e2a918c+977f5602c147f5187d119d4125107588b8e79704 (79c1caa1310e7fdfe6c55142a0a4bc8798b89a27) 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4683860351886871599.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8597475143944983376.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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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/app-service-configurable/branches/PR-317/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-317/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5878058794292797902.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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-317/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7371370132157190173.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6893701707995604682.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 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/app-service-configurable/branches/PR-317/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-317/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4511848560294046554.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 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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:app-service-configurable, buildSnap:true] ========================================================= [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: app-service-configurable-settings PROJECT: app-service-configurable 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_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable 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: true 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 ‘prd-centos7-docker-4c-2g-59’ is offline Running on prd-centos7-docker-4c-2g-60 in /w/workspace/_app-service-configurable_PR-317 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-317 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/_app-service-configurable_PR-317@tmp/jenkins-gitclient-ssh1543832952003121683.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 977f5602c147f5187d119d4125107588b8e79704 into PR head commit 236e865cfad926af9e52f2d6dbb07db97e2a918c Merge succeeded, producing 236e865cfad926af9e52f2d6dbb07db97e2a918c Checking out Revision 236e865cfad926af9e52f2d6dbb07db97e2a918c (PR-317) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/_app-service-configurable_PR-317@tmp/jenkins-gitclient-ssh2712828886277105926.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/_app-service-configurable_PR-317@tmp/jenkins-gitclient-ssh1579280642909013495.key > git merge 977f5602c147f5187d119d4125107588b8e79704 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:07:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:07:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:07:15 ========================================================= 12:07:15 EdgeX Global Pipelines Version Info 12:07:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:07:17 ------------------- 12:07:17 stable info: 12:07:17 ------------------- 12:07:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:07:17 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 12:07:17 Message: update stable to v1.0.205 12:07:17 ------------------- 12:07:17 experimental info: 12:07:17 ------------------- 12:07:17 Commited By: **** collab-it+edgex@linuxfoundation.org 12:07:17 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 12:07:17 Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:07:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:07:18 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:07:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:07:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:07:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:07:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 12:07:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:07:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 12:07:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:07:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:07:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:07:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:07:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-317 [Pipeline] echo 12:07:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-317 [Pipeline] echo 12:07:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-317 [Pipeline] echo 12:07:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 236e865cfad926af9e52f2d6dbb07db97e2a918c [Pipeline] echo 12:07:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 236e865 [Pipeline] echo 12:07:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:07:20 provisioning config files... 12:07:20 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-317@tmp/config6358694125033316685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:07:21 ---> docker-login.sh 12:07:21 nexus3.edgexfoundry.org:10001 12:07:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:21 Configure a credential helper to remove this warning. See 12:07:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:21 12:07:21 Login Succeeded 12:07:21 nexus3.edgexfoundry.org:10002 12:07:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:21 Configure a credential helper to remove this warning. See 12:07:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:21 12:07:21 Login Succeeded 12:07:21 nexus3.edgexfoundry.org:10003 12:07:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:21 Configure a credential helper to remove this warning. See 12:07:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:21 12:07:21 Login Succeeded 12:07:21 nexus3.edgexfoundry.org:10004 12:07:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:21 Configure a credential helper to remove this warning. See 12:07:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:21 12:07:21 Login Succeeded 12:07:21 docker.io 12:07:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:22 Configure a credential helper to remove this warning. See 12:07:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:22 12:07:22 Login Succeeded 12:07:22 ---> docker-login.sh ends [Pipeline] } 12:07:22 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 12:07:23 + git log --format=format:%s -1 236e865cfad926af9e52f2d6dbb07db97e2a918c [Pipeline] echo 12:07:23 GIT_COMMIT: 236e865cfad926af9e52f2d6dbb07db97e2a918c, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo 12:07:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:07:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:07:23 12:07:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:07:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:07:24 latest: Pulling from edgex-devops/git-semver 12:07:24 31603596830f: Pulling fs layer 12:07:24 04fac38145f0: Pulling fs layer 12:07:24 701f6daf10bf: Pulling fs layer 12:07:24 24f72da36158: Pulling fs layer 12:07:24 24f72da36158: Waiting 12:07:24 04fac38145f0: Verifying Checksum 12:07:24 04fac38145f0: Download complete 12:07:24 31603596830f: Verifying Checksum 12:07:24 31603596830f: Download complete 12:07:24 31603596830f: Pull complete 12:07:24 04fac38145f0: Pull complete 12:07:24 24f72da36158: Verifying Checksum 12:07:24 24f72da36158: Download complete 12:07:24 701f6daf10bf: Verifying Checksum 12:07:24 701f6daf10bf: Download complete 12:07:25 701f6daf10bf: Pull complete 12:07:25 24f72da36158: Pull complete 12:07:25 Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 12:07:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:07:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:07:25 prd-centos7-docker-4c-2g-60 does not seem to be running inside a container 12:07:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-317 -v /w/workspace/_app-service-configurable_PR-317:/w/workspace/_app-service-configurable_PR-317:rw,z -v /w/workspace/_app-service-configurable_PR-317@tmp:/w/workspace/_app-service-configurable_PR-317@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:07:26 $ docker top c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:07:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:07:26 [ssh-agent] Looking for ssh-agent implementation... 12:07:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:07:26 $ docker exec c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 ssh-agent 12:07:26 SSH_AUTH_SOCK=/tmp/ssh-r0dHGUaLy24s/agent.13 12:07:26 SSH_AGENT_PID=20 12:07:26 Running ssh-add (command line suppressed) 12:07:26 Identity added: /w/workspace/_app-service-configurable_PR-317@tmp/private_key_3919746137324921114.key (/w/workspace/_app-service-configurable_PR-317@tmp/private_key_3919746137324921114.key) 12:07:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:07:27 + git tag --points-at HEAD [Pipeline] } 12:07:27 $ docker exec --env ******** --env ******** c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 ssh-agent -k 12:07:27 unset SSH_AUTH_SOCK; 12:07:27 unset SSH_AGENT_PID; 12:07:27 echo Agent pid 20 killed; 12:07:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:07:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:07:27 [ssh-agent] Looking for ssh-agent implementation... 12:07:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:07:27 $ docker exec c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 ssh-agent 12:07:27 SSH_AUTH_SOCK=/tmp/ssh-EKDb2fUXVwNl/agent.52 12:07:27 SSH_AGENT_PID=59 12:07:27 Running ssh-add (command line suppressed) 12:07:27 Identity added: /w/workspace/_app-service-configurable_PR-317@tmp/private_key_3626546483799839503.key (/w/workspace/_app-service-configurable_PR-317@tmp/private_key_3626546483799839503.key) 12:07:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:07:28 + git semver init 12:07:28 # -> Open(): unable to determine branch for HEAD 12:07:28 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-317/.git 12:07:28 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-317 12:07:28 # $SEMVER_REMOTE_NAME = origin 12:07:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:07:28 # $SEMVER_USER_NAME = edgex-jenkins 12:07:28 # $SEMVER_BRANCH = PR-317 12:07:28 # $SEMVER_TEMP = /tmp/semver-925641074 12:07:28 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 12:07:28 # '/tmp/semver-925641074' -> '/w/workspace/_app-service-configurable_PR-317/.semver' 12:07:28 # -> Force: false 12:07:28 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-317/.semver [Pipeline] } 12:07:28 $ docker exec --env ******** --env ******** c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 ssh-agent -k 12:07:28 unset SSH_AUTH_SOCK; 12:07:28 unset SSH_AGENT_PID; 12:07:28 echo Agent pid 59 killed; 12:07:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:07:29 + git semver [Pipeline] } 12:07:29 $ docker stop --time=1 c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 12:07:30 $ docker rm -f c0edc1b23d3e46ec8702192c56500cc80c6a5633e9e8a0208295051e63de8e64 [Pipeline] // withDockerContainer [Pipeline] sh 12:07:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:07:31 Stashed 1 file(s) [Pipeline] echo 12:07:31 [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 12:07:47 Still waiting to schedule task 12:07:47 Waiting for next available executor on ‘centos7-docker-4c-2g’ 12:07:47 Still waiting to schedule task 12:07:47 ‘prd-ubuntu18.04-docker-arm64-4c-16g-61’ is offline 12:11:01 Running on prd-centos7-docker-4c-2g-64 in /w/workspace/_app-service-configurable_PR-317 [Pipeline] { [Pipeline] ws 12:11:01 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:11:01 Selected Git installation does not exist. Using Default 12:11:01 The recommended git tool is: NONE 12:11:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-63 in /w/workspace/_app-service-configurable_PR-317 [Pipeline] { [Pipeline] ws 12:11:02 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 12:11:02 Selected Git installation does not exist. Using Default 12:11:02 The recommended git tool is: NONE 12:11:04 using credential edgex-jenkins-ssh 12:11:04 Cloning the remote Git repository 12:11:04 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:11:04 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:11:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:11:04 > git --version # timeout=10 12:11:04 > git --version # 'git version 2.24.4' 12:11:04 using GIT_SSH to set credentials SSH Credentials for GitHub 12:11:04 [INFO] Currently running in a labeled security context 12:11:04 [INFO] Currently SELinux is 'enforcing' on the host 12:11:04 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh1930680582263357917.key 12:11:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:11:05 Merging remotes/origin/main commit 977f5602c147f5187d119d4125107588b8e79704 into PR head commit 236e865cfad926af9e52f2d6dbb07db97e2a918c 12:11:05 Merge succeeded, producing 236e865cfad926af9e52f2d6dbb07db97e2a918c 12:11:05 Checking out Revision 236e865cfad926af9e52f2d6dbb07db97e2a918c (PR-317) 12:11:05 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:11:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:11:05 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:11:05 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:11:05 using GIT_SSH to set credentials SSH Credentials for GitHub 12:11:05 [INFO] Currently running in a labeled security context 12:11:05 [INFO] Currently SELinux is 'enforcing' on the host 12:11:05 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh6654095225254893930.key 12:11:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:11:05 > git config core.sparsecheckout # timeout=10 12:11:05 > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 12:11:05 > git remote # timeout=10 12:11:05 > git config --get remote.origin.url # timeout=10 12:11:05 using GIT_SSH to set credentials SSH Credentials for GitHub 12:11:05 [INFO] Currently running in a labeled security context 12:11:05 [INFO] Currently SELinux is 'enforcing' on the host 12:11:05 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/1@tmp/jenkins-gitclient-ssh4425843959783995120.key 12:11:05 > git merge 977f5602c147f5187d119d4125107588b8e79704 # timeout=10 12:11:05 > git rev-parse HEAD^{commit} # timeout=10 12:11:05 > git config core.sparsecheckout # timeout=10 12:11:05 > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 12:11:07 using credential edgex-jenkins-ssh 12:11:08 Cloning the remote Git repository 12:11:08 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 12:11:08 > git init /w/workspace/app-service-configurable/1 # timeout=10 12:11:08 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:11:08 > git --version # timeout=10 12:11:08 > git --version # 'git version 2.17.1' 12:11:08 using GIT_SSH to set credentials SSH Credentials for GitHub 12:11:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:11:09 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 12:11:09 > git --version # timeout=10 12:11:09 > git --version # 'git version 2.24.4' 12:11:09 fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 12:11:09 Merging remotes/origin/main commit 977f5602c147f5187d119d4125107588b8e79704 into PR head commit 236e865cfad926af9e52f2d6dbb07db97e2a918c 12:11:09 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:11:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:11:09 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 12:11:09 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 12:11:09 using GIT_SSH to set credentials SSH Credentials for GitHub 12:11:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/317/head:refs/remotes/origin/PR-317 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:11:09 > git config core.sparsecheckout # timeout=10 12:11:09 > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 12:11:10 > git remote # timeout=10 12:11:10 > git config --get remote.origin.url # timeout=10 12:11:10 using GIT_SSH to set credentials SSH Credentials for GitHub 12:11:10 > git merge 977f5602c147f5187d119d4125107588b8e79704 # timeout=10 12:11:10 Merge succeeded, producing 236e865cfad926af9e52f2d6dbb07db97e2a918c 12:11:10 Checking out Revision 236e865cfad926af9e52f2d6dbb07db97e2a918c (PR-317) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:11:10 provisioning config files... 12:11:10 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config7176309390632511172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:11:11 ---> docker-login.sh 12:11:11 nexus3.edgexfoundry.org:10001 12:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:11 Configure a credential helper to remove this warning. See 12:11:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:11 12:11:11 Login Succeeded 12:11:11 nexus3.edgexfoundry.org:10002 12:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:10 > git rev-parse HEAD^{commit} # timeout=10 12:11:10 > git config core.sparsecheckout # timeout=10 12:11:10 > git checkout -f 236e865cfad926af9e52f2d6dbb07db97e2a918c # timeout=10 12:11:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:11 Configure a credential helper to remove this warning. See 12:11:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:11 12:11:11 Login Succeeded 12:11:11 nexus3.edgexfoundry.org:10003 12:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:11 Configure a credential helper to remove this warning. See 12:11:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:11 12:11:11 Login Succeeded 12:11:11 nexus3.edgexfoundry.org:10004 12:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:11 Configure a credential helper to remove this warning. See 12:11:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:11 12:11:11 Login Succeeded 12:11:11 docker.io 12:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:12 Configure a credential helper to remove this warning. See 12:11:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:12 12:11:12 Login Succeeded 12:11:12 ---> docker-login.sh ends [Pipeline] } 12:11:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:11:12 ========================================================= 12:11:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 12:11:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 12:11:13 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 12:11:13 Sending build context to Docker daemon 159.7kB 12:11:13 Step 1/13 : ARG BASE=golang:1.16-alpine3.14 12:11:13 Step 2/13 : FROM ${BASE} AS builder 12:11:13 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 12:11:13 540db60ca938: Pulling fs layer 12:11:13 adcc1eea9eea: Pulling fs layer 12:11:13 4c4ab2625f07: Pulling fs layer 12:11:13 db62176df00c: Pulling fs layer 12:11:13 3b30891b0d05: Pulling fs layer 12:11:13 06b49ca38bd5: Pulling fs layer 12:11:13 c788192a36de: Pulling fs layer 12:11:13 a77e37c0d609: Pulling fs layer 12:11:13 c3185cebc471: Pulling fs layer 12:11:13 3b30891b0d05: Waiting 12:11:13 06b49ca38bd5: Waiting 12:11:13 c788192a36de: Waiting 12:11:13 a77e37c0d609: Waiting 12:11:13 c3185cebc471: Waiting 12:11:13 db62176df00c: Waiting 12:11:13 4c4ab2625f07: Download complete 12:11:13 adcc1eea9eea: Download complete 12:11:13 3b30891b0d05: Verifying Checksum 12:11:13 3b30891b0d05: Download complete 12:11:13 06b49ca38bd5: Verifying Checksum 12:11:13 06b49ca38bd5: Download complete 12:11:13 540db60ca938: Verifying Checksum 12:11:13 540db60ca938: Download complete 12:11:13 c788192a36de: Verifying Checksum 12:11:13 c788192a36de: Download complete 12:11:13 540db60ca938: Pull complete 12:11:13 adcc1eea9eea: Pull complete 12:11:13 4c4ab2625f07: Pull complete 12:11:14 a77e37c0d609: Verifying Checksum 12:11:14 a77e37c0d609: Download complete 12:11:14 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 12:11:14 > git --version # timeout=10 12:11:14 > git --version # 'git version 2.17.1' 12:11:14 fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:11:15 provisioning config files... 12:11:15 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config2711408727799216252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:11:16 ---> docker-login.sh 12:11:16 nexus3.edgexfoundry.org:10001 12:11:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:17 c3185cebc471: Verifying Checksum 12:11:17 c3185cebc471: Download complete 12:11:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:17 Configure a credential helper to remove this warning. See 12:11:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:17 12:11:17 Login Succeeded 12:11:17 nexus3.edgexfoundry.org:10002 12:11:17 db62176df00c: Verifying Checksum 12:11:17 db62176df00c: Download complete 12:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:18 Configure a credential helper to remove this warning. See 12:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:18 12:11:18 Login Succeeded 12:11:18 nexus3.edgexfoundry.org:10003 12:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:18 Configure a credential helper to remove this warning. See 12:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:18 12:11:18 Login Succeeded 12:11:18 nexus3.edgexfoundry.org:10004 12:11:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:19 Configure a credential helper to remove this warning. See 12:11:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:19 12:11:19 Login Succeeded 12:11:19 docker.io 12:11:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:11:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:11:20 Configure a credential helper to remove this warning. See 12:11:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:11:20 12:11:20 Login Succeeded 12:11:20 ---> docker-login.sh ends [Pipeline] } 12:11:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 12:11:21 db62176df00c: Pull complete 12:11:21 3b30891b0d05: Pull complete 12:11:21 06b49ca38bd5: Pull complete 12:11:21 c788192a36de: Pull complete 12:11:21 a77e37c0d609: Pull complete [Pipeline] echo 12:11:21 ========================================================= 12:11:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 12:11:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 12:11:21 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 12:11:21 Sending build context to Docker daemon 159.7kB 12:11:22 Step 1/13 : ARG BASE=golang:1.16-alpine3.14 12:11:22 Step 2/13 : FROM ${BASE} AS builder 12:11:22 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:11:22 595b0fe564bb: Pulling fs layer 12:11:22 24495759ef45: Pulling fs layer 12:11:22 d148012ef14d: Pulling fs layer 12:11:22 e90a11edd702: Pulling fs layer 12:11:22 d77568369979: Pulling fs layer 12:11:22 fc1c9f9a7f3b: Pulling fs layer 12:11:22 170f2ba95c9a: Pulling fs layer 12:11:22 97ac5df62f85: Pulling fs layer 12:11:22 fc1c9f9a7f3b: Waiting 12:11:22 e90a11edd702: Waiting 12:11:22 d77568369979: Waiting 12:11:22 170f2ba95c9a: Waiting 12:11:22 97ac5df62f85: Waiting 12:11:22 d148012ef14d: Verifying Checksum 12:11:22 d148012ef14d: Download complete 12:11:22 24495759ef45: Verifying Checksum 12:11:22 24495759ef45: Download complete 12:11:22 d77568369979: Download complete 12:11:22 fc1c9f9a7f3b: Verifying Checksum 12:11:22 fc1c9f9a7f3b: Download complete 12:11:22 595b0fe564bb: Verifying Checksum 12:11:22 595b0fe564bb: Download complete 12:11:22 170f2ba95c9a: Verifying Checksum 12:11:22 170f2ba95c9a: Download complete 12:11:23 595b0fe564bb: Pull complete 12:11:23 24495759ef45: Pull complete 12:11:23 c3185cebc471: Pull complete 12:11:23 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 12:11:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 12:11:23 ---> 031687cdd783 12:11:23 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:11:24 d148012ef14d: Pull complete 12:11:25 ---> Running in 25eab0fbb13b 12:11:25 Removing intermediate container 25eab0fbb13b 12:11:25 ---> b3934ae1cd21 12:11:25 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 12:11:25 ---> Running in b105b29fa052 12:11:25 Removing intermediate container b105b29fa052 12:11:25 ---> dc4e27196836 12:11:25 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 12:11:25 ---> Running in 4b4d6c81b01a 12:11:25 Removing intermediate container 4b4d6c81b01a 12:11:25 ---> 31e4e56b7daa 12:11:25 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:25 ---> Running in b102776a929e 12:11:26 Removing intermediate container b102776a929e 12:11:26 ---> 98787ba388e6 12:11:26 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:11:26 ---> Running in beb47e308b5f 12:11:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 12:11:27 97ac5df62f85: Verifying Checksum 12:11:27 97ac5df62f85: Download complete 12:11:27 e90a11edd702: Verifying Checksum 12:11:27 e90a11edd702: Download complete 12:11:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 12:11:28 OK: 219 MiB in 52 packages 12:11:28 Removing intermediate container beb47e308b5f 12:11:28 ---> 678f4f32d373 12:11:28 Step 8/13 : WORKDIR /app 12:11:28 ---> Running in ca66c25f5c03 12:11:28 Removing intermediate container ca66c25f5c03 12:11:28 ---> 402ef9b85167 12:11:28 Step 9/13 : COPY go.mod . 12:11:28 ---> ccdb8d9ffdee 12:11:28 Step 10/13 : RUN go mod download 12:11:28 ---> Running in 9140a07cdcce 12:11:37 e90a11edd702: Pull complete 12:11:37 d77568369979: Pull complete 12:11:37 fc1c9f9a7f3b: Pull complete 12:11:38 170f2ba95c9a: Pull complete 12:11:45 97ac5df62f85: Pull complete 12:11:45 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 12:11:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 12:11:45 ---> 04bc70af865f 12:11:45 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 12:11:48 ---> Running in b631f979c404 12:11:48 Removing intermediate container b631f979c404 12:11:48 ---> bb4e0cf54a7b 12:11:48 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 12:11:49 ---> Running in 499423ed83f2 12:11:49 Removing intermediate container 499423ed83f2 12:11:49 ---> 479b6ccc84f8 12:11:49 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 12:11:49 ---> Running in 752fc8a45781 12:11:50 Removing intermediate container 752fc8a45781 12:11:50 ---> 3b613de05196 12:11:50 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:50 ---> Running in d9d76c2531bc 12:11:53 Removing intermediate container d9d76c2531bc 12:11:53 ---> f16c1ba92f4a 12:11:53 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:11:53 ---> Running in 4395b74286a4 12:11:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 12:11:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 12:11:56 OK: 218 MiB in 52 packages 12:11:58 Removing intermediate container 4395b74286a4 12:11:58 ---> 9348b77a925b 12:11:58 Step 8/13 : WORKDIR /app 12:11:58 ---> Running in 154df10b3247 12:11:58 Removing intermediate container 154df10b3247 12:11:58 ---> feda8a75830b 12:11:58 Step 9/13 : COPY go.mod . 12:11:59 ---> 19cc016c62bb 12:11:59 Step 10/13 : RUN go mod download 12:11:59 ---> Running in 08206f28d5b3 12:12:32 Removing intermediate container 08206f28d5b3 12:12:32 ---> a674112d30f2 12:12:32 Step 11/13 : COPY . . 12:12:32 ---> 12ae8eb0e657 12:12:32 Step 12/13 : ARG MAKE="make build" 12:12:32 ---> Running in c76232496f19 12:12:32 Removing intermediate container c76232496f19 12:12:32 ---> e26ab6921db2 12:12:32 Step 13/13 : RUN $MAKE 12:12:32 ---> Running in 80f1f72c16d7 12:12:32 noop 12:12:32 Removing intermediate container 80f1f72c16d7 12:12:32 ---> 9a6ca708b393 12:12:32 Successfully built 9a6ca708b393 12:12:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:12:32 + docker inspect -f . ci-base-image-arm64 12:12:32 . [Pipeline] withDockerContainer 12:12:32 prd-ubuntu18.04-docker-arm64-4c-16g-63 does not seem to be running inside a container 12:12:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/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 ******** -e ******** -e ******** ci-base-image-arm64 cat 12:12:34 $ docker top c3138cd0172564044eccbff8007883c463d9ceb1ca4e5f100d7e0e81a192bc2e -eo pid,comm [Pipeline] { [Pipeline] sh 12:12:35 + go version 12:12:35 go version go1.16.6 linux/arm64 [Pipeline] } 12:12:35 $ docker stop --time=1 c3138cd0172564044eccbff8007883c463d9ceb1ca4e5f100d7e0e81a192bc2e 12:12:38 $ docker rm -f c3138cd0172564044eccbff8007883c463d9ceb1ca4e5f100d7e0e81a192bc2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:12:39 + docker inspect -f . ci-base-image-arm64 12:12:39 . [Pipeline] withDockerContainer 12:12:39 prd-ubuntu18.04-docker-arm64-4c-16g-63 does not seem to be running inside a container 12:12:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/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 ******** -e ******** -e ******** ci-base-image-arm64 cat 12:12:41 $ docker top 403cc622c762406c1f2341cf752a5dda1640a15e52c7cd126bd3cd2cfac10c01 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 12:12:42 + make test 12:12:42 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 12:13:39 ? github.com/edgexfoundry/app-service-configurable [no test files] 12:13:39 CGO_ENABLED=1 go vet ./... 12:13:57 gofmt -l . 12:13:57 [ "`gofmt -l .`" = "" ] 12:13:57 ./bin/test-go-mod-tidy.sh 12:13:57 ./bin/test-attribution-txt.sh 12:13:57 An attribution for github.com/hashicorp/errwrap is missing from in Attribution.txt, please add 12:13:57 An attribution for github.com/hashicorp/go-multierror is missing from in Attribution.txt, please add 12:13:57 make: *** [makefile:41: test] Error 1 [Pipeline] } 12:13:57 $ docker stop --time=1 403cc622c762406c1f2341cf752a5dda1640a15e52c7cd126bd3cd2cfac10c01 12:13:59 $ docker rm -f 403cc622c762406c1f2341cf752a5dda1640a15e52c7cd126bd3cd2cfac10c01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:14:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:14:01 12:14:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 12:14:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:14:02 arm64: Pulling from edgex-lftools-log-publisher 12:14:02 448f6bf000e3: Pulling fs layer 12:14:02 f757da607395: Pulling fs layer 12:14:02 05883995daec: Pulling fs layer 12:14:02 8603b9c90790: Pulling fs layer 12:14:02 1560dd03e051: Pulling fs layer 12:14:02 27f5ce0e4adf: Pulling fs layer 12:14:02 c2d8d7efcc4b: Pulling fs layer 12:14:02 27f5ce0e4adf: Waiting 12:14:02 8603b9c90790: Waiting 12:14:02 1560dd03e051: Waiting 12:14:02 c2d8d7efcc4b: Waiting 12:14:02 f757da607395: Verifying Checksum 12:14:02 f757da607395: Download complete 12:14:02 8603b9c90790: Verifying Checksum 12:14:02 8603b9c90790: Download complete 12:14:02 1560dd03e051: Verifying Checksum 12:14:02 1560dd03e051: Download complete 12:14:02 27f5ce0e4adf: Verifying Checksum 12:14:02 27f5ce0e4adf: Download complete 12:14:02 05883995daec: Verifying Checksum 12:14:02 05883995daec: Download complete 12:14:03 448f6bf000e3: Verifying Checksum 12:14:03 448f6bf000e3: Download complete 12:14:06 c2d8d7efcc4b: Verifying Checksum 12:14:06 c2d8d7efcc4b: Download complete 12:14:07 448f6bf000e3: Pull complete 12:14:07 f757da607395: Pull complete 12:14:09 05883995daec: Pull complete 12:14:09 8603b9c90790: Pull complete 12:14:10 1560dd03e051: Pull complete 12:14:11 27f5ce0e4adf: Pull complete 12:14:26 c2d8d7efcc4b: Pull complete 12:14:26 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 12:14:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:14:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 12:14:26 prd-ubuntu18.04-docker-arm64-4c-16g-63 does not seem to be running inside a container 12:14:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 12:14:30 $ docker top 636d3732d41e6c51fef3eba5034c24c6b3dd79e07a84a24c54ca54e7f52f29e4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:14:31 ---> job-cost.sh 12:14:31 lf-activate-venv: SKIPPING 12:14:31 INFO: No Stack... 12:14:32 INFO: Retrieving Pricing Info for: v3-standard-4 12:14:32 INFO: Archiving Costs [Pipeline] sh 12:14:33 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 12:14:33 + cut -d, -f6 [Pipeline] lock 12:14:33 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] 12:14:33 Resource [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] did not exist. Created. 12:14:33 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:14:34 + echo total: 0.10999999940395355 [Pipeline] stash 12:14:34 Stashed 1 file(s) [Pipeline] } 12:14:35 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:14:35 $ docker stop --time=1 636d3732d41e6c51fef3eba5034c24c6b3dd79e07a84a24c54ca54e7f52f29e4 12:14:36 $ docker rm -f 636d3732d41e6c51fef3eba5034c24c6b3dd79e07a84a24c54ca54e7f52f29e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:14:37 Failed in branch arm64 12:27:36 go mod download: github.com/go-redis/redis/v7@v7.3.0: Get "https://proxy.golang.org/github.com/go-redis/redis/v7/@v/v7.3.0.zip": read tcp 10.250.0.1:42192->172.217.13.145:443: read: connection timed out 12:27:36 go mod download: github.com/go-stack/stack@v1.8.0: Get "https://proxy.golang.org/github.com/go-stack/stack/@v/v1.8.0.zip": read tcp 10.250.0.1:42192->172.217.13.145:443: read: connection timed out 12:27:36 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:27:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:27:38 12:27:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 12:27:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:27:38 latest: Pulling from edgex-lftools-log-publisher 12:27:38 b4d181a07f80: Pulling fs layer 12:27:38 a1111a8f2ec3: Pulling fs layer 12:27:38 ed53099fbce6: Pulling fs layer 12:27:38 dc539afda2c1: Pulling fs layer 12:27:38 77bc0d833cb6: Pulling fs layer 12:27:38 9065ff56babe: Pulling fs layer 12:27:38 d287ab97295c: Pulling fs layer 12:27:38 dc539afda2c1: Waiting 12:27:38 77bc0d833cb6: Waiting 12:27:38 d287ab97295c: Waiting 12:27:38 9065ff56babe: Waiting 12:27:39 a1111a8f2ec3: Verifying Checksum 12:27:39 a1111a8f2ec3: Download complete 12:27:39 dc539afda2c1: Verifying Checksum 12:27:39 dc539afda2c1: Download complete 12:27:39 77bc0d833cb6: Verifying Checksum 12:27:39 77bc0d833cb6: Download complete 12:27:39 9065ff56babe: Verifying Checksum 12:27:39 9065ff56babe: Download complete 12:27:39 ed53099fbce6: Verifying Checksum 12:27:39 ed53099fbce6: Download complete 12:27:40 b4d181a07f80: Verifying Checksum 12:27:40 b4d181a07f80: Download complete 12:27:42 b4d181a07f80: Pull complete 12:27:42 a1111a8f2ec3: Pull complete 12:27:42 ed53099fbce6: Pull complete 12:27:42 dc539afda2c1: Pull complete 12:27:42 77bc0d833cb6: Pull complete 12:27:43 9065ff56babe: Pull complete 12:27:44 d287ab97295c: Verifying Checksum 12:27:44 d287ab97295c: Download complete 12:27:48 d287ab97295c: Pull complete 12:27:48 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 12:27:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:27:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 12:27:48 prd-centos7-docker-4c-2g-64 does not seem to be running inside a container 12:27:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:27:50 $ docker top aac59098969c405156614496992a8ebe8d8e8193d7b5995eb8c42781adb129aa -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:27:51 ---> job-cost.sh 12:27:51 lf-activate-venv: SKIPPING 12:27:51 INFO: No Stack... 12:27:52 INFO: Retrieving Pricing Info for: v3-standard-2 12:27:52 INFO: Archiving Costs [Pipeline] sh 12:27:53 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 12:27:53 + cut -d, -f6 [Pipeline] lock 12:27:53 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] 12:27:53 Resource [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] did not exist. Created. 12:27:53 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:27:53 /w/workspace/app-service-configurable/1@tmp/durable-ea84b1c2/script.sh: 1: /w/workspace/app-service-configurable/1@tmp/durable-ea84b1c2/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 12:27:53 + echo total: 0.05999999865889549 [Pipeline] stash 12:27:53 Warning: overwriting stash ‘stack-cost’ 12:27:54 Stashed 1 file(s) [Pipeline] } 12:27:54 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-317-1-stack-cost] [Pipeline] // lock [Pipeline] } 12:27:54 $ docker stop --time=1 aac59098969c405156614496992a8ebe8d8e8193d7b5995eb8c42781adb129aa 12:27:55 $ docker rm -f aac59098969c405156614496992a8ebe8d8e8193d7b5995eb8c42781adb129aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:27:56 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:28:00 + '[' -d /w/workspace/_app-service-configurable_PR-317/archives ']' [Pipeline] libraryResource [Pipeline] sh 12:28:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:28:01 ---> package-listing.sh 12:28:01 ++ facter osfamily 12:28:01 ++ tr '[:upper:]' '[:lower:]' 12:28:01 + OS_FAMILY=redhat 12:28:01 + workspace=/w/workspace/_app-service-configurable_PR-317 12:28:01 + START_PACKAGES=/tmp/packages_start.txt 12:28:01 + END_PACKAGES=/tmp/packages_end.txt 12:28:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:28:01 + PACKAGES=/tmp/packages_start.txt 12:28:01 + '[' /w/workspace/_app-service-configurable_PR-317 ']' 12:28:01 + PACKAGES=/tmp/packages_end.txt 12:28:01 + case "${OS_FAMILY}" in 12:28:01 + rpm -qa 12:28:01 + sort 12:28:02 + '[' -f /tmp/packages_start.txt ']' 12:28:02 + '[' -f /tmp/packages_end.txt ']' 12:28:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:28:02 + '[' /w/workspace/_app-service-configurable_PR-317 ']' 12:28:02 + mkdir -p /w/workspace/_app-service-configurable_PR-317/archives/ 12:28:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-317/archives/ [Pipeline] echo 12:28:02 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/_app-service-configurable_PR-317/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:28:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:28:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:28:03 12:28:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 12:28:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:28:04 latest: Pulling from edgex-lftools-log-publisher 12:28:04 b4d181a07f80: Pulling fs layer 12:28:04 a1111a8f2ec3: Pulling fs layer 12:28:04 ed53099fbce6: Pulling fs layer 12:28:04 dc539afda2c1: Pulling fs layer 12:28:04 77bc0d833cb6: Pulling fs layer 12:28:04 9065ff56babe: Pulling fs layer 12:28:04 d287ab97295c: Pulling fs layer 12:28:04 77bc0d833cb6: Waiting 12:28:04 9065ff56babe: Waiting 12:28:04 d287ab97295c: Waiting 12:28:04 dc539afda2c1: Waiting 12:28:04 a1111a8f2ec3: Verifying Checksum 12:28:04 a1111a8f2ec3: Download complete 12:28:04 dc539afda2c1: Verifying Checksum 12:28:04 dc539afda2c1: Download complete 12:28:05 77bc0d833cb6: Verifying Checksum 12:28:05 77bc0d833cb6: Download complete 12:28:05 9065ff56babe: Verifying Checksum 12:28:05 9065ff56babe: Download complete 12:28:05 ed53099fbce6: Verifying Checksum 12:28:05 ed53099fbce6: Download complete 12:28:07 b4d181a07f80: Verifying Checksum 12:28:07 b4d181a07f80: Download complete 12:28:08 b4d181a07f80: Pull complete 12:28:08 a1111a8f2ec3: Pull complete 12:28:08 ed53099fbce6: Pull complete 12:28:08 dc539afda2c1: Pull complete 12:28:08 77bc0d833cb6: Pull complete 12:28:08 9065ff56babe: Pull complete 12:28:11 d287ab97295c: Verifying Checksum 12:28:11 d287ab97295c: Download complete 12:28:16 d287ab97295c: Pull complete 12:28:16 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 12:28:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:28:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 12:28:16 prd-centos7-docker-4c-2g-60 does not seem to be running inside a container 12:28:16 $ 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/_app-service-configurable_PR-317/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-317 -v /w/workspace/_app-service-configurable_PR-317:/w/workspace/_app-service-configurable_PR-317:rw,z -v /w/workspace/_app-service-configurable_PR-317@tmp:/w/workspace/_app-service-configurable_PR-317@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:28:18 $ docker top 18ab4eb1c3d172ec174905ec738bc3c08076cc0b6166e3956cfecdb0d0c25b03 -eo pid,comm [Pipeline] { [Pipeline] sh 12:28:19 + touch /tmp/pre-build-complete [Pipeline] sh 12:28:19 + mkdir -p /var/log/sysstat [Pipeline] sh 12:28:19 + ls /var/log/sa-host 12:28:19 + sadf -c /var/log/sa-host/sa05 12:28:19 file_magic: OK 12:28:19 HZ: Using current value: 100 12:28:19 file_header: OK 12:28:19 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 12:28:19 Statistics: 12:28:19 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:28:19 File successfully converted to sysstat format version 12.0.3 12:28:19 + sadf -c /var/log/sa-host/sa13 12:28:19 file_magic: OK 12:28:19 HZ: Using current value: 100 12:28:19 file_header: OK 12:28:19 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 12:28:19 Statistics: 12:28:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:28:19 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:28:20 provisioning config files... 12:28:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-317@tmp/config1337463936836620795tmp [Pipeline] { [Pipeline] echo 12:28:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:28:21 ---> create-netrc.sh [Pipeline] } 12:28:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:28:22 ---> python-tools-install.sh [Pipeline] echo 12:28:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:28:22 ---> sudo-logs.sh 12:28:22 Archiving 'sudo' log.. 12:28:22 sudo: unable to resolve host prd-centos7-docker-4c-2g-60.vexxhost.local: Name or service not known 12:28:22 sudo: unable to resolve host prd-centos7-docker-4c-2g-60.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 12:28:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:28:22 ---> job-cost.sh 12:28:22 lf-activate-venv: SKIPPING 12:28:22 DEBUG: total: 0.05999999865889549 12:28:22 INFO: Retrieving Stack Cost... 12:28:23 INFO: Retrieving Pricing Info for: v3-standard-2 12:28:24 INFO: Archiving Costs [Pipeline] echo 12:28:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:28:24 ---> logs-deploy.sh 12:28:24 lf-activate-venv: SKIPPING 12:28:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-317/1 12:28:24 INFO: archiving workspace using pattern(s): 12:28:25 Archives upload complete. 12:28:25 INFO: archiving logs to Nexus 12:28:26 ---> uname -a: 12:28:26 Linux prd-centos7-docker-4c-2g-60.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 12:28:26 12:28:26 12:28:26 ---> lscpu: 12:28:26 Architecture: x86_64 12:28:26 CPU op-mode(s): 32-bit, 64-bit 12:28:26 Byte Order: Little Endian 12:28:26 Address sizes: 40 bits physical, 48 bits virtual 12:28:26 CPU(s): 2 12:28:26 On-line CPU(s) list: 0,1 12:28:26 Thread(s) per core: 1 12:28:26 Core(s) per socket: 1 12:28:26 Socket(s): 2 12:28:26 NUMA node(s): 1 12:28:26 Vendor ID: AuthenticAMD 12:28:26 CPU family: 23 12:28:26 Model: 49 12:28:26 Model name: AMD EPYC-Rome Processor 12:28:26 Stepping: 0 12:28:26 CPU MHz: 2799.998 12:28:26 BogoMIPS: 5599.99 12:28:26 Virtualization: AMD-V 12:28:26 Hypervisor vendor: KVM 12:28:26 Virtualization type: full 12:28:26 L1d cache: 32K 12:28:26 L1i cache: 32K 12:28:26 L2 cache: 512K 12:28:26 L3 cache: 16384K 12:28:26 NUMA node0 CPU(s): 0,1 12:28:26 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 perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 12:28:26 12:28:26 12:28:26 ---> nproc: 12:28:26 2 12:28:26 12:28:26 12:28:26 ---> df -h: 12:28:26 Filesystem Size Used Avail Use% Mounted on 12:28:26 overlay 40G 7.4G 33G 19% / 12:28:26 tmpfs 64M 0 64M 0% /dev 12:28:26 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 12:28:26 shm 64M 0 64M 0% /dev/shm 12:28:26 /dev/vda1 40G 7.4G 33G 19% /facter-os 12:28:26 12:28:26 12:28:26 ---> sar -b -r -n DEV: 12:28:26 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 09/13/21 _x86_64_ (2 CPU) 12:28:26 12:28:26 12:06:31 LINUX RESTART (2 CPU) 12:28:26 12:28:26 12:07:01 tps rtps wtps bread/s bwrtn/s 12:28:26 12:08:01 77.60 4.45 73.16 2837.37 3272.91 12:28:26 12:09:01 1.92 0.00 1.92 0.00 39.25 12:28:26 12:10:01 0.25 0.00 0.25 0.00 2.70 12:28:26 12:11:01 0.15 0.00 0.15 0.00 1.62 12:28:26 12:12:01 0.28 0.00 0.28 0.00 3.80 12:28:26 12:13:01 0.42 0.00 0.42 0.00 5.58 12:28:26 12:14:01 0.22 0.00 0.22 0.00 3.47 12:28:26 12:15:01 0.25 0.00 0.25 0.00 2.58 12:28:26 12:16:01 0.18 0.00 0.18 0.00 1.75 12:28:26 12:17:01 0.17 0.00 0.17 0.00 2.00 12:28:26 12:18:02 0.37 0.00 0.37 0.00 5.28 12:28:26 12:19:01 0.24 0.00 0.24 0.00 2.96 12:28:26 12:20:01 0.28 0.00 0.28 0.00 4.66 12:28:26 12:21:01 0.18 0.00 0.18 0.00 1.75 12:28:26 12:22:01 0.40 0.15 0.25 4.80 2.93 12:28:26 12:23:01 0.80 0.00 0.80 0.00 15.74 12:28:26 12:24:01 0.25 0.00 0.25 0.00 3.10 12:28:26 12:25:01 0.27 0.00 0.27 0.00 3.00 12:28:26 12:26:01 0.25 0.00 0.25 0.00 3.60 12:28:26 12:27:01 0.30 0.00 0.30 0.00 3.95 12:28:26 12:28:01 0.23 0.07 0.17 3.46 2.28 12:28:26 Average: 4.05 0.22 3.83 135.65 161.35 12:28:26 12:28:26 12:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:28:26 12:08:01 5467476 0 805640 10.06 2620 1733204 1312076 14.49 578916 1563448 132 12:28:26 12:09:01 5473772 0 799340 9.98 2620 1733208 1258976 13.90 573036 1563412 8 12:28:26 12:10:01 5480652 0 792456 9.89 2620 1733212 1204276 13.30 565320 1565996 8 12:28:26 12:11:01 5479224 0 793880 9.91 2620 1733216 1204276 13.30 566308 1565996 8 12:28:26 12:12:01 5476080 0 797016 9.95 2620 1733224 1204432 13.30 567380 1568588 16 12:28:26 12:13:01 5476984 0 796112 9.94 2620 1733224 1204276 13.30 566476 1568588 12 12:28:26 12:14:01 5476176 0 796916 9.95 2620 1733228 1204276 13.30 567296 1568588 16 12:28:26 12:15:01 5468260 0 804824 10.05 2620 1733236 1204276 13.30 575288 1568588 8 12:28:26 12:16:01 5467688 0 805396 10.06 2620 1733236 1204276 13.30 575668 1568588 16 12:28:26 12:17:01 5467280 0 805792 10.06 2620 1733248 1204360 13.30 578124 1566636 16 12:28:26 12:18:02 5467688 0 805384 10.06 2620 1733248 1204276 13.30 577756 1566636 12 12:28:26 12:19:01 5467848 0 805216 10.05 2620 1733256 1204276 13.30 585200 1559084 16 12:28:26 12:20:01 5467872 0 805188 10.05 2620 1733260 1204276 13.30 585204 1559084 16 12:28:26 12:21:01 5468300 0 804760 10.05 2620 1733260 1204276 13.30 584800 1559556 8 12:28:26 12:22:01 5467076 0 805952 10.06 2620 1733292 1204372 13.30 585360 1559564 24 12:28:26 12:23:01 5467624 0 805428 10.06 2620 1733268 1204276 13.30 584844 1559556 12 12:28:26 12:24:01 5467608 0 805436 10.06 2620 1733276 1204276 13.30 584772 1559556 16 12:28:26 12:25:01 5467748 0 805292 10.05 2620 1733280 1204276 13.30 584760 1559556 16 12:28:26 12:26:01 5467724 0 805312 10.06 2620 1733284 1204276 13.30 584888 1559556 8 12:28:26 12:27:01 5467372 0 805660 10.06 2620 1733288 1204360 13.30 585244 1559556 20 12:28:26 12:28:01 5454348 0 818464 10.22 2620 1733508 1277232 14.10 597340 1559228 132 12:28:26 Average: 5469752 0 803308 10.03 2620 1733260 1215508 13.42 578761 1563303 25 12:28:26 12:28:26 12:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:28:26 12:08:01 eth0 354.10 217.50 639.13 59.73 0.00 0.00 0.00 0.00 12:28:26 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:08:01 docker0 3.06 2.35 0.57 6.74 0.00 0.00 0.00 0.00 12:28:26 12:09:01 eth0 0.95 0.58 0.95 0.43 0.00 0.00 0.00 0.00 12:28:26 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:10:01 eth0 0.87 0.08 0.07 0.01 0.00 0.00 0.00 0.00 12:28:26 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:11:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:28:26 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:12:01 eth0 0.85 0.45 0.42 0.27 0.00 0.00 0.00 0.00 12:28:26 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:13:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:28:26 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:14:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:28:26 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:15:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:28:26 12:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:16:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:28:26 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:17:01 eth0 0.23 0.17 0.08 0.04 0.00 0.00 0.00 0.00 12:28:26 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:18:02 eth0 0.10 0.10 0.01 0.03 0.00 0.00 0.00 0.00 12:28:26 12:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:19:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:28:26 12:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:21:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:28:26 12:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:22:01 eth0 0.22 0.20 0.08 0.04 0.00 0.00 0.00 0.00 12:28:26 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:23:01 eth0 0.10 0.10 0.01 0.03 0.00 0.00 0.00 0.00 12:28:26 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:24:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:28:26 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:25:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:26:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:28:26 12:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:27:01 eth0 0.15 0.13 0.08 0.04 0.00 0.00 0.00 0.00 12:28:26 12:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:28:01 eth0 5.30 3.05 4.54 1.37 0.00 0.00 0.00 0.00 12:28:26 12:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 Average: eth0 17.36 10.64 30.77 2.96 0.00 0.00 0.00 0.00 12:28:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:28:26 Average: docker0 0.15 0.11 0.03 0.32 0.00 0.00 0.00 0.00 12:28:26 12:28:26 12:28:26 ---> sar -P ALL: 12:28:26 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 09/13/21 _x86_64_ (2 CPU) 12:28:26 12:28:26 12:06:31 LINUX RESTART (2 CPU) 12:28:26 12:28:26 12:07:01 CPU %user %nice %system %iowait %steal %idle 12:28:26 12:08:01 all 9.00 0.00 2.94 1.84 0.04 86.18 12:28:26 12:08:01 0 9.02 0.00 2.93 1.23 0.03 86.79 12:28:26 12:08:01 1 8.98 0.00 2.96 2.45 0.05 85.56 12:28:26 12:09:01 all 0.15 0.00 0.08 0.00 0.03 99.75 12:28:26 12:09:01 0 0.23 0.00 0.05 0.00 0.02 99.70 12:28:26 12:09:01 1 0.07 0.00 0.10 0.00 0.03 99.80 12:28:26 12:10:01 all 0.21 0.00 0.06 0.00 0.01 99.72 12:28:26 12:10:01 0 0.33 0.00 0.07 0.00 0.00 99.60 12:28:26 12:10:01 1 0.08 0.00 0.05 0.00 0.02 99.85 12:28:26 12:11:01 all 0.19 0.00 0.04 0.00 0.02 99.75 12:28:26 12:11:01 0 0.33 0.00 0.02 0.00 0.02 99.63 12:28:26 12:11:01 1 0.05 0.00 0.07 0.00 0.02 99.87 12:28:26 12:12:01 all 0.20 0.00 0.08 0.00 0.02 99.71 12:28:26 12:12:01 0 0.25 0.00 0.05 0.00 0.00 99.70 12:28:26 12:12:01 1 0.15 0.00 0.10 0.00 0.03 99.72 12:28:26 12:13:01 all 0.15 0.00 0.03 0.01 0.03 99.78 12:28:26 12:13:01 0 0.27 0.00 0.03 0.00 0.02 99.68 12:28:26 12:13:01 1 0.03 0.00 0.03 0.02 0.03 99.88 12:28:26 12:14:01 all 0.21 0.00 0.03 0.00 0.02 99.75 12:28:26 12:14:01 0 0.35 0.00 0.02 0.00 0.02 99.62 12:28:26 12:14:01 1 0.07 0.00 0.03 0.00 0.02 99.88 12:28:26 12:15:01 all 0.10 0.00 0.05 0.00 0.02 99.83 12:28:26 12:15:01 0 0.17 0.00 0.07 0.00 0.02 99.75 12:28:26 12:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 12:28:26 12:16:01 all 0.16 0.00 0.04 0.00 0.03 99.77 12:28:26 12:16:01 0 0.30 0.00 0.05 0.00 0.02 99.63 12:28:26 12:16:01 1 0.02 0.00 0.03 0.00 0.03 99.92 12:28:26 12:17:01 all 0.12 0.00 0.06 0.00 0.02 99.81 12:28:26 12:17:01 0 0.17 0.00 0.08 0.00 0.02 99.73 12:28:26 12:17:01 1 0.07 0.00 0.03 0.00 0.02 99.88 12:28:26 12:18:02 all 0.16 0.00 0.03 0.00 0.02 99.79 12:28:26 12:18:02 0 0.27 0.00 0.03 0.00 0.02 99.68 12:28:26 12:18:02 1 0.05 0.00 0.03 0.00 0.02 99.90 12:28:26 12:28:26 12:18:02 CPU %user %nice %system %iowait %steal %idle 12:28:26 12:19:01 all 0.21 0.00 0.04 0.00 0.02 99.73 12:28:26 12:19:01 0 0.37 0.00 0.05 0.00 0.02 99.56 12:28:26 12:19:01 1 0.05 0.00 0.03 0.00 0.02 99.90 12:28:26 12:20:01 all 0.23 0.00 0.03 0.00 0.02 99.72 12:28:26 12:20:01 0 0.42 0.00 0.03 0.00 0.02 99.53 12:28:26 12:20:01 1 0.05 0.00 0.03 0.00 0.02 99.90 12:28:26 12:21:01 all 0.23 0.00 0.03 0.00 0.01 99.72 12:28:26 12:21:01 0 0.42 0.00 0.03 0.00 0.00 99.55 12:28:26 12:21:01 1 0.05 0.00 0.03 0.00 0.02 99.90 12:28:26 12:22:01 all 0.13 0.00 0.06 0.00 0.02 99.79 12:28:26 12:22:01 0 0.22 0.00 0.05 0.00 0.02 99.72 12:28:26 12:22:01 1 0.05 0.00 0.07 0.00 0.02 99.87 12:28:26 12:23:01 all 0.12 0.00 0.05 0.00 0.02 99.82 12:28:26 12:23:01 0 0.15 0.00 0.05 0.00 0.02 99.78 12:28:26 12:23:01 1 0.08 0.00 0.05 0.00 0.02 99.85 12:28:26 12:24:01 all 0.19 0.00 0.03 0.00 0.02 99.77 12:28:26 12:24:01 0 0.35 0.00 0.03 0.00 0.02 99.60 12:28:26 12:24:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:28:26 12:25:01 all 0.20 0.00 0.03 0.00 0.01 99.76 12:28:26 12:25:01 0 0.35 0.00 0.05 0.00 0.02 99.58 12:28:26 12:25:01 1 0.05 0.00 0.02 0.00 0.00 99.93 12:28:26 12:26:01 all 0.14 0.00 0.03 0.00 0.03 99.80 12:28:26 12:26:01 0 0.20 0.00 0.02 0.00 0.02 99.77 12:28:26 12:26:01 1 0.08 0.00 0.05 0.00 0.03 99.83 12:28:26 12:27:01 all 0.18 0.00 0.03 0.00 0.02 99.77 12:28:26 12:27:01 0 0.30 0.00 0.03 0.00 0.02 99.65 12:28:26 12:27:01 1 0.07 0.00 0.03 0.00 0.02 99.88 12:28:26 12:28:01 all 0.46 0.00 0.13 0.00 0.02 99.39 12:28:26 12:28:01 0 0.49 0.00 0.10 0.00 0.02 99.40 12:28:26 12:28:01 1 0.43 0.00 0.17 0.00 0.02 99.38 12:28:26 Average: all 0.60 0.00 0.18 0.09 0.02 99.11 12:28:26 Average: 0 0.71 0.00 0.18 0.06 0.02 99.04 12:28:26 Average: 1 0.50 0.00 0.19 0.12 0.02 99.18 12:28:26 12:28:26 12:28:26