Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9b4d03481ff393d24f9800b7af4a8231e2ff3b04+ab601dc3bfb73a4a01501692ac3fc9071936c5f4 (a92de6d8ad5e1947df59c4547c12356c77da08e7) 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-ssh3146569571294419049.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5015146307583443185.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-971/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-971/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh321817192001395550.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh7853620728720876910.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-971/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-971/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6859895162452800847.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 Running on prd-centos7-docker-4c-2g-866 in /w/workspace/dgexfoundry_device-sdk-go_PR-971 [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-971 # 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-971@tmp/jenkins-gitclient-ssh388042724265252275.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 ab601dc3bfb73a4a01501692ac3fc9071936c5f4 into PR head commit 9b4d03481ff393d24f9800b7af4a8231e2ff3b04 > 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-971@tmp/jenkins-gitclient-ssh4210933758610704180.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/971/head:refs/remotes/origin/PR-971 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b4d03481ff393d24f9800b7af4a8231e2ff3b04 # timeout=10 Merge succeeded, producing 096f1b423498777b5a27bb35077ee60e2e09159a Checking out Revision 096f1b423498777b5a27bb35077ee60e2e09159a (PR-971) > 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-971@tmp/jenkins-gitclient-ssh5871698103143224631.key > git merge ab601dc3bfb73a4a01501692ac3fc9071936c5f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 096f1b423498777b5a27bb35077ee60e2e09159a # timeout=10 Commit message: "Merge commit 'ab601dc3bfb73a4a01501692ac3fc9071936c5f4' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk f39f95200854f0cf558984a7d00ae0e3ef99ca3a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:42:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:42:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:42:36 ========================================================= 06:42:36 EdgeX Global Pipelines Version Info 06:42:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:42:37 ------------------- 06:42:37 stable info: 06:42:37 ------------------- 06:42:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:42:37 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 06:42:37 Message: update stable to v1.0.195 06:42:38 ------------------- 06:42:38 experimental info: 06:42:38 ------------------- 06:42:38 Commited By: **** collab-it+edgex@linuxfoundation.org 06:42:38 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 06:42:38 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-971 [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-971 [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-971 [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 096f1b423498777b5a27bb35077ee60e2e09159a [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 096f1b4 [Pipeline] echo 06:42:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:42:39 provisioning config files... 06:42:39 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp/config4182406692900401905tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:42:40 ---> docker-login.sh 06:42:40 nexus3.edgexfoundry.org:10001 06:42:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:40 Configure a credential helper to remove this warning. See 06:42:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:40 06:42:40 Login Succeeded 06:42:40 nexus3.edgexfoundry.org:10002 06:42:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:40 Configure a credential helper to remove this warning. See 06:42:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:40 06:42:40 Login Succeeded 06:42:40 nexus3.edgexfoundry.org:10003 06:42:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:40 Configure a credential helper to remove this warning. See 06:42:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:40 06:42:40 Login Succeeded 06:42:40 nexus3.edgexfoundry.org:10004 06:42:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:40 Configure a credential helper to remove this warning. See 06:42:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:40 06:42:40 Login Succeeded 06:42:40 docker.io 06:42:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:41 Configure a credential helper to remove this warning. See 06:42:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:41 06:42:41 Login Succeeded 06:42:41 ---> docker-login.sh ends [Pipeline] } 06:42:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:42:41 + git log --format=format:%s -1 096f1b423498777b5a27bb35077ee60e2e09159a [Pipeline] echo 06:42:41 GIT_COMMIT: 096f1b423498777b5a27bb35077ee60e2e09159a, Commit Message: Merge commit 'ab601dc3bfb73a4a01501692ac3fc9071936c5f4' into HEAD [Pipeline] echo 06:42:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:42:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:42:42 06:42:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:42:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:42:43 latest: Pulling from edgex-devops/git-semver 06:42:43 31603596830f: Pulling fs layer 06:42:43 54011a49482f: Pulling fs layer 06:42:43 a6820b24f6d8: Pulling fs layer 06:42:43 f581987b2513: Pulling fs layer 06:42:43 f581987b2513: Waiting 06:42:43 54011a49482f: Verifying Checksum 06:42:43 54011a49482f: Download complete 06:42:43 31603596830f: Verifying Checksum 06:42:43 31603596830f: Download complete 06:42:43 f581987b2513: Verifying Checksum 06:42:43 f581987b2513: Download complete 06:42:43 a6820b24f6d8: Verifying Checksum 06:42:43 a6820b24f6d8: Download complete 06:42:43 31603596830f: Pull complete 06:42:43 54011a49482f: Pull complete 06:42:44 a6820b24f6d8: Pull complete 06:42:44 f581987b2513: Pull complete 06:42:44 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 06:42:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:42:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:42:44 prd-centos7-docker-4c-2g-866 does not seem to be running inside a container 06:42:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-971 -v /w/workspace/dgexfoundry_device-sdk-go_PR-971:/w/workspace/dgexfoundry_device-sdk-go_PR-971:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:42:46 $ docker top 5659b9ba1b694878fc1b0b4599ed7822d3ada5159b1a40e25ba9b520eaf90db2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:42:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:42:46 [ssh-agent] Looking for ssh-agent implementation... 06:42:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:42:46 $ docker exec 5659b9ba1b694878fc1b0b4599ed7822d3ada5159b1a40e25ba9b520eaf90db2 ssh-agent 06:42:46 SSH_AUTH_SOCK=/tmp/ssh-k3EkXfBDgg7N/agent.15 06:42:46 SSH_AGENT_PID=21 06:42:46 Running ssh-add (command line suppressed) 06:42:46 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp/private_key_93114227467532561.key (/w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp/private_key_93114227467532561.key) 06:42:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:42:47 + git tag --points-at HEAD [Pipeline] } 06:42:47 $ docker exec --env ******** --env ******** 5659b9ba1b694878fc1b0b4599ed7822d3ada5159b1a40e25ba9b520eaf90db2 ssh-agent -k 06:42:47 unset SSH_AUTH_SOCK; 06:42:47 unset SSH_AGENT_PID; 06:42:47 echo Agent pid 21 killed; 06:42:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:42:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:42:47 [ssh-agent] Looking for ssh-agent implementation... 06:42:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:42:47 $ docker exec 5659b9ba1b694878fc1b0b4599ed7822d3ada5159b1a40e25ba9b520eaf90db2 ssh-agent 06:42:47 SSH_AUTH_SOCK=/tmp/ssh-Nhl9riTo05Zq/agent.56 06:42:47 SSH_AGENT_PID=63 06:42:47 Running ssh-add (command line suppressed) 06:42:47 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp/private_key_9039761036970856632.key (/w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp/private_key_9039761036970856632.key) 06:42:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:42:48 + git semver init 06:42:48 # -> Open(): unable to determine branch for HEAD 06:42:48 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-971/.git 06:42:48 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-971 06:42:48 # $SEMVER_REMOTE_NAME = origin 06:42:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:42:48 # $SEMVER_USER_NAME = edgex-jenkins 06:42:48 # $SEMVER_BRANCH = PR-971 06:42:48 # $SEMVER_TEMP = /tmp/semver-098231559 06:42:48 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:42:48 # '/tmp/semver-098231559' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-971/.semver' 06:42:48 # -> Force: false 06:42:48 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-971/.semver [Pipeline] } 06:42:48 $ docker exec --env ******** --env ******** 5659b9ba1b694878fc1b0b4599ed7822d3ada5159b1a40e25ba9b520eaf90db2 ssh-agent -k 06:42:48 unset SSH_AUTH_SOCK; 06:42:48 unset SSH_AGENT_PID; 06:42:48 echo Agent pid 63 killed; 06:42:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:42:49 + git semver [Pipeline] } 06:42:49 $ docker stop --time=1 5659b9ba1b694878fc1b0b4599ed7822d3ada5159b1a40e25ba9b520eaf90db2 06:42:50 $ docker rm -f 5659b9ba1b694878fc1b0b4599ed7822d3ada5159b1a40e25ba9b520eaf90db2 [Pipeline] // withDockerContainer [Pipeline] sh 06:42:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:42:51 Stashed 1 file(s) [Pipeline] echo 06:42:51 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 06:43:06 Still waiting to schedule task 06:43:06 ‘prd-centos7-docker-4c-2g-865’ is offline 06:43:06 ‘prd-centos7-docker-4c-2g-868’ is offline 06:43:06 Still waiting to schedule task 06:43:06 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:43:19 Running on prd-centos7-docker-4c-2g-868 in /w/workspace/dgexfoundry_device-sdk-go_PR-971 [Pipeline] { [Pipeline] ws 06:43:19 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 06:43:19 Selected Git installation does not exist. Using Default 06:43:19 The recommended git tool is: NONE 06:43:22 using credential edgex-jenkins-ssh 06:43:22 Cloning the remote Git repository 06:43:22 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:43:22 > git init /w/workspace/device-sdk-go/5 # timeout=10 06:43:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:43:22 > git --version # timeout=10 06:43:22 > git --version # 'git version 2.24.4' 06:43:22 using GIT_SSH to set credentials SSH Credentials for GitHub 06:43:22 [INFO] Currently running in a labeled security context 06:43:22 [INFO] Currently SELinux is 'enforcing' on the host 06:43:22 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/5@tmp/jenkins-gitclient-ssh5017809561433403826.key 06:43:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:43:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:43:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:43:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:43:23 Merging remotes/origin/master commit ab601dc3bfb73a4a01501692ac3fc9071936c5f4 into PR head commit 9b4d03481ff393d24f9800b7af4a8231e2ff3b04 06:43:23 Merge succeeded, producing 443ec3831b70df664a44234d70b71243c43f025b 06:43:23 Checking out Revision 443ec3831b70df664a44234d70b71243c43f025b (PR-971) 06:43:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:43:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:43:23 [INFO] Currently running in a labeled security context 06:43:23 [INFO] Currently SELinux is 'enforcing' on the host 06:43:23 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/5@tmp/jenkins-gitclient-ssh1793628772094128163.key 06:43:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/971/head:refs/remotes/origin/PR-971 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:43:23 > git config core.sparsecheckout # timeout=10 06:43:23 > git checkout -f 9b4d03481ff393d24f9800b7af4a8231e2ff3b04 # timeout=10 06:43:23 > git remote # timeout=10 06:43:23 > git config --get remote.origin.url # timeout=10 06:43:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:43:23 [INFO] Currently running in a labeled security context 06:43:23 [INFO] Currently SELinux is 'enforcing' on the host 06:43:23 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/5@tmp/jenkins-gitclient-ssh1795734751632031145.key 06:43:23 > git merge ab601dc3bfb73a4a01501692ac3fc9071936c5f4 # timeout=10 06:43:23 > git rev-parse HEAD^{commit} # timeout=10 06:43:23 > git config core.sparsecheckout # timeout=10 06:43:23 > git checkout -f 443ec3831b70df664a44234d70b71243c43f025b # timeout=10 06:43:27 Commit message: "Merge commit 'ab601dc3bfb73a4a01501692ac3fc9071936c5f4' into HEAD" 06:43:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:43:27 > git rev-list --no-walk f39f95200854f0cf558984a7d00ae0e3ef99ca3a # timeout=10 06:43:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:43:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:43:28 + sudo service docker restart 06:43:28 + true 06:43:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:43:47 provisioning config files... 06:43:47 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config4219108311110796240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:43:47 ---> docker-login.sh 06:43:47 nexus3.edgexfoundry.org:10001 06:43:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:43:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:43:47 Configure a credential helper to remove this warning. See 06:43:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:43:47 06:43:47 Login Succeeded 06:43:47 nexus3.edgexfoundry.org:10002 06:43:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:43:48 Configure a credential helper to remove this warning. See 06:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:43:48 06:43:48 Login Succeeded 06:43:48 nexus3.edgexfoundry.org:10003 06:43:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:43:48 Configure a credential helper to remove this warning. See 06:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:43:48 06:43:48 Login Succeeded 06:43:48 nexus3.edgexfoundry.org:10004 06:43:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:43:48 Configure a credential helper to remove this warning. See 06:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:43:48 06:43:48 Login Succeeded 06:43:48 docker.io 06:43:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:43:48 Configure a credential helper to remove this warning. See 06:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:43:48 06:43:48 Login Succeeded 06:43:48 ---> docker-login.sh ends [Pipeline] } 06:43:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:43:48 ========================================================= 06:43:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 06:43:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:43:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 06:43:49 Sending build context to Docker daemon 2.7MB 06:43:49 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 06:43:49 Step 2/8 : FROM ${BASE} 06:43:49 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 06:43:49 540db60ca938: Pulling fs layer 06:43:49 adcc1eea9eea: Pulling fs layer 06:43:49 4c4ab2625f07: Pulling fs layer 06:43:49 0510c868ecb4: Pulling fs layer 06:43:49 afea3b2eda06: Pulling fs layer 06:43:49 7809a108b3ef: Pulling fs layer 06:43:49 f706445af74f: Pulling fs layer 06:43:49 0510c868ecb4: Waiting 06:43:49 afea3b2eda06: Waiting 06:43:49 7809a108b3ef: Waiting 06:43:49 f706445af74f: Waiting 06:43:49 4c4ab2625f07: Verifying Checksum 06:43:49 4c4ab2625f07: Download complete 06:43:49 adcc1eea9eea: Verifying Checksum 06:43:49 adcc1eea9eea: Download complete 06:43:49 afea3b2eda06: Verifying Checksum 06:43:49 afea3b2eda06: Download complete 06:43:49 540db60ca938: Verifying Checksum 06:43:49 540db60ca938: Download complete 06:43:49 7809a108b3ef: Verifying Checksum 06:43:49 7809a108b3ef: Download complete 06:43:49 540db60ca938: Pull complete 06:43:49 adcc1eea9eea: Pull complete 06:43:49 4c4ab2625f07: Pull complete 06:43:51 f706445af74f: Verifying Checksum 06:43:51 f706445af74f: Download complete 06:43:51 0510c868ecb4: Verifying Checksum 06:43:51 0510c868ecb4: Download complete 06:43:56 0510c868ecb4: Pull complete 06:43:56 afea3b2eda06: Pull complete 06:43:56 7809a108b3ef: Pull complete 06:43:57 f706445af74f: Pull complete 06:43:57 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 06:43:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 06:43:57 ---> b068be0155e3 06:43:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:44:04 ---> Running in 48af3fffa19f 06:44:04 Removing intermediate container 48af3fffa19f 06:44:04 ---> f26616e5ec8b 06:44:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:44:04 ---> Running in d309999f87f5 06:44:04 Removing intermediate container d309999f87f5 06:44:04 ---> 9f7874d5a104 06:44:04 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 06:44:04 ---> Running in 08d8aaa0bf81 06:44:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 06:44:05 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 06:44:06 (1/6) Installing libc-dev (0.7.2-r3) 06:44:06 (2/6) Installing libsodium (1.0.18-r0) 06:44:06 (3/6) Installing pkgconf (1.7.3-r0) 06:44:06 (4/6) Installing libsodium-dev (1.0.18-r0) 06:44:06 (5/6) Installing libzmq (4.3.3-r1) 06:44:07 (6/6) Installing zeromq-dev (4.3.3-r1) 06:44:07 Executing busybox-1.32.1-r6.trigger 06:44:07 OK: 150 MiB in 46 packages 06:44:07 Removing intermediate container 08d8aaa0bf81 06:44:07 ---> 919b9aa54b87 06:44:07 Step 6/8 : WORKDIR /device-sdk-go 06:44:07 ---> Running in e0ef6b18fa55 06:44:07 Removing intermediate container e0ef6b18fa55 06:44:07 ---> 02d03b126ed3 06:44:07 Step 7/8 : COPY . . 06:44:08 ---> 1499f48944f6 06:44:08 Step 8/8 : RUN go mod download 06:44:08 ---> Running in 2def84f4ff62 06:44:30 Removing intermediate container 2def84f4ff62 06:44:30 ---> 6715eb06c907 06:44:30 Successfully built 6715eb06c907 06:44:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:44:31 + docker inspect -f . ci-base-image-x86_64 06:44:31 . [Pipeline] withDockerContainer 06:44:31 prd-centos7-docker-4c-2g-868 does not seem to be running inside a container 06:44:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 06:44:31 $ docker top 8c11ccfa11f425f1d24df66c54750cf48965ad1efb46a13db9ead78cabbe85bc -eo pid,comm [Pipeline] { [Pipeline] sh 06:44:32 + go version 06:44:32 go version go1.16.3 linux/amd64 [Pipeline] } 06:44:32 $ docker stop --time=1 8c11ccfa11f425f1d24df66c54750cf48965ad1efb46a13db9ead78cabbe85bc 06:44:33 $ docker rm -f 8c11ccfa11f425f1d24df66c54750cf48965ad1efb46a13db9ead78cabbe85bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:44:34 + docker inspect -f . ci-base-image-x86_64 06:44:34 . [Pipeline] withDockerContainer 06:44:34 prd-centos7-docker-4c-2g-868 does not seem to be running inside a container 06:44:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 06:44:34 $ docker top bb5bba624f92c698cefe6afe098b598dfc479a12e9f4a043ff8e5f62c142ee70 -eo pid,comm [Pipeline] { [Pipeline] sh 06:44:35 + go mod tidy [Pipeline] sh 06:44:35 + make test 06:44:35 go mod tidy 06:44:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:44:41 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:45:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:45:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 06:45:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:45:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.054s coverage: 24.2% of statements 06:45:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:45:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.045s coverage: 28.1% of statements 06:45:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.063s coverage: 78.9% of statements 06:45:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.055s coverage: 9.0% of statements 06:45:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 06:45:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 06:45:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:45:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.076s coverage: 28.7% of statements 06:45:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 06:45:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.062s coverage: 83.3% of statements 06:45:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:45:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:45:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.075s coverage: 58.0% of statements 06:45:09 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.831s coverage: 89.2% of statements 06:45:09 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 06:45:09 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.046s coverage: 5.0% of statements 06:45:09 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:45:09 GO111MODULE=on go vet ./... 06:45:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-869 in /w/workspace/dgexfoundry_device-sdk-go_PR-971 [Pipeline] { [Pipeline] ws 06:45:10 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 06:45:11 Selected Git installation does not exist. Using Default 06:45:11 The recommended git tool is: NONE 06:45:16 using credential edgex-jenkins-ssh 06:45:16 Cloning the remote Git repository 06:45:16 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:45:17 > git init /w/workspace/device-sdk-go/5 # timeout=10 06:45:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:45:17 > git --version # timeout=10 06:45:17 > git --version # 'git version 2.17.1' 06:45:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:45:19 Merging remotes/origin/master commit ab601dc3bfb73a4a01501692ac3fc9071936c5f4 into PR head commit 9b4d03481ff393d24f9800b7af4a8231e2ff3b04 06:45:19 Merge succeeded, producing a9711916546821b85f789b775b302967c7a417b7 06:45:19 Checking out Revision a9711916546821b85f789b775b302967c7a417b7 (PR-971) 06:45:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:45:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:45:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:45:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:45:18 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/971/head:refs/remotes/origin/PR-971 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:45:19 > git config core.sparsecheckout # timeout=10 06:45:19 > git checkout -f 9b4d03481ff393d24f9800b7af4a8231e2ff3b04 # timeout=10 06:45:19 > git remote # timeout=10 06:45:19 > git config --get remote.origin.url # timeout=10 06:45:19 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:19 > git merge ab601dc3bfb73a4a01501692ac3fc9071936c5f4 # timeout=10 06:45:19 > git rev-parse HEAD^{commit} # timeout=10 06:45:19 > git config core.sparsecheckout # timeout=10 06:45:19 > git checkout -f a9711916546821b85f789b775b302967c7a417b7 # timeout=10 06:45:23 Commit message: "Merge commit 'ab601dc3bfb73a4a01501692ac3fc9071936c5f4' into HEAD" 06:45:23 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 06:45:23 > git rev-list --no-walk f39f95200854f0cf558984a7d00ae0e3ef99ca3a # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 06:45:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:45:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:45:26 + sudo service docker restart 06:45:26 + true 06:45:28 gofmt -l . 06:45:28 [ "`gofmt -l .`" = "" ] 06:45:28 ./bin/test-attribution-txt.sh 06:45:28 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:45:28 $ docker stop --time=1 bb5bba624f92c698cefe6afe098b598dfc479a12e9f4a043ff8e5f62c142ee70 06:45:29 $ docker rm -f bb5bba624f92c698cefe6afe098b598dfc479a12e9f4a043ff8e5f62c142ee70 [Pipeline] // withDockerContainer [Pipeline] sh 06:45:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:45:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:45:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:45:33 + ls -al . 06:45:33 total 208 06:45:33 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 23 06:45 . 06:45:33 drwxrwxr-x. 4 jenkins jenkins 28 Jun 23 06:43 .. 06:45:33 drwxrwxr-x. 2 jenkins jenkins 64 Jun 23 06:43 bin 06:45:33 -rw-r--r--. 1 jenkins jenkins 125634 Jun 23 06:45 coverage.out 06:45:33 -rw-rw-r--. 1 jenkins jenkins 987 Jun 23 06:43 Dockerfile.build 06:45:33 -rw-rw-r--. 1 jenkins jenkins 140 Jun 23 06:43 .dockerignore 06:45:33 drwxrwxr-x. 5 jenkins jenkins 62 Jun 23 06:43 example 06:45:33 drwxrwxr-x. 8 jenkins jenkins 179 Jun 23 06:43 .git 06:45:33 drwxrwxr-x. 2 jenkins jenkins 103 Jun 23 06:43 .github 06:45:33 -rw-rw-r--. 1 jenkins jenkins 138 Jun 23 06:43 .gitignore 06:45:33 -rw-r--r--. 1 jenkins jenkins 576 Jun 23 06:45 go.mod 06:45:33 -rw-r--r--. 1 jenkins jenkins 20385 Jun 23 06:44 go.sum 06:45:33 drwxrwxr-x. 15 jenkins jenkins 224 Jun 23 06:43 internal 06:45:33 -rw-rw-r--. 1 jenkins jenkins 894 Jun 23 06:43 Jenkinsfile 06:45:33 -rw-rw-r--. 1 jenkins jenkins 11341 Jun 23 06:43 LICENSE 06:45:33 -rw-rw-r--. 1 jenkins jenkins 1026 Jun 23 06:43 Makefile 06:45:33 drwxrwxr-x. 4 jenkins jenkins 26 Jun 23 06:43 openapi 06:45:33 drwxrwxr-x. 5 jenkins jenkins 50 Jun 23 06:43 pkg 06:45:33 -rw-rw-r--. 1 jenkins jenkins 7652 Jun 23 06:43 README.md 06:45:33 -rw-rw-r--. 1 jenkins jenkins 6616 Jun 23 06:43 RELEASE-NOTES.txt 06:45:33 drwxrwxr-x. 4 jenkins jenkins 54 Jun 23 06:43 snap 06:45:33 -rw-rw-r--. 1 jenkins jenkins 5 Jun 23 06:42 VERSION 06:45:33 -rw-rw-r--. 1 jenkins jenkins 222 Jun 23 06:43 version.go [Pipeline] isUnix [Pipeline] sh 06:45:33 + 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=443ec3831b70df664a44234d70b71243c43f025b --label arch=amd64 --label version=0.0.0 . 06:45:33 Sending build context to Docker daemon 2.826MB 06:45:33 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 06:45:33 Step 2/23 : FROM ${BASE} AS builder 06:45:33 ---> 6715eb06c907 06:45:33 Step 3/23 : WORKDIR /device-sdk-go 06:45:33 ---> Running in 4e1e25686cd1 06:45:34 Removing intermediate container 4e1e25686cd1 06:45:34 ---> ddfcdcf699de 06:45:34 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:45:34 ---> Running in 447d79adabdf 06:45:34 Removing intermediate container 447d79adabdf 06:45:34 ---> c4f5efa67de4 06:45:34 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:45:34 ---> Running in d76407c70f99 06:45:34 Removing intermediate container d76407c70f99 06:45:34 ---> 3aa2a579a9d4 06:45:34 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 06:45:34 ---> Running in 9d7e017695b4 06:45:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 06:45:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 06:45:36 OK: 150 MiB in 46 packages 06:45:36 Removing intermediate container 9d7e017695b4 06:45:36 ---> 010edd1067d3 06:45:36 Step 7/23 : COPY . . 06:45:37 ---> b288727b7070 06:45:37 Step 8/23 : RUN go mod download 06:45:37 ---> Running in 962d9484f5fb 06:45:38 Removing intermediate container 962d9484f5fb 06:45:38 ---> 9129a4b53b08 06:45:38 Step 9/23 : RUN make build 06:45:38 ---> Running in d8e3706e1140 06:45:38 go mod tidy 06:45:38 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:45:44 provisioning config files... 06:45:44 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config2038936249789761397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:45:44 ---> docker-login.sh 06:45:44 nexus3.edgexfoundry.org:10001 06:45:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:45:45 Configure a credential helper to remove this warning. See 06:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:45:45 06:45:45 Login Succeeded 06:45:45 nexus3.edgexfoundry.org:10002 06:45:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:45:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:45:46 Configure a credential helper to remove this warning. See 06:45:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:45:46 06:45:46 Login Succeeded 06:45:46 nexus3.edgexfoundry.org:10003 06:45:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:45:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:45:47 Configure a credential helper to remove this warning. See 06:45:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:45:47 06:45:47 Login Succeeded 06:45:47 nexus3.edgexfoundry.org:10004 06:45:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:45:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:45:47 Configure a credential helper to remove this warning. See 06:45:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:45:47 06:45:47 Login Succeeded 06:45:47 docker.io 06:45:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:45:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:45:48 Configure a credential helper to remove this warning. See 06:45:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:45:48 06:45:48 Login Succeeded 06:45:48 ---> docker-login.sh ends [Pipeline] } 06:45:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:45:48 ========================================================= 06:45:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 06:45:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:45:48 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 06:45:49 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 06:45:49 Removing intermediate container d8e3706e1140 06:45:49 ---> a6f8bd7d1727 06:45:49 Step 10/23 : FROM alpine:3.12 06:45:49 Sending build context to Docker daemon 2.699MB 06:45:49 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 06:45:49 Step 2/8 : FROM ${BASE} 06:45:49 3.12: Pulling from library/alpine 06:45:50 339de151aab4: Pulling fs layer 06:45:50 339de151aab4: Verifying Checksum 06:45:50 339de151aab4: Download complete 06:45:50 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:45:50 595b0fe564bb: Pulling fs layer 06:45:50 3088b5b3c5c0: Pulling fs layer 06:45:50 5b7225fbf94c: Pulling fs layer 06:45:50 ba82ee9f976e: Pulling fs layer 06:45:50 506bd15cee9f: Pulling fs layer 06:45:50 75a0a4a0db45: Pulling fs layer 06:45:50 618dc40b7e24: Pulling fs layer 06:45:50 506bd15cee9f: Waiting 06:45:50 75a0a4a0db45: Waiting 06:45:50 618dc40b7e24: Waiting 06:45:50 ba82ee9f976e: Waiting 06:45:50 5b7225fbf94c: Verifying Checksum 06:45:50 5b7225fbf94c: Download complete 06:45:50 3088b5b3c5c0: Verifying Checksum 06:45:50 3088b5b3c5c0: Download complete 06:45:50 506bd15cee9f: Download complete 06:45:50 595b0fe564bb: Verifying Checksum 06:45:50 75a0a4a0db45: Verifying Checksum 06:45:50 75a0a4a0db45: Download complete 06:45:50 339de151aab4: Pull complete 06:45:50 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 06:45:50 Status: Downloaded newer image for alpine:3.12 06:45:50 ---> 13621d1b12d4 06:45:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:45:50 ---> Running in 1731397f5ede 06:45:50 Removing intermediate container 1731397f5ede 06:45:50 ---> a24f283eec82 06:45:50 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:45:50 ---> Running in 7428aa321720 06:45:50 595b0fe564bb: Pull complete 06:45:50 Removing intermediate container 7428aa321720 06:45:50 ---> d9faebfe7c78 06:45:50 Step 13/23 : RUN apk add --update --no-cache zeromq 06:45:51 ---> Running in 48a89037b995 06:45:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:45:51 3088b5b3c5c0: Pull complete 06:45:52 5b7225fbf94c: Pull complete 06:45:52 618dc40b7e24: Verifying Checksum 06:45:52 618dc40b7e24: Download complete 06:45:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:45:53 ba82ee9f976e: Verifying Checksum 06:45:53 ba82ee9f976e: Download complete 06:45:54 (1/5) Installing libgcc (9.3.0-r2) 06:45:54 (2/5) Installing libsodium (1.0.18-r0) 06:45:54 (3/5) Installing libstdc++ (9.3.0-r2) 06:45:55 (4/5) Installing libzmq (4.3.3-r0) 06:45:55 (5/5) Installing zeromq (4.3.3-r0) 06:45:55 Executing busybox-1.31.1-r20.trigger 06:45:55 OK: 8 MiB in 19 packages 06:45:56 Removing intermediate container 48a89037b995 06:45:56 ---> 5a7f50881d2f 06:45:56 Step 14/23 : WORKDIR / 06:45:56 ---> Running in 7eacb4ef3eb6 06:45:56 Removing intermediate container 7eacb4ef3eb6 06:45:56 ---> 3314f1f395ec 06:45:56 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 06:45:56 ---> 4a6931c552f7 06:45:56 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 06:45:56 ---> 0508c622bc54 06:45:56 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 06:45:56 ---> 12ec593a0221 06:45:56 Step 18/23 : EXPOSE 59999 06:45:56 ---> Running in dddac36332e6 06:45:56 Removing intermediate container dddac36332e6 06:45:56 ---> aec234313986 06:45:56 Step 19/23 : ENTRYPOINT ["/device-simple"] 06:45:56 ---> Running in d370c0472b0f 06:45:57 Removing intermediate container d370c0472b0f 06:45:57 ---> a33907798541 06:45:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:45:57 ---> Running in c8dc3a350385 06:45:57 Removing intermediate container c8dc3a350385 06:45:57 ---> 596b3bc862d5 06:45:57 Step 21/23 : LABEL arch=amd64 06:45:57 ---> Running in 2e1d5a707b22 06:45:57 Removing intermediate container 2e1d5a707b22 06:45:57 ---> 46a40b4787ac 06:45:57 Step 22/23 : LABEL git_sha=443ec3831b70df664a44234d70b71243c43f025b 06:45:57 ---> Running in 0a0aee9cca14 06:45:57 Removing intermediate container 0a0aee9cca14 06:45:57 ---> 18b139845602 06:45:57 Step 23/23 : LABEL version=0.0.0 06:45:57 ---> Running in 253126e182a0 06:45:57 Removing intermediate container 253126e182a0 06:45:57 ---> b513c382bb40 06:45:57 [Warning] One or more build-args [ARCH MAKE] were not consumed 06:45:57 Successfully built b513c382bb40 06:45:57 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 06:45:58 ---> job-cost.sh 06:45:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9A8Z 06:46:04 ba82ee9f976e: Pull complete 06:46:04 506bd15cee9f: Pull complete 06:46:04 75a0a4a0db45: Pull complete 06:46:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:46:08 618dc40b7e24: Pull complete 06:46:08 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 06:46:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 06:46:08 ---> a36622ca3599 06:46:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:46:10 ---> Running in 1ab0cb26b9e7 06:46:10 Removing intermediate container 1ab0cb26b9e7 06:46:10 ---> ee147ac6af2d 06:46:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:46:10 ---> Running in 15ec49f05472 06:46:13 Removing intermediate container 15ec49f05472 06:46:13 ---> 8d9f9b124fd5 06:46:13 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 06:46:13 ---> Running in 2355586385af 06:46:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 06:46:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 06:46:16 (1/6) Installing libc-dev (0.7.2-r3) 06:46:16 (2/6) Installing libsodium (1.0.18-r0) 06:46:16 (3/6) Installing pkgconf (1.7.3-r0) 06:46:16 (4/6) Installing libsodium-dev (1.0.18-r0) 06:46:16 (5/6) Installing libzmq (4.3.3-r1) 06:46:17 (6/6) Installing zeromq-dev (4.3.3-r1) 06:46:17 Executing busybox-1.32.1-r6.trigger 06:46:17 OK: 139 MiB in 46 packages 06:46:18 Removing intermediate container 2355586385af 06:46:18 ---> 86e8255eab76 06:46:18 Step 6/8 : WORKDIR /device-sdk-go 06:46:18 ---> Running in 767d69e62731 06:46:19 Removing intermediate container 767d69e62731 06:46:19 ---> 9ab7209b8b90 06:46:19 Step 7/8 : COPY . . 06:46:20 ---> ac3cb267f396 06:46:20 Step 8/8 : RUN go mod download 06:46:20 ---> Running in 7de1af75c51f 06:46:21 lf-activate-venv(): INFO: Adding /tmp/venv-9A8Z/bin to PATH 06:46:21 INFO: No Stack... 06:46:21 INFO: Retrieving Pricing Info for: v3-standard-2 06:46:21 INFO: Archiving Costs [Pipeline] sh 06:46:21 + cat /w/workspace/device-sdk-go/5/archives/cost.csv 06:46:21 + cut -d, -f6 [Pipeline] lock 06:46:21 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-971-5-stack-cost] 06:46:21 Resource [jenkins-edgexfoundry-device-sdk-go-PR-971-5-stack-cost] did not exist. Created. 06:46:21 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-971-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:46:22 + echo total: 0.05999999865889549 [Pipeline] stash 06:46:22 Stashed 1 file(s) [Pipeline] } 06:46:22 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-971-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:46:47 Removing intermediate container 7de1af75c51f 06:46:47 ---> b1632a62cd54 06:46:47 Successfully built b1632a62cd54 06:46:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:46:47 + docker inspect -f . ci-base-image-arm64 06:46:47 . [Pipeline] withDockerContainer 06:46:48 prd-ubuntu18.04-docker-arm64-4c-16g-869 does not seem to be running inside a container 06:46:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 06:46:50 $ docker top f9dcada951e602cf170743a1ed17de59507bfedf8b5de2281e166da462d440be -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:50 + go version 06:46:50 go version go1.16.5 linux/arm64 [Pipeline] } 06:46:50 $ docker stop --time=1 f9dcada951e602cf170743a1ed17de59507bfedf8b5de2281e166da462d440be 06:46:52 $ docker rm -f f9dcada951e602cf170743a1ed17de59507bfedf8b5de2281e166da462d440be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:46:53 + docker inspect -f . ci-base-image-arm64 06:46:53 . [Pipeline] withDockerContainer 06:46:53 prd-ubuntu18.04-docker-arm64-4c-16g-869 does not seem to be running inside a container 06:46:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 06:46:55 $ docker top 86a6b9c3d697fececa7697c003e3313fa77ab3cfe92b277ba8c89af4fc53b7a6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:56 + go mod tidy [Pipeline] sh 06:46:57 + make test 06:46:57 go mod tidy 06:46:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:47:24 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:48:33 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:48:33 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 06:48:33 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:48:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.250s coverage: 24.2% of statements 06:48:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:48:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.182s coverage: 28.1% of statements 06:48:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.212s coverage: 78.9% of statements 06:48:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.202s coverage: 9.0% of statements 06:48:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 06:48:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 06:48:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:48:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.346s coverage: 28.7% of statements 06:48:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 06:48:42 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.190s coverage: 83.3% of statements 06:48:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:48:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:48:42 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.386s coverage: 58.0% of statements 06:48:43 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.182s coverage: 89.2% of statements 06:48:43 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 06:48:43 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.189s coverage: 5.0% of statements 06:48:43 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:48:44 GO111MODULE=on go vet ./... 06:49:41 gofmt -l . 06:49:41 [ "`gofmt -l .`" = "" ] 06:49:41 ./bin/test-attribution-txt.sh 06:49:43 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:49:43 $ docker stop --time=1 86a6b9c3d697fececa7697c003e3313fa77ab3cfe92b277ba8c89af4fc53b7a6 06:49:45 $ docker rm -f 86a6b9c3d697fececa7697c003e3313fa77ab3cfe92b277ba8c89af4fc53b7a6 [Pipeline] // withDockerContainer [Pipeline] sh 06:49:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:49:46 Warning: overwriting stash ‘coverage-report’ 06:49:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:49:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:49:48 + ls -al . 06:49:48 total 244 06:49:48 drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 06:49 . 06:49:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 06:45 .. 06:49:48 -rw-rw-r-- 1 jenkins jenkins 140 Jun 23 06:45 .dockerignore 06:49:48 drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 06:45 .git 06:49:48 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 06:45 .github 06:49:48 -rw-rw-r-- 1 jenkins jenkins 138 Jun 23 06:45 .gitignore 06:49:48 -rw-rw-r-- 1 jenkins jenkins 987 Jun 23 06:45 Dockerfile.build 06:49:48 -rw-rw-r-- 1 jenkins jenkins 894 Jun 23 06:45 Jenkinsfile 06:49:48 -rw-rw-r-- 1 jenkins jenkins 11341 Jun 23 06:45 LICENSE 06:49:48 -rw-rw-r-- 1 jenkins jenkins 1026 Jun 23 06:45 Makefile 06:49:48 -rw-rw-r-- 1 jenkins jenkins 7652 Jun 23 06:45 README.md 06:49:48 -rw-rw-r-- 1 jenkins jenkins 6616 Jun 23 06:45 RELEASE-NOTES.txt 06:49:48 -rw-rw-r-- 1 jenkins jenkins 5 Jun 23 06:42 VERSION 06:49:48 drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 06:45 bin 06:49:48 -rw-r--r-- 1 jenkins jenkins 125634 Jun 23 06:48 coverage.out 06:49:48 drwxrwxr-x 5 jenkins jenkins 4096 Jun 23 06:45 example 06:49:48 -rw-r--r-- 1 jenkins jenkins 576 Jun 23 06:49 go.mod 06:49:48 -rw-r--r-- 1 jenkins jenkins 20385 Jun 23 06:46 go.sum 06:49:48 drwxrwxr-x 15 jenkins jenkins 4096 Jun 23 06:45 internal 06:49:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 06:45 openapi 06:49:48 drwxrwxr-x 5 jenkins jenkins 4096 Jun 23 06:45 pkg 06:49:48 drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 06:45 snap 06:49:48 -rw-rw-r-- 1 jenkins jenkins 222 Jun 23 06:45 version.go [Pipeline] isUnix [Pipeline] sh 06:49:49 + 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=a9711916546821b85f789b775b302967c7a417b7 --label arch=arm64 --label version=0.0.0 . 06:49:49 Sending build context to Docker daemon 2.825MB 06:49:49 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 06:49:49 Step 2/23 : FROM ${BASE} AS builder 06:49:49 ---> b1632a62cd54 06:49:49 Step 3/23 : WORKDIR /device-sdk-go 06:49:50 ---> Running in 59a5493e356d 06:49:50 Removing intermediate container 59a5493e356d 06:49:50 ---> b48df8812285 06:49:50 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:49:50 ---> Running in af54c6705885 06:49:51 Removing intermediate container af54c6705885 06:49:51 ---> 94b3a0d76415 06:49:51 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:49:51 ---> Running in 3ab26cc8ca07 06:49:54 Removing intermediate container 3ab26cc8ca07 06:49:54 ---> e5787dda4f6e 06:49:54 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 06:49:54 ---> Running in b710a1d38197 06:49:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 06:49:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 06:49:57 OK: 139 MiB in 46 packages 06:49:58 Removing intermediate container b710a1d38197 06:49:58 ---> 0147b58b81bd 06:49:58 Step 7/23 : COPY . . 06:49:59 ---> 875e8f705007 06:49:59 Step 8/23 : RUN go mod download 06:49:59 ---> Running in 10b3d8c74664 06:50:02 Removing intermediate container 10b3d8c74664 06:50:02 ---> 3ae049eb4690 06:50:02 Step 9/23 : RUN make build 06:50:02 ---> Running in 12c794ce6903 06:50:03 go mod tidy 06:50:04 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 06:50:43 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 06:50:43 Removing intermediate container 12c794ce6903 06:50:43 ---> d088c833c73f 06:50:43 Step 10/23 : FROM alpine:3.12 06:50:43 3.12: Pulling from library/alpine 06:50:43 d2f70382dc9a: Pulling fs layer 06:50:43 d2f70382dc9a: Verifying Checksum 06:50:43 d2f70382dc9a: Download complete 06:50:43 d2f70382dc9a: Pull complete 06:50:43 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 06:50:43 Status: Downloaded newer image for alpine:3.12 06:50:43 ---> c4fd0aeabfcf 06:50:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:50:43 ---> Running in 61b3d264e2fe 06:50:43 Removing intermediate container 61b3d264e2fe 06:50:43 ---> 322b6c144c16 06:50:43 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:43 ---> Running in 1401c126f6eb 06:50:45 Removing intermediate container 1401c126f6eb 06:50:45 ---> 2a12b09fa30f 06:50:45 Step 13/23 : RUN apk add --update --no-cache zeromq 06:50:45 ---> Running in c62ba186d08c 06:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:50:47 (1/5) Installing libgcc (9.3.0-r2) 06:50:47 (2/5) Installing libsodium (1.0.18-r0) 06:50:47 (3/5) Installing libstdc++ (9.3.0-r2) 06:50:48 (4/5) Installing libzmq (4.3.3-r0) 06:50:48 (5/5) Installing zeromq (4.3.3-r0) 06:50:48 Executing busybox-1.31.1-r20.trigger 06:50:48 OK: 8 MiB in 19 packages 06:50:49 Removing intermediate container c62ba186d08c 06:50:49 ---> e63edd9c814a 06:50:49 Step 14/23 : WORKDIR / 06:50:49 ---> Running in 5b43ee33f921 06:50:50 Removing intermediate container 5b43ee33f921 06:50:50 ---> 481c54cf9008 06:50:50 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 06:50:50 ---> 8105889507c3 06:50:50 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 06:50:52 ---> 045445734467 06:50:52 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 06:50:52 ---> 1607f139fcf2 06:50:52 Step 18/23 : EXPOSE 59999 06:50:53 ---> Running in f2ee2682d3ee 06:50:53 Removing intermediate container f2ee2682d3ee 06:50:53 ---> 436f948734d5 06:50:53 Step 19/23 : ENTRYPOINT ["/device-simple"] 06:50:53 ---> Running in ef8eb408f653 06:50:54 Removing intermediate container ef8eb408f653 06:50:54 ---> c8a41ebc7c15 06:50:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:50:54 ---> Running in afd90c44ee87 06:50:55 Removing intermediate container afd90c44ee87 06:50:55 ---> e205a8f82db5 06:50:55 Step 21/23 : LABEL arch=arm64 06:50:55 ---> Running in 66f52da7c867 06:50:55 Removing intermediate container 66f52da7c867 06:50:55 ---> 2263d5eaca4b 06:50:55 Step 22/23 : LABEL git_sha=a9711916546821b85f789b775b302967c7a417b7 06:50:55 ---> Running in 351c56679f05 06:50:56 Removing intermediate container 351c56679f05 06:50:56 ---> 42cd9f77f031 06:50:56 Step 23/23 : LABEL version=0.0.0 06:50:56 ---> Running in f64dc74a8f97 06:50:56 Removing intermediate container f64dc74a8f97 06:50:56 ---> fb31d290c7b8 06:50:56 [Warning] One or more build-args [ARCH MAKE] were not consumed 06:50:57 Successfully built fb31d290c7b8 06:50:57 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 06:50:57 ---> job-cost.sh 06:50:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9RNt 06:51:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:53:21 lf-activate-venv(): INFO: Adding /tmp/venv-9RNt/bin to PATH 06:53:21 INFO: No Stack... 06:53:21 INFO: Retrieving Pricing Info for: v2-standard-4 06:53:21 INFO: Archiving Costs [Pipeline] sh 06:53:21 + + cut -d,cat -f6 /w/workspace/device-sdk-go/5/archives/cost.csv 06:53:21 [Pipeline] lock 06:53:22 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-971-5-stack-cost] 06:53:22 Resource [jenkins-edgexfoundry-device-sdk-go-PR-971-5-stack-cost] did not exist. Created. 06:53:22 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-971-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:53:22 /w/workspace/device-sdk-go/5@tmp/durable-3ef63233/script.sh: 1: /w/workspace/device-sdk-go/5@tmp/durable-3ef63233/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:53:22 + echo total: 0.18000000715255737 [Pipeline] stash 06:53:22 Warning: overwriting stash ‘stack-cost’ 06:53:22 Stashed 1 file(s) [Pipeline] } 06:53:23 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-971-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 06:53:23 provisioning config files... 06:53:23 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp/config419219384716654448tmp [Pipeline] { [Pipeline] sh 06:53:24 + set +x 06:53:24 + curl -s https://codecov.io/bash 06:53:24 + bash -s -- 06:53:24 06:53:24 _____ _ 06:53:24 / ____| | | 06:53:24 | | ___ __| | ___ ___ _____ __ 06:53:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:53:24 | |___| (_) | (_| | __/ (_| (_) \ V / 06:53:24 \_____\___/ \__,_|\___|\___\___/ \_/ 06:53:24 Bash-1.0.3 06:53:24 06:53:24 06:53:24 ==> git version 2.24.4 found 06:53:24 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 06:53:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:53:24 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:53:24 ==> Jenkins CI detected. 06:53:24 project root: . 06:53:24 --> token set from env 06:53:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:53:24 ==> Running gcov in . (disable via -X gcov) 06:53:24 ==> Python coveragepy not found 06:53:24 ==> Searching for coverage reports in: 06:53:24 + . 06:53:24 -> Found 1 reports 06:53:24 ==> Detecting git/mercurial file structure 06:53:24 ==> Reading reports 06:53:24 + ./coverage.out bytes=125634 06:53:24 ==> Appending adjustments 06:53:24 https://docs.codecov.io/docs/fixing-reports 06:53:24 + Found adjustments 06:53:24 ==> Gzipping contents 06:53:24 16K /tmp/codecov.ynohjo.gz 06:53:24 ==> Uploading reports 06:53:24 url: https://codecov.io 06:53:24 query: branch=PR-971&commit=096f1b423498777b5a27bb35077ee60e2e09159a&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-971%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=971&job=&cmd_args= 06:53:24 -> Pinging Codecov 06:53:24 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-971&commit=096f1b423498777b5a27bb35077ee60e2e09159a&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-971%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=971&job=&cmd_args= 06:53:25 -> Uploading to 06:53:25 https://storage.googleapis.com/codecov/v4/raw/2021-06-23/7E55EF52A471D76F132DFD9A03CDDE97/096f1b423498777b5a27bb35077ee60e2e09159a/b87daac9-ef36-4f4e-ae2e-b3a721e44fa9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210623%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210623T065325Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=48343390d26d5c97b50a97e524b7604f32cd44b09d5fd40000a707881770a41a 06:53:25 % Total % Received % Xferd Average Speed Time Time Time Current 06:53:25 Dload Upload Total Spent Left Speed 06:53:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16306 0 0 100 16306 0 30700 --:--:-- --:--:-- --:--:-- 30708 100 16306 0 0 100 16306 0 30692 --:--:-- --:--:-- --:--:-- 30650 06:53:25 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/096f1b423498777b5a27bb35077ee60e2e09159a [Pipeline] } 06:53:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:53:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:53:28 ---> package-listing.sh 06:53:28 ++ facter osfamily 06:53:28 ++ tr '[:upper:]' '[:lower:]' 06:53:28 + OS_FAMILY=redhat 06:53:28 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-971 06:53:28 + START_PACKAGES=/tmp/packages_start.txt 06:53:28 + END_PACKAGES=/tmp/packages_end.txt 06:53:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:53:28 + PACKAGES=/tmp/packages_start.txt 06:53:28 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-971 ']' 06:53:28 + PACKAGES=/tmp/packages_end.txt 06:53:28 + case "${OS_FAMILY}" in 06:53:28 + rpm -qa 06:53:28 + sort 06:53:28 + '[' -f /tmp/packages_start.txt ']' 06:53:28 + '[' -f /tmp/packages_end.txt ']' 06:53:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:53:28 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-971 ']' 06:53:28 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-971/archives/ 06:53:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-971/archives/ [Pipeline] echo 06:53:29 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-971/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:53:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:53:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:53:30 06:53:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:53:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:53:30 alpine: Pulling from edgex-lftools-log-publisher 06:53:30 df20fa9351a1: Pulling fs layer 06:53:30 36b3adc4ff6f: Pulling fs layer 06:53:30 8ad3a11d3b57: Pulling fs layer 06:53:30 46f8f816bc3b: Pulling fs layer 06:53:30 93b61091891f: Pulling fs layer 06:53:30 93b9cdb0e59b: Pulling fs layer 06:53:30 5e14af77c1be: Pulling fs layer 06:53:30 01666e4c0597: Pulling fs layer 06:53:30 aa168da1d23b: Pulling fs layer 06:53:30 93b9cdb0e59b: Waiting 06:53:30 5e14af77c1be: Waiting 06:53:30 01666e4c0597: Waiting 06:53:30 aa168da1d23b: Waiting 06:53:30 46f8f816bc3b: Waiting 06:53:30 93b61091891f: Waiting 06:53:30 36b3adc4ff6f: Download complete 06:53:30 46f8f816bc3b: Verifying Checksum 06:53:30 46f8f816bc3b: Download complete 06:53:30 df20fa9351a1: Verifying Checksum 06:53:30 df20fa9351a1: Download complete 06:53:30 93b9cdb0e59b: Verifying Checksum 06:53:30 93b9cdb0e59b: Download complete 06:53:30 5e14af77c1be: Verifying Checksum 06:53:30 5e14af77c1be: Download complete 06:53:30 93b61091891f: Verifying Checksum 06:53:30 93b61091891f: Download complete 06:53:30 01666e4c0597: Verifying Checksum 06:53:30 01666e4c0597: Download complete 06:53:30 df20fa9351a1: Pull complete 06:53:30 8ad3a11d3b57: Verifying Checksum 06:53:30 8ad3a11d3b57: Download complete 06:53:30 36b3adc4ff6f: Pull complete 06:53:31 8ad3a11d3b57: Pull complete 06:53:31 46f8f816bc3b: Pull complete 06:53:32 93b61091891f: Pull complete 06:53:32 93b9cdb0e59b: Pull complete 06:53:32 5e14af77c1be: Pull complete 06:53:32 01666e4c0597: Pull complete 06:53:33 aa168da1d23b: Verifying Checksum 06:53:33 aa168da1d23b: Download complete 06:53:37 aa168da1d23b: Pull complete 06:53:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:53:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:53:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:53:37 prd-centos7-docker-4c-2g-866 does not seem to be running inside a container 06:53:37 $ 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-971/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-971 -v /w/workspace/dgexfoundry_device-sdk-go_PR-971:/w/workspace/dgexfoundry_device-sdk-go_PR-971:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:53:40 $ docker top 95a568597352189ed406b4ca39a3fea481ab9c5be0348e52e220ecb9e73c51c1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:53:40 + touch /tmp/pre-build-complete [Pipeline] sh 06:53:41 + mkdir -p /var/log/sa [Pipeline] sh 06:53:41 + ls /var/log/sa-host 06:53:41 + sadf -c /var/log/sa-host/sa05 06:53:41 file_magic: OK 06:53:41 HZ: Using current value: 100 06:53:41 file_header: OK 06:53:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:53:41 Statistics: 06:53:41 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:53:41 File successfully converted to sysstat format version 12.2.1 06:53:41 + sadf -c /var/log/sa-host/sa23 06:53:41 file_magic: OK 06:53:41 HZ: Using current value: 100 06:53:41 file_header: OK 06:53:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:53:41 Statistics: 06:53:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:53:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:53:41 provisioning config files... 06:53:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp/config1155070558828862975tmp [Pipeline] { [Pipeline] echo 06:53:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:53:42 ---> create-netrc.sh [Pipeline] } 06:53:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:53:42 ---> python-tools-install.sh [Pipeline] echo 06:53:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:53:42 ---> sudo-logs.sh 06:53:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:53:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:53:43 ---> job-cost.sh 06:53:43 lf-activate-venv: SKIPPING 06:53:43 DEBUG: total: 0.18000000715255737 06:53:43 INFO: Retrieving Stack Cost... 06:53:43 INFO: Retrieving Pricing Info for: v3-standard-2 06:53:44 INFO: Archiving Costs [Pipeline] echo 06:53:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:53:44 ---> logs-deploy.sh 06:53:44 lf-activate-venv: SKIPPING 06:53:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-971/5 06:53:44 INFO: archiving workspace using pattern(s): 06:53:45 Archives upload complete. 06:53:45 INFO: archiving logs to Nexus 06:53:46 ---> uname -a: 06:53:46 Linux prd-centos7-docker-4c-2g-866.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 06:53:46 06:53:46 06:53:46 ---> lscpu: 06:53:46 Architecture: x86_64 06:53:46 CPU op-mode(s): 32-bit, 64-bit 06:53:46 Byte Order: Little Endian 06:53:46 Address sizes: 40 bits physical, 48 bits virtual 06:53:46 CPU(s): 2 06:53:46 On-line CPU(s) list: 0,1 06:53:46 Thread(s) per core: 1 06:53:46 Core(s) per socket: 1 06:53:46 Socket(s): 2 06:53:46 NUMA node(s): 1 06:53:46 Vendor ID: AuthenticAMD 06:53:46 CPU family: 23 06:53:46 Model: 49 06:53:46 Model name: AMD EPYC-Rome Processor 06:53:46 Stepping: 0 06:53:46 CPU MHz: 2799.998 06:53:46 BogoMIPS: 5599.99 06:53:46 Virtualization: AMD-V 06:53:46 Hypervisor vendor: KVM 06:53:46 Virtualization type: full 06:53:46 L1d cache: 64 KiB 06:53:46 L1i cache: 64 KiB 06:53:46 L2 cache: 1 MiB 06:53:46 L3 cache: 32 MiB 06:53:46 NUMA node0 CPU(s): 0,1 06:53:46 Vulnerability Itlb multihit: Not affected 06:53:46 Vulnerability L1tf: Not affected 06:53:46 Vulnerability Mds: Not affected 06:53:46 Vulnerability Meltdown: Not affected 06:53:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:53:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:53:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:53:46 Vulnerability Srbds: Not affected 06:53:46 Vulnerability Tsx async abort: Not affected 06:53:46 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 06:53:46 06:53:46 06:53:46 ---> nproc: 06:53:46 2 06:53:46 06:53:46 06:53:46 ---> df -h: 06:53:46 Filesystem Size Used Available Use% Mounted on 06:53:46 overlay 40.0G 7.6G 32.4G 19% / 06:53:46 tmpfs 64.0M 0 64.0M 0% /dev 06:53:46 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 06:53:46 shm 64.0M 0 64.0M 0% /dev/shm 06:53:46 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 06:53:46 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 06:53:46 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 06:53:46 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 06:53:46 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 06:53:46 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 06:53:46 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dgexfoundry_device-sdk-go_PR-971 06:53:46 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dgexfoundry_device-sdk-go_PR-971@tmp 06:53:46 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 06:53:46 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 06:53:46 06:53:46 06:53:46 ---> free -m: 06:53:46 total used free shared buff/cache available 06:53:46 Mem: 7821 980 4742 0 2098 6662 06:53:46 Swap: 1023 0 1023 06:53:46 06:53:46 06:53:46 ---> ip addr: 06:53:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:53:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:53:46 inet 127.0.0.1/8 scope host lo 06:53:46 valid_lft forever preferred_lft forever 06:53:46 inet6 ::1/128 scope host 06:53:46 valid_lft forever preferred_lft forever 06:53:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:53:46 link/ether fa:16:3e:45:fc:22 brd ff:ff:ff:ff:ff:ff 06:53:46 inet 10.30.123.71/23 brd 10.30.123.255 scope global dynamic eth0 06:53:46 valid_lft 85697sec preferred_lft 85697sec 06:53:46 inet6 fe80::f816:3eff:fe45:fc22/64 scope link 06:53:46 valid_lft forever preferred_lft forever 06:53:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:53:46 link/ether 02:42:25:fb:ab:8c brd ff:ff:ff:ff:ff:ff 06:53:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:53:46 valid_lft forever preferred_lft forever 06:53:46 inet6 fe80::42:25ff:fefb:ab8c/64 scope link 06:53:46 valid_lft forever preferred_lft forever 06:53:46 06:53:46 06:53:46 ---> sar -b -r -n DEV: 06:53:46 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/23/21 _x86_64_ (2 CPU) 06:53:46 06:53:46 06:41:52 LINUX RESTART (2 CPU) 06:53:46 06:53:46 06:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:53:46 06:44:01 1.82 0.00 1.82 0.00 0.00 38.74 0.00 06:53:46 06:45:01 0.43 0.00 0.43 0.00 0.00 5.85 0.00 06:53:46 06:46:01 0.33 0.00 0.33 0.00 0.00 5.30 0.00 06:53:46 06:47:02 0.15 0.00 0.15 0.00 0.00 1.75 0.00 06:53:46 06:48:01 0.22 0.00 0.22 0.00 0.00 3.66 0.00 06:53:46 06:49:01 0.40 0.00 0.40 0.00 0.00 5.01 0.00 06:53:46 06:50:01 0.18 0.00 0.18 0.00 0.00 3.10 0.00 06:53:46 06:51:01 0.28 0.00 0.28 0.00 0.00 2.87 0.00 06:53:46 06:52:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 06:53:46 06:53:01 0.20 0.00 0.20 0.00 0.00 1.82 0.00 06:53:46 Average: 0.43 0.00 0.43 0.00 0.00 7.11 0.00 06:53:46 06:53:46 06:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:53:46 06:44:01 5465932 0 799704 9.99 2620 1740676 1226852 13.55 574276 1569976 12 06:53:46 06:45:01 5470012 0 795616 9.93 2620 1740684 1195796 13.20 569708 1571664 8 06:53:46 06:46:01 5467116 0 798512 9.97 2620 1740684 1196024 13.20 572060 1571660 8 06:53:46 06:47:02 5467408 0 798216 9.97 2620 1740688 1196024 13.20 571228 1572548 8 06:53:46 06:48:01 5463292 0 802324 10.02 2620 1740696 1196024 13.20 570152 1577500 8 06:53:46 06:49:01 5464724 0 800892 10.00 2620 1740696 1195844 13.20 569300 1577500 20 06:53:46 06:50:01 5456312 0 809296 10.10 2620 1740704 1195796 13.20 577912 1577500 8 06:53:46 06:51:01 5455452 0 810092 10.11 2620 1740768 1195796 13.20 578416 1577516 20 06:53:46 06:52:01 5455640 0 809956 10.11 2620 1740716 1195796 13.20 579660 1576196 8 06:53:46 06:53:01 5455128 0 810464 10.12 2620 1740720 1195868 13.20 580220 1576196 16 06:53:46 Average: 5462102 0 803507 10.03 2620 1740703 1198982 13.24 574293 1574826 12 06:53:46 06:53:46 06:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:53:46 06:44:01 eth0 1.57 0.67 0.79 0.25 0.00 0.00 0.00 0.00 06:53:46 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:45:01 eth0 0.52 0.08 0.04 0.01 0.00 0.00 0.00 0.00 06:53:46 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:46:01 eth0 1.08 0.32 0.32 0.20 0.00 0.00 0.00 0.00 06:53:46 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:47:02 eth0 1.40 0.50 0.58 0.36 0.00 0.00 0.00 0.00 06:53:46 06:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:48:01 eth0 0.24 0.20 0.09 0.10 0.00 0.00 0.00 0.00 06:53:46 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:49:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 06:53:46 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:50:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 06:53:46 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:51:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:52:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:53:46 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:53:01 eth0 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 06:53:46 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 Average: eth0 0.55 0.23 0.20 0.10 0.00 0.00 0.00 0.00 06:53:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:53:46 06:53:46 06:53:46 ---> sar -P ALL: 06:53:46 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/23/21 _x86_64_ (2 CPU) 06:53:46 06:53:46 06:41:52 LINUX RESTART (2 CPU) 06:53:46 06:53:46 06:43:01 CPU %user %nice %system %iowait %steal %idle 06:53:46 06:44:01 all 0.13 0.00 0.05 0.00 0.03 99.79 06:53:46 06:44:01 0 0.10 0.00 0.03 0.00 0.03 99.83 06:53:46 06:44:01 1 0.17 0.00 0.07 0.00 0.02 99.75 06:53:46 06:45:01 all 0.13 0.00 0.03 0.00 0.03 99.81 06:53:46 06:45:01 0 0.07 0.00 0.03 0.00 0.05 99.85 06:53:46 06:45:01 1 0.18 0.00 0.03 0.00 0.02 99.77 06:53:46 06:46:01 all 0.13 0.00 0.03 0.00 0.03 99.82 06:53:46 06:46:01 0 0.22 0.00 0.03 0.00 0.03 99.72 06:53:46 06:46:01 1 0.03 0.00 0.03 0.00 0.02 99.92 06:53:46 06:47:02 all 0.15 0.00 0.04 0.00 0.02 99.79 06:53:46 06:47:02 0 0.25 0.00 0.03 0.00 0.02 99.70 06:53:46 06:47:02 1 0.05 0.00 0.05 0.00 0.02 99.88 06:53:46 06:48:01 all 0.15 0.00 0.04 0.00 0.03 99.77 06:53:46 06:48:01 0 0.05 0.00 0.05 0.00 0.03 99.86 06:53:46 06:48:01 1 0.26 0.00 0.03 0.00 0.03 99.68 06:53:46 06:49:01 all 0.05 0.00 0.03 0.00 0.03 99.90 06:53:46 06:49:01 0 0.02 0.00 0.03 0.00 0.03 99.92 06:53:46 06:49:01 1 0.08 0.00 0.02 0.00 0.02 99.88 06:53:46 06:50:01 all 0.08 0.00 0.04 0.00 0.02 99.87 06:53:46 06:50:01 0 0.03 0.00 0.05 0.00 0.02 99.90 06:53:46 06:50:01 1 0.12 0.00 0.03 0.00 0.02 99.83 06:53:46 06:51:01 all 0.13 0.00 0.03 0.00 0.03 99.82 06:53:46 06:51:01 0 0.20 0.00 0.03 0.00 0.03 99.73 06:53:46 06:51:01 1 0.05 0.00 0.02 0.00 0.02 99.92 06:53:46 06:52:01 all 0.11 0.00 0.03 0.00 0.03 99.84 06:53:46 06:52:01 0 0.15 0.00 0.03 0.00 0.03 99.78 06:53:46 06:52:01 1 0.07 0.00 0.02 0.00 0.02 99.90 06:53:46 06:53:01 all 0.10 0.00 0.03 0.00 0.02 99.85 06:53:46 06:53:01 0 0.17 0.00 0.05 0.00 0.03 99.75 06:53:46 06:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:53:46 Average: all 0.11 0.00 0.04 0.00 0.02 99.83 06:53:46 Average: 0 0.13 0.00 0.04 0.00 0.03 99.80 06:53:46 Average: 1 0.10 0.00 0.03 0.00 0.02 99.85 06:53:46 06:53:46 06:53:46