Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 92affc97e25621ac5a3617c0e5e42feb55191c77 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-1968 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 92affc97e25621ac5a3617c0e5e42feb55191c77 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 92affc97e25621ac5a3617c0e5e42feb55191c77 # timeout=10 Commit message: "Merge pull request #898 from hahattan/issue-896" > git rev-list --no-walk 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:57:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:57:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:57:05 ========================================================= 03:57:05 EdgeX Global Pipelines Version Info 03:57:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:57:07 ------------------- 03:57:07 stable info: 03:57:07 ------------------- 03:57:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:57:07 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:57:07 Message: update stable to v1.0.186 03:57:08 ------------------- 03:57:08 experimental info: 03:57:08 ------------------- 03:57:08 Commited By: **** collab-it+edgex@linuxfoundation.org 03:57:08 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 03:57:08 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:57:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:57:08 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:57:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:57:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:57:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:57:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92affc97e25621ac5a3617c0e5e42feb55191c77 [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92affc9 [Pipeline] echo 03:57:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:57:09 provisioning config files... 03:57:09 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1479464346786886018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:57:10 ---> docker-login.sh 03:57:10 nexus3.edgexfoundry.org:10001 03:57:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:10 Configure a credential helper to remove this warning. See 03:57:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:10 03:57:10 Login Succeeded 03:57:10 nexus3.edgexfoundry.org:10002 03:57:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:10 Configure a credential helper to remove this warning. See 03:57:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:10 03:57:10 Login Succeeded 03:57:10 nexus3.edgexfoundry.org:10003 03:57:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:11 Configure a credential helper to remove this warning. See 03:57:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:11 03:57:11 Login Succeeded 03:57:11 nexus3.edgexfoundry.org:10004 03:57:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:11 Configure a credential helper to remove this warning. See 03:57:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:11 03:57:11 Login Succeeded 03:57:11 docker.io 03:57:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:11 Configure a credential helper to remove this warning. See 03:57:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:11 03:57:11 Login Succeeded 03:57:11 ---> docker-login.sh ends [Pipeline] } 03:57:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:57:12 + git log --format=format:%s -1 92affc97e25621ac5a3617c0e5e42feb55191c77 [Pipeline] echo 03:57:12 GIT_COMMIT: 92affc97e25621ac5a3617c0e5e42feb55191c77, Commit Message: Merge pull request #898 from hahattan/issue-896 [Pipeline] echo 03:57:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:57:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:57:13 03:57:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:57:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:57:13 latest: Pulling from edgex-devops/git-semver 03:57:13 31603596830f: Pulling fs layer 03:57:13 2a8b12db71e7: Pulling fs layer 03:57:13 6ca5941a6612: Pulling fs layer 03:57:13 ecc8261a40a4: Pulling fs layer 03:57:13 ecc8261a40a4: Waiting 03:57:13 2a8b12db71e7: Verifying Checksum 03:57:13 2a8b12db71e7: Download complete 03:57:13 31603596830f: Verifying Checksum 03:57:13 31603596830f: Download complete 03:57:13 ecc8261a40a4: Verifying Checksum 03:57:13 ecc8261a40a4: Download complete 03:57:13 6ca5941a6612: Verifying Checksum 03:57:13 6ca5941a6612: Download complete 03:57:14 31603596830f: Pull complete 03:57:14 2a8b12db71e7: Pull complete 03:57:15 6ca5941a6612: Pull complete 03:57:15 ecc8261a40a4: Pull complete 03:57:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:57:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:57:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:57:15 prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container 03:57:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:57:18 $ docker top c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:57:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:57:18 [ssh-agent] Looking for ssh-agent implementation... 03:57:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:57:18 $ docker exec c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 ssh-agent 03:57:18 SSH_AUTH_SOCK=/tmp/ssh-RuU3KhE0kHwZ/agent.11 03:57:18 SSH_AGENT_PID=16 03:57:18 Running ssh-add (command line suppressed) 03:57:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3404447516672878865.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3404447516672878865.key) 03:57:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:57:19 + git tag --points-at HEAD [Pipeline] } 03:57:19 $ docker exec --env ******** --env ******** c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 ssh-agent -k 03:57:19 unset SSH_AUTH_SOCK; 03:57:19 unset SSH_AGENT_PID; 03:57:19 echo Agent pid 16 killed; 03:57:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:57:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:57:20 [ssh-agent] Looking for ssh-agent implementation... 03:57:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:57:20 $ docker exec c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 ssh-agent 03:57:20 SSH_AUTH_SOCK=/tmp/ssh-IPypEXd1VU01/agent.44 03:57:20 SSH_AGENT_PID=50 03:57:20 Running ssh-add (command line suppressed) 03:57:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4261378265512764159.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4261378265512764159.key) 03:57:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:57:21 + git semver init 03:57:21 # -> Open(): unable to determine branch for HEAD 03:57:21 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:57:21 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:57:21 # $SEMVER_REMOTE_NAME = origin 03:57:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:57:21 # $SEMVER_USER_NAME = edgex-jenkins 03:57:21 # $SEMVER_BRANCH = master 03:57:21 # $SEMVER_TEMP = /tmp/semver-788158245 03:57:21 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:57:22 # '/tmp/semver-788158245' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 03:57:22 # -> Force: false 03:57:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 03:57:22 $ docker exec --env ******** --env ******** c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 ssh-agent -k 03:57:22 unset SSH_AUTH_SOCK; 03:57:22 unset SSH_AGENT_PID; 03:57:22 echo Agent pid 50 killed; 03:57:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:57:23 + git semver [Pipeline] } 03:57:23 $ docker stop --time=1 c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 03:57:24 $ docker rm -f c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 [Pipeline] // withDockerContainer [Pipeline] sh 03:57:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:57:25 Stashed 1 file(s) [Pipeline] echo 03:57:25 [edgeXSemver]: initialized semver on version 2.0.0-dev.50 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 03:57:41 Still waiting to schedule task 03:57:41 ‘prd-centos7-docker-4c-2g-1969’ is offline; ‘prd-centos7-docker-4c-2g-1970’ is offline 03:57:41 Still waiting to schedule task 03:57:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:59:07 Running on prd-centos7-docker-4c-2g-1974 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 03:59:07 Running in /w/workspace/device-sdk-go/155 [Pipeline] { [Pipeline] checkout 03:59:10 using credential edgex-jenkins-ssh 03:59:10 Cloning the remote Git repository 03:59:10 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:59:10 > git init /w/workspace/device-sdk-go/155 # timeout=10 03:59:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:59:10 > git --version # timeout=10 03:59:10 > git --version # 'git version 2.24.3' 03:59:10 using GIT_SSH to set credentials SSH Credentials for GitHub 03:59:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:59:11 Checking out Revision 92affc97e25621ac5a3617c0e5e42feb55191c77 (master) 03:59:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:59:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:59:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:59:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:59:11 using GIT_SSH to set credentials SSH Credentials for GitHub 03:59:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:59:11 > git config core.sparsecheckout # timeout=10 03:59:11 > git checkout -f 92affc97e25621ac5a3617c0e5e42feb55191c77 # timeout=10 03:59:15 Commit message: "Merge pull request #898 from hahattan/issue-896" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:59:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:59:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:59:17 + sudo service docker restart 03:59:17 + true 03:59:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:59:18 provisioning config files... 03:59:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/155@tmp/config8149566210154901854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:59:18 ---> docker-login.sh 03:59:18 nexus3.edgexfoundry.org:10001 03:59:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:59:18 Configure a credential helper to remove this warning. See 03:59:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:59:18 03:59:18 Login Succeeded 03:59:18 nexus3.edgexfoundry.org:10002 03:59:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:59:18 Configure a credential helper to remove this warning. See 03:59:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:59:18 03:59:18 Login Succeeded 03:59:18 nexus3.edgexfoundry.org:10003 03:59:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:59:19 Configure a credential helper to remove this warning. See 03:59:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:59:19 03:59:19 Login Succeeded 03:59:19 nexus3.edgexfoundry.org:10004 03:59:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:59:19 Configure a credential helper to remove this warning. See 03:59:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:59:19 03:59:19 Login Succeeded 03:59:19 docker.io 03:59:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:59:19 Configure a credential helper to remove this warning. See 03:59:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:59:19 03:59:19 Login Succeeded 03:59:19 ---> docker-login.sh ends [Pipeline] } 03:59:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:59:19 ========================================================= 03:59:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:59:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:59:20 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 03:59:20 Sending build context to Docker daemon 2.464MB 03:59:20 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:59:20 Step 2/8 : FROM ${BASE} 03:59:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:59:20 188c0c94c7c5: Pulling fs layer 03:59:20 0ef7d3d256c8: Pulling fs layer 03:59:20 de9db76c5a1d: Pulling fs layer 03:59:20 bca2f99d35d6: Pulling fs layer 03:59:20 93359f2a8cfa: Pulling fs layer 03:59:20 7c6f9722023f: Pulling fs layer 03:59:20 a35cf1a2eb13: Pulling fs layer 03:59:20 7c6f9722023f: Waiting 03:59:20 93359f2a8cfa: Waiting 03:59:20 a35cf1a2eb13: Waiting 03:59:20 bca2f99d35d6: Waiting 03:59:20 de9db76c5a1d: Verifying Checksum 03:59:20 de9db76c5a1d: Download complete 03:59:20 0ef7d3d256c8: Download complete 03:59:20 93359f2a8cfa: Download complete 03:59:20 7c6f9722023f: Verifying Checksum 03:59:20 7c6f9722023f: Download complete 03:59:20 188c0c94c7c5: Verifying Checksum 03:59:20 188c0c94c7c5: Download complete 03:59:20 188c0c94c7c5: Pull complete 03:59:21 0ef7d3d256c8: Pull complete 03:59:21 de9db76c5a1d: Pull complete 03:59:22 a35cf1a2eb13: Verifying Checksum 03:59:22 a35cf1a2eb13: Download complete 03:59:23 bca2f99d35d6: Verifying Checksum 03:59:23 bca2f99d35d6: Download complete 03:59:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1972 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 03:59:26 Running in /w/workspace/device-sdk-go/155 [Pipeline] { [Pipeline] checkout 03:59:29 bca2f99d35d6: Pull complete 03:59:29 93359f2a8cfa: Pull complete 03:59:29 7c6f9722023f: Pull complete 03:59:32 using credential edgex-jenkins-ssh 03:59:32 Cloning the remote Git repository 03:59:33 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:59:33 > git init /w/workspace/device-sdk-go/155 # timeout=10 03:59:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:59:33 > git --version # timeout=10 03:59:33 > git --version # 'git version 2.17.1' 03:59:33 using GIT_SSH to set credentials SSH Credentials for GitHub 03:59:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:59:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:59:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:59:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:59:35 a35cf1a2eb13: Pull complete 03:59:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:59:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:59:35 ---> a62c8e92a672 03:59:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:59:35 ---> Running in a420ce52a206 03:59:35 Checking out Revision 92affc97e25621ac5a3617c0e5e42feb55191c77 (master) 03:59:35 Removing intermediate container a420ce52a206 03:59:35 ---> a67ce1f63f85 03:59:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:59:35 ---> Running in 25c6463a99ea 03:59:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:59:34 using GIT_SSH to set credentials SSH Credentials for GitHub 03:59:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:59:35 > git config core.sparsecheckout # timeout=10 03:59:35 > git checkout -f 92affc97e25621ac5a3617c0e5e42feb55191c77 # timeout=10 03:59:36 Removing intermediate container 25c6463a99ea 03:59:36 ---> 604e4e0a2c9c 03:59:36 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 03:59:36 ---> Running in 050a6895e8a5 03:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:59:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:59:38 (1/6) Installing libc-dev (0.7.2-r3) 03:59:38 (2/6) Installing libsodium (1.0.18-r0) 03:59:38 (3/6) Installing pkgconf (1.7.2-r0) 03:59:38 (4/6) Installing libsodium-dev (1.0.18-r0) 03:59:38 (5/6) Installing libzmq (4.3.3-r0) 03:59:39 (6/6) Installing zeromq-dev (4.3.3-r0) 03:59:39 Executing busybox-1.31.1-r19.trigger 03:59:39 OK: 167 MiB in 45 packages 03:59:39 Commit message: "Merge pull request #898 from hahattan/issue-896" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 03:59:39 Removing intermediate container 050a6895e8a5 03:59:39 ---> 5359cf9e251d 03:59:39 Step 6/8 : WORKDIR /device-sdk-go [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:59:40 ---> Running in 4240ac4e84d9 03:59:40 Removing intermediate container 4240ac4e84d9 03:59:40 ---> 10ab6222ccc2 03:59:40 Step 7/8 : COPY . . 03:59:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:59:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:59:41 ---> 958f96079194 03:59:41 Step 8/8 : RUN go mod download 03:59:41 ---> Running in a2168cfbeaaf 03:59:41 + + true 03:59:41 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:59:44 provisioning config files... 03:59:44 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/155@tmp/config6390712949333129405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:59:44 ---> docker-login.sh 03:59:44 nexus3.edgexfoundry.org:10001 03:59:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:59:45 Configure a credential helper to remove this warning. See 03:59:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:59:45 03:59:45 Login Succeeded 03:59:45 nexus3.edgexfoundry.org:10002 03:59:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:59:46 Configure a credential helper to remove this warning. See 03:59:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:59:46 03:59:46 Login Succeeded 03:59:46 nexus3.edgexfoundry.org:10003 03:59:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:59:46 Configure a credential helper to remove this warning. See 03:59:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:59:46 03:59:46 Login Succeeded 03:59:47 nexus3.edgexfoundry.org:10004 03:59:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:59:47 Configure a credential helper to remove this warning. See 03:59:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:59:47 03:59:47 Login Succeeded 03:59:47 docker.io 03:59:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:59:48 Configure a credential helper to remove this warning. See 03:59:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:59:48 03:59:48 Login Succeeded 03:59:48 ---> docker-login.sh ends [Pipeline] } 03:59:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:59:48 ========================================================= 03:59:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:59:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:59:48 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 03:59:49 Sending build context to Docker daemon 2.463MB 03:59:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:59:49 Step 2/8 : FROM ${BASE} 03:59:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:59:49 5f621e34cdf4: Pulling fs layer 03:59:49 a4357932f1b6: Pulling fs layer 03:59:49 18c013af1878: Pulling fs layer 03:59:49 00ac8860ef70: Pulling fs layer 03:59:49 63d7cb157983: Pulling fs layer 03:59:49 b116817d02f9: Pulling fs layer 03:59:49 745a02a5169b: Pulling fs layer 03:59:49 63d7cb157983: Waiting 03:59:49 b116817d02f9: Waiting 03:59:49 745a02a5169b: Waiting 03:59:49 00ac8860ef70: Waiting 03:59:49 18c013af1878: Download complete 03:59:49 a4357932f1b6: Verifying Checksum 03:59:49 a4357932f1b6: Download complete 03:59:49 63d7cb157983: Verifying Checksum 03:59:49 63d7cb157983: Download complete 03:59:49 b116817d02f9: Download complete 03:59:49 5f621e34cdf4: Verifying Checksum 03:59:49 5f621e34cdf4: Download complete 03:59:50 5f621e34cdf4: Pull complete 03:59:50 a4357932f1b6: Pull complete 03:59:51 18c013af1878: Pull complete 03:59:51 745a02a5169b: Verifying Checksum 03:59:51 745a02a5169b: Download complete 03:59:52 00ac8860ef70: Verifying Checksum 03:59:52 00ac8860ef70: Download complete 04:00:02 00ac8860ef70: Pull complete 04:00:02 63d7cb157983: Pull complete 04:00:03 b116817d02f9: Pull complete 04:00:07 745a02a5169b: Pull complete 04:00:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:00:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:00:07 ---> b7e6874047d6 04:00:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:00:08 Removing intermediate container a2168cfbeaaf 04:00:08 ---> 030f14af479f 04:00:08 Successfully built 030f14af479f 04:00:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:00:08 + docker inspect -f . ci-base-image-x86_64 04:00:08 . [Pipeline] withDockerContainer 04:00:08 prd-centos7-docker-4c-2g-1974 does not seem to be running inside a container 04:00:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/155 -v /w/workspace/device-sdk-go/155:/w/workspace/device-sdk-go/155:rw,z -v /w/workspace/device-sdk-go/155@tmp:/w/workspace/device-sdk-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:00:09 $ docker top c63068775517467bc4b82e8ea90cc0e878402155a51d5b4613abba338de144c3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:00:09 + go version 04:00:09 go version go1.15.5 linux/amd64 [Pipeline] } 04:00:09 $ docker stop --time=1 c63068775517467bc4b82e8ea90cc0e878402155a51d5b4613abba338de144c3 04:00:10 ---> Running in 964aef4eae25 04:00:10 Removing intermediate container 964aef4eae25 04:00:10 ---> 63679ffb83c7 04:00:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:10 ---> Running in 32f7a337e8ce 04:00:11 $ docker rm -f c63068775517467bc4b82e8ea90cc0e878402155a51d5b4613abba338de144c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:00:11 + docker inspect -f . ci-base-image-x86_64 04:00:11 . [Pipeline] withDockerContainer 04:00:11 prd-centos7-docker-4c-2g-1974 does not seem to be running inside a container 04:00:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/155 -v /w/workspace/device-sdk-go/155:/w/workspace/device-sdk-go/155:rw,z -v /w/workspace/device-sdk-go/155@tmp:/w/workspace/device-sdk-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:00:12 Removing intermediate container 32f7a337e8ce 04:00:12 ---> 38ce9e96cc04 04:00:12 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 04:00:12 ---> Running in cd9d1dd34336 04:00:12 $ docker top 949b106c52dce853f660865be29e177b8c76045ffd9a35630c1242ab1076acad -eo pid,comm [Pipeline] { [Pipeline] sh 04:00:13 + make test 04:00:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:00:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:00:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:00:15 (1/6) Installing libc-dev (0.7.2-r3) 04:00:15 (2/6) Installing libsodium (1.0.18-r0) 04:00:15 (3/6) Installing pkgconf (1.7.2-r0) 04:00:15 (4/6) Installing libsodium-dev (1.0.18-r0) 04:00:15 (5/6) Installing libzmq (4.3.3-r0) 04:00:15 (6/6) Installing zeromq-dev (4.3.3-r0) 04:00:15 Executing busybox-1.31.1-r19.trigger 04:00:15 OK: 144 MiB in 45 packages 04:00:16 Removing intermediate container cd9d1dd34336 04:00:16 ---> 1b8810615ef7 04:00:16 Step 6/8 : WORKDIR /device-sdk-go 04:00:16 ---> Running in 6a6c25f76d3b 04:00:17 Removing intermediate container 6a6c25f76d3b 04:00:17 ---> 348f2cd0478e 04:00:17 Step 7/8 : COPY . . 04:00:18 ---> 0dfbe711fee8 04:00:18 Step 8/8 : RUN go mod download 04:00:18 ---> Running in fd1fb35d3247 04:00:21 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:00:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:00:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:00:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:00:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:00:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:00:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.101s coverage: 28.1% of statements 04:00:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.066s coverage: 78.9% of statements 04:00:45 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.054s coverage: 7.8% of statements 04:00:45 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:00:45 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:00:45 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:00:45 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.084s coverage: 30.2% of statements 04:00:45 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:00:45 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:00:45 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:00:45 Removing intermediate container fd1fb35d3247 04:00:45 ---> b4d0a225edcf 04:00:45 Successfully built b4d0a225edcf 04:00:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:00:46 + docker inspect -f . ci-base-image-arm64 04:00:46 . [Pipeline] withDockerContainer 04:00:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.112s coverage: 57.2% of statements 04:00:46 prd-ubuntu18.04-docker-arm64-4c-16g-1972 does not seem to be running inside a container 04:00:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/155 -v /w/workspace/device-sdk-go/155:/w/workspace/device-sdk-go/155:rw,z -v /w/workspace/device-sdk-go/155@tmp:/w/workspace/device-sdk-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:00:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.233s coverage: 6.6% of statements 04:00:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements 04:00:46 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:00:46 GO111MODULE=on go vet ./... 04:00:48 $ docker top 3a1497d736144676111382fe4811fa8a071c66600da86fcace967744736a04d9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:00:49 + go version 04:00:49 go version go1.15.5 linux/arm64 [Pipeline] } 04:00:49 $ docker stop --time=1 3a1497d736144676111382fe4811fa8a071c66600da86fcace967744736a04d9 04:00:51 $ docker rm -f 3a1497d736144676111382fe4811fa8a071c66600da86fcace967744736a04d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:00:52 + docker inspect -f . ci-base-image-arm64 04:00:52 . [Pipeline] withDockerContainer 04:00:52 prd-ubuntu18.04-docker-arm64-4c-16g-1972 does not seem to be running inside a container 04:00:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/155 -v /w/workspace/device-sdk-go/155:/w/workspace/device-sdk-go/155:rw,z -v /w/workspace/device-sdk-go/155@tmp:/w/workspace/device-sdk-go/155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:00:54 $ docker top e7ad84a3e0fe9a57e78a718e7a139a138dbc2c46c009a4d4b14e922ed0a348c8 -eo pid,comm [Pipeline] { [Pipeline] sh 04:00:55 + make test 04:00:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:01:05 gofmt -l . 04:01:05 [ "`gofmt -l .`" = "" ] 04:01:05 ./bin/test-attribution-txt.sh 04:01:05 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:01:05 $ docker stop --time=1 949b106c52dce853f660865be29e177b8c76045ffd9a35630c1242ab1076acad 04:01:07 $ docker rm -f 949b106c52dce853f660865be29e177b8c76045ffd9a35630c1242ab1076acad [Pipeline] // withDockerContainer [Pipeline] sh 04:01:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:01:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:01:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:01:11 + ls -al . 04:01:11 total 188 04:01:11 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 27 04:01 . 04:01:11 drwxrwxr-x. 4 jenkins jenkins 32 Apr 27 03:59 .. 04:01:11 drwxrwxr-x. 2 jenkins jenkins 64 Apr 27 03:59 bin 04:01:11 -rw-r--r--. 1 jenkins jenkins 100320 Apr 27 04:00 coverage.out 04:01:11 -rw-rw-r--. 1 jenkins jenkins 987 Apr 27 03:59 Dockerfile.build 04:01:11 -rw-rw-r--. 1 jenkins jenkins 140 Apr 27 03:59 .dockerignore 04:01:11 drwxrwxr-x. 5 jenkins jenkins 62 Apr 27 03:59 example 04:01:11 drwxrwxr-x. 8 jenkins jenkins 162 Apr 27 03:59 .git 04:01:11 drwxrwxr-x. 2 jenkins jenkins 103 Apr 27 03:59 .github 04:01:11 -rw-rw-r--. 1 jenkins jenkins 138 Apr 27 03:59 .gitignore 04:01:11 -rw-r--r--. 1 jenkins jenkins 575 Apr 27 04:01 go.mod 04:01:11 -rw-r--r--. 1 jenkins jenkins 20957 Apr 27 04:01 go.sum 04:01:11 drwxrwxr-x. 14 jenkins jenkins 207 Apr 27 03:59 internal 04:01:11 -rw-rw-r--. 1 jenkins jenkins 901 Apr 27 03:59 Jenkinsfile 04:01:11 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 27 03:59 LICENSE 04:01:11 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 27 03:59 Makefile 04:01:11 drwxrwxr-x. 4 jenkins jenkins 26 Apr 27 03:59 openapi 04:01:11 drwxrwxr-x. 5 jenkins jenkins 50 Apr 27 03:59 pkg 04:01:11 -rw-rw-r--. 1 jenkins jenkins 7652 Apr 27 03:59 README.md 04:01:11 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 27 03:59 RELEASE-NOTES.txt 04:01:11 drwxrwxr-x. 4 jenkins jenkins 54 Apr 27 03:59 snap 04:01:11 -rw-rw-r--. 1 jenkins jenkins 12 Apr 27 03:57 VERSION 04:01:11 -rw-rw-r--. 1 jenkins jenkins 222 Apr 27 03:59 version.go [Pipeline] isUnix [Pipeline] sh 04:01:11 + 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=92affc97e25621ac5a3617c0e5e42feb55191c77 --label arch=amd64 --label version=2.0.0-dev.50 . 04:01:11 Sending build context to Docker daemon 2.565MB 04:01:11 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 04:01:11 Step 2/23 : FROM ${BASE} AS builder 04:01:11 ---> 030f14af479f 04:01:11 Step 3/23 : WORKDIR /device-sdk-go 04:01:12 ---> Running in d98416be690c 04:01:12 Removing intermediate container d98416be690c 04:01:12 ---> 3c32c57b8db2 04:01:12 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:01:12 ---> Running in a2338aec79f1 04:01:12 Removing intermediate container a2338aec79f1 04:01:12 ---> 34b7e4642b62 04:01:12 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:01:12 ---> Running in 5ca2c1550538 04:01:13 Removing intermediate container 5ca2c1550538 04:01:13 ---> 45e9fc641b75 04:01:13 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:01:13 ---> Running in d23b13ba9c80 04:01:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:01:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:01:15 OK: 167 MiB in 45 packages 04:01:16 Removing intermediate container d23b13ba9c80 04:01:16 ---> 181ce2e4b0ee 04:01:16 Step 7/23 : COPY . . 04:01:17 ---> c1411ee234fc 04:01:17 Step 8/23 : RUN go mod download 04:01:17 ---> Running in 6e1d5bca9442 04:01:17 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:01:18 Removing intermediate container 6e1d5bca9442 04:01:18 ---> e791777f70df 04:01:18 Step 9/23 : RUN make build 04:01:18 ---> Running in 77ed243af765 04:01:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.50" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:01:31 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:01:32 Removing intermediate container 77ed243af765 04:01:32 ---> 8533fa0a26f1 04:01:32 Step 10/23 : FROM alpine:3.12 04:01:32 3.12: Pulling from library/alpine 04:01:32 339de151aab4: Pulling fs layer 04:01:32 339de151aab4: Verifying Checksum 04:01:32 339de151aab4: Download complete 04:01:33 339de151aab4: Pull complete 04:01:33 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:01:33 Status: Downloaded newer image for alpine:3.12 04:01:33 ---> 13621d1b12d4 04:01:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:01:33 ---> Running in 32fc54be47cb 04:01:33 Removing intermediate container 32fc54be47cb 04:01:33 ---> ac0e7c14841e 04:01:33 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:01:33 ---> Running in 25b3a1966f6e 04:01:35 Removing intermediate container 25b3a1966f6e 04:01:35 ---> 29b209ef1ab0 04:01:35 Step 13/23 : RUN apk add --update --no-cache zeromq 04:01:35 ---> Running in 1afccc75948c 04:01:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:01:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:01:36 (1/5) Installing libgcc (9.3.0-r2) 04:01:37 (2/5) Installing libsodium (1.0.18-r0) 04:01:37 (3/5) Installing libstdc++ (9.3.0-r2) 04:01:37 (4/5) Installing libzmq (4.3.3-r0) 04:01:37 (5/5) Installing zeromq (4.3.3-r0) 04:01:37 Executing busybox-1.31.1-r20.trigger 04:01:37 OK: 8 MiB in 19 packages 04:01:38 Removing intermediate container 1afccc75948c 04:01:38 ---> cb7b3d7be7b0 04:01:38 Step 14/23 : WORKDIR / 04:01:38 ---> Running in d4398616f532 04:01:38 Removing intermediate container d4398616f532 04:01:38 ---> 2e2b1841cc4b 04:01:38 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:01:38 ---> 1a9d006f4a86 04:01:38 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:01:39 ---> 2e0a71d66d41 04:01:39 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:01:39 ---> 8e21c537ce97 04:01:39 Step 18/23 : EXPOSE 49990 04:01:39 ---> Running in c314b710fa37 04:01:39 Removing intermediate container c314b710fa37 04:01:39 ---> 4507d0be54c6 04:01:39 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:01:39 ---> Running in 1756d3403fb5 04:01:40 Removing intermediate container 1756d3403fb5 04:01:40 ---> 3f3575c15d1f 04:01:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:01:40 ---> Running in ae0e1f0aca0d 04:01:40 Removing intermediate container ae0e1f0aca0d 04:01:40 ---> 0a16f46a3e09 04:01:40 Step 21/23 : LABEL arch=amd64 04:01:40 ---> Running in a94f7165eb32 04:01:40 Removing intermediate container a94f7165eb32 04:01:40 ---> 10624337ec75 04:01:40 Step 22/23 : LABEL git_sha=92affc97e25621ac5a3617c0e5e42feb55191c77 04:01:40 ---> Running in 629967feac19 04:01:40 Removing intermediate container 629967feac19 04:01:40 ---> 133e914900f0 04:01:40 Step 23/23 : LABEL version=2.0.0-dev.50 04:01:40 ---> Running in c52fe54af3e8 04:01:41 Removing intermediate container c52fe54af3e8 04:01:41 ---> 3c212ce14aef 04:01:41 [Warning] One or more build-args [ARCH MAKE] were not consumed 04:01:41 Successfully built 3c212ce14aef 04:01: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 04:01:41 ---> job-cost.sh 04:01:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rf9g 04:01:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:02:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:02:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:02:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:02:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:02:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:02:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.209s coverage: 28.1% of statements 04:02:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.191s coverage: 78.9% of statements 04:02:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.225s coverage: 7.8% of statements 04:02:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:02:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:02:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:02:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.245s coverage: 30.2% of statements 04:02:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:02:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:02:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:02:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.305s coverage: 57.2% of statements 04:02:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.166s coverage: 6.6% of statements 04:02:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.156s coverage: 5.0% of statements 04:02:27 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:02:27 GO111MODULE=on go vet ./... 04:02:28 lf-activate-venv(): INFO: Adding /tmp/venv-rf9g/bin to PATH 04:02:28 INFO: No Stack... 04:02:28 INFO: Retrieving Pricing Info for: v1-standard-2 04:02:28 INFO: Archiving Costs [Pipeline] sh 04:02:29 + cut -d, -f6 04:02:29 + cat /w/workspace/device-sdk-go/155/archives/cost.csv [Pipeline] lock 04:02:29 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] 04:02:29 Resource [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] did not exist. Created. 04:02:29 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:02:29 + echo total: 0.029999999329447746 [Pipeline] stash 04:02:29 Stashed 1 file(s) [Pipeline] } 04:02:29 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:03:15 gofmt -l . 04:03:15 [ "`gofmt -l .`" = "" ] 04:03:15 ./bin/test-attribution-txt.sh 04:03:15 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:03:16 $ docker stop --time=1 e7ad84a3e0fe9a57e78a718e7a139a138dbc2c46c009a4d4b14e922ed0a348c8 04:03:19 $ docker rm -f e7ad84a3e0fe9a57e78a718e7a139a138dbc2c46c009a4d4b14e922ed0a348c8 [Pipeline] // withDockerContainer [Pipeline] sh 04:03:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:03:20 Warning: overwriting stash ‘coverage-report’ 04:03:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:03:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:03:22 + ls -al . 04:03:22 total 224 04:03:22 drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 04:03 . 04:03:22 drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 03:59 .. 04:03:22 -rw-rw-r-- 1 jenkins jenkins 140 Apr 27 03:59 .dockerignore 04:03:22 drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 03:59 .git 04:03:22 drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 03:59 .github 04:03:22 -rw-rw-r-- 1 jenkins jenkins 138 Apr 27 03:59 .gitignore 04:03:22 -rw-rw-r-- 1 jenkins jenkins 987 Apr 27 03:59 Dockerfile.build 04:03:22 -rw-rw-r-- 1 jenkins jenkins 901 Apr 27 03:59 Jenkinsfile 04:03:22 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 27 03:59 LICENSE 04:03:22 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 27 03:59 Makefile 04:03:22 -rw-rw-r-- 1 jenkins jenkins 7652 Apr 27 03:59 README.md 04:03:22 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 27 03:59 RELEASE-NOTES.txt 04:03:22 -rw-rw-r-- 1 jenkins jenkins 12 Apr 27 03:57 VERSION 04:03:22 drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 03:59 bin 04:03:22 -rw-r--r-- 1 jenkins jenkins 100320 Apr 27 04:02 coverage.out 04:03:22 drwxrwxr-x 5 jenkins jenkins 4096 Apr 27 03:59 example 04:03:22 -rw-r--r-- 1 jenkins jenkins 575 Apr 27 04:03 go.mod 04:03:22 -rw-r--r-- 1 jenkins jenkins 20957 Apr 27 04:03 go.sum 04:03:22 drwxrwxr-x 14 jenkins jenkins 4096 Apr 27 03:59 internal 04:03:22 drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 03:59 openapi 04:03:22 drwxrwxr-x 5 jenkins jenkins 4096 Apr 27 03:59 pkg 04:03:22 drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 03:59 snap 04:03:22 -rw-rw-r-- 1 jenkins jenkins 222 Apr 27 03:59 version.go [Pipeline] isUnix [Pipeline] sh 04:03:22 + 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=92affc97e25621ac5a3617c0e5e42feb55191c77 --label arch=arm64 --label version=2.0.0-dev.50 . 04:03:23 Sending build context to Docker daemon 2.564MB 04:03:23 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 04:03:23 Step 2/23 : FROM ${BASE} AS builder 04:03:23 ---> b4d0a225edcf 04:03:23 Step 3/23 : WORKDIR /device-sdk-go 04:03:24 ---> Running in 120966a5bb1c 04:03:24 Removing intermediate container 120966a5bb1c 04:03:24 ---> 60c2c24a3e1c 04:03:24 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:03:24 ---> Running in a858c087c994 04:03:24 Removing intermediate container a858c087c994 04:03:24 ---> 43c04087205d 04:03:24 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:03:24 ---> Running in 326336ea823d 04:03:27 Removing intermediate container 326336ea823d 04:03:27 ---> 7436a23d652a 04:03:27 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:03:27 ---> Running in 103c7bbf5a1f 04:03:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:03:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:03:29 OK: 144 MiB in 45 packages 04:03:30 Removing intermediate container 103c7bbf5a1f 04:03:30 ---> 7414060acf9e 04:03:30 Step 7/23 : COPY . . 04:03:32 ---> 8c5ae5060edf 04:03:32 Step 8/23 : RUN go mod download 04:03:32 ---> Running in 777c10648d5c 04:03:34 Removing intermediate container 777c10648d5c 04:03:34 ---> dc7238fe4028 04:03:34 Step 9/23 : RUN make build 04:03:34 ---> Running in 1484c270b3b9 04:03:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.50" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:04:14 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:04:14 Removing intermediate container 1484c270b3b9 04:04:14 ---> 27760bb23a59 04:04:14 Step 10/23 : FROM alpine:3.12 04:04:15 3.12: Pulling from library/alpine 04:04:15 d2f70382dc9a: Pulling fs layer 04:04:15 d2f70382dc9a: Verifying Checksum 04:04:15 d2f70382dc9a: Download complete 04:04:16 d2f70382dc9a: Pull complete 04:04:16 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:04:16 Status: Downloaded newer image for alpine:3.12 04:04:16 ---> 9852663dfa18 04:04:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:04:16 ---> Running in 06eeb4d0c89d 04:04:16 Removing intermediate container 06eeb4d0c89d 04:04:16 ---> d1d3ea1ed71b 04:04:16 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:16 ---> Running in 917acd232233 04:04:18 Removing intermediate container 917acd232233 04:04:18 ---> 6cdbf3665101 04:04:18 Step 13/23 : RUN apk add --update --no-cache zeromq 04:04:19 ---> Running in da63be921c72 04:04:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:04:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:04:22 (1/5) Installing libgcc (9.3.0-r2) 04:04:22 (2/5) Installing libsodium (1.0.18-r0) 04:04:22 (3/5) Installing libstdc++ (9.3.0-r2) 04:04:22 (4/5) Installing libzmq (4.3.3-r0) 04:04:22 (5/5) Installing zeromq (4.3.3-r0) 04:04:22 Executing busybox-1.31.1-r20.trigger 04:04:22 OK: 8 MiB in 19 packages 04:04:23 Removing intermediate container da63be921c72 04:04:23 ---> 3623848fb236 04:04:23 Step 14/23 : WORKDIR / 04:04:23 ---> Running in 6372bdbc395c 04:04:24 Removing intermediate container 6372bdbc395c 04:04:24 ---> b6347aafb46b 04:04:24 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:04:25 ---> 50e1bdd34ed7 04:04:25 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:04:26 ---> b6599e91f1d8 04:04:26 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:04:27 ---> 9bbaff816a78 04:04:27 Step 18/23 : EXPOSE 49990 04:04:27 ---> Running in 0d628a37e41f 04:04:27 Removing intermediate container 0d628a37e41f 04:04:27 ---> ba2b36b9dbd7 04:04:27 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:04:27 ---> Running in 208facc46914 04:04:28 Removing intermediate container 208facc46914 04:04:28 ---> c0e1e3b0d4b6 04:04:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:04:28 ---> Running in 445bfa984a13 04:04:29 Removing intermediate container 445bfa984a13 04:04:29 ---> cb7c3355ae71 04:04:29 Step 21/23 : LABEL arch=arm64 04:04:29 ---> Running in fb4f96db1f2d 04:04:29 Removing intermediate container fb4f96db1f2d 04:04:29 ---> 333b96145025 04:04:29 Step 22/23 : LABEL git_sha=92affc97e25621ac5a3617c0e5e42feb55191c77 04:04:29 ---> Running in 3bf691ef680c 04:04:30 Removing intermediate container 3bf691ef680c 04:04:30 ---> 426cfa3215e8 04:04:30 Step 23/23 : LABEL version=2.0.0-dev.50 04:04:30 ---> Running in 13e0fd5e3871 04:04:30 Removing intermediate container 13e0fd5e3871 04:04:30 ---> c994adbd350e 04:04:30 [Warning] One or more build-args [ARCH MAKE] were not consumed 04:04:30 Successfully built c994adbd350e 04:04:30 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:04:31 ---> job-cost.sh 04:04:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-z8W1 04:05:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:06:54 lf-activate-venv(): INFO: Adding /tmp/venv-z8W1/bin to PATH 04:06:54 INFO: No Stack... 04:06:55 INFO: Retrieving Pricing Info for: lf-standard-4 04:06:56 INFO: Archiving Costs [Pipeline] sh 04:06:56 + cut -d, -f6 04:06:56 + cat /w/workspace/device-sdk-go/155/archives/cost.csv [Pipeline] lock 04:06:56 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] 04:06:56 Resource [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] did not exist. Created. 04:06:56 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:06:56 /w/workspace/device-sdk-go/155@tmp/durable-79bc1619/script.sh: 1: /w/workspace/device-sdk-go/155@tmp/durable-79bc1619/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:06:57 + echo total: 0.20999999344348907 [Pipeline] stash 04:06:57 Warning: overwriting stash ‘stack-cost’ 04:06:57 Stashed 1 file(s) [Pipeline] } 04:06:57 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:06:58 provisioning config files... 04:06:58 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6498783291250332691tmp [Pipeline] { [Pipeline] sh 04:06:58 + set +x 04:06:58 + curl -s https://codecov.io/bash 04:06:58 + bash -s -- 04:06:58 04:06:58 _____ _ 04:06:58 / ____| | | 04:06:58 | | ___ __| | ___ ___ _____ __ 04:06:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:06:58 | |___| (_) | (_| | __/ (_| (_) \ V / 04:06:58 \_____\___/ \__,_|\___|\___\___/ \_/ 04:06:58 Bash-1.0.2 04:06:58 04:06:58 04:06:58 ==> git version 2.24.3 found 04:06:58 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:06:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:06:58 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:06:58 ==> Jenkins CI detected. 04:06:58 project root: . 04:06:58 --> token set from env 04:06:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:06:58 ==> Running gcov in . (disable via -X gcov) 04:06:58 ==> Python coveragepy not found 04:06:58 ==> Searching for coverage reports in: 04:06:58 + . 04:06:58 -> Found 1 reports 04:06:58 ==> Detecting git/mercurial file structure 04:06:58 ==> Reading reports 04:06:58 + ./coverage.out bytes=100320 04:06:58 ==> Appending adjustments 04:06:58 https://docs.codecov.io/docs/fixing-reports 04:06:58 + Found adjustments 04:06:59 ==> Gzipping contents 04:06:59 16K /tmp/codecov.KZ78D2.gz 04:06:59 ==> Uploading reports 04:06:59 url: https://codecov.io 04:06:59 query: branch=master&commit=92affc97e25621ac5a3617c0e5e42feb55191c77&build=155&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F155%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:06:59 -> Pinging Codecov 04:06:59 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=92affc97e25621ac5a3617c0e5e42feb55191c77&build=155&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F155%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:06:59 -> Uploading to 04:06:59 https://storage.googleapis.com/codecov/v4/raw/2021-04-27/7E55EF52A471D76F132DFD9A03CDDE97/92affc97e25621ac5a3617c0e5e42feb55191c77/37e87248-19b3-4ead-b8b4-63bbdb8b20fc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T040659Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2e87683295a680bf061814340a1f10f3508b7f8ec433413b938e77434dfafa3d 04:06:59 % Total % Received % Xferd Average Speed Time Time Time Current 04:06:59 Dload Upload Total Spent Left Speed 04:07:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13535 0 0 100 13535 0 27195 --:--:-- --:--:-- --:--:-- 27178 04:07:00 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/92affc97e25621ac5a3617c0e5e42feb55191c77 [Pipeline] } 04:07:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:07:00 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:07:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:07:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:07:01 04:07:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 04:07:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:07:01 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:07:01 188c0c94c7c5: Pulling fs layer 04:07:01 0ef7d3d256c8: Pulling fs layer 04:07:01 de9db76c5a1d: Pulling fs layer 04:07:01 0eba1c9be4d2: Pulling fs layer 04:07:01 0d57e429df01: Pulling fs layer 04:07:01 4e4be7b47b0d: Pulling fs layer 04:07:01 e1f770b5df2f: Pulling fs layer 04:07:01 85a0685a4137: Pulling fs layer 04:07:01 0eba1c9be4d2: Waiting 04:07:01 0d57e429df01: Waiting 04:07:01 4e4be7b47b0d: Waiting 04:07:01 e1f770b5df2f: Waiting 04:07:01 de9db76c5a1d: Verifying Checksum 04:07:01 de9db76c5a1d: Download complete 04:07:01 0ef7d3d256c8: Download complete 04:07:01 0d57e429df01: Download complete 04:07:01 4e4be7b47b0d: Verifying Checksum 04:07:01 4e4be7b47b0d: Download complete 04:07:01 188c0c94c7c5: Download complete 04:07:02 188c0c94c7c5: Pull complete 04:07:02 0ef7d3d256c8: Pull complete 04:07:02 de9db76c5a1d: Pull complete 04:07:03 e1f770b5df2f: Verifying Checksum 04:07:03 e1f770b5df2f: Download complete 04:07:06 0eba1c9be4d2: Download complete 04:07:06 85a0685a4137: Verifying Checksum 04:07:06 85a0685a4137: Download complete 04:07:15 0eba1c9be4d2: Pull complete 04:07:15 0d57e429df01: Pull complete 04:07:15 4e4be7b47b0d: Pull complete 04:07:16 e1f770b5df2f: Pull complete 04:07:25 85a0685a4137: Pull complete 04:07:25 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 04:07:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:07:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 04:07:25 prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container 04:07:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:07:26 $ docker top c655b9216752b88b12f8cf690652216540e1db6a12f722ee74ae8f2c91ea64fe -eo pid,comm [Pipeline] { [Pipeline] echo 04:07:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 04:07:27 + set -o pipefail 04:07:27 + snyk monitor '--org=edgex-jenkins' 04:07:37 04:07:37 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 04:07:37 04:07:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/349cba28-b147-4140-8e96-a922231c471e 04:07:37 04:07:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:07:37 04:07:37 [Pipeline] } 04:07:37 $ docker stop --time=1 c655b9216752b88b12f8cf690652216540e1db6a12f722ee74ae8f2c91ea64fe 04:07:40 $ docker rm -f c655b9216752b88b12f8cf690652216540e1db6a12f722ee74ae8f2c91ea64fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 04:07:41 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:07:41 provisioning config files... 04:07:41 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6769427801696197498tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:07:42 --> edgex-publish-swagger.sh 04:07:42 === Publish openapi/v1 API === 04:07:42 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 04:07:42 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 04:07:42 % Total % Received % Xferd Average Speed Time Time Time Current 04:07:42 Dload Upload Total Spent Left Speed 04:07:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 26341 --:--:-- --:--:-- --:--:-- 26350 100 19947 0 0 100 19947 0 26332 --:--:-- --:--:-- --:--:-- 26315 04:07:42 04:07:42 04:07:42 === Publish openapi/v2 API === 04:07:42 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 04:07:42 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 04:07:42 % Total % Received % Xferd Average Speed Time Time Time Current 04:07:42 Dload Upload Total Spent Left Speed 04:07:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 74106 --:--:-- --:--:-- --:--:-- 74182 04:07:43 04:07:43 [Pipeline] } 04:07:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:07:43 + git log --format=format:%s -1 92affc97e25621ac5a3617c0e5e42feb55191c77 [Pipeline] isUnix [Pipeline] sh 04:07:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:07:44 . [Pipeline] withDockerContainer 04:07:44 prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container 04:07:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:07:45 $ docker top 2361cba41e4ea30a5ddc82462790d0c9b73b7c0de04bb7b510306d9dbbdab450 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:07:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:07:45 [ssh-agent] Looking for ssh-agent implementation... 04:07:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:07:45 $ docker exec 2361cba41e4ea30a5ddc82462790d0c9b73b7c0de04bb7b510306d9dbbdab450 ssh-agent 04:07:46 SSH_AUTH_SOCK=/tmp/ssh-3Y05AtGlncls/agent.12 04:07:46 SSH_AGENT_PID=18 04:07:46 Running ssh-add (command line suppressed) 04:07:46 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1201313719812356344.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1201313719812356344.key) 04:07:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:07:46 + git semver tag 04:07:47 # -> Open(): unable to determine branch for HEAD 04:07:47 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:07:47 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:07:47 # $SEMVER_REMOTE_NAME = origin 04:07:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:07:47 # $SEMVER_USER_NAME = edgex-jenkins 04:07:47 # $SEMVER_BRANCH = master 04:07:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 04:07:47 # 92affc97e25621ac5a3617c0e5e42feb55191c77 HEAD 04:07:47 # -> Force: false 04:07:47 # 4a9b88f48e24a773f25481177b3b461a807e1539 refs/tags/v2.0.0-dev.50 [Pipeline] } 04:07:47 $ docker exec --env ******** --env ******** 2361cba41e4ea30a5ddc82462790d0c9b73b7c0de04bb7b510306d9dbbdab450 ssh-agent -k 04:07:47 unset SSH_AUTH_SOCK; 04:07:47 unset SSH_AGENT_PID; 04:07:47 echo Agent pid 18 killed; 04:07:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:07:47 + git semver [Pipeline] } 04:07:47 $ docker stop --time=1 2361cba41e4ea30a5ddc82462790d0c9b73b7c0de04bb7b510306d9dbbdab450 04:07:49 $ docker rm -f 2361cba41e4ea30a5ddc82462790d0c9b73b7c0de04bb7b510306d9dbbdab450 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:07:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:07:49 04:07:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:07:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:07:50 0.23.1-centos7: Pulling from edgex-lftools 04:07:50 ab5ef0e58194: Pulling fs layer 04:07:50 9712f1f96733: Pulling fs layer 04:07:50 63f879dbbcfc: Pulling fs layer 04:07:50 0d9ebad4ef96: Pulling fs layer 04:07:50 e9a5061849ea: Pulling fs layer 04:07:50 d747dcd14b5f: Pulling fs layer 04:07:50 2de7ff778b66: Pulling fs layer 04:07:50 e9a5061849ea: Waiting 04:07:50 d747dcd14b5f: Waiting 04:07:50 2de7ff778b66: Waiting 04:07:50 0d9ebad4ef96: Waiting 04:07:50 9712f1f96733: Verifying Checksum 04:07:50 9712f1f96733: Download complete 04:07:52 63f879dbbcfc: Verifying Checksum 04:07:52 63f879dbbcfc: Download complete 04:07:52 e9a5061849ea: Verifying Checksum 04:07:52 e9a5061849ea: Download complete 04:07:52 d747dcd14b5f: Download complete 04:07:52 2de7ff778b66: Verifying Checksum 04:07:52 2de7ff778b66: Download complete 04:07:52 0d9ebad4ef96: Verifying Checksum 04:07:52 0d9ebad4ef96: Download complete 04:07:52 ab5ef0e58194: Verifying Checksum 04:07:52 ab5ef0e58194: Download complete 04:07:58 ab5ef0e58194: Pull complete 04:07:58 9712f1f96733: Pull complete 04:08:00 63f879dbbcfc: Pull complete 04:08:08 0d9ebad4ef96: Pull complete 04:08:09 e9a5061849ea: Pull complete 04:08:09 d747dcd14b5f: Pull complete 04:08:12 2de7ff778b66: Pull complete 04:08:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:08:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:08:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:08:12 prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container 04:08:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:08:16 $ docker top 130a665dd9cb91cb71f22e429cd63e4691b3a2deb047b7bbf4b68b24a0abb5d9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:08:16 provisioning config files... 04:08:16 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4697684298864368843tmp 04:08:16 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config564104047633737171tmp 04:08:16 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6810421215794135600tmp [Pipeline] { [Pipeline] echo 04:08:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:08:16 ---> sigul-configuration.sh 04:08:16 gpg: directory `/root/.gnupg' created 04:08:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:08:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:08:16 gpg: keyring `/root/.gnupg/secring.gpg' created 04:08:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:08:16 gpg: CAST5 encrypted data 04:08:17 gpg: encrypted with 1 passphrase 04:08:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:08:17 + mkdir /home/jenkins 04:08:17 + mkdir /home/jenkins/sigul [Pipeline] sh 04:08:17 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 04:08:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:08:18 ---> sigul-install.sh 04:08:28 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:08:28 + git tag --list 04:08:28 0.7.1 04:08:28 delhi-tag 04:08:28 v1.0.0 04:08:28 v1.1.0 04:08:28 v1.1.1 04:08:28 v1.1.2 04:08:28 v1.2.0 04:08:28 v1.2.1 04:08:28 v1.2.2 04:08:28 v1.2.3 04:08:28 v1.3.0 04:08:28 v1.4.0 04:08:28 v2.0.0-dev.1 04:08:28 v2.0.0-dev.10 04:08:28 v2.0.0-dev.11 04:08:28 v2.0.0-dev.12 04:08:28 v2.0.0-dev.13 04:08:28 v2.0.0-dev.14 04:08:28 v2.0.0-dev.15 04:08:28 v2.0.0-dev.16 04:08:28 v2.0.0-dev.17 04:08:28 v2.0.0-dev.18 04:08:28 v2.0.0-dev.19 04:08:28 v2.0.0-dev.2 04:08:28 v2.0.0-dev.20 04:08:28 v2.0.0-dev.21 04:08:28 v2.0.0-dev.22 04:08:28 v2.0.0-dev.23 04:08:28 v2.0.0-dev.24 04:08:28 v2.0.0-dev.25 04:08:28 v2.0.0-dev.26 04:08:28 v2.0.0-dev.27 04:08:28 v2.0.0-dev.28 04:08:28 v2.0.0-dev.29 04:08:28 v2.0.0-dev.3 04:08:28 v2.0.0-dev.30 04:08:28 v2.0.0-dev.31 04:08:28 v2.0.0-dev.32 04:08:28 v2.0.0-dev.33 04:08:28 v2.0.0-dev.34 04:08:28 v2.0.0-dev.35 04:08:28 v2.0.0-dev.36 04:08:28 v2.0.0-dev.37 04:08:28 v2.0.0-dev.38 04:08:28 v2.0.0-dev.39 04:08:28 v2.0.0-dev.4 04:08:28 v2.0.0-dev.40 04:08:28 v2.0.0-dev.41 04:08:28 v2.0.0-dev.42 04:08:28 v2.0.0-dev.43 04:08:28 v2.0.0-dev.44 04:08:28 v2.0.0-dev.45 04:08:28 v2.0.0-dev.46 04:08:28 v2.0.0-dev.47 04:08:28 v2.0.0-dev.48 04:08:28 v2.0.0-dev.49 04:08:28 v2.0.0-dev.5 04:08:28 v2.0.0-dev.50 04:08:28 v2.0.0-dev.6 04:08:28 v2.0.0-dev.7 04:08:28 v2.0.0-dev.8 04:08:28 v2.0.0-dev.9 [Pipeline] sh 04:08:28 + lftools sign git-tag v2.0.0-dev.50 04:08:30 Signing Git tag with Sigul... 04:08:30 Signing v2.0.0-dev.50 [Pipeline] echo 04:08:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:08:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:08:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:08:31 $ docker stop --time=1 130a665dd9cb91cb71f22e429cd63e4691b3a2deb047b7bbf4b68b24a0abb5d9 04:08:33 $ docker rm -f 130a665dd9cb91cb71f22e429cd63e4691b3a2deb047b7bbf4b68b24a0abb5d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:08:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:08:34 . [Pipeline] withDockerContainer 04:08:34 prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container 04:08:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:08:35 $ docker top 40b672b978893672486ac85149cb5e7124dbde579b10bf372f06f55b06dc46f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:08:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:35 [ssh-agent] Looking for ssh-agent implementation... 04:08:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:36 $ docker exec 40b672b978893672486ac85149cb5e7124dbde579b10bf372f06f55b06dc46f1 ssh-agent 04:08:36 SSH_AUTH_SOCK=/tmp/ssh-q3gQ5XBeXNrF/agent.11 04:08:36 SSH_AGENT_PID=17 04:08:36 Running ssh-add (command line suppressed) 04:08:36 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1940327906423311219.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1940327906423311219.key) 04:08:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:36 + git semver bump pre 04:08:36 # -> Open(): unable to determine branch for HEAD 04:08:36 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:08:36 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:08:36 # $SEMVER_REMOTE_NAME = origin 04:08:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:08:36 # $SEMVER_USER_NAME = edgex-jenkins 04:08:36 # $SEMVER_BRANCH = master 04:08:36 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 04:08:36 2.0.0-dev.51 [Pipeline] } 04:08:36 $ docker exec --env ******** --env ******** 40b672b978893672486ac85149cb5e7124dbde579b10bf372f06f55b06dc46f1 ssh-agent -k 04:08:36 unset SSH_AUTH_SOCK; 04:08:36 unset SSH_AGENT_PID; 04:08:36 echo Agent pid 17 killed; 04:08:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:08:37 + git semver [Pipeline] } 04:08:37 $ docker stop --time=1 40b672b978893672486ac85149cb5e7124dbde579b10bf372f06f55b06dc46f1 04:08:38 $ docker rm -f 40b672b978893672486ac85149cb5e7124dbde579b10bf372f06f55b06dc46f1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:08:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:08:39 . [Pipeline] withDockerContainer 04:08:39 prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container 04:08:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:08:40 $ docker top 3d4400470a170b452b7be59cc4eb61b5fd992c93c9fbe0294212253226643e11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:08:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:40 [ssh-agent] Looking for ssh-agent implementation... 04:08:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:40 $ docker exec 3d4400470a170b452b7be59cc4eb61b5fd992c93c9fbe0294212253226643e11 ssh-agent 04:08:41 SSH_AUTH_SOCK=/tmp/ssh-L8tbg3TjvbQc/agent.11 04:08:41 SSH_AGENT_PID=16 04:08:41 Running ssh-add (command line suppressed) 04:08:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7596586812793800567.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7596586812793800567.key) 04:08:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:41 + git semver push 04:08:41 # -> Open(): unable to determine branch for HEAD 04:08:41 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:08:41 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:08:41 # $SEMVER_REMOTE_NAME = origin 04:08:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:08:41 # $SEMVER_USER_NAME = edgex-jenkins 04:08:41 # $SEMVER_BRANCH = master 04:08:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 04:08:47 $ docker exec --env ******** --env ******** 3d4400470a170b452b7be59cc4eb61b5fd992c93c9fbe0294212253226643e11 ssh-agent -k 04:08:47 unset SSH_AUTH_SOCK; 04:08:47 unset SSH_AGENT_PID; 04:08:47 echo Agent pid 16 killed; 04:08:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:08:47 + git semver [Pipeline] } 04:08:47 $ docker stop --time=1 3d4400470a170b452b7be59cc4eb61b5fd992c93c9fbe0294212253226643e11 04:08:49 $ docker rm -f 3d4400470a170b452b7be59cc4eb61b5fd992c93c9fbe0294212253226643e11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:08:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:08:50 ---> package-listing.sh 04:08:50 ++ facter osfamily 04:08:50 ++ tr '[:upper:]' '[:lower:]' 04:08:50 + OS_FAMILY=redhat 04:08:50 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 04:08:50 + START_PACKAGES=/tmp/packages_start.txt 04:08:50 + END_PACKAGES=/tmp/packages_end.txt 04:08:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:08:50 + PACKAGES=/tmp/packages_start.txt 04:08:50 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 04:08:50 + PACKAGES=/tmp/packages_end.txt 04:08:50 + case "${OS_FAMILY}" in 04:08:50 + rpm -qa 04:08:50 + sort 04:08:55 + '[' -f /tmp/packages_start.txt ']' 04:08:55 + '[' -f /tmp/packages_end.txt ']' 04:08:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:08:55 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 04:08:55 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 04:08:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 04:08:55 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:08:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:08:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:08:56 04:08:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:08:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:08:57 alpine: Pulling from edgex-lftools-log-publisher 04:08:57 df20fa9351a1: Pulling fs layer 04:08:57 36b3adc4ff6f: Pulling fs layer 04:08:57 8ad3a11d3b57: Pulling fs layer 04:08:57 46f8f816bc3b: Pulling fs layer 04:08:57 93b61091891f: Pulling fs layer 04:08:57 93b9cdb0e59b: Pulling fs layer 04:08:57 5e14af77c1be: Pulling fs layer 04:08:57 01666e4c0597: Pulling fs layer 04:08:57 aa168da1d23b: Pulling fs layer 04:08:57 93b9cdb0e59b: Waiting 04:08:57 01666e4c0597: Waiting 04:08:57 aa168da1d23b: Waiting 04:08:57 5e14af77c1be: Waiting 04:08:57 46f8f816bc3b: Waiting 04:08:57 93b61091891f: Waiting 04:08:57 36b3adc4ff6f: Download complete 04:08:57 46f8f816bc3b: Download complete 04:08:57 df20fa9351a1: Verifying Checksum 04:08:57 df20fa9351a1: Download complete 04:08:57 93b9cdb0e59b: Verifying Checksum 04:08:57 93b9cdb0e59b: Download complete 04:08:57 93b61091891f: Verifying Checksum 04:08:57 93b61091891f: Download complete 04:08:57 5e14af77c1be: Download complete 04:08:57 01666e4c0597: Verifying Checksum 04:08:57 01666e4c0597: Download complete 04:08:57 df20fa9351a1: Pull complete 04:08:57 8ad3a11d3b57: Verifying Checksum 04:08:57 8ad3a11d3b57: Download complete 04:08:57 36b3adc4ff6f: Pull complete 04:08:59 8ad3a11d3b57: Pull complete 04:08:59 46f8f816bc3b: Pull complete 04:08:59 aa168da1d23b: Verifying Checksum 04:08:59 aa168da1d23b: Download complete 04:09:00 93b61091891f: Pull complete 04:09:00 93b9cdb0e59b: Pull complete 04:09:00 5e14af77c1be: Pull complete 04:09:00 01666e4c0597: Pull complete 04:09:08 aa168da1d23b: Pull complete 04:09:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:09:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:09:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:09:09 prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container 04:09:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:09:12 $ docker top 737d9539dc010d2876baa2edc90d3cd84e709851ec735dd0c7f13a50dbe23b0a -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:12 + touch /tmp/pre-build-complete [Pipeline] sh 04:09:13 + mkdir -p /var/log/sa [Pipeline] sh 04:09:13 + ls /var/log/sa-host 04:09:13 + sadf -c /var/log/sa-host/sa23 04:09:13 file_magic: OK 04:09:13 HZ: Using current value: 100 04:09:13 file_header: OK 04:09:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:09:13 Statistics: 04:09:13 Hnuu...uuuununununu... 04:09:13 File successfully converted to sysstat format version 12.2.1 04:09:13 + sadf -c /var/log/sa-host/sa27 04:09:13 file_magic: OK 04:09:13 HZ: Using current value: 100 04:09:13 file_header: OK 04:09:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:09:13 Statistics: 04:09:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:09:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:09:13 provisioning config files... 04:09:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2503632840628675797tmp [Pipeline] { [Pipeline] echo 04:09:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:09:14 ---> create-netrc.sh [Pipeline] } 04:09:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:09:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:09:14 ---> python-tools-install.sh [Pipeline] echo 04:09:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:09:15 ---> sudo-logs.sh 04:09:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:09:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:09:15 ---> job-cost.sh 04:09:15 lf-activate-venv: SKIPPING 04:09:15 DEBUG: total: 0.20999999344348907 04:09:15 INFO: Retrieving Stack Cost... 04:09:16 INFO: Retrieving Pricing Info for: v1-standard-2 04:09:17 INFO: Archiving Costs [Pipeline] echo 04:09:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:09:17 ---> logs-deploy.sh 04:09:17 lf-activate-venv: SKIPPING 04:09:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/155 04:09:17 INFO: archiving workspace using pattern(s): 04:09:19 Archives upload complete. 04:09:19 INFO: archiving logs to Nexus 04:09:20 ---> uname -a: 04:09:20 Linux prd-centos7-docker-4c-2g-1968.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:09:20 04:09:20 04:09:20 ---> lscpu: 04:09:20 Architecture: x86_64 04:09:20 CPU op-mode(s): 32-bit, 64-bit 04:09:20 Byte Order: Little Endian 04:09:20 Address sizes: 40 bits physical, 48 bits virtual 04:09:20 CPU(s): 4 04:09:20 On-line CPU(s) list: 0-3 04:09:20 Thread(s) per core: 1 04:09:20 Core(s) per socket: 1 04:09:20 Socket(s): 4 04:09:20 NUMA node(s): 1 04:09:20 Vendor ID: GenuineIntel 04:09:20 CPU family: 6 04:09:20 Model: 44 04:09:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:09:20 Stepping: 1 04:09:20 CPU MHz: 2933.436 04:09:20 BogoMIPS: 5866.87 04:09:20 Virtualization: VT-x 04:09:20 Hypervisor vendor: KVM 04:09:20 Virtualization type: full 04:09:20 L1d cache: 128 KiB 04:09:20 L1i cache: 128 KiB 04:09:20 L2 cache: 16 MiB 04:09:20 L3 cache: 64 MiB 04:09:20 NUMA node0 CPU(s): 0-3 04:09:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:09:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:09:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:09:20 Vulnerability Meltdown: Mitigation; PTI 04:09:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:09:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:09:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:09:20 Vulnerability Srbds: Not affected 04:09:20 Vulnerability Tsx async abort: Not affected 04:09:20 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 04:09:20 04:09:20 04:09:20 ---> nproc: 04:09:20 4 04:09:20 04:09:20 04:09:20 ---> df -h: 04:09:20 Filesystem Size Used Available Use% Mounted on 04:09:20 overlay 50.0G 8.5G 41.4G 17% / 04:09:20 tmpfs 64.0M 0 64.0M 0% /dev 04:09:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:09:20 shm 64.0M 0 64.0M 0% /dev/shm 04:09:20 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 04:09:20 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 04:09:20 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 04:09:20 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 04:09:20 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 04:09:20 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 04:09:20 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 04:09:20 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 04:09:20 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 04:09:20 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 04:09:20 04:09:20 04:09:20 ---> free -m: 04:09:20 total used free shared buff/cache available 04:09:20 Mem: 1837 819 152 0 865 953 04:09:20 Swap: 1023 3 1020 04:09:20 04:09:20 04:09:20 ---> ip addr: 04:09:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:09:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:09:20 inet 127.0.0.1/8 scope host lo 04:09:20 valid_lft forever preferred_lft forever 04:09:20 inet6 ::1/128 scope host 04:09:20 valid_lft forever preferred_lft forever 04:09:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:09:20 link/ether fa:16:3e:c5:bb:5f brd ff:ff:ff:ff:ff:ff 04:09:20 inet 10.30.123.182/23 brd 10.30.123.255 scope global dynamic eth0 04:09:20 valid_lft 85619sec preferred_lft 85619sec 04:09:20 inet6 fe80::f816:3eff:fec5:bb5f/64 scope link 04:09:20 valid_lft forever preferred_lft forever 04:09:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:09:20 link/ether 02:42:2a:7c:09:8c brd ff:ff:ff:ff:ff:ff 04:09:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:09:20 valid_lft forever preferred_lft forever 04:09:20 inet6 fe80::42:2aff:fe7c:98c/64 scope link 04:09:20 valid_lft forever preferred_lft forever 04:09:20 04:09:20 04:09:20 ---> sar -b -r -n DEV: 04:09:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 04:09:20 04:09:20 03:56:06 LINUX RESTART (4 CPU) 04:09:20 04:09:20 03:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:09:20 03:58:01 48.47 11.58 36.89 0.00 4506.62 2705.49 0.00 04:09:20 03:59:01 0.68 0.00 0.68 0.00 0.00 11.22 0.00 04:09:20 04:00:01 0.22 0.00 0.22 0.00 0.00 2.43 0.00 04:09:20 04:01:01 0.43 0.02 0.42 0.00 0.13 5.81 0.00 04:09:20 04:02:01 0.37 0.08 0.28 0.00 1.60 5.17 0.00 04:09:20 04:03:01 0.33 0.00 0.33 0.00 0.00 4.33 0.00 04:09:20 04:04:01 0.28 0.00 0.28 0.00 0.00 3.80 0.00 04:09:20 04:05:01 0.25 0.00 0.25 0.00 0.00 3.52 0.00 04:09:20 04:06:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 04:09:20 04:07:01 0.35 0.08 0.27 0.00 7.32 6.56 0.00 04:09:20 04:08:01 383.28 196.31 186.98 0.00 9349.83 56028.71 0.00 04:09:20 04:09:01 216.90 108.05 108.85 0.00 7489.77 21106.12 0.00 04:09:20 Average: 54.43 26.40 28.03 0.00 1783.14 6670.70 0.00 04:09:20 04:09:20 03:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:09:20 03:58:01 157556 0 618628 32.88 2620 1102740 1106308 37.76 460716 1063928 12 04:09:20 03:59:01 157588 0 618584 32.88 2620 1102752 1105984 37.75 463328 1061284 8 04:09:20 04:00:01 160984 0 615184 32.70 2620 1102756 1084036 37.00 467396 1054052 8 04:09:20 04:01:01 158528 0 617636 32.83 2620 1102760 1078592 36.81 471568 1052732 16 04:09:20 04:02:01 158512 0 617528 32.82 2620 1102884 1049748 35.83 468752 1056132 16 04:09:20 04:03:01 157960 0 618072 32.85 2620 1102892 1049820 35.83 469092 1056132 16 04:09:20 04:04:01 159612 0 616420 32.76 2620 1102892 1049592 35.82 467780 1056132 16 04:09:20 04:05:01 158476 0 617548 32.82 2620 1102900 1049860 35.83 469008 1056132 16 04:09:20 04:06:01 159500 0 616520 32.77 2620 1102904 1049656 35.82 468052 1056132 8 04:09:20 04:07:01 154940 0 620736 32.99 2620 1103248 1051364 35.88 471832 1055704 0 04:09:20 04:08:01 68848 0 760844 40.44 2164 1049688 1485160 50.69 628580 913352 55476 04:09:20 04:09:01 73152 0 820904 43.63 1492 985996 1501112 51.23 632096 839136 64712 04:09:20 Average: 143805 0 646550 34.36 2488 1088701 1138436 38.85 494850 1026737 10025 04:09:20 04:09:20 03:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:09:20 03:58:01 eth0 129.60 98.92 481.23 51.69 0.00 0.00 0.00 0.00 04:09:20 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 03:58:01 docker0 6.97 5.39 1.49 25.88 0.00 0.00 0.00 0.00 04:09:20 03:59:01 eth0 2.53 0.77 0.73 0.44 0.00 0.00 0.00 0.00 04:09:20 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:00:01 eth0 1.48 0.70 0.58 0.40 0.00 0.00 0.00 0.00 04:09:20 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:01:01 eth0 1.86 0.47 0.38 0.22 0.00 0.00 0.00 0.00 04:09:20 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:02:01 eth0 1.25 0.45 0.44 0.27 0.00 0.00 0.00 0.00 04:09:20 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:03:01 eth0 0.73 0.42 0.30 0.17 0.00 0.00 0.00 0.00 04:09:20 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:04:01 eth0 0.62 0.10 0.06 0.04 0.00 0.00 0.00 0.00 04:09:20 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:05:01 eth0 0.56 0.37 0.28 0.21 0.00 0.00 0.00 0.00 04:09:20 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:09:20 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:07:01 eth0 7.08 4.63 6.66 2.47 0.00 0.00 0.00 0.00 04:09:20 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:08:01 eth0 862.43 728.54 7662.52 108.06 0.00 0.00 0.00 0.00 04:09:20 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:08:01 docker0 63.84 68.58 5.19 379.84 0.00 0.00 0.00 0.00 04:09:20 04:09:01 eth0 343.85 240.38 2471.42 75.55 0.00 0.00 0.00 0.00 04:09:20 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 04:09:01 docker0 43.74 75.67 2.53 247.31 0.00 0.00 0.00 0.00 04:09:20 Average: eth0 112.90 89.83 887.17 20.00 0.00 0.00 0.00 0.00 04:09:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:09:20 Average: docker0 9.57 12.50 0.77 54.53 0.00 0.00 0.00 0.00 04:09:20 04:09:20 04:09:20 ---> sar -P ALL: 04:09:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 04:09:20 04:09:20 03:56:06 LINUX RESTART (4 CPU) 04:09:20 04:09:20 03:57:01 CPU %user %nice %system %iowait %steal %idle 04:09:20 03:58:01 all 4.47 0.00 2.99 1.49 1.64 89.41 04:09:20 03:58:01 0 4.44 0.00 2.82 1.37 1.79 89.58 04:09:20 03:58:01 1 4.20 0.00 2.92 0.92 1.62 90.35 04:09:20 03:58:01 2 4.54 0.00 3.21 3.02 1.55 87.67 04:09:20 03:58:01 3 4.68 0.00 3.02 0.63 1.62 90.04 04:09:20 03:59:01 all 0.13 0.00 0.05 0.00 0.12 99.70 04:09:20 03:59:01 0 0.03 0.00 0.03 0.00 0.05 99.88 04:09:20 03:59:01 1 0.02 0.00 0.03 0.00 0.07 99.88 04:09:20 03:59:01 2 0.42 0.00 0.08 0.00 0.15 99.35 04:09:20 03:59:01 3 0.05 0.00 0.07 0.00 0.20 99.68 04:09:20 04:00:01 all 0.16 0.00 0.05 0.00 0.17 99.62 04:09:20 04:00:01 0 0.08 0.00 0.08 0.00 0.05 99.78 04:09:20 04:00:01 1 0.05 0.00 0.05 0.00 0.27 99.63 04:09:20 04:00:01 2 0.47 0.00 0.03 0.00 0.13 99.37 04:09:20 04:00:01 3 0.03 0.00 0.05 0.00 0.22 99.70 04:09:20 04:01:01 all 0.14 0.00 0.05 0.00 0.23 99.58 04:09:20 04:01:01 0 0.05 0.00 0.05 0.00 0.12 99.78 04:09:20 04:01:01 1 0.07 0.00 0.08 0.00 0.32 99.53 04:09:20 04:01:01 2 0.43 0.00 0.03 0.00 0.22 99.32 04:09:20 04:01:01 3 0.02 0.00 0.05 0.00 0.27 99.67 04:09:20 04:02:01 all 0.17 0.00 0.21 0.00 0.30 99.32 04:09:20 04:02:01 0 0.03 0.00 0.08 0.00 0.28 99.60 04:09:20 04:02:01 1 0.40 0.00 0.15 0.00 0.28 99.17 04:09:20 04:02:01 2 0.05 0.00 0.25 0.00 0.25 99.45 04:09:20 04:02:01 3 0.22 0.00 0.35 0.02 0.37 99.05 04:09:20 04:03:01 all 0.15 0.00 0.05 0.00 0.25 99.56 04:09:20 04:03:01 0 0.42 0.00 0.03 0.00 0.27 99.29 04:09:20 04:03:01 1 0.03 0.00 0.07 0.00 0.08 99.82 04:09:20 04:03:01 2 0.10 0.00 0.05 0.00 0.23 99.62 04:09:20 04:03:01 3 0.03 0.00 0.03 0.00 0.43 99.50 04:09:20 04:04:01 all 0.13 0.00 0.04 0.00 0.10 99.73 04:09:20 04:04:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:09:20 04:04:01 1 0.00 0.00 0.02 0.00 0.05 99.93 04:09:20 04:04:01 2 0.45 0.00 0.03 0.00 0.12 99.40 04:09:20 04:04:01 3 0.07 0.00 0.08 0.00 0.20 99.65 04:09:20 04:05:01 all 0.16 0.00 0.03 0.00 0.09 99.73 04:09:20 04:05:01 0 0.02 0.00 0.02 0.00 0.05 99.92 04:09:20 04:05:01 1 0.02 0.00 0.00 0.00 0.05 99.93 04:09:20 04:05:01 2 0.52 0.00 0.02 0.00 0.07 99.39 04:09:20 04:05:01 3 0.07 0.00 0.07 0.00 0.19 99.68 04:09:20 04:06:01 all 0.13 0.00 0.07 0.00 0.20 99.60 04:09:20 04:06:01 0 0.03 0.00 0.05 0.00 0.08 99.83 04:09:20 04:06:01 1 0.03 0.00 0.07 0.00 0.15 99.75 04:09:20 04:06:01 2 0.43 0.00 0.08 0.00 0.33 99.15 04:09:20 04:06:01 3 0.03 0.00 0.07 0.00 0.23 99.67 04:09:20 04:07:01 all 0.46 0.00 0.39 0.00 0.06 99.08 04:09:20 04:07:01 0 0.37 0.00 0.32 0.02 0.05 99.25 04:09:20 04:07:01 1 0.40 0.00 0.35 0.00 0.08 99.17 04:09:20 04:07:01 2 0.70 0.00 0.27 0.00 0.05 98.98 04:09:20 04:07:01 3 0.38 0.00 0.63 0.00 0.05 98.93 04:09:20 04:08:01 all 16.27 0.00 12.18 4.06 6.62 60.86 04:09:20 04:08:01 0 14.83 0.00 11.76 3.42 6.80 63.19 04:09:20 04:08:01 1 16.85 0.00 11.81 5.30 6.60 59.45 04:09:20 04:08:01 2 17.31 0.00 13.17 4.26 6.52 58.74 04:09:20 04:08:01 3 16.08 0.00 12.00 3.25 6.56 62.11 04:09:20 04:09:20 04:08:01 CPU %user %nice %system %iowait %steal %idle 04:09:20 04:09:01 all 10.59 0.00 8.37 3.64 1.29 76.11 04:09:20 04:09:01 0 8.71 0.00 7.45 2.48 1.57 79.79 04:09:20 04:09:01 1 9.98 0.00 8.50 6.24 1.32 73.96 04:09:20 04:09:01 2 13.84 0.00 8.71 0.91 1.14 75.41 04:09:20 04:09:01 3 9.85 0.00 8.82 4.93 1.13 75.27 04:09:20 Average: all 2.69 0.00 2.00 0.75 0.91 93.65 04:09:20 Average: 0 2.37 0.00 1.85 0.59 0.91 94.28 04:09:20 Average: 1 2.62 0.00 1.97 1.02 0.89 93.50 04:09:20 Average: 2 3.21 0.00 2.12 0.67 0.88 93.11 04:09:20 Average: 3 2.57 0.00 2.06 0.72 0.94 93.71 04:09:20 04:09:20 04:09:20