Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8659f99871c0873da8324f2f6a625b509cb242d1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-568 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 8659f99871c0873da8324f2f6a625b509cb242d1 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 Commit message: "Merge pull request #884 from hahattan/issue-778" > git rev-list --no-walk 4afc3732447dbc1bcd63643089443d556eeee277 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:57:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:57:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:57:10 ========================================================= 13:57:10 EdgeX Global Pipelines Version Info 13:57:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:57:11 ------------------- 13:57:11 stable info: 13:57:11 ------------------- 13:57:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:57:11 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 13:57:11 Message: update stable to v1.0.186 13:57:12 ------------------- 13:57:12 experimental info: 13:57:12 ------------------- 13:57:12 Commited By: **** collab-it+edgex@linuxfoundation.org 13:57:12 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 13:57:12 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8659f99871c0873da8324f2f6a625b509cb242d1 [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8659f99 [Pipeline] echo 13:57:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:57:13 provisioning config files... 13:57:13 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4194560033619505726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:57:14 ---> docker-login.sh 13:57:14 nexus3.edgexfoundry.org:10001 13:57:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:14 Configure a credential helper to remove this warning. See 13:57:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:14 13:57:14 Login Succeeded 13:57:14 nexus3.edgexfoundry.org:10002 13:57:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:15 Configure a credential helper to remove this warning. See 13:57:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:15 13:57:15 Login Succeeded 13:57:15 nexus3.edgexfoundry.org:10003 13:57:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:15 Configure a credential helper to remove this warning. See 13:57:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:15 13:57:15 Login Succeeded 13:57:15 nexus3.edgexfoundry.org:10004 13:57:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:15 Configure a credential helper to remove this warning. See 13:57:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:15 13:57:15 Login Succeeded 13:57:15 docker.io 13:57:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:15 Configure a credential helper to remove this warning. See 13:57:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:15 13:57:15 Login Succeeded 13:57:15 ---> docker-login.sh ends [Pipeline] } 13:57:15 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 13:57:16 + git log --format=format:%s -1 8659f99871c0873da8324f2f6a625b509cb242d1 [Pipeline] echo 13:57:16 GIT_COMMIT: 8659f99871c0873da8324f2f6a625b509cb242d1, Commit Message: Merge pull request #884 from hahattan/issue-778 [Pipeline] echo 13:57:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:57:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:57:16 13:57:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:57:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:57:17 latest: Pulling from edgex-devops/git-semver 13:57:17 31603596830f: Pulling fs layer 13:57:17 2a8b12db71e7: Pulling fs layer 13:57:17 6ca5941a6612: Pulling fs layer 13:57:17 ecc8261a40a4: Pulling fs layer 13:57:17 ecc8261a40a4: Waiting 13:57:17 2a8b12db71e7: Verifying Checksum 13:57:17 2a8b12db71e7: Download complete 13:57:17 31603596830f: Verifying Checksum 13:57:17 31603596830f: Download complete 13:57:17 ecc8261a40a4: Verifying Checksum 13:57:17 ecc8261a40a4: Download complete 13:57:17 6ca5941a6612: Verifying Checksum 13:57:17 6ca5941a6612: Download complete 13:57:17 31603596830f: Pull complete 13:57:18 2a8b12db71e7: Pull complete 13:57:19 6ca5941a6612: Pull complete 13:57:19 ecc8261a40a4: Pull complete 13:57:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:57:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:57:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:57:19 prd-centos7-docker-4c-2g-568 does not seem to be running inside a container 13:57:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:57:22 $ docker top 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:57:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:57:22 [ssh-agent] Looking for ssh-agent implementation... 13:57:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:57:22 $ docker exec 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 ssh-agent 13:57:22 SSH_AUTH_SOCK=/tmp/ssh-Fdntvv5jWt2o/agent.13 13:57:22 SSH_AGENT_PID=18 13:57:22 Running ssh-add (command line suppressed) 13:57:22 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6167948407016406622.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6167948407016406622.key) 13:57:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:57:23 + git tag --points-at HEAD [Pipeline] } 13:57:23 $ docker exec --env ******** --env ******** 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 ssh-agent -k 13:57:23 unset SSH_AUTH_SOCK; 13:57:23 unset SSH_AGENT_PID; 13:57:23 echo Agent pid 18 killed; 13:57:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:57:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:57:23 [ssh-agent] Looking for ssh-agent implementation... 13:57:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:57:23 $ docker exec 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 ssh-agent 13:57:23 SSH_AUTH_SOCK=/tmp/ssh-bGbeca7slpqM/agent.46 13:57:23 SSH_AGENT_PID=51 13:57:23 Running ssh-add (command line suppressed) 13:57:23 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_135537004335221575.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_135537004335221575.key) 13:57:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:57:24 + git semver init 13:57:24 # -> Open(): unable to determine branch for HEAD 13:57:24 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 13:57:24 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 13:57:24 # $SEMVER_REMOTE_NAME = origin 13:57:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:57:24 # $SEMVER_USER_NAME = edgex-jenkins 13:57:24 # $SEMVER_BRANCH = master 13:57:24 # $SEMVER_TEMP = /tmp/semver-145219770 13:57:24 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 13:57:25 # '/tmp/semver-145219770' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 13:57:25 # -> Force: false 13:57:25 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 13:57:25 $ docker exec --env ******** --env ******** 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 ssh-agent -k 13:57:25 unset SSH_AUTH_SOCK; 13:57:25 unset SSH_AGENT_PID; 13:57:25 echo Agent pid 51 killed; 13:57:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:57:25 + git semver [Pipeline] } 13:57:25 $ docker stop --time=1 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 13:57:27 $ docker rm -f 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 [Pipeline] // withDockerContainer [Pipeline] sh 13:57:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:57:27 Stashed 1 file(s) [Pipeline] echo 13:57:27 [edgeXSemver]: initialized semver on version 2.0.0-dev.45 [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 13:57:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-567 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 13:57:28 Running in /w/workspace/device-sdk-go/150 [Pipeline] { [Pipeline] checkout 13:57:33 using credential edgex-jenkins-ssh 13:57:33 Cloning the remote Git repository 13:57:33 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:57:33 > git init /w/workspace/device-sdk-go/150 # timeout=10 13:57:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:57:33 > git --version # timeout=10 13:57:33 > git --version # 'git version 2.17.1' 13:57:33 using GIT_SSH to set credentials SSH Credentials for GitHub 13:57:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:57:35 Checking out Revision 8659f99871c0873da8324f2f6a625b509cb242d1 (master) 13:57:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:57:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:57:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:57:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:57:35 using GIT_SSH to set credentials SSH Credentials for GitHub 13:57:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:57:35 > git config core.sparsecheckout # timeout=10 13:57:35 > git checkout -f 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 13:57:40 Commit message: "Merge pull request #884 from hahattan/issue-778" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:57:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:57:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:57:42 + true 13:57:42 + sudo service docker restart 13:57:43 Still waiting to schedule task 13:57:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:57:44 provisioning config files... 13:57:44 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/150@tmp/config4615846874238226775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:57:44 ---> docker-login.sh 13:57:44 nexus3.edgexfoundry.org:10001 13:57:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:45 Configure a credential helper to remove this warning. See 13:57:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:45 13:57:45 Login Succeeded 13:57:45 nexus3.edgexfoundry.org:10002 13:57:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:46 Configure a credential helper to remove this warning. See 13:57:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:46 13:57:46 Login Succeeded 13:57:46 nexus3.edgexfoundry.org:10003 13:57:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:46 Configure a credential helper to remove this warning. See 13:57:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:46 13:57:46 Login Succeeded 13:57:46 nexus3.edgexfoundry.org:10004 13:57:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:47 Configure a credential helper to remove this warning. See 13:57:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:47 13:57:47 Login Succeeded 13:57:47 docker.io 13:57:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:47 Configure a credential helper to remove this warning. See 13:57:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:47 13:57:47 Login Succeeded 13:57:47 ---> docker-login.sh ends [Pipeline] } 13:57:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:57:48 ========================================================= 13:57:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:57:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:57:48 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 13:57:48 Sending build context to Docker daemon 2.435MB 13:57:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 13:57:49 Step 2/8 : FROM ${BASE} 13:57:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:57:49 5f621e34cdf4: Pulling fs layer 13:57:49 a4357932f1b6: Pulling fs layer 13:57:49 18c013af1878: Pulling fs layer 13:57:49 00ac8860ef70: Pulling fs layer 13:57:49 63d7cb157983: Pulling fs layer 13:57:49 b116817d02f9: Pulling fs layer 13:57:49 745a02a5169b: Pulling fs layer 13:57:49 63d7cb157983: Waiting 13:57:49 b116817d02f9: Waiting 13:57:49 745a02a5169b: Waiting 13:57:49 00ac8860ef70: Waiting 13:57:49 18c013af1878: Download complete 13:57:49 a4357932f1b6: Download complete 13:57:49 63d7cb157983: Verifying Checksum 13:57:49 63d7cb157983: Download complete 13:57:49 5f621e34cdf4: Download complete 13:57:49 b116817d02f9: Verifying Checksum 13:57:49 b116817d02f9: Download complete 13:57:50 5f621e34cdf4: Pull complete 13:57:50 a4357932f1b6: Pull complete 13:57:51 18c013af1878: Pull complete 13:57:51 745a02a5169b: Download complete 13:57:52 00ac8860ef70: Verifying Checksum 13:57:52 00ac8860ef70: Download complete 13:58:02 00ac8860ef70: Pull complete 13:58:02 63d7cb157983: Pull complete 13:58:03 b116817d02f9: Pull complete 13:58:07 745a02a5169b: Pull complete 13:58:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:58:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:58:07 ---> b7e6874047d6 13:58:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:58:10 ---> Running in 57e3a6700ee0 13:58:10 Removing intermediate container 57e3a6700ee0 13:58:10 ---> 0af911cfced1 13:58:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:58:10 ---> Running in 5a8448ec427c 13:58:13 Removing intermediate container 5a8448ec427c 13:58:13 ---> abeeeaf29d32 13:58:13 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 13:58:13 ---> Running in 0836bc1956d2 13:58:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:58:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:58:15 (1/6) Installing libc-dev (0.7.2-r3) 13:58:15 (2/6) Installing libsodium (1.0.18-r0) 13:58:15 (3/6) Installing pkgconf (1.7.2-r0) 13:58:15 (4/6) Installing libsodium-dev (1.0.18-r0) 13:58:15 (5/6) Installing libzmq (4.3.3-r0) 13:58:16 (6/6) Installing zeromq-dev (4.3.3-r0) 13:58:16 Executing busybox-1.31.1-r19.trigger 13:58:16 OK: 144 MiB in 45 packages 13:58:17 Removing intermediate container 0836bc1956d2 13:58:17 ---> d5c88683798d 13:58:17 Step 6/8 : WORKDIR /device-sdk-go 13:58:17 ---> Running in d121cc2b4671 13:58:18 Removing intermediate container d121cc2b4671 13:58:18 ---> c7bf592b0baf 13:58:18 Step 7/8 : COPY . . 13:58:19 ---> 79b69133f78b 13:58:19 Step 8/8 : RUN go mod download 13:58:19 ---> Running in c5bf4fe83372 13:58:46 Removing intermediate container c5bf4fe83372 13:58:46 ---> 2aed2b9ab565 13:58:46 Successfully built 2aed2b9ab565 13:58:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:58:46 + docker inspect -f . ci-base-image-arm64 13:58:46 . [Pipeline] withDockerContainer 13:58:46 prd-ubuntu18.04-docker-arm64-4c-16g-567 does not seem to be running inside a container 13:58:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:58:48 $ docker top d805eaa3bd8142e53e6ce41cc0f5aecff3140fb3aa6317734a7077eb09cc3c49 -eo pid,comm [Pipeline] { [Pipeline] sh 13:58:49 + go version 13:58:49 go version go1.15.5 linux/arm64 [Pipeline] } 13:58:49 $ docker stop --time=1 d805eaa3bd8142e53e6ce41cc0f5aecff3140fb3aa6317734a7077eb09cc3c49 13:58:51 $ docker rm -f d805eaa3bd8142e53e6ce41cc0f5aecff3140fb3aa6317734a7077eb09cc3c49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:58:52 + docker inspect -f . ci-base-image-arm64 13:58:52 . [Pipeline] withDockerContainer 13:58:52 prd-ubuntu18.04-docker-arm64-4c-16g-567 does not seem to be running inside a container 13:58:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:58:53 $ docker top 079bfa7e4a89de43b9613c76c3825c9cc0c54b800c7d471ef56b8505fdfbbca7 -eo pid,comm [Pipeline] { [Pipeline] sh 13:58:54 + make test 13:58:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:59:17 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 14:00:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 14:00:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 14:00:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 14:00:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 14:00:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 14:00:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.123s coverage: 28.1% of statements 14:00:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.167s coverage: 78.9% of statements 14:00:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.138s coverage: 7.8% of statements 14:00:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 14:00:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 14:00:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 14:00:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.214s coverage: 32.0% of statements 14:00:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 14:00:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 14:00:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 14:00:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.318s coverage: 57.1% of statements 14:00:23 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.078s coverage: 6.6% of statements 14:00:23 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.148s coverage: 5.0% of statements 14:00:23 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 14:00:24 GO111MODULE=on go vet ./... 14:01:09 Running on prd-centos7-docker-4c-2g-569 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 14:01:09 Running in /w/workspace/device-sdk-go/150 [Pipeline] { [Pipeline] checkout 14:01:11 gofmt -l . 14:01:11 [ "`gofmt -l .`" = "" ] 14:01:11 ./bin/test-attribution-txt.sh 14:01:11 ./bin/test-go-mod-tidy.sh [Pipeline] } 14:01:11 $ docker stop --time=1 079bfa7e4a89de43b9613c76c3825c9cc0c54b800c7d471ef56b8505fdfbbca7 14:01:12 using credential edgex-jenkins-ssh 14:01:12 Cloning the remote Git repository 14:01:12 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:01:12 > git init /w/workspace/device-sdk-go/150 # timeout=10 14:01:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:01:12 > git --version # timeout=10 14:01:12 > git --version # 'git version 2.24.3' 14:01:12 using GIT_SSH to set credentials SSH Credentials for GitHub 14:01:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:01:13 $ docker rm -f 079bfa7e4a89de43b9613c76c3825c9cc0c54b800c7d471ef56b8505fdfbbca7 14:01:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:01:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:01:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:01:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:01:13 using GIT_SSH to set credentials SSH Credentials for GitHub 14:01:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:01:14 Checking out Revision 8659f99871c0873da8324f2f6a625b509cb242d1 (master) [Pipeline] // withDockerContainer [Pipeline] sh 14:01:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:01:13 > git config core.sparsecheckout # timeout=10 14:01:13 > git checkout -f 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 14:01:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:01:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:01:17 + ls -al . 14:01:17 total 224 14:01:17 drwxrwxr-x 10 jenkins jenkins 4096 Apr 17 14:01 . 14:01:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 13:57 .. 14:01:17 -rw-rw-r-- 1 jenkins jenkins 140 Apr 17 13:57 .dockerignore 14:01:17 drwxrwxr-x 8 jenkins jenkins 4096 Apr 17 13:57 .git 14:01:17 drwxrwxr-x 2 jenkins jenkins 4096 Apr 17 13:57 .github 14:01:17 -rw-rw-r-- 1 jenkins jenkins 138 Apr 17 13:57 .gitignore 14:01:17 -rw-rw-r-- 1 jenkins jenkins 987 Apr 17 13:57 Dockerfile.build 14:01:17 -rw-rw-r-- 1 jenkins jenkins 901 Apr 17 13:57 Jenkinsfile 14:01:17 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 17 13:57 LICENSE 14:01:17 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 17 13:57 Makefile 14:01:17 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 17 13:57 README.md 14:01:17 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 17 13:57 RELEASE-NOTES.txt 14:01:17 -rw-rw-r-- 1 jenkins jenkins 12 Apr 17 13:57 VERSION 14:01:17 drwxrwxr-x 2 jenkins jenkins 4096 Apr 17 13:57 bin 14:01:17 -rw-r--r-- 1 jenkins jenkins 100116 Apr 17 14:00 coverage.out 14:01:17 drwxrwxr-x 5 jenkins jenkins 4096 Apr 17 13:57 example 14:01:17 -rw-r--r-- 1 jenkins jenkins 574 Apr 17 14:01 go.mod 14:01:17 -rw-r--r-- 1 jenkins jenkins 20735 Apr 17 14:01 go.sum 14:01:17 drwxrwxr-x 14 jenkins jenkins 4096 Apr 17 13:57 internal 14:01:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 13:57 openapi 14:01:17 drwxrwxr-x 5 jenkins jenkins 4096 Apr 17 13:57 pkg 14:01:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 13:57 snap 14:01:17 -rw-rw-r-- 1 jenkins jenkins 222 Apr 17 13:57 version.go [Pipeline] isUnix [Pipeline] sh 14:01:17 Commit message: "Merge pull request #884 from hahattan/issue-778" 14:01:17 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8659f99871c0873da8324f2f6a625b509cb242d1 --label arch=arm64 --label version=2.0.0-dev.45 . 14:01:18 Sending build context to Docker daemon 2.535MB [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:01:18 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 14:01:18 Step 2/23 : FROM ${BASE} AS builder 14:01:18 ---> 2aed2b9ab565 14:01:18 Step 3/23 : WORKDIR /device-sdk-go 14:01:18 ---> Running in d0d221959cc6 14:01:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 14:01:18 Removing intermediate container d0d221959cc6 14:01:18 ---> 9509b0aeaeb3 14:01:18 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] sh 14:01:19 ---> Running in 780378d63213 14:01:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:01:19 + sudo service docker restart 14:01:19 + true 14:01:19 Redirecting to /bin/systemctl restart docker.service 14:01:19 Removing intermediate container 780378d63213 14:01:19 ---> 522bfe995119 14:01:19 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:01:19 ---> Running in 66cea9637043 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:01:20 provisioning config files... 14:01:20 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/150@tmp/config8539093569707814063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:01:21 ---> docker-login.sh 14:01:21 nexus3.edgexfoundry.org:10001 14:01:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:21 Configure a credential helper to remove this warning. See 14:01:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:21 14:01:21 Login Succeeded 14:01:21 nexus3.edgexfoundry.org:10002 14:01:21 Removing intermediate container 66cea9637043 14:01:21 ---> 44fc0e5eee25 14:01:21 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 14:01:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:21 Configure a credential helper to remove this warning. See 14:01:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:21 14:01:21 Login Succeeded 14:01:21 nexus3.edgexfoundry.org:10003 14:01:22 ---> Running in 25624684d971 14:01:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:22 Configure a credential helper to remove this warning. See 14:01:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:22 14:01:22 Login Succeeded 14:01:22 nexus3.edgexfoundry.org:10004 14:01:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:22 Configure a credential helper to remove this warning. See 14:01:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:22 14:01:22 Login Succeeded 14:01:22 docker.io 14:01:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:22 Configure a credential helper to remove this warning. See 14:01:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:22 14:01:22 Login Succeeded 14:01:22 ---> docker-login.sh ends [Pipeline] } 14:01:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:01:22 ========================================================= 14:01:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:01:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:01:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:01:23 + 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 . 14:01:23 Sending build context to Docker daemon 2.433MB 14:01:23 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:01:23 Step 2/8 : FROM ${BASE} 14:01:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:01:23 188c0c94c7c5: Pulling fs layer 14:01:23 0ef7d3d256c8: Pulling fs layer 14:01:23 de9db76c5a1d: Pulling fs layer 14:01:23 bca2f99d35d6: Pulling fs layer 14:01:23 93359f2a8cfa: Pulling fs layer 14:01:23 7c6f9722023f: Pulling fs layer 14:01:23 a35cf1a2eb13: Pulling fs layer 14:01:23 bca2f99d35d6: Waiting 14:01:23 93359f2a8cfa: Waiting 14:01:23 7c6f9722023f: Waiting 14:01:23 a35cf1a2eb13: Waiting 14:01:23 de9db76c5a1d: Verifying Checksum 14:01:23 de9db76c5a1d: Download complete 14:01:23 0ef7d3d256c8: Download complete 14:01:23 93359f2a8cfa: Verifying Checksum 14:01:23 93359f2a8cfa: Download complete 14:01:23 188c0c94c7c5: Verifying Checksum 14:01:23 188c0c94c7c5: Download complete 14:01:23 7c6f9722023f: Verifying Checksum 14:01:23 7c6f9722023f: Download complete 14:01:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:01:23 188c0c94c7c5: Pull complete 14:01:23 0ef7d3d256c8: Pull complete 14:01:23 de9db76c5a1d: Pull complete 14:01:25 OK: 144 MiB in 45 packages 14:01:25 bca2f99d35d6: Verifying Checksum 14:01:25 bca2f99d35d6: Download complete 14:01:25 a35cf1a2eb13: Verifying Checksum 14:01:25 a35cf1a2eb13: Download complete 14:01:26 Removing intermediate container 25624684d971 14:01:26 ---> 7a5bc5244dee 14:01:26 Step 7/23 : COPY . . 14:01:27 ---> 27f2a14113a0 14:01:27 Step 8/23 : RUN go mod download 14:01:27 ---> Running in 9987fadeaa17 14:01:29 Removing intermediate container 9987fadeaa17 14:01:29 ---> 1e17c0330a9e 14:01:29 Step 9/23 : RUN make build 14:01:29 ---> Running in ea43e41d6898 14:01:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.45" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 14:01:31 bca2f99d35d6: Pull complete 14:01:31 93359f2a8cfa: Pull complete 14:01:31 7c6f9722023f: Pull complete 14:01:39 a35cf1a2eb13: Pull complete 14:01:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:01:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:01:39 ---> a62c8e92a672 14:01:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:01:39 ---> Running in b253294ba045 14:01:39 Removing intermediate container b253294ba045 14:01:39 ---> c6f9aaa884e4 14:01:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:01:39 ---> Running in f16a7509c3b0 14:01:39 Removing intermediate container f16a7509c3b0 14:01:39 ---> 0d3d3edc0176 14:01:39 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 14:01:39 ---> Running in 56e641d8a1c6 14:01:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:01:42 (1/6) Installing libc-dev (0.7.2-r3) 14:01:42 (2/6) Installing libsodium (1.0.18-r0) 14:01:42 (3/6) Installing pkgconf (1.7.2-r0) 14:01:42 (4/6) Installing libsodium-dev (1.0.18-r0) 14:01:42 (5/6) Installing libzmq (4.3.3-r0) 14:01:42 (6/6) Installing zeromq-dev (4.3.3-r0) 14:01:42 Executing busybox-1.31.1-r19.trigger 14:01:42 OK: 167 MiB in 45 packages 14:01:43 Removing intermediate container 56e641d8a1c6 14:01:43 ---> ad3915b13a9e 14:01:43 Step 6/8 : WORKDIR /device-sdk-go 14:01:43 ---> Running in 97dd08c652af 14:01:43 Removing intermediate container 97dd08c652af 14:01:43 ---> 2e5a2cf7c7bd 14:01:43 Step 7/8 : COPY . . 14:01:44 ---> ed187db6c4ae 14:01:44 Step 8/8 : RUN go mod download 14:01:44 ---> Running in 2ad9775b207b 14:02:03 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 14:02:06 Removing intermediate container ea43e41d6898 14:02:06 ---> 417b1985cefc 14:02:06 Step 10/23 : FROM alpine:3.12 14:02:06 3.12: Pulling from library/alpine 14:02:06 d2f70382dc9a: Pulling fs layer 14:02:06 d2f70382dc9a: Verifying Checksum 14:02:06 d2f70382dc9a: Download complete 14:02:06 Removing intermediate container 2ad9775b207b 14:02:06 ---> c353f79d691a 14:02:06 Successfully built c353f79d691a 14:02:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:02:07 + docker inspect -f . ci-base-image-x86_64 14:02:07 . [Pipeline] withDockerContainer 14:02:07 prd-centos7-docker-4c-2g-569 does not seem to be running inside a container 14:02:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:02:07 d2f70382dc9a: Pull complete 14:02:07 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:02:07 Status: Downloaded newer image for alpine:3.12 14:02:07 ---> 9852663dfa18 14:02:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:02:07 ---> Running in 65b9719f3a65 14:02:08 $ docker top 1eefc8a4804ab916f0d58556d7cb555ba0b777ff2b63bb63b66a22082d3ed947 -eo pid,comm [Pipeline] { [Pipeline] sh 14:02:08 Removing intermediate container 65b9719f3a65 14:02:08 ---> 5a5158ca210a 14:02:08 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:02:08 + go version 14:02:08 go version go1.15.5 linux/amd64 [Pipeline] } 14:02:08 $ docker stop --time=1 1eefc8a4804ab916f0d58556d7cb555ba0b777ff2b63bb63b66a22082d3ed947 14:02:08 ---> Running in 6c358c954897 14:02:09 $ docker rm -f 1eefc8a4804ab916f0d58556d7cb555ba0b777ff2b63bb63b66a22082d3ed947 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:02:10 + docker inspect -f . ci-base-image-x86_64 14:02:10 . [Pipeline] withDockerContainer 14:02:10 prd-centos7-docker-4c-2g-569 does not seem to be running inside a container 14:02:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:02:11 $ docker top d85e91f08137e8b7b4457b7734ab2782cd52017920bb6f04ccfb08c6390847a0 -eo pid,comm 14:02:11 Removing intermediate container 6c358c954897 14:02:11 ---> c666312259b0 14:02:11 Step 13/23 : RUN apk add --update --no-cache zeromq 14:02:11 ---> Running in d0cb742e01b2 [Pipeline] { [Pipeline] sh 14:02:11 + make test 14:02:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:02:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:02:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:02:13 (1/5) Installing libgcc (9.3.0-r2) 14:02:13 (2/5) Installing libsodium (1.0.18-r0) 14:02:13 (3/5) Installing libstdc++ (9.3.0-r2) 14:02:13 (4/5) Installing libzmq (4.3.3-r0) 14:02:13 (5/5) Installing zeromq (4.3.3-r0) 14:02:14 Executing busybox-1.31.1-r20.trigger 14:02:14 OK: 8 MiB in 19 packages 14:02:15 Removing intermediate container d0cb742e01b2 14:02:15 ---> 7f7c5887067a 14:02:15 Step 14/23 : WORKDIR / 14:02:15 ---> Running in fbfca30b9fcf 14:02:16 Removing intermediate container fbfca30b9fcf 14:02:16 ---> 691e7075ae01 14:02:16 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 14:02:17 ---> bd7708e76835 14:02:17 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 14:02:18 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 14:02:18 ---> 773ba89fa64f 14:02:18 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 14:02:19 ---> 96b1c65f01dd 14:02:19 Step 18/23 : EXPOSE 49990 14:02:19 ---> Running in ac7f7a1bb2ff 14:02:19 Removing intermediate container ac7f7a1bb2ff 14:02:19 ---> 998abbdce203 14:02:19 Step 19/23 : ENTRYPOINT ["/device-simple"] 14:02:20 ---> Running in 2da21eee5657 14:02:20 Removing intermediate container 2da21eee5657 14:02:20 ---> e5c9ffa02692 14:02:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:02:21 ---> Running in ca5f48e0e1e5 14:02:21 Removing intermediate container ca5f48e0e1e5 14:02:21 ---> 831f08157a55 14:02:21 Step 21/23 : LABEL arch=arm64 14:02:21 ---> Running in 0ee6fe7f0449 14:02:22 Removing intermediate container 0ee6fe7f0449 14:02:22 ---> ce0f0d8b2885 14:02:22 Step 22/23 : LABEL git_sha=8659f99871c0873da8324f2f6a625b509cb242d1 14:02:23 ---> Running in 07e7a4eaec08 14:02:23 Removing intermediate container 07e7a4eaec08 14:02:23 ---> f6ade1bc6367 14:02:23 Step 23/23 : LABEL version=2.0.0-dev.45 14:02:24 ---> Running in 84f81d3c9f22 14:02:24 Removing intermediate container 84f81d3c9f22 14:02:24 ---> e95a7b8c03ec 14:02:24 [Warning] One or more build-args [MAKE ARCH] were not consumed 14:02:24 Successfully built e95a7b8c03ec 14:02:24 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 14:02:25 ---> job-cost.sh 14:02:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LcUh 14:02:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 14:02:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 14:02:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 14:02:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 14:02:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 14:02:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.072s coverage: 28.1% of statements 14:02:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.068s coverage: 78.9% of statements 14:02:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.068s coverage: 7.8% of statements 14:02:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 14:02:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 14:02:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 14:02:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.081s coverage: 32.0% of statements 14:02:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 14:02:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 14:02:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 14:02:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.096s coverage: 57.1% of statements 14:02:42 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.160s coverage: 6.6% of statements 14:02:42 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements 14:02:42 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 14:02:42 GO111MODULE=on go vet ./... 14:02:57 gofmt -l . 14:02:57 [ "`gofmt -l .`" = "" ] 14:02:57 ./bin/test-attribution-txt.sh 14:02:57 ./bin/test-go-mod-tidy.sh [Pipeline] } 14:02:57 $ docker stop --time=1 d85e91f08137e8b7b4457b7734ab2782cd52017920bb6f04ccfb08c6390847a0 14:02:59 $ docker rm -f d85e91f08137e8b7b4457b7734ab2782cd52017920bb6f04ccfb08c6390847a0 [Pipeline] // withDockerContainer [Pipeline] sh 14:03:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:03:00 Warning: overwriting stash ‘coverage-report’ 14:03:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:03:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:03:01 + ls -al . 14:03:01 total 188 14:03:01 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 17 14:02 . 14:03:01 drwxrwxr-x. 4 jenkins jenkins 32 Apr 17 14:01 .. 14:03:01 drwxrwxr-x. 2 jenkins jenkins 64 Apr 17 14:01 bin 14:03:01 -rw-r--r--. 1 jenkins jenkins 100116 Apr 17 14:02 coverage.out 14:03:01 -rw-rw-r--. 1 jenkins jenkins 987 Apr 17 14:01 Dockerfile.build 14:03:01 -rw-rw-r--. 1 jenkins jenkins 140 Apr 17 14:01 .dockerignore 14:03:01 drwxrwxr-x. 5 jenkins jenkins 62 Apr 17 14:01 example 14:03:01 drwxrwxr-x. 8 jenkins jenkins 162 Apr 17 14:01 .git 14:03:01 drwxrwxr-x. 2 jenkins jenkins 103 Apr 17 14:01 .github 14:03:01 -rw-rw-r--. 1 jenkins jenkins 138 Apr 17 14:01 .gitignore 14:03:01 -rw-r--r--. 1 jenkins jenkins 574 Apr 17 14:02 go.mod 14:03:01 -rw-r--r--. 1 jenkins jenkins 20735 Apr 17 14:02 go.sum 14:03:01 drwxrwxr-x. 14 jenkins jenkins 207 Apr 17 14:01 internal 14:03:01 -rw-rw-r--. 1 jenkins jenkins 901 Apr 17 14:01 Jenkinsfile 14:03:01 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 17 14:01 LICENSE 14:03:01 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 17 14:01 Makefile 14:03:01 drwxrwxr-x. 4 jenkins jenkins 26 Apr 17 14:01 openapi 14:03:01 drwxrwxr-x. 5 jenkins jenkins 50 Apr 17 14:01 pkg 14:03:01 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 17 14:01 README.md 14:03:01 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 17 14:01 RELEASE-NOTES.txt 14:03:01 drwxrwxr-x. 4 jenkins jenkins 54 Apr 17 14:01 snap 14:03:01 -rw-rw-r--. 1 jenkins jenkins 12 Apr 17 13:57 VERSION 14:03:01 -rw-rw-r--. 1 jenkins jenkins 222 Apr 17 14:01 version.go [Pipeline] isUnix [Pipeline] sh 14:03:01 + 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=8659f99871c0873da8324f2f6a625b509cb242d1 --label arch=amd64 --label version=2.0.0-dev.45 . 14:03:01 Sending build context to Docker daemon 2.534MB 14:03:01 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 14:03:01 Step 2/23 : FROM ${BASE} AS builder 14:03:01 ---> c353f79d691a 14:03:01 Step 3/23 : WORKDIR /device-sdk-go 14:03:02 ---> Running in e6a5833d562e 14:03:02 Removing intermediate container e6a5833d562e 14:03:02 ---> 3caf49f43d35 14:03:02 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:03:02 ---> Running in 330ba158b0f7 14:03:02 Removing intermediate container 330ba158b0f7 14:03:02 ---> a6554f564493 14:03:02 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:03:02 ---> Running in 0f3091d9bb20 14:03:03 Removing intermediate container 0f3091d9bb20 14:03:03 ---> 86d57fc433dd 14:03:03 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 14:03:03 ---> Running in 75e36a5fbbc2 14:03:04 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:03:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:03:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:03:05 OK: 167 MiB in 45 packages 14:03:05 Removing intermediate container 75e36a5fbbc2 14:03:05 ---> e86987b750b4 14:03:05 Step 7/23 : COPY . . 14:03:07 ---> 944d8e9d4547 14:03:07 Step 8/23 : RUN go mod download 14:03:07 ---> Running in 98d76d152d60 14:03:08 Removing intermediate container 98d76d152d60 14:03:08 ---> 5fcc15d29bec 14:03:08 Step 9/23 : RUN make build 14:03:08 ---> Running in 6a4d083275f1 14:03:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.45" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 14:03:18 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 14:03:20 Removing intermediate container 6a4d083275f1 14:03:20 ---> 77d7dcfd48a0 14:03:20 Step 10/23 : FROM alpine:3.12 14:03:20 3.12: Pulling from library/alpine 14:03:20 339de151aab4: Pulling fs layer 14:03:21 339de151aab4: Verifying Checksum 14:03:21 339de151aab4: Download complete 14:03:21 339de151aab4: Pull complete 14:03:21 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:03:21 Status: Downloaded newer image for alpine:3.12 14:03:21 ---> 13621d1b12d4 14:03:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:03:21 ---> Running in 26e9dd4040f2 14:03:21 Removing intermediate container 26e9dd4040f2 14:03:21 ---> e1363ccac19b 14:03:21 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:03:21 ---> Running in ba27c81559b9 14:03:22 Removing intermediate container ba27c81559b9 14:03:22 ---> c9675d39d95b 14:03:22 Step 13/23 : RUN apk add --update --no-cache zeromq 14:03:22 ---> Running in 28590f799d07 14:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:03:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:03:24 (1/5) Installing libgcc (9.3.0-r2) 14:03:24 (2/5) Installing libsodium (1.0.18-r0) 14:03:24 (3/5) Installing libstdc++ (9.3.0-r2) 14:03:25 (4/5) Installing libzmq (4.3.3-r0) 14:03:25 (5/5) Installing zeromq (4.3.3-r0) 14:03:25 Executing busybox-1.31.1-r20.trigger 14:03:25 OK: 8 MiB in 19 packages 14:03:26 Removing intermediate container 28590f799d07 14:03:26 ---> c1da4a8b49e0 14:03:26 Step 14/23 : WORKDIR / 14:03:26 ---> Running in 7dc92fc4b42c 14:03:26 Removing intermediate container 7dc92fc4b42c 14:03:26 ---> f68b0a91151a 14:03:26 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 14:03:26 ---> 6cf4a77c768c 14:03:26 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 14:03:27 ---> 730cdcc1058a 14:03:27 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 14:03:27 ---> ab407d68cab5 14:03:27 Step 18/23 : EXPOSE 49990 14:03:27 ---> Running in 089c8675a2f9 14:03:27 Removing intermediate container 089c8675a2f9 14:03:27 ---> 93289b3da499 14:03:27 Step 19/23 : ENTRYPOINT ["/device-simple"] 14:03:27 ---> Running in 47c4a5fe2dde 14:03:27 Removing intermediate container 47c4a5fe2dde 14:03:27 ---> 9b3e1d2b03d0 14:03:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:03:27 ---> Running in 71ef7a5cdfd1 14:03:28 Removing intermediate container 71ef7a5cdfd1 14:03:28 ---> fce0b4fd68c8 14:03:28 Step 21/23 : LABEL arch=amd64 14:03:28 ---> Running in 14af0ad8bb30 14:03:28 Removing intermediate container 14af0ad8bb30 14:03:28 ---> 3499c5e31876 14:03:28 Step 22/23 : LABEL git_sha=8659f99871c0873da8324f2f6a625b509cb242d1 14:03:28 ---> Running in 7cf6716ef5f2 14:03:28 Removing intermediate container 7cf6716ef5f2 14:03:28 ---> 053bd6241619 14:03:28 Step 23/23 : LABEL version=2.0.0-dev.45 14:03:28 ---> Running in b6a8ac51ce91 14:03:29 Removing intermediate container b6a8ac51ce91 14:03:29 ---> 821e58b9c558 14:03:29 [Warning] One or more build-args [ARCH MAKE] were not consumed 14:03:29 Successfully built 821e58b9c558 14:03:29 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 14:03:29 ---> job-cost.sh 14:03:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TxNf 14:03:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:04:11 lf-activate-venv(): INFO: Adding /tmp/venv-TxNf/bin to PATH 14:04:11 INFO: No Stack... 14:04:11 INFO: Retrieving Pricing Info for: v1-standard-2 14:04:11 INFO: Archiving Costs [Pipeline] sh 14:04:12 + cat /w/workspace/device-sdk-go/150/archives/cost.csv 14:04:12 + cut -d, -f6 [Pipeline] lock 14:04:12 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] 14:04:12 Resource [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] did not exist. Created. 14:04:12 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:04:12 + echo total: 0.029999999329447746 [Pipeline] stash 14:04:12 Stashed 1 file(s) [Pipeline] } 14:04:12 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:04:40 lf-activate-venv(): INFO: Adding /tmp/venv-LcUh/bin to PATH 14:04:40 INFO: No Stack... 14:04:40 INFO: Retrieving Pricing Info for: lf-standard-4 14:04:40 INFO: Archiving Costs [Pipeline] sh 14:04:41 + + cut -d, -f6 14:04:41 cat /w/workspace/device-sdk-go/150/archives/cost.csv [Pipeline] lock 14:04:41 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] 14:04:41 Resource [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] did not exist. Created. 14:04:41 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:04:41 /w/workspace/device-sdk-go/150@tmp/durable-2a7fce29/script.sh: 1: /w/workspace/device-sdk-go/150@tmp/durable-2a7fce29/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:04:42 + echo total: 0.20999999344348907 [Pipeline] stash 14:04:42 Warning: overwriting stash ‘stack-cost’ 14:04:42 Stashed 1 file(s) [Pipeline] } 14:04:42 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-150-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 14:04:43 provisioning config files... 14:04:43 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8137618114375242022tmp [Pipeline] { [Pipeline] sh 14:04:43 + set +x 14:04:43 + bash -s -- 14:04:43 + curl -s https://codecov.io/bash 14:04:43 14:04:43 _____ _ 14:04:43 / ____| | | 14:04:43 | | ___ __| | ___ ___ _____ __ 14:04:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:04:43 | |___| (_) | (_| | __/ (_| (_) \ V / 14:04:43 \_____\___/ \__,_|\___|\___\___/ \_/ 14:04:43 Bash-1.0.1 14:04:43 14:04:43 14:04:43 ==> git version 2.24.3 found 14:04:43 ==> 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 14:04:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:04:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:04:43 ==> Jenkins CI detected. 14:04:43 project root: . 14:04:43 --> token set from env 14:04:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:04:43 ==> Running gcov in . (disable via -X gcov) 14:04:43 ==> Python coveragepy not found 14:04:43 ==> Searching for coverage reports in: 14:04:43 + . 14:04:43 -> Found 1 reports 14:04:43 ==> Detecting git/mercurial file structure 14:04:43 ==> Reading reports 14:04:43 + ./coverage.out bytes=100116 14:04:43 ==> Appending adjustments 14:04:43 https://docs.codecov.io/docs/fixing-reports 14:04:44 + Found adjustments 14:04:44 ==> Gzipping contents 14:04:44 16K /tmp/codecov.quvAOn.gz 14:04:44 ==> Uploading reports 14:04:44 url: https://codecov.io 14:04:44 query: branch=master&commit=8659f99871c0873da8324f2f6a625b509cb242d1&build=150&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F150%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:04:44 -> Pinging Codecov 14:04:44 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=8659f99871c0873da8324f2f6a625b509cb242d1&build=150&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F150%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:04:44 -> Uploading to 14:04:44 https://storage.googleapis.com/codecov/v4/raw/2021-04-17/7E55EF52A471D76F132DFD9A03CDDE97/8659f99871c0873da8324f2f6a625b509cb242d1/504ebe34-6954-4c6e-97fa-2a4a15abd884.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210417T140444Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2ce6f33e7556d2f3f27c65d62c401ce6327334cdbbca5f30b7889d578aea9481 14:04:44 % Total % Received % Xferd Average Speed Time Time Time Current 14:04:44 Dload Upload Total Spent Left Speed 14:04:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13498 0 0 100 13498 0 27498 --:--:-- --:--:-- --:--:-- 27546 14:04:45 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8659f99871c0873da8324f2f6a625b509cb242d1 [Pipeline] } 14:04:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:04:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:04:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:04:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:04:46 14:04:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 14:04:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:04:46 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:04:46 188c0c94c7c5: Pulling fs layer 14:04:46 0ef7d3d256c8: Pulling fs layer 14:04:46 de9db76c5a1d: Pulling fs layer 14:04:46 0eba1c9be4d2: Pulling fs layer 14:04:46 0d57e429df01: Pulling fs layer 14:04:46 4e4be7b47b0d: Pulling fs layer 14:04:46 e1f770b5df2f: Pulling fs layer 14:04:46 85a0685a4137: Pulling fs layer 14:04:46 0eba1c9be4d2: Waiting 14:04:46 0d57e429df01: Waiting 14:04:46 4e4be7b47b0d: Waiting 14:04:46 85a0685a4137: Waiting 14:04:46 e1f770b5df2f: Waiting 14:04:46 de9db76c5a1d: Verifying Checksum 14:04:46 de9db76c5a1d: Download complete 14:04:46 0ef7d3d256c8: Verifying Checksum 14:04:46 0ef7d3d256c8: Download complete 14:04:46 0d57e429df01: Verifying Checksum 14:04:46 0d57e429df01: Download complete 14:04:46 188c0c94c7c5: Download complete 14:04:46 4e4be7b47b0d: Verifying Checksum 14:04:46 4e4be7b47b0d: Download complete 14:04:47 188c0c94c7c5: Pull complete 14:04:47 e1f770b5df2f: Verifying Checksum 14:04:47 e1f770b5df2f: Download complete 14:04:47 0ef7d3d256c8: Pull complete 14:04:47 de9db76c5a1d: Pull complete 14:04:49 0eba1c9be4d2: Verifying Checksum 14:04:49 0eba1c9be4d2: Download complete 14:04:49 85a0685a4137: Verifying Checksum 14:04:49 85a0685a4137: Download complete 14:04:55 0eba1c9be4d2: Pull complete 14:04:55 0d57e429df01: Pull complete 14:04:55 4e4be7b47b0d: Pull complete 14:04:57 e1f770b5df2f: Pull complete 14:05:06 85a0685a4137: Pull complete 14:05:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 14:05:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:05:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 14:05:06 prd-centos7-docker-4c-2g-568 does not seem to be running inside a container 14:05:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 14:05:07 $ docker top b42aca9589a8401ac9eeed61d9b5d7b6e5b0dae3d93db1bb0a1d0f403e63996d -eo pid,comm [Pipeline] { [Pipeline] echo 14:05:07 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 14:05:08 + set -o pipefail 14:05:08 + snyk monitor '--org=edgex-jenkins' 14:05:34 14:05:34 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 14:05:34 14:05:34 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/5c48ace7-f89e-4a6d-994d-13d697678346 14:05:34 14:05:34 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:05:34 14:05:34 14:05:34 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 14:05:34 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 14:05:34 $ docker stop --time=1 b42aca9589a8401ac9eeed61d9b5d7b6e5b0dae3d93db1bb0a1d0f403e63996d 14:05:38 $ docker rm -f b42aca9589a8401ac9eeed61d9b5d7b6e5b0dae3d93db1bb0a1d0f403e63996d [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 14:05:38 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:05:39 provisioning config files... 14:05:39 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5876647457284120398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:05:39 --> edgex-publish-swagger.sh 14:05:39 === Publish openapi/v1 API === 14:05:39 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 14:05:39 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 14:05:39 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:39 Dload Upload Total Spent Left Speed 14:05:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 24237 --:--:-- --:--:-- --:--:-- 24236 100 19947 0 0 100 19947 0 24223 --:--:-- --:--:-- --:--:-- 24207 14:05:40 14:05:40 14:05:40 === Publish openapi/v2 API === 14:05:40 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 14:05:40 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 14:05:40 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:40 Dload Upload Total Spent Left Speed 14:05:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 64170 --:--:-- --:--:-- --:--:-- 64193 100 51483 0 0 100 51483 0 64154 --:--:-- --:--:-- --:--:-- 64193 14:05:40 14:05:40 [Pipeline] } 14:05:40 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 14:05:41 + git log --format=format:%s -1 8659f99871c0873da8324f2f6a625b509cb242d1 [Pipeline] isUnix [Pipeline] sh 14:05:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:05:41 . [Pipeline] withDockerContainer 14:05:41 prd-centos7-docker-4c-2g-568 does not seem to be running inside a container 14:05:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:05:42 $ docker top ed72f710cf0e2240eca2bfa5562d581802621d1ef9e45eed78ed6c43df768258 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:05:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:05:42 [ssh-agent] Looking for ssh-agent implementation... 14:05:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:05:43 $ docker exec ed72f710cf0e2240eca2bfa5562d581802621d1ef9e45eed78ed6c43df768258 ssh-agent 14:05:43 SSH_AUTH_SOCK=/tmp/ssh-oEa3NtYfEm7v/agent.11 14:05:43 SSH_AGENT_PID=16 14:05:43 Running ssh-add (command line suppressed) 14:05:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7714374385091545867.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7714374385091545867.key) 14:05:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:05:43 + git semver tag 14:05:43 # -> Open(): unable to determine branch for HEAD 14:05:43 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 14:05:43 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 14:05:43 # $SEMVER_REMOTE_NAME = origin 14:05:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:05:43 # $SEMVER_USER_NAME = edgex-jenkins 14:05:43 # $SEMVER_BRANCH = master 14:05:43 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 14:05:43 # 8659f99871c0873da8324f2f6a625b509cb242d1 HEAD 14:05:44 # -> Force: false 14:05:44 # 5279bcd5fe3777affdfa2d15463e8171778b1d47 refs/tags/v2.0.0-dev.45 [Pipeline] } 14:05:44 $ docker exec --env ******** --env ******** ed72f710cf0e2240eca2bfa5562d581802621d1ef9e45eed78ed6c43df768258 ssh-agent -k 14:05:44 unset SSH_AUTH_SOCK; 14:05:44 unset SSH_AGENT_PID; 14:05:44 echo Agent pid 16 killed; 14:05:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:05:44 + git semver [Pipeline] } 14:05:44 $ docker stop --time=1 ed72f710cf0e2240eca2bfa5562d581802621d1ef9e45eed78ed6c43df768258 14:05:46 $ docker rm -f ed72f710cf0e2240eca2bfa5562d581802621d1ef9e45eed78ed6c43df768258 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:05:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:05:46 14:05:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:05:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:05:46 0.23.1-centos7: Pulling from edgex-lftools 14:05:46 ab5ef0e58194: Pulling fs layer 14:05:46 9712f1f96733: Pulling fs layer 14:05:46 63f879dbbcfc: Pulling fs layer 14:05:46 0d9ebad4ef96: Pulling fs layer 14:05:46 e9a5061849ea: Pulling fs layer 14:05:46 d747dcd14b5f: Pulling fs layer 14:05:46 2de7ff778b66: Pulling fs layer 14:05:46 e9a5061849ea: Waiting 14:05:46 d747dcd14b5f: Waiting 14:05:46 0d9ebad4ef96: Waiting 14:05:46 2de7ff778b66: Waiting 14:05:46 9712f1f96733: Verifying Checksum 14:05:46 9712f1f96733: Download complete 14:05:48 63f879dbbcfc: Verifying Checksum 14:05:48 63f879dbbcfc: Download complete 14:05:48 e9a5061849ea: Verifying Checksum 14:05:48 e9a5061849ea: Download complete 14:05:48 d747dcd14b5f: Verifying Checksum 14:05:48 d747dcd14b5f: Download complete 14:05:48 2de7ff778b66: Verifying Checksum 14:05:48 2de7ff778b66: Download complete 14:05:48 0d9ebad4ef96: Verifying Checksum 14:05:48 0d9ebad4ef96: Download complete 14:05:49 ab5ef0e58194: Verifying Checksum 14:05:49 ab5ef0e58194: Download complete 14:05:53 ab5ef0e58194: Pull complete 14:05:53 9712f1f96733: Pull complete 14:05:56 63f879dbbcfc: Pull complete 14:06:03 0d9ebad4ef96: Pull complete 14:06:03 e9a5061849ea: Pull complete 14:06:03 d747dcd14b5f: Pull complete 14:06:07 2de7ff778b66: Pull complete 14:06:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:06:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:06:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:06:07 prd-centos7-docker-4c-2g-568 does not seem to be running inside a container 14:06:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 14:06:11 $ docker top 494ff05295ee880558799eb357cdbea78cfa183b18879a376518b5a592857be8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:06:11 provisioning config files... 14:06:11 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5092494426083223948tmp 14:06:11 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3940542706631342409tmp 14:06:11 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config139301094976508684tmp [Pipeline] { [Pipeline] echo 14:06:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:06:12 ---> sigul-configuration.sh 14:06:12 gpg: directory `/root/.gnupg' created 14:06:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:06:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:06:12 gpg: keyring `/root/.gnupg/secring.gpg' created 14:06:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:06:12 gpg: CAST5 encrypted data 14:06:12 gpg: encrypted with 1 passphrase 14:06:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:06:12 + mkdir /home/jenkins 14:06:12 + mkdir /home/jenkins/sigul [Pipeline] sh 14:06:13 + 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 14:06:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:06:13 ---> sigul-install.sh 14:06:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:06:20 + git tag --list 14:06:20 0.7.1 14:06:20 delhi-tag 14:06:20 v1.0.0 14:06:20 v1.1.0 14:06:20 v1.1.1 14:06:20 v1.1.2 14:06:20 v1.2.0 14:06:20 v1.2.1 14:06:20 v1.2.2 14:06:20 v1.2.3 14:06:20 v1.3.0 14:06:20 v1.4.0 14:06:20 v2.0.0-dev.1 14:06:20 v2.0.0-dev.10 14:06:20 v2.0.0-dev.11 14:06:20 v2.0.0-dev.12 14:06:20 v2.0.0-dev.13 14:06:20 v2.0.0-dev.14 14:06:20 v2.0.0-dev.15 14:06:20 v2.0.0-dev.16 14:06:20 v2.0.0-dev.17 14:06:20 v2.0.0-dev.18 14:06:20 v2.0.0-dev.19 14:06:20 v2.0.0-dev.2 14:06:20 v2.0.0-dev.20 14:06:20 v2.0.0-dev.21 14:06:20 v2.0.0-dev.22 14:06:20 v2.0.0-dev.23 14:06:20 v2.0.0-dev.24 14:06:20 v2.0.0-dev.25 14:06:20 v2.0.0-dev.26 14:06:20 v2.0.0-dev.27 14:06:20 v2.0.0-dev.28 14:06:20 v2.0.0-dev.29 14:06:20 v2.0.0-dev.3 14:06:20 v2.0.0-dev.30 14:06:20 v2.0.0-dev.31 14:06:20 v2.0.0-dev.32 14:06:20 v2.0.0-dev.33 14:06:20 v2.0.0-dev.34 14:06:20 v2.0.0-dev.35 14:06:20 v2.0.0-dev.36 14:06:20 v2.0.0-dev.37 14:06:20 v2.0.0-dev.38 14:06:20 v2.0.0-dev.39 14:06:20 v2.0.0-dev.4 14:06:20 v2.0.0-dev.40 14:06:20 v2.0.0-dev.41 14:06:20 v2.0.0-dev.42 14:06:20 v2.0.0-dev.43 14:06:20 v2.0.0-dev.44 14:06:20 v2.0.0-dev.45 14:06:20 v2.0.0-dev.5 14:06:20 v2.0.0-dev.6 14:06:20 v2.0.0-dev.7 14:06:20 v2.0.0-dev.8 14:06:20 v2.0.0-dev.9 [Pipeline] sh 14:06:20 + lftools sign git-tag v2.0.0-dev.45 14:06:22 Signing Git tag with Sigul... 14:06:22 Signing v2.0.0-dev.45 [Pipeline] echo 14:06:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:06:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:06:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:06:23 $ docker stop --time=1 494ff05295ee880558799eb357cdbea78cfa183b18879a376518b5a592857be8 14:06:25 $ docker rm -f 494ff05295ee880558799eb357cdbea78cfa183b18879a376518b5a592857be8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:06:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:06:26 . [Pipeline] withDockerContainer 14:06:26 prd-centos7-docker-4c-2g-568 does not seem to be running inside a container 14:06:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:06:27 $ docker top f3c351db3be3184580c3c56f174c21fae92ce02b8d031c8b609e4cf47efba92f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:06:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:06:27 [ssh-agent] Looking for ssh-agent implementation... 14:06:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:06:27 $ docker exec f3c351db3be3184580c3c56f174c21fae92ce02b8d031c8b609e4cf47efba92f ssh-agent 14:06:27 SSH_AUTH_SOCK=/tmp/ssh-UAipoZaY8H86/agent.12 14:06:27 SSH_AGENT_PID=18 14:06:27 Running ssh-add (command line suppressed) 14:06:27 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1382818704703462486.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1382818704703462486.key) 14:06:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:06:28 + git semver bump pre 14:06:28 # -> Open(): unable to determine branch for HEAD 14:06:28 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 14:06:28 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 14:06:28 # $SEMVER_REMOTE_NAME = origin 14:06:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:06:28 # $SEMVER_USER_NAME = edgex-jenkins 14:06:28 # $SEMVER_BRANCH = master 14:06:28 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 14:06:28 2.0.0-dev.46 [Pipeline] } 14:06:28 $ docker exec --env ******** --env ******** f3c351db3be3184580c3c56f174c21fae92ce02b8d031c8b609e4cf47efba92f ssh-agent -k 14:06:28 unset SSH_AUTH_SOCK; 14:06:28 unset SSH_AGENT_PID; 14:06:28 echo Agent pid 18 killed; 14:06:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:06:28 + git semver [Pipeline] } 14:06:28 $ docker stop --time=1 f3c351db3be3184580c3c56f174c21fae92ce02b8d031c8b609e4cf47efba92f 14:06:30 $ docker rm -f f3c351db3be3184580c3c56f174c21fae92ce02b8d031c8b609e4cf47efba92f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:06:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:06:30 . [Pipeline] withDockerContainer 14:06:30 prd-centos7-docker-4c-2g-568 does not seem to be running inside a container 14:06: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:06:31 $ docker top e39315437742bff343c5679d415cde3033ccb0a89b9bfed506c9be81e3c5046b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:06:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:06:31 [ssh-agent] Looking for ssh-agent implementation... 14:06:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:06:32 $ docker exec e39315437742bff343c5679d415cde3033ccb0a89b9bfed506c9be81e3c5046b ssh-agent 14:06:32 SSH_AUTH_SOCK=/tmp/ssh-uzFwYmbKCjvv/agent.11 14:06:32 SSH_AGENT_PID=17 14:06:32 Running ssh-add (command line suppressed) 14:06:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3441396771185723487.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3441396771185723487.key) 14:06:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:06:32 + git semver push 14:06:32 # -> Open(): unable to determine branch for HEAD 14:06:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 14:06:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 14:06:32 # $SEMVER_REMOTE_NAME = origin 14:06:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:06:32 # $SEMVER_USER_NAME = edgex-jenkins 14:06:32 # $SEMVER_BRANCH = master 14:06:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 14:06:37 $ docker exec --env ******** --env ******** e39315437742bff343c5679d415cde3033ccb0a89b9bfed506c9be81e3c5046b ssh-agent -k 14:06:37 unset SSH_AUTH_SOCK; 14:06:37 unset SSH_AGENT_PID; 14:06:37 echo Agent pid 17 killed; 14:06:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:06:37 + git semver [Pipeline] } 14:06:37 $ docker stop --time=1 e39315437742bff343c5679d415cde3033ccb0a89b9bfed506c9be81e3c5046b 14:06:39 $ docker rm -f e39315437742bff343c5679d415cde3033ccb0a89b9bfed506c9be81e3c5046b [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 14:06:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:06:40 ---> package-listing.sh 14:06:40 ++ facter osfamily 14:06:40 ++ tr '[:upper:]' '[:lower:]' 14:06:40 + OS_FAMILY=redhat 14:06:40 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 14:06:40 + START_PACKAGES=/tmp/packages_start.txt 14:06:40 + END_PACKAGES=/tmp/packages_end.txt 14:06:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:06:40 + PACKAGES=/tmp/packages_start.txt 14:06:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 14:06:40 + PACKAGES=/tmp/packages_end.txt 14:06:40 + case "${OS_FAMILY}" in 14:06:40 + rpm -qa 14:06:40 + sort 14:06:45 + '[' -f /tmp/packages_start.txt ']' 14:06:45 + '[' -f /tmp/packages_end.txt ']' 14:06:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:06:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 14:06:45 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 14:06: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 14:06: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 14:06:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:06:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:06:46 14:06:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:06:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:06:46 alpine: Pulling from edgex-lftools-log-publisher 14:06:46 df20fa9351a1: Pulling fs layer 14:06:46 36b3adc4ff6f: Pulling fs layer 14:06:46 8ad3a11d3b57: Pulling fs layer 14:06:46 46f8f816bc3b: Pulling fs layer 14:06:46 93b61091891f: Pulling fs layer 14:06:46 93b9cdb0e59b: Pulling fs layer 14:06:46 5e14af77c1be: Pulling fs layer 14:06:46 01666e4c0597: Pulling fs layer 14:06:46 aa168da1d23b: Pulling fs layer 14:06:46 46f8f816bc3b: Waiting 14:06:46 93b61091891f: Waiting 14:06:46 93b9cdb0e59b: Waiting 14:06:46 5e14af77c1be: Waiting 14:06:46 01666e4c0597: Waiting 14:06:46 aa168da1d23b: Waiting 14:06:46 36b3adc4ff6f: Download complete 14:06:46 46f8f816bc3b: Verifying Checksum 14:06:46 46f8f816bc3b: Download complete 14:06:46 93b61091891f: Download complete 14:06:46 df20fa9351a1: Verifying Checksum 14:06:46 df20fa9351a1: Download complete 14:06:46 93b9cdb0e59b: Verifying Checksum 14:06:46 93b9cdb0e59b: Download complete 14:06:46 01666e4c0597: Verifying Checksum 14:06:46 01666e4c0597: Download complete 14:06:46 5e14af77c1be: Download complete 14:06:47 8ad3a11d3b57: Verifying Checksum 14:06:47 8ad3a11d3b57: Download complete 14:06:47 df20fa9351a1: Pull complete 14:06:48 36b3adc4ff6f: Pull complete 14:06:49 aa168da1d23b: Verifying Checksum 14:06:49 aa168da1d23b: Download complete 14:06:49 8ad3a11d3b57: Pull complete 14:06:49 46f8f816bc3b: Pull complete 14:06:50 93b61091891f: Pull complete 14:06:50 93b9cdb0e59b: Pull complete 14:06:50 5e14af77c1be: Pull complete 14:06:50 01666e4c0597: Pull complete 14:06:58 aa168da1d23b: Pull complete 14:06:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:06:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:06:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:06:59 prd-centos7-docker-4c-2g-568 does not seem to be running inside a container 14:06:59 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:07:02 $ docker top eb0b96a46c91a933b5cf758d0c6a1a00760b5e9989a417a0b2d6c33673b96dee -eo pid,comm [Pipeline] { [Pipeline] sh 14:07:02 + touch /tmp/pre-build-complete [Pipeline] sh 14:07:03 + mkdir -p /var/log/sa [Pipeline] sh 14:07:03 + ls /var/log/sa-host 14:07:03 + sadf -c /var/log/sa-host/sa17 14:07:03 file_magic: OK 14:07:03 HZ: Using current value: 100 14:07:03 file_header: OK 14:07:03 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 14:07:03 Statistics: 14:07:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:07:03 File successfully converted to sysstat format version 12.2.1 14:07:03 + sadf -c /var/log/sa-host/sa23 14:07:03 file_magic: OK 14:07:03 HZ: Using current value: 100 14:07:03 file_header: OK 14:07:03 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 14:07:03 Statistics: 14:07:03 Hnuu...uuuununununu... 14:07:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:07:03 provisioning config files... 14:07:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1814936419179979250tmp [Pipeline] { [Pipeline] echo 14:07:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:07:04 ---> create-netrc.sh [Pipeline] } 14:07:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:07:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:07:04 ---> python-tools-install.sh [Pipeline] echo 14:07:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:07:04 ---> sudo-logs.sh 14:07:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:07:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:07:05 ---> job-cost.sh 14:07:05 lf-activate-venv: SKIPPING 14:07:05 DEBUG: total: 0.20999999344348907 14:07:05 INFO: Retrieving Stack Cost... 14:07:07 INFO: Retrieving Pricing Info for: v1-standard-2 14:07:07 INFO: Archiving Costs [Pipeline] echo 14:07:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:07:07 ---> logs-deploy.sh 14:07:07 lf-activate-venv: SKIPPING 14:07:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/150 14:07:07 INFO: archiving workspace using pattern(s): 14:07:09 Archives upload complete. 14:07:09 INFO: archiving logs to Nexus 14:07:10 ---> uname -a: 14:07:10 Linux prd-centos7-docker-4c-2g-568.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:07:10 14:07:10 14:07:10 ---> lscpu: 14:07:10 Architecture: x86_64 14:07:10 CPU op-mode(s): 32-bit, 64-bit 14:07:10 Byte Order: Little Endian 14:07:10 Address sizes: 40 bits physical, 48 bits virtual 14:07:10 CPU(s): 4 14:07:10 On-line CPU(s) list: 0-3 14:07:10 Thread(s) per core: 1 14:07:10 Core(s) per socket: 1 14:07:10 Socket(s): 4 14:07:10 NUMA node(s): 1 14:07:10 Vendor ID: GenuineIntel 14:07:10 CPU family: 6 14:07:10 Model: 44 14:07:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:07:10 Stepping: 1 14:07:10 CPU MHz: 2933.438 14:07:10 BogoMIPS: 5866.87 14:07:10 Virtualization: VT-x 14:07:10 Hypervisor vendor: KVM 14:07:10 Virtualization type: full 14:07:10 L1d cache: 128 KiB 14:07:10 L1i cache: 128 KiB 14:07:10 L2 cache: 16 MiB 14:07:10 L3 cache: 64 MiB 14:07:10 NUMA node0 CPU(s): 0-3 14:07:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:07:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:07:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:07:10 Vulnerability Meltdown: Mitigation; PTI 14:07:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:07:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:07:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:07:10 Vulnerability Srbds: Not affected 14:07:10 Vulnerability Tsx async abort: Not affected 14:07:10 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 14:07:10 14:07:10 14:07:10 ---> nproc: 14:07:10 4 14:07:10 14:07:10 14:07:10 ---> df -h: 14:07:10 Filesystem Size Used Available Use% Mounted on 14:07:10 overlay 50.0G 8.5G 41.4G 17% / 14:07:10 tmpfs 64.0M 0 64.0M 0% /dev 14:07:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:07:10 shm 64.0M 0 64.0M 0% /dev/shm 14:07:10 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 14:07:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 14:07:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 14:07:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 14:07:10 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 14:07:10 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 14:07:10 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 14:07:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 14:07:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 14:07:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 14:07:10 14:07:10 14:07:10 ---> free -m: 14:07:10 total used free shared buff/cache available 14:07:10 Mem: 1837 836 141 0 859 936 14:07:10 Swap: 1023 2 1021 14:07:10 14:07:10 14:07:10 ---> ip addr: 14:07:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:07:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:07:10 inet 127.0.0.1/8 scope host lo 14:07:10 valid_lft forever preferred_lft forever 14:07:10 inet6 ::1/128 scope host 14:07:10 valid_lft forever preferred_lft forever 14:07:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:07:10 link/ether fa:16:3e:06:98:70 brd ff:ff:ff:ff:ff:ff 14:07:10 inet 10.30.122.33/23 brd 10.30.123.255 scope global dynamic eth0 14:07:10 valid_lft 85761sec preferred_lft 85761sec 14:07:10 inet6 fe80::f816:3eff:fe06:9870/64 scope link 14:07:10 valid_lft forever preferred_lft forever 14:07:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:07:10 link/ether 02:42:0e:14:b4:7f brd ff:ff:ff:ff:ff:ff 14:07:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:07:10 valid_lft forever preferred_lft forever 14:07:10 inet6 fe80::42:eff:fe14:b47f/64 scope link 14:07:10 valid_lft forever preferred_lft forever 14:07:10 14:07:10 14:07:10 ---> sar -b -r -n DEV: 14:07:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/17/21 _x86_64_ (4 CPU) 14:07:10 14:07:10 13:56:19 LINUX RESTART (4 CPU) 14:07:10 14:07:10 13:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:07:10 13:58:01 50.17 13.98 36.19 0.00 4617.58 3404.24 0.00 14:07:10 13:59:01 2.11 0.00 2.11 0.00 0.00 34.32 0.00 14:07:10 14:00:01 0.58 0.00 0.58 0.00 0.00 6.00 0.00 14:07:10 14:01:01 0.33 0.02 0.32 0.00 0.13 4.03 0.00 14:07:10 14:02:01 0.40 0.08 0.32 0.00 1.60 5.31 0.00 14:07:10 14:03:01 0.32 0.00 0.32 0.00 0.00 4.33 0.00 14:07:10 14:04:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 14:07:10 14:05:01 144.36 78.61 65.76 0.00 3135.01 24888.93 0.00 14:07:10 14:06:01 260.24 125.51 134.72 0.00 6241.41 34521.45 0.00 14:07:10 14:07:01 234.99 104.67 130.32 0.00 7433.37 29583.13 0.00 14:07:10 Average: 69.18 32.21 36.97 0.00 2136.73 9222.56 0.00 14:07:10 14:07:10 13:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:07:10 13:58:01 133752 0 613080 32.58 2620 1132092 1113792 38.01 468624 1079684 8 14:07:10 13:59:01 142012 0 604812 32.14 2620 1132100 1068116 36.45 463344 1077816 8 14:07:10 14:00:01 142276 0 604544 32.13 2620 1132104 1068116 36.45 459696 1081648 8 14:07:10 14:01:01 140884 0 605932 32.20 2620 1132108 1070804 36.54 460456 1081652 8 14:07:10 14:02:01 140600 0 606092 32.21 2620 1132232 1068708 36.47 461024 1082056 12 14:07:10 14:03:01 138936 0 607748 32.30 2620 1132240 1068804 36.48 462216 1082056 16 14:07:10 14:04:01 138356 0 608328 32.33 2620 1132240 1068792 36.48 462800 1082056 12 14:07:10 14:05:01 73932 0 756828 40.22 2596 1048188 1517016 51.77 541120 1001724 95324 14:07:10 14:06:01 177008 0 767248 40.78 1592 935696 1297080 44.27 538728 853388 89356 14:07:10 14:07:01 197892 0 835860 44.42 1420 846372 1310852 44.74 543024 766644 48 14:07:10 Average: 142565 0 661047 35.13 2395 1075537 1165208 39.77 486103 1018872 18480 14:07:10 14:07:10 13:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:07:10 13:58:01 eth0 314.08 186.63 739.20 56.12 0.00 0.00 0.00 0.00 14:07:10 13:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 13:58:01 docker0 12.38 10.50 1.81 25.84 0.00 0.00 0.00 0.00 14:07:10 13:59:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 14:07:10 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:00:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:07:10 14:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:01:01 eth0 1.03 0.08 0.10 0.01 0.00 0.00 0.00 0.00 14:07:10 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:02:01 eth0 0.67 0.38 0.35 0.24 0.00 0.00 0.00 0.00 14:07:10 14:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:03:01 eth0 1.23 0.48 0.44 0.24 0.00 0.00 0.00 0.00 14:07:10 14:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:04:01 eth0 1.62 0.32 0.38 0.20 0.00 0.00 0.00 0.00 14:07:10 14:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:05:01 eth0 405.56 347.31 4074.89 53.68 0.00 0.00 0.00 0.00 14:07:10 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:06:01 eth0 429.95 358.82 3471.59 40.50 0.00 0.00 0.00 0.00 14:07:10 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:06:01 docker0 48.20 53.92 4.17 254.07 0.00 0.00 0.00 0.00 14:07:10 14:07:01 eth0 322.73 234.32 2509.06 94.99 0.00 0.00 0.00 0.00 14:07:10 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 14:07:01 docker0 25.43 34.47 1.68 248.07 0.00 0.00 0.00 0.00 14:07:10 Average: eth0 147.54 112.74 1078.15 24.51 0.00 0.00 0.00 0.00 14:07:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:10 Average: docker0 8.58 9.86 0.77 52.57 0.00 0.00 0.00 0.00 14:07:10 14:07:10 14:07:10 ---> sar -P ALL: 14:07:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/17/21 _x86_64_ (4 CPU) 14:07:10 14:07:10 13:56:19 LINUX RESTART (4 CPU) 14:07:10 14:07:10 13:57:01 CPU %user %nice %system %iowait %steal %idle 14:07:10 13:58:01 all 6.78 0.00 3.10 1.02 0.57 88.53 14:07:10 13:58:01 0 6.34 0.00 3.59 0.15 0.51 89.41 14:07:10 13:58:01 1 6.36 0.00 3.14 1.30 0.62 88.57 14:07:10 13:58:01 2 7.08 0.00 2.55 0.42 0.52 89.43 14:07:10 13:58:01 3 7.32 0.00 3.12 2.19 0.64 86.72 14:07:10 13:59:01 all 0.14 0.00 0.05 0.00 0.01 99.80 14:07:10 13:59:01 0 0.05 0.00 0.05 0.00 0.02 99.88 14:07:10 13:59:01 1 0.07 0.00 0.07 0.00 0.02 99.85 14:07:10 13:59:01 2 0.42 0.00 0.03 0.00 0.00 99.55 14:07:10 13:59:01 3 0.03 0.00 0.03 0.00 0.00 99.93 14:07:10 14:00:01 all 0.15 0.00 0.07 0.00 0.01 99.77 14:07:10 14:00:01 0 0.03 0.00 0.05 0.00 0.00 99.92 14:07:10 14:00:01 1 0.07 0.00 0.08 0.00 0.00 99.85 14:07:10 14:00:01 2 0.45 0.00 0.03 0.00 0.03 99.48 14:07:10 14:00:01 3 0.07 0.00 0.10 0.00 0.00 99.83 14:07:10 14:01:01 all 0.16 0.00 0.04 0.00 0.00 99.80 14:07:10 14:01:01 0 0.05 0.00 0.07 0.00 0.00 99.88 14:07:10 14:01:01 1 0.37 0.00 0.03 0.00 0.00 99.60 14:07:10 14:01:01 2 0.18 0.00 0.02 0.00 0.00 99.80 14:07:10 14:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 14:07:10 14:02:01 all 0.13 0.00 0.07 0.00 0.02 99.78 14:07:10 14:02:01 0 0.05 0.00 0.03 0.00 0.00 99.92 14:07:10 14:02:01 1 0.37 0.00 0.12 0.00 0.05 99.47 14:07:10 14:02:01 2 0.07 0.00 0.07 0.00 0.00 99.87 14:07:10 14:02:01 3 0.05 0.00 0.05 0.00 0.02 99.88 14:07:10 14:03:01 all 0.05 0.00 0.04 0.00 0.00 99.91 14:07:10 14:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:07:10 14:03:01 1 0.07 0.00 0.05 0.00 0.00 99.88 14:07:10 14:03:01 2 0.03 0.00 0.05 0.00 0.02 99.90 14:07:10 14:03:01 3 0.05 0.00 0.03 0.00 0.00 99.92 14:07:10 14:04:01 all 0.08 0.00 0.04 0.00 0.01 99.87 14:07:10 14:04:01 0 0.08 0.00 0.02 0.00 0.02 99.88 14:07:10 14:04:01 1 0.12 0.00 0.02 0.00 0.00 99.87 14:07:10 14:04:01 2 0.08 0.00 0.07 0.00 0.00 99.85 14:07:10 14:04:01 3 0.03 0.00 0.05 0.00 0.02 99.90 14:07:10 14:05:01 all 6.65 0.00 4.64 0.94 0.07 87.70 14:07:10 14:05:01 0 6.33 0.00 4.96 0.63 0.08 88.00 14:07:10 14:05:01 1 7.23 0.00 3.95 0.24 0.07 88.51 14:07:10 14:05:01 2 6.34 0.00 4.64 0.54 0.05 88.43 14:07:10 14:05:01 3 6.70 0.00 5.00 2.37 0.07 85.85 14:07:10 14:06:01 all 10.91 0.00 8.06 3.12 0.31 77.60 14:07:10 14:06:01 0 10.66 0.00 9.11 4.59 0.33 75.32 14:07:10 14:06:01 1 11.62 0.00 8.60 2.62 0.27 76.88 14:07:10 14:06:01 2 10.28 0.00 7.56 3.32 0.29 78.55 14:07:10 14:06:01 3 11.06 0.00 6.96 1.96 0.36 79.65 14:07:10 14:07:01 all 11.44 0.00 8.65 4.37 0.32 75.22 14:07:10 14:07:01 0 12.58 0.00 9.15 1.17 0.30 76.80 14:07:10 14:07:01 1 11.65 0.00 8.74 7.11 0.31 72.18 14:07:10 14:07:01 2 10.51 0.00 7.54 3.06 0.30 78.60 14:07:10 14:07:01 3 11.02 0.00 9.18 6.17 0.37 73.27 14:07:10 Average: all 3.58 0.00 2.43 0.92 0.13 92.93 14:07:10 Average: 0 3.55 0.00 2.65 0.64 0.12 93.04 14:07:10 Average: 1 3.73 0.00 2.44 1.10 0.13 92.60 14:07:10 Average: 2 3.49 0.00 2.21 0.72 0.12 93.46 14:07:10 Average: 3 3.57 0.00 2.41 1.24 0.14 92.63 14:07:10 14:07:10 14:07:10