Pull request #955 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf+1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 (a0e3b2c488a52ddc925590d1cf22afc37e422505) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-ssh6590111969384587500.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b 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-ssh7793068614741852308.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 f4a1163c6b2b14014f487cca778b157dcbc6cc6b The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-955/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-955/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1519740397944193869.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-ssh2667682798661984341.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-955/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-955/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5751448891331125391.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32’ Running on prd-centos7-docker-4c-2g-35 in /w/workspace/dgexfoundry_device-sdk-go_PR-955 [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-955 # 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-955@tmp/jenkins-gitclient-ssh7411073065305591623.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 into PR head commit ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf Merge succeeded, producing ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf Checking out Revision ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf (PR-955) > 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 > 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-955@tmp/jenkins-gitclient-ssh3702470418757461866.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/955/head:refs/remotes/origin/PR-955 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # 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-955@tmp/jenkins-gitclient-ssh7003704317642965240.key > git merge 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # timeout=10 Commit message: "build(deps): bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:01:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:01:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk a17602907dae120b3709a8352c85f4573ad9558a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:01:54 ========================================================= 13:01:54 EdgeX Global Pipelines Version Info 13:01:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:01:55 ------------------- 13:01:55 stable info: 13:01:55 ------------------- 13:01:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:01:55 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 13:01:55 Message: update stable to v1.0.194 13:01:56 ------------------- 13:01:56 experimental info: 13:01:56 ------------------- 13:01:56 Commited By: **** collab-it+edgex@linuxfoundation.org 13:01:56 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 13:01:56 Message: update experimental to v1.0.194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:01:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:01:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-955 [Pipeline] echo 13:01:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-955 [Pipeline] echo 13:01:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-955 [Pipeline] echo 13:01:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [Pipeline] echo 13:01:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ab40dd7 [Pipeline] echo 13:01:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:01:57 provisioning config files... 13:01:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/config8789583168866330699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:01:57 ---> docker-login.sh 13:01:57 nexus3.edgexfoundry.org:10001 13:01:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:01:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:01:57 Configure a credential helper to remove this warning. See 13:01:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:01:57 13:01:57 Login Succeeded 13:01:57 nexus3.edgexfoundry.org:10002 13:01:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:01:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:01:57 Configure a credential helper to remove this warning. See 13:01:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:01:57 13:01:57 Login Succeeded 13:01:57 nexus3.edgexfoundry.org:10003 13:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:01:58 Configure a credential helper to remove this warning. See 13:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:01:58 13:01:58 Login Succeeded 13:01:58 nexus3.edgexfoundry.org:10004 13:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:01:58 Configure a credential helper to remove this warning. See 13:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:01:58 13:01:58 Login Succeeded 13:01:58 docker.io 13:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:01:58 Configure a credential helper to remove this warning. See 13:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:01:58 13:01:58 Login Succeeded 13:01:58 ---> docker-login.sh ends [Pipeline] } 13:01:58 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 13:01:59 + git log --format=format:%s -1 ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [Pipeline] echo 13:01:59 GIT_COMMIT: ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf, Commit Message: build(deps): bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2 [Pipeline] echo 13:01:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:01:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:01:59 13:01:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:02:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:02:00 latest: Pulling from edgex-devops/git-semver 13:02:00 31603596830f: Pulling fs layer 13:02:00 54011a49482f: Pulling fs layer 13:02:00 a6820b24f6d8: Pulling fs layer 13:02:00 f581987b2513: Pulling fs layer 13:02:00 f581987b2513: Waiting 13:02:00 54011a49482f: Verifying Checksum 13:02:00 54011a49482f: Download complete 13:02:00 31603596830f: Verifying Checksum 13:02:00 31603596830f: Download complete 13:02:00 f581987b2513: Verifying Checksum 13:02:00 f581987b2513: Download complete 13:02:00 a6820b24f6d8: Verifying Checksum 13:02:00 a6820b24f6d8: Download complete 13:02:00 31603596830f: Pull complete 13:02:00 54011a49482f: Pull complete 13:02:01 a6820b24f6d8: Pull complete 13:02:01 f581987b2513: Pull complete 13:02:01 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 13:02:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:02:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:02:01 prd-centos7-docker-4c-2g-35 does not seem to be running inside a container 13:02:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-955 -v /w/workspace/dgexfoundry_device-sdk-go_PR-955:/w/workspace/dgexfoundry_device-sdk-go_PR-955:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:02:02 $ docker top 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:02:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:02:03 [ssh-agent] Looking for ssh-agent implementation... 13:02:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:02:03 $ docker exec 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef ssh-agent 13:02:03 SSH_AUTH_SOCK=/tmp/ssh-IjKy883Wztkx/agent.14 13:02:03 SSH_AGENT_PID=20 13:02:03 Running ssh-add (command line suppressed) 13:02:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/private_key_3458192422484027671.key (/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/private_key_3458192422484027671.key) 13:02:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:02:03 + git tag --points-at HEAD [Pipeline] } 13:02:03 $ docker exec --env ******** --env ******** 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef ssh-agent -k 13:02:03 unset SSH_AUTH_SOCK; 13:02:03 unset SSH_AGENT_PID; 13:02:03 echo Agent pid 20 killed; 13:02:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:02:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:02:03 [ssh-agent] Looking for ssh-agent implementation... 13:02:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:02:04 $ docker exec 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef ssh-agent 13:02:04 SSH_AUTH_SOCK=/tmp/ssh-MDNYtRqlogOl/agent.53 13:02:04 SSH_AGENT_PID=59 13:02:04 Running ssh-add (command line suppressed) 13:02:04 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/private_key_6102634331043308910.key (/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/private_key_6102634331043308910.key) 13:02:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:02:04 + git semver init 13:02:04 # -> Open(): unable to determine branch for HEAD 13:02:04 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-955/.git 13:02:04 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-955 13:02:04 # $SEMVER_REMOTE_NAME = origin 13:02:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:02:04 # $SEMVER_USER_NAME = edgex-jenkins 13:02:04 # $SEMVER_BRANCH = PR-955 13:02:04 # $SEMVER_TEMP = /tmp/semver-738305687 13:02:04 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 13:02:05 # '/tmp/semver-738305687' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-955/.semver' 13:02:05 # -> Force: false 13:02:05 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-955/.semver [Pipeline] } 13:02:05 $ docker exec --env ******** --env ******** 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef ssh-agent -k 13:02:06 unset SSH_AUTH_SOCK; 13:02:06 unset SSH_AGENT_PID; 13:02:06 echo Agent pid 59 killed; 13:02:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:02:06 + git semver [Pipeline] } 13:02:06 $ docker stop --time=1 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef 13:02:07 $ docker rm -f 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef [Pipeline] // withDockerContainer [Pipeline] sh 13:02:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:02:08 Stashed 1 file(s) [Pipeline] echo 13:02:08 [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 13:02:23 Still waiting to schedule task 13:02:23 ‘prd-centos7-docker-4c-2g-33’ is offline 13:02:23 ‘prd-centos7-docker-4c-2g-37’ is offline 13:02:23 Still waiting to schedule task 13:02:23 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-34’ 13:02:31 Running on prd-centos7-docker-4c-2g-37 in /w/workspace/dgexfoundry_device-sdk-go_PR-955 [Pipeline] { [Pipeline] ws 13:02:31 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 13:02:31 Selected Git installation does not exist. Using Default 13:02:31 The recommended git tool is: NONE 13:02:33 using credential edgex-jenkins-ssh 13:02:33 Cloning the remote Git repository 13:02:32 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:02:33 > git init /w/workspace/device-sdk-go/6 # timeout=10 13:02:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:02:33 > git --version # timeout=10 13:02:33 > git --version # 'git version 2.24.4' 13:02:33 using GIT_SSH to set credentials SSH Credentials for GitHub 13:02:33 [INFO] Currently running in a labeled security context 13:02:33 [INFO] Currently SELinux is 'enforcing' on the host 13:02:33 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/6@tmp/jenkins-gitclient-ssh3535628943640959173.key 13:02:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:02:34 Merging remotes/origin/master commit 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 into PR head commit ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf 13:02:35 Merge succeeded, producing ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf 13:02:35 Checking out Revision ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf (PR-955) 13:02:33 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:02:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:02:33 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:02:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:02:33 using GIT_SSH to set credentials SSH Credentials for GitHub 13:02:33 [INFO] Currently running in a labeled security context 13:02:33 [INFO] Currently SELinux is 'enforcing' on the host 13:02:33 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/6@tmp/jenkins-gitclient-ssh2884160397915287326.key 13:02:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/955/head:refs/remotes/origin/PR-955 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:02:34 > git config core.sparsecheckout # timeout=10 13:02:34 > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # timeout=10 13:02:34 > git remote # timeout=10 13:02:34 > git config --get remote.origin.url # timeout=10 13:02:34 using GIT_SSH to set credentials SSH Credentials for GitHub 13:02:34 [INFO] Currently running in a labeled security context 13:02:34 [INFO] Currently SELinux is 'enforcing' on the host 13:02:34 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/6@tmp/jenkins-gitclient-ssh2611461298151398912.key 13:02:34 > git merge 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 # timeout=10 13:02:34 > git rev-parse HEAD^{commit} # timeout=10 13:02:34 > git config core.sparsecheckout # timeout=10 13:02:34 > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # timeout=10 13:02:38 Commit message: "build(deps): bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:02:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:02:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:02:39 + sudo service docker restart 13:02:39 + true 13:02:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:02:58 provisioning config files... 13:02:58 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config6910836397507199504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:02:58 ---> docker-login.sh 13:02:58 nexus3.edgexfoundry.org:10001 13:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:02:58 Configure a credential helper to remove this warning. See 13:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:02:58 13:02:58 Login Succeeded 13:02:58 nexus3.edgexfoundry.org:10002 13:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:02:58 Configure a credential helper to remove this warning. See 13:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:02:58 13:02:58 Login Succeeded 13:02:58 nexus3.edgexfoundry.org:10003 13:02:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:02:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:02:59 Configure a credential helper to remove this warning. See 13:02:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:02:59 13:02:59 Login Succeeded 13:02:59 nexus3.edgexfoundry.org:10004 13:02:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:02:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:02:59 Configure a credential helper to remove this warning. See 13:02:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:02:59 13:02:59 Login Succeeded 13:02:59 docker.io 13:02:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:02:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:02:59 Configure a credential helper to remove this warning. See 13:02:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:02:59 13:02:59 Login Succeeded 13:02:59 ---> docker-login.sh ends [Pipeline] } 13:02:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:02:59 ========================================================= 13:02:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 13:02:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:03:00 + 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 . 13:03:00 Sending build context to Docker daemon 2.648MB 13:03:00 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 13:03:00 Step 2/8 : FROM ${BASE} 13:03:00 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 13:03:00 540db60ca938: Pulling fs layer 13:03:00 adcc1eea9eea: Pulling fs layer 13:03:00 4c4ab2625f07: Pulling fs layer 13:03:00 0510c868ecb4: Pulling fs layer 13:03:00 afea3b2eda06: Pulling fs layer 13:03:00 7809a108b3ef: Pulling fs layer 13:03:00 f706445af74f: Pulling fs layer 13:03:00 afea3b2eda06: Waiting 13:03:00 7809a108b3ef: Waiting 13:03:00 f706445af74f: Waiting 13:03:00 0510c868ecb4: Waiting 13:03:00 4c4ab2625f07: Verifying Checksum 13:03:00 4c4ab2625f07: Download complete 13:03:00 adcc1eea9eea: Verifying Checksum 13:03:00 adcc1eea9eea: Download complete 13:03:00 afea3b2eda06: Verifying Checksum 13:03:00 afea3b2eda06: Download complete 13:03:00 540db60ca938: Verifying Checksum 13:03:00 540db60ca938: Download complete 13:03:00 7809a108b3ef: Verifying Checksum 13:03:00 7809a108b3ef: Download complete 13:03:00 540db60ca938: Pull complete 13:03:00 adcc1eea9eea: Pull complete 13:03:00 4c4ab2625f07: Pull complete 13:03:02 f706445af74f: Verifying Checksum 13:03:02 f706445af74f: Download complete 13:03:02 0510c868ecb4: Verifying Checksum 13:03:02 0510c868ecb4: Download complete 13:03:06 0510c868ecb4: Pull complete 13:03:06 afea3b2eda06: Pull complete 13:03:06 7809a108b3ef: Pull complete 13:03:07 f706445af74f: Pull complete 13:03:07 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 13:03:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 13:03:07 ---> b068be0155e3 13:03:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:03:11 ---> Running in 389caaf6bd28 13:03:11 Removing intermediate container 389caaf6bd28 13:03:11 ---> fec1d5bcb51a 13:03:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:11 ---> Running in da7a7ca71b54 13:03:12 Removing intermediate container da7a7ca71b54 13:03:12 ---> 0fe0a038f0b6 13:03:12 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 13:03:12 ---> Running in c427238c299e 13:03:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:03:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:03:13 (1/6) Installing libc-dev (0.7.2-r3) 13:03:13 (2/6) Installing libsodium (1.0.18-r0) 13:03:14 (3/6) Installing pkgconf (1.7.3-r0) 13:03:14 (4/6) Installing libsodium-dev (1.0.18-r0) 13:03:14 (5/6) Installing libzmq (4.3.3-r1) 13:03:14 (6/6) Installing zeromq-dev (4.3.3-r1) 13:03:14 Executing busybox-1.32.1-r6.trigger 13:03:14 OK: 150 MiB in 46 packages 13:03:14 Removing intermediate container c427238c299e 13:03:14 ---> 38dc782b8b84 13:03:14 Step 6/8 : WORKDIR /device-sdk-go 13:03:14 ---> Running in 97d2e35a5d49 13:03:14 Removing intermediate container 97d2e35a5d49 13:03:14 ---> aa71c384beeb 13:03:14 Step 7/8 : COPY . . 13:03:15 ---> 26e77118fb6a 13:03:15 Step 8/8 : RUN go mod download 13:03:15 ---> Running in f0281081c30e 13:03:25 Removing intermediate container f0281081c30e 13:03:25 ---> cd396d85e067 13:03:25 Successfully built cd396d85e067 13:03:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:03:25 + docker inspect -f . ci-base-image-x86_64 13:03:25 . [Pipeline] withDockerContainer 13:03:25 prd-centos7-docker-4c-2g-37 does not seem to be running inside a container 13:03:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:03:25 $ docker top 64a4d5dfb8993e230c37f40350764181f2e6bc990696781a98a5a0d0e4fc0208 -eo pid,comm [Pipeline] { [Pipeline] sh 13:03:26 + go version 13:03:26 go version go1.16.3 linux/amd64 [Pipeline] } 13:03:26 $ docker stop --time=1 64a4d5dfb8993e230c37f40350764181f2e6bc990696781a98a5a0d0e4fc0208 13:03:27 $ docker rm -f 64a4d5dfb8993e230c37f40350764181f2e6bc990696781a98a5a0d0e4fc0208 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:03:28 + docker inspect -f . ci-base-image-x86_64 13:03:28 . [Pipeline] withDockerContainer 13:03:28 prd-centos7-docker-4c-2g-37 does not seem to be running inside a container 13:03:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:03:28 $ docker top 76c72d738ec43374b139c04bc3c2d1915572268642d3e5a926ef3fbc2608ce86 -eo pid,comm [Pipeline] { [Pipeline] sh 13:03:29 + go mod tidy [Pipeline] sh 13:03:29 + make test 13:03:29 go mod tidy 13:03:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:03:35 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 13:03:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 13:03:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 13:03:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 13:03:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.056s coverage: 25.4% of statements 13:03:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 13:03:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.047s coverage: 28.1% of statements 13:03:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.066s coverage: 78.9% of statements 13:03:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.045s coverage: 9.0% of statements 13:03:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 13:03:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 13:03:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 13:04:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.064s coverage: 29.2% of statements 13:04:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 13:04:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.059s coverage: 83.3% of statements 13:04:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 13:04:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 13:04:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.078s coverage: 58.0% of statements 13:04:03 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.824s coverage: 89.2% of statements 13:04:03 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 13:04:03 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.048s coverage: 5.0% of statements 13:04:03 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 13:04:03 GO111MODULE=on go vet ./... 13:04:21 gofmt -l . 13:04:21 [ "`gofmt -l .`" = "" ] 13:04:21 ./bin/test-attribution-txt.sh 13:04:21 ./bin/test-go-mod-tidy.sh [Pipeline] } 13:04:21 $ docker stop --time=1 76c72d738ec43374b139c04bc3c2d1915572268642d3e5a926ef3fbc2608ce86 13:04:23 $ docker rm -f 76c72d738ec43374b139c04bc3c2d1915572268642d3e5a926ef3fbc2608ce86 [Pipeline] // withDockerContainer [Pipeline] sh 13:04:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:04:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:04:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:04:25 + ls -al . 13:04:25 total 208 13:04:25 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 9 13:04 . 13:04:25 drwxrwxr-x. 4 jenkins jenkins 28 Jun 9 13:02 .. 13:04:25 drwxrwxr-x. 2 jenkins jenkins 64 Jun 9 13:02 bin 13:04:25 -rw-r--r--. 1 jenkins jenkins 126071 Jun 9 13:04 coverage.out 13:04:25 -rw-rw-r--. 1 jenkins jenkins 987 Jun 9 13:02 Dockerfile.build 13:04:25 -rw-rw-r--. 1 jenkins jenkins 140 Jun 9 13:02 .dockerignore 13:04:25 drwxrwxr-x. 5 jenkins jenkins 62 Jun 9 13:02 example 13:04:25 drwxrwxr-x. 8 jenkins jenkins 179 Jun 9 13:02 .git 13:04:25 drwxrwxr-x. 2 jenkins jenkins 103 Jun 9 13:02 .github 13:04:25 -rw-rw-r--. 1 jenkins jenkins 138 Jun 9 13:02 .gitignore 13:04:25 -rw-r--r--. 1 jenkins jenkins 575 Jun 9 13:04 go.mod 13:04:25 -rw-r--r--. 1 jenkins jenkins 20472 Jun 9 13:03 go.sum 13:04:25 drwxrwxr-x. 15 jenkins jenkins 224 Jun 9 13:02 internal 13:04:25 -rw-rw-r--. 1 jenkins jenkins 894 Jun 9 13:02 Jenkinsfile 13:04:25 -rw-rw-r--. 1 jenkins jenkins 11341 Jun 9 13:02 LICENSE 13:04:25 -rw-rw-r--. 1 jenkins jenkins 1026 Jun 9 13:02 Makefile 13:04:25 drwxrwxr-x. 4 jenkins jenkins 26 Jun 9 13:02 openapi 13:04:25 drwxrwxr-x. 5 jenkins jenkins 50 Jun 9 13:02 pkg 13:04:25 -rw-rw-r--. 1 jenkins jenkins 7652 Jun 9 13:02 README.md 13:04:25 -rw-rw-r--. 1 jenkins jenkins 6616 Jun 9 13:02 RELEASE-NOTES.txt 13:04:25 drwxrwxr-x. 4 jenkins jenkins 54 Jun 9 13:02 snap 13:04:25 -rw-rw-r--. 1 jenkins jenkins 5 Jun 9 13:02 VERSION 13:04:25 -rw-rw-r--. 1 jenkins jenkins 222 Jun 9 13:02 version.go [Pipeline] isUnix [Pipeline] sh 13:04:25 + 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=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf --label arch=amd64 --label version=0.0.0 . 13:04:25 Sending build context to Docker daemon 2.775MB 13:04:25 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 13:04:25 Step 2/23 : FROM ${BASE} AS builder 13:04:25 ---> cd396d85e067 13:04:25 Step 3/23 : WORKDIR /device-sdk-go 13:04:25 ---> Running in e6876940104b 13:04:25 Removing intermediate container e6876940104b 13:04:25 ---> 2de067f0c1cf 13:04:25 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:04:25 ---> Running in a2cb69bc8222 13:04:25 Removing intermediate container a2cb69bc8222 13:04:25 ---> 2adc2b654a4a 13:04:25 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:25 ---> Running in 574a03788655 13:04:26 Removing intermediate container 574a03788655 13:04:26 ---> ca553c2e8640 13:04:26 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 13:04:26 ---> Running in a1c36be2f3d0 13:04:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:04:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:04:27 OK: 150 MiB in 46 packages 13:04:28 Removing intermediate container a1c36be2f3d0 13:04:28 ---> de4e6732755a 13:04:28 Step 7/23 : COPY . . 13:04:28 ---> ffc475cc1042 13:04:28 Step 8/23 : RUN go mod download 13:04:28 ---> Running in 2f90bd778a16 13:04:28 Removing intermediate container 2f90bd778a16 13:04:28 ---> bae3fbedd513 13:04:28 Step 9/23 : RUN make build 13:04:28 ---> Running in 7a4fa439fbe8 13:04:29 go mod tidy 13:04:29 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 13:04:39 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 13:04:40 Removing intermediate container 7a4fa439fbe8 13:04:40 ---> 935a42f8474a 13:04:40 Step 10/23 : FROM alpine:3.12 13:04:40 3.12: Pulling from library/alpine 13:04:41 339de151aab4: Pulling fs layer 13:04:41 339de151aab4: Verifying Checksum 13:04:41 339de151aab4: Download complete 13:04:41 339de151aab4: Pull complete 13:04:41 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:04:41 Status: Downloaded newer image for alpine:3.12 13:04:41 ---> 13621d1b12d4 13:04:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:04:41 ---> Running in 14014cd714d4 13:04:41 Removing intermediate container 14014cd714d4 13:04:41 ---> 1dde7035063d 13:04:41 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:41 ---> Running in 8f8304c9491d 13:04:41 Removing intermediate container 8f8304c9491d 13:04:41 ---> 5c23ab19a370 13:04:41 Step 13/23 : RUN apk add --update --no-cache zeromq 13:04:41 ---> Running in b8199af9742b 13:04:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:04:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:04:43 (1/5) Installing libgcc (9.3.0-r2) 13:04:43 (2/5) Installing libsodium (1.0.18-r0) 13:04:43 (3/5) Installing libstdc++ (9.3.0-r2) 13:04:44 (4/5) Installing libzmq (4.3.3-r0) 13:04:44 (5/5) Installing zeromq (4.3.3-r0) 13:04:44 Executing busybox-1.31.1-r20.trigger 13:04:44 OK: 8 MiB in 19 packages 13:04:44 Removing intermediate container b8199af9742b 13:04:44 ---> 9ca8b6b2916e 13:04:44 Step 14/23 : WORKDIR / 13:04:44 ---> Running in ded7dfabb7b6 13:04:44 Removing intermediate container ded7dfabb7b6 13:04:44 ---> 75d2fcebc0dd 13:04:44 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 13:04:45 ---> 14400e2fceaf 13:04:45 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 13:04:45 ---> 974573aa86da 13:04:45 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 13:04:45 ---> 72fb8b0b66f9 13:04:45 Step 18/23 : EXPOSE 59999 13:04:45 ---> Running in 3716a29351bc 13:04:45 Removing intermediate container 3716a29351bc 13:04:45 ---> 78d612e5535c 13:04:45 Step 19/23 : ENTRYPOINT ["/device-simple"] 13:04:45 ---> Running in d126e464b93d 13:04:45 Removing intermediate container d126e464b93d 13:04:45 ---> e8866155bdc4 13:04:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:04:45 ---> Running in 921ffd0cbf95 13:04:45 Removing intermediate container 921ffd0cbf95 13:04:45 ---> 4dcd37ad9b17 13:04:45 Step 21/23 : LABEL arch=amd64 13:04:45 ---> Running in 0af0f0e9c22d 13:04:46 Removing intermediate container 0af0f0e9c22d 13:04:46 ---> e89591ca4dae 13:04:46 Step 22/23 : LABEL git_sha=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf 13:04:46 ---> Running in 0ca8ad41ab3a 13:04:46 Removing intermediate container 0ca8ad41ab3a 13:04:46 ---> 4fee2916a18d 13:04:46 Step 23/23 : LABEL version=0.0.0 13:04:46 ---> Running in 4df5852cd1a3 13:04:46 Removing intermediate container 4df5852cd1a3 13:04:46 ---> 5e29adfaef45 13:04:46 [Warning] One or more build-args [ARCH MAKE] were not consumed 13:04:46 Successfully built 5e29adfaef45 13:04:46 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 13:04:47 ---> job-cost.sh 13:04:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4oyN 13:04:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:05:10 lf-activate-venv(): INFO: Adding /tmp/venv-4oyN/bin to PATH 13:05:10 INFO: No Stack... 13:05:10 INFO: Retrieving Pricing Info for: v3-standard-2 13:05:10 INFO: Archiving Costs [Pipeline] sh 13:05:10 + cat /w/workspace/device-sdk-go/6/archives/cost.csv 13:05:10 + cut -d, -f6 [Pipeline] lock 13:05:10 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] 13:05:10 Resource [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] did not exist. Created. 13:05:10 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:05:10 + echo total: 0.05999999865889549 [Pipeline] stash 13:05:11 Stashed 1 file(s) [Pipeline] } 13:05:11 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:05:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-38 in /w/workspace/dgexfoundry_device-sdk-go_PR-955 [Pipeline] { [Pipeline] ws 13:05:15 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 13:05:15 Selected Git installation does not exist. Using Default 13:05:15 The recommended git tool is: NONE 13:05:20 using credential edgex-jenkins-ssh 13:05:20 Cloning the remote Git repository 13:05:20 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:05:20 > git init /w/workspace/device-sdk-go/6 # timeout=10 13:05:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:05:20 > git --version # timeout=10 13:05:20 > git --version # 'git version 2.17.1' 13:05:20 using GIT_SSH to set credentials SSH Credentials for GitHub 13:05:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:05:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:05:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:05:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:05:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:05:22 using GIT_SSH to set credentials SSH Credentials for GitHub 13:05:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/955/head:refs/remotes/origin/PR-955 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:05:22 Merging remotes/origin/master commit 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 into PR head commit ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf 13:05:23 Merge succeeded, producing ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf 13:05:23 Checking out Revision ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf (PR-955) 13:05:22 > git config core.sparsecheckout # timeout=10 13:05:22 > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # timeout=10 13:05:23 > git remote # timeout=10 13:05:23 > git config --get remote.origin.url # timeout=10 13:05:23 using GIT_SSH to set credentials SSH Credentials for GitHub 13:05:23 > git merge 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 # timeout=10 13:05:23 > git rev-parse HEAD^{commit} # timeout=10 13:05:23 > git config core.sparsecheckout # timeout=10 13:05:23 > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # timeout=10 13:05:27 Commit message: "build(deps): bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:05:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:05:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:05:29 + true 13:05:29 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:05:47 provisioning config files... 13:05:47 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config7133910093368323265tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:05:48 ---> docker-login.sh 13:05:48 nexus3.edgexfoundry.org:10001 13:05:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:05:49 Configure a credential helper to remove this warning. See 13:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:05:49 13:05:49 Login Succeeded 13:05:49 nexus3.edgexfoundry.org:10002 13:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:05:49 Configure a credential helper to remove this warning. See 13:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:05:49 13:05:49 Login Succeeded 13:05:49 nexus3.edgexfoundry.org:10003 13:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:05:50 Configure a credential helper to remove this warning. See 13:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:05:50 13:05:50 Login Succeeded 13:05:50 nexus3.edgexfoundry.org:10004 13:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:05:50 Configure a credential helper to remove this warning. See 13:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:05:50 13:05:50 Login Succeeded 13:05:50 docker.io 13:05:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:05:51 Configure a credential helper to remove this warning. See 13:05:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:05:51 13:05:51 Login Succeeded 13:05:51 ---> docker-login.sh ends [Pipeline] } 13:05:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:05:52 ========================================================= 13:05:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 13:05:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:05: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 . 13:05:53 Sending build context to Docker daemon 2.648MB 13:05:53 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 13:05:53 Step 2/8 : FROM ${BASE} 13:05:53 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:05:53 595b0fe564bb: Pulling fs layer 13:05:53 7186ed65a4f7: Pulling fs layer 13:05:53 316046926c0a: Pulling fs layer 13:05:53 4ebd0625c992: Pulling fs layer 13:05:53 207e8628e3a3: Pulling fs layer 13:05:53 c791037a9be2: Pulling fs layer 13:05:53 ffd874e62e21: Pulling fs layer 13:05:53 207e8628e3a3: Waiting 13:05:53 c791037a9be2: Waiting 13:05:53 ffd874e62e21: Waiting 13:05:53 4ebd0625c992: Waiting 13:05:53 316046926c0a: Verifying Checksum 13:05:53 316046926c0a: Download complete 13:05:53 7186ed65a4f7: Verifying Checksum 13:05:53 7186ed65a4f7: Download complete 13:05:53 207e8628e3a3: Verifying Checksum 13:05:53 207e8628e3a3: Download complete 13:05:53 595b0fe564bb: Verifying Checksum 13:05:53 c791037a9be2: Verifying Checksum 13:05:53 c791037a9be2: Download complete 13:05:54 595b0fe564bb: Pull complete 13:05:54 7186ed65a4f7: Pull complete 13:05:55 316046926c0a: Pull complete 13:05:56 ffd874e62e21: Verifying Checksum 13:05:56 ffd874e62e21: Download complete 13:05:57 4ebd0625c992: Verifying Checksum 13:05:57 4ebd0625c992: Download complete 13:06:07 4ebd0625c992: Pull complete 13:06:08 207e8628e3a3: Pull complete 13:06:08 c791037a9be2: Pull complete 13:06:12 ffd874e62e21: Pull complete 13:06:12 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 13:06:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 13:06:12 ---> cfc18b08335c 13:06:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:06:14 ---> Running in f60f7235025c 13:06:14 Removing intermediate container f60f7235025c 13:06:14 ---> 91091f567c1e 13:06:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:06:15 ---> Running in 092d7472e574 13:06:17 Removing intermediate container 092d7472e574 13:06:17 ---> 97a65e1b2bee 13:06:17 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 13:06:17 ---> Running in 88c19b747d13 13:06:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 13:06:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 13:06:20 (1/6) Installing libc-dev (0.7.2-r3) 13:06:20 (2/6) Installing libsodium (1.0.18-r0) 13:06:20 (3/6) Installing pkgconf (1.7.3-r0) 13:06:20 (4/6) Installing libsodium-dev (1.0.18-r0) 13:06:20 (5/6) Installing libzmq (4.3.3-r1) 13:06:20 (6/6) Installing zeromq-dev (4.3.3-r1) 13:06:20 Executing busybox-1.32.1-r6.trigger 13:06:20 OK: 139 MiB in 46 packages 13:06:21 Removing intermediate container 88c19b747d13 13:06:21 ---> 2c9f0e3d6559 13:06:21 Step 6/8 : WORKDIR /device-sdk-go 13:06:22 ---> Running in 2d3bd46399b2 13:06:22 Removing intermediate container 2d3bd46399b2 13:06:22 ---> 7c69c83b4ced 13:06:22 Step 7/8 : COPY . . 13:06:24 ---> 734c85763144 13:06:24 Step 8/8 : RUN go mod download 13:06:24 ---> Running in 3f782e8f7512 13:06:50 Removing intermediate container 3f782e8f7512 13:06:50 ---> cfe1015ac39d 13:06:50 Successfully built cfe1015ac39d 13:06:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:06:51 + docker inspect -f . ci-base-image-arm64 13:06:51 . [Pipeline] withDockerContainer 13:06:51 prd-ubuntu18.04-docker-arm64-4c-16g-38 does not seem to be running inside a container 13:06:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:06:53 $ docker top 7e3bb1ddf902fa4fc5f1a7dc6ff9c5c4e0a439af019b17fc369e39febede227f -eo pid,comm [Pipeline] { [Pipeline] sh 13:06:54 + go version 13:06:54 go version go1.16.3 linux/arm64 [Pipeline] } 13:06:54 $ docker stop --time=1 7e3bb1ddf902fa4fc5f1a7dc6ff9c5c4e0a439af019b17fc369e39febede227f 13:06:56 $ docker rm -f 7e3bb1ddf902fa4fc5f1a7dc6ff9c5c4e0a439af019b17fc369e39febede227f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:06:56 + docker inspect -f . ci-base-image-arm64 13:06:56 . [Pipeline] withDockerContainer 13:06:57 prd-ubuntu18.04-docker-arm64-4c-16g-38 does not seem to be running inside a container 13:06:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:06:58 $ docker top 8993c4763e4724a0d6d2f77f16d31959381d989472f2808f3433ea550aa0535e -eo pid,comm [Pipeline] { [Pipeline] sh 13:06:59 + go mod tidy [Pipeline] sh 13:07:01 + make test 13:07:01 go mod tidy 13:07:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:07:24 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 13:08:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 13:08:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 13:08:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 13:08:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.237s coverage: 25.4% of statements 13:08:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 13:08:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.205s coverage: 28.1% of statements 13:08:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.233s coverage: 78.9% of statements 13:08:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.269s coverage: 9.0% of statements 13:08:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 13:08:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 13:08:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 13:08:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.269s coverage: 29.2% of statements 13:08:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 13:08:42 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.212s coverage: 83.3% of statements 13:08:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 13:08:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 13:08:42 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.461s coverage: 58.0% of statements 13:08:45 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.003s coverage: 89.2% of statements 13:08:45 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 13:08:45 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.192s coverage: 5.0% of statements 13:08:45 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 13:08:46 GO111MODULE=on go vet ./... 13:09:42 gofmt -l . 13:09:42 [ "`gofmt -l .`" = "" ] 13:09:42 ./bin/test-attribution-txt.sh 13:09:42 ./bin/test-go-mod-tidy.sh [Pipeline] } 13:09:43 $ docker stop --time=1 8993c4763e4724a0d6d2f77f16d31959381d989472f2808f3433ea550aa0535e 13:09:45 $ docker rm -f 8993c4763e4724a0d6d2f77f16d31959381d989472f2808f3433ea550aa0535e [Pipeline] // withDockerContainer [Pipeline] sh 13:09:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:09:46 Warning: overwriting stash ‘coverage-report’ 13:09:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:09:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:09:48 + ls -al . 13:09:48 total 244 13:09:48 drwxrwxr-x 10 jenkins jenkins 4096 Jun 9 13:09 . 13:09:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 13:05 .. 13:09:48 -rw-rw-r-- 1 jenkins jenkins 140 Jun 9 13:05 .dockerignore 13:09:48 drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 13:05 .git 13:09:48 drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 13:05 .github 13:09:48 -rw-rw-r-- 1 jenkins jenkins 138 Jun 9 13:05 .gitignore 13:09:48 -rw-rw-r-- 1 jenkins jenkins 987 Jun 9 13:05 Dockerfile.build 13:09:48 -rw-rw-r-- 1 jenkins jenkins 894 Jun 9 13:05 Jenkinsfile 13:09:48 -rw-rw-r-- 1 jenkins jenkins 11341 Jun 9 13:05 LICENSE 13:09:48 -rw-rw-r-- 1 jenkins jenkins 1026 Jun 9 13:05 Makefile 13:09:48 -rw-rw-r-- 1 jenkins jenkins 7652 Jun 9 13:05 README.md 13:09:48 -rw-rw-r-- 1 jenkins jenkins 6616 Jun 9 13:05 RELEASE-NOTES.txt 13:09:48 -rw-rw-r-- 1 jenkins jenkins 5 Jun 9 13:02 VERSION 13:09:48 drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 13:05 bin 13:09:48 -rw-r--r-- 1 jenkins jenkins 126071 Jun 9 13:08 coverage.out 13:09:48 drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 13:05 example 13:09:48 -rw-r--r-- 1 jenkins jenkins 575 Jun 9 13:09 go.mod 13:09:48 -rw-r--r-- 1 jenkins jenkins 20472 Jun 9 13:07 go.sum 13:09:48 drwxrwxr-x 15 jenkins jenkins 4096 Jun 9 13:05 internal 13:09:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 13:05 openapi 13:09:48 drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 13:05 pkg 13:09:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 13:05 snap 13:09:48 -rw-rw-r-- 1 jenkins jenkins 222 Jun 9 13:05 version.go [Pipeline] isUnix [Pipeline] sh 13:09: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=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf --label arch=arm64 --label version=0.0.0 . 13:09:49 Sending build context to Docker daemon 2.775MB 13:09:49 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 13:09:49 Step 2/23 : FROM ${BASE} AS builder 13:09:49 ---> cfe1015ac39d 13:09:49 Step 3/23 : WORKDIR /device-sdk-go 13:09:49 ---> Running in 1da9e34e2fb1 13:09:50 Removing intermediate container 1da9e34e2fb1 13:09:50 ---> 7335583d9fb1 13:09:50 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:09:50 ---> Running in c1e0f8d5b495 13:09:50 Removing intermediate container c1e0f8d5b495 13:09:50 ---> 4b4f43e94a7b 13:09:50 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:50 ---> Running in 0f573213ec84 13:09:53 Removing intermediate container 0f573213ec84 13:09:53 ---> c8791307775d 13:09:53 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 13:09:53 ---> Running in a3043b1b0c47 13:09:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 13:09:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 13:09:56 OK: 139 MiB in 46 packages 13:09:57 Removing intermediate container a3043b1b0c47 13:09:57 ---> e704c760ac76 13:09:57 Step 7/23 : COPY . . 13:09:58 ---> 28c20df1712c 13:09:58 Step 8/23 : RUN go mod download 13:09:58 ---> Running in a713340d922c 13:10:01 Removing intermediate container a713340d922c 13:10:01 ---> 8262f432945a 13:10:01 Step 9/23 : RUN make build 13:10:01 ---> Running in 65f8febcb88a 13:10:02 go mod tidy 13:10:03 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 13:10:35 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 13:10:38 Removing intermediate container 65f8febcb88a 13:10:38 ---> b2a5d2ae2d3b 13:10:38 Step 10/23 : FROM alpine:3.12 13:10:38 3.12: Pulling from library/alpine 13:10:38 d2f70382dc9a: Pulling fs layer 13:10:39 d2f70382dc9a: Verifying Checksum 13:10:39 d2f70382dc9a: Download complete 13:10:39 d2f70382dc9a: Pull complete 13:10:39 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:10:39 Status: Downloaded newer image for alpine:3.12 13:10:39 ---> 9852663dfa18 13:10:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:10:40 ---> Running in c52550de154a 13:10:40 Removing intermediate container c52550de154a 13:10:40 ---> 5289095dba3c 13:10:40 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:10:40 ---> Running in ecaf3bac396f 13:10:43 Removing intermediate container ecaf3bac396f 13:10:43 ---> 003f0fc74d3d 13:10:43 Step 13/23 : RUN apk add --update --no-cache zeromq 13:10:43 ---> Running in 4898ecffe59c 13:10:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:45 (1/5) Installing libgcc (9.3.0-r2) 13:10:45 (2/5) Installing libsodium (1.0.18-r0) 13:10:46 (3/5) Installing libstdc++ (9.3.0-r2) 13:10:46 (4/5) Installing libzmq (4.3.3-r0) 13:10:46 (5/5) Installing zeromq (4.3.3-r0) 13:10:46 Executing busybox-1.31.1-r20.trigger 13:10:46 OK: 8 MiB in 19 packages 13:10:47 Removing intermediate container 4898ecffe59c 13:10:47 ---> f65c4507ce2e 13:10:47 Step 14/23 : WORKDIR / 13:10:47 ---> Running in f730224332d2 13:10:48 Removing intermediate container f730224332d2 13:10:48 ---> cb205b785e7b 13:10:48 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 13:10:49 ---> 92eadbdc3aa1 13:10:49 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 13:10:50 ---> 4d1efc302267 13:10:50 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 13:10:51 ---> f7c204ac1137 13:10:51 Step 18/23 : EXPOSE 59999 13:10:51 ---> Running in 1511a84f3d34 13:10:52 Removing intermediate container 1511a84f3d34 13:10:52 ---> dff8e80545b0 13:10:52 Step 19/23 : ENTRYPOINT ["/device-simple"] 13:10:52 ---> Running in fbf372df07ac 13:10:52 Removing intermediate container fbf372df07ac 13:10:52 ---> 6d9e643023e9 13:10:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:10:52 ---> Running in ff8c7166d4b8 13:10:53 Removing intermediate container ff8c7166d4b8 13:10:53 ---> 8100dac8a688 13:10:53 Step 21/23 : LABEL arch=arm64 13:10:53 ---> Running in 174b3fe1e746 13:10:53 Removing intermediate container 174b3fe1e746 13:10:53 ---> f24da2019255 13:10:53 Step 22/23 : LABEL git_sha=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf 13:10:53 ---> Running in 16491feddb32 13:10:54 Removing intermediate container 16491feddb32 13:10:54 ---> 5840ee84b004 13:10:54 Step 23/23 : LABEL version=0.0.0 13:10:54 ---> Running in 6de1b78b15fb 13:10:54 Removing intermediate container 6de1b78b15fb 13:10:54 ---> 6c78bebde15e 13:10:54 [Warning] One or more build-args [MAKE ARCH] were not consumed 13:10:54 Successfully built 6c78bebde15e 13:10:54 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 13:10:55 ---> job-cost.sh 13:10:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QarO 13:11:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:13:11 lf-activate-venv(): INFO: Adding /tmp/venv-QarO/bin to PATH 13:13:11 INFO: No Stack... 13:13:11 INFO: Retrieving Pricing Info for: v2-standard-4 13:13:11 INFO: Archiving Costs [Pipeline] sh 13:13:11 + cut -d, -f6 13:13:11 + cat /w/workspace/device-sdk-go/6/archives/cost.csv [Pipeline] lock 13:13:11 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] 13:13:11 Resource [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] did not exist. Created. 13:13:11 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:13:12 /w/workspace/device-sdk-go/6@tmp/durable-7bb12129/script.sh: 1: /w/workspace/device-sdk-go/6@tmp/durable-7bb12129/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 13:13:12 + echo total: 0.18000000715255737 [Pipeline] stash 13:13:12 Warning: overwriting stash ‘stack-cost’ 13:13:12 Stashed 1 file(s) [Pipeline] } 13:13:12 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-955-6-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 13:13:13 provisioning config files... 13:13:13 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/config2255224144943240256tmp [Pipeline] { [Pipeline] sh 13:13:13 + set +x 13:13:13 + curl -s https://codecov.io/bash 13:13:13 + bash -s -- 13:13:13 13:13:13 _____ _ 13:13:13 / ____| | | 13:13:13 | | ___ __| | ___ ___ _____ __ 13:13:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:13:13 | |___| (_) | (_| | __/ (_| (_) \ V / 13:13:13 \_____\___/ \__,_|\___|\___\___/ \_/ 13:13:13 Bash-1.0.3 13:13:13 13:13:13 13:13:13 ==> git version 2.24.4 found 13:13:13 ==> 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 13:13:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:13:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:13:13 ==> Jenkins CI detected. 13:13:13 project root: . 13:13:13 --> token set from env 13:13:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:13:13 ==> Running gcov in . (disable via -X gcov) 13:13:13 ==> Python coveragepy not found 13:13:13 ==> Searching for coverage reports in: 13:13:13 + . 13:13:13 -> Found 1 reports 13:13:13 ==> Detecting git/mercurial file structure 13:13:13 ==> Reading reports 13:13:13 + ./coverage.out bytes=126071 13:13:13 ==> Appending adjustments 13:13:13 https://docs.codecov.io/docs/fixing-reports 13:13:13 + Found adjustments 13:13:13 ==> Gzipping contents 13:13:14 20K /tmp/codecov.ZHRdOA.gz 13:13:14 ==> Uploading reports 13:13:14 url: https://codecov.io 13:13:14 query: branch=PR-955&commit=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-955%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=955&job=&cmd_args= 13:13:14 -> Pinging Codecov 13:13:14 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-955&commit=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-955%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=955&job=&cmd_args= 13:13:14 -> Uploading to 13:13:14 https://storage.googleapis.com/codecov/v4/raw/2021-06-09/7E55EF52A471D76F132DFD9A03CDDE97/ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf/4e1940a1-a26a-4b56-9213-0e5f9901190a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210609%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210609T131314Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89e01da29d7d363aec866db83c1af774d0a6da5874c86ae1569e36bb5d518079 13:13:14 % Total % Received % Xferd Average Speed Time Time Time Current 13:13:14 Dload Upload Total Spent Left Speed 13:13:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16424 0 0 100 16424 0 33426 --:--:-- --:--:-- --:--:-- 33382 13:13:15 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [Pipeline] } 13:13:15 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 13:13:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:13:17 ---> package-listing.sh 13:13:17 ++ facter osfamily 13:13:17 ++ tr '[:upper:]' '[:lower:]' 13:13:17 + OS_FAMILY=redhat 13:13:17 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-955 13:13:17 + START_PACKAGES=/tmp/packages_start.txt 13:13:17 + END_PACKAGES=/tmp/packages_end.txt 13:13:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:13:17 + PACKAGES=/tmp/packages_start.txt 13:13:17 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-955 ']' 13:13:17 + PACKAGES=/tmp/packages_end.txt 13:13:17 + case "${OS_FAMILY}" in 13:13:17 + rpm -qa 13:13:17 + sort 13:13:17 + '[' -f /tmp/packages_start.txt ']' 13:13:17 + '[' -f /tmp/packages_end.txt ']' 13:13:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:13:17 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-955 ']' 13:13:17 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-955/archives/ 13:13:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-955/archives/ [Pipeline] echo 13:13:17 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-955/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:13:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:13:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:13:18 13:13:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:13:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:13:19 alpine: Pulling from edgex-lftools-log-publisher 13:13:19 df20fa9351a1: Pulling fs layer 13:13:19 36b3adc4ff6f: Pulling fs layer 13:13:19 8ad3a11d3b57: Pulling fs layer 13:13:19 46f8f816bc3b: Pulling fs layer 13:13:19 93b61091891f: Pulling fs layer 13:13:19 93b9cdb0e59b: Pulling fs layer 13:13:19 5e14af77c1be: Pulling fs layer 13:13:19 01666e4c0597: Pulling fs layer 13:13:19 aa168da1d23b: Pulling fs layer 13:13:19 46f8f816bc3b: Waiting 13:13:19 93b61091891f: Waiting 13:13:19 93b9cdb0e59b: Waiting 13:13:19 5e14af77c1be: Waiting 13:13:19 01666e4c0597: Waiting 13:13:19 aa168da1d23b: Waiting 13:13:19 36b3adc4ff6f: Verifying Checksum 13:13:19 36b3adc4ff6f: Download complete 13:13:19 46f8f816bc3b: Verifying Checksum 13:13:19 46f8f816bc3b: Download complete 13:13:19 df20fa9351a1: Verifying Checksum 13:13:19 df20fa9351a1: Download complete 13:13:19 93b9cdb0e59b: Verifying Checksum 13:13:19 93b9cdb0e59b: Download complete 13:13:19 5e14af77c1be: Verifying Checksum 13:13:19 5e14af77c1be: Download complete 13:13:19 01666e4c0597: Verifying Checksum 13:13:19 01666e4c0597: Download complete 13:13:19 93b61091891f: Verifying Checksum 13:13:19 93b61091891f: Download complete 13:13:19 df20fa9351a1: Pull complete 13:13:19 36b3adc4ff6f: Pull complete 13:13:19 8ad3a11d3b57: Verifying Checksum 13:13:19 8ad3a11d3b57: Download complete 13:13:20 8ad3a11d3b57: Pull complete 13:13:20 46f8f816bc3b: Pull complete 13:13:20 93b61091891f: Pull complete 13:13:20 93b9cdb0e59b: Pull complete 13:13:20 5e14af77c1be: Pull complete 13:13:21 01666e4c0597: Pull complete 13:13:21 aa168da1d23b: Verifying Checksum 13:13:21 aa168da1d23b: Download complete 13:13:26 aa168da1d23b: Pull complete 13:13:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:13:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:13:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:13:26 prd-centos7-docker-4c-2g-35 does not seem to be running inside a container 13:13:26 $ 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-955/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-955 -v /w/workspace/dgexfoundry_device-sdk-go_PR-955:/w/workspace/dgexfoundry_device-sdk-go_PR-955:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:13:29 $ docker top 9efd7c500c2db24067214f4a5d02b24ee655fca793420846aacd2da637399b84 -eo pid,comm [Pipeline] { [Pipeline] sh 13:13:29 + touch /tmp/pre-build-complete [Pipeline] sh 13:13:30 + mkdir -p /var/log/sa [Pipeline] sh 13:13:30 + ls /var/log/sa-host 13:13:30 + sadf -c /var/log/sa-host/sa05 13:13:30 file_magic: OK 13:13:30 HZ: Using current value: 100 13:13:30 file_header: OK 13:13:30 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 13:13:30 Statistics: 13:13:30 Hnuu...uuuununununu...Hnuu...uuuununununu... 13:13:30 File successfully converted to sysstat format version 12.2.1 13:13:30 + sadf -c /var/log/sa-host/sa09 13:13:30 file_magic: OK 13:13:30 HZ: Using current value: 100 13:13:30 file_header: OK 13:13:30 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 13:13:30 Statistics: 13:13:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:13:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:13:30 provisioning config files... 13:13:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/config2202392539363449956tmp [Pipeline] { [Pipeline] echo 13:13:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:13:30 ---> create-netrc.sh [Pipeline] } 13:13:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:13:31 ---> python-tools-install.sh [Pipeline] echo 13:13:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:13:31 ---> sudo-logs.sh 13:13:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:13:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:13:31 ---> job-cost.sh 13:13:31 lf-activate-venv: SKIPPING 13:13:31 DEBUG: total: 0.18000000715255737 13:13:31 INFO: Retrieving Stack Cost... 13:13:33 INFO: Retrieving Pricing Info for: v3-standard-2 13:13:33 INFO: Archiving Costs [Pipeline] echo 13:13:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:13:33 ---> logs-deploy.sh 13:13:33 lf-activate-venv: SKIPPING 13:13:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-955/6 13:13:33 INFO: archiving workspace using pattern(s): 13:13:34 Archives upload complete. 13:13:34 INFO: archiving logs to Nexus 13:13:35 ---> uname -a: 13:13:35 Linux prd-centos7-docker-4c-2g-35.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 13:13:35 13:13:35 13:13:35 ---> lscpu: 13:13:35 Architecture: x86_64 13:13:35 CPU op-mode(s): 32-bit, 64-bit 13:13:35 Byte Order: Little Endian 13:13:35 Address sizes: 40 bits physical, 48 bits virtual 13:13:35 CPU(s): 2 13:13:35 On-line CPU(s) list: 0,1 13:13:35 Thread(s) per core: 1 13:13:35 Core(s) per socket: 1 13:13:35 Socket(s): 2 13:13:35 NUMA node(s): 1 13:13:35 Vendor ID: AuthenticAMD 13:13:35 CPU family: 23 13:13:35 Model: 49 13:13:35 Model name: AMD EPYC-Rome Processor 13:13:35 Stepping: 0 13:13:35 CPU MHz: 2799.998 13:13:35 BogoMIPS: 5599.99 13:13:35 Virtualization: AMD-V 13:13:35 Hypervisor vendor: KVM 13:13:35 Virtualization type: full 13:13:35 L1d cache: 64 KiB 13:13:35 L1i cache: 64 KiB 13:13:35 L2 cache: 1 MiB 13:13:35 L3 cache: 32 MiB 13:13:35 NUMA node0 CPU(s): 0,1 13:13:35 Vulnerability Itlb multihit: Not affected 13:13:35 Vulnerability L1tf: Not affected 13:13:35 Vulnerability Mds: Not affected 13:13:35 Vulnerability Meltdown: Not affected 13:13:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:13:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:13:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:13:35 Vulnerability Srbds: Not affected 13:13:35 Vulnerability Tsx async abort: Not affected 13:13:35 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 13:13:35 13:13:35 13:13:35 ---> nproc: 13:13:35 2 13:13:35 13:13:35 13:13:35 ---> df -h: 13:13:35 Filesystem Size Used Available Use% Mounted on 13:13:35 overlay 40.0G 7.6G 32.4G 19% / 13:13:35 tmpfs 64.0M 0 64.0M 0% /dev 13:13:35 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 13:13:35 shm 64.0M 0 64.0M 0% /dev/shm 13:13:35 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 13:13:35 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 13:13:35 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 13:13:35 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 13:13:35 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 13:13:35 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dgexfoundry_device-sdk-go_PR-955 13:13:35 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp 13:13:35 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 13:13:35 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 13:13:35 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 13:13:35 13:13:35 13:13:35 ---> free -m: 13:13:35 total used free shared buff/cache available 13:13:35 Mem: 7821 990 4733 0 2097 6653 13:13:35 Swap: 1023 0 1023 13:13:35 13:13:35 13:13:35 ---> ip addr: 13:13:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:13:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:13:35 inet 127.0.0.1/8 scope host lo 13:13:35 valid_lft forever preferred_lft forever 13:13:35 inet6 ::1/128 scope host 13:13:35 valid_lft forever preferred_lft forever 13:13:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:13:35 link/ether fa:16:3e:50:dd:f3 brd ff:ff:ff:ff:ff:ff 13:13:35 inet 10.30.122.30/23 brd 10.30.123.255 scope global dynamic eth0 13:13:35 valid_lft 85669sec preferred_lft 85669sec 13:13:35 inet6 fe80::f816:3eff:fe50:ddf3/64 scope link 13:13:35 valid_lft forever preferred_lft forever 13:13:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:13:35 link/ether 02:42:40:3e:e4:be brd ff:ff:ff:ff:ff:ff 13:13:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:13:35 valid_lft forever preferred_lft forever 13:13:35 inet6 fe80::42:40ff:fe3e:e4be/64 scope link 13:13:35 valid_lft forever preferred_lft forever 13:13:35 13:13:35 13:13:35 ---> sar -b -r -n DEV: 13:13:35 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) 13:13:35 13:13:35 13:01:13 LINUX RESTART (2 CPU) 13:13:35 13:13:35 13:02:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:13:35 13:03:01 11.40 0.63 10.77 0.00 357.60 419.49 0.00 13:13:35 13:04:01 0.42 0.00 0.42 0.00 0.00 7.33 0.00 13:13:35 13:05:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 13:13:35 13:06:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 13:13:35 13:07:01 0.25 0.00 0.25 0.00 0.00 2.77 0.00 13:13:35 13:08:01 0.35 0.00 0.35 0.00 0.00 4.55 0.00 13:13:35 13:09:01 0.20 0.00 0.20 0.00 0.00 2.70 0.00 13:13:35 13:10:01 0.18 0.00 0.18 0.00 0.00 2.03 0.00 13:13:35 13:11:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 13:13:35 13:12:01 0.22 0.00 0.22 0.00 0.00 2.17 0.00 13:13:35 13:13:01 0.32 0.00 0.32 0.00 0.00 3.51 0.00 13:13:35 Average: 1.26 0.06 1.21 0.00 32.03 40.77 0.00 13:13:35 13:13:35 13:02:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:13:35 13:03:01 5462380 0 803408 10.03 2620 1740532 1295692 14.31 575208 1571056 20 13:13:35 13:04:01 5474356 0 791424 9.88 2620 1740540 1204596 13.30 565428 1570904 24 13:13:35 13:05:01 5474280 0 791500 9.88 2620 1740540 1204788 13.30 568784 1568712 8 13:13:35 13:06:01 5471224 0 794552 9.92 2620 1740544 1204812 13.30 570880 1568712 8 13:13:35 13:07:01 5468492 0 797276 9.95 2620 1740552 1204692 13.30 568516 1574528 16 13:13:35 13:08:01 5468604 0 797164 9.95 2620 1740552 1204596 13.30 568060 1574528 12 13:13:35 13:09:01 5467152 0 798608 9.97 2620 1740560 1204680 13.30 569312 1574576 20 13:13:35 13:10:01 5456328 0 809428 10.11 2620 1740564 1204596 13.30 580212 1574576 12 13:13:35 13:11:01 5455788 0 809964 10.11 2620 1740568 1204596 13.30 580608 1574576 8 13:13:35 13:12:01 5455408 0 810340 10.12 2620 1740572 1204692 13.30 582664 1573176 12 13:13:35 13:13:01 5452924 0 812820 10.15 2620 1740576 1204776 13.30 588800 1569536 16 13:13:35 Average: 5464267 0 801499 10.01 2620 1740555 1212956 13.39 574407 1572262 14 13:13:35 13:13:35 13:02:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:13:35 13:03:01 eth0 37.61 31.71 53.94 9.93 0.00 0.00 0.00 0.00 13:13:35 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:03:01 docker0 14.90 11.89 2.22 28.45 0.00 0.00 0.00 0.00 13:13:35 13:04:01 eth0 0.83 0.07 0.07 0.01 0.00 0.00 0.00 0.00 13:13:35 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:05:01 eth0 0.83 0.23 0.31 0.16 0.00 0.00 0.00 0.00 13:13:35 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:06:01 eth0 0.58 0.33 0.27 0.23 0.00 0.00 0.00 0.00 13:13:35 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:07:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 13:13:35 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:08:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:13:35 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:09:01 eth0 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:13:35 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:10:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:13:35 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:11:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:13:35 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:12:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 13:13:35 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:13:01 eth0 1.12 0.33 0.38 0.20 0.00 0.00 0.00 0.00 13:13:35 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 Average: eth0 3.76 3.00 4.95 0.96 0.00 0.00 0.00 0.00 13:13:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:13:35 Average: docker0 1.33 1.06 0.20 2.55 0.00 0.00 0.00 0.00 13:13:35 13:13:35 13:13:35 ---> sar -P ALL: 13:13:35 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) 13:13:35 13:13:35 13:01:13 LINUX RESTART (2 CPU) 13:13:35 13:13:35 13:02:02 CPU %user %nice %system %iowait %steal %idle 13:13:35 13:03:01 all 1.58 0.00 1.11 0.09 0.03 97.19 13:13:35 13:03:01 0 1.42 0.00 1.14 0.09 0.03 97.32 13:13:35 13:03:01 1 1.74 0.00 1.07 0.09 0.03 97.07 13:13:35 13:04:01 all 0.07 0.00 0.04 0.00 0.03 99.87 13:13:35 13:04:01 0 0.03 0.00 0.07 0.00 0.03 99.87 13:13:35 13:04:01 1 0.10 0.00 0.02 0.00 0.02 99.87 13:13:35 13:05:01 all 0.13 0.00 0.04 0.00 0.03 99.81 13:13:35 13:05:01 0 0.07 0.00 0.05 0.00 0.03 99.85 13:13:35 13:05:01 1 0.18 0.00 0.03 0.00 0.02 99.77 13:13:35 13:06:01 all 0.09 0.00 0.02 0.00 0.03 99.87 13:13:35 13:06:01 0 0.08 0.00 0.02 0.00 0.03 99.87 13:13:35 13:06:01 1 0.10 0.00 0.02 0.00 0.02 99.87 13:13:35 13:07:01 all 0.07 0.00 0.07 0.00 0.03 99.83 13:13:35 13:07:01 0 0.07 0.00 0.07 0.00 0.02 99.85 13:13:35 13:07:01 1 0.07 0.00 0.07 0.00 0.05 99.82 13:13:35 13:08:01 all 0.09 0.00 0.03 0.00 0.02 99.87 13:13:35 13:08:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:13:35 13:08:01 1 0.13 0.00 0.02 0.00 0.02 99.83 13:13:35 13:09:01 all 0.08 0.00 0.04 0.00 0.03 99.85 13:13:35 13:09:01 0 0.03 0.00 0.05 0.00 0.03 99.88 13:13:35 13:09:01 1 0.13 0.00 0.03 0.00 0.02 99.82 13:13:35 13:10:01 all 0.03 0.00 0.02 0.00 0.03 99.92 13:13:35 13:10:01 0 0.03 0.00 0.02 0.00 0.03 99.92 13:13:35 13:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:13:35 13:11:01 all 0.07 0.00 0.03 0.00 0.03 99.87 13:13:35 13:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:13:35 13:11:01 1 0.10 0.00 0.03 0.00 0.03 99.83 13:13:35 13:12:01 all 0.10 0.00 0.02 0.00 0.03 99.86 13:13:35 13:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:13:35 13:12:01 1 0.18 0.00 0.02 0.00 0.03 99.77 13:13:35 13:13:01 all 0.13 0.00 0.05 0.00 0.03 99.80 13:13:35 13:13:01 0 0.05 0.00 0.07 0.00 0.03 99.85 13:13:35 13:13:01 1 0.20 0.00 0.03 0.00 0.02 99.75 13:13:35 13:13:35 Average: CPU %user %nice %system %iowait %steal %idle 13:13:35 Average: all 0.22 0.00 0.13 0.01 0.03 99.62 13:13:35 Average: 0 0.17 0.00 0.14 0.01 0.03 99.66 13:13:35 Average: 1 0.27 0.00 0.12 0.01 0.02 99.58 13:13:35 13:13:35 13:13:35