Pull request #110 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f0dc9eba5b07a940d18f5be678818cf245fee7c1+bdf6c703ff7e4dc9654b1e05af75b33f1f140285 (e698baa27ee0c91805e421054d9662a52f22eeec) 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-ssh1897095860591212288.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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-ssh891246970454610372.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 6a41506d72e8e131afc862d141935157bee59f41 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/device-snmp-go/branches/PR-110/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/device-snmp-go/branches/PR-110/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8585559106098888457.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/device-snmp-go/branches/PR-110/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4173981952741117325.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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-ssh1794900435369409768.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd 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/device-snmp-go/branches/PR-110/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/device-snmp-go/branches/PR-110/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4954743180220767945.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 d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 6a41506d72e8e131afc862d141935157bee59f41 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:device-snmp-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: device-snmp-go-settings PROJECT: device-snmp-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: device-snmp 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-770 in /w/workspace/gexfoundry_device-snmp-go_PR-110 [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/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_PR-110 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-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/gexfoundry_device-snmp-go_PR-110@tmp/jenkins-gitclient-ssh579516426092111117.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-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/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-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/gexfoundry_device-snmp-go_PR-110@tmp/jenkins-gitclient-ssh5410784513077601546.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bdf6c703ff7e4dc9654b1e05af75b33f1f140285 into PR head commit f0dc9eba5b07a940d18f5be678818cf245fee7c1 Merge succeeded, producing f0dc9eba5b07a940d18f5be678818cf245fee7c1 Checking out Revision f0dc9eba5b07a940d18f5be678818cf245fee7c1 (PR-110) > git config core.sparsecheckout # timeout=10 > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # 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/gexfoundry_device-snmp-go_PR-110@tmp/jenkins-gitclient-ssh1259896059219110235.key > git merge bdf6c703ff7e4dc9654b1e05af75b33f1f140285 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-14T05:45:34.272Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-14T05:45:34.497Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-14T05:45:34.623Z] ========================================================= [2021-06-14T05:45:34.623Z] EdgeX Global Pipelines Version Info [2021-06-14T05:45:34.623Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:45:36.083Z] ------------------- [2021-06-14T05:45:36.083Z] stable info: [2021-06-14T05:45:36.083Z] ------------------- [2021-06-14T05:45:36.083Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-14T05:45:36.083Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-14T05:45:36.083Z] Message: update stable to v1.0.195 [2021-06-14T05:45:36.677Z] ------------------- [2021-06-14T05:45:36.677Z] experimental info: [2021-06-14T05:45:36.677Z] ------------------- [2021-06-14T05:45:36.677Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-14T05:45:36.677Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-14T05:45:36.677Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-14T05:45:36.913Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2021-06-14T05:45:36.996Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2021-06-14T05:45:37.066Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-14T05:45:37.126Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-14T05:45:37.188Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-14T05:45:37.250Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-14T05:45:37.314Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-14T05:45:37.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-14T05:45:37.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-14T05:45:37.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-14T05:45:37.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-14T05:45:37.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2021-06-14T05:45:37.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-14T05:45:37.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-14T05:45:37.824Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-14T05:45:37.891Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-14T05:45:37.951Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-14T05:45:38.009Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-14T05:45:38.071Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-14T05:45:38.130Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-14T05:45:38.185Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-14T05:45:38.246Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-14T05:45:38.309Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-14T05:45:38.374Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-14T05:45:38.441Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-14T05:45:38.510Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-14T05:45:38.599Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-110 [Pipeline] echo [2021-06-14T05:45:38.668Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-110 [Pipeline] echo [2021-06-14T05:45:38.745Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-110 [Pipeline] echo [2021-06-14T05:45:38.806Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f0dc9eba5b07a940d18f5be678818cf245fee7c1 [Pipeline] echo [2021-06-14T05:45:38.863Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f0dc9eb [Pipeline] echo [2021-06-14T05:45:38.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T05:45:39.222Z] provisioning config files... [2021-06-14T05:45:39.240Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/config3012883423677320653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:45:39.649Z] ---> docker-login.sh [2021-06-14T05:45:39.649Z] nexus3.edgexfoundry.org:10001 [2021-06-14T05:45:40.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:45:40.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:45:40.233Z] Configure a credential helper to remove this warning. See [2021-06-14T05:45:40.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:45:40.233Z] [2021-06-14T05:45:40.233Z] Login Succeeded [2021-06-14T05:45:40.233Z] nexus3.edgexfoundry.org:10002 [2021-06-14T05:45:40.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:45:40.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:45:40.501Z] Configure a credential helper to remove this warning. See [2021-06-14T05:45:40.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:45:40.501Z] [2021-06-14T05:45:40.501Z] Login Succeeded [2021-06-14T05:45:40.501Z] nexus3.edgexfoundry.org:10003 [2021-06-14T05:45:40.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:45:40.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:45:40.501Z] Configure a credential helper to remove this warning. See [2021-06-14T05:45:40.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:45:40.501Z] [2021-06-14T05:45:40.501Z] Login Succeeded [2021-06-14T05:45:40.501Z] nexus3.edgexfoundry.org:10004 [2021-06-14T05:45:40.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:45:40.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:45:40.768Z] Configure a credential helper to remove this warning. See [2021-06-14T05:45:40.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:45:40.768Z] [2021-06-14T05:45:40.768Z] Login Succeeded [2021-06-14T05:45:40.768Z] docker.io [2021-06-14T05:45:40.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:45:41.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:45:41.034Z] Configure a credential helper to remove this warning. See [2021-06-14T05:45:41.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:45:41.034Z] [2021-06-14T05:45:41.034Z] Login Succeeded [2021-06-14T05:45:41.034Z] ---> docker-login.sh ends [Pipeline] } [2021-06-14T05:45:41.060Z] 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 [2021-06-14T05:45:41.928Z] + git log --format=format:%s -1 f0dc9eba5b07a940d18f5be678818cf245fee7c1 [Pipeline] echo [2021-06-14T05:45:41.996Z] GIT_COMMIT: f0dc9eba5b07a940d18f5be678818cf245fee7c1, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2021-06-14T05:45:42.039Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:45:42.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-14T05:45:42.728Z] [2021-06-14T05:45:42.728Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:45:43.096Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-14T05:45:43.096Z] latest: Pulling from edgex-devops/git-semver [2021-06-14T05:45:43.096Z] 31603596830f: Pulling fs layer [2021-06-14T05:45:43.096Z] 54011a49482f: Pulling fs layer [2021-06-14T05:45:43.096Z] a6820b24f6d8: Pulling fs layer [2021-06-14T05:45:43.096Z] f581987b2513: Pulling fs layer [2021-06-14T05:45:43.096Z] f581987b2513: Waiting [2021-06-14T05:45:43.096Z] 54011a49482f: Verifying Checksum [2021-06-14T05:45:43.096Z] 54011a49482f: Download complete [2021-06-14T05:45:43.096Z] 31603596830f: Verifying Checksum [2021-06-14T05:45:43.096Z] 31603596830f: Download complete [2021-06-14T05:45:43.366Z] f581987b2513: Verifying Checksum [2021-06-14T05:45:43.366Z] f581987b2513: Download complete [2021-06-14T05:45:43.366Z] 31603596830f: Pull complete [2021-06-14T05:45:43.366Z] a6820b24f6d8: Verifying Checksum [2021-06-14T05:45:43.366Z] a6820b24f6d8: Download complete [2021-06-14T05:45:43.366Z] 54011a49482f: Pull complete [2021-06-14T05:45:44.320Z] a6820b24f6d8: Pull complete [2021-06-14T05:45:44.320Z] f581987b2513: Pull complete [2021-06-14T05:45:44.320Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-14T05:45:44.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-14T05:45:44.320Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-14T05:45:44.427Z] prd-centos7-docker-4c-2g-770 does not seem to be running inside a container [2021-06-14T05:45:44.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-110 -v /w/workspace/gexfoundry_device-snmp-go_PR-110:/w/workspace/gexfoundry_device-snmp-go_PR-110:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-14T05:45:46.673Z] $ docker top a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-14T05:45:46.920Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-14T05:45:46.920Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-14T05:45:47.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-14T05:45:47.039Z] $ docker exec a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d ssh-agent [2021-06-14T05:45:47.148Z] SSH_AUTH_SOCK=/tmp/ssh-PLQ2yR0AbAut/agent.13 [2021-06-14T05:45:47.148Z] SSH_AGENT_PID=19 [2021-06-14T05:45:47.156Z] Running ssh-add (command line suppressed) [2021-06-14T05:45:47.255Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/private_key_1326422200876104031.key (/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/private_key_1326422200876104031.key) [2021-06-14T05:45:47.274Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-14T05:45:47.626Z] + git tag --points-at HEAD [Pipeline] } [2021-06-14T05:45:47.648Z] $ docker exec --env ******** --env ******** a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d ssh-agent -k [2021-06-14T05:45:47.755Z] unset SSH_AUTH_SOCK; [2021-06-14T05:45:47.756Z] unset SSH_AGENT_PID; [2021-06-14T05:45:47.756Z] echo Agent pid 19 killed; [2021-06-14T05:45:47.771Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-14T05:45:47.884Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-14T05:45:47.884Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-14T05:45:47.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-14T05:45:47.993Z] $ docker exec a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d ssh-agent [2021-06-14T05:45:48.106Z] SSH_AUTH_SOCK=/tmp/ssh-oiUPOHyL5b3F/agent.52 [2021-06-14T05:45:48.106Z] SSH_AGENT_PID=58 [2021-06-14T05:45:48.112Z] Running ssh-add (command line suppressed) [2021-06-14T05:45:48.204Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/private_key_4579038589663214850.key (/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/private_key_4579038589663214850.key) [2021-06-14T05:45:48.285Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-14T05:45:48.670Z] + git semver init [2021-06-14T05:45:48.670Z] # -> Open(): unable to determine branch for HEAD [2021-06-14T05:45:48.670Z] # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-110/.git [2021-06-14T05:45:48.671Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_PR-110 [2021-06-14T05:45:48.671Z] # $SEMVER_REMOTE_NAME = origin [2021-06-14T05:45:48.671Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-14T05:45:48.671Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-14T05:45:48.671Z] # $SEMVER_BRANCH = PR-110 [2021-06-14T05:45:48.671Z] # $SEMVER_TEMP = /tmp/semver-533686034 [2021-06-14T05:45:48.671Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2021-06-14T05:45:48.936Z] # '/tmp/semver-533686034' -> '/w/workspace/gexfoundry_device-snmp-go_PR-110/.semver' [2021-06-14T05:45:48.936Z] # -> Force: false [2021-06-14T05:45:48.936Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-110/.semver [Pipeline] } [2021-06-14T05:45:48.961Z] $ docker exec --env ******** --env ******** a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d ssh-agent -k [2021-06-14T05:45:49.064Z] unset SSH_AUTH_SOCK; [2021-06-14T05:45:49.064Z] unset SSH_AGENT_PID; [2021-06-14T05:45:49.064Z] echo Agent pid 58 killed; [2021-06-14T05:45:49.087Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-14T05:45:49.541Z] + git semver [Pipeline] } [2021-06-14T05:45:49.570Z] $ docker stop --time=1 a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d [2021-06-14T05:45:50.806Z] $ docker rm -f a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-14T05:45:51.234Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-14T05:45:51.572Z] Stashed 1 file(s) [Pipeline] echo [2021-06-14T05:45:51.594Z] [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 [2021-06-14T05:46:07.158Z] Still waiting to schedule task [2021-06-14T05:46:07.159Z] ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-06-14T05:46:07.159Z] ‘prd-centos7-docker-4c-2g-762’ is offline [2021-06-14T05:46:07.159Z] ‘prd-centos7-docker-4c-2g-764’ is offline [2021-06-14T05:46:07.159Z] ‘prd-centos7-docker-4c-2g-765’ is offline [2021-06-14T05:46:07.159Z] ‘prd-centos7-docker-4c-2g-773’ is offline [2021-06-14T05:46:07.190Z] Still waiting to schedule task [2021-06-14T05:46:07.191Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-14T05:47:50.087Z] Running on prd-centos7-docker-4c-2g-777 in /w/workspace/gexfoundry_device-snmp-go_PR-110 [Pipeline] { [Pipeline] ws [2021-06-14T05:47:50.159Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2021-06-14T05:47:50.316Z] Selected Git installation does not exist. Using Default [2021-06-14T05:47:50.316Z] The recommended git tool is: NONE [2021-06-14T05:47:52.595Z] using credential edgex-jenkins-ssh [2021-06-14T05:47:52.624Z] Cloning the remote Git repository [2021-06-14T05:47:52.268Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-06-14T05:47:52.333Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2021-06-14T05:47:52.367Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-06-14T05:47:52.367Z] > git --version # timeout=10 [2021-06-14T05:47:52.380Z] > git --version # 'git version 2.24.4' [2021-06-14T05:47:52.381Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T05:47:52.408Z] [INFO] Currently running in a labeled security context [2021-06-14T05:47:52.408Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-14T05:47:52.408Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh4758422564954138495.key [2021-06-14T05:47:52.444Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-14T05:47:52.943Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-06-14T05:47:52.959Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-14T05:47:52.972Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-06-14T05:47:52.992Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-06-14T05:47:52.993Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T05:47:52.994Z] [INFO] Currently running in a labeled security context [2021-06-14T05:47:52.994Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-14T05:47:52.994Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh6043863613232509607.key [2021-06-14T05:47:53.001Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-14T05:47:53.691Z] Merging remotes/origin/master commit bdf6c703ff7e4dc9654b1e05af75b33f1f140285 into PR head commit f0dc9eba5b07a940d18f5be678818cf245fee7c1 [2021-06-14T05:47:53.772Z] Merge succeeded, producing f0dc9eba5b07a940d18f5be678818cf245fee7c1 [2021-06-14T05:47:53.773Z] Checking out Revision f0dc9eba5b07a940d18f5be678818cf245fee7c1 (PR-110) [2021-06-14T05:47:53.411Z] > git config core.sparsecheckout # timeout=10 [2021-06-14T05:47:53.418Z] > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 [2021-06-14T05:47:53.453Z] > git remote # timeout=10 [2021-06-14T05:47:53.461Z] > git config --get remote.origin.url # timeout=10 [2021-06-14T05:47:53.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T05:47:53.470Z] [INFO] Currently running in a labeled security context [2021-06-14T05:47:53.470Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-14T05:47:53.470Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh3510334840162101942.key [2021-06-14T05:47:53.474Z] > git merge bdf6c703ff7e4dc9654b1e05af75b33f1f140285 # timeout=10 [2021-06-14T05:47:53.483Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-14T05:47:53.493Z] > git config core.sparsecheckout # timeout=10 [2021-06-14T05:47:53.497Z] > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 [2021-06-14T05:47:57.222Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" [2021-06-14T05:47:57.245Z] > git --version # timeout=10 [2021-06-14T05:47:57.249Z] > git --version # 'git version 2.24.4' [2021-06-14T05:47:57.254Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-14T05:47:58.647Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-14T05:47:59.006Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-14T05:47:59.341Z] + sudo service docker restart [2021-06-14T05:47:59.341Z] + true [2021-06-14T05:47:59.341Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T05:48:17.600Z] provisioning config files... [2021-06-14T05:48:17.617Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config239798336259456175tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:48:18.100Z] ---> docker-login.sh [2021-06-14T05:48:18.100Z] nexus3.edgexfoundry.org:10001 [2021-06-14T05:48:18.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:48:18.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:48:18.631Z] Configure a credential helper to remove this warning. See [2021-06-14T05:48:18.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:48:18.631Z] [2021-06-14T05:48:18.631Z] Login Succeeded [2021-06-14T05:48:18.631Z] nexus3.edgexfoundry.org:10002 [2021-06-14T05:48:18.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:48:18.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:48:18.896Z] Configure a credential helper to remove this warning. See [2021-06-14T05:48:18.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:48:18.896Z] [2021-06-14T05:48:18.896Z] Login Succeeded [2021-06-14T05:48:18.896Z] nexus3.edgexfoundry.org:10003 [2021-06-14T05:48:18.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:48:18.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:48:18.896Z] Configure a credential helper to remove this warning. See [2021-06-14T05:48:18.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:48:18.896Z] [2021-06-14T05:48:18.896Z] Login Succeeded [2021-06-14T05:48:18.896Z] nexus3.edgexfoundry.org:10004 [2021-06-14T05:48:19.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:48:19.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:48:19.158Z] Configure a credential helper to remove this warning. See [2021-06-14T05:48:19.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:48:19.158Z] [2021-06-14T05:48:19.158Z] Login Succeeded [2021-06-14T05:48:19.158Z] docker.io [2021-06-14T05:48:19.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:48:19.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:48:19.423Z] Configure a credential helper to remove this warning. See [2021-06-14T05:48:19.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:48:19.423Z] [2021-06-14T05:48:19.423Z] Login Succeeded [2021-06-14T05:48:19.423Z] ---> docker-login.sh ends [Pipeline] } [2021-06-14T05:48:19.448Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-14T05:48:19.753Z] ========================================================= [2021-06-14T05:48:19.753Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-14T05:48:19.753Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:48:20.111Z] + 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 . [2021-06-14T05:48:20.111Z] Sending build context to Docker daemon 368.6kB [2021-06-14T05:48:20.111Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-06-14T05:48:20.111Z] Step 2/10 : FROM ${BASE} [2021-06-14T05:48:20.111Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-14T05:48:20.111Z] 540db60ca938: Pulling fs layer [2021-06-14T05:48:20.111Z] adcc1eea9eea: Pulling fs layer [2021-06-14T05:48:20.111Z] 4c4ab2625f07: Pulling fs layer [2021-06-14T05:48:20.111Z] 0510c868ecb4: Pulling fs layer [2021-06-14T05:48:20.111Z] afea3b2eda06: Pulling fs layer [2021-06-14T05:48:20.111Z] 7809a108b3ef: Pulling fs layer [2021-06-14T05:48:20.111Z] f706445af74f: Pulling fs layer [2021-06-14T05:48:20.111Z] 0510c868ecb4: Waiting [2021-06-14T05:48:20.111Z] afea3b2eda06: Waiting [2021-06-14T05:48:20.111Z] 7809a108b3ef: Waiting [2021-06-14T05:48:20.111Z] f706445af74f: Waiting [2021-06-14T05:48:20.378Z] 4c4ab2625f07: Verifying Checksum [2021-06-14T05:48:20.378Z] 4c4ab2625f07: Download complete [2021-06-14T05:48:20.378Z] adcc1eea9eea: Verifying Checksum [2021-06-14T05:48:20.378Z] adcc1eea9eea: Download complete [2021-06-14T05:48:20.378Z] afea3b2eda06: Verifying Checksum [2021-06-14T05:48:20.378Z] afea3b2eda06: Download complete [2021-06-14T05:48:20.378Z] 7809a108b3ef: Verifying Checksum [2021-06-14T05:48:20.378Z] 7809a108b3ef: Download complete [2021-06-14T05:48:20.378Z] 540db60ca938: Verifying Checksum [2021-06-14T05:48:20.378Z] 540db60ca938: Download complete [2021-06-14T05:48:20.378Z] 540db60ca938: Pull complete [2021-06-14T05:48:20.737Z] adcc1eea9eea: Pull complete [2021-06-14T05:48:20.737Z] 4c4ab2625f07: Pull complete [2021-06-14T05:48:21.696Z] f706445af74f: Verifying Checksum [2021-06-14T05:48:21.696Z] f706445af74f: Download complete [2021-06-14T05:48:22.279Z] 0510c868ecb4: Verifying Checksum [2021-06-14T05:48:22.279Z] 0510c868ecb4: Download complete [2021-06-14T05:48:25.634Z] 0510c868ecb4: Pull complete [2021-06-14T05:48:25.634Z] afea3b2eda06: Pull complete [2021-06-14T05:48:25.900Z] 7809a108b3ef: Pull complete [2021-06-14T05:48:27.309Z] f706445af74f: Pull complete [2021-06-14T05:48:27.309Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-14T05:48:27.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-14T05:48:27.309Z] ---> b068be0155e3 [2021-06-14T05:48:27.309Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" [2021-06-14T05:48:33.936Z] ---> Running in 086621afd683 [2021-06-14T05:48:33.936Z] Removing intermediate container 086621afd683 [2021-06-14T05:48:33.936Z] ---> a7e8cd55d517 [2021-06-14T05:48:33.936Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-06-14T05:48:33.936Z] ---> Running in de918891dd55 [2021-06-14T05:48:33.936Z] Removing intermediate container de918891dd55 [2021-06-14T05:48:33.936Z] ---> 657c66a00d7c [2021-06-14T05:48:33.936Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-06-14T05:48:33.936Z] ---> Running in b5b44530e6e8 [2021-06-14T05:48:33.936Z] Removing intermediate container b5b44530e6e8 [2021-06-14T05:48:33.936Z] ---> 84fc4e1827bb [2021-06-14T05:48:33.936Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T05:48:33.936Z] ---> Running in 0b97a60f5be7 [2021-06-14T05:48:34.209Z] Removing intermediate container 0b97a60f5be7 [2021-06-14T05:48:34.209Z] ---> ceb43a17a909 [2021-06-14T05:48:34.209Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-14T05:48:34.209Z] ---> Running in 2e5d9e11b8f8 [2021-06-14T05:48:34.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T05:48:35.433Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T05:48:35.697Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-06-14T05:48:35.697Z] (2/13) Installing libsodium (1.0.18-r0) [2021-06-14T05:48:35.959Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-06-14T05:48:35.959Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-06-14T05:48:35.959Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-06-14T05:48:36.222Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-06-14T05:48:36.222Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-06-14T05:48:36.488Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-06-14T05:48:36.488Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-06-14T05:48:36.751Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-06-14T05:48:36.751Z] (11/13) Installing openssh (8.4_p1-r3) [2021-06-14T05:48:37.016Z] (12/13) Installing libzmq (4.3.3-r1) [2021-06-14T05:48:37.016Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-06-14T05:48:37.016Z] Executing busybox-1.32.1-r6.trigger [2021-06-14T05:48:37.016Z] OK: 156 MiB in 53 packages [2021-06-14T05:48:37.621Z] Removing intermediate container 2e5d9e11b8f8 [2021-06-14T05:48:37.621Z] ---> a80105e783c2 [2021-06-14T05:48:37.621Z] Step 8/10 : WORKDIR /device-snmp-go [2021-06-14T05:48:37.621Z] ---> Running in e993c94220b7 [2021-06-14T05:48:37.621Z] Removing intermediate container e993c94220b7 [2021-06-14T05:48:37.621Z] ---> ccf21f772fda [2021-06-14T05:48:37.621Z] Step 9/10 : COPY . . [2021-06-14T05:48:37.892Z] ---> 1072a9e64bac [2021-06-14T05:48:37.892Z] Step 10/10 : RUN go mod download [2021-06-14T05:48:37.892Z] ---> Running in 7c0912c63627 [2021-06-14T05:49:04.573Z] Removing intermediate container 7c0912c63627 [2021-06-14T05:49:04.573Z] ---> 60227097be4a [2021-06-14T05:49:04.573Z] Successfully built 60227097be4a [2021-06-14T05:49:04.573Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:49:04.908Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-14T05:49:04.908Z] . [Pipeline] withDockerContainer [2021-06-14T05:49:05.011Z] prd-centos7-docker-4c-2g-777 does not seem to be running inside a container [2021-06-14T05:49:05.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-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 ******** ci-base-image-x86_64 cat [2021-06-14T05:49:05.439Z] $ docker top 981140e01d4f7748d292e0872160e89b1f2993f920fa40a4377b691265050e1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T05:49:05.883Z] + go version [2021-06-14T05:49:05.883Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-14T05:49:05.909Z] $ docker stop --time=1 981140e01d4f7748d292e0872160e89b1f2993f920fa40a4377b691265050e1a [2021-06-14T05:49:07.163Z] $ docker rm -f 981140e01d4f7748d292e0872160e89b1f2993f920fa40a4377b691265050e1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:49:08.193Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-14T05:49:08.193Z] . [Pipeline] withDockerContainer [2021-06-14T05:49:08.305Z] prd-centos7-docker-4c-2g-777 does not seem to be running inside a container [2021-06-14T05:49:08.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-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 ******** ci-base-image-x86_64 cat [2021-06-14T05:49:08.749Z] $ docker top 1df661a84efe45b8a95af5256cb88aa7cf476c4a9dcad28d24f7bec3452f078a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T05:49:09.198Z] + go mod tidy [2021-06-14T05:49:09.466Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [2021-06-14T05:49:09.466Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [2021-06-14T05:49:09.466Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-06-14T05:49:09.727Z] github.com/edgexfoundry/device-snmp-go/internal/driver imports [2021-06-14T05:49:09.727Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [2021-06-14T05:49:09.727Z] github.com/edgexfoundry/device-snmp-go/internal/driver imports [2021-06-14T05:49:09.727Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [Pipeline] } [2021-06-14T05:49:09.770Z] $ docker stop --time=1 1df661a84efe45b8a95af5256cb88aa7cf476c4a9dcad28d24f7bec3452f078a [2021-06-14T05:49:11.178Z] $ docker rm -f 1df661a84efe45b8a95af5256cb88aa7cf476c4a9dcad28d24f7bec3452f078a [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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:49:12.852Z] ---> job-cost.sh [2021-06-14T05:49:12.852Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6bse [2021-06-14T05:49:25.160Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-14T05:49:26.507Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-785 in /w/workspace/gexfoundry_device-snmp-go_PR-110 [Pipeline] { [Pipeline] ws [2021-06-14T05:49:26.604Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2021-06-14T05:49:26.861Z] Selected Git installation does not exist. Using Default [2021-06-14T05:49:26.861Z] The recommended git tool is: NONE [2021-06-14T05:49:33.041Z] using credential edgex-jenkins-ssh [2021-06-14T05:49:33.061Z] Cloning the remote Git repository [2021-06-14T05:49:33.116Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-06-14T05:49:33.238Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2021-06-14T05:49:33.327Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-06-14T05:49:33.328Z] > git --version # timeout=10 [2021-06-14T05:49:33.343Z] > git --version # 'git version 2.17.1' [2021-06-14T05:49:33.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T05:49:33.462Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-14T05:49:34.154Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-06-14T05:49:34.168Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-14T05:49:34.202Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-06-14T05:49:34.236Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-06-14T05:49:34.237Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T05:49:34.251Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-14T05:49:34.717Z] Merging remotes/origin/master commit bdf6c703ff7e4dc9654b1e05af75b33f1f140285 into PR head commit f0dc9eba5b07a940d18f5be678818cf245fee7c1 [2021-06-14T05:49:34.933Z] Merge succeeded, producing f0dc9eba5b07a940d18f5be678818cf245fee7c1 [2021-06-14T05:49:34.933Z] Checking out Revision f0dc9eba5b07a940d18f5be678818cf245fee7c1 (PR-110) [2021-06-14T05:49:34.734Z] > git config core.sparsecheckout # timeout=10 [2021-06-14T05:49:34.753Z] > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 [2021-06-14T05:49:34.829Z] > git remote # timeout=10 [2021-06-14T05:49:34.852Z] > git config --get remote.origin.url # timeout=10 [2021-06-14T05:49:34.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T05:49:34.886Z] > git merge bdf6c703ff7e4dc9654b1e05af75b33f1f140285 # timeout=10 [2021-06-14T05:49:34.912Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-14T05:49:34.936Z] > git config core.sparsecheckout # timeout=10 [2021-06-14T05:49:34.960Z] > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 [2021-06-14T05:49:39.486Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" [2021-06-14T05:49:39.544Z] > git --version # timeout=10 [2021-06-14T05:49:39.559Z] > git --version # 'git version 2.17.1' [2021-06-14T05:49:39.571Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-14T05:49:39.841Z] [2021-06-14T05:49:39.841Z] GitHub has been notified of this commit’s build result [2021-06-14T05:49:39.841Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-14T05:49:41.243Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-14T05:49:41.727Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-14T05:49:42.159Z] + sudo service docker restart [2021-06-14T05:49:42.159Z] + true [2021-06-14T05:49:47.247Z] lf-activate-venv(): INFO: Adding /tmp/venv-6bse/bin to PATH [2021-06-14T05:49:47.247Z] INFO: No Stack... [2021-06-14T05:49:47.247Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-14T05:49:47.247Z] INFO: Archiving Costs [Pipeline] sh [2021-06-14T05:49:47.680Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2021-06-14T05:49:47.680Z] + cut -d, -f6 [Pipeline] lock [2021-06-14T05:49:47.766Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] [2021-06-14T05:49:47.772Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] did not exist. Created. [2021-06-14T05:49:47.772Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-14T05:49:48.225Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-14T05:49:48.474Z] Stashed 1 file(s) [Pipeline] } [2021-06-14T05:49:48.498Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-14T05:49:49.197Z] Failed in branch amd64 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T05:50:00.664Z] provisioning config files... [2021-06-14T05:50:00.694Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config4738838011009166564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:50:01.129Z] ---> docker-login.sh [2021-06-14T05:50:01.129Z] nexus3.edgexfoundry.org:10001 [2021-06-14T05:50:01.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:50:02.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:50:02.372Z] Configure a credential helper to remove this warning. See [2021-06-14T05:50:02.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:50:02.372Z] [2021-06-14T05:50:02.372Z] Login Succeeded [2021-06-14T05:50:02.372Z] nexus3.edgexfoundry.org:10002 [2021-06-14T05:50:02.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:50:02.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:50:02.939Z] Configure a credential helper to remove this warning. See [2021-06-14T05:50:02.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:50:02.939Z] [2021-06-14T05:50:02.939Z] Login Succeeded [2021-06-14T05:50:02.939Z] nexus3.edgexfoundry.org:10003 [2021-06-14T05:50:03.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:50:03.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:50:03.552Z] Configure a credential helper to remove this warning. See [2021-06-14T05:50:03.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:50:03.552Z] [2021-06-14T05:50:03.552Z] Login Succeeded [2021-06-14T05:50:03.552Z] nexus3.edgexfoundry.org:10004 [2021-06-14T05:50:04.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:50:04.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:50:04.175Z] Configure a credential helper to remove this warning. See [2021-06-14T05:50:04.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:50:04.175Z] [2021-06-14T05:50:04.175Z] Login Succeeded [2021-06-14T05:50:04.175Z] docker.io [2021-06-14T05:50:04.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:50:05.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:50:05.058Z] Configure a credential helper to remove this warning. See [2021-06-14T05:50:05.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:50:05.058Z] [2021-06-14T05:50:05.058Z] Login Succeeded [2021-06-14T05:50:05.058Z] ---> docker-login.sh ends [Pipeline] } [2021-06-14T05:50:05.108Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-14T05:50:05.796Z] ========================================================= [2021-06-14T05:50:05.796Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-14T05:50:05.796Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:50:06.243Z] + 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 . [2021-06-14T05:50:06.525Z] Sending build context to Docker daemon 367.6kB [2021-06-14T05:50:06.800Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-06-14T05:50:06.800Z] Step 2/10 : FROM ${BASE} [2021-06-14T05:50:06.800Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-14T05:50:06.800Z] 595b0fe564bb: Pulling fs layer [2021-06-14T05:50:06.800Z] 3088b5b3c5c0: Pulling fs layer [2021-06-14T05:50:06.800Z] 5b7225fbf94c: Pulling fs layer [2021-06-14T05:50:06.800Z] ba82ee9f976e: Pulling fs layer [2021-06-14T05:50:06.800Z] 506bd15cee9f: Pulling fs layer [2021-06-14T05:50:06.800Z] 75a0a4a0db45: Pulling fs layer [2021-06-14T05:50:06.800Z] 618dc40b7e24: Pulling fs layer [2021-06-14T05:50:06.800Z] ba82ee9f976e: Waiting [2021-06-14T05:50:06.800Z] 506bd15cee9f: Waiting [2021-06-14T05:50:06.800Z] 75a0a4a0db45: Waiting [2021-06-14T05:50:06.800Z] 618dc40b7e24: Waiting [2021-06-14T05:50:06.800Z] 5b7225fbf94c: Verifying Checksum [2021-06-14T05:50:06.800Z] 5b7225fbf94c: Download complete [2021-06-14T05:50:07.075Z] 3088b5b3c5c0: Verifying Checksum [2021-06-14T05:50:07.075Z] 3088b5b3c5c0: Download complete [2021-06-14T05:50:07.075Z] 506bd15cee9f: Verifying Checksum [2021-06-14T05:50:07.075Z] 506bd15cee9f: Download complete [2021-06-14T05:50:07.075Z] 75a0a4a0db45: Verifying Checksum [2021-06-14T05:50:07.075Z] 75a0a4a0db45: Download complete [2021-06-14T05:50:07.075Z] 595b0fe564bb: Verifying Checksum [2021-06-14T05:50:07.075Z] 595b0fe564bb: Download complete [2021-06-14T05:50:07.781Z] 595b0fe564bb: Pull complete [2021-06-14T05:50:08.410Z] 3088b5b3c5c0: Pull complete [2021-06-14T05:50:08.708Z] 5b7225fbf94c: Pull complete [2021-06-14T05:50:09.308Z] 618dc40b7e24: Verifying Checksum [2021-06-14T05:50:09.308Z] 618dc40b7e24: Download complete [2021-06-14T05:50:13.647Z] ba82ee9f976e: Verifying Checksum [2021-06-14T05:50:13.647Z] ba82ee9f976e: Download complete [2021-06-14T05:50:23.828Z] ba82ee9f976e: Pull complete [2021-06-14T05:50:23.828Z] 506bd15cee9f: Pull complete [2021-06-14T05:50:23.828Z] 75a0a4a0db45: Pull complete [2021-06-14T05:50:27.234Z] 618dc40b7e24: Pull complete [2021-06-14T05:50:27.234Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-14T05:50:27.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-14T05:50:27.234Z] ---> a36622ca3599 [2021-06-14T05:50:27.234Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" [2021-06-14T05:50:30.619Z] ---> Running in a3171bae96cc [2021-06-14T05:50:30.619Z] Removing intermediate container a3171bae96cc [2021-06-14T05:50:30.619Z] ---> 2eebc664a453 [2021-06-14T05:50:30.619Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-06-14T05:50:30.893Z] ---> Running in f4da5d2b568d [2021-06-14T05:50:31.486Z] Removing intermediate container f4da5d2b568d [2021-06-14T05:50:31.486Z] ---> 1aaf0a3dca41 [2021-06-14T05:50:31.486Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-06-14T05:50:31.486Z] ---> Running in 7889bebe51c8 [2021-06-14T05:50:32.089Z] Removing intermediate container 7889bebe51c8 [2021-06-14T05:50:32.089Z] ---> be8b320c3396 [2021-06-14T05:50:32.089Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T05:50:32.089Z] ---> Running in ce59e332e0c0 [2021-06-14T05:50:34.726Z] Removing intermediate container ce59e332e0c0 [2021-06-14T05:50:34.726Z] ---> b92267932250 [2021-06-14T05:50:34.726Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-14T05:50:34.726Z] ---> Running in c1cfc2cfe0ec [2021-06-14T05:50:36.167Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-14T05:50:37.147Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-14T05:50:38.575Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-06-14T05:50:38.575Z] (2/13) Installing libsodium (1.0.18-r0) [2021-06-14T05:50:38.575Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-06-14T05:50:38.575Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-06-14T05:50:38.847Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-06-14T05:50:39.119Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-06-14T05:50:39.394Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-06-14T05:50:40.901Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-06-14T05:50:40.901Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-06-14T05:50:40.901Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-06-14T05:50:41.496Z] (11/13) Installing openssh (8.4_p1-r3) [2021-06-14T05:50:42.105Z] (12/13) Installing libzmq (4.3.3-r1) [2021-06-14T05:50:42.703Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-06-14T05:50:42.703Z] Executing busybox-1.32.1-r6.trigger [2021-06-14T05:50:42.703Z] OK: 145 MiB in 53 packages [2021-06-14T05:50:44.146Z] Removing intermediate container c1cfc2cfe0ec [2021-06-14T05:50:44.146Z] ---> dfb92e682822 [2021-06-14T05:50:44.146Z] Step 8/10 : WORKDIR /device-snmp-go [2021-06-14T05:50:44.146Z] ---> Running in c7001c410d0b [2021-06-14T05:50:44.747Z] Removing intermediate container c7001c410d0b [2021-06-14T05:50:44.747Z] ---> 7fd63e5b4763 [2021-06-14T05:50:44.747Z] Step 9/10 : COPY . . [2021-06-14T05:50:45.726Z] ---> a1afb3d00690 [2021-06-14T05:50:45.726Z] Step 10/10 : RUN go mod download [2021-06-14T05:50:46.004Z] ---> Running in 30f4776c7479 [2021-06-14T05:51:12.828Z] Removing intermediate container 30f4776c7479 [2021-06-14T05:51:12.828Z] ---> 631ec62a925c [2021-06-14T05:51:12.828Z] Successfully built 631ec62a925c [2021-06-14T05:51:12.828Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:51:13.218Z] + docker inspect -f . ci-base-image-arm64 [2021-06-14T05:51:13.218Z] . [Pipeline] withDockerContainer [2021-06-14T05:51:13.506Z] prd-ubuntu18.04-docker-arm64-4c-16g-785 does not seem to be running inside a container [2021-06-14T05:51:13.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-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 ******** ci-base-image-arm64 cat [2021-06-14T05:51:15.127Z] $ docker top bc881dfa5898fd08d379abe5b3b2d643a7d051a62319a8faa6a3babc15941250 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T05:51:16.129Z] + go version [2021-06-14T05:51:16.129Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-14T05:51:16.166Z] $ docker stop --time=1 bc881dfa5898fd08d379abe5b3b2d643a7d051a62319a8faa6a3babc15941250 [2021-06-14T05:51:18.058Z] $ docker rm -f bc881dfa5898fd08d379abe5b3b2d643a7d051a62319a8faa6a3babc15941250 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:51:19.069Z] + docker inspect -f . ci-base-image-arm64 [2021-06-14T05:51:19.070Z] . [Pipeline] withDockerContainer [2021-06-14T05:51:19.353Z] prd-ubuntu18.04-docker-arm64-4c-16g-785 does not seem to be running inside a container [2021-06-14T05:51:19.437Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-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 ******** ci-base-image-arm64 cat [2021-06-14T05:51:21.061Z] $ docker top d5f383a0ebbfda60b0712df694cd242189c1c44dce1aad0311c494529fc999ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T05:51:22.187Z] + go mod tidy [2021-06-14T05:51:22.791Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [2021-06-14T05:51:22.791Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [2021-06-14T05:51:23.062Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-06-14T05:51:23.333Z] github.com/edgexfoundry/device-snmp-go/internal/driver imports [2021-06-14T05:51:23.333Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [2021-06-14T05:51:23.333Z] github.com/edgexfoundry/device-snmp-go/internal/driver imports [2021-06-14T05:51:23.333Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [Pipeline] } [2021-06-14T05:51:23.384Z] $ docker stop --time=1 d5f383a0ebbfda60b0712df694cd242189c1c44dce1aad0311c494529fc999ca [2021-06-14T05:51:25.346Z] $ docker rm -f d5f383a0ebbfda60b0712df694cd242189c1c44dce1aad0311c494529fc999ca [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] libraryResource [Pipeline] sh [2021-06-14T05:51:26.683Z] ---> job-cost.sh [2021-06-14T05:51:26.683Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-X8JO [2021-06-14T05:52:05.665Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-14T05:53:42.434Z] lf-activate-venv(): INFO: Adding /tmp/venv-X8JO/bin to PATH [2021-06-14T05:53:42.434Z] INFO: No Stack... [2021-06-14T05:53:42.434Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-14T05:53:42.434Z] INFO: Archiving Costs [Pipeline] sh [2021-06-14T05:53:42.818Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2021-06-14T05:53:42.818Z] + cut -d, -f6 [Pipeline] lock [2021-06-14T05:53:42.910Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] [2021-06-14T05:53:42.918Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] did not exist. Created. [2021-06-14T05:53:42.918Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-14T05:53:43.361Z] /w/workspace/device-snmp-go/1@tmp/durable-2ae1665d/script.sh: 1: /w/workspace/device-snmp-go/1@tmp/durable-2ae1665d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-14T05:53:43.746Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-14T05:53:43.785Z] Warning: overwriting stash ‘stack-cost’ [2021-06-14T05:53:44.345Z] Stashed 1 file(s) [Pipeline] } [2021-06-14T05:53:44.370Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-14T05:53:44.990Z] Failed in branch arm64 [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] libraryResource [Pipeline] sh [2021-06-14T05:53:47.761Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:53:48.376Z] ---> package-listing.sh [2021-06-14T05:53:48.376Z] ++ facter osfamily [2021-06-14T05:53:48.376Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-14T05:53:48.640Z] + OS_FAMILY=redhat [2021-06-14T05:53:48.640Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-110 [2021-06-14T05:53:48.640Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-14T05:53:48.640Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-14T05:53:48.640Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-14T05:53:48.640Z] + PACKAGES=/tmp/packages_start.txt [2021-06-14T05:53:48.640Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-110 ']' [2021-06-14T05:53:48.640Z] + PACKAGES=/tmp/packages_end.txt [2021-06-14T05:53:48.640Z] + case "${OS_FAMILY}" in [2021-06-14T05:53:48.640Z] + rpm -qa [2021-06-14T05:53:48.640Z] + sort [2021-06-14T05:53:49.213Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-14T05:53:49.213Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-14T05:53:49.213Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-14T05:53:49.213Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-110 ']' [2021-06-14T05:53:49.213Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-110/archives/ [2021-06-14T05:53:49.213Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-110/archives/ [Pipeline] echo [2021-06-14T05:53:49.253Z] 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/gexfoundry_device-snmp-go_PR-110/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-14T05:53:49.568Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:53:50.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-14T05:53:50.186Z] [2021-06-14T05:53:50.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:53:50.586Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-14T05:53:50.587Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-14T05:53:50.587Z] df20fa9351a1: Pulling fs layer [2021-06-14T05:53:50.587Z] 36b3adc4ff6f: Pulling fs layer [2021-06-14T05:53:50.587Z] 8ad3a11d3b57: Pulling fs layer [2021-06-14T05:53:50.587Z] 46f8f816bc3b: Pulling fs layer [2021-06-14T05:53:50.587Z] 93b61091891f: Pulling fs layer [2021-06-14T05:53:50.587Z] 93b9cdb0e59b: Pulling fs layer [2021-06-14T05:53:50.587Z] 5e14af77c1be: Pulling fs layer [2021-06-14T05:53:50.587Z] 01666e4c0597: Pulling fs layer [2021-06-14T05:53:50.587Z] aa168da1d23b: Pulling fs layer [2021-06-14T05:53:50.587Z] 46f8f816bc3b: Waiting [2021-06-14T05:53:50.587Z] 93b61091891f: Waiting [2021-06-14T05:53:50.587Z] 93b9cdb0e59b: Waiting [2021-06-14T05:53:50.587Z] 5e14af77c1be: Waiting [2021-06-14T05:53:50.587Z] 01666e4c0597: Waiting [2021-06-14T05:53:50.587Z] aa168da1d23b: Waiting [2021-06-14T05:53:50.587Z] 36b3adc4ff6f: Verifying Checksum [2021-06-14T05:53:50.587Z] 36b3adc4ff6f: Download complete [2021-06-14T05:53:50.587Z] 46f8f816bc3b: Verifying Checksum [2021-06-14T05:53:50.587Z] 46f8f816bc3b: Download complete [2021-06-14T05:53:50.857Z] df20fa9351a1: Verifying Checksum [2021-06-14T05:53:50.857Z] df20fa9351a1: Download complete [2021-06-14T05:53:50.857Z] 93b9cdb0e59b: Verifying Checksum [2021-06-14T05:53:50.857Z] 93b9cdb0e59b: Download complete [2021-06-14T05:53:50.857Z] 5e14af77c1be: Verifying Checksum [2021-06-14T05:53:50.857Z] 5e14af77c1be: Download complete [2021-06-14T05:53:50.857Z] 01666e4c0597: Verifying Checksum [2021-06-14T05:53:50.857Z] 01666e4c0597: Download complete [2021-06-14T05:53:50.857Z] 93b61091891f: Verifying Checksum [2021-06-14T05:53:50.857Z] 93b61091891f: Download complete [2021-06-14T05:53:50.857Z] df20fa9351a1: Pull complete [2021-06-14T05:53:51.129Z] 36b3adc4ff6f: Pull complete [2021-06-14T05:53:51.129Z] 8ad3a11d3b57: Verifying Checksum [2021-06-14T05:53:51.129Z] 8ad3a11d3b57: Download complete [2021-06-14T05:53:51.701Z] 8ad3a11d3b57: Pull complete [2021-06-14T05:53:51.701Z] 46f8f816bc3b: Pull complete [2021-06-14T05:53:51.966Z] 93b61091891f: Pull complete [2021-06-14T05:53:51.966Z] 93b9cdb0e59b: Pull complete [2021-06-14T05:53:52.237Z] 5e14af77c1be: Pull complete [2021-06-14T05:53:52.237Z] 01666e4c0597: Pull complete [2021-06-14T05:53:52.817Z] aa168da1d23b: Verifying Checksum [2021-06-14T05:53:52.817Z] aa168da1d23b: Download complete [2021-06-14T05:53:57.039Z] aa168da1d23b: Pull complete [2021-06-14T05:53:57.039Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-14T05:53:57.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-14T05:53:57.039Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-14T05:53:57.155Z] prd-centos7-docker-4c-2g-770 does not seem to be running inside a container [2021-06-14T05:53:57.193Z] $ 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/gexfoundry_device-snmp-go_PR-110/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-snmp-go_PR-110 -v /w/workspace/gexfoundry_device-snmp-go_PR-110:/w/workspace/gexfoundry_device-snmp-go_PR-110:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-110@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:10003/edgex-lftools-log-publisher:alpine cat [2021-06-14T05:53:59.361Z] $ docker top 2ca0a33ec26372cb0f2468ef11567c74a0edd248382486663b1987dfe9285ddc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T05:53:59.809Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-14T05:54:00.138Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-14T05:54:00.462Z] + ls /var/log/sa-host [2021-06-14T05:54:00.462Z] + sadf -c /var/log/sa-host/sa05 [2021-06-14T05:54:00.462Z] file_magic: OK [2021-06-14T05:54:00.462Z] HZ: Using current value: 100 [2021-06-14T05:54:00.462Z] file_header: OK [2021-06-14T05:54:00.462Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-06-14T05:54:00.462Z] Statistics: [2021-06-14T05:54:00.462Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-14T05:54:00.462Z] File successfully converted to sysstat format version 12.2.1 [2021-06-14T05:54:00.462Z] + sadf -c /var/log/sa-host/sa14 [2021-06-14T05:54:00.462Z] file_magic: OK [2021-06-14T05:54:00.462Z] HZ: Using current value: 100 [2021-06-14T05:54:00.462Z] file_header: OK [2021-06-14T05:54:00.462Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-06-14T05:54:00.462Z] Statistics: [2021-06-14T05:54:00.462Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-14T05:54:00.462Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T05:54:00.706Z] provisioning config files... [2021-06-14T05:54:00.718Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/config1951891205875743996tmp [Pipeline] { [Pipeline] echo [2021-06-14T05:54:00.784Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:54:01.124Z] ---> create-netrc.sh [Pipeline] } [2021-06-14T05:54:01.146Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:54:01.591Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-14T05:54:01.636Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:54:01.968Z] ---> sudo-logs.sh [2021-06-14T05:54:01.968Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-14T05:54:02.059Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:54:02.402Z] ---> job-cost.sh [2021-06-14T05:54:02.402Z] lf-activate-venv: SKIPPING [2021-06-14T05:54:02.402Z] DEBUG: total: 0.18000000715255737 [2021-06-14T05:54:02.402Z] INFO: Retrieving Stack Cost... [2021-06-14T05:54:04.329Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-14T05:54:04.627Z] INFO: Archiving Costs [Pipeline] echo [2021-06-14T05:54:04.676Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:54:05.016Z] ---> logs-deploy.sh [2021-06-14T05:54:05.016Z] lf-activate-venv: SKIPPING [2021-06-14T05:54:05.016Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-110/1 [2021-06-14T05:54:05.016Z] INFO: archiving workspace using pattern(s): [2021-06-14T05:54:05.964Z] Archives upload complete. [2021-06-14T05:54:05.964Z] INFO: archiving logs to Nexus [2021-06-14T05:54:06.541Z] ---> uname -a: [2021-06-14T05:54:06.541Z] Linux prd-centos7-docker-4c-2g-770.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] ---> lscpu: [2021-06-14T05:54:06.541Z] Architecture: x86_64 [2021-06-14T05:54:06.541Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-14T05:54:06.541Z] Byte Order: Little Endian [2021-06-14T05:54:06.541Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-14T05:54:06.541Z] CPU(s): 2 [2021-06-14T05:54:06.541Z] On-line CPU(s) list: 0,1 [2021-06-14T05:54:06.541Z] Thread(s) per core: 1 [2021-06-14T05:54:06.541Z] Core(s) per socket: 1 [2021-06-14T05:54:06.541Z] Socket(s): 2 [2021-06-14T05:54:06.541Z] NUMA node(s): 1 [2021-06-14T05:54:06.541Z] Vendor ID: AuthenticAMD [2021-06-14T05:54:06.541Z] CPU family: 23 [2021-06-14T05:54:06.541Z] Model: 49 [2021-06-14T05:54:06.541Z] Model name: AMD EPYC-Rome Processor [2021-06-14T05:54:06.541Z] Stepping: 0 [2021-06-14T05:54:06.541Z] CPU MHz: 2800.000 [2021-06-14T05:54:06.541Z] BogoMIPS: 5600.00 [2021-06-14T05:54:06.541Z] Virtualization: AMD-V [2021-06-14T05:54:06.541Z] Hypervisor vendor: KVM [2021-06-14T05:54:06.541Z] Virtualization type: full [2021-06-14T05:54:06.541Z] L1d cache: 64 KiB [2021-06-14T05:54:06.541Z] L1i cache: 64 KiB [2021-06-14T05:54:06.541Z] L2 cache: 1 MiB [2021-06-14T05:54:06.541Z] L3 cache: 32 MiB [2021-06-14T05:54:06.541Z] NUMA node0 CPU(s): 0,1 [2021-06-14T05:54:06.541Z] Vulnerability Itlb multihit: Not affected [2021-06-14T05:54:06.541Z] Vulnerability L1tf: Not affected [2021-06-14T05:54:06.541Z] Vulnerability Mds: Not affected [2021-06-14T05:54:06.541Z] Vulnerability Meltdown: Not affected [2021-06-14T05:54:06.541Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-14T05:54:06.541Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-14T05:54:06.541Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-14T05:54:06.541Z] Vulnerability Srbds: Not affected [2021-06-14T05:54:06.541Z] Vulnerability Tsx async abort: Not affected [2021-06-14T05:54:06.541Z] 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 [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] ---> nproc: [2021-06-14T05:54:06.541Z] 2 [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] ---> df -h: [2021-06-14T05:54:06.541Z] Filesystem Size Used Available Use% Mounted on [2021-06-14T05:54:06.541Z] overlay 40.0G 7.6G 32.4G 19% / [2021-06-14T05:54:06.541Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-14T05:54:06.541Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-14T05:54:06.541Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-14T05:54:06.541Z] /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os [2021-06-14T05:54:06.541Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf [2021-06-14T05:54:06.541Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname [2021-06-14T05:54:06.541Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts [2021-06-14T05:54:06.541Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure [2021-06-14T05:54:06.541Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log [2021-06-14T05:54:06.541Z] /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json [2021-06-14T05:54:06.541Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/gexfoundry_device-snmp-go_PR-110 [2021-06-14T05:54:06.541Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp [2021-06-14T05:54:06.541Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] ---> free -m: [2021-06-14T05:54:06.541Z] total used free shared buff/cache available [2021-06-14T05:54:06.541Z] Mem: 7821 911 4816 0 2093 6731 [2021-06-14T05:54:06.541Z] Swap: 1023 0 1023 [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] ---> ip addr: [2021-06-14T05:54:06.541Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-14T05:54:06.541Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-14T05:54:06.541Z] inet 127.0.0.1/8 scope host lo [2021-06-14T05:54:06.541Z] valid_lft forever preferred_lft forever [2021-06-14T05:54:06.541Z] inet6 ::1/128 scope host [2021-06-14T05:54:06.541Z] valid_lft forever preferred_lft forever [2021-06-14T05:54:06.541Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-14T05:54:06.541Z] link/ether fa:16:3e:1d:df:8e brd ff:ff:ff:ff:ff:ff [2021-06-14T05:54:06.541Z] inet 10.30.123.194/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-14T05:54:06.541Z] valid_lft 85860sec preferred_lft 85860sec [2021-06-14T05:54:06.541Z] inet6 fe80::f816:3eff:fe1d:df8e/64 scope link [2021-06-14T05:54:06.541Z] valid_lft forever preferred_lft forever [2021-06-14T05:54:06.541Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-14T05:54:06.541Z] link/ether 02:42:b2:e3:87:5b brd ff:ff:ff:ff:ff:ff [2021-06-14T05:54:06.541Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-14T05:54:06.541Z] valid_lft forever preferred_lft forever [2021-06-14T05:54:06.541Z] inet6 fe80::42:b2ff:fee3:875b/64 scope link [2021-06-14T05:54:06.541Z] valid_lft forever preferred_lft forever [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] ---> sar -b -r -n DEV: [2021-06-14T05:54:06.541Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/14/21 _x86_64_ (2 CPU) [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] 05:44:55 LINUX RESTART (2 CPU) [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] 05:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-14T05:54:06.541Z] 05:47:01 1.92 0.00 1.92 0.00 0.00 40.59 0.00 [2021-06-14T05:54:06.541Z] 05:48:01 0.17 0.00 0.17 0.00 0.00 1.75 0.00 [2021-06-14T05:54:06.541Z] 05:49:01 0.17 0.00 0.17 0.00 0.00 2.32 0.00 [2021-06-14T05:54:06.541Z] 05:50:01 0.35 0.00 0.35 0.00 0.00 5.93 0.00 [2021-06-14T05:54:06.541Z] 05:51:01 0.27 0.00 0.27 0.00 0.00 4.41 0.00 [2021-06-14T05:54:06.541Z] 05:52:01 0.32 0.00 0.32 0.00 0.00 3.48 0.00 [2021-06-14T05:54:06.541Z] 05:53:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 [2021-06-14T05:54:06.541Z] Average: 0.49 0.00 0.49 0.00 0.00 8.71 0.00 [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] 05:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-14T05:54:06.541Z] 05:47:01 5466144 0 804048 10.04 2620 1736120 1328196 14.66 570780 1572524 8 [2021-06-14T05:54:06.541Z] 05:48:01 5479240 0 790948 9.88 2620 1736124 1235904 13.65 557600 1574552 8 [2021-06-14T05:54:06.541Z] 05:49:01 5478556 0 791628 9.88 2620 1736128 1236012 13.65 558648 1574552 16 [2021-06-14T05:54:06.541Z] 05:50:01 5478940 0 791240 9.88 2620 1736132 1236024 13.65 558084 1575256 20 [2021-06-14T05:54:06.541Z] 05:51:01 5478952 0 791220 9.88 2620 1736140 1229844 13.58 554720 1578200 16 [2021-06-14T05:54:06.541Z] 05:52:01 5481484 0 788688 9.85 2620 1736140 1205172 13.31 552432 1578200 12 [2021-06-14T05:54:06.541Z] 05:53:01 5474948 0 795212 9.93 2620 1736152 1205172 13.31 558988 1578200 8 [2021-06-14T05:54:06.541Z] Average: 5476895 0 793283 9.90 2620 1736134 1239475 13.68 558750 1575926 13 [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] 05:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-14T05:54:06.541Z] 05:47:01 eth0 5.55 3.00 1.15 21.78 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:48:01 eth0 6.58 1.25 1.74 0.95 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:49:01 eth0 6.73 0.52 1.06 0.39 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:50:01 eth0 3.68 1.58 1.93 1.38 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:51:01 eth0 1.18 0.73 0.71 0.50 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:52:01 eth0 0.18 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:53:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] Average: eth0 3.43 1.02 0.94 3.57 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] ---> sar -P ALL: [2021-06-14T05:54:06.541Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/14/21 _x86_64_ (2 CPU) [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] 05:44:55 LINUX RESTART (2 CPU) [2021-06-14T05:54:06.541Z] [2021-06-14T05:54:06.541Z] 05:46:01 CPU %user %nice %system %iowait %steal %idle [2021-06-14T05:54:06.541Z] 05:47:01 all 0.64 0.00 0.10 0.00 0.02 99.25 [2021-06-14T05:54:06.541Z] 05:47:01 0 0.23 0.00 0.12 0.00 0.02 99.63 [2021-06-14T05:54:06.541Z] 05:47:01 1 1.03 0.00 0.08 0.00 0.02 98.87 [2021-06-14T05:54:06.541Z] 05:48:01 all 0.18 0.00 0.05 0.00 0.02 99.75 [2021-06-14T05:54:06.541Z] 05:48:01 0 0.28 0.00 0.05 0.00 0.02 99.65 [2021-06-14T05:54:06.541Z] 05:48:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2021-06-14T05:54:06.541Z] 05:49:01 all 0.28 0.00 0.03 0.00 0.03 99.67 [2021-06-14T05:54:06.541Z] 05:49:01 0 0.50 0.00 0.03 0.00 0.02 99.45 [2021-06-14T05:54:06.541Z] 05:49:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-14T05:54:06.541Z] 05:50:01 all 0.24 0.00 0.06 0.00 0.01 99.69 [2021-06-14T05:54:06.541Z] 05:50:01 0 0.32 0.00 0.03 0.00 0.00 99.65 [2021-06-14T05:54:06.542Z] 05:50:01 1 0.17 0.00 0.08 0.00 0.02 99.73 [2021-06-14T05:54:06.542Z] 05:51:01 all 0.15 0.00 0.05 0.00 0.03 99.77 [2021-06-14T05:54:06.542Z] 05:51:01 0 0.23 0.00 0.03 0.00 0.02 99.72 [2021-06-14T05:54:06.542Z] 05:51:01 1 0.07 0.00 0.07 0.00 0.03 99.83 [2021-06-14T05:54:06.542Z] 05:52:01 all 0.13 0.00 0.03 0.00 0.03 99.81 [2021-06-14T05:54:06.542Z] 05:52:01 0 0.23 0.00 0.03 0.00 0.02 99.72 [2021-06-14T05:54:06.542Z] 05:52:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-14T05:54:06.542Z] 05:53:01 all 0.15 0.00 0.03 0.00 0.02 99.80 [2021-06-14T05:54:06.542Z] 05:53:01 0 0.10 0.00 0.00 0.00 0.00 99.90 [2021-06-14T05:54:06.542Z] 05:53:01 1 0.20 0.00 0.07 0.00 0.03 99.70 [2021-06-14T05:54:06.542Z] Average: all 0.25 0.00 0.05 0.00 0.02 99.68 [2021-06-14T05:54:06.542Z] Average: 0 0.27 0.00 0.04 0.00 0.01 99.67 [2021-06-14T05:54:06.542Z] Average: 1 0.23 0.00 0.06 0.00 0.03 99.68 [2021-06-14T05:54:06.542Z] [2021-06-14T05:54:06.542Z] [2021-06-14T05:54:06.542Z]