Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3a576611bceecf92a14c741c24e2054b0cc47e7a 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:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[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: app-functions-sdk-go-settings PROJECT: app-functions-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false 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/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30320’ Running on prd-centos7-docker-4c-2g-30322 in /w/workspace/ndry_app-functions-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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-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/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3a576611bceecf92a14c741c24e2054b0cc47e7a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a576611bceecf92a14c741c24e2054b0cc47e7a # timeout=10 Commit message: "refactor: Rework SDK to use Interfaces and factory methods (#741)" > git rev-list --no-walk 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:28:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:28:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:28:50 ========================================================= 18:28:50 EdgeX Global Pipelines Version Info 18:28:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:28:52 ------------------- 18:28:52 stable info: 18:28:52 ------------------- 18:28:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:28:52 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:28:52 Message: update stable to v1.0.186 18:28:53 ------------------- 18:28:53 experimental info: 18:28:53 ------------------- 18:28:53 Commited By: **** collab-it+edgex@linuxfoundation.org 18:28:53 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:28:53 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:28:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:28:53 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:28:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:28:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:28:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:28:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:28:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:28:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:28:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:28:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:28:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:28:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:28:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:28:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:28:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:28:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:28:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:28:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:28:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:28:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:28:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:28:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:28:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:28:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:28:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:28:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:28:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:28:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:28:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:28:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a576611bceecf92a14c741c24e2054b0cc47e7a [Pipeline] echo 18:28:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a57661 [Pipeline] echo 18:28:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:28:57 + git log --format=format:%s -1 3a576611bceecf92a14c741c24e2054b0cc47e7a [Pipeline] echo 18:28:57 GIT_COMMIT: 3a576611bceecf92a14c741c24e2054b0cc47e7a, Commit Message: refactor: Rework SDK to use Interfaces and factory methods (#741) [Pipeline] echo 18:28:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:28:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:58 18:28:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:28:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:59 latest: Pulling from edgex-devops/git-semver 18:28:59 31603596830f: Pulling fs layer 18:28:59 2a8b12db71e7: Pulling fs layer 18:28:59 6ca5941a6612: Pulling fs layer 18:28:59 ecc8261a40a4: Pulling fs layer 18:28:59 ecc8261a40a4: Waiting 18:28:59 2a8b12db71e7: Download complete 18:28:59 31603596830f: Verifying Checksum 18:28:59 31603596830f: Download complete 18:28:59 ecc8261a40a4: Verifying Checksum 18:28:59 ecc8261a40a4: Download complete 18:28:59 6ca5941a6612: Verifying Checksum 18:28:59 6ca5941a6612: Download complete 18:28:59 31603596830f: Pull complete 18:28:59 2a8b12db71e7: Pull complete 18:29:00 6ca5941a6612: Pull complete 18:29:00 ecc8261a40a4: Pull complete 18:29:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:29:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:29:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:29:01 prd-centos7-docker-4c-2g-30322 does not seem to be running inside a container 18:29:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-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 18:29:02 $ docker top 88b3f0ae2299b9a0450ece1a1d62f71acc743be98dec4a77d71a2202c7bb4762 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:29:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:29:03 [ssh-agent] Looking for ssh-agent implementation... 18:29:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:29:03 $ docker exec 88b3f0ae2299b9a0450ece1a1d62f71acc743be98dec4a77d71a2202c7bb4762 ssh-agent 18:29:03 SSH_AUTH_SOCK=/tmp/ssh-OJ5bRlQLVT9Y/agent.12 18:29:03 SSH_AGENT_PID=17 18:29:03 Running ssh-add (command line suppressed) 18:29:03 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2862318432303583618.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2862318432303583618.key) 18:29:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:29:04 + git tag --points-at HEAD [Pipeline] } 18:29:04 $ docker exec --env ******** --env ******** 88b3f0ae2299b9a0450ece1a1d62f71acc743be98dec4a77d71a2202c7bb4762 ssh-agent -k 18:29:04 unset SSH_AUTH_SOCK; 18:29:04 unset SSH_AGENT_PID; 18:29:04 echo Agent pid 17 killed; 18:29:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:29:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:29:04 [ssh-agent] Looking for ssh-agent implementation... 18:29:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:29:04 $ docker exec 88b3f0ae2299b9a0450ece1a1d62f71acc743be98dec4a77d71a2202c7bb4762 ssh-agent 18:29:04 SSH_AUTH_SOCK=/tmp/ssh-ZtmZqkh6KmhQ/agent.49 18:29:04 SSH_AGENT_PID=54 18:29:04 Running ssh-add (command line suppressed) 18:29:05 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5175916595820396617.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5175916595820396617.key) 18:29:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:29:05 + git semver init 18:29:05 # -> Open(): unable to determine branch for HEAD 18:29:05 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:29:05 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:29:05 # $SEMVER_REMOTE_NAME = origin 18:29:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:29:05 # $SEMVER_USER_NAME = edgex-jenkins 18:29:05 # $SEMVER_BRANCH = master 18:29:05 # $SEMVER_TEMP = /tmp/semver-357654890 18:29:05 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:29:08 # '/tmp/semver-357654890' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 18:29:08 # -> Force: false 18:29:08 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:29:08 $ docker exec --env ******** --env ******** 88b3f0ae2299b9a0450ece1a1d62f71acc743be98dec4a77d71a2202c7bb4762 ssh-agent -k 18:29:08 unset SSH_AUTH_SOCK; 18:29:08 unset SSH_AGENT_PID; 18:29:08 echo Agent pid 54 killed; 18:29:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:29:08 + git semver [Pipeline] } 18:29:08 $ docker stop --time=1 88b3f0ae2299b9a0450ece1a1d62f71acc743be98dec4a77d71a2202c7bb4762 18:29:10 $ docker rm -f 88b3f0ae2299b9a0450ece1a1d62f71acc743be98dec4a77d71a2202c7bb4762 [Pipeline] // withDockerContainer [Pipeline] sh 18:29:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:29:11 Stashed 1 file(s) [Pipeline] echo 18:29:11 [edgeXSemver]: initialized semver on version 2.0.0-dev.28 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:29:26 Still waiting to schedule task 18:29:26 ‘prd-centos7-docker-4c-2g-30323’ is offline; ‘prd-centos7-docker-4c-2g-30324’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ 18:29:26 Still waiting to schedule task 18:29:26 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:31:19 Running on prd-centos7-docker-4c-2g-30333 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:31:20 Running in /w/workspace/app-functions-sdk-go/195 [Pipeline] { [Pipeline] checkout 18:31:23 using credential edgex-jenkins-ssh 18:31:23 Cloning the remote Git repository 18:31:23 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:31:23 > git init /w/workspace/app-functions-sdk-go/195 # timeout=10 18:31:23 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:31:23 > git --version # timeout=10 18:31:23 > git --version # 'git version 2.24.3' 18:31:23 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:27 Checking out Revision 3a576611bceecf92a14c741c24e2054b0cc47e7a (master) 18:31:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:31:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:31:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:31:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:31:27 > git config core.sparsecheckout # timeout=10 18:31:27 > git checkout -f 3a576611bceecf92a14c741c24e2054b0cc47e7a # timeout=10 18:31:31 Commit message: "refactor: Rework SDK to use Interfaces and factory methods (#741)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:31:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:31:33 + sudo service docker restart 18:31:33 + true 18:31:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:31:35 ========================================================= 18:31:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:31:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:31:35 + 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 . 18:31:36 Sending build context to Docker daemon 19.37MB 18:31:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:31:36 Step 2/8 : FROM ${BASE} 18:31:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:31:36 188c0c94c7c5: Pulling fs layer 18:31:36 0ef7d3d256c8: Pulling fs layer 18:31:36 de9db76c5a1d: Pulling fs layer 18:31:36 bca2f99d35d6: Pulling fs layer 18:31:36 93359f2a8cfa: Pulling fs layer 18:31:36 7c6f9722023f: Pulling fs layer 18:31:36 a35cf1a2eb13: Pulling fs layer 18:31:36 bca2f99d35d6: Waiting 18:31:36 93359f2a8cfa: Waiting 18:31:36 7c6f9722023f: Waiting 18:31:36 a35cf1a2eb13: Waiting 18:31:36 de9db76c5a1d: Verifying Checksum 18:31:36 de9db76c5a1d: Download complete 18:31:36 0ef7d3d256c8: Verifying Checksum 18:31:36 0ef7d3d256c8: Download complete 18:31:36 93359f2a8cfa: Verifying Checksum 18:31:36 93359f2a8cfa: Download complete 18:31:36 7c6f9722023f: Verifying Checksum 18:31:36 7c6f9722023f: Download complete 18:31:36 188c0c94c7c5: Verifying Checksum 18:31:36 188c0c94c7c5: Download complete 18:31:36 188c0c94c7c5: Pull complete 18:31:36 0ef7d3d256c8: Pull complete 18:31:36 de9db76c5a1d: Pull complete 18:31:39 a35cf1a2eb13: Verifying Checksum 18:31:39 a35cf1a2eb13: Download complete 18:31:40 bca2f99d35d6: Verifying Checksum 18:31:40 bca2f99d35d6: Download complete 18:31:46 bca2f99d35d6: Pull complete 18:31:46 93359f2a8cfa: Pull complete 18:31:46 7c6f9722023f: Pull complete 18:31:54 a35cf1a2eb13: Pull complete 18:31:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:31:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:31:54 ---> a62c8e92a672 18:31:54 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:31:54 20.10.0: Pulling from library/docker 18:31:54 05e7bc50f07f: Pulling fs layer 18:31:54 6db28d0fdbf6: Pulling fs layer 18:31:54 292df0bc6bf3: Pulling fs layer 18:31:54 2e060f4bd70b: Pulling fs layer 18:31:54 80e8d568a223: Pulling fs layer 18:31:54 8dc6ef1a942a: Pulling fs layer 18:31:54 2312dd95470a: Pulling fs layer 18:31:54 2e060f4bd70b: Waiting 18:31:54 80e8d568a223: Waiting 18:31:54 8dc6ef1a942a: Waiting 18:31:54 2312dd95470a: Waiting 18:31:54 292df0bc6bf3: Verifying Checksum 18:31:54 292df0bc6bf3: Download complete 18:31:54 05e7bc50f07f: Verifying Checksum 18:31:54 05e7bc50f07f: Download complete 18:31:54 6db28d0fdbf6: Verifying Checksum 18:31:54 6db28d0fdbf6: Download complete 18:31:54 80e8d568a223: Verifying Checksum 18:31:54 80e8d568a223: Download complete 18:31:54 8dc6ef1a942a: Verifying Checksum 18:31:54 2312dd95470a: Verifying Checksum 18:31:54 2312dd95470a: Download complete 18:31:54 05e7bc50f07f: Pull complete 18:31:55 6db28d0fdbf6: Pull complete 18:31:55 2e060f4bd70b: Verifying Checksum 18:31:55 2e060f4bd70b: Download complete 18:31:55 292df0bc6bf3: Pull complete 18:31:59 2e060f4bd70b: Pull complete 18:31:59 80e8d568a223: Pull complete 18:31:59 8dc6ef1a942a: Pull complete 18:31:59 2312dd95470a: Pull complete 18:31:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:31:59 Status: Downloaded newer image for docker:20.10.0 18:32:00 ---> edabe453d0f4 18:32:00 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:32:00 ---> Running in f0059e5c2a07 18:32:00 Removing intermediate container f0059e5c2a07 18:32:00 ---> bd4cffd1143e 18:32:00 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:32:01 ---> Running in 3cfe3919a64f 18:32:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:32:02 (1/5) Installing libsodium (1.0.18-r0) 18:32:02 (2/5) Installing libzmq (4.3.3-r0) 18:32:03 (3/5) Installing pkgconf (1.7.2-r0) 18:32:03 (4/5) Installing libsodium-dev (1.0.18-r0) 18:32:03 (5/5) Installing zeromq-dev (4.3.3-r0) 18:32:03 Executing busybox-1.31.1-r19.trigger 18:32:03 OK: 167 MiB in 44 packages 18:32:04 Removing intermediate container 3cfe3919a64f 18:32:04 ---> 41427f64ef89 18:32:04 Step 6/8 : WORKDIR /build 18:32:04 ---> Running in a50f1708b933 18:32:04 Removing intermediate container a50f1708b933 18:32:04 ---> 4acb972c946b 18:32:04 Step 7/8 : COPY go.mod . 18:32:04 ---> cd5f853327c7 18:32:04 Step 8/8 : RUN go mod download 18:32:04 ---> Running in 2acca645056f 18:32:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30335 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:32:15 Running in /w/workspace/app-functions-sdk-go/195 [Pipeline] { [Pipeline] checkout 18:32:20 using credential edgex-jenkins-ssh 18:32:21 Cloning the remote Git repository 18:32:21 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:32:21 > git init /w/workspace/app-functions-sdk-go/195 # timeout=10 18:32:21 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:32:21 > git --version # timeout=10 18:32:21 > git --version # 'git version 2.17.1' 18:32:21 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:24 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:32:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:24 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:32:24 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:32:24 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:32:24 Checking out Revision 3a576611bceecf92a14c741c24e2054b0cc47e7a (master) 18:32:24 > git config core.sparsecheckout # timeout=10 18:32:24 > git checkout -f 3a576611bceecf92a14c741c24e2054b0cc47e7a # timeout=10 18:32:29 Commit message: "refactor: Rework SDK to use Interfaces and factory methods (#741)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:32:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:32:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:32:31 + sudo service docker restart 18:32:31 + true 18:32:31 Removing intermediate container 2acca645056f 18:32:31 ---> c5667b8ed637 18:32:31 Successfully built c5667b8ed637 18:32:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:32:32 + docker inspect -f . ci-base-image-x86_64 18:32:32 . [Pipeline] withDockerContainer 18:32:32 prd-centos7-docker-4c-2g-30333 does not seem to be running inside a container 18:32:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/195 -v /w/workspace/app-functions-sdk-go/195:/w/workspace/app-functions-sdk-go/195:rw,z -v /w/workspace/app-functions-sdk-go/195@tmp:/w/workspace/app-functions-sdk-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:32:33 $ docker top 60fb11806f0815dd31cd42b61a9df8f5a7dd45dee496d89890763f65387018bd -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:33 + go version 18:32:33 go version go1.15.5 linux/amd64 [Pipeline] } 18:32:33 $ docker stop --time=1 60fb11806f0815dd31cd42b61a9df8f5a7dd45dee496d89890763f65387018bd 18:32:35 $ docker rm -f 60fb11806f0815dd31cd42b61a9df8f5a7dd45dee496d89890763f65387018bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] unstash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo 18:32:35 ========================================================= 18:32:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:32:35 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:36 + 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 . 18:32:36 + docker inspect -f . ci-base-image-x86_64 18:32:36 . [Pipeline] withDockerContainer 18:32:36 prd-centos7-docker-4c-2g-30333 does not seem to be running inside a container 18:32:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/195 -v /w/workspace/app-functions-sdk-go/195:/w/workspace/app-functions-sdk-go/195:rw,z -v /w/workspace/app-functions-sdk-go/195@tmp:/w/workspace/app-functions-sdk-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:32:37 Sending build context to Docker daemon 19.37MB 18:32:37 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:32:37 Step 2/8 : FROM ${BASE} 18:32:37 $ docker top 675ca35083dd0adae903d91c5a8e51453d0e3a98b30d3c1c4f95e7de20b1f67d -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:32:37 5f621e34cdf4: Pulling fs layer 18:32:37 a4357932f1b6: Pulling fs layer 18:32:37 18c013af1878: Pulling fs layer 18:32:37 00ac8860ef70: Pulling fs layer 18:32:37 63d7cb157983: Pulling fs layer 18:32:37 b116817d02f9: Pulling fs layer 18:32:37 745a02a5169b: Pulling fs layer 18:32:37 00ac8860ef70: Waiting 18:32:37 63d7cb157983: Waiting 18:32:37 b116817d02f9: Waiting 18:32:37 745a02a5169b: Waiting 18:32:37 18c013af1878: Verifying Checksum 18:32:37 18c013af1878: Download complete 18:32:37 a4357932f1b6: Download complete 18:32:37 63d7cb157983: Verifying Checksum 18:32:37 63d7cb157983: Download complete 18:32:37 b116817d02f9: Download complete 18:32:37 5f621e34cdf4: Verifying Checksum 18:32:37 5f621e34cdf4: Download complete 18:32:37 + make test 18:32:37 make -C ./app-service-template build 18:32:37 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/195/app-service-template' 18:32:37 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 18:32:38 5f621e34cdf4: Pull complete 18:32:38 a4357932f1b6: Pull complete 18:32:39 18c013af1878: Pull complete 18:32:40 745a02a5169b: Verifying Checksum 18:32:40 745a02a5169b: Download complete 18:32:41 00ac8860ef70: Verifying Checksum 18:32:41 00ac8860ef70: Download complete 18:32:51 00ac8860ef70: Pull complete 18:32:51 63d7cb157983: Pull complete 18:32:52 b116817d02f9: Pull complete 18:32:52 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/195/app-service-template' 18:32:52 make -C ./app-service-template test 18:32:52 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/195/app-service-template' 18:32:52 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:32:55 745a02a5169b: Pull complete 18:32:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:32:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:32:55 ---> b7e6874047d6 18:32:55 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:32:55 20.10.0: Pulling from library/docker 18:32:55 a3cc7d3b244e: Pulling fs layer 18:32:55 02a3295e0d61: Pulling fs layer 18:32:55 0f4f2e6d8100: Pulling fs layer 18:32:55 330b718f631f: Pulling fs layer 18:32:55 a93816041522: Pulling fs layer 18:32:55 bdb6da89ff94: Pulling fs layer 18:32:55 2a70c0c122f4: Pulling fs layer 18:32:55 330b718f631f: Waiting 18:32:55 a93816041522: Waiting 18:32:55 bdb6da89ff94: Waiting 18:32:55 2a70c0c122f4: Waiting 18:32:55 0f4f2e6d8100: Verifying Checksum 18:32:55 0f4f2e6d8100: Download complete 18:32:55 02a3295e0d61: Verifying Checksum 18:32:55 02a3295e0d61: Download complete 18:32:55 a93816041522: Verifying Checksum 18:32:55 a93816041522: Download complete 18:32:55 bdb6da89ff94: Verifying Checksum 18:32:55 bdb6da89ff94: Download complete 18:32:55 a3cc7d3b244e: Verifying Checksum 18:32:55 a3cc7d3b244e: Download complete 18:32:55 2a70c0c122f4: Verifying Checksum 18:32:55 2a70c0c122f4: Download complete 18:32:56 a3cc7d3b244e: Pull complete 18:32:57 02a3295e0d61: Pull complete 18:32:57 330b718f631f: Verifying Checksum 18:32:57 330b718f631f: Download complete 18:32:57 0f4f2e6d8100: Pull complete 18:33:01 ok new-app-service 0.018s coverage: 89.5% of statements 18:33:01 ok new-app-service/functions 0.020s 18:33:01 CGO_ENABLED=1 go vet ./... 18:33:01 330b718f631f: Pull complete 18:33:01 a93816041522: Pull complete 18:33:01 bdb6da89ff94: Pull complete 18:33:02 2a70c0c122f4: Pull complete 18:33:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:33:02 Status: Downloaded newer image for docker:20.10.0 18:33:04 gofmt -l . 18:33:04 [ "`gofmt -l .`" = "" ] 18:33:04 ./bin/test-go-mod-tidy.sh 18:33:04 ./bin/test-attribution-txt.sh 18:33:05 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/195/app-service-template' 18:33:05 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:33:05 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:33:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.036s coverage: 56.1% of statements 18:33:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.013s coverage: 92.5% of statements 18:33:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:33:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.065s coverage: 61.5% of statements 18:33:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:33:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.020s 18:33:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.057s coverage: 75.6% of statements 18:33:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:33:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:33:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:33:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:33:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:33:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:33:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.022s coverage: 97.0% of statements 18:33:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:33:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.017s coverage: 10.5% of statements 18:33:09 ---> 401163b8c494 18:33:09 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:33:09 ---> Running in ef447f22b07b 18:33:09 Removing intermediate container ef447f22b07b 18:33:09 ---> 96a6bf0c15f7 18:33:09 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:33:09 ---> Running in a821678113f1 18:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:33:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:33:12 (1/5) Installing libsodium (1.0.18-r0) 18:33:12 (2/5) Installing libzmq (4.3.3-r0) 18:33:12 (3/5) Installing pkgconf (1.7.2-r0) 18:33:12 (4/5) Installing libsodium-dev (1.0.18-r0) 18:33:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.753s coverage: 78.4% of statements 18:33:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:33:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.009s coverage: 20.0% of statements 18:33:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.015s coverage: 27.3% of statements 18:33:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:33:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:33:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.015s coverage: 71.7% of statements 18:33:13 (5/5) Installing zeromq-dev (4.3.3-r0) 18:33:13 Executing busybox-1.31.1-r19.trigger 18:33:13 OK: 144 MiB in 44 packages 18:33:14 Removing intermediate container a821678113f1 18:33:14 ---> 51f22a0f7dcc 18:33:14 Step 6/8 : WORKDIR /build 18:33:14 ---> Running in 52119d7e6aa5 18:33:15 Removing intermediate container 52119d7e6aa5 18:33:15 ---> 9a3d3ac82843 18:33:15 Step 7/8 : COPY go.mod . 18:33:15 ---> 5e37688e7e49 18:33:15 Step 8/8 : RUN go mod download 18:33:15 ---> Running in 53ece2b4ba99 18:33:39 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.046s coverage: 81.9% of statements 18:33:39 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.011s coverage: 94.4% of statements 18:33:39 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:33:39 gofmt -l . 18:33:39 [ "`gofmt -l .`" = "" ] 18:33:39 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:33:39 $ docker stop --time=1 675ca35083dd0adae903d91c5a8e51453d0e3a98b30d3c1c4f95e7de20b1f67d 18:33:41 $ docker rm -f 675ca35083dd0adae903d91c5a8e51453d0e3a98b30d3c1c4f95e7de20b1f67d [Pipeline] // withDockerContainer [Pipeline] sh 18:33:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:33:42 Stashed 2 file(s) [Pipeline] } 18:33:42 Removing intermediate container 53ece2b4ba99 18:33:42 ---> 6b608e1dc28f 18:33:42 Successfully built 6b608e1dc28f 18:33:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 18:33:43 + docker inspect -f . ci-base-image-arm64 18:33:43 . [Pipeline] // stage [Pipeline] withDockerContainer 18:33:43 prd-ubuntu18.04-docker-arm64-4c-16g-30335 does not seem to be running inside a container 18:33:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/195 -v /w/workspace/app-functions-sdk-go/195:/w/workspace/app-functions-sdk-go/195:rw,z -v /w/workspace/app-functions-sdk-go/195@tmp:/w/workspace/app-functions-sdk-go/195@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 18:33:45 $ docker top 2b38620fe8eb3defa7eef42c0073fcdbcc337c07d131d534b95b87b33a587e18 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:33:46 + go version 18:33:46 go version go1.15.5 linux/arm64 18:33:46 ---> job-cost.sh 18:33:46 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tiFf [Pipeline] } 18:33:46 $ docker stop --time=1 2b38620fe8eb3defa7eef42c0073fcdbcc337c07d131d534b95b87b33a587e18 18:33:48 $ docker rm -f 2b38620fe8eb3defa7eef42c0073fcdbcc337c07d131d534b95b87b33a587e18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:49 + docker inspect -f . ci-base-image-arm64 18:33:49 . [Pipeline] withDockerContainer 18:33:49 prd-ubuntu18.04-docker-arm64-4c-16g-30335 does not seem to be running inside a container 18:33:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/195 -v /w/workspace/app-functions-sdk-go/195:/w/workspace/app-functions-sdk-go/195:rw,z -v /w/workspace/app-functions-sdk-go/195@tmp:/w/workspace/app-functions-sdk-go/195@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 18:33:51 $ docker top 2f568b7aef89df47d849435b92a0db4c0d9999ca39dad1ed37a3bf620c51b2c7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:52 + make test 18:33:52 make -C ./app-service-template build 18:33:52 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/195/app-service-template' 18:33:52 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 18:34:04 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:34:31 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/195/app-service-template' 18:34:31 make -C ./app-service-template test 18:34:31 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/195/app-service-template' 18:34:31 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:34:36 lf-activate-venv(): INFO: Adding /tmp/venv-tiFf/bin to PATH 18:34:36 INFO: No Stack... 18:34:36 INFO: Retrieving Pricing Info for: v1-standard-2 18:34:36 INFO: Archiving Costs [Pipeline] sh 18:34:37 + cat /w/workspace/app-functions-sdk-go/195/archives/cost.csv 18:34:37 + cut -d, -f6 [Pipeline] lock 18:34:37 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-195-stack-cost] 18:34:37 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-195-stack-cost] did not exist. Created. 18:34:37 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-195-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:34:37 + echo total: 0.029999999329447746 [Pipeline] stash 18:34:37 Stashed 1 file(s) [Pipeline] } 18:34:37 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-195-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:34:49 ok new-app-service 0.035s coverage: 89.5% of statements 18:34:50 ok new-app-service/functions 0.027s 18:34:50 CGO_ENABLED=1 go vet ./... 18:35:00 gofmt -l . 18:35:00 [ "`gofmt -l .`" = "" ] 18:35:00 ./bin/test-go-mod-tidy.sh 18:35:00 ./bin/test-attribution-txt.sh 18:35:01 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/195/app-service-template' 18:35:01 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:35:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:35:11 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.069s coverage: 56.1% of statements 18:35:11 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.034s coverage: 92.5% of statements 18:35:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:35:11 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.074s coverage: 61.5% of statements 18:35:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:35:11 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.043s 18:35:11 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.099s coverage: 75.6% of statements 18:35:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:35:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:35:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:35:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:35:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:35:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:35:11 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.039s coverage: 97.0% of statements 18:35:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:35:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.059s coverage: 10.5% of statements 18:35:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.830s coverage: 78.4% of statements 18:35:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:35:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.029s coverage: 20.0% of statements 18:35:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.088s coverage: 27.3% of statements 18:35:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:35:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:35:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.056s coverage: 71.7% of statements 18:35:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.088s coverage: 81.9% of statements 18:35:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.023s coverage: 94.4% of statements 18:35:46 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:35:48 gofmt -l . 18:35:48 [ "`gofmt -l .`" = "" ] 18:35:48 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:35:49 $ docker stop --time=1 2f568b7aef89df47d849435b92a0db4c0d9999ca39dad1ed37a3bf620c51b2c7 18:35:51 $ docker rm -f 2f568b7aef89df47d849435b92a0db4c0d9999ca39dad1ed37a3bf620c51b2c7 [Pipeline] // withDockerContainer [Pipeline] sh 18:35:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:35:52 Warning: overwriting stash ‘coverage-report’ 18:35:53 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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 18:35:54 ---> job-cost.sh 18:35:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BpMx 18:36:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:38:18 lf-activate-venv(): INFO: Adding /tmp/venv-BpMx/bin to PATH 18:38:18 INFO: No Stack... 18:38:18 INFO: Retrieving Pricing Info for: lf-standard-4 18:38:18 INFO: Archiving Costs [Pipeline] sh 18:38:18 + cat /w/workspace/app-functions-sdk-go/195/archives/cost.csv 18:38:18 + cut -d, -f6 [Pipeline] lock 18:38:18 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-195-stack-cost] 18:38:18 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-195-stack-cost] did not exist. Created. 18:38:18 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-195-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:38:19 /w/workspace/app-functions-sdk-go/195@tmp/durable-84d27514/script.sh: 1: /w/workspace/app-functions-sdk-go/195@tmp/durable-84d27514/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:38:19 + echo total: 0.20999999344348907 [Pipeline] stash 18:38:19 Warning: overwriting stash ‘stack-cost’ 18:38:19 Stashed 1 file(s) [Pipeline] } 18:38:19 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-195-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 18:38:21 provisioning config files... 18:38:21 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8682198242323351986tmp [Pipeline] { [Pipeline] sh 18:38:21 + set +x 18:38:21 + curl -s https://codecov.io/bash 18:38:21 + bash -s -- 18:38:21 18:38:21 _____ _ 18:38:21 / ____| | | 18:38:21 | | ___ __| | ___ ___ _____ __ 18:38:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:38:21 | |___| (_) | (_| | __/ (_| (_) \ V / 18:38:21 \_____\___/ \__,_|\___|\___\___/ \_/ 18:38:21 Bash-20210309-2b87ace 18:38:21 18:38:21 18:38:21 ==> git version 2.24.3 found 18:38:21 ==> 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 18:38:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:38:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:38:21 ==> Jenkins CI detected. 18:38:21 project root: . 18:38:21 --> token set from env 18:38:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:38:21 ==> Running gcov in . (disable via -X gcov) 18:38:21 ==> Python coveragepy not found 18:38:21 ==> Searching for coverage reports in: 18:38:21 + . 18:38:21 -> Found 2 reports 18:38:21 ==> Detecting git/mercurial file structure 18:38:21 ==> Reading reports 18:38:21 + ./app-service-template/coverage.out bytes=400 18:38:21 + ./coverage.out bytes=85746 18:38:21 ==> Appending adjustments 18:38:21 https://docs.codecov.io/docs/fixing-reports 18:38:22 + Found adjustments 18:38:22 ==> Gzipping contents 18:38:22 16K /tmp/codecov.PdHVXu.gz 18:38:22 ==> Uploading reports 18:38:22 url: https://codecov.io 18:38:22 query: branch=master&commit=3a576611bceecf92a14c741c24e2054b0cc47e7a&build=195&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F195%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:38:22 -> Pinging Codecov 18:38:22 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=3a576611bceecf92a14c741c24e2054b0cc47e7a&build=195&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F195%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:38:22 -> Uploading to 18:38:22 https://storage.googleapis.com/codecov/v4/raw/2021-03-18/3D8B5DFFC46A037C893635FACE044666/3a576611bceecf92a14c741c24e2054b0cc47e7a/90de72db-f49c-4228-8f80-70c33cccd31d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T183822Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1d97a07e6df992aa9e2ef0bda0293a9d93682a82875dee3fbb1d3f4885b3bc5b 18:38:22 % Total % Received % Xferd Average Speed Time Time Time Current 18:38:22 Dload Upload Total Spent Left Speed 18:38:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14939 0 0 100 14939 0 33834 --:--:-- --:--:-- --:--:-- 33798 100 14939 0 0 100 14939 0 33820 --:--:-- --:--:-- --:--:-- 33798 18:38:23 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/3a576611bceecf92a14c741c24e2054b0cc47e7a [Pipeline] } 18:38:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:38:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:38:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:38:24 18:38:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:38:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:38:24 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:38:24 188c0c94c7c5: Pulling fs layer 18:38:24 0ef7d3d256c8: Pulling fs layer 18:38:24 de9db76c5a1d: Pulling fs layer 18:38:24 0eba1c9be4d2: Pulling fs layer 18:38:24 0d57e429df01: Pulling fs layer 18:38:24 4e4be7b47b0d: Pulling fs layer 18:38:24 e1f770b5df2f: Pulling fs layer 18:38:24 85a0685a4137: Pulling fs layer 18:38:24 0eba1c9be4d2: Waiting 18:38:24 0d57e429df01: Waiting 18:38:24 4e4be7b47b0d: Waiting 18:38:24 e1f770b5df2f: Waiting 18:38:24 85a0685a4137: Waiting 18:38:24 de9db76c5a1d: Verifying Checksum 18:38:24 de9db76c5a1d: Download complete 18:38:24 0ef7d3d256c8: Download complete 18:38:24 0d57e429df01: Verifying Checksum 18:38:24 0d57e429df01: Download complete 18:38:24 4e4be7b47b0d: Verifying Checksum 18:38:24 4e4be7b47b0d: Download complete 18:38:24 188c0c94c7c5: Verifying Checksum 18:38:24 188c0c94c7c5: Download complete 18:38:24 188c0c94c7c5: Pull complete 18:38:25 0ef7d3d256c8: Pull complete 18:38:25 de9db76c5a1d: Pull complete 18:38:26 e1f770b5df2f: Download complete 18:38:28 85a0685a4137: Verifying Checksum 18:38:28 85a0685a4137: Download complete 18:38:28 0eba1c9be4d2: Download complete 18:38:33 0eba1c9be4d2: Pull complete 18:38:33 0d57e429df01: Pull complete 18:38:33 4e4be7b47b0d: Pull complete 18:38:35 e1f770b5df2f: Pull complete 18:38:43 85a0685a4137: Pull complete 18:38:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:38:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:38:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:38:43 prd-centos7-docker-4c-2g-30322 does not seem to be running inside a container 18:38:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-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 18:38:44 $ docker top bc528c6a039a9369191968510d6ed799e5854eb392671f5450f81e229d20e232 -eo pid,comm [Pipeline] { [Pipeline] echo 18:38:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:38:45 + set -o pipefail 18:38:45 + snyk monitor '--org=edgex-jenkins' 18:39:00 18:39:00 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 18:39:00 18:39:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/55d7b026-38ad-43ec-97e4-e46845b7f189 18:39:00 18:39:00 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:39:00 18:39:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:39:00 18:39:00 [Pipeline] } 18:39:00 $ docker stop --time=1 bc528c6a039a9369191968510d6ed799e5854eb392671f5450f81e229d20e232 18:39:03 $ docker rm -f bc528c6a039a9369191968510d6ed799e5854eb392671f5450f81e229d20e232 [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 18:39:04 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:39:04 provisioning config files... 18:39:04 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config896772987746913876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:39:05 --> edgex-publish-swagger.sh 18:39:05 === Publish openapi/v2 API === 18:39:05 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:39:05 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 18:39:05 % Total % Received % Xferd Average Speed Time Time Time Current 18:39:05 Dload Upload Total Spent Left Speed 18:39:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 11304 0:00:01 0:00:01 --:--:-- 11320 100 13052 0 0 100 13052 0 11303 0:00:01 0:00:01 --:--:-- 11320 18:39:06 18:39:06 [Pipeline] } 18:39:06 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 18:39:07 + git log --format=format:%s -1 3a576611bceecf92a14c741c24e2054b0cc47e7a [Pipeline] isUnix [Pipeline] sh 18:39:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:07 . [Pipeline] withDockerContainer 18:39:07 prd-centos7-docker-4c-2g-30322 does not seem to be running inside a container 18:39:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-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 18:39:08 $ docker top e4197c06398aa7e5a34a84369082f01dfce8c429b99646d17024feaf4287f21b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:08 [ssh-agent] Looking for ssh-agent implementation... 18:39:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:09 $ docker exec e4197c06398aa7e5a34a84369082f01dfce8c429b99646d17024feaf4287f21b ssh-agent 18:39:09 SSH_AUTH_SOCK=/tmp/ssh-PYrncLSPe8t8/agent.11 18:39:09 SSH_AGENT_PID=16 18:39:09 Running ssh-add (command line suppressed) 18:39:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7347490165355945100.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7347490165355945100.key) 18:39:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:09 + git semver tag 18:39:09 # -> Open(): unable to determine branch for HEAD 18:39:09 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:39:09 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:39:09 # $SEMVER_REMOTE_NAME = origin 18:39:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:39:09 # $SEMVER_USER_NAME = edgex-jenkins 18:39:09 # $SEMVER_BRANCH = master 18:39:09 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:39:09 # 3a576611bceecf92a14c741c24e2054b0cc47e7a HEAD 18:39:09 # -> Force: false 18:39:09 # aa49b7c34a7c753358c9439880b4d157aa6f0d0b refs/tags/v2.0.0-dev.28 [Pipeline] } 18:39:09 $ docker exec --env ******** --env ******** e4197c06398aa7e5a34a84369082f01dfce8c429b99646d17024feaf4287f21b ssh-agent -k 18:39:09 unset SSH_AUTH_SOCK; 18:39:09 unset SSH_AGENT_PID; 18:39:09 echo Agent pid 16 killed; 18:39:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:39:10 + git semver [Pipeline] } 18:39:10 $ docker stop --time=1 e4197c06398aa7e5a34a84369082f01dfce8c429b99646d17024feaf4287f21b 18:39:12 $ docker rm -f e4197c06398aa7e5a34a84369082f01dfce8c429b99646d17024feaf4287f21b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:39:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:12 18:39:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:39:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:13 0.23.1-centos7: Pulling from edgex-lftools 18:39:13 ab5ef0e58194: Pulling fs layer 18:39:13 9712f1f96733: Pulling fs layer 18:39:13 63f879dbbcfc: Pulling fs layer 18:39:13 0d9ebad4ef96: Pulling fs layer 18:39:13 e9a5061849ea: Pulling fs layer 18:39:13 d747dcd14b5f: Pulling fs layer 18:39:13 2de7ff778b66: Pulling fs layer 18:39:13 0d9ebad4ef96: Waiting 18:39:13 e9a5061849ea: Waiting 18:39:13 d747dcd14b5f: Waiting 18:39:13 2de7ff778b66: Waiting 18:39:13 9712f1f96733: Verifying Checksum 18:39:13 9712f1f96733: Download complete 18:39:15 63f879dbbcfc: Verifying Checksum 18:39:15 63f879dbbcfc: Download complete 18:39:15 e9a5061849ea: Verifying Checksum 18:39:15 e9a5061849ea: Download complete 18:39:15 d747dcd14b5f: Verifying Checksum 18:39:15 d747dcd14b5f: Download complete 18:39:15 2de7ff778b66: Verifying Checksum 18:39:15 2de7ff778b66: Download complete 18:39:15 0d9ebad4ef96: Verifying Checksum 18:39:15 0d9ebad4ef96: Download complete 18:39:15 ab5ef0e58194: Verifying Checksum 18:39:15 ab5ef0e58194: Download complete 18:39:21 ab5ef0e58194: Pull complete 18:39:21 9712f1f96733: Pull complete 18:39:23 63f879dbbcfc: Pull complete 18:39:28 0d9ebad4ef96: Pull complete 18:39:29 e9a5061849ea: Pull complete 18:39:29 d747dcd14b5f: Pull complete 18:39:32 2de7ff778b66: Pull complete 18:39:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:39:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:39:32 prd-centos7-docker-4c-2g-30322 does not seem to be running inside a container 18:39:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-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 18:39:36 $ docker top cfa251a2257345220502df2a892c874baa8af1be09eaffe18320ce94f3d5943f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:39:36 provisioning config files... 18:39:36 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1234437802464963811tmp 18:39:36 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9149425997386084880tmp 18:39:36 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7342055586936528621tmp [Pipeline] { [Pipeline] echo 18:39:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:39:37 ---> sigul-configuration.sh 18:39:37 gpg: directory `/root/.gnupg' created 18:39:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:39:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:39:37 gpg: keyring `/root/.gnupg/secring.gpg' created 18:39:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:39:37 gpg: CAST5 encrypted data 18:39:37 gpg: encrypted with 1 passphrase 18:39:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:39:37 + mkdir /home/jenkins 18:39:37 + mkdir /home/jenkins/sigul [Pipeline] sh 18:39:38 + 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 18:39:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:39:38 ---> sigul-install.sh 18:39:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:39:45 + git tag --list 18:39:45 v0.1.0 18:39:45 v0.1.1 18:39:45 v1.0.0 18:39:45 v1.1.0 18:39:45 v1.2.0 18:39:45 v1.3.0 18:39:45 v1.3.1 18:39:45 v1.3.1-dev.1 18:39:45 v1.3.2-dev.1 18:39:45 v2.0.0-dev.1 18:39:45 v2.0.0-dev.10 18:39:45 v2.0.0-dev.11 18:39:45 v2.0.0-dev.12 18:39:45 v2.0.0-dev.13 18:39:45 v2.0.0-dev.14 18:39:45 v2.0.0-dev.15 18:39:45 v2.0.0-dev.16 18:39:45 v2.0.0-dev.17 18:39:45 v2.0.0-dev.18 18:39:45 v2.0.0-dev.19 18:39:45 v2.0.0-dev.2 18:39:45 v2.0.0-dev.20 18:39:45 v2.0.0-dev.21 18:39:45 v2.0.0-dev.22 18:39:45 v2.0.0-dev.23 18:39:45 v2.0.0-dev.24 18:39:45 v2.0.0-dev.25 18:39:45 v2.0.0-dev.26 18:39:45 v2.0.0-dev.27 18:39:45 v2.0.0-dev.28 18:39:45 v2.0.0-dev.3 18:39:45 v2.0.0-dev.4 18:39:45 v2.0.0-dev.5 18:39:45 v2.0.0-dev.6 18:39:45 v2.0.0-dev.7 18:39:45 v2.0.0-dev.8 18:39:45 v2.0.0-dev.9 [Pipeline] sh 18:39:45 + lftools sign git-tag v2.0.0-dev.28 18:39:46 Signing Git tag with Sigul... 18:39:46 Signing v2.0.0-dev.28 [Pipeline] echo 18:39:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:39:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:39:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:39:47 $ docker stop --time=1 cfa251a2257345220502df2a892c874baa8af1be09eaffe18320ce94f3d5943f 18:39:49 $ docker rm -f cfa251a2257345220502df2a892c874baa8af1be09eaffe18320ce94f3d5943f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:39:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:50 . [Pipeline] withDockerContainer 18:39:51 prd-centos7-docker-4c-2g-30322 does not seem to be running inside a container 18:39:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-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 18:39:51 $ docker top 234bdb6af25cecd37c42e9fc591bccaf0027de929e1488c16aa18e5c74868218 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:52 [ssh-agent] Looking for ssh-agent implementation... 18:39:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:52 $ docker exec 234bdb6af25cecd37c42e9fc591bccaf0027de929e1488c16aa18e5c74868218 ssh-agent 18:39:52 SSH_AUTH_SOCK=/tmp/ssh-ENZQthkQS5qA/agent.11 18:39:52 SSH_AGENT_PID=16 18:39:52 Running ssh-add (command line suppressed) 18:39:52 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6090897163892067453.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6090897163892067453.key) 18:39:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:52 + git semver bump pre 18:39:52 # -> Open(): unable to determine branch for HEAD 18:39:52 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:39:52 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:39:52 # $SEMVER_REMOTE_NAME = origin 18:39:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:39:52 # $SEMVER_USER_NAME = edgex-jenkins 18:39:52 # $SEMVER_BRANCH = master 18:39:52 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:39:52 2.0.0-dev.29 [Pipeline] } 18:39:52 $ docker exec --env ******** --env ******** 234bdb6af25cecd37c42e9fc591bccaf0027de929e1488c16aa18e5c74868218 ssh-agent -k 18:39:52 unset SSH_AUTH_SOCK; 18:39:52 unset SSH_AGENT_PID; 18:39:52 echo Agent pid 16 killed; 18:39:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:39:53 + git semver [Pipeline] } 18:39:53 $ docker stop --time=1 234bdb6af25cecd37c42e9fc591bccaf0027de929e1488c16aa18e5c74868218 18:39:54 $ docker rm -f 234bdb6af25cecd37c42e9fc591bccaf0027de929e1488c16aa18e5c74868218 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:39:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:55 . [Pipeline] withDockerContainer 18:39:55 prd-centos7-docker-4c-2g-30322 does not seem to be running inside a container 18:39:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-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 18:39:56 $ docker top 18b9d6df6811f273ec7fb5612692af98bd723007859c7f2bf6212534fd03bdca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:56 [ssh-agent] Looking for ssh-agent implementation... 18:39:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:56 $ docker exec 18b9d6df6811f273ec7fb5612692af98bd723007859c7f2bf6212534fd03bdca ssh-agent 18:39:56 SSH_AUTH_SOCK=/tmp/ssh-1ihbVxoDXv53/agent.12 18:39:56 SSH_AGENT_PID=18 18:39:56 Running ssh-add (command line suppressed) 18:39:57 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6306835123523131147.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6306835123523131147.key) 18:39:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:57 + git semver push 18:39:57 # -> Open(): unable to determine branch for HEAD 18:39:57 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:39:57 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:39:57 # $SEMVER_REMOTE_NAME = origin 18:39:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:39:57 # $SEMVER_USER_NAME = edgex-jenkins 18:39:57 # $SEMVER_BRANCH = master 18:39:57 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:40:01 $ docker exec --env ******** --env ******** 18b9d6df6811f273ec7fb5612692af98bd723007859c7f2bf6212534fd03bdca ssh-agent -k 18:40:01 unset SSH_AUTH_SOCK; 18:40:01 unset SSH_AGENT_PID; 18:40:01 echo Agent pid 18 killed; 18:40:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:02 + git semver [Pipeline] } 18:40:02 $ docker stop --time=1 18b9d6df6811f273ec7fb5612692af98bd723007859c7f2bf6212534fd03bdca 18:40:03 $ docker rm -f 18b9d6df6811f273ec7fb5612692af98bd723007859c7f2bf6212534fd03bdca [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 18:40:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:40:05 ---> package-listing.sh 18:40:05 ++ facter osfamily 18:40:05 ++ tr '[:upper:]' '[:lower:]' 18:40:05 + OS_FAMILY=redhat 18:40:05 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 18:40:05 + START_PACKAGES=/tmp/packages_start.txt 18:40:05 + END_PACKAGES=/tmp/packages_end.txt 18:40:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:40:05 + PACKAGES=/tmp/packages_start.txt 18:40:05 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:40:05 + PACKAGES=/tmp/packages_end.txt 18:40:05 + case "${OS_FAMILY}" in 18:40:05 + rpm -qa 18:40:05 + sort 18:40:10 + '[' -f /tmp/packages_start.txt ']' 18:40:10 + '[' -f /tmp/packages_end.txt ']' 18:40:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:40:10 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:40:10 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 18:40:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 18:40:10 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/ndry_app-functions-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 18:40:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:40:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:11 18:40:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:40:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:11 alpine: Pulling from edgex-lftools-log-publisher 18:40:11 df20fa9351a1: Pulling fs layer 18:40:11 36b3adc4ff6f: Pulling fs layer 18:40:11 8ad3a11d3b57: Pulling fs layer 18:40:11 46f8f816bc3b: Pulling fs layer 18:40:11 93b61091891f: Pulling fs layer 18:40:11 93b9cdb0e59b: Pulling fs layer 18:40:11 5e14af77c1be: Pulling fs layer 18:40:11 01666e4c0597: Pulling fs layer 18:40:11 aa168da1d23b: Pulling fs layer 18:40:11 5e14af77c1be: Waiting 18:40:11 46f8f816bc3b: Waiting 18:40:11 01666e4c0597: Waiting 18:40:11 93b61091891f: Waiting 18:40:11 aa168da1d23b: Waiting 18:40:11 93b9cdb0e59b: Waiting 18:40:11 36b3adc4ff6f: Verifying Checksum 18:40:11 36b3adc4ff6f: Download complete 18:40:11 46f8f816bc3b: Verifying Checksum 18:40:11 46f8f816bc3b: Download complete 18:40:11 df20fa9351a1: Verifying Checksum 18:40:11 df20fa9351a1: Download complete 18:40:11 93b9cdb0e59b: Verifying Checksum 18:40:11 93b9cdb0e59b: Download complete 18:40:11 5e14af77c1be: Verifying Checksum 18:40:11 5e14af77c1be: Download complete 18:40:11 01666e4c0597: Verifying Checksum 18:40:11 01666e4c0597: Download complete 18:40:12 8ad3a11d3b57: Verifying Checksum 18:40:12 8ad3a11d3b57: Download complete 18:40:12 df20fa9351a1: Pull complete 18:40:12 93b61091891f: Download complete 18:40:12 36b3adc4ff6f: Pull complete 18:40:13 8ad3a11d3b57: Pull complete 18:40:14 46f8f816bc3b: Pull complete 18:40:14 93b61091891f: Pull complete 18:40:14 93b9cdb0e59b: Pull complete 18:40:14 5e14af77c1be: Pull complete 18:40:14 aa168da1d23b: Verifying Checksum 18:40:14 aa168da1d23b: Download complete 18:40:15 01666e4c0597: Pull complete 18:40:21 aa168da1d23b: Pull complete 18:40:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:40:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:40:21 prd-centos7-docker-4c-2g-30322 does not seem to be running inside a container 18:40:22 $ 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/ndry_app-functions-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/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-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 18:40:24 $ docker top 618072158d23f4617f255e0168627d06509b60ab8b627254e64e2c0c7849ce80 -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:25 + touch /tmp/pre-build-complete [Pipeline] sh 18:40:25 + mkdir -p /var/log/sa [Pipeline] sh 18:40:25 + ls /var/log/sa-host 18:40:25 + sadf -c /var/log/sa-host/sa18 18:40:25 file_magic: OK 18:40:25 HZ: Using current value: 100 18:40:25 file_header: OK 18:40:25 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 18:40:25 Statistics: 18:40:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:40:25 File successfully converted to sysstat format version 12.2.1 18:40:25 + sadf -c /var/log/sa-host/sa23 18:40:25 file_magic: OK 18:40:25 HZ: Using current value: 100 18:40:25 file_header: OK 18:40:25 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 18:40:25 Statistics: 18:40:25 Hnuu...uuuununununu... 18:40:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:40:25 provisioning config files... 18:40:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6889865571246908914tmp [Pipeline] { [Pipeline] echo 18:40:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:40:26 ---> create-netrc.sh [Pipeline] } 18:40:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:40:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:40:26 ---> python-tools-install.sh [Pipeline] echo 18:40:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:40:27 ---> sudo-logs.sh 18:40:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:40:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:40:27 ---> job-cost.sh 18:40:27 lf-activate-venv: SKIPPING 18:40:27 DEBUG: total: 0.20999999344348907 18:40:27 INFO: Retrieving Stack Cost... 18:40:28 INFO: Retrieving Pricing Info for: v1-standard-2 18:40:29 INFO: Archiving Costs [Pipeline] echo 18:40:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:40:29 ---> logs-deploy.sh 18:40:29 lf-activate-venv: SKIPPING 18:40:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/195 18:40:29 INFO: archiving workspace using pattern(s): 18:40:30 Archives upload complete. 18:40:31 INFO: archiving logs to Nexus 18:40:31 ---> uname -a: 18:40:31 Linux prd-centos7-docker-4c-2g-30322.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:40:31 18:40:31 18:40:31 ---> lscpu: 18:40:31 Architecture: x86_64 18:40:31 CPU op-mode(s): 32-bit, 64-bit 18:40:31 Byte Order: Little Endian 18:40:31 Address sizes: 40 bits physical, 48 bits virtual 18:40:31 CPU(s): 4 18:40:31 On-line CPU(s) list: 0-3 18:40:31 Thread(s) per core: 1 18:40:31 Core(s) per socket: 1 18:40:31 Socket(s): 4 18:40:31 NUMA node(s): 1 18:40:31 Vendor ID: GenuineIntel 18:40:31 CPU family: 6 18:40:31 Model: 44 18:40:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:40:31 Stepping: 1 18:40:31 CPU MHz: 2933.436 18:40:31 BogoMIPS: 5866.87 18:40:31 Virtualization: VT-x 18:40:31 Hypervisor vendor: KVM 18:40:31 Virtualization type: full 18:40:31 L1d cache: 128 KiB 18:40:31 L1i cache: 128 KiB 18:40:31 L2 cache: 16 MiB 18:40:31 L3 cache: 64 MiB 18:40:31 NUMA node0 CPU(s): 0-3 18:40:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:40:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:40:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:40:31 Vulnerability Meltdown: Mitigation; PTI 18:40:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:40:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:40:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:40:31 Vulnerability Srbds: Not affected 18:40:31 Vulnerability Tsx async abort: Not affected 18:40:31 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 18:40:31 18:40:31 18:40:31 ---> nproc: 18:40:31 4 18:40:31 18:40:31 18:40:31 ---> df -h: 18:40:31 Filesystem Size Used Available Use% Mounted on 18:40:31 overlay 50.0G 8.6G 41.4G 17% / 18:40:31 tmpfs 64.0M 0 64.0M 0% /dev 18:40:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:40:31 shm 64.0M 0 64.0M 0% /dev/shm 18:40:31 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 18:40:31 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 18:40:31 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 18:40:31 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 18:40:31 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 18:40:31 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 18:40:31 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 18:40:31 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 18:40:31 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 18:40:31 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 18:40:31 18:40:31 18:40:31 ---> free -m: 18:40:31 total used free shared buff/cache available 18:40:31 Mem: 1837 845 153 0 837 926 18:40:31 Swap: 1023 3 1020 18:40:31 18:40:31 18:40:31 ---> ip addr: 18:40:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:40:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:40:31 inet 127.0.0.1/8 scope host lo 18:40:31 valid_lft forever preferred_lft forever 18:40:31 inet6 ::1/128 scope host 18:40:31 valid_lft forever preferred_lft forever 18:40:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:40:31 link/ether fa:16:3e:15:06:e6 brd ff:ff:ff:ff:ff:ff 18:40:31 inet 10.30.122.184/23 brd 10.30.123.255 scope global dynamic eth0 18:40:31 valid_lft 85668sec preferred_lft 85668sec 18:40:31 inet6 fe80::f816:3eff:fe15:6e6/64 scope link 18:40:31 valid_lft forever preferred_lft forever 18:40:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:40:31 link/ether 02:42:78:8f:d9:56 brd ff:ff:ff:ff:ff:ff 18:40:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:40:31 valid_lft forever preferred_lft forever 18:40:31 inet6 fe80::42:78ff:fe8f:d956/64 scope link 18:40:31 valid_lft forever preferred_lft forever 18:40:31 18:40:31 18:40:31 ---> sar -b -r -n DEV: 18:40:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) 18:40:31 18:40:31 18:28:09 LINUX RESTART (4 CPU) 18:40:31 18:40:31 18:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:40:31 18:30:01 19.48 5.96 13.52 0.00 1190.54 2172.34 0.00 18:40:31 18:31:01 1.70 0.00 1.70 0.00 0.00 33.82 0.00 18:40:31 18:32:01 0.23 0.00 0.23 0.00 0.00 3.28 0.00 18:40:31 18:33:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 18:40:31 18:34:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 18:40:31 18:35:01 0.30 0.00 0.30 0.00 0.00 4.20 0.00 18:40:31 18:36:01 0.27 0.00 0.27 0.00 0.00 3.88 0.00 18:40:31 18:37:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 18:40:31 18:38:02 0.20 0.00 0.20 0.00 0.00 1.77 0.00 18:40:31 18:39:01 277.60 164.72 112.88 0.00 8183.24 34893.72 0.00 18:40:31 18:40:01 217.28 74.06 143.22 0.00 4934.11 35738.26 0.00 18:40:31 Average: 46.74 22.04 24.70 0.00 1290.76 6583.31 0.00 18:40:31 18:40:31 18:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:40:31 18:30:01 229768 0 585564 31.12 2620 1063592 1102732 37.63 388812 1065736 20 18:40:31 18:31:01 229444 0 585884 31.14 2620 1063596 1093520 37.32 392424 1062648 20 18:40:31 18:32:01 229360 0 585960 31.14 2620 1063604 1093556 37.32 398636 1056680 8 18:40:31 18:33:01 228816 0 586504 31.17 2620 1063604 1087352 37.11 402784 1052716 8 18:40:31 18:34:01 229520 0 585792 31.13 2620 1063612 1077216 36.76 401632 1053648 20 18:40:31 18:35:01 229384 0 585924 31.14 2620 1063616 1077252 36.76 423592 1032020 20 18:40:31 18:36:01 227992 0 587312 31.21 2620 1063620 1077276 36.77 435396 1021432 8 18:40:31 18:37:01 229196 0 586104 31.15 2620 1063624 1077072 36.76 436416 1019388 8 18:40:31 18:38:02 229196 0 586100 31.15 2620 1063628 1077072 36.76 436548 1019388 8 18:40:31 18:39:01 133860 0 722104 38.38 2596 1022984 1381256 47.14 550936 927084 67312 18:40:31 18:40:01 226348 0 803380 42.70 1492 850324 1327864 45.32 592560 727936 48 18:40:31 Average: 220262 0 618239 32.86 2515 1040528 1133833 38.70 441794 1003516 6135 18:40:31 18:40:31 18:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:40:31 18:30:01 eth0 103.03 106.99 331.61 17.65 0.00 0.00 0.00 0.00 18:40:31 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:30:01 docker0 90.38 75.27 8.45 306.58 0.00 0.00 0.00 0.00 18:40:31 18:31:01 eth0 5.08 1.15 1.40 0.85 0.00 0.00 0.00 0.00 18:40:31 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:32:01 eth0 1.48 0.57 0.59 0.39 0.00 0.00 0.00 0.00 18:40:31 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:33:01 eth0 1.70 0.25 0.36 0.20 0.00 0.00 0.00 0.00 18:40:31 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:34:01 eth0 3.28 0.73 0.86 0.43 0.00 0.00 0.00 0.00 18:40:31 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:35:01 eth0 1.88 0.40 0.42 0.24 0.00 0.00 0.00 0.00 18:40:31 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:36:01 eth0 1.05 0.48 0.54 0.36 0.00 0.00 0.00 0.00 18:40:31 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:37:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 18:40:31 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:38:02 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:40:31 18:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:39:01 veth06b39f1 51.80 54.14 5.17 241.82 0.00 0.00 0.00 0.00 18:40:31 18:39:01 eth0 525.46 468.63 4399.06 42.41 0.00 0.00 0.00 0.00 18:40:31 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:39:01 docker0 51.80 54.00 4.47 241.81 0.00 0.00 0.00 0.00 18:40:31 18:40:01 vethf41c572 1.73 1.32 0.33 0.34 0.00 0.00 0.00 0.00 18:40:31 18:40:01 eth0 479.07 409.16 3483.09 104.87 0.00 0.00 0.00 0.00 18:40:31 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 18:40:01 docker0 28.28 31.73 1.67 219.15 0.00 0.00 0.00 0.00 18:40:31 Average: vethf41c572 0.16 0.12 0.03 0.03 0.00 0.00 0.00 0.00 18:40:31 Average: eth0 101.43 89.32 741.83 15.19 0.00 0.00 0.00 0.00 18:40:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:31 Average: docker0 15.45 14.58 1.32 69.54 0.00 0.00 0.00 0.00 18:40:31 18:40:31 18:40:31 ---> sar -P ALL: 18:40:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) 18:40:31 18:40:31 18:28:09 LINUX RESTART (4 CPU) 18:40:31 18:40:31 18:29:01 CPU %user %nice %system %iowait %steal %idle 18:40:31 18:30:01 all 1.98 0.00 0.92 0.40 0.12 96.58 18:40:31 18:30:01 0 1.49 0.00 0.92 1.12 0.15 96.32 18:40:31 18:30:01 1 1.77 0.00 0.89 0.10 0.12 97.12 18:40:31 18:30:01 2 3.03 0.00 0.85 0.28 0.08 95.75 18:40:31 18:30:01 3 1.62 0.00 1.04 0.08 0.12 97.14 18:40:31 18:31:01 all 0.16 0.00 0.04 0.00 0.01 99.79 18:40:31 18:31:01 0 0.47 0.00 0.03 0.00 0.02 99.48 18:40:31 18:31:01 1 0.05 0.00 0.05 0.00 0.02 99.88 18:40:31 18:31:01 2 0.10 0.00 0.03 0.00 0.02 99.85 18:40:31 18:31:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:40:31 18:32:01 all 0.16 0.00 0.05 0.00 0.02 99.77 18:40:31 18:32:01 0 0.45 0.00 0.03 0.00 0.00 99.52 18:40:31 18:32:01 1 0.10 0.00 0.07 0.00 0.02 99.82 18:40:31 18:32:01 2 0.07 0.00 0.07 0.00 0.03 99.83 18:40:31 18:32:01 3 0.03 0.00 0.05 0.00 0.02 99.90 18:40:31 18:33:01 all 0.17 0.00 0.04 0.00 0.00 99.79 18:40:31 18:33:01 0 0.53 0.00 0.03 0.00 0.00 99.43 18:40:31 18:33:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:40:31 18:33:01 2 0.03 0.00 0.02 0.00 0.02 99.93 18:40:31 18:33:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:40:31 18:34:01 all 0.18 0.00 0.10 0.00 0.06 99.65 18:40:31 18:34:01 0 0.50 0.00 0.03 0.00 0.02 99.45 18:40:31 18:34:01 1 0.08 0.00 0.13 0.00 0.10 99.68 18:40:31 18:34:01 2 0.05 0.00 0.12 0.00 0.07 99.77 18:40:31 18:34:01 3 0.08 0.00 0.13 0.00 0.07 99.72 18:40:31 18:35:01 all 0.15 0.00 0.03 0.00 0.01 99.80 18:40:31 18:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:40:31 18:35:01 1 0.03 0.00 0.07 0.00 0.02 99.88 18:40:31 18:35:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:40:31 18:35:01 3 0.53 0.00 0.03 0.00 0.02 99.42 18:40:31 18:36:01 all 0.17 0.00 0.03 0.00 0.01 99.80 18:40:31 18:36:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:40:31 18:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 18:40:31 18:36:01 2 0.05 0.00 0.02 0.00 0.02 99.92 18:40:31 18:36:01 3 0.53 0.00 0.02 0.00 0.00 99.45 18:40:31 18:37:01 all 0.14 0.00 0.02 0.00 0.00 99.83 18:40:31 18:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:40:31 18:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:40:31 18:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:40:31 18:37:01 3 0.48 0.00 0.02 0.00 0.02 99.48 18:40:31 18:38:02 all 0.16 0.00 0.03 0.00 0.00 99.81 18:40:31 18:38:02 0 0.03 0.00 0.03 0.00 0.00 99.93 18:40:31 18:38:02 1 0.03 0.00 0.02 0.00 0.00 99.95 18:40:31 18:38:02 2 0.07 0.00 0.03 0.00 0.00 99.90 18:40:31 18:38:02 3 0.52 0.00 0.02 0.00 0.00 99.47 18:40:31 18:39:01 all 9.40 0.00 4.55 2.06 0.15 83.85 18:40:31 18:39:01 0 9.03 0.00 5.21 1.51 0.10 84.15 18:40:31 18:39:01 1 9.66 0.00 4.36 1.24 0.19 84.55 18:40:31 18:39:01 2 10.18 0.00 4.52 3.80 0.14 81.37 18:40:31 18:39:01 3 8.72 0.00 4.10 1.69 0.16 85.33 18:40:31 18:40:01 all 11.58 0.00 6.90 3.85 0.17 77.50 18:40:31 18:40:01 0 10.34 0.00 7.16 2.70 0.19 79.61 18:40:31 18:40:01 1 14.69 0.00 7.80 4.52 0.15 72.84 18:40:31 18:40:01 2 10.30 0.00 6.70 4.05 0.19 78.77 18:40:31 18:40:01 3 10.97 0.00 5.95 4.12 0.17 78.79 18:40:31 18:40:31 Average: CPU %user %nice %system %iowait %steal %idle 18:40:31 Average: all 2.16 0.00 1.13 0.56 0.05 96.09 18:40:31 Average: 0 2.04 0.00 1.20 0.48 0.04 96.24 18:40:31 Average: 1 2.37 0.00 1.21 0.52 0.05 95.84 18:40:31 Average: 2 2.14 0.00 1.11 0.72 0.05 95.98 18:40:31 Average: 3 2.10 0.00 1.02 0.53 0.05 96.30 18:40:31 18:40:31 18:40:31