Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 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-32455 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 Commit message: "Merge pull request #855 from hahattan/issue-853" > git rev-list --no-walk 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:59:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:59:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:59:02 ========================================================= 11:59:02 EdgeX Global Pipelines Version Info 11:59:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:59:03 ------------------- 11:59:03 stable info: 11:59:03 ------------------- 11:59:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:59:03 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 11:59:03 Message: update stable to v1.0.186 11:59:04 ------------------- 11:59:04 experimental info: 11:59:04 ------------------- 11:59:04 Commited By: **** collab-it+edgex@linuxfoundation.org 11:59:04 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 11:59:04 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:59:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 11:59:05 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 11:59:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:59:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:59:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:59:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:59:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 11:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 11:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:59:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:59:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:59:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:59:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:59:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:59:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 11:59:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 11:59:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:59:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:59:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:59:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:59:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 11:59:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 11:59:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 11:59:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 [Pipeline] echo 11:59:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 666827f [Pipeline] echo 11:59:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:59:08 provisioning config files... 11:59:08 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6966404577260990720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:59:08 ---> docker-login.sh 11:59:08 nexus3.edgexfoundry.org:10001 11:59:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:09 Configure a credential helper to remove this warning. See 11:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:09 11:59:09 Login Succeeded 11:59:09 nexus3.edgexfoundry.org:10002 11:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:09 Configure a credential helper to remove this warning. See 11:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:09 11:59:09 Login Succeeded 11:59:09 nexus3.edgexfoundry.org:10003 11:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:09 Configure a credential helper to remove this warning. See 11:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:09 11:59:09 Login Succeeded 11:59:09 nexus3.edgexfoundry.org:10004 11:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:09 Configure a credential helper to remove this warning. See 11:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:09 11:59:09 Login Succeeded 11:59:09 docker.io 11:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:59:10 Configure a credential helper to remove this warning. See 11:59:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:59:10 11:59:10 Login Succeeded 11:59:10 ---> docker-login.sh ends [Pipeline] } 11:59:10 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 11:59:11 + git log --format=format:%s -1 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 [Pipeline] echo 11:59:11 GIT_COMMIT: 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2, Commit Message: Merge pull request #855 from hahattan/issue-853 [Pipeline] echo 11:59:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:59:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:59:12 11:59:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:59:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:59:12 latest: Pulling from edgex-devops/git-semver 11:59:12 31603596830f: Pulling fs layer 11:59:12 2a8b12db71e7: Pulling fs layer 11:59:12 6ca5941a6612: Pulling fs layer 11:59:12 ecc8261a40a4: Pulling fs layer 11:59:12 ecc8261a40a4: Waiting 11:59:12 2a8b12db71e7: Verifying Checksum 11:59:12 2a8b12db71e7: Download complete 11:59:12 31603596830f: Download complete 11:59:13 6ca5941a6612: Verifying Checksum 11:59:13 6ca5941a6612: Download complete 11:59:13 ecc8261a40a4: Verifying Checksum 11:59:13 ecc8261a40a4: Download complete 11:59:13 31603596830f: Pull complete 11:59:13 2a8b12db71e7: Pull complete 11:59:14 6ca5941a6612: Pull complete 11:59:14 ecc8261a40a4: Pull complete 11:59:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:59:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:59:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:59:14 prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container 11:59:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:59:17 $ docker top f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:59:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:59:17 [ssh-agent] Looking for ssh-agent implementation... 11:59:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:59:17 $ docker exec f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c ssh-agent 11:59:17 SSH_AUTH_SOCK=/tmp/ssh-pIq1yW11jtIX/agent.12 11:59:17 SSH_AGENT_PID=17 11:59:17 Running ssh-add (command line suppressed) 11:59:18 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2080503490378428509.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2080503490378428509.key) 11:59:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:59:18 + git tag --points-at HEAD [Pipeline] } 11:59:18 $ docker exec --env ******** --env ******** f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c ssh-agent -k 11:59:18 unset SSH_AUTH_SOCK; 11:59:18 unset SSH_AGENT_PID; 11:59:18 echo Agent pid 17 killed; 11:59:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:59:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:59:18 [ssh-agent] Looking for ssh-agent implementation... 11:59:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:59:19 $ docker exec f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c ssh-agent 11:59:19 SSH_AUTH_SOCK=/tmp/ssh-EHMUbTsSSZkj/agent.48 11:59:19 SSH_AGENT_PID=53 11:59:19 Running ssh-add (command line suppressed) 11:59:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8248758232111801708.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8248758232111801708.key) 11:59:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:59:19 + git semver init 11:59:19 # -> Open(): unable to determine branch for HEAD 11:59:19 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 11:59:19 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 11:59:19 # $SEMVER_REMOTE_NAME = origin 11:59:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:59:19 # $SEMVER_USER_NAME = edgex-jenkins 11:59:19 # $SEMVER_BRANCH = master 11:59:19 # $SEMVER_TEMP = /tmp/semver-910675240 11:59:19 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 11:59:20 # '/tmp/semver-910675240' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 11:59:20 # -> Force: false 11:59:20 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 11:59:20 $ docker exec --env ******** --env ******** f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c ssh-agent -k 11:59:20 unset SSH_AUTH_SOCK; 11:59:20 unset SSH_AGENT_PID; 11:59:20 echo Agent pid 53 killed; 11:59:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:59:21 + git semver [Pipeline] } 11:59:21 $ docker stop --time=1 f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c 11:59:23 $ docker rm -f f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c [Pipeline] // withDockerContainer [Pipeline] sh 11:59:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:59:23 Stashed 1 file(s) [Pipeline] echo 11:59:23 [edgeXSemver]: initialized semver on version 2.0.0-dev.31 [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 11:59:39 Still waiting to schedule task 11:59:39 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32455’ 11:59:39 Still waiting to schedule task 11:59:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:01:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32456 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 12:01:23 Running in /w/workspace/device-sdk-go/136 [Pipeline] { [Pipeline] checkout 12:01:29 using credential edgex-jenkins-ssh 12:01:29 Cloning the remote Git repository 12:01:29 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 12:01:29 > git init /w/workspace/device-sdk-go/136 # timeout=10 12:01:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 12:01:29 > git --version # timeout=10 12:01:29 > git --version # 'git version 2.17.1' 12:01:29 using GIT_SSH to set credentials SSH Credentials for GitHub 12:01:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:01:31 Checking out Revision 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (master) 12:01:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 12:01:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:01:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 12:01:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 12:01:30 using GIT_SSH to set credentials SSH Credentials for GitHub 12:01:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 12:01:31 > git config core.sparsecheckout # timeout=10 12:01:31 > git checkout -f 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 12:01:35 Commit message: "Merge pull request #855 from hahattan/issue-853" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:01:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:01:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:01:38 + + sudotrue service 12:01:38 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:01:40 provisioning config files... 12:01:40 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/136@tmp/config3412245811926902204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:01:41 ---> docker-login.sh 12:01:41 nexus3.edgexfoundry.org:10001 12:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:01:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:01:42 Configure a credential helper to remove this warning. See 12:01:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:01:42 12:01:42 Login Succeeded 12:01:42 nexus3.edgexfoundry.org:10002 12:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:01:43 Configure a credential helper to remove this warning. See 12:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:01:43 12:01:43 Login Succeeded 12:01:43 nexus3.edgexfoundry.org:10003 12:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:01:43 Configure a credential helper to remove this warning. See 12:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:01:43 12:01:43 Login Succeeded 12:01:43 nexus3.edgexfoundry.org:10004 12:01:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:01:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:01:44 Configure a credential helper to remove this warning. See 12:01:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:01:44 12:01:44 Login Succeeded 12:01:44 docker.io 12:01:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:01:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:01:45 Configure a credential helper to remove this warning. See 12:01:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:01:45 12:01:45 Login Succeeded 12:01:45 ---> docker-login.sh ends [Pipeline] } 12:01:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:01:45 ========================================================= 12:01:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:01:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:01:46 + 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 . 12:01:46 Sending build context to Docker daemon 2.358MB 12:01:46 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 12:01:46 Step 2/8 : FROM ${BASE} 12:01:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:01:46 5f621e34cdf4: Pulling fs layer 12:01:46 a4357932f1b6: Pulling fs layer 12:01:46 18c013af1878: Pulling fs layer 12:01:46 00ac8860ef70: Pulling fs layer 12:01:46 63d7cb157983: Pulling fs layer 12:01:46 b116817d02f9: Pulling fs layer 12:01:46 745a02a5169b: Pulling fs layer 12:01:46 00ac8860ef70: Waiting 12:01:46 63d7cb157983: Waiting 12:01:46 b116817d02f9: Waiting 12:01:46 745a02a5169b: Waiting 12:01:46 18c013af1878: Download complete 12:01:46 a4357932f1b6: Download complete 12:01:46 63d7cb157983: Verifying Checksum 12:01:46 63d7cb157983: Download complete 12:01:46 5f621e34cdf4: Verifying Checksum 12:01:46 5f621e34cdf4: Download complete 12:01:47 b116817d02f9: Download complete 12:01:47 5f621e34cdf4: Pull complete 12:01:48 a4357932f1b6: Pull complete 12:01:48 18c013af1878: Pull complete 12:01:49 745a02a5169b: Download complete 12:01:50 00ac8860ef70: Verifying Checksum 12:01:50 00ac8860ef70: Download complete 12:01:55 Running on prd-centos7-docker-4c-2g-32457 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 12:01:55 Running in /w/workspace/device-sdk-go/136 [Pipeline] { [Pipeline] checkout 12:01:58 using credential edgex-jenkins-ssh 12:01:58 Cloning the remote Git repository 12:01:57 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 12:01:57 > git init /w/workspace/device-sdk-go/136 # timeout=10 12:01:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 12:01:57 > git --version # timeout=10 12:01:57 > git --version # 'git version 2.24.3' 12:01:57 using GIT_SSH to set credentials SSH Credentials for GitHub 12:01:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:01:59 Checking out Revision 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (master) 12:01:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 12:01:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:01:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 12:01:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 12:01:58 using GIT_SSH to set credentials SSH Credentials for GitHub 12:01:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 12:01:59 > git config core.sparsecheckout # timeout=10 12:01:59 > git checkout -f 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 12:02:01 00ac8860ef70: Pull complete 12:02:01 63d7cb157983: Pull complete 12:02:01 b116817d02f9: Pull complete 12:02:03 Commit message: "Merge pull request #855 from hahattan/issue-853" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:02:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:02:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:02:04 + sudo service docker restart 12:02:04 + true 12:02:04 Redirecting to /bin/systemctl restart docker.service 12:02:06 745a02a5169b: Pull complete 12:02:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:02:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:02:06 ---> b7e6874047d6 12:02:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:02:06 provisioning config files... 12:02:06 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/136@tmp/config7926836987935144764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:02:06 ---> docker-login.sh 12:02:06 nexus3.edgexfoundry.org:10001 12:02:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:02:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:02:07 Configure a credential helper to remove this warning. See 12:02:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:02:07 12:02:07 Login Succeeded 12:02:07 nexus3.edgexfoundry.org:10002 12:02:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:02:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:02:07 Configure a credential helper to remove this warning. See 12:02:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:02:07 12:02:07 Login Succeeded 12:02:07 nexus3.edgexfoundry.org:10003 12:02:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:02:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:02:07 Configure a credential helper to remove this warning. See 12:02:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:02:07 12:02:07 Login Succeeded 12:02:07 nexus3.edgexfoundry.org:10004 12:02:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:02:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:02:07 Configure a credential helper to remove this warning. See 12:02:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:02:07 12:02:07 Login Succeeded 12:02:07 docker.io 12:02:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:02:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:02:08 Configure a credential helper to remove this warning. See 12:02:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:02:08 12:02:08 Login Succeeded 12:02:08 ---> docker-login.sh ends [Pipeline] } 12:02:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:02:08 ========================================================= 12:02:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:02:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:02:08 ---> Running in a83614297e6d 12:02:08 Removing intermediate container a83614297e6d 12:02:08 ---> a3cbd145b0d9 12:02:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:02:08 + 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 . 12:02:08 Sending build context to Docker daemon 2.359MB 12:02:08 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 12:02:08 Step 2/8 : FROM ${BASE} 12:02:09 ---> Running in 0d8d36a145df 12:02:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:02:09 188c0c94c7c5: Pulling fs layer 12:02:09 0ef7d3d256c8: Pulling fs layer 12:02:09 de9db76c5a1d: Pulling fs layer 12:02:09 bca2f99d35d6: Pulling fs layer 12:02:09 93359f2a8cfa: Pulling fs layer 12:02:09 7c6f9722023f: Pulling fs layer 12:02:09 a35cf1a2eb13: Pulling fs layer 12:02:09 93359f2a8cfa: Waiting 12:02:09 bca2f99d35d6: Waiting 12:02:09 7c6f9722023f: Waiting 12:02:09 de9db76c5a1d: Verifying Checksum 12:02:09 de9db76c5a1d: Download complete 12:02:09 0ef7d3d256c8: Verifying Checksum 12:02:09 0ef7d3d256c8: Download complete 12:02:09 93359f2a8cfa: Verifying Checksum 12:02:09 93359f2a8cfa: Download complete 12:02:09 188c0c94c7c5: Verifying Checksum 12:02:09 188c0c94c7c5: Download complete 12:02:09 7c6f9722023f: Verifying Checksum 12:02:09 7c6f9722023f: Download complete 12:02:09 188c0c94c7c5: Pull complete 12:02:09 0ef7d3d256c8: Pull complete 12:02:09 de9db76c5a1d: Pull complete 12:02:11 Removing intermediate container 0d8d36a145df 12:02:11 ---> 445dd5cce1f6 12:02:11 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 12:02:11 ---> Running in c63f2eedcaee 12:02:11 a35cf1a2eb13: Verifying Checksum 12:02:11 a35cf1a2eb13: Download complete 12:02:12 bca2f99d35d6: Verifying Checksum 12:02:12 bca2f99d35d6: Download complete 12:02:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:02:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:02:14 (1/6) Installing libc-dev (0.7.2-r3) 12:02:14 (2/6) Installing libsodium (1.0.18-r0) 12:02:14 (3/6) Installing pkgconf (1.7.2-r0) 12:02:14 (4/6) Installing libsodium-dev (1.0.18-r0) 12:02:14 (5/6) Installing libzmq (4.3.3-r0) 12:02:14 (6/6) Installing zeromq-dev (4.3.3-r0) 12:02:14 Executing busybox-1.31.1-r19.trigger 12:02:14 OK: 144 MiB in 45 packages 12:02:16 Removing intermediate container c63f2eedcaee 12:02:16 ---> b96508a760a3 12:02:16 Step 6/8 : WORKDIR /device-sdk-go 12:02:16 ---> Running in 5e58db6f4bb5 12:02:16 Removing intermediate container 5e58db6f4bb5 12:02:16 ---> 7444cf20f0e0 12:02:16 Step 7/8 : COPY . . 12:02:17 bca2f99d35d6: Pull complete 12:02:17 93359f2a8cfa: Pull complete 12:02:17 7c6f9722023f: Pull complete 12:02:17 ---> 2c6581139b45 12:02:17 Step 8/8 : RUN go mod download 12:02:18 ---> Running in 4201841cca57 12:02:22 a35cf1a2eb13: Pull complete 12:02:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:02:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:02:23 ---> a62c8e92a672 12:02:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:02:23 ---> Running in 86b7f3de8fde 12:02:23 Removing intermediate container 86b7f3de8fde 12:02:23 ---> a9ecf143e32d 12:02:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:02:23 ---> Running in a097214d77cd 12:02:24 Removing intermediate container a097214d77cd 12:02:24 ---> c02038775a46 12:02:24 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 12:02:24 ---> Running in 30010c42237e 12:02:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:02:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:02:26 (1/6) Installing libc-dev (0.7.2-r3) 12:02:26 (2/6) Installing libsodium (1.0.18-r0) 12:02:26 (3/6) Installing pkgconf (1.7.2-r0) 12:02:26 (4/6) Installing libsodium-dev (1.0.18-r0) 12:02:26 (5/6) Installing libzmq (4.3.3-r0) 12:02:26 (6/6) Installing zeromq-dev (4.3.3-r0) 12:02:26 Executing busybox-1.31.1-r19.trigger 12:02:26 OK: 167 MiB in 45 packages 12:02:27 Removing intermediate container 30010c42237e 12:02:27 ---> 5764e4876013 12:02:27 Step 6/8 : WORKDIR /device-sdk-go 12:02:27 ---> Running in de3fe475949a 12:02:27 Removing intermediate container de3fe475949a 12:02:27 ---> 1df3e1c8e579 12:02:27 Step 7/8 : COPY . . 12:02:28 ---> e610777d479a 12:02:28 Step 8/8 : RUN go mod download 12:02:28 ---> Running in f8c7c2e54ed1 12:02:44 Removing intermediate container 4201841cca57 12:02:44 ---> ef5b9c01ec12 12:02:44 Successfully built ef5b9c01ec12 12:02:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:02:45 + docker inspect -f . ci-base-image-arm64 12:02:45 . [Pipeline] withDockerContainer 12:02:45 prd-ubuntu18.04-docker-arm64-4c-16g-32456 does not seem to be running inside a container 12:02:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/136 -v /w/workspace/device-sdk-go/136:/w/workspace/device-sdk-go/136:rw,z -v /w/workspace/device-sdk-go/136@tmp:/w/workspace/device-sdk-go/136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:02:47 $ docker top b55de0bdf00719bb8a20c46506405dafb0c66f82568d91d16b16ef4fafdf3f2f -eo pid,comm [Pipeline] { [Pipeline] sh 12:02:48 + go version 12:02:48 go version go1.15.5 linux/arm64 [Pipeline] } 12:02:48 $ docker stop --time=1 b55de0bdf00719bb8a20c46506405dafb0c66f82568d91d16b16ef4fafdf3f2f 12:02:50 $ docker rm -f b55de0bdf00719bb8a20c46506405dafb0c66f82568d91d16b16ef4fafdf3f2f [Pipeline] // withDockerContainer 12:02:50 Removing intermediate container f8c7c2e54ed1 12:02:50 ---> 4e0b694d48bc 12:02:50 Successfully built 4e0b694d48bc 12:02:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:02:51 + docker inspect -f . ci-base-image-x86_64 12:02:51 . [Pipeline] withDockerContainer 12:02:51 + docker inspect -f . ci-base-image-arm64 12:02:51 . 12:02:51 prd-centos7-docker-4c-2g-32457 does not seem to be running inside a container 12:02:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/136 -v /w/workspace/device-sdk-go/136:/w/workspace/device-sdk-go/136:rw,z -v /w/workspace/device-sdk-go/136@tmp:/w/workspace/device-sdk-go/136@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-x86_64 cat 12:02:53 $ docker top 7fd2826e9007e83632cb0a82a92795fc4843d845cee13abdcb6dfdc1abe25207 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 12:02:53 prd-ubuntu18.04-docker-arm64-4c-16g-32456 does not seem to be running inside a container 12:02:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/136 -v /w/workspace/device-sdk-go/136:/w/workspace/device-sdk-go/136:rw,z -v /w/workspace/device-sdk-go/136@tmp:/w/workspace/device-sdk-go/136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:02:55 $ docker top aadde3a832f46b869037e88fc5ed9d01aa166ee3aeba53f5e98bc6307b88dadf -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 12:02:56 + go version 12:02:56 go version go1.15.5 linux/amd64 [Pipeline] } 12:02:56 $ docker stop --time=1 7fd2826e9007e83632cb0a82a92795fc4843d845cee13abdcb6dfdc1abe25207 12:02:56 + make test 12:02:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:02:57 $ docker rm -f 7fd2826e9007e83632cb0a82a92795fc4843d845cee13abdcb6dfdc1abe25207 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:02:58 + docker inspect -f . ci-base-image-x86_64 12:02:58 . [Pipeline] withDockerContainer 12:02:58 prd-centos7-docker-4c-2g-32457 does not seem to be running inside a container 12:02:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/136 -v /w/workspace/device-sdk-go/136:/w/workspace/device-sdk-go/136:rw,z -v /w/workspace/device-sdk-go/136@tmp:/w/workspace/device-sdk-go/136@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-x86_64 cat 12:02:59 $ docker top 370fbbfba339b061793ba22f47a969493c1126f6a0be168913954cfcd2d24307 -eo pid,comm [Pipeline] { [Pipeline] sh 12:02:59 + make test 12:02:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:03:06 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 12:03:18 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 12:03:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 12:03:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 12:03:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 12:03:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 12:03:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 12:03:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.162s coverage: 28.1% of statements 12:03:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.182s coverage: 81.2% of statements 12:03:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.176s coverage: 7.8% of statements 12:03:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 12:03:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 12:03:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 12:03:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.084s coverage: 32.5% of statements 12:03:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 12:03:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 12:03:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 12:03:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.085s coverage: 57.3% of statements 12:03:29 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.157s coverage: 6.6% of statements 12:03:29 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.059s coverage: 5.0% of statements 12:03:29 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 12:03:29 GO111MODULE=on go vet ./... 12:03:44 gofmt -l . 12:03:44 [ "`gofmt -l .`" = "" ] 12:03:44 ./bin/test-attribution-txt.sh 12:03:44 ./bin/test-go-mod-tidy.sh [Pipeline] } 12:03:44 $ docker stop --time=1 370fbbfba339b061793ba22f47a969493c1126f6a0be168913954cfcd2d24307 12:03:46 $ docker rm -f 370fbbfba339b061793ba22f47a969493c1126f6a0be168913954cfcd2d24307 [Pipeline] // withDockerContainer [Pipeline] sh 12:03:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:03:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:03:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:03:50 + ls -al . 12:03:50 total 188 12:03:50 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 1 12:03 . 12:03:50 drwxrwxr-x. 4 jenkins jenkins 32 Apr 1 12:01 .. 12:03:50 drwxrwxr-x. 2 jenkins jenkins 64 Apr 1 12:01 bin 12:03:50 -rw-r--r--. 1 jenkins jenkins 101239 Apr 1 12:03 coverage.out 12:03:50 -rw-rw-r--. 1 jenkins jenkins 987 Apr 1 12:01 Dockerfile.build 12:03:50 -rw-rw-r--. 1 jenkins jenkins 140 Apr 1 12:01 .dockerignore 12:03:50 drwxrwxr-x. 5 jenkins jenkins 62 Apr 1 12:01 example 12:03:50 drwxrwxr-x. 8 jenkins jenkins 162 Apr 1 12:02 .git 12:03:50 drwxrwxr-x. 2 jenkins jenkins 103 Apr 1 12:01 .github 12:03:50 -rw-rw-r--. 1 jenkins jenkins 138 Apr 1 12:01 .gitignore 12:03:50 -rw-r--r--. 1 jenkins jenkins 537 Apr 1 12:03 go.mod 12:03:50 -rw-r--r--. 1 jenkins jenkins 21117 Apr 1 12:03 go.sum 12:03:50 drwxrwxr-x. 14 jenkins jenkins 207 Apr 1 12:01 internal 12:03:50 -rw-rw-r--. 1 jenkins jenkins 901 Apr 1 12:01 Jenkinsfile 12:03:50 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 1 12:01 LICENSE 12:03:50 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 1 12:01 Makefile 12:03:50 drwxrwxr-x. 4 jenkins jenkins 26 Apr 1 12:01 openapi 12:03:50 drwxrwxr-x. 5 jenkins jenkins 50 Apr 1 12:01 pkg 12:03:50 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 1 12:01 README.md 12:03:50 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 1 12:01 RELEASE-NOTES.txt 12:03:50 drwxrwxr-x. 4 jenkins jenkins 54 Apr 1 12:01 snap 12:03:50 -rw-rw-r--. 1 jenkins jenkins 12 Apr 1 11:59 VERSION 12:03:50 -rw-rw-r--. 1 jenkins jenkins 222 Apr 1 12:01 version.go [Pipeline] isUnix [Pipeline] sh 12:03:50 + 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=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 --label arch=amd64 --label version=2.0.0-dev.31 . 12:03:50 Sending build context to Docker daemon 2.461MB 12:03:50 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 12:03:50 Step 2/23 : FROM ${BASE} AS builder 12:03:50 ---> 4e0b694d48bc 12:03:50 Step 3/23 : WORKDIR /device-sdk-go 12:03:50 ---> Running in b4e20f56fee4 12:03:51 Removing intermediate container b4e20f56fee4 12:03:51 ---> ffe134aaa11c 12:03:51 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:03:51 ---> Running in df50d36b40ad 12:03:51 Removing intermediate container df50d36b40ad 12:03:51 ---> bee628ba0587 12:03:51 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:03:51 ---> Running in 703e1b7c16a6 12:03:52 Removing intermediate container 703e1b7c16a6 12:03:52 ---> 8c1e919a7f08 12:03:52 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 12:03:52 ---> Running in 3261559c5802 12:03:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:03:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:03:54 OK: 167 MiB in 45 packages 12:03:54 Removing intermediate container 3261559c5802 12:03:54 ---> a7f864cfc04c 12:03:54 Step 7/23 : COPY . . 12:03:55 ---> 4157fc7b377f 12:03:55 Step 8/23 : RUN go mod download 12:03:55 ---> Running in 79c9538ccff2 12:03:56 Removing intermediate container 79c9538ccff2 12:03:56 ---> 355fbb8a267f 12:03:56 Step 9/23 : RUN make build 12:03:56 ---> Running in 646b97583b51 12:03:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.31" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 12:04:07 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 12:04:08 Removing intermediate container 646b97583b51 12:04:08 ---> c7197f01cdd5 12:04:08 Step 10/23 : FROM alpine:3.12 12:04:09 3.12: Pulling from library/alpine 12:04:09 532819f3e44c: Pulling fs layer 12:04:09 532819f3e44c: Verifying Checksum 12:04:09 532819f3e44c: Download complete 12:04:09 532819f3e44c: Pull complete 12:04:09 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 12:04:09 Status: Downloaded newer image for alpine:3.12 12:04:09 ---> 7230e588e954 12:04:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:04:09 ---> Running in 628bfc15a55b 12:04:09 Removing intermediate container 628bfc15a55b 12:04:09 ---> a858d7cfc780 12:04:09 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:04:09 ---> Running in bc926c3f61b1 12:04:10 Removing intermediate container bc926c3f61b1 12:04:10 ---> d18437f46d71 12:04:10 Step 13/23 : RUN apk add --update --no-cache zeromq 12:04:10 ---> Running in 4372b7b79a6a 12:04:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:04:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:04:12 (1/5) Installing libgcc (9.3.0-r2) 12:04:12 (2/5) Installing libsodium (1.0.18-r0) 12:04:12 (3/5) Installing libstdc++ (9.3.0-r2) 12:04:12 (4/5) Installing libzmq (4.3.3-r0) 12:04:12 (5/5) Installing zeromq (4.3.3-r0) 12:04:13 Executing busybox-1.31.1-r20.trigger 12:04:13 OK: 8 MiB in 19 packages 12:04:13 Removing intermediate container 4372b7b79a6a 12:04:13 ---> 2cde0c0206bc 12:04:13 Step 14/23 : WORKDIR / 12:04:13 ---> Running in e82a19d73f15 12:04:13 Removing intermediate container e82a19d73f15 12:04:13 ---> 00ecba241134 12:04:13 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 12:04:13 ---> dc190a7eccb8 12:04:13 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 12:04:14 ---> 6dab1561384b 12:04:14 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 12:04:14 ---> b5e375cf29b3 12:04:14 Step 18/23 : EXPOSE 49990 12:04:14 ---> Running in 6d0809b882a0 12:04:15 Removing intermediate container 6d0809b882a0 12:04:15 ---> ddf21df93bef 12:04:15 Step 19/23 : ENTRYPOINT ["/device-simple"] 12:04:15 ---> Running in a2767a616727 12:04:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 12:04:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 12:04:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 12:04:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 12:04:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 12:04:15 Removing intermediate container a2767a616727 12:04:15 ---> c5667221c5bf 12:04:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:04:15 ---> Running in f051127b7b91 12:04:15 Removing intermediate container f051127b7b91 12:04:15 ---> 4ce98f959dad 12:04:15 Step 21/23 : LABEL arch=amd64 12:04:15 ---> Running in 803e4f14710a 12:04:15 Removing intermediate container 803e4f14710a 12:04:15 ---> 65b82f53c113 12:04:15 Step 22/23 : LABEL git_sha=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 12:04:15 ---> Running in 7140ca53f495 12:04:15 Removing intermediate container 7140ca53f495 12:04:15 ---> 16170bdb9c74 12:04:15 Step 23/23 : LABEL version=2.0.0-dev.31 12:04:16 ---> Running in 0496e5498207 12:04:16 Removing intermediate container 0496e5498207 12:04:16 ---> 43d5acc15e9b 12:04:16 [Warning] One or more build-args [ARCH MAKE] were not consumed 12:04:16 Successfully built 43d5acc15e9b 12:04:16 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 12:04:17 ---> job-cost.sh 12:04:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iAKC 12:04:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.136s coverage: 28.1% of statements 12:04:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.184s coverage: 81.2% of statements 12:04:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.197s coverage: 7.8% of statements 12:04:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 12:04:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 12:04:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 12:04:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.265s coverage: 32.5% of statements 12:04:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 12:04:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 12:04:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 12:04:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.297s coverage: 57.3% of statements 12:04:23 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.197s coverage: 6.6% of statements 12:04:24 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.148s coverage: 5.0% of statements 12:04:24 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 12:04:24 GO111MODULE=on go vet ./... 12:04:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:04:58 lf-activate-venv(): INFO: Adding /tmp/venv-iAKC/bin to PATH 12:04:58 INFO: No Stack... 12:04:58 INFO: Retrieving Pricing Info for: v1-standard-2 12:04:58 INFO: Archiving Costs [Pipeline] sh 12:04:59 + cat /w/workspace/device-sdk-go/136/archives/cost.csv 12:04:59 + cut -d, -f6 [Pipeline] lock 12:04:59 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] 12:04:59 Resource [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] did not exist. Created. 12:04:59 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:04:59 + echo total: 0.029999999329447746 [Pipeline] stash 12:04:59 Stashed 1 file(s) [Pipeline] } 12:04:59 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:05:11 gofmt -l . 12:05:11 [ "`gofmt -l .`" = "" ] 12:05:11 ./bin/test-attribution-txt.sh 12:05:11 ./bin/test-go-mod-tidy.sh [Pipeline] } 12:05:11 $ docker stop --time=1 aadde3a832f46b869037e88fc5ed9d01aa166ee3aeba53f5e98bc6307b88dadf 12:05:14 $ docker rm -f aadde3a832f46b869037e88fc5ed9d01aa166ee3aeba53f5e98bc6307b88dadf [Pipeline] // withDockerContainer [Pipeline] sh 12:05:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:05:15 Warning: overwriting stash ‘coverage-report’ 12:05:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:05:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:05:17 + ls -al . 12:05:17 total 224 12:05:17 drwxrwxr-x 10 jenkins jenkins 4096 Apr 1 12:05 . 12:05:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 12:01 .. 12:05:17 -rw-rw-r-- 1 jenkins jenkins 140 Apr 1 12:01 .dockerignore 12:05:17 drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 12:01 .git 12:05:17 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 12:01 .github 12:05:17 -rw-rw-r-- 1 jenkins jenkins 138 Apr 1 12:01 .gitignore 12:05:17 -rw-rw-r-- 1 jenkins jenkins 987 Apr 1 12:01 Dockerfile.build 12:05:17 -rw-rw-r-- 1 jenkins jenkins 901 Apr 1 12:01 Jenkinsfile 12:05:17 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 1 12:01 LICENSE 12:05:17 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 1 12:01 Makefile 12:05:17 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 1 12:01 README.md 12:05:17 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 1 12:01 RELEASE-NOTES.txt 12:05:17 -rw-rw-r-- 1 jenkins jenkins 12 Apr 1 11:59 VERSION 12:05:17 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 12:01 bin 12:05:17 -rw-r--r-- 1 jenkins jenkins 101239 Apr 1 12:04 coverage.out 12:05:17 drwxrwxr-x 5 jenkins jenkins 4096 Apr 1 12:01 example 12:05:17 -rw-r--r-- 1 jenkins jenkins 537 Apr 1 12:05 go.mod 12:05:17 -rw-r--r-- 1 jenkins jenkins 21117 Apr 1 12:05 go.sum 12:05:17 drwxrwxr-x 14 jenkins jenkins 4096 Apr 1 12:01 internal 12:05:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 12:01 openapi 12:05:17 drwxrwxr-x 5 jenkins jenkins 4096 Apr 1 12:01 pkg 12:05:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 12:01 snap 12:05:17 -rw-rw-r-- 1 jenkins jenkins 222 Apr 1 12:01 version.go [Pipeline] isUnix [Pipeline] sh 12:05:17 + 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=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 --label arch=arm64 --label version=2.0.0-dev.31 . 12:05:18 Sending build context to Docker daemon 2.46MB 12:05:18 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 12:05:18 Step 2/23 : FROM ${BASE} AS builder 12:05:18 ---> ef5b9c01ec12 12:05:18 Step 3/23 : WORKDIR /device-sdk-go 12:05:18 ---> Running in e4a22308ddcc 12:05:19 Removing intermediate container e4a22308ddcc 12:05:19 ---> c3b9cfb36af4 12:05:19 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:05:19 ---> Running in e70dcedf08e2 12:05:19 Removing intermediate container e70dcedf08e2 12:05:19 ---> 2e4dcf093e8e 12:05:19 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:05:19 ---> Running in 954bc6ab0bbb 12:05:21 Removing intermediate container 954bc6ab0bbb 12:05:21 ---> 18b07b8b8d46 12:05:21 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 12:05:21 ---> Running in e5cd8536cfac 12:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:05:24 OK: 144 MiB in 45 packages 12:05:26 Removing intermediate container e5cd8536cfac 12:05:26 ---> f1fab0bf6841 12:05:26 Step 7/23 : COPY . . 12:05:27 ---> 76143407cb5b 12:05:27 Step 8/23 : RUN go mod download 12:05:27 ---> Running in cedb2efc2a62 12:05:29 Removing intermediate container cedb2efc2a62 12:05:29 ---> 9479c9e4f463 12:05:29 Step 9/23 : RUN make build 12:05:29 ---> Running in 53cc17f7cd2d 12:05:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.31" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 12:06:03 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 12:06:05 Removing intermediate container 53cc17f7cd2d 12:06:05 ---> 305ee1344327 12:06:05 Step 10/23 : FROM alpine:3.12 12:06:05 3.12: Pulling from library/alpine 12:06:05 9a219e8acc52: Pulling fs layer 12:06:06 9a219e8acc52: Verifying Checksum 12:06:06 9a219e8acc52: Download complete 12:06:06 9a219e8acc52: Pull complete 12:06:06 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 12:06:06 Status: Downloaded newer image for alpine:3.12 12:06:06 ---> d75e27dfc0a0 12:06:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:06:06 ---> Running in 9dd187444e50 12:06:07 Removing intermediate container 9dd187444e50 12:06:07 ---> 1dcb44843cd9 12:06:07 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:06:07 ---> Running in 0d7468796ca3 12:06:09 Removing intermediate container 0d7468796ca3 12:06:09 ---> 0737b9eaf297 12:06:09 Step 13/23 : RUN apk add --update --no-cache zeromq 12:06:09 ---> Running in 42c91f619734 12:06:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:06:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:06:11 (1/5) Installing libgcc (9.3.0-r2) 12:06:12 (2/5) Installing libsodium (1.0.18-r0) 12:06:12 (3/5) Installing libstdc++ (9.3.0-r2) 12:06:12 (4/5) Installing libzmq (4.3.3-r0) 12:06:12 (5/5) Installing zeromq (4.3.3-r0) 12:06:12 Executing busybox-1.31.1-r20.trigger 12:06:12 OK: 8 MiB in 19 packages 12:06:14 Removing intermediate container 42c91f619734 12:06:14 ---> 5d2813136f60 12:06:14 Step 14/23 : WORKDIR / 12:06:14 ---> Running in bd0dc7bae9be 12:06:14 Removing intermediate container bd0dc7bae9be 12:06:14 ---> 892f2c640f3b 12:06:14 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 12:06:15 ---> a8e3eb727819 12:06:15 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 12:06:16 ---> f7da92831f8e 12:06:16 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 12:06:17 ---> 200a1fc465f4 12:06:17 Step 18/23 : EXPOSE 49990 12:06:17 ---> Running in 27beb47253d2 12:06:17 Removing intermediate container 27beb47253d2 12:06:17 ---> 1ad58fc393d4 12:06:17 Step 19/23 : ENTRYPOINT ["/device-simple"] 12:06:17 ---> Running in 53813a76b637 12:06:18 Removing intermediate container 53813a76b637 12:06:18 ---> 0afdea89c86f 12:06:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:06:18 ---> Running in 1ab66f5fe674 12:06:18 Removing intermediate container 1ab66f5fe674 12:06:18 ---> e333d318e1d4 12:06:18 Step 21/23 : LABEL arch=arm64 12:06:18 ---> Running in 79b8bdb80a81 12:06:19 Removing intermediate container 79b8bdb80a81 12:06:19 ---> 255b9e4e71bb 12:06:19 Step 22/23 : LABEL git_sha=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 12:06:19 ---> Running in f58cb1a1b141 12:06:20 Removing intermediate container f58cb1a1b141 12:06:20 ---> 3df1c8d9cfed 12:06:20 Step 23/23 : LABEL version=2.0.0-dev.31 12:06:20 ---> Running in c6b2f78f897d 12:06:20 Removing intermediate container c6b2f78f897d 12:06:20 ---> e6ff164f3595 12:06:20 [Warning] One or more build-args [ARCH MAKE] were not consumed 12:06:20 Successfully built e6ff164f3595 12:06:20 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 12:06:21 ---> job-cost.sh 12:06:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MmHD 12:07:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:08:37 lf-activate-venv(): INFO: Adding /tmp/venv-MmHD/bin to PATH 12:08:37 INFO: No Stack... 12:08:37 INFO: Retrieving Pricing Info for: lf-standard-4 12:08:37 INFO: Archiving Costs [Pipeline] sh 12:08:37 + cat /w/workspace/device-sdk-go/136/archives/cost.csv 12:08:37 + cut -d, -f6 [Pipeline] lock 12:08:37 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] 12:08:37 Resource [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] did not exist. Created. 12:08:37 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:08:38 /w/workspace/device-sdk-go/136@tmp/durable-c4810c48/script.sh: 1: /w/workspace/device-sdk-go/136@tmp/durable-c4810c48/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 12:08:38 + echo total: 0.20999999344348907 [Pipeline] stash 12:08:38 Warning: overwriting stash ‘stack-cost’ 12:08:38 Stashed 1 file(s) [Pipeline] } 12:08:38 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-136-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 12:08:40 provisioning config files... 12:08:40 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config266622977688979942tmp [Pipeline] { [Pipeline] sh 12:08:40 + set +x 12:08:40 + curl -s https://codecov.io/bash 12:08:40 + bash -s -- 12:08:40 12:08:40 _____ _ 12:08:40 / ____| | | 12:08:40 | | ___ __| | ___ ___ _____ __ 12:08:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:08:40 | |___| (_) | (_| | __/ (_| (_) \ V / 12:08:40 \_____\___/ \__,_|\___|\___\___/ \_/ 12:08:40 Bash-20210309-2b87ace 12:08:40 12:08:40 12:08:40 ==> git version 2.24.3 found 12:08:40 ==> 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 12:08:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:08:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:08:40 ==> Jenkins CI detected. 12:08:40 project root: . 12:08:40 --> token set from env 12:08:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:08:40 ==> Running gcov in . (disable via -X gcov) 12:08:40 ==> Python coveragepy not found 12:08:40 ==> Searching for coverage reports in: 12:08:40 + . 12:08:40 -> Found 1 reports 12:08:40 ==> Detecting git/mercurial file structure 12:08:40 ==> Reading reports 12:08:40 + ./coverage.out bytes=101239 12:08:40 ==> Appending adjustments 12:08:40 https://docs.codecov.io/docs/fixing-reports 12:08:41 + Found adjustments 12:08:41 ==> Gzipping contents 12:08:41 16K /tmp/codecov.lYgXao.gz 12:08:41 ==> Uploading reports 12:08:41 url: https://codecov.io 12:08:41 query: branch=master&commit=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2&build=136&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F136%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:08:41 -> Pinging Codecov 12:08:41 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2&build=136&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F136%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:08:41 -> Uploading to 12:08:41 https://storage.googleapis.com/codecov/v4/raw/2021-04-01/7E55EF52A471D76F132DFD9A03CDDE97/666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2/62b6c606-479b-468c-86c4-4e89f4f03766.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T120841Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fc74cfd97c532184f1cb85ce3d7264fb7c89edc0f81ae13b1425eeb2c70388c6 12:08:41 % Total % Received % Xferd Average Speed Time Time Time Current 12:08:41 Dload Upload Total Spent Left Speed 12:08:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13687 0 0 100 13687 0 27639 --:--:-- --:--:-- --:--:-- 27650 12:08:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 [Pipeline] } 12:08:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 12:08:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:08:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:08:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:08:43 12:08:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 12:08:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:08:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 12:08:43 188c0c94c7c5: Pulling fs layer 12:08:43 0ef7d3d256c8: Pulling fs layer 12:08:43 de9db76c5a1d: Pulling fs layer 12:08:43 0eba1c9be4d2: Pulling fs layer 12:08:43 0d57e429df01: Pulling fs layer 12:08:43 4e4be7b47b0d: Pulling fs layer 12:08:43 e1f770b5df2f: Pulling fs layer 12:08:43 85a0685a4137: Pulling fs layer 12:08:43 0eba1c9be4d2: Waiting 12:08:43 4e4be7b47b0d: Waiting 12:08:43 e1f770b5df2f: Waiting 12:08:43 85a0685a4137: Waiting 12:08:43 0d57e429df01: Waiting 12:08:43 de9db76c5a1d: Verifying Checksum 12:08:43 de9db76c5a1d: Download complete 12:08:43 0ef7d3d256c8: Verifying Checksum 12:08:43 0ef7d3d256c8: Download complete 12:08:43 0d57e429df01: Download complete 12:08:44 188c0c94c7c5: Verifying Checksum 12:08:44 188c0c94c7c5: Download complete 12:08:44 4e4be7b47b0d: Verifying Checksum 12:08:44 4e4be7b47b0d: Download complete 12:08:44 188c0c94c7c5: Pull complete 12:08:44 0ef7d3d256c8: Pull complete 12:08:44 de9db76c5a1d: Pull complete 12:08:46 e1f770b5df2f: Verifying Checksum 12:08:46 e1f770b5df2f: Download complete 12:08:48 0eba1c9be4d2: Verifying Checksum 12:08:48 0eba1c9be4d2: Download complete 12:08:48 85a0685a4137: Verifying Checksum 12:08:48 85a0685a4137: Download complete 12:08:55 0eba1c9be4d2: Pull complete 12:08:55 0d57e429df01: Pull complete 12:08:55 4e4be7b47b0d: Pull complete 12:08:56 e1f770b5df2f: Pull complete 12:09:04 85a0685a4137: Pull complete 12:09:04 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 12:09:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:09:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 12:09:05 prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container 12:09:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 12:09:06 $ docker top 90b9bbd0cdded849785c5f05bb36f42119191d70a429f6a1b3e36ed9d28b58fc -eo pid,comm [Pipeline] { [Pipeline] echo 12:09:07 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 12:09:07 + set -o pipefail 12:09:07 + snyk monitor '--org=edgex-jenkins' 12:09:15 12:09:15 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 12:09:15 12:09:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/b0d08339-0c9f-4868-875d-756d93270cf9 12:09:15 12:09:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:09:15 12:09:15 12:09:15 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 12:09:15 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 12:09:15 $ docker stop --time=1 90b9bbd0cdded849785c5f05bb36f42119191d70a429f6a1b3e36ed9d28b58fc 12:09:18 $ docker rm -f 90b9bbd0cdded849785c5f05bb36f42119191d70a429f6a1b3e36ed9d28b58fc [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 12:09:19 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:09:19 provisioning config files... 12:09:19 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5077436072582880065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:09:20 --> edgex-publish-swagger.sh 12:09:20 === Publish openapi/v1 API === 12:09:20 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 12:09:20 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 12:09:20 % Total % Received % Xferd Average Speed Time Time Time Current 12:09:20 Dload Upload Total Spent Left Speed 12:09:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 29696 --:--:-- --:--:-- --:--:-- 29683 100 19947 0 0 100 19947 0 29687 --:--:-- --:--:-- --:--:-- 29683 12:09:20 12:09:20 12:09:20 === Publish openapi/v2 API === 12:09:20 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 12:09:20 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 12:09:20 % Total % Received % Xferd Average Speed Time Time Time Current 12:09:20 Dload Upload Total Spent Left Speed 12:09:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 86163 --:--:-- --:--:-- --:--:-- 86236 12:09:21 12:09:21 [Pipeline] } 12:09:21 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 12:09:22 + git log --format=format:%s -1 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 [Pipeline] isUnix [Pipeline] sh 12:09:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:09:22 . [Pipeline] withDockerContainer 12:09:22 prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container 12:09:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:09:23 $ docker top 3d0a9ff44f2c5b7f42d9a79f991928dea8f98c240e960fd96c3750375cb6edde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:09:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:09:24 [ssh-agent] Looking for ssh-agent implementation... 12:09:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:09:24 $ docker exec 3d0a9ff44f2c5b7f42d9a79f991928dea8f98c240e960fd96c3750375cb6edde ssh-agent 12:09:24 SSH_AUTH_SOCK=/tmp/ssh-n3ybQlLHZvtT/agent.11 12:09:24 SSH_AGENT_PID=16 12:09:24 Running ssh-add (command line suppressed) 12:09:24 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6045309982971114764.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6045309982971114764.key) 12:09:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:09:25 + git semver tag 12:09:25 # -> Open(): unable to determine branch for HEAD 12:09:25 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 12:09:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 12:09:25 # $SEMVER_REMOTE_NAME = origin 12:09:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:09:25 # $SEMVER_USER_NAME = edgex-jenkins 12:09:25 # $SEMVER_BRANCH = master 12:09:25 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 12:09:25 # 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 HEAD 12:09:25 # -> Force: false 12:09:25 # 8abeada187e3c896ffa156e731f59dad2fd38cc3 refs/tags/v2.0.0-dev.31 [Pipeline] } 12:09:25 $ docker exec --env ******** --env ******** 3d0a9ff44f2c5b7f42d9a79f991928dea8f98c240e960fd96c3750375cb6edde ssh-agent -k 12:09:25 unset SSH_AUTH_SOCK; 12:09:25 unset SSH_AGENT_PID; 12:09:25 echo Agent pid 16 killed; 12:09:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:09:26 + git semver [Pipeline] } 12:09:26 $ docker stop --time=1 3d0a9ff44f2c5b7f42d9a79f991928dea8f98c240e960fd96c3750375cb6edde 12:09:27 $ docker rm -f 3d0a9ff44f2c5b7f42d9a79f991928dea8f98c240e960fd96c3750375cb6edde [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 12:09:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:09:28 12:09:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 12:09:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:09:28 0.23.1-centos7: Pulling from edgex-lftools 12:09:28 ab5ef0e58194: Pulling fs layer 12:09:28 9712f1f96733: Pulling fs layer 12:09:28 63f879dbbcfc: Pulling fs layer 12:09:28 0d9ebad4ef96: Pulling fs layer 12:09:28 e9a5061849ea: Pulling fs layer 12:09:28 d747dcd14b5f: Pulling fs layer 12:09:28 2de7ff778b66: Pulling fs layer 12:09:28 e9a5061849ea: Waiting 12:09:28 d747dcd14b5f: Waiting 12:09:28 2de7ff778b66: Waiting 12:09:28 0d9ebad4ef96: Waiting 12:09:28 9712f1f96733: Verifying Checksum 12:09:28 9712f1f96733: Download complete 12:09:31 63f879dbbcfc: Verifying Checksum 12:09:31 63f879dbbcfc: Download complete 12:09:31 0d9ebad4ef96: Verifying Checksum 12:09:31 0d9ebad4ef96: Download complete 12:09:31 d747dcd14b5f: Verifying Checksum 12:09:31 d747dcd14b5f: Download complete 12:09:31 e9a5061849ea: Verifying Checksum 12:09:31 e9a5061849ea: Download complete 12:09:31 2de7ff778b66: Verifying Checksum 12:09:31 2de7ff778b66: Download complete 12:09:31 ab5ef0e58194: Verifying Checksum 12:09:31 ab5ef0e58194: Download complete 12:09:36 ab5ef0e58194: Pull complete 12:09:36 9712f1f96733: Pull complete 12:09:38 63f879dbbcfc: Pull complete 12:09:46 0d9ebad4ef96: Pull complete 12:09:47 e9a5061849ea: Pull complete 12:09:47 d747dcd14b5f: Pull complete 12:09:50 2de7ff778b66: Pull complete 12:09:50 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:09:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:09:50 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 12:09:50 prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container 12:09:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 12:09:54 $ docker top 4fb9801bfb6806a44911207dbda07e879c44421e1b440c433142155f8c05709e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:09:55 provisioning config files... 12:09:55 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1687800759327342715tmp 12:09:55 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1206307791070816500tmp 12:09:55 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4604038943895316928tmp [Pipeline] { [Pipeline] echo 12:09:55 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:09:55 ---> sigul-configuration.sh 12:09:55 gpg: directory `/root/.gnupg' created 12:09:55 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:09:55 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:09:55 gpg: keyring `/root/.gnupg/secring.gpg' created 12:09:55 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:09:55 gpg: CAST5 encrypted data 12:09:55 gpg: encrypted with 1 passphrase 12:09:55 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:09:55 + mkdir /home/jenkins 12:09:55 + mkdir /home/jenkins/sigul [Pipeline] sh 12:09:56 + 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 12:09:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:09:56 ---> sigul-install.sh 12:10:03 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 12:10:03 + git tag --list 12:10:03 0.7.1 12:10:03 delhi-tag 12:10:03 v1.0.0 12:10:03 v1.1.0 12:10:03 v1.1.1 12:10:03 v1.1.2 12:10:03 v1.2.0 12:10:03 v1.2.1 12:10:03 v1.2.2 12:10:03 v1.2.3 12:10:03 v1.3.0 12:10:03 v1.4.0 12:10:03 v2.0.0-dev.1 12:10:03 v2.0.0-dev.10 12:10:03 v2.0.0-dev.11 12:10:03 v2.0.0-dev.12 12:10:03 v2.0.0-dev.13 12:10:03 v2.0.0-dev.14 12:10:03 v2.0.0-dev.15 12:10:03 v2.0.0-dev.16 12:10:03 v2.0.0-dev.17 12:10:03 v2.0.0-dev.18 12:10:03 v2.0.0-dev.19 12:10:03 v2.0.0-dev.2 12:10:03 v2.0.0-dev.20 12:10:03 v2.0.0-dev.21 12:10:03 v2.0.0-dev.22 12:10:03 v2.0.0-dev.23 12:10:03 v2.0.0-dev.24 12:10:03 v2.0.0-dev.25 12:10:03 v2.0.0-dev.26 12:10:03 v2.0.0-dev.27 12:10:03 v2.0.0-dev.28 12:10:03 v2.0.0-dev.29 12:10:03 v2.0.0-dev.3 12:10:03 v2.0.0-dev.30 12:10:03 v2.0.0-dev.31 12:10:03 v2.0.0-dev.4 12:10:03 v2.0.0-dev.5 12:10:03 v2.0.0-dev.6 12:10:03 v2.0.0-dev.7 12:10:03 v2.0.0-dev.8 12:10:03 v2.0.0-dev.9 [Pipeline] sh 12:10:03 + lftools sign git-tag v2.0.0-dev.31 12:10:05 Signing Git tag with Sigul... 12:10:05 Signing v2.0.0-dev.31 [Pipeline] echo 12:10:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:10:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:10:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:10:07 $ docker stop --time=1 4fb9801bfb6806a44911207dbda07e879c44421e1b440c433142155f8c05709e 12:10:09 $ docker rm -f 4fb9801bfb6806a44911207dbda07e879c44421e1b440c433142155f8c05709e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 12:10:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:10:10 . [Pipeline] withDockerContainer 12:10:10 prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container 12:10:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:10:11 $ docker top ff463fcfee0d63dbc32ce878ba52d9e40bceabc5bb8dca8527449663af542937 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:10:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:10:11 [ssh-agent] Looking for ssh-agent implementation... 12:10:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:10:11 $ docker exec ff463fcfee0d63dbc32ce878ba52d9e40bceabc5bb8dca8527449663af542937 ssh-agent 12:10:11 SSH_AUTH_SOCK=/tmp/ssh-cTkKEZbcGoRw/agent.11 12:10:11 SSH_AGENT_PID=16 12:10:11 Running ssh-add (command line suppressed) 12:10:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5795845093527572235.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5795845093527572235.key) 12:10:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:10:12 + git semver bump pre 12:10:12 # -> Open(): unable to determine branch for HEAD 12:10:12 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 12:10:12 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 12:10:12 # $SEMVER_REMOTE_NAME = origin 12:10:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:10:12 # $SEMVER_USER_NAME = edgex-jenkins 12:10:12 # $SEMVER_BRANCH = master 12:10:12 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 12:10:12 2.0.0-dev.32 [Pipeline] } 12:10:12 $ docker exec --env ******** --env ******** ff463fcfee0d63dbc32ce878ba52d9e40bceabc5bb8dca8527449663af542937 ssh-agent -k 12:10:12 unset SSH_AUTH_SOCK; 12:10:12 unset SSH_AGENT_PID; 12:10:12 echo Agent pid 16 killed; 12:10:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:10:13 + git semver [Pipeline] } 12:10:13 $ docker stop --time=1 ff463fcfee0d63dbc32ce878ba52d9e40bceabc5bb8dca8527449663af542937 12:10:14 $ docker rm -f ff463fcfee0d63dbc32ce878ba52d9e40bceabc5bb8dca8527449663af542937 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:10:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:10:15 . [Pipeline] withDockerContainer 12:10:15 prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container 12:10:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:10:16 $ docker top 49f66be8cf142168f4f734a50842c94bc40c4210042139bc18c0ef11180eb4f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:10:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:10:16 [ssh-agent] Looking for ssh-agent implementation... 12:10:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:10:16 $ docker exec 49f66be8cf142168f4f734a50842c94bc40c4210042139bc18c0ef11180eb4f2 ssh-agent 12:10:16 SSH_AUTH_SOCK=/tmp/ssh-Bq0m2xMGbwMr/agent.11 12:10:16 SSH_AGENT_PID=16 12:10:16 Running ssh-add (command line suppressed) 12:10:16 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_732716808960689809.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_732716808960689809.key) 12:10:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:10:17 + git semver push 12:10:17 # -> Open(): unable to determine branch for HEAD 12:10:17 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 12:10:17 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 12:10:17 # $SEMVER_REMOTE_NAME = origin 12:10:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:10:17 # $SEMVER_USER_NAME = edgex-jenkins 12:10:17 # $SEMVER_BRANCH = master 12:10:17 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 12:10:21 $ docker exec --env ******** --env ******** 49f66be8cf142168f4f734a50842c94bc40c4210042139bc18c0ef11180eb4f2 ssh-agent -k 12:10:21 unset SSH_AUTH_SOCK; 12:10:21 unset SSH_AGENT_PID; 12:10:21 echo Agent pid 16 killed; 12:10:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:10:22 + git semver [Pipeline] } 12:10:22 $ docker stop --time=1 49f66be8cf142168f4f734a50842c94bc40c4210042139bc18c0ef11180eb4f2 12:10:23 $ docker rm -f 49f66be8cf142168f4f734a50842c94bc40c4210042139bc18c0ef11180eb4f2 [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 12:10:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:10:25 ---> package-listing.sh 12:10:25 ++ facter osfamily 12:10:25 ++ tr '[:upper:]' '[:lower:]' 12:10:25 + OS_FAMILY=redhat 12:10:25 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 12:10:25 + START_PACKAGES=/tmp/packages_start.txt 12:10:25 + END_PACKAGES=/tmp/packages_end.txt 12:10:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:10:25 + PACKAGES=/tmp/packages_start.txt 12:10:25 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 12:10:25 + PACKAGES=/tmp/packages_end.txt 12:10:25 + case "${OS_FAMILY}" in 12:10:25 + rpm -qa 12:10:25 + sort 12:10:31 + '[' -f /tmp/packages_start.txt ']' 12:10:31 + '[' -f /tmp/packages_end.txt ']' 12:10:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:10:31 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 12:10:31 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 12:10:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 12:10:31 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 12:10:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:10:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:10:31 12:10:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:10:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:10:32 alpine: Pulling from edgex-lftools-log-publisher 12:10:32 df20fa9351a1: Pulling fs layer 12:10:32 36b3adc4ff6f: Pulling fs layer 12:10:32 8ad3a11d3b57: Pulling fs layer 12:10:32 46f8f816bc3b: Pulling fs layer 12:10:32 93b61091891f: Pulling fs layer 12:10:32 93b9cdb0e59b: Pulling fs layer 12:10:32 5e14af77c1be: Pulling fs layer 12:10:32 01666e4c0597: Pulling fs layer 12:10:32 aa168da1d23b: Pulling fs layer 12:10:32 93b9cdb0e59b: Waiting 12:10:32 5e14af77c1be: Waiting 12:10:32 01666e4c0597: Waiting 12:10:32 aa168da1d23b: Waiting 12:10:32 46f8f816bc3b: Waiting 12:10:32 93b61091891f: Waiting 12:10:32 36b3adc4ff6f: Download complete 12:10:32 46f8f816bc3b: Verifying Checksum 12:10:32 46f8f816bc3b: Download complete 12:10:32 df20fa9351a1: Verifying Checksum 12:10:32 df20fa9351a1: Download complete 12:10:32 93b9cdb0e59b: Verifying Checksum 12:10:32 93b9cdb0e59b: Download complete 12:10:32 5e14af77c1be: Verifying Checksum 12:10:32 5e14af77c1be: Download complete 12:10:32 93b61091891f: Verifying Checksum 12:10:32 93b61091891f: Download complete 12:10:32 01666e4c0597: Verifying Checksum 12:10:32 01666e4c0597: Download complete 12:10:32 8ad3a11d3b57: Verifying Checksum 12:10:32 8ad3a11d3b57: Download complete 12:10:32 df20fa9351a1: Pull complete 12:10:33 36b3adc4ff6f: Pull complete 12:10:34 8ad3a11d3b57: Pull complete 12:10:34 46f8f816bc3b: Pull complete 12:10:35 aa168da1d23b: Verifying Checksum 12:10:35 aa168da1d23b: Download complete 12:10:35 93b61091891f: Pull complete 12:10:35 93b9cdb0e59b: Pull complete 12:10:35 5e14af77c1be: Pull complete 12:10:35 01666e4c0597: Pull complete 12:10:42 aa168da1d23b: Pull complete 12:10:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:10:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:10:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:10:42 prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container 12:10:42 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:10:45 $ docker top e1301890e083f4bf892a9cbdce333a106b6e810053810c23c4bb1939f136902f -eo pid,comm [Pipeline] { [Pipeline] sh 12:10:46 + touch /tmp/pre-build-complete [Pipeline] sh 12:10:46 + mkdir -p /var/log/sa [Pipeline] sh 12:10:46 + ls /var/log/sa-host 12:10:46 + sadf -c /var/log/sa-host/sa01 12:10:46 file_magic: OK 12:10:46 HZ: Using current value: 100 12:10:46 file_header: OK 12:10:46 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 12:10:46 Statistics: 12:10:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:10:46 File successfully converted to sysstat format version 12.2.1 12:10:46 + sadf -c /var/log/sa-host/sa23 12:10:46 file_magic: OK 12:10:46 HZ: Using current value: 100 12:10:46 file_header: OK 12:10:46 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 12:10:46 Statistics: 12:10:46 Hnuu...uuuununununu... 12:10:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:10:47 provisioning config files... 12:10:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1180590348879874728tmp [Pipeline] { [Pipeline] echo 12:10:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:10:47 ---> create-netrc.sh [Pipeline] } 12:10:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:10:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:10:48 ---> python-tools-install.sh [Pipeline] echo 12:10:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:10:48 ---> sudo-logs.sh 12:10:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:10:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:10:49 ---> job-cost.sh 12:10:49 lf-activate-venv: SKIPPING 12:10:49 DEBUG: total: 0.20999999344348907 12:10:49 INFO: Retrieving Stack Cost... 12:10:51 INFO: Retrieving Pricing Info for: v1-standard-2 12:10:51 INFO: Archiving Costs [Pipeline] echo 12:10:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:10:51 ---> logs-deploy.sh 12:10:51 lf-activate-venv: SKIPPING 12:10:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/136 12:10:51 INFO: archiving workspace using pattern(s): 12:10:53 Archives upload complete. 12:10:53 INFO: archiving logs to Nexus 12:10:54 ---> uname -a: 12:10:54 Linux prd-centos7-docker-4c-2g-32455.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 12:10:54 12:10:54 12:10:54 ---> lscpu: 12:10:54 Architecture: x86_64 12:10:54 CPU op-mode(s): 32-bit, 64-bit 12:10:54 Byte Order: Little Endian 12:10:54 Address sizes: 40 bits physical, 48 bits virtual 12:10:54 CPU(s): 4 12:10:54 On-line CPU(s) list: 0-3 12:10:54 Thread(s) per core: 1 12:10:54 Core(s) per socket: 1 12:10:54 Socket(s): 4 12:10:54 NUMA node(s): 1 12:10:54 Vendor ID: GenuineIntel 12:10:54 CPU family: 6 12:10:54 Model: 44 12:10:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:10:54 Stepping: 1 12:10:54 CPU MHz: 2933.442 12:10:54 BogoMIPS: 5866.88 12:10:54 Virtualization: VT-x 12:10:54 Hypervisor vendor: KVM 12:10:54 Virtualization type: full 12:10:54 L1d cache: 128 KiB 12:10:54 L1i cache: 128 KiB 12:10:54 L2 cache: 16 MiB 12:10:54 L3 cache: 64 MiB 12:10:54 NUMA node0 CPU(s): 0-3 12:10:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:10:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:10:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:10:54 Vulnerability Meltdown: Mitigation; PTI 12:10:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:10:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:10:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:10:54 Vulnerability Srbds: Not affected 12:10:54 Vulnerability Tsx async abort: Not affected 12:10:54 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 12:10:54 12:10:54 12:10:54 ---> nproc: 12:10:54 4 12:10:54 12:10:54 12:10:54 ---> df -h: 12:10:54 Filesystem Size Used Available Use% Mounted on 12:10:54 overlay 50.0G 8.5G 41.4G 17% / 12:10:54 tmpfs 64.0M 0 64.0M 0% /dev 12:10:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:10:54 shm 64.0M 0 64.0M 0% /dev/shm 12:10:54 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 12:10:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 12:10:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 12:10:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 12:10:54 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 12:10:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 12:10:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 12:10:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 12:10:54 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 12:10:54 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 12:10:54 12:10:54 12:10:54 ---> free -m: 12:10:54 total used free shared buff/cache available 12:10:54 Mem: 1837 825 143 0 868 948 12:10:54 Swap: 1023 2 1021 12:10:54 12:10:54 12:10:54 ---> ip addr: 12:10:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:10:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:10:54 inet 127.0.0.1/8 scope host lo 12:10:54 valid_lft forever preferred_lft forever 12:10:54 inet6 ::1/128 scope host 12:10:54 valid_lft forever preferred_lft forever 12:10:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:10:54 link/ether fa:16:3e:f8:31:d9 brd ff:ff:ff:ff:ff:ff 12:10:54 inet 10.30.122.85/23 brd 10.30.123.255 scope global dynamic eth0 12:10:54 valid_lft 85651sec preferred_lft 85651sec 12:10:54 inet6 fe80::f816:3eff:fef8:31d9/64 scope link 12:10:54 valid_lft forever preferred_lft forever 12:10:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:10:54 link/ether 02:42:04:ce:6b:aa brd ff:ff:ff:ff:ff:ff 12:10:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:10:54 valid_lft forever preferred_lft forever 12:10:54 inet6 fe80::42:4ff:fece:6baa/64 scope link 12:10:54 valid_lft forever preferred_lft forever 12:10:54 12:10:54 12:10:54 ---> sar -b -r -n DEV: 12:10:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 12:10:54 12:10:54 11:58:13 LINUX RESTART (4 CPU) 12:10:54 12:10:54 11:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:10:54 12:00:01 31.06 11.70 19.36 0.00 4484.55 3055.84 0.00 12:10:54 12:01:02 1.80 0.02 1.78 0.00 0.13 34.97 0.00 12:10:54 12:02:01 0.52 0.08 0.44 0.00 1.63 7.89 0.00 12:10:54 12:03:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 12:10:54 12:04:01 0.15 0.00 0.15 0.00 0.00 1.80 0.00 12:10:54 12:05:01 0.23 0.00 0.23 0.00 0.00 3.91 0.00 12:10:54 12:06:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 12:10:54 12:07:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 12:10:54 12:08:01 0.40 0.00 0.40 0.00 0.00 4.31 0.00 12:10:54 12:09:01 139.56 71.73 67.83 0.00 3065.47 25727.57 0.00 12:10:54 12:10:01 358.60 175.57 183.03 0.00 9387.69 41470.02 0.00 12:10:54 Average: 48.58 23.62 24.97 0.00 1543.54 6410.35 0.00 12:10:54 12:10:54 11:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:10:54 12:00:01 160376 0 610996 32.47 2620 1107552 1113748 38.01 422060 1100120 16 12:10:54 12:01:02 164168 0 607196 32.27 2620 1107560 1081712 36.92 424248 1094512 8 12:10:54 12:02:01 163088 0 608152 32.32 2620 1107684 1080024 36.86 426620 1092968 12 12:10:54 12:03:01 163408 0 607828 32.30 2620 1107688 1079808 36.85 427512 1092412 20 12:10:54 12:04:01 162736 0 608496 32.34 2620 1107692 1079880 36.85 435040 1085248 20 12:10:54 12:05:01 162656 0 608568 32.34 2620 1107700 1079928 36.86 435476 1085244 12 12:10:54 12:06:01 162956 0 608232 32.33 2620 1107736 1079808 36.85 434988 1085256 28 12:10:54 12:07:01 163360 0 607856 32.31 2620 1107708 1079808 36.85 434800 1085248 8 12:10:54 12:08:01 163360 0 607852 32.31 2620 1107712 1079808 36.85 434820 1085248 8 12:10:54 12:09:01 70540 0 751068 39.92 2620 1057316 1507272 51.44 537512 1005176 42956 12:10:54 12:10:01 77300 0 794744 42.24 1492 1008008 1270756 43.37 628528 837020 84256 12:10:54 Average: 146723 0 638272 33.92 2517 1094032 1139323 38.88 458328 1058950 11577 12:10:54 12:10:54 11:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:10:54 12:00:01 eth0 139.28 105.66 470.43 38.64 0.00 0.00 0.00 0.00 12:10:54 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:00:01 docker0 12.00 9.14 1.69 24.67 0.00 0.00 0.00 0.00 12:10:54 12:01:02 eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:10:54 12:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:02:01 eth0 3.93 2.05 3.00 0.49 0.00 0.00 0.00 0.00 12:10:54 12:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:03:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:10:54 12:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:04:01 eth0 0.82 0.20 0.19 0.07 0.00 0.00 0.00 0.00 12:10:54 12:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:05:01 eth0 0.60 0.43 0.31 0.21 0.00 0.00 0.00 0.00 12:10:54 12:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:10:54 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:07:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:10:54 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:08:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:10:54 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:09:01 eth0 432.52 370.24 4065.47 30.62 0.00 0.00 0.00 0.00 12:10:54 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:10:01 vethbda6717 23.29 32.53 1.60 232.61 0.00 0.00 0.00 0.00 12:10:54 12:10:01 eth0 540.18 466.74 3730.98 101.15 0.00 0.00 0.00 0.00 12:10:54 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 12:10:01 docker0 78.55 89.08 6.15 493.36 0.00 0.00 0.00 0.00 12:10:54 Average: vethbda6717 2.12 2.96 0.15 21.19 0.00 0.00 0.00 0.00 12:10:54 Average: eth0 101.96 86.22 754.21 15.60 0.00 0.00 0.00 0.00 12:10:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:10:54 Average: docker0 8.25 8.95 0.71 47.19 0.00 0.00 0.00 0.00 12:10:54 12:10:54 12:10:54 ---> sar -P ALL: 12:10:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 12:10:54 12:10:54 11:58:13 LINUX RESTART (4 CPU) 12:10:54 12:10:54 11:59:01 CPU %user %nice %system %iowait %steal %idle 12:10:54 12:00:01 all 3.46 0.00 2.32 0.54 0.06 93.62 12:10:54 12:00:01 0 3.60 0.00 2.47 0.15 0.05 93.73 12:10:54 12:00:01 1 3.53 0.00 2.05 0.96 0.05 93.41 12:10:54 12:00:01 2 3.14 0.00 2.72 0.67 0.03 93.44 12:10:54 12:00:01 3 3.59 0.00 2.03 0.37 0.10 93.91 12:10:54 12:01:02 all 0.08 0.00 0.06 0.00 0.00 99.85 12:10:54 12:01:02 0 0.02 0.00 0.03 0.00 0.00 99.95 12:10:54 12:01:02 1 0.12 0.00 0.10 0.00 0.00 99.78 12:10:54 12:01:02 2 0.17 0.00 0.08 0.00 0.00 99.75 12:10:54 12:01:02 3 0.03 0.00 0.03 0.00 0.00 99.93 12:10:54 12:02:01 all 0.19 0.00 0.08 0.00 0.01 99.71 12:10:54 12:02:01 0 0.08 0.00 0.07 0.00 0.00 99.85 12:10:54 12:02:01 1 0.12 0.00 0.08 0.02 0.02 99.76 12:10:54 12:02:01 2 0.51 0.00 0.10 0.00 0.02 99.37 12:10:54 12:02:01 3 0.05 0.00 0.07 0.00 0.02 99.86 12:10:54 12:03:01 all 0.09 0.00 0.05 0.00 0.00 99.85 12:10:54 12:03:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:10:54 12:03:01 1 0.05 0.00 0.05 0.00 0.00 99.90 12:10:54 12:03:01 2 0.25 0.00 0.07 0.00 0.00 99.68 12:10:54 12:03:01 3 0.05 0.00 0.05 0.00 0.00 99.90 12:10:54 12:04:01 all 0.17 0.00 0.05 0.00 0.00 99.77 12:10:54 12:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:10:54 12:04:01 1 0.10 0.00 0.05 0.00 0.00 99.85 12:10:54 12:04:01 2 0.50 0.00 0.10 0.00 0.02 99.38 12:10:54 12:04:01 3 0.07 0.00 0.03 0.00 0.00 99.90 12:10:54 12:05:01 all 0.19 0.00 0.03 0.00 0.00 99.78 12:10:54 12:05:01 0 0.05 0.00 0.02 0.00 0.00 99.93 12:10:54 12:05:01 1 0.60 0.00 0.02 0.00 0.00 99.38 12:10:54 12:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 12:10:54 12:05:01 3 0.07 0.00 0.07 0.00 0.00 99.87 12:10:54 12:06:01 all 0.15 0.00 0.02 0.00 0.00 99.82 12:10:54 12:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:10:54 12:06:01 1 0.53 0.00 0.02 0.00 0.00 99.45 12:10:54 12:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 12:10:54 12:06:01 3 0.05 0.00 0.03 0.00 0.00 99.92 12:10:54 12:07:01 all 0.15 0.00 0.03 0.00 0.00 99.82 12:10:54 12:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:10:54 12:07:01 1 0.53 0.00 0.02 0.00 0.00 99.45 12:10:54 12:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 12:10:54 12:07:01 3 0.05 0.00 0.05 0.00 0.02 99.88 12:10:54 12:08:01 all 0.08 0.00 0.04 0.00 0.00 99.88 12:10:54 12:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:10:54 12:08:01 1 0.25 0.00 0.07 0.00 0.00 99.68 12:10:54 12:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:10:54 12:08:01 3 0.05 0.00 0.07 0.00 0.00 99.88 12:10:54 12:09:01 all 6.42 0.00 4.89 1.07 0.07 87.55 12:10:54 12:09:01 0 6.83 0.00 5.39 1.73 0.07 85.98 12:10:54 12:09:01 1 6.10 0.00 5.10 1.29 0.05 87.47 12:10:54 12:09:01 2 6.53 0.00 4.58 0.78 0.07 88.05 12:10:54 12:09:01 3 6.24 0.00 4.49 0.47 0.08 88.71 12:10:54 12:10:01 all 14.25 0.00 10.74 4.35 0.09 70.57 12:10:54 12:10:01 0 12.65 0.00 11.53 3.57 0.10 72.14 12:10:54 12:10:01 1 13.53 0.00 10.06 4.86 0.10 71.45 12:10:54 12:10:01 2 17.22 0.00 10.88 5.25 0.09 66.56 12:10:54 12:10:01 3 13.57 0.00 10.50 3.73 0.09 72.11 12:10:54 12:10:54 Average: CPU %user %nice %system %iowait %steal %idle 12:10:54 Average: all 2.26 0.00 1.64 0.53 0.02 95.55 12:10:54 Average: 0 2.08 0.00 1.75 0.49 0.02 95.66 12:10:54 Average: 1 2.28 0.00 1.57 0.63 0.02 95.49 12:10:54 Average: 2 2.54 0.00 1.66 0.60 0.02 95.18 12:10:54 Average: 3 2.13 0.00 1.56 0.41 0.03 95.87 12:10:54 12:10:54 12:10:54