Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a5ad5abbb998935bb195657aabe249c4682f0fa3 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:docker-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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29798 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision a5ad5abbb998935bb195657aabe249c4682f0fa3 (master) > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a5ad5abbb998935bb195657aabe249c4682f0fa3 # timeout=10 Commit message: "feat: Upgrade core-contracts lib to use redesigned device profile (#816)" > git rev-list --no-walk 3f52f3a581500e7b2ce611731b922cb421169e9f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:55:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:55:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:55:41 ========================================================= 07:55:41 EdgeX Global Pipelines Version Info 07:55:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:55:44 ------------------- 07:55:44 stable info: 07:55:44 ------------------- 07:55:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:55:44 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 07:55:44 Message: update stable to v1.0.184 07:55:45 ------------------- 07:55:45 experimental info: 07:55:45 ------------------- 07:55:45 Commited By: **** collab-it+edgex@linuxfoundation.org 07:55:45 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 07:55:45 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:55:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:55:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:55:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:55:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:55:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:55:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:55:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:55:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:55:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:55:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:55:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:55:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:55:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:55:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:55:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:55:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:55:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:55:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:55:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:55:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:55:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:55:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:55:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:55:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:55:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:55:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:55:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:55:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:55:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:55:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a5ad5abbb998935bb195657aabe249c4682f0fa3 [Pipeline] echo 07:55:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a5ad5ab [Pipeline] echo 07:55:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:55:49 provisioning config files... 07:55:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8787236594195431343tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:55:50 ---> docker-login.sh 07:55:50 nexus3.edgexfoundry.org:10001 07:55:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:52 Configure a credential helper to remove this warning. See 07:55:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:52 07:55:52 Login Succeeded 07:55:52 nexus3.edgexfoundry.org:10002 07:55:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:53 Configure a credential helper to remove this warning. See 07:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:53 07:55:53 Login Succeeded 07:55:53 nexus3.edgexfoundry.org:10003 07:55:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:53 Configure a credential helper to remove this warning. See 07:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:53 07:55:53 Login Succeeded 07:55:53 nexus3.edgexfoundry.org:10004 07:55:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:54 Configure a credential helper to remove this warning. See 07:55:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:54 07:55:54 Login Succeeded 07:55:54 docker.io 07:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:55 Configure a credential helper to remove this warning. See 07:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:55 07:55:55 Login Succeeded 07:55:55 ---> docker-login.sh ends [Pipeline] } 07:55:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:55:56 + git log --format=format:%s -1 a5ad5abbb998935bb195657aabe249c4682f0fa3 [Pipeline] echo 07:55:56 GIT_COMMIT: a5ad5abbb998935bb195657aabe249c4682f0fa3, Commit Message: feat: Upgrade core-contracts lib to use redesigned device profile (#816) [Pipeline] echo 07:55:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:55:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:55:57 07:55:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:55:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:55:58 latest: Pulling from edgex-devops/git-semver 07:55:58 31603596830f: Pulling fs layer 07:55:58 2a8b12db71e7: Pulling fs layer 07:55:58 6ca5941a6612: Pulling fs layer 07:55:58 ecc8261a40a4: Pulling fs layer 07:55:58 ecc8261a40a4: Waiting 07:55:58 2a8b12db71e7: Verifying Checksum 07:55:58 2a8b12db71e7: Download complete 07:55:58 31603596830f: Download complete 07:55:58 6ca5941a6612: Verifying Checksum 07:55:58 6ca5941a6612: Download complete 07:55:58 ecc8261a40a4: Verifying Checksum 07:55:58 ecc8261a40a4: Download complete 07:55:59 31603596830f: Pull complete 07:56:00 2a8b12db71e7: Pull complete 07:56:03 6ca5941a6612: Pull complete 07:56:05 ecc8261a40a4: Pull complete 07:56:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:56:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:56:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:56:05 prd-centos7-docker-4c-2g-29798 does not seem to be running inside a container 07:56:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:56:09 $ docker top dd15363f96c481990b3c482204d5892dfb06cbf49347aa8c138e63c01d8ed592 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:56:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:56:10 [ssh-agent] Looking for ssh-agent implementation... 07:56:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:56:10 $ docker exec dd15363f96c481990b3c482204d5892dfb06cbf49347aa8c138e63c01d8ed592 ssh-agent 07:56:11 SSH_AUTH_SOCK=/tmp/ssh-3o8EU8uIcYXn/agent.12 07:56:11 SSH_AGENT_PID=17 07:56:11 Running ssh-add (command line suppressed) 07:56:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4906099490443950387.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4906099490443950387.key) 07:56:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:56:13 + git tag --points-at HEAD [Pipeline] } 07:56:13 $ docker exec --env ******** --env ******** dd15363f96c481990b3c482204d5892dfb06cbf49347aa8c138e63c01d8ed592 ssh-agent -k 07:56:13 unset SSH_AUTH_SOCK; 07:56:13 unset SSH_AGENT_PID; 07:56:13 echo Agent pid 17 killed; 07:56:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:56:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:56:13 [ssh-agent] Looking for ssh-agent implementation... 07:56:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:56:14 $ docker exec dd15363f96c481990b3c482204d5892dfb06cbf49347aa8c138e63c01d8ed592 ssh-agent 07:56:14 SSH_AUTH_SOCK=/tmp/ssh-XBpJtYDxPpiC/agent.46 07:56:14 SSH_AGENT_PID=51 07:56:14 Running ssh-add (command line suppressed) 07:56:15 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5044022886146032298.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5044022886146032298.key) 07:56:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:56:16 + git semver init 07:56:16 # -> Open(): unable to determine branch for HEAD 07:56:16 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:56:16 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:56:16 # $SEMVER_REMOTE_NAME = origin 07:56:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:56:16 # $SEMVER_USER_NAME = edgex-jenkins 07:56:16 # $SEMVER_BRANCH = master 07:56:16 # $SEMVER_TEMP = /tmp/semver-863998230 07:56:16 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:56:18 # '/tmp/semver-863998230' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 07:56:18 # -> Force: false 07:56:18 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:56:18 $ docker exec --env ******** --env ******** dd15363f96c481990b3c482204d5892dfb06cbf49347aa8c138e63c01d8ed592 ssh-agent -k 07:56:18 unset SSH_AUTH_SOCK; 07:56:18 unset SSH_AGENT_PID; 07:56:18 echo Agent pid 51 killed; 07:56:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:56:19 + git semver [Pipeline] } 07:56:19 $ docker stop --time=1 dd15363f96c481990b3c482204d5892dfb06cbf49347aa8c138e63c01d8ed592 07:56:21 $ docker rm -f dd15363f96c481990b3c482204d5892dfb06cbf49347aa8c138e63c01d8ed592 [Pipeline] // withDockerContainer [Pipeline] sh 07:56:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:56:23 Stashed 1 file(s) [Pipeline] echo 07:56:23 [edgeXSemver]: initialized semver on version 2.0.0-dev.21 [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 07:56:39 Still waiting to schedule task 07:56:39 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29798’ 07:56:39 Still waiting to schedule task 07:56:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:58:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29799 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:58:25 Running in /w/workspace/device-sdk-go/126 [Pipeline] { [Pipeline] checkout 07:58:30 using credential edgex-jenkins-ssh 07:58:30 Cloning the remote Git repository 07:58:30 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:58:30 > git init /w/workspace/device-sdk-go/126 # timeout=10 07:58:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:58:31 > git --version # timeout=10 07:58:31 > git --version # 'git version 2.17.1' 07:58:31 using GIT_SSH to set credentials SSH Credentials for GitHub 07:58:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:58:32 Checking out Revision a5ad5abbb998935bb195657aabe249c4682f0fa3 (master) 07:58:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:58:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:58:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:58:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:58:32 using GIT_SSH to set credentials SSH Credentials for GitHub 07:58:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:58:32 > git config core.sparsecheckout # timeout=10 07:58:32 > git checkout -f a5ad5abbb998935bb195657aabe249c4682f0fa3 # timeout=10 07:58:37 Commit message: "feat: Upgrade core-contracts lib to use redesigned device profile (#816)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:58:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:58:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:58:39 + true 07:58:39 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:58:41 provisioning config files... 07:58:41 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/126@tmp/config5856951293294371764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:58:42 ---> docker-login.sh 07:58:42 nexus3.edgexfoundry.org:10001 07:58:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:43 Configure a credential helper to remove this warning. See 07:58:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:43 07:58:43 Login Succeeded 07:58:43 nexus3.edgexfoundry.org:10002 07:58:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:43 Configure a credential helper to remove this warning. See 07:58:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:43 07:58:43 Login Succeeded 07:58:43 nexus3.edgexfoundry.org:10003 07:58:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:44 Configure a credential helper to remove this warning. See 07:58:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:44 07:58:44 Login Succeeded 07:58:44 nexus3.edgexfoundry.org:10004 07:58:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:45 Configure a credential helper to remove this warning. See 07:58:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:45 07:58:45 Login Succeeded 07:58:45 docker.io 07:58:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:46 Configure a credential helper to remove this warning. See 07:58:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:46 07:58:46 Login Succeeded 07:58:46 ---> docker-login.sh ends [Pipeline] } 07:58:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:58:46 ========================================================= 07:58:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:58:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:58:47 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 07:58:47 Sending build context to Docker daemon 2.25MB 07:58:47 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:58:47 Step 2/8 : FROM ${BASE} 07:58:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:58:47 5f621e34cdf4: Pulling fs layer 07:58:47 a4357932f1b6: Pulling fs layer 07:58:47 18c013af1878: Pulling fs layer 07:58:47 00ac8860ef70: Pulling fs layer 07:58:47 63d7cb157983: Pulling fs layer 07:58:47 b116817d02f9: Pulling fs layer 07:58:47 745a02a5169b: Pulling fs layer 07:58:47 00ac8860ef70: Waiting 07:58:47 63d7cb157983: Waiting 07:58:47 b116817d02f9: Waiting 07:58:47 745a02a5169b: Waiting 07:58:47 18c013af1878: Verifying Checksum 07:58:47 18c013af1878: Download complete 07:58:47 a4357932f1b6: Verifying Checksum 07:58:47 a4357932f1b6: Download complete 07:58:47 63d7cb157983: Verifying Checksum 07:58:47 63d7cb157983: Download complete 07:58:47 b116817d02f9: Verifying Checksum 07:58:47 b116817d02f9: Download complete 07:58:47 5f621e34cdf4: Verifying Checksum 07:58:47 5f621e34cdf4: Download complete 07:58:48 5f621e34cdf4: Pull complete 07:58:48 a4357932f1b6: Pull complete 07:58:49 18c013af1878: Pull complete 07:58:50 745a02a5169b: Verifying Checksum 07:58:50 745a02a5169b: Download complete 07:58:51 00ac8860ef70: Verifying Checksum 07:58:51 00ac8860ef70: Download complete 07:59:04 00ac8860ef70: Pull complete 07:59:04 63d7cb157983: Pull complete 07:59:04 b116817d02f9: Pull complete 07:59:06 745a02a5169b: Pull complete 07:59:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:59:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:59:06 ---> b7e6874047d6 07:59:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:59:09 ---> Running in 6216ce2e0520 07:59:10 Removing intermediate container 6216ce2e0520 07:59:10 ---> 661e9bcb449b 07:59:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:59:10 ---> Running in e5db03500fff 07:59:12 Removing intermediate container e5db03500fff 07:59:12 ---> c90ca186610c 07:59:12 Step 5/8 : RUN apk add --update --no-cache make git 07:59:12 ---> Running in 29737082dac0 07:59:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:59:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:59:14 OK: 142 MiB in 39 packages 07:59:15 Removing intermediate container 29737082dac0 07:59:15 ---> 6945bf5a5ef7 07:59:15 Step 6/8 : WORKDIR /device-sdk-go 07:59:15 ---> Running in 3458d95933a1 07:59:16 Removing intermediate container 3458d95933a1 07:59:16 ---> 6e3c93ebf1cb 07:59:16 Step 7/8 : COPY . . 07:59:17 ---> a23d074a9849 07:59:17 Step 8/8 : RUN go mod download 07:59:17 ---> Running in 9e953474a152 07:59:44 Removing intermediate container 9e953474a152 07:59:44 ---> 008f5a580e24 07:59:44 Successfully built 008f5a580e24 07:59:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:59:45 + docker inspect -f . ci-base-image-arm64 07:59:45 . [Pipeline] withDockerContainer 07:59:45 prd-ubuntu18.04-docker-arm64-4c-16g-29799 does not seem to be running inside a container 07:59:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/126 -v /w/workspace/device-sdk-go/126:/w/workspace/device-sdk-go/126:rw,z -v /w/workspace/device-sdk-go/126@tmp:/w/workspace/device-sdk-go/126@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 ******** ci-base-image-arm64 cat 07:59:47 $ docker top ad65d60962ec08569ef256dc56d324561c9bb6d1ea221f98e8e073fb78ae5542 -eo pid,comm [Pipeline] { [Pipeline] sh 07:59:48 + go version 07:59:48 go version go1.15.5 linux/arm64 [Pipeline] } 07:59:48 $ docker stop --time=1 ad65d60962ec08569ef256dc56d324561c9bb6d1ea221f98e8e073fb78ae5542 07:59:50 $ docker rm -f ad65d60962ec08569ef256dc56d324561c9bb6d1ea221f98e8e073fb78ae5542 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:59:51 + docker inspect -f . ci-base-image-arm64 07:59:51 . [Pipeline] withDockerContainer 07:59:51 prd-ubuntu18.04-docker-arm64-4c-16g-29799 does not seem to be running inside a container 07:59:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/126 -v /w/workspace/device-sdk-go/126:/w/workspace/device-sdk-go/126:rw,z -v /w/workspace/device-sdk-go/126@tmp:/w/workspace/device-sdk-go/126@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 ******** ci-base-image-arm64 cat 07:59:52 $ docker top 891af7655c7f1dd490304afcf36382cc4702194b744ff797c7937b24afd4219d -eo pid,comm [Pipeline] { [Pipeline] sh 07:59:54 + make test 07:59:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:00:10 Running on prd-centos7-docker-4c-2g-29800 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 08:00:10 Running in /w/workspace/device-sdk-go/126 [Pipeline] { [Pipeline] checkout 08:00:16 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:00:20 using credential edgex-jenkins-ssh 08:00:20 Cloning the remote Git repository 08:00:20 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:00:21 > git init /w/workspace/device-sdk-go/126 # timeout=10 08:00:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:00:21 > git --version # timeout=10 08:00:21 > git --version # 'git version 2.24.3' 08:00:21 using GIT_SSH to set credentials SSH Credentials for GitHub 08:00:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:00:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:00:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:00:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:00:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:00:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:00:23 Checking out Revision a5ad5abbb998935bb195657aabe249c4682f0fa3 (master) 08:00:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:00:23 > git config core.sparsecheckout # timeout=10 08:00:23 > git checkout -f a5ad5abbb998935bb195657aabe249c4682f0fa3 # timeout=10 08:00:27 Commit message: "feat: Upgrade core-contracts lib to use redesigned device profile (#816)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:00:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:00:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:00:30 + sudo service docker restart 08:00:30 + true 08:00:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:00:33 provisioning config files... 08:00:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/126@tmp/config2033887243456100580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:00:33 ---> docker-login.sh 08:00:33 nexus3.edgexfoundry.org:10001 08:00:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:34 Configure a credential helper to remove this warning. See 08:00:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:34 08:00:34 Login Succeeded 08:00:35 nexus3.edgexfoundry.org:10002 08:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:35 Configure a credential helper to remove this warning. See 08:00:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:35 08:00:35 Login Succeeded 08:00:35 nexus3.edgexfoundry.org:10003 08:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:36 Configure a credential helper to remove this warning. See 08:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:36 08:00:36 Login Succeeded 08:00:36 nexus3.edgexfoundry.org:10004 08:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:37 Configure a credential helper to remove this warning. See 08:00:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:37 08:00:37 Login Succeeded 08:00:37 docker.io 08:00:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:37 Configure a credential helper to remove this warning. See 08:00:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:37 08:00:37 Login Succeeded 08:00:37 ---> docker-login.sh ends [Pipeline] } 08:00:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:00:38 ========================================================= 08:00:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:00:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:00:38 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:00:38 Sending build context to Docker daemon 2.251MB 08:00:38 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:00:38 Step 2/8 : FROM ${BASE} 08:00:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:00:38 188c0c94c7c5: Pulling fs layer 08:00:38 0ef7d3d256c8: Pulling fs layer 08:00:38 de9db76c5a1d: Pulling fs layer 08:00:38 bca2f99d35d6: Pulling fs layer 08:00:38 93359f2a8cfa: Pulling fs layer 08:00:38 7c6f9722023f: Pulling fs layer 08:00:38 a35cf1a2eb13: Pulling fs layer 08:00:38 93359f2a8cfa: Waiting 08:00:38 bca2f99d35d6: Waiting 08:00:38 7c6f9722023f: Waiting 08:00:38 a35cf1a2eb13: Waiting 08:00:38 de9db76c5a1d: Verifying Checksum 08:00:38 de9db76c5a1d: Download complete 08:00:38 0ef7d3d256c8: Verifying Checksum 08:00:38 0ef7d3d256c8: Download complete 08:00:39 93359f2a8cfa: Verifying Checksum 08:00:39 93359f2a8cfa: Download complete 08:00:39 188c0c94c7c5: Verifying Checksum 08:00:39 188c0c94c7c5: Download complete 08:00:39 7c6f9722023f: Verifying Checksum 08:00:39 7c6f9722023f: Download complete 08:00:39 188c0c94c7c5: Pull complete 08:00:40 0ef7d3d256c8: Pull complete 08:00:40 de9db76c5a1d: Pull complete 08:00:42 a35cf1a2eb13: Verifying Checksum 08:00:42 a35cf1a2eb13: Download complete 08:00:43 bca2f99d35d6: Verifying Checksum 08:00:43 bca2f99d35d6: Download complete 08:01:02 bca2f99d35d6: Pull complete 08:01:02 93359f2a8cfa: Pull complete 08:01:02 7c6f9722023f: Pull complete 08:01:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:01:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:01:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:01:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.145s coverage: 25.5% of statements 08:01:13 a35cf1a2eb13: Pull complete 08:01:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:01:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:01:13 ---> a62c8e92a672 08:01:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:01:13 ---> Running in 3968d7a296b8 08:01:13 Removing intermediate container 3968d7a296b8 08:01:13 ---> e3c0ceb7d3e0 08:01:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:13 ---> Running in 38e4da659bca 08:01:17 Removing intermediate container 38e4da659bca 08:01:17 ---> 5d719727477c 08:01:17 Step 5/8 : RUN apk add --update --no-cache make git 08:01:17 ---> Running in fa163e2b9725 08:01:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:01:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:01:19 OK: 166 MiB in 39 packages 08:01:20 Removing intermediate container fa163e2b9725 08:01:20 ---> b6f9c2b96abf 08:01:20 Step 6/8 : WORKDIR /device-sdk-go 08:01:20 ---> Running in 8de626bc5aa9 08:01:21 Removing intermediate container 8de626bc5aa9 08:01:21 ---> a9e3e9de2616 08:01:21 Step 7/8 : COPY . . 08:01:23 ---> d1d186779509 08:01:23 Step 8/8 : RUN go mod download 08:01:23 ---> Running in 52871b55c5c7 08:01:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.139s coverage: 10.5% of statements 08:01:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.159s coverage: 12.5% of statements 08:01:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:01:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.140s coverage: 84.8% of statements 08:01:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 08:01:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:01:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:01:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.288s coverage: 57.3% of statements 08:01:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 08:01:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.145s coverage: 81.2% of statements 08:01:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.160s coverage: 24.8% of statements 08:01:30 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.813s coverage: 6.4% of statements 08:01:30 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 5.2% of statements 08:01:30 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:01:30 GO111MODULE=on go vet ./... 08:01:56 Removing intermediate container 52871b55c5c7 08:01:56 ---> 05e73cf73f95 08:01:56 Successfully built 05e73cf73f95 08:01:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:01:57 + docker inspect -f . ci-base-image-x86_64 08:01:57 . [Pipeline] withDockerContainer 08:01:58 prd-centos7-docker-4c-2g-29800 does not seem to be running inside a container 08:01:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/126 -v /w/workspace/device-sdk-go/126:/w/workspace/device-sdk-go/126:rw,z -v /w/workspace/device-sdk-go/126@tmp:/w/workspace/device-sdk-go/126@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 ******** ci-base-image-x86_64 cat 08:02:00 $ docker top 9648c9f971a50f65c01348511c3cadfb9e96d375c0df513f0393a87a521ef3ec -eo pid,comm [Pipeline] { [Pipeline] sh 08:02:01 + go version 08:02:01 go version go1.15.5 linux/amd64 [Pipeline] } 08:02:01 $ docker stop --time=1 9648c9f971a50f65c01348511c3cadfb9e96d375c0df513f0393a87a521ef3ec 08:02:02 gofmt -l . 08:02:02 [ "`gofmt -l .`" = "" ] 08:02:02 ./bin/test-attribution-txt.sh 08:02:03 $ docker rm -f 9648c9f971a50f65c01348511c3cadfb9e96d375c0df513f0393a87a521ef3ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 08:02:04 ./bin/test-go-mod-tidy.sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] } 08:02:04 $ docker stop --time=1 891af7655c7f1dd490304afcf36382cc4702194b744ff797c7937b24afd4219d 08:02:04 + docker inspect -f . ci-base-image-x86_64 08:02:04 . 08:02:07 $ docker rm -f 891af7655c7f1dd490304afcf36382cc4702194b744ff797c7937b24afd4219d [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withDockerContainer 08:02:08 + sudo chown -R jenkins:jenkins . 08:02:08 prd-centos7-docker-4c-2g-29800 does not seem to be running inside a container 08:02:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/126 -v /w/workspace/device-sdk-go/126:/w/workspace/device-sdk-go/126:rw,z -v /w/workspace/device-sdk-go/126@tmp:/w/workspace/device-sdk-go/126@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 ******** ci-base-image-x86_64 cat 08:02:10 $ docker top 92115a926c1399b4fa7e2d8657c597ce7a90be797472b0259870125181bb0ba8 -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh 08:02:11 Stashed 1 file(s) [Pipeline] } 08:02:11 + make test 08:02:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:02:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:02:15 + ls -al . 08:02:15 total 224 08:02:15 drwxrwxr-x 10 jenkins jenkins 4096 Mar 15 08:02 . 08:02:15 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 07:58 .. 08:02:15 -rw-rw-r-- 1 jenkins jenkins 140 Mar 15 07:58 .dockerignore 08:02:15 drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 07:58 .git 08:02:15 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 07:58 .github 08:02:15 -rw-rw-r-- 1 jenkins jenkins 138 Mar 15 07:58 .gitignore 08:02:15 -rw-rw-r-- 1 jenkins jenkins 949 Mar 15 07:58 Dockerfile.build 08:02:15 -rw-rw-r-- 1 jenkins jenkins 901 Mar 15 07:58 Jenkinsfile 08:02:15 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 15 07:58 LICENSE 08:02:15 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 15 07:58 Makefile 08:02:15 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 15 07:58 README.md 08:02:15 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 15 07:58 RELEASE-NOTES.txt 08:02:15 -rw-rw-r-- 1 jenkins jenkins 12 Mar 15 07:56 VERSION 08:02:15 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 07:58 bin 08:02:15 -rw-r--r-- 1 jenkins jenkins 103403 Mar 15 08:01 coverage.out 08:02:15 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 07:58 example 08:02:15 -rw-r--r-- 1 jenkins jenkins 479 Mar 15 08:02 go.mod 08:02:15 -rw-r--r-- 1 jenkins jenkins 17490 Mar 15 08:02 go.sum 08:02:15 drwxrwxr-x 12 jenkins jenkins 4096 Mar 15 07:58 internal 08:02:15 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 07:58 openapi 08:02:15 drwxrwxr-x 5 jenkins jenkins 4096 Mar 15 07:58 pkg 08:02:15 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 07:58 snap 08:02:15 -rw-rw-r-- 1 jenkins jenkins 222 Mar 15 07:58 version.go [Pipeline] isUnix [Pipeline] sh 08:02:15 + docker build -t docker-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=a5ad5abbb998935bb195657aabe249c4682f0fa3 --label arch=arm64 --label version=2.0.0-dev.21 . 08:02:15 Sending build context to Docker daemon 2.354MB 08:02:15 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:02:15 Step 2/24 : FROM ${BASE} AS builder 08:02:15 ---> 008f5a580e24 08:02:15 Step 3/24 : ARG MAKE='make build' 08:02:16 ---> Running in 0ca1dd3853bd 08:02:16 Removing intermediate container 0ca1dd3853bd 08:02:16 ---> a2ac4fda9223 08:02:16 Step 4/24 : WORKDIR /device-sdk-go 08:02:16 ---> Running in e0b5add1a5f9 08:02:16 Removing intermediate container e0b5add1a5f9 08:02:16 ---> 662cc42c11e8 08:02:16 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:02:17 ---> Running in d808b95234af 08:02:17 Removing intermediate container d808b95234af 08:02:17 ---> e25dd61689b4 08:02:17 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:17 ---> Running in 612a3b5f9eca 08:02:20 Removing intermediate container 612a3b5f9eca 08:02:20 ---> 46a8dc15941c 08:02:20 Step 7/24 : RUN apk add --update --no-cache make git 08:02:20 ---> Running in 1a46ae4c89bc 08:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:02:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:02:22 OK: 142 MiB in 39 packages 08:02:24 Removing intermediate container 1a46ae4c89bc 08:02:24 ---> a63b24bca455 08:02:24 Step 8/24 : COPY . . 08:02:25 ---> 0e253147ccde 08:02:25 Step 9/24 : RUN ${MAKE} 08:02:25 ---> Running in ea2dc8d04179 08:02:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.21" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:02:39 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:02:53 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:02:54 Removing intermediate container ea2dc8d04179 08:02:54 ---> b357b43aa44e 08:02:54 Step 10/24 : FROM scratch 08:02:54 ---> 08:02:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:02:54 ---> Running in 427c66d7c910 08:02:54 Removing intermediate container 427c66d7c910 08:02:54 ---> deb0811d9861 08:02:54 Step 12/24 : ENV APP_PORT=49990 08:02:54 ---> Running in da43a49a1cf3 08:02:55 Removing intermediate container da43a49a1cf3 08:02:55 ---> 09dc3ad70683 08:02:55 Step 13/24 : EXPOSE $APP_PORT 08:02:55 ---> Running in 63da2b182e9e 08:02:56 Removing intermediate container 63da2b182e9e 08:02:56 ---> d09d89c88c92 08:02:56 Step 14/24 : WORKDIR / 08:02:56 ---> Running in 64f99218ff32 08:02:56 Removing intermediate container 64f99218ff32 08:02:56 ---> 3b7cdb9b01bd 08:02:56 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:02:58 ---> 2a712dd728bf 08:02:58 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:02:58 ---> 56758ee343d1 08:02:58 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:02:59 ---> 9972abfb7c0c 08:02:59 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:02:59 ---> d91dfd4b4da8 08:02:59 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:03:00 ---> aa4ac9c4013f 08:03:00 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 08:03:00 ---> Running in 7cb54867a2ea 08:03:01 Removing intermediate container 7cb54867a2ea 08:03:01 ---> 7ccefe942df1 08:03:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:03:01 ---> Running in 191dabe8953a 08:03:01 Removing intermediate container 191dabe8953a 08:03:01 ---> d2b8e794a248 08:03:01 Step 22/24 : LABEL arch=arm64 08:03:01 ---> Running in 3f40bed3db5c 08:03:02 Removing intermediate container 3f40bed3db5c 08:03:02 ---> 4262a315c466 08:03:02 Step 23/24 : LABEL git_sha=a5ad5abbb998935bb195657aabe249c4682f0fa3 08:03:02 ---> Running in 2c947ad3d300 08:03:03 Removing intermediate container 2c947ad3d300 08:03:03 ---> 78bc77a3f752 08:03:03 Step 24/24 : LABEL version=2.0.0-dev.21 08:03:03 ---> Running in 2d5935070f3d 08:03:03 Removing intermediate container 2d5935070f3d 08:03:03 ---> 5325e41a03e5 08:03:03 [Warning] One or more build-args [ARCH] were not consumed 08:03:03 Successfully built 5325e41a03e5 08:03:03 Successfully tagged docker-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 08:03:05 ---> job-cost.sh 08:03:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Isb3 08:03:20 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:03:20 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:03:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:03:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.085s coverage: 25.5% of statements 08:03:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:03:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.083s coverage: 10.5% of statements 08:03:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.110s coverage: 12.5% of statements 08:03:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:03:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.186s coverage: 84.8% of statements 08:03:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 08:03:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:03:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:03:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.259s coverage: 57.3% of statements 08:03:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 08:03:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.204s coverage: 81.2% of statements 08:03:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.157s coverage: 24.8% of statements 08:03:53 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.900s coverage: 6.4% of statements 08:03:53 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.210s coverage: 5.2% of statements 08:03:53 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:03:53 GO111MODULE=on go vet ./... 08:04:26 gofmt -l . 08:04:26 [ "`gofmt -l .`" = "" ] 08:04:26 ./bin/test-attribution-txt.sh 08:04:27 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:04:28 $ docker stop --time=1 92115a926c1399b4fa7e2d8657c597ce7a90be797472b0259870125181bb0ba8 08:04:30 $ docker rm -f 92115a926c1399b4fa7e2d8657c597ce7a90be797472b0259870125181bb0ba8 [Pipeline] // withDockerContainer [Pipeline] sh 08:04:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:04:31 Warning: overwriting stash ‘coverage-report’ 08:04:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:04:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:04:33 + ls -al . 08:04:33 total 188 08:04:33 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 15 08:04 . 08:04:33 drwxrwxr-x. 4 jenkins jenkins 32 Mar 15 08:00 .. 08:04:33 drwxrwxr-x. 2 jenkins jenkins 64 Mar 15 08:00 bin 08:04:33 -rw-r--r--. 1 jenkins jenkins 103403 Mar 15 08:03 coverage.out 08:04:33 -rw-rw-r--. 1 jenkins jenkins 949 Mar 15 08:00 Dockerfile.build 08:04:33 -rw-rw-r--. 1 jenkins jenkins 140 Mar 15 08:00 .dockerignore 08:04:33 drwxrwxr-x. 4 jenkins jenkins 48 Mar 15 08:00 example 08:04:33 drwxrwxr-x. 8 jenkins jenkins 162 Mar 15 08:00 .git 08:04:33 drwxrwxr-x. 2 jenkins jenkins 103 Mar 15 08:00 .github 08:04:33 -rw-rw-r--. 1 jenkins jenkins 138 Mar 15 08:00 .gitignore 08:04:33 -rw-r--r--. 1 jenkins jenkins 479 Mar 15 08:04 go.mod 08:04:33 -rw-r--r--. 1 jenkins jenkins 17490 Mar 15 08:04 go.sum 08:04:33 drwxrwxr-x. 12 jenkins jenkins 171 Mar 15 08:00 internal 08:04:33 -rw-rw-r--. 1 jenkins jenkins 901 Mar 15 08:00 Jenkinsfile 08:04:33 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 15 08:00 LICENSE 08:04:33 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 15 08:00 Makefile 08:04:33 drwxrwxr-x. 4 jenkins jenkins 26 Mar 15 08:00 openapi 08:04:33 drwxrwxr-x. 5 jenkins jenkins 50 Mar 15 08:00 pkg 08:04:33 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 15 08:00 README.md 08:04:33 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 15 08:00 RELEASE-NOTES.txt 08:04:33 drwxrwxr-x. 4 jenkins jenkins 54 Mar 15 08:00 snap 08:04:33 -rw-rw-r--. 1 jenkins jenkins 12 Mar 15 07:56 VERSION 08:04:33 -rw-rw-r--. 1 jenkins jenkins 222 Mar 15 08:00 version.go [Pipeline] isUnix [Pipeline] sh 08:04:34 + docker build -t docker-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=a5ad5abbb998935bb195657aabe249c4682f0fa3 --label arch=amd64 --label version=2.0.0-dev.21 . 08:04:34 Sending build context to Docker daemon 2.355MB 08:04:34 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:04:34 Step 2/24 : FROM ${BASE} AS builder 08:04:34 ---> 05e73cf73f95 08:04:34 Step 3/24 : ARG MAKE='make build' 08:04:35 ---> Running in 42ecfe1a4430 08:04:35 Removing intermediate container 42ecfe1a4430 08:04:35 ---> 737a41cb963a 08:04:35 Step 4/24 : WORKDIR /device-sdk-go 08:04:35 ---> Running in 49d0ca8da0e9 08:04:36 Removing intermediate container 49d0ca8da0e9 08:04:36 ---> 412b80aed1bc 08:04:36 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:04:36 ---> Running in 847d13ff57e8 08:04:36 Removing intermediate container 847d13ff57e8 08:04:36 ---> 4d98bb12cf23 08:04:36 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:04:37 ---> Running in da75069b13ca 08:04:39 Removing intermediate container da75069b13ca 08:04:39 ---> 612c1708d1a4 08:04:39 Step 7/24 : RUN apk add --update --no-cache make git 08:04:39 ---> Running in 5ec001fdd7df 08:04:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:04:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:04:42 OK: 166 MiB in 39 packages 08:04:43 Removing intermediate container 5ec001fdd7df 08:04:43 ---> c014dea6ccaf 08:04:43 Step 8/24 : COPY . . 08:04:45 ---> dd147b79e87a 08:04:45 Step 9/24 : RUN ${MAKE} 08:04:45 ---> Running in 119042f25c25 08:04:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.21" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:05:14 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:05:17 Removing intermediate container 119042f25c25 08:05:17 ---> b8c8d7939077 08:05:17 Step 10/24 : FROM scratch 08:05:17 ---> 08:05:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:05:17 ---> Running in 9bf9a0e6ec02 08:05:18 Removing intermediate container 9bf9a0e6ec02 08:05:18 ---> fa842459c0e4 08:05:18 Step 12/24 : ENV APP_PORT=49990 08:05:18 ---> Running in 723d9a192ee3 08:05:19 Removing intermediate container 723d9a192ee3 08:05:19 ---> fd0dbb457252 08:05:19 Step 13/24 : EXPOSE $APP_PORT 08:05:19 ---> Running in 48cda021b0eb 08:05:19 Removing intermediate container 48cda021b0eb 08:05:19 ---> 545deaf2b78a 08:05:19 Step 14/24 : WORKDIR / 08:05:19 ---> Running in 5d90ae2bd6dc 08:05:20 Removing intermediate container 5d90ae2bd6dc 08:05:20 ---> 6d31dfa00133 08:05:20 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:05:20 lf-activate-venv(): INFO: Adding /tmp/venv-Isb3/bin to PATH 08:05:20 INFO: No Stack... 08:05:20 INFO: Retrieving Pricing Info for: lf-standard-4 08:05:20 INFO: Archiving Costs [Pipeline] sh 08:05:21 + cat /w/workspace/device-sdk-go/126/archives/cost.csv 08:05:21 + cut -d, -f6 [Pipeline] lock 08:05:21 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-126-stack-cost] 08:05:21 Resource [jenkins-edgexfoundry-device-sdk-go-master-126-stack-cost] did not exist. Created. 08:05:21 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-126-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:05:21 ---> 679978f17b31 08:05:21 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:05:21 + echo total: 0.20999999344348907 [Pipeline] stash 08:05:21 Stashed 1 file(s) [Pipeline] } 08:05:21 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-126-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:05:22 ---> 680703459ab4 08:05:22 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:05:23 ---> acbc879d1ee7 08:05:23 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:05:25 ---> 2192ad036b91 08:05:25 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:05:25 ---> 468df256ba41 08:05:25 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 08:05:25 ---> Running in 5e5a3f47ace8 08:05:26 Removing intermediate container 5e5a3f47ace8 08:05:26 ---> 32ca16009829 08:05:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:05:26 ---> Running in 549dba052c56 08:05:27 Removing intermediate container 549dba052c56 08:05:27 ---> 4a6e2bed9fe7 08:05:27 Step 22/24 : LABEL arch=amd64 08:05:27 ---> Running in 9015de79c813 08:05:27 Removing intermediate container 9015de79c813 08:05:27 ---> cc3b8a3c2281 08:05:27 Step 23/24 : LABEL git_sha=a5ad5abbb998935bb195657aabe249c4682f0fa3 08:05:27 ---> Running in ade9bfa6ac02 08:05:28 Removing intermediate container ade9bfa6ac02 08:05:28 ---> 0b6d4f5405a0 08:05:28 Step 24/24 : LABEL version=2.0.0-dev.21 08:05:28 ---> Running in e28c6ed4586b 08:05:29 Removing intermediate container e28c6ed4586b 08:05:29 ---> c4d88122e308 08:05:29 [Warning] One or more build-args [ARCH] were not consumed 08:05:29 Successfully built c4d88122e308 08:05:29 Successfully tagged docker-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 08:05:30 ---> job-cost.sh 08:05:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oeml 08:05:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:07:08 lf-activate-venv(): INFO: Adding /tmp/venv-oeml/bin to PATH 08:07:08 INFO: No Stack... 08:07:08 INFO: Retrieving Pricing Info for: v1-standard-2 08:07:08 INFO: Archiving Costs [Pipeline] sh 08:07:08 + cat /w/workspace/device-sdk-go/126/archives/cost.csv 08:07:08 + cut -d, -f6 [Pipeline] lock 08:07:08 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-126-stack-cost] 08:07:08 Resource [jenkins-edgexfoundry-device-sdk-go-master-126-stack-cost] did not exist. Created. 08:07:08 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-126-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:07:09 /w/workspace/device-sdk-go/126@tmp/durable-ead5b59f/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 08:07:09 + echo total: 0.029999999329447746 [Pipeline] stash 08:07:09 Warning: overwriting stash ‘stack-cost’ 08:07:09 Stashed 1 file(s) [Pipeline] } 08:07:09 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-126-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] wrap 08:07:11 provisioning config files... 08:07:11 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6411540085816471727tmp [Pipeline] { [Pipeline] sh 08:07:12 + set +x 08:07:12 + curl -s https://codecov.io/bash 08:07:12 + bash -s -- 08:07:12 08:07:12 _____ _ 08:07:12 / ____| | | 08:07:12 | | ___ __| | ___ ___ _____ __ 08:07:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:07:12 | |___| (_) | (_| | __/ (_| (_) \ V / 08:07:12 \_____\___/ \__,_|\___|\___\___/ \_/ 08:07:12 Bash-20210309-2b87ace 08:07:12 08:07:12 08:07:12 ==> git version 2.24.3 found 08:07:12 ==> 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 08:07:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:07:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:07:12 ==> Jenkins CI detected. 08:07:12 project root: . 08:07:12 --> token set from env 08:07:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:07:12 ==> Running gcov in . (disable via -X gcov) 08:07:12 ==> Python coveragepy not found 08:07:12 ==> Searching for coverage reports in: 08:07:12 + . 08:07:12 -> Found 1 reports 08:07:12 ==> Detecting git/mercurial file structure 08:07:12 ==> Reading reports 08:07:12 + ./coverage.out bytes=103403 08:07:12 ==> Appending adjustments 08:07:12 https://docs.codecov.io/docs/fixing-reports 08:07:13 + Found adjustments 08:07:13 ==> Gzipping contents 08:07:13 16K /tmp/codecov.brXD5w.gz 08:07:13 ==> Uploading reports 08:07:13 url: https://codecov.io 08:07:13 query: branch=master&commit=a5ad5abbb998935bb195657aabe249c4682f0fa3&build=126&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F126%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:07:13 -> Pinging Codecov 08:07:13 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=a5ad5abbb998935bb195657aabe249c4682f0fa3&build=126&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F126%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:07:13 -> Uploading to 08:07:13 https://storage.googleapis.com/codecov/v4/raw/2021-03-15/7E55EF52A471D76F132DFD9A03CDDE97/a5ad5abbb998935bb195657aabe249c4682f0fa3/abe19f57-e9ed-4e7a-a0b8-3d8b8cd913b3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T080713Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66d4cb46a1e660a56afc6c19d324427497f0fac6a4f6b4b9dbbe4e7f4b5da5aa 08:07:13 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:13 Dload Upload Total Spent Left Speed 08:07:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13896 0 0 100 13896 0 26683 --:--:-- --:--:-- --:--:-- 26723 08:07:14 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/a5ad5abbb998935bb195657aabe249c4682f0fa3 [Pipeline] } 08:07:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:07:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:07:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:07:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:07:16 08:07:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:07:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:07:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:07:16 188c0c94c7c5: Pulling fs layer 08:07:16 0ef7d3d256c8: Pulling fs layer 08:07:16 de9db76c5a1d: Pulling fs layer 08:07:16 0eba1c9be4d2: Pulling fs layer 08:07:16 0d57e429df01: Pulling fs layer 08:07:16 4e4be7b47b0d: Pulling fs layer 08:07:16 e1f770b5df2f: Pulling fs layer 08:07:16 85a0685a4137: Pulling fs layer 08:07:16 4e4be7b47b0d: Waiting 08:07:16 e1f770b5df2f: Waiting 08:07:16 85a0685a4137: Waiting 08:07:16 0eba1c9be4d2: Waiting 08:07:16 0d57e429df01: Waiting 08:07:16 de9db76c5a1d: Verifying Checksum 08:07:16 de9db76c5a1d: Download complete 08:07:16 0ef7d3d256c8: Verifying Checksum 08:07:16 0ef7d3d256c8: Download complete 08:07:16 0d57e429df01: Verifying Checksum 08:07:16 0d57e429df01: Download complete 08:07:17 4e4be7b47b0d: Verifying Checksum 08:07:17 4e4be7b47b0d: Download complete 08:07:17 188c0c94c7c5: Verifying Checksum 08:07:17 188c0c94c7c5: Download complete 08:07:18 188c0c94c7c5: Pull complete 08:07:18 0ef7d3d256c8: Pull complete 08:07:19 e1f770b5df2f: Verifying Checksum 08:07:19 e1f770b5df2f: Download complete 08:07:19 de9db76c5a1d: Pull complete 08:07:23 0eba1c9be4d2: Verifying Checksum 08:07:23 0eba1c9be4d2: Download complete 08:07:25 85a0685a4137: Verifying Checksum 08:07:25 85a0685a4137: Download complete 08:07:35 0eba1c9be4d2: Pull complete 08:07:36 0d57e429df01: Pull complete 08:07:36 4e4be7b47b0d: Pull complete 08:07:39 e1f770b5df2f: Pull complete 08:07:57 85a0685a4137: Pull complete 08:07:57 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:07:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:07:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:07:58 prd-centos7-docker-4c-2g-29798 does not seem to be running inside a container 08:07:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:08:00 $ docker top 1642eae65a7fc137285672d749c751cf522210009a1a290690f708ecb55ba27c -eo pid,comm [Pipeline] { [Pipeline] echo 08:08:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:08:01 + set -o pipefail 08:08:01 + snyk monitor '--org=edgex-jenkins' 08:08:21 08:08:21 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 08:08:21 08:08:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/3ef1fbfc-e0d2-477b-a7d4-e58d582416d2 08:08:21 08:08:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:08:21 08:08:21 [Pipeline] } 08:08:21 $ docker stop --time=1 1642eae65a7fc137285672d749c751cf522210009a1a290690f708ecb55ba27c 08:08:24 $ docker rm -f 1642eae65a7fc137285672d749c751cf522210009a1a290690f708ecb55ba27c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 08:08:26 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:08:26 provisioning config files... 08:08:26 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4739266768458310659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:08:27 --> edgex-publish-swagger.sh 08:08:27 === Publish openapi/v1 API === 08:08:27 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 08:08:27 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 08:08:27 % Total % Received % Xferd Average Speed Time Time Time Current 08:08:27 Dload Upload Total Spent Left Speed 08:08:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 20594 --:--:-- --:--:-- --:--:-- 20606 08:08:28 08:08:28 08:08:28 === Publish openapi/v2 API === 08:08:28 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 08:08:28 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 08:08:28 % Total % Received % Xferd Average Speed Time Time Time Current 08:08:28 Dload Upload Total Spent Left Speed 08:08:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 52912 --:--:-- --:--:-- --:--:-- 52911 08:08:29 08:08:29 [Pipeline] } 08:08:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:08:30 + git log --format=format:%s -1 a5ad5abbb998935bb195657aabe249c4682f0fa3 [Pipeline] isUnix [Pipeline] sh 08:08:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:31 . [Pipeline] withDockerContainer 08:08:31 prd-centos7-docker-4c-2g-29798 does not seem to be running inside a container 08:08:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:08:33 $ docker top 46ca8d899b70720b5398bc4344b8ec01f43e87eac75819a4c90f14110cf9a2ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:34 [ssh-agent] Looking for ssh-agent implementation... 08:08:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:35 $ docker exec 46ca8d899b70720b5398bc4344b8ec01f43e87eac75819a4c90f14110cf9a2ea ssh-agent 08:08:36 SSH_AUTH_SOCK=/tmp/ssh-RXOUa3QxstNd/agent.12 08:08:36 SSH_AGENT_PID=17 08:08:36 Running ssh-add (command line suppressed) 08:08:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7083255654107216792.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7083255654107216792.key) 08:08:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:38 + git semver tag 08:08:38 # -> Open(): unable to determine branch for HEAD 08:08:38 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:08:38 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:08:38 # $SEMVER_REMOTE_NAME = origin 08:08:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:08:38 # $SEMVER_USER_NAME = edgex-jenkins 08:08:38 # $SEMVER_BRANCH = master 08:08:38 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 08:08:38 # a5ad5abbb998935bb195657aabe249c4682f0fa3 HEAD 08:08:38 # -> Force: false 08:08:38 # e1b3f4667f3da9e1cdae349be2cefe44fd643c05 refs/tags/v2.0.0-dev.21 [Pipeline] } 08:08:38 $ docker exec --env ******** --env ******** 46ca8d899b70720b5398bc4344b8ec01f43e87eac75819a4c90f14110cf9a2ea ssh-agent -k 08:08:39 unset SSH_AUTH_SOCK; 08:08:39 unset SSH_AGENT_PID; 08:08:39 echo Agent pid 17 killed; 08:08:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:40 + git semver [Pipeline] } 08:08:40 $ docker stop --time=1 46ca8d899b70720b5398bc4344b8ec01f43e87eac75819a4c90f14110cf9a2ea 08:08:42 $ docker rm -f 46ca8d899b70720b5398bc4344b8ec01f43e87eac75819a4c90f14110cf9a2ea [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:08:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:08:43 08:08:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:08:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:08:44 0.23.1-centos7: Pulling from edgex-lftools 08:08:44 ab5ef0e58194: Pulling fs layer 08:08:44 9712f1f96733: Pulling fs layer 08:08:44 63f879dbbcfc: Pulling fs layer 08:08:44 0d9ebad4ef96: Pulling fs layer 08:08:44 e9a5061849ea: Pulling fs layer 08:08:44 d747dcd14b5f: Pulling fs layer 08:08:44 2de7ff778b66: Pulling fs layer 08:08:44 0d9ebad4ef96: Waiting 08:08:44 e9a5061849ea: Waiting 08:08:44 d747dcd14b5f: Waiting 08:08:44 2de7ff778b66: Waiting 08:08:44 9712f1f96733: Verifying Checksum 08:08:44 9712f1f96733: Download complete 08:08:47 63f879dbbcfc: Verifying Checksum 08:08:47 63f879dbbcfc: Download complete 08:08:47 e9a5061849ea: Verifying Checksum 08:08:47 e9a5061849ea: Download complete 08:08:47 d747dcd14b5f: Verifying Checksum 08:08:47 d747dcd14b5f: Download complete 08:08:48 2de7ff778b66: Verifying Checksum 08:08:48 2de7ff778b66: Download complete 08:08:48 0d9ebad4ef96: Verifying Checksum 08:08:48 0d9ebad4ef96: Download complete 08:08:49 ab5ef0e58194: Verifying Checksum 08:08:49 ab5ef0e58194: Download complete 08:09:01 ab5ef0e58194: Pull complete 08:09:02 9712f1f96733: Pull complete 08:09:07 63f879dbbcfc: Pull complete 08:09:26 0d9ebad4ef96: Pull complete 08:09:28 e9a5061849ea: Pull complete 08:09:28 d747dcd14b5f: Pull complete 08:09:34 2de7ff778b66: Pull complete 08:09:34 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:09:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:09:34 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:09:34 prd-centos7-docker-4c-2g-29798 does not seem to be running inside a container 08:09:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:09:39 $ docker top 3c787173d5eeebd79b12bac7a57b7232c8e3db7d0ee8808601dbf0427e11d222 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:09:39 provisioning config files... 08:09:39 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config710428754244045136tmp 08:09:39 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4250810884809704226tmp 08:09:39 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3221552206639593203tmp [Pipeline] { [Pipeline] echo 08:09:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:09:40 ---> sigul-configuration.sh 08:09:40 gpg: directory `/root/.gnupg' created 08:09:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:09:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:09:40 gpg: keyring `/root/.gnupg/secring.gpg' created 08:09:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:09:40 gpg: CAST5 encrypted data 08:09:40 gpg: encrypted with 1 passphrase 08:09:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:09:41 + mkdir /home/jenkins 08:09:41 + mkdir /home/jenkins/sigul [Pipeline] sh 08:09:42 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 08:09:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:09:43 ---> sigul-install.sh 08:09:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:09:54 + git tag --list 08:09:54 0.7.1 08:09:54 delhi-tag 08:09:54 v1.0.0 08:09:54 v1.1.0 08:09:54 v1.1.1 08:09:54 v1.1.2 08:09:54 v1.2.0 08:09:54 v1.2.1 08:09:54 v1.2.2 08:09:54 v1.2.3 08:09:54 v1.3.0 08:09:54 v1.4.0 08:09:54 v2.0.0-dev.1 08:09:54 v2.0.0-dev.10 08:09:54 v2.0.0-dev.11 08:09:54 v2.0.0-dev.12 08:09:54 v2.0.0-dev.13 08:09:54 v2.0.0-dev.14 08:09:54 v2.0.0-dev.15 08:09:54 v2.0.0-dev.16 08:09:54 v2.0.0-dev.17 08:09:54 v2.0.0-dev.18 08:09:54 v2.0.0-dev.19 08:09:54 v2.0.0-dev.2 08:09:54 v2.0.0-dev.20 08:09:54 v2.0.0-dev.21 08:09:54 v2.0.0-dev.3 08:09:54 v2.0.0-dev.4 08:09:54 v2.0.0-dev.5 08:09:54 v2.0.0-dev.6 08:09:54 v2.0.0-dev.7 08:09:54 v2.0.0-dev.8 08:09:54 v2.0.0-dev.9 [Pipeline] sh 08:09:54 + lftools sign git-tag v2.0.0-dev.21 08:09:57 Signing Git tag with Sigul... 08:09:57 Signing v2.0.0-dev.21 [Pipeline] echo 08:09:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:09:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:09:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:09:59 $ docker stop --time=1 3c787173d5eeebd79b12bac7a57b7232c8e3db7d0ee8808601dbf0427e11d222 08:10:02 $ docker rm -f 3c787173d5eeebd79b12bac7a57b7232c8e3db7d0ee8808601dbf0427e11d222 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:10:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:10:04 . [Pipeline] withDockerContainer 08:10:05 prd-centos7-docker-4c-2g-29798 does not seem to be running inside a container 08:10:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:10:06 $ docker top 4643784cf7bfbeb0b148e3f5cd308d1250ad898c8065b0863a5e8b0cdcfb7eaa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:10:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:10:07 [ssh-agent] Looking for ssh-agent implementation... 08:10:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:10:08 $ docker exec 4643784cf7bfbeb0b148e3f5cd308d1250ad898c8065b0863a5e8b0cdcfb7eaa ssh-agent 08:10:09 SSH_AUTH_SOCK=/tmp/ssh-isiqi0TZTq0g/agent.11 08:10:09 SSH_AGENT_PID=16 08:10:09 Running ssh-add (command line suppressed) 08:10:09 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7998220649515200155.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7998220649515200155.key) 08:10:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:10:10 + git semver bump pre 08:10:10 # -> Open(): unable to determine branch for HEAD 08:10:10 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:10:10 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:10:10 # $SEMVER_REMOTE_NAME = origin 08:10:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:10:10 # $SEMVER_USER_NAME = edgex-jenkins 08:10:10 # $SEMVER_BRANCH = master 08:10:10 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 08:10:11 2.0.0-dev.22 [Pipeline] } 08:10:11 $ docker exec --env ******** --env ******** 4643784cf7bfbeb0b148e3f5cd308d1250ad898c8065b0863a5e8b0cdcfb7eaa ssh-agent -k 08:10:12 unset SSH_AUTH_SOCK; 08:10:12 unset SSH_AGENT_PID; 08:10:12 echo Agent pid 16 killed; 08:10:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:10:13 + git semver [Pipeline] } 08:10:13 $ docker stop --time=1 4643784cf7bfbeb0b148e3f5cd308d1250ad898c8065b0863a5e8b0cdcfb7eaa 08:10:16 $ docker rm -f 4643784cf7bfbeb0b148e3f5cd308d1250ad898c8065b0863a5e8b0cdcfb7eaa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:10:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:10:17 . [Pipeline] withDockerContainer 08:10:17 prd-centos7-docker-4c-2g-29798 does not seem to be running inside a container 08:10:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:10:20 $ docker top 5db4743d01157f03344785ec092ab7ae4054e2bd2c9326a16bf98c2aaaef5bd7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:10:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:10:20 [ssh-agent] Looking for ssh-agent implementation... 08:10:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:10:20 $ docker exec 5db4743d01157f03344785ec092ab7ae4054e2bd2c9326a16bf98c2aaaef5bd7 ssh-agent 08:10:22 SSH_AUTH_SOCK=/tmp/ssh-dal6mLe3XRRu/agent.11 08:10:22 SSH_AGENT_PID=16 08:10:22 Running ssh-add (command line suppressed) 08:10:22 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7392888866699102338.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7392888866699102338.key) 08:10:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:10:23 + git semver push 08:10:24 # -> Open(): unable to determine branch for HEAD 08:10:24 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:10:24 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:10:24 # $SEMVER_REMOTE_NAME = origin 08:10:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:10:24 # $SEMVER_USER_NAME = edgex-jenkins 08:10:24 # $SEMVER_BRANCH = master 08:10:24 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 08:10:30 $ docker exec --env ******** --env ******** 5db4743d01157f03344785ec092ab7ae4054e2bd2c9326a16bf98c2aaaef5bd7 ssh-agent -k 08:10:31 unset SSH_AUTH_SOCK; 08:10:31 unset SSH_AGENT_PID; 08:10:31 echo Agent pid 16 killed; 08:10:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:10:32 + git semver [Pipeline] } 08:10:33 $ docker stop --time=1 5db4743d01157f03344785ec092ab7ae4054e2bd2c9326a16bf98c2aaaef5bd7 08:10:35 $ docker rm -f 5db4743d01157f03344785ec092ab7ae4054e2bd2c9326a16bf98c2aaaef5bd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 08:10:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:10:38 ---> package-listing.sh 08:10:38 ++ tr '[:upper:]' '[:lower:]' 08:10:38 ++ facter osfamily 08:10:38 + OS_FAMILY=redhat 08:10:38 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 08:10:38 + START_PACKAGES=/tmp/packages_start.txt 08:10:38 + END_PACKAGES=/tmp/packages_end.txt 08:10:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:10:38 + PACKAGES=/tmp/packages_start.txt 08:10:38 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 08:10:38 + PACKAGES=/tmp/packages_end.txt 08:10:38 + case "${OS_FAMILY}" in 08:10:38 + rpm -qa 08:10:38 + sort 08:10:45 + '[' -f /tmp/packages_start.txt ']' 08:10:45 + '[' -f /tmp/packages_end.txt ']' 08:10:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:10:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 08:10:45 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 08:10:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 08:10:45 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:10:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:10:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:10:46 08:10:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:10:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:10:47 alpine: Pulling from edgex-lftools-log-publisher 08:10:47 df20fa9351a1: Pulling fs layer 08:10:47 36b3adc4ff6f: Pulling fs layer 08:10:47 8ad3a11d3b57: Pulling fs layer 08:10:47 46f8f816bc3b: Pulling fs layer 08:10:47 93b61091891f: Pulling fs layer 08:10:47 93b9cdb0e59b: Pulling fs layer 08:10:47 5e14af77c1be: Pulling fs layer 08:10:47 01666e4c0597: Pulling fs layer 08:10:47 aa168da1d23b: Pulling fs layer 08:10:47 93b61091891f: Waiting 08:10:47 93b9cdb0e59b: Waiting 08:10:47 5e14af77c1be: Waiting 08:10:47 01666e4c0597: Waiting 08:10:47 aa168da1d23b: Waiting 08:10:47 46f8f816bc3b: Waiting 08:10:47 36b3adc4ff6f: Verifying Checksum 08:10:47 36b3adc4ff6f: Download complete 08:10:47 46f8f816bc3b: Verifying Checksum 08:10:47 46f8f816bc3b: Download complete 08:10:47 df20fa9351a1: Verifying Checksum 08:10:47 df20fa9351a1: Download complete 08:10:47 93b9cdb0e59b: Verifying Checksum 08:10:47 93b9cdb0e59b: Download complete 08:10:47 93b61091891f: Verifying Checksum 08:10:47 93b61091891f: Download complete 08:10:47 5e14af77c1be: Verifying Checksum 08:10:47 5e14af77c1be: Download complete 08:10:48 01666e4c0597: Verifying Checksum 08:10:48 01666e4c0597: Download complete 08:10:48 df20fa9351a1: Pull complete 08:10:49 8ad3a11d3b57: Verifying Checksum 08:10:49 8ad3a11d3b57: Download complete 08:10:49 36b3adc4ff6f: Pull complete 08:10:52 8ad3a11d3b57: Pull complete 08:10:52 46f8f816bc3b: Pull complete 08:10:54 93b61091891f: Pull complete 08:10:54 aa168da1d23b: Verifying Checksum 08:10:54 aa168da1d23b: Download complete 08:10:54 93b9cdb0e59b: Pull complete 08:10:54 5e14af77c1be: Pull complete 08:10:54 01666e4c0597: Pull complete 08:11:16 aa168da1d23b: Pull complete 08:11:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:11:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:11:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:11:17 prd-centos7-docker-4c-2g-29798 does not seem to be running inside a container 08:11:17 $ 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_master/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_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:11:21 $ docker top 29627208475a74d653f341420ee487acb3b4d11bb5b4cde59f84830da8803bef -eo pid,comm [Pipeline] { [Pipeline] sh 08:11:21 + touch /tmp/pre-build-complete [Pipeline] sh 08:11:22 + mkdir -p /var/log/sa [Pipeline] sh 08:11:22 + ls /var/log/sa-host 08:11:22 + sadf -c /var/log/sa-host/sa15 08:11:22 file_magic: OK 08:11:22 HZ: Using current value: 100 08:11:22 file_header: OK 08:11:22 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 08:11:22 Statistics: 08:11:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:11:22 File successfully converted to sysstat format version 12.2.1 08:11:22 + sadf -c /var/log/sa-host/sa23 08:11:22 file_magic: OK 08:11:22 HZ: Using current value: 100 08:11:22 file_header: OK 08:11:22 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 08:11:22 Statistics: 08:11:22 Hnuu...uuuununununu... 08:11:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:11:23 provisioning config files... 08:11:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8396489386423592389tmp [Pipeline] { [Pipeline] echo 08:11:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:11:23 ---> create-netrc.sh [Pipeline] } 08:11:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:11:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:11:25 ---> python-tools-install.sh [Pipeline] echo 08:11:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:11:25 ---> sudo-logs.sh 08:11:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:11:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:11:26 ---> job-cost.sh 08:11:26 lf-activate-venv: SKIPPING 08:11:26 DEBUG: total: 0.029999999329447746 08:11:26 INFO: Retrieving Stack Cost... 08:11:29 INFO: Retrieving Pricing Info for: v1-standard-2 08:11:29 INFO: Archiving Costs [Pipeline] echo 08:11:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:11:29 ---> logs-deploy.sh 08:11:29 lf-activate-venv: SKIPPING 08:11:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/126 08:11:29 INFO: archiving workspace using pattern(s): 08:11:33 Archives upload complete. 08:11:33 INFO: archiving logs to Nexus 08:11:36 ---> uname -a: 08:11:36 Linux prd-centos7-docker-4c-2g-29798.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:11:36 08:11:36 08:11:36 ---> lscpu: 08:11:36 Architecture: x86_64 08:11:36 CPU op-mode(s): 32-bit, 64-bit 08:11:36 Byte Order: Little Endian 08:11:36 Address sizes: 40 bits physical, 48 bits virtual 08:11:36 CPU(s): 4 08:11:36 On-line CPU(s) list: 0-3 08:11:36 Thread(s) per core: 1 08:11:36 Core(s) per socket: 1 08:11:36 Socket(s): 4 08:11:36 NUMA node(s): 1 08:11:36 Vendor ID: GenuineIntel 08:11:36 CPU family: 6 08:11:36 Model: 44 08:11:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:11:36 Stepping: 1 08:11:36 CPU MHz: 2933.438 08:11:36 BogoMIPS: 5866.87 08:11:36 Virtualization: VT-x 08:11:36 Hypervisor vendor: KVM 08:11:36 Virtualization type: full 08:11:36 L1d cache: 128 KiB 08:11:36 L1i cache: 128 KiB 08:11:36 L2 cache: 16 MiB 08:11:36 L3 cache: 64 MiB 08:11:36 NUMA node0 CPU(s): 0-3 08:11:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:11:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:11:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:11:36 Vulnerability Meltdown: Mitigation; PTI 08:11:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:11:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:11:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:11:36 Vulnerability Srbds: Not affected 08:11:36 Vulnerability Tsx async abort: Not affected 08:11:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:11:36 08:11:36 08:11:36 ---> nproc: 08:11:36 4 08:11:36 08:11:36 08:11:36 ---> df -h: 08:11:36 Filesystem Size Used Available Use% Mounted on 08:11:36 overlay 50.0G 8.2G 41.8G 16% / 08:11:36 tmpfs 64.0M 0 64.0M 0% /dev 08:11:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:11:36 shm 64.0M 0 64.0M 0% /dev/shm 08:11:36 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 08:11:36 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 08:11:36 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 08:11:36 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 08:11:36 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master 08:11:36 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 08:11:36 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 08:11:36 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 08:11:36 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 08:11:36 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 08:11:36 08:11:36 08:11:36 ---> free -m: 08:11:36 total used free shared buff/cache available 08:11:36 Mem: 1837 847 133 0 856 923 08:11:36 Swap: 1023 3 1020 08:11:36 08:11:36 08:11:36 ---> ip addr: 08:11:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:11:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:11:36 inet 127.0.0.1/8 scope host lo 08:11:36 valid_lft forever preferred_lft forever 08:11:36 inet6 ::1/128 scope host 08:11:36 valid_lft forever preferred_lft forever 08:11:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:11:36 link/ether fa:16:3e:67:a2:3c brd ff:ff:ff:ff:ff:ff 08:11:36 inet 10.30.122.155/23 brd 10.30.123.255 scope global dynamic eth0 08:11:36 valid_lft 85366sec preferred_lft 85366sec 08:11:36 inet6 fe80::f816:3eff:fe67:a23c/64 scope link 08:11:36 valid_lft forever preferred_lft forever 08:11:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:11:36 link/ether 02:42:52:ee:8d:f7 brd ff:ff:ff:ff:ff:ff 08:11:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:11:36 valid_lft forever preferred_lft forever 08:11:36 inet6 fe80::42:52ff:feee:8df7/64 scope link 08:11:36 valid_lft forever preferred_lft forever 08:11:36 08:11:36 08:11:36 ---> sar -b -r -n DEV: 08:11:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/15/21 _x86_64_ (4 CPU) 08:11:36 08:11:36 07:54:05 LINUX RESTART (4 CPU) 08:11:36 08:11:36 07:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:11:36 07:56:02 67.02 37.59 29.43 0.00 6386.21 1761.88 0.00 08:11:36 07:57:01 23.31 6.28 17.03 0.00 1399.02 2252.83 0.00 08:11:36 07:58:01 1.70 0.00 1.70 0.00 0.00 35.38 0.00 08:11:36 07:59:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 08:11:36 08:00:01 0.17 0.00 0.17 0.00 0.00 1.80 0.00 08:11:36 08:01:01 0.33 0.02 0.32 0.00 0.13 4.69 0.00 08:11:36 08:02:01 0.42 0.08 0.33 0.00 1.60 4.74 0.00 08:11:36 08:03:01 0.22 0.00 0.22 0.00 0.00 2.70 0.00 08:11:36 08:04:02 0.28 0.00 0.28 0.00 0.00 3.40 0.00 08:11:36 08:05:01 0.27 0.00 0.27 0.00 0.00 3.66 0.00 08:11:36 08:06:01 0.25 0.00 0.25 0.00 0.00 2.42 0.00 08:11:36 08:07:01 0.17 0.00 0.17 0.00 0.00 1.61 0.00 08:11:36 08:08:02 244.16 143.51 100.65 0.00 6619.32 33120.83 0.00 08:11:36 08:09:01 124.10 60.56 63.54 0.00 2849.40 13831.41 0.00 08:11:36 08:10:01 174.26 61.37 112.89 0.00 4017.01 19600.32 0.00 08:11:36 08:11:02 101.84 49.30 52.54 0.00 3875.03 10642.13 0.00 08:11:36 Average: 46.29 22.49 23.80 0.00 1576.27 5093.05 0.00 08:11:36 08:11:36 07:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:11:36 07:56:02 78808 0 686272 36.47 2620 1113844 1528400 52.16 528144 1074500 46512 08:11:36 07:57:01 170000 0 634532 33.72 2620 1074392 1157992 39.52 476156 1037092 20 08:11:36 07:58:01 182564 0 621964 33.06 2620 1074396 1072008 36.59 471616 1030548 8 08:11:36 07:59:01 181164 0 623360 33.13 2620 1074400 1072128 36.59 478516 1025592 8 08:11:36 08:00:01 181676 0 622844 33.10 2620 1074404 1072008 36.59 479940 1023528 8 08:11:36 08:01:01 177840 0 626672 33.31 2620 1074412 1074568 36.67 492496 1014516 8 08:11:36 08:02:01 179900 0 624492 33.19 2620 1074532 1072516 36.60 490860 1014572 8 08:11:36 08:03:01 179876 0 624508 33.19 2620 1074540 1072516 36.60 490992 1014572 8 08:11:36 08:04:02 179916 0 624464 33.19 2620 1074544 1072516 36.60 491020 1014572 8 08:11:36 08:05:01 179080 0 625292 33.23 2620 1074552 1072684 36.61 491916 1014572 8 08:11:36 08:06:01 178776 0 625596 33.25 2620 1074552 1072720 36.61 492264 1014572 8 08:11:36 08:07:01 179948 0 624416 33.19 2620 1074560 1072516 36.60 490912 1014576 16 08:11:36 08:08:02 117708 0 756036 40.18 2620 1005180 1611244 54.99 507796 1007016 60 08:11:36 08:09:01 152972 0 769224 40.88 2596 956752 1406016 47.98 588224 875436 93596 08:11:36 08:10:01 122568 0 808812 42.99 1492 948672 1330692 45.41 665448 758472 79012 08:11:36 08:11:02 79120 0 855564 45.47 1488 945372 1592364 54.34 649904 814452 77608 08:11:36 Average: 157620 0 672128 35.72 2477 1049319 1209556 41.28 517888 984287 18556 08:11:36 08:11:36 07:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:11:36 07:56:02 eth0 238.32 179.20 1031.36 62.58 0.00 0.00 0.00 0.00 08:11:36 07:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 07:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 07:57:01 eth0 32.37 28.42 52.01 30.92 0.00 0.00 0.00 0.00 08:11:36 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 07:57:01 docker0 6.44 6.67 1.17 23.63 0.00 0.00 0.00 0.00 08:11:36 07:58:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 08:11:36 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 07:59:01 eth0 2.16 1.12 1.37 0.25 0.00 0.00 0.00 0.00 08:11:36 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:00:01 eth0 0.15 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:11:36 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:01:01 eth0 0.60 0.38 0.40 0.26 0.00 0.00 0.00 0.00 08:11:36 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:02:01 eth0 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:11:36 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:03:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:11:36 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:04:02 eth0 0.53 0.08 0.05 0.01 0.00 0.00 0.00 0.00 08:11:36 08:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:05:01 eth0 0.57 0.41 0.28 0.21 0.00 0.00 0.00 0.00 08:11:36 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:06:01 eth0 0.42 0.28 0.19 0.08 0.00 0.00 0.00 0.00 08:11:36 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:07:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:11:36 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:08:02 eth0 396.46 320.86 4060.34 31.74 0.00 0.00 0.00 0.00 08:11:36 08:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:08:02 veth8a9441c 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 08:11:36 08:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:09:01 eth0 408.10 359.13 3441.69 83.64 0.00 0.00 0.00 0.00 08:11:36 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:09:01 docker0 39.22 39.56 3.51 198.21 0.00 0.00 0.00 0.00 08:11:36 08:10:01 eth0 65.30 48.96 251.67 16.02 0.00 0.00 0.00 0.00 08:11:36 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:10:01 veth1dfa93e 22.55 31.16 1.65 218.59 0.00 0.00 0.00 0.00 08:11:36 08:10:01 docker0 22.55 31.02 1.34 218.58 0.00 0.00 0.00 0.00 08:11:36 08:11:02 eth0 238.08 197.78 2194.01 80.42 0.00 0.00 0.00 0.00 08:11:36 08:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 08:11:02 docker0 1.75 1.27 0.30 0.32 0.00 0.00 0.00 0.00 08:11:36 Average: eth0 86.62 71.13 690.73 19.13 0.00 0.00 0.00 0.00 08:11:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:36 Average: docker0 4.35 4.89 0.39 27.46 0.00 0.00 0.00 0.00 08:11:36 08:11:36 08:11:36 ---> sar -P ALL: 08:11:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/15/21 _x86_64_ (4 CPU) 08:11:36 08:11:36 07:54:05 LINUX RESTART (4 CPU) 08:11:36 08:11:36 07:55:01 CPU %user %nice %system %iowait %steal %idle 08:11:36 07:56:02 all 11.00 0.00 5.34 3.58 29.83 50.26 08:11:36 07:56:02 0 8.93 0.00 5.39 2.50 30.84 52.33 08:11:36 07:56:02 1 12.01 0.00 5.73 5.53 30.15 46.57 08:11:36 07:56:02 2 9.54 0.00 4.69 3.51 29.28 52.98 08:11:36 07:56:02 3 13.59 0.00 5.54 2.78 29.00 49.09 08:11:36 07:57:01 all 1.49 0.00 2.00 0.53 12.46 83.53 08:11:36 07:57:01 0 1.15 0.00 1.65 0.28 12.97 83.96 08:11:36 07:57:01 1 1.85 0.00 2.25 0.83 12.71 82.35 08:11:36 07:57:01 2 1.29 0.00 1.95 0.24 12.56 83.96 08:11:36 07:57:01 3 1.66 0.00 2.16 0.77 11.60 83.82 08:11:36 07:58:01 all 0.07 0.00 0.11 0.00 1.98 97.84 08:11:36 07:58:01 0 0.02 0.00 0.10 0.00 1.24 98.64 08:11:36 07:58:01 1 0.20 0.00 0.16 0.00 2.30 97.34 08:11:36 07:58:01 2 0.05 0.00 0.13 0.00 2.81 97.01 08:11:36 07:58:01 3 0.02 0.00 0.05 0.00 1.57 98.37 08:11:36 07:59:01 all 0.10 0.00 0.06 0.00 0.40 99.44 08:11:36 07:59:01 0 0.05 0.00 0.10 0.00 0.47 99.38 08:11:36 07:59:01 1 0.27 0.00 0.03 0.00 0.28 99.42 08:11:36 07:59:01 2 0.05 0.00 0.05 0.00 0.45 99.45 08:11:36 07:59:01 3 0.03 0.00 0.05 0.00 0.40 99.52 08:11:36 08:00:01 all 0.07 0.00 0.06 0.00 0.51 99.35 08:11:36 08:00:01 0 0.02 0.00 0.03 0.00 0.66 99.29 08:11:36 08:00:01 1 0.08 0.00 0.15 0.00 0.70 99.07 08:11:36 08:00:01 2 0.18 0.00 0.02 0.00 0.47 99.33 08:11:36 08:00:01 3 0.02 0.00 0.03 0.00 0.23 99.72 08:11:36 08:01:01 all 0.11 0.00 0.23 0.00 1.59 98.07 08:11:36 08:01:01 0 0.07 0.00 0.28 0.00 1.53 98.12 08:11:36 08:01:01 1 0.05 0.00 0.26 0.00 1.16 98.53 08:11:36 08:01:01 2 0.28 0.00 0.13 0.00 2.76 96.83 08:11:36 08:01:01 3 0.03 0.00 0.25 0.00 0.89 98.82 08:11:36 08:02:01 all 0.10 0.00 0.02 0.00 0.33 99.54 08:11:36 08:02:01 0 0.02 0.00 0.03 0.00 0.05 99.90 08:11:36 08:02:01 1 0.13 0.00 0.02 0.00 0.25 99.60 08:11:36 08:02:01 2 0.20 0.00 0.03 0.02 0.30 99.45 08:11:36 08:02:01 3 0.03 0.00 0.02 0.00 0.73 99.22 08:11:36 08:03:01 all 0.09 0.00 0.02 0.00 0.29 99.60 08:11:36 08:03:01 0 0.02 0.00 0.02 0.00 0.32 99.65 08:11:36 08:03:01 1 0.02 0.00 0.02 0.00 0.25 99.72 08:11:36 08:03:01 2 0.32 0.00 0.03 0.00 0.38 99.27 08:11:36 08:03:01 3 0.02 0.00 0.02 0.00 0.20 99.77 08:11:36 08:04:02 all 0.05 0.00 0.04 0.00 1.28 98.63 08:11:36 08:04:02 0 0.02 0.00 0.05 0.00 1.43 98.51 08:11:36 08:04:02 1 0.02 0.00 0.03 0.00 0.58 99.37 08:11:36 08:04:02 2 0.18 0.00 0.05 0.00 2.59 97.18 08:11:36 08:04:02 3 0.00 0.00 0.02 0.00 0.50 99.49 08:11:36 08:05:01 all 0.06 0.00 0.04 0.00 1.25 98.64 08:11:36 08:05:01 0 0.02 0.00 0.05 0.00 0.57 99.36 08:11:36 08:05:01 1 0.03 0.00 0.05 0.00 1.17 98.74 08:11:36 08:05:01 2 0.15 0.00 0.03 0.00 2.40 97.42 08:11:36 08:05:01 3 0.05 0.00 0.03 0.00 0.86 99.06 08:11:36 08:06:01 all 0.03 0.00 0.03 0.00 2.59 97.34 08:11:36 08:06:01 0 0.02 0.00 0.03 0.00 2.97 96.98 08:11:36 08:06:01 1 0.10 0.00 0.03 0.00 4.90 94.97 08:11:36 08:06:01 2 0.02 0.00 0.05 0.00 1.85 98.09 08:11:36 08:06:01 3 0.00 0.00 0.02 0.00 0.56 99.42 08:11:36 08:11:36 08:06:01 CPU %user %nice %system %iowait %steal %idle 08:11:36 08:07:01 all 0.05 0.00 0.03 0.00 2.35 97.57 08:11:36 08:07:01 0 0.02 0.00 0.03 0.00 4.21 95.74 08:11:36 08:07:01 1 0.13 0.00 0.02 0.00 2.03 97.82 08:11:36 08:07:01 2 0.03 0.00 0.05 0.00 1.66 98.26 08:11:36 08:07:01 3 0.02 0.00 0.02 0.00 1.45 98.52 08:11:36 08:08:02 all 4.38 0.00 4.01 1.21 24.25 66.14 08:11:36 08:08:02 0 4.17 0.00 3.29 1.06 24.45 67.03 08:11:36 08:08:02 1 4.17 0.00 3.98 1.56 23.30 66.99 08:11:36 08:08:02 2 4.91 0.00 4.82 1.65 24.18 64.43 08:11:36 08:08:02 3 4.27 0.00 3.97 0.58 25.07 66.10 08:11:36 08:09:01 all 4.25 0.00 4.90 4.74 26.60 59.51 08:11:36 08:09:01 0 4.01 0.00 4.43 5.18 27.04 59.34 08:11:36 08:09:01 1 3.84 0.00 4.79 4.08 27.11 60.18 08:11:36 08:09:01 2 4.58 0.00 4.67 4.27 26.69 59.78 08:11:36 08:09:01 3 4.56 0.00 5.75 5.48 25.51 58.69 08:11:36 08:10:01 all 4.77 0.00 5.20 1.62 29.92 58.49 08:11:36 08:10:01 0 6.97 0.00 4.18 0.69 31.29 56.86 08:11:36 08:10:01 1 4.11 0.00 5.18 1.03 29.44 60.24 08:11:36 08:10:01 2 4.30 0.00 5.34 3.18 28.93 58.26 08:11:36 08:10:01 3 3.64 0.00 6.12 1.58 30.01 58.64 08:11:36 08:11:02 all 3.62 0.00 5.46 2.02 25.92 62.98 08:11:36 08:11:02 0 2.93 0.00 5.12 2.46 27.29 62.20 08:11:36 08:11:02 1 2.78 0.00 5.50 1.06 24.67 66.00 08:11:36 08:11:02 2 4.87 0.00 4.48 4.26 26.11 60.27 08:11:36 08:11:02 3 3.93 0.00 6.80 0.23 25.56 63.49 08:11:36 Average: all 2.01 0.00 1.84 0.92 10.69 84.55 08:11:36 Average: 0 1.91 0.00 1.67 0.82 11.18 84.42 08:11:36 Average: 1 1.98 0.00 1.88 0.94 10.68 84.52 08:11:36 Average: 2 2.05 0.00 1.76 1.15 10.78 84.26 08:11:36 Average: 3 2.10 0.00 2.03 0.75 10.12 85.00 08:11:36 08:11:36 08:11:36