Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31440 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 Commit message: "Merge pull request #833 from lenny-intel/custom-confg" > git rev-list --no-walk e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:06:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:06:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:06:21 ========================================================= 21:06:21 EdgeX Global Pipelines Version Info 21:06:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:06:24 ------------------- 21:06:24 stable info: 21:06:24 ------------------- 21:06:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:06:24 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:06:24 Message: update stable to v1.0.186 21:06:25 ------------------- 21:06:25 experimental info: 21:06:25 ------------------- 21:06:25 Commited By: **** collab-it+edgex@linuxfoundation.org 21:06:25 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 21:06:25 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:06:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 21:06:25 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 21:06:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:06:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:06:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:06:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:06:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:06:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:06:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 21:06:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:06:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:06:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:06:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:06:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:06:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:06:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:06:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:06:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:06:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:06:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 [Pipeline] echo 21:06:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b0d3038 [Pipeline] echo 21:06:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:06:29 provisioning config files... 21:06:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config701284638183912674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:06:29 ---> docker-login.sh 21:06:29 nexus3.edgexfoundry.org:10001 21:06:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:31 Configure a credential helper to remove this warning. See 21:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:31 21:06:31 Login Succeeded 21:06:31 nexus3.edgexfoundry.org:10002 21:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:31 Configure a credential helper to remove this warning. See 21:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:31 21:06:31 Login Succeeded 21:06:31 nexus3.edgexfoundry.org:10003 21:06:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:32 Configure a credential helper to remove this warning. See 21:06:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:32 21:06:32 Login Succeeded 21:06:32 nexus3.edgexfoundry.org:10004 21:06:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:32 Configure a credential helper to remove this warning. See 21:06:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:32 21:06:32 Login Succeeded 21:06:32 docker.io 21:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:33 Configure a credential helper to remove this warning. See 21:06:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:33 21:06:33 Login Succeeded 21:06:33 ---> docker-login.sh ends [Pipeline] } 21:06:33 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 21:06:34 + git log --format=format:%s -1 b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 [Pipeline] echo 21:06:34 GIT_COMMIT: b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79, Commit Message: Merge pull request #833 from lenny-intel/custom-confg [Pipeline] echo 21:06:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:06:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:35 21:06:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:06:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:35 latest: Pulling from edgex-devops/git-semver 21:06:35 31603596830f: Pulling fs layer 21:06:35 2a8b12db71e7: Pulling fs layer 21:06:35 6ca5941a6612: Pulling fs layer 21:06:35 ecc8261a40a4: Pulling fs layer 21:06:35 ecc8261a40a4: Waiting 21:06:35 2a8b12db71e7: Verifying Checksum 21:06:35 2a8b12db71e7: Download complete 21:06:36 ecc8261a40a4: Verifying Checksum 21:06:36 ecc8261a40a4: Download complete 21:06:36 31603596830f: Verifying Checksum 21:06:36 31603596830f: Download complete 21:06:36 6ca5941a6612: Verifying Checksum 21:06:36 6ca5941a6612: Download complete 21:06:37 31603596830f: Pull complete 21:06:38 2a8b12db71e7: Pull complete 21:06:41 6ca5941a6612: Pull complete 21:06:42 ecc8261a40a4: Pull complete 21:06:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:06:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:06:43 prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container 21:06:43 $ 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 21:06:47 $ docker top 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:06:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:06:47 [ssh-agent] Looking for ssh-agent implementation... 21:06:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:06:49 $ docker exec 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 ssh-agent 21:06:50 SSH_AUTH_SOCK=/tmp/ssh-GqdclRiomh05/agent.11 21:06:50 SSH_AGENT_PID=16 21:06:50 Running ssh-add (command line suppressed) 21:06:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2739400255023655137.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2739400255023655137.key) 21:06:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:06:52 + git tag --points-at HEAD [Pipeline] } 21:06:52 $ docker exec --env ******** --env ******** 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 ssh-agent -k 21:06:52 unset SSH_AUTH_SOCK; 21:06:52 unset SSH_AGENT_PID; 21:06:52 echo Agent pid 16 killed; 21:06:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:06:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:06:53 [ssh-agent] Looking for ssh-agent implementation... 21:06:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:06:53 $ docker exec 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 ssh-agent 21:06:54 SSH_AUTH_SOCK=/tmp/ssh-unfDoFNtO4Gq/agent.45 21:06:54 SSH_AGENT_PID=50 21:06:54 Running ssh-add (command line suppressed) 21:06:54 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_179600490162374668.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_179600490162374668.key) 21:06:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:06:55 + git semver init 21:06:55 # -> Open(): unable to determine branch for HEAD 21:06:55 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 21:06:55 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 21:06:55 # $SEMVER_REMOTE_NAME = origin 21:06:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:06:55 # $SEMVER_USER_NAME = edgex-jenkins 21:06:55 # $SEMVER_BRANCH = master 21:06:55 # $SEMVER_TEMP = /tmp/semver-849115596 21:06:55 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 21:06:56 # '/tmp/semver-849115596' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 21:06:56 # -> Force: false 21:06:56 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 21:06:56 $ docker exec --env ******** --env ******** 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 ssh-agent -k 21:06:57 unset SSH_AUTH_SOCK; 21:06:57 unset SSH_AGENT_PID; 21:06:57 echo Agent pid 50 killed; 21:06:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:06:59 + git semver [Pipeline] } 21:06:59 $ docker stop --time=1 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 21:07:02 $ docker rm -f 88b6c80902238563c5e293c0de5bfb60e566d3d697be98d2b7d745809c401770 [Pipeline] // withDockerContainer [Pipeline] sh 21:07:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:07:04 Stashed 1 file(s) [Pipeline] echo 21:07:04 [edgeXSemver]: initialized semver on version 2.0.0-dev.28 [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 21:07:19 Still waiting to schedule task 21:07:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:07:19 Still waiting to schedule task 21:07:19 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:09:43 Running on prd-centos7-docker-4c-2g-31446 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 21:09:43 Running in /w/workspace/device-sdk-go/133 [Pipeline] { [Pipeline] checkout 21:09:52 using credential edgex-jenkins-ssh 21:09:52 Cloning the remote Git repository 21:09:52 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 21:09:52 > git init /w/workspace/device-sdk-go/133 # timeout=10 21:09:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 21:09:52 > git --version # timeout=10 21:09:52 > git --version # 'git version 2.24.3' 21:09:52 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:53 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 21:09:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:54 Checking out Revision b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 (master) 21:09:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 21:09:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 21:09:54 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:09:54 > git config core.sparsecheckout # timeout=10 21:09:54 > git checkout -f b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 21:09:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31449 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 21:09:57 Running in /w/workspace/device-sdk-go/133 [Pipeline] { [Pipeline] checkout 21:09:59 Commit message: "Merge pull request #833 from lenny-intel/custom-confg" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:10:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:10:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:10:02 using credential edgex-jenkins-ssh 21:10:02 Cloning the remote Git repository 21:10:02 + sudo service docker restart 21:10:02 + true 21:10:02 Redirecting to /bin/systemctl restart docker.service 21:10:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 21:10:02 > git init /w/workspace/device-sdk-go/133 # timeout=10 21:10:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 21:10:02 > git --version # timeout=10 21:10:02 > git --version # 'git version 2.17.1' 21:10:02 using GIT_SSH to set credentials SSH Credentials for GitHub 21:10:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:10:05 provisioning config files... 21:10:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/133@tmp/config5448340829136613456tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:10:06 ---> docker-login.sh 21:10:06 nexus3.edgexfoundry.org:10001 21:10:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 21:10:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:10:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 21:10:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 21:10:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:10:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:10:06 Checking out Revision b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 (master) 21:10:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:07 Configure a credential helper to remove this warning. See 21:10:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:07 21:10:07 Login Succeeded 21:10:07 nexus3.edgexfoundry.org:10002 21:10:06 > git config core.sparsecheckout # timeout=10 21:10:06 > git checkout -f b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 21:10:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:07 Configure a credential helper to remove this warning. See 21:10:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:07 21:10:07 Login Succeeded 21:10:07 nexus3.edgexfoundry.org:10003 21:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:08 Configure a credential helper to remove this warning. See 21:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:08 21:10:08 Login Succeeded 21:10:08 nexus3.edgexfoundry.org:10004 21:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:08 Configure a credential helper to remove this warning. See 21:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:08 21:10:08 Login Succeeded 21:10:08 docker.io 21:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:09 Configure a credential helper to remove this warning. See 21:10:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:09 21:10:09 Login Succeeded 21:10:09 ---> docker-login.sh ends [Pipeline] } 21:10:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:10:09 ========================================================= 21:10:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:10:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:10:10 + 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 . 21:10:10 Commit message: "Merge pull request #833 from lenny-intel/custom-confg" 21:10:10 Sending build context to Docker daemon 2.294MB 21:10:10 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:10:10 Step 2/8 : FROM ${BASE} 21:10:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:10:10 188c0c94c7c5: Pulling fs layer 21:10:10 0ef7d3d256c8: Pulling fs layer 21:10:10 de9db76c5a1d: Pulling fs layer 21:10:10 bca2f99d35d6: Pulling fs layer 21:10:10 93359f2a8cfa: Pulling fs layer 21:10:10 7c6f9722023f: Pulling fs layer 21:10:10 a35cf1a2eb13: Pulling fs layer 21:10:10 bca2f99d35d6: Waiting 21:10:10 93359f2a8cfa: Waiting 21:10:10 7c6f9722023f: Waiting 21:10:10 a35cf1a2eb13: Waiting [Pipeline] withEnv [Pipeline] { 21:10:11 de9db76c5a1d: Verifying Checksum 21:10:11 de9db76c5a1d: Download complete 21:10:11 0ef7d3d256c8: Download complete 21:10:11 93359f2a8cfa: Verifying Checksum 21:10:11 93359f2a8cfa: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:10:11 7c6f9722023f: Verifying Checksum 21:10:11 7c6f9722023f: Download complete 21:10:11 188c0c94c7c5: Verifying Checksum 21:10:11 188c0c94c7c5: Download complete 21:10:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:10:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:10:12 188c0c94c7c5: Pull complete 21:10:13 + true 21:10:13 + sudo service docker restart 21:10:13 0ef7d3d256c8: Pull complete 21:10:13 de9db76c5a1d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:10:15 provisioning config files... 21:10:15 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/133@tmp/config3261379856776111384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:10:15 a35cf1a2eb13: Verifying Checksum 21:10:15 a35cf1a2eb13: Download complete 21:10:15 ---> docker-login.sh 21:10:15 nexus3.edgexfoundry.org:10001 21:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:17 bca2f99d35d6: Verifying Checksum 21:10:17 bca2f99d35d6: Download complete 21:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:17 Configure a credential helper to remove this warning. See 21:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:17 21:10:17 Login Succeeded 21:10:17 nexus3.edgexfoundry.org:10002 21:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:17 Configure a credential helper to remove this warning. See 21:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:17 21:10:17 Login Succeeded 21:10:17 nexus3.edgexfoundry.org:10003 21:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:18 Configure a credential helper to remove this warning. See 21:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:18 21:10:18 Login Succeeded 21:10:18 nexus3.edgexfoundry.org:10004 21:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:18 Configure a credential helper to remove this warning. See 21:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:18 21:10:18 Login Succeeded 21:10:18 docker.io 21:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:19 Configure a credential helper to remove this warning. See 21:10:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:19 21:10:19 Login Succeeded 21:10:19 ---> docker-login.sh ends [Pipeline] } 21:10:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:10:20 ========================================================= 21:10:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:10:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:10:20 + 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 . 21:10:20 Sending build context to Docker daemon 2.293MB 21:10:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:10:21 Step 2/8 : FROM ${BASE} 21:10:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:10:21 5f621e34cdf4: Pulling fs layer 21:10:21 a4357932f1b6: Pulling fs layer 21:10:21 18c013af1878: Pulling fs layer 21:10:21 00ac8860ef70: Pulling fs layer 21:10:21 63d7cb157983: Pulling fs layer 21:10:21 b116817d02f9: Pulling fs layer 21:10:21 745a02a5169b: Pulling fs layer 21:10:21 00ac8860ef70: Waiting 21:10:21 63d7cb157983: Waiting 21:10:21 b116817d02f9: Waiting 21:10:21 745a02a5169b: Waiting 21:10:21 18c013af1878: Verifying Checksum 21:10:21 18c013af1878: Download complete 21:10:21 a4357932f1b6: Verifying Checksum 21:10:21 a4357932f1b6: Download complete 21:10:21 63d7cb157983: Download complete 21:10:21 5f621e34cdf4: Verifying Checksum 21:10:21 5f621e34cdf4: Download complete 21:10:21 b116817d02f9: Verifying Checksum 21:10:21 b116817d02f9: Download complete 21:10:22 5f621e34cdf4: Pull complete 21:10:23 a4357932f1b6: Pull complete 21:10:23 18c013af1878: Pull complete 21:10:24 745a02a5169b: Download complete 21:10:25 00ac8860ef70: Download complete 21:10:32 bca2f99d35d6: Pull complete 21:10:32 93359f2a8cfa: Pull complete 21:10:32 7c6f9722023f: Pull complete 21:10:36 00ac8860ef70: Pull complete 21:10:36 63d7cb157983: Pull complete 21:10:36 b116817d02f9: Pull complete 21:10:39 a35cf1a2eb13: Pull complete 21:10:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:10:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:10:39 ---> a62c8e92a672 21:10:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:10:39 ---> Running in 82a9649508a5 21:10:40 Removing intermediate container 82a9649508a5 21:10:40 ---> 7c24e40fdb35 21:10:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:40 ---> Running in e8459e9c047c 21:10:40 745a02a5169b: Pull complete 21:10:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:10:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:10:40 ---> b7e6874047d6 21:10:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:10:42 Removing intermediate container e8459e9c047c 21:10:42 ---> 704addb644f0 21:10:42 Step 5/8 : RUN apk add --update --no-cache make git 21:10:42 ---> Running in 70a5607a6830 21:10:43 ---> Running in 79cd4c443ee2 21:10:43 Removing intermediate container 79cd4c443ee2 21:10:43 ---> 5e265982708d 21:10:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:43 ---> Running in f203f44999b6 21:10:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:46 OK: 166 MiB in 39 packages 21:10:46 Removing intermediate container f203f44999b6 21:10:46 ---> 2f799fb94df1 21:10:46 Step 5/8 : RUN apk add --update --no-cache make git 21:10:46 ---> Running in 9c5894bbdf61 21:10:47 Removing intermediate container 70a5607a6830 21:10:47 ---> e111dc7a3905 21:10:47 Step 6/8 : WORKDIR /device-sdk-go 21:10:47 ---> Running in b704b3b1df49 21:10:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:47 Removing intermediate container b704b3b1df49 21:10:47 ---> 269a1f4a7c27 21:10:47 Step 7/8 : COPY . . 21:10:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:48 OK: 142 MiB in 39 packages 21:10:49 ---> b0c43d1f9ed1 21:10:49 Step 8/8 : RUN go mod download 21:10:49 Removing intermediate container 9c5894bbdf61 21:10:49 ---> 76151931ee9c 21:10:49 Step 6/8 : WORKDIR /device-sdk-go 21:10:49 ---> Running in 7bd766433fc1 21:10:49 ---> Running in 798aa2d81f34 21:10:50 Removing intermediate container 798aa2d81f34 21:10:50 ---> 0cfbb48fcfdf 21:10:50 Step 7/8 : COPY . . 21:10:51 ---> e9f06d5df2fc 21:10:51 Step 8/8 : RUN go mod download 21:10:51 ---> Running in 61760c944ea2 21:11:18 Removing intermediate container 61760c944ea2 21:11:18 ---> f14c1e052f25 21:11:18 Successfully built f14c1e052f25 21:11:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:11:18 + docker inspect -f . ci-base-image-arm64 21:11:18 . [Pipeline] withDockerContainer 21:11:18 prd-ubuntu18.04-docker-arm64-4c-16g-31449 does not seem to be running inside a container 21:11:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/133 -v /w/workspace/device-sdk-go/133:/w/workspace/device-sdk-go/133:rw,z -v /w/workspace/device-sdk-go/133@tmp:/w/workspace/device-sdk-go/133@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 21:11:20 $ docker top 135e390d01133aa808d0fe656a72eeeca791e4cc86e2017d4419d5f71ab287c3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:11:21 + go version 21:11:21 go version go1.15.5 linux/arm64 [Pipeline] } 21:11:21 $ docker stop --time=1 135e390d01133aa808d0fe656a72eeeca791e4cc86e2017d4419d5f71ab287c3 21:11:22 Removing intermediate container 7bd766433fc1 21:11:22 ---> 7a0929cbb678 21:11:22 Successfully built 7a0929cbb678 21:11:22 Successfully tagged ci-base-image-x86_64:latest 21:11:23 $ docker rm -f 135e390d01133aa808d0fe656a72eeeca791e4cc86e2017d4419d5f71ab287c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:11:24 + docker inspect -f . ci-base-image-x86_64 21:11:24 + docker inspect -f . ci-base-image-arm64 21:11:24 . [Pipeline] withDockerContainer 21:11:24 prd-ubuntu18.04-docker-arm64-4c-16g-31449 does not seem to be running inside a container 21:11:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/133 -v /w/workspace/device-sdk-go/133:/w/workspace/device-sdk-go/133:rw,z -v /w/workspace/device-sdk-go/133@tmp:/w/workspace/device-sdk-go/133@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 21:11:25 . 21:11:26 $ docker top 763e8756ab784e5bb98bb91506f90701bf8124609f6d0ae548d32ec330be7bcf -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 21:11:26 prd-centos7-docker-4c-2g-31446 does not seem to be running inside a container 21:11:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/133 -v /w/workspace/device-sdk-go/133:/w/workspace/device-sdk-go/133:rw,z -v /w/workspace/device-sdk-go/133@tmp:/w/workspace/device-sdk-go/133@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 21:11:28 $ docker top 8f92122fb4e193a9c7918020b8537860139f78e4c5d8c001d4249f9b4002778e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 21:11:29 + go version 21:11:29 go version go1.15.5 linux/amd64 [Pipeline] } 21:11:29 $ docker stop --time=1 8f92122fb4e193a9c7918020b8537860139f78e4c5d8c001d4249f9b4002778e 21:11:29 + make test 21:11:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:11:31 $ docker rm -f 8f92122fb4e193a9c7918020b8537860139f78e4c5d8c001d4249f9b4002778e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:11:32 + docker inspect -f . ci-base-image-x86_64 21:11:32 . [Pipeline] withDockerContainer 21:11:32 prd-centos7-docker-4c-2g-31446 does not seem to be running inside a container 21:11:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/133 -v /w/workspace/device-sdk-go/133:/w/workspace/device-sdk-go/133:rw,z -v /w/workspace/device-sdk-go/133@tmp:/w/workspace/device-sdk-go/133@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 21:11:34 $ docker top c710c187ceee62787ac219d9b23ccf26c04caf134c29d9740575730b303f0a70 -eo pid,comm [Pipeline] { [Pipeline] sh 21:11:35 + make test 21:11:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:11:52 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 21:11:54 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 21:12:34 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 21:12:34 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 21:12:34 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 21:12:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 21:12:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 21:12:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.140s coverage: 27.0% of statements 21:12:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.162s coverage: 81.2% of statements 21:12:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 21:12:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 21:12:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 21:12:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 21:12:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 21:12:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.121s coverage: 27.0% of statements 21:12:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.161s coverage: 81.2% of statements 21:13:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.230s coverage: 10.5% of statements 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 21:13:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.139s coverage: 32.5% of statements 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 21:13:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.167s coverage: 57.3% of statements 21:13:05 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.005s coverage: 6.6% of statements 21:13:05 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.097s coverage: 5.0% of statements 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 21:13:05 GO111MODULE=on go vet ./... 21:13:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.118s coverage: 10.5% of statements 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 21:13:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.187s coverage: 32.5% of statements 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 21:13:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.242s coverage: 57.3% of statements 21:13:05 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.900s coverage: 6.6% of statements 21:13:05 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.152s coverage: 5.0% of statements 21:13:05 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 21:13:05 GO111MODULE=on go vet ./... 21:13:38 gofmt -l . 21:13:38 [ "`gofmt -l .`" = "" ] 21:13:38 ./bin/test-attribution-txt.sh 21:13:39 gofmt -l . 21:13:39 [ "`gofmt -l .`" = "" ] 21:13:39 ./bin/test-attribution-txt.sh 21:13:39 ./bin/test-go-mod-tidy.sh [Pipeline] } 21:13:39 $ docker stop --time=1 763e8756ab784e5bb98bb91506f90701bf8124609f6d0ae548d32ec330be7bcf 21:13:41 ./bin/test-go-mod-tidy.sh 21:13:42 $ docker rm -f 763e8756ab784e5bb98bb91506f90701bf8124609f6d0ae548d32ec330be7bcf [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 21:13:42 $ docker stop --time=1 c710c187ceee62787ac219d9b23ccf26c04caf134c29d9740575730b303f0a70 21:13:43 + sudo chown -R jenkins:jenkins . 21:13:45 $ docker rm -f c710c187ceee62787ac219d9b23ccf26c04caf134c29d9740575730b303f0a70 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh 21:13:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:13:46 Warning: overwriting stash ‘coverage-report’ 21:13:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 21:13:47 Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh 21:13:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:13:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:13:50 + ls -al . 21:13:50 total 220 21:13:50 drwxrwxr-x 10 jenkins jenkins 4096 Mar 25 21:13 . 21:13:50 drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 21:10 .. 21:13:50 -rw-rw-r-- 1 jenkins jenkins 140 Mar 25 21:10 .dockerignore 21:13:50 drwxrwxr-x 8 jenkins jenkins 4096 Mar 25 21:10 .git 21:13:50 drwxrwxr-x 2 jenkins jenkins 4096 Mar 25 21:10 .github 21:13:50 -rw-rw-r-- 1 jenkins jenkins 138 Mar 25 21:10 .gitignore 21:13:50 -rw-rw-r-- 1 jenkins jenkins 949 Mar 25 21:10 Dockerfile.build 21:13:50 -rw-rw-r-- 1 jenkins jenkins 901 Mar 25 21:10 Jenkinsfile 21:13:50 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 25 21:10 LICENSE 21:13:50 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 25 21:10 Makefile 21:13:50 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 25 21:10 README.md 21:13:50 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 25 21:10 RELEASE-NOTES.txt 21:13:50 -rw-rw-r-- 1 jenkins jenkins 12 Mar 25 21:07 VERSION 21:13:50 drwxrwxr-x 2 jenkins jenkins 4096 Mar 25 21:10 bin 21:13:50 -rw-r--r-- 1 jenkins jenkins 100081 Mar 25 21:13 coverage.out 21:13:50 drwxrwxr-x 5 jenkins jenkins 4096 Mar 25 21:10 example 21:13:50 -rw-r--r-- 1 jenkins jenkins 479 Mar 25 21:13 go.mod 21:13:50 -rw-r--r-- 1 jenkins jenkins 17372 Mar 25 21:13 go.sum 21:13:50 drwxrwxr-x 13 jenkins jenkins 4096 Mar 25 21:10 internal 21:13:50 drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 21:10 openapi 21:13:50 drwxrwxr-x 5 jenkins jenkins 4096 Mar 25 21:10 pkg 21:13:50 drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 21:10 snap 21:13:50 -rw-rw-r-- 1 jenkins jenkins 222 Mar 25 21:10 version.go [Pipeline] isUnix [Pipeline] sh 21:13:50 + ls -al . 21:13:50 total 184 21:13:50 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 25 21:13 . 21:13:50 drwxrwxr-x. 4 jenkins jenkins 32 Mar 25 21:09 .. 21:13:50 drwxrwxr-x. 2 jenkins jenkins 64 Mar 25 21:09 bin 21:13:50 -rw-r--r--. 1 jenkins jenkins 100081 Mar 25 21:13 coverage.out 21:13:50 -rw-rw-r--. 1 jenkins jenkins 949 Mar 25 21:09 Dockerfile.build 21:13:50 -rw-rw-r--. 1 jenkins jenkins 140 Mar 25 21:09 .dockerignore 21:13:50 drwxrwxr-x. 5 jenkins jenkins 62 Mar 25 21:09 example 21:13:50 drwxrwxr-x. 8 jenkins jenkins 162 Mar 25 21:09 .git 21:13:50 drwxrwxr-x. 2 jenkins jenkins 103 Mar 25 21:09 .github 21:13:50 -rw-rw-r--. 1 jenkins jenkins 138 Mar 25 21:09 .gitignore 21:13:50 -rw-r--r--. 1 jenkins jenkins 479 Mar 25 21:13 go.mod 21:13:50 -rw-r--r--. 1 jenkins jenkins 17372 Mar 25 21:13 go.sum 21:13:50 drwxrwxr-x. 13 jenkins jenkins 193 Mar 25 21:09 internal 21:13:50 -rw-rw-r--. 1 jenkins jenkins 901 Mar 25 21:09 Jenkinsfile 21:13:50 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 25 21:09 LICENSE 21:13:50 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 25 21:09 Makefile 21:13:50 drwxrwxr-x. 4 jenkins jenkins 26 Mar 25 21:09 openapi 21:13:50 drwxrwxr-x. 5 jenkins jenkins 50 Mar 25 21:09 pkg 21:13:50 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 25 21:09 README.md 21:13:50 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 25 21:09 RELEASE-NOTES.txt 21:13:50 drwxrwxr-x. 4 jenkins jenkins 54 Mar 25 21:09 snap 21:13:50 -rw-rw-r--. 1 jenkins jenkins 12 Mar 25 21:07 VERSION 21:13:50 -rw-rw-r--. 1 jenkins jenkins 222 Mar 25 21:09 version.go [Pipeline] isUnix [Pipeline] sh 21:13:50 + 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=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 --label arch=arm64 --label version=2.0.0-dev.28 . 21:13:51 + 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=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 --label arch=amd64 --label version=2.0.0-dev.28 . 21:13:51 Sending build context to Docker daemon 2.394MB 21:13:51 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 21:13:51 Step 2/24 : FROM ${BASE} AS builder 21:13:51 ---> f14c1e052f25 21:13:51 Step 3/24 : ARG MAKE='make build' 21:13:51 ---> Running in d0458ae4e864 21:13:51 Removing intermediate container d0458ae4e864 21:13:51 ---> 75379f6b9044 21:13:51 Step 4/24 : WORKDIR /device-sdk-go 21:13:51 ---> Running in 1bde1cbdd41c 21:13:52 Sending build context to Docker daemon 2.395MB 21:13:52 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 21:13:52 Step 2/24 : FROM ${BASE} AS builder 21:13:52 ---> 7a0929cbb678 21:13:52 Step 3/24 : ARG MAKE='make build' 21:13:52 ---> Running in 0e8a70793fca 21:13:52 Removing intermediate container 1bde1cbdd41c 21:13:52 ---> 3f57af7e7032 21:13:52 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:13:52 ---> Running in d251eae1bdb8 21:13:53 Removing intermediate container 0e8a70793fca 21:13:53 ---> 91e8cf8b7da6 21:13:53 Step 4/24 : WORKDIR /device-sdk-go 21:13:53 ---> Running in def1e3ca0cd6 21:13:53 Removing intermediate container d251eae1bdb8 21:13:53 ---> 4c73cc4367c3 21:13:53 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:53 ---> Running in 9142003cdd15 21:13:54 Removing intermediate container def1e3ca0cd6 21:13:54 ---> 39808714f147 21:13:54 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:13:54 ---> Running in 08c94e5ec6fa 21:13:54 Removing intermediate container 08c94e5ec6fa 21:13:54 ---> e390a1a7cb42 21:13:54 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:54 ---> Running in 1a078b20dd80 21:13:55 Removing intermediate container 9142003cdd15 21:13:55 ---> a5edb58ebb1b 21:13:55 Step 7/24 : RUN apk add --update --no-cache make git 21:13:55 ---> Running in 5905af4fd7bb 21:13:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:13:57 Removing intermediate container 1a078b20dd80 21:13:57 ---> 09f229065a62 21:13:57 Step 7/24 : RUN apk add --update --no-cache make git 21:13:57 ---> Running in 31ffe6f4b280 21:13:58 OK: 142 MiB in 39 packages 21:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:59 Removing intermediate container 5905af4fd7bb 21:13:59 ---> 0acfa5dd0d06 21:13:59 Step 8/24 : COPY . . 21:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:14:00 ---> c02c3d4faa67 21:14:00 Step 9/24 : RUN ${MAKE} 21:14:00 OK: 166 MiB in 39 packages 21:14:00 ---> Running in 92c178370355 21:14:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.28" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 21:14:02 Removing intermediate container 31ffe6f4b280 21:14:02 ---> 230b4f349247 21:14:02 Step 8/24 : COPY . . 21:14:03 ---> 09813e5b0b7a 21:14:03 Step 9/24 : RUN ${MAKE} 21:14:03 ---> Running in ed510b52dbc4 21:14:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.28" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 21:14:28 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 21:14:29 Removing intermediate container 92c178370355 21:14:29 ---> 599c6d95a8d0 21:14:29 Step 10/24 : FROM scratch 21:14:29 ---> 21:14:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:14:29 ---> Running in 537a2e830371 21:14:30 Removing intermediate container 537a2e830371 21:14:30 ---> 9d4166f8ce9b 21:14:30 Step 12/24 : ENV APP_PORT=49990 21:14:30 ---> Running in fe8003be8e14 21:14:30 Removing intermediate container fe8003be8e14 21:14:30 ---> 8257a1b32bc7 21:14:30 Step 13/24 : EXPOSE $APP_PORT 21:14:31 ---> Running in e900d75c4d23 21:14:31 Removing intermediate container e900d75c4d23 21:14:31 ---> 2816a12752d0 21:14:31 Step 14/24 : WORKDIR / 21:14:31 ---> Running in 812076daf0c7 21:14:31 Removing intermediate container 812076daf0c7 21:14:31 ---> 1e6e3d697d27 21:14:31 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 21:14:33 ---> 83cfbff38999 21:14:33 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 21:14:33 ---> 3226879822a0 21:14:33 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 21:14:34 ---> 514ba163ad17 21:14:34 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 21:14:35 ---> 74f2dbfe6b52 21:14:35 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 21:14:36 ---> 897cda3d5433 21:14:36 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 21:14:36 ---> Running in d63912b7c6eb 21:14:36 Removing intermediate container d63912b7c6eb 21:14:36 ---> f707f404f6ad 21:14:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:14:36 ---> Running in a22c49fda566 21:14:37 Removing intermediate container a22c49fda566 21:14:37 ---> f9e49327e072 21:14:37 Step 22/24 : LABEL arch=arm64 21:14:37 ---> Running in 3be83b98c4e3 21:14:38 Removing intermediate container 3be83b98c4e3 21:14:38 ---> 61739e57017e 21:14:38 Step 23/24 : LABEL git_sha=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 21:14:38 ---> Running in e4cbd5763a0d 21:14:38 Removing intermediate container e4cbd5763a0d 21:14:38 ---> 794ed9cb4f32 21:14:38 Step 24/24 : LABEL version=2.0.0-dev.28 21:14:38 ---> Running in 9ae2c76b5ccb 21:14:39 Removing intermediate container 9ae2c76b5ccb 21:14:39 ---> 1232e6c9857e 21:14:39 [Warning] One or more build-args [ARCH] were not consumed 21:14:39 Successfully built 1232e6c9857e 21:14:39 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 21:14:40 ---> job-cost.sh 21:14:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aFna 21:14:49 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 21:14:49 Removing intermediate container ed510b52dbc4 21:14:49 ---> 592dabaa0234 21:14:49 Step 10/24 : FROM scratch 21:14:49 ---> 21:14:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:14:49 ---> Running in bf797222ce0c 21:14:49 Removing intermediate container bf797222ce0c 21:14:49 ---> 5701e8c7f898 21:14:49 Step 12/24 : ENV APP_PORT=49990 21:14:49 ---> Running in cf35d8680a44 21:14:49 Removing intermediate container cf35d8680a44 21:14:49 ---> 56947b90dc96 21:14:49 Step 13/24 : EXPOSE $APP_PORT 21:14:49 ---> Running in 622cae281626 21:14:49 Removing intermediate container 622cae281626 21:14:49 ---> 9242ca3a7c6e 21:14:49 Step 14/24 : WORKDIR / 21:14:49 ---> Running in 5290113b2ff5 21:14:50 Removing intermediate container 5290113b2ff5 21:14:50 ---> 567e0e9608d5 21:14:50 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 21:14:51 ---> 9722bd7c9dbe 21:14:51 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 21:14:51 ---> 010aa9a90290 21:14:51 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 21:14:52 ---> 12312f408b7a 21:14:52 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 21:14:52 ---> 3f578ffb7038 21:14:52 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 21:14:53 ---> fb0a75430822 21:14:53 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 21:14:53 ---> Running in 98f3134bfab5 21:14:54 Removing intermediate container 98f3134bfab5 21:14:54 ---> 9220dee3a7ba 21:14:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:14:54 ---> Running in bb336c845728 21:14:54 Removing intermediate container bb336c845728 21:14:54 ---> 7eb8b8383f3f 21:14:54 Step 22/24 : LABEL arch=amd64 21:14:54 ---> Running in 08569036bbf0 21:14:54 Removing intermediate container 08569036bbf0 21:14:54 ---> d38338d3674d 21:14:54 Step 23/24 : LABEL git_sha=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 21:14:54 ---> Running in 89cf7c2ba975 21:14:55 Removing intermediate container 89cf7c2ba975 21:14:55 ---> ab7cb63411e5 21:14:55 Step 24/24 : LABEL version=2.0.0-dev.28 21:14:55 ---> Running in 68a8621379aa 21:14:55 Removing intermediate container 68a8621379aa 21:14:55 ---> c2a9e1f03cfb 21:14:55 [Warning] One or more build-args [ARCH] were not consumed 21:14:55 Successfully built c2a9e1f03cfb 21:14:55 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 21:14:56 ---> job-cost.sh 21:14:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yBLJ 21:15:19 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:15:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:16:11 lf-activate-venv(): INFO: Adding /tmp/venv-yBLJ/bin to PATH 21:16:11 INFO: No Stack... 21:16:11 INFO: Retrieving Pricing Info for: v1-standard-2 21:16:11 INFO: Archiving Costs [Pipeline] sh 21:16:11 + cat /w/workspace/device-sdk-go/133/archives/cost.csv 21:16:11 + cut -d, -f6 [Pipeline] lock 21:16:11 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] 21:16:11 Resource [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] did not exist. Created. 21:16:11 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:16:12 + echo total: 0.029999999329447746 [Pipeline] stash 21:16:12 Stashed 1 file(s) [Pipeline] } 21:16:12 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:16:55 lf-activate-venv(): INFO: Adding /tmp/venv-aFna/bin to PATH 21:16:55 INFO: No Stack... 21:16:55 INFO: Retrieving Pricing Info for: lf-standard-4 21:16:55 INFO: Archiving Costs [Pipeline] sh 21:16:56 + cat /w/workspace/device-sdk-go/133/archives/cost.csv 21:16:56 + cut -d, -f6 [Pipeline] lock 21:16:56 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] 21:16:56 Resource [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] did not exist. Created. 21:16:56 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-133-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:16:56 /w/workspace/device-sdk-go/133@tmp/durable-3ebf0672/script.sh: 1: /w/workspace/device-sdk-go/133@tmp/durable-3ebf0672/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:16:57 + echo total: 0.20999999344348907 [Pipeline] stash 21:16:57 Warning: overwriting stash ‘stack-cost’ 21:16:57 Stashed 1 file(s) [Pipeline] } 21:16:57 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-133-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 21:16:58 provisioning config files... 21:16:58 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3341474711981988700tmp [Pipeline] { [Pipeline] sh 21:16:58 + set +x 21:16:58 + curl -s https://codecov.io/bash 21:16:58 + bash -s -- 21:16:59 21:16:59 _____ _ 21:16:59 / ____| | | 21:16:59 | | ___ __| | ___ ___ _____ __ 21:16:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:16:59 | |___| (_) | (_| | __/ (_| (_) \ V / 21:16:59 \_____\___/ \__,_|\___|\___\___/ \_/ 21:16:59 Bash-20210309-2b87ace 21:16:59 21:16:59 21:16:59 ==> git version 2.24.3 found 21:16:59 ==> 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 21:16:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:16:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:16:59 ==> Jenkins CI detected. 21:16:59 project root: . 21:16:59 --> token set from env 21:16:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:16:59 ==> Running gcov in . (disable via -X gcov) 21:16:59 ==> Python coveragepy not found 21:16:59 ==> Searching for coverage reports in: 21:16:59 + . 21:16:59 -> Found 1 reports 21:16:59 ==> Detecting git/mercurial file structure 21:16:59 ==> Reading reports 21:16:59 + ./coverage.out bytes=100081 21:16:59 ==> Appending adjustments 21:16:59 https://docs.codecov.io/docs/fixing-reports 21:17:00 + Found adjustments 21:17:00 ==> Gzipping contents 21:17:00 16K /tmp/codecov.kdkJ65.gz 21:17:00 ==> Uploading reports 21:17:00 url: https://codecov.io 21:17:00 query: branch=master&commit=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79&build=133&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F133%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:17:00 -> Pinging Codecov 21:17:00 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79&build=133&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F133%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:17:00 -> Uploading to 21:17:00 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/7E55EF52A471D76F132DFD9A03CDDE97/b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79/b9f63afe-dc2b-4fb8-a27c-9d257b76655f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T211700Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=190068f2e54478a307482a5bf602adebd608618cdbacb578043d88ed1a1875c3 21:17:00 % Total % Received % Xferd Average Speed Time Time Time Current 21:17:00 Dload Upload Total Spent Left Speed 21:17:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13568 0 0 100 13568 0 17007 --:--:-- --:--:-- --:--:-- 17023 21:17:01 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 [Pipeline] } 21:17:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:17:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:17:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:17:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:17:03 21:17:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:17:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:17:03 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:17:03 188c0c94c7c5: Pulling fs layer 21:17:03 0ef7d3d256c8: Pulling fs layer 21:17:03 de9db76c5a1d: Pulling fs layer 21:17:03 0eba1c9be4d2: Pulling fs layer 21:17:03 0d57e429df01: Pulling fs layer 21:17:03 4e4be7b47b0d: Pulling fs layer 21:17:03 e1f770b5df2f: Pulling fs layer 21:17:03 85a0685a4137: Pulling fs layer 21:17:03 0eba1c9be4d2: Waiting 21:17:03 0d57e429df01: Waiting 21:17:03 4e4be7b47b0d: Waiting 21:17:03 e1f770b5df2f: Waiting 21:17:03 85a0685a4137: Waiting 21:17:03 de9db76c5a1d: Verifying Checksum 21:17:03 de9db76c5a1d: Download complete 21:17:03 0ef7d3d256c8: Download complete 21:17:03 0d57e429df01: Verifying Checksum 21:17:03 0d57e429df01: Download complete 21:17:03 4e4be7b47b0d: Verifying Checksum 21:17:03 4e4be7b47b0d: Download complete 21:17:04 188c0c94c7c5: Verifying Checksum 21:17:04 188c0c94c7c5: Download complete 21:17:05 188c0c94c7c5: Pull complete 21:17:06 0ef7d3d256c8: Pull complete 21:17:07 de9db76c5a1d: Pull complete 21:17:07 e1f770b5df2f: Verifying Checksum 21:17:07 e1f770b5df2f: Download complete 21:17:15 0eba1c9be4d2: Verifying Checksum 21:17:15 0eba1c9be4d2: Download complete 21:17:21 85a0685a4137: Verifying Checksum 21:17:21 85a0685a4137: Download complete 21:17:37 0eba1c9be4d2: Pull complete 21:17:37 0d57e429df01: Pull complete 21:17:37 4e4be7b47b0d: Pull complete 21:17:40 e1f770b5df2f: Pull complete 21:17:59 85a0685a4137: Pull complete 21:17:59 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:17:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:17:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:17:59 prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container 21:17:59 $ 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 21:18:02 $ docker top db6230a00546cffdf543e18d2e68a5d79583b2cb784780118e332bdaf59806e1 -eo pid,comm [Pipeline] { [Pipeline] echo 21:18:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:18:03 + set -o pipefail 21:18:03 + snyk monitor '--org=edgex-jenkins' 21:18:18 21:18:18 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 21:18:18 21:18:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/6c687370-695b-49f9-a570-0b9706a86c4d 21:18:18 21:18:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:18:18 21:18:18 [Pipeline] } 21:18:19 $ docker stop --time=1 db6230a00546cffdf543e18d2e68a5d79583b2cb784780118e332bdaf59806e1 21:18:22 $ docker rm -f db6230a00546cffdf543e18d2e68a5d79583b2cb784780118e332bdaf59806e1 [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 21:18:24 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:18:24 provisioning config files... 21:18:24 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6197343907657097050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:18:24 --> edgex-publish-swagger.sh 21:18:24 === Publish openapi/v1 API === 21:18:24 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 21:18:24 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 21:18:24 % Total % Received % Xferd Average Speed Time Time Time Current 21:18:24 Dload Upload Total Spent Left Speed 21:18:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 19287 0:00:01 0:00:01 --:--:-- 19328 100 19947 0 0 100 19947 0 19281 0:00:01 0:00:01 --:--:-- 19309 21:18:25 21:18:25 21:18:25 === Publish openapi/v2 API === 21:18:25 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 21:18:25 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 21:18:25 % Total % Received % Xferd Average Speed Time Time Time Current 21:18:25 Dload Upload Total Spent Left Speed 21:18:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 66524 --:--:-- --:--:-- --:--:-- 66515 100 51483 0 0 100 51483 0 66494 --:--:-- --:--:-- --:--:-- 66515 21:18:26 21:18:26 [Pipeline] } 21:18:26 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 21:18:27 + git log --format=format:%s -1 b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 [Pipeline] isUnix [Pipeline] sh 21:18:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:18:28 . [Pipeline] withDockerContainer 21:18:28 prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container 21:18:28 $ 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 21:18:30 $ docker top 69cac30afeaef3297c22efd7190aa5c265b81ead202c57e43223ad5a84110569 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:18:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:18:31 [ssh-agent] Looking for ssh-agent implementation... 21:18:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:18:32 $ docker exec 69cac30afeaef3297c22efd7190aa5c265b81ead202c57e43223ad5a84110569 ssh-agent 21:18:32 SSH_AUTH_SOCK=/tmp/ssh-SExTdLAUX04P/agent.11 21:18:32 SSH_AGENT_PID=16 21:18:32 Running ssh-add (command line suppressed) 21:18:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6056505376992556273.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6056505376992556273.key) 21:18:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:18:33 + git semver tag 21:18:33 # -> Open(): unable to determine branch for HEAD 21:18:33 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 21:18:33 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 21:18:33 # $SEMVER_REMOTE_NAME = origin 21:18:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:18:33 # $SEMVER_USER_NAME = edgex-jenkins 21:18:33 # $SEMVER_BRANCH = master 21:18:33 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 21:18:33 # b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 HEAD 21:18:33 # -> Force: false 21:18:33 # e2cde7618dc5c08b744cf3b9b846b49bc40a5b17 refs/tags/v2.0.0-dev.28 [Pipeline] } 21:18:33 $ docker exec --env ******** --env ******** 69cac30afeaef3297c22efd7190aa5c265b81ead202c57e43223ad5a84110569 ssh-agent -k 21:18:34 unset SSH_AUTH_SOCK; 21:18:34 unset SSH_AGENT_PID; 21:18:34 echo Agent pid 16 killed; 21:18:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:18:34 + git semver [Pipeline] } 21:18:34 $ docker stop --time=1 69cac30afeaef3297c22efd7190aa5c265b81ead202c57e43223ad5a84110569 21:18:37 $ docker rm -f 69cac30afeaef3297c22efd7190aa5c265b81ead202c57e43223ad5a84110569 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:18:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:18:37 21:18:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:18:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:18:38 0.23.1-centos7: Pulling from edgex-lftools 21:18:38 ab5ef0e58194: Pulling fs layer 21:18:38 9712f1f96733: Pulling fs layer 21:18:38 63f879dbbcfc: Pulling fs layer 21:18:38 0d9ebad4ef96: Pulling fs layer 21:18:38 e9a5061849ea: Pulling fs layer 21:18:38 d747dcd14b5f: Pulling fs layer 21:18:38 2de7ff778b66: Pulling fs layer 21:18:38 0d9ebad4ef96: Waiting 21:18:38 e9a5061849ea: Waiting 21:18:38 d747dcd14b5f: Waiting 21:18:38 2de7ff778b66: Waiting 21:18:38 9712f1f96733: Verifying Checksum 21:18:38 9712f1f96733: Download complete 21:18:42 63f879dbbcfc: Verifying Checksum 21:18:42 63f879dbbcfc: Download complete 21:18:42 e9a5061849ea: Verifying Checksum 21:18:42 e9a5061849ea: Download complete 21:18:42 d747dcd14b5f: Verifying Checksum 21:18:42 d747dcd14b5f: Download complete 21:18:43 2de7ff778b66: Verifying Checksum 21:18:43 2de7ff778b66: Download complete 21:18:43 0d9ebad4ef96: Verifying Checksum 21:18:43 0d9ebad4ef96: Download complete 21:18:43 ab5ef0e58194: Verifying Checksum 21:18:43 ab5ef0e58194: Download complete 21:18:56 ab5ef0e58194: Pull complete 21:18:56 9712f1f96733: Pull complete 21:18:57 63f879dbbcfc: Pull complete 21:19:16 0d9ebad4ef96: Pull complete 21:19:19 e9a5061849ea: Pull complete 21:19:19 d747dcd14b5f: Pull complete 21:19:24 2de7ff778b66: Pull complete 21:19:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:19:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:19:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:19:24 prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container 21:19:24 $ 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 21:19:28 $ docker top 92fe2fff63a97ca8b26baa016a97775d205b0bb209fae26d68a3d1cfb8c486d4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:19:29 provisioning config files... 21:19:29 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config482815912765555296tmp 21:19:29 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8417752112167552575tmp 21:19:29 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8068576688815500469tmp [Pipeline] { [Pipeline] echo 21:19:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:19:29 ---> sigul-configuration.sh 21:19:30 gpg: directory `/root/.gnupg' created 21:19:30 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:19:30 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:19:30 gpg: keyring `/root/.gnupg/secring.gpg' created 21:19:30 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:19:30 gpg: CAST5 encrypted data 21:19:31 gpg: encrypted with 1 passphrase 21:19:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:19:31 + mkdir /home/jenkins 21:19:31 + mkdir /home/jenkins/sigul [Pipeline] sh 21:19:32 + 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 21:19:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:19:33 ---> sigul-install.sh 21:19:46 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:19:47 + git tag --list 21:19:47 0.7.1 21:19:47 delhi-tag 21:19:47 v1.0.0 21:19:47 v1.1.0 21:19:47 v1.1.1 21:19:47 v1.1.2 21:19:47 v1.2.0 21:19:47 v1.2.1 21:19:47 v1.2.2 21:19:47 v1.2.3 21:19:47 v1.3.0 21:19:47 v1.4.0 21:19:47 v2.0.0-dev.1 21:19:47 v2.0.0-dev.10 21:19:47 v2.0.0-dev.11 21:19:47 v2.0.0-dev.12 21:19:47 v2.0.0-dev.13 21:19:47 v2.0.0-dev.14 21:19:47 v2.0.0-dev.15 21:19:47 v2.0.0-dev.16 21:19:47 v2.0.0-dev.17 21:19:47 v2.0.0-dev.18 21:19:47 v2.0.0-dev.19 21:19:47 v2.0.0-dev.2 21:19:47 v2.0.0-dev.20 21:19:47 v2.0.0-dev.21 21:19:47 v2.0.0-dev.22 21:19:47 v2.0.0-dev.23 21:19:47 v2.0.0-dev.24 21:19:47 v2.0.0-dev.25 21:19:47 v2.0.0-dev.26 21:19:47 v2.0.0-dev.27 21:19:47 v2.0.0-dev.28 21:19:47 v2.0.0-dev.3 21:19:47 v2.0.0-dev.4 21:19:47 v2.0.0-dev.5 21:19:47 v2.0.0-dev.6 21:19:47 v2.0.0-dev.7 21:19:47 v2.0.0-dev.8 21:19:47 v2.0.0-dev.9 [Pipeline] sh 21:19:48 + lftools sign git-tag v2.0.0-dev.28 21:19:51 Signing Git tag with Sigul... 21:19:51 Signing v2.0.0-dev.28 [Pipeline] echo 21:19:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:19:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:19:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:19:53 $ docker stop --time=1 92fe2fff63a97ca8b26baa016a97775d205b0bb209fae26d68a3d1cfb8c486d4 21:19:56 $ docker rm -f 92fe2fff63a97ca8b26baa016a97775d205b0bb209fae26d68a3d1cfb8c486d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:19:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:19:58 . [Pipeline] withDockerContainer 21:19:58 prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container 21:19:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:20:02 $ docker top e64bc73f7fc5a8040c8bed03595444c16ea47d4ee1e074f92228e3bcffe4e0c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:20:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:20:03 [ssh-agent] Looking for ssh-agent implementation... 21:20:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:20:03 $ docker exec e64bc73f7fc5a8040c8bed03595444c16ea47d4ee1e074f92228e3bcffe4e0c3 ssh-agent 21:20:04 SSH_AUTH_SOCK=/tmp/ssh-ku9Ma8R1TL6e/agent.11 21:20:04 SSH_AGENT_PID=17 21:20:04 Running ssh-add (command line suppressed) 21:20:04 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3641852673248520337.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3641852673248520337.key) 21:20:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:20:05 + git semver bump pre 21:20:05 # -> Open(): unable to determine branch for HEAD 21:20:05 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 21:20:05 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 21:20:05 # $SEMVER_REMOTE_NAME = origin 21:20:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:20:05 # $SEMVER_USER_NAME = edgex-jenkins 21:20:05 # $SEMVER_BRANCH = master 21:20:05 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 21:20:05 2.0.0-dev.29 [Pipeline] } 21:20:05 $ docker exec --env ******** --env ******** e64bc73f7fc5a8040c8bed03595444c16ea47d4ee1e074f92228e3bcffe4e0c3 ssh-agent -k 21:20:06 unset SSH_AUTH_SOCK; 21:20:06 unset SSH_AGENT_PID; 21:20:06 echo Agent pid 17 killed; 21:20:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:20:08 + git semver [Pipeline] } 21:20:08 $ docker stop --time=1 e64bc73f7fc5a8040c8bed03595444c16ea47d4ee1e074f92228e3bcffe4e0c3 21:20:10 $ docker rm -f e64bc73f7fc5a8040c8bed03595444c16ea47d4ee1e074f92228e3bcffe4e0c3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:20:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:20:12 . [Pipeline] withDockerContainer 21:20:12 prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container 21:20:13 $ 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 21:20:15 $ docker top 031b2d1c8b0c86eb915b55ba54622d213ac1c46bdf19d954c3de1a7b96c2014f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:20:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:20:16 [ssh-agent] Looking for ssh-agent implementation... 21:20:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:20:16 $ docker exec 031b2d1c8b0c86eb915b55ba54622d213ac1c46bdf19d954c3de1a7b96c2014f ssh-agent 21:20:16 SSH_AUTH_SOCK=/tmp/ssh-fiw2k20RBkPw/agent.12 21:20:16 SSH_AGENT_PID=17 21:20:16 Running ssh-add (command line suppressed) 21:20:17 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5427347924840262550.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5427347924840262550.key) 21:20:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:20:18 + git semver push 21:20:18 # -> Open(): unable to determine branch for HEAD 21:20:18 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 21:20:18 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 21:20:18 # $SEMVER_REMOTE_NAME = origin 21:20:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:20:18 # $SEMVER_USER_NAME = edgex-jenkins 21:20:18 # $SEMVER_BRANCH = master 21:20:18 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 21:20:25 $ docker exec --env ******** --env ******** 031b2d1c8b0c86eb915b55ba54622d213ac1c46bdf19d954c3de1a7b96c2014f ssh-agent -k 21:20:25 unset SSH_AUTH_SOCK; 21:20:25 unset SSH_AGENT_PID; 21:20:25 echo Agent pid 17 killed; 21:20:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:20:27 + git semver [Pipeline] } 21:20:27 $ docker stop --time=1 031b2d1c8b0c86eb915b55ba54622d213ac1c46bdf19d954c3de1a7b96c2014f 21:20:29 $ docker rm -f 031b2d1c8b0c86eb915b55ba54622d213ac1c46bdf19d954c3de1a7b96c2014f [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 21:20:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:20:32 ---> package-listing.sh 21:20:32 ++ tr '[:upper:]' '[:lower:]' 21:20:32 ++ facter osfamily 21:20:32 + OS_FAMILY=redhat 21:20:32 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 21:20:32 + START_PACKAGES=/tmp/packages_start.txt 21:20:32 + END_PACKAGES=/tmp/packages_end.txt 21:20:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:20:32 + PACKAGES=/tmp/packages_start.txt 21:20:32 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 21:20:32 + PACKAGES=/tmp/packages_end.txt 21:20:32 + case "${OS_FAMILY}" in 21:20:32 + sort 21:20:32 + rpm -qa 21:20:41 + '[' -f /tmp/packages_start.txt ']' 21:20:41 + '[' -f /tmp/packages_end.txt ']' 21:20:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:20:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 21:20:41 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 21:20:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 21:20:41 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 21:20:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:20:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:20:42 21:20:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:20:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:20:43 alpine: Pulling from edgex-lftools-log-publisher 21:20:43 df20fa9351a1: Pulling fs layer 21:20:43 36b3adc4ff6f: Pulling fs layer 21:20:43 8ad3a11d3b57: Pulling fs layer 21:20:43 46f8f816bc3b: Pulling fs layer 21:20:43 93b61091891f: Pulling fs layer 21:20:43 93b9cdb0e59b: Pulling fs layer 21:20:43 5e14af77c1be: Pulling fs layer 21:20:43 01666e4c0597: Pulling fs layer 21:20:43 aa168da1d23b: Pulling fs layer 21:20:43 93b9cdb0e59b: Waiting 21:20:43 01666e4c0597: Waiting 21:20:43 5e14af77c1be: Waiting 21:20:43 aa168da1d23b: Waiting 21:20:43 46f8f816bc3b: Waiting 21:20:43 93b61091891f: Waiting 21:20:43 36b3adc4ff6f: Verifying Checksum 21:20:43 36b3adc4ff6f: Download complete 21:20:43 46f8f816bc3b: Verifying Checksum 21:20:43 46f8f816bc3b: Download complete 21:20:43 df20fa9351a1: Retrying in 5 seconds 21:20:43 93b61091891f: Verifying Checksum 21:20:43 93b61091891f: Download complete 21:20:43 93b9cdb0e59b: Verifying Checksum 21:20:43 93b9cdb0e59b: Download complete 21:20:43 5e14af77c1be: Download complete 21:20:43 01666e4c0597: Verifying Checksum 21:20:43 01666e4c0597: Download complete 21:20:44 df20fa9351a1: Retrying in 4 seconds 21:20:45 8ad3a11d3b57: Verifying Checksum 21:20:45 8ad3a11d3b57: Download complete 21:20:45 df20fa9351a1: Retrying in 3 seconds 21:20:46 df20fa9351a1: Retrying in 2 seconds 21:20:47 df20fa9351a1: Retrying in 1 second 21:20:48 df20fa9351a1: Retrying in 10 seconds 21:20:49 df20fa9351a1: Retrying in 9 seconds 21:20:50 df20fa9351a1: Retrying in 8 seconds 21:20:51 aa168da1d23b: Verifying Checksum 21:20:51 aa168da1d23b: Download complete 21:20:51 df20fa9351a1: Retrying in 7 seconds 21:20:52 df20fa9351a1: Retrying in 6 seconds 21:20:53 df20fa9351a1: Retrying in 5 seconds 21:20:54 df20fa9351a1: Retrying in 4 seconds 21:20:55 df20fa9351a1: Retrying in 3 seconds 21:20:56 df20fa9351a1: Retrying in 2 seconds 21:20:57 df20fa9351a1: Retrying in 1 second 21:20:58 df20fa9351a1: Verifying Checksum 21:20:58 df20fa9351a1: Download complete 21:20:59 df20fa9351a1: Pull complete 21:21:00 36b3adc4ff6f: Pull complete 21:21:02 8ad3a11d3b57: Pull complete 21:21:03 46f8f816bc3b: Pull complete 21:21:04 93b61091891f: Pull complete 21:21:04 93b9cdb0e59b: Pull complete 21:21:05 5e14af77c1be: Pull complete 21:21:05 01666e4c0597: Pull complete 21:21:27 aa168da1d23b: Pull complete 21:21:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:21:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:21:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:21:28 prd-centos7-docker-4c-2g-31440 does not seem to be running inside a container 21:21:28 $ 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 21:21:32 $ docker top 81177176b6a8c5b09313cf70ec6c8d027090e8ddb0cd25a51679b686062b1822 -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:34 + touch /tmp/pre-build-complete [Pipeline] sh 21:21:35 + mkdir -p /var/log/sa [Pipeline] sh 21:21:35 + ls /var/log/sa-host 21:21:35 + sadf -c /var/log/sa-host/sa23 21:21:35 file_magic: OK 21:21:35 HZ: Using current value: 100 21:21:35 file_header: OK 21:21:35 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 21:21:35 Statistics: 21:21:35 Hnuu...uuuununununu... 21:21:35 File successfully converted to sysstat format version 12.2.1 21:21:35 + sadf -c /var/log/sa-host/sa25 21:21:35 file_magic: OK 21:21:35 HZ: Using current value: 100 21:21:35 file_header: OK 21:21:35 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 21:21:35 Statistics: 21:21:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:21:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:21:36 provisioning config files... 21:21:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9211967419968946563tmp [Pipeline] { [Pipeline] echo 21:21:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:21:37 ---> create-netrc.sh [Pipeline] } 21:21:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:21:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:21:38 ---> python-tools-install.sh [Pipeline] echo 21:21:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:21:38 ---> sudo-logs.sh 21:21:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:21:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:21:39 ---> job-cost.sh 21:21:39 lf-activate-venv: SKIPPING 21:21:39 DEBUG: total: 0.20999999344348907 21:21:39 INFO: Retrieving Stack Cost... 21:21:41 INFO: Retrieving Pricing Info for: v1-standard-2 21:21:41 INFO: Archiving Costs [Pipeline] echo 21:21:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:21:43 ---> logs-deploy.sh 21:21:43 lf-activate-venv: SKIPPING 21:21:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/133 21:21:43 INFO: archiving workspace using pattern(s): 21:21:46 Archives upload complete. 21:21:46 INFO: archiving logs to Nexus 21:21:48 ---> uname -a: 21:21:48 Linux prd-centos7-docker-4c-2g-31440.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:21:48 21:21:48 21:21:48 ---> lscpu: 21:21:48 Architecture: x86_64 21:21:48 CPU op-mode(s): 32-bit, 64-bit 21:21:48 Byte Order: Little Endian 21:21:48 Address sizes: 40 bits physical, 48 bits virtual 21:21:48 CPU(s): 4 21:21:48 On-line CPU(s) list: 0-3 21:21:48 Thread(s) per core: 1 21:21:48 Core(s) per socket: 1 21:21:48 Socket(s): 4 21:21:48 NUMA node(s): 1 21:21:48 Vendor ID: GenuineIntel 21:21:48 CPU family: 6 21:21:48 Model: 44 21:21:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:21:48 Stepping: 1 21:21:48 CPU MHz: 2933.438 21:21:48 BogoMIPS: 5866.87 21:21:48 Virtualization: VT-x 21:21:48 Hypervisor vendor: KVM 21:21:48 Virtualization type: full 21:21:48 L1d cache: 128 KiB 21:21:48 L1i cache: 128 KiB 21:21:48 L2 cache: 16 MiB 21:21:48 L3 cache: 64 MiB 21:21:48 NUMA node0 CPU(s): 0-3 21:21:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:21:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:21:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:21:48 Vulnerability Meltdown: Mitigation; PTI 21:21:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:21:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:21:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:21:48 Vulnerability Srbds: Not affected 21:21:48 Vulnerability Tsx async abort: Not affected 21:21:48 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 21:21:48 21:21:48 21:21:48 ---> nproc: 21:21:48 4 21:21:48 21:21:48 21:21:48 ---> df -h: 21:21:48 Filesystem Size Used Available Use% Mounted on 21:21:48 overlay 50.0G 8.2G 41.8G 16% / 21:21:48 tmpfs 64.0M 0 64.0M 0% /dev 21:21:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:21:48 shm 64.0M 0 64.0M 0% /dev/shm 21:21:48 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 21:21:48 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 21:21:48 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 21:21:48 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 21:21:48 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 21:21:48 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 21:21:48 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 21:21:48 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 21:21:48 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 21:21:48 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master 21:21:48 21:21:48 21:21:48 ---> free -m: 21:21:48 total used free shared buff/cache available 21:21:48 Mem: 1837 841 144 0 851 930 21:21:48 Swap: 1023 3 1020 21:21:48 21:21:48 21:21:48 ---> ip addr: 21:21:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:21:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:21:48 inet 127.0.0.1/8 scope host lo 21:21:48 valid_lft forever preferred_lft forever 21:21:48 inet6 ::1/128 scope host 21:21:48 valid_lft forever preferred_lft forever 21:21:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:21:48 link/ether fa:16:3e:31:a2:b6 brd ff:ff:ff:ff:ff:ff 21:21:48 inet 10.30.122.33/23 brd 10.30.123.255 scope global dynamic eth0 21:21:48 valid_lft 85385sec preferred_lft 85385sec 21:21:48 inet6 fe80::f816:3eff:fe31:a2b6/64 scope link 21:21:48 valid_lft forever preferred_lft forever 21:21:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:21:48 link/ether 02:42:15:9a:99:17 brd ff:ff:ff:ff:ff:ff 21:21:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:21:48 valid_lft forever preferred_lft forever 21:21:48 inet6 fe80::42:15ff:fe9a:9917/64 scope link 21:21:48 valid_lft forever preferred_lft forever 21:21:48 21:21:48 21:21:48 ---> sar -b -r -n DEV: 21:21:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 21:21:48 21:21:48 21:04:36 LINUX RESTART (4 CPU) 21:21:48 21:21:48 21:05:04 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:21:48 21:06:03 165.22 113.76 51.46 0.00 9226.93 37034.56 0.00 21:21:48 21:07:01 51.09 15.49 35.60 0.00 5103.17 3633.80 0.00 21:21:48 21:08:02 6.57 0.71 5.86 0.00 40.88 232.97 0.00 21:21:48 21:09:01 0.62 0.00 0.62 0.00 0.00 10.48 0.00 21:21:48 21:10:02 0.16 0.00 0.16 0.00 0.00 2.00 0.00 21:21:48 21:11:01 0.37 0.00 0.37 0.00 0.00 5.03 0.00 21:21:48 21:12:01 0.30 0.00 0.30 0.00 0.00 3.51 0.00 21:21:48 21:13:01 0.27 0.00 0.27 0.00 0.00 3.06 0.00 21:21:48 21:14:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 21:21:48 21:15:02 0.22 0.00 0.22 0.00 0.00 1.63 0.00 21:21:48 21:16:01 0.27 0.00 0.27 0.00 0.00 3.52 0.00 21:21:48 21:17:01 0.66 0.43 0.23 0.00 123.62 2.72 0.00 21:21:48 21:18:01 231.76 135.00 96.76 0.00 5860.74 33292.85 0.00 21:21:48 21:19:02 144.96 59.50 85.45 0.00 2994.64 19821.21 0.00 21:21:48 21:20:01 163.01 61.96 101.05 0.00 3721.23 16603.86 0.00 21:21:48 21:21:01 71.31 53.93 17.38 0.00 4222.09 4621.09 0.00 21:21:48 Average: 52.09 27.40 24.69 0.00 1934.91 7148.13 0.00 21:21:48 21:21:48 21:05:04 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:21:48 21:06:03 79172 0 526500 27.98 2620 1273252 1027268 35.06 329756 1274068 44936 21:21:48 21:07:01 153012 0 631496 33.56 2620 1094416 1354284 46.22 436348 1091164 3452 21:21:48 21:08:02 190724 0 594288 31.59 2620 1093912 1101812 37.60 415392 1077552 20 21:21:48 21:09:01 192008 0 593000 31.52 2620 1093916 1061996 36.24 414524 1077136 20 21:21:48 21:10:02 191944 0 593060 31.52 2620 1093920 1062100 36.25 421032 1070984 20 21:21:48 21:11:01 192124 0 592872 31.51 2620 1093928 1061952 36.24 430268 1061644 12 21:21:48 21:12:01 189712 0 595284 31.64 2620 1093928 1062104 36.25 453876 1040752 8 21:21:48 21:13:01 191132 0 593860 31.56 2620 1093932 1061840 36.24 452440 1040752 8 21:21:48 21:14:01 191420 0 593564 31.55 2620 1093940 1061840 36.24 452448 1040752 8 21:21:48 21:15:02 191676 0 593304 31.53 2620 1093944 1061840 36.24 452452 1040752 20 21:21:48 21:16:01 191348 0 593628 31.55 2620 1093948 1061912 36.24 452828 1040752 20 21:21:48 21:17:01 178844 0 602180 32.00 2620 1097900 1076324 36.73 460280 1043876 160 21:21:48 21:18:01 119484 0 743544 39.52 2620 1015896 1866348 63.70 492192 1020752 36 21:21:48 21:19:02 68932 0 786100 41.78 2596 1023916 1545420 52.74 625420 919532 91200 21:21:48 21:20:01 163060 0 877756 46.65 1732 838996 2125156 72.53 622504 761184 40 21:21:48 21:21:01 78948 0 841244 44.71 1496 959856 1596120 54.47 611524 859844 33420 21:21:48 Average: 160221 0 646980 34.39 2493 1071850 1261770 43.06 470205 1028844 10836 21:21:48 21:21:48 21:05:04 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:21:48 21:06:03 eth0 130.71 82.43 525.57 26.57 0.00 0.00 0.00 0.00 21:21:48 21:06:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:06:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:07:01 vethb20a42a 12.15 14.17 26.87 2.03 0.00 0.00 0.00 0.00 21:21:48 21:07:01 veth510d061 14.17 12.15 2.03 26.87 0.00 0.00 0.00 0.00 21:21:48 21:07:01 eth0 159.64 128.23 639.30 67.64 0.00 0.00 0.00 0.00 21:21:48 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:08:02 eth0 7.45 4.96 8.47 2.22 0.00 0.00 0.00 0.00 21:21:48 21:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:08:02 docker0 13.72 11.63 1.78 26.01 0.00 0.00 0.00 0.00 21:21:48 21:09:01 eth0 3.33 0.72 0.97 0.38 0.00 0.00 0.00 0.00 21:21:48 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:10:02 eth0 1.83 0.81 0.85 0.59 0.00 0.00 0.00 0.00 21:21:48 21:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:11:01 eth0 0.91 0.20 0.20 0.10 0.00 0.00 0.00 0.00 21:21:48 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:12:01 eth0 0.53 0.37 0.27 0.20 0.00 0.00 0.00 0.00 21:21:48 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:13:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:21:48 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:21:48 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:15:02 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:21:48 21:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:16:01 eth0 0.24 0.19 0.08 0.07 0.00 0.00 0.00 0.00 21:21:48 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:17:01 eth0 4.73 3.14 4.78 1.62 0.00 0.00 0.00 0.00 21:21:48 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:18:01 vetha9dba31 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:18:01 eth0 408.18 353.05 4068.70 32.79 0.00 0.00 0.00 0.00 21:21:48 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:18:01 veth87d5e1f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:19:02 eth0 427.31 371.16 3392.07 95.28 0.00 0.00 0.00 0.00 21:21:48 21:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:19:02 docker0 55.67 53.80 5.58 223.05 0.00 0.00 0.00 0.00 21:21:48 21:20:01 eth0 76.83 51.08 272.79 16.32 0.00 0.00 0.00 0.00 21:21:48 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:20:01 veth998782f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:20:01 veth3a0eb57 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:21:01 eth0 239.24 188.66 2244.81 78.41 0.00 0.00 0.00 0.00 21:21:48 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 21:21:01 docker0 79.88 92.04 7.14 456.21 0.00 0.00 0.00 0.00 21:21:48 Average: eth0 91.48 74.29 701.42 20.12 0.00 0.00 0.00 0.00 21:21:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:21:48 Average: docker0 5.04 5.81 0.45 28.78 0.00 0.00 0.00 0.00 21:21:48 21:21:48 21:21:48 ---> sar -P ALL: 21:21:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 21:21:48 21:21:48 21:04:36 LINUX RESTART (4 CPU) 21:21:48 21:21:48 21:05:04 CPU %user %nice %system %iowait %steal %idle 21:21:48 21:06:03 all 9.60 0.00 8.22 11.74 39.69 30.75 21:21:48 21:06:03 0 9.62 0.00 11.78 9.96 40.44 28.20 21:21:48 21:06:03 1 8.06 0.00 6.82 12.43 39.51 33.18 21:21:48 21:06:03 2 12.93 0.00 7.34 13.02 38.98 27.74 21:21:48 21:06:03 3 7.98 0.00 7.06 11.54 39.84 33.58 21:21:48 21:07:01 all 7.84 0.00 4.32 1.29 28.80 57.76 21:21:48 21:07:01 0 8.07 0.00 3.71 0.40 29.46 58.36 21:21:48 21:07:01 1 7.88 0.00 4.58 1.45 29.26 56.82 21:21:48 21:07:01 2 7.80 0.00 3.74 1.10 28.07 59.29 21:21:48 21:07:01 3 7.59 0.00 5.24 2.21 28.39 56.56 21:21:48 21:08:02 all 0.38 0.00 0.30 0.07 3.58 95.68 21:21:48 21:08:02 0 0.26 0.00 0.39 0.07 2.73 96.55 21:21:48 21:08:02 1 0.37 0.00 0.30 0.10 4.70 94.53 21:21:48 21:08:02 2 0.59 0.00 0.18 0.07 2.88 96.28 21:21:48 21:08:02 3 0.29 0.00 0.31 0.06 3.97 95.37 21:21:48 21:09:01 all 0.08 0.00 0.09 0.00 3.32 96.51 21:21:48 21:09:01 0 0.03 0.00 0.07 0.00 3.63 96.27 21:21:48 21:09:01 1 0.08 0.00 0.13 0.00 4.45 95.34 21:21:48 21:09:01 2 0.16 0.00 0.10 0.00 2.98 96.75 21:21:48 21:09:01 3 0.03 0.00 0.08 0.00 2.19 97.69 21:21:48 21:10:02 all 0.11 0.00 0.09 0.00 2.30 97.50 21:21:48 21:10:02 0 0.05 0.00 0.16 0.00 2.11 97.68 21:21:48 21:10:02 1 0.29 0.00 0.03 0.00 3.32 96.35 21:21:48 21:10:02 2 0.07 0.00 0.08 0.00 2.10 97.75 21:21:48 21:10:02 3 0.03 0.00 0.07 0.00 1.66 98.24 21:21:48 21:11:01 all 0.06 0.00 0.05 0.00 1.48 98.40 21:21:48 21:11:01 0 0.02 0.00 0.12 0.00 1.70 98.16 21:21:48 21:11:01 1 0.10 0.00 0.05 0.00 1.75 98.10 21:21:48 21:11:01 2 0.10 0.00 0.03 0.00 1.39 98.48 21:21:48 21:11:01 3 0.02 0.00 0.02 0.00 1.09 98.88 21:21:48 21:12:01 all 0.08 0.00 0.18 0.00 1.97 97.78 21:21:48 21:12:01 0 0.05 0.00 0.28 0.00 0.93 98.74 21:21:48 21:12:01 1 0.21 0.00 0.18 0.00 2.03 97.58 21:21:48 21:12:01 2 0.03 0.00 0.20 0.00 1.33 98.44 21:21:48 21:12:01 3 0.03 0.00 0.05 0.00 3.54 96.38 21:21:48 21:13:01 all 0.09 0.00 0.04 0.00 0.84 99.03 21:21:48 21:13:01 0 0.00 0.00 0.07 0.00 0.58 99.35 21:21:48 21:13:01 1 0.30 0.00 0.02 0.00 0.86 98.83 21:21:48 21:13:01 2 0.03 0.00 0.05 0.00 0.91 99.01 21:21:48 21:13:01 3 0.03 0.00 0.03 0.00 1.01 98.93 21:21:48 21:14:01 all 0.10 0.00 0.02 0.00 0.64 99.25 21:21:48 21:14:01 0 0.00 0.00 0.02 0.00 0.13 99.85 21:21:48 21:14:01 1 0.33 0.00 0.02 0.00 0.71 98.94 21:21:48 21:14:01 2 0.03 0.00 0.02 0.00 0.56 99.39 21:21:48 21:14:01 3 0.03 0.00 0.02 0.00 1.14 98.81 21:21:48 21:15:02 all 0.08 0.00 0.02 0.00 0.48 99.41 21:21:48 21:15:02 0 0.02 0.00 0.02 0.00 0.23 99.73 21:21:48 21:15:02 1 0.23 0.00 0.07 0.00 1.26 98.45 21:21:48 21:15:02 2 0.02 0.00 0.00 0.00 0.23 99.75 21:21:48 21:15:02 3 0.07 0.00 0.02 0.00 0.20 99.72 21:21:48 21:16:01 all 0.10 0.00 0.03 0.00 0.54 99.33 21:21:48 21:16:01 0 0.00 0.00 0.03 0.00 0.14 99.83 21:21:48 21:16:01 1 0.37 0.00 0.05 0.00 1.08 98.50 21:21:48 21:16:01 2 0.02 0.00 0.02 0.00 0.89 99.07 21:21:48 21:16:01 3 0.00 0.00 0.02 0.00 0.07 99.92 21:21:48 21:21:48 21:16:01 CPU %user %nice %system %iowait %steal %idle 21:21:48 21:17:01 all 0.30 0.00 0.29 0.03 3.16 96.23 21:21:48 21:17:01 0 0.16 0.00 0.34 0.11 2.70 96.68 21:21:48 21:17:01 1 0.46 0.00 0.21 0.00 4.77 94.55 21:21:48 21:17:01 2 0.33 0.00 0.43 0.00 1.85 97.39 21:21:48 21:17:01 3 0.23 0.00 0.18 0.00 3.26 96.33 21:21:48 21:18:01 all 4.19 0.00 4.54 1.00 37.28 52.99 21:21:48 21:18:01 0 3.71 0.00 4.93 1.39 40.18 49.79 21:21:48 21:18:01 1 3.73 0.00 4.00 0.70 36.46 55.12 21:21:48 21:18:01 2 4.13 0.00 4.36 0.40 36.66 54.44 21:21:48 21:18:01 3 5.22 0.00 4.89 1.51 35.75 52.63 21:21:48 21:19:02 all 5.26 0.00 5.30 2.69 23.68 63.07 21:21:48 21:19:02 0 5.23 0.00 5.47 2.30 24.18 62.81 21:21:48 21:19:02 1 5.21 0.00 5.20 3.11 23.36 63.12 21:21:48 21:19:02 2 5.25 0.00 5.27 2.88 24.25 62.36 21:21:48 21:19:02 3 5.36 0.00 5.26 2.45 22.92 64.01 21:21:48 21:20:01 all 4.83 0.00 5.34 3.14 29.35 57.34 21:21:48 21:20:01 0 5.15 0.00 5.19 2.69 28.95 58.02 21:21:48 21:20:01 1 6.67 0.00 5.92 3.66 29.23 54.52 21:21:48 21:20:01 2 3.45 0.00 4.97 4.05 30.15 57.38 21:21:48 21:20:01 3 4.11 0.00 5.31 2.14 29.05 59.39 21:21:48 21:21:01 all 2.85 0.00 4.05 2.12 20.65 70.34 21:21:48 21:21:01 0 2.30 0.00 5.67 0.23 20.57 71.23 21:21:48 21:21:01 1 2.45 0.00 3.33 2.42 20.03 71.77 21:21:48 21:21:01 2 4.10 0.00 3.77 5.22 21.40 65.52 21:21:48 21:21:01 3 2.54 0.00 3.47 0.59 20.61 72.80 21:21:48 Average: all 2.38 0.00 2.19 1.47 13.11 80.85 21:21:48 Average: 0 2.30 0.00 2.53 1.14 13.21 80.82 21:21:48 Average: 1 2.43 0.00 2.06 1.61 13.45 80.46 21:21:48 Average: 2 2.57 0.00 2.02 1.76 12.88 80.76 21:21:48 Average: 3 2.23 0.00 2.13 1.39 12.88 81.38 21:21:48 21:21:48 21:21:48