Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b30736090bd95023ceca9bd198846be8d66a7c94 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19570 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 b30736090bd95023ceca9bd198846be8d66a7c94 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 Commit message: "feat: Allow for multiple MessageBus subscriptions (#625)" > git rev-list --no-walk baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:19:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:19:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:19:06 ========================================================= 20:19:06 EdgeX Global Pipelines Version Info 20:19:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:19:07 ------------------- 20:19:07 stable info: 20:19:07 ------------------- 20:19:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:19:07 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:19:07 Message: update stable to v1.0.173 20:19:08 ------------------- 20:19:08 experimental info: 20:19:08 ------------------- 20:19:08 Commited By: **** collab-it+edgex@linuxfoundation.org 20:19:08 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:19:08 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:19:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:19:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 20:19:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:19:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:19:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:19:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:19:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:19:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:19:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:19:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:19:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b30736090bd95023ceca9bd198846be8d66a7c94 [Pipeline] echo 20:19:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b307360 [Pipeline] echo 20:19:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:19:12 + git log --format=format:%s -1 b30736090bd95023ceca9bd198846be8d66a7c94 [Pipeline] echo 20:19:12 GIT_COMMIT: b30736090bd95023ceca9bd198846be8d66a7c94, Commit Message: feat: Allow for multiple MessageBus subscriptions (#625) [Pipeline] echo 20:19:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:19:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:19:13 20:19:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:19:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:19:14 latest: Pulling from edgex-devops/git-semver 20:19:14 31603596830f: Pulling fs layer 20:19:14 2a8b12db71e7: Pulling fs layer 20:19:14 6ca5941a6612: Pulling fs layer 20:19:14 ecc8261a40a4: Pulling fs layer 20:19:14 ecc8261a40a4: Waiting 20:19:14 2a8b12db71e7: Verifying Checksum 20:19:14 2a8b12db71e7: Download complete 20:19:14 31603596830f: Verifying Checksum 20:19:14 31603596830f: Download complete 20:19:14 6ca5941a6612: Verifying Checksum 20:19:14 6ca5941a6612: Download complete 20:19:14 ecc8261a40a4: Verifying Checksum 20:19:14 ecc8261a40a4: Download complete 20:19:14 31603596830f: Pull complete 20:19:14 2a8b12db71e7: Pull complete 20:19:15 6ca5941a6612: Pull complete 20:19:15 ecc8261a40a4: Pull complete 20:19:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:19:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:19:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:19:16 prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container 20:19:16 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:19:18 $ docker top f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:19:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:19:18 [ssh-agent] Looking for ssh-agent implementation... 20:19:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:19:18 $ docker exec f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 ssh-agent 20:19:18 SSH_AUTH_SOCK=/tmp/ssh-QFrQcon0IkxQ/agent.12 20:19:18 SSH_AGENT_PID=17 20:19:18 Running ssh-add (command line suppressed) 20:19:19 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7594382091692331564.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7594382091692331564.key) 20:19:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:19:19 + git tag --points-at HEAD [Pipeline] } 20:19:19 $ docker exec --env ******** --env ******** f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 ssh-agent -k 20:19:19 unset SSH_AUTH_SOCK; 20:19:19 unset SSH_AGENT_PID; 20:19:19 echo Agent pid 17 killed; 20:19:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:19:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:19:19 [ssh-agent] Looking for ssh-agent implementation... 20:19:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:19:19 $ docker exec f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 ssh-agent 20:19:20 SSH_AUTH_SOCK=/tmp/ssh-yVd0BLzGRvCz/agent.46 20:19:20 SSH_AGENT_PID=51 20:19:20 Running ssh-add (command line suppressed) 20:19:20 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5390002460357861279.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5390002460357861279.key) 20:19:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:19:20 + git semver init 20:19:20 # -> Open(): unable to determine branch for HEAD 20:19:20 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:19:20 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:19:20 # $SEMVER_REMOTE_NAME = origin 20:19:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:19:20 # $SEMVER_USER_NAME = edgex-jenkins 20:19:20 # $SEMVER_BRANCH = master 20:19:20 # $SEMVER_TEMP = /tmp/semver-740161742 20:19:20 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 20:19:23 # '/tmp/semver-740161742' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 20:19:23 # -> Force: false 20:19:23 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 20:19:23 $ docker exec --env ******** --env ******** f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 ssh-agent -k 20:19:24 unset SSH_AUTH_SOCK; 20:19:24 unset SSH_AGENT_PID; 20:19:24 echo Agent pid 51 killed; 20:19:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:19:24 + git semver [Pipeline] } 20:19:24 $ docker stop --time=1 f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 20:19:26 $ docker rm -f f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 [Pipeline] // withDockerContainer [Pipeline] sh 20:19:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:19:27 Stashed 1 file(s) [Pipeline] echo 20:19:27 [edgeXSemver]: initialized semver on version 1.3.1-dev.17 [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 20:19:42 Still waiting to schedule task 20:19:42 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19571’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19569’ doesn’t have label ‘centos7-docker-4c-2g’ 20:19:42 Still waiting to schedule task 20:19:42 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:20:52 Running on prd-centos7-docker-4c-2g-19575 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 20:20:52 Running in /w/workspace/app-functions-sdk-go/166 [Pipeline] { [Pipeline] checkout 20:20:54 using credential edgex-jenkins-ssh 20:20:54 Cloning the remote Git repository 20:20:54 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:20:54 > git init /w/workspace/app-functions-sdk-go/166 # timeout=10 20:20:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:20:54 > git --version # timeout=10 20:20:54 > git --version # 'git version 2.24.3' 20:20:54 using GIT_SSH to set credentials SSH Credentials for GitHub 20:20:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:20:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:20:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:20:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:20:57 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:20:57 using GIT_SSH to set credentials SSH Credentials for GitHub 20:20:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:20:58 Checking out Revision b30736090bd95023ceca9bd198846be8d66a7c94 (master) 20:20:58 > git config core.sparsecheckout # timeout=10 20:20:58 > git checkout -f b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 20:21:01 Commit message: "feat: Allow for multiple MessageBus subscriptions (#625)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:21:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:21:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:21:03 + sudo service docker restart 20:21:03 + true 20:21:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:21:04 ========================================================= 20:21:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:21:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:21:05 + 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 . 20:21:05 Sending build context to Docker daemon 19.1MB 20:21:05 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:21:05 Step 2/8 : FROM ${BASE} 20:21:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:21:05 188c0c94c7c5: Pulling fs layer 20:21:05 0ef7d3d256c8: Pulling fs layer 20:21:05 de9db76c5a1d: Pulling fs layer 20:21:05 bca2f99d35d6: Pulling fs layer 20:21:05 93359f2a8cfa: Pulling fs layer 20:21:05 7c6f9722023f: Pulling fs layer 20:21:05 a35cf1a2eb13: Pulling fs layer 20:21:05 93359f2a8cfa: Waiting 20:21:05 a35cf1a2eb13: Waiting 20:21:05 7c6f9722023f: Waiting 20:21:06 de9db76c5a1d: Verifying Checksum 20:21:06 de9db76c5a1d: Download complete 20:21:06 0ef7d3d256c8: Verifying Checksum 20:21:06 0ef7d3d256c8: Download complete 20:21:06 93359f2a8cfa: Verifying Checksum 20:21:06 93359f2a8cfa: Download complete 20:21:06 7c6f9722023f: Verifying Checksum 20:21:06 7c6f9722023f: Download complete 20:21:06 188c0c94c7c5: Verifying Checksum 20:21:06 188c0c94c7c5: Download complete 20:21:06 188c0c94c7c5: Pull complete 20:21:06 0ef7d3d256c8: Pull complete 20:21:06 de9db76c5a1d: Pull complete 20:21:09 bca2f99d35d6: Verifying Checksum 20:21:09 bca2f99d35d6: Download complete 20:21:09 a35cf1a2eb13: Verifying Checksum 20:21:09 a35cf1a2eb13: Download complete 20:21:14 bca2f99d35d6: Pull complete 20:21:14 93359f2a8cfa: Pull complete 20:21:14 7c6f9722023f: Pull complete 20:21:22 a35cf1a2eb13: Pull complete 20:21:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:21:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:21:22 ---> a62c8e92a672 20:21:22 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 20:21:22 20.10.0: Pulling from library/docker 20:21:22 05e7bc50f07f: Pulling fs layer 20:21:22 6db28d0fdbf6: Pulling fs layer 20:21:22 292df0bc6bf3: Pulling fs layer 20:21:22 2e060f4bd70b: Pulling fs layer 20:21:22 80e8d568a223: Pulling fs layer 20:21:22 8dc6ef1a942a: Pulling fs layer 20:21:22 2312dd95470a: Pulling fs layer 20:21:22 80e8d568a223: Waiting 20:21:22 8dc6ef1a942a: Waiting 20:21:22 2312dd95470a: Waiting 20:21:22 2e060f4bd70b: Waiting 20:21:22 292df0bc6bf3: Verifying Checksum 20:21:22 6db28d0fdbf6: Verifying Checksum 20:21:22 6db28d0fdbf6: Download complete 20:21:22 05e7bc50f07f: Verifying Checksum 20:21:22 05e7bc50f07f: Download complete 20:21:22 80e8d568a223: Verifying Checksum 20:21:22 80e8d568a223: Download complete 20:21:22 8dc6ef1a942a: Verifying Checksum 20:21:22 8dc6ef1a942a: Download complete 20:21:22 2312dd95470a: Download complete 20:21:22 05e7bc50f07f: Pull complete 20:21:23 6db28d0fdbf6: Pull complete 20:21:23 292df0bc6bf3: Pull complete 20:21:23 2e060f4bd70b: Verifying Checksum 20:21:23 2e060f4bd70b: Download complete 20:21:26 2e060f4bd70b: Pull complete 20:21:26 80e8d568a223: Pull complete 20:21:26 8dc6ef1a942a: Pull complete 20:21:26 2312dd95470a: Pull complete 20:21:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:21:26 Status: Downloaded newer image for docker:20.10.0 20:21:27 ---> ead5c2797c6b 20:21:27 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:21:27 ---> Running in fc2c24294205 20:21:28 Removing intermediate container fc2c24294205 20:21:28 ---> 782e816405a4 20:21:28 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:21:28 ---> Running in fbbc06c8fe40 20:21:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19574 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 20:21:28 Running in /w/workspace/app-functions-sdk-go/166 [Pipeline] { [Pipeline] checkout 20:21:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:30 (1/5) Installing libsodium (1.0.18-r0) 20:21:30 (2/5) Installing libzmq (4.3.3-r0) 20:21:30 (3/5) Installing pkgconf (1.7.2-r0) 20:21:30 (4/5) Installing libsodium-dev (1.0.18-r0) 20:21:30 (5/5) Installing zeromq-dev (4.3.3-r0) 20:21:30 Executing busybox-1.31.1-r19.trigger 20:21:30 OK: 167 MiB in 44 packages 20:21:31 Removing intermediate container fbbc06c8fe40 20:21:31 ---> 41f4a5ff168b 20:21:31 Step 6/8 : WORKDIR /build 20:21:31 ---> Running in 53b367072b14 20:21:31 Removing intermediate container 53b367072b14 20:21:31 ---> aef926581aa4 20:21:31 Step 7/8 : COPY go.mod . 20:21:31 ---> a27ef25a4824 20:21:31 Step 8/8 : RUN go mod download 20:21:31 ---> Running in ffd713af745d 20:21:33 using credential edgex-jenkins-ssh 20:21:33 Cloning the remote Git repository 20:21:33 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:21:33 > git init /w/workspace/app-functions-sdk-go/166 # timeout=10 20:21:33 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:21:33 > git --version # timeout=10 20:21:33 > git --version # 'git version 2.17.1' 20:21:33 using GIT_SSH to set credentials SSH Credentials for GitHub 20:21:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:21:36 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:21:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:21:36 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:21:36 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:21:36 using GIT_SSH to set credentials SSH Credentials for GitHub 20:21:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:21:37 Checking out Revision b30736090bd95023ceca9bd198846be8d66a7c94 (master) 20:21:37 > git config core.sparsecheckout # timeout=10 20:21:37 > git checkout -f b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 20:21:41 Commit message: "feat: Allow for multiple MessageBus subscriptions (#625)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:21:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:21:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:21:44 + true 20:21:44 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 20:21:46 ========================================================= 20:21:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:21:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:21:46 + 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 . 20:21:47 Sending build context to Docker daemon 19.1MB 20:21:47 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:21:47 Step 2/8 : FROM ${BASE} 20:21:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:21:48 5f621e34cdf4: Pulling fs layer 20:21:48 a4357932f1b6: Pulling fs layer 20:21:48 18c013af1878: Pulling fs layer 20:21:48 00ac8860ef70: Pulling fs layer 20:21:48 63d7cb157983: Pulling fs layer 20:21:48 b116817d02f9: Pulling fs layer 20:21:48 745a02a5169b: Pulling fs layer 20:21:48 b116817d02f9: Waiting 20:21:48 00ac8860ef70: Waiting 20:21:48 63d7cb157983: Waiting 20:21:48 745a02a5169b: Waiting 20:21:48 18c013af1878: Download complete 20:21:48 a4357932f1b6: Verifying Checksum 20:21:48 a4357932f1b6: Download complete 20:21:48 63d7cb157983: Verifying Checksum 20:21:48 63d7cb157983: Download complete 20:21:48 b116817d02f9: Verifying Checksum 20:21:48 b116817d02f9: Download complete 20:21:48 5f621e34cdf4: Verifying Checksum 20:21:48 5f621e34cdf4: Download complete 20:21:48 5f621e34cdf4: Pull complete 20:21:49 a4357932f1b6: Pull complete 20:21:50 18c013af1878: Pull complete 20:21:50 745a02a5169b: Verifying Checksum 20:21:50 745a02a5169b: Download complete 20:21:51 00ac8860ef70: Verifying Checksum 20:21:51 00ac8860ef70: Download complete 20:21:54 Removing intermediate container ffd713af745d 20:21:54 ---> c7156cf02be6 20:21:54 Successfully built c7156cf02be6 20:21:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:21:54 + docker inspect -f . ci-base-image-x86_64 20:21:54 . [Pipeline] withDockerContainer 20:21:54 prd-centos7-docker-4c-2g-19575 does not seem to be running inside a container 20:21:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/166 -v /w/workspace/app-functions-sdk-go/166:/w/workspace/app-functions-sdk-go/166:rw,z -v /w/workspace/app-functions-sdk-go/166@tmp:/w/workspace/app-functions-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:21:55 $ docker top 72c2bf0c5af1ccc8084616770d3269d0b7252dff7ff28daab07f140206fce7e4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:55 + go version 20:21:55 go version go1.15.5 linux/amd64 [Pipeline] } 20:21:55 $ docker stop --time=1 72c2bf0c5af1ccc8084616770d3269d0b7252dff7ff28daab07f140206fce7e4 20:21:57 $ docker rm -f 72c2bf0c5af1ccc8084616770d3269d0b7252dff7ff28daab07f140206fce7e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:21:57 + docker inspect -f . ci-base-image-x86_64 20:21:57 . [Pipeline] withDockerContainer 20:21:57 prd-centos7-docker-4c-2g-19575 does not seem to be running inside a container 20:21:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/166 -v /w/workspace/app-functions-sdk-go/166:/w/workspace/app-functions-sdk-go/166:rw,z -v /w/workspace/app-functions-sdk-go/166@tmp:/w/workspace/app-functions-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:21:58 $ docker top 2e0b44ba56a0170f7e89169f0e4493eac1ff01e708557e8f00e08046832e8533 -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:59 + make test 20:21:59 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:22:00 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 20:22:01 00ac8860ef70: Pull complete 20:22:01 63d7cb157983: Pull complete 20:22:01 b116817d02f9: Pull complete 20:22:06 745a02a5169b: Pull complete 20:22:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:22:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:22:06 ---> b7e6874047d6 20:22:06 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 20:22:06 20.10.0: Pulling from library/docker 20:22:06 a3cc7d3b244e: Pulling fs layer 20:22:06 02a3295e0d61: Pulling fs layer 20:22:06 0f4f2e6d8100: Pulling fs layer 20:22:06 330b718f631f: Pulling fs layer 20:22:06 a93816041522: Pulling fs layer 20:22:06 bdb6da89ff94: Pulling fs layer 20:22:06 2a70c0c122f4: Pulling fs layer 20:22:06 a93816041522: Waiting 20:22:06 bdb6da89ff94: Waiting 20:22:06 2a70c0c122f4: Waiting 20:22:06 330b718f631f: Waiting 20:22:06 0f4f2e6d8100: Verifying Checksum 20:22:06 0f4f2e6d8100: Download complete 20:22:06 a3cc7d3b244e: Verifying Checksum 20:22:06 a3cc7d3b244e: Download complete 20:22:06 02a3295e0d61: Download complete 20:22:06 a93816041522: Verifying Checksum 20:22:06 bdb6da89ff94: Verifying Checksum 20:22:06 bdb6da89ff94: Download complete 20:22:06 2a70c0c122f4: Verifying Checksum 20:22:06 2a70c0c122f4: Download complete 20:22:06 a3cc7d3b244e: Pull complete 20:22:07 02a3295e0d61: Pull complete 20:22:07 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.051s coverage: 81.0% of statements 20:22:07 0f4f2e6d8100: Pull complete 20:22:07 330b718f631f: Verifying Checksum 20:22:07 330b718f631f: Download complete 20:22:11 330b718f631f: Pull complete 20:22:11 a93816041522: Pull complete 20:22:11 bdb6da89ff94: Pull complete 20:22:12 2a70c0c122f4: Pull complete 20:22:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:22:12 Status: Downloaded newer image for docker:20.10.0 20:22:15 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.047s coverage: 48.6% of statements 20:22:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 20:22:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 20:22:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.024s coverage: 61.5% of statements 20:22:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 20:22:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.056s coverage: 67.7% of statements 20:22:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 20:22:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 20:22:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 20:22:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 20:22:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 20:22:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 20:22:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.025s coverage: 97.0% of statements 20:22:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 20:22:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.011s coverage: 8.8% of statements 20:22:18 ---> dcfe3aabe7b7 20:22:18 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:22:18 ---> Running in f5a24af9f44d 20:22:18 Removing intermediate container f5a24af9f44d 20:22:18 ---> 24bf87b2fdcb 20:22:18 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:22:18 ---> Running in 6625a107bf59 20:22:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:22:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:22:21 (1/5) Installing libsodium (1.0.18-r0) 20:22:21 (2/5) Installing libzmq (4.3.3-r0) 20:22:21 (3/5) Installing pkgconf (1.7.2-r0) 20:22:22 (4/5) Installing libsodium-dev (1.0.18-r0) 20:22:22 (5/5) Installing zeromq-dev (4.3.3-r0) 20:22:22 Executing busybox-1.31.1-r19.trigger 20:22:22 OK: 144 MiB in 44 packages 20:22:23 Removing intermediate container 6625a107bf59 20:22:23 ---> bc3f40205906 20:22:23 Step 6/8 : WORKDIR /build 20:22:23 ---> Running in ca5e412f1bda 20:22:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.231s coverage: 75.4% of statements 20:22:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 20:22:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.036s coverage: 87.9% of statements 20:22:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.013s coverage: 80.5% of statements 20:22:23 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.020s coverage: 71.7% of statements 20:22:24 Removing intermediate container ca5e412f1bda 20:22:24 ---> fa7cf310afa4 20:22:24 Step 7/8 : COPY go.mod . 20:22:24 ---> a3565cb9985d 20:22:24 Step 8/8 : RUN go mod download 20:22:25 ---> Running in c3268ddab374 20:22:45 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.030s coverage: 81.4% of statements 20:22:45 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 20:22:45 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:22:45 gofmt -l . 20:22:45 [ "`gofmt -l .`" = "" ] 20:22:45 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:22:45 $ docker stop --time=1 2e0b44ba56a0170f7e89169f0e4493eac1ff01e708557e8f00e08046832e8533 20:22:47 $ docker rm -f 2e0b44ba56a0170f7e89169f0e4493eac1ff01e708557e8f00e08046832e8533 [Pipeline] // withDockerContainer [Pipeline] sh 20:22:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:22:48 Stashed 1 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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:22:51 Removing intermediate container c3268ddab374 20:22:51 ---> 64ed2ddb153f 20:22:51 Successfully built 64ed2ddb153f 20:22:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:22:52 + docker inspect -f . ci-base-image-arm64 20:22:52 . [Pipeline] withDockerContainer 20:22:52 prd-ubuntu18.04-docker-arm64-4c-16g-19574 does not seem to be running inside a container 20:22:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/166 -v /w/workspace/app-functions-sdk-go/166:/w/workspace/app-functions-sdk-go/166:rw,z -v /w/workspace/app-functions-sdk-go/166@tmp:/w/workspace/app-functions-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:22:54 $ docker top 9ff64a9b5a17cc8e0612b6a21f741bd2eb262961446f1165057e05332bcaa440 -eo pid,comm [Pipeline] { [Pipeline] sh 20:22:55 + go version 20:22:55 go version go1.15.5 linux/arm64 [Pipeline] } 20:22:55 $ docker stop --time=1 9ff64a9b5a17cc8e0612b6a21f741bd2eb262961446f1165057e05332bcaa440 20:22:57 $ docker rm -f 9ff64a9b5a17cc8e0612b6a21f741bd2eb262961446f1165057e05332bcaa440 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:22:58 + docker inspect -f . ci-base-image-arm64 20:22:58 . [Pipeline] withDockerContainer 20:22:58 prd-ubuntu18.04-docker-arm64-4c-16g-19574 does not seem to be running inside a container 20:22:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/166 -v /w/workspace/app-functions-sdk-go/166:/w/workspace/app-functions-sdk-go/166:rw,z -v /w/workspace/app-functions-sdk-go/166@tmp:/w/workspace/app-functions-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:22:59 $ docker top 285bb6464606963e40c029260af3542b81872991be2f86dde36bfe5d7f4916de -eo pid,comm [Pipeline] { [Pipeline] sh 20:23:01 + make test 20:23:01 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:23:02 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 20:23:24 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.033s coverage: 81.0% of statements 20:23:51 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.059s coverage: 48.6% of statements 20:23:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 20:23:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 20:23:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.113s coverage: 61.5% of statements 20:23:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 20:23:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.048s coverage: 67.7% of statements 20:23:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 20:23:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 20:23:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 20:23:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 20:23:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 20:23:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 20:23:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.041s coverage: 97.0% of statements 20:23:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 20:23:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 8.8% of statements 20:23:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.296s coverage: 75.4% of statements 20:23:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 20:23:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.058s coverage: 87.9% of statements 20:23:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.037s coverage: 80.5% of statements 20:23:55 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.036s coverage: 71.7% of statements 20:24:17 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.052s coverage: 81.4% of statements 20:24:17 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.011s coverage: 94.4% of statements 20:24:17 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:24:26 gofmt -l . 20:24:26 [ "`gofmt -l .`" = "" ] 20:24:26 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:24:27 $ docker stop --time=1 285bb6464606963e40c029260af3542b81872991be2f86dde36bfe5d7f4916de 20:24:29 $ docker rm -f 285bb6464606963e40c029260af3542b81872991be2f86dde36bfe5d7f4916de [Pipeline] // withDockerContainer [Pipeline] sh 20:24:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:24:30 Warning: overwriting stash ‘coverage-report’ 20:24:31 Stashed 1 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 [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 20:24:33 provisioning config files... 20:24:33 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5388682085930319251tmp [Pipeline] { [Pipeline] sh 20:24:33 + set +x 20:24:33 + curl -s https://codecov.io/bash 20:24:33 + bash -s -- 20:24:33 20:24:33 _____ _ 20:24:33 / ____| | | 20:24:33 | | ___ __| | ___ ___ _____ __ 20:24:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:24:33 | |___| (_) | (_| | __/ (_| (_) \ V / 20:24:33 \_____\___/ \__,_|\___|\___\___/ \_/ 20:24:33 Bash-20201231-23d4836 20:24:33 20:24:33 20:24:33 ==> git version 2.24.3 found 20:24:33 ==> 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 20:24:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:24:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:24:33 ==> Jenkins CI detected. 20:24:33 project root: . 20:24:33 --> token set from env 20:24:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:24:33 ==> Running gcov in . (disable via -X gcov) 20:24:33 ==> Python coveragepy not found 20:24:33 ==> Searching for coverage reports in: 20:24:33 + . 20:24:33 -> Found 1 reports 20:24:33 ==> Detecting git/mercurial file structure 20:24:33 ==> Reading reports 20:24:33 + ./coverage.out bytes=71695 20:24:33 ==> Appending adjustments 20:24:33 https://docs.codecov.io/docs/fixing-reports 20:24:34 + Found adjustments 20:24:34 ==> Gzipping contents 20:24:34 16K /tmp/codecov.bVmmDO.gz 20:24:34 ==> Uploading reports 20:24:34 url: https://codecov.io 20:24:34 query: branch=master&commit=b30736090bd95023ceca9bd198846be8d66a7c94&build=166&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F166%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:24:34 -> Pinging Codecov 20:24:34 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=b30736090bd95023ceca9bd198846be8d66a7c94&build=166&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F166%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:24:34 -> Uploading to 20:24:34 https://storage.googleapis.com/codecov/v4/raw/2021-01-11/3D8B5DFFC46A037C893635FACE044666/b30736090bd95023ceca9bd198846be8d66a7c94/09645463-4d51-4eb1-9fe7-59a032a52365.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T202434Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1150fbf07733c5c62ebad65149e3c2d7285808503a67c03859a789068b452f52 20:24:34 % Total % Received % Xferd Average Speed Time Time Time Current 20:24:34 Dload Upload Total Spent Left Speed 20:24:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12853 0 0 100 12853 0 30152 --:--:-- --:--:-- --:--:-- 30100 20:24:35 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/b30736090bd95023ceca9bd198846be8d66a7c94 [Pipeline] } 20:24:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:24:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:24:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:24:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:24:36 20:24:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:24:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:24:36 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:24:36 188c0c94c7c5: Pulling fs layer 20:24:36 0ef7d3d256c8: Pulling fs layer 20:24:36 de9db76c5a1d: Pulling fs layer 20:24:36 0eba1c9be4d2: Pulling fs layer 20:24:36 0d57e429df01: Pulling fs layer 20:24:36 4e4be7b47b0d: Pulling fs layer 20:24:36 e1f770b5df2f: Pulling fs layer 20:24:36 85a0685a4137: Pulling fs layer 20:24:36 0eba1c9be4d2: Waiting 20:24:36 0d57e429df01: Waiting 20:24:36 4e4be7b47b0d: Waiting 20:24:36 e1f770b5df2f: Waiting 20:24:36 85a0685a4137: Waiting 20:24:36 de9db76c5a1d: Verifying Checksum 20:24:36 de9db76c5a1d: Download complete 20:24:36 0ef7d3d256c8: Verifying Checksum 20:24:36 0ef7d3d256c8: Download complete 20:24:36 0d57e429df01: Verifying Checksum 20:24:36 0d57e429df01: Download complete 20:24:36 4e4be7b47b0d: Verifying Checksum 20:24:36 4e4be7b47b0d: Download complete 20:24:36 188c0c94c7c5: Verifying Checksum 20:24:36 188c0c94c7c5: Download complete 20:24:36 188c0c94c7c5: Pull complete 20:24:37 0ef7d3d256c8: Pull complete 20:24:37 de9db76c5a1d: Pull complete 20:24:38 e1f770b5df2f: Verifying Checksum 20:24:38 e1f770b5df2f: Download complete 20:24:40 0eba1c9be4d2: Verifying Checksum 20:24:40 0eba1c9be4d2: Download complete 20:24:40 85a0685a4137: Verifying Checksum 20:24:40 85a0685a4137: Download complete 20:24:45 0eba1c9be4d2: Pull complete 20:24:45 0d57e429df01: Pull complete 20:24:45 4e4be7b47b0d: Pull complete 20:24:47 e1f770b5df2f: Pull complete 20:24:55 85a0685a4137: Pull complete 20:24:55 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:24:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:24:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:24:55 prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container 20:24:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:24:56 $ docker top 05ab204fb4634ad0eb31df15ca723c40a7713dc0850085cb7e795e7cdc43de07 -eo pid,comm [Pipeline] { [Pipeline] echo 20:24:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:24:57 + set -o pipefail 20:24:57 + snyk monitor '--org=edgex-jenkins' 20:25:05 20:25:05 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 20:25:05 20:25:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/30fd492d-528a-4f91-a1b2-b55087d0580e 20:25:05 20:25:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:25:05 20:25:05 [Pipeline] } 20:25:05 $ docker stop --time=1 05ab204fb4634ad0eb31df15ca723c40a7713dc0850085cb7e795e7cdc43de07 20:25:08 $ docker rm -f 05ab204fb4634ad0eb31df15ca723c40a7713dc0850085cb7e795e7cdc43de07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 20:25:09 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:25:09 provisioning config files... 20:25:09 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config733653479243062372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:25:10 --> edgex-publish-swagger.sh 20:25:10 === Publish openapi/v2 API === 20:25:10 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 20:25:10 [publishToSwagger] Publishing API Name [app-functions-sdk] 20:25:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:25:10 Dload Upload Total Spent Left Speed 20:25:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 11916 0:00:01 0:00:01 --:--:-- 11927 100 13025 0 0 100 13025 0 11914 0:00:01 0:00:01 --:--:-- 11927 20:25:11 20:25:11 [Pipeline] } 20:25:11 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 20:25:12 + git log --format=format:%s -1 b30736090bd95023ceca9bd198846be8d66a7c94 [Pipeline] isUnix [Pipeline] sh 20:25:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:25:12 . [Pipeline] withDockerContainer 20:25:12 prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container 20:25:12 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:25:13 $ docker top 9057e4d24be3de3b243252a00a3454249b92aeaf19ab7d56272be0d21fc2c7dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:25:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:25:13 [ssh-agent] Looking for ssh-agent implementation... 20:25:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:25:13 $ docker exec 9057e4d24be3de3b243252a00a3454249b92aeaf19ab7d56272be0d21fc2c7dc ssh-agent 20:25:13 SSH_AUTH_SOCK=/tmp/ssh-TyJuF2lodIDE/agent.11 20:25:13 SSH_AGENT_PID=16 20:25:13 Running ssh-add (command line suppressed) 20:25:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3159551469983974652.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3159551469983974652.key) 20:25:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:25:14 + git semver tag 20:25:14 # -> Open(): unable to determine branch for HEAD 20:25:14 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:25:14 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:25:14 # $SEMVER_REMOTE_NAME = origin 20:25:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:25:14 # $SEMVER_USER_NAME = edgex-jenkins 20:25:14 # $SEMVER_BRANCH = master 20:25:14 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 20:25:14 # b30736090bd95023ceca9bd198846be8d66a7c94 HEAD 20:25:14 # -> Force: false 20:25:14 # 2dd718ec444e1d1ccf23a32be75b4a4c2d05b392 refs/tags/v1.3.1-dev.17 [Pipeline] } 20:25:14 $ docker exec --env ******** --env ******** 9057e4d24be3de3b243252a00a3454249b92aeaf19ab7d56272be0d21fc2c7dc ssh-agent -k 20:25:14 unset SSH_AUTH_SOCK; 20:25:14 unset SSH_AGENT_PID; 20:25:14 echo Agent pid 16 killed; 20:25:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:25:15 + git semver [Pipeline] } 20:25:15 $ docker stop --time=1 9057e4d24be3de3b243252a00a3454249b92aeaf19ab7d56272be0d21fc2c7dc 20:25:16 $ docker rm -f 9057e4d24be3de3b243252a00a3454249b92aeaf19ab7d56272be0d21fc2c7dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:25:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:25:17 20:25:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:25:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:25:17 0.23.1-centos7: Pulling from edgex-lftools 20:25:17 ab5ef0e58194: Pulling fs layer 20:25:17 9712f1f96733: Pulling fs layer 20:25:17 63f879dbbcfc: Pulling fs layer 20:25:17 0d9ebad4ef96: Pulling fs layer 20:25:17 e9a5061849ea: Pulling fs layer 20:25:17 d747dcd14b5f: Pulling fs layer 20:25:17 2de7ff778b66: Pulling fs layer 20:25:17 d747dcd14b5f: Waiting 20:25:17 0d9ebad4ef96: Waiting 20:25:17 2de7ff778b66: Waiting 20:25:17 e9a5061849ea: Waiting 20:25:17 9712f1f96733: Verifying Checksum 20:25:17 9712f1f96733: Download complete 20:25:18 63f879dbbcfc: Verifying Checksum 20:25:18 63f879dbbcfc: Download complete 20:25:18 e9a5061849ea: Verifying Checksum 20:25:18 e9a5061849ea: Download complete 20:25:18 d747dcd14b5f: Verifying Checksum 20:25:18 d747dcd14b5f: Download complete 20:25:19 2de7ff778b66: Verifying Checksum 20:25:19 2de7ff778b66: Download complete 20:25:20 ab5ef0e58194: Verifying Checksum 20:25:20 ab5ef0e58194: Download complete 20:25:20 0d9ebad4ef96: Verifying Checksum 20:25:20 0d9ebad4ef96: Download complete 20:25:24 ab5ef0e58194: Pull complete 20:25:24 9712f1f96733: Pull complete 20:25:26 63f879dbbcfc: Pull complete 20:25:33 0d9ebad4ef96: Pull complete 20:25:34 e9a5061849ea: Pull complete 20:25:34 d747dcd14b5f: Pull complete 20:25:36 2de7ff778b66: Pull complete 20:25:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:25:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:25:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:25:37 prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container 20:25:37 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:25:41 $ docker top de4cfd2ba0b0fb9652b31999cefb76c237e807fa8f4ccc00e7147c4bda431021 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:25:41 provisioning config files... 20:25:41 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2132221497683792551tmp 20:25:41 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5880473060924260131tmp 20:25:41 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1628303473234614331tmp [Pipeline] { [Pipeline] echo 20:25:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:25:42 ---> sigul-configuration.sh 20:25:42 gpg: directory `/root/.gnupg' created 20:25:42 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:25:42 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:25:42 gpg: keyring `/root/.gnupg/secring.gpg' created 20:25:42 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:25:42 gpg: CAST5 encrypted data 20:25:42 gpg: encrypted with 1 passphrase 20:25:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:25:42 + mkdir /home/jenkins 20:25:42 + mkdir /home/jenkins/sigul [Pipeline] sh 20:25:42 + 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 20:25:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:25:43 ---> sigul-install.sh 20:25:48 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:25:48 + git tag --list 20:25:48 v0.1.0 20:25:48 v0.1.1 20:25:48 v1.0.0 20:25:48 v1.1.0 20:25:48 v1.2.0 20:25:48 v1.2.1-dev.1 20:25:48 v1.2.1-dev.10 20:25:48 v1.2.1-dev.11 20:25:48 v1.2.1-dev.12 20:25:48 v1.2.1-dev.13 20:25:48 v1.2.1-dev.14 20:25:48 v1.2.1-dev.15 20:25:48 v1.2.1-dev.16 20:25:48 v1.2.1-dev.17 20:25:48 v1.2.1-dev.18 20:25:48 v1.2.1-dev.19 20:25:48 v1.2.1-dev.2 20:25:48 v1.2.1-dev.20 20:25:48 v1.2.1-dev.21 20:25:48 v1.2.1-dev.22 20:25:48 v1.2.1-dev.23 20:25:48 v1.2.1-dev.24 20:25:48 v1.2.1-dev.25 20:25:48 v1.2.1-dev.26 20:25:48 v1.2.1-dev.27 20:25:48 v1.2.1-dev.28 20:25:48 v1.2.1-dev.29 20:25:48 v1.2.1-dev.3 20:25:48 v1.2.1-dev.30 20:25:48 v1.2.1-dev.31 20:25:48 v1.2.1-dev.32 20:25:48 v1.2.1-dev.33 20:25:48 v1.2.1-dev.34 20:25:48 v1.2.1-dev.35 20:25:48 v1.2.1-dev.36 20:25:48 v1.2.1-dev.37 20:25:48 v1.2.1-dev.38 20:25:48 v1.2.1-dev.39 20:25:48 v1.2.1-dev.4 20:25:48 v1.2.1-dev.40 20:25:48 v1.2.1-dev.41 20:25:48 v1.2.1-dev.42 20:25:48 v1.2.1-dev.43 20:25:48 v1.2.1-dev.44 20:25:48 v1.2.1-dev.45 20:25:48 v1.2.1-dev.46 20:25:48 v1.2.1-dev.47 20:25:48 v1.2.1-dev.48 20:25:48 v1.2.1-dev.49 20:25:48 v1.2.1-dev.5 20:25:48 v1.2.1-dev.50 20:25:48 v1.2.1-dev.51 20:25:48 v1.2.1-dev.52 20:25:48 v1.2.1-dev.53 20:25:48 v1.2.1-dev.54 20:25:48 v1.2.1-dev.55 20:25:48 v1.2.1-dev.56 20:25:48 v1.2.1-dev.57 20:25:48 v1.2.1-dev.58 20:25:48 v1.2.1-dev.6 20:25:48 v1.2.1-dev.7 20:25:48 v1.2.1-dev.8 20:25:48 v1.2.1-dev.9 20:25:48 v1.3.0 20:25:48 v1.3.1-dev.1 20:25:48 v1.3.1-dev.10 20:25:48 v1.3.1-dev.11 20:25:48 v1.3.1-dev.12 20:25:48 v1.3.1-dev.13 20:25:48 v1.3.1-dev.14 20:25:48 v1.3.1-dev.15 20:25:48 v1.3.1-dev.16 20:25:48 v1.3.1-dev.17 20:25:48 v1.3.1-dev.2 20:25:48 v1.3.1-dev.3 20:25:48 v1.3.1-dev.4 20:25:48 v1.3.1-dev.5 20:25:48 v1.3.1-dev.6 20:25:48 v1.3.1-dev.7 20:25:48 v1.3.1-dev.8 20:25:48 v1.3.1-dev.9 [Pipeline] sh 20:25:49 + lftools sign git-tag v1.3.1-dev.17 20:25:50 Signing Git tag with Sigul... 20:25:50 Signing v1.3.1-dev.17 [Pipeline] echo 20:25:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:25:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:25:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:25:51 $ docker stop --time=1 de4cfd2ba0b0fb9652b31999cefb76c237e807fa8f4ccc00e7147c4bda431021 20:25:53 $ docker rm -f de4cfd2ba0b0fb9652b31999cefb76c237e807fa8f4ccc00e7147c4bda431021 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:25:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:25:54 . [Pipeline] withDockerContainer 20:25:54 prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container 20:25:54 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:25:55 $ docker top b11e88ae57affae5c5aada522e17e0d8fa73df2a421f4458af6eb6d88dbb2433 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:25:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:25:55 [ssh-agent] Looking for ssh-agent implementation... 20:25:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:25:55 $ docker exec b11e88ae57affae5c5aada522e17e0d8fa73df2a421f4458af6eb6d88dbb2433 ssh-agent 20:25:56 SSH_AUTH_SOCK=/tmp/ssh-CM3KPjW6c6T5/agent.12 20:25:56 SSH_AGENT_PID=17 20:25:56 Running ssh-add (command line suppressed) 20:25:56 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4515809575719539946.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4515809575719539946.key) 20:25:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:25:56 + git semver bump pre 20:25:56 # -> Open(): unable to determine branch for HEAD 20:25:56 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:25:56 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:25:56 # $SEMVER_REMOTE_NAME = origin 20:25:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:25:56 # $SEMVER_USER_NAME = edgex-jenkins 20:25:56 # $SEMVER_BRANCH = master 20:25:56 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 20:25:56 1.3.1-dev.18 [Pipeline] } 20:25:56 $ docker exec --env ******** --env ******** b11e88ae57affae5c5aada522e17e0d8fa73df2a421f4458af6eb6d88dbb2433 ssh-agent -k 20:25:56 unset SSH_AUTH_SOCK; 20:25:56 unset SSH_AGENT_PID; 20:25:56 echo Agent pid 17 killed; 20:25:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:25:57 + git semver [Pipeline] } 20:25:57 $ docker stop --time=1 b11e88ae57affae5c5aada522e17e0d8fa73df2a421f4458af6eb6d88dbb2433 20:25:58 $ docker rm -f b11e88ae57affae5c5aada522e17e0d8fa73df2a421f4458af6eb6d88dbb2433 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:26:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:26:00 . [Pipeline] withDockerContainer 20:26:00 prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container 20:26:00 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:26:01 $ docker top 02bda88fdf1431290d026c935fd02c7180d90cb93d6937a6a5a6b196f30304ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:26:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:26:01 [ssh-agent] Looking for ssh-agent implementation... 20:26:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:26:02 $ docker exec 02bda88fdf1431290d026c935fd02c7180d90cb93d6937a6a5a6b196f30304ec ssh-agent 20:26:02 SSH_AUTH_SOCK=/tmp/ssh-WQDzZiyPHWjo/agent.12 20:26:02 SSH_AGENT_PID=17 20:26:02 Running ssh-add (command line suppressed) 20:26:02 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1441327005984008128.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1441327005984008128.key) 20:26:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:26:02 + git semver push 20:26:02 # -> Open(): unable to determine branch for HEAD 20:26:02 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:26:02 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:26:02 # $SEMVER_REMOTE_NAME = origin 20:26:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:26:02 # $SEMVER_USER_NAME = edgex-jenkins 20:26:02 # $SEMVER_BRANCH = master 20:26:02 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 20:26:10 $ docker exec --env ******** --env ******** 02bda88fdf1431290d026c935fd02c7180d90cb93d6937a6a5a6b196f30304ec ssh-agent -k 20:26:11 unset SSH_AUTH_SOCK; 20:26:11 unset SSH_AGENT_PID; 20:26:11 echo Agent pid 17 killed; 20:26:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:26:11 + git semver [Pipeline] } 20:26:11 $ docker stop --time=1 02bda88fdf1431290d026c935fd02c7180d90cb93d6937a6a5a6b196f30304ec 20:26:13 $ docker rm -f 02bda88fdf1431290d026c935fd02c7180d90cb93d6937a6a5a6b196f30304ec [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 20:26:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:26:14 ---> package-listing.sh 20:26:14 ++ facter osfamily 20:26:14 ++ tr '[:upper:]' '[:lower:]' 20:26:14 + OS_FAMILY=redhat 20:26:14 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 20:26:14 + START_PACKAGES=/tmp/packages_start.txt 20:26:14 + END_PACKAGES=/tmp/packages_end.txt 20:26:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:26:14 + PACKAGES=/tmp/packages_start.txt 20:26:14 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 20:26:14 + PACKAGES=/tmp/packages_end.txt 20:26:14 + case "${OS_FAMILY}" in 20:26:14 + rpm -qa 20:26:14 + sort 20:26:20 + '[' -f /tmp/packages_start.txt ']' 20:26:20 + '[' -f /tmp/packages_end.txt ']' 20:26:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:26:20 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 20:26:20 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 20:26:20 + 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 20:26:20 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 20:26:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:26:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:26:20 20:26:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:26:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:26:21 alpine: Pulling from edgex-lftools-log-publisher 20:26:21 df20fa9351a1: Pulling fs layer 20:26:21 36b3adc4ff6f: Pulling fs layer 20:26:21 8ad3a11d3b57: Pulling fs layer 20:26:21 46f8f816bc3b: Pulling fs layer 20:26:21 93b61091891f: Pulling fs layer 20:26:21 93b9cdb0e59b: Pulling fs layer 20:26:21 5e14af77c1be: Pulling fs layer 20:26:21 01666e4c0597: Pulling fs layer 20:26:21 aa168da1d23b: Pulling fs layer 20:26:21 93b9cdb0e59b: Waiting 20:26:21 5e14af77c1be: Waiting 20:26:21 01666e4c0597: Waiting 20:26:21 aa168da1d23b: Waiting 20:26:21 46f8f816bc3b: Waiting 20:26:21 93b61091891f: Waiting 20:26:21 36b3adc4ff6f: Download complete 20:26:21 46f8f816bc3b: Verifying Checksum 20:26:21 46f8f816bc3b: Download complete 20:26:21 df20fa9351a1: Verifying Checksum 20:26:21 df20fa9351a1: Download complete 20:26:21 93b9cdb0e59b: Verifying Checksum 20:26:21 93b9cdb0e59b: Download complete 20:26:21 93b61091891f: Verifying Checksum 20:26:21 93b61091891f: Download complete 20:26:21 5e14af77c1be: Verifying Checksum 20:26:21 5e14af77c1be: Download complete 20:26:21 01666e4c0597: Verifying Checksum 20:26:21 01666e4c0597: Download complete 20:26:21 8ad3a11d3b57: Verifying Checksum 20:26:21 8ad3a11d3b57: Download complete 20:26:22 df20fa9351a1: Pull complete 20:26:22 36b3adc4ff6f: Pull complete 20:26:23 aa168da1d23b: Verifying Checksum 20:26:23 aa168da1d23b: Download complete 20:26:24 8ad3a11d3b57: Pull complete 20:26:24 46f8f816bc3b: Pull complete 20:26:24 93b61091891f: Pull complete 20:26:24 93b9cdb0e59b: Pull complete 20:26:24 5e14af77c1be: Pull complete 20:26:25 01666e4c0597: Pull complete 20:26:31 aa168da1d23b: Pull complete 20:26:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:26:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:26:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:26:31 prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container 20:26:32 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:26:35 $ docker top 1a9e4bf75aad7a137e3f6e5bcaee6c22df1ddb94deda2fba6c262318adb421e5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:26:35 + touch /tmp/pre-build-complete [Pipeline] sh 20:26:36 + mkdir -p /var/log/sa [Pipeline] sh 20:26:36 + ls /var/log/sa-host 20:26:36 + sadf -c /var/log/sa-host/sa11 20:26:36 file_magic: OK 20:26:36 HZ: Using current value: 100 20:26:36 file_header: OK 20:26:36 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 20:26:36 Statistics: 20:26:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:26:36 File successfully converted to sysstat format version 12.2.1 20:26:36 + sadf -c /var/log/sa-host/sa23 20:26:36 file_magic: OK 20:26:36 HZ: Using current value: 100 20:26:36 file_header: OK 20:26:36 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 20:26:36 Statistics: 20:26:36 Hnuu...uuuununununu... 20:26:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:26:36 provisioning config files... 20:26:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8048800041378259649tmp [Pipeline] { [Pipeline] echo 20:26:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:26:37 ---> create-netrc.sh [Pipeline] } 20:26:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:26:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:26:37 ---> python-tools-install.sh [Pipeline] echo 20:26:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:26:38 ---> sudo-logs.sh 20:26:38 Archiving 'sudo' log.. [Pipeline] echo 20:26:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:26:38 ---> job-cost.sh 20:26:38 lf-activate-venv: SKIPPING 20:26:38 INFO: No Stack... 20:26:39 INFO: Retrieving Pricing Info for: v1-standard-2 20:26:39 INFO: Archiving Costs [Pipeline] echo 20:26:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:26:39 ---> logs-deploy.sh 20:26:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/166 20:26:39 INFO: archiving workspace using pattern(s): 20:26:41 Archives upload complete. 20:26:41 INFO: archiving logs to Nexus 20:26:42 ---> uname -a: 20:26:42 Linux prd-centos7-docker-4c-2g-19570.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:26:42 20:26:42 20:26:42 ---> lscpu: 20:26:42 Architecture: x86_64 20:26:42 CPU op-mode(s): 32-bit, 64-bit 20:26:42 Byte Order: Little Endian 20:26:42 Address sizes: 40 bits physical, 48 bits virtual 20:26:42 CPU(s): 4 20:26:42 On-line CPU(s) list: 0-3 20:26:42 Thread(s) per core: 1 20:26:42 Core(s) per socket: 1 20:26:42 Socket(s): 4 20:26:42 NUMA node(s): 1 20:26:42 Vendor ID: GenuineIntel 20:26:42 CPU family: 6 20:26:42 Model: 44 20:26:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:26:42 Stepping: 1 20:26:42 CPU MHz: 2933.438 20:26:42 BogoMIPS: 5866.87 20:26:42 Virtualization: VT-x 20:26:42 Hypervisor vendor: KVM 20:26:42 Virtualization type: full 20:26:42 L1d cache: 128 KiB 20:26:42 L1i cache: 128 KiB 20:26:42 L2 cache: 16 MiB 20:26:42 L3 cache: 64 MiB 20:26:42 NUMA node0 CPU(s): 0-3 20:26:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:26:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:26:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:26:42 Vulnerability Meltdown: Mitigation; PTI 20:26:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:26:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:26:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:26:42 Vulnerability Srbds: Not affected 20:26:42 Vulnerability Tsx async abort: Not affected 20:26:42 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 20:26:42 20:26:42 20:26:42 ---> nproc: 20:26:42 4 20:26:42 20:26:42 20:26:42 ---> df -h: 20:26:42 Filesystem Size Used Available Use% Mounted on 20:26:42 overlay 50.0G 8.6G 41.4G 17% / 20:26:42 tmpfs 64.0M 0 64.0M 0% /dev 20:26:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:26:42 shm 64.0M 0 64.0M 0% /dev/shm 20:26:42 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 20:26:42 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 20:26:42 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 20:26:42 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 20:26:42 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 20:26:42 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 20:26:42 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 20:26:42 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 20:26:42 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 20:26:42 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 20:26:42 20:26:42 20:26:42 ---> free -m: 20:26:42 total used free shared buff/cache available 20:26:42 Mem: 1837 829 147 0 860 944 20:26:42 Swap: 1023 3 1020 20:26:42 20:26:42 20:26:42 ---> ip addr: 20:26:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:26:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:26:42 inet 127.0.0.1/8 scope host lo 20:26:42 valid_lft forever preferred_lft forever 20:26:42 inet6 ::1/128 scope host 20:26:42 valid_lft forever preferred_lft forever 20:26:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:26:42 link/ether fa:16:3e:74:91:3b brd ff:ff:ff:ff:ff:ff 20:26:42 inet 10.30.122.81/23 brd 10.30.123.255 scope global dynamic eth0 20:26:42 valid_lft 85910sec preferred_lft 85910sec 20:26:42 inet6 fe80::f816:3eff:fe74:913b/64 scope link 20:26:42 valid_lft forever preferred_lft forever 20:26:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:26:42 link/ether 02:42:0d:aa:fb:25 brd ff:ff:ff:ff:ff:ff 20:26:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:26:42 valid_lft forever preferred_lft forever 20:26:42 inet6 fe80::42:dff:feaa:fb25/64 scope link 20:26:42 valid_lft forever preferred_lft forever 20:26:42 20:26:42 20:26:42 ---> sar -b -r -n DEV: 20:26:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) 20:26:42 20:26:42 20:18:20 LINUX RESTART (4 CPU) 20:26:42 20:26:42 20:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:26:42 20:20:01 51.32 14.53 36.79 0.00 4545.10 4321.09 0.00 20:26:42 20:21:01 1.93 0.00 1.93 0.00 0.00 37.25 0.00 20:26:42 20:22:01 0.18 0.00 0.18 0.00 0.00 2.17 0.00 20:26:42 20:23:02 0.28 0.00 0.28 0.00 0.00 3.33 0.00 20:26:42 20:24:01 0.20 0.00 0.20 0.00 0.00 2.93 0.00 20:26:42 20:25:01 234.76 134.83 99.93 0.00 6963.45 33839.95 0.00 20:26:42 20:26:01 256.33 104.69 151.64 0.00 5551.41 35162.14 0.00 20:26:42 Average: 78.16 36.45 41.71 0.00 2446.27 10523.21 0.00 20:26:42 20:26:42 20:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:26:42 20:20:01 239056 0 569764 30.28 2620 1070104 1124020 38.36 389940 1053708 24 20:26:42 20:21:01 241052 0 567760 30.18 2620 1070112 1098740 37.50 391244 1050944 20 20:26:42 20:22:01 241740 0 567068 30.14 2620 1070116 1092572 37.29 404396 1037400 12 20:26:42 20:23:02 241884 0 566924 30.13 2620 1070116 1083388 36.97 405252 1036768 8 20:26:42 20:24:01 241560 0 567240 30.15 2620 1070124 1083532 36.98 404040 1038672 8 20:26:42 20:25:01 68808 0 743868 39.53 2596 1066272 1347688 45.99 541252 996276 49088 20:26:42 20:26:01 236820 0 767716 40.80 1492 875516 1207620 41.21 577176 728908 32 20:26:42 Average: 215846 0 621477 33.03 2455 1041766 1148223 39.19 444757 991811 7027 20:26:42 20:26:42 20:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:26:42 20:20:01 eth0 249.29 225.67 755.63 57.45 0.00 0.00 0.00 0.00 20:26:42 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:20:01 docker0 120.88 88.45 9.61 305.49 0.00 0.00 0.00 0.00 20:26:42 20:21:01 eth0 3.28 0.77 1.01 0.55 0.00 0.00 0.00 0.00 20:26:42 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:22:01 eth0 0.68 0.33 0.28 0.23 0.00 0.00 0.00 0.00 20:26:42 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:23:02 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 0.00 20:26:42 20:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:24:01 eth0 1.39 0.39 0.41 0.27 0.00 0.00 0.00 0.00 20:26:42 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:25:01 veth1941c54 37.45 37.38 3.69 196.50 0.00 0.00 0.00 0.00 20:26:42 20:25:01 eth0 484.11 424.16 4266.22 37.87 0.00 0.00 0.00 0.00 20:26:42 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:25:01 docker0 37.45 37.28 3.18 196.49 0.00 0.00 0.00 0.00 20:26:42 20:26:01 eth0 510.38 423.55 3462.35 104.05 0.00 0.00 0.00 0.00 20:26:42 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:26:01 veth381fed3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 20:26:01 docker0 39.01 56.27 2.38 204.22 0.00 0.00 0.00 0.00 20:26:42 Average: eth0 179.20 154.13 1217.30 28.72 0.00 0.00 0.00 0.00 20:26:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 Average: veth381fed3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:42 Average: docker0 28.27 26.08 2.17 101.21 0.00 0.00 0.00 0.00 20:26:42 20:26:42 20:26:42 ---> sar -P ALL: 20:26:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) 20:26:42 20:26:42 20:18:20 LINUX RESTART (4 CPU) 20:26:42 20:26:42 20:19:01 CPU %user %nice %system %iowait %steal %idle 20:26:42 20:20:01 all 4.43 0.00 2.16 1.11 0.03 92.28 20:26:42 20:20:01 0 4.11 0.00 2.62 0.52 0.03 92.71 20:26:42 20:20:01 1 4.49 0.00 2.18 1.31 0.02 92.01 20:26:42 20:20:01 2 4.83 0.00 1.95 1.02 0.03 92.16 20:26:42 20:20:01 3 4.29 0.00 1.88 1.58 0.02 92.24 20:26:42 20:21:01 all 0.15 0.00 0.05 0.00 0.00 99.80 20:26:42 20:21:01 0 0.07 0.00 0.05 0.00 0.00 99.88 20:26:42 20:21:01 1 0.22 0.00 0.05 0.00 0.00 99.73 20:26:42 20:21:01 2 0.27 0.00 0.05 0.00 0.00 99.68 20:26:42 20:21:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:26:42 20:22:01 all 0.16 0.00 0.04 0.00 0.00 99.80 20:26:42 20:22:01 0 0.05 0.00 0.10 0.00 0.00 99.85 20:26:42 20:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:26:42 20:22:01 2 0.53 0.00 0.02 0.00 0.00 99.45 20:26:42 20:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 20:26:42 20:23:02 all 0.15 0.00 0.03 0.00 0.00 99.81 20:26:42 20:23:02 0 0.03 0.00 0.03 0.00 0.00 99.93 20:26:42 20:23:02 1 0.03 0.00 0.03 0.00 0.00 99.93 20:26:42 20:23:02 2 0.52 0.00 0.03 0.00 0.02 99.43 20:26:42 20:23:02 3 0.02 0.00 0.03 0.00 0.00 99.95 20:26:42 20:24:01 all 0.17 0.00 0.04 0.00 0.00 99.80 20:26:42 20:24:01 0 0.03 0.00 0.08 0.00 0.00 99.88 20:26:42 20:24:01 1 0.31 0.00 0.03 0.00 0.00 99.66 20:26:42 20:24:01 2 0.31 0.00 0.02 0.00 0.00 99.68 20:26:42 20:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:26:42 20:25:01 all 8.62 0.00 5.02 2.04 0.05 84.26 20:26:42 20:25:01 0 7.82 0.00 5.82 2.44 0.03 83.89 20:26:42 20:25:01 1 9.74 0.00 3.85 2.29 0.05 84.07 20:26:42 20:25:01 2 9.01 0.00 4.83 1.45 0.05 84.66 20:26:42 20:25:01 3 7.93 0.00 5.59 1.98 0.07 84.43 20:26:42 20:26:01 all 11.68 0.00 8.05 3.75 0.06 76.46 20:26:42 20:26:01 0 10.33 0.00 8.59 3.26 0.07 77.75 20:26:42 20:26:01 1 10.88 0.00 8.04 2.86 0.05 78.17 20:26:42 20:26:01 2 14.95 0.00 8.28 2.79 0.05 73.94 20:26:42 20:26:01 3 10.56 0.00 7.28 6.12 0.09 75.96 20:26:42 Average: all 3.60 0.00 2.18 0.98 0.02 93.23 20:26:42 Average: 0 3.18 0.00 2.45 0.88 0.02 93.47 20:26:42 Average: 1 3.65 0.00 2.01 0.92 0.02 93.40 20:26:42 Average: 2 4.31 0.00 2.15 0.74 0.02 92.78 20:26:42 Average: 3 3.25 0.00 2.10 1.37 0.02 93.26 20:26:42 20:26:42 20:26:42