Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-32900’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-32897’ is offline; ‘prd-centos7-docker-4c-2g-32899’ is offline; ‘prd-centos7-docker-4c-2g-32904’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32898’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32906 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 # timeout=10 Commit message: "Merge pull request #861 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.8" > git rev-list --no-walk 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:13:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:13:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:13:39 ========================================================= 06:13:39 EdgeX Global Pipelines Version Info 06:13:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:13:43 ------------------- 06:13:43 stable info: 06:13:43 ------------------- 06:13:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:13:43 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:13:43 Message: update stable to v1.0.186 06:13:44 ------------------- 06:13:44 experimental info: 06:13:44 ------------------- 06:13:44 Commited By: **** collab-it+edgex@linuxfoundation.org 06:13:44 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 06:13:44 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:13:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:13:44 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:13:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:13:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:13:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:13:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:13:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:13:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:13:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:13:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:13:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:13:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:13:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:13:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:13:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:13:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:13:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:13:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:13:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:13:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:13:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:13:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:13:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:13:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:13:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:13:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:13:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:13:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:13:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:13:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 [Pipeline] echo 06:13:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34bcbad [Pipeline] echo 06:13:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:13:47 provisioning config files... 06:13:48 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1399089573046193482tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:13:48 ---> docker-login.sh 06:13:48 nexus3.edgexfoundry.org:10001 06:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:50 Configure a credential helper to remove this warning. See 06:13:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:50 06:13:50 Login Succeeded 06:13:50 nexus3.edgexfoundry.org:10002 06:13:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:51 Configure a credential helper to remove this warning. See 06:13:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:51 06:13:51 Login Succeeded 06:13:51 nexus3.edgexfoundry.org:10003 06:13:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:51 Configure a credential helper to remove this warning. See 06:13:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:51 06:13:51 Login Succeeded 06:13:51 nexus3.edgexfoundry.org:10004 06:13:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:52 Configure a credential helper to remove this warning. See 06:13:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:52 06:13:52 Login Succeeded 06:13:52 docker.io 06:13:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:53 Configure a credential helper to remove this warning. See 06:13:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:53 06:13:53 Login Succeeded 06:13:53 ---> docker-login.sh ends [Pipeline] } 06:13:53 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 06:13:54 + git log --format=format:%s -1 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 [Pipeline] echo 06:13:54 GIT_COMMIT: 34bcbadecb817e113f443ebd9bc4fa59ecf970a2, Commit Message: Merge pull request #861 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.8 [Pipeline] echo 06:13:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:13:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:13:56 06:13:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:13:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:13:57 latest: Pulling from edgex-devops/git-semver 06:13:57 31603596830f: Pulling fs layer 06:13:57 2a8b12db71e7: Pulling fs layer 06:13:57 6ca5941a6612: Pulling fs layer 06:13:57 ecc8261a40a4: Pulling fs layer 06:13:57 ecc8261a40a4: Waiting 06:13:57 2a8b12db71e7: Verifying Checksum 06:13:57 2a8b12db71e7: Download complete 06:13:57 31603596830f: Verifying Checksum 06:13:57 31603596830f: Download complete 06:13:58 ecc8261a40a4: Verifying Checksum 06:13:58 ecc8261a40a4: Download complete 06:13:58 6ca5941a6612: Verifying Checksum 06:13:58 6ca5941a6612: Download complete 06:13:58 31603596830f: Pull complete 06:13:58 2a8b12db71e7: Pull complete 06:14:00 6ca5941a6612: Pull complete 06:14:00 ecc8261a40a4: Pull complete 06:14:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:14:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:14:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:14:00 prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container 06:14:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:14:04 $ docker top 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:14:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:14:05 [ssh-agent] Looking for ssh-agent implementation... 06:14:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:14:05 $ docker exec 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e ssh-agent 06:14:06 SSH_AUTH_SOCK=/tmp/ssh-6iyuZoyAk6Kz/agent.11 06:14:06 SSH_AGENT_PID=16 06:14:06 Running ssh-add (command line suppressed) 06:14:07 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3486356890141958498.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3486356890141958498.key) 06:14:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:14:08 + git tag --points-at HEAD [Pipeline] } 06:14:08 $ docker exec --env ******** --env ******** 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e ssh-agent -k 06:14:08 unset SSH_AUTH_SOCK; 06:14:08 unset SSH_AGENT_PID; 06:14:08 echo Agent pid 16 killed; 06:14:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:14:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:14:09 [ssh-agent] Looking for ssh-agent implementation... 06:14:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:14:09 $ docker exec 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e ssh-agent 06:14:10 SSH_AUTH_SOCK=/tmp/ssh-g3niCeCmJbA8/agent.45 06:14:10 SSH_AGENT_PID=51 06:14:10 Running ssh-add (command line suppressed) 06:14:10 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8744091492207894073.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8744091492207894073.key) 06:14:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:14:11 + git semver init 06:14:11 # -> Open(): unable to determine branch for HEAD 06:14:11 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:14:11 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:14:11 # $SEMVER_REMOTE_NAME = origin 06:14:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:14:11 # $SEMVER_USER_NAME = edgex-jenkins 06:14:11 # $SEMVER_BRANCH = master 06:14:11 # $SEMVER_TEMP = /tmp/semver-697137573 06:14:11 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:14:13 # '/tmp/semver-697137573' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 06:14:13 # -> Force: false 06:14:13 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:14:13 $ docker exec --env ******** --env ******** 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e ssh-agent -k 06:14:13 unset SSH_AUTH_SOCK; 06:14:13 unset SSH_AGENT_PID; 06:14:13 echo Agent pid 51 killed; 06:14:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:14:14 + git semver [Pipeline] } 06:14:14 $ docker stop --time=1 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e 06:14:17 $ docker rm -f 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e [Pipeline] // withDockerContainer [Pipeline] sh 06:14:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:14:19 Stashed 1 file(s) [Pipeline] echo 06:14:19 [edgeXSemver]: initialized semver on version 2.0.0-dev.35 [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 06:14:35 Still waiting to schedule task 06:14:35 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:14:35 Still waiting to schedule task 06:14:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:18:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32908 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:18:08 Running in /w/workspace/device-sdk-go/140 [Pipeline] { [Pipeline] checkout 06:18:13 using credential edgex-jenkins-ssh 06:18:14 Cloning the remote Git repository 06:18:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:18:14 > git init /w/workspace/device-sdk-go/140 # timeout=10 06:18:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:18:14 > git --version # timeout=10 06:18:14 > git --version # 'git version 2.17.1' 06:18:14 using GIT_SSH to set credentials SSH Credentials for GitHub 06:18:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:18:16 Checking out Revision 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 (master) 06:18:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:18:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:18:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:18:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:18:15 using GIT_SSH to set credentials SSH Credentials for GitHub 06:18:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:18:16 > git config core.sparsecheckout # timeout=10 06:18:16 > git checkout -f 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 # timeout=10 06:18:20 Commit message: "Merge pull request #861 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:18:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:18:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:18:22 + true 06:18:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:18:25 provisioning config files... 06:18:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/140@tmp/config2570316471080631321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:18:25 ---> docker-login.sh 06:18:25 nexus3.edgexfoundry.org:10001 06:18:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:27 Configure a credential helper to remove this warning. See 06:18:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:27 06:18:27 Login Succeeded 06:18:27 nexus3.edgexfoundry.org:10002 06:18:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:27 Configure a credential helper to remove this warning. See 06:18:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:27 06:18:27 Login Succeeded 06:18:27 nexus3.edgexfoundry.org:10003 06:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:28 Configure a credential helper to remove this warning. See 06:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:28 06:18:28 Login Succeeded 06:18:28 nexus3.edgexfoundry.org:10004 06:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:28 Configure a credential helper to remove this warning. See 06:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:28 06:18:28 Login Succeeded 06:18:28 docker.io 06:18:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:29 Configure a credential helper to remove this warning. See 06:18:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:29 06:18:29 Login Succeeded 06:18:29 ---> docker-login.sh ends [Pipeline] } 06:18:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:18:29 ========================================================= 06:18:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:18:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:18:30 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:18:30 Running on prd-centos7-docker-4c-2g-32909 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:18:30 Running in /w/workspace/device-sdk-go/140 [Pipeline] { 06:18:30 Sending build context to Docker daemon 2.356MB [Pipeline] checkout 06:18:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:18:30 Step 2/8 : FROM ${BASE} 06:18:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:18:30 5f621e34cdf4: Pulling fs layer 06:18:30 a4357932f1b6: Pulling fs layer 06:18:30 18c013af1878: Pulling fs layer 06:18:30 00ac8860ef70: Pulling fs layer 06:18:30 63d7cb157983: Pulling fs layer 06:18:30 b116817d02f9: Pulling fs layer 06:18:30 745a02a5169b: Pulling fs layer 06:18:30 00ac8860ef70: Waiting 06:18:30 b116817d02f9: Waiting 06:18:30 745a02a5169b: Waiting 06:18:30 63d7cb157983: Waiting 06:18:30 18c013af1878: Verifying Checksum 06:18:30 18c013af1878: Download complete 06:18:30 a4357932f1b6: Verifying Checksum 06:18:30 a4357932f1b6: Download complete 06:18:30 63d7cb157983: Verifying Checksum 06:18:30 63d7cb157983: Download complete 06:18:30 5f621e34cdf4: Verifying Checksum 06:18:30 5f621e34cdf4: Download complete 06:18:30 b116817d02f9: Verifying Checksum 06:18:30 b116817d02f9: Download complete 06:18:31 5f621e34cdf4: Pull complete 06:18:32 a4357932f1b6: Pull complete 06:18:32 18c013af1878: Pull complete 06:18:33 745a02a5169b: Verifying Checksum 06:18:33 745a02a5169b: Download complete 06:18:34 00ac8860ef70: Download complete 06:18:41 using credential edgex-jenkins-ssh 06:18:41 Cloning the remote Git repository 06:18:41 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:18:41 > git init /w/workspace/device-sdk-go/140 # timeout=10 06:18:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:18:41 > git --version # timeout=10 06:18:41 > git --version # 'git version 2.24.3' 06:18:41 using GIT_SSH to set credentials SSH Credentials for GitHub 06:18:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:18:43 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:18:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:18:43 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:18:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:18:43 using GIT_SSH to set credentials SSH Credentials for GitHub 06:18:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:18:44 Checking out Revision 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 (master) 06:18:44 00ac8860ef70: Pull complete 06:18:45 63d7cb157983: Pull complete 06:18:44 > git config core.sparsecheckout # timeout=10 06:18:44 > git checkout -f 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 # timeout=10 06:18:45 b116817d02f9: Pull complete 06:18:48 Commit message: "Merge pull request #861 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:18:49 745a02a5169b: Pull complete 06:18:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:18:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:18:49 ---> b7e6874047d6 06:18:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:18:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:18:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:18:52 ---> Running in b849fe8a5479 06:18:52 + sudo service docker restart 06:18:52 + true 06:18:52 Redirecting to /bin/systemctl restart docker.service 06:18:52 Removing intermediate container b849fe8a5479 06:18:52 ---> ab13c8d41947 06:18:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:18:52 ---> Running in ae2857d83903 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:18:54 provisioning config files... 06:18:54 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/140@tmp/config4089881838621911635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:18:55 Removing intermediate container ae2857d83903 06:18:55 ---> 52fdf9dddcc7 06:18:55 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 06:18:55 ---> Running in 272334833e0a 06:18:55 ---> docker-login.sh 06:18:55 nexus3.edgexfoundry.org:10001 06:18:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:57 Configure a credential helper to remove this warning. See 06:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:57 06:18:57 Login Succeeded 06:18:57 nexus3.edgexfoundry.org:10002 06:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:57 Configure a credential helper to remove this warning. See 06:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:57 06:18:57 Login Succeeded 06:18:57 nexus3.edgexfoundry.org:10003 06:18:57 (1/6) Installing libc-dev (0.7.2-r3) 06:18:57 (2/6) Installing libsodium (1.0.18-r0) 06:18:58 (3/6) Installing pkgconf (1.7.2-r0) 06:18:58 (4/6) Installing libsodium-dev (1.0.18-r0) 06:18:58 (5/6) Installing libzmq (4.3.3-r0) 06:18:58 (6/6) Installing zeromq-dev (4.3.3-r0) 06:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:58 Configure a credential helper to remove this warning. See 06:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:58 06:18:58 Login Succeeded 06:18:58 nexus3.edgexfoundry.org:10004 06:18:58 Executing busybox-1.31.1-r19.trigger 06:18:58 OK: 144 MiB in 45 packages 06:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:59 Configure a credential helper to remove this warning. See 06:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:59 06:18:59 Login Succeeded 06:18:59 docker.io 06:18:59 Removing intermediate container 272334833e0a 06:18:59 ---> 2ea794b9244e 06:18:59 Step 6/8 : WORKDIR /device-sdk-go 06:18:59 ---> Running in c75b828d6149 06:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:00 Configure a credential helper to remove this warning. See 06:19:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:00 06:19:00 Login Succeeded 06:19:00 ---> docker-login.sh ends [Pipeline] } 06:19:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 06:19:00 Removing intermediate container c75b828d6149 06:19:00 ---> 72ea0072d94d 06:19:00 Step 7/8 : COPY . . [Pipeline] unstash [Pipeline] echo 06:19:00 ========================================================= 06:19:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:19:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:19:01 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:19:01 ---> 41fc6ec0f4de 06:19:01 Step 8/8 : RUN go mod download 06:19:01 ---> Running in 210b8089475a 06:19:02 Sending build context to Docker daemon 2.357MB 06:19:02 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:19:02 Step 2/8 : FROM ${BASE} 06:19:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:19:02 188c0c94c7c5: Pulling fs layer 06:19:02 0ef7d3d256c8: Pulling fs layer 06:19:02 de9db76c5a1d: Pulling fs layer 06:19:02 bca2f99d35d6: Pulling fs layer 06:19:02 93359f2a8cfa: Pulling fs layer 06:19:02 7c6f9722023f: Pulling fs layer 06:19:02 a35cf1a2eb13: Pulling fs layer 06:19:02 bca2f99d35d6: Waiting 06:19:02 93359f2a8cfa: Waiting 06:19:02 7c6f9722023f: Waiting 06:19:02 a35cf1a2eb13: Waiting 06:19:02 de9db76c5a1d: Verifying Checksum 06:19:02 de9db76c5a1d: Download complete 06:19:02 0ef7d3d256c8: Verifying Checksum 06:19:02 0ef7d3d256c8: Download complete 06:19:02 93359f2a8cfa: Verifying Checksum 06:19:02 93359f2a8cfa: Download complete 06:19:02 7c6f9722023f: Verifying Checksum 06:19:02 7c6f9722023f: Download complete 06:19:02 188c0c94c7c5: Verifying Checksum 06:19:02 188c0c94c7c5: Download complete 06:19:03 188c0c94c7c5: Pull complete 06:19:04 0ef7d3d256c8: Pull complete 06:19:04 de9db76c5a1d: Pull complete 06:19:07 a35cf1a2eb13: Verifying Checksum 06:19:07 a35cf1a2eb13: Download complete 06:19:10 bca2f99d35d6: Download complete 06:19:25 bca2f99d35d6: Pull complete 06:19:25 93359f2a8cfa: Pull complete 06:19:25 7c6f9722023f: Pull complete 06:19:31 a35cf1a2eb13: Pull complete 06:19:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:19:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:19:31 ---> a62c8e92a672 06:19:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:19:31 ---> Running in 5b59031c4cda 06:19:31 Removing intermediate container 5b59031c4cda 06:19:31 ---> a23dbf3fdd1b 06:19:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:19:31 ---> Running in ae130146ce62 06:19:34 Removing intermediate container 210b8089475a 06:19:34 ---> b0deaaebca64 06:19:34 Successfully built b0deaaebca64 06:19:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:19:34 + docker inspect -f . ci-base-image-arm64 06:19:34 . [Pipeline] withDockerContainer 06:19:34 prd-ubuntu18.04-docker-arm64-4c-16g-32908 does not seem to be running inside a container 06:19:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/140 -v /w/workspace/device-sdk-go/140:/w/workspace/device-sdk-go/140:rw,z -v /w/workspace/device-sdk-go/140@tmp:/w/workspace/device-sdk-go/140@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 06:19:34 Removing intermediate container ae130146ce62 06:19:34 ---> 11dbbd1dd6cd 06:19:34 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 06:19:34 ---> Running in dd885b2e458a 06:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:19:36 $ docker top 1949e8c641a55cab58baaa73832f1d16d087be3ee9cdb3c376431e48ea14c593 -eo pid,comm 06:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 06:19:37 (1/6) Installing libc-dev (0.7.2-r3) 06:19:37 + go version 06:19:37 go version go1.15.5 linux/arm64 [Pipeline] } 06:19:37 $ docker stop --time=1 1949e8c641a55cab58baaa73832f1d16d087be3ee9cdb3c376431e48ea14c593 06:19:37 (2/6) Installing libsodium (1.0.18-r0) 06:19:37 (3/6) Installing pkgconf (1.7.2-r0) 06:19:37 (4/6) Installing libsodium-dev (1.0.18-r0) 06:19:37 (5/6) Installing libzmq (4.3.3-r0) 06:19:37 (6/6) Installing zeromq-dev (4.3.3-r0) 06:19:37 Executing busybox-1.31.1-r19.trigger 06:19:38 OK: 167 MiB in 45 packages 06:19:38 Removing intermediate container dd885b2e458a 06:19:38 ---> e962fb2953c1 06:19:38 Step 6/8 : WORKDIR /device-sdk-go 06:19:39 ---> Running in c90e7bbdb917 06:19:39 $ docker rm -f 1949e8c641a55cab58baaa73832f1d16d087be3ee9cdb3c376431e48ea14c593 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 06:19:39 Removing intermediate container c90e7bbdb917 06:19:39 ---> b8fd765af428 06:19:39 Step 7/8 : COPY . . [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:19:40 + docker inspect -f . ci-base-image-arm64 06:19:40 . [Pipeline] withDockerContainer 06:19:40 prd-ubuntu18.04-docker-arm64-4c-16g-32908 does not seem to be running inside a container 06:19:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/140 -v /w/workspace/device-sdk-go/140:/w/workspace/device-sdk-go/140:rw,z -v /w/workspace/device-sdk-go/140@tmp:/w/workspace/device-sdk-go/140@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 06:19:41 ---> ae896b468476 06:19:41 Step 8/8 : RUN go mod download 06:19:41 ---> Running in d6e3d98bb2b4 06:19:42 $ docker top 7d942cf76857df889850143f9feaf6ef82c5e3804e1c74f458747ab12b03151b -eo pid,comm [Pipeline] { [Pipeline] sh 06:19:43 + make test 06:19:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:20:05 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:20:15 Removing intermediate container d6e3d98bb2b4 06:20:15 ---> 22bb72de248f 06:20:15 Successfully built 22bb72de248f 06:20:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:20:15 + docker inspect -f . ci-base-image-x86_64 06:20:16 . [Pipeline] withDockerContainer 06:20:16 prd-centos7-docker-4c-2g-32909 does not seem to be running inside a container 06:20:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/140 -v /w/workspace/device-sdk-go/140:/w/workspace/device-sdk-go/140:rw,z -v /w/workspace/device-sdk-go/140@tmp:/w/workspace/device-sdk-go/140@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 06:20:18 $ docker top f27f76a1739d19a8518e8173bd2c200f78ce0959433ccd593a9ab9ed6991e84e -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:19 + go version 06:20:19 go version go1.15.5 linux/amd64 [Pipeline] } 06:20:19 $ docker stop --time=1 f27f76a1739d19a8518e8173bd2c200f78ce0959433ccd593a9ab9ed6991e84e 06:20:21 $ docker rm -f f27f76a1739d19a8518e8173bd2c200f78ce0959433ccd593a9ab9ed6991e84e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:20:23 + docker inspect -f . ci-base-image-x86_64 06:20:23 . [Pipeline] withDockerContainer 06:20:23 prd-centos7-docker-4c-2g-32909 does not seem to be running inside a container 06:20:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/140 -v /w/workspace/device-sdk-go/140:/w/workspace/device-sdk-go/140:rw,z -v /w/workspace/device-sdk-go/140@tmp:/w/workspace/device-sdk-go/140@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 06:20:25 $ docker top 34d8282302f48c3336eef56a3dda16c4da3732dd4ccf1eaf95bed8e164f98854 -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:26 + make test 06:20:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:20:46 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:21:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:21:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 06:21:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:21:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 06:21:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:21:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.169s coverage: 28.1% of statements 06:21:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.221s coverage: 81.2% of statements 06:21:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.129s coverage: 7.8% of statements 06:21:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 06:21:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 06:21:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:21:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.248s coverage: 32.5% of statements 06:21:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 06:21:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:21:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:21:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.291s coverage: 57.3% of statements 06:21:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.149s coverage: 6.6% of statements 06:21:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.140s coverage: 5.0% of statements 06:21:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:21:11 GO111MODULE=on go vet ./... 06:21:34 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:21:34 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 06:21:34 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:21:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 06:21:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:21:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.118s coverage: 28.1% of statements 06:21:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.167s coverage: 81.2% of statements 06:21:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.185s coverage: 7.8% of statements 06:21:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 06:21:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 06:21:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:21:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.185s coverage: 32.5% of statements 06:21:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 06:21:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:21:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:21:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.486s coverage: 57.3% of statements 06:21:41 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.171s coverage: 6.6% of statements 06:21:41 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.179s coverage: 5.0% of statements 06:21:41 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:21:41 GO111MODULE=on go vet ./... 06:21:58 gofmt -l . 06:21:58 [ "`gofmt -l .`" = "" ] 06:21:58 ./bin/test-attribution-txt.sh 06:21:58 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:21:58 $ docker stop --time=1 7d942cf76857df889850143f9feaf6ef82c5e3804e1c74f458747ab12b03151b 06:22:00 $ docker rm -f 7d942cf76857df889850143f9feaf6ef82c5e3804e1c74f458747ab12b03151b [Pipeline] // withDockerContainer [Pipeline] sh 06:22:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:22:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:22:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:22:06 + ls -al . 06:22:06 total 224 06:22:06 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 06:21 . 06:22:06 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 06:18 .. 06:22:06 -rw-rw-r-- 1 jenkins jenkins 140 Apr 6 06:18 .dockerignore 06:22:06 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 06:18 .git 06:22:06 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 06:18 .github 06:22:06 -rw-rw-r-- 1 jenkins jenkins 138 Apr 6 06:18 .gitignore 06:22:06 -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 06:18 Dockerfile.build 06:22:06 -rw-rw-r-- 1 jenkins jenkins 901 Apr 6 06:18 Jenkinsfile 06:22:06 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 6 06:18 LICENSE 06:22:06 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 6 06:18 Makefile 06:22:06 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 6 06:18 README.md 06:22:06 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 6 06:18 RELEASE-NOTES.txt 06:22:06 -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 06:14 VERSION 06:22:06 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 06:18 bin 06:22:06 -rw-r--r-- 1 jenkins jenkins 101239 Apr 6 06:21 coverage.out 06:22:06 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 06:18 example 06:22:06 -rw-r--r-- 1 jenkins jenkins 572 Apr 6 06:21 go.mod 06:22:06 -rw-r--r-- 1 jenkins jenkins 20946 Apr 6 06:21 go.sum 06:22:06 drwxrwxr-x 14 jenkins jenkins 4096 Apr 6 06:18 internal 06:22:06 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 06:18 openapi 06:22:06 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 06:18 pkg 06:22:06 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 06:18 snap 06:22:06 -rw-rw-r-- 1 jenkins jenkins 222 Apr 6 06:18 version.go [Pipeline] isUnix [Pipeline] sh 06:22:06 + 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=34bcbadecb817e113f443ebd9bc4fa59ecf970a2 --label arch=arm64 --label version=2.0.0-dev.35 . 06:22:07 Sending build context to Docker daemon 2.458MB 06:22:07 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 06:22:07 Step 2/23 : FROM ${BASE} AS builder 06:22:07 ---> b0deaaebca64 06:22:07 Step 3/23 : WORKDIR /device-sdk-go 06:22:07 ---> Running in 8400bb17d71c 06:22:08 Removing intermediate container 8400bb17d71c 06:22:08 ---> 199f16c3babe 06:22:08 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:22:08 ---> Running in b768c6c0ae7f 06:22:08 Removing intermediate container b768c6c0ae7f 06:22:08 ---> 36e9740d481d 06:22:08 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:08 ---> Running in 784753f730c1 06:22:10 Removing intermediate container 784753f730c1 06:22:10 ---> 4a69be703b15 06:22:10 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 06:22:11 ---> Running in b0234826a264 06:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:14 OK: 144 MiB in 45 packages 06:22:15 Removing intermediate container b0234826a264 06:22:15 ---> eb47d41b16c7 06:22:15 Step 7/23 : COPY . . 06:22:16 ---> 47382a44b63d 06:22:16 Step 8/23 : RUN go mod download 06:22:16 ---> Running in 700c2e9e35e3 06:22:19 Removing intermediate container 700c2e9e35e3 06:22:19 ---> ed646ffa5e18 06:22:19 Step 9/23 : RUN make build 06:22:19 ---> Running in 57cb34f3c751 06:22:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.35" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:22:21 gofmt -l . 06:22:21 [ "`gofmt -l .`" = "" ] 06:22:21 ./bin/test-attribution-txt.sh 06:22:22 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:22:24 $ docker stop --time=1 34d8282302f48c3336eef56a3dda16c4da3732dd4ccf1eaf95bed8e164f98854 06:22:27 $ docker rm -f 34d8282302f48c3336eef56a3dda16c4da3732dd4ccf1eaf95bed8e164f98854 [Pipeline] // withDockerContainer [Pipeline] sh 06:22:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:22:29 Warning: overwriting stash ‘coverage-report’ 06:22:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:22:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:22:31 + ls -al . 06:22:31 total 188 06:22:31 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 06:22 . 06:22:31 drwxrwxr-x. 4 jenkins jenkins 32 Apr 6 06:18 .. 06:22:31 drwxrwxr-x. 2 jenkins jenkins 64 Apr 6 06:18 bin 06:22:31 -rw-r--r--. 1 jenkins jenkins 101239 Apr 6 06:21 coverage.out 06:22:31 -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 06:18 Dockerfile.build 06:22:31 -rw-rw-r--. 1 jenkins jenkins 140 Apr 6 06:18 .dockerignore 06:22:31 drwxrwxr-x. 5 jenkins jenkins 62 Apr 6 06:18 example 06:22:31 drwxrwxr-x. 8 jenkins jenkins 162 Apr 6 06:18 .git 06:22:31 drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 06:18 .github 06:22:31 -rw-rw-r--. 1 jenkins jenkins 138 Apr 6 06:18 .gitignore 06:22:31 -rw-r--r--. 1 jenkins jenkins 572 Apr 6 06:22 go.mod 06:22:31 -rw-r--r--. 1 jenkins jenkins 20946 Apr 6 06:22 go.sum 06:22:31 drwxrwxr-x. 14 jenkins jenkins 207 Apr 6 06:18 internal 06:22:31 -rw-rw-r--. 1 jenkins jenkins 901 Apr 6 06:18 Jenkinsfile 06:22:31 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 6 06:18 LICENSE 06:22:31 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 6 06:18 Makefile 06:22:31 drwxrwxr-x. 4 jenkins jenkins 26 Apr 6 06:18 openapi 06:22:31 drwxrwxr-x. 5 jenkins jenkins 50 Apr 6 06:18 pkg 06:22:31 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 6 06:18 README.md 06:22:31 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 6 06:18 RELEASE-NOTES.txt 06:22:31 drwxrwxr-x. 4 jenkins jenkins 54 Apr 6 06:18 snap 06:22:31 -rw-rw-r--. 1 jenkins jenkins 12 Apr 6 06:14 VERSION 06:22:31 -rw-rw-r--. 1 jenkins jenkins 222 Apr 6 06:18 version.go [Pipeline] isUnix [Pipeline] sh 06:22:31 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=34bcbadecb817e113f443ebd9bc4fa59ecf970a2 --label arch=amd64 --label version=2.0.0-dev.35 . 06:22:32 Sending build context to Docker daemon 2.459MB 06:22:32 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 06:22:32 Step 2/23 : FROM ${BASE} AS builder 06:22:32 ---> 22bb72de248f 06:22:32 Step 3/23 : WORKDIR /device-sdk-go 06:22:33 ---> Running in fb4b0248ed95 06:22:33 Removing intermediate container fb4b0248ed95 06:22:33 ---> 108f0518ba37 06:22:33 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:22:33 ---> Running in 99eebef51316 06:22:33 Removing intermediate container 99eebef51316 06:22:33 ---> be90a0a0ba43 06:22:33 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:33 ---> Running in bea2f72852d9 06:22:35 Removing intermediate container bea2f72852d9 06:22:35 ---> 8152fcbd0d78 06:22:35 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 06:22:36 ---> Running in f2f073df5469 06:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:22:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:22:39 OK: 167 MiB in 45 packages 06:22:40 Removing intermediate container f2f073df5469 06:22:40 ---> f7db6fde750d 06:22:40 Step 7/23 : COPY . . 06:22:41 ---> 8f4eb3d09ff3 06:22:41 Step 8/23 : RUN go mod download 06:22:41 ---> Running in b0a919399b47 06:22:44 Removing intermediate container b0a919399b47 06:22:44 ---> 6df76c4146b0 06:22:44 Step 9/23 : RUN make build 06:22:44 ---> Running in 447dfd4d1b61 06:22:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.35" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:22:52 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 06:22:54 Removing intermediate container 57cb34f3c751 06:22:54 ---> 505d63335e06 06:22:54 Step 10/23 : FROM alpine:3.12 06:22:55 3.12: Pulling from library/alpine 06:22:55 9a219e8acc52: Pulling fs layer 06:22:55 9a219e8acc52: Download complete 06:22:55 9a219e8acc52: Pull complete 06:22:55 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:22:55 Status: Downloaded newer image for alpine:3.12 06:22:55 ---> d75e27dfc0a0 06:22:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:22:56 ---> Running in e934bcb18ea4 06:22:56 Removing intermediate container e934bcb18ea4 06:22:56 ---> d6612abc4c31 06:22:56 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:56 ---> Running in 70d2d17f80c1 06:22:58 Removing intermediate container 70d2d17f80c1 06:22:58 ---> 3d6ba10e1e38 06:22:58 Step 13/23 : RUN apk add --update --no-cache zeromq 06:22:59 ---> Running in 0fe20ffe7de0 06:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:01 (1/5) Installing libgcc (9.3.0-r2) 06:23:01 (2/5) Installing libsodium (1.0.18-r0) 06:23:01 (3/5) Installing libstdc++ (9.3.0-r2) 06:23:02 (4/5) Installing libzmq (4.3.3-r0) 06:23:02 (5/5) Installing zeromq (4.3.3-r0) 06:23:02 Executing busybox-1.31.1-r20.trigger 06:23:02 OK: 8 MiB in 19 packages 06:23:03 Removing intermediate container 0fe20ffe7de0 06:23:03 ---> d30b9194fa2c 06:23:03 Step 14/23 : WORKDIR / 06:23:03 ---> Running in f71602c7bf46 06:23:04 Removing intermediate container f71602c7bf46 06:23:04 ---> ed287afa576b 06:23:04 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 06:23:05 ---> 616f283316bb 06:23:05 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 06:23:06 ---> a80ebdeaeca3 06:23:06 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 06:23:07 ---> e4a461798fb2 06:23:07 Step 18/23 : EXPOSE 49990 06:23:07 ---> Running in 2c28c5caf4cc 06:23:07 Removing intermediate container 2c28c5caf4cc 06:23:07 ---> 1afa70138265 06:23:07 Step 19/23 : ENTRYPOINT ["/device-simple"] 06:23:07 ---> Running in e3eb5e9c454c 06:23:08 Removing intermediate container e3eb5e9c454c 06:23:08 ---> 7514ce13d0c7 06:23:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:23:08 ---> Running in b5a9a26a5779 06:23:08 Removing intermediate container b5a9a26a5779 06:23:08 ---> 4b6b0f91fdfd 06:23:08 Step 21/23 : LABEL arch=arm64 06:23:09 ---> Running in 113361df09f9 06:23:09 Removing intermediate container 113361df09f9 06:23:09 ---> cc9ae7622cc5 06:23:09 Step 22/23 : LABEL git_sha=34bcbadecb817e113f443ebd9bc4fa59ecf970a2 06:23:10 ---> Running in 8117a34b2da6 06:23:10 Removing intermediate container 8117a34b2da6 06:23:10 ---> c246455c350d 06:23:10 Step 23/23 : LABEL version=2.0.0-dev.35 06:23:10 ---> Running in 4c8073fe9eed 06:23:10 Removing intermediate container 4c8073fe9eed 06:23:10 ---> 73057bb5ad86 06:23:10 [Warning] One or more build-args [MAKE ARCH] were not consumed 06:23:11 Successfully built 73057bb5ad86 06:23:11 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 06:23:12 ---> job-cost.sh 06:23:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Km4t 06:23:13 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 06:23:14 Removing intermediate container 447dfd4d1b61 06:23:14 ---> 50dae7225aef 06:23:14 Step 10/23 : FROM alpine:3.12 06:23:14 3.12: Pulling from library/alpine 06:23:14 532819f3e44c: Pulling fs layer 06:23:15 532819f3e44c: Verifying Checksum 06:23:15 532819f3e44c: Download complete 06:23:16 532819f3e44c: Pull complete 06:23:16 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:23:16 Status: Downloaded newer image for alpine:3.12 06:23:16 ---> 7230e588e954 06:23:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:23:16 ---> Running in 5c0361e7dec6 06:23:16 Removing intermediate container 5c0361e7dec6 06:23:16 ---> 5a9e432dffca 06:23:16 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:16 ---> Running in a4e24db7e4ad 06:23:18 Removing intermediate container a4e24db7e4ad 06:23:18 ---> 11c80a5003f5 06:23:18 Step 13/23 : RUN apk add --update --no-cache zeromq 06:23:18 ---> Running in 3ae5642e8717 06:23:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:23:21 (1/5) Installing libgcc (9.3.0-r2) 06:23:21 (2/5) Installing libsodium (1.0.18-r0) 06:23:21 (3/5) Installing libstdc++ (9.3.0-r2) 06:23:22 (4/5) Installing libzmq (4.3.3-r0) 06:23:22 (5/5) Installing zeromq (4.3.3-r0) 06:23:22 Executing busybox-1.31.1-r20.trigger 06:23:22 OK: 8 MiB in 19 packages 06:23:23 Removing intermediate container 3ae5642e8717 06:23:23 ---> dacd004e5152 06:23:23 Step 14/23 : WORKDIR / 06:23:23 ---> Running in a2a2244a98ac 06:23:23 Removing intermediate container a2a2244a98ac 06:23:23 ---> 66a4afc353cf 06:23:23 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 06:23:24 ---> ff0990e35c4a 06:23:24 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 06:23:25 ---> 0563296e7d0e 06:23:25 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 06:23:26 ---> ebdeb53202f0 06:23:26 Step 18/23 : EXPOSE 49990 06:23:26 ---> Running in f6a4816f5ef2 06:23:27 Removing intermediate container f6a4816f5ef2 06:23:27 ---> 699e4116d82e 06:23:27 Step 19/23 : ENTRYPOINT ["/device-simple"] 06:23:27 ---> Running in 53dc279cfc62 06:23:27 Removing intermediate container 53dc279cfc62 06:23:27 ---> eb789eb03862 06:23:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:23:27 ---> Running in fb9ffaefbd8b 06:23:27 Removing intermediate container fb9ffaefbd8b 06:23:27 ---> 32d88c525e98 06:23:27 Step 21/23 : LABEL arch=amd64 06:23:28 ---> Running in 377a9e2a0c49 06:23:28 Removing intermediate container 377a9e2a0c49 06:23:28 ---> fec343ce8d56 06:23:28 Step 22/23 : LABEL git_sha=34bcbadecb817e113f443ebd9bc4fa59ecf970a2 06:23:28 ---> Running in 575b26c33602 06:23:28 Removing intermediate container 575b26c33602 06:23:28 ---> a1275487f9b6 06:23:28 Step 23/23 : LABEL version=2.0.0-dev.35 06:23:29 ---> Running in d117d92a5254 06:23:29 Removing intermediate container d117d92a5254 06:23:29 ---> 26ff8eca5005 06:23:29 [Warning] One or more build-args [ARCH MAKE] were not consumed 06:23:29 Successfully built 26ff8eca5005 06:23:29 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:23:30 ---> job-cost.sh 06:23:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-anXK 06:23:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:23:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:24:45 lf-activate-venv(): INFO: Adding /tmp/venv-anXK/bin to PATH 06:24:45 INFO: No Stack... 06:24:45 INFO: Retrieving Pricing Info for: v1-standard-2 06:24:45 INFO: Archiving Costs [Pipeline] sh 06:24:45 + cat /w/workspace/device-sdk-go/140/archives/cost.csv 06:24:45 + cut -d, -f6 [Pipeline] lock 06:24:45 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] 06:24:45 Resource [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] did not exist. Created. 06:24:45 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:24:46 + echo total: 0.029999999329447746 [Pipeline] stash 06:24:46 Stashed 1 file(s) [Pipeline] } 06:24:46 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:25:27 lf-activate-venv(): INFO: Adding /tmp/venv-Km4t/bin to PATH 06:25:27 INFO: No Stack... 06:25:27 INFO: Retrieving Pricing Info for: lf-standard-4 06:25:27 INFO: Archiving Costs [Pipeline] sh 06:25:28 + cut -d, -f6 06:25:28 + cat /w/workspace/device-sdk-go/140/archives/cost.csv [Pipeline] lock 06:25:28 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] 06:25:28 Resource [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] did not exist. Created. 06:25:28 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:25:28 /w/workspace/device-sdk-go/140@tmp/durable-065bbffc/script.sh: 1: /w/workspace/device-sdk-go/140@tmp/durable-065bbffc/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:25:29 + echo total: 0.20999999344348907 [Pipeline] stash 06:25:29 Warning: overwriting stash ‘stack-cost’ 06:25:29 Stashed 1 file(s) [Pipeline] } 06:25:29 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-140-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 06:25:31 provisioning config files... 06:25:31 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1452287997215005906tmp [Pipeline] { [Pipeline] sh 06:25:31 + set +x 06:25:31 + curl -s https://codecov.io/bash 06:25:31 + bash -s -- 06:25:31 06:25:31 _____ _ 06:25:31 / ____| | | 06:25:31 | | ___ __| | ___ ___ _____ __ 06:25:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:25:31 | |___| (_) | (_| | __/ (_| (_) \ V / 06:25:31 \_____\___/ \__,_|\___|\___\___/ \_/ 06:25:31 Bash-20210309-2b87ace 06:25:31 06:25:31 06:25:31 ==> git version 2.24.3 found 06:25:31 ==> 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 06:25:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:25:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:25:31 ==> Jenkins CI detected. 06:25:31 project root: . 06:25:31 --> token set from env 06:25:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:25:32 ==> Running gcov in . (disable via -X gcov) 06:25:32 ==> Python coveragepy not found 06:25:32 ==> Searching for coverage reports in: 06:25:32 + . 06:25:32 -> Found 1 reports 06:25:32 ==> Detecting git/mercurial file structure 06:25:32 ==> Reading reports 06:25:32 + ./coverage.out bytes=101239 06:25:32 ==> Appending adjustments 06:25:32 https://docs.codecov.io/docs/fixing-reports 06:25:33 + Found adjustments 06:25:33 ==> Gzipping contents 06:25:33 16K /tmp/codecov.PJPBNC.gz 06:25:33 ==> Uploading reports 06:25:33 url: https://codecov.io 06:25:33 query: branch=master&commit=34bcbadecb817e113f443ebd9bc4fa59ecf970a2&build=140&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F140%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:25:33 -> Pinging Codecov 06:25:33 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=34bcbadecb817e113f443ebd9bc4fa59ecf970a2&build=140&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F140%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:25:33 -> Uploading to 06:25:33 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/7E55EF52A471D76F132DFD9A03CDDE97/34bcbadecb817e113f443ebd9bc4fa59ecf970a2/f59aabee-618d-4659-90bd-afbbda65ccff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T062533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b97b9497e9fe2aaacfd7ffe030cf876747c22e40a8b1127fa4df0ba1c07dc6d3 06:25:33 % Total % Received % Xferd Average Speed Time Time Time Current 06:25:33 Dload Upload Total Spent Left Speed 06:25:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13692 0 0 100 13692 0 28075 --:--:-- --:--:-- --:--:-- 28057 06:25:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/34bcbadecb817e113f443ebd9bc4fa59ecf970a2 [Pipeline] } 06:25:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:25:34 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:25:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:25:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:25:36 06:25:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:25:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:25:37 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:25:37 188c0c94c7c5: Pulling fs layer 06:25:37 0ef7d3d256c8: Pulling fs layer 06:25:37 de9db76c5a1d: Pulling fs layer 06:25:37 0eba1c9be4d2: Pulling fs layer 06:25:37 0d57e429df01: Pulling fs layer 06:25:37 4e4be7b47b0d: Pulling fs layer 06:25:37 e1f770b5df2f: Pulling fs layer 06:25:37 0eba1c9be4d2: Waiting 06:25:37 0d57e429df01: Waiting 06:25:37 4e4be7b47b0d: Waiting 06:25:37 85a0685a4137: Pulling fs layer 06:25:37 85a0685a4137: Waiting 06:25:37 e1f770b5df2f: Waiting 06:25:37 de9db76c5a1d: Verifying Checksum 06:25:37 de9db76c5a1d: Download complete 06:25:37 0ef7d3d256c8: Verifying Checksum 06:25:37 0ef7d3d256c8: Download complete 06:25:37 0d57e429df01: Download complete 06:25:38 4e4be7b47b0d: Verifying Checksum 06:25:38 4e4be7b47b0d: Download complete 06:25:38 188c0c94c7c5: Verifying Checksum 06:25:38 188c0c94c7c5: Download complete 06:25:39 188c0c94c7c5: Pull complete 06:25:39 0ef7d3d256c8: Pull complete 06:25:40 de9db76c5a1d: Pull complete 06:25:41 e1f770b5df2f: Verifying Checksum 06:25:41 e1f770b5df2f: Download complete 06:25:50 0eba1c9be4d2: Verifying Checksum 06:25:51 85a0685a4137: Verifying Checksum 06:25:51 85a0685a4137: Download complete 06:26:02 0eba1c9be4d2: Pull complete 06:26:03 0d57e429df01: Pull complete 06:26:03 4e4be7b47b0d: Pull complete 06:26:06 e1f770b5df2f: Pull complete 06:26:19 85a0685a4137: Pull complete 06:26:19 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:26:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:26:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:26:19 prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container 06:26:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:26:22 $ docker top 0025e4e0529dc10765bc0a17916311acd91f3615acf099eb56ea0756158ada4a -eo pid,comm [Pipeline] { [Pipeline] echo 06:26:23 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:26:23 + set -o pipefail 06:26:23 + snyk monitor '--org=edgex-jenkins' 06:26:46 06:26:46 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 06:26:46 06:26:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/604e1adc-7e72-4256-8f7f-2e08f5eebd49 06:26:46 06:26:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:26:46 06:26:46 06:26:46 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 06:26:46 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:26:46 $ docker stop --time=1 0025e4e0529dc10765bc0a17916311acd91f3615acf099eb56ea0756158ada4a 06:26:50 $ docker rm -f 0025e4e0529dc10765bc0a17916311acd91f3615acf099eb56ea0756158ada4a [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 06:26:52 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:26:52 provisioning config files... 06:26:52 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7090208403302341206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:26:53 --> edgex-publish-swagger.sh 06:26:53 === Publish openapi/v1 API === 06:26:53 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 06:26:53 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 06:26:53 % Total % Received % Xferd Average Speed Time Time Time Current 06:26:53 Dload Upload Total Spent Left Speed 06:26:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 23006 --:--:-- --:--:-- --:--:-- 23033 100 19947 0 0 100 19947 0 22995 --:--:-- --:--:-- --:--:-- 23006 06:26:54 06:26:54 06:26:54 === Publish openapi/v2 API === 06:26:54 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 06:26:54 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 06:26:54 % Total % Received % Xferd Average Speed Time Time Time Current 06:26:54 Dload Upload Total Spent Left Speed 06:26:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 70380 --:--:-- --:--:-- --:--:-- 70428 06:26:54 06:26:54 [Pipeline] } 06:26:54 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 06:26:55 + git log --format=format:%s -1 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 [Pipeline] isUnix [Pipeline] sh 06:26:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:26:56 . [Pipeline] withDockerContainer 06:26:57 prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container 06:26:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:27:01 $ docker top 8d86a21dff6f626fa0f698e78daed2131e26908ab4efd1ea592ee896634f19e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:27:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:01 [ssh-agent] Looking for ssh-agent implementation... 06:27:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:01 $ docker exec 8d86a21dff6f626fa0f698e78daed2131e26908ab4efd1ea592ee896634f19e4 ssh-agent 06:27:02 SSH_AUTH_SOCK=/tmp/ssh-ueagd74ts7Ej/agent.11 06:27:02 SSH_AGENT_PID=16 06:27:02 Running ssh-add (command line suppressed) 06:27:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5501069353426434409.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5501069353426434409.key) 06:27:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:03 + git semver tag 06:27:03 # -> Open(): unable to determine branch for HEAD 06:27:03 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:27:03 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:27:03 # $SEMVER_REMOTE_NAME = origin 06:27:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:27:03 # $SEMVER_USER_NAME = edgex-jenkins 06:27:03 # $SEMVER_BRANCH = master 06:27:03 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:27:03 # 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 HEAD 06:27:04 # -> Force: false 06:27:04 # 77edebf44b66c9ebebc8c1134f7dde84ed233a41 refs/tags/v2.0.0-dev.35 [Pipeline] } 06:27:04 $ docker exec --env ******** --env ******** 8d86a21dff6f626fa0f698e78daed2131e26908ab4efd1ea592ee896634f19e4 ssh-agent -k 06:27:04 unset SSH_AUTH_SOCK; 06:27:04 unset SSH_AGENT_PID; 06:27:04 echo Agent pid 16 killed; 06:27:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:27:05 + git semver [Pipeline] } 06:27:06 $ docker stop --time=1 8d86a21dff6f626fa0f698e78daed2131e26908ab4efd1ea592ee896634f19e4 06:27:08 $ docker rm -f 8d86a21dff6f626fa0f698e78daed2131e26908ab4efd1ea592ee896634f19e4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:27:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:27:09 06:27:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:27:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:27:09 0.23.1-centos7: Pulling from edgex-lftools 06:27:09 ab5ef0e58194: Pulling fs layer 06:27:09 9712f1f96733: Pulling fs layer 06:27:09 63f879dbbcfc: Pulling fs layer 06:27:09 0d9ebad4ef96: Pulling fs layer 06:27:09 e9a5061849ea: Pulling fs layer 06:27:09 d747dcd14b5f: Pulling fs layer 06:27:09 2de7ff778b66: Pulling fs layer 06:27:09 0d9ebad4ef96: Waiting 06:27:09 e9a5061849ea: Waiting 06:27:09 d747dcd14b5f: Waiting 06:27:09 2de7ff778b66: Waiting 06:27:10 9712f1f96733: Verifying Checksum 06:27:10 9712f1f96733: Download complete 06:27:15 63f879dbbcfc: Verifying Checksum 06:27:15 63f879dbbcfc: Download complete 06:27:15 e9a5061849ea: Verifying Checksum 06:27:15 e9a5061849ea: Download complete 06:27:15 d747dcd14b5f: Verifying Checksum 06:27:15 d747dcd14b5f: Download complete 06:27:16 0d9ebad4ef96: Verifying Checksum 06:27:16 0d9ebad4ef96: Download complete 06:27:16 2de7ff778b66: Verifying Checksum 06:27:16 2de7ff778b66: Download complete 06:27:17 ab5ef0e58194: Verifying Checksum 06:27:17 ab5ef0e58194: Download complete 06:27:30 ab5ef0e58194: Pull complete 06:27:30 9712f1f96733: Pull complete 06:27:35 63f879dbbcfc: Pull complete 06:27:51 0d9ebad4ef96: Pull complete 06:27:54 e9a5061849ea: Pull complete 06:27:54 d747dcd14b5f: Pull complete 06:27:59 2de7ff778b66: Pull complete 06:27:59 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:27:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:27:59 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:28:00 prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container 06:28:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:28:05 $ docker top d641025e8b8f55aa85c140d1fed1a9660ce05e3049ae34047b87cb4f5138ff0d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:28:05 provisioning config files... 06:28:05 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7113248675954385287tmp 06:28:05 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3520628733910823324tmp 06:28:05 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7724092767162052870tmp [Pipeline] { [Pipeline] echo 06:28:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:28:06 ---> sigul-configuration.sh 06:28:06 gpg: directory `/root/.gnupg' created 06:28:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:28:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:28:06 gpg: keyring `/root/.gnupg/secring.gpg' created 06:28:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:28:06 gpg: CAST5 encrypted data 06:28:06 gpg: encrypted with 1 passphrase 06:28:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:28:07 + mkdir /home/jenkins 06:28:07 + mkdir /home/jenkins/sigul [Pipeline] sh 06:28:08 + 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 06:28:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:28:09 ---> sigul-install.sh 06:28:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:28:22 + git tag --list 06:28:22 0.7.1 06:28:22 delhi-tag 06:28:22 v1.0.0 06:28:22 v1.1.0 06:28:22 v1.1.1 06:28:22 v1.1.2 06:28:22 v1.2.0 06:28:22 v1.2.1 06:28:22 v1.2.2 06:28:22 v1.2.3 06:28:22 v1.3.0 06:28:22 v1.4.0 06:28:22 v2.0.0-dev.1 06:28:22 v2.0.0-dev.10 06:28:22 v2.0.0-dev.11 06:28:22 v2.0.0-dev.12 06:28:22 v2.0.0-dev.13 06:28:22 v2.0.0-dev.14 06:28:22 v2.0.0-dev.15 06:28:22 v2.0.0-dev.16 06:28:22 v2.0.0-dev.17 06:28:22 v2.0.0-dev.18 06:28:22 v2.0.0-dev.19 06:28:22 v2.0.0-dev.2 06:28:22 v2.0.0-dev.20 06:28:22 v2.0.0-dev.21 06:28:22 v2.0.0-dev.22 06:28:22 v2.0.0-dev.23 06:28:22 v2.0.0-dev.24 06:28:22 v2.0.0-dev.25 06:28:22 v2.0.0-dev.26 06:28:22 v2.0.0-dev.27 06:28:22 v2.0.0-dev.28 06:28:22 v2.0.0-dev.29 06:28:22 v2.0.0-dev.3 06:28:22 v2.0.0-dev.30 06:28:22 v2.0.0-dev.31 06:28:22 v2.0.0-dev.32 06:28:22 v2.0.0-dev.33 06:28:22 v2.0.0-dev.34 06:28:22 v2.0.0-dev.35 06:28:22 v2.0.0-dev.4 06:28:22 v2.0.0-dev.5 06:28:22 v2.0.0-dev.6 06:28:22 v2.0.0-dev.7 06:28:22 v2.0.0-dev.8 06:28:22 v2.0.0-dev.9 [Pipeline] sh 06:28:23 + lftools sign git-tag v2.0.0-dev.35 06:28:26 Signing Git tag with Sigul... 06:28:26 Signing v2.0.0-dev.35 [Pipeline] echo 06:28:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:28:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:28:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:28:28 $ docker stop --time=1 d641025e8b8f55aa85c140d1fed1a9660ce05e3049ae34047b87cb4f5138ff0d 06:28:31 $ docker rm -f d641025e8b8f55aa85c140d1fed1a9660ce05e3049ae34047b87cb4f5138ff0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:28:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:28:33 . [Pipeline] withDockerContainer 06:28:34 prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container 06:28:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:28:35 $ docker top 9185831dfb2f5ffe5b2180594f6ce385f533d9f8d692d26f60e6bbfac74af970 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:28:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:28:36 [ssh-agent] Looking for ssh-agent implementation... 06:28:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:28:37 $ docker exec 9185831dfb2f5ffe5b2180594f6ce385f533d9f8d692d26f60e6bbfac74af970 ssh-agent 06:28:37 SSH_AUTH_SOCK=/tmp/ssh-h2qSDCXoBDK5/agent.11 06:28:37 SSH_AGENT_PID=17 06:28:37 Running ssh-add (command line suppressed) 06:28:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4177204693665568386.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4177204693665568386.key) 06:28:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:28:39 + git semver bump pre 06:28:39 # -> Open(): unable to determine branch for HEAD 06:28:39 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:28:39 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:28:39 # $SEMVER_REMOTE_NAME = origin 06:28:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:28:39 # $SEMVER_USER_NAME = edgex-jenkins 06:28:39 # $SEMVER_BRANCH = master 06:28:39 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:28:39 2.0.0-dev.36 [Pipeline] } 06:28:39 $ docker exec --env ******** --env ******** 9185831dfb2f5ffe5b2180594f6ce385f533d9f8d692d26f60e6bbfac74af970 ssh-agent -k 06:28:40 unset SSH_AUTH_SOCK; 06:28:40 unset SSH_AGENT_PID; 06:28:40 echo Agent pid 17 killed; 06:28:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:28:41 + git semver [Pipeline] } 06:28:41 $ docker stop --time=1 9185831dfb2f5ffe5b2180594f6ce385f533d9f8d692d26f60e6bbfac74af970 06:28:43 $ docker rm -f 9185831dfb2f5ffe5b2180594f6ce385f533d9f8d692d26f60e6bbfac74af970 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:28:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:28:45 . [Pipeline] withDockerContainer 06:28:45 prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container 06:28:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:28:48 $ docker top 850b11588e8b5212dbb8b74a8394aebb6a4c5824c9ad8eab822d12f58eb79e11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:28:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:28:49 [ssh-agent] Looking for ssh-agent implementation... 06:28:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:28:50 $ docker exec 850b11588e8b5212dbb8b74a8394aebb6a4c5824c9ad8eab822d12f58eb79e11 ssh-agent 06:28:51 SSH_AUTH_SOCK=/tmp/ssh-aaIrBUyIVIfN/agent.11 06:28:51 SSH_AGENT_PID=16 06:28:51 Running ssh-add (command line suppressed) 06:28:52 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1579737403859480137.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1579737403859480137.key) 06:28:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:28:53 + git semver push 06:28:53 # -> Open(): unable to determine branch for HEAD 06:28:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:28:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:28:53 # $SEMVER_REMOTE_NAME = origin 06:28:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:28:53 # $SEMVER_USER_NAME = edgex-jenkins 06:28:53 # $SEMVER_BRANCH = master 06:28:53 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:28:59 $ docker exec --env ******** --env ******** 850b11588e8b5212dbb8b74a8394aebb6a4c5824c9ad8eab822d12f58eb79e11 ssh-agent -k 06:29:00 unset SSH_AUTH_SOCK; 06:29:00 unset SSH_AGENT_PID; 06:29:00 echo Agent pid 16 killed; 06:29:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:29:01 + git semver [Pipeline] } 06:29:01 $ docker stop --time=1 850b11588e8b5212dbb8b74a8394aebb6a4c5824c9ad8eab822d12f58eb79e11 06:29:03 $ docker rm -f 850b11588e8b5212dbb8b74a8394aebb6a4c5824c9ad8eab822d12f58eb79e11 [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 06:29:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:29:07 ---> package-listing.sh 06:29:07 ++ facter osfamily 06:29:07 ++ tr '[:upper:]' '[:lower:]' 06:29:07 + OS_FAMILY=redhat 06:29:07 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 06:29:07 + START_PACKAGES=/tmp/packages_start.txt 06:29:07 + END_PACKAGES=/tmp/packages_end.txt 06:29:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:29:07 + PACKAGES=/tmp/packages_start.txt 06:29:07 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:29:07 + PACKAGES=/tmp/packages_end.txt 06:29:07 + case "${OS_FAMILY}" in 06:29:07 + rpm -qa 06:29:07 + sort 06:29:15 + '[' -f /tmp/packages_start.txt ']' 06:29:15 + '[' -f /tmp/packages_end.txt ']' 06:29:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:29:15 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:29:15 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 06:29:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 06:29:15 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 06:29:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:29:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:17 06:29:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:29:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:18 alpine: Pulling from edgex-lftools-log-publisher 06:29:18 df20fa9351a1: Pulling fs layer 06:29:18 36b3adc4ff6f: Pulling fs layer 06:29:18 8ad3a11d3b57: Pulling fs layer 06:29:18 46f8f816bc3b: Pulling fs layer 06:29:18 93b61091891f: Pulling fs layer 06:29:18 93b9cdb0e59b: Pulling fs layer 06:29:18 5e14af77c1be: Pulling fs layer 06:29:18 01666e4c0597: Pulling fs layer 06:29:18 aa168da1d23b: Pulling fs layer 06:29:18 93b61091891f: Waiting 06:29:18 93b9cdb0e59b: Waiting 06:29:18 5e14af77c1be: Waiting 06:29:18 01666e4c0597: Waiting 06:29:18 46f8f816bc3b: Waiting 06:29:18 aa168da1d23b: Waiting 06:29:18 36b3adc4ff6f: Verifying Checksum 06:29:18 36b3adc4ff6f: Download complete 06:29:18 46f8f816bc3b: Verifying Checksum 06:29:18 46f8f816bc3b: Download complete 06:29:18 df20fa9351a1: Download complete 06:29:18 93b9cdb0e59b: Verifying Checksum 06:29:18 93b9cdb0e59b: Download complete 06:29:18 93b61091891f: Verifying Checksum 06:29:18 93b61091891f: Download complete 06:29:18 5e14af77c1be: Verifying Checksum 06:29:18 5e14af77c1be: Download complete 06:29:18 01666e4c0597: Verifying Checksum 06:29:18 01666e4c0597: Download complete 06:29:19 8ad3a11d3b57: Verifying Checksum 06:29:19 8ad3a11d3b57: Download complete 06:29:20 df20fa9351a1: Pull complete 06:29:20 36b3adc4ff6f: Pull complete 06:29:24 8ad3a11d3b57: Pull complete 06:29:25 46f8f816bc3b: Pull complete 06:29:27 93b61091891f: Pull complete 06:29:28 93b9cdb0e59b: Pull complete 06:29:28 aa168da1d23b: Verifying Checksum 06:29:28 aa168da1d23b: Download complete 06:29:28 5e14af77c1be: Pull complete 06:29:28 01666e4c0597: Pull complete 06:29:44 aa168da1d23b: Pull complete 06:29:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:29:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:29:45 prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container 06:29:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:29:49 $ docker top 0fb36928fabf7469aea70b437f580ac3e02a85cf69935f7d68c0397acf741fd0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:51 + touch /tmp/pre-build-complete [Pipeline] sh 06:29:52 + mkdir -p /var/log/sa [Pipeline] sh 06:29:53 + ls /var/log/sa-host 06:29:53 + sadf -c /var/log/sa-host/sa06 06:29:53 file_magic: OK 06:29:53 HZ: Using current value: 100 06:29:53 file_header: OK 06:29:53 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 06:29:53 Statistics: 06:29:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:29:53 File successfully converted to sysstat format version 12.2.1 06:29:53 + sadf -c /var/log/sa-host/sa23 06:29:53 file_magic: OK 06:29:53 HZ: Using current value: 100 06:29:53 file_header: OK 06:29:53 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 06:29:53 Statistics: 06:29:53 Hnuu...uuuununununu... 06:29:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:29:53 provisioning config files... 06:29:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config76373508095531309tmp [Pipeline] { [Pipeline] echo 06:29:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:29:54 ---> create-netrc.sh [Pipeline] } 06:29:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:29:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:29:55 ---> python-tools-install.sh [Pipeline] echo 06:29:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:29:56 ---> sudo-logs.sh 06:29:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:29:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:29:58 ---> job-cost.sh 06:29:58 lf-activate-venv: SKIPPING 06:29:58 DEBUG: total: 0.20999999344348907 06:29:58 INFO: Retrieving Stack Cost... 06:30:00 INFO: Retrieving Pricing Info for: v1-standard-2 06:30:00 INFO: Archiving Costs [Pipeline] echo 06:30:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:30:02 ---> logs-deploy.sh 06:30:02 lf-activate-venv: SKIPPING 06:30:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/140 06:30:02 INFO: archiving workspace using pattern(s): 06:30:06 Archives upload complete. 06:30:06 INFO: archiving logs to Nexus 06:30:07 ---> uname -a: 06:30:07 Linux prd-centos7-docker-4c-2g-32906.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:30:07 06:30:07 06:30:08 ---> lscpu: 06:30:08 Architecture: x86_64 06:30:08 CPU op-mode(s): 32-bit, 64-bit 06:30:08 Byte Order: Little Endian 06:30:08 Address sizes: 40 bits physical, 48 bits virtual 06:30:08 CPU(s): 4 06:30:08 On-line CPU(s) list: 0-3 06:30:08 Thread(s) per core: 1 06:30:08 Core(s) per socket: 1 06:30:08 Socket(s): 4 06:30:08 NUMA node(s): 1 06:30:08 Vendor ID: GenuineIntel 06:30:08 CPU family: 6 06:30:08 Model: 44 06:30:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:30:08 Stepping: 1 06:30:08 CPU MHz: 2933.438 06:30:08 BogoMIPS: 5866.87 06:30:08 Virtualization: VT-x 06:30:08 Hypervisor vendor: KVM 06:30:08 Virtualization type: full 06:30:08 L1d cache: 128 KiB 06:30:08 L1i cache: 128 KiB 06:30:08 L2 cache: 16 MiB 06:30:08 L3 cache: 64 MiB 06:30:08 NUMA node0 CPU(s): 0-3 06:30:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:30:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:30:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:30:08 Vulnerability Meltdown: Mitigation; PTI 06:30:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:30:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:30:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:30:08 Vulnerability Srbds: Not affected 06:30:08 Vulnerability Tsx async abort: Not affected 06:30:08 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:30:08 06:30:08 06:30:08 ---> nproc: 06:30:08 4 06:30:08 06:30:08 06:30:08 ---> df -h: 06:30:08 Filesystem Size Used Available Use% Mounted on 06:30:08 overlay 50.0G 8.2G 41.8G 16% / 06:30:08 tmpfs 64.0M 0 64.0M 0% /dev 06:30:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:30:08 shm 64.0M 0 64.0M 0% /dev/shm 06:30:08 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 06:30:08 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 06:30:08 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 06:30:08 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 06:30:08 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master 06:30:08 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 06:30:08 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 06:30:08 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 06:30:08 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 06:30:08 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 06:30:08 06:30:08 06:30:08 ---> free -m: 06:30:08 total used free shared buff/cache available 06:30:08 Mem: 1837 829 148 0 860 942 06:30:08 Swap: 1023 3 1020 06:30:08 06:30:08 06:30:08 ---> ip addr: 06:30:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:30:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:30:08 inet 127.0.0.1/8 scope host lo 06:30:08 valid_lft forever preferred_lft forever 06:30:08 inet6 ::1/128 scope host 06:30:08 valid_lft forever preferred_lft forever 06:30:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:30:08 link/ether fa:16:3e:98:d7:73 brd ff:ff:ff:ff:ff:ff 06:30:08 inet 10.30.123.159/23 brd 10.30.123.255 scope global dynamic eth0 06:30:08 valid_lft 85323sec preferred_lft 85323sec 06:30:08 inet6 fe80::f816:3eff:fe98:d773/64 scope link 06:30:08 valid_lft forever preferred_lft forever 06:30:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:30:08 link/ether 02:42:ec:05:21:66 brd ff:ff:ff:ff:ff:ff 06:30:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:30:08 valid_lft forever preferred_lft forever 06:30:08 inet6 fe80::42:ecff:fe05:2166/64 scope link 06:30:08 valid_lft forever preferred_lft forever 06:30:08 06:30:08 06:30:08 ---> sar -b -r -n DEV: 06:30:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 06:30:08 06:30:08 06:11:55 LINUX RESTART (4 CPU) 06:30:08 06:30:08 06:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:30:08 06:14:01 46.31 19.72 26.59 0.00 4650.02 1780.42 0.00 06:30:08 06:15:02 21.19 3.61 17.58 0.00 1041.42 2071.91 0.00 06:30:08 06:16:01 0.44 0.00 0.44 0.00 0.00 7.18 0.00 06:30:08 06:17:01 0.20 0.00 0.20 0.00 0.00 1.87 0.00 06:30:08 06:18:01 0.32 0.00 0.32 0.00 0.00 4.46 0.00 06:30:08 06:19:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 06:30:08 06:20:01 0.32 0.00 0.32 0.00 0.00 3.48 0.00 06:30:08 06:21:02 0.20 0.00 0.20 0.00 0.00 2.58 0.00 06:30:08 06:22:01 0.17 0.00 0.17 0.00 0.00 2.35 0.00 06:30:08 06:23:01 0.38 0.00 0.38 0.00 0.00 5.01 0.00 06:30:08 06:24:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 06:30:08 06:25:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 06:30:08 06:26:01 28.72 2.15 26.58 0.00 358.40 15588.58 0.00 06:30:08 06:27:01 311.38 195.72 115.65 0.00 8692.60 21394.33 0.00 06:30:08 06:28:01 174.29 41.21 133.08 0.00 1830.99 28019.35 0.00 06:30:08 06:29:02 59.32 31.21 28.11 0.00 2142.09 5112.80 0.00 06:30:08 Average: 40.38 18.40 21.98 0.00 1173.48 4640.91 0.00 06:30:08 06:30:08 06:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:30:08 06:14:01 100516 0 598944 31.83 2620 1179464 1321476 45.10 370348 1208088 50532 06:30:08 06:15:02 180052 0 582324 30.95 2620 1116548 1194960 40.78 368972 1131488 8 06:30:08 06:16:01 197976 0 564296 29.99 2620 1116652 1063528 36.30 359168 1126596 16 06:30:08 06:17:01 195200 0 567068 30.14 2620 1116656 1063620 36.30 363596 1124788 16 06:30:08 06:18:01 195580 0 566684 30.12 2620 1116660 1063528 36.30 362856 1124788 12 06:30:08 06:19:01 192616 0 569640 30.28 2620 1116668 1063780 36.31 412144 1078652 8 06:30:08 06:20:01 194732 0 567524 30.16 2620 1116668 1063528 36.30 410652 1078652 16 06:30:08 06:21:02 194436 0 567812 30.18 2620 1116676 1063528 36.30 410660 1078652 8 06:30:08 06:22:01 194320 0 567924 30.18 2620 1116680 1063528 36.30 410664 1078652 8 06:30:08 06:23:01 194412 0 567828 30.18 2620 1116684 1063528 36.30 410668 1078652 12 06:30:08 06:24:01 193860 0 568376 30.21 2620 1116688 1063612 36.30 411112 1078652 8 06:30:08 06:25:01 194296 0 567936 30.18 2620 1116692 1063564 36.30 410988 1078652 8 06:30:08 06:26:01 84792 0 672080 35.72 2620 1122052 1499628 51.18 570028 997340 79988 06:30:08 06:27:01 218392 0 675648 35.91 2620 984884 1285196 43.86 527032 886064 44 06:30:08 06:28:01 86384 0 803892 42.73 1564 989704 1367256 46.66 534880 911384 12 06:30:08 06:29:02 236104 0 800160 42.53 1492 843788 1480824 50.54 577176 725092 48 06:30:08 Average: 178354 0 613008 32.58 2484 1087698 1174068 40.07 431934 1049137 8172 06:30:08 06:30:08 06:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:30:08 06:14:01 eth0 252.46 199.70 1009.88 66.77 0.00 0.00 0.00 0.00 06:30:08 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:15:02 eth0 24.73 22.98 48.29 23.79 0.00 0.00 0.00 0.00 06:30:08 06:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:15:02 docker0 4.34 4.57 1.18 24.57 0.00 0.00 0.00 0.00 06:30:08 06:16:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:30:08 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:17:01 eth0 1.43 0.41 0.36 0.21 0.00 0.00 0.00 0.00 06:30:08 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:18:01 eth0 1.18 0.08 0.11 0.01 0.00 0.00 0.00 0.00 06:30:08 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:19:01 eth0 1.08 0.65 0.67 0.46 0.00 0.00 0.00 0.00 06:30:08 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:20:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:21:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:30:08 06:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:22:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:30:08 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:30:08 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:24:01 eth0 0.28 0.17 0.09 0.07 0.00 0.00 0.00 0.00 06:30:08 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:25:01 eth0 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 06:30:08 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:26:01 eth0 412.05 337.93 4075.01 28.97 0.00 0.00 0.00 0.00 06:30:08 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:27:01 vetha6978d4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:27:01 eth0 88.55 84.38 287.33 66.68 0.00 0.00 0.00 0.00 06:30:08 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:27:01 docker0 49.53 52.19 4.51 257.49 0.00 0.00 0.00 0.00 06:30:08 06:28:01 eth0 349.52 291.66 3190.60 30.91 0.00 0.00 0.00 0.00 06:30:08 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:29:02 vethb00a19e 1.87 1.54 0.37 0.39 0.00 0.00 0.00 0.00 06:30:08 06:29:02 eth0 88.87 71.29 287.94 68.40 0.00 0.00 0.00 0.00 06:30:08 06:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 06:29:02 docker0 25.31 34.74 1.58 232.25 0.00 0.00 0.00 0.00 06:30:08 Average: vethb00a19e 0.12 0.10 0.02 0.02 0.00 0.00 0.00 0.00 06:30:08 Average: eth0 76.57 63.33 558.12 17.96 0.00 0.00 0.00 0.00 06:30:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:30:08 Average: docker0 4.96 5.73 0.46 32.24 0.00 0.00 0.00 0.00 06:30:08 06:30:08 06:30:08 ---> sar -P ALL: 06:30:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 06:30:08 06:30:08 06:11:55 LINUX RESTART (4 CPU) 06:30:08 06:30:08 06:13:01 CPU %user %nice %system %iowait %steal %idle 06:30:08 06:14:01 all 10.39 0.00 4.92 1.18 32.78 50.74 06:30:08 06:14:01 0 10.92 0.00 5.91 1.40 33.70 48.07 06:30:08 06:14:01 1 9.33 0.00 4.07 0.77 33.96 51.87 06:30:08 06:14:01 2 9.33 0.00 4.54 0.97 31.90 53.26 06:30:08 06:14:01 3 12.05 0.00 5.19 1.60 31.53 49.63 06:30:08 06:15:02 all 1.54 0.00 2.01 0.38 10.34 85.72 06:30:08 06:15:02 0 1.05 0.00 1.71 0.06 11.51 85.67 06:30:08 06:15:02 1 1.44 0.00 1.64 0.64 10.52 85.76 06:30:08 06:15:02 2 1.64 0.00 2.36 0.55 10.15 85.30 06:30:08 06:15:02 3 2.07 0.00 2.35 0.27 9.15 86.16 06:30:08 06:16:01 all 0.10 0.00 0.14 0.00 2.06 97.70 06:30:08 06:16:01 0 0.08 0.00 0.15 0.00 2.39 97.37 06:30:08 06:16:01 1 0.23 0.00 0.17 0.00 2.09 97.51 06:30:08 06:16:01 2 0.03 0.00 0.17 0.00 2.59 97.21 06:30:08 06:16:01 3 0.03 0.00 0.08 0.00 1.18 98.71 06:30:08 06:17:01 all 0.10 0.00 0.30 0.00 2.48 97.12 06:30:08 06:17:01 0 0.02 0.00 0.41 0.00 2.17 97.40 06:30:08 06:17:01 1 0.26 0.00 0.34 0.00 2.45 96.95 06:30:08 06:17:01 2 0.10 0.00 0.10 0.00 3.84 95.97 06:30:08 06:17:01 3 0.02 0.00 0.35 0.00 1.43 98.20 06:30:08 06:18:01 all 0.10 0.00 0.03 0.00 0.74 99.13 06:30:08 06:18:01 0 0.33 0.00 0.07 0.00 0.91 98.69 06:30:08 06:18:01 1 0.03 0.00 0.02 0.00 0.81 99.14 06:30:08 06:18:01 2 0.00 0.00 0.03 0.00 1.04 98.93 06:30:08 06:18:01 3 0.03 0.00 0.02 0.00 0.20 99.75 06:30:08 06:19:01 all 0.12 0.00 0.12 0.00 0.82 98.94 06:30:08 06:19:01 0 0.10 0.00 0.31 0.00 0.99 98.60 06:30:08 06:19:01 1 0.07 0.00 0.07 0.00 0.41 99.45 06:30:08 06:19:01 2 0.28 0.00 0.03 0.00 1.10 98.58 06:30:08 06:19:01 3 0.03 0.00 0.05 0.00 0.78 99.14 06:30:08 06:20:01 all 0.11 0.00 0.03 0.00 0.17 99.69 06:30:08 06:20:01 0 0.02 0.00 0.02 0.00 0.13 99.83 06:30:08 06:20:01 1 0.02 0.00 0.02 0.00 0.12 99.85 06:30:08 06:20:01 2 0.33 0.00 0.03 0.00 0.12 99.52 06:30:08 06:20:01 3 0.08 0.00 0.05 0.00 0.32 99.55 06:30:08 06:21:02 all 0.10 0.00 0.02 0.00 0.39 99.48 06:30:08 06:21:02 0 0.05 0.00 0.03 0.00 0.48 99.44 06:30:08 06:21:02 1 0.02 0.00 0.02 0.00 0.25 99.72 06:30:08 06:21:02 2 0.32 0.00 0.02 0.00 0.17 99.50 06:30:08 06:21:02 3 0.03 0.00 0.03 0.00 0.68 99.25 06:30:08 06:22:01 all 0.09 0.00 0.02 0.00 0.31 99.57 06:30:08 06:22:01 0 0.05 0.00 0.03 0.00 0.39 99.53 06:30:08 06:22:01 1 0.03 0.00 0.02 0.00 0.07 99.88 06:30:08 06:22:01 2 0.27 0.00 0.02 0.00 0.20 99.51 06:30:08 06:22:01 3 0.02 0.00 0.02 0.00 0.59 99.38 06:30:08 06:23:01 all 0.13 0.00 0.02 0.00 0.07 99.77 06:30:08 06:23:01 0 0.05 0.00 0.05 0.00 0.10 99.80 06:30:08 06:23:01 1 0.02 0.00 0.02 0.00 0.03 99.93 06:30:08 06:23:01 2 0.42 0.00 0.02 0.00 0.05 99.52 06:30:08 06:23:01 3 0.03 0.00 0.02 0.00 0.12 99.83 06:30:08 06:24:01 all 0.11 0.00 0.02 0.00 0.19 99.68 06:30:08 06:24:01 0 0.02 0.00 0.02 0.00 0.08 99.88 06:30:08 06:24:01 1 0.03 0.00 0.02 0.00 0.22 99.73 06:30:08 06:24:01 2 0.35 0.00 0.03 0.00 0.02 99.60 06:30:08 06:24:01 3 0.03 0.00 0.02 0.00 0.43 99.52 06:30:08 06:30:08 06:24:01 CPU %user %nice %system %iowait %steal %idle 06:30:08 06:25:01 all 0.12 0.00 0.03 0.00 0.08 99.77 06:30:08 06:25:01 0 0.02 0.00 0.02 0.00 0.05 99.92 06:30:08 06:25:01 1 0.03 0.00 0.03 0.00 0.08 99.85 06:30:08 06:25:01 2 0.38 0.00 0.03 0.00 0.07 99.52 06:30:08 06:25:01 3 0.03 0.00 0.03 0.00 0.13 99.80 06:30:08 06:26:01 all 2.41 0.00 2.51 0.13 16.58 78.37 06:30:08 06:26:01 0 2.36 0.00 2.90 0.13 18.93 75.69 06:30:08 06:26:01 1 2.12 0.00 2.56 0.22 15.10 80.00 06:30:08 06:26:01 2 2.40 0.00 2.51 0.17 16.74 78.17 06:30:08 06:26:01 3 2.76 0.00 2.07 0.00 15.57 79.59 06:30:08 06:27:01 all 4.94 0.00 5.13 3.77 23.59 62.57 06:30:08 06:27:01 0 4.51 0.00 5.30 4.05 25.33 60.81 06:30:08 06:27:01 1 4.81 0.00 4.87 3.86 23.57 62.90 06:30:08 06:27:01 2 5.44 0.00 5.53 3.54 23.70 61.79 06:30:08 06:27:01 3 5.02 0.00 4.84 3.60 21.74 64.79 06:30:08 06:28:01 all 4.77 0.00 6.17 0.42 33.04 55.60 06:30:08 06:28:01 0 4.62 0.00 5.44 0.23 34.65 55.05 06:30:08 06:28:01 1 4.31 0.00 5.73 0.63 33.28 56.05 06:30:08 06:28:01 2 5.34 0.00 7.28 0.47 31.59 55.32 06:30:08 06:28:01 3 4.84 0.00 6.25 0.34 32.57 56.00 06:30:08 06:29:02 all 4.10 0.00 6.44 1.56 23.54 64.36 06:30:08 06:29:02 0 5.03 0.00 5.55 0.59 25.28 63.55 06:30:08 06:29:02 1 2.62 0.00 7.35 1.14 23.76 65.13 06:30:08 06:29:02 2 4.98 0.00 5.75 1.38 22.80 65.09 06:30:08 06:29:02 3 3.71 0.00 7.17 3.18 22.24 63.69 06:30:08 Average: all 1.97 0.00 1.89 0.50 9.93 85.71 06:30:08 Average: 0 1.98 0.00 1.89 0.43 10.64 85.06 06:30:08 Average: 1 1.73 0.00 1.83 0.49 9.99 85.96 06:30:08 Average: 2 2.12 0.00 1.92 0.47 9.81 85.68 06:30:08 Average: 3 2.06 0.00 1.92 0.60 9.29 86.13 06:30:08 06:30:08 06:30:08