Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7565948cf2a22d3fef01b48e9653f9446226441c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32967 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 7565948cf2a22d3fef01b48e9653f9446226441c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 Commit message: "Merge pull request #862 from hahattan/issue-854" > git rev-list --no-walk f8ce82a60cbe95ca283042008e77ff6fa7203569 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:07:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:07:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:07:23 ========================================================= 15:07:23 EdgeX Global Pipelines Version Info 15:07:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:07:24 ------------------- 15:07:24 stable info: 15:07:24 ------------------- 15:07:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:07:24 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:07:24 Message: update stable to v1.0.186 15:07:25 ------------------- 15:07:25 experimental info: 15:07:25 ------------------- 15:07:25 Commited By: **** collab-it+edgex@linuxfoundation.org 15:07:25 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 15:07:25 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:07:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 15:07:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 15:07:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:07:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:07:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:07:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:07:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 15:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 15:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:07:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:07:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:07:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:07:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:07:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:07:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:07:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:07:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:07:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:07:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:07:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:07:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:07:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:07:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:07:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:07:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7565948cf2a22d3fef01b48e9653f9446226441c [Pipeline] echo 15:07:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7565948 [Pipeline] echo 15:07:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:07:29 provisioning config files... 15:07:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1306617064975210820tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:07:29 ---> docker-login.sh 15:07:29 nexus3.edgexfoundry.org:10001 15:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:07:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:07:30 Configure a credential helper to remove this warning. See 15:07:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:07:30 15:07:30 Login Succeeded 15:07:30 nexus3.edgexfoundry.org:10002 15:07:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:07:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:07:30 Configure a credential helper to remove this warning. See 15:07:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:07:30 15:07:30 Login Succeeded 15:07:30 nexus3.edgexfoundry.org:10003 15:07:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:07:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:07:30 Configure a credential helper to remove this warning. See 15:07:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:07:30 15:07:30 Login Succeeded 15:07:30 nexus3.edgexfoundry.org:10004 15:07:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:07:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:07:30 Configure a credential helper to remove this warning. See 15:07:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:07:30 15:07:30 Login Succeeded 15:07:30 docker.io 15:07:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:07:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:07:31 Configure a credential helper to remove this warning. See 15:07:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:07:31 15:07:31 Login Succeeded 15:07:31 ---> docker-login.sh ends [Pipeline] } 15:07:31 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 15:07:31 + git log --format=format:%s -1 7565948cf2a22d3fef01b48e9653f9446226441c [Pipeline] echo 15:07:31 GIT_COMMIT: 7565948cf2a22d3fef01b48e9653f9446226441c, Commit Message: Merge pull request #862 from hahattan/issue-854 [Pipeline] echo 15:07:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:07:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:32 15:07:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:07:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:33 latest: Pulling from edgex-devops/git-semver 15:07:33 31603596830f: Pulling fs layer 15:07:33 2a8b12db71e7: Pulling fs layer 15:07:33 6ca5941a6612: Pulling fs layer 15:07:33 ecc8261a40a4: Pulling fs layer 15:07:33 ecc8261a40a4: Waiting 15:07:33 2a8b12db71e7: Verifying Checksum 15:07:33 2a8b12db71e7: Download complete 15:07:33 31603596830f: Verifying Checksum 15:07:33 31603596830f: Download complete 15:07:33 ecc8261a40a4: Verifying Checksum 15:07:33 ecc8261a40a4: Download complete 15:07:33 6ca5941a6612: Verifying Checksum 15:07:33 6ca5941a6612: Download complete 15:07:33 31603596830f: Pull complete 15:07:34 2a8b12db71e7: Pull complete 15:07:35 6ca5941a6612: Pull complete 15:07:35 ecc8261a40a4: Pull complete 15:07:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:07:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:07:35 prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container 15:07:35 $ 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 15:07:37 $ docker top 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:07:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:07:38 [ssh-agent] Looking for ssh-agent implementation... 15:07:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:07:38 $ docker exec 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf ssh-agent 15:07:38 SSH_AUTH_SOCK=/tmp/ssh-iP45PewvLfCq/agent.12 15:07:38 SSH_AGENT_PID=18 15:07:38 Running ssh-add (command line suppressed) 15:07:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2779672042668490724.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2779672042668490724.key) 15:07:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:07:39 + git tag --points-at HEAD [Pipeline] } 15:07:39 $ docker exec --env ******** --env ******** 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf ssh-agent -k 15:07:39 unset SSH_AUTH_SOCK; 15:07:39 unset SSH_AGENT_PID; 15:07:39 echo Agent pid 18 killed; 15:07:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:07:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:07:39 [ssh-agent] Looking for ssh-agent implementation... 15:07:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:07:39 $ docker exec 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf ssh-agent 15:07:40 SSH_AUTH_SOCK=/tmp/ssh-psmLxj5ZhbMF/agent.48 15:07:40 SSH_AGENT_PID=54 15:07:40 Running ssh-add (command line suppressed) 15:07:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2141805662499403369.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2141805662499403369.key) 15:07:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:07:40 + git semver init 15:07:40 # -> Open(): unable to determine branch for HEAD 15:07:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:07:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:07:40 # $SEMVER_REMOTE_NAME = origin 15:07:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:07:40 # $SEMVER_USER_NAME = edgex-jenkins 15:07:40 # $SEMVER_BRANCH = master 15:07:40 # $SEMVER_TEMP = /tmp/semver-287734619 15:07:40 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 15:07:41 # '/tmp/semver-287734619' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 15:07:41 # -> Force: false 15:07:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 15:07:41 $ docker exec --env ******** --env ******** 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf ssh-agent -k 15:07:41 unset SSH_AUTH_SOCK; 15:07:41 unset SSH_AGENT_PID; 15:07:41 echo Agent pid 54 killed; 15:07:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:07:42 + git semver [Pipeline] } 15:07:42 $ docker stop --time=1 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf 15:07:43 $ docker rm -f 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf [Pipeline] // withDockerContainer [Pipeline] sh 15:07:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:07:44 Stashed 1 file(s) [Pipeline] echo 15:07:44 [edgeXSemver]: initialized semver on version 2.0.0-dev.37 [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 15:08:00 Still waiting to schedule task 15:08:00 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:08:00 Still waiting to schedule task 15:08:00 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:09:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32968 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 15:09:54 Running in /w/workspace/device-sdk-go/142 [Pipeline] { [Pipeline] checkout 15:10:00 using credential edgex-jenkins-ssh 15:10:00 Cloning the remote Git repository 15:10:00 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 15:10:00 > git init /w/workspace/device-sdk-go/142 # timeout=10 15:10:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:10:00 > git --version # timeout=10 15:10:00 > git --version # 'git version 2.17.1' 15:10:00 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:10:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:10:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:10:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:10:01 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:10:01 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:10:04 Checking out Revision 7565948cf2a22d3fef01b48e9653f9446226441c (master) 15:10:04 > git config core.sparsecheckout # timeout=10 15:10:04 > git checkout -f 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 15:10:09 Commit message: "Merge pull request #862 from hahattan/issue-854" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:10:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:10:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:10:11 + sudo service docker restart 15:10:11 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:10:13 provisioning config files... 15:10:13 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/142@tmp/config8508446884730804002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:10:14 ---> docker-login.sh 15:10:14 nexus3.edgexfoundry.org:10001 15:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:15 Configure a credential helper to remove this warning. See 15:10:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:15 15:10:15 Login Succeeded 15:10:15 nexus3.edgexfoundry.org:10002 15:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:16 Configure a credential helper to remove this warning. See 15:10:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:16 15:10:16 Login Succeeded 15:10:16 nexus3.edgexfoundry.org:10003 15:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:16 Configure a credential helper to remove this warning. See 15:10:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:16 15:10:16 Login Succeeded 15:10:16 nexus3.edgexfoundry.org:10004 15:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:17 Configure a credential helper to remove this warning. See 15:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:17 15:10:17 Login Succeeded 15:10:17 docker.io 15:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:18 Configure a credential helper to remove this warning. See 15:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:18 15:10:18 Login Succeeded 15:10:18 ---> docker-login.sh ends [Pipeline] } 15:10:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:10:18 ========================================================= 15:10:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:10:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:10:19 + 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 . 15:10:19 Sending build context to Docker daemon 2.371MB 15:10:19 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:10:19 Step 2/8 : FROM ${BASE} 15:10:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:10:19 5f621e34cdf4: Pulling fs layer 15:10:19 a4357932f1b6: Pulling fs layer 15:10:19 18c013af1878: Pulling fs layer 15:10:19 00ac8860ef70: Pulling fs layer 15:10:19 63d7cb157983: Pulling fs layer 15:10:19 b116817d02f9: Pulling fs layer 15:10:19 745a02a5169b: Pulling fs layer 15:10:19 00ac8860ef70: Waiting 15:10:19 63d7cb157983: Waiting 15:10:19 b116817d02f9: Waiting 15:10:19 745a02a5169b: Waiting 15:10:19 18c013af1878: Verifying Checksum 15:10:19 18c013af1878: Download complete 15:10:19 a4357932f1b6: Verifying Checksum 15:10:19 a4357932f1b6: Download complete 15:10:19 63d7cb157983: Verifying Checksum 15:10:19 63d7cb157983: Download complete 15:10:19 b116817d02f9: Verifying Checksum 15:10:19 b116817d02f9: Download complete 15:10:20 5f621e34cdf4: Download complete 15:10:21 5f621e34cdf4: Pull complete 15:10:21 a4357932f1b6: Pull complete 15:10:22 18c013af1878: Pull complete 15:10:23 745a02a5169b: Verifying Checksum 15:10:23 745a02a5169b: Download complete 15:10:23 00ac8860ef70: Verifying Checksum 15:10:23 00ac8860ef70: Download complete 15:10:29 Running on prd-centos7-docker-4c-2g-32969 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 15:10:29 Running in /w/workspace/device-sdk-go/142 [Pipeline] { [Pipeline] checkout 15:10:31 using credential edgex-jenkins-ssh 15:10:31 Cloning the remote Git repository 15:10:31 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 15:10:32 > git init /w/workspace/device-sdk-go/142 # timeout=10 15:10:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:10:32 > git --version # timeout=10 15:10:32 > git --version # 'git version 2.24.3' 15:10:32 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:10:33 Checking out Revision 7565948cf2a22d3fef01b48e9653f9446226441c (master) 15:10:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:10:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:10:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:10:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:10:32 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:10:33 > git config core.sparsecheckout # timeout=10 15:10:33 > git checkout -f 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 15:10:34 00ac8860ef70: Pull complete 15:10:34 63d7cb157983: Pull complete 15:10:34 b116817d02f9: Pull complete 15:10:37 Commit message: "Merge pull request #862 from hahattan/issue-854" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:10:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:10:38 745a02a5169b: Pull complete 15:10:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:10:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:10:38 ---> b7e6874047d6 15:10:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:10:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:10:38 + sudo service docker restart 15:10:38 + true 15:10:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:10:40 provisioning config files... 15:10:40 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/142@tmp/config4727640936946771707tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:10:40 ---> docker-login.sh 15:10:40 nexus3.edgexfoundry.org:10001 15:10:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:41 ---> Running in 79818e71edd5 15:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:41 Configure a credential helper to remove this warning. See 15:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:41 15:10:41 Login Succeeded 15:10:41 nexus3.edgexfoundry.org:10002 15:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:41 Removing intermediate container 79818e71edd5 15:10:41 ---> 803815fdc0a2 15:10:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:41 Configure a credential helper to remove this warning. See 15:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:41 15:10:41 Login Succeeded 15:10:41 nexus3.edgexfoundry.org:10003 15:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:41 ---> Running in d305b86d0aef 15:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:41 Configure a credential helper to remove this warning. See 15:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:41 15:10:41 Login Succeeded 15:10:41 nexus3.edgexfoundry.org:10004 15:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:41 Configure a credential helper to remove this warning. See 15:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:41 15:10:41 Login Succeeded 15:10:41 docker.io 15:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:42 Configure a credential helper to remove this warning. See 15:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:42 15:10:42 Login Succeeded 15:10:42 ---> docker-login.sh ends [Pipeline] } 15:10:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:10:42 ========================================================= 15:10:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:10:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:10:43 + 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 . 15:10:43 Sending build context to Docker daemon 2.372MB 15:10:43 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:10:43 Step 2/8 : FROM ${BASE} 15:10:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:10:43 188c0c94c7c5: Pulling fs layer 15:10:43 0ef7d3d256c8: Pulling fs layer 15:10:43 de9db76c5a1d: Pulling fs layer 15:10:43 bca2f99d35d6: Pulling fs layer 15:10:43 93359f2a8cfa: Pulling fs layer 15:10:43 7c6f9722023f: Pulling fs layer 15:10:43 a35cf1a2eb13: Pulling fs layer 15:10:43 93359f2a8cfa: Waiting 15:10:43 bca2f99d35d6: Waiting 15:10:43 7c6f9722023f: Waiting 15:10:43 a35cf1a2eb13: Waiting 15:10:43 de9db76c5a1d: Verifying Checksum 15:10:43 de9db76c5a1d: Download complete 15:10:43 0ef7d3d256c8: Verifying Checksum 15:10:43 0ef7d3d256c8: Download complete 15:10:43 93359f2a8cfa: Download complete 15:10:43 7c6f9722023f: Verifying Checksum 15:10:43 7c6f9722023f: Download complete 15:10:43 188c0c94c7c5: Verifying Checksum 15:10:43 188c0c94c7c5: Download complete 15:10:43 188c0c94c7c5: Pull complete 15:10:43 0ef7d3d256c8: Pull complete 15:10:44 de9db76c5a1d: Pull complete 15:10:44 Removing intermediate container d305b86d0aef 15:10:44 ---> cdabdec96f81 15:10:44 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 15:10:44 ---> Running in 104bbbdd9efb 15:10:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:10:45 a35cf1a2eb13: Verifying Checksum 15:10:45 a35cf1a2eb13: Download complete 15:10:45 bca2f99d35d6: Download complete 15:10:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:10:46 (1/6) Installing libc-dev (0.7.2-r3) 15:10:47 (2/6) Installing libsodium (1.0.18-r0) 15:10:47 (3/6) Installing pkgconf (1.7.2-r0) 15:10:47 (4/6) Installing libsodium-dev (1.0.18-r0) 15:10:47 (5/6) Installing libzmq (4.3.3-r0) 15:10:47 (6/6) Installing zeromq-dev (4.3.3-r0) 15:10:47 Executing busybox-1.31.1-r19.trigger 15:10:47 OK: 144 MiB in 45 packages 15:10:49 Removing intermediate container 104bbbdd9efb 15:10:49 ---> 2ba054eaa166 15:10:49 Step 6/8 : WORKDIR /device-sdk-go 15:10:49 ---> Running in e58c3344cfc8 15:10:49 Removing intermediate container e58c3344cfc8 15:10:49 ---> 0b7a7ab643a7 15:10:49 Step 7/8 : COPY . . 15:10:51 ---> 90a394c1a5cf 15:10:51 Step 8/8 : RUN go mod download 15:10:51 ---> Running in 0ec1e7f8d83e 15:10:52 bca2f99d35d6: Pull complete 15:10:52 93359f2a8cfa: Pull complete 15:10:52 7c6f9722023f: Pull complete 15:10:56 a35cf1a2eb13: Pull complete 15:10:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:10:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:10:57 ---> a62c8e92a672 15:10:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:10:57 ---> Running in e1fa30826b41 15:10:57 Removing intermediate container e1fa30826b41 15:10:57 ---> abe7e4c0cf6c 15:10:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:10:57 ---> Running in 096e0e53f501 15:10:58 Removing intermediate container 096e0e53f501 15:10:58 ---> f89935e350e3 15:10:58 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 15:10:58 ---> Running in 9b76867af2bf 15:10:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:11:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:11:01 (1/6) Installing libc-dev (0.7.2-r3) 15:11:01 (2/6) Installing libsodium (1.0.18-r0) 15:11:01 (3/6) Installing pkgconf (1.7.2-r0) 15:11:01 (4/6) Installing libsodium-dev (1.0.18-r0) 15:11:01 (5/6) Installing libzmq (4.3.3-r0) 15:11:01 (6/6) Installing zeromq-dev (4.3.3-r0) 15:11:01 Executing busybox-1.31.1-r19.trigger 15:11:01 OK: 167 MiB in 45 packages 15:11:02 Removing intermediate container 9b76867af2bf 15:11:02 ---> 214b93abc586 15:11:02 Step 6/8 : WORKDIR /device-sdk-go 15:11:02 ---> Running in f3985fd83454 15:11:02 Removing intermediate container f3985fd83454 15:11:02 ---> 78dbaecdf085 15:11:02 Step 7/8 : COPY . . 15:11:04 ---> aca87e58a54a 15:11:04 Step 8/8 : RUN go mod download 15:11:04 ---> Running in 7232d3546cf3 15:11:17 Removing intermediate container 0ec1e7f8d83e 15:11:17 ---> 4073bee3fac9 15:11:17 Successfully built 4073bee3fac9 15:11:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:11:18 + docker inspect -f . ci-base-image-arm64 15:11:18 . [Pipeline] withDockerContainer 15:11:18 prd-ubuntu18.04-docker-arm64-4c-16g-32968 does not seem to be running inside a container 15:11:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/142 -v /w/workspace/device-sdk-go/142:/w/workspace/device-sdk-go/142:rw,z -v /w/workspace/device-sdk-go/142@tmp:/w/workspace/device-sdk-go/142@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:11:20 $ docker top 57f29e4fa86044b0263d6200b5087e76e80f575058f6a2d687c63f1bef73b5f0 -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:21 + go version 15:11:21 go version go1.15.5 linux/arm64 [Pipeline] } 15:11:21 $ docker stop --time=1 57f29e4fa86044b0263d6200b5087e76e80f575058f6a2d687c63f1bef73b5f0 15:11:23 $ docker rm -f 57f29e4fa86044b0263d6200b5087e76e80f575058f6a2d687c63f1bef73b5f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:11:24 + docker inspect -f . ci-base-image-arm64 15:11:24 . [Pipeline] withDockerContainer 15:11:24 prd-ubuntu18.04-docker-arm64-4c-16g-32968 does not seem to be running inside a container 15:11:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/142 -v /w/workspace/device-sdk-go/142:/w/workspace/device-sdk-go/142:rw,z -v /w/workspace/device-sdk-go/142@tmp:/w/workspace/device-sdk-go/142@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:11:26 $ docker top 4b37decb44b1b73b95004610d1639b95b263119fac1405b3c1152d7f378c2759 -eo pid,comm 15:11:26 Removing intermediate container 7232d3546cf3 15:11:26 ---> b9e9073cee25 15:11:26 Successfully built b9e9073cee25 15:11:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 15:11:26 + docker inspect -f . ci-base-image-x86_64 15:11:26 . [Pipeline] withDockerContainer 15:11:27 prd-centos7-docker-4c-2g-32969 does not seem to be running inside a container 15:11:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/142 -v /w/workspace/device-sdk-go/142:/w/workspace/device-sdk-go/142:rw,z -v /w/workspace/device-sdk-go/142@tmp:/w/workspace/device-sdk-go/142@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 15:11:27 + make test 15:11:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:11:28 $ docker top 0f6720f26fa35a17b7ca9431ad32f0c87138be1c35348003c203fa97e7434c3e -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:28 + go version 15:11:28 go version go1.15.5 linux/amd64 [Pipeline] } 15:11:28 $ docker stop --time=1 0f6720f26fa35a17b7ca9431ad32f0c87138be1c35348003c203fa97e7434c3e 15:11:30 $ docker rm -f 0f6720f26fa35a17b7ca9431ad32f0c87138be1c35348003c203fa97e7434c3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:11:30 + docker inspect -f . ci-base-image-x86_64 15:11:30 . [Pipeline] withDockerContainer 15:11:31 prd-centos7-docker-4c-2g-32969 does not seem to be running inside a container 15:11:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/142 -v /w/workspace/device-sdk-go/142:/w/workspace/device-sdk-go/142:rw,z -v /w/workspace/device-sdk-go/142@tmp:/w/workspace/device-sdk-go/142@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 15:11:31 $ docker top 7c141e1529682274b5b9e09f329ea979ecb23b21f1fb08ca3054b7813c436b59 -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:32 + make test 15:11:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:11:40 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 15:11:49 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 15:12:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 15:12:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 15:12:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 15:12:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 15:12:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 15:12:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.098s coverage: 28.1% of statements 15:12:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.069s coverage: 78.9% of statements 15:12:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.076s coverage: 7.8% of statements 15:12:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 15:12:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 15:12:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 15:12:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.100s coverage: 32.5% of statements 15:12:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 15:12:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 15:12:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 15:12:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.104s coverage: 57.3% of statements 15:12:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.260s coverage: 6.6% of statements 15:12:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.059s coverage: 5.0% of statements 15:12:06 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 15:12:06 GO111MODULE=on go vet ./... 15:12:24 gofmt -l . 15:12:24 [ "`gofmt -l .`" = "" ] 15:12:24 ./bin/test-attribution-txt.sh 15:12:24 ./bin/test-go-mod-tidy.sh [Pipeline] } 15:12:25 $ docker stop --time=1 7c141e1529682274b5b9e09f329ea979ecb23b21f1fb08ca3054b7813c436b59 15:12:26 $ docker rm -f 7c141e1529682274b5b9e09f329ea979ecb23b21f1fb08ca3054b7813c436b59 [Pipeline] // withDockerContainer [Pipeline] sh 15:12:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:12:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:12:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:12:31 + ls -al . 15:12:31 total 188 15:12:31 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 15:12 . 15:12:31 drwxrwxr-x. 4 jenkins jenkins 32 Apr 6 15:10 .. 15:12:31 drwxrwxr-x. 2 jenkins jenkins 64 Apr 6 15:10 bin 15:12:31 -rw-r--r--. 1 jenkins jenkins 99189 Apr 6 15:12 coverage.out 15:12:31 -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 15:10 Dockerfile.build 15:12:31 -rw-rw-r--. 1 jenkins jenkins 140 Apr 6 15:10 .dockerignore 15:12:31 drwxrwxr-x. 5 jenkins jenkins 62 Apr 6 15:10 example 15:12:31 drwxrwxr-x. 8 jenkins jenkins 162 Apr 6 15:10 .git 15:12:31 drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 15:10 .github 15:12:31 -rw-rw-r--. 1 jenkins jenkins 138 Apr 6 15:10 .gitignore 15:12:31 -rw-r--r--. 1 jenkins jenkins 572 Apr 6 15:12 go.mod 15:12:31 -rw-r--r--. 1 jenkins jenkins 20946 Apr 6 15:12 go.sum 15:12:31 drwxrwxr-x. 14 jenkins jenkins 207 Apr 6 15:10 internal 15:12:31 -rw-rw-r--. 1 jenkins jenkins 901 Apr 6 15:10 Jenkinsfile 15:12:31 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 6 15:10 LICENSE 15:12:31 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 6 15:10 Makefile 15:12:31 drwxrwxr-x. 4 jenkins jenkins 26 Apr 6 15:10 openapi 15:12:31 drwxrwxr-x. 5 jenkins jenkins 50 Apr 6 15:10 pkg 15:12:31 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 6 15:10 README.md 15:12:31 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 6 15:10 RELEASE-NOTES.txt 15:12:31 drwxrwxr-x. 4 jenkins jenkins 54 Apr 6 15:10 snap 15:12:31 -rw-rw-r--. 1 jenkins jenkins 12 Apr 6 15:07 VERSION 15:12:31 -rw-rw-r--. 1 jenkins jenkins 222 Apr 6 15:10 version.go [Pipeline] isUnix [Pipeline] sh 15:12:31 + 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=7565948cf2a22d3fef01b48e9653f9446226441c --label arch=amd64 --label version=2.0.0-dev.37 . 15:12:31 Sending build context to Docker daemon 2.471MB 15:12:31 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 15:12:31 Step 2/23 : FROM ${BASE} AS builder 15:12:31 ---> b9e9073cee25 15:12:31 Step 3/23 : WORKDIR /device-sdk-go 15:12:32 ---> Running in 678569f75291 15:12:32 Removing intermediate container 678569f75291 15:12:32 ---> 83536a84dec2 15:12:32 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:12:32 ---> Running in dbdc0a48aa96 15:12:32 Removing intermediate container dbdc0a48aa96 15:12:32 ---> 1308f86f3ea0 15:12:32 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:12:32 ---> Running in c5165a19eaa9 15:12:33 Removing intermediate container c5165a19eaa9 15:12:33 ---> 1a04869a731d 15:12:33 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 15:12:33 ---> Running in e38f4f025d05 15:12:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:12:35 OK: 167 MiB in 45 packages 15:12:36 Removing intermediate container e38f4f025d05 15:12:36 ---> a2606b9c9242 15:12:36 Step 7/23 : COPY . . 15:12:37 ---> 4d129c47df06 15:12:37 Step 8/23 : RUN go mod download 15:12:37 ---> Running in f3b7fafe6e3b 15:12:38 Removing intermediate container f3b7fafe6e3b 15:12:38 ---> 7a150ca35804 15:12:38 Step 9/23 : RUN make build 15:12:38 ---> Running in b5346e07ed8d 15:12:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.37" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 15:12:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 15:12:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 15:12:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 15:12:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 15:12:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 15:12:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.152s coverage: 28.1% of statements 15:12:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.157s coverage: 78.9% of statements 15:12:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.186s coverage: 7.8% of statements 15:12:48 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 15:12:48 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 15:12:48 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 15:12:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.245s coverage: 32.5% of statements 15:12:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 15:12:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 15:12:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 15:12:51 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 15:12:52 Removing intermediate container b5346e07ed8d 15:12:52 ---> 28e3f2e45046 15:12:52 Step 10/23 : FROM alpine:3.12 15:12:52 3.12: Pulling from library/alpine 15:12:52 532819f3e44c: Pulling fs layer 15:12:53 532819f3e44c: Verifying Checksum 15:12:53 532819f3e44c: Download complete 15:12:53 532819f3e44c: Pull complete 15:12:53 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 15:12:53 Status: Downloaded newer image for alpine:3.12 15:12:53 ---> 7230e588e954 15:12:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:12:53 ---> Running in 0bb5f06ef802 15:12:53 Removing intermediate container 0bb5f06ef802 15:12:53 ---> 6cd0ff5e4e4f 15:12:53 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:12:53 ---> Running in d10e808674a8 15:12:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.263s coverage: 57.3% of statements 15:12:54 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.227s coverage: 6.6% of statements 15:12:54 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.150s coverage: 5.0% of statements 15:12:54 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 15:12:54 GO111MODULE=on go vet ./... 15:12:54 Removing intermediate container d10e808674a8 15:12:54 ---> f5f4927fac2f 15:12:54 Step 13/23 : RUN apk add --update --no-cache zeromq 15:12:54 ---> Running in 3513338c733d 15:12:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:12:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:12:57 (1/5) Installing libgcc (9.3.0-r2) 15:12:57 (2/5) Installing libsodium (1.0.18-r0) 15:12:57 (3/5) Installing libstdc++ (9.3.0-r2) 15:12:57 (4/5) Installing libzmq (4.3.3-r0) 15:12:57 (5/5) Installing zeromq (4.3.3-r0) 15:12:57 Executing busybox-1.31.1-r20.trigger 15:12:57 OK: 8 MiB in 19 packages 15:12:58 Removing intermediate container 3513338c733d 15:12:58 ---> 69f28ad6bef7 15:12:58 Step 14/23 : WORKDIR / 15:12:58 ---> Running in 0c9aaba32a27 15:12:58 Removing intermediate container 0c9aaba32a27 15:12:58 ---> d5d94d9f44aa 15:12:58 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 15:12:58 ---> 68083c983d93 15:12:58 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 15:12:59 ---> 5138d5d2342e 15:12:59 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 15:12:59 ---> 27c1de5959de 15:12:59 Step 18/23 : EXPOSE 49990 15:12:59 ---> Running in b86d77fdde5d 15:12:59 Removing intermediate container b86d77fdde5d 15:12:59 ---> db07dc99d18d 15:12:59 Step 19/23 : ENTRYPOINT ["/device-simple"] 15:13:00 ---> Running in 7f73984fb98d 15:13:00 Removing intermediate container 7f73984fb98d 15:13:00 ---> d5d508a2845d 15:13:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:13:00 ---> Running in 0e25da7d3f23 15:13:00 Removing intermediate container 0e25da7d3f23 15:13:00 ---> 1bc5693844a2 15:13:00 Step 21/23 : LABEL arch=amd64 15:13:00 ---> Running in 483c9e89fee9 15:13:00 Removing intermediate container 483c9e89fee9 15:13:00 ---> 5378cc32e1bb 15:13:00 Step 22/23 : LABEL git_sha=7565948cf2a22d3fef01b48e9653f9446226441c 15:13:00 ---> Running in 2e6335fe8ff2 15:13:00 Removing intermediate container 2e6335fe8ff2 15:13:00 ---> 011fe7a2c3e6 15:13:00 Step 23/23 : LABEL version=2.0.0-dev.37 15:13:01 ---> Running in 1273025a2c70 15:13:01 Removing intermediate container 1273025a2c70 15:13:01 ---> c1e15f55b73f 15:13:01 [Warning] One or more build-args [ARCH MAKE] were not consumed 15:13:01 Successfully built c1e15f55b73f 15:13:01 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 15:13:02 ---> job-cost.sh 15:13:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dXZy 15:13:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:13:41 gofmt -l . 15:13:41 [ "`gofmt -l .`" = "" ] 15:13:41 ./bin/test-attribution-txt.sh 15:13:41 ./bin/test-go-mod-tidy.sh [Pipeline] } 15:13:41 $ docker stop --time=1 4b37decb44b1b73b95004610d1639b95b263119fac1405b3c1152d7f378c2759 15:13:43 $ docker rm -f 4b37decb44b1b73b95004610d1639b95b263119fac1405b3c1152d7f378c2759 [Pipeline] // withDockerContainer [Pipeline] sh 15:13:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:13:45 Warning: overwriting stash ‘coverage-report’ 15:13:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:13:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:13:47 + ls -al . 15:13:47 total 224 15:13:47 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 15:13 . 15:13:47 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 15:10 .. 15:13:47 -rw-rw-r-- 1 jenkins jenkins 140 Apr 6 15:10 .dockerignore 15:13:47 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 15:10 .git 15:13:47 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 15:10 .github 15:13:47 -rw-rw-r-- 1 jenkins jenkins 138 Apr 6 15:10 .gitignore 15:13:47 -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 15:10 Dockerfile.build 15:13:47 -rw-rw-r-- 1 jenkins jenkins 901 Apr 6 15:10 Jenkinsfile 15:13:47 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 6 15:10 LICENSE 15:13:47 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 6 15:10 Makefile 15:13:47 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 6 15:10 README.md 15:13:47 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 6 15:10 RELEASE-NOTES.txt 15:13:47 -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 15:07 VERSION 15:13:47 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 15:10 bin 15:13:47 -rw-r--r-- 1 jenkins jenkins 99189 Apr 6 15:12 coverage.out 15:13:47 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 15:10 example 15:13:47 -rw-r--r-- 1 jenkins jenkins 572 Apr 6 15:13 go.mod 15:13:47 -rw-r--r-- 1 jenkins jenkins 20946 Apr 6 15:13 go.sum 15:13:47 drwxrwxr-x 14 jenkins jenkins 4096 Apr 6 15:10 internal 15:13:47 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 15:10 openapi 15:13:47 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 15:10 pkg 15:13:47 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 15:10 snap 15:13:47 -rw-rw-r-- 1 jenkins jenkins 222 Apr 6 15:10 version.go [Pipeline] isUnix [Pipeline] sh 15:13:47 + 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=7565948cf2a22d3fef01b48e9653f9446226441c --label arch=arm64 --label version=2.0.0-dev.37 . 15:13:48 Sending build context to Docker daemon 2.47MB 15:13:48 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 15:13:48 Step 2/23 : FROM ${BASE} AS builder 15:13:48 ---> 4073bee3fac9 15:13:48 Step 3/23 : WORKDIR /device-sdk-go 15:13:48 ---> Running in a736814985b9 15:13:48 Removing intermediate container a736814985b9 15:13:48 ---> 67520d625f92 15:13:48 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:13:49 ---> Running in 43d4aa62f759 15:13:49 lf-activate-venv(): INFO: Adding /tmp/venv-dXZy/bin to PATH 15:13:49 INFO: No Stack... 15:13:49 INFO: Retrieving Pricing Info for: v1-standard-2 15:13:49 INFO: Archiving Costs [Pipeline] sh 15:13:49 Removing intermediate container 43d4aa62f759 15:13:49 ---> 5709ce00c274 15:13:49 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:13:49 ---> Running in 7d17b62f3088 15:13:49 + cat /w/workspace/device-sdk-go/142/archives/cost.csv 15:13:49 + cut -d, -f6 [Pipeline] lock 15:13:49 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] 15:13:49 Resource [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] did not exist. Created. 15:13:49 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:13:50 + echo total: 0.029999999329447746 [Pipeline] stash 15:13:50 Stashed 1 file(s) [Pipeline] } 15:13:50 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:13:52 Removing intermediate container 7d17b62f3088 15:13:52 ---> 789a75f167e7 15:13:52 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 15:13:52 ---> Running in 2b4f94202e0e 15:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:13:54 OK: 144 MiB in 45 packages 15:13:55 Removing intermediate container 2b4f94202e0e 15:13:55 ---> f1b47b846bb6 15:13:55 Step 7/23 : COPY . . 15:13:57 ---> 91642000cdd0 15:13:57 Step 8/23 : RUN go mod download 15:13:57 ---> Running in b04fb58a5d82 15:13:59 Removing intermediate container b04fb58a5d82 15:13:59 ---> d81d0e846e4a 15:13:59 Step 9/23 : RUN make build 15:13:59 ---> Running in 5a38def2c401 15:14:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.37" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 15:14:33 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 15:14:34 Removing intermediate container 5a38def2c401 15:14:34 ---> 6012772ad58d 15:14:34 Step 10/23 : FROM alpine:3.12 15:14:34 3.12: Pulling from library/alpine 15:14:34 9a219e8acc52: Pulling fs layer 15:14:35 9a219e8acc52: Verifying Checksum 15:14:35 9a219e8acc52: Download complete 15:14:35 9a219e8acc52: Pull complete 15:14:35 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 15:14:35 Status: Downloaded newer image for alpine:3.12 15:14:35 ---> d75e27dfc0a0 15:14:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:14:35 ---> Running in 6e17963849a1 15:14:36 Removing intermediate container 6e17963849a1 15:14:36 ---> c654f4fb4ecc 15:14:36 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:36 ---> Running in 86b9764ffb54 15:14:38 Removing intermediate container 86b9764ffb54 15:14:38 ---> 9a3d64f176f3 15:14:38 Step 13/23 : RUN apk add --update --no-cache zeromq 15:14:38 ---> Running in 67723b8fe1e0 15:14:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:14:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:14:41 (1/5) Installing libgcc (9.3.0-r2) 15:14:41 (2/5) Installing libsodium (1.0.18-r0) 15:14:41 (3/5) Installing libstdc++ (9.3.0-r2) 15:14:41 (4/5) Installing libzmq (4.3.3-r0) 15:14:41 (5/5) Installing zeromq (4.3.3-r0) 15:14:41 Executing busybox-1.31.1-r20.trigger 15:14:41 OK: 8 MiB in 19 packages 15:14:43 Removing intermediate container 67723b8fe1e0 15:14:43 ---> 87a3d535c70d 15:14:43 Step 14/23 : WORKDIR / 15:14:43 ---> Running in ba38f54087ce 15:14:43 Removing intermediate container ba38f54087ce 15:14:43 ---> 0f53f6328695 15:14:43 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 15:14:44 ---> f777223cb222 15:14:44 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 15:14:45 ---> 912c6f3e326b 15:14:45 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 15:14:46 ---> 8842dfdc0e78 15:14:46 Step 18/23 : EXPOSE 49990 15:14:46 ---> Running in 69da8b15088e 15:14:47 Removing intermediate container 69da8b15088e 15:14:47 ---> 906201d3c3bc 15:14:47 Step 19/23 : ENTRYPOINT ["/device-simple"] 15:14:47 ---> Running in ebbc5f8d5c07 15:14:47 Removing intermediate container ebbc5f8d5c07 15:14:47 ---> 5641d8064781 15:14:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:14:47 ---> Running in 6cdf6a85e153 15:14:48 Removing intermediate container 6cdf6a85e153 15:14:48 ---> d57c7e04b1c2 15:14:48 Step 21/23 : LABEL arch=arm64 15:14:48 ---> Running in bc4fdda683b5 15:14:48 Removing intermediate container bc4fdda683b5 15:14:48 ---> 4fb02273f7f0 15:14:48 Step 22/23 : LABEL git_sha=7565948cf2a22d3fef01b48e9653f9446226441c 15:14:48 ---> Running in bb1af3357c69 15:14:49 Removing intermediate container bb1af3357c69 15:14:49 ---> 678d3d5ad1bc 15:14:49 Step 23/23 : LABEL version=2.0.0-dev.37 15:14:49 ---> Running in 42a1105da5ba 15:14:50 Removing intermediate container 42a1105da5ba 15:14:50 ---> 9582340a7f7a 15:14:50 [Warning] One or more build-args [ARCH MAKE] were not consumed 15:14:50 Successfully built 9582340a7f7a 15:14:50 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 15:14:51 ---> job-cost.sh 15:14:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FceF 15:15:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:16:53 lf-activate-venv(): INFO: Adding /tmp/venv-FceF/bin to PATH 15:16:53 INFO: No Stack... 15:16:54 INFO: Retrieving Pricing Info for: lf-standard-4 15:16:54 INFO: Archiving Costs [Pipeline] sh 15:16:54 + + cat /w/workspace/device-sdk-go/142/archives/cost.csv 15:16:54 cut -d, -f6 [Pipeline] lock 15:16:55 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] 15:16:55 Resource [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] did not exist. Created. 15:16:55 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:16:55 /w/workspace/device-sdk-go/142@tmp/durable-ed1ae097/script.sh: 1: /w/workspace/device-sdk-go/142@tmp/durable-ed1ae097/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:16:55 + echo total: 0.20999999344348907 [Pipeline] stash 15:16:55 Warning: overwriting stash ‘stack-cost’ 15:16:56 Stashed 1 file(s) [Pipeline] } 15:16:56 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-142-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 15:16:57 provisioning config files... 15:16:57 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6882368438406181308tmp [Pipeline] { [Pipeline] sh 15:16:57 + set +x 15:16:57 + curl -s https://codecov.io/bash 15:16:57 + bash -s -- 15:16:58 15:16:58 _____ _ 15:16:58 / ____| | | 15:16:58 | | ___ __| | ___ ___ _____ __ 15:16:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:16:58 | |___| (_) | (_| | __/ (_| (_) \ V / 15:16:58 \_____\___/ \__,_|\___|\___\___/ \_/ 15:16:58 Bash-20210309-2b87ace 15:16:58 15:16:58 15:16:58 ==> git version 2.24.3 found 15:16:58 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:16:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:16:58 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:16:58 ==> Jenkins CI detected. 15:16:58 project root: . 15:16:58 --> token set from env 15:16:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:16:58 ==> Running gcov in . (disable via -X gcov) 15:16:58 ==> Python coveragepy not found 15:16:58 ==> Searching for coverage reports in: 15:16:58 + . 15:16:58 -> Found 1 reports 15:16:58 ==> Detecting git/mercurial file structure 15:16:58 ==> Reading reports 15:16:58 + ./coverage.out bytes=99189 15:16:58 ==> Appending adjustments 15:16:58 https://docs.codecov.io/docs/fixing-reports 15:16:58 + Found adjustments 15:16:58 ==> Gzipping contents 15:16:58 16K /tmp/codecov.JPFebK.gz 15:16:58 ==> Uploading reports 15:16:58 url: https://codecov.io 15:16:58 query: branch=master&commit=7565948cf2a22d3fef01b48e9653f9446226441c&build=142&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F142%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:16:58 -> Pinging Codecov 15:16:58 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=7565948cf2a22d3fef01b48e9653f9446226441c&build=142&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F142%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:16:59 -> Uploading to 15:16:59 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/7E55EF52A471D76F132DFD9A03CDDE97/7565948cf2a22d3fef01b48e9653f9446226441c/f90b19ac-fe3a-4b66-991a-100f1187c1da.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T151659Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6b2be6738c755dbd7ddf12d2d008d7d957dabed6cdb4318e15e0cb5c8326b0ff 15:16:59 % Total % Received % Xferd Average Speed Time Time Time Current 15:16:59 Dload Upload Total Spent Left Speed 15:16:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13424 0 0 100 13424 0 27979 --:--:-- --:--:-- --:--:-- 27966 100 13424 0 0 100 13424 0 27967 --:--:-- --:--:-- --:--:-- 27966 15:16:59 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7565948cf2a22d3fef01b48e9653f9446226441c [Pipeline] } 15:16:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:17:00 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:17:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:17:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:17:01 15:17:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:17:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:17:01 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:17:01 188c0c94c7c5: Pulling fs layer 15:17:01 0ef7d3d256c8: Pulling fs layer 15:17:01 de9db76c5a1d: Pulling fs layer 15:17:01 0eba1c9be4d2: Pulling fs layer 15:17:01 0d57e429df01: Pulling fs layer 15:17:01 4e4be7b47b0d: Pulling fs layer 15:17:01 e1f770b5df2f: Pulling fs layer 15:17:01 85a0685a4137: Pulling fs layer 15:17:01 4e4be7b47b0d: Waiting 15:17:01 0eba1c9be4d2: Waiting 15:17:01 85a0685a4137: Waiting 15:17:01 0d57e429df01: Waiting 15:17:01 de9db76c5a1d: Verifying Checksum 15:17:01 de9db76c5a1d: Download complete 15:17:01 0ef7d3d256c8: Verifying Checksum 15:17:01 0ef7d3d256c8: Download complete 15:17:01 0d57e429df01: Verifying Checksum 15:17:01 0d57e429df01: Download complete 15:17:01 188c0c94c7c5: Verifying Checksum 15:17:01 188c0c94c7c5: Download complete 15:17:01 4e4be7b47b0d: Verifying Checksum 15:17:01 4e4be7b47b0d: Download complete 15:17:02 188c0c94c7c5: Pull complete 15:17:02 0ef7d3d256c8: Pull complete 15:17:02 de9db76c5a1d: Pull complete 15:17:03 e1f770b5df2f: Verifying Checksum 15:17:03 e1f770b5df2f: Download complete 15:17:05 0eba1c9be4d2: Verifying Checksum 15:17:05 0eba1c9be4d2: Download complete 15:17:05 85a0685a4137: Verifying Checksum 15:17:05 85a0685a4137: Download complete 15:17:12 0eba1c9be4d2: Pull complete 15:17:12 0d57e429df01: Pull complete 15:17:12 4e4be7b47b0d: Pull complete 15:17:14 e1f770b5df2f: Pull complete 15:17:22 85a0685a4137: Pull complete 15:17:22 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:17:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:17:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:17:23 prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container 15:17:23 $ 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 15:17:24 $ docker top 89b6ef994142255cb6a59151cd0aaed71a615d0bfea983b8a7487a997b233f36 -eo pid,comm [Pipeline] { [Pipeline] echo 15:17:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:17:25 + set -o pipefail 15:17:25 + snyk monitor '--org=edgex-jenkins' 15:17:33 15:17:33 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 15:17:33 15:17:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/94c1b483-59b4-41af-bcd3-e2260add96be 15:17:33 15:17:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:17:33 15:17:33 15:17:33 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 15:17:33 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:17:33 $ docker stop --time=1 89b6ef994142255cb6a59151cd0aaed71a615d0bfea983b8a7487a997b233f36 15:17:36 $ docker rm -f 89b6ef994142255cb6a59151cd0aaed71a615d0bfea983b8a7487a997b233f36 [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 15:17:37 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:17:37 provisioning config files... 15:17:37 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7738235806944741620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:17:37 --> edgex-publish-swagger.sh 15:17:37 === Publish openapi/v1 API === 15:17:37 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 15:17:37 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 15:17:37 % Total % Received % Xferd Average Speed Time Time Time Current 15:17:37 Dload Upload Total Spent Left Speed 15:17:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 25659 --:--:-- --:--:-- --:--:-- 25704 15:17:38 15:17:38 15:17:38 === Publish openapi/v2 API === 15:17:38 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:17:38 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 15:17:38 % Total % Received % Xferd Average Speed Time Time Time Current 15:17:38 Dload Upload Total Spent Left Speed 15:17:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 81312 --:--:-- --:--:-- --:--:-- 81331 15:17:39 15:17:39 [Pipeline] } 15:17:39 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 15:17:40 + git log --format=format:%s -1 7565948cf2a22d3fef01b48e9653f9446226441c [Pipeline] isUnix [Pipeline] sh 15:17:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:17:40 . [Pipeline] withDockerContainer 15:17:40 prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container 15:17:40 $ 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 15:17:41 $ docker top 7b2dad40aa44a5cf2ab59729d82d850b68b60ee48997ed584da744afad6992b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:17:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:17:41 [ssh-agent] Looking for ssh-agent implementation... 15:17:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:17:41 $ docker exec 7b2dad40aa44a5cf2ab59729d82d850b68b60ee48997ed584da744afad6992b3 ssh-agent 15:17:41 SSH_AUTH_SOCK=/tmp/ssh-0rsdPHFNLXVZ/agent.12 15:17:41 SSH_AGENT_PID=18 15:17:41 Running ssh-add (command line suppressed) 15:17:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3820278086135357610.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3820278086135357610.key) 15:17:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:17:42 + git semver tag 15:17:42 # -> Open(): unable to determine branch for HEAD 15:17:42 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:17:42 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:17:42 # $SEMVER_REMOTE_NAME = origin 15:17:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:17:42 # $SEMVER_USER_NAME = edgex-jenkins 15:17:42 # $SEMVER_BRANCH = master 15:17:42 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 15:17:42 # 7565948cf2a22d3fef01b48e9653f9446226441c HEAD 15:17:42 # -> Force: false 15:17:42 # 35e910205c0d9233f72eb64e20706ffd002890d1 refs/tags/v2.0.0-dev.37 [Pipeline] } 15:17:42 $ docker exec --env ******** --env ******** 7b2dad40aa44a5cf2ab59729d82d850b68b60ee48997ed584da744afad6992b3 ssh-agent -k 15:17:42 unset SSH_AUTH_SOCK; 15:17:42 unset SSH_AGENT_PID; 15:17:42 echo Agent pid 18 killed; 15:17:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:17:43 + git semver [Pipeline] } 15:17:43 $ docker stop --time=1 7b2dad40aa44a5cf2ab59729d82d850b68b60ee48997ed584da744afad6992b3 15:17:44 $ docker rm -f 7b2dad40aa44a5cf2ab59729d82d850b68b60ee48997ed584da744afad6992b3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:17:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:17:45 15:17:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:17:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:17:45 0.23.1-centos7: Pulling from edgex-lftools 15:17:45 ab5ef0e58194: Pulling fs layer 15:17:45 9712f1f96733: Pulling fs layer 15:17:45 63f879dbbcfc: Pulling fs layer 15:17:45 0d9ebad4ef96: Pulling fs layer 15:17:45 e9a5061849ea: Pulling fs layer 15:17:45 d747dcd14b5f: Pulling fs layer 15:17:45 2de7ff778b66: Pulling fs layer 15:17:45 e9a5061849ea: Waiting 15:17:45 2de7ff778b66: Waiting 15:17:45 d747dcd14b5f: Waiting 15:17:45 0d9ebad4ef96: Waiting 15:17:45 9712f1f96733: Verifying Checksum 15:17:45 9712f1f96733: Download complete 15:17:47 63f879dbbcfc: Verifying Checksum 15:17:47 63f879dbbcfc: Download complete 15:17:47 e9a5061849ea: Verifying Checksum 15:17:47 e9a5061849ea: Download complete 15:17:47 d747dcd14b5f: Verifying Checksum 15:17:47 d747dcd14b5f: Download complete 15:17:47 2de7ff778b66: Verifying Checksum 15:17:47 2de7ff778b66: Download complete 15:17:47 0d9ebad4ef96: Verifying Checksum 15:17:47 0d9ebad4ef96: Download complete 15:17:48 ab5ef0e58194: Verifying Checksum 15:17:48 ab5ef0e58194: Download complete 15:17:52 ab5ef0e58194: Pull complete 15:17:52 9712f1f96733: Pull complete 15:17:55 63f879dbbcfc: Pull complete 15:18:02 0d9ebad4ef96: Pull complete 15:18:02 e9a5061849ea: Pull complete 15:18:03 d747dcd14b5f: Pull complete 15:18:06 2de7ff778b66: Pull complete 15:18:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:18:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:18:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:18:06 prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container 15:18:06 $ 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 15:18:10 $ docker top 6b7cdc09baa123fcba51c4708cc87855eea81e4337fc9c83a9e0013b89e10033 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:18:10 provisioning config files... 15:18:10 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7868272032202849131tmp 15:18:10 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5144531864655316627tmp 15:18:10 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7953604844449435496tmp [Pipeline] { [Pipeline] echo 15:18:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:18:11 ---> sigul-configuration.sh 15:18:11 gpg: directory `/root/.gnupg' created 15:18:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:18:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:18:11 gpg: keyring `/root/.gnupg/secring.gpg' created 15:18:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:18:11 gpg: CAST5 encrypted data 15:18:11 gpg: encrypted with 1 passphrase 15:18:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:18:11 + mkdir /home/jenkins 15:18:11 + mkdir /home/jenkins/sigul [Pipeline] sh 15:18:12 + 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 15:18:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:18:12 ---> sigul-install.sh 15:18:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:18:19 + git tag --list 15:18:19 0.7.1 15:18:19 delhi-tag 15:18:19 v1.0.0 15:18:19 v1.1.0 15:18:19 v1.1.1 15:18:19 v1.1.2 15:18:19 v1.2.0 15:18:19 v1.2.1 15:18:19 v1.2.2 15:18:19 v1.2.3 15:18:19 v1.3.0 15:18:19 v1.4.0 15:18:19 v2.0.0-dev.1 15:18:19 v2.0.0-dev.10 15:18:19 v2.0.0-dev.11 15:18:19 v2.0.0-dev.12 15:18:19 v2.0.0-dev.13 15:18:19 v2.0.0-dev.14 15:18:19 v2.0.0-dev.15 15:18:19 v2.0.0-dev.16 15:18:19 v2.0.0-dev.17 15:18:19 v2.0.0-dev.18 15:18:19 v2.0.0-dev.19 15:18:19 v2.0.0-dev.2 15:18:19 v2.0.0-dev.20 15:18:19 v2.0.0-dev.21 15:18:19 v2.0.0-dev.22 15:18:19 v2.0.0-dev.23 15:18:19 v2.0.0-dev.24 15:18:19 v2.0.0-dev.25 15:18:19 v2.0.0-dev.26 15:18:19 v2.0.0-dev.27 15:18:19 v2.0.0-dev.28 15:18:19 v2.0.0-dev.29 15:18:19 v2.0.0-dev.3 15:18:19 v2.0.0-dev.30 15:18:19 v2.0.0-dev.31 15:18:19 v2.0.0-dev.32 15:18:19 v2.0.0-dev.33 15:18:19 v2.0.0-dev.34 15:18:19 v2.0.0-dev.35 15:18:19 v2.0.0-dev.36 15:18:19 v2.0.0-dev.37 15:18:19 v2.0.0-dev.4 15:18:19 v2.0.0-dev.5 15:18:19 v2.0.0-dev.6 15:18:19 v2.0.0-dev.7 15:18:19 v2.0.0-dev.8 15:18:19 v2.0.0-dev.9 [Pipeline] sh 15:18:19 + lftools sign git-tag v2.0.0-dev.37 15:18:21 Signing Git tag with Sigul... 15:18:21 Signing v2.0.0-dev.37 [Pipeline] echo 15:18:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:18:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:18:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:18:22 $ docker stop --time=1 6b7cdc09baa123fcba51c4708cc87855eea81e4337fc9c83a9e0013b89e10033 15:18:24 $ docker rm -f 6b7cdc09baa123fcba51c4708cc87855eea81e4337fc9c83a9e0013b89e10033 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:18:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:18:25 . [Pipeline] withDockerContainer 15:18:25 prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container 15:18:25 $ 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 15:18:26 $ docker top 8f81c59dc1c67bf862847cf841ed46539c1aeb59e1a7570af74d228a2fb0281f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:18:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:18:26 [ssh-agent] Looking for ssh-agent implementation... 15:18:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:18:26 $ docker exec 8f81c59dc1c67bf862847cf841ed46539c1aeb59e1a7570af74d228a2fb0281f ssh-agent 15:18:26 SSH_AUTH_SOCK=/tmp/ssh-zArehm6cIrSl/agent.12 15:18:26 SSH_AGENT_PID=17 15:18:26 Running ssh-add (command line suppressed) 15:18:27 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2883402857265123403.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2883402857265123403.key) 15:18:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:18:27 + git semver bump pre 15:18:27 # -> Open(): unable to determine branch for HEAD 15:18:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:18:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:18:27 # $SEMVER_REMOTE_NAME = origin 15:18:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:18:27 # $SEMVER_USER_NAME = edgex-jenkins 15:18:27 # $SEMVER_BRANCH = master 15:18:27 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 15:18:27 2.0.0-dev.38 [Pipeline] } 15:18:27 $ docker exec --env ******** --env ******** 8f81c59dc1c67bf862847cf841ed46539c1aeb59e1a7570af74d228a2fb0281f ssh-agent -k 15:18:27 unset SSH_AUTH_SOCK; 15:18:27 unset SSH_AGENT_PID; 15:18:27 echo Agent pid 17 killed; 15:18:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:18:28 + git semver [Pipeline] } 15:18:28 $ docker stop --time=1 8f81c59dc1c67bf862847cf841ed46539c1aeb59e1a7570af74d228a2fb0281f 15:18:29 $ docker rm -f 8f81c59dc1c67bf862847cf841ed46539c1aeb59e1a7570af74d228a2fb0281f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:18:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:18:30 . [Pipeline] withDockerContainer 15:18:30 prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container 15:18:30 $ 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 15:18:30 $ docker top 5e434adfcba5a10902b0532072d70dfa99e297feb29ac505eca9e0e7fa5b679f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:18:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:18:31 [ssh-agent] Looking for ssh-agent implementation... 15:18:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:18:31 $ docker exec 5e434adfcba5a10902b0532072d70dfa99e297feb29ac505eca9e0e7fa5b679f ssh-agent 15:18:31 SSH_AUTH_SOCK=/tmp/ssh-yUoP6GExLZZv/agent.12 15:18:31 SSH_AGENT_PID=18 15:18:31 Running ssh-add (command line suppressed) 15:18:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1723838197757837249.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1723838197757837249.key) 15:18:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:18:32 + git semver push 15:18:32 # -> Open(): unable to determine branch for HEAD 15:18:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:18:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:18:32 # $SEMVER_REMOTE_NAME = origin 15:18:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:18:32 # $SEMVER_USER_NAME = edgex-jenkins 15:18:32 # $SEMVER_BRANCH = master 15:18:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 15:18:36 $ docker exec --env ******** --env ******** 5e434adfcba5a10902b0532072d70dfa99e297feb29ac505eca9e0e7fa5b679f ssh-agent -k 15:18:36 unset SSH_AUTH_SOCK; 15:18:36 unset SSH_AGENT_PID; 15:18:36 echo Agent pid 18 killed; 15:18:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:18:37 + git semver [Pipeline] } 15:18:37 $ docker stop --time=1 5e434adfcba5a10902b0532072d70dfa99e297feb29ac505eca9e0e7fa5b679f 15:18:38 $ docker rm -f 5e434adfcba5a10902b0532072d70dfa99e297feb29ac505eca9e0e7fa5b679f [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 15:18:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:18:40 ---> package-listing.sh 15:18:40 ++ facter osfamily 15:18:40 ++ tr '[:upper:]' '[:lower:]' 15:18:40 + OS_FAMILY=redhat 15:18:40 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 15:18:40 + START_PACKAGES=/tmp/packages_start.txt 15:18:40 + END_PACKAGES=/tmp/packages_end.txt 15:18:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:18:40 + PACKAGES=/tmp/packages_start.txt 15:18:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 15:18:40 + PACKAGES=/tmp/packages_end.txt 15:18:40 + case "${OS_FAMILY}" in 15:18:40 + rpm -qa 15:18:40 + sort 15:18:45 + '[' -f /tmp/packages_start.txt ']' 15:18:45 + '[' -f /tmp/packages_end.txt ']' 15:18:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:18:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 15:18:45 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 15:18:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 15:18:45 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 15:18:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:18:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:18:46 15:18:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:18:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:18:47 alpine: Pulling from edgex-lftools-log-publisher 15:18:47 df20fa9351a1: Pulling fs layer 15:18:47 36b3adc4ff6f: Pulling fs layer 15:18:47 8ad3a11d3b57: Pulling fs layer 15:18:47 46f8f816bc3b: Pulling fs layer 15:18:47 93b61091891f: Pulling fs layer 15:18:47 93b9cdb0e59b: Pulling fs layer 15:18:47 5e14af77c1be: Pulling fs layer 15:18:47 01666e4c0597: Pulling fs layer 15:18:47 aa168da1d23b: Pulling fs layer 15:18:47 46f8f816bc3b: Waiting 15:18:47 93b61091891f: Waiting 15:18:47 93b9cdb0e59b: Waiting 15:18:47 5e14af77c1be: Waiting 15:18:47 01666e4c0597: Waiting 15:18:47 aa168da1d23b: Waiting 15:18:47 36b3adc4ff6f: Verifying Checksum 15:18:47 36b3adc4ff6f: Download complete 15:18:47 46f8f816bc3b: Verifying Checksum 15:18:47 46f8f816bc3b: Download complete 15:18:47 df20fa9351a1: Verifying Checksum 15:18:47 df20fa9351a1: Download complete 15:18:47 93b9cdb0e59b: Verifying Checksum 15:18:47 93b9cdb0e59b: Download complete 15:18:47 5e14af77c1be: Verifying Checksum 15:18:47 5e14af77c1be: Download complete 15:18:47 93b61091891f: Download complete 15:18:47 01666e4c0597: Download complete 15:18:47 df20fa9351a1: Pull complete 15:18:47 8ad3a11d3b57: Verifying Checksum 15:18:47 8ad3a11d3b57: Download complete 15:18:47 36b3adc4ff6f: Pull complete 15:18:49 8ad3a11d3b57: Pull complete 15:18:49 46f8f816bc3b: Pull complete 15:18:49 aa168da1d23b: Verifying Checksum 15:18:49 aa168da1d23b: Download complete 15:18:50 93b61091891f: Pull complete 15:18:50 93b9cdb0e59b: Pull complete 15:18:50 5e14af77c1be: Pull complete 15:18:50 01666e4c0597: Pull complete 15:18:57 aa168da1d23b: Pull complete 15:18:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:18:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:18:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:18:57 prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container 15:18:57 $ 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 15:19:00 $ docker top ecde4bf68945f780a12c519b1ea1328355693f10f595daf3f7486b3bad5bee22 -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:01 + touch /tmp/pre-build-complete [Pipeline] sh 15:19:01 + mkdir -p /var/log/sa [Pipeline] sh 15:19:01 + ls /var/log/sa-host 15:19:01 + sadf -c /var/log/sa-host/sa06 15:19:01 file_magic: OK 15:19:01 HZ: Using current value: 100 15:19:01 file_header: OK 15:19:01 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 15:19:01 Statistics: 15:19:01 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... 15:19:01 File successfully converted to sysstat format version 12.2.1 15:19:01 + sadf -c /var/log/sa-host/sa23 15:19:01 file_magic: OK 15:19:01 HZ: Using current value: 100 15:19:01 file_header: OK 15:19:01 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 15:19:01 Statistics: 15:19:01 Hnuu...uuuununununu... 15:19:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:19:02 provisioning config files... 15:19:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config775367184248228030tmp [Pipeline] { [Pipeline] echo 15:19:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:19:02 ---> create-netrc.sh [Pipeline] } 15:19:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:19:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:19:03 ---> python-tools-install.sh [Pipeline] echo 15:19:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:19:03 ---> sudo-logs.sh 15:19:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:19:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:19:03 ---> job-cost.sh 15:19:03 lf-activate-venv: SKIPPING 15:19:03 DEBUG: total: 0.20999999344348907 15:19:03 INFO: Retrieving Stack Cost... 15:19:05 INFO: Retrieving Pricing Info for: v1-standard-2 15:19:05 INFO: Archiving Costs [Pipeline] echo 15:19:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:19:05 ---> logs-deploy.sh 15:19:05 lf-activate-venv: SKIPPING 15:19:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/142 15:19:05 INFO: archiving workspace using pattern(s): 15:19:07 Archives upload complete. 15:19:07 INFO: archiving logs to Nexus 15:19:08 ---> uname -a: 15:19:08 Linux prd-centos7-docker-4c-2g-32967.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:19:08 15:19:08 15:19:08 ---> lscpu: 15:19:08 Architecture: x86_64 15:19:08 CPU op-mode(s): 32-bit, 64-bit 15:19:08 Byte Order: Little Endian 15:19:08 Address sizes: 40 bits physical, 48 bits virtual 15:19:08 CPU(s): 4 15:19:08 On-line CPU(s) list: 0-3 15:19:08 Thread(s) per core: 1 15:19:08 Core(s) per socket: 1 15:19:08 Socket(s): 4 15:19:08 NUMA node(s): 1 15:19:08 Vendor ID: GenuineIntel 15:19:08 CPU family: 6 15:19:08 Model: 44 15:19:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:19:08 Stepping: 1 15:19:08 CPU MHz: 2933.438 15:19:08 BogoMIPS: 5866.87 15:19:08 Virtualization: VT-x 15:19:08 Hypervisor vendor: KVM 15:19:08 Virtualization type: full 15:19:08 L1d cache: 128 KiB 15:19:08 L1i cache: 128 KiB 15:19:08 L2 cache: 16 MiB 15:19:08 L3 cache: 64 MiB 15:19:08 NUMA node0 CPU(s): 0-3 15:19:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:19:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:19:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:19:08 Vulnerability Meltdown: Mitigation; PTI 15:19:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:19:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:19:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:19:08 Vulnerability Srbds: Not affected 15:19:08 Vulnerability Tsx async abort: Not affected 15:19:08 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 15:19:08 15:19:08 15:19:08 ---> nproc: 15:19:08 4 15:19:08 15:19:08 15:19:08 ---> df -h: 15:19:08 Filesystem Size Used Available Use% Mounted on 15:19:08 overlay 50.0G 8.5G 41.4G 17% / 15:19:08 tmpfs 64.0M 0 64.0M 0% /dev 15:19:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:19:08 shm 64.0M 0 64.0M 0% /dev/shm 15:19:08 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 15:19:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 15:19:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 15:19:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 15:19:08 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 15:19:08 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 15:19:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 15:19:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 15:19:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 15:19:08 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 15:19:08 15:19:08 15:19:08 ---> free -m: 15:19:08 total used free shared buff/cache available 15:19:08 Mem: 1837 834 145 0 857 938 15:19:08 Swap: 1023 2 1021 15:19:08 15:19:08 15:19:08 ---> ip addr: 15:19:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:19:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:19:08 inet 127.0.0.1/8 scope host lo 15:19:08 valid_lft forever preferred_lft forever 15:19:08 inet6 ::1/128 scope host 15:19:08 valid_lft forever preferred_lft forever 15:19:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:19:08 link/ether fa:16:3e:c8:eb:44 brd ff:ff:ff:ff:ff:ff 15:19:08 inet 10.30.123.124/23 brd 10.30.123.255 scope global dynamic eth0 15:19:08 valid_lft 85660sec preferred_lft 85660sec 15:19:08 inet6 fe80::f816:3eff:fec8:eb44/64 scope link 15:19:08 valid_lft forever preferred_lft forever 15:19:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:19:08 link/ether 02:42:74:51:04:c5 brd ff:ff:ff:ff:ff:ff 15:19:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:19:08 valid_lft forever preferred_lft forever 15:19:08 inet6 fe80::42:74ff:fe51:4c5/64 scope link 15:19:08 valid_lft forever preferred_lft forever 15:19:08 15:19:08 15:19:08 ---> sar -b -r -n DEV: 15:19:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 15:19:08 15:19:08 15:06:36 LINUX RESTART (4 CPU) 15:19:08 15:19:08 15:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:19:08 15:08:01 91.89 42.66 49.23 0.00 7980.09 4162.82 0.00 15:19:08 15:09:01 3.26 0.05 3.21 0.00 1.60 104.91 0.00 15:19:08 15:10:01 0.47 0.00 0.47 0.00 0.00 6.39 0.00 15:19:08 15:11:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 15:19:08 15:12:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 15:19:08 15:13:01 0.38 0.00 0.38 0.00 0.00 5.73 0.00 15:19:08 15:14:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 15:19:08 15:15:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 15:19:08 15:16:01 0.32 0.00 0.32 0.00 0.00 3.40 0.00 15:19:08 15:17:01 0.43 0.10 0.33 0.00 11.05 8.06 0.00 15:19:08 15:18:02 400.30 200.97 199.32 0.00 9684.86 59442.80 0.00 15:19:08 15:19:01 222.58 99.29 123.29 0.00 7969.42 29696.03 0.00 15:19:08 Average: 60.02 28.59 31.42 0.00 2126.65 7797.05 0.00 15:19:08 15:19:08 15:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:19:08 15:08:01 150764 0 599740 31.87 2620 1128420 1121748 38.28 409252 1121628 132 15:19:08 15:09:01 158388 0 592028 31.47 2620 1128508 1085096 37.03 405888 1118628 12 15:19:08 15:10:01 156520 0 593888 31.56 2620 1128516 1085204 37.04 411532 1115392 20 15:19:08 15:11:01 155804 0 594604 31.60 2620 1128516 1085264 37.04 423892 1103440 16 15:19:08 15:12:01 155616 0 594784 31.61 2620 1128524 1085096 37.03 421212 1106352 8 15:19:08 15:13:01 155484 0 594912 31.62 2620 1128528 1085180 37.04 434548 1093340 12 15:19:08 15:14:01 156052 0 594340 31.59 2620 1128532 1085096 37.03 433984 1093340 20 15:19:08 15:15:01 156092 0 594296 31.59 2620 1128536 1085096 37.03 433988 1093340 8 15:19:08 15:16:01 155772 0 594608 31.60 2620 1128544 1085096 37.03 434240 1093344 8 15:19:08 15:17:01 120576 0 624936 33.21 2620 1133412 1279508 43.67 463148 1096880 4428 15:19:08 15:18:02 152824 0 785284 41.74 1740 941696 1315848 44.91 546672 862848 92864 15:19:08 15:19:01 211196 0 802584 42.66 960 866804 1214492 41.45 545548 763228 40 15:19:08 Average: 157091 0 630500 33.51 2408 1091545 1134394 38.71 446992 1055147 8131 15:19:08 15:19:08 15:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:19:08 15:08:01 eth0 627.54 375.59 1122.41 98.37 0.00 0.00 0.00 0.00 15:19:08 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:08:01 docker0 7.94 5.49 1.46 25.23 0.00 0.00 0.00 0.00 15:19:08 15:09:01 eth0 0.60 0.08 0.04 0.01 0.00 0.00 0.00 0.00 15:19:08 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:10:01 eth0 3.78 1.67 2.72 0.29 0.00 0.00 0.00 0.00 15:19:08 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:11:01 eth0 0.62 0.30 0.28 0.20 0.00 0.00 0.00 0.00 15:19:08 15:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:12:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:19:08 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:13:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 15:19:08 15:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:14:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:19:08 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:19:08 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:16:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:19:08 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:17:01 eth0 17.65 13.23 86.36 3.52 0.00 0.00 0.00 0.00 15:19:08 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:18:02 eth0 865.58 754.99 7415.08 121.23 0.00 0.00 0.00 0.00 15:19:08 15:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:18:02 docker0 52.51 54.05 4.63 256.43 0.00 0.00 0.00 0.00 15:19:08 15:19:01 eth0 336.05 262.11 2506.18 87.56 0.00 0.00 0.00 0.00 15:19:08 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 15:19:01 docker0 29.48 37.47 1.89 237.12 0.00 0.00 0.00 0.00 15:19:08 Average: eth0 153.96 117.25 929.69 25.82 0.00 0.00 0.00 0.00 15:19:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:19:08 Average: docker0 7.49 8.08 0.67 43.14 0.00 0.00 0.00 0.00 15:19:08 15:19:08 15:19:08 ---> sar -P ALL: 15:19:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 15:19:08 15:19:08 15:06:36 LINUX RESTART (4 CPU) 15:19:08 15:19:08 15:07:02 CPU %user %nice %system %iowait %steal %idle 15:19:08 15:08:01 all 13.29 0.00 5.67 3.00 0.08 77.96 15:19:08 15:08:01 0 12.60 0.00 6.43 3.04 0.07 77.86 15:19:08 15:08:01 1 12.12 0.00 5.71 1.94 0.07 80.17 15:19:08 15:08:01 2 16.20 0.00 4.29 2.96 0.09 76.46 15:19:08 15:08:01 3 12.24 0.00 6.26 4.08 0.09 77.33 15:19:08 15:09:01 all 0.13 0.00 0.05 0.00 0.00 99.82 15:19:08 15:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:19:08 15:09:01 1 0.37 0.00 0.05 0.00 0.00 99.58 15:19:08 15:09:01 2 0.08 0.00 0.08 0.00 0.00 99.83 15:19:08 15:09:01 3 0.02 0.00 0.05 0.00 0.00 99.93 15:19:08 15:10:01 all 0.15 0.00 0.06 0.00 0.00 99.78 15:19:08 15:10:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:19:08 15:10:01 1 0.47 0.00 0.10 0.00 0.00 99.43 15:19:08 15:10:01 2 0.05 0.00 0.05 0.00 0.00 99.90 15:19:08 15:10:01 3 0.07 0.00 0.05 0.00 0.00 99.88 15:19:08 15:11:01 all 0.18 0.00 0.05 0.00 0.00 99.77 15:19:08 15:11:01 0 0.05 0.00 0.02 0.00 0.02 99.92 15:19:08 15:11:01 1 0.57 0.00 0.03 0.00 0.00 99.40 15:19:08 15:11:01 2 0.05 0.00 0.07 0.00 0.00 99.88 15:19:08 15:11:01 3 0.03 0.00 0.07 0.00 0.00 99.90 15:19:08 15:12:01 all 0.16 0.00 0.07 0.00 0.01 99.76 15:19:08 15:12:01 0 0.02 0.00 0.07 0.00 0.00 99.92 15:19:08 15:12:01 1 0.52 0.00 0.03 0.00 0.00 99.45 15:19:08 15:12:01 2 0.08 0.00 0.08 0.00 0.02 99.82 15:19:08 15:12:01 3 0.03 0.00 0.08 0.00 0.02 99.87 15:19:08 15:13:01 all 0.16 0.00 0.04 0.00 0.00 99.80 15:19:08 15:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:19:08 15:13:01 1 0.53 0.00 0.02 0.00 0.00 99.45 15:19:08 15:13:01 2 0.05 0.00 0.03 0.00 0.00 99.92 15:19:08 15:13:01 3 0.03 0.00 0.08 0.00 0.00 99.88 15:19:08 15:14:01 all 0.17 0.00 0.03 0.00 0.00 99.80 15:19:08 15:14:01 0 0.08 0.00 0.07 0.00 0.02 99.83 15:19:08 15:14:01 1 0.53 0.00 0.03 0.00 0.00 99.43 15:19:08 15:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:19:08 15:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:19:08 15:15:01 all 0.14 0.00 0.03 0.00 0.00 99.83 15:19:08 15:15:01 0 0.02 0.00 0.05 0.00 0.00 99.93 15:19:08 15:15:01 1 0.07 0.00 0.02 0.00 0.00 99.92 15:19:08 15:15:01 2 0.43 0.00 0.05 0.00 0.00 99.52 15:19:08 15:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:19:08 15:16:01 all 0.06 0.00 0.04 0.00 0.00 99.89 15:19:08 15:16:01 0 0.05 0.00 0.02 0.00 0.02 99.92 15:19:08 15:16:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:19:08 15:16:01 2 0.13 0.00 0.08 0.00 0.00 99.78 15:19:08 15:16:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:19:08 15:17:01 all 0.60 0.00 0.44 0.00 0.00 98.94 15:19:08 15:17:01 0 0.48 0.00 0.47 0.00 0.00 99.05 15:19:08 15:17:01 1 0.37 0.00 0.47 0.02 0.02 99.13 15:19:08 15:17:01 2 0.82 0.00 0.35 0.00 0.00 98.83 15:19:08 15:17:01 3 0.75 0.00 0.48 0.00 0.00 98.77 15:19:08 15:18:02 all 17.20 0.00 12.31 3.98 0.16 66.35 15:19:08 15:18:02 0 18.84 0.00 12.06 2.87 0.19 66.04 15:19:08 15:18:02 1 16.08 0.00 12.07 2.41 0.15 69.29 15:19:08 15:18:02 2 17.72 0.00 11.77 3.54 0.17 66.79 15:19:08 15:18:02 3 16.17 0.00 13.36 7.10 0.12 63.25 15:19:08 15:19:08 15:18:02 CPU %user %nice %system %iowait %steal %idle 15:19:08 15:19:01 all 10.58 0.00 7.96 4.27 0.09 77.10 15:19:08 15:19:01 0 8.85 0.00 7.84 2.02 0.07 81.22 15:19:08 15:19:01 1 8.41 0.00 7.83 3.96 0.09 79.71 15:19:08 15:19:01 2 15.83 0.00 8.76 5.07 0.10 70.23 15:19:08 15:19:01 3 9.24 0.00 7.39 6.05 0.10 77.22 15:19:08 Average: all 3.48 0.00 2.17 0.91 0.03 93.41 15:19:08 Average: 0 3.33 0.00 2.20 0.64 0.03 93.81 15:19:08 Average: 1 3.27 0.00 2.15 0.68 0.03 93.89 15:19:08 Average: 2 4.19 0.00 2.08 0.94 0.03 92.76 15:19:08 Average: 3 3.13 0.00 2.26 1.39 0.03 93.19 15:19:08 15:19:08 15:19:08