Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4afc3732447dbc1bcd63643089443d556eeee277 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-383 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 4afc3732447dbc1bcd63643089443d556eeee277 (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 4afc3732447dbc1bcd63643089443d556eeee277 # timeout=10 Commit message: "Merge pull request #878 from hahattan/issue-665" > git rev-list --no-walk 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:16:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:16:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:16:20 ========================================================= 04:16:20 EdgeX Global Pipelines Version Info 04:16:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:16:21 ------------------- 04:16:21 stable info: 04:16:21 ------------------- 04:16:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:16:21 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 04:16:21 Message: update stable to v1.0.186 04:16:22 ------------------- 04:16:22 experimental info: 04:16:22 ------------------- 04:16:22 Commited By: **** collab-it+edgex@linuxfoundation.org 04:16:22 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 04:16:22 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:16:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:16:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:16:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:16:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:16:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:16:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:16:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:16:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:16:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4afc3732447dbc1bcd63643089443d556eeee277 [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4afc373 [Pipeline] echo 04:16:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:16:23 provisioning config files... 04:16:23 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5966733399087022381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:16:24 ---> docker-login.sh 04:16:24 nexus3.edgexfoundry.org:10001 04:16:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:24 Configure a credential helper to remove this warning. See 04:16:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:24 04:16:24 Login Succeeded 04:16:24 nexus3.edgexfoundry.org:10002 04:16:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:24 Configure a credential helper to remove this warning. See 04:16:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:24 04:16:24 Login Succeeded 04:16:24 nexus3.edgexfoundry.org:10003 04:16:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:24 Configure a credential helper to remove this warning. See 04:16:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:24 04:16:24 Login Succeeded 04:16:24 nexus3.edgexfoundry.org:10004 04:16:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:25 Configure a credential helper to remove this warning. See 04:16:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:25 04:16:25 Login Succeeded 04:16:25 docker.io 04:16:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:25 Configure a credential helper to remove this warning. See 04:16:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:25 04:16:25 Login Succeeded 04:16:25 ---> docker-login.sh ends [Pipeline] } 04:16:25 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 04:16:25 + git log --format=format:%s -1 4afc3732447dbc1bcd63643089443d556eeee277 [Pipeline] echo 04:16:25 GIT_COMMIT: 4afc3732447dbc1bcd63643089443d556eeee277, Commit Message: Merge pull request #878 from hahattan/issue-665 [Pipeline] echo 04:16:25 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:16:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:16:26 04:16:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:16:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:16:27 latest: Pulling from edgex-devops/git-semver 04:16:27 31603596830f: Pulling fs layer 04:16:27 2a8b12db71e7: Pulling fs layer 04:16:27 6ca5941a6612: Pulling fs layer 04:16:27 ecc8261a40a4: Pulling fs layer 04:16:27 ecc8261a40a4: Waiting 04:16:27 2a8b12db71e7: Verifying Checksum 04:16:27 2a8b12db71e7: Download complete 04:16:27 31603596830f: Verifying Checksum 04:16:27 31603596830f: Download complete 04:16:27 ecc8261a40a4: Verifying Checksum 04:16:27 ecc8261a40a4: Download complete 04:16:27 6ca5941a6612: Verifying Checksum 04:16:27 6ca5941a6612: Download complete 04:16:27 31603596830f: Pull complete 04:16:27 2a8b12db71e7: Pull complete 04:16:28 6ca5941a6612: Pull complete 04:16:28 ecc8261a40a4: Pull complete 04:16:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:16:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:16:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:16:29 prd-centos7-docker-4c-2g-383 does not seem to be running inside a container 04:16:29 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:16:31 $ docker top bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:16:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:16:31 [ssh-agent] Looking for ssh-agent implementation... 04:16:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:16:31 $ docker exec bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 ssh-agent 04:16:31 SSH_AUTH_SOCK=/tmp/ssh-aocIUEIL95Mv/agent.12 04:16:31 SSH_AGENT_PID=17 04:16:31 Running ssh-add (command line suppressed) 04:16:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4211369011966405957.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4211369011966405957.key) 04:16:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:16:32 + git tag --points-at HEAD [Pipeline] } 04:16:32 $ docker exec --env ******** --env ******** bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 ssh-agent -k 04:16:32 unset SSH_AUTH_SOCK; 04:16:32 unset SSH_AGENT_PID; 04:16:32 echo Agent pid 17 killed; 04:16:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:16:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:16:32 [ssh-agent] Looking for ssh-agent implementation... 04:16:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:16:32 $ docker exec bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 ssh-agent 04:16:33 SSH_AUTH_SOCK=/tmp/ssh-M1F8QnTSLr8s/agent.47 04:16:33 SSH_AGENT_PID=52 04:16:33 Running ssh-add (command line suppressed) 04:16:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_254552874503154516.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_254552874503154516.key) 04:16:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:16:33 + git semver init 04:16:33 # -> Open(): unable to determine branch for HEAD 04:16:33 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:16:33 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:16:33 # $SEMVER_REMOTE_NAME = origin 04:16:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:16:33 # $SEMVER_USER_NAME = edgex-jenkins 04:16:33 # $SEMVER_BRANCH = master 04:16:33 # $SEMVER_TEMP = /tmp/semver-132504866 04:16:33 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:16:34 # '/tmp/semver-132504866' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 04:16:34 # -> Force: false 04:16:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 04:16:34 $ docker exec --env ******** --env ******** bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 ssh-agent -k 04:16:34 unset SSH_AUTH_SOCK; 04:16:34 unset SSH_AGENT_PID; 04:16:34 echo Agent pid 52 killed; 04:16:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:16:34 + git semver [Pipeline] } 04:16:34 $ docker stop --time=1 bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 04:16:36 $ docker rm -f bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 [Pipeline] // withDockerContainer [Pipeline] sh 04:16:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:16:37 Stashed 1 file(s) [Pipeline] echo 04:16:37 [edgeXSemver]: initialized semver on version 2.0.0-dev.44 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:16:52 Still waiting to schedule task 04:16:52 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-383’ 04:16:52 Still waiting to schedule task 04:16:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:18:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-384 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 04:18:43 Running in /w/workspace/device-sdk-go/149 [Pipeline] { [Pipeline] checkout 04:18:48 using credential edgex-jenkins-ssh 04:18:48 Cloning the remote Git repository 04:18:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:18:49 > git init /w/workspace/device-sdk-go/149 # timeout=10 04:18:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:18:49 > git --version # timeout=10 04:18:49 > git --version # 'git version 2.17.1' 04:18:49 using GIT_SSH to set credentials SSH Credentials for GitHub 04:18:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:18:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:18:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:18:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:18:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:18:50 using GIT_SSH to set credentials SSH Credentials for GitHub 04:18:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:18:51 Checking out Revision 4afc3732447dbc1bcd63643089443d556eeee277 (master) 04:18:51 > git config core.sparsecheckout # timeout=10 04:18:51 > git checkout -f 4afc3732447dbc1bcd63643089443d556eeee277 # timeout=10 04:18:55 Commit message: "Merge pull request #878 from hahattan/issue-665" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:18:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:18:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:18:57 + sudo service docker restart 04:18:57 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:18:59 provisioning config files... 04:19:00 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/149@tmp/config5246513284148113961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:19:00 ---> docker-login.sh 04:19:00 nexus3.edgexfoundry.org:10001 04:19:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:01 Configure a credential helper to remove this warning. See 04:19:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:01 04:19:01 Login Succeeded 04:19:01 nexus3.edgexfoundry.org:10002 04:19:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:02 Configure a credential helper to remove this warning. See 04:19:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:02 04:19:02 Login Succeeded 04:19:02 nexus3.edgexfoundry.org:10003 04:19:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:02 Configure a credential helper to remove this warning. See 04:19:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:02 04:19:02 Login Succeeded 04:19:02 nexus3.edgexfoundry.org:10004 04:19:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:03 Configure a credential helper to remove this warning. See 04:19:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:03 04:19:03 Login Succeeded 04:19:03 docker.io 04:19:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:19:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:19:04 Configure a credential helper to remove this warning. See 04:19:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:19:04 04:19:04 Login Succeeded 04:19:04 ---> docker-login.sh ends [Pipeline] } 04:19:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:19:04 ========================================================= 04:19:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:19:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:19:04 + 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 . 04:19:04 Sending build context to Docker daemon 2.409MB 04:19:04 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:19:04 Step 2/8 : FROM ${BASE} 04:19:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:19:05 5f621e34cdf4: Pulling fs layer 04:19:05 a4357932f1b6: Pulling fs layer 04:19:05 18c013af1878: Pulling fs layer 04:19:05 00ac8860ef70: Pulling fs layer 04:19:05 63d7cb157983: Pulling fs layer 04:19:05 b116817d02f9: Pulling fs layer 04:19:05 745a02a5169b: Pulling fs layer 04:19:05 00ac8860ef70: Waiting 04:19:05 63d7cb157983: Waiting 04:19:05 745a02a5169b: Waiting 04:19:05 b116817d02f9: Waiting 04:19:05 18c013af1878: Download complete 04:19:05 a4357932f1b6: Verifying Checksum 04:19:05 a4357932f1b6: Download complete 04:19:05 63d7cb157983: Verifying Checksum 04:19:05 63d7cb157983: Download complete 04:19:05 b116817d02f9: Verifying Checksum 04:19:05 b116817d02f9: Download complete 04:19:05 5f621e34cdf4: Verifying Checksum 04:19:05 5f621e34cdf4: Download complete 04:19:06 5f621e34cdf4: Pull complete 04:19:06 a4357932f1b6: Pull complete 04:19:07 18c013af1878: Pull complete 04:19:08 745a02a5169b: Verifying Checksum 04:19:08 745a02a5169b: Download complete 04:19:09 00ac8860ef70: Verifying Checksum 04:19:09 00ac8860ef70: Download complete 04:19:19 00ac8860ef70: Pull complete 04:19:20 63d7cb157983: Pull complete 04:19:20 b116817d02f9: Pull complete 04:19:24 745a02a5169b: Pull complete 04:19:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:19:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:19:24 ---> b7e6874047d6 04:19:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:19:27 ---> Running in 8420de4110aa 04:19:27 Removing intermediate container 8420de4110aa 04:19:27 ---> 6f4507971a35 04:19:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:27 ---> Running in e1b5743fdddd 04:19:30 Removing intermediate container e1b5743fdddd 04:19:30 ---> 7e5bfdba2e5d 04:19:30 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 04:19:30 ---> Running in 0c06e7cfcb09 04:19:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:19:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:19:32 (1/6) Installing libc-dev (0.7.2-r3) 04:19:32 (2/6) Installing libsodium (1.0.18-r0) 04:19:32 (3/6) Installing pkgconf (1.7.2-r0) 04:19:32 (4/6) Installing libsodium-dev (1.0.18-r0) 04:19:32 (5/6) Installing libzmq (4.3.3-r0) 04:19:32 (6/6) Installing zeromq-dev (4.3.3-r0) 04:19:33 Executing busybox-1.31.1-r19.trigger 04:19:33 OK: 144 MiB in 45 packages 04:19:34 Removing intermediate container 0c06e7cfcb09 04:19:34 ---> baf4c26340e1 04:19:34 Step 6/8 : WORKDIR /device-sdk-go 04:19:34 ---> Running in c7d8c18b8e04 04:19:35 Removing intermediate container c7d8c18b8e04 04:19:35 ---> 6235d8d36d40 04:19:35 Step 7/8 : COPY . . 04:19:36 ---> 36bde602a88d 04:19:36 Step 8/8 : RUN go mod download 04:19:36 ---> Running in a174ceb00fb5 04:20:03 Removing intermediate container a174ceb00fb5 04:20:03 ---> 18f5fd8b57b6 04:20:03 Successfully built 18f5fd8b57b6 04:20:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:20:04 + docker inspect -f . ci-base-image-arm64 04:20:04 . [Pipeline] withDockerContainer 04:20:04 prd-ubuntu18.04-docker-arm64-4c-16g-384 does not seem to be running inside a container 04:20:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@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 ******** ci-base-image-arm64 cat 04:20:06 $ docker top 50dab2c5a60cdb33e02e5d1d6dbc4062d9b47d9fe8f4ebe6d92400b03b0bb227 -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:07 + go version 04:20:07 go version go1.15.5 linux/arm64 [Pipeline] } 04:20:07 $ docker stop --time=1 50dab2c5a60cdb33e02e5d1d6dbc4062d9b47d9fe8f4ebe6d92400b03b0bb227 04:20:09 $ docker rm -f 50dab2c5a60cdb33e02e5d1d6dbc4062d9b47d9fe8f4ebe6d92400b03b0bb227 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:20:09 + docker inspect -f . ci-base-image-arm64 04:20:09 . [Pipeline] withDockerContainer 04:20:10 prd-ubuntu18.04-docker-arm64-4c-16g-384 does not seem to be running inside a container 04:20:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@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 ******** ci-base-image-arm64 cat 04:20:11 $ docker top 19456d6d818c56e99309bbcfcef24ab4ed1fbc5638c467a30b160b97dc52b516 -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:12 + make test 04:20:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:20:28 Running on prd-centos7-docker-4c-2g-386 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 04:20:28 Running in /w/workspace/device-sdk-go/149 [Pipeline] { [Pipeline] checkout 04:20:34 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:20:41 using credential edgex-jenkins-ssh 04:20:41 Cloning the remote Git repository 04:20:42 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:20:42 > git init /w/workspace/device-sdk-go/149 # timeout=10 04:20:42 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:20:42 > git --version # timeout=10 04:20:42 > git --version # 'git version 2.24.3' 04:20:42 using GIT_SSH to set credentials SSH Credentials for GitHub 04:20:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:20:44 Checking out Revision 4afc3732447dbc1bcd63643089443d556eeee277 (master) 04:20:43 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:20:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:20:43 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:20:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:20:43 using GIT_SSH to set credentials SSH Credentials for GitHub 04:20:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:20:44 > git config core.sparsecheckout # timeout=10 04:20:44 > git checkout -f 4afc3732447dbc1bcd63643089443d556eeee277 # timeout=10 04:20:48 Commit message: "Merge pull request #878 from hahattan/issue-665" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:20:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:20:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:20:51 + true 04:20:51 + sudo service docker restart 04:20:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:20:53 provisioning config files... 04:20:53 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/149@tmp/config6489043445341696810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:20:54 ---> docker-login.sh 04:20:54 nexus3.edgexfoundry.org:10001 04:20:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:20:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:20:55 Configure a credential helper to remove this warning. See 04:20:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:20:55 04:20:55 Login Succeeded 04:20:55 nexus3.edgexfoundry.org:10002 04:20:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:20:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:20:56 Configure a credential helper to remove this warning. See 04:20:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:20:56 04:20:56 Login Succeeded 04:20:56 nexus3.edgexfoundry.org:10003 04:20:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:20:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:20:57 Configure a credential helper to remove this warning. See 04:20:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:20:57 04:20:57 Login Succeeded 04:20:57 nexus3.edgexfoundry.org:10004 04:20:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:20:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:20:57 Configure a credential helper to remove this warning. See 04:20:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:20:57 04:20:57 Login Succeeded 04:20:57 docker.io 04:20:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:20:58 Configure a credential helper to remove this warning. See 04:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:20:58 04:20:58 Login Succeeded 04:20:58 ---> docker-login.sh ends [Pipeline] } 04:20:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:20:59 ========================================================= 04:20:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:20:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:20:59 + 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 . 04:21:00 Sending build context to Docker daemon 2.424MB 04:21:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:21:00 Step 2/8 : FROM ${BASE} 04:21:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:21:00 188c0c94c7c5: Pulling fs layer 04:21:00 0ef7d3d256c8: Pulling fs layer 04:21:00 de9db76c5a1d: Pulling fs layer 04:21:00 bca2f99d35d6: Pulling fs layer 04:21:00 93359f2a8cfa: Pulling fs layer 04:21:00 7c6f9722023f: Pulling fs layer 04:21:00 a35cf1a2eb13: Pulling fs layer 04:21:00 93359f2a8cfa: Waiting 04:21:00 7c6f9722023f: Waiting 04:21:00 a35cf1a2eb13: Waiting 04:21:00 bca2f99d35d6: Waiting 04:21:00 de9db76c5a1d: Verifying Checksum 04:21:00 de9db76c5a1d: Download complete 04:21:00 0ef7d3d256c8: Verifying Checksum 04:21:00 0ef7d3d256c8: Download complete 04:21:00 93359f2a8cfa: Verifying Checksum 04:21:00 93359f2a8cfa: Download complete 04:21:00 7c6f9722023f: Verifying Checksum 04:21:00 7c6f9722023f: Download complete 04:21:00 188c0c94c7c5: Verifying Checksum 04:21:00 188c0c94c7c5: Download complete 04:21:01 188c0c94c7c5: Pull complete 04:21:02 0ef7d3d256c8: Pull complete 04:21:02 de9db76c5a1d: Pull complete 04:21:09 a35cf1a2eb13: Verifying Checksum 04:21:09 a35cf1a2eb13: Download complete 04:21:12 bca2f99d35d6: Download complete 04:21:27 bca2f99d35d6: Pull complete 04:21:27 93359f2a8cfa: Pull complete 04:21:27 7c6f9722023f: Pull complete 04:21:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:21:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:21:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:21:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:21:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:21:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.124s coverage: 28.1% of statements 04:21:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.174s coverage: 78.9% of statements 04:21:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.141s coverage: 7.8% of statements 04:21:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:21:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:21:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:21:34 a35cf1a2eb13: Pull complete 04:21:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:21:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:21:35 ---> a62c8e92a672 04:21:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:21:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.207s coverage: 32.0% of statements 04:21:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:21:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:21:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:21:35 ---> Running in 5fc5795fe2bc 04:21:36 Removing intermediate container 5fc5795fe2bc 04:21:36 ---> 2e847dc231fa 04:21:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:36 ---> Running in 4ac0b3dc7bfb 04:21:40 Removing intermediate container 4ac0b3dc7bfb 04:21:40 ---> ad1facfb1568 04:21:40 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 04:21:40 ---> Running in 2c5bd9603bef 04:21:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.281s coverage: 57.1% of statements 04:21:40 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.063s coverage: 6.6% of statements 04:21:40 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.150s coverage: 5.0% of statements 04:21:40 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:21:40 GO111MODULE=on go vet ./... 04:21:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:21:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:21:47 (1/6) Installing libc-dev (0.7.2-r3) 04:21:47 (2/6) Installing libsodium (1.0.18-r0) 04:21:47 (3/6) Installing pkgconf (1.7.2-r0) 04:21:48 (4/6) Installing libsodium-dev (1.0.18-r0) 04:21:48 (5/6) Installing libzmq (4.3.3-r0) 04:21:49 (6/6) Installing zeromq-dev (4.3.3-r0) 04:21:49 Executing busybox-1.31.1-r19.trigger 04:21:49 OK: 167 MiB in 45 packages 04:21:51 Removing intermediate container 2c5bd9603bef 04:21:51 ---> 16a4e548b5b9 04:21:51 Step 6/8 : WORKDIR /device-sdk-go 04:21:51 ---> Running in 7006875cb72b 04:21:51 Removing intermediate container 7006875cb72b 04:21:51 ---> 40d31639a795 04:21:51 Step 7/8 : COPY . . 04:21:53 ---> acf0094465ac 04:21:53 Step 8/8 : RUN go mod download 04:21:53 ---> Running in e5fdc57f5369 04:22:27 gofmt -l . 04:22:27 [ "`gofmt -l .`" = "" ] 04:22:27 ./bin/test-attribution-txt.sh 04:22:27 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:22:27 $ docker stop --time=1 19456d6d818c56e99309bbcfcef24ab4ed1fbc5638c467a30b160b97dc52b516 04:22:29 $ docker rm -f 19456d6d818c56e99309bbcfcef24ab4ed1fbc5638c467a30b160b97dc52b516 [Pipeline] // withDockerContainer [Pipeline] sh 04:22:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:22:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:22:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:22:33 + ls -al . 04:22:33 total 224 04:22:33 drwxrwxr-x 10 jenkins jenkins 4096 Apr 16 04:22 . 04:22:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:18 .. 04:22:33 -rw-rw-r-- 1 jenkins jenkins 140 Apr 16 04:18 .dockerignore 04:22:33 drwxrwxr-x 8 jenkins jenkins 4096 Apr 16 04:18 .git 04:22:33 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:18 .github 04:22:33 -rw-rw-r-- 1 jenkins jenkins 138 Apr 16 04:18 .gitignore 04:22:33 -rw-rw-r-- 1 jenkins jenkins 987 Apr 16 04:18 Dockerfile.build 04:22:33 -rw-rw-r-- 1 jenkins jenkins 901 Apr 16 04:18 Jenkinsfile 04:22:33 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 16 04:18 LICENSE 04:22:33 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 16 04:18 Makefile 04:22:33 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 16 04:18 README.md 04:22:33 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 16 04:18 RELEASE-NOTES.txt 04:22:33 -rw-rw-r-- 1 jenkins jenkins 12 Apr 16 04:16 VERSION 04:22:33 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:18 bin 04:22:33 -rw-r--r-- 1 jenkins jenkins 99932 Apr 16 04:21 coverage.out 04:22:33 drwxrwxr-x 5 jenkins jenkins 4096 Apr 16 04:18 example 04:22:33 -rw-r--r-- 1 jenkins jenkins 574 Apr 16 04:22 go.mod 04:22:33 -rw-r--r-- 1 jenkins jenkins 20735 Apr 16 04:22 go.sum 04:22:33 drwxrwxr-x 14 jenkins jenkins 4096 Apr 16 04:18 internal 04:22:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:18 openapi 04:22:33 drwxrwxr-x 5 jenkins jenkins 4096 Apr 16 04:18 pkg 04:22:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:18 snap 04:22:33 -rw-rw-r-- 1 jenkins jenkins 222 Apr 16 04:18 version.go [Pipeline] isUnix [Pipeline] sh 04:22:33 Removing intermediate container e5fdc57f5369 04:22:33 ---> 05224915f8c5 04:22:33 Successfully built 05224915f8c5 04:22:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:22:33 + 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=4afc3732447dbc1bcd63643089443d556eeee277 --label arch=arm64 --label version=2.0.0-dev.44 . 04:22:34 + docker inspect -f . ci-base-image-x86_64 04:22:34 Sending build context to Docker daemon 2.51MB 04:22:34 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 04:22:34 Step 2/23 : FROM ${BASE} AS builder 04:22:34 ---> 18f5fd8b57b6 04:22:34 Step 3/23 : WORKDIR /device-sdk-go 04:22:34 . [Pipeline] withDockerContainer 04:22:34 ---> Running in d1af8f0befc1 04:22:35 prd-centos7-docker-4c-2g-386 does not seem to be running inside a container 04:22:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@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 04:22:35 Removing intermediate container d1af8f0befc1 04:22:35 ---> 98467a92147e 04:22:35 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:22:35 ---> Running in 4f9fbf053b2c 04:22:36 Removing intermediate container 4f9fbf053b2c 04:22:36 ---> a6586a5193c5 04:22:36 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:22:36 ---> Running in 34d12cadf0d4 04:22:37 $ docker top 5622cabc699f679ccb42dc8e8595a14dfa110d92a4d3edd3d3cef4f2adaa8f5c -eo pid,comm [Pipeline] { 04:22:38 Removing intermediate container 34d12cadf0d4 04:22:38 ---> cee242b9e78e 04:22:38 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:22:38 ---> Running in 9ae45b9eb7d6 [Pipeline] sh 04:22:38 + go version 04:22:38 go version go1.15.5 linux/amd64 04:22:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } 04:22:39 $ docker stop --time=1 5622cabc699f679ccb42dc8e8595a14dfa110d92a4d3edd3d3cef4f2adaa8f5c 04:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:22:40 OK: 144 MiB in 45 packages 04:22:40 $ docker rm -f 5622cabc699f679ccb42dc8e8595a14dfa110d92a4d3edd3d3cef4f2adaa8f5c 04:22:41 Removing intermediate container 9ae45b9eb7d6 04:22:41 ---> 135829157ac2 04:22:41 Step 7/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:22:42 + docker inspect -f . ci-base-image-x86_64 04:22:42 . [Pipeline] withDockerContainer 04:22:42 prd-centos7-docker-4c-2g-386 does not seem to be running inside a container 04:22:42 ---> bdafeb221145 04:22:42 Step 8/23 : RUN go mod download 04:22:42 ---> Running in c0b76537ad1e 04:22:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@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 04:22:45 $ docker top 87da4238235753f49b82d5b0e1c2ac6fb4c14182963031d43861410c12d30216 -eo pid,comm 04:22:45 Removing intermediate container c0b76537ad1e 04:22:45 ---> f4c0ed301cee 04:22:45 Step 9/23 : RUN make build 04:22:45 ---> Running in 103f1f5c1a38 [Pipeline] { [Pipeline] sh 04:22:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.44" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:22:46 + make test 04:22:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:23:02 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:23:18 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:23:20 Removing intermediate container 103f1f5c1a38 04:23:20 ---> 594f281e78ad 04:23:20 Step 10/23 : FROM alpine:3.12 04:23:21 3.12: Pulling from library/alpine 04:23:21 d2f70382dc9a: Pulling fs layer 04:23:21 d2f70382dc9a: Download complete 04:23:22 d2f70382dc9a: Pull complete 04:23:22 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:23:22 Status: Downloaded newer image for alpine:3.12 04:23:22 ---> 9852663dfa18 04:23:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:23:22 ---> Running in 11a9a14e823a 04:23:23 Removing intermediate container 11a9a14e823a 04:23:23 ---> 89b20b7e3942 04:23:23 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:23:23 ---> Running in 2e9e08c456ca 04:23:25 Removing intermediate container 2e9e08c456ca 04:23:25 ---> 84c9cf209b01 04:23:25 Step 13/23 : RUN apk add --update --no-cache zeromq 04:23:25 ---> Running in 8ce0c1a53226 04:23:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:23:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:23:27 (1/5) Installing libgcc (9.3.0-r2) 04:23:27 (2/5) Installing libsodium (1.0.18-r0) 04:23:27 (3/5) Installing libstdc++ (9.3.0-r2) 04:23:28 (4/5) Installing libzmq (4.3.3-r0) 04:23:28 (5/5) Installing zeromq (4.3.3-r0) 04:23:28 Executing busybox-1.31.1-r20.trigger 04:23:28 OK: 8 MiB in 19 packages 04:23:29 Removing intermediate container 8ce0c1a53226 04:23:29 ---> cd07bbe6655b 04:23:29 Step 14/23 : WORKDIR / 04:23:29 ---> Running in d0b85dda4bbe 04:23:30 Removing intermediate container d0b85dda4bbe 04:23:30 ---> b3848abdb5f2 04:23:30 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:23:31 ---> 2cf9c51dce4a 04:23:31 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:23:32 ---> 427cc16a08a1 04:23:32 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:23:33 ---> d96456112b62 04:23:33 Step 18/23 : EXPOSE 49990 04:23:33 ---> Running in 6f6fb3d83778 04:23:33 Removing intermediate container 6f6fb3d83778 04:23:33 ---> cc618a327646 04:23:33 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:23:33 ---> Running in 5d1a0c901ca1 04:23:34 Removing intermediate container 5d1a0c901ca1 04:23:34 ---> 087cdbe3268c 04:23:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:23:34 ---> Running in 6ea903d964ea 04:23:34 Removing intermediate container 6ea903d964ea 04:23:34 ---> 2c55a431a3fa 04:23:34 Step 21/23 : LABEL arch=arm64 04:23:35 ---> Running in d5cb4f0f5cf3 04:23:35 Removing intermediate container d5cb4f0f5cf3 04:23:35 ---> 7fe17c8a2fb7 04:23:35 Step 22/23 : LABEL git_sha=4afc3732447dbc1bcd63643089443d556eeee277 04:23:35 ---> Running in 6c988f887c3e 04:23:36 Removing intermediate container 6c988f887c3e 04:23:36 ---> b7c992e6ccc0 04:23:36 Step 23/23 : LABEL version=2.0.0-dev.44 04:23:36 ---> Running in a0c384b005ed 04:23:36 Removing intermediate container a0c384b005ed 04:23:36 ---> c9cd95adb432 04:23:36 [Warning] One or more build-args [MAKE ARCH] were not consumed 04:23:36 Successfully built c9cd95adb432 04:23:36 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 04:23:37 ---> job-cost.sh 04:23:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cMNi 04:23:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:23:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:23:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:23:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:23:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:23:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.155s coverage: 28.1% of statements 04:23:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.134s coverage: 78.9% of statements 04:23:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.133s coverage: 7.8% of statements 04:23:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:23:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:23:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:23:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.265s coverage: 32.0% of statements 04:23:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:23:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:23:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:23:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.248s coverage: 57.1% of statements 04:23:58 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.122s coverage: 6.6% of statements 04:23:58 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.420s coverage: 5.0% of statements 04:23:58 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:23:59 GO111MODULE=on go vet ./... 04:24:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:24:47 gofmt -l . 04:24:47 [ "`gofmt -l .`" = "" ] 04:24:47 ./bin/test-attribution-txt.sh 04:24:47 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:24:47 $ docker stop --time=1 87da4238235753f49b82d5b0e1c2ac6fb4c14182963031d43861410c12d30216 04:24:49 $ docker rm -f 87da4238235753f49b82d5b0e1c2ac6fb4c14182963031d43861410c12d30216 [Pipeline] // withDockerContainer [Pipeline] sh 04:24:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:24:51 Warning: overwriting stash ‘coverage-report’ 04:24:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:24:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:24:52 + ls -al . 04:24:52 total 188 04:24:52 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 16 04:24 . 04:24:52 drwxrwxr-x. 4 jenkins jenkins 32 Apr 16 04:20 .. 04:24:52 drwxrwxr-x. 2 jenkins jenkins 64 Apr 16 04:20 bin 04:24:52 -rw-r--r--. 1 jenkins jenkins 99931 Apr 16 04:23 coverage.out 04:24:52 -rw-rw-r--. 1 jenkins jenkins 987 Apr 16 04:20 Dockerfile.build 04:24:52 -rw-rw-r--. 1 jenkins jenkins 140 Apr 16 04:20 .dockerignore 04:24:52 drwxrwxr-x. 5 jenkins jenkins 62 Apr 16 04:20 example 04:24:52 drwxrwxr-x. 8 jenkins jenkins 162 Apr 16 04:20 .git 04:24:52 drwxrwxr-x. 2 jenkins jenkins 103 Apr 16 04:20 .github 04:24:52 -rw-rw-r--. 1 jenkins jenkins 138 Apr 16 04:20 .gitignore 04:24:52 -rw-r--r--. 1 jenkins jenkins 574 Apr 16 04:24 go.mod 04:24:52 -rw-r--r--. 1 jenkins jenkins 20735 Apr 16 04:24 go.sum 04:24:52 drwxrwxr-x. 14 jenkins jenkins 207 Apr 16 04:20 internal 04:24:52 -rw-rw-r--. 1 jenkins jenkins 901 Apr 16 04:20 Jenkinsfile 04:24:52 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 16 04:20 LICENSE 04:24:52 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 16 04:20 Makefile 04:24:52 drwxrwxr-x. 4 jenkins jenkins 26 Apr 16 04:20 openapi 04:24:52 drwxrwxr-x. 5 jenkins jenkins 50 Apr 16 04:20 pkg 04:24:52 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 16 04:20 README.md 04:24:52 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 16 04:20 RELEASE-NOTES.txt 04:24:52 drwxrwxr-x. 4 jenkins jenkins 54 Apr 16 04:20 snap 04:24:52 -rw-rw-r--. 1 jenkins jenkins 12 Apr 16 04:16 VERSION 04:24:52 -rw-rw-r--. 1 jenkins jenkins 222 Apr 16 04:20 version.go [Pipeline] isUnix [Pipeline] sh 04:24:53 + 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=4afc3732447dbc1bcd63643089443d556eeee277 --label arch=amd64 --label version=2.0.0-dev.44 . 04:24:54 Sending build context to Docker daemon 2.525MB 04:24:54 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 04:24:54 Step 2/23 : FROM ${BASE} AS builder 04:24:54 ---> 05224915f8c5 04:24:54 Step 3/23 : WORKDIR /device-sdk-go 04:24:55 ---> Running in 8d66ca9e076c 04:24:55 Removing intermediate container 8d66ca9e076c 04:24:55 ---> 3f044e644aaa 04:24:55 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:24:55 ---> Running in 83b45d6ac2b5 04:24:56 Removing intermediate container 83b45d6ac2b5 04:24:56 ---> a69588529fec 04:24:56 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:24:56 ---> Running in aab617f9947b 04:24:59 Removing intermediate container aab617f9947b 04:24:59 ---> 4d3b2c9dadfd 04:24:59 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:24:59 ---> Running in 0785ecfac075 04:25:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:25:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:25:04 OK: 167 MiB in 45 packages 04:25:05 Removing intermediate container 0785ecfac075 04:25:05 ---> 790ea2710d3b 04:25:05 Step 7/23 : COPY . . 04:25:07 ---> 6d630c1b1603 04:25:07 Step 8/23 : RUN go mod download 04:25:07 ---> Running in 235eaf0e55b8 04:25:11 Removing intermediate container 235eaf0e55b8 04:25:11 ---> e2afc133bca6 04:25:11 Step 9/23 : RUN make build 04:25:11 ---> Running in 868d983e3a4b 04:25:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.44" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:25:39 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:25:42 Removing intermediate container 868d983e3a4b 04:25:42 ---> 34ac7a081f8c 04:25:42 Step 10/23 : FROM alpine:3.12 04:25:42 3.12: Pulling from library/alpine 04:25:43 339de151aab4: Pulling fs layer 04:25:43 339de151aab4: Verifying Checksum 04:25:43 339de151aab4: Download complete 04:25:44 339de151aab4: Pull complete 04:25:44 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:25:44 Status: Downloaded newer image for alpine:3.12 04:25:44 ---> 13621d1b12d4 04:25:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:25:44 ---> Running in 2f4bbcaf519f 04:25:44 Removing intermediate container 2f4bbcaf519f 04:25:44 ---> 35ec76416645 04:25:44 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:25:44 ---> Running in dbc160cb234c 04:25:47 Removing intermediate container dbc160cb234c 04:25:47 ---> a496ab5409b1 04:25:47 Step 13/23 : RUN apk add --update --no-cache zeromq 04:25:48 ---> Running in d19603700c3f 04:25:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:25:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:25:50 (1/5) Installing libgcc (9.3.0-r2) 04:25:51 (2/5) Installing libsodium (1.0.18-r0) 04:25:51 (3/5) Installing libstdc++ (9.3.0-r2) 04:25:52 (4/5) Installing libzmq (4.3.3-r0) 04:25:52 (5/5) Installing zeromq (4.3.3-r0) 04:25:52 Executing busybox-1.31.1-r20.trigger 04:25:52 OK: 8 MiB in 19 packages 04:25:53 lf-activate-venv(): INFO: Adding /tmp/venv-cMNi/bin to PATH 04:25:53 INFO: No Stack... 04:25:53 INFO: Retrieving Pricing Info for: lf-standard-4 04:25:53 INFO: Archiving Costs [Pipeline] sh 04:25:53 + + cat /w/workspace/device-sdk-go/149/archives/cost.csvcut 04:25:53 -d, -f6 [Pipeline] lock 04:25:53 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] 04:25:53 Removing intermediate container d19603700c3f 04:25:53 ---> 54e94093ce7a 04:25:53 Step 14/23 : WORKDIR / 04:25:53 ---> Running in 0d40b0361b3c 04:25:53 Resource [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] did not exist. Created. 04:25:53 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:25:53 + echo total: 0.20999999344348907 [Pipeline] stash 04:25:54 Stashed 1 file(s) [Pipeline] } 04:25:54 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:25:54 Removing intermediate container 0d40b0361b3c 04:25:54 ---> e445d3b3bacf 04:25:54 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:25:54 ---> 82db02697508 04:25:54 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:25:56 ---> 67000e623909 04:25:56 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:25:56 ---> 544478b49dec 04:25:56 Step 18/23 : EXPOSE 49990 04:25:56 ---> Running in 6486694f460e 04:25:56 Removing intermediate container 6486694f460e 04:25:56 ---> c1914b9694d7 04:25:56 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:25:56 ---> Running in 3541ac1f822a 04:25:57 Removing intermediate container 3541ac1f822a 04:25:57 ---> 114056c8ee70 04:25:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:25:57 ---> Running in 94395885389b 04:25:58 Removing intermediate container 94395885389b 04:25:58 ---> 6a0069ed83c6 04:25:58 Step 21/23 : LABEL arch=amd64 04:25:58 ---> Running in 86db1be84794 04:25:58 Removing intermediate container 86db1be84794 04:25:58 ---> 77badf7bbf59 04:25:58 Step 22/23 : LABEL git_sha=4afc3732447dbc1bcd63643089443d556eeee277 04:25:58 ---> Running in 58777942d691 04:25:59 Removing intermediate container 58777942d691 04:25:59 ---> 1ba1d0246d99 04:25:59 Step 23/23 : LABEL version=2.0.0-dev.44 04:25:59 ---> Running in f647ecd89c9a 04:25:59 Removing intermediate container f647ecd89c9a 04:25:59 ---> ec787c0babf9 04:25:59 [Warning] One or more build-args [ARCH MAKE] were not consumed 04:25:59 Successfully built ec787c0babf9 04:25:59 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 04:26:00 ---> job-cost.sh 04:26:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6vKF 04:26:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:27:08 lf-activate-venv(): INFO: Adding /tmp/venv-6vKF/bin to PATH 04:27:08 INFO: No Stack... 04:27:10 INFO: Retrieving Pricing Info for: v1-standard-2 04:27:10 INFO: Archiving Costs [Pipeline] sh 04:27:11 + cat /w/workspace/device-sdk-go/149/archives/cost.csv 04:27:11 + cut -d, -f6 [Pipeline] lock 04:27:11 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] 04:27:12 Resource [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] did not exist. Created. 04:27:12 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:27:12 /w/workspace/device-sdk-go/149@tmp/durable-a67188c1/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 04:27:13 + echo total: 0.029999999329447746 [Pipeline] stash 04:27:13 Warning: overwriting stash ‘stack-cost’ 04:27:13 Stashed 1 file(s) [Pipeline] } 04:27:13 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-149-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 04:27:14 provisioning config files... 04:27:14 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2989064898442831419tmp [Pipeline] { [Pipeline] sh 04:27:14 + set +x 04:27:14 + curl -s https://codecov.io/bash 04:27:14 + bash -s -- 04:27:14 04:27:14 _____ _ 04:27:14 / ____| | | 04:27:14 | | ___ __| | ___ ___ _____ __ 04:27:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:27:14 | |___| (_) | (_| | __/ (_| (_) \ V / 04:27:14 \_____\___/ \__,_|\___|\___\___/ \_/ 04:27:14 Bash-1.0.1 04:27:14 04:27:14 04:27:14 ==> git version 2.24.3 found 04:27:14 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:27:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:27:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:27:14 ==> Jenkins CI detected. 04:27:14 project root: . 04:27:14 --> token set from env 04:27:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:27:14 ==> Running gcov in . (disable via -X gcov) 04:27:14 ==> Python coveragepy not found 04:27:14 ==> Searching for coverage reports in: 04:27:14 + . 04:27:14 -> Found 1 reports 04:27:14 ==> Detecting git/mercurial file structure 04:27:14 ==> Reading reports 04:27:15 + ./coverage.out bytes=99931 04:27:15 ==> Appending adjustments 04:27:15 https://docs.codecov.io/docs/fixing-reports 04:27:15 + Found adjustments 04:27:15 ==> Gzipping contents 04:27:15 16K /tmp/codecov.3X8EHW.gz 04:27:15 ==> Uploading reports 04:27:15 url: https://codecov.io 04:27:15 query: branch=master&commit=4afc3732447dbc1bcd63643089443d556eeee277&build=149&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F149%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:27:15 -> Pinging Codecov 04:27:15 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=4afc3732447dbc1bcd63643089443d556eeee277&build=149&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F149%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:27:15 -> Uploading to 04:27:15 https://storage.googleapis.com/codecov/v4/raw/2021-04-16/7E55EF52A471D76F132DFD9A03CDDE97/4afc3732447dbc1bcd63643089443d556eeee277/349f5c22-9f85-43ac-8af2-4fd528585dbb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T042715Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=58b74cb6b57bdda8e08e6b58a27d1774bb73a7dae3d32750de12d8edd4766601 04:27:15 % Total % Received % Xferd Average Speed Time Time Time Current 04:27:15 Dload Upload Total Spent Left Speed 04:27:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13520 0 0 100 13520 0 32146 --:--:-- --:--:-- --:--:-- 32190 04:27:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4afc3732447dbc1bcd63643089443d556eeee277 [Pipeline] } 04:27:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:27:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:27:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:27:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:27:17 04:27:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 04:27:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:27:17 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:27:17 188c0c94c7c5: Pulling fs layer 04:27:17 0ef7d3d256c8: Pulling fs layer 04:27:17 de9db76c5a1d: Pulling fs layer 04:27:17 0eba1c9be4d2: Pulling fs layer 04:27:17 0d57e429df01: Pulling fs layer 04:27:17 4e4be7b47b0d: Pulling fs layer 04:27:17 e1f770b5df2f: Pulling fs layer 04:27:17 85a0685a4137: Pulling fs layer 04:27:17 0eba1c9be4d2: Waiting 04:27:17 0d57e429df01: Waiting 04:27:17 4e4be7b47b0d: Waiting 04:27:17 e1f770b5df2f: Waiting 04:27:17 de9db76c5a1d: Download complete 04:27:17 0ef7d3d256c8: Verifying Checksum 04:27:17 0ef7d3d256c8: Download complete 04:27:17 0d57e429df01: Verifying Checksum 04:27:17 0d57e429df01: Download complete 04:27:17 188c0c94c7c5: Verifying Checksum 04:27:17 188c0c94c7c5: Download complete 04:27:17 4e4be7b47b0d: Verifying Checksum 04:27:17 4e4be7b47b0d: Download complete 04:27:18 188c0c94c7c5: Pull complete 04:27:18 0ef7d3d256c8: Pull complete 04:27:18 de9db76c5a1d: Pull complete 04:27:19 e1f770b5df2f: Verifying Checksum 04:27:19 e1f770b5df2f: Download complete 04:27:21 85a0685a4137: Verifying Checksum 04:27:21 85a0685a4137: Download complete 04:27:21 0eba1c9be4d2: Verifying Checksum 04:27:21 0eba1c9be4d2: Download complete 04:27:27 0eba1c9be4d2: Pull complete 04:27:27 0d57e429df01: Pull complete 04:27:27 4e4be7b47b0d: Pull complete 04:27:28 e1f770b5df2f: Pull complete 04:27:37 85a0685a4137: Pull complete 04:27:37 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 04:27:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:27:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 04:27:37 prd-centos7-docker-4c-2g-383 does not seem to be running inside a container 04:27:37 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:27:38 $ docker top ceef6c799f70a1c04bb4a7286a6b6c926840873337841e0ae74cb784b866db24 -eo pid,comm [Pipeline] { [Pipeline] echo 04:27:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 04:27:38 + set -o pipefail 04:27:38 + snyk monitor '--org=edgex-jenkins' 04:27:57 04:27:57 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 04:27:57 04:27:57 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/3ae64b49-ba57-44f6-b5b4-1a5186796ce2 04:27:57 04:27:57 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:27:57 04:27:57 04:27:57 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 04:27:57 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 04:27:57 $ docker stop --time=1 ceef6c799f70a1c04bb4a7286a6b6c926840873337841e0ae74cb784b866db24 04:28:00 $ docker rm -f ceef6c799f70a1c04bb4a7286a6b6c926840873337841e0ae74cb784b866db24 [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 04:28:00 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:28:00 provisioning config files... 04:28:00 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2207104938074954676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:28:01 --> edgex-publish-swagger.sh 04:28:01 === Publish openapi/v1 API === 04:28:01 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 04:28:01 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 04:28:01 % Total % Received % Xferd Average Speed Time Time Time Current 04:28:01 Dload Upload Total Spent Left Speed 04:28:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 25355 --:--:-- --:--:-- --:--:-- 25345 100 19947 0 0 100 19947 0 25346 --:--:-- --:--:-- --:--:-- 25345 04:28:02 04:28:02 04:28:02 === Publish openapi/v2 API === 04:28:02 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 04:28:02 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 04:28:02 % Total % Received % Xferd Average Speed Time Time Time Current 04:28:02 Dload Upload Total Spent Left Speed 04:28:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 67357 --:--:-- --:--:-- --:--:-- 67474 04:28:02 04:28:02 [Pipeline] } 04:28:02 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 04:28:03 + git log --format=format:%s -1 4afc3732447dbc1bcd63643089443d556eeee277 [Pipeline] isUnix [Pipeline] sh 04:28:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:28:03 . [Pipeline] withDockerContainer 04:28:03 prd-centos7-docker-4c-2g-383 does not seem to be running inside a container 04:28:03 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:28:04 $ docker top 07d4b1d76b753e5c31ee852cd8d5e15b9b95711254bb24bae5bd18dc189283ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:28:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:28:04 [ssh-agent] Looking for ssh-agent implementation... 04:28:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:28:05 $ docker exec 07d4b1d76b753e5c31ee852cd8d5e15b9b95711254bb24bae5bd18dc189283ec ssh-agent 04:28:05 SSH_AUTH_SOCK=/tmp/ssh-DYKBatAKbeCF/agent.12 04:28:05 SSH_AGENT_PID=17 04:28:05 Running ssh-add (command line suppressed) 04:28:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3321669212260303921.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3321669212260303921.key) 04:28:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:28:05 + git semver tag 04:28:05 # -> Open(): unable to determine branch for HEAD 04:28:05 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:28:05 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:28:05 # $SEMVER_REMOTE_NAME = origin 04:28:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:28:05 # $SEMVER_USER_NAME = edgex-jenkins 04:28:05 # $SEMVER_BRANCH = master 04:28:05 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 04:28:05 # 4afc3732447dbc1bcd63643089443d556eeee277 HEAD 04:28:06 # -> Force: false 04:28:06 # d6b2618495051e7068fcf28ab1f8b759846bdc12 refs/tags/v2.0.0-dev.44 [Pipeline] } 04:28:06 $ docker exec --env ******** --env ******** 07d4b1d76b753e5c31ee852cd8d5e15b9b95711254bb24bae5bd18dc189283ec ssh-agent -k 04:28:06 unset SSH_AUTH_SOCK; 04:28:06 unset SSH_AGENT_PID; 04:28:06 echo Agent pid 17 killed; 04:28:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:28:06 + git semver [Pipeline] } 04:28:06 $ docker stop --time=1 07d4b1d76b753e5c31ee852cd8d5e15b9b95711254bb24bae5bd18dc189283ec 04:28:08 $ docker rm -f 07d4b1d76b753e5c31ee852cd8d5e15b9b95711254bb24bae5bd18dc189283ec [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:28:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:28:08 04:28:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:28:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:28:08 0.23.1-centos7: Pulling from edgex-lftools 04:28:08 ab5ef0e58194: Pulling fs layer 04:28:08 9712f1f96733: Pulling fs layer 04:28:08 63f879dbbcfc: Pulling fs layer 04:28:08 0d9ebad4ef96: Pulling fs layer 04:28:08 e9a5061849ea: Pulling fs layer 04:28:08 d747dcd14b5f: Pulling fs layer 04:28:08 2de7ff778b66: Pulling fs layer 04:28:08 e9a5061849ea: Waiting 04:28:08 d747dcd14b5f: Waiting 04:28:08 2de7ff778b66: Waiting 04:28:08 0d9ebad4ef96: Waiting 04:28:08 9712f1f96733: Verifying Checksum 04:28:08 9712f1f96733: Download complete 04:28:10 63f879dbbcfc: Verifying Checksum 04:28:10 63f879dbbcfc: Download complete 04:28:10 e9a5061849ea: Verifying Checksum 04:28:10 e9a5061849ea: Download complete 04:28:10 d747dcd14b5f: Verifying Checksum 04:28:10 d747dcd14b5f: Download complete 04:28:11 0d9ebad4ef96: Verifying Checksum 04:28:11 0d9ebad4ef96: Download complete 04:28:11 2de7ff778b66: Download complete 04:28:11 ab5ef0e58194: Verifying Checksum 04:28:11 ab5ef0e58194: Download complete 04:28:16 ab5ef0e58194: Pull complete 04:28:16 9712f1f96733: Pull complete 04:28:19 63f879dbbcfc: Pull complete 04:28:25 0d9ebad4ef96: Pull complete 04:28:26 e9a5061849ea: Pull complete 04:28:26 d747dcd14b5f: Pull complete 04:28:29 2de7ff778b66: Pull complete 04:28:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:28:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:28:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:28:30 prd-centos7-docker-4c-2g-383 does not seem to be running inside a container 04:28:30 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:28:34 $ docker top e5a3c2d55c77a5fd8c6793e78c42f728ff49a6e4baf46f039e7ec14704fdbd9a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:28:34 provisioning config files... 04:28:34 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4761582783466408420tmp 04:28:34 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2848921795371654181tmp 04:28:34 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8565988425446128341tmp [Pipeline] { [Pipeline] echo 04:28:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:28:34 ---> sigul-configuration.sh 04:28:34 gpg: directory `/root/.gnupg' created 04:28:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:28:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:28:34 gpg: keyring `/root/.gnupg/secring.gpg' created 04:28:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:28:34 gpg: CAST5 encrypted data 04:28:34 gpg: encrypted with 1 passphrase 04:28:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:28:35 + mkdir /home/jenkins 04:28:35 + mkdir /home/jenkins/sigul [Pipeline] sh 04:28:35 + 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 04:28:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:28:35 ---> sigul-install.sh 04:28:42 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:28:42 + git tag --list 04:28:42 0.7.1 04:28:42 delhi-tag 04:28:42 v1.0.0 04:28:42 v1.1.0 04:28:42 v1.1.1 04:28:42 v1.1.2 04:28:42 v1.2.0 04:28:42 v1.2.1 04:28:42 v1.2.2 04:28:42 v1.2.3 04:28:42 v1.3.0 04:28:42 v1.4.0 04:28:42 v2.0.0-dev.1 04:28:42 v2.0.0-dev.10 04:28:42 v2.0.0-dev.11 04:28:42 v2.0.0-dev.12 04:28:42 v2.0.0-dev.13 04:28:42 v2.0.0-dev.14 04:28:42 v2.0.0-dev.15 04:28:42 v2.0.0-dev.16 04:28:42 v2.0.0-dev.17 04:28:42 v2.0.0-dev.18 04:28:42 v2.0.0-dev.19 04:28:42 v2.0.0-dev.2 04:28:42 v2.0.0-dev.20 04:28:42 v2.0.0-dev.21 04:28:42 v2.0.0-dev.22 04:28:42 v2.0.0-dev.23 04:28:42 v2.0.0-dev.24 04:28:42 v2.0.0-dev.25 04:28:42 v2.0.0-dev.26 04:28:42 v2.0.0-dev.27 04:28:42 v2.0.0-dev.28 04:28:42 v2.0.0-dev.29 04:28:42 v2.0.0-dev.3 04:28:42 v2.0.0-dev.30 04:28:42 v2.0.0-dev.31 04:28:42 v2.0.0-dev.32 04:28:42 v2.0.0-dev.33 04:28:42 v2.0.0-dev.34 04:28:42 v2.0.0-dev.35 04:28:42 v2.0.0-dev.36 04:28:42 v2.0.0-dev.37 04:28:42 v2.0.0-dev.38 04:28:42 v2.0.0-dev.39 04:28:42 v2.0.0-dev.4 04:28:42 v2.0.0-dev.40 04:28:42 v2.0.0-dev.41 04:28:42 v2.0.0-dev.42 04:28:42 v2.0.0-dev.43 04:28:42 v2.0.0-dev.44 04:28:42 v2.0.0-dev.5 04:28:42 v2.0.0-dev.6 04:28:42 v2.0.0-dev.7 04:28:42 v2.0.0-dev.8 04:28:42 v2.0.0-dev.9 [Pipeline] sh 04:28:43 + lftools sign git-tag v2.0.0-dev.44 04:28:44 Signing Git tag with Sigul... 04:28:44 Signing v2.0.0-dev.44 [Pipeline] echo 04:28:45 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:28:45 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:28:45 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:28:45 $ docker stop --time=1 e5a3c2d55c77a5fd8c6793e78c42f728ff49a6e4baf46f039e7ec14704fdbd9a 04:28:47 $ docker rm -f e5a3c2d55c77a5fd8c6793e78c42f728ff49a6e4baf46f039e7ec14704fdbd9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:28:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:28:48 . [Pipeline] withDockerContainer 04:28:48 prd-centos7-docker-4c-2g-383 does not seem to be running inside a container 04:28:48 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:28:49 $ docker top 65c75408ade27c54b3e9198e96cfb07f84ea245a8e6973be8c043c18426f3934 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:28:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:28:49 [ssh-agent] Looking for ssh-agent implementation... 04:28:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:28:49 $ docker exec 65c75408ade27c54b3e9198e96cfb07f84ea245a8e6973be8c043c18426f3934 ssh-agent 04:28:50 SSH_AUTH_SOCK=/tmp/ssh-OuvANpDMdqQY/agent.13 04:28:50 SSH_AGENT_PID=18 04:28:50 Running ssh-add (command line suppressed) 04:28:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8814018977964566650.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8814018977964566650.key) 04:28:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:28:50 + git semver bump pre 04:28:50 # -> Open(): unable to determine branch for HEAD 04:28:50 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:28:50 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:28:50 # $SEMVER_REMOTE_NAME = origin 04:28:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:28:50 # $SEMVER_USER_NAME = edgex-jenkins 04:28:50 # $SEMVER_BRANCH = master 04:28:50 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 04:28:50 2.0.0-dev.45 [Pipeline] } 04:28:50 $ docker exec --env ******** --env ******** 65c75408ade27c54b3e9198e96cfb07f84ea245a8e6973be8c043c18426f3934 ssh-agent -k 04:28:50 unset SSH_AUTH_SOCK; 04:28:50 unset SSH_AGENT_PID; 04:28:50 echo Agent pid 18 killed; 04:28:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:28:51 + git semver [Pipeline] } 04:28:51 $ docker stop --time=1 65c75408ade27c54b3e9198e96cfb07f84ea245a8e6973be8c043c18426f3934 04:28:52 $ docker rm -f 65c75408ade27c54b3e9198e96cfb07f84ea245a8e6973be8c043c18426f3934 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:28:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:28:53 . [Pipeline] withDockerContainer 04:28:53 prd-centos7-docker-4c-2g-383 does not seem to be running inside a container 04:28:53 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:28:53 $ docker top 9081376018ab52890a42045bf35c9d88a1b0a3408eac6bc58d40e3773ddd4f65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:28:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:28:54 [ssh-agent] Looking for ssh-agent implementation... 04:28:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:28:54 $ docker exec 9081376018ab52890a42045bf35c9d88a1b0a3408eac6bc58d40e3773ddd4f65 ssh-agent 04:28:54 SSH_AUTH_SOCK=/tmp/ssh-ZthIJVcVOHYZ/agent.11 04:28:54 SSH_AGENT_PID=17 04:28:54 Running ssh-add (command line suppressed) 04:28:54 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7196825258847333331.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7196825258847333331.key) 04:28:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:28:54 + git semver push 04:28:54 # -> Open(): unable to determine branch for HEAD 04:28:54 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:28:54 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:28:54 # $SEMVER_REMOTE_NAME = origin 04:28:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:28:54 # $SEMVER_USER_NAME = edgex-jenkins 04:28:54 # $SEMVER_BRANCH = master 04:28:54 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 04:28:59 $ docker exec --env ******** --env ******** 9081376018ab52890a42045bf35c9d88a1b0a3408eac6bc58d40e3773ddd4f65 ssh-agent -k 04:28:59 unset SSH_AUTH_SOCK; 04:28:59 unset SSH_AGENT_PID; 04:28:59 echo Agent pid 17 killed; 04:28:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:28:59 + git semver [Pipeline] } 04:28:59 $ docker stop --time=1 9081376018ab52890a42045bf35c9d88a1b0a3408eac6bc58d40e3773ddd4f65 04:29:01 $ docker rm -f 9081376018ab52890a42045bf35c9d88a1b0a3408eac6bc58d40e3773ddd4f65 [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 04:29:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:29:02 ---> package-listing.sh 04:29:02 ++ facter osfamily 04:29:02 ++ tr '[:upper:]' '[:lower:]' 04:29:02 + OS_FAMILY=redhat 04:29:02 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 04:29:02 + START_PACKAGES=/tmp/packages_start.txt 04:29:02 + END_PACKAGES=/tmp/packages_end.txt 04:29:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:29:02 + PACKAGES=/tmp/packages_start.txt 04:29:02 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 04:29:02 + PACKAGES=/tmp/packages_end.txt 04:29:02 + case "${OS_FAMILY}" in 04:29:02 + rpm -qa 04:29:02 + sort 04:29:07 + '[' -f /tmp/packages_start.txt ']' 04:29:07 + '[' -f /tmp/packages_end.txt ']' 04:29:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:29:07 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 04:29:07 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 04:29:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 04:29:07 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 04:29:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:29:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:29:08 04:29:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:29:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:29:08 alpine: Pulling from edgex-lftools-log-publisher 04:29:08 df20fa9351a1: Pulling fs layer 04:29:08 36b3adc4ff6f: Pulling fs layer 04:29:08 8ad3a11d3b57: Pulling fs layer 04:29:08 46f8f816bc3b: Pulling fs layer 04:29:08 93b61091891f: Pulling fs layer 04:29:08 93b9cdb0e59b: Pulling fs layer 04:29:08 5e14af77c1be: Pulling fs layer 04:29:08 01666e4c0597: Pulling fs layer 04:29:08 aa168da1d23b: Pulling fs layer 04:29:08 93b9cdb0e59b: Waiting 04:29:08 5e14af77c1be: Waiting 04:29:08 01666e4c0597: Waiting 04:29:08 aa168da1d23b: Waiting 04:29:08 46f8f816bc3b: Waiting 04:29:08 93b61091891f: Waiting 04:29:08 36b3adc4ff6f: Verifying Checksum 04:29:08 36b3adc4ff6f: Download complete 04:29:08 46f8f816bc3b: Verifying Checksum 04:29:08 46f8f816bc3b: Download complete 04:29:08 df20fa9351a1: Verifying Checksum 04:29:08 df20fa9351a1: Download complete 04:29:09 93b9cdb0e59b: Verifying Checksum 04:29:09 93b9cdb0e59b: Download complete 04:29:09 5e14af77c1be: Verifying Checksum 04:29:09 5e14af77c1be: Download complete 04:29:09 93b61091891f: Verifying Checksum 04:29:09 93b61091891f: Download complete 04:29:09 01666e4c0597: Verifying Checksum 04:29:09 01666e4c0597: Download complete 04:29:09 8ad3a11d3b57: Verifying Checksum 04:29:09 8ad3a11d3b57: Download complete 04:29:09 df20fa9351a1: Pull complete 04:29:09 36b3adc4ff6f: Pull complete 04:29:10 8ad3a11d3b57: Pull complete 04:29:10 46f8f816bc3b: Pull complete 04:29:11 aa168da1d23b: Verifying Checksum 04:29:11 aa168da1d23b: Download complete 04:29:11 93b61091891f: Pull complete 04:29:11 93b9cdb0e59b: Pull complete 04:29:11 5e14af77c1be: Pull complete 04:29:11 01666e4c0597: Pull complete 04:29:20 aa168da1d23b: Pull complete 04:29:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:29:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:29:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:29:20 prd-centos7-docker-4c-2g-383 does not seem to be running inside a container 04:29:20 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:29:23 $ docker top 93d7256c57c6fc19cfd28f112609225fa0432ed2e6553b5397d4a06e01f6f6cf -eo pid,comm [Pipeline] { [Pipeline] sh 04:29:23 + touch /tmp/pre-build-complete [Pipeline] sh 04:29:23 + mkdir -p /var/log/sa [Pipeline] sh 04:29:24 + ls /var/log/sa-host 04:29:24 + sadf -c /var/log/sa-host/sa16 04:29:24 file_magic: OK 04:29:24 HZ: Using current value: 100 04:29:24 file_header: OK 04:29:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:29:24 Statistics: 04:29:24 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... 04:29:24 File successfully converted to sysstat format version 12.2.1 04:29:24 + sadf -c /var/log/sa-host/sa23 04:29:24 file_magic: OK 04:29:24 HZ: Using current value: 100 04:29:24 file_header: OK 04:29:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:29:24 Statistics: 04:29:24 Hnuu...uuuununununu... 04:29:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:29:24 provisioning config files... 04:29:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5965524558459661091tmp [Pipeline] { [Pipeline] echo 04:29:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:29:25 ---> create-netrc.sh [Pipeline] } 04:29:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:29:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:29:25 ---> python-tools-install.sh [Pipeline] echo 04:29:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:29:25 ---> sudo-logs.sh 04:29:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:29:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:29:26 ---> job-cost.sh 04:29:26 lf-activate-venv: SKIPPING 04:29:26 DEBUG: total: 0.029999999329447746 04:29:26 INFO: Retrieving Stack Cost... 04:29:27 INFO: Retrieving Pricing Info for: v1-standard-2 04:29:27 INFO: Archiving Costs [Pipeline] echo 04:29:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:29:27 ---> logs-deploy.sh 04:29:27 lf-activate-venv: SKIPPING 04:29:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/149 04:29:27 INFO: archiving workspace using pattern(s): 04:29:29 Archives upload complete. 04:29:29 INFO: archiving logs to Nexus 04:29:30 ---> uname -a: 04:29:30 Linux prd-centos7-docker-4c-2g-383.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:29:30 04:29:30 04:29:30 ---> lscpu: 04:29:30 Architecture: x86_64 04:29:30 CPU op-mode(s): 32-bit, 64-bit 04:29:30 Byte Order: Little Endian 04:29:30 Address sizes: 40 bits physical, 48 bits virtual 04:29:30 CPU(s): 4 04:29:30 On-line CPU(s) list: 0-3 04:29:30 Thread(s) per core: 1 04:29:30 Core(s) per socket: 1 04:29:30 Socket(s): 4 04:29:30 NUMA node(s): 1 04:29:30 Vendor ID: GenuineIntel 04:29:30 CPU family: 6 04:29:30 Model: 44 04:29:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:29:30 Stepping: 1 04:29:30 CPU MHz: 2933.442 04:29:30 BogoMIPS: 5866.88 04:29:30 Virtualization: VT-x 04:29:30 Hypervisor vendor: KVM 04:29:30 Virtualization type: full 04:29:30 L1d cache: 128 KiB 04:29:30 L1i cache: 128 KiB 04:29:30 L2 cache: 16 MiB 04:29:30 L3 cache: 64 MiB 04:29:30 NUMA node0 CPU(s): 0-3 04:29:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:29:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:29:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:29:30 Vulnerability Meltdown: Mitigation; PTI 04:29:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:29:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:29:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:29:30 Vulnerability Srbds: Not affected 04:29:30 Vulnerability Tsx async abort: Not affected 04:29:30 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 04:29:30 04:29:30 04:29:30 ---> nproc: 04:29:30 4 04:29:30 04:29:30 04:29:30 ---> df -h: 04:29:30 Filesystem Size Used Available Use% Mounted on 04:29:30 overlay 50.0G 8.5G 41.4G 17% / 04:29:30 tmpfs 64.0M 0 64.0M 0% /dev 04:29:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:29:30 shm 64.0M 0 64.0M 0% /dev/shm 04:29:30 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 04:29:30 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 04:29:30 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 04:29:30 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 04:29:30 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 04:29:30 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 04:29:30 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 04:29:30 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 04:29:30 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 04:29:30 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 04:29:30 04:29:30 04:29:30 ---> free -m: 04:29:30 total used free shared buff/cache available 04:29:30 Mem: 1837 832 148 0 855 940 04:29:30 Swap: 1023 3 1020 04:29:30 04:29:30 04:29:30 ---> ip addr: 04:29:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:29:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:29:30 inet 127.0.0.1/8 scope host lo 04:29:30 valid_lft forever preferred_lft forever 04:29:30 inet6 ::1/128 scope host 04:29:30 valid_lft forever preferred_lft forever 04:29:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:29:30 link/ether fa:16:3e:73:f7:1d brd ff:ff:ff:ff:ff:ff 04:29:30 inet 10.30.122.193/23 brd 10.30.123.255 scope global dynamic eth0 04:29:30 valid_lft 85576sec preferred_lft 85576sec 04:29:30 inet6 fe80::f816:3eff:fe73:f71d/64 scope link 04:29:30 valid_lft forever preferred_lft forever 04:29:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:29:30 link/ether 02:42:f7:c5:9c:6e brd ff:ff:ff:ff:ff:ff 04:29:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:29:30 valid_lft forever preferred_lft forever 04:29:30 inet6 fe80::42:f7ff:fec5:9c6e/64 scope link 04:29:30 valid_lft forever preferred_lft forever 04:29:30 04:29:30 04:29:30 ---> sar -b -r -n DEV: 04:29:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 04:29:30 04:29:30 04:15:35 LINUX RESTART (4 CPU) 04:29:30 04:29:30 04:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:29:30 04:17:02 81.06 37.28 43.78 0.00 7669.30 4030.49 0.00 04:29:30 04:18:01 2.57 0.00 2.57 0.00 0.00 60.14 0.00 04:29:30 04:19:01 0.42 0.00 0.42 0.00 0.00 6.14 0.00 04:29:30 04:20:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 04:29:30 04:21:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 04:29:30 04:22:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 04:29:30 04:23:01 0.30 0.00 0.30 0.00 0.00 3.95 0.00 04:29:30 04:24:01 0.25 0.00 0.25 0.00 0.00 3.40 0.00 04:29:30 04:25:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 04:29:30 04:26:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 04:29:30 04:27:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 04:29:30 04:28:01 301.28 182.81 118.47 0.00 8786.55 36767.78 0.00 04:29:30 04:29:01 202.51 71.01 131.50 0.00 4251.18 33447.35 0.00 04:29:30 Average: 45.46 22.43 23.02 0.00 1595.84 5729.12 0.00 04:29:30 04:29:30 04:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:29:30 04:17:02 132424 0 618052 32.85 2620 1128448 1114244 38.03 431360 1118004 128 04:29:30 04:18:01 134476 0 615880 32.73 2620 1128568 1081024 36.89 432348 1115392 20 04:29:30 04:19:01 132212 0 618140 32.85 2620 1128572 1081168 36.90 448824 1101824 16 04:29:30 04:20:01 133308 0 617044 32.79 2620 1128572 1080904 36.89 447512 1101824 20 04:29:30 04:21:01 131332 0 619012 32.90 2620 1128580 1081120 36.90 455264 1096156 16 04:29:30 04:22:01 131820 0 618520 32.87 2620 1128584 1080988 36.89 454884 1096156 12 04:29:30 04:23:01 131124 0 619208 32.91 2620 1128592 1081096 36.90 455712 1096156 8 04:29:30 04:24:01 132212 0 618116 32.85 2620 1128596 1080904 36.89 454784 1096156 8 04:29:30 04:25:01 131956 0 618364 32.86 2620 1128604 1080904 36.89 454692 1096156 8 04:29:30 04:26:01 132112 0 618204 32.86 2620 1128608 1080904 36.89 454752 1096156 8 04:29:30 04:27:01 131528 0 618788 32.89 2620 1128608 1080988 36.89 455372 1096156 12 04:29:30 04:28:01 229688 0 711908 37.84 2596 937352 1114156 38.02 522484 860128 32 04:29:30 04:29:01 254472 0 778020 41.35 1492 847560 1115480 38.07 577808 716556 20 04:29:30 Average: 149128 0 637635 33.89 2531 1092250 1088760 37.16 465061 1052832 24 04:29:30 04:29:30 04:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:29:30 04:17:02 eth0 572.67 351.71 1137.14 85.99 0.00 0.00 0.00 0.00 04:29:30 04:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:17:02 docker0 10.73 7.72 1.73 25.54 0.00 0.00 0.00 0.00 04:29:30 04:18:01 eth0 1.76 0.39 0.38 0.21 0.00 0.00 0.00 0.00 04:29:30 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:19:01 eth0 1.22 0.70 0.55 0.41 0.00 0.00 0.00 0.00 04:29:30 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:20:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 04:29:30 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:21:01 eth0 1.55 0.68 0.59 0.40 0.00 0.00 0.00 0.00 04:29:30 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:22:01 eth0 0.83 0.22 0.20 0.07 0.00 0.00 0.00 0.00 04:29:30 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:23:01 eth0 0.48 0.43 0.28 0.21 0.00 0.00 0.00 0.00 04:29:30 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:24:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:29:30 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:25:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:29:30 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:26:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:29:30 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:27:01 eth0 0.33 0.27 0.14 0.08 0.00 0.00 0.00 0.00 04:29:30 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:28:01 eth0 509.99 409.45 4345.69 68.17 0.00 0.00 0.00 0.00 04:29:30 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:28:01 docker0 49.73 51.01 4.43 256.30 0.00 0.00 0.00 0.00 04:29:30 04:29:01 eth0 486.36 403.49 3510.96 54.00 0.00 0.00 0.00 0.00 04:29:30 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 04:29:01 docker0 28.57 32.90 1.84 244.47 0.00 0.00 0.00 0.00 04:29:30 Average: eth0 121.47 89.99 693.32 16.15 0.00 0.00 0.00 0.00 04:29:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:29:30 Average: docker0 6.86 7.06 0.62 40.56 0.00 0.00 0.00 0.00 04:29:30 04:29:30 04:29:30 ---> sar -P ALL: 04:29:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 04:29:30 04:29:30 04:15:35 LINUX RESTART (4 CPU) 04:29:30 04:29:30 04:16:01 CPU %user %nice %system %iowait %steal %idle 04:29:30 04:17:02 all 12.99 0.00 5.19 1.67 0.04 80.11 04:29:30 04:17:02 0 14.17 0.00 5.29 0.84 0.05 79.65 04:29:30 04:17:02 1 12.52 0.00 4.42 1.29 0.03 81.74 04:29:30 04:17:02 2 13.77 0.00 5.80 2.78 0.03 77.61 04:29:30 04:17:02 3 11.49 0.00 5.26 1.76 0.03 81.46 04:29:30 04:18:01 all 0.14 0.00 0.05 0.00 0.00 99.81 04:29:30 04:18:01 0 0.03 0.00 0.07 0.00 0.00 99.90 04:29:30 04:18:01 1 0.46 0.00 0.05 0.00 0.00 99.49 04:29:30 04:18:01 2 0.08 0.00 0.05 0.00 0.00 99.86 04:29:30 04:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:29:30 04:19:01 all 0.15 0.00 0.06 0.00 0.00 99.78 04:29:30 04:19:01 0 0.08 0.00 0.03 0.00 0.00 99.88 04:29:30 04:19:01 1 0.43 0.00 0.07 0.00 0.00 99.50 04:29:30 04:19:01 2 0.05 0.00 0.03 0.00 0.02 99.90 04:29:30 04:19:01 3 0.05 0.00 0.10 0.00 0.00 99.85 04:29:30 04:20:01 all 0.09 0.00 0.05 0.00 0.01 99.85 04:29:30 04:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:29:30 04:20:01 1 0.28 0.00 0.08 0.00 0.02 99.62 04:29:30 04:20:01 2 0.05 0.00 0.05 0.00 0.00 99.90 04:29:30 04:20:01 3 0.02 0.00 0.03 0.00 0.02 99.93 04:29:30 04:21:01 all 0.05 0.00 0.04 0.00 0.00 99.91 04:29:30 04:21:01 0 0.05 0.00 0.02 0.00 0.00 99.93 04:29:30 04:21:01 1 0.02 0.00 0.05 0.00 0.00 99.93 04:29:30 04:21:01 2 0.08 0.00 0.05 0.00 0.00 99.87 04:29:30 04:21:01 3 0.03 0.00 0.05 0.00 0.00 99.92 04:29:30 04:22:01 all 0.15 0.00 0.04 0.00 0.00 99.81 04:29:30 04:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:29:30 04:22:01 1 0.48 0.00 0.05 0.00 0.00 99.47 04:29:30 04:22:01 2 0.05 0.00 0.05 0.00 0.00 99.90 04:29:30 04:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:29:30 04:23:01 all 0.17 0.00 0.04 0.00 0.00 99.78 04:29:30 04:23:01 0 0.05 0.00 0.07 0.02 0.00 99.87 04:29:30 04:23:01 1 0.55 0.00 0.02 0.00 0.00 99.43 04:29:30 04:23:01 2 0.03 0.00 0.07 0.00 0.00 99.90 04:29:30 04:23:01 3 0.07 0.00 0.02 0.00 0.00 99.92 04:29:30 04:24:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:29:30 04:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:29:30 04:24:01 1 0.52 0.00 0.02 0.00 0.00 99.47 04:29:30 04:24:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:29:30 04:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:29:30 04:25:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:29:30 04:25:01 0 0.03 0.00 0.05 0.00 0.00 99.92 04:29:30 04:25:01 1 0.52 0.00 0.02 0.00 0.00 99.47 04:29:30 04:25:01 2 0.07 0.00 0.05 0.00 0.00 99.88 04:29:30 04:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:29:30 04:26:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:29:30 04:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:29:30 04:26:01 1 0.53 0.00 0.03 0.00 0.00 99.43 04:29:30 04:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:29:30 04:26:01 3 0.00 0.00 0.03 0.00 0.00 99.97 04:29:30 04:27:01 all 0.15 0.00 0.02 0.00 0.00 99.82 04:29:30 04:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:29:30 04:27:01 1 0.52 0.00 0.02 0.00 0.00 99.47 04:29:30 04:27:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:29:30 04:27:01 3 0.07 0.00 0.03 0.00 0.00 99.90 04:29:30 04:29:30 04:27:01 CPU %user %nice %system %iowait %steal %idle 04:29:30 04:28:01 all 10.51 0.00 7.62 3.25 0.07 78.55 04:29:30 04:28:01 0 10.01 0.00 8.15 3.03 0.09 78.72 04:29:30 04:28:01 1 10.80 0.00 7.90 4.23 0.05 77.02 04:29:30 04:28:01 2 10.62 0.00 7.31 1.18 0.09 80.81 04:29:30 04:28:01 3 10.64 0.00 7.14 4.54 0.05 77.64 04:29:30 04:29:01 all 12.45 0.00 9.58 3.38 0.07 74.51 04:29:30 04:29:01 0 10.88 0.00 8.53 2.83 0.07 77.69 04:29:30 04:29:01 1 11.33 0.00 8.99 3.40 0.07 76.21 04:29:30 04:29:01 2 16.96 0.00 10.89 4.51 0.07 67.57 04:29:30 04:29:01 3 10.67 0.00 9.93 2.80 0.07 76.53 04:29:30 Average: all 2.83 0.00 1.73 0.63 0.01 94.80 04:29:30 Average: 0 2.69 0.00 1.69 0.51 0.02 95.09 04:29:30 Average: 1 2.96 0.00 1.65 0.68 0.01 94.70 04:29:30 Average: 2 3.17 0.00 1.85 0.64 0.02 94.33 04:29:30 Average: 3 2.50 0.00 1.71 0.69 0.01 95.08 04:29:30 04:29:30 04:29:30