Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1894bc1e392d8688e2b497c25b4baea951eb17b4 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-32871 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 > 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 Checking out Revision 1894bc1e392d8688e2b497c25b4baea951eb17b4 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 Commit message: "Merge pull request #844 from hahattan/issue-668" > git rev-list --no-walk 119be5743e00329d34d55769b1b512288156e580 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:01:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:01:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:01:17 ========================================================= 03:01:17 EdgeX Global Pipelines Version Info 03:01:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:01:19 ------------------- 03:01:19 stable info: 03:01:19 ------------------- 03:01:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:01:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:01:19 Message: update stable to v1.0.186 03:01:20 ------------------- 03:01:20 experimental info: 03:01:20 ------------------- 03:01:20 Commited By: **** collab-it+edgex@linuxfoundation.org 03:01:20 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 03:01:20 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:01:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:01:20 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:01:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:01:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:01:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:01:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:01:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:01:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:01:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:01:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:01:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:01:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:01:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:01:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:01:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:01:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:01:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:01:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:01:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1894bc1e392d8688e2b497c25b4baea951eb17b4 [Pipeline] echo 03:01:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1894bc1 [Pipeline] echo 03:01:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:01:23 provisioning config files... 03:01:23 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config545188424824910833tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:01:24 ---> docker-login.sh 03:01:24 nexus3.edgexfoundry.org:10001 03:01:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:24 Configure a credential helper to remove this warning. See 03:01:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:24 03:01:24 Login Succeeded 03:01:24 nexus3.edgexfoundry.org:10002 03:01:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:24 Configure a credential helper to remove this warning. See 03:01:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:24 03:01:24 Login Succeeded 03:01:24 nexus3.edgexfoundry.org:10003 03:01:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:24 Configure a credential helper to remove this warning. See 03:01:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:24 03:01:24 Login Succeeded 03:01:24 nexus3.edgexfoundry.org:10004 03:01:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:25 Configure a credential helper to remove this warning. See 03:01:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:25 03:01:25 Login Succeeded 03:01:25 docker.io 03:01:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:25 Configure a credential helper to remove this warning. See 03:01:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:25 03:01:25 Login Succeeded 03:01:25 ---> docker-login.sh ends [Pipeline] } 03:01: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 03:01:26 + git log --format=format:%s -1 1894bc1e392d8688e2b497c25b4baea951eb17b4 [Pipeline] echo 03:01:26 GIT_COMMIT: 1894bc1e392d8688e2b497c25b4baea951eb17b4, Commit Message: Merge pull request #844 from hahattan/issue-668 [Pipeline] echo 03:01:26 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:01:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:01:27 03:01:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:01:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:01:27 latest: Pulling from edgex-devops/git-semver 03:01:27 31603596830f: Pulling fs layer 03:01:27 2a8b12db71e7: Pulling fs layer 03:01:27 6ca5941a6612: Pulling fs layer 03:01:27 ecc8261a40a4: Pulling fs layer 03:01:27 ecc8261a40a4: Waiting 03:01:27 2a8b12db71e7: Verifying Checksum 03:01:27 2a8b12db71e7: Download complete 03:01:28 31603596830f: Download complete 03:01:28 ecc8261a40a4: Verifying Checksum 03:01:28 ecc8261a40a4: Download complete 03:01:28 6ca5941a6612: Verifying Checksum 03:01:28 6ca5941a6612: Download complete 03:01:28 31603596830f: Pull complete 03:01:28 2a8b12db71e7: Pull complete 03:01:29 6ca5941a6612: Pull complete 03:01:29 ecc8261a40a4: Pull complete 03:01:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:01:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:01:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:01:29 prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container 03:01: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 03:01:31 $ docker top e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:01:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:01:32 [ssh-agent] Looking for ssh-agent implementation... 03:01:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:01:32 $ docker exec e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 ssh-agent 03:01:32 SSH_AUTH_SOCK=/tmp/ssh-EEs70DFEP5kR/agent.12 03:01:32 SSH_AGENT_PID=17 03:01:32 Running ssh-add (command line suppressed) 03:01:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_845873395051560775.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_845873395051560775.key) 03:01:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:01:33 + git tag --points-at HEAD [Pipeline] } 03:01:33 $ docker exec --env ******** --env ******** e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 ssh-agent -k 03:01:33 unset SSH_AUTH_SOCK; 03:01:33 unset SSH_AGENT_PID; 03:01:33 echo Agent pid 17 killed; 03:01:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:01:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:01:33 [ssh-agent] Looking for ssh-agent implementation... 03:01:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:01:33 $ docker exec e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 ssh-agent 03:01:33 SSH_AUTH_SOCK=/tmp/ssh-NGbEa7bEh8or/agent.48 03:01:33 SSH_AGENT_PID=54 03:01:33 Running ssh-add (command line suppressed) 03:01:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2311357230625243950.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2311357230625243950.key) 03:01:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:01:34 + git semver init 03:01:34 # -> Open(): unable to determine branch for HEAD 03:01:34 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:01:34 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:01:34 # $SEMVER_REMOTE_NAME = origin 03:01:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:01:34 # $SEMVER_USER_NAME = edgex-jenkins 03:01:34 # $SEMVER_BRANCH = master 03:01:34 # $SEMVER_TEMP = /tmp/semver-831221066 03:01:34 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:01:34 # '/tmp/semver-831221066' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 03:01:34 # -> Force: false 03:01:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 03:01:34 $ docker exec --env ******** --env ******** e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 ssh-agent -k 03:01:35 unset SSH_AUTH_SOCK; 03:01:35 unset SSH_AGENT_PID; 03:01:35 echo Agent pid 54 killed; 03:01:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:01:35 + git semver [Pipeline] } 03:01:35 $ docker stop --time=1 e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 03:01:37 $ docker rm -f e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 [Pipeline] // withDockerContainer [Pipeline] sh 03:01:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:01:38 Stashed 1 file(s) [Pipeline] echo 03:01:38 [edgeXSemver]: initialized semver on version 2.0.0-dev.34 [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 03:01:53 Still waiting to schedule task 03:01:53 ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-32872’ is offline 03:01:53 Still waiting to schedule task 03:01:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:03:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32874 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 03:03:40 Running in /w/workspace/device-sdk-go/139 [Pipeline] { 03:03:40 Running on prd-centos7-docker-4c-2g-32876 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] checkout [Pipeline] ws 03:03:41 Running in /w/workspace/device-sdk-go/139 [Pipeline] { [Pipeline] checkout 03:03:43 using credential edgex-jenkins-ssh 03:03:43 Cloning the remote Git repository 03:03:43 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:03:43 > git init /w/workspace/device-sdk-go/139 # timeout=10 03:03:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:03:43 > git --version # timeout=10 03:03:43 > git --version # 'git version 2.24.3' 03:03:43 using GIT_SSH to set credentials SSH Credentials for GitHub 03:03:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:03:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:03:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:03:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:03:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:03:44 using GIT_SSH to set credentials SSH Credentials for GitHub 03:03:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:03:45 Checking out Revision 1894bc1e392d8688e2b497c25b4baea951eb17b4 (master) 03:03:45 using credential edgex-jenkins-ssh 03:03:45 Cloning the remote Git repository 03:03:45 > git config core.sparsecheckout # timeout=10 03:03:45 > git checkout -f 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 03:03:45 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:03:45 > git init /w/workspace/device-sdk-go/139 # timeout=10 03:03:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:03:45 > git --version # timeout=10 03:03:46 > git --version # 'git version 2.17.1' 03:03:46 using GIT_SSH to set credentials SSH Credentials for GitHub 03:03:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:03:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:03:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:03:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:03:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:03:47 using GIT_SSH to set credentials SSH Credentials for GitHub 03:03:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:03:47 Checking out Revision 1894bc1e392d8688e2b497c25b4baea951eb17b4 (master) 03:03:47 > git config core.sparsecheckout # timeout=10 03:03:47 > git checkout -f 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 03:03:48 Commit message: "Merge pull request #844 from hahattan/issue-668" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:03:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:03:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:03:50 + sudo service docker restart 03:03:50 + true 03:03:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:03:51 provisioning config files... 03:03:51 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/139@tmp/config3829891183136744100tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:03:51 ---> docker-login.sh 03:03:51 nexus3.edgexfoundry.org:10001 03:03:52 Commit message: "Merge pull request #844 from hahattan/issue-668" 03:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:52 Configure a credential helper to remove this warning. See 03:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:52 03:03:52 Login Succeeded 03:03:52 nexus3.edgexfoundry.org:10002 [Pipeline] withEnv [Pipeline] { 03:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:52 Configure a credential helper to remove this warning. See 03:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:52 03:03:52 Login Succeeded 03:03:52 nexus3.edgexfoundry.org:10003 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:52 Configure a credential helper to remove this warning. See 03:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:52 03:03:52 Login Succeeded 03:03:52 nexus3.edgexfoundry.org:10004 03:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:52 Configure a credential helper to remove this warning. See 03:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:52 03:03:52 Login Succeeded 03:03:52 docker.io 03:03:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:53 Configure a credential helper to remove this warning. See 03:03:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:53 03:03:53 Login Succeeded 03:03:53 ---> docker-login.sh ends [Pipeline] } 03:03:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 03:03:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [Pipeline] echo 03:03:53 ========================================================= 03:03:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:03:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:03:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:03:54 + 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 . 03:03:54 Sending build context to Docker daemon 2.357MB 03:03:54 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:03:54 Step 2/8 : FROM ${BASE} 03:03:54 + true 03:03:54 + sudo service docker restart 03:03:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:03:54 188c0c94c7c5: Pulling fs layer 03:03:54 0ef7d3d256c8: Pulling fs layer 03:03:54 de9db76c5a1d: Pulling fs layer 03:03:54 bca2f99d35d6: Pulling fs layer 03:03:54 93359f2a8cfa: Pulling fs layer 03:03:54 7c6f9722023f: Pulling fs layer 03:03:54 a35cf1a2eb13: Pulling fs layer 03:03:54 93359f2a8cfa: Waiting 03:03:54 7c6f9722023f: Waiting 03:03:54 a35cf1a2eb13: Waiting 03:03:54 bca2f99d35d6: Waiting 03:03:54 de9db76c5a1d: Verifying Checksum 03:03:54 de9db76c5a1d: Download complete 03:03:54 0ef7d3d256c8: Verifying Checksum 03:03:54 0ef7d3d256c8: Download complete 03:03:54 93359f2a8cfa: Verifying Checksum 03:03:54 93359f2a8cfa: Download complete 03:03:54 188c0c94c7c5: Verifying Checksum 03:03:54 188c0c94c7c5: Download complete 03:03:54 7c6f9722023f: Verifying Checksum 03:03:54 7c6f9722023f: Download complete 03:03:54 188c0c94c7c5: Pull complete 03:03:54 0ef7d3d256c8: Pull complete 03:03:54 de9db76c5a1d: Pull complete 03:03:56 a35cf1a2eb13: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:03:57 provisioning config files... 03:03:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/139@tmp/config7705334080001329753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:03:57 bca2f99d35d6: Verifying Checksum 03:03:57 bca2f99d35d6: Download complete 03:03:57 ---> docker-login.sh 03:03:57 nexus3.edgexfoundry.org:10001 03:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:58 Configure a credential helper to remove this warning. See 03:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:58 03:03:58 Login Succeeded 03:03:58 nexus3.edgexfoundry.org:10002 03:03:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:59 Configure a credential helper to remove this warning. See 03:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:59 03:03:59 Login Succeeded 03:03:59 nexus3.edgexfoundry.org:10003 03:03:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:59 Configure a credential helper to remove this warning. See 03:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:59 03:03:59 Login Succeeded 03:03:59 nexus3.edgexfoundry.org:10004 03:04:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:00 Configure a credential helper to remove this warning. See 03:04:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:00 03:04:00 Login Succeeded 03:04:00 docker.io 03:04:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:00 Configure a credential helper to remove this warning. See 03:04:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:00 03:04:00 Login Succeeded 03:04:00 ---> docker-login.sh ends [Pipeline] } 03:04:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:04:01 ========================================================= 03:04:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:04:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:04:01 + 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 . 03:04:02 Sending build context to Docker daemon 2.356MB 03:04:02 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:04:02 Step 2/8 : FROM ${BASE} 03:04:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:04:02 5f621e34cdf4: Pulling fs layer 03:04:02 a4357932f1b6: Pulling fs layer 03:04:02 18c013af1878: Pulling fs layer 03:04:02 00ac8860ef70: Pulling fs layer 03:04:02 63d7cb157983: Pulling fs layer 03:04:02 b116817d02f9: Pulling fs layer 03:04:02 745a02a5169b: Pulling fs layer 03:04:02 63d7cb157983: Waiting 03:04:02 745a02a5169b: Waiting 03:04:02 00ac8860ef70: Waiting 03:04:02 b116817d02f9: Waiting 03:04:02 18c013af1878: Download complete 03:04:02 a4357932f1b6: Verifying Checksum 03:04:02 a4357932f1b6: Download complete 03:04:02 63d7cb157983: Verifying Checksum 03:04:02 63d7cb157983: Download complete 03:04:02 b116817d02f9: Verifying Checksum 03:04:02 b116817d02f9: Download complete 03:04:02 5f621e34cdf4: Verifying Checksum 03:04:02 5f621e34cdf4: Download complete 03:04:02 bca2f99d35d6: Pull complete 03:04:02 93359f2a8cfa: Pull complete 03:04:02 7c6f9722023f: Pull complete 03:04:03 5f621e34cdf4: Pull complete 03:04:03 a4357932f1b6: Pull complete 03:04:04 18c013af1878: Pull complete 03:04:04 745a02a5169b: Verifying Checksum 03:04:04 745a02a5169b: Download complete 03:04:05 00ac8860ef70: Verifying Checksum 03:04:05 00ac8860ef70: Download complete 03:04:09 a35cf1a2eb13: Pull complete 03:04:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:04:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:04:09 ---> a62c8e92a672 03:04:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:04:09 ---> Running in 41dc91072e84 03:04:09 Removing intermediate container 41dc91072e84 03:04:09 ---> a95726d5a664 03:04:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:09 ---> Running in 446f5b4c03cf 03:04:09 Removing intermediate container 446f5b4c03cf 03:04:09 ---> d62f37976371 03:04:09 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 03:04:09 ---> Running in f638fd560aa8 03:04:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:12 (1/6) Installing libc-dev (0.7.2-r3) 03:04:12 (2/6) Installing libsodium (1.0.18-r0) 03:04:12 (3/6) Installing pkgconf (1.7.2-r0) 03:04:12 (4/6) Installing libsodium-dev (1.0.18-r0) 03:04:12 (5/6) Installing libzmq (4.3.3-r0) 03:04:12 (6/6) Installing zeromq-dev (4.3.3-r0) 03:04:12 Executing busybox-1.31.1-r19.trigger 03:04:12 OK: 167 MiB in 45 packages 03:04:13 Removing intermediate container f638fd560aa8 03:04:13 ---> 991879627939 03:04:13 Step 6/8 : WORKDIR /device-sdk-go 03:04:13 ---> Running in 6412218794a7 03:04:13 Removing intermediate container 6412218794a7 03:04:13 ---> 1d2fab4efa78 03:04:13 Step 7/8 : COPY . . 03:04:14 ---> ab79a143a339 03:04:14 Step 8/8 : RUN go mod download 03:04:14 ---> Running in 2a427ef2088c 03:04:16 00ac8860ef70: Pull complete 03:04:16 63d7cb157983: Pull complete 03:04:16 b116817d02f9: Pull complete 03:04:20 745a02a5169b: Pull complete 03:04:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:04:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:04:20 ---> b7e6874047d6 03:04:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:04:22 ---> Running in 2840189c0efd 03:04:23 Removing intermediate container 2840189c0efd 03:04:23 ---> 6f5b62b6f816 03:04:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:23 ---> Running in 2c0bd53ca24e 03:04:25 Removing intermediate container 2c0bd53ca24e 03:04:25 ---> 2b961a3e5262 03:04:25 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 03:04:25 ---> Running in 8036d5c69d1a 03:04:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:04:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:04:27 (1/6) Installing libc-dev (0.7.2-r3) 03:04:27 (2/6) Installing libsodium (1.0.18-r0) 03:04:28 (3/6) Installing pkgconf (1.7.2-r0) 03:04:28 (4/6) Installing libsodium-dev (1.0.18-r0) 03:04:28 (5/6) Installing libzmq (4.3.3-r0) 03:04:28 (6/6) Installing zeromq-dev (4.3.3-r0) 03:04:28 Executing busybox-1.31.1-r19.trigger 03:04:28 OK: 144 MiB in 45 packages 03:04:29 Removing intermediate container 8036d5c69d1a 03:04:29 ---> 8a38e7cb3456 03:04:29 Step 6/8 : WORKDIR /device-sdk-go 03:04:29 ---> Running in 4ce5c251273d 03:04:30 Removing intermediate container 4ce5c251273d 03:04:30 ---> 08ad163979a7 03:04:30 Step 7/8 : COPY . . 03:04:31 ---> dc572c87f4bd 03:04:31 Step 8/8 : RUN go mod download 03:04:31 ---> Running in 37804c118a09 03:04:37 Removing intermediate container 2a427ef2088c 03:04:37 ---> a9deaea48ee6 03:04:37 Successfully built a9deaea48ee6 03:04:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:04:37 + docker inspect -f . ci-base-image-x86_64 03:04:37 . [Pipeline] withDockerContainer 03:04:37 prd-centos7-docker-4c-2g-32876 does not seem to be running inside a container 03:04:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/139 -v /w/workspace/device-sdk-go/139:/w/workspace/device-sdk-go/139:rw,z -v /w/workspace/device-sdk-go/139@tmp:/w/workspace/device-sdk-go/139@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 03:04:38 $ docker top 926cff649dd499e712d89b1f2acdf16b7baf77f2f0afebf016b6b5a89004d754 -eo pid,comm [Pipeline] { [Pipeline] sh 03:04:38 + go version 03:04:38 go version go1.15.5 linux/amd64 [Pipeline] } 03:04:38 $ docker stop --time=1 926cff649dd499e712d89b1f2acdf16b7baf77f2f0afebf016b6b5a89004d754 03:04:40 $ docker rm -f 926cff649dd499e712d89b1f2acdf16b7baf77f2f0afebf016b6b5a89004d754 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:04:41 + docker inspect -f . ci-base-image-x86_64 03:04:41 . [Pipeline] withDockerContainer 03:04:41 prd-centos7-docker-4c-2g-32876 does not seem to be running inside a container 03:04:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/139 -v /w/workspace/device-sdk-go/139:/w/workspace/device-sdk-go/139:rw,z -v /w/workspace/device-sdk-go/139@tmp:/w/workspace/device-sdk-go/139@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 03:04:41 $ docker top 61a262654ee0610746a00264abcf4866b7a1d7cf682ff0f4408f9d43b67d06d4 -eo pid,comm [Pipeline] { [Pipeline] sh 03:04:42 + make test 03:04:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:04:50 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:04:58 Removing intermediate container 37804c118a09 03:04:58 ---> 99c67e914fea 03:04:58 Successfully built 99c67e914fea 03:04:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:04:58 + docker inspect -f . ci-base-image-arm64 03:04:58 . [Pipeline] withDockerContainer 03:04:58 prd-ubuntu18.04-docker-arm64-4c-16g-32874 does not seem to be running inside a container 03:04:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/139 -v /w/workspace/device-sdk-go/139:/w/workspace/device-sdk-go/139:rw,z -v /w/workspace/device-sdk-go/139@tmp:/w/workspace/device-sdk-go/139@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 03:05:00 $ docker top 6966a22dd7eb1e90f7bb5f133c351a1191aec45beee6f3200aafb1d59feb58d8 -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:01 + go version 03:05:01 go version go1.15.5 linux/arm64 [Pipeline] } 03:05:01 $ docker stop --time=1 6966a22dd7eb1e90f7bb5f133c351a1191aec45beee6f3200aafb1d59feb58d8 03:05:03 $ docker rm -f 6966a22dd7eb1e90f7bb5f133c351a1191aec45beee6f3200aafb1d59feb58d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:05:04 + docker inspect -f . ci-base-image-arm64 03:05:04 . [Pipeline] withDockerContainer 03:05:04 prd-ubuntu18.04-docker-arm64-4c-16g-32874 does not seem to be running inside a container 03:05:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/139 -v /w/workspace/device-sdk-go/139:/w/workspace/device-sdk-go/139:rw,z -v /w/workspace/device-sdk-go/139@tmp:/w/workspace/device-sdk-go/139@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 03:05:06 $ docker top af639186a840e1753fc6ab554c0a7ce4e8c9f97113bd33ed32b5d7e9e0035238 -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:07 + make test 03:05:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:05:12 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:05:12 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 03:05:12 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:05:12 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 03:05:12 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:05:12 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.082s coverage: 28.1% of statements 03:05:12 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.072s coverage: 81.2% of statements 03:05:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.085s coverage: 7.8% of statements 03:05:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 03:05:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 03:05:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:05:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.093s coverage: 32.5% of statements 03:05:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 03:05:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:05:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:05:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.102s coverage: 57.3% of statements 03:05:14 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.164s coverage: 6.6% of statements 03:05:14 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements 03:05:14 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:05:15 GO111MODULE=on go vet ./... 03:05:29 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:05:33 gofmt -l . 03:05:33 [ "`gofmt -l .`" = "" ] 03:05:33 ./bin/test-attribution-txt.sh 03:05:33 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:05:33 $ docker stop --time=1 61a262654ee0610746a00264abcf4866b7a1d7cf682ff0f4408f9d43b67d06d4 03:05:35 $ docker rm -f 61a262654ee0610746a00264abcf4866b7a1d7cf682ff0f4408f9d43b67d06d4 [Pipeline] // withDockerContainer [Pipeline] sh 03:05:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:05:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:05:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:05:39 + ls -al . 03:05:39 total 188 03:05:39 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 03:05 . 03:05:39 drwxrwxr-x. 4 jenkins jenkins 32 Apr 6 03:03 .. 03:05:39 drwxrwxr-x. 2 jenkins jenkins 64 Apr 6 03:03 bin 03:05:39 -rw-r--r--. 1 jenkins jenkins 101239 Apr 6 03:05 coverage.out 03:05:39 -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 03:03 Dockerfile.build 03:05:39 -rw-rw-r--. 1 jenkins jenkins 140 Apr 6 03:03 .dockerignore 03:05:39 drwxrwxr-x. 5 jenkins jenkins 62 Apr 6 03:03 example 03:05:39 drwxrwxr-x. 8 jenkins jenkins 162 Apr 6 03:03 .git 03:05:39 drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 03:03 .github 03:05:39 -rw-rw-r--. 1 jenkins jenkins 138 Apr 6 03:03 .gitignore 03:05:39 -rw-r--r--. 1 jenkins jenkins 572 Apr 6 03:05 go.mod 03:05:39 -rw-r--r--. 1 jenkins jenkins 20946 Apr 6 03:05 go.sum 03:05:39 drwxrwxr-x. 14 jenkins jenkins 207 Apr 6 03:03 internal 03:05:39 -rw-rw-r--. 1 jenkins jenkins 901 Apr 6 03:03 Jenkinsfile 03:05:39 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 6 03:03 LICENSE 03:05:39 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 6 03:03 Makefile 03:05:39 drwxrwxr-x. 4 jenkins jenkins 26 Apr 6 03:03 openapi 03:05:39 drwxrwxr-x. 5 jenkins jenkins 50 Apr 6 03:03 pkg 03:05:39 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 6 03:03 README.md 03:05:39 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 6 03:03 RELEASE-NOTES.txt 03:05:39 drwxrwxr-x. 4 jenkins jenkins 54 Apr 6 03:03 snap 03:05:39 -rw-rw-r--. 1 jenkins jenkins 12 Apr 6 03:01 VERSION 03:05:39 -rw-rw-r--. 1 jenkins jenkins 222 Apr 6 03:03 version.go [Pipeline] isUnix [Pipeline] sh 03:05:39 + 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=1894bc1e392d8688e2b497c25b4baea951eb17b4 --label arch=amd64 --label version=2.0.0-dev.34 . 03:05:39 Sending build context to Docker daemon 2.459MB 03:05:39 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 03:05:39 Step 2/23 : FROM ${BASE} AS builder 03:05:39 ---> a9deaea48ee6 03:05:39 Step 3/23 : WORKDIR /device-sdk-go 03:05:40 ---> Running in 15714131d439 03:05:40 Removing intermediate container 15714131d439 03:05:40 ---> 4fa6faec1d0b 03:05:40 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:05:40 ---> Running in c040a1d24926 03:05:40 Removing intermediate container c040a1d24926 03:05:40 ---> 30f506fcb11b 03:05:40 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:40 ---> Running in c201c0bbe6c1 03:05:41 Removing intermediate container c201c0bbe6c1 03:05:41 ---> b822e63668c5 03:05:41 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 03:05:41 ---> Running in 0518b73a4593 03:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:05:42 OK: 167 MiB in 45 packages 03:05:43 Removing intermediate container 0518b73a4593 03:05:43 ---> d82ea4950d49 03:05:43 Step 7/23 : COPY . . 03:05:44 ---> 4a07b5083644 03:05:44 Step 8/23 : RUN go mod download 03:05:44 ---> Running in c2057cbde80b 03:05:45 Removing intermediate container c2057cbde80b 03:05:45 ---> 44fe08a031c6 03:05:45 Step 9/23 : RUN make build 03:05:45 ---> Running in 2b275538bdf9 03:05:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.34" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:05:56 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 03:05:58 Removing intermediate container 2b275538bdf9 03:05:58 ---> d1a6940a6c63 03:05:58 Step 10/23 : FROM alpine:3.12 03:05:58 3.12: Pulling from library/alpine 03:05:58 532819f3e44c: Pulling fs layer 03:05:58 532819f3e44c: Verifying Checksum 03:05:58 532819f3e44c: Download complete 03:05:58 532819f3e44c: Pull complete 03:05:58 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 03:05:58 Status: Downloaded newer image for alpine:3.12 03:05:58 ---> 7230e588e954 03:05:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:05:58 ---> Running in d0e871e8bf77 03:05:59 Removing intermediate container d0e871e8bf77 03:05:59 ---> 984440ec7203 03:05:59 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:59 ---> Running in 85836217db41 03:06:00 Removing intermediate container 85836217db41 03:06:00 ---> 09e3a0148fa0 03:06:00 Step 13/23 : RUN apk add --update --no-cache zeromq 03:06:00 ---> Running in 5ca159862d42 03:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:06:02 (1/5) Installing libgcc (9.3.0-r2) 03:06:02 (2/5) Installing libsodium (1.0.18-r0) 03:06:02 (3/5) Installing libstdc++ (9.3.0-r2) 03:06:02 (4/5) Installing libzmq (4.3.3-r0) 03:06:02 (5/5) Installing zeromq (4.3.3-r0) 03:06:02 Executing busybox-1.31.1-r20.trigger 03:06:02 OK: 8 MiB in 19 packages 03:06:03 Removing intermediate container 5ca159862d42 03:06:03 ---> 68f3de4fbc45 03:06:03 Step 14/23 : WORKDIR / 03:06:03 ---> Running in 767b51c58c74 03:06:03 Removing intermediate container 767b51c58c74 03:06:03 ---> 5e50dda5ee3d 03:06:03 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 03:06:03 ---> 4d9810362a9e 03:06:03 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 03:06:04 ---> 35a81c1272af 03:06:04 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 03:06:04 ---> a4d35cfd289d 03:06:04 Step 18/23 : EXPOSE 49990 03:06:04 ---> Running in 0b8cacca5627 03:06:04 Removing intermediate container 0b8cacca5627 03:06:04 ---> d85fcdb98cbc 03:06:04 Step 19/23 : ENTRYPOINT ["/device-simple"] 03:06:04 ---> Running in 487b188aba1a 03:06:05 Removing intermediate container 487b188aba1a 03:06:05 ---> 9ad32d1939e4 03:06:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:06:05 ---> Running in 12efa3debf4a 03:06:05 Removing intermediate container 12efa3debf4a 03:06:05 ---> 41d8563e15f3 03:06:05 Step 21/23 : LABEL arch=amd64 03:06:05 ---> Running in b39851658c42 03:06:05 Removing intermediate container b39851658c42 03:06:05 ---> 9fe8a66af8ec 03:06:05 Step 22/23 : LABEL git_sha=1894bc1e392d8688e2b497c25b4baea951eb17b4 03:06:05 ---> Running in 547aeefb1a6c 03:06:05 Removing intermediate container 547aeefb1a6c 03:06:05 ---> 88ad82c47297 03:06:05 Step 23/23 : LABEL version=2.0.0-dev.34 03:06:05 ---> Running in 9dde74cbabc4 03:06:05 Removing intermediate container 9dde74cbabc4 03:06:05 ---> 7c3d9fc0c46f 03:06:05 [Warning] One or more build-args [ARCH MAKE] were not consumed 03:06:05 Successfully built 7c3d9fc0c46f 03:06:05 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 03:06:07 ---> job-cost.sh 03:06:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Dukv 03:06:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:06:26 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:06:26 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 03:06:26 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:06:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 03:06:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:06:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.145s coverage: 28.1% of statements 03:06:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.204s coverage: 81.2% of statements 03:06:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.188s coverage: 7.8% of statements 03:06:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 03:06:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 03:06:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:06:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.270s coverage: 32.5% of statements 03:06:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 03:06:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:06:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:06:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.257s coverage: 57.3% of statements 03:06:35 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.100s coverage: 6.6% of statements 03:06:35 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 5.0% of statements 03:06:35 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:06:35 GO111MODULE=on go vet ./... 03:06:48 lf-activate-venv(): INFO: Adding /tmp/venv-Dukv/bin to PATH 03:06:48 INFO: No Stack... 03:06:49 INFO: Retrieving Pricing Info for: v1-standard-2 03:06:50 INFO: Archiving Costs [Pipeline] sh 03:06:50 + cat /w/workspace/device-sdk-go/139/archives/cost.csv 03:06:50 + cut -d, -f6 [Pipeline] lock 03:06:50 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] 03:06:50 Resource [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] did not exist. Created. 03:06:50 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:06:50 + echo total: 0.029999999329447746 [Pipeline] stash 03:06:51 Stashed 1 file(s) [Pipeline] } 03:06:51 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:07:22 gofmt -l . 03:07:22 [ "`gofmt -l .`" = "" ] 03:07:22 ./bin/test-attribution-txt.sh 03:07:22 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:07:22 $ docker stop --time=1 af639186a840e1753fc6ab554c0a7ce4e8c9f97113bd33ed32b5d7e9e0035238 03:07:24 $ docker rm -f af639186a840e1753fc6ab554c0a7ce4e8c9f97113bd33ed32b5d7e9e0035238 [Pipeline] // withDockerContainer [Pipeline] sh 03:07:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:07:26 Warning: overwriting stash ‘coverage-report’ 03:07:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:07:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:07:27 + ls -al . 03:07:27 total 224 03:07:27 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 03:07 . 03:07:27 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 03:03 .. 03:07:27 -rw-rw-r-- 1 jenkins jenkins 140 Apr 6 03:03 .dockerignore 03:07:27 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 03:03 .git 03:07:27 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 03:03 .github 03:07:27 -rw-rw-r-- 1 jenkins jenkins 138 Apr 6 03:03 .gitignore 03:07:27 -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 03:03 Dockerfile.build 03:07:27 -rw-rw-r-- 1 jenkins jenkins 901 Apr 6 03:03 Jenkinsfile 03:07:27 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 6 03:03 LICENSE 03:07:27 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 6 03:03 Makefile 03:07:27 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 6 03:03 README.md 03:07:27 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 6 03:03 RELEASE-NOTES.txt 03:07:27 -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 03:01 VERSION 03:07:27 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 03:03 bin 03:07:27 -rw-r--r-- 1 jenkins jenkins 101239 Apr 6 03:06 coverage.out 03:07:27 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 03:03 example 03:07:27 -rw-r--r-- 1 jenkins jenkins 572 Apr 6 03:07 go.mod 03:07:27 -rw-r--r-- 1 jenkins jenkins 20946 Apr 6 03:07 go.sum 03:07:27 drwxrwxr-x 14 jenkins jenkins 4096 Apr 6 03:03 internal 03:07:27 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 03:03 openapi 03:07:27 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 03:03 pkg 03:07:27 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 03:03 snap 03:07:27 -rw-rw-r-- 1 jenkins jenkins 222 Apr 6 03:03 version.go [Pipeline] isUnix [Pipeline] sh 03:07:28 + 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=1894bc1e392d8688e2b497c25b4baea951eb17b4 --label arch=arm64 --label version=2.0.0-dev.34 . 03:07:28 Sending build context to Docker daemon 2.458MB 03:07:28 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 03:07:28 Step 2/23 : FROM ${BASE} AS builder 03:07:28 ---> 99c67e914fea 03:07:28 Step 3/23 : WORKDIR /device-sdk-go 03:07:29 ---> Running in 55f8d178ac7a 03:07:29 Removing intermediate container 55f8d178ac7a 03:07:29 ---> 6144004f37af 03:07:29 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:07:29 ---> Running in b7ae514498d7 03:07:30 Removing intermediate container b7ae514498d7 03:07:30 ---> 0b67acc8ca6a 03:07:30 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:30 ---> Running in 2860a9fbf5b6 03:07:33 Removing intermediate container 2860a9fbf5b6 03:07:33 ---> 2ec1ca68b1b3 03:07:33 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 03:07:33 ---> Running in ddb2fe27fe01 03:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:07:35 OK: 144 MiB in 45 packages 03:07:36 Removing intermediate container ddb2fe27fe01 03:07:36 ---> 7ae35e7819e3 03:07:36 Step 7/23 : COPY . . 03:07:37 ---> dcf6982d87a9 03:07:37 Step 8/23 : RUN go mod download 03:07:37 ---> Running in a3c135161519 03:07:40 Removing intermediate container a3c135161519 03:07:40 ---> 7d862bf20b1e 03:07:40 Step 9/23 : RUN make build 03:07:40 ---> Running in b7f72f458629 03:07:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.34" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:08:20 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 03:08:20 Removing intermediate container b7f72f458629 03:08:20 ---> 916ae0bca136 03:08:20 Step 10/23 : FROM alpine:3.12 03:08:20 3.12: Pulling from library/alpine 03:08:20 9a219e8acc52: Pulling fs layer 03:08:20 9a219e8acc52: Verifying Checksum 03:08:20 9a219e8acc52: Download complete 03:08:20 9a219e8acc52: Pull complete 03:08:20 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 03:08:20 Status: Downloaded newer image for alpine:3.12 03:08:20 ---> d75e27dfc0a0 03:08:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:08:20 ---> Running in e36ab00f3d21 03:08:20 Removing intermediate container e36ab00f3d21 03:08:20 ---> 1fa95e8d20ac 03:08:20 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:20 ---> Running in 0f0d018c258b 03:08:22 Removing intermediate container 0f0d018c258b 03:08:22 ---> 7fb990b0db3e 03:08:22 Step 13/23 : RUN apk add --update --no-cache zeromq 03:08:22 ---> Running in 200536b3d931 03:08:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:08:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:08:25 (1/5) Installing libgcc (9.3.0-r2) 03:08:25 (2/5) Installing libsodium (1.0.18-r0) 03:08:25 (3/5) Installing libstdc++ (9.3.0-r2) 03:08:25 (4/5) Installing libzmq (4.3.3-r0) 03:08:25 (5/5) Installing zeromq (4.3.3-r0) 03:08:25 Executing busybox-1.31.1-r20.trigger 03:08:25 OK: 8 MiB in 19 packages 03:08:27 Removing intermediate container 200536b3d931 03:08:27 ---> bd808cee9fd9 03:08:27 Step 14/23 : WORKDIR / 03:08:27 ---> Running in 61810b27ceaf 03:08:27 Removing intermediate container 61810b27ceaf 03:08:27 ---> 593425afda8e 03:08:27 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 03:08:28 ---> 650a047bc189 03:08:28 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 03:08:29 ---> 5c46b6ada659 03:08:29 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 03:08:30 ---> 2af437e57c92 03:08:30 Step 18/23 : EXPOSE 49990 03:08:30 ---> Running in 653dfcf99bdf 03:08:30 Removing intermediate container 653dfcf99bdf 03:08:30 ---> f9c9c98c5f91 03:08:30 Step 19/23 : ENTRYPOINT ["/device-simple"] 03:08:31 ---> Running in 7c824ac0293c 03:08:31 Removing intermediate container 7c824ac0293c 03:08:31 ---> 0f25644e2494 03:08:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:08:31 ---> Running in 94b6170a459b 03:08:32 Removing intermediate container 94b6170a459b 03:08:32 ---> 8d69a1eb8eed 03:08:32 Step 21/23 : LABEL arch=arm64 03:08:32 ---> Running in 0b0579a871bd 03:08:33 Removing intermediate container 0b0579a871bd 03:08:33 ---> 901a0394188f 03:08:33 Step 22/23 : LABEL git_sha=1894bc1e392d8688e2b497c25b4baea951eb17b4 03:08:33 ---> Running in 48d094daaae2 03:08:33 Removing intermediate container 48d094daaae2 03:08:33 ---> 8b05ba49444a 03:08:33 Step 23/23 : LABEL version=2.0.0-dev.34 03:08:33 ---> Running in 0bd816062b2e 03:08:34 Removing intermediate container 0bd816062b2e 03:08:34 ---> 5787c4350d97 03:08:34 [Warning] One or more build-args [ARCH MAKE] were not consumed 03:08:34 Successfully built 5787c4350d97 03:08:34 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 03:08:35 ---> job-cost.sh 03:08:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7Kpx 03:09:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:11:14 lf-activate-venv(): INFO: Adding /tmp/venv-7Kpx/bin to PATH 03:11:14 INFO: No Stack... 03:11:14 INFO: Retrieving Pricing Info for: lf-standard-4 03:11:14 INFO: Archiving Costs [Pipeline] sh 03:11:14 + cat /w/workspace/device-sdk-go/139/archives/cost.csv 03:11:14 + cut -d, -f6 [Pipeline] lock 03:11:14 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] 03:11:14 Resource [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] did not exist. Created. 03:11:14 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:11:15 /w/workspace/device-sdk-go/139@tmp/durable-ff45e2da/script.sh: 1: /w/workspace/device-sdk-go/139@tmp/durable-ff45e2da/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:11:15 + echo total: 0.20999999344348907 [Pipeline] stash 03:11:15 Warning: overwriting stash ‘stack-cost’ 03:11:15 Stashed 1 file(s) [Pipeline] } 03:11:15 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-139-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 03:11:17 provisioning config files... 03:11:17 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config896660904554090509tmp [Pipeline] { [Pipeline] sh 03:11:17 + set +x 03:11:17 + curl -s https://codecov.io/bash 03:11:17 + bash -s -- 03:11:17 03:11:17 _____ _ 03:11:17 / ____| | | 03:11:17 | | ___ __| | ___ ___ _____ __ 03:11:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:11:17 | |___| (_) | (_| | __/ (_| (_) \ V / 03:11:17 \_____\___/ \__,_|\___|\___\___/ \_/ 03:11:17 Bash-20210309-2b87ace 03:11:17 03:11:17 03:11:17 ==> git version 2.24.3 found 03:11:17 ==> 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 03:11:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:11:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:11:17 ==> Jenkins CI detected. 03:11:17 project root: . 03:11:17 --> token set from env 03:11:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:11:17 ==> Running gcov in . (disable via -X gcov) 03:11:17 ==> Python coveragepy not found 03:11:17 ==> Searching for coverage reports in: 03:11:17 + . 03:11:17 -> Found 1 reports 03:11:17 ==> Detecting git/mercurial file structure 03:11:17 ==> Reading reports 03:11:17 + ./coverage.out bytes=101239 03:11:17 ==> Appending adjustments 03:11:17 https://docs.codecov.io/docs/fixing-reports 03:11:18 + Found adjustments 03:11:18 ==> Gzipping contents 03:11:18 16K /tmp/codecov.HRDzym.gz 03:11:18 ==> Uploading reports 03:11:18 url: https://codecov.io 03:11:18 query: branch=master&commit=1894bc1e392d8688e2b497c25b4baea951eb17b4&build=139&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F139%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:11:18 -> Pinging Codecov 03:11:18 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=1894bc1e392d8688e2b497c25b4baea951eb17b4&build=139&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F139%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:11:18 -> Uploading to 03:11:18 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/7E55EF52A471D76F132DFD9A03CDDE97/1894bc1e392d8688e2b497c25b4baea951eb17b4/ca03fc26-c0ed-43f0-8305-27df0905f6a9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T031118Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cde42166c8a1d69914a3389aaa9dd16584321813023cf0dec5265317bbbc583 03:11:18 % Total % Received % Xferd Average Speed Time Time Time Current 03:11:18 Dload Upload Total Spent Left Speed 03:11:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13699 0 0 100 13699 0 33465 --:--:-- --:--:-- --:--:-- 33412 100 13699 0 0 100 13699 0 33450 --:--:-- --:--:-- --:--:-- 33412 03:11:18 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1894bc1e392d8688e2b497c25b4baea951eb17b4 [Pipeline] } 03:11:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:11:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:11:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:11:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:11:20 03:11:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:11:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:11:20 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:11:20 188c0c94c7c5: Pulling fs layer 03:11:20 0ef7d3d256c8: Pulling fs layer 03:11:20 de9db76c5a1d: Pulling fs layer 03:11:20 0eba1c9be4d2: Pulling fs layer 03:11:20 0d57e429df01: Pulling fs layer 03:11:20 4e4be7b47b0d: Pulling fs layer 03:11:20 e1f770b5df2f: Pulling fs layer 03:11:20 85a0685a4137: Pulling fs layer 03:11:20 0d57e429df01: Waiting 03:11:20 4e4be7b47b0d: Waiting 03:11:20 e1f770b5df2f: Waiting 03:11:20 85a0685a4137: Waiting 03:11:20 0eba1c9be4d2: Waiting 03:11:20 de9db76c5a1d: Download complete 03:11:20 0ef7d3d256c8: Verifying Checksum 03:11:20 0ef7d3d256c8: Download complete 03:11:20 0d57e429df01: Verifying Checksum 03:11:20 0d57e429df01: Download complete 03:11:20 188c0c94c7c5: Verifying Checksum 03:11:20 188c0c94c7c5: Download complete 03:11:20 4e4be7b47b0d: Verifying Checksum 03:11:20 4e4be7b47b0d: Download complete 03:11:21 188c0c94c7c5: Pull complete 03:11:21 0ef7d3d256c8: Pull complete 03:11:21 de9db76c5a1d: Pull complete 03:11:22 e1f770b5df2f: Verifying Checksum 03:11:22 e1f770b5df2f: Download complete 03:11:25 0eba1c9be4d2: Verifying Checksum 03:11:25 0eba1c9be4d2: Download complete 03:11:25 85a0685a4137: Download complete 03:11:30 0eba1c9be4d2: Pull complete 03:11:30 0d57e429df01: Pull complete 03:11:30 4e4be7b47b0d: Pull complete 03:11:33 e1f770b5df2f: Pull complete 03:11:41 85a0685a4137: Pull complete 03:11:41 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:11:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:11:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:11:41 prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container 03:11:41 $ 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 03:11:42 $ docker top 03664d360a846ba17f1bc49d04e68c504b1cddfe14c43ab75cb05fdf727de0f9 -eo pid,comm [Pipeline] { [Pipeline] echo 03:11:42 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:11:43 + set -o pipefail 03:11:43 + snyk monitor '--org=edgex-jenkins' 03:12:05 03:12:05 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 03:12:05 03:12:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/aef450e8-4d8e-4370-807e-1a6e8b01fce4 03:12:05 03:12:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:12:05 03:12:05 03:12:05 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 03:12:05 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 03:12:05 $ docker stop --time=1 03664d360a846ba17f1bc49d04e68c504b1cddfe14c43ab75cb05fdf727de0f9 03:12:08 $ docker rm -f 03664d360a846ba17f1bc49d04e68c504b1cddfe14c43ab75cb05fdf727de0f9 [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 03:12:09 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:12:09 provisioning config files... 03:12:09 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1599937296912349756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:12:09 --> edgex-publish-swagger.sh 03:12:09 === Publish openapi/v1 API === 03:12:09 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 03:12:09 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 03:12:09 % Total % Received % Xferd Average Speed Time Time Time Current 03:12:09 Dload Upload Total Spent Left Speed 03:12:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 28463 --:--:-- --:--:-- --:--:-- 28455 03:12:10 03:12:10 03:12:10 === Publish openapi/v2 API === 03:12:10 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 03:12:10 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 03:12:10 % Total % Received % Xferd Average Speed Time Time Time Current 03:12:10 Dload Upload Total Spent Left Speed 03:12:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 79690 --:--:-- --:--:-- --:--:-- 79695 100 51483 0 0 100 51483 0 79670 --:--:-- --:--:-- --:--:-- 79571 03:12:11 03:12:11 [Pipeline] } 03:12:11 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 03:12:12 + git log --format=format:%s -1 1894bc1e392d8688e2b497c25b4baea951eb17b4 [Pipeline] isUnix [Pipeline] sh 03:12:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:12:12 . [Pipeline] withDockerContainer 03:12:12 prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container 03:12:12 $ 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 03:12:13 $ docker top 40159f52fbc1fb12bb91510fdebf04ed6fe20ecebf3e5983b27b82f187fedd7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:12:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:12:14 [ssh-agent] Looking for ssh-agent implementation... 03:12:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:12:14 $ docker exec 40159f52fbc1fb12bb91510fdebf04ed6fe20ecebf3e5983b27b82f187fedd7d ssh-agent 03:12:14 SSH_AUTH_SOCK=/tmp/ssh-OSe1I4J2sZKD/agent.11 03:12:14 SSH_AGENT_PID=16 03:12:14 Running ssh-add (command line suppressed) 03:12:14 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3021881488346245416.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3021881488346245416.key) 03:12:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:12:15 + git semver tag 03:12:15 # -> Open(): unable to determine branch for HEAD 03:12:15 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:12:15 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:12:15 # $SEMVER_REMOTE_NAME = origin 03:12:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:12:15 # $SEMVER_USER_NAME = edgex-jenkins 03:12:15 # $SEMVER_BRANCH = master 03:12:15 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 03:12:15 # 1894bc1e392d8688e2b497c25b4baea951eb17b4 HEAD 03:12:15 # -> Force: false 03:12:15 # 3b373d40574db0c164c5d661fd8f27b7da8aa315 refs/tags/v2.0.0-dev.34 [Pipeline] } 03:12:15 $ docker exec --env ******** --env ******** 40159f52fbc1fb12bb91510fdebf04ed6fe20ecebf3e5983b27b82f187fedd7d ssh-agent -k 03:12:15 unset SSH_AUTH_SOCK; 03:12:15 unset SSH_AGENT_PID; 03:12:15 echo Agent pid 16 killed; 03:12:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:12:15 + git semver [Pipeline] } 03:12:15 $ docker stop --time=1 40159f52fbc1fb12bb91510fdebf04ed6fe20ecebf3e5983b27b82f187fedd7d 03:12:17 $ docker rm -f 40159f52fbc1fb12bb91510fdebf04ed6fe20ecebf3e5983b27b82f187fedd7d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:12:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:12:17 03:12:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:12:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:12:18 0.23.1-centos7: Pulling from edgex-lftools 03:12:18 ab5ef0e58194: Pulling fs layer 03:12:18 9712f1f96733: Pulling fs layer 03:12:18 63f879dbbcfc: Pulling fs layer 03:12:18 0d9ebad4ef96: Pulling fs layer 03:12:18 e9a5061849ea: Pulling fs layer 03:12:18 d747dcd14b5f: Pulling fs layer 03:12:18 2de7ff778b66: Pulling fs layer 03:12:18 e9a5061849ea: Waiting 03:12:18 d747dcd14b5f: Waiting 03:12:18 2de7ff778b66: Waiting 03:12:18 0d9ebad4ef96: Waiting 03:12:18 9712f1f96733: Verifying Checksum 03:12:18 9712f1f96733: Download complete 03:12:20 63f879dbbcfc: Verifying Checksum 03:12:20 63f879dbbcfc: Download complete 03:12:20 e9a5061849ea: Verifying Checksum 03:12:20 e9a5061849ea: Download complete 03:12:20 d747dcd14b5f: Verifying Checksum 03:12:20 d747dcd14b5f: Download complete 03:12:20 2de7ff778b66: Verifying Checksum 03:12:20 2de7ff778b66: Download complete 03:12:20 0d9ebad4ef96: Verifying Checksum 03:12:20 0d9ebad4ef96: Download complete 03:12:21 ab5ef0e58194: Download complete 03:12:25 ab5ef0e58194: Pull complete 03:12:25 9712f1f96733: Pull complete 03:12:27 63f879dbbcfc: Pull complete 03:12:34 0d9ebad4ef96: Pull complete 03:12:37 e9a5061849ea: Pull complete 03:12:37 d747dcd14b5f: Pull complete 03:12:39 2de7ff778b66: Pull complete 03:12:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:12:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:12:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:12:39 prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container 03:12:39 $ 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 03:12:43 $ docker top c32009807740f128c9741e839e4e6a538ffc2c77e92611d979595fc171f10e47 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:12:44 provisioning config files... 03:12:44 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8223008235557756080tmp 03:12:44 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config314662282279284680tmp 03:12:44 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7362694140932299924tmp [Pipeline] { [Pipeline] echo 03:12:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:12:44 ---> sigul-configuration.sh 03:12:44 gpg: directory `/root/.gnupg' created 03:12:44 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:12:44 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:12:44 gpg: keyring `/root/.gnupg/secring.gpg' created 03:12:44 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:12:44 gpg: CAST5 encrypted data 03:12:44 gpg: encrypted with 1 passphrase 03:12:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:12:45 + mkdir /home/jenkins 03:12:45 + mkdir /home/jenkins/sigul [Pipeline] sh 03:12:45 + 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 03:12:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:12:45 ---> sigul-install.sh 03:12:52 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:12:52 + git tag --list 03:12:52 0.7.1 03:12:52 delhi-tag 03:12:52 v1.0.0 03:12:52 v1.1.0 03:12:52 v1.1.1 03:12:52 v1.1.2 03:12:52 v1.2.0 03:12:52 v1.2.1 03:12:52 v1.2.2 03:12:52 v1.2.3 03:12:52 v1.3.0 03:12:52 v1.4.0 03:12:52 v2.0.0-dev.1 03:12:52 v2.0.0-dev.10 03:12:52 v2.0.0-dev.11 03:12:52 v2.0.0-dev.12 03:12:52 v2.0.0-dev.13 03:12:52 v2.0.0-dev.14 03:12:52 v2.0.0-dev.15 03:12:52 v2.0.0-dev.16 03:12:52 v2.0.0-dev.17 03:12:52 v2.0.0-dev.18 03:12:52 v2.0.0-dev.19 03:12:52 v2.0.0-dev.2 03:12:52 v2.0.0-dev.20 03:12:52 v2.0.0-dev.21 03:12:52 v2.0.0-dev.22 03:12:52 v2.0.0-dev.23 03:12:52 v2.0.0-dev.24 03:12:52 v2.0.0-dev.25 03:12:52 v2.0.0-dev.26 03:12:52 v2.0.0-dev.27 03:12:52 v2.0.0-dev.28 03:12:52 v2.0.0-dev.29 03:12:52 v2.0.0-dev.3 03:12:52 v2.0.0-dev.30 03:12:52 v2.0.0-dev.31 03:12:52 v2.0.0-dev.32 03:12:52 v2.0.0-dev.33 03:12:52 v2.0.0-dev.34 03:12:52 v2.0.0-dev.4 03:12:52 v2.0.0-dev.5 03:12:52 v2.0.0-dev.6 03:12:52 v2.0.0-dev.7 03:12:52 v2.0.0-dev.8 03:12:52 v2.0.0-dev.9 [Pipeline] sh 03:12:52 + lftools sign git-tag v2.0.0-dev.34 03:12:54 Signing Git tag with Sigul... 03:12:54 Signing v2.0.0-dev.34 [Pipeline] echo 03:12:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:12:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:12:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:12:55 $ docker stop --time=1 c32009807740f128c9741e839e4e6a538ffc2c77e92611d979595fc171f10e47 03:12:57 $ docker rm -f c32009807740f128c9741e839e4e6a538ffc2c77e92611d979595fc171f10e47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:12:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:12:58 . [Pipeline] withDockerContainer 03:12:58 prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container 03:12:58 $ 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 03:12:59 $ docker top 5fb66a68c8db02590aa051dd8aedf3cf56e95d4119395e870cbb544b7dbfdbfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:12:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:12:59 [ssh-agent] Looking for ssh-agent implementation... 03:13:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:13:00 $ docker exec 5fb66a68c8db02590aa051dd8aedf3cf56e95d4119395e870cbb544b7dbfdbfb ssh-agent 03:13:00 SSH_AUTH_SOCK=/tmp/ssh-bzrAgmWiwXpw/agent.12 03:13:00 SSH_AGENT_PID=17 03:13:00 Running ssh-add (command line suppressed) 03:13:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1107619959895354158.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1107619959895354158.key) 03:13:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:13:00 + git semver bump pre 03:13:00 # -> Open(): unable to determine branch for HEAD 03:13:00 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:13:00 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:13:00 # $SEMVER_REMOTE_NAME = origin 03:13:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:13:00 # $SEMVER_USER_NAME = edgex-jenkins 03:13:00 # $SEMVER_BRANCH = master 03:13:00 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 03:13:00 2.0.0-dev.35 [Pipeline] } 03:13:00 $ docker exec --env ******** --env ******** 5fb66a68c8db02590aa051dd8aedf3cf56e95d4119395e870cbb544b7dbfdbfb ssh-agent -k 03:13:01 unset SSH_AUTH_SOCK; 03:13:01 unset SSH_AGENT_PID; 03:13:01 echo Agent pid 17 killed; 03:13:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:13:01 + git semver [Pipeline] } 03:13:01 $ docker stop --time=1 5fb66a68c8db02590aa051dd8aedf3cf56e95d4119395e870cbb544b7dbfdbfb 03:13:03 $ docker rm -f 5fb66a68c8db02590aa051dd8aedf3cf56e95d4119395e870cbb544b7dbfdbfb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:13:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:13:03 . [Pipeline] withDockerContainer 03:13:03 prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container 03:13: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 03:13:04 $ docker top a59d8ac26132802fde7a93aaab8d5effd786b796ffab2700b91f6a7d7cf620ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:13:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:13:05 [ssh-agent] Looking for ssh-agent implementation... 03:13:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:13:05 $ docker exec a59d8ac26132802fde7a93aaab8d5effd786b796ffab2700b91f6a7d7cf620ac ssh-agent 03:13:05 SSH_AUTH_SOCK=/tmp/ssh-lzpY6MZQEDx4/agent.13 03:13:05 SSH_AGENT_PID=18 03:13:05 Running ssh-add (command line suppressed) 03:13:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5248255062882824423.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5248255062882824423.key) 03:13:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:13:06 + git semver push 03:13:06 # -> Open(): unable to determine branch for HEAD 03:13:06 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:13:06 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:13:06 # $SEMVER_REMOTE_NAME = origin 03:13:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:13:06 # $SEMVER_USER_NAME = edgex-jenkins 03:13:06 # $SEMVER_BRANCH = master 03:13:06 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 03:13:10 $ docker exec --env ******** --env ******** a59d8ac26132802fde7a93aaab8d5effd786b796ffab2700b91f6a7d7cf620ac ssh-agent -k 03:13:10 unset SSH_AUTH_SOCK; 03:13:10 unset SSH_AGENT_PID; 03:13:10 echo Agent pid 18 killed; 03:13:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:13:10 + git semver [Pipeline] } 03:13:11 $ docker stop --time=1 a59d8ac26132802fde7a93aaab8d5effd786b796ffab2700b91f6a7d7cf620ac 03:13:12 $ docker rm -f a59d8ac26132802fde7a93aaab8d5effd786b796ffab2700b91f6a7d7cf620ac [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 03:13:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:13:14 ---> package-listing.sh 03:13:14 ++ facter osfamily 03:13:14 ++ tr '[:upper:]' '[:lower:]' 03:13:14 + OS_FAMILY=redhat 03:13:14 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 03:13:14 + START_PACKAGES=/tmp/packages_start.txt 03:13:14 + END_PACKAGES=/tmp/packages_end.txt 03:13:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:13:14 + PACKAGES=/tmp/packages_start.txt 03:13:14 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 03:13:14 + PACKAGES=/tmp/packages_end.txt 03:13:14 + case "${OS_FAMILY}" in 03:13:14 + rpm -qa 03:13:14 + sort 03:13:19 + '[' -f /tmp/packages_start.txt ']' 03:13:19 + '[' -f /tmp/packages_end.txt ']' 03:13:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:13:19 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 03:13:19 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 03:13:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 03:13:19 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 03:13:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:13:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:13:20 03:13:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:13:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:13:20 alpine: Pulling from edgex-lftools-log-publisher 03:13:20 df20fa9351a1: Pulling fs layer 03:13:20 36b3adc4ff6f: Pulling fs layer 03:13:20 8ad3a11d3b57: Pulling fs layer 03:13:20 46f8f816bc3b: Pulling fs layer 03:13:20 93b61091891f: Pulling fs layer 03:13:20 93b9cdb0e59b: Pulling fs layer 03:13:20 5e14af77c1be: Pulling fs layer 03:13:20 01666e4c0597: Pulling fs layer 03:13:20 aa168da1d23b: Pulling fs layer 03:13:20 46f8f816bc3b: Waiting 03:13:20 93b61091891f: Waiting 03:13:20 93b9cdb0e59b: Waiting 03:13:20 5e14af77c1be: Waiting 03:13:20 01666e4c0597: Waiting 03:13:20 aa168da1d23b: Waiting 03:13:20 36b3adc4ff6f: Download complete 03:13:20 46f8f816bc3b: Verifying Checksum 03:13:20 46f8f816bc3b: Download complete 03:13:20 df20fa9351a1: Verifying Checksum 03:13:20 df20fa9351a1: Download complete 03:13:20 93b9cdb0e59b: Download complete 03:13:20 93b61091891f: Verifying Checksum 03:13:20 93b61091891f: Download complete 03:13:20 5e14af77c1be: Verifying Checksum 03:13:20 5e14af77c1be: Download complete 03:13:20 01666e4c0597: Verifying Checksum 03:13:20 01666e4c0597: Download complete 03:13:20 8ad3a11d3b57: Verifying Checksum 03:13:20 8ad3a11d3b57: Download complete 03:13:21 df20fa9351a1: Pull complete 03:13:21 36b3adc4ff6f: Pull complete 03:13:22 8ad3a11d3b57: Pull complete 03:13:22 aa168da1d23b: Verifying Checksum 03:13:22 aa168da1d23b: Download complete 03:13:23 46f8f816bc3b: Pull complete 03:13:23 93b61091891f: Pull complete 03:13:23 93b9cdb0e59b: Pull complete 03:13:24 5e14af77c1be: Pull complete 03:13:24 01666e4c0597: Pull complete 03:13:32 aa168da1d23b: Pull complete 03:13:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:13:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:13:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:13:32 prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container 03:13:32 $ 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 03:13:35 $ docker top b54d9af53b2fec6362313fc0473cb60ed4c3073fc5d425452fe57cd887afc64d -eo pid,comm [Pipeline] { [Pipeline] sh 03:13:35 + touch /tmp/pre-build-complete [Pipeline] sh 03:13:36 + mkdir -p /var/log/sa [Pipeline] sh 03:13:36 + ls /var/log/sa-host 03:13:36 + sadf -c /var/log/sa-host/sa06 03:13:36 file_magic: OK 03:13:36 HZ: Using current value: 100 03:13:36 file_header: OK 03:13:36 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 03:13:36 Statistics: 03:13:36 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... 03:13:36 File successfully converted to sysstat format version 12.2.1 03:13:36 + sadf -c /var/log/sa-host/sa23 03:13:36 file_magic: OK 03:13:36 HZ: Using current value: 100 03:13:36 file_header: OK 03:13:36 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 03:13:36 Statistics: 03:13:36 Hnuu...uuuununununu... 03:13:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:13:37 provisioning config files... 03:13:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1243076989700460013tmp [Pipeline] { [Pipeline] echo 03:13:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:13:37 ---> create-netrc.sh [Pipeline] } 03:13:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:13:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:13:37 ---> python-tools-install.sh [Pipeline] echo 03:13:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:13:38 ---> sudo-logs.sh 03:13:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:13:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:13:38 ---> job-cost.sh 03:13:38 lf-activate-venv: SKIPPING 03:13:38 DEBUG: total: 0.20999999344348907 03:13:38 INFO: Retrieving Stack Cost... 03:13:39 INFO: Retrieving Pricing Info for: v1-standard-2 03:13:40 INFO: Archiving Costs [Pipeline] echo 03:13:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:13:40 ---> logs-deploy.sh 03:13:40 lf-activate-venv: SKIPPING 03:13:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/139 03:13:40 INFO: archiving workspace using pattern(s): 03:13:42 Archives upload complete. 03:13:42 INFO: archiving logs to Nexus 03:13:43 ---> uname -a: 03:13:43 Linux prd-centos7-docker-4c-2g-32871.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:13:43 03:13:43 03:13:43 ---> lscpu: 03:13:43 Architecture: x86_64 03:13:43 CPU op-mode(s): 32-bit, 64-bit 03:13:43 Byte Order: Little Endian 03:13:43 Address sizes: 40 bits physical, 48 bits virtual 03:13:43 CPU(s): 4 03:13:43 On-line CPU(s) list: 0-3 03:13:43 Thread(s) per core: 1 03:13:43 Core(s) per socket: 1 03:13:43 Socket(s): 4 03:13:43 NUMA node(s): 1 03:13:43 Vendor ID: GenuineIntel 03:13:43 CPU family: 6 03:13:43 Model: 44 03:13:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:13:43 Stepping: 1 03:13:43 CPU MHz: 2933.436 03:13:43 BogoMIPS: 5866.87 03:13:43 Virtualization: VT-x 03:13:43 Hypervisor vendor: KVM 03:13:43 Virtualization type: full 03:13:43 L1d cache: 128 KiB 03:13:43 L1i cache: 128 KiB 03:13:43 L2 cache: 16 MiB 03:13:43 L3 cache: 64 MiB 03:13:43 NUMA node0 CPU(s): 0-3 03:13:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:13:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:13:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:13:43 Vulnerability Meltdown: Mitigation; PTI 03:13:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:13:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:13:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:13:43 Vulnerability Srbds: Not affected 03:13:43 Vulnerability Tsx async abort: Not affected 03:13:43 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 03:13:43 03:13:43 03:13:43 ---> nproc: 03:13:43 4 03:13:43 03:13:43 03:13:43 ---> df -h: 03:13:43 Filesystem Size Used Available Use% Mounted on 03:13:43 overlay 50.0G 8.5G 41.4G 17% / 03:13:43 tmpfs 64.0M 0 64.0M 0% /dev 03:13:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:13:43 shm 64.0M 0 64.0M 0% /dev/shm 03:13:43 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 03:13:43 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 03:13:43 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 03:13:43 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 03:13:43 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 03:13:43 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 03:13:43 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 03:13:43 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 03:13:43 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 03:13:43 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 03:13:43 03:13:43 03:13:43 ---> free -m: 03:13:43 total used free shared buff/cache available 03:13:43 Mem: 1837 819 152 0 864 953 03:13:43 Swap: 1023 3 1020 03:13:43 03:13:43 03:13:43 ---> ip addr: 03:13:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:13:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:13:43 inet 127.0.0.1/8 scope host lo 03:13:43 valid_lft forever preferred_lft forever 03:13:43 inet6 ::1/128 scope host 03:13:43 valid_lft forever preferred_lft forever 03:13:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:13:43 link/ether fa:16:3e:a7:4f:b7 brd ff:ff:ff:ff:ff:ff 03:13:43 inet 10.30.123.144/23 brd 10.30.123.255 scope global dynamic eth0 03:13:43 valid_lft 85622sec preferred_lft 85622sec 03:13:43 inet6 fe80::f816:3eff:fea7:4fb7/64 scope link 03:13:43 valid_lft forever preferred_lft forever 03:13:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:13:43 link/ether 02:42:14:91:48:7e brd ff:ff:ff:ff:ff:ff 03:13:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:13:43 valid_lft forever preferred_lft forever 03:13:43 inet6 fe80::42:14ff:fe91:487e/64 scope link 03:13:43 valid_lft forever preferred_lft forever 03:13:43 03:13:43 03:13:43 ---> sar -b -r -n DEV: 03:13:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 03:13:43 03:13:43 03:00:33 LINUX RESTART (4 CPU) 03:13:43 03:13:43 03:01:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:13:43 03:02:01 77.34 30.74 46.60 0.00 7262.13 4058.31 0.00 03:13:43 03:03:01 2.71 0.00 2.71 0.00 0.00 60.41 0.00 03:13:43 03:04:01 0.22 0.00 0.22 0.00 0.00 3.93 0.00 03:13:43 03:05:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 03:13:43 03:06:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 03:13:43 03:07:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 03:13:43 03:08:01 0.23 0.00 0.23 0.00 0.00 2.30 0.00 03:13:43 03:09:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 03:13:43 03:10:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 03:13:43 03:11:01 0.32 0.00 0.32 0.00 0.00 4.88 0.00 03:13:43 03:12:01 286.12 173.88 112.23 0.00 8399.07 34381.49 0.00 03:13:43 03:13:01 217.86 73.11 144.75 0.00 4320.99 35834.30 0.00 03:13:43 Average: 48.82 23.15 25.67 0.00 1658.43 6203.15 0.00 03:13:43 03:13:43 03:01:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:13:43 03:02:01 147824 0 609336 32.38 2620 1121764 1099168 37.51 443312 1090732 128 03:13:43 03:03:01 146528 0 610512 32.45 2620 1121884 1099148 37.51 445052 1090500 12 03:13:43 03:04:01 150428 0 606608 32.24 2620 1121888 1087324 37.11 454776 1077744 8 03:13:43 03:05:01 149248 0 607784 32.30 2620 1121892 1087324 37.11 456324 1077304 16 03:13:43 03:06:01 150836 0 606192 32.22 2620 1121896 1079040 36.83 451996 1080460 8 03:13:43 03:07:01 150852 0 606168 32.22 2620 1121904 1079100 36.83 452204 1080460 8 03:13:43 03:08:01 150900 0 606120 32.21 2620 1121904 1079040 36.83 451888 1080460 8 03:13:43 03:09:01 150056 0 606960 32.26 2620 1121908 1079208 36.83 453100 1080460 16 03:13:43 03:10:01 150744 0 606264 32.22 2620 1121916 1079040 36.83 452072 1080460 8 03:13:43 03:11:01 150768 0 606236 32.22 2620 1121920 1079040 36.83 451828 1080460 8 03:13:43 03:12:01 104392 0 750584 39.89 2596 1023972 1274124 43.48 540444 963884 67708 03:13:43 03:13:01 261304 0 765400 40.68 1492 853348 1207400 41.21 572212 709504 60 03:13:43 Average: 155323 0 632347 33.61 2524 1091350 1110746 37.91 468767 1041036 5666 03:13:43 03:13:43 03:01:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:13:43 03:02:01 eth0 546.85 364.01 1119.04 97.98 0.00 0.00 0.00 0.00 03:13:43 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:02:01 docker0 11.95 10.05 1.89 25.57 0.00 0.00 0.00 0.00 03:13:43 03:03:01 eth0 2.75 0.70 0.70 0.37 0.00 0.00 0.00 0.00 03:13:43 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:04:01 eth0 2.28 0.65 0.68 0.40 0.00 0.00 0.00 0.00 03:13:43 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:05:01 eth0 0.50 0.27 0.27 0.23 0.00 0.00 0.00 0.00 03:13:43 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:13:43 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:07:01 eth0 0.65 0.23 0.16 0.07 0.00 0.00 0.00 0.00 03:13:43 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:08:01 eth0 0.50 0.08 0.05 0.01 0.00 0.00 0.00 0.00 03:13:43 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:09:01 eth0 0.53 0.37 0.27 0.20 0.00 0.00 0.00 0.00 03:13:43 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:10:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:13:43 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:11:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:13:43 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:12:01 veth62f0a11 49.57 53.06 5.00 255.83 0.00 0.00 0.00 0.00 03:13:43 03:12:01 eth0 455.29 405.41 4339.73 38.05 0.00 0.00 0.00 0.00 03:13:43 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:12:01 docker0 49.57 52.93 4.33 255.82 0.00 0.00 0.00 0.00 03:13:43 03:13:01 eth0 462.26 402.71 3482.39 119.14 0.00 0.00 0.00 0.00 03:13:43 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 03:13:01 veth61c22fa 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 03:13:43 03:13:01 docker0 28.86 35.58 1.57 232.86 0.00 0.00 0.00 0.00 03:13:43 Average: eth0 122.15 97.58 745.18 21.28 0.00 0.00 0.00 0.00 03:13:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 Average: veth61c22fa 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 03:13:43 Average: docker0 7.53 8.22 0.65 42.90 0.00 0.00 0.00 0.00 03:13:43 03:13:43 03:13:43 ---> sar -P ALL: 03:13:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 03:13:43 03:13:43 03:00:33 LINUX RESTART (4 CPU) 03:13:43 03:13:43 03:01:02 CPU %user %nice %system %iowait %steal %idle 03:13:43 03:02:01 all 11.66 0.00 4.02 1.78 0.20 82.35 03:13:43 03:02:01 0 11.90 0.00 4.73 1.40 0.16 81.81 03:13:43 03:02:01 1 10.87 0.00 3.67 2.15 0.28 83.03 03:13:43 03:02:01 2 12.18 0.00 4.15 2.95 0.17 80.54 03:13:43 03:02:01 3 11.67 0.00 3.52 0.60 0.21 84.00 03:13:43 03:03:01 all 0.09 0.00 0.05 0.00 0.00 99.87 03:13:43 03:03:01 0 0.05 0.00 0.03 0.00 0.00 99.92 03:13:43 03:03:01 1 0.10 0.00 0.05 0.00 0.00 99.85 03:13:43 03:03:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:13:43 03:03:01 3 0.15 0.00 0.07 0.00 0.00 99.78 03:13:43 03:04:01 all 0.16 0.00 0.06 0.00 0.01 99.77 03:13:43 03:04:01 0 0.30 0.00 0.07 0.00 0.02 99.62 03:13:43 03:04:01 1 0.08 0.00 0.05 0.00 0.02 99.85 03:13:43 03:04:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:13:43 03:04:01 3 0.20 0.00 0.08 0.00 0.00 99.72 03:13:43 03:05:01 all 0.16 0.00 0.03 0.00 0.01 99.80 03:13:43 03:05:01 0 0.52 0.00 0.02 0.00 0.02 99.45 03:13:43 03:05:01 1 0.03 0.00 0.07 0.00 0.00 99.90 03:13:43 03:05:01 2 0.05 0.00 0.03 0.00 0.02 99.90 03:13:43 03:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:13:43 03:06:01 all 0.22 0.00 0.22 0.00 0.03 99.53 03:13:43 03:06:01 0 0.27 0.00 0.13 0.00 0.02 99.58 03:13:43 03:06:01 1 0.13 0.00 0.30 0.00 0.05 99.52 03:13:43 03:06:01 2 0.38 0.00 0.18 0.00 0.02 99.42 03:13:43 03:06:01 3 0.12 0.00 0.25 0.00 0.03 99.60 03:13:43 03:07:01 all 0.07 0.00 0.04 0.00 0.01 99.88 03:13:43 03:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:13:43 03:07:01 1 0.07 0.00 0.07 0.00 0.02 99.85 03:13:43 03:07:01 2 0.18 0.00 0.05 0.00 0.02 99.75 03:13:43 03:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:13:43 03:08:01 all 0.16 0.00 0.03 0.00 0.00 99.81 03:13:43 03:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:13:43 03:08:01 1 0.08 0.00 0.03 0.00 0.00 99.88 03:13:43 03:08:01 2 0.50 0.00 0.05 0.00 0.00 99.45 03:13:43 03:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:13:43 03:09:01 all 0.18 0.00 0.03 0.00 0.00 99.80 03:13:43 03:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:13:43 03:09:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:13:43 03:09:01 2 0.58 0.00 0.03 0.00 0.00 99.38 03:13:43 03:09:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:13:43 03:10:01 all 0.16 0.00 0.02 0.00 0.01 99.81 03:13:43 03:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:13:43 03:10:01 1 0.07 0.00 0.03 0.00 0.02 99.88 03:13:43 03:10:01 2 0.52 0.00 0.00 0.00 0.00 99.48 03:13:43 03:10:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:13:43 03:11:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:13:43 03:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:13:43 03:11:01 1 0.03 0.00 0.05 0.00 0.00 99.92 03:13:43 03:11:01 2 0.52 0.00 0.03 0.00 0.02 99.43 03:13:43 03:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:13:43 03:12:01 all 9.97 0.00 6.02 2.45 0.24 81.32 03:13:43 03:12:01 0 10.06 0.00 6.35 2.19 0.24 81.16 03:13:43 03:12:01 1 9.89 0.00 5.40 2.46 0.29 81.97 03:13:43 03:12:01 2 10.41 0.00 6.67 3.16 0.22 79.53 03:13:43 03:12:01 3 9.52 0.00 5.67 1.99 0.22 82.61 03:13:43 03:13:43 03:12:01 CPU %user %nice %system %iowait %steal %idle 03:13:43 03:13:01 all 11.93 0.00 8.44 2.64 0.24 76.74 03:13:43 03:13:01 0 11.33 0.00 8.13 1.66 0.26 78.62 03:13:43 03:13:01 1 10.55 0.00 7.84 4.73 0.27 76.61 03:13:43 03:13:01 2 9.77 0.00 8.02 1.08 0.21 80.92 03:13:43 03:13:01 3 16.06 0.00 9.78 3.11 0.24 70.81 03:13:43 Average: all 2.85 0.00 1.55 0.56 0.06 94.98 03:13:43 Average: 0 2.81 0.00 1.59 0.43 0.06 95.11 03:13:43 Average: 1 2.61 0.00 1.44 0.76 0.08 95.11 03:13:43 Average: 2 2.88 0.00 1.58 0.59 0.05 94.91 03:13:43 Average: 3 3.09 0.00 1.59 0.46 0.06 94.80 03:13:43 03:13:43 03:13:43