Pull request #976 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 239175b49856413a074f5f5832c36fffc08bf04f+a24609de80133c139ab476bfa891138650961ed9 (b74b77ef0f2950e5edb28e03291d659e0e1a7c77) 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-ssh2126280157402696833.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-ssh934075764445580026.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-sdk-go/branches/PR-976/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-sdk-go/branches/PR-976/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7061548329905522503.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-sdk-go/branches/PR-976/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8883935341177314968.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-ssh8477252580986316330.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-sdk-go/branches/PR-976/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-sdk-go/branches/PR-976/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4878464696131306649.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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1825’ is offline Running on prd-centos7-docker-4c-2g-640 in /w/workspace/dgexfoundry_device-sdk-go_PR-976 [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-976 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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/dgexfoundry_device-sdk-go_PR-976@tmp/jenkins-gitclient-ssh4455060735039460056.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a24609de80133c139ab476bfa891138650961ed9 into PR head commit 239175b49856413a074f5f5832c36fffc08bf04f Merge succeeded, producing 239175b49856413a074f5f5832c36fffc08bf04f Checking out Revision 239175b49856413a074f5f5832c36fffc08bf04f (PR-976) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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/dgexfoundry_device-sdk-go_PR-976@tmp/jenkins-gitclient-ssh3019530383903603264.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/976/head:refs/remotes/origin/PR-976 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # 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/dgexfoundry_device-sdk-go_PR-976@tmp/jenkins-gitclient-ssh2093536557846109836.key > git merge a24609de80133c139ab476bfa891138650961ed9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:06:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:06:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:06:40 ========================================================= 04:06:40 EdgeX Global Pipelines Version Info 04:06:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:06:42 ------------------- 04:06:42 stable info: 04:06:42 ------------------- 04:06:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:06:42 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 04:06:42 Message: update stable to v1.0.195 04:06:42 ------------------- 04:06:42 experimental info: 04:06:42 ------------------- 04:06:42 Commited By: **** collab-it+edgex@linuxfoundation.org 04:06:42 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 04:06:42 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:06:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:06:42 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:06:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:06:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-976 [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-976 [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-976 [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 239175b49856413a074f5f5832c36fffc08bf04f [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 239175b [Pipeline] echo 04:06:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:06:44 provisioning config files... 04:06:44 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/config3021860914523637685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:06:45 ---> docker-login.sh 04:06:45 nexus3.edgexfoundry.org:10001 04:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:45 Configure a credential helper to remove this warning. See 04:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:45 04:06:45 Login Succeeded 04:06:45 nexus3.edgexfoundry.org:10002 04:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:45 Configure a credential helper to remove this warning. See 04:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:45 04:06:45 Login Succeeded 04:06:45 nexus3.edgexfoundry.org:10003 04:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:45 Configure a credential helper to remove this warning. See 04:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:45 04:06:45 Login Succeeded 04:06:45 nexus3.edgexfoundry.org:10004 04:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:45 Configure a credential helper to remove this warning. See 04:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:45 04:06:45 Login Succeeded 04:06:45 docker.io 04:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:46 Configure a credential helper to remove this warning. See 04:06:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:46 04:06:46 Login Succeeded 04:06:46 ---> docker-login.sh ends [Pipeline] } 04:06:46 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 04:06:47 + git log --format=format:%s -1 239175b49856413a074f5f5832c36fffc08bf04f [Pipeline] echo 04:06:47 GIT_COMMIT: 239175b49856413a074f5f5832c36fffc08bf04f, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 04:06:47 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:06:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:06:48 04:06:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:06:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:06:48 latest: Pulling from edgex-devops/git-semver 04:06:48 31603596830f: Pulling fs layer 04:06:48 54011a49482f: Pulling fs layer 04:06:48 a6820b24f6d8: Pulling fs layer 04:06:48 f581987b2513: Pulling fs layer 04:06:48 f581987b2513: Waiting 04:06:48 54011a49482f: Verifying Checksum 04:06:48 54011a49482f: Download complete 04:06:48 31603596830f: Verifying Checksum 04:06:48 31603596830f: Download complete 04:06:48 f581987b2513: Verifying Checksum 04:06:48 f581987b2513: Download complete 04:06:48 a6820b24f6d8: Verifying Checksum 04:06:48 a6820b24f6d8: Download complete 04:06:48 31603596830f: Pull complete 04:06:49 54011a49482f: Pull complete 04:06:49 a6820b24f6d8: Pull complete 04:06:49 f581987b2513: Pull complete 04:06:50 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 04:06:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:06:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:06:50 prd-centos7-docker-4c-2g-640 does not seem to be running inside a container 04:06:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-976 -v /w/workspace/dgexfoundry_device-sdk-go_PR-976:/w/workspace/dgexfoundry_device-sdk-go_PR-976:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:06:51 $ docker top ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:06:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:06:51 [ssh-agent] Looking for ssh-agent implementation... 04:06:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:06:51 $ docker exec ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 ssh-agent 04:06:51 SSH_AUTH_SOCK=/tmp/ssh-5TzO0ioUnBxd/agent.13 04:06:51 SSH_AGENT_PID=19 04:06:51 Running ssh-add (command line suppressed) 04:06:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/private_key_6339678183442092797.key (/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/private_key_6339678183442092797.key) 04:06:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:06:52 + git tag --points-at HEAD [Pipeline] } 04:06:52 $ docker exec --env ******** --env ******** ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 ssh-agent -k 04:06:52 unset SSH_AUTH_SOCK; 04:06:52 unset SSH_AGENT_PID; 04:06:52 echo Agent pid 19 killed; 04:06:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:06:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:06:52 [ssh-agent] Looking for ssh-agent implementation... 04:06:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:06:52 $ docker exec ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 ssh-agent 04:06:52 SSH_AUTH_SOCK=/tmp/ssh-pdV7jpHsCY9P/agent.53 04:06:52 SSH_AGENT_PID=60 04:06:52 Running ssh-add (command line suppressed) 04:06:52 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/private_key_4349240047913283443.key (/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/private_key_4349240047913283443.key) 04:06:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:06:53 + git semver init 04:06:53 # -> Open(): unable to determine branch for HEAD 04:06:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-976/.git 04:06:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-976 04:06:53 # $SEMVER_REMOTE_NAME = origin 04:06:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:06:53 # $SEMVER_USER_NAME = edgex-jenkins 04:06:53 # $SEMVER_BRANCH = PR-976 04:06:53 # $SEMVER_TEMP = /tmp/semver-980993510 04:06:53 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:06:53 # '/tmp/semver-980993510' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-976/.semver' 04:06:53 # -> Force: false 04:06:53 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-976/.semver [Pipeline] } 04:06:53 $ docker exec --env ******** --env ******** ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 ssh-agent -k 04:06:53 unset SSH_AUTH_SOCK; 04:06:53 unset SSH_AGENT_PID; 04:06:53 echo Agent pid 60 killed; 04:06:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:06:54 + git semver [Pipeline] } 04:06:54 $ docker stop --time=1 ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 04:06:55 $ docker rm -f ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 [Pipeline] // withDockerContainer [Pipeline] sh 04:06:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:06:56 Stashed 1 file(s) [Pipeline] echo 04:06:56 [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 04:07:12 Still waiting to schedule task 04:07:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:07:12 Still waiting to schedule task 04:07:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:08:56 Running on prd-centos7-docker-4c-2g-643 in /w/workspace/dgexfoundry_device-sdk-go_PR-976 [Pipeline] { [Pipeline] ws 04:08:56 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:08:56 Selected Git installation does not exist. Using Default 04:08:56 The recommended git tool is: NONE 04:08:59 using credential edgex-jenkins-ssh 04:08:59 Cloning the remote Git repository 04:08:59 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:08:59 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:08:59 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:08:59 > git --version # timeout=10 04:08:59 > git --version # 'git version 2.24.4' 04:08:59 using GIT_SSH to set credentials SSH Credentials for GitHub 04:08:59 [INFO] Currently running in a labeled security context 04:08:59 [INFO] Currently SELinux is 'enforcing' on the host 04:08:59 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh2065731465440304267.key 04:08:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:09:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:09:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:09:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:09:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:09:00 using GIT_SSH to set credentials SSH Credentials for GitHub 04:09:00 [INFO] Currently running in a labeled security context 04:09:00 [INFO] Currently SELinux is 'enforcing' on the host 04:09:00 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh1929049862436400779.key 04:09:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/976/head:refs/remotes/origin/PR-976 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:09:00 Merging remotes/origin/master commit a24609de80133c139ab476bfa891138650961ed9 into PR head commit 239175b49856413a074f5f5832c36fffc08bf04f 04:09:00 Merge succeeded, producing 239175b49856413a074f5f5832c36fffc08bf04f 04:09:00 Checking out Revision 239175b49856413a074f5f5832c36fffc08bf04f (PR-976) 04:09:00 > git config core.sparsecheckout # timeout=10 04:09:00 > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 04:09:00 > git remote # timeout=10 04:09:00 > git config --get remote.origin.url # timeout=10 04:09:00 using GIT_SSH to set credentials SSH Credentials for GitHub 04:09:00 [INFO] Currently running in a labeled security context 04:09:00 [INFO] Currently SELinux is 'enforcing' on the host 04:09:00 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh8507886494289375668.key 04:09:00 > git merge a24609de80133c139ab476bfa891138650961ed9 # timeout=10 04:09:00 > git rev-parse HEAD^{commit} # timeout=10 04:09:00 > git config core.sparsecheckout # timeout=10 04:09:00 > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 04:09:04 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 04:09:04 > git --version # timeout=10 04:09:04 > git --version # 'git version 2.24.4' 04:09:04 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:09:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:09:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:09:06 + true 04:09:06 + sudo service docker restart 04:09:06 Redirecting to /bin/systemctl restart docker.service 04:09:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-642 in /w/workspace/dgexfoundry_device-sdk-go_PR-976 [Pipeline] { [Pipeline] ws 04:09:12 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:09:12 Selected Git installation does not exist. Using Default 04:09:12 The recommended git tool is: NONE 04:09:18 using credential edgex-jenkins-ssh 04:09:18 Cloning the remote Git repository 04:09:18 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:09:18 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:09:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:09:18 > git --version # timeout=10 04:09:19 > git --version # 'git version 2.17.1' 04:09:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:09:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:09:21 Merging remotes/origin/master commit a24609de80133c139ab476bfa891138650961ed9 into PR head commit 239175b49856413a074f5f5832c36fffc08bf04f 04:09:21 Merge succeeded, producing 239175b49856413a074f5f5832c36fffc08bf04f 04:09:21 Checking out Revision 239175b49856413a074f5f5832c36fffc08bf04f (PR-976) 04:09:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:09:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:09:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:09:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:09:20 using GIT_SSH to set credentials SSH Credentials for GitHub 04:09:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/976/head:refs/remotes/origin/PR-976 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:09:21 > git config core.sparsecheckout # timeout=10 04:09:21 > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 04:09:21 > git remote # timeout=10 04:09:21 > git config --get remote.origin.url # timeout=10 04:09:21 using GIT_SSH to set credentials SSH Credentials for GitHub 04:09:21 > git merge a24609de80133c139ab476bfa891138650961ed9 # timeout=10 04:09:21 > git rev-parse HEAD^{commit} # timeout=10 04:09:21 > git config core.sparsecheckout # timeout=10 04:09:21 > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:09:24 provisioning config files... 04:09:24 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config5756809004453376113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:25 ---> docker-login.sh 04:09:25 nexus3.edgexfoundry.org:10001 04:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:25 Configure a credential helper to remove this warning. See 04:09:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:25 04:09:25 Login Succeeded 04:09:25 nexus3.edgexfoundry.org:10002 04:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:25 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 04:09:25 > git --version # timeout=10 04:09:25 > git --version # 'git version 2.17.1' 04:09:25 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 04:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:25 Configure a credential helper to remove this warning. See 04:09:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:25 04:09:25 Login Succeeded 04:09:25 nexus3.edgexfoundry.org:10003 04:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:25 Configure a credential helper to remove this warning. See 04:09:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:25 04:09:25 Login Succeeded 04:09:25 nexus3.edgexfoundry.org:10004 04:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv 04:09:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:26 Configure a credential helper to remove this warning. See 04:09:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:26 04:09:26 Login Succeeded 04:09:26 docker.io 04:09:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:09:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:26 Configure a credential helper to remove this warning. See 04:09:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:26 04:09:26 Login Succeeded 04:09:26 ---> docker-login.sh ends [Pipeline] } 04:09:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 04:09:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] echo 04:09:27 ========================================================= 04:09:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:09:27 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] sh 04:09:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 04:09:27 Sending build context to Docker daemon 2.69MB 04:09:27 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 04:09:27 Step 2/8 : FROM ${BASE} 04:09:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:09:28 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:09:28 540db60ca938: Pulling fs layer 04:09:28 adcc1eea9eea: Pulling fs layer 04:09:28 4c4ab2625f07: Pulling fs layer 04:09:28 0510c868ecb4: Pulling fs layer 04:09:28 afea3b2eda06: Pulling fs layer 04:09:28 7809a108b3ef: Pulling fs layer 04:09:28 f706445af74f: Pulling fs layer 04:09:28 0510c868ecb4: Waiting 04:09:28 afea3b2eda06: Waiting 04:09:28 7809a108b3ef: Waiting 04:09:28 f706445af74f: Waiting 04:09:28 4c4ab2625f07: Verifying Checksum 04:09:28 4c4ab2625f07: Download complete 04:09:28 adcc1eea9eea: Verifying Checksum 04:09:28 adcc1eea9eea: Download complete 04:09:28 afea3b2eda06: Verifying Checksum 04:09:28 afea3b2eda06: Download complete 04:09:28 7809a108b3ef: Verifying Checksum 04:09:28 7809a108b3ef: Download complete 04:09:28 540db60ca938: Verifying Checksum 04:09:28 540db60ca938: Download complete 04:09:28 + true 04:09:28 + sudo service docker restart 04:09:28 540db60ca938: Pull complete 04:09:28 adcc1eea9eea: Pull complete 04:09:28 4c4ab2625f07: Pull complete 04:09:29 f706445af74f: Verifying Checksum 04:09:29 f706445af74f: Download complete 04:09:30 0510c868ecb4: Verifying Checksum 04:09:30 0510c868ecb4: Download complete 04:09:33 0510c868ecb4: Pull complete 04:09:33 afea3b2eda06: Pull complete 04:09:33 7809a108b3ef: Pull complete 04:09:35 f706445af74f: Pull complete 04:09:35 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 04:09:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:09:35 ---> b068be0155e3 04:09:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:09:39 ---> Running in 24a3b6540750 04:09:39 Removing intermediate container 24a3b6540750 04:09:39 ---> c60012c17c48 04:09:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:39 ---> Running in 21474c9d42c7 04:09:39 Removing intermediate container 21474c9d42c7 04:09:39 ---> dc40e82d3921 04:09:39 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 04:09:39 ---> Running in 737f48cec607 04:09:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:09:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:09:41 (1/6) Installing libc-dev (0.7.2-r3) 04:09:41 (2/6) Installing libsodium (1.0.18-r0) 04:09:41 (3/6) Installing pkgconf (1.7.3-r0) 04:09:41 (4/6) Installing libsodium-dev (1.0.18-r0) 04:09:41 (5/6) Installing libzmq (4.3.3-r1) 04:09:41 (6/6) Installing zeromq-dev (4.3.3-r1) 04:09:42 Executing busybox-1.32.1-r6.trigger 04:09:42 OK: 150 MiB in 46 packages 04:09:42 Removing intermediate container 737f48cec607 04:09:42 ---> f3202e3becd2 04:09:42 Step 6/8 : WORKDIR /device-sdk-go 04:09:42 ---> Running in 7459a394280b 04:09:42 Removing intermediate container 7459a394280b 04:09:42 ---> 9a55ceeb806f 04:09:42 Step 7/8 : COPY . . 04:09:42 ---> 0dead07376f2 04:09:42 Step 8/8 : RUN go mod download 04:09:42 ---> Running in 1cc165e3108f [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:09:46 provisioning config files... 04:09:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config7051346278579538153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:47 ---> docker-login.sh 04:09:47 nexus3.edgexfoundry.org:10001 04:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:48 Configure a credential helper to remove this warning. See 04:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:48 04:09:48 Login Succeeded 04:09:48 nexus3.edgexfoundry.org:10002 04:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:48 Configure a credential helper to remove this warning. See 04:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:48 04:09:48 Login Succeeded 04:09:48 nexus3.edgexfoundry.org:10003 04:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:49 Configure a credential helper to remove this warning. See 04:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:49 04:09:49 Login Succeeded 04:09:49 nexus3.edgexfoundry.org:10004 04:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:50 Configure a credential helper to remove this warning. See 04:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:50 04:09:50 Login Succeeded 04:09:50 docker.io 04:09:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:50 Configure a credential helper to remove this warning. See 04:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:50 04:09:50 Login Succeeded 04:09:50 ---> docker-login.sh ends [Pipeline] } 04:09:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:09:51 ========================================================= 04:09:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:09:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:09:52 + 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 . 04:09:52 Sending build context to Docker daemon 2.689MB 04:09:52 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 04:09:52 Step 2/8 : FROM ${BASE} 04:09:52 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:09:52 595b0fe564bb: Pulling fs layer 04:09:52 3088b5b3c5c0: Pulling fs layer 04:09:52 5b7225fbf94c: Pulling fs layer 04:09:52 ba82ee9f976e: Pulling fs layer 04:09:52 506bd15cee9f: Pulling fs layer 04:09:52 75a0a4a0db45: Pulling fs layer 04:09:52 618dc40b7e24: Pulling fs layer 04:09:52 506bd15cee9f: Waiting 04:09:52 75a0a4a0db45: Waiting 04:09:52 ba82ee9f976e: Waiting 04:09:52 618dc40b7e24: Waiting 04:09:52 5b7225fbf94c: Verifying Checksum 04:09:52 5b7225fbf94c: Download complete 04:09:52 3088b5b3c5c0: Verifying Checksum 04:09:52 3088b5b3c5c0: Download complete 04:09:52 506bd15cee9f: Verifying Checksum 04:09:52 506bd15cee9f: Download complete 04:09:52 75a0a4a0db45: Download complete 04:09:52 595b0fe564bb: Verifying Checksum 04:09:52 595b0fe564bb: Download complete 04:09:53 595b0fe564bb: Pull complete 04:09:54 3088b5b3c5c0: Pull complete 04:09:54 5b7225fbf94c: Pull complete 04:09:54 618dc40b7e24: Verifying Checksum 04:09:54 618dc40b7e24: Download complete 04:09:56 ba82ee9f976e: Verifying Checksum 04:09:56 ba82ee9f976e: Download complete 04:09:57 Removing intermediate container 1cc165e3108f 04:09:57 ---> 6e59fc4b980b 04:09:57 Successfully built 6e59fc4b980b 04:09:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:09:57 + docker inspect -f . ci-base-image-x86_64 04:09:57 . [Pipeline] withDockerContainer 04:09:57 prd-centos7-docker-4c-2g-643 does not seem to be running inside a container 04:09:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:09:58 $ docker top bccc52f7f5afb7ac7fcf8b9739f305b2c6f7cbc483f31e824dee7c117de00afd -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:58 + go version 04:09:58 go version go1.16.3 linux/amd64 [Pipeline] } 04:09:58 $ docker stop --time=1 bccc52f7f5afb7ac7fcf8b9739f305b2c6f7cbc483f31e824dee7c117de00afd 04:10:00 $ docker rm -f bccc52f7f5afb7ac7fcf8b9739f305b2c6f7cbc483f31e824dee7c117de00afd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:10:00 + docker inspect -f . ci-base-image-x86_64 04:10:00 . [Pipeline] withDockerContainer 04:10:00 prd-centos7-docker-4c-2g-643 does not seem to be running inside a container 04:10:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:10:01 $ docker top c011573f1e90e36efbe506688146c2c0183ee5912591622325d008cffcaffadc -eo pid,comm [Pipeline] { [Pipeline] sh 04:10:02 + go mod tidy [Pipeline] sh 04:10:02 + make test 04:10:02 go mod tidy 04:10:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:10:06 ba82ee9f976e: Pull complete 04:10:06 506bd15cee9f: Pull complete 04:10:06 75a0a4a0db45: Pull complete 04:10:08 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:10:10 618dc40b7e24: Pull complete 04:10:10 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 04:10:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:10:10 ---> a36622ca3599 04:10:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:10:12 ---> Running in 141420ab4cc3 04:10:12 Removing intermediate container 141420ab4cc3 04:10:12 ---> 62701bd9aa88 04:10:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:10:12 ---> Running in fdc001c75154 04:10:14 Removing intermediate container fdc001c75154 04:10:14 ---> b252e77d97c3 04:10:14 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 04:10:15 ---> Running in b0b1f6e4fe06 04:10:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:10:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:10:18 (1/6) Installing libc-dev (0.7.2-r3) 04:10:18 (2/6) Installing libsodium (1.0.18-r0) 04:10:18 (3/6) Installing pkgconf (1.7.3-r0) 04:10:18 (4/6) Installing libsodium-dev (1.0.18-r0) 04:10:18 (5/6) Installing libzmq (4.3.3-r1) 04:10:18 (6/6) Installing zeromq-dev (4.3.3-r1) 04:10:18 Executing busybox-1.32.1-r6.trigger 04:10:18 OK: 139 MiB in 46 packages 04:10:20 Removing intermediate container b0b1f6e4fe06 04:10:20 ---> 9a07f045f059 04:10:20 Step 6/8 : WORKDIR /device-sdk-go 04:10:20 ---> Running in 7f5651a1b53c 04:10:20 Removing intermediate container 7f5651a1b53c 04:10:20 ---> 62ba5717379b 04:10:20 Step 7/8 : COPY . . 04:10:22 ---> 3d108e161063 04:10:22 Step 8/8 : RUN go mod download 04:10:22 ---> Running in 4123c7a2d7b6 04:10:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:10:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:10:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:10:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.047s coverage: 25.4% of statements 04:10:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:10:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.045s coverage: 28.1% of statements 04:10:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.051s coverage: 78.9% of statements 04:10:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.044s coverage: 9.0% of statements 04:10:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:10:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:10:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:10:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.075s coverage: 29.2% of statements 04:10:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:10:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.048s coverage: 83.3% of statements 04:10:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:10:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:10:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.076s coverage: 58.0% of statements 04:10:35 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.833s coverage: 89.2% of statements 04:10:35 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:10:35 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.052s coverage: 5.0% of statements 04:10:35 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:10:35 GO111MODULE=on go vet ./... 04:10:48 Removing intermediate container 4123c7a2d7b6 04:10:48 ---> a4fc7801a1c8 04:10:48 Successfully built a4fc7801a1c8 04:10:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:10:49 + docker inspect -f . ci-base-image-arm64 04:10:49 . [Pipeline] withDockerContainer 04:10:49 prd-ubuntu18.04-docker-arm64-4c-16g-642 does not seem to be running inside a container 04:10:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:10:51 $ docker top d072e609c47844dcac115c1c82da66f2ffd8f9bc9f7e110aa635de730823aaf0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:10:52 + go version 04:10:52 go version go1.16.5 linux/arm64 [Pipeline] } 04:10:52 $ docker stop --time=1 d072e609c47844dcac115c1c82da66f2ffd8f9bc9f7e110aa635de730823aaf0 04:10:53 gofmt -l . 04:10:53 [ "`gofmt -l .`" = "" ] 04:10:53 ./bin/test-attribution-txt.sh 04:10:53 ./bin/test-go-mod-tidy.sh 04:10:54 $ docker rm -f d072e609c47844dcac115c1c82da66f2ffd8f9bc9f7e110aa635de730823aaf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 04:10:54 $ docker stop --time=1 c011573f1e90e36efbe506688146c2c0183ee5912591622325d008cffcaffadc 04:10:55 $ docker rm -f c011573f1e90e36efbe506688146c2c0183ee5912591622325d008cffcaffadc [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage 04:10:56 + sudo chown -R jenkins:jenkins . [Pipeline] stage [Pipeline] { (Test) [Pipeline] stash [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:10:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 04:10:57 + docker inspect -f . ci-base-image-arm64 04:10:57 . [Pipeline] withDockerContainer 04:10:57 prd-ubuntu18.04-docker-arm64-4c-16g-642 does not seem to be running inside a container 04:10:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:10:59 $ docker top f17985b79d5eecfaab2484fcd0264a866ab1b48d472f32ad623e079a51daaaec -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:00 + go mod tidy [Pipeline] sh [Pipeline] sh 04:11:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:11:02 + ls -al . 04:11:02 total 208 04:11:02 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 22 04:10 . 04:11:02 drwxrwxr-x. 4 jenkins jenkins 28 Jun 22 04:08 .. 04:11:02 drwxrwxr-x. 2 jenkins jenkins 64 Jun 22 04:09 bin 04:11:02 -rw-r--r--. 1 jenkins jenkins 126073 Jun 22 04:10 coverage.out 04:11:02 -rw-rw-r--. 1 jenkins jenkins 987 Jun 22 04:09 Dockerfile.build 04:11:02 -rw-rw-r--. 1 jenkins jenkins 140 Jun 22 04:09 .dockerignore 04:11:02 drwxrwxr-x. 5 jenkins jenkins 62 Jun 22 04:09 example 04:11:02 drwxrwxr-x. 8 jenkins jenkins 179 Jun 22 04:09 .git 04:11:02 drwxrwxr-x. 2 jenkins jenkins 103 Jun 22 04:09 .github 04:11:02 -rw-rw-r--. 1 jenkins jenkins 138 Jun 22 04:09 .gitignore 04:11:02 -rw-r--r--. 1 jenkins jenkins 576 Jun 22 04:10 go.mod 04:11:02 -rw-r--r--. 1 jenkins jenkins 20413 Jun 22 04:10 go.sum 04:11:02 drwxrwxr-x. 15 jenkins jenkins 224 Jun 22 04:09 internal 04:11:02 -rw-rw-r--. 1 jenkins jenkins 894 Jun 22 04:09 Jenkinsfile 04:11:02 -rw-rw-r--. 1 jenkins jenkins 11341 Jun 22 04:09 LICENSE 04:11:02 -rw-rw-r--. 1 jenkins jenkins 1026 Jun 22 04:09 Makefile 04:11:02 drwxrwxr-x. 4 jenkins jenkins 26 Jun 22 04:09 openapi 04:11:02 drwxrwxr-x. 5 jenkins jenkins 50 Jun 22 04:09 pkg 04:11:02 -rw-rw-r--. 1 jenkins jenkins 7652 Jun 22 04:09 README.md 04:11:02 -rw-rw-r--. 1 jenkins jenkins 6616 Jun 22 04:09 RELEASE-NOTES.txt 04:11:02 drwxrwxr-x. 4 jenkins jenkins 54 Jun 22 04:09 snap 04:11:02 -rw-rw-r--. 1 jenkins jenkins 5 Jun 22 04:06 VERSION 04:11:02 -rw-rw-r--. 1 jenkins jenkins 222 Jun 22 04:09 version.go [Pipeline] isUnix [Pipeline] sh 04:11:02 + make test 04:11:02 go mod tidy 04:11:02 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=239175b49856413a074f5f5832c36fffc08bf04f --label arch=amd64 --label version=0.0.0 . 04:11:02 Sending build context to Docker daemon 2.817MB 04:11:02 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 04:11:02 Step 2/23 : FROM ${BASE} AS builder 04:11:02 ---> 6e59fc4b980b 04:11:02 Step 3/23 : WORKDIR /device-sdk-go 04:11:02 ---> Running in 3f5d803572ee 04:11:03 Removing intermediate container 3f5d803572ee 04:11:03 ---> ad8f0a7bd75b 04:11:03 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:11:03 ---> Running in f945508aa213 04:11:03 Removing intermediate container f945508aa213 04:11:03 ---> 4a18f4eddad4 04:11:03 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:03 ---> Running in 4554932d2792 04:11:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:11:03 Removing intermediate container 4554932d2792 04:11:03 ---> 8380c363fd6f 04:11:03 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:11:03 ---> Running in 5a54d946fa38 04:11:03 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:11:04 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:11:05 OK: 150 MiB in 46 packages 04:11:05 Removing intermediate container 5a54d946fa38 04:11:05 ---> 6f5a78014a48 04:11:05 Step 7/23 : COPY . . 04:11:05 ---> aab8d65f3351 04:11:05 Step 8/23 : RUN go mod download 04:11:05 ---> Running in 16d73316ea90 04:11:06 Removing intermediate container 16d73316ea90 04:11:06 ---> 1a243473d94b 04:11:06 Step 9/23 : RUN make build 04:11:06 ---> Running in 340a21241bf6 04:11:06 go mod tidy 04:11:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:11:16 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:11:17 Removing intermediate container 340a21241bf6 04:11:17 ---> f5ad6131d71d 04:11:17 Step 10/23 : FROM alpine:3.12 04:11:17 3.12: Pulling from library/alpine 04:11:18 339de151aab4: Pulling fs layer 04:11:18 339de151aab4: Verifying Checksum 04:11:18 339de151aab4: Download complete 04:11:18 339de151aab4: Pull complete 04:11:18 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:11:18 Status: Downloaded newer image for alpine:3.12 04:11:18 ---> 13621d1b12d4 04:11:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:11:18 ---> Running in 4aa3cb5dd03c 04:11:18 Removing intermediate container 4aa3cb5dd03c 04:11:18 ---> a9bcb9f66967 04:11:18 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:18 ---> Running in 2f6286e90be6 04:11:18 Removing intermediate container 2f6286e90be6 04:11:18 ---> 2ec30ae1519b 04:11:18 Step 13/23 : RUN apk add --update --no-cache zeromq 04:11:18 ---> Running in 4e6d4dd04b34 04:11:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:11:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:11:20 (1/5) Installing libgcc (9.3.0-r2) 04:11:20 (2/5) Installing libsodium (1.0.18-r0) 04:11:20 (3/5) Installing libstdc++ (9.3.0-r2) 04:11:21 (4/5) Installing libzmq (4.3.3-r0) 04:11:21 (5/5) Installing zeromq (4.3.3-r0) 04:11:21 Executing busybox-1.31.1-r20.trigger 04:11:21 OK: 8 MiB in 19 packages 04:11:22 Removing intermediate container 4e6d4dd04b34 04:11:22 ---> ae72fcabb4c3 04:11:22 Step 14/23 : WORKDIR / 04:11:22 ---> Running in d698921fe556 04:11:22 Removing intermediate container d698921fe556 04:11:22 ---> 9283fde8789c 04:11:22 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:11:22 ---> 28033065c54c 04:11:22 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:11:22 ---> 2b71f153c229 04:11:22 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:11:22 ---> f8d9b2abe6af 04:11:22 Step 18/23 : EXPOSE 59999 04:11:22 ---> Running in e5ff285d70c5 04:11:22 Removing intermediate container e5ff285d70c5 04:11:22 ---> 495bef31e6ee 04:11:22 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:11:23 ---> Running in fef50f57f354 04:11:23 Removing intermediate container fef50f57f354 04:11:23 ---> c34f340fcba5 04:11:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:11:23 ---> Running in a2e9c765d6d6 04:11:23 Removing intermediate container a2e9c765d6d6 04:11:23 ---> 3edfb06f8a00 04:11:23 Step 21/23 : LABEL arch=amd64 04:11:23 ---> Running in 2d52fc5be69e 04:11:23 Removing intermediate container 2d52fc5be69e 04:11:23 ---> c5dd28e0f64a 04:11:23 Step 22/23 : LABEL git_sha=239175b49856413a074f5f5832c36fffc08bf04f 04:11:23 ---> Running in c75f558fa7ec 04:11:23 Removing intermediate container c75f558fa7ec 04:11:23 ---> 86151947cadd 04:11:23 Step 23/23 : LABEL version=0.0.0 04:11:23 ---> Running in a21ebba48711 04:11:23 Removing intermediate container a21ebba48711 04:11:23 ---> 97e7543e1904 04:11:23 [Warning] One or more build-args [MAKE ARCH] were not consumed 04:11:23 Successfully built 97e7543e1904 04:11:23 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:11:24 ---> job-cost.sh 04:11:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DqFZ 04:11:25 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:11:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:11:47 lf-activate-venv(): INFO: Adding /tmp/venv-DqFZ/bin to PATH 04:11:47 INFO: No Stack... 04:11:47 INFO: Retrieving Pricing Info for: v3-standard-2 04:11:47 INFO: Archiving Costs [Pipeline] sh 04:11:47 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:11:47 + cut -d, -f6 [Pipeline] lock 04:11:47 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] 04:11:48 Resource [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] did not exist. Created. 04:11:48 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:11:48 + echo total: 0.05999999865889549 [Pipeline] stash 04:11:48 Stashed 1 file(s) [Pipeline] } 04:11:48 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:12:33 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:12:33 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:12:33 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:12:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.257s coverage: 25.4% of statements 04:12:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:12:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.273s coverage: 28.1% of statements 04:12:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.218s coverage: 78.9% of statements 04:12:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.167s coverage: 9.0% of statements 04:12:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:12:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:12:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:12:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.313s coverage: 29.2% of statements 04:12:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:12:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.193s coverage: 83.3% of statements 04:12:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:12:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:12:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.411s coverage: 58.0% of statements 04:12:44 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.050s coverage: 89.2% of statements 04:12:44 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:12:45 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.168s coverage: 5.0% of statements 04:12:45 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:12:45 GO111MODULE=on go vet ./... 04:13:42 gofmt -l . 04:13:42 [ "`gofmt -l .`" = "" ] 04:13:42 ./bin/test-attribution-txt.sh 04:13:42 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:13:43 $ docker stop --time=1 f17985b79d5eecfaab2484fcd0264a866ab1b48d472f32ad623e079a51daaaec 04:13:45 $ docker rm -f f17985b79d5eecfaab2484fcd0264a866ab1b48d472f32ad623e079a51daaaec [Pipeline] // withDockerContainer [Pipeline] sh 04:13:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:13:46 Warning: overwriting stash ‘coverage-report’ 04:13:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:13:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:13:48 + ls -al . 04:13:48 total 244 04:13:48 drwxrwxr-x 10 jenkins jenkins 4096 Jun 22 04:13 . 04:13:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 04:09 .. 04:13:48 -rw-rw-r-- 1 jenkins jenkins 140 Jun 22 04:09 .dockerignore 04:13:48 drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 04:09 .git 04:13:48 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 04:09 .github 04:13:48 -rw-rw-r-- 1 jenkins jenkins 138 Jun 22 04:09 .gitignore 04:13:48 -rw-rw-r-- 1 jenkins jenkins 987 Jun 22 04:09 Dockerfile.build 04:13:48 -rw-rw-r-- 1 jenkins jenkins 894 Jun 22 04:09 Jenkinsfile 04:13:48 -rw-rw-r-- 1 jenkins jenkins 11341 Jun 22 04:09 LICENSE 04:13:48 -rw-rw-r-- 1 jenkins jenkins 1026 Jun 22 04:09 Makefile 04:13:48 -rw-rw-r-- 1 jenkins jenkins 7652 Jun 22 04:09 README.md 04:13:48 -rw-rw-r-- 1 jenkins jenkins 6616 Jun 22 04:09 RELEASE-NOTES.txt 04:13:48 -rw-rw-r-- 1 jenkins jenkins 5 Jun 22 04:06 VERSION 04:13:48 drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 04:09 bin 04:13:48 -rw-r--r-- 1 jenkins jenkins 126073 Jun 22 04:12 coverage.out 04:13:48 drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 04:09 example 04:13:48 -rw-r--r-- 1 jenkins jenkins 576 Jun 22 04:13 go.mod 04:13:48 -rw-r--r-- 1 jenkins jenkins 20413 Jun 22 04:11 go.sum 04:13:48 drwxrwxr-x 15 jenkins jenkins 4096 Jun 22 04:09 internal 04:13:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 04:09 openapi 04:13:48 drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 04:09 pkg 04:13:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 04:09 snap 04:13:48 -rw-rw-r-- 1 jenkins jenkins 222 Jun 22 04:09 version.go [Pipeline] isUnix [Pipeline] sh 04:13:48 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=239175b49856413a074f5f5832c36fffc08bf04f --label arch=arm64 --label version=0.0.0 . 04:13:48 Sending build context to Docker daemon 2.816MB 04:13:48 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 04:13:48 Step 2/23 : FROM ${BASE} AS builder 04:13:48 ---> a4fc7801a1c8 04:13:48 Step 3/23 : WORKDIR /device-sdk-go 04:13:49 ---> Running in 3dde09522da7 04:13:49 Removing intermediate container 3dde09522da7 04:13:49 ---> af01c028d7fd 04:13:49 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:13:49 ---> Running in 32bac5918a5a 04:13:50 Removing intermediate container 32bac5918a5a 04:13:50 ---> 77ac19f00c27 04:13:50 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:50 ---> Running in bd130cf8d35a 04:13:52 Removing intermediate container bd130cf8d35a 04:13:52 ---> 669bd1ca9c96 04:13:52 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:13:52 ---> Running in 35f049d405c8 04:13:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:13:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:13:55 OK: 139 MiB in 46 packages 04:13:56 Removing intermediate container 35f049d405c8 04:13:56 ---> c1f50084fc5f 04:13:56 Step 7/23 : COPY . . 04:13:57 ---> 2f9799b1050f 04:13:57 Step 8/23 : RUN go mod download 04:13:58 ---> Running in 9b0b6b1835ba 04:14:00 Removing intermediate container 9b0b6b1835ba 04:14:00 ---> ed7ae4569d55 04:14:00 Step 9/23 : RUN make build 04:14:00 ---> Running in 47392a67eda0 04:14:01 go mod tidy 04:14:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:14:34 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:14:36 Removing intermediate container 47392a67eda0 04:14:36 ---> 1ad4f2190ba9 04:14:36 Step 10/23 : FROM alpine:3.12 04:14:36 3.12: Pulling from library/alpine 04:14:36 d2f70382dc9a: Pulling fs layer 04:14:36 d2f70382dc9a: Verifying Checksum 04:14:36 d2f70382dc9a: Download complete 04:14:37 d2f70382dc9a: Pull complete 04:14:37 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:14:37 Status: Downloaded newer image for alpine:3.12 04:14:37 ---> c4fd0aeabfcf 04:14:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:14:37 ---> Running in 7c6154ecc5fa 04:14:38 Removing intermediate container 7c6154ecc5fa 04:14:38 ---> 78ef2eeaa148 04:14:38 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:38 ---> Running in 147df4565578 04:14:40 Removing intermediate container 147df4565578 04:14:40 ---> a660384d02e3 04:14:40 Step 13/23 : RUN apk add --update --no-cache zeromq 04:14:40 ---> Running in a07e67b45e32 04:14:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:14:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:14:43 (1/5) Installing libgcc (9.3.0-r2) 04:14:43 (2/5) Installing libsodium (1.0.18-r0) 04:14:43 (3/5) Installing libstdc++ (9.3.0-r2) 04:14:43 (4/5) Installing libzmq (4.3.3-r0) 04:14:43 (5/5) Installing zeromq (4.3.3-r0) 04:14:43 Executing busybox-1.31.1-r20.trigger 04:14:43 OK: 8 MiB in 19 packages 04:14:44 Removing intermediate container a07e67b45e32 04:14:44 ---> ef505ca66a26 04:14:44 Step 14/23 : WORKDIR / 04:14:45 ---> Running in fa7d91ed45be 04:14:45 Removing intermediate container fa7d91ed45be 04:14:45 ---> c5d65b5930de 04:14:45 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:14:46 ---> 157bba16fcfc 04:14:46 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:14:47 ---> 1c85d35c4a39 04:14:47 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:14:48 ---> 2dd669e49a3d 04:14:48 Step 18/23 : EXPOSE 59999 04:14:48 ---> Running in 08cd7703e2ae 04:14:48 Removing intermediate container 08cd7703e2ae 04:14:48 ---> 23f1c22195c9 04:14:48 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:14:48 ---> Running in 4afd248e5de9 04:14:49 Removing intermediate container 4afd248e5de9 04:14:49 ---> 7f06f785f164 04:14:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:14:49 ---> Running in 47ea944062a5 04:14:50 Removing intermediate container 47ea944062a5 04:14:50 ---> b5fb9b9fa6fa 04:14:50 Step 21/23 : LABEL arch=arm64 04:14:50 ---> Running in 7e5f3a1cfc63 04:14:50 Removing intermediate container 7e5f3a1cfc63 04:14:50 ---> 4b2f339ea5af 04:14:50 Step 22/23 : LABEL git_sha=239175b49856413a074f5f5832c36fffc08bf04f 04:14:50 ---> Running in fabdd1ff2d80 04:14:51 Removing intermediate container fabdd1ff2d80 04:14:51 ---> e1ffeb1d437e 04:14:51 Step 23/23 : LABEL version=0.0.0 04:14:51 ---> Running in b3ac5c843865 04:14:51 Removing intermediate container b3ac5c843865 04:14:51 ---> a86c662e3455 04:14:51 [Warning] One or more build-args [ARCH MAKE] were not consumed 04:14:51 Successfully built a86c662e3455 04:14:51 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:14:52 ---> job-cost.sh 04:14:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-76g1 04:15:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:16:55 lf-activate-venv(): INFO: Adding /tmp/venv-76g1/bin to PATH 04:16:55 INFO: No Stack... 04:16:55 INFO: Retrieving Pricing Info for: v2-standard-4 04:16:55 INFO: Archiving Costs [Pipeline] sh 04:16:55 + cut -d, -f6 04:16:55 + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock 04:16:55 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] 04:16:55 Resource [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] did not exist. Created. 04:16:55 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:16:56 /w/workspace/device-sdk-go/1@tmp/durable-ed6a6c6b/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-ed6a6c6b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:16:56 + echo total: 0.18000000715255737 [Pipeline] stash 04:16:56 Warning: overwriting stash ‘stack-cost’ 04:16:56 Stashed 1 file(s) [Pipeline] } 04:16:56 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:16:57 provisioning config files... 04:16:57 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/config6310227292170195133tmp [Pipeline] { [Pipeline] sh 04:16:58 + set +x 04:16:58 + curl -s https://codecov.io/bash 04:16:58 + bash -s -- 04:16:58 04:16:58 _____ _ 04:16:58 / ____| | | 04:16:58 | | ___ __| | ___ ___ _____ __ 04:16:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:16:58 | |___| (_) | (_| | __/ (_| (_) \ V / 04:16:58 \_____\___/ \__,_|\___|\___\___/ \_/ 04:16:58 Bash-1.0.3 04:16:58 04:16:58 04:16:58 ==> git version 2.24.4 found 04:16:58 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:16:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:16:58 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:16:58 ==> Jenkins CI detected. 04:16:58 project root: . 04:16:58 --> token set from env 04:16:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:16:58 ==> Running gcov in . (disable via -X gcov) 04:16:58 ==> Python coveragepy not found 04:16:58 ==> Searching for coverage reports in: 04:16:58 + . 04:16:58 -> Found 1 reports 04:16:58 ==> Detecting git/mercurial file structure 04:16:58 ==> Reading reports 04:16:58 + ./coverage.out bytes=126073 04:16:58 ==> Appending adjustments 04:16:58 https://docs.codecov.io/docs/fixing-reports 04:16:58 + Found adjustments 04:16:58 ==> Gzipping contents 04:16:58 20K /tmp/codecov.l7Yq4z.gz 04:16:58 ==> Uploading reports 04:16:58 url: https://codecov.io 04:16:58 query: branch=PR-976&commit=239175b49856413a074f5f5832c36fffc08bf04f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-976%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=976&job=&cmd_args= 04:16:58 -> Pinging Codecov 04:16:58 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-976&commit=239175b49856413a074f5f5832c36fffc08bf04f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-976%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=976&job=&cmd_args= 04:16:59 -> Uploading to 04:16:59 https://storage.googleapis.com/codecov/v4/raw/2021-06-22/7E55EF52A471D76F132DFD9A03CDDE97/239175b49856413a074f5f5832c36fffc08bf04f/1a7fd609-3a2e-4375-b391-70b07cae1fd4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210622%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210622T041659Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=27fc1df9c986c92c31621a5d362901bad99336aaa506534751c2cc83c12f5c66 04:16:59 % Total % Received % Xferd Average Speed Time Time Time Current 04:16:59 Dload Upload Total Spent Left Speed 04:16:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16422 0 0 100 16422 0 33114 --:--:-- --:--:-- --:--:-- 33175 04:16:59 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/239175b49856413a074f5f5832c36fffc08bf04f [Pipeline] } 04:16:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:17:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:17:03 ---> package-listing.sh 04:17:03 ++ facter osfamily 04:17:03 ++ tr '[:upper:]' '[:lower:]' 04:17:03 + OS_FAMILY=redhat 04:17:03 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-976 04:17:03 + START_PACKAGES=/tmp/packages_start.txt 04:17:03 + END_PACKAGES=/tmp/packages_end.txt 04:17:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:17:03 + PACKAGES=/tmp/packages_start.txt 04:17:03 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-976 ']' 04:17:03 + PACKAGES=/tmp/packages_end.txt 04:17:03 + case "${OS_FAMILY}" in 04:17:03 + rpm -qa 04:17:03 + sort 04:17:03 + '[' -f /tmp/packages_start.txt ']' 04:17:03 + '[' -f /tmp/packages_end.txt ']' 04:17:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:17:03 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-976 ']' 04:17:03 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-976/archives/ 04:17:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-976/archives/ [Pipeline] echo 04:17:03 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/dgexfoundry_device-sdk-go_PR-976/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:17:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:17:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:17:04 04:17:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:17:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:17:05 alpine: Pulling from edgex-lftools-log-publisher 04:17:05 df20fa9351a1: Pulling fs layer 04:17:05 36b3adc4ff6f: Pulling fs layer 04:17:05 8ad3a11d3b57: Pulling fs layer 04:17:05 46f8f816bc3b: Pulling fs layer 04:17:05 93b61091891f: Pulling fs layer 04:17:05 93b9cdb0e59b: Pulling fs layer 04:17:05 5e14af77c1be: Pulling fs layer 04:17:05 01666e4c0597: Pulling fs layer 04:17:05 aa168da1d23b: Pulling fs layer 04:17:05 46f8f816bc3b: Waiting 04:17:05 93b61091891f: Waiting 04:17:05 93b9cdb0e59b: Waiting 04:17:05 5e14af77c1be: Waiting 04:17:05 01666e4c0597: Waiting 04:17:05 aa168da1d23b: Waiting 04:17:05 36b3adc4ff6f: Verifying Checksum 04:17:05 36b3adc4ff6f: Download complete 04:17:05 46f8f816bc3b: Verifying Checksum 04:17:05 46f8f816bc3b: Download complete 04:17:05 df20fa9351a1: Verifying Checksum 04:17:05 df20fa9351a1: Download complete 04:17:05 93b9cdb0e59b: Verifying Checksum 04:17:05 93b9cdb0e59b: Download complete 04:17:05 5e14af77c1be: Verifying Checksum 04:17:05 5e14af77c1be: Download complete 04:17:05 93b61091891f: Verifying Checksum 04:17:05 93b61091891f: Download complete 04:17:05 01666e4c0597: Verifying Checksum 04:17:05 01666e4c0597: Download complete 04:17:05 df20fa9351a1: Pull complete 04:17:05 36b3adc4ff6f: Pull complete 04:17:05 8ad3a11d3b57: Verifying Checksum 04:17:05 8ad3a11d3b57: Download complete 04:17:06 8ad3a11d3b57: Pull complete 04:17:06 46f8f816bc3b: Pull complete 04:17:06 93b61091891f: Pull complete 04:17:06 93b9cdb0e59b: Pull complete 04:17:07 5e14af77c1be: Pull complete 04:17:07 01666e4c0597: Pull complete 04:17:07 aa168da1d23b: Verifying Checksum 04:17:07 aa168da1d23b: Download complete 04:17:11 aa168da1d23b: Pull complete 04:17:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:17:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:17:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:17:11 prd-centos7-docker-4c-2g-640 does not seem to be running inside a container 04:17:11 $ 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/dgexfoundry_device-sdk-go_PR-976/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-976 -v /w/workspace/dgexfoundry_device-sdk-go_PR-976:/w/workspace/dgexfoundry_device-sdk-go_PR-976:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:17:13 $ docker top 9cf52e958126a996c1ceb9de77ddb040ede2bfd6e0fffc82d468000e3aa6d3c4 -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:14 + touch /tmp/pre-build-complete [Pipeline] sh 04:17:14 + mkdir -p /var/log/sa [Pipeline] sh 04:17:15 + ls /var/log/sa-host 04:17:15 + sadf -c /var/log/sa-host/sa05 04:17:15 file_magic: OK 04:17:15 HZ: Using current value: 100 04:17:15 file_header: OK 04:17:15 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 04:17:15 Statistics: 04:17:15 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:17:15 File successfully converted to sysstat format version 12.2.1 04:17:15 + sadf -c /var/log/sa-host/sa22 04:17:15 file_magic: OK 04:17:15 HZ: Using current value: 100 04:17:15 file_header: OK 04:17:15 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 04:17:15 Statistics: 04:17:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:17:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:15 provisioning config files... 04:17:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/config5318621460200444123tmp [Pipeline] { [Pipeline] echo 04:17:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:17:16 ---> create-netrc.sh [Pipeline] } 04:17:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:17:16 ---> python-tools-install.sh [Pipeline] echo 04:17:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:17:17 ---> sudo-logs.sh 04:17:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:17:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:17:17 ---> job-cost.sh 04:17:17 lf-activate-venv: SKIPPING 04:17:17 DEBUG: total: 0.18000000715255737 04:17:17 INFO: Retrieving Stack Cost... 04:17:18 INFO: Retrieving Pricing Info for: v3-standard-2 04:17:18 INFO: Archiving Costs [Pipeline] echo 04:17:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:17:19 ---> logs-deploy.sh 04:17:19 lf-activate-venv: SKIPPING 04:17:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-976/1 04:17:19 INFO: archiving workspace using pattern(s): 04:17:20 Archives upload complete. 04:17:20 INFO: archiving logs to Nexus 04:17:20 ---> uname -a: 04:17:20 Linux prd-centos7-docker-4c-2g-640.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 04:17:20 04:17:20 04:17:20 ---> lscpu: 04:17:20 Architecture: x86_64 04:17:20 CPU op-mode(s): 32-bit, 64-bit 04:17:20 Byte Order: Little Endian 04:17:20 Address sizes: 40 bits physical, 48 bits virtual 04:17:20 CPU(s): 2 04:17:20 On-line CPU(s) list: 0,1 04:17:20 Thread(s) per core: 1 04:17:20 Core(s) per socket: 1 04:17:20 Socket(s): 2 04:17:20 NUMA node(s): 1 04:17:20 Vendor ID: AuthenticAMD 04:17:20 CPU family: 23 04:17:20 Model: 49 04:17:20 Model name: AMD EPYC-Rome Processor 04:17:20 Stepping: 0 04:17:20 CPU MHz: 2800.000 04:17:20 BogoMIPS: 5600.00 04:17:20 Virtualization: AMD-V 04:17:20 Hypervisor vendor: KVM 04:17:20 Virtualization type: full 04:17:20 L1d cache: 64 KiB 04:17:20 L1i cache: 64 KiB 04:17:20 L2 cache: 1 MiB 04:17:20 L3 cache: 32 MiB 04:17:20 NUMA node0 CPU(s): 0,1 04:17:20 Vulnerability Itlb multihit: Not affected 04:17:20 Vulnerability L1tf: Not affected 04:17:20 Vulnerability Mds: Not affected 04:17:20 Vulnerability Meltdown: Not affected 04:17:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:17:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:17:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:17:20 Vulnerability Srbds: Not affected 04:17:20 Vulnerability Tsx async abort: Not affected 04:17:20 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 04:17:20 04:17:20 04:17:20 ---> nproc: 04:17:20 2 04:17:20 04:17:20 04:17:20 ---> df -h: 04:17:20 Filesystem Size Used Available Use% Mounted on 04:17:20 overlay 40.0G 7.6G 32.4G 19% / 04:17:20 tmpfs 64.0M 0 64.0M 0% /dev 04:17:20 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 04:17:20 shm 64.0M 0 64.0M 0% /dev/shm 04:17:20 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 04:17:20 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 04:17:20 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 04:17:20 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 04:17:20 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 04:17:20 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dgexfoundry_device-sdk-go_PR-976 04:17:20 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp 04:17:20 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 04:17:20 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 04:17:20 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 04:17:20 04:17:20 04:17:20 ---> free -m: 04:17:20 total used free shared buff/cache available 04:17:20 Mem: 7821 929 4793 0 2098 6713 04:17:20 Swap: 1023 0 1023 04:17:20 04:17:20 04:17:20 ---> ip addr: 04:17:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:17:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:17:20 inet 127.0.0.1/8 scope host lo 04:17:20 valid_lft forever preferred_lft forever 04:17:20 inet6 ::1/128 scope host 04:17:20 valid_lft forever preferred_lft forever 04:17:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:17:20 link/ether fa:16:3e:da:f1:b1 brd ff:ff:ff:ff:ff:ff 04:17:20 inet 10.30.123.135/23 brd 10.30.123.255 scope global dynamic eth0 04:17:20 valid_lft 85730sec preferred_lft 85730sec 04:17:20 inet6 fe80::f816:3eff:feda:f1b1/64 scope link 04:17:20 valid_lft forever preferred_lft forever 04:17:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:17:20 link/ether 02:42:08:b9:9c:c5 brd ff:ff:ff:ff:ff:ff 04:17:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:17:20 valid_lft forever preferred_lft forever 04:17:20 inet6 fe80::42:8ff:feb9:9cc5/64 scope link 04:17:20 valid_lft forever preferred_lft forever 04:17:20 04:17:20 04:17:20 ---> sar -b -r -n DEV: 04:17:20 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/22/21 _x86_64_ (2 CPU) 04:17:20 04:17:20 04:05:59 LINUX RESTART (2 CPU) 04:17:20 04:17:20 04:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:17:20 04:08:01 1.71 0.00 1.71 0.00 0.00 37.91 0.00 04:17:20 04:09:01 0.50 0.00 0.50 0.00 0.00 7.10 0.00 04:17:20 04:10:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 04:17:20 04:11:01 0.22 0.00 0.22 0.00 0.00 3.50 0.00 04:17:20 04:12:01 0.33 0.00 0.33 0.00 0.00 5.43 0.00 04:17:20 04:13:01 0.13 0.00 0.13 0.00 0.00 2.13 0.00 04:17:20 04:14:01 0.22 0.00 0.22 0.00 0.00 3.60 0.00 04:17:20 04:15:01 0.25 0.00 0.25 0.00 0.00 2.72 0.00 04:17:20 04:16:01 0.32 0.00 0.32 0.00 0.00 3.56 0.00 04:17:20 04:17:01 0.30 0.03 0.27 0.00 3.73 4.33 0.00 04:17:20 Average: 0.42 0.00 0.42 0.00 0.37 7.32 0.00 04:17:20 04:17:20 04:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:17:20 04:08:01 5461976 0 803684 10.03 2620 1740652 1225340 13.53 574036 1574132 16 04:17:20 04:09:01 5460304 0 805352 10.06 2620 1740656 1205092 13.30 582920 1567096 20 04:17:20 04:10:01 5459224 0 806428 10.07 2620 1740660 1205128 13.31 580652 1570728 16 04:17:20 04:11:01 5459904 0 805744 10.06 2620 1740664 1205068 13.30 579628 1571400 8 04:17:20 04:12:01 5453228 0 812412 10.14 2620 1740672 1266412 13.98 581812 1574688 20 04:17:20 04:13:01 5462776 0 802860 10.02 2620 1740676 1197892 13.23 573500 1574688 16 04:17:20 04:14:01 5461408 0 804220 10.04 2620 1740684 1198156 13.23 574704 1574688 8 04:17:20 04:15:01 5451960 0 813664 10.16 2620 1740688 1198256 13.23 584136 1574688 8 04:17:20 04:16:01 5453720 0 811900 10.14 2620 1740692 1197968 13.23 584776 1572876 8 04:17:20 04:17:01 5450208 0 815152 10.18 2620 1740952 1198792 13.24 588024 1572916 164 04:17:20 Average: 5457471 0 808142 10.09 2620 1740700 1209810 13.36 580419 1572790 28 04:17:20 04:17:20 04:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:17:20 04:08:01 eth0 1.08 0.07 0.09 0.04 0.00 0.00 0.00 0.00 04:17:20 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:09:01 eth0 2.47 0.97 1.43 0.39 0.00 0.00 0.00 0.00 04:17:20 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:10:01 eth0 1.87 0.75 0.85 0.62 0.00 0.00 0.00 0.00 04:17:20 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:11:01 eth0 1.68 0.30 0.38 0.20 0.00 0.00 0.00 0.00 04:17:20 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:12:01 eth0 2.82 2.37 0.54 20.90 0.00 0.00 0.00 0.00 04:17:20 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:13:01 eth0 0.68 0.02 0.06 0.00 0.00 0.00 0.00 0.00 04:17:20 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:14:01 eth0 1.17 0.50 0.33 1.95 0.00 0.00 0.00 0.00 04:17:20 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:15:01 eth0 0.57 0.40 0.28 0.18 0.00 0.00 0.00 0.00 04:17:20 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:16:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 04:17:20 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:17:01 eth0 5.13 3.40 4.94 1.88 0.00 0.00 0.00 0.00 04:17:20 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 Average: eth0 1.76 0.89 0.89 2.62 0.00 0.00 0.00 0.00 04:17:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:20 04:17:20 04:17:20 ---> sar -P ALL: 04:17:20 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/22/21 _x86_64_ (2 CPU) 04:17:20 04:17:20 04:05:59 LINUX RESTART (2 CPU) 04:17:20 04:17:20 04:07:02 CPU %user %nice %system %iowait %steal %idle 04:17:20 04:08:01 all 0.09 0.00 0.03 0.00 0.03 99.85 04:17:20 04:08:01 0 0.10 0.00 0.05 0.00 0.05 99.80 04:17:20 04:08:01 1 0.07 0.00 0.02 0.00 0.02 99.90 04:17:20 04:09:01 all 0.07 0.00 0.05 0.00 0.04 99.84 04:17:20 04:09:01 0 0.07 0.00 0.05 0.00 0.05 99.83 04:17:20 04:09:01 1 0.07 0.00 0.05 0.00 0.03 99.85 04:17:20 04:10:01 all 0.12 0.00 0.03 0.00 0.03 99.83 04:17:20 04:10:01 0 0.10 0.00 0.03 0.00 0.03 99.83 04:17:20 04:10:01 1 0.13 0.00 0.02 0.00 0.02 99.83 04:17:20 04:11:01 all 0.10 0.00 0.04 0.00 0.03 99.82 04:17:20 04:11:01 0 0.08 0.00 0.05 0.00 0.05 99.82 04:17:20 04:11:01 1 0.12 0.00 0.03 0.00 0.02 99.83 04:17:20 04:12:01 all 0.17 0.00 0.06 0.00 0.03 99.74 04:17:20 04:12:01 0 0.15 0.00 0.07 0.00 0.03 99.75 04:17:20 04:12:01 1 0.18 0.00 0.05 0.00 0.03 99.73 04:17:20 04:13:01 all 0.03 0.00 0.03 0.00 0.03 99.92 04:17:20 04:13:01 0 0.03 0.00 0.03 0.00 0.05 99.88 04:17:20 04:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:17:20 04:14:01 all 0.13 0.00 0.03 0.00 0.03 99.82 04:17:20 04:14:01 0 0.10 0.00 0.03 0.00 0.03 99.83 04:17:20 04:14:01 1 0.15 0.00 0.03 0.00 0.02 99.80 04:17:20 04:15:01 all 0.12 0.00 0.03 0.00 0.03 99.83 04:17:20 04:15:01 0 0.22 0.00 0.02 0.00 0.03 99.73 04:17:20 04:15:01 1 0.02 0.00 0.03 0.00 0.02 99.93 04:17:20 04:16:01 all 0.07 0.00 0.03 0.00 0.03 99.88 04:17:20 04:16:01 0 0.05 0.00 0.03 0.00 0.03 99.88 04:17:20 04:16:01 1 0.08 0.00 0.02 0.00 0.02 99.88 04:17:20 04:17:01 all 0.40 0.00 0.28 0.00 0.04 99.28 04:17:20 04:17:01 0 0.45 0.00 0.35 0.00 0.05 99.15 04:17:20 04:17:01 1 0.35 0.00 0.20 0.00 0.03 99.41 04:17:20 Average: all 0.13 0.00 0.06 0.00 0.03 99.78 04:17:20 Average: 0 0.14 0.00 0.07 0.00 0.04 99.75 04:17:20 Average: 1 0.12 0.00 0.05 0.00 0.02 99.81 04:17:20 04:17:20 04:17:20