Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e437657d2d11e173c1ba87cc59d8d85c228ee6bb 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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-4379 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 e437657d2d11e173c1ba87cc59d8d85c228ee6bb (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 e437657d2d11e173c1ba87cc59d8d85c228ee6bb # timeout=10 Commit message: "Merge pull request #919 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.14" > git rev-list --no-walk b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:34:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:34:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:34:18 ========================================================= 07:34:18 EdgeX Global Pipelines Version Info 07:34:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:34:20 ------------------- 07:34:20 stable info: 07:34:20 ------------------- 07:34:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:34:20 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 07:34:20 Message: update stable to v1.0.191 07:34:21 ------------------- 07:34:21 experimental info: 07:34:21 ------------------- 07:34:21 Commited By: **** collab-it+edgex@linuxfoundation.org 07:34:21 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:34:21 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e437657d2d11e173c1ba87cc59d8d85c228ee6bb [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e437657 [Pipeline] echo 07:34:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:34:22 provisioning config files... 07:34:22 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6754038563487448179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:34:22 ---> docker-login.sh 07:34:22 nexus3.edgexfoundry.org:10001 07:34:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:22 Configure a credential helper to remove this warning. See 07:34:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:22 07:34:22 Login Succeeded 07:34:22 nexus3.edgexfoundry.org:10002 07:34:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:22 Configure a credential helper to remove this warning. See 07:34:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:22 07:34:22 Login Succeeded 07:34:22 nexus3.edgexfoundry.org:10003 07:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:23 Configure a credential helper to remove this warning. See 07:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:23 07:34:23 Login Succeeded 07:34:23 nexus3.edgexfoundry.org:10004 07:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:23 Configure a credential helper to remove this warning. See 07:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:23 07:34:23 Login Succeeded 07:34:23 docker.io 07:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:24 Configure a credential helper to remove this warning. See 07:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:24 07:34:24 Login Succeeded 07:34:24 ---> docker-login.sh ends [Pipeline] } 07:34:24 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 07:34:24 + git log --format=format:%s -1 e437657d2d11e173c1ba87cc59d8d85c228ee6bb [Pipeline] echo 07:34:24 GIT_COMMIT: e437657d2d11e173c1ba87cc59d8d85c228ee6bb, Commit Message: Merge pull request #919 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.14 [Pipeline] echo 07:34:24 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:34:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:34:25 07:34:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:34:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:34:25 latest: Pulling from edgex-devops/git-semver 07:34:25 31603596830f: Pulling fs layer 07:34:25 54011a49482f: Pulling fs layer 07:34:25 a6820b24f6d8: Pulling fs layer 07:34:25 f581987b2513: Pulling fs layer 07:34:25 f581987b2513: Waiting 07:34:25 54011a49482f: Verifying Checksum 07:34:25 54011a49482f: Download complete 07:34:25 31603596830f: Verifying Checksum 07:34:25 31603596830f: Download complete 07:34:26 a6820b24f6d8: Verifying Checksum 07:34:26 a6820b24f6d8: Download complete 07:34:26 f581987b2513: Verifying Checksum 07:34:26 f581987b2513: Download complete 07:34:26 31603596830f: Pull complete 07:34:26 54011a49482f: Pull complete 07:34:27 a6820b24f6d8: Pull complete 07:34:27 f581987b2513: Pull complete 07:34:27 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:34:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:34:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:34:27 prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container 07:34:27 $ 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 07:34:29 $ docker top b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:34:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:34:29 [ssh-agent] Looking for ssh-agent implementation... 07:34:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:34:29 $ docker exec b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a ssh-agent 07:34:30 SSH_AUTH_SOCK=/tmp/ssh-MOH7oCHZOyyg/agent.11 07:34:30 SSH_AGENT_PID=17 07:34:30 Running ssh-add (command line suppressed) 07:34:30 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9193060431720124957.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9193060431720124957.key) 07:34:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:34:30 + git tag --points-at HEAD [Pipeline] } 07:34:30 $ docker exec --env ******** --env ******** b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a ssh-agent -k 07:34:30 unset SSH_AUTH_SOCK; 07:34:30 unset SSH_AGENT_PID; 07:34:30 echo Agent pid 17 killed; 07:34:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:34:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:34:30 [ssh-agent] Looking for ssh-agent implementation... 07:34:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:34:31 $ docker exec b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a ssh-agent 07:34:31 SSH_AUTH_SOCK=/tmp/ssh-lYHThPvV7KxB/agent.47 07:34:31 SSH_AGENT_PID=53 07:34:31 Running ssh-add (command line suppressed) 07:34:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_535279304153808562.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_535279304153808562.key) 07:34:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:34:31 + git semver init 07:34:31 # -> Open(): unable to determine branch for HEAD 07:34:31 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:34:31 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:34:31 # $SEMVER_REMOTE_NAME = origin 07:34:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:34:31 # $SEMVER_USER_NAME = edgex-jenkins 07:34:31 # $SEMVER_BRANCH = master 07:34:31 # $SEMVER_TEMP = /tmp/semver-369635929 07:34:31 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:34:32 # '/tmp/semver-369635929' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 07:34:32 # -> Force: false 07:34:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:34:32 $ docker exec --env ******** --env ******** b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a ssh-agent -k 07:34:32 unset SSH_AUTH_SOCK; 07:34:32 unset SSH_AGENT_PID; 07:34:32 echo Agent pid 53 killed; 07:34:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:34:33 + git semver [Pipeline] } 07:34:33 $ docker stop --time=1 b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a 07:34:35 $ docker rm -f b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a [Pipeline] // withDockerContainer [Pipeline] sh 07:34:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:34:35 Stashed 1 file(s) [Pipeline] echo 07:34:35 [edgeXSemver]: initialized semver on version 2.0.0-dev.56 [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 07:34:51 Still waiting to schedule task 07:34:51 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:34:51 Still waiting to schedule task 07:34:51 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:36:10 Running on prd-centos7-docker-4c-2g-4383 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:36:10 Running in /w/workspace/device-sdk-go/161 [Pipeline] { [Pipeline] checkout 07:36:13 using credential edgex-jenkins-ssh 07:36:13 Cloning the remote Git repository 07:36:13 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:36:13 > git init /w/workspace/device-sdk-go/161 # timeout=10 07:36:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:36:13 > git --version # timeout=10 07:36:13 > git --version # 'git version 2.24.3' 07:36:13 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:36:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:36:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:36:15 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:36:15 Checking out Revision e437657d2d11e173c1ba87cc59d8d85c228ee6bb (master) 07:36:15 > git config core.sparsecheckout # timeout=10 07:36:15 > git checkout -f e437657d2d11e173c1ba87cc59d8d85c228ee6bb # timeout=10 07:36:19 Commit message: "Merge pull request #919 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.14" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:36:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:36:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:36:20 + sudo service docker restart 07:36:20 + true 07:36:20 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:36:21 provisioning config files... 07:36:21 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/161@tmp/config16352665081197589tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:22 ---> docker-login.sh 07:36:22 nexus3.edgexfoundry.org:10001 07:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:22 Configure a credential helper to remove this warning. See 07:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:22 07:36:22 Login Succeeded 07:36:22 nexus3.edgexfoundry.org:10002 07:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:22 Configure a credential helper to remove this warning. See 07:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:22 07:36:22 Login Succeeded 07:36:22 nexus3.edgexfoundry.org:10003 07:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:23 Configure a credential helper to remove this warning. See 07:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:23 07:36:23 Login Succeeded 07:36:23 nexus3.edgexfoundry.org:10004 07:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:23 Configure a credential helper to remove this warning. See 07:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:23 07:36:23 Login Succeeded 07:36:23 docker.io 07:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:23 Configure a credential helper to remove this warning. See 07:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:23 07:36:23 Login Succeeded 07:36:23 ---> docker-login.sh ends [Pipeline] } 07:36:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:36:23 ========================================================= 07:36:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:36:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:36:24 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 07:36:24 Sending build context to Docker daemon 2.542MB 07:36:24 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 07:36:24 Step 2/8 : FROM ${BASE} 07:36:24 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:36:24 540db60ca938: Pulling fs layer 07:36:24 adcc1eea9eea: Pulling fs layer 07:36:24 4c4ab2625f07: Pulling fs layer 07:36:24 0510c868ecb4: Pulling fs layer 07:36:24 afea3b2eda06: Pulling fs layer 07:36:24 7809a108b3ef: Pulling fs layer 07:36:24 f706445af74f: Pulling fs layer 07:36:24 afea3b2eda06: Waiting 07:36:24 7809a108b3ef: Waiting 07:36:24 f706445af74f: Waiting 07:36:24 0510c868ecb4: Waiting 07:36:24 4c4ab2625f07: Download complete 07:36:24 adcc1eea9eea: Verifying Checksum 07:36:24 adcc1eea9eea: Download complete 07:36:24 afea3b2eda06: Download complete 07:36:24 7809a108b3ef: Verifying Checksum 07:36:24 7809a108b3ef: Download complete 07:36:24 540db60ca938: Verifying Checksum 07:36:24 540db60ca938: Download complete 07:36:24 540db60ca938: Pull complete 07:36:24 adcc1eea9eea: Pull complete 07:36:24 4c4ab2625f07: Pull complete 07:36:26 f706445af74f: Verifying Checksum 07:36:26 f706445af74f: Download complete 07:36:26 0510c868ecb4: Verifying Checksum 07:36:26 0510c868ecb4: Download complete 07:36:31 0510c868ecb4: Pull complete 07:36:31 afea3b2eda06: Pull complete 07:36:31 7809a108b3ef: Pull complete 07:36:40 f706445af74f: Pull complete 07:36:40 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:36:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:36:40 ---> b068be0155e3 07:36:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:36:40 ---> Running in 78aa2a422ed9 07:36:40 Removing intermediate container 78aa2a422ed9 07:36:40 ---> eaaea3d8f850 07:36:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:40 ---> Running in 3ce4c1e96a65 07:36:42 Removing intermediate container 3ce4c1e96a65 07:36:42 ---> 0bf2a176d1c3 07:36:42 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 07:36:42 ---> Running in a2017fa6246c 07:36:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:36:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:36:47 (1/6) Installing libc-dev (0.7.2-r3) 07:36:47 (2/6) Installing libsodium (1.0.18-r0) 07:36:47 (3/6) Installing pkgconf (1.7.3-r0) 07:36:47 (4/6) Installing libsodium-dev (1.0.18-r0) 07:36:47 (5/6) Installing libzmq (4.3.3-r1) 07:36:48 (6/6) Installing zeromq-dev (4.3.3-r1) 07:36:48 Executing busybox-1.32.1-r6.trigger 07:36:48 OK: 150 MiB in 46 packages 07:36:48 Removing intermediate container a2017fa6246c 07:36:48 ---> 67d99f8ac6b5 07:36:48 Step 6/8 : WORKDIR /device-sdk-go 07:36:48 ---> Running in 29ad4c8a5867 07:36:49 Removing intermediate container 29ad4c8a5867 07:36:49 ---> d858cfeaa744 07:36:49 Step 7/8 : COPY . . 07:36:50 ---> d1fed5b883c5 07:36:50 Step 8/8 : RUN go mod download 07:36:50 ---> Running in 191c21548f92 07:37:17 Removing intermediate container 191c21548f92 07:37:17 ---> 0fa9d84d1be1 07:37:17 Successfully built 0fa9d84d1be1 07:37:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:37:17 + docker inspect -f . ci-base-image-x86_64 07:37:17 . [Pipeline] withDockerContainer 07:37:17 prd-centos7-docker-4c-2g-4383 does not seem to be running inside a container 07:37:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/161 -v /w/workspace/device-sdk-go/161:/w/workspace/device-sdk-go/161:rw,z -v /w/workspace/device-sdk-go/161@tmp:/w/workspace/device-sdk-go/161@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 07:37:18 $ docker top 21c173d7fdc2b8943c32472c3ea218d676e887a23137a03655337e4e1e5f72a0 -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:19 + go version 07:37:19 go version go1.16.3 linux/amd64 [Pipeline] } 07:37:19 $ docker stop --time=1 21c173d7fdc2b8943c32472c3ea218d676e887a23137a03655337e4e1e5f72a0 07:37:20 $ docker rm -f 21c173d7fdc2b8943c32472c3ea218d676e887a23137a03655337e4e1e5f72a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:37:20 + docker inspect -f . ci-base-image-x86_64 07:37:20 . [Pipeline] withDockerContainer 07:37:21 prd-centos7-docker-4c-2g-4383 does not seem to be running inside a container 07:37:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/161 -v /w/workspace/device-sdk-go/161:/w/workspace/device-sdk-go/161:rw,z -v /w/workspace/device-sdk-go/161@tmp:/w/workspace/device-sdk-go/161@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 07:37:21 $ docker top 8f25e0a88f730b6ddbdc5dbc3ef4a8424d62c2d8cda9df26838d5ff958a0b09a -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:22 + go mod tidy [Pipeline] sh 07:37:23 + make test 07:37:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:37:31 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:37:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4384 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:37:43 Running in /w/workspace/device-sdk-go/161 [Pipeline] { [Pipeline] checkout 07:37:49 using credential edgex-jenkins-ssh 07:37:49 Cloning the remote Git repository 07:37:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:37:49 > git init /w/workspace/device-sdk-go/161 # timeout=10 07:37:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:37:49 > git --version # timeout=10 07:37:49 > git --version # 'git version 2.17.1' 07:37:49 using GIT_SSH to set credentials SSH Credentials for GitHub 07:37:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:37:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:37:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:37:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:37:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:37:50 using GIT_SSH to set credentials SSH Credentials for GitHub 07:37:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:37:51 Checking out Revision e437657d2d11e173c1ba87cc59d8d85c228ee6bb (master) 07:37:51 > git config core.sparsecheckout # timeout=10 07:37:51 > git checkout -f e437657d2d11e173c1ba87cc59d8d85c228ee6bb # timeout=10 07:37:55 Commit message: "Merge pull request #919 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.14" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:37:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:37:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:37:57 + sudo service docker restart 07:37:57 + true 07:37:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:37:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 07:37:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:37:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.069s coverage: 25.4% of statements 07:37:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:37:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.085s coverage: 28.1% of statements 07:37:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.074s coverage: 78.9% of statements 07:37:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.068s coverage: 10.7% of statements 07:37:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 07:37:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 07:37:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:37:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.093s coverage: 30.2% of statements 07:37:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 07:37:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] 07:37:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:37:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:38:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.112s coverage: 58.4% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:38:00 provisioning config files... 07:38:00 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/161@tmp/config2699401998682674739tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:38:01 ---> docker-login.sh 07:38:01 nexus3.edgexfoundry.org:10001 07:38:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.226s coverage: 89.2% of statements 07:38:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 07:38:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements 07:38:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:38:01 GO111MODULE=on go vet ./... 07:38:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:02 Configure a credential helper to remove this warning. See 07:38:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:02 07:38:02 Login Succeeded 07:38:02 nexus3.edgexfoundry.org:10002 07:38:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:02 Configure a credential helper to remove this warning. See 07:38:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:02 07:38:02 Login Succeeded 07:38:02 nexus3.edgexfoundry.org:10003 07:38:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:03 Configure a credential helper to remove this warning. See 07:38:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:03 07:38:03 Login Succeeded 07:38:03 nexus3.edgexfoundry.org:10004 07:38:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:03 Configure a credential helper to remove this warning. See 07:38:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:03 07:38:03 Login Succeeded 07:38:03 docker.io 07:38:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:38:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:38:04 Configure a credential helper to remove this warning. See 07:38:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:38:04 07:38:04 Login Succeeded 07:38:04 ---> docker-login.sh ends [Pipeline] } 07:38:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:38:05 ========================================================= 07:38:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:38:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:38:05 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 07:38:05 Sending build context to Docker daemon 2.541MB 07:38:06 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 07:38:06 Step 2/8 : FROM ${BASE} 07:38:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:38:06 595b0fe564bb: Pulling fs layer 07:38:06 7186ed65a4f7: Pulling fs layer 07:38:06 316046926c0a: Pulling fs layer 07:38:06 4ebd0625c992: Pulling fs layer 07:38:06 207e8628e3a3: Pulling fs layer 07:38:06 c791037a9be2: Pulling fs layer 07:38:06 ffd874e62e21: Pulling fs layer 07:38:06 207e8628e3a3: Waiting 07:38:06 c791037a9be2: Waiting 07:38:06 ffd874e62e21: Waiting 07:38:06 4ebd0625c992: Waiting 07:38:06 316046926c0a: Verifying Checksum 07:38:06 316046926c0a: Download complete 07:38:06 7186ed65a4f7: Verifying Checksum 07:38:06 7186ed65a4f7: Download complete 07:38:06 207e8628e3a3: Download complete 07:38:06 c791037a9be2: Verifying Checksum 07:38:06 c791037a9be2: Download complete 07:38:06 595b0fe564bb: Verifying Checksum 07:38:06 595b0fe564bb: Pull complete 07:38:07 7186ed65a4f7: Pull complete 07:38:07 316046926c0a: Pull complete 07:38:08 ffd874e62e21: Verifying Checksum 07:38:08 ffd874e62e21: Download complete 07:38:09 4ebd0625c992: Verifying Checksum 07:38:09 4ebd0625c992: Download complete 07:38:19 4ebd0625c992: Pull complete 07:38:19 207e8628e3a3: Pull complete 07:38:19 c791037a9be2: Pull complete 07:38:23 ffd874e62e21: Pull complete 07:38:23 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 07:38:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:38:23 ---> cfc18b08335c 07:38:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:38:23 gofmt -l . 07:38:23 [ "`gofmt -l .`" = "" ] 07:38:23 ./bin/test-attribution-txt.sh 07:38:23 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:38:23 $ docker stop --time=1 8f25e0a88f730b6ddbdc5dbc3ef4a8424d62c2d8cda9df26838d5ff958a0b09a 07:38:25 $ docker rm -f 8f25e0a88f730b6ddbdc5dbc3ef4a8424d62c2d8cda9df26838d5ff958a0b09a [Pipeline] // withDockerContainer [Pipeline] sh 07:38:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:38:26 ---> Running in 82ccea31045c 07:38:26 Removing intermediate container 82ccea31045c 07:38:26 ---> d2fe9b4bd21d 07:38:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 07:38:26 ---> Running in 813e41d9ab90 [Pipeline] sh 07:38:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:38:29 + ls -al . 07:38:29 total 212 07:38:29 drwxrwxr-x. 10 jenkins jenkins 4096 May 11 07:38 . 07:38:29 drwxrwxr-x. 4 jenkins jenkins 32 May 11 07:36 .. 07:38:29 drwxrwxr-x. 2 jenkins jenkins 64 May 11 07:36 bin 07:38:29 -rw-r--r--. 1 jenkins jenkins 124140 May 11 07:38 coverage.out 07:38:29 -rw-rw-r--. 1 jenkins jenkins 987 May 11 07:36 Dockerfile.build 07:38:29 -rw-rw-r--. 1 jenkins jenkins 140 May 11 07:36 .dockerignore 07:38:29 drwxrwxr-x. 5 jenkins jenkins 62 May 11 07:36 example 07:38:29 drwxrwxr-x. 8 jenkins jenkins 162 May 11 07:36 .git 07:38:29 drwxrwxr-x. 2 jenkins jenkins 103 May 11 07:36 .github 07:38:29 -rw-rw-r--. 1 jenkins jenkins 138 May 11 07:36 .gitignore 07:38:29 -rw-r--r--. 1 jenkins jenkins 575 May 11 07:38 go.mod 07:38:29 -rw-r--r--. 1 jenkins jenkins 20848 May 11 07:37 go.sum 07:38:29 drwxrwxr-x. 15 jenkins jenkins 222 May 11 07:36 internal 07:38:29 -rw-rw-r--. 1 jenkins jenkins 901 May 11 07:36 Jenkinsfile 07:38:29 -rw-rw-r--. 1 jenkins jenkins 11341 May 11 07:36 LICENSE 07:38:29 -rw-rw-r--. 1 jenkins jenkins 1000 May 11 07:36 Makefile 07:38:29 drwxrwxr-x. 4 jenkins jenkins 26 May 11 07:36 openapi 07:38:29 drwxrwxr-x. 5 jenkins jenkins 50 May 11 07:36 pkg 07:38:29 -rw-rw-r--. 1 jenkins jenkins 7652 May 11 07:36 README.md 07:38:29 -rw-rw-r--. 1 jenkins jenkins 6616 May 11 07:36 RELEASE-NOTES.txt 07:38:29 drwxrwxr-x. 4 jenkins jenkins 54 May 11 07:36 snap 07:38:29 -rw-rw-r--. 1 jenkins jenkins 12 May 11 07:34 VERSION 07:38:29 -rw-rw-r--. 1 jenkins jenkins 222 May 11 07:36 version.go [Pipeline] isUnix [Pipeline] sh 07:38:29 Removing intermediate container 813e41d9ab90 07:38:29 ---> 51fa37a245c4 07:38:29 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 07:38:29 ---> Running in 0d7171388cc8 07:38:29 + 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=e437657d2d11e173c1ba87cc59d8d85c228ee6bb --label arch=amd64 --label version=2.0.0-dev.56 . 07:38:29 Sending build context to Docker daemon 2.667MB 07:38:29 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 07:38:29 Step 2/23 : FROM ${BASE} AS builder 07:38:29 ---> 0fa9d84d1be1 07:38:29 Step 3/23 : WORKDIR /device-sdk-go 07:38:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:38:30 ---> Running in 28556845a44a 07:38:30 Removing intermediate container 28556845a44a 07:38:30 ---> 0d79da782014 07:38:30 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:38:30 ---> Running in 9ccaf5dd3804 07:38:30 Removing intermediate container 9ccaf5dd3804 07:38:30 ---> 58f921faab74 07:38:30 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:30 ---> Running in 773284b0427a 07:38:31 Removing intermediate container 773284b0427a 07:38:31 ---> 77ade3c33e02 07:38:31 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 07:38:31 ---> Running in bf9d2db9c6fc 07:38:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:38:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:38:33 (1/6) Installing libc-dev (0.7.2-r3) 07:38:33 (2/6) Installing libsodium (1.0.18-r0) 07:38:33 (3/6) Installing pkgconf (1.7.3-r0) 07:38:33 (4/6) Installing libsodium-dev (1.0.18-r0) 07:38:33 (5/6) Installing libzmq (4.3.3-r1) 07:38:33 (6/6) Installing zeromq-dev (4.3.3-r1) 07:38:34 Executing busybox-1.32.1-r6.trigger 07:38:34 OK: 139 MiB in 46 packages 07:38:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:38:35 OK: 150 MiB in 46 packages 07:38:35 Removing intermediate container 0d7171388cc8 07:38:35 ---> fec85e3c751d 07:38:35 Step 6/8 : WORKDIR /device-sdk-go 07:38:35 Removing intermediate container bf9d2db9c6fc 07:38:35 ---> b31ff2ffd4b1 07:38:35 Step 7/23 : COPY . . 07:38:35 ---> Running in 89ad53d34c4f 07:38:36 Removing intermediate container 89ad53d34c4f 07:38:36 ---> c11931fd936c 07:38:36 Step 7/8 : COPY . . 07:38:36 ---> 360908cc57f0 07:38:36 Step 8/23 : RUN go mod download 07:38:36 ---> Running in b90127c16449 07:38:37 ---> 74d7117bd66f 07:38:37 Step 8/8 : RUN go mod download 07:38:37 ---> Running in e42d1697fd1b 07:38:38 Removing intermediate container b90127c16449 07:38:38 ---> 645ddb752155 07:38:38 Step 9/23 : RUN make build 07:38:38 ---> Running in 498346e01d96 07:38:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.56" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:38:50 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 07:38:51 Removing intermediate container 498346e01d96 07:38:51 ---> 23a64909dbc2 07:38:51 Step 10/23 : FROM alpine:3.12 07:38:51 3.12: Pulling from library/alpine 07:38:51 339de151aab4: Pulling fs layer 07:38:51 339de151aab4: Verifying Checksum 07:38:51 339de151aab4: Download complete 07:38:51 339de151aab4: Pull complete 07:38:52 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:38:52 Status: Downloaded newer image for alpine:3.12 07:38:52 ---> 13621d1b12d4 07:38:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:38:52 ---> Running in b3ee380849a2 07:38:52 Removing intermediate container b3ee380849a2 07:38:52 ---> 2cf6fe46bced 07:38:52 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:52 ---> Running in decf3b3739cb 07:38:53 Removing intermediate container decf3b3739cb 07:38:53 ---> ba7ed83d3b79 07:38:53 Step 13/23 : RUN apk add --update --no-cache zeromq 07:38:53 ---> Running in aeca478b4d26 07:38:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:38:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:38:56 (1/5) Installing libgcc (9.3.0-r2) 07:38:56 (2/5) Installing libsodium (1.0.18-r0) 07:38:56 (3/5) Installing libstdc++ (9.3.0-r2) 07:38:57 (4/5) Installing libzmq (4.3.3-r0) 07:38:58 (5/5) Installing zeromq (4.3.3-r0) 07:38:58 Executing busybox-1.31.1-r20.trigger 07:38:58 OK: 8 MiB in 19 packages 07:38:58 Removing intermediate container aeca478b4d26 07:38:58 ---> dce13f13088c 07:38:58 Step 14/23 : WORKDIR / 07:38:59 ---> Running in 097744f161d8 07:38:59 Removing intermediate container 097744f161d8 07:38:59 ---> da1f56ed9efa 07:38:59 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 07:38:59 ---> c4cec33a280b 07:38:59 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 07:38:59 ---> 05dd50b38e4b 07:38:59 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 07:39:00 ---> 5a1c4d691cbf 07:39:00 Step 18/23 : EXPOSE 49990 07:39:00 ---> Running in 28edd5aed087 07:39:00 Removing intermediate container 28edd5aed087 07:39:00 ---> 24563302767f 07:39:00 Step 19/23 : ENTRYPOINT ["/device-simple"] 07:39:00 ---> Running in b539d3b1f85f 07:39:00 Removing intermediate container b539d3b1f85f 07:39:00 ---> ec94d6f2d777 07:39:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:39:00 ---> Running in 32dd09c19b8d 07:39:00 Removing intermediate container 32dd09c19b8d 07:39:00 ---> 41430be02da9 07:39:00 Step 21/23 : LABEL arch=amd64 07:39:00 ---> Running in bba9c6665a8b 07:39:01 Removing intermediate container bba9c6665a8b 07:39:01 ---> 8cb94dae1ceb 07:39:01 Step 22/23 : LABEL git_sha=e437657d2d11e173c1ba87cc59d8d85c228ee6bb 07:39:01 ---> Running in 514ab57be10f 07:39:01 Removing intermediate container 514ab57be10f 07:39:01 ---> 35f690a95b33 07:39:01 Step 23/23 : LABEL version=2.0.0-dev.56 07:39:01 ---> Running in 1a3fcc5101d6 07:39:01 Removing intermediate container 1a3fcc5101d6 07:39:01 ---> 4a209c85e8aa 07:39:01 [Warning] One or more build-args [MAKE ARCH] were not consumed 07:39:01 Successfully built 4a209c85e8aa 07:39:01 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 07:39:02 ---> job-cost.sh 07:39:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HJP4 07:39:04 Removing intermediate container e42d1697fd1b 07:39:04 ---> d1e482d8f608 07:39:04 Successfully built d1e482d8f608 07:39:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:39:05 + docker inspect -f . ci-base-image-arm64 07:39:05 . [Pipeline] withDockerContainer 07:39:05 prd-ubuntu18.04-docker-arm64-4c-16g-4384 does not seem to be running inside a container 07:39:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/161 -v /w/workspace/device-sdk-go/161:/w/workspace/device-sdk-go/161:rw,z -v /w/workspace/device-sdk-go/161@tmp:/w/workspace/device-sdk-go/161@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 07:39:06 $ docker top 2e9a3c425d6d25524b231cd0f9e3ee2e646a4cdab6c6811ed243bc077ae641ea -eo pid,comm [Pipeline] { [Pipeline] sh 07:39:08 + go version 07:39:08 go version go1.16.3 linux/arm64 [Pipeline] } 07:39:08 $ docker stop --time=1 2e9a3c425d6d25524b231cd0f9e3ee2e646a4cdab6c6811ed243bc077ae641ea 07:39:10 $ docker rm -f 2e9a3c425d6d25524b231cd0f9e3ee2e646a4cdab6c6811ed243bc077ae641ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:39:11 + docker inspect -f . ci-base-image-arm64 07:39:11 . [Pipeline] withDockerContainer 07:39:11 prd-ubuntu18.04-docker-arm64-4c-16g-4384 does not seem to be running inside a container 07:39:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/161 -v /w/workspace/device-sdk-go/161:/w/workspace/device-sdk-go/161:rw,z -v /w/workspace/device-sdk-go/161@tmp:/w/workspace/device-sdk-go/161@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 07:39:12 $ docker top c1ba2eaf99a33e447b5463f0041593d98f22ca345da2517a4a6bf64882c9b55e -eo pid,comm [Pipeline] { [Pipeline] sh 07:39:13 + go mod tidy [Pipeline] sh 07:39:15 + make test 07:39:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:39:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:39:37 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:39:44 lf-activate-venv(): INFO: Adding /tmp/venv-HJP4/bin to PATH 07:39:44 INFO: No Stack... 07:39:45 INFO: Retrieving Pricing Info for: v1-standard-2 07:39:46 INFO: Archiving Costs [Pipeline] sh 07:39:46 + cat /w/workspace/device-sdk-go/161/archives/cost.csv 07:39:46 + cut -d, -f6 [Pipeline] lock 07:39:46 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] 07:39:46 Resource [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] did not exist. Created. 07:39:46 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:39:47 + echo total: 0.029999999329447746 [Pipeline] stash 07:39:47 Stashed 1 file(s) [Pipeline] } 07:39:47 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:40:45 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:40:45 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 07:40:45 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:40:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.221s coverage: 25.4% of statements 07:40:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:40:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.144s coverage: 28.1% of statements 07:40:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.170s coverage: 78.9% of statements 07:40:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.188s coverage: 10.7% of statements 07:40:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 07:40:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 07:40:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:40:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.219s coverage: 30.2% of statements 07:40:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 07:40:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] 07:40:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:40:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:40:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.379s coverage: 58.4% of statements 07:40:57 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.200s coverage: 89.2% of statements 07:40:57 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 07:40:57 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.140s coverage: 5.0% of statements 07:40:57 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:40:58 GO111MODULE=on go vet ./... 07:41:54 gofmt -l . 07:41:54 [ "`gofmt -l .`" = "" ] 07:41:54 ./bin/test-attribution-txt.sh 07:41:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:41:54 $ docker stop --time=1 c1ba2eaf99a33e447b5463f0041593d98f22ca345da2517a4a6bf64882c9b55e 07:41:56 $ docker rm -f c1ba2eaf99a33e447b5463f0041593d98f22ca345da2517a4a6bf64882c9b55e [Pipeline] // withDockerContainer [Pipeline] sh 07:41:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:41:57 Warning: overwriting stash ‘coverage-report’ 07:41:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:41:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:41:59 + ls -al . 07:41:59 total 248 07:41:59 drwxrwxr-x 10 jenkins jenkins 4096 May 11 07:41 . 07:41:59 drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:37 .. 07:41:59 -rw-rw-r-- 1 jenkins jenkins 140 May 11 07:37 .dockerignore 07:41:59 drwxrwxr-x 8 jenkins jenkins 4096 May 11 07:37 .git 07:41:59 drwxrwxr-x 2 jenkins jenkins 4096 May 11 07:37 .github 07:41:59 -rw-rw-r-- 1 jenkins jenkins 138 May 11 07:37 .gitignore 07:41:59 -rw-rw-r-- 1 jenkins jenkins 987 May 11 07:37 Dockerfile.build 07:41:59 -rw-rw-r-- 1 jenkins jenkins 901 May 11 07:37 Jenkinsfile 07:41:59 -rw-rw-r-- 1 jenkins jenkins 11341 May 11 07:37 LICENSE 07:41:59 -rw-rw-r-- 1 jenkins jenkins 1000 May 11 07:37 Makefile 07:41:59 -rw-rw-r-- 1 jenkins jenkins 7652 May 11 07:37 README.md 07:41:59 -rw-rw-r-- 1 jenkins jenkins 6616 May 11 07:37 RELEASE-NOTES.txt 07:41:59 -rw-rw-r-- 1 jenkins jenkins 12 May 11 07:34 VERSION 07:41:59 drwxrwxr-x 2 jenkins jenkins 4096 May 11 07:37 bin 07:41:59 -rw-r--r-- 1 jenkins jenkins 124140 May 11 07:40 coverage.out 07:41:59 drwxrwxr-x 5 jenkins jenkins 4096 May 11 07:37 example 07:41:59 -rw-r--r-- 1 jenkins jenkins 575 May 11 07:41 go.mod 07:41:59 -rw-r--r-- 1 jenkins jenkins 20848 May 11 07:39 go.sum 07:41:59 drwxrwxr-x 15 jenkins jenkins 4096 May 11 07:37 internal 07:41:59 drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:37 openapi 07:41:59 drwxrwxr-x 5 jenkins jenkins 4096 May 11 07:37 pkg 07:41:59 drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:37 snap 07:41:59 -rw-rw-r-- 1 jenkins jenkins 222 May 11 07:37 version.go [Pipeline] isUnix [Pipeline] sh 07:42:00 + 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=e437657d2d11e173c1ba87cc59d8d85c228ee6bb --label arch=arm64 --label version=2.0.0-dev.56 . 07:42:00 Sending build context to Docker daemon 2.666MB 07:42:00 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 07:42:00 Step 2/23 : FROM ${BASE} AS builder 07:42:00 ---> d1e482d8f608 07:42:00 Step 3/23 : WORKDIR /device-sdk-go 07:42:01 ---> Running in 80cf8ed203e8 07:42:01 Removing intermediate container 80cf8ed203e8 07:42:01 ---> 00822c551ed5 07:42:01 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:42:01 ---> Running in 2a3bf531d7e0 07:42:01 Removing intermediate container 2a3bf531d7e0 07:42:01 ---> dba46812fa4b 07:42:01 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:02 ---> Running in 96d089fbd63d 07:42:04 Removing intermediate container 96d089fbd63d 07:42:04 ---> 7bdc5a2510ff 07:42:04 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 07:42:04 ---> Running in b1f76ab5d0d6 07:42:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:42:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:42:07 OK: 139 MiB in 46 packages 07:42:09 Removing intermediate container b1f76ab5d0d6 07:42:09 ---> 4e2d2453ed3f 07:42:09 Step 7/23 : COPY . . 07:42:10 ---> d814a9072735 07:42:10 Step 8/23 : RUN go mod download 07:42:10 ---> Running in 3f7945c6d0aa 07:42:12 Removing intermediate container 3f7945c6d0aa 07:42:12 ---> 670ecb483e96 07:42:12 Step 9/23 : RUN make build 07:42:12 ---> Running in 60e0de0147aa 07:42:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.56" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:42:45 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 07:42:48 Removing intermediate container 60e0de0147aa 07:42:48 ---> 0fa5388ed7f6 07:42:48 Step 10/23 : FROM alpine:3.12 07:42:48 3.12: Pulling from library/alpine 07:42:49 d2f70382dc9a: Pulling fs layer 07:42:49 d2f70382dc9a: Verifying Checksum 07:42:49 d2f70382dc9a: Download complete 07:42:49 d2f70382dc9a: Pull complete 07:42:49 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:42:49 Status: Downloaded newer image for alpine:3.12 07:42:49 ---> 9852663dfa18 07:42:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:42:50 ---> Running in 97787b3cd795 07:42:50 Removing intermediate container 97787b3cd795 07:42:50 ---> 3a3dc279da29 07:42:50 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:50 ---> Running in 14f3bf8fec44 07:42:52 Removing intermediate container 14f3bf8fec44 07:42:52 ---> 711e193babe7 07:42:52 Step 13/23 : RUN apk add --update --no-cache zeromq 07:42:53 ---> Running in a1590c1769e6 07:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:56 (1/5) Installing libgcc (9.3.0-r2) 07:42:57 (2/5) Installing libsodium (1.0.18-r0) 07:42:57 (3/5) Installing libstdc++ (9.3.0-r2) 07:42:57 (4/5) Installing libzmq (4.3.3-r0) 07:42:57 (5/5) Installing zeromq (4.3.3-r0) 07:42:58 Executing busybox-1.31.1-r20.trigger 07:42:58 OK: 8 MiB in 19 packages 07:42:59 Removing intermediate container a1590c1769e6 07:42:59 ---> a6aa71be0a5f 07:42:59 Step 14/23 : WORKDIR / 07:42:59 ---> Running in 3e324837bfb0 07:42:59 Removing intermediate container 3e324837bfb0 07:42:59 ---> 3af0df15f9b2 07:42:59 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 07:43:00 ---> d2a6aa30e601 07:43:00 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 07:43:01 ---> 2a31a3e4f13e 07:43:01 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 07:43:02 ---> a70a1241e2c2 07:43:02 Step 18/23 : EXPOSE 49990 07:43:02 ---> Running in 36117b80211b 07:43:02 Removing intermediate container 36117b80211b 07:43:02 ---> dca85dc9fc7d 07:43:02 Step 19/23 : ENTRYPOINT ["/device-simple"] 07:43:03 ---> Running in 862704af3538 07:43:03 Removing intermediate container 862704af3538 07:43:03 ---> 65e8b50fb6f2 07:43:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:43:03 ---> Running in 9b649bb5d5a6 07:43:04 Removing intermediate container 9b649bb5d5a6 07:43:04 ---> d12dac1f2aa1 07:43:04 Step 21/23 : LABEL arch=arm64 07:43:04 ---> Running in 5cec54d14b98 07:43:04 Removing intermediate container 5cec54d14b98 07:43:04 ---> 93d4499a78aa 07:43:04 Step 22/23 : LABEL git_sha=e437657d2d11e173c1ba87cc59d8d85c228ee6bb 07:43:04 ---> Running in ca5077767a6c 07:43:05 Removing intermediate container ca5077767a6c 07:43:05 ---> fb593e98a2f1 07:43:05 Step 23/23 : LABEL version=2.0.0-dev.56 07:43:05 ---> Running in d8ac308151b3 07:43:06 Removing intermediate container d8ac308151b3 07:43:06 ---> 6d03c3532c05 07:43:06 [Warning] One or more build-args [ARCH MAKE] were not consumed 07:43:06 Successfully built 6d03c3532c05 07:43:06 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 07:43:06 ---> job-cost.sh 07:43:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tVLF 07:43:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:45:07 lf-activate-venv(): INFO: Adding /tmp/venv-tVLF/bin to PATH 07:45:07 INFO: No Stack... 07:45:08 INFO: Retrieving Pricing Info for: lf-standard-4 07:45:08 INFO: Archiving Costs [Pipeline] sh 07:45:09 + cat /w/workspace/device-sdk-go/161/archives/cost.csv 07:45:09 + cut -d, -f6 [Pipeline] lock 07:45:09 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] 07:45:09 Resource [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] did not exist. Created. 07:45:09 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:45:09 /w/workspace/device-sdk-go/161@tmp/durable-123839b0/script.sh: 1: /w/workspace/device-sdk-go/161@tmp/durable-123839b0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:45:10 + echo total: 0.20999999344348907 [Pipeline] stash 07:45:10 Warning: overwriting stash ‘stack-cost’ 07:45:10 Stashed 1 file(s) [Pipeline] } 07:45:10 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-161-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 07:45:10 provisioning config files... 07:45:10 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config777678928750284228tmp [Pipeline] { [Pipeline] sh 07:45:11 + set +x 07:45:11 + curl -s https://codecov.io/bash 07:45:11 + bash -s -- 07:45:11 07:45:11 _____ _ 07:45:11 / ____| | | 07:45:11 | | ___ __| | ___ ___ _____ __ 07:45:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:45:11 | |___| (_) | (_| | __/ (_| (_) \ V / 07:45:11 \_____\___/ \__,_|\___|\___\___/ \_/ 07:45:11 Bash-1.0.2 07:45:11 07:45:11 07:45:11 ==> git version 2.24.3 found 07:45:11 ==> 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 07:45:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:45:11 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:45:11 ==> Jenkins CI detected. 07:45:11 project root: . 07:45:11 --> token set from env 07:45:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:45:11 ==> Running gcov in . (disable via -X gcov) 07:45:11 ==> Python coveragepy not found 07:45:11 ==> Searching for coverage reports in: 07:45:11 + . 07:45:11 -> Found 1 reports 07:45:11 ==> Detecting git/mercurial file structure 07:45:11 ==> Reading reports 07:45:11 + ./coverage.out bytes=124140 07:45:11 ==> Appending adjustments 07:45:11 https://docs.codecov.io/docs/fixing-reports 07:45:11 + Found adjustments 07:45:11 ==> Gzipping contents 07:45:11 16K /tmp/codecov.bovyHs.gz 07:45:11 ==> Uploading reports 07:45:11 url: https://codecov.io 07:45:11 query: branch=master&commit=e437657d2d11e173c1ba87cc59d8d85c228ee6bb&build=161&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F161%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:45:11 -> Pinging Codecov 07:45:11 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=e437657d2d11e173c1ba87cc59d8d85c228ee6bb&build=161&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F161%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:45:12 -> Uploading to 07:45:12 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/7E55EF52A471D76F132DFD9A03CDDE97/e437657d2d11e173c1ba87cc59d8d85c228ee6bb/9aeb66b7-b6ca-4de8-987d-ce42f5d4067f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T074512Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=69b6f8c79f0a1649a66fa168b03daa05539807247d0db41146d0100e5b035994 07:45:12 % Total % Received % Xferd Average Speed Time Time Time Current 07:45:12 Dload Upload Total Spent Left Speed 07:45:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16232 0 0 100 16232 0 25225 --:--:-- --:--:-- --:--:-- 25204 100 16232 0 0 100 16232 0 25217 --:--:-- --:--:-- --:--:-- 25204 07:45:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/e437657d2d11e173c1ba87cc59d8d85c228ee6bb [Pipeline] } 07:45:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:45:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:45:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:45:13 07:45:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 07:45:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:45:13 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:45:13 188c0c94c7c5: Pulling fs layer 07:45:13 0ef7d3d256c8: Pulling fs layer 07:45:13 de9db76c5a1d: Pulling fs layer 07:45:13 0eba1c9be4d2: Pulling fs layer 07:45:13 0d57e429df01: Pulling fs layer 07:45:13 4e4be7b47b0d: Pulling fs layer 07:45:13 e1f770b5df2f: Pulling fs layer 07:45:13 85a0685a4137: Pulling fs layer 07:45:13 4e4be7b47b0d: Waiting 07:45:13 e1f770b5df2f: Waiting 07:45:13 85a0685a4137: Waiting 07:45:13 0eba1c9be4d2: Waiting 07:45:13 0d57e429df01: Waiting 07:45:13 de9db76c5a1d: Download complete 07:45:13 0ef7d3d256c8: Verifying Checksum 07:45:13 0ef7d3d256c8: Download complete 07:45:13 0d57e429df01: Verifying Checksum 07:45:13 0d57e429df01: Download complete 07:45:13 188c0c94c7c5: Verifying Checksum 07:45:13 188c0c94c7c5: Download complete 07:45:13 4e4be7b47b0d: Verifying Checksum 07:45:13 4e4be7b47b0d: Download complete 07:45:14 188c0c94c7c5: Pull complete 07:45:14 0ef7d3d256c8: Pull complete 07:45:14 de9db76c5a1d: Pull complete 07:45:15 e1f770b5df2f: Verifying Checksum 07:45:15 e1f770b5df2f: Download complete 07:45:17 0eba1c9be4d2: Verifying Checksum 07:45:17 0eba1c9be4d2: Download complete 07:45:17 85a0685a4137: Verifying Checksum 07:45:17 85a0685a4137: Download complete 07:45:23 0eba1c9be4d2: Pull complete 07:45:23 0d57e429df01: Pull complete 07:45:23 4e4be7b47b0d: Pull complete 07:45:24 e1f770b5df2f: Pull complete 07:45:32 85a0685a4137: Pull complete 07:45:32 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 07:45:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:45:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 07:45:32 prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container 07:45:32 $ 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 07:45:34 $ docker top 7234e1dd67c785eaf64f5d606b31c9394399421350d567d72eba14229ee10e57 -eo pid,comm [Pipeline] { [Pipeline] echo 07:45:34 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 07:45:34 + set -o pipefail 07:45:34 + snyk monitor '--org=edgex-jenkins' 07:45:44 07:45:44 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 07:45:44 07:45:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/13cddd53-988c-4e51-bdd6-83283387f74c 07:45:44 07:45:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:45:44 07:45:44 [Pipeline] } 07:45:44 $ docker stop --time=1 7234e1dd67c785eaf64f5d606b31c9394399421350d567d72eba14229ee10e57 07:45:47 $ docker rm -f 7234e1dd67c785eaf64f5d606b31c9394399421350d567d72eba14229ee10e57 [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 07:45:48 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:45:48 provisioning config files... 07:45:48 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4772371061072270013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:45:49 --> edgex-publish-swagger.sh 07:45:49 === Publish openapi/v1 API === 07:45:49 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:45:49 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 07:45:49 % Total % Received % Xferd Average Speed Time Time Time Current 07:45:49 Dload Upload Total Spent Left Speed 07:45:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 19947 0 0 100 19947 0 11624 0:00:01 0:00:01 --:--:-- 11624 100 19947 0 0 100 19947 0 11622 0:00:01 0:00:01 --:--:-- 11624 07:45:50 07:45:50 07:45:50 === Publish openapi/v2 API === 07:45:50 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:45:50 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 07:45:50 % Total % Received % Xferd Average Speed Time Time Time Current 07:45:50 Dload Upload Total Spent Left Speed 07:45:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 51988 --:--:-- --:--:-- --:--:-- 51950 100 51483 0 0 100 51483 0 51978 --:--:-- --:--:-- --:--:-- 51950 07:45:51 07:45:51 [Pipeline] } 07:45:51 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 07:45:52 + git log --format=format:%s -1 e437657d2d11e173c1ba87cc59d8d85c228ee6bb [Pipeline] isUnix [Pipeline] sh 07:45:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:52 . [Pipeline] withDockerContainer 07:45:52 prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container 07:45:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:45:53 $ docker top 72c8b0adf07b20afab7c871649342b2852618ac0738e60bd346d623828e8ea20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:45:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:45:53 [ssh-agent] Looking for ssh-agent implementation... 07:45:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:45:53 $ docker exec 72c8b0adf07b20afab7c871649342b2852618ac0738e60bd346d623828e8ea20 ssh-agent 07:45:54 SSH_AUTH_SOCK=/tmp/ssh-zkG4kdmMg9bv/agent.12 07:45:54 SSH_AGENT_PID=18 07:45:54 Running ssh-add (command line suppressed) 07:45:54 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7189660859201302208.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7189660859201302208.key) 07:45:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:45:54 + git semver tag 07:45:54 # -> Open(): unable to determine branch for HEAD 07:45:54 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:45:54 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:45:54 # $SEMVER_REMOTE_NAME = origin 07:45:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:45:54 # $SEMVER_USER_NAME = edgex-jenkins 07:45:54 # $SEMVER_BRANCH = master 07:45:54 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:45:54 # e437657d2d11e173c1ba87cc59d8d85c228ee6bb HEAD 07:45:54 # -> Force: false 07:45:54 # 0b2749732d117032ad7727f5bfa89c89048db88c refs/tags/v2.0.0-dev.56 [Pipeline] } 07:45:54 $ docker exec --env ******** --env ******** 72c8b0adf07b20afab7c871649342b2852618ac0738e60bd346d623828e8ea20 ssh-agent -k 07:45:55 unset SSH_AUTH_SOCK; 07:45:55 unset SSH_AGENT_PID; 07:45:55 echo Agent pid 18 killed; 07:45:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:45:55 + git semver [Pipeline] } 07:45:55 $ docker stop --time=1 72c8b0adf07b20afab7c871649342b2852618ac0738e60bd346d623828e8ea20 07:45:56 $ docker rm -f 72c8b0adf07b20afab7c871649342b2852618ac0738e60bd346d623828e8ea20 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:45:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:45:57 07:45:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:45:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:45:57 0.23.1-centos7: Pulling from edgex-lftools 07:45:57 ab5ef0e58194: Pulling fs layer 07:45:57 9712f1f96733: Pulling fs layer 07:45:57 63f879dbbcfc: Pulling fs layer 07:45:57 0d9ebad4ef96: Pulling fs layer 07:45:57 e9a5061849ea: Pulling fs layer 07:45:57 d747dcd14b5f: Pulling fs layer 07:45:57 2de7ff778b66: Pulling fs layer 07:45:57 e9a5061849ea: Waiting 07:45:57 d747dcd14b5f: Waiting 07:45:57 2de7ff778b66: Waiting 07:45:57 0d9ebad4ef96: Waiting 07:45:57 9712f1f96733: Verifying Checksum 07:45:59 63f879dbbcfc: Verifying Checksum 07:45:59 63f879dbbcfc: Download complete 07:45:59 e9a5061849ea: Download complete 07:45:59 d747dcd14b5f: Verifying Checksum 07:45:59 d747dcd14b5f: Download complete 07:45:59 0d9ebad4ef96: Verifying Checksum 07:45:59 0d9ebad4ef96: Download complete 07:45:59 2de7ff778b66: Verifying Checksum 07:45:59 2de7ff778b66: Download complete 07:46:00 ab5ef0e58194: Verifying Checksum 07:46:00 ab5ef0e58194: Download complete 07:46:04 ab5ef0e58194: Pull complete 07:46:04 9712f1f96733: Pull complete 07:46:07 63f879dbbcfc: Pull complete 07:46:14 0d9ebad4ef96: Pull complete 07:46:15 e9a5061849ea: Pull complete 07:46:15 d747dcd14b5f: Pull complete 07:46:17 2de7ff778b66: Pull complete 07:46:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:46:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:46:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:46:18 prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container 07:46:18 $ 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 07:46:22 $ docker top 8d6e5c46c194bf169758dadd7d6a0f15e4240de65a09c064a4eb4682e10c87ba -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:46:22 provisioning config files... 07:46:22 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7333071698258054638tmp 07:46:22 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2514286746250768573tmp 07:46:22 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config248176535138398207tmp [Pipeline] { [Pipeline] echo 07:46:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:46:22 ---> sigul-configuration.sh 07:46:22 gpg: directory `/root/.gnupg' created 07:46:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:46:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:46:22 gpg: keyring `/root/.gnupg/secring.gpg' created 07:46:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:46:22 gpg: CAST5 encrypted data 07:46:23 gpg: encrypted with 1 passphrase 07:46:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:46:23 + mkdir /home/jenkins 07:46:23 + mkdir /home/jenkins/sigul [Pipeline] sh 07:46:23 + 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 07:46:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:46:23 ---> sigul-install.sh 07:46:32 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:46:32 + git tag --list 07:46:32 0.7.1 07:46:32 delhi-tag 07:46:32 v1.0.0 07:46:32 v1.1.0 07:46:32 v1.1.1 07:46:32 v1.1.2 07:46:32 v1.2.0 07:46:32 v1.2.1 07:46:32 v1.2.2 07:46:32 v1.2.3 07:46:32 v1.3.0 07:46:32 v1.4.0 07:46:32 v2.0.0-dev.1 07:46:32 v2.0.0-dev.10 07:46:32 v2.0.0-dev.11 07:46:32 v2.0.0-dev.12 07:46:32 v2.0.0-dev.13 07:46:32 v2.0.0-dev.14 07:46:32 v2.0.0-dev.15 07:46:32 v2.0.0-dev.16 07:46:32 v2.0.0-dev.17 07:46:32 v2.0.0-dev.18 07:46:32 v2.0.0-dev.19 07:46:32 v2.0.0-dev.2 07:46:32 v2.0.0-dev.20 07:46:32 v2.0.0-dev.21 07:46:32 v2.0.0-dev.22 07:46:32 v2.0.0-dev.23 07:46:32 v2.0.0-dev.24 07:46:32 v2.0.0-dev.25 07:46:32 v2.0.0-dev.26 07:46:32 v2.0.0-dev.27 07:46:32 v2.0.0-dev.28 07:46:32 v2.0.0-dev.29 07:46:32 v2.0.0-dev.3 07:46:32 v2.0.0-dev.30 07:46:32 v2.0.0-dev.31 07:46:32 v2.0.0-dev.32 07:46:32 v2.0.0-dev.33 07:46:32 v2.0.0-dev.34 07:46:32 v2.0.0-dev.35 07:46:32 v2.0.0-dev.36 07:46:32 v2.0.0-dev.37 07:46:32 v2.0.0-dev.38 07:46:32 v2.0.0-dev.39 07:46:32 v2.0.0-dev.4 07:46:32 v2.0.0-dev.40 07:46:32 v2.0.0-dev.41 07:46:32 v2.0.0-dev.42 07:46:32 v2.0.0-dev.43 07:46:32 v2.0.0-dev.44 07:46:32 v2.0.0-dev.45 07:46:32 v2.0.0-dev.46 07:46:32 v2.0.0-dev.47 07:46:32 v2.0.0-dev.48 07:46:32 v2.0.0-dev.49 07:46:32 v2.0.0-dev.5 07:46:32 v2.0.0-dev.50 07:46:32 v2.0.0-dev.51 07:46:32 v2.0.0-dev.52 07:46:32 v2.0.0-dev.53 07:46:32 v2.0.0-dev.54 07:46:32 v2.0.0-dev.55 07:46:32 v2.0.0-dev.56 07:46:32 v2.0.0-dev.6 07:46:32 v2.0.0-dev.7 07:46:32 v2.0.0-dev.8 07:46:32 v2.0.0-dev.9 [Pipeline] sh 07:46:33 + lftools sign git-tag v2.0.0-dev.56 07:46:34 Signing Git tag with Sigul... 07:46:34 Signing v2.0.0-dev.56 [Pipeline] echo 07:46:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:46:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:46:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:46:36 $ docker stop --time=1 8d6e5c46c194bf169758dadd7d6a0f15e4240de65a09c064a4eb4682e10c87ba 07:46:38 $ docker rm -f 8d6e5c46c194bf169758dadd7d6a0f15e4240de65a09c064a4eb4682e10c87ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:46:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:46:39 . [Pipeline] withDockerContainer 07:46:39 prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container 07:46:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:46:40 $ docker top 460a1da3f9d2c12ff8f6d4a9a68a6995d100954fd715627976ebd3df51cd4910 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:46:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:46:40 [ssh-agent] Looking for ssh-agent implementation... 07:46:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:46:40 $ docker exec 460a1da3f9d2c12ff8f6d4a9a68a6995d100954fd715627976ebd3df51cd4910 ssh-agent 07:46:41 SSH_AUTH_SOCK=/tmp/ssh-ZCoO1kDDLtKT/agent.11 07:46:41 SSH_AGENT_PID=16 07:46:41 Running ssh-add (command line suppressed) 07:46:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5465966283116557802.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5465966283116557802.key) 07:46:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:46:41 + git semver bump pre 07:46:41 # -> Open(): unable to determine branch for HEAD 07:46:41 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:46:41 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:46:41 # $SEMVER_REMOTE_NAME = origin 07:46:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:46:41 # $SEMVER_USER_NAME = edgex-jenkins 07:46:41 # $SEMVER_BRANCH = master 07:46:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:46:41 2.0.0-dev.57 [Pipeline] } 07:46:41 $ docker exec --env ******** --env ******** 460a1da3f9d2c12ff8f6d4a9a68a6995d100954fd715627976ebd3df51cd4910 ssh-agent -k 07:46:41 unset SSH_AUTH_SOCK; 07:46:41 unset SSH_AGENT_PID; 07:46:41 echo Agent pid 16 killed; 07:46:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:46:42 + git semver [Pipeline] } 07:46:42 $ docker stop --time=1 460a1da3f9d2c12ff8f6d4a9a68a6995d100954fd715627976ebd3df51cd4910 07:46:43 $ docker rm -f 460a1da3f9d2c12ff8f6d4a9a68a6995d100954fd715627976ebd3df51cd4910 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:46:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:46:43 . [Pipeline] withDockerContainer 07:46:44 prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container 07:46:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:46:44 $ docker top 890889e8672c95d0f470d070fc0407567c528fe30cba70a8fc87e5c5fdeaecf1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:46:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:46:44 [ssh-agent] Looking for ssh-agent implementation... 07:46:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:46:45 $ docker exec 890889e8672c95d0f470d070fc0407567c528fe30cba70a8fc87e5c5fdeaecf1 ssh-agent 07:46:45 SSH_AUTH_SOCK=/tmp/ssh-MT7dCLAvvclu/agent.11 07:46:45 SSH_AGENT_PID=16 07:46:45 Running ssh-add (command line suppressed) 07:46:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7103048684674201874.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7103048684674201874.key) 07:46:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:46:45 + git semver push 07:46:45 # -> Open(): unable to determine branch for HEAD 07:46:45 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:46:45 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:46:45 # $SEMVER_REMOTE_NAME = origin 07:46:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:46:45 # $SEMVER_USER_NAME = edgex-jenkins 07:46:45 # $SEMVER_BRANCH = master 07:46:45 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:46:51 $ docker exec --env ******** --env ******** 890889e8672c95d0f470d070fc0407567c528fe30cba70a8fc87e5c5fdeaecf1 ssh-agent -k 07:46:51 unset SSH_AUTH_SOCK; 07:46:51 unset SSH_AGENT_PID; 07:46:51 echo Agent pid 16 killed; 07:46:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:46:51 + git semver [Pipeline] } 07:46:51 $ docker stop --time=1 890889e8672c95d0f470d070fc0407567c528fe30cba70a8fc87e5c5fdeaecf1 07:46:53 $ docker rm -f 890889e8672c95d0f470d070fc0407567c528fe30cba70a8fc87e5c5fdeaecf1 [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 07:46:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:46:54 ---> package-listing.sh 07:46:54 ++ facter osfamily 07:46:54 ++ tr '[:upper:]' '[:lower:]' 07:46:54 + OS_FAMILY=redhat 07:46:54 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:46:54 + START_PACKAGES=/tmp/packages_start.txt 07:46:54 + END_PACKAGES=/tmp/packages_end.txt 07:46:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:46:54 + PACKAGES=/tmp/packages_start.txt 07:46:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:46:54 + PACKAGES=/tmp/packages_end.txt 07:46:54 + case "${OS_FAMILY}" in 07:46:54 + rpm -qa 07:46:54 + sort 07:47:00 + '[' -f /tmp/packages_start.txt ']' 07:47:00 + '[' -f /tmp/packages_end.txt ']' 07:47:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:47:00 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:47:00 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:47:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 07:47:00 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 07:47:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:47:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:47:00 07:47:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:47:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:47:01 alpine: Pulling from edgex-lftools-log-publisher 07:47:01 df20fa9351a1: Pulling fs layer 07:47:01 36b3adc4ff6f: Pulling fs layer 07:47:01 8ad3a11d3b57: Pulling fs layer 07:47:01 46f8f816bc3b: Pulling fs layer 07:47:01 93b61091891f: Pulling fs layer 07:47:01 93b9cdb0e59b: Pulling fs layer 07:47:01 5e14af77c1be: Pulling fs layer 07:47:01 01666e4c0597: Pulling fs layer 07:47:01 aa168da1d23b: Pulling fs layer 07:47:01 93b9cdb0e59b: Waiting 07:47:01 5e14af77c1be: Waiting 07:47:01 46f8f816bc3b: Waiting 07:47:01 93b61091891f: Waiting 07:47:01 01666e4c0597: Waiting 07:47:01 aa168da1d23b: Waiting 07:47:01 36b3adc4ff6f: Verifying Checksum 07:47:01 36b3adc4ff6f: Download complete 07:47:01 46f8f816bc3b: Verifying Checksum 07:47:01 46f8f816bc3b: Download complete 07:47:01 df20fa9351a1: Verifying Checksum 07:47:01 df20fa9351a1: Download complete 07:47:01 93b9cdb0e59b: Verifying Checksum 07:47:01 93b9cdb0e59b: Download complete 07:47:01 5e14af77c1be: Verifying Checksum 07:47:01 5e14af77c1be: Download complete 07:47:01 93b61091891f: Verifying Checksum 07:47:01 93b61091891f: Download complete 07:47:01 01666e4c0597: Verifying Checksum 07:47:01 01666e4c0597: Download complete 07:47:01 8ad3a11d3b57: Verifying Checksum 07:47:01 8ad3a11d3b57: Download complete 07:47:01 df20fa9351a1: Pull complete 07:47:01 36b3adc4ff6f: Pull complete 07:47:03 8ad3a11d3b57: Pull complete 07:47:03 46f8f816bc3b: Pull complete 07:47:03 aa168da1d23b: Verifying Checksum 07:47:03 aa168da1d23b: Download complete 07:47:04 93b61091891f: Pull complete 07:47:04 93b9cdb0e59b: Pull complete 07:47:04 5e14af77c1be: Pull complete 07:47:04 01666e4c0597: Pull complete 07:47:12 aa168da1d23b: Pull complete 07:47:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:47:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:47:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:47:12 prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container 07:47:12 $ 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 07:47:15 $ docker top 775eeed1219a119c6d70334cefa0f07eeb43ba8150cd8e9ff25978eebb47d2bb -eo pid,comm [Pipeline] { [Pipeline] sh 07:47:15 + touch /tmp/pre-build-complete [Pipeline] sh 07:47:16 + mkdir -p /var/log/sa [Pipeline] sh 07:47:16 + ls /var/log/sa-host 07:47:16 + sadf -c /var/log/sa-host/sa11 07:47:16 file_magic: OK 07:47:16 HZ: Using current value: 100 07:47:16 file_header: OK 07:47:16 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 07:47:16 Statistics: 07:47:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:47:16 File successfully converted to sysstat format version 12.2.1 07:47:16 + sadf -c /var/log/sa-host/sa23 07:47:16 file_magic: OK 07:47:16 HZ: Using current value: 100 07:47:16 file_header: OK 07:47:16 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 07:47:16 Statistics: 07:47:16 Hnuu...uuuununununu... 07:47:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:47:16 provisioning config files... 07:47:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4410496903120051732tmp [Pipeline] { [Pipeline] echo 07:47:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:47:17 ---> create-netrc.sh [Pipeline] } 07:47:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:47:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:47:17 ---> python-tools-install.sh [Pipeline] echo 07:47:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:47:17 ---> sudo-logs.sh 07:47:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:47:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:47:17 ---> job-cost.sh 07:47:17 lf-activate-venv: SKIPPING 07:47:17 DEBUG: total: 0.20999999344348907 07:47:17 INFO: Retrieving Stack Cost... 07:47:18 INFO: Retrieving Pricing Info for: v1-standard-2 07:47:19 INFO: Archiving Costs [Pipeline] echo 07:47:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:47:19 ---> logs-deploy.sh 07:47:19 lf-activate-venv: SKIPPING 07:47:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/161 07:47:19 INFO: archiving workspace using pattern(s): 07:47:21 Archives upload complete. 07:47:21 INFO: archiving logs to Nexus 07:47:22 ---> uname -a: 07:47:22 Linux prd-centos7-docker-4c-2g-4379.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:47:22 07:47:22 07:47:22 ---> lscpu: 07:47:22 Architecture: x86_64 07:47:22 CPU op-mode(s): 32-bit, 64-bit 07:47:22 Byte Order: Little Endian 07:47:22 Address sizes: 40 bits physical, 48 bits virtual 07:47:22 CPU(s): 4 07:47:22 On-line CPU(s) list: 0-3 07:47:22 Thread(s) per core: 1 07:47:22 Core(s) per socket: 1 07:47:22 Socket(s): 4 07:47:22 NUMA node(s): 1 07:47:22 Vendor ID: GenuineIntel 07:47:22 CPU family: 6 07:47:22 Model: 44 07:47:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:47:22 Stepping: 1 07:47:22 CPU MHz: 2933.438 07:47:22 BogoMIPS: 5866.87 07:47:22 Virtualization: VT-x 07:47:22 Hypervisor vendor: KVM 07:47:22 Virtualization type: full 07:47:22 L1d cache: 128 KiB 07:47:22 L1i cache: 128 KiB 07:47:22 L2 cache: 16 MiB 07:47:22 L3 cache: 64 MiB 07:47:22 NUMA node0 CPU(s): 0-3 07:47:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:47:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:47:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:47:22 Vulnerability Meltdown: Mitigation; PTI 07:47:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:47:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:47:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:47:22 Vulnerability Srbds: Not affected 07:47:22 Vulnerability Tsx async abort: Not affected 07:47:22 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 07:47:22 07:47:22 07:47:22 ---> nproc: 07:47:22 4 07:47:22 07:47:22 07:47:22 ---> df -h: 07:47:22 Filesystem Size Used Available Use% Mounted on 07:47:22 overlay 50.0G 8.5G 41.4G 17% / 07:47:22 tmpfs 64.0M 0 64.0M 0% /dev 07:47:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:47:22 shm 64.0M 0 64.0M 0% /dev/shm 07:47:22 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 07:47:22 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 07:47:22 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 07:47:22 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 07:47:22 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 07:47:22 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 07:47:22 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 07:47:22 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 07:47:22 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 07:47:22 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 07:47:22 07:47:22 07:47:22 ---> free -m: 07:47:22 total used free shared buff/cache available 07:47:22 Mem: 1837 815 149 0 873 958 07:47:22 Swap: 1023 3 1020 07:47:22 07:47:22 07:47:22 ---> ip addr: 07:47:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:47:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:47:22 inet 127.0.0.1/8 scope host lo 07:47:22 valid_lft forever preferred_lft forever 07:47:22 inet6 ::1/128 scope host 07:47:22 valid_lft forever preferred_lft forever 07:47:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:47:22 link/ether fa:16:3e:90:f1:07 brd ff:ff:ff:ff:ff:ff 07:47:22 inet 10.30.123.107/23 brd 10.30.123.255 scope global dynamic eth0 07:47:22 valid_lft 85584sec preferred_lft 85584sec 07:47:22 inet6 fe80::f816:3eff:fe90:f107/64 scope link 07:47:22 valid_lft forever preferred_lft forever 07:47:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:47:22 link/ether 02:42:1b:75:76:19 brd ff:ff:ff:ff:ff:ff 07:47:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:47:22 valid_lft forever preferred_lft forever 07:47:22 inet6 fe80::42:1bff:fe75:7619/64 scope link 07:47:22 valid_lft forever preferred_lft forever 07:47:22 07:47:22 07:47:22 ---> sar -b -r -n DEV: 07:47:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 07:47:22 07:47:22 07:33:35 LINUX RESTART (4 CPU) 07:47:22 07:47:22 07:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:47:22 07:35:01 84.24 35.32 48.92 0.00 7351.75 4210.00 0.00 07:47:22 07:36:01 2.15 0.00 2.15 0.00 0.00 45.02 0.00 07:47:22 07:37:01 0.40 0.00 0.40 0.00 0.00 6.13 0.00 07:47:22 07:38:01 0.30 0.00 0.30 0.00 0.00 3.28 0.00 07:47:22 07:39:01 0.23 0.00 0.23 0.00 0.00 3.36 0.00 07:47:22 07:40:01 0.30 0.00 0.30 0.00 0.00 4.41 0.00 07:47:22 07:41:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 07:47:22 07:42:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 07:47:22 07:43:01 0.20 0.00 0.20 0.00 0.00 1.91 0.00 07:47:22 07:44:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 07:47:22 07:45:01 0.32 0.00 0.32 0.00 0.00 4.21 0.00 07:47:22 07:46:01 350.44 200.13 150.31 0.00 9367.09 45560.02 0.00 07:47:22 07:47:01 229.61 109.18 120.43 0.00 7992.28 26683.81 0.00 07:47:22 Average: 51.50 26.53 24.97 0.00 1902.27 5891.70 0.00 07:47:22 07:47:22 07:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:47:22 07:35:01 155648 0 609232 32.38 2620 1114044 1111324 37.93 407252 1119136 128 07:47:22 07:36:01 160128 0 604680 32.14 2620 1114116 1085980 37.06 407300 1115768 12 07:47:22 07:37:01 157452 0 607348 32.28 2620 1114124 1086088 37.07 420860 1104764 12 07:47:22 07:38:01 157836 0 606964 32.26 2620 1114124 1079980 36.86 420772 1104488 20 07:47:22 07:39:01 157712 0 607080 32.26 2620 1114132 1079812 36.85 419032 1106728 12 07:47:22 07:40:01 157116 0 607672 32.30 2620 1114136 1079932 36.86 419704 1106728 8 07:47:22 07:41:01 157804 0 606980 32.26 2620 1114140 1079812 36.85 418812 1106728 8 07:47:22 07:42:01 156612 0 608168 32.32 2620 1114144 1079968 36.86 420404 1106728 12 07:47:22 07:43:01 157480 0 607296 32.28 2620 1114148 1079812 36.85 419372 1106728 20 07:47:22 07:44:01 157816 0 606952 32.26 2620 1114156 1079812 36.85 419552 1106728 8 07:47:22 07:45:01 157076 0 607692 32.30 2620 1114156 1079884 36.85 420332 1106728 8 07:47:22 07:46:01 73484 0 740304 39.35 2596 1065160 1523820 52.01 655868 904444 97624 07:47:22 07:47:01 76520 0 818360 43.49 1492 985172 1526188 52.09 626432 844836 47628 07:47:22 Average: 144822 0 633748 33.68 2531 1100442 1151724 39.31 451976 1072349 11192 07:47:22 07:47:22 07:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:47:22 07:35:01 eth0 552.15 356.39 1134.59 85.96 0.00 0.00 0.00 0.00 07:47:22 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:35:01 docker0 14.93 11.20 2.05 26.79 0.00 0.00 0.00 0.00 07:47:22 07:36:01 eth0 1.57 0.37 0.39 0.21 0.00 0.00 0.00 0.00 07:47:22 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:37:01 eth0 1.55 0.70 0.59 0.41 0.00 0.00 0.00 0.00 07:47:22 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:38:01 eth0 1.32 0.45 0.32 0.21 0.00 0.00 0.00 0.00 07:47:22 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:39:01 eth0 0.72 0.08 0.08 0.01 0.00 0.00 0.00 0.00 07:47:22 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:40:01 eth0 0.87 0.45 0.52 0.27 0.00 0.00 0.00 0.00 07:47:22 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:41:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 07:47:22 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:42:01 eth0 0.47 0.42 0.27 0.20 0.00 0.00 0.00 0.00 07:47:22 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:43:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:47:22 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:44:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:47:22 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:45:01 eth0 0.38 0.27 0.18 0.08 0.00 0.00 0.00 0.00 07:47:22 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:46:01 eth0 846.65 718.98 7671.53 97.51 0.00 0.00 0.00 0.00 07:47:22 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:46:01 docker0 65.46 69.46 5.27 385.82 0.00 0.00 0.00 0.00 07:47:22 07:47:01 eth0 219.58 167.78 1074.06 90.14 0.00 0.00 0.00 0.00 07:47:22 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 07:47:01 docker0 49.88 62.54 3.05 260.71 0.00 0.00 0.00 0.00 07:47:22 Average: eth0 125.19 95.93 760.79 21.17 0.00 0.00 0.00 0.00 07:47:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:47:22 Average: docker0 10.03 11.02 0.80 51.83 0.00 0.00 0.00 0.00 07:47:22 07:47:22 07:47:22 ---> sar -P ALL: 07:47:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 07:47:22 07:47:22 07:33:35 LINUX RESTART (4 CPU) 07:47:22 07:47:22 07:34:01 CPU %user %nice %system %iowait %steal %idle 07:47:22 07:35:01 all 12.22 0.00 5.03 2.04 0.08 80.62 07:47:22 07:35:01 0 11.13 0.00 5.97 2.08 0.07 80.75 07:47:22 07:35:01 1 13.14 0.00 4.77 3.34 0.07 78.68 07:47:22 07:35:01 2 12.06 0.00 4.50 2.27 0.10 81.07 07:47:22 07:35:01 3 12.54 0.00 4.88 0.47 0.10 82.00 07:47:22 07:36:01 all 0.18 0.00 0.05 0.00 0.00 99.77 07:47:22 07:36:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:47:22 07:36:01 1 0.08 0.00 0.08 0.00 0.00 99.83 07:47:22 07:36:01 2 0.05 0.00 0.05 0.00 0.00 99.90 07:47:22 07:36:01 3 0.53 0.00 0.03 0.00 0.02 99.42 07:47:22 07:37:01 all 0.16 0.00 0.06 0.00 0.01 99.77 07:47:22 07:37:01 0 0.03 0.00 0.10 0.00 0.00 99.87 07:47:22 07:37:01 1 0.10 0.00 0.03 0.00 0.02 99.85 07:47:22 07:37:01 2 0.22 0.00 0.07 0.00 0.00 99.72 07:47:22 07:37:01 3 0.28 0.00 0.03 0.00 0.02 99.67 07:47:22 07:38:01 all 0.15 0.00 0.04 0.00 0.00 99.80 07:47:22 07:38:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:47:22 07:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:47:22 07:38:01 2 0.13 0.00 0.07 0.00 0.02 99.78 07:47:22 07:38:01 3 0.38 0.00 0.03 0.00 0.00 99.58 07:47:22 07:39:01 all 0.14 0.00 0.04 0.00 0.01 99.81 07:47:22 07:39:01 0 0.02 0.00 0.07 0.00 0.00 99.92 07:47:22 07:39:01 1 0.17 0.00 0.02 0.00 0.00 99.82 07:47:22 07:39:01 2 0.07 0.00 0.03 0.00 0.02 99.88 07:47:22 07:39:01 3 0.32 0.00 0.03 0.00 0.03 99.62 07:47:22 07:40:01 all 0.17 0.00 0.08 0.00 0.00 99.74 07:47:22 07:40:01 0 0.10 0.00 0.22 0.00 0.00 99.68 07:47:22 07:40:01 1 0.52 0.00 0.03 0.00 0.00 99.45 07:47:22 07:40:01 2 0.07 0.00 0.05 0.00 0.00 99.88 07:47:22 07:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:47:22 07:41:01 all 0.12 0.00 0.03 0.00 0.00 99.85 07:47:22 07:41:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:47:22 07:41:01 1 0.33 0.00 0.05 0.00 0.00 99.62 07:47:22 07:41:01 2 0.07 0.00 0.05 0.00 0.00 99.88 07:47:22 07:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:47:22 07:42:01 all 0.04 0.00 0.04 0.00 0.00 99.92 07:47:22 07:42:01 0 0.07 0.00 0.07 0.00 0.00 99.87 07:47:22 07:42:01 1 0.03 0.00 0.05 0.00 0.00 99.92 07:47:22 07:42:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:47:22 07:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:47:22 07:43:01 all 0.05 0.00 0.04 0.00 0.00 99.91 07:47:22 07:43:01 0 0.07 0.00 0.03 0.00 0.00 99.90 07:47:22 07:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:47:22 07:43:01 2 0.07 0.00 0.05 0.00 0.00 99.88 07:47:22 07:43:01 3 0.05 0.00 0.05 0.00 0.00 99.90 07:47:22 07:44:01 all 0.15 0.00 0.03 0.00 0.00 99.81 07:47:22 07:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:47:22 07:44:01 1 0.17 0.00 0.02 0.00 0.00 99.82 07:47:22 07:44:01 2 0.05 0.00 0.05 0.00 0.02 99.88 07:47:22 07:44:01 3 0.38 0.00 0.03 0.00 0.00 99.58 07:47:22 07:45:01 all 0.16 0.00 0.04 0.00 0.00 99.80 07:47:22 07:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:47:22 07:45:01 1 0.52 0.00 0.05 0.00 0.00 99.43 07:47:22 07:45:01 2 0.07 0.00 0.05 0.00 0.00 99.88 07:47:22 07:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:47:22 07:47:22 07:45:01 CPU %user %nice %system %iowait %steal %idle 07:47:22 07:46:01 all 13.37 0.00 9.85 4.81 0.12 71.85 07:47:22 07:46:01 0 14.36 0.00 10.64 5.02 0.09 69.90 07:47:22 07:46:01 1 13.12 0.00 10.52 2.89 0.10 73.37 07:47:22 07:46:01 2 12.81 0.00 9.38 5.60 0.14 72.08 07:47:22 07:46:01 3 13.20 0.00 8.87 5.76 0.14 72.04 07:47:22 07:47:01 all 10.99 0.00 8.23 4.02 0.06 76.69 07:47:22 07:47:01 0 9.64 0.00 8.24 3.24 0.05 78.84 07:47:22 07:47:01 1 9.81 0.00 8.86 3.75 0.05 77.52 07:47:22 07:47:01 2 9.67 0.00 7.89 4.95 0.07 77.43 07:47:22 07:47:01 3 14.85 0.00 7.95 4.14 0.09 72.98 07:47:22 Average: all 2.87 0.00 1.78 0.82 0.02 94.50 07:47:22 Average: 0 2.69 0.00 1.92 0.78 0.02 94.60 07:47:22 Average: 1 2.89 0.00 1.86 0.76 0.02 94.48 07:47:22 Average: 2 2.68 0.00 1.69 0.97 0.03 94.64 07:47:22 Average: 3 3.22 0.00 1.66 0.78 0.03 94.31 07:47:22 07:47:22 07:47:22