Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0004bfda3add5d207eecfa44332d420db602e0f7 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-33277 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 0004bfda3add5d207eecfa44332d420db602e0f7 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 Commit message: "refactor: Replace file based with use of Secret Provider to get Access Tokens (#867)" > git rev-list --no-walk f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:12:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:12:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:12:43 ========================================================= 08:12:43 EdgeX Global Pipelines Version Info 08:12:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:12:45 ------------------- 08:12:45 stable info: 08:12:45 ------------------- 08:12:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:12:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:12:45 Message: update stable to v1.0.186 08:12:46 ------------------- 08:12:46 experimental info: 08:12:46 ------------------- 08:12:46 Commited By: **** collab-it+edgex@linuxfoundation.org 08:12:46 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 08:12:46 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:12:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:12:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:12:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:12:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:12:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:12:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:12:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:12:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:12:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:12:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:12:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:12:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:12:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:12:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:12:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:12:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:12:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:12:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:12:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:12:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:12:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:12:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:12:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:12:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:12:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:12:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:12:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:12:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:12:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:12:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0004bfda3add5d207eecfa44332d420db602e0f7 [Pipeline] echo 08:12:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0004bfd [Pipeline] echo 08:12:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:12:49 provisioning config files... 08:12:49 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4594985096173141242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:12:50 ---> docker-login.sh 08:12:50 nexus3.edgexfoundry.org:10001 08:12:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:50 Configure a credential helper to remove this warning. See 08:12:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:50 08:12:50 Login Succeeded 08:12:50 nexus3.edgexfoundry.org:10002 08:12:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:50 Configure a credential helper to remove this warning. See 08:12:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:50 08:12:50 Login Succeeded 08:12:50 nexus3.edgexfoundry.org:10003 08:12:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:50 Configure a credential helper to remove this warning. See 08:12:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:50 08:12:50 Login Succeeded 08:12:50 nexus3.edgexfoundry.org:10004 08:12:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:51 Configure a credential helper to remove this warning. See 08:12:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:51 08:12:51 Login Succeeded 08:12:51 docker.io 08:12:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:51 Configure a credential helper to remove this warning. See 08:12:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:51 08:12:51 Login Succeeded 08:12:51 ---> docker-login.sh ends [Pipeline] } 08:12:51 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 08:12:52 + git log --format=format:%s -1 0004bfda3add5d207eecfa44332d420db602e0f7 [Pipeline] echo 08:12:52 GIT_COMMIT: 0004bfda3add5d207eecfa44332d420db602e0f7, Commit Message: refactor: Replace file based with use of Secret Provider to get Access Tokens (#867) [Pipeline] echo 08:12:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:12:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:12:53 08:12:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:12:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:12:53 latest: Pulling from edgex-devops/git-semver 08:12:53 31603596830f: Pulling fs layer 08:12:53 2a8b12db71e7: Pulling fs layer 08:12:53 6ca5941a6612: Pulling fs layer 08:12:53 ecc8261a40a4: Pulling fs layer 08:12:53 ecc8261a40a4: Waiting 08:12:53 2a8b12db71e7: Verifying Checksum 08:12:53 2a8b12db71e7: Download complete 08:12:54 31603596830f: Verifying Checksum 08:12:54 31603596830f: Download complete 08:12:54 6ca5941a6612: Verifying Checksum 08:12:54 6ca5941a6612: Download complete 08:12:54 ecc8261a40a4: Verifying Checksum 08:12:54 ecc8261a40a4: Download complete 08:12:54 31603596830f: Pull complete 08:12:54 2a8b12db71e7: Pull complete 08:12:55 6ca5941a6612: Pull complete 08:12:55 ecc8261a40a4: Pull complete 08:12:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:12:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:12:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:12:55 prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container 08:12:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:12:58 $ docker top c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:12:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:12:58 [ssh-agent] Looking for ssh-agent implementation... 08:12:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:12:58 $ docker exec c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 ssh-agent 08:12:58 SSH_AUTH_SOCK=/tmp/ssh-smOVIi9SISBA/agent.12 08:12:58 SSH_AGENT_PID=17 08:12:58 Running ssh-add (command line suppressed) 08:12:58 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9199859836664693269.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9199859836664693269.key) 08:12:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:12:59 + git tag --points-at HEAD [Pipeline] } 08:12:59 $ docker exec --env ******** --env ******** c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 ssh-agent -k 08:12:59 unset SSH_AUTH_SOCK; 08:12:59 unset SSH_AGENT_PID; 08:12:59 echo Agent pid 17 killed; 08:12:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:12:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:12:59 [ssh-agent] Looking for ssh-agent implementation... 08:12:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:12:59 $ docker exec c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 ssh-agent 08:12:59 SSH_AUTH_SOCK=/tmp/ssh-zkwXKCqxS11d/agent.46 08:12:59 SSH_AGENT_PID=51 08:13:00 Running ssh-add (command line suppressed) 08:13:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2478012957473020214.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2478012957473020214.key) 08:13:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:13:00 + git semver init 08:13:00 # -> Open(): unable to determine branch for HEAD 08:13:00 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:13:00 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:13:00 # $SEMVER_REMOTE_NAME = origin 08:13:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:13:00 # $SEMVER_USER_NAME = edgex-jenkins 08:13:00 # $SEMVER_BRANCH = master 08:13:00 # $SEMVER_TEMP = /tmp/semver-630317082 08:13:00 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:13:01 # '/tmp/semver-630317082' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 08:13:01 # -> Force: false 08:13:01 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 08:13:01 $ docker exec --env ******** --env ******** c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 ssh-agent -k 08:13:01 unset SSH_AUTH_SOCK; 08:13:01 unset SSH_AGENT_PID; 08:13:01 echo Agent pid 51 killed; 08:13:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:13:02 + git semver [Pipeline] } 08:13:02 $ docker stop --time=1 c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 08:13:03 $ docker rm -f c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 [Pipeline] // withDockerContainer [Pipeline] sh 08:13:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:13:04 Stashed 1 file(s) [Pipeline] echo 08:13:04 [edgeXSemver]: initialized semver on version 2.0.0-dev.40 [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 08:13:20 Still waiting to schedule task 08:13:20 ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-33278’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ 08:13:20 Still waiting to schedule task 08:13:20 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 08:15:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33279 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 08:15:04 Running in /w/workspace/device-sdk-go/145 [Pipeline] { [Pipeline] checkout 08:15:09 using credential edgex-jenkins-ssh 08:15:09 Cloning the remote Git repository 08:15:09 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:15:09 > git init /w/workspace/device-sdk-go/145 # timeout=10 08:15:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:15:09 > git --version # timeout=10 08:15:09 > git --version # 'git version 2.17.1' 08:15:09 using GIT_SSH to set credentials SSH Credentials for GitHub 08:15:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:15:11 Checking out Revision 0004bfda3add5d207eecfa44332d420db602e0f7 (master) 08:15:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:15:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:15:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:15:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:15:11 using GIT_SSH to set credentials SSH Credentials for GitHub 08:15:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:15:11 > git config core.sparsecheckout # timeout=10 08:15:11 > git checkout -f 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 08:15:16 Commit message: "refactor: Replace file based with use of Secret Provider to get Access Tokens (#867)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:15:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:15:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:15:18 + + sudotrue service 08:15:18 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:15:20 provisioning config files... 08:15:20 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/145@tmp/config7473641722883594000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:15:20 ---> docker-login.sh 08:15:20 nexus3.edgexfoundry.org:10001 08:15:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:22 Configure a credential helper to remove this warning. See 08:15:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:22 08:15:22 Login Succeeded 08:15:22 nexus3.edgexfoundry.org:10002 08:15:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:22 Configure a credential helper to remove this warning. See 08:15:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:22 08:15:22 Login Succeeded 08:15:22 nexus3.edgexfoundry.org:10003 08:15:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:23 Configure a credential helper to remove this warning. See 08:15:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:23 08:15:23 Login Succeeded 08:15:23 nexus3.edgexfoundry.org:10004 08:15:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:23 Configure a credential helper to remove this warning. See 08:15:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:23 08:15:23 Login Succeeded 08:15:23 docker.io 08:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:24 Configure a credential helper to remove this warning. See 08:15:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:24 08:15:24 Login Succeeded 08:15:24 ---> docker-login.sh ends [Pipeline] } 08:15:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:15:25 ========================================================= 08:15:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:15:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:15:25 + 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 . 08:15:25 Sending build context to Docker daemon 2.391MB 08:15:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:15:25 Step 2/8 : FROM ${BASE} 08:15:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:15:25 5f621e34cdf4: Pulling fs layer 08:15:25 a4357932f1b6: Pulling fs layer 08:15:25 18c013af1878: Pulling fs layer 08:15:25 00ac8860ef70: Pulling fs layer 08:15:25 63d7cb157983: Pulling fs layer 08:15:25 b116817d02f9: Pulling fs layer 08:15:25 745a02a5169b: Pulling fs layer 08:15:25 00ac8860ef70: Waiting 08:15:25 b116817d02f9: Waiting 08:15:25 745a02a5169b: Waiting 08:15:25 63d7cb157983: Waiting 08:15:25 18c013af1878: Download complete 08:15:25 a4357932f1b6: Download complete 08:15:25 63d7cb157983: Verifying Checksum 08:15:25 63d7cb157983: Download complete 08:15:25 b116817d02f9: Verifying Checksum 08:15:25 b116817d02f9: Download complete 08:15:25 5f621e34cdf4: Verifying Checksum 08:15:25 5f621e34cdf4: Download complete 08:15:26 5f621e34cdf4: Pull complete 08:15:27 a4357932f1b6: Pull complete 08:15:27 18c013af1878: Pull complete 08:15:28 745a02a5169b: Verifying Checksum 08:15:28 745a02a5169b: Download complete 08:15:29 00ac8860ef70: Verifying Checksum 08:15:29 00ac8860ef70: Download complete 08:15:40 00ac8860ef70: Pull complete 08:15:40 63d7cb157983: Pull complete 08:15:40 b116817d02f9: Pull complete 08:15:45 745a02a5169b: Pull complete 08:15:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:15:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:15:45 ---> b7e6874047d6 08:15:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:15:47 ---> Running in 78462022003c 08:15:47 Removing intermediate container 78462022003c 08:15:47 ---> 5e257ca30ee4 08:15:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:47 ---> Running in b6972ea55b9c 08:15:50 Removing intermediate container b6972ea55b9c 08:15:50 ---> 972359be9319 08:15:50 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 08:15:50 ---> Running in b464b117c0d5 08:15:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:15:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:15:53 (1/6) Installing libc-dev (0.7.2-r3) 08:15:53 (2/6) Installing libsodium (1.0.18-r0) 08:15:53 (3/6) Installing pkgconf (1.7.2-r0) 08:15:53 (4/6) Installing libsodium-dev (1.0.18-r0) 08:15:53 (5/6) Installing libzmq (4.3.3-r0) 08:15:53 (6/6) Installing zeromq-dev (4.3.3-r0) 08:15:53 Executing busybox-1.31.1-r19.trigger 08:15:53 OK: 144 MiB in 45 packages 08:15:55 Removing intermediate container b464b117c0d5 08:15:55 ---> 7c576925099b 08:15:55 Step 6/8 : WORKDIR /device-sdk-go 08:15:55 ---> Running in 20fb69e3d476 08:15:55 Removing intermediate container 20fb69e3d476 08:15:55 ---> 24ffd6ec301b 08:15:55 Step 7/8 : COPY . . 08:15:57 ---> af306023a036 08:15:57 Step 8/8 : RUN go mod download 08:15:57 ---> Running in 8d1ab845ce98 08:15:59 Running on prd-centos7-docker-4c-2g-33280 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 08:15:59 Running in /w/workspace/device-sdk-go/145 [Pipeline] { [Pipeline] checkout 08:16:10 using credential edgex-jenkins-ssh 08:16:10 Cloning the remote Git repository 08:16:10 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:16:10 > git init /w/workspace/device-sdk-go/145 # timeout=10 08:16:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:16:11 > git --version # timeout=10 08:16:12 > git --version # 'git version 2.24.3' 08:16:12 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:14 Checking out Revision 0004bfda3add5d207eecfa44332d420db602e0f7 (master) 08:16:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:16:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:16:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:16:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:16:14 > git config core.sparsecheckout # timeout=10 08:16:14 > git checkout -f 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 08:16:19 Commit message: "refactor: Replace file based with use of Secret Provider to get Access Tokens (#867)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:16:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:16:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:16:23 Removing intermediate container 8d1ab845ce98 08:16:23 ---> 2aa5a746cc52 08:16:23 Successfully built 2aa5a746cc52 08:16:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:16:24 + sudo service docker restart 08:16:24 + true 08:16:24 Redirecting to /bin/systemctl restart docker.service 08:16:24 + docker inspect -f . ci-base-image-arm64 08:16:24 . [Pipeline] withDockerContainer 08:16:24 prd-ubuntu18.04-docker-arm64-4c-16g-33279 does not seem to be running inside a container 08:16:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@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 08:16:26 $ docker top b837d3b63c81f162eb4869b0bf63ebd5fc59e7f7f8d0a4dd3ae99c644ed7c6d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 08:16:26 provisioning config files... 08:16:26 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/145@tmp/config2310306523329260779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:16:27 ---> docker-login.sh 08:16:27 nexus3.edgexfoundry.org:10001 08:16:27 + go version 08:16:27 go version go1.15.5 linux/arm64 [Pipeline] } 08:16:27 $ docker stop --time=1 b837d3b63c81f162eb4869b0bf63ebd5fc59e7f7f8d0a4dd3ae99c644ed7c6d5 08:16:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:28 Configure a credential helper to remove this warning. See 08:16:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:28 08:16:28 Login Succeeded 08:16:28 nexus3.edgexfoundry.org:10002 08:16:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:28 $ docker rm -f b837d3b63c81f162eb4869b0bf63ebd5fc59e7f7f8d0a4dd3ae99c644ed7c6d5 08:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:29 Configure a credential helper to remove this warning. See 08:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:29 08:16:29 Login Succeeded 08:16:29 nexus3.edgexfoundry.org:10003 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 08:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:29 Configure a credential helper to remove this warning. See 08:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:29 08:16:29 Login Succeeded 08:16:29 nexus3.edgexfoundry.org:10004 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:29 + docker inspect -f . ci-base-image-arm64 08:16:29 . [Pipeline] withDockerContainer 08:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:30 Configure a credential helper to remove this warning. See 08:16:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:30 08:16:30 Login Succeeded 08:16:30 docker.io 08:16:30 prd-ubuntu18.04-docker-arm64-4c-16g-33279 does not seem to be running inside a container 08:16:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@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 08:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:30 Configure a credential helper to remove this warning. See 08:16:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:30 08:16:30 Login Succeeded 08:16:30 ---> docker-login.sh ends 08:16:31 $ docker top fd795619ce3dde1007adf0723bd70486e28455a203ca240327bd2f4b50e383a6 -eo pid,comm [Pipeline] { [Pipeline] } 08:16:31 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:16:32 ========================================================= 08:16:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:16:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:16:32 + make test 08:16:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:16:33 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:16:33 Sending build context to Docker daemon 2.392MB 08:16:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:16:33 Step 2/8 : FROM ${BASE} 08:16:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:16:33 188c0c94c7c5: Pulling fs layer 08:16:33 0ef7d3d256c8: Pulling fs layer 08:16:33 de9db76c5a1d: Pulling fs layer 08:16:33 bca2f99d35d6: Pulling fs layer 08:16:33 93359f2a8cfa: Pulling fs layer 08:16:33 7c6f9722023f: Pulling fs layer 08:16:33 a35cf1a2eb13: Pulling fs layer 08:16:33 93359f2a8cfa: Waiting 08:16:33 7c6f9722023f: Waiting 08:16:33 a35cf1a2eb13: Waiting 08:16:33 bca2f99d35d6: Waiting 08:16:33 de9db76c5a1d: Verifying Checksum 08:16:33 de9db76c5a1d: Download complete 08:16:33 0ef7d3d256c8: Download complete 08:16:34 93359f2a8cfa: Verifying Checksum 08:16:34 93359f2a8cfa: Download complete 08:16:34 7c6f9722023f: Verifying Checksum 08:16:34 7c6f9722023f: Download complete 08:16:34 188c0c94c7c5: Verifying Checksum 08:16:34 188c0c94c7c5: Download complete 08:16:35 188c0c94c7c5: Pull complete 08:16:36 0ef7d3d256c8: Pull complete 08:16:36 de9db76c5a1d: Pull complete 08:16:43 a35cf1a2eb13: Verifying Checksum 08:16:43 a35cf1a2eb13: Download complete 08:16:44 bca2f99d35d6: Verifying Checksum 08:16:44 bca2f99d35d6: Download complete 08:16:54 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:16:57 bca2f99d35d6: Pull complete 08:16:57 93359f2a8cfa: Pull complete 08:16:57 7c6f9722023f: Pull complete 08:17:06 a35cf1a2eb13: Pull complete 08:17:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:17:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:17:06 ---> a62c8e92a672 08:17:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:17:06 ---> Running in 3bcb67b9e81a 08:17:06 Removing intermediate container 3bcb67b9e81a 08:17:06 ---> 32324a36ebd7 08:17:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:06 ---> Running in 2132af05325b 08:17:08 Removing intermediate container 2132af05325b 08:17:08 ---> 72040eaedd4a 08:17:08 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 08:17:08 ---> Running in 43df3ac1b64f 08:17:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:16 (1/6) Installing libc-dev (0.7.2-r3) 08:17:16 (2/6) Installing libsodium (1.0.18-r0) 08:17:16 (3/6) Installing pkgconf (1.7.2-r0) 08:17:16 (4/6) Installing libsodium-dev (1.0.18-r0) 08:17:16 (5/6) Installing libzmq (4.3.3-r0) 08:17:17 (6/6) Installing zeromq-dev (4.3.3-r0) 08:17:17 Executing busybox-1.31.1-r19.trigger 08:17:17 OK: 167 MiB in 45 packages 08:17:19 Removing intermediate container 43df3ac1b64f 08:17:19 ---> cb54b99c6498 08:17:19 Step 6/8 : WORKDIR /device-sdk-go 08:17:19 ---> Running in 4ba441c25468 08:17:19 Removing intermediate container 4ba441c25468 08:17:19 ---> 676f8cb0ec04 08:17:19 Step 7/8 : COPY . . 08:17:22 ---> b01538dca7bf 08:17:22 Step 8/8 : RUN go mod download 08:17:22 ---> Running in e3169567e75e 08:17:51 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:17:51 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 08:17:51 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:17:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 08:17:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:17:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.143s coverage: 28.1% of statements 08:17:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.166s coverage: 78.9% of statements 08:17:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.188s coverage: 7.8% of statements 08:17:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 08:17:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 08:17:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:17:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.282s coverage: 32.5% of statements 08:17:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 08:17:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:17:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:18:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.293s coverage: 57.1% of statements 08:18:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.105s coverage: 6.6% of statements 08:18:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.0% of statements 08:18:00 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:18:00 GO111MODULE=on go vet ./... 08:18:02 Removing intermediate container e3169567e75e 08:18:02 ---> abe8668b2c3c 08:18:02 Successfully built abe8668b2c3c 08:18:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:18:02 + docker inspect -f . ci-base-image-x86_64 08:18:03 . [Pipeline] withDockerContainer 08:18:04 prd-centos7-docker-4c-2g-33280 does not seem to be running inside a container 08:18:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:18:06 $ docker top 79613590fe094acc0355ed48bfb428d334a5357c230d3f9335e37df37a8539c6 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:07 + go version 08:18:08 go version go1.15.5 linux/amd64 [Pipeline] } 08:18:08 $ docker stop --time=1 79613590fe094acc0355ed48bfb428d334a5357c230d3f9335e37df37a8539c6 08:18:10 $ docker rm -f 79613590fe094acc0355ed48bfb428d334a5357c230d3f9335e37df37a8539c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:18:11 + docker inspect -f . ci-base-image-x86_64 08:18:11 . [Pipeline] withDockerContainer 08:18:11 prd-centos7-docker-4c-2g-33280 does not seem to be running inside a container 08:18:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:18:13 $ docker top ac860f36558d825bb2c64c0560e730bca28c88fa99eb2f4ce6b1184570f8ef13 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:15 + make test 08:18:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:18:30 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:18:47 gofmt -l . 08:18:47 [ "`gofmt -l .`" = "" ] 08:18:47 ./bin/test-attribution-txt.sh 08:18:47 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:18:47 $ docker stop --time=1 fd795619ce3dde1007adf0723bd70486e28455a203ca240327bd2f4b50e383a6 08:18:49 $ docker rm -f fd795619ce3dde1007adf0723bd70486e28455a203ca240327bd2f4b50e383a6 [Pipeline] // withDockerContainer [Pipeline] sh 08:18:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:18:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:18:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:18:53 + ls -al . 08:18:53 total 224 08:18:53 drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 08:18 . 08:18:53 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 08:15 .. 08:18:53 -rw-rw-r-- 1 jenkins jenkins 140 Apr 8 08:15 .dockerignore 08:18:53 drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 08:15 .git 08:18:53 drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 08:15 .github 08:18:53 -rw-rw-r-- 1 jenkins jenkins 138 Apr 8 08:15 .gitignore 08:18:53 -rw-rw-r-- 1 jenkins jenkins 987 Apr 8 08:15 Dockerfile.build 08:18:53 -rw-rw-r-- 1 jenkins jenkins 901 Apr 8 08:15 Jenkinsfile 08:18:53 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 8 08:15 LICENSE 08:18:53 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 8 08:15 Makefile 08:18:53 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 8 08:15 README.md 08:18:53 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 8 08:15 RELEASE-NOTES.txt 08:18:53 -rw-rw-r-- 1 jenkins jenkins 12 Apr 8 08:13 VERSION 08:18:53 drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 08:15 bin 08:18:53 -rw-r--r-- 1 jenkins jenkins 99750 Apr 8 08:17 coverage.out 08:18:53 drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 08:15 example 08:18:53 -rw-r--r-- 1 jenkins jenkins 572 Apr 8 08:18 go.mod 08:18:53 -rw-r--r-- 1 jenkins jenkins 20726 Apr 8 08:18 go.sum 08:18:53 drwxrwxr-x 14 jenkins jenkins 4096 Apr 8 08:15 internal 08:18:53 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 08:15 openapi 08:18:53 drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 08:15 pkg 08:18:53 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 08:15 snap 08:18:53 -rw-rw-r-- 1 jenkins jenkins 222 Apr 8 08:15 version.go [Pipeline] isUnix [Pipeline] sh 08:18:53 + 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=0004bfda3add5d207eecfa44332d420db602e0f7 --label arch=arm64 --label version=2.0.0-dev.40 . 08:18:54 Sending build context to Docker daemon 2.491MB 08:18:54 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 08:18:54 Step 2/23 : FROM ${BASE} AS builder 08:18:54 ---> 2aa5a746cc52 08:18:54 Step 3/23 : WORKDIR /device-sdk-go 08:18:54 ---> Running in 7609ff817cd1 08:18:55 Removing intermediate container 7609ff817cd1 08:18:55 ---> a4d6efb67794 08:18:55 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:18:55 ---> Running in 1aa5b6abca6d 08:18:56 Removing intermediate container 1aa5b6abca6d 08:18:56 ---> f3fc5b25460b 08:18:56 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:56 ---> Running in 6e64aa509abe 08:18:58 Removing intermediate container 6e64aa509abe 08:18:58 ---> b1814bc7583d 08:18:58 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 08:18:58 ---> Running in e6c8922e66f3 08:18:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:01 OK: 144 MiB in 45 packages 08:19:02 Removing intermediate container e6c8922e66f3 08:19:02 ---> 8f451e01d042 08:19:02 Step 7/23 : COPY . . 08:19:03 ---> 148c354ca10f 08:19:03 Step 8/23 : RUN go mod download 08:19:03 ---> Running in e222576f5ae8 08:19:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:19:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 08:19:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:19:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 08:19:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:19:06 Removing intermediate container e222576f5ae8 08:19:06 ---> 1c8a01758838 08:19:06 Step 9/23 : RUN make build 08:19:06 ---> Running in 238b62cd80bb 08:19:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.40" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:19:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.108s coverage: 28.1% of statements 08:19:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.140s coverage: 78.9% of statements 08:19:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.113s coverage: 7.8% of statements 08:19:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 08:19:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 08:19:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:19:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.114s coverage: 32.5% of statements 08:19:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 08:19:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:19:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:19:11 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.211s coverage: 57.1% of statements 08:19:12 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.426s coverage: 6.6% of statements 08:19:13 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.136s coverage: 5.0% of statements 08:19:13 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:19:13 GO111MODULE=on go vet ./... 08:19:39 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 08:19:41 Removing intermediate container 238b62cd80bb 08:19:41 ---> a9e86e221657 08:19:41 Step 10/23 : FROM alpine:3.12 08:19:41 3.12: Pulling from library/alpine 08:19:41 9a219e8acc52: Pulling fs layer 08:19:41 9a219e8acc52: Verifying Checksum 08:19:41 9a219e8acc52: Download complete 08:19:42 9a219e8acc52: Pull complete 08:19:42 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 08:19:42 Status: Downloaded newer image for alpine:3.12 08:19:42 ---> d75e27dfc0a0 08:19:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:19:42 ---> Running in a494fa3b9282 08:19:43 Removing intermediate container a494fa3b9282 08:19:43 ---> 9b38cc9cbb70 08:19:43 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:43 ---> Running in feb50487b693 08:19:45 Removing intermediate container feb50487b693 08:19:45 ---> 2f01a85a9a77 08:19:45 Step 13/23 : RUN apk add --update --no-cache zeromq 08:19:45 ---> Running in 3f6b9300a9e6 08:19:46 gofmt -l . 08:19:46 [ "`gofmt -l .`" = "" ] 08:19:46 ./bin/test-attribution-txt.sh 08:19:46 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:19:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:46 $ docker stop --time=1 ac860f36558d825bb2c64c0560e730bca28c88fa99eb2f4ce6b1184570f8ef13 08:19:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:48 (1/5) Installing libgcc (9.3.0-r2) 08:19:48 (2/5) Installing libsodium (1.0.18-r0) 08:19:48 (3/5) Installing libstdc++ (9.3.0-r2) 08:19:48 (4/5) Installing libzmq (4.3.3-r0) 08:19:48 (5/5) Installing zeromq (4.3.3-r0) 08:19:48 Executing busybox-1.31.1-r20.trigger 08:19:48 OK: 8 MiB in 19 packages 08:19:49 $ docker rm -f ac860f36558d825bb2c64c0560e730bca28c88fa99eb2f4ce6b1184570f8ef13 [Pipeline] // withDockerContainer [Pipeline] sh 08:19:50 + sudo chown -R jenkins:jenkins . 08:19:50 Removing intermediate container 3f6b9300a9e6 08:19:50 ---> d03e09554ed8 08:19:50 Step 14/23 : WORKDIR / 08:19:50 ---> Running in 7f6e99e6b8fb [Pipeline] stash 08:19:50 Warning: overwriting stash ‘coverage-report’ 08:19:51 Removing intermediate container 7f6e99e6b8fb 08:19:51 ---> 34ebe841f280 08:19:51 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 08:19:51 ---> f8dc480358e1 08:19:51 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 08:19:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:19:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:19:52 + ls -al . 08:19:52 total 188 08:19:52 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 8 08:19 . 08:19:52 drwxrwxr-x. 4 jenkins jenkins 32 Apr 8 08:16 .. 08:19:52 drwxrwxr-x. 2 jenkins jenkins 64 Apr 8 08:16 bin 08:19:52 -rw-r--r--. 1 jenkins jenkins 99750 Apr 8 08:19 coverage.out 08:19:52 -rw-rw-r--. 1 jenkins jenkins 987 Apr 8 08:16 Dockerfile.build 08:19:52 -rw-rw-r--. 1 jenkins jenkins 140 Apr 8 08:16 .dockerignore 08:19:52 drwxrwxr-x. 5 jenkins jenkins 62 Apr 8 08:16 example 08:19:52 drwxrwxr-x. 8 jenkins jenkins 162 Apr 8 08:16 .git 08:19:52 drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 08:16 .github 08:19:52 -rw-rw-r--. 1 jenkins jenkins 138 Apr 8 08:16 .gitignore 08:19:52 -rw-r--r--. 1 jenkins jenkins 572 Apr 8 08:19 go.mod 08:19:52 -rw-r--r--. 1 jenkins jenkins 20726 Apr 8 08:19 go.sum 08:19:52 drwxrwxr-x. 14 jenkins jenkins 207 Apr 8 08:16 internal 08:19:52 -rw-rw-r--. 1 jenkins jenkins 901 Apr 8 08:16 Jenkinsfile 08:19:52 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 8 08:16 LICENSE 08:19:52 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 8 08:16 Makefile 08:19:52 drwxrwxr-x. 4 jenkins jenkins 26 Apr 8 08:16 openapi 08:19:52 drwxrwxr-x. 5 jenkins jenkins 50 Apr 8 08:16 pkg 08:19:52 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 8 08:16 README.md 08:19:52 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 8 08:16 RELEASE-NOTES.txt 08:19:52 drwxrwxr-x. 4 jenkins jenkins 54 Apr 8 08:16 snap 08:19:52 -rw-rw-r--. 1 jenkins jenkins 12 Apr 8 08:13 VERSION 08:19:52 -rw-rw-r--. 1 jenkins jenkins 222 Apr 8 08:16 version.go [Pipeline] isUnix [Pipeline] sh 08:19:53 ---> 8424bf43ead4 08:19:53 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 08:19:53 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0004bfda3add5d207eecfa44332d420db602e0f7 --label arch=amd64 --label version=2.0.0-dev.40 . 08:19:53 ---> 974ea6ede9ea 08:19:53 Step 18/23 : EXPOSE 49990 08:19:53 ---> Running in b4d095860faf 08:19:53 Removing intermediate container b4d095860faf 08:19:53 ---> 9f0cdc7b35b0 08:19:53 Step 19/23 : ENTRYPOINT ["/device-simple"] 08:19:54 ---> Running in 41d9a0de277f 08:19:54 Removing intermediate container 41d9a0de277f 08:19:54 ---> bc703ecf3760 08:19:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:19:54 Sending build context to Docker daemon 2.492MB 08:19:54 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 08:19:54 Step 2/23 : FROM ${BASE} AS builder 08:19:54 ---> abe8668b2c3c 08:19:54 Step 3/23 : WORKDIR /device-sdk-go 08:19:54 ---> Running in f5d73d62a9a8 08:19:54 Removing intermediate container f5d73d62a9a8 08:19:54 ---> a776c5b9734e 08:19:54 Step 21/23 : LABEL arch=arm64 08:19:55 ---> Running in 8321a2398489 08:19:55 Removing intermediate container 8321a2398489 08:19:55 ---> 397bf5977c2a 08:19:55 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:19:55 ---> Running in ee696332f65b 08:19:55 ---> Running in b2869d6dd9bf 08:19:55 Removing intermediate container b2869d6dd9bf 08:19:55 ---> 84df3ddf7df1 08:19:55 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:55 ---> Running in 4fa96ef56ea7 08:19:55 Removing intermediate container ee696332f65b 08:19:55 ---> e8d0c989bd3a 08:19:55 Step 22/23 : LABEL git_sha=0004bfda3add5d207eecfa44332d420db602e0f7 08:19:55 ---> Running in 436c98d0e3c1 08:19:56 Removing intermediate container 436c98d0e3c1 08:19:56 ---> 82756e5e083d 08:19:56 Step 23/23 : LABEL version=2.0.0-dev.40 08:19:56 ---> Running in 17b1fd3f8b1f 08:19:56 Removing intermediate container 17b1fd3f8b1f 08:19:56 ---> 295bd7007c51 08:19:56 [Warning] One or more build-args [MAKE ARCH] were not consumed 08:19:56 Successfully built 295bd7007c51 08:19:56 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:19:57 ---> job-cost.sh 08:19:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yvox 08:19:58 Removing intermediate container 4fa96ef56ea7 08:19:58 ---> 09e97aef7c5b 08:19:58 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 08:19:58 ---> Running in 51615ab01e51 08:19:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:00 OK: 167 MiB in 45 packages 08:20:01 Removing intermediate container 51615ab01e51 08:20:01 ---> a273629cc41f 08:20:01 Step 7/23 : COPY . . 08:20:02 ---> c19d1beaf2b6 08:20:02 Step 8/23 : RUN go mod download 08:20:02 ---> Running in 350b4c0d6461 08:20:05 Removing intermediate container 350b4c0d6461 08:20:05 ---> ef4dcef62330 08:20:05 Step 9/23 : RUN make build 08:20:05 ---> Running in 31f5d527880f 08:20:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.40" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:20:25 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 08:20:25 Removing intermediate container 31f5d527880f 08:20:25 ---> b682ea65dfba 08:20:25 Step 10/23 : FROM alpine:3.12 08:20:25 3.12: Pulling from library/alpine 08:20:26 532819f3e44c: Pulling fs layer 08:20:26 532819f3e44c: Verifying Checksum 08:20:26 532819f3e44c: Download complete 08:20:27 532819f3e44c: Pull complete 08:20:27 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 08:20:27 Status: Downloaded newer image for alpine:3.12 08:20:27 ---> 7230e588e954 08:20:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:20:27 ---> Running in f2fe2086b01c 08:20:28 Removing intermediate container f2fe2086b01c 08:20:28 ---> 24995e65fe57 08:20:28 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:28 ---> Running in 784857496f35 08:20:31 Removing intermediate container 784857496f35 08:20:31 ---> 278fc1a96d1c 08:20:31 Step 13/23 : RUN apk add --update --no-cache zeromq 08:20:31 ---> Running in 5bdb96a7b67c 08:20:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:33 (1/5) Installing libgcc (9.3.0-r2) 08:20:33 (2/5) Installing libsodium (1.0.18-r0) 08:20:33 (3/5) Installing libstdc++ (9.3.0-r2) 08:20:34 (4/5) Installing libzmq (4.3.3-r0) 08:20:34 (5/5) Installing zeromq (4.3.3-r0) 08:20:34 Executing busybox-1.31.1-r20.trigger 08:20:34 OK: 8 MiB in 19 packages 08:20:35 Removing intermediate container 5bdb96a7b67c 08:20:35 ---> c264d91739d9 08:20:35 Step 14/23 : WORKDIR / 08:20:35 ---> Running in d3cbb51cd4bd 08:20:35 Removing intermediate container d3cbb51cd4bd 08:20:35 ---> aca62aa48ef3 08:20:35 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 08:20:36 ---> 907f2cfbfcda 08:20:36 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 08:20:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:20:38 ---> fcda75386c85 08:20:38 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 08:20:38 ---> c14897ff1357 08:20:38 Step 18/23 : EXPOSE 49990 08:20:38 ---> Running in 941354fabe96 08:20:39 Removing intermediate container 941354fabe96 08:20:39 ---> 66d185244e36 08:20:39 Step 19/23 : ENTRYPOINT ["/device-simple"] 08:20:39 ---> Running in e64ef11738b7 08:20:39 Removing intermediate container e64ef11738b7 08:20:39 ---> 39311593fb8f 08:20:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:39 ---> Running in 76384ebda1d7 08:20:39 Removing intermediate container 76384ebda1d7 08:20:39 ---> 54895bf3e846 08:20:39 Step 21/23 : LABEL arch=amd64 08:20:40 ---> Running in f430e2d159fb 08:20:40 Removing intermediate container f430e2d159fb 08:20:40 ---> c94958f91068 08:20:40 Step 22/23 : LABEL git_sha=0004bfda3add5d207eecfa44332d420db602e0f7 08:20:40 ---> Running in 43207180ff83 08:20:40 Removing intermediate container 43207180ff83 08:20:40 ---> 1c73b68e0b60 08:20:40 Step 23/23 : LABEL version=2.0.0-dev.40 08:20:40 ---> Running in 1199d7ce700e 08:20:41 Removing intermediate container 1199d7ce700e 08:20:41 ---> 00c1f1837f34 08:20:41 [Warning] One or more build-args [ARCH MAKE] were not consumed 08:20:41 Successfully built 00c1f1837f34 08:20:41 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:20:42 ---> job-cost.sh 08:20:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BLfn 08:21:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:21:58 lf-activate-venv(): INFO: Adding /tmp/venv-BLfn/bin to PATH 08:21:58 INFO: No Stack... 08:21:58 INFO: Retrieving Pricing Info for: v1-standard-2 08:21:58 INFO: Archiving Costs [Pipeline] sh 08:21:59 + cat /w/workspace/device-sdk-go/145/archives/cost.csv 08:21:59 + cut -d, -f6 [Pipeline] lock 08:21:59 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] 08:21:59 Resource [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] did not exist. Created. 08:21:59 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:21:59 + echo total: 0.029999999329447746 [Pipeline] stash 08:22:00 Stashed 1 file(s) [Pipeline] } 08:22:00 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:22:13 lf-activate-venv(): INFO: Adding /tmp/venv-Yvox/bin to PATH 08:22:13 INFO: No Stack... 08:22:13 INFO: Retrieving Pricing Info for: lf-standard-4 08:22:13 INFO: Archiving Costs [Pipeline] sh 08:22:13 + cat /w/workspace/device-sdk-go/145/archives/cost.csv 08:22:13 + cut -d, -f6 [Pipeline] lock 08:22:13 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] 08:22:13 Resource [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] did not exist. Created. 08:22:13 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:22:14 /w/workspace/device-sdk-go/145@tmp/durable-3bb5a56f/script.sh: 1: /w/workspace/device-sdk-go/145@tmp/durable-3bb5a56f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 08:22:14 + echo total: 0.20999999344348907 [Pipeline] stash 08:22:14 Warning: overwriting stash ‘stack-cost’ 08:22:14 Stashed 1 file(s) [Pipeline] } 08:22:14 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:22:16 provisioning config files... 08:22:16 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config333978712294376274tmp [Pipeline] { [Pipeline] sh 08:22:16 + set +x 08:22:16 + curl -s https://codecov.io/bash 08:22:16 + bash -s -- 08:22:16 08:22:16 _____ _ 08:22:16 / ____| | | 08:22:16 | | ___ __| | ___ ___ _____ __ 08:22:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:22:16 | |___| (_) | (_| | __/ (_| (_) \ V / 08:22:16 \_____\___/ \__,_|\___|\___\___/ \_/ 08:22:16 Bash-20210309-2b87ace 08:22:16 08:22:16 08:22:16 ==> git version 2.24.3 found 08:22:16 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 08:22:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:22:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:22:16 ==> Jenkins CI detected. 08:22:16 project root: . 08:22:16 --> token set from env 08:22:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:22:16 ==> Running gcov in . (disable via -X gcov) 08:22:16 ==> Python coveragepy not found 08:22:16 ==> Searching for coverage reports in: 08:22:16 + . 08:22:16 -> Found 1 reports 08:22:16 ==> Detecting git/mercurial file structure 08:22:16 ==> Reading reports 08:22:16 + ./coverage.out bytes=99750 08:22:16 ==> Appending adjustments 08:22:16 https://docs.codecov.io/docs/fixing-reports 08:22:17 + Found adjustments 08:22:17 ==> Gzipping contents 08:22:17 16K /tmp/codecov.i2ZyNO.gz 08:22:17 ==> Uploading reports 08:22:17 url: https://codecov.io 08:22:17 query: branch=master&commit=0004bfda3add5d207eecfa44332d420db602e0f7&build=145&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F145%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:22:17 -> Pinging Codecov 08:22:17 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=0004bfda3add5d207eecfa44332d420db602e0f7&build=145&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F145%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:22:18 -> Uploading to 08:22:18 https://storage.googleapis.com/codecov/v4/raw/2021-04-08/7E55EF52A471D76F132DFD9A03CDDE97/0004bfda3add5d207eecfa44332d420db602e0f7/4ca3527d-7aa2-4965-9d24-e2ec801509bf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T082218Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c162b55b95004dc07b6485cbd8470115887fef5a811b33618b4e35f7ca01b177 08:22:18 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:18 Dload Upload Total Spent Left Speed 08:22:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13484 0 0 100 13484 0 32946 --:--:-- --:--:-- --:--:-- 32968 08:22:18 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0004bfda3add5d207eecfa44332d420db602e0f7 [Pipeline] } 08:22:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:22:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:22:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:22:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:22:19 08:22:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:22:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:22:20 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:22:20 188c0c94c7c5: Pulling fs layer 08:22:20 0ef7d3d256c8: Pulling fs layer 08:22:20 de9db76c5a1d: Pulling fs layer 08:22:20 0eba1c9be4d2: Pulling fs layer 08:22:20 0d57e429df01: Pulling fs layer 08:22:20 4e4be7b47b0d: Pulling fs layer 08:22:20 e1f770b5df2f: Pulling fs layer 08:22:20 85a0685a4137: Pulling fs layer 08:22:20 4e4be7b47b0d: Waiting 08:22:20 e1f770b5df2f: Waiting 08:22:20 85a0685a4137: Waiting 08:22:20 0d57e429df01: Waiting 08:22:20 0eba1c9be4d2: Waiting 08:22:20 de9db76c5a1d: Verifying Checksum 08:22:20 de9db76c5a1d: Download complete 08:22:20 0ef7d3d256c8: Verifying Checksum 08:22:20 0ef7d3d256c8: Download complete 08:22:20 0d57e429df01: Download complete 08:22:20 188c0c94c7c5: Verifying Checksum 08:22:20 188c0c94c7c5: Download complete 08:22:20 4e4be7b47b0d: Verifying Checksum 08:22:20 4e4be7b47b0d: Download complete 08:22:20 188c0c94c7c5: Pull complete 08:22:20 0ef7d3d256c8: Pull complete 08:22:21 de9db76c5a1d: Pull complete 08:22:22 e1f770b5df2f: Verifying Checksum 08:22:22 e1f770b5df2f: Download complete 08:22:25 85a0685a4137: Verifying Checksum 08:22:25 85a0685a4137: Download complete 08:22:25 0eba1c9be4d2: Verifying Checksum 08:22:25 0eba1c9be4d2: Download complete 08:22:30 0eba1c9be4d2: Pull complete 08:22:30 0d57e429df01: Pull complete 08:22:30 4e4be7b47b0d: Pull complete 08:22:37 e1f770b5df2f: Pull complete 08:22:43 85a0685a4137: Pull complete 08:22:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:22:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:22:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:22:43 prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container 08:22:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:22:44 $ docker top 6c52c570ee6103c8a4bd2d4286387fece06fe23b615c28c677900f0b94828218 -eo pid,comm [Pipeline] { [Pipeline] echo 08:22:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:22:45 + set -o pipefail 08:22:45 + snyk monitor '--org=edgex-jenkins' 08:22:57 08:22:57 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 08:22:57 08:22:57 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/70a955c3-e718-4295-9731-335525e61281 08:22:57 08:22:57 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:22:57 08:22:57 08:22:57 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 08:22:57 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:22:57 $ docker stop --time=1 6c52c570ee6103c8a4bd2d4286387fece06fe23b615c28c677900f0b94828218 08:23:00 $ docker rm -f 6c52c570ee6103c8a4bd2d4286387fece06fe23b615c28c677900f0b94828218 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 08:23:01 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:23:01 provisioning config files... 08:23:01 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5286252375251454361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:23:02 --> edgex-publish-swagger.sh 08:23:02 === Publish openapi/v1 API === 08:23:02 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 08:23:02 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 08:23:02 % Total % Received % Xferd Average Speed Time Time Time Current 08:23:02 Dload Upload Total Spent Left Speed 08:23:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 26461 --:--:-- --:--:-- --:--:-- 26454 100 19947 0 0 100 19947 0 26455 --:--:-- --:--:-- --:--:-- 26454 08:23:02 08:23:02 08:23:02 === Publish openapi/v2 API === 08:23:02 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 08:23:02 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 08:23:02 % Total % Received % Xferd Average Speed Time Time Time Current 08:23:02 Dload Upload Total Spent Left Speed 08:23:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 67004 --:--:-- --:--:-- --:--:-- 66947 100 51483 0 0 100 51483 0 66986 --:--:-- --:--:-- --:--:-- 66947 08:23:03 08:23:03 [Pipeline] } 08:23:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:23:04 + git log --format=format:%s -1 0004bfda3add5d207eecfa44332d420db602e0f7 [Pipeline] isUnix [Pipeline] sh 08:23:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:23:04 . [Pipeline] withDockerContainer 08:23:05 prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container 08:23:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:23:05 $ docker top 67f1957693f0666451917286eb89f065b9993c8bfc49f1e4f3e0e144697c9b98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:23:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:23:06 [ssh-agent] Looking for ssh-agent implementation... 08:23:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:23:06 $ docker exec 67f1957693f0666451917286eb89f065b9993c8bfc49f1e4f3e0e144697c9b98 ssh-agent 08:23:06 SSH_AUTH_SOCK=/tmp/ssh-5meeGyjEJ8ho/agent.12 08:23:06 SSH_AGENT_PID=18 08:23:06 Running ssh-add (command line suppressed) 08:23:06 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3958723039711378443.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3958723039711378443.key) 08:23:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:23:07 + git semver tag 08:23:07 # -> Open(): unable to determine branch for HEAD 08:23:07 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:23:07 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:23:07 # $SEMVER_REMOTE_NAME = origin 08:23:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:23:07 # $SEMVER_USER_NAME = edgex-jenkins 08:23:07 # $SEMVER_BRANCH = master 08:23:07 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 08:23:07 # 0004bfda3add5d207eecfa44332d420db602e0f7 HEAD 08:23:07 # -> Force: false 08:23:07 # 5a63089dbf81519e335cd2e6f528fb649ababe7e refs/tags/v2.0.0-dev.40 [Pipeline] } 08:23:07 $ docker exec --env ******** --env ******** 67f1957693f0666451917286eb89f065b9993c8bfc49f1e4f3e0e144697c9b98 ssh-agent -k 08:23:07 unset SSH_AUTH_SOCK; 08:23:07 unset SSH_AGENT_PID; 08:23:07 echo Agent pid 18 killed; 08:23:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:23:08 + git semver [Pipeline] } 08:23:08 $ docker stop --time=1 67f1957693f0666451917286eb89f065b9993c8bfc49f1e4f3e0e144697c9b98 08:23:09 $ docker rm -f 67f1957693f0666451917286eb89f065b9993c8bfc49f1e4f3e0e144697c9b98 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:23:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:23:10 08:23:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:23:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:23:10 0.23.1-centos7: Pulling from edgex-lftools 08:23:10 ab5ef0e58194: Pulling fs layer 08:23:10 9712f1f96733: Pulling fs layer 08:23:10 63f879dbbcfc: Pulling fs layer 08:23:10 0d9ebad4ef96: Pulling fs layer 08:23:10 e9a5061849ea: Pulling fs layer 08:23:10 d747dcd14b5f: Pulling fs layer 08:23:10 2de7ff778b66: Pulling fs layer 08:23:10 e9a5061849ea: Waiting 08:23:10 2de7ff778b66: Waiting 08:23:10 0d9ebad4ef96: Waiting 08:23:10 d747dcd14b5f: Waiting 08:23:10 9712f1f96733: Verifying Checksum 08:23:10 9712f1f96733: Download complete 08:23:12 63f879dbbcfc: Verifying Checksum 08:23:12 63f879dbbcfc: Download complete 08:23:12 e9a5061849ea: Verifying Checksum 08:23:12 e9a5061849ea: Download complete 08:23:12 d747dcd14b5f: Verifying Checksum 08:23:12 d747dcd14b5f: Download complete 08:23:12 2de7ff778b66: Verifying Checksum 08:23:12 2de7ff778b66: Download complete 08:23:12 ab5ef0e58194: Download complete 08:23:12 0d9ebad4ef96: Verifying Checksum 08:23:17 ab5ef0e58194: Pull complete 08:23:17 9712f1f96733: Pull complete 08:23:19 63f879dbbcfc: Pull complete 08:23:26 0d9ebad4ef96: Pull complete 08:23:27 e9a5061849ea: Pull complete 08:23:27 d747dcd14b5f: Pull complete 08:23:30 2de7ff778b66: Pull complete 08:23:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:23:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:23:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:23:30 prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container 08:23:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:23:34 $ docker top 660296e48d7b6d848aa9396d776893c2aad360cefa33bfd0d25ab651d69e0a10 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:23:34 provisioning config files... 08:23:34 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7022830106393408989tmp 08:23:34 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8376163037968462700tmp 08:23:34 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2134075417500196089tmp [Pipeline] { [Pipeline] echo 08:23:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:23:35 ---> sigul-configuration.sh 08:23:35 gpg: directory `/root/.gnupg' created 08:23:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:23:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:23:35 gpg: keyring `/root/.gnupg/secring.gpg' created 08:23:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:23:35 gpg: CAST5 encrypted data 08:23:35 gpg: encrypted with 1 passphrase 08:23:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:23:35 + mkdir /home/jenkins 08:23:35 + mkdir /home/jenkins/sigul [Pipeline] sh 08:23:36 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 08:23:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:23:36 ---> sigul-install.sh 08:23:41 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:23:42 + git tag --list 08:23:42 0.7.1 08:23:42 delhi-tag 08:23:42 v1.0.0 08:23:42 v1.1.0 08:23:42 v1.1.1 08:23:42 v1.1.2 08:23:42 v1.2.0 08:23:42 v1.2.1 08:23:42 v1.2.2 08:23:42 v1.2.3 08:23:42 v1.3.0 08:23:42 v1.4.0 08:23:42 v2.0.0-dev.1 08:23:42 v2.0.0-dev.10 08:23:42 v2.0.0-dev.11 08:23:42 v2.0.0-dev.12 08:23:42 v2.0.0-dev.13 08:23:42 v2.0.0-dev.14 08:23:42 v2.0.0-dev.15 08:23:42 v2.0.0-dev.16 08:23:42 v2.0.0-dev.17 08:23:42 v2.0.0-dev.18 08:23:42 v2.0.0-dev.19 08:23:42 v2.0.0-dev.2 08:23:42 v2.0.0-dev.20 08:23:42 v2.0.0-dev.21 08:23:42 v2.0.0-dev.22 08:23:42 v2.0.0-dev.23 08:23:42 v2.0.0-dev.24 08:23:42 v2.0.0-dev.25 08:23:42 v2.0.0-dev.26 08:23:42 v2.0.0-dev.27 08:23:42 v2.0.0-dev.28 08:23:42 v2.0.0-dev.29 08:23:42 v2.0.0-dev.3 08:23:42 v2.0.0-dev.30 08:23:42 v2.0.0-dev.31 08:23:42 v2.0.0-dev.32 08:23:42 v2.0.0-dev.33 08:23:42 v2.0.0-dev.34 08:23:42 v2.0.0-dev.35 08:23:42 v2.0.0-dev.36 08:23:42 v2.0.0-dev.37 08:23:42 v2.0.0-dev.38 08:23:42 v2.0.0-dev.39 08:23:42 v2.0.0-dev.4 08:23:42 v2.0.0-dev.40 08:23:42 v2.0.0-dev.5 08:23:42 v2.0.0-dev.6 08:23:42 v2.0.0-dev.7 08:23:42 v2.0.0-dev.8 08:23:42 v2.0.0-dev.9 [Pipeline] sh 08:23:42 + lftools sign git-tag v2.0.0-dev.40 08:23:43 Signing Git tag with Sigul... 08:23:43 Signing v2.0.0-dev.40 [Pipeline] echo 08:23:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:23:45 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:23:45 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:23:45 $ docker stop --time=1 660296e48d7b6d848aa9396d776893c2aad360cefa33bfd0d25ab651d69e0a10 08:23:47 $ docker rm -f 660296e48d7b6d848aa9396d776893c2aad360cefa33bfd0d25ab651d69e0a10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:23:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:23:48 . [Pipeline] withDockerContainer 08:23:48 prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container 08:23:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:23:48 $ docker top 6d9679617c58e58cc40c4ed27c70020cc0a574016cf0318b2494989c004ba7c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:23:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:23:49 [ssh-agent] Looking for ssh-agent implementation... 08:23:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:23:49 $ docker exec 6d9679617c58e58cc40c4ed27c70020cc0a574016cf0318b2494989c004ba7c3 ssh-agent 08:23:49 SSH_AUTH_SOCK=/tmp/ssh-QEA2P3LqfBwJ/agent.13 08:23:49 SSH_AGENT_PID=18 08:23:49 Running ssh-add (command line suppressed) 08:23:49 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3847995086707954990.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3847995086707954990.key) 08:23:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:23:50 + git semver bump pre 08:23:50 # -> Open(): unable to determine branch for HEAD 08:23:50 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:23:50 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:23:50 # $SEMVER_REMOTE_NAME = origin 08:23:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:23:50 # $SEMVER_USER_NAME = edgex-jenkins 08:23:50 # $SEMVER_BRANCH = master 08:23:50 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 08:23:50 2.0.0-dev.41 [Pipeline] } 08:23:50 $ docker exec --env ******** --env ******** 6d9679617c58e58cc40c4ed27c70020cc0a574016cf0318b2494989c004ba7c3 ssh-agent -k 08:23:50 unset SSH_AUTH_SOCK; 08:23:50 unset SSH_AGENT_PID; 08:23:50 echo Agent pid 18 killed; 08:23:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:23:50 + git semver [Pipeline] } 08:23:50 $ docker stop --time=1 6d9679617c58e58cc40c4ed27c70020cc0a574016cf0318b2494989c004ba7c3 08:23:52 $ docker rm -f 6d9679617c58e58cc40c4ed27c70020cc0a574016cf0318b2494989c004ba7c3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:23:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:23:52 . [Pipeline] withDockerContainer 08:23:52 prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container 08:23:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:23:53 $ docker top 0b1fbc0159ff282bd24cf3f87ae0a3e288d04a54f27b10c632742fe7ae16d2da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:23:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:23:53 [ssh-agent] Looking for ssh-agent implementation... 08:23:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:23:53 $ docker exec 0b1fbc0159ff282bd24cf3f87ae0a3e288d04a54f27b10c632742fe7ae16d2da ssh-agent 08:23:54 SSH_AUTH_SOCK=/tmp/ssh-SEHpFAeO1pzH/agent.11 08:23:54 SSH_AGENT_PID=16 08:23:54 Running ssh-add (command line suppressed) 08:23:54 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3486879156181653027.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3486879156181653027.key) 08:23:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:23:54 + git semver push 08:23:54 # -> Open(): unable to determine branch for HEAD 08:23:54 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:23:54 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:23:54 # $SEMVER_REMOTE_NAME = origin 08:23:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:23:54 # $SEMVER_USER_NAME = edgex-jenkins 08:23:54 # $SEMVER_BRANCH = master 08:23:54 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 08:23:58 $ docker exec --env ******** --env ******** 0b1fbc0159ff282bd24cf3f87ae0a3e288d04a54f27b10c632742fe7ae16d2da ssh-agent -k 08:23:58 unset SSH_AUTH_SOCK; 08:23:58 unset SSH_AGENT_PID; 08:23:58 echo Agent pid 16 killed; 08:23:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:23:59 + git semver [Pipeline] } 08:23:59 $ docker stop --time=1 0b1fbc0159ff282bd24cf3f87ae0a3e288d04a54f27b10c632742fe7ae16d2da 08:24:00 $ docker rm -f 0b1fbc0159ff282bd24cf3f87ae0a3e288d04a54f27b10c632742fe7ae16d2da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:24:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:24:03 ---> package-listing.sh 08:24:03 ++ facter osfamily 08:24:03 ++ tr '[:upper:]' '[:lower:]' 08:24:03 + OS_FAMILY=redhat 08:24:03 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 08:24:03 + START_PACKAGES=/tmp/packages_start.txt 08:24:03 + END_PACKAGES=/tmp/packages_end.txt 08:24:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:24:03 + PACKAGES=/tmp/packages_start.txt 08:24:03 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 08:24:03 + PACKAGES=/tmp/packages_end.txt 08:24:03 + case "${OS_FAMILY}" in 08:24:03 + rpm -qa 08:24:03 + sort 08:24:08 + '[' -f /tmp/packages_start.txt ']' 08:24:08 + '[' -f /tmp/packages_end.txt ']' 08:24:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:24:08 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 08:24:08 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 08:24:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 08:24:08 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:24:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:24:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:24:09 08:24:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:24:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:24:09 alpine: Pulling from edgex-lftools-log-publisher 08:24:09 df20fa9351a1: Pulling fs layer 08:24:09 36b3adc4ff6f: Pulling fs layer 08:24:09 8ad3a11d3b57: Pulling fs layer 08:24:09 46f8f816bc3b: Pulling fs layer 08:24:09 93b61091891f: Pulling fs layer 08:24:09 93b9cdb0e59b: Pulling fs layer 08:24:09 5e14af77c1be: Pulling fs layer 08:24:09 01666e4c0597: Pulling fs layer 08:24:09 aa168da1d23b: Pulling fs layer 08:24:09 5e14af77c1be: Waiting 08:24:09 01666e4c0597: Waiting 08:24:09 46f8f816bc3b: Waiting 08:24:09 93b61091891f: Waiting 08:24:09 93b9cdb0e59b: Waiting 08:24:09 aa168da1d23b: Waiting 08:24:09 36b3adc4ff6f: Verifying Checksum 08:24:09 36b3adc4ff6f: Download complete 08:24:09 46f8f816bc3b: Verifying Checksum 08:24:09 46f8f816bc3b: Download complete 08:24:09 df20fa9351a1: Verifying Checksum 08:24:09 93b9cdb0e59b: Verifying Checksum 08:24:09 93b9cdb0e59b: Download complete 08:24:09 5e14af77c1be: Verifying Checksum 08:24:09 5e14af77c1be: Download complete 08:24:09 01666e4c0597: Download complete 08:24:09 93b61091891f: Verifying Checksum 08:24:09 93b61091891f: Download complete 08:24:10 df20fa9351a1: Pull complete 08:24:10 8ad3a11d3b57: Verifying Checksum 08:24:10 8ad3a11d3b57: Download complete 08:24:10 36b3adc4ff6f: Pull complete 08:24:11 8ad3a11d3b57: Pull complete 08:24:11 46f8f816bc3b: Pull complete 08:24:12 aa168da1d23b: Verifying Checksum 08:24:12 aa168da1d23b: Download complete 08:24:13 93b61091891f: Pull complete 08:24:13 93b9cdb0e59b: Pull complete 08:24:13 5e14af77c1be: Pull complete 08:24:13 01666e4c0597: Pull complete 08:24:20 aa168da1d23b: Pull complete 08:24:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:24:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:24:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:24:20 prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container 08:24:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:24:23 $ docker top a30a88bd458a6d78535653416d9181cf2cb9a7e163332681f52e6612fbc6a082 -eo pid,comm [Pipeline] { [Pipeline] sh 08:24:24 + touch /tmp/pre-build-complete [Pipeline] sh 08:24:24 + mkdir -p /var/log/sa [Pipeline] sh 08:24:24 + ls /var/log/sa-host 08:24:24 + sadf -c /var/log/sa-host/sa08 08:24:24 file_magic: OK 08:24:24 HZ: Using current value: 100 08:24:24 file_header: OK 08:24:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:24:24 Statistics: 08:24:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:24:24 File successfully converted to sysstat format version 12.2.1 08:24:24 + sadf -c /var/log/sa-host/sa23 08:24:24 file_magic: OK 08:24:24 HZ: Using current value: 100 08:24:24 file_header: OK 08:24:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:24:24 Statistics: 08:24:24 Hnuu...uuuununununu... 08:24:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:24:25 provisioning config files... 08:24:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9061118674135569341tmp [Pipeline] { [Pipeline] echo 08:24:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:24:25 ---> create-netrc.sh [Pipeline] } 08:24:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:24:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:24:26 ---> python-tools-install.sh [Pipeline] echo 08:24:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:24:26 ---> sudo-logs.sh 08:24:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:24:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:24:26 ---> job-cost.sh 08:24:26 lf-activate-venv: SKIPPING 08:24:26 DEBUG: total: 0.20999999344348907 08:24:26 INFO: Retrieving Stack Cost... 08:24:27 INFO: Retrieving Pricing Info for: v1-standard-2 08:24:27 INFO: Archiving Costs [Pipeline] echo 08:24:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:24:28 ---> logs-deploy.sh 08:24:28 lf-activate-venv: SKIPPING 08:24:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/145 08:24:28 INFO: archiving workspace using pattern(s): 08:24:30 Archives upload complete. 08:24:30 INFO: archiving logs to Nexus 08:24:31 ---> uname -a: 08:24:31 Linux prd-centos7-docker-4c-2g-33277.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:24:31 08:24:31 08:24:31 ---> lscpu: 08:24:31 Architecture: x86_64 08:24:31 CPU op-mode(s): 32-bit, 64-bit 08:24:31 Byte Order: Little Endian 08:24:31 Address sizes: 40 bits physical, 48 bits virtual 08:24:31 CPU(s): 4 08:24:31 On-line CPU(s) list: 0-3 08:24:31 Thread(s) per core: 1 08:24:31 Core(s) per socket: 1 08:24:31 Socket(s): 4 08:24:31 NUMA node(s): 1 08:24:31 Vendor ID: GenuineIntel 08:24:31 CPU family: 6 08:24:31 Model: 44 08:24:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:24:31 Stepping: 1 08:24:31 CPU MHz: 2933.438 08:24:31 BogoMIPS: 5866.87 08:24:31 Virtualization: VT-x 08:24:31 Hypervisor vendor: KVM 08:24:31 Virtualization type: full 08:24:31 L1d cache: 128 KiB 08:24:31 L1i cache: 128 KiB 08:24:31 L2 cache: 16 MiB 08:24:31 L3 cache: 64 MiB 08:24:31 NUMA node0 CPU(s): 0-3 08:24:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:24:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:24:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:24:31 Vulnerability Meltdown: Mitigation; PTI 08:24:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:24:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:24:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:24:31 Vulnerability Srbds: Not affected 08:24:31 Vulnerability Tsx async abort: Not affected 08:24:31 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:24:31 08:24:31 08:24:31 ---> nproc: 08:24:31 4 08:24:31 08:24:31 08:24:31 ---> df -h: 08:24:31 Filesystem Size Used Available Use% Mounted on 08:24:31 overlay 50.0G 8.5G 41.4G 17% / 08:24:31 tmpfs 64.0M 0 64.0M 0% /dev 08:24:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:24:31 shm 64.0M 0 64.0M 0% /dev/shm 08:24:31 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 08:24:31 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 08:24:31 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 08:24:31 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 08:24:31 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 08:24:31 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 08:24:31 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 08:24:31 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 08:24:31 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 08:24:31 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 08:24:31 08:24:31 08:24:31 ---> free -m: 08:24:31 total used free shared buff/cache available 08:24:31 Mem: 1837 831 141 0 864 941 08:24:31 Swap: 1023 2 1021 08:24:31 08:24:31 08:24:31 ---> ip addr: 08:24:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:24:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:24:31 inet 127.0.0.1/8 scope host lo 08:24:31 valid_lft forever preferred_lft forever 08:24:31 inet6 ::1/128 scope host 08:24:31 valid_lft forever preferred_lft forever 08:24:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:24:31 link/ether fa:16:3e:cd:a5:7a brd ff:ff:ff:ff:ff:ff 08:24:31 inet 10.30.122.108/23 brd 10.30.123.255 scope global dynamic eth0 08:24:31 valid_lft 85662sec preferred_lft 85662sec 08:24:31 inet6 fe80::f816:3eff:fecd:a57a/64 scope link 08:24:31 valid_lft forever preferred_lft forever 08:24:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:24:31 link/ether 02:42:fe:51:63:b7 brd ff:ff:ff:ff:ff:ff 08:24:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:24:31 valid_lft forever preferred_lft forever 08:24:31 inet6 fe80::42:feff:fe51:63b7/64 scope link 08:24:31 valid_lft forever preferred_lft forever 08:24:31 08:24:31 08:24:31 ---> sar -b -r -n DEV: 08:24:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) 08:24:31 08:24:31 08:12:00 LINUX RESTART (4 CPU) 08:24:31 08:24:31 08:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:24:31 08:14:01 6.06 0.45 5.61 0.00 36.62 191.29 0.00 08:24:31 08:15:01 0.43 0.00 0.43 0.00 0.00 6.99 0.00 08:24:31 08:16:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 08:24:31 08:17:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 08:24:31 08:18:01 0.27 0.00 0.27 0.00 0.00 4.38 0.00 08:24:31 08:19:01 0.28 0.00 0.28 0.00 0.00 3.68 0.00 08:24:31 08:20:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 08:24:31 08:21:01 0.23 0.00 0.23 0.00 0.00 2.30 0.00 08:24:31 08:22:01 0.25 0.00 0.25 0.00 0.00 3.88 0.00 08:24:31 08:23:01 289.73 164.50 125.23 0.00 8429.69 36779.56 0.00 08:24:31 08:24:01 214.43 75.79 138.64 0.00 4480.11 33316.30 0.00 08:24:31 Average: 46.61 21.90 24.71 0.00 1177.47 6395.21 0.00 08:24:31 08:24:31 08:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:24:31 08:14:01 159548 0 584080 31.04 2620 1135296 1102476 37.63 431644 1091528 20 08:24:31 08:15:01 160536 0 583084 30.99 2620 1135304 1078820 36.82 439936 1082524 8 08:24:31 08:16:01 159836 0 583780 31.03 2620 1135308 1078976 36.82 441172 1082136 8 08:24:31 08:17:01 158496 0 585120 31.10 2620 1135308 1079000 36.82 444448 1080156 16 08:24:31 08:18:01 156700 0 586908 31.19 2620 1135316 1078928 36.82 454688 1072476 12 08:24:31 08:19:01 157208 0 586396 31.17 2620 1135320 1078880 36.82 454412 1072476 12 08:24:31 08:20:01 157076 0 586524 31.17 2620 1135324 1078820 36.82 454084 1072476 8 08:24:31 08:21:01 157216 0 586380 31.16 2620 1135328 1078820 36.82 454088 1072476 20 08:24:31 08:22:01 157588 0 586000 31.14 2620 1135336 1078820 36.82 453968 1072476 8 08:24:31 08:23:01 246108 0 667800 35.49 2596 965040 1085936 37.06 494248 870824 20 08:24:31 08:24:01 256724 0 771852 41.02 1496 851472 1089092 37.17 565688 721952 20 08:24:31 Average: 175185 0 609811 32.41 2516 1094032 1082597 36.95 462580 1026500 14 08:24:31 08:24:31 08:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:24:31 08:14:01 eth0 13.50 8.29 13.04 3.61 0.00 0.00 0.00 0.00 08:24:31 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:15:01 eth0 1.12 0.08 0.10 0.01 0.00 0.00 0.00 0.00 08:24:31 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:16:01 eth0 1.43 0.37 0.34 0.20 0.00 0.00 0.00 0.00 08:24:31 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:17:01 eth0 1.78 1.02 0.92 0.57 0.00 0.00 0.00 0.00 08:24:31 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:18:01 eth0 0.20 0.15 0.08 0.10 0.00 0.00 0.00 0.00 08:24:31 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:19:01 eth0 0.20 0.15 0.12 0.01 0.00 0.00 0.00 0.00 08:24:31 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:24:31 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:24:31 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:22:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:24:31 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:23:01 eth0 450.87 413.30 4342.60 39.65 0.00 0.00 0.00 0.00 08:24:31 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:23:01 docker0 51.88 51.86 4.55 257.10 0.00 0.00 0.00 0.00 08:24:31 08:24:01 eth0 476.66 402.91 3500.09 57.42 0.00 0.00 0.00 0.00 08:24:31 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 08:24:01 docker0 30.48 42.27 1.94 233.74 0.00 0.00 0.00 0.00 08:24:31 Average: eth0 86.04 75.17 714.61 9.24 0.00 0.00 0.00 0.00 08:24:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:24:31 Average: docker0 7.49 8.56 0.59 44.64 0.00 0.00 0.00 0.00 08:24:31 08:24:31 08:24:31 ---> sar -P ALL: 08:24:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) 08:24:31 08:24:31 08:12:00 LINUX RESTART (4 CPU) 08:24:31 08:24:31 08:13:01 CPU %user %nice %system %iowait %steal %idle 08:24:31 08:14:01 all 0.53 0.00 0.32 0.12 0.00 99.02 08:24:31 08:14:01 0 0.53 0.00 0.30 0.12 0.02 99.03 08:24:31 08:14:01 1 0.52 0.00 0.38 0.27 0.00 98.83 08:24:31 08:14:01 2 0.38 0.00 0.35 0.02 0.00 99.25 08:24:31 08:14:01 3 0.70 0.00 0.23 0.08 0.00 98.98 08:24:31 08:15:01 all 0.15 0.00 0.05 0.00 0.00 99.80 08:24:31 08:15:01 0 0.50 0.00 0.05 0.00 0.00 99.45 08:24:31 08:15:01 1 0.03 0.00 0.05 0.00 0.00 99.92 08:24:31 08:15:01 2 0.03 0.00 0.05 0.00 0.00 99.92 08:24:31 08:15:01 3 0.05 0.00 0.03 0.00 0.00 99.92 08:24:31 08:16:01 all 0.16 0.00 0.09 0.00 0.00 99.75 08:24:31 08:16:01 0 0.43 0.00 0.07 0.00 0.00 99.50 08:24:31 08:16:01 1 0.07 0.00 0.10 0.00 0.00 99.83 08:24:31 08:16:01 2 0.05 0.00 0.08 0.00 0.02 99.85 08:24:31 08:16:01 3 0.08 0.00 0.10 0.00 0.00 99.82 08:24:31 08:17:01 all 0.05 0.00 0.04 0.00 0.00 99.91 08:24:31 08:17:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:24:31 08:17:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:24:31 08:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:24:31 08:17:01 3 0.07 0.00 0.07 0.00 0.00 99.87 08:24:31 08:18:01 all 0.11 0.00 0.10 0.00 0.00 99.78 08:24:31 08:18:01 0 0.02 0.00 0.08 0.00 0.00 99.90 08:24:31 08:18:01 1 0.02 0.00 0.08 0.00 0.00 99.90 08:24:31 08:18:01 2 0.33 0.00 0.18 0.00 0.02 99.47 08:24:31 08:18:01 3 0.07 0.00 0.07 0.00 0.00 99.87 08:24:31 08:19:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:24:31 08:19:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:24:31 08:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:24:31 08:19:01 2 0.52 0.00 0.03 0.00 0.00 99.45 08:24:31 08:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:24:31 08:20:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:24:31 08:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:24:31 08:20:01 1 0.05 0.00 0.05 0.00 0.00 99.90 08:24:31 08:20:01 2 0.53 0.00 0.03 0.00 0.00 99.43 08:24:31 08:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:24:31 08:21:01 all 0.15 0.00 0.04 0.00 0.00 99.81 08:24:31 08:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:24:31 08:21:01 1 0.40 0.00 0.05 0.00 0.00 99.55 08:24:31 08:21:01 2 0.18 0.00 0.08 0.00 0.00 99.73 08:24:31 08:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:24:31 08:22:01 all 0.08 0.00 0.04 0.00 0.00 99.89 08:24:31 08:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:24:31 08:22:01 1 0.20 0.00 0.07 0.00 0.00 99.73 08:24:31 08:22:01 2 0.07 0.00 0.03 0.00 0.00 99.90 08:24:31 08:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:24:31 08:23:01 all 9.76 0.00 6.98 2.92 0.03 80.31 08:24:31 08:23:01 0 9.54 0.00 7.05 3.17 0.02 80.23 08:24:31 08:23:01 1 10.34 0.00 6.39 2.44 0.02 80.80 08:24:31 08:23:01 2 9.86 0.00 6.88 2.41 0.05 80.81 08:24:31 08:23:01 3 9.29 0.00 7.61 3.67 0.03 79.40 08:24:31 08:24:01 all 11.76 0.00 8.86 2.70 0.03 76.65 08:24:31 08:24:01 0 10.65 0.00 9.61 3.74 0.03 75.96 08:24:31 08:24:01 1 15.35 0.00 9.29 3.32 0.03 72.00 08:24:31 08:24:01 2 10.75 0.00 7.99 1.60 0.03 79.63 08:24:31 08:24:01 3 10.27 0.00 8.57 2.15 0.03 78.98 08:24:31 08:24:31 Average: CPU %user %nice %system %iowait %steal %idle 08:24:31 Average: all 2.06 0.00 1.48 0.51 0.01 95.93 08:24:31 Average: 0 1.95 0.00 1.54 0.63 0.01 95.88 08:24:31 Average: 1 2.42 0.00 1.48 0.54 0.00 95.56 08:24:31 Average: 2 2.04 0.00 1.41 0.36 0.01 96.18 08:24:31 Average: 3 1.85 0.00 1.50 0.53 0.01 96.12 08:24:31 08:24:31 08:24:31