Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28571 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 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 # timeout=10 Commit message: "feat: Add new FilterBySourceName function (#731)" > git rev-list --no-walk 7e0294b946f3983e3ded7d58e302651817d82cb7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:33:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:33:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:33:11 ========================================================= 22:33:11 EdgeX Global Pipelines Version Info 22:33:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:33:12 ------------------- 22:33:12 stable info: 22:33:12 ------------------- 22:33:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:33:12 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 22:33:12 Message: update stable to v1.0.184 22:33:13 ------------------- 22:33:13 experimental info: 22:33:13 ------------------- 22:33:13 Commited By: **** collab-it+edgex@linuxfoundation.org 22:33:13 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 22:33:13 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:33:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:33:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:33:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:33:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:33:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:33:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:33:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:33:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:33:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:33:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:33:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:33:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:33:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 [Pipeline] echo 22:33:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ee2f0b [Pipeline] echo 22:33:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:33:18 + git log --format=format:%s -1 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 [Pipeline] echo 22:33:18 GIT_COMMIT: 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164, Commit Message: feat: Add new FilterBySourceName function (#731) [Pipeline] echo 22:33:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:33:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:19 22:33:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:33:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:20 latest: Pulling from edgex-devops/git-semver 22:33:20 31603596830f: Pulling fs layer 22:33:20 2a8b12db71e7: Pulling fs layer 22:33:20 6ca5941a6612: Pulling fs layer 22:33:20 ecc8261a40a4: Pulling fs layer 22:33:20 ecc8261a40a4: Waiting 22:33:20 2a8b12db71e7: Download complete 22:33:20 31603596830f: Verifying Checksum 22:33:20 31603596830f: Download complete 22:33:20 6ca5941a6612: Verifying Checksum 22:33:20 6ca5941a6612: Download complete 22:33:20 ecc8261a40a4: Verifying Checksum 22:33:20 31603596830f: Pull complete 22:33:20 2a8b12db71e7: Pull complete 22:33:21 6ca5941a6612: Pull complete 22:33:21 ecc8261a40a4: Pull complete 22:33:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:33:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:33:22 prd-centos7-docker-4c-2g-28571 does not seem to be running inside a container 22:33:22 $ 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 22:33:24 $ docker top c45cd5308693bfbb78992576ebc365163101b98745d92106da0108ecd5ac1d32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:33:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:33:24 [ssh-agent] Looking for ssh-agent implementation... 22:33:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:33:24 $ docker exec c45cd5308693bfbb78992576ebc365163101b98745d92106da0108ecd5ac1d32 ssh-agent 22:33:25 SSH_AUTH_SOCK=/tmp/ssh-MdgidpCKdBwP/agent.12 22:33:25 SSH_AGENT_PID=17 22:33:25 Running ssh-add (command line suppressed) 22:33:25 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4031493079426438459.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4031493079426438459.key) 22:33:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:33:25 + git tag --points-at HEAD [Pipeline] } 22:33:25 $ docker exec --env ******** --env ******** c45cd5308693bfbb78992576ebc365163101b98745d92106da0108ecd5ac1d32 ssh-agent -k 22:33:25 unset SSH_AUTH_SOCK; 22:33:25 unset SSH_AGENT_PID; 22:33:25 echo Agent pid 17 killed; 22:33:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:33:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:33:26 [ssh-agent] Looking for ssh-agent implementation... 22:33:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:33:26 $ docker exec c45cd5308693bfbb78992576ebc365163101b98745d92106da0108ecd5ac1d32 ssh-agent 22:33:26 SSH_AUTH_SOCK=/tmp/ssh-BLkUyeKpO2pa/agent.46 22:33:26 SSH_AGENT_PID=51 22:33:26 Running ssh-add (command line suppressed) 22:33:26 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4886149274309866756.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4886149274309866756.key) 22:33:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:33:27 + git semver init 22:33:27 # -> Open(): unable to determine branch for HEAD 22:33:27 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:33:27 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:33:27 # $SEMVER_REMOTE_NAME = origin 22:33:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:33:27 # $SEMVER_USER_NAME = edgex-jenkins 22:33:27 # $SEMVER_BRANCH = master 22:33:27 # $SEMVER_TEMP = /tmp/semver-830260254 22:33:27 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:33:29 # '/tmp/semver-830260254' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:33:29 # -> Force: false 22:33:29 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:33:29 $ docker exec --env ******** --env ******** c45cd5308693bfbb78992576ebc365163101b98745d92106da0108ecd5ac1d32 ssh-agent -k 22:33:29 unset SSH_AUTH_SOCK; 22:33:29 unset SSH_AGENT_PID; 22:33:29 echo Agent pid 51 killed; 22:33:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:33:30 + git semver [Pipeline] } 22:33:30 $ docker stop --time=1 c45cd5308693bfbb78992576ebc365163101b98745d92106da0108ecd5ac1d32 22:33:31 $ docker rm -f c45cd5308693bfbb78992576ebc365163101b98745d92106da0108ecd5ac1d32 [Pipeline] // withDockerContainer [Pipeline] sh 22:33:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:33:33 Stashed 1 file(s) [Pipeline] echo 22:33:33 [edgeXSemver]: initialized semver on version 2.0.0-dev.27 [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 22:33:48 Still waiting to schedule task 22:33:48 ‘prd-centos7-docker-4c-2g-28572’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ 22:33:48 Still waiting to schedule task 22:33:48 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:35:50 Running on prd-centos7-docker-4c-2g-28573 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:35:50 Running in /w/workspace/app-functions-sdk-go/194 [Pipeline] { [Pipeline] checkout 22:36:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28575 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:36:01 Running in /w/workspace/app-functions-sdk-go/194 [Pipeline] { [Pipeline] checkout 22:36:03 using credential edgex-jenkins-ssh 22:36:03 Cloning the remote Git repository 22:36:03 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:03 > git init /w/workspace/app-functions-sdk-go/194 # timeout=10 22:36:03 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:03 > git --version # timeout=10 22:36:03 > git --version # 'git version 2.24.3' 22:36:03 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:36:06 using credential edgex-jenkins-ssh 22:36:06 Cloning the remote Git repository 22:36:06 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:06 > git init /w/workspace/app-functions-sdk-go/194 # timeout=10 22:36:06 Checking out Revision 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 (master) 22:36:06 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:36:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:36:06 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:36:06 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:06 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:36:06 > git config core.sparsecheckout # timeout=10 22:36:06 > git checkout -f 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 # timeout=10 22:36:06 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:06 > git --version # timeout=10 22:36:06 > git --version # 'git version 2.17.1' 22:36:06 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:36:10 Checking out Revision 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 (master) 22:36:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:36:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:36:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:36:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:09 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:36:10 > git config core.sparsecheckout # timeout=10 22:36:10 > git checkout -f 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 # timeout=10 22:36:10 Commit message: "feat: Add new FilterBySourceName function (#731)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:36:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:36:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:36:14 + sudo service docker restart 22:36:14 + true 22:36:14 Redirecting to /bin/systemctl restart docker.service 22:36:14 Commit message: "feat: Add new FilterBySourceName function (#731)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:36:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] unstash 22:36:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] echo 22:36:16 ========================================================= 22:36:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:36:16 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 22:36:17 + sudo service docker restart 22:36:17 + true 22:36:17 + 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 . [Pipeline] unstash [Pipeline] echo 22:36:19 ========================================================= 22:36:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:36:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:36:19 Sending build context to Docker daemon 19.27MB 22:36:19 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:36:19 Step 2/8 : FROM ${BASE} 22:36:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:36:19 188c0c94c7c5: Pulling fs layer 22:36:19 0ef7d3d256c8: Pulling fs layer 22:36:19 de9db76c5a1d: Pulling fs layer 22:36:19 bca2f99d35d6: Pulling fs layer 22:36:19 93359f2a8cfa: Pulling fs layer 22:36:19 7c6f9722023f: Pulling fs layer 22:36:19 a35cf1a2eb13: Pulling fs layer 22:36:19 7c6f9722023f: Waiting 22:36:19 bca2f99d35d6: Waiting 22:36:19 93359f2a8cfa: Waiting 22:36:19 a35cf1a2eb13: Waiting 22:36:19 de9db76c5a1d: Verifying Checksum 22:36:19 de9db76c5a1d: Download complete 22:36:19 0ef7d3d256c8: Download complete 22:36:19 93359f2a8cfa: Verifying Checksum 22:36:19 93359f2a8cfa: Download complete 22:36:19 7c6f9722023f: Verifying Checksum 22:36:19 7c6f9722023f: Download complete 22:36:19 188c0c94c7c5: Verifying Checksum 22:36:19 188c0c94c7c5: Download complete 22:36:20 + 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 . 22:36:20 188c0c94c7c5: Pull complete 22:36:20 0ef7d3d256c8: Pull complete 22:36:21 Sending build context to Docker daemon 19.27MB 22:36:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:36:21 Step 2/8 : FROM ${BASE} 22:36:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:36:21 5f621e34cdf4: Pulling fs layer 22:36:21 a4357932f1b6: Pulling fs layer 22:36:21 18c013af1878: Pulling fs layer 22:36:21 00ac8860ef70: Pulling fs layer 22:36:21 63d7cb157983: Pulling fs layer 22:36:21 b116817d02f9: Pulling fs layer 22:36:21 745a02a5169b: Pulling fs layer 22:36:21 00ac8860ef70: Waiting 22:36:21 63d7cb157983: Waiting 22:36:21 b116817d02f9: Waiting 22:36:21 745a02a5169b: Waiting 22:36:21 18c013af1878: Verifying Checksum 22:36:21 18c013af1878: Download complete 22:36:21 a4357932f1b6: Verifying Checksum 22:36:21 a4357932f1b6: Download complete 22:36:21 63d7cb157983: Download complete 22:36:21 de9db76c5a1d: Pull complete 22:36:21 b116817d02f9: Verifying Checksum 22:36:21 b116817d02f9: Download complete 22:36:22 5f621e34cdf4: Verifying Checksum 22:36:22 5f621e34cdf4: Download complete 22:36:22 5f621e34cdf4: Pull complete 22:36:23 a4357932f1b6: Pull complete 22:36:23 18c013af1878: Pull complete 22:36:24 a35cf1a2eb13: Verifying Checksum 22:36:24 a35cf1a2eb13: Download complete 22:36:24 745a02a5169b: Verifying Checksum 22:36:24 745a02a5169b: Download complete 22:36:25 00ac8860ef70: Verifying Checksum 22:36:25 00ac8860ef70: Download complete 22:36:26 bca2f99d35d6: Verifying Checksum 22:36:26 bca2f99d35d6: Download complete 22:36:36 00ac8860ef70: Pull complete 22:36:36 63d7cb157983: Pull complete 22:36:36 b116817d02f9: Pull complete 22:36:40 745a02a5169b: Pull complete 22:36:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:36:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:36:40 ---> b7e6874047d6 22:36:40 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 22:36:40 20.10.0: Pulling from library/docker 22:36:40 a3cc7d3b244e: Pulling fs layer 22:36:40 02a3295e0d61: Pulling fs layer 22:36:40 0f4f2e6d8100: Pulling fs layer 22:36:40 330b718f631f: Pulling fs layer 22:36:40 a93816041522: Pulling fs layer 22:36:40 bdb6da89ff94: Pulling fs layer 22:36:40 2a70c0c122f4: Pulling fs layer 22:36:40 330b718f631f: Waiting 22:36:40 a93816041522: Waiting 22:36:40 bdb6da89ff94: Waiting 22:36:40 2a70c0c122f4: Waiting 22:36:40 0f4f2e6d8100: Verifying Checksum 22:36:40 0f4f2e6d8100: Download complete 22:36:40 02a3295e0d61: Download complete 22:36:40 a93816041522: Verifying Checksum 22:36:40 a93816041522: Download complete 22:36:40 a3cc7d3b244e: Verifying Checksum 22:36:40 a3cc7d3b244e: Download complete 22:36:40 2a70c0c122f4: Verifying Checksum 22:36:40 2a70c0c122f4: Download complete 22:36:40 bdb6da89ff94: Download complete 22:36:41 a3cc7d3b244e: Pull complete 22:36:41 02a3295e0d61: Pull complete 22:36:42 330b718f631f: Verifying Checksum 22:36:42 330b718f631f: Download complete 22:36:42 0f4f2e6d8100: Pull complete 22:36:45 bca2f99d35d6: Pull complete 22:36:46 93359f2a8cfa: Pull complete 22:36:46 7c6f9722023f: Pull complete 22:36:46 330b718f631f: Pull complete 22:36:46 a93816041522: Pull complete 22:36:46 bdb6da89ff94: Pull complete 22:36:47 2a70c0c122f4: Pull complete 22:36:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:36:47 Status: Downloaded newer image for docker:20.10.0 22:36:53 ---> 39a7df9127cd 22:36:53 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:36:53 ---> Running in 8997d3612108 22:36:53 Removing intermediate container 8997d3612108 22:36:53 ---> 5d165e80e043 22:36:53 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:36:53 ---> Running in c0b030ffdfd7 22:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:56 a35cf1a2eb13: Pull complete 22:36:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:36:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:36:56 ---> a62c8e92a672 22:36:56 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 22:36:56 20.10.0: Pulling from library/docker 22:36:56 05e7bc50f07f: Pulling fs layer 22:36:56 6db28d0fdbf6: Pulling fs layer 22:36:56 292df0bc6bf3: Pulling fs layer 22:36:56 2e060f4bd70b: Pulling fs layer 22:36:56 80e8d568a223: Pulling fs layer 22:36:56 8dc6ef1a942a: Pulling fs layer 22:36:56 2312dd95470a: Pulling fs layer 22:36:56 2e060f4bd70b: Waiting 22:36:56 80e8d568a223: Waiting 22:36:56 8dc6ef1a942a: Waiting 22:36:56 2312dd95470a: Waiting 22:36:56 292df0bc6bf3: Verifying Checksum 22:36:56 292df0bc6bf3: Download complete 22:36:56 05e7bc50f07f: Verifying Checksum 22:36:56 05e7bc50f07f: Download complete 22:36:56 6db28d0fdbf6: Verifying Checksum 22:36:56 6db28d0fdbf6: Download complete 22:36:56 80e8d568a223: Verifying Checksum 22:36:56 80e8d568a223: Download complete 22:36:56 8dc6ef1a942a: Verifying Checksum 22:36:56 8dc6ef1a942a: Download complete 22:36:56 2312dd95470a: Verifying Checksum 22:36:56 2312dd95470a: Download complete 22:36:56 05e7bc50f07f: Pull complete 22:36:56 (1/5) Installing libsodium (1.0.18-r0) 22:36:56 (2/5) Installing libzmq (4.3.3-r0) 22:36:56 (3/5) Installing pkgconf (1.7.2-r0) 22:36:57 (4/5) Installing libsodium-dev (1.0.18-r0) 22:36:57 (5/5) Installing zeromq-dev (4.3.3-r0) 22:36:57 Executing busybox-1.31.1-r19.trigger 22:36:57 OK: 144 MiB in 44 packages 22:36:58 Removing intermediate container c0b030ffdfd7 22:36:58 ---> 005dbfff8688 22:36:58 Step 6/8 : WORKDIR /build 22:36:58 ---> Running in 335641e8f6f5 22:36:59 2e060f4bd70b: Verifying Checksum 22:36:59 2e060f4bd70b: Download complete 22:36:59 Removing intermediate container 335641e8f6f5 22:36:59 ---> c2944d6c8ca1 22:36:59 Step 7/8 : COPY go.mod . 22:37:00 6db28d0fdbf6: Pull complete 22:37:00 ---> 05c50815c46a 22:37:00 Step 8/8 : RUN go mod download 22:37:00 ---> Running in 211995b634c5 22:37:00 292df0bc6bf3: Pull complete 22:37:05 2e060f4bd70b: Pull complete 22:37:05 80e8d568a223: Pull complete 22:37:06 8dc6ef1a942a: Pull complete 22:37:06 2312dd95470a: Pull complete 22:37:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:37:06 Status: Downloaded newer image for docker:20.10.0 22:37:08 ---> 73e91d5cf116 22:37:08 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:37:08 ---> Running in 070fad879ff4 22:37:09 Removing intermediate container 070fad879ff4 22:37:09 ---> 8b4abe56b790 22:37:09 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:37:09 ---> Running in 632ae2dff39c 22:37:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:37:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:37:14 (1/5) Installing libsodium (1.0.18-r0) 22:37:14 (2/5) Installing libzmq (4.3.3-r0) 22:37:14 (3/5) Installing pkgconf (1.7.2-r0) 22:37:14 (4/5) Installing libsodium-dev (1.0.18-r0) 22:37:14 (5/5) Installing zeromq-dev (4.3.3-r0) 22:37:14 Executing busybox-1.31.1-r19.trigger 22:37:14 OK: 167 MiB in 44 packages 22:37:15 Removing intermediate container 632ae2dff39c 22:37:15 ---> 013eb70ca7b0 22:37:15 Step 6/8 : WORKDIR /build 22:37:15 ---> Running in 474e1760aed2 22:37:16 Removing intermediate container 474e1760aed2 22:37:16 ---> 8ab5ab716ca4 22:37:16 Step 7/8 : COPY go.mod . 22:37:16 ---> 78ec88d3ac84 22:37:16 Step 8/8 : RUN go mod download 22:37:16 ---> Running in eb0b833531f2 22:37:26 Removing intermediate container 211995b634c5 22:37:26 ---> dfe2d5f0abbb 22:37:26 Successfully built dfe2d5f0abbb 22:37:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:37:27 + docker inspect -f . ci-base-image-arm64 22:37:27 . [Pipeline] withDockerContainer 22:37:27 prd-ubuntu18.04-docker-arm64-4c-16g-28575 does not seem to be running inside a container 22:37:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/194 -v /w/workspace/app-functions-sdk-go/194:/w/workspace/app-functions-sdk-go/194:rw,z -v /w/workspace/app-functions-sdk-go/194@tmp:/w/workspace/app-functions-sdk-go/194@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 22:37:29 $ docker top dd845924fcf07a06f5d3ca141581cc70ed442081ebda591a0466f984c8139d9b -eo pid,comm [Pipeline] { [Pipeline] sh 22:37:30 + go version 22:37:30 go version go1.15.5 linux/arm64 [Pipeline] } 22:37:30 $ docker stop --time=1 dd845924fcf07a06f5d3ca141581cc70ed442081ebda591a0466f984c8139d9b 22:37:32 $ docker rm -f dd845924fcf07a06f5d3ca141581cc70ed442081ebda591a0466f984c8139d9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:37:33 + docker inspect -f . ci-base-image-arm64 22:37:33 . [Pipeline] withDockerContainer 22:37:33 prd-ubuntu18.04-docker-arm64-4c-16g-28575 does not seem to be running inside a container 22:37:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/194 -v /w/workspace/app-functions-sdk-go/194:/w/workspace/app-functions-sdk-go/194:rw,z -v /w/workspace/app-functions-sdk-go/194@tmp:/w/workspace/app-functions-sdk-go/194@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 22:37:35 $ docker top 6808b25338b95afaadbe8fa7ed4089333803f95ab391de59dbc1998980253698 -eo pid,comm [Pipeline] { [Pipeline] sh 22:37:36 + make test 22:37:36 make -C ./app-service-template build 22:37:36 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/194/app-service-template' 22:37:36 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 22:38:08 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/194/app-service-template' 22:38:08 make -C ./app-service-template test 22:38:08 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/194/app-service-template' 22:38:08 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:38:13 Removing intermediate container eb0b833531f2 22:38:13 ---> 1a4c3e58056d 22:38:13 Successfully built 1a4c3e58056d 22:38:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:38:14 + docker inspect -f . ci-base-image-x86_64 22:38:14 . [Pipeline] withDockerContainer 22:38:14 prd-centos7-docker-4c-2g-28573 does not seem to be running inside a container 22:38:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/194 -v /w/workspace/app-functions-sdk-go/194:/w/workspace/app-functions-sdk-go/194:rw,z -v /w/workspace/app-functions-sdk-go/194@tmp:/w/workspace/app-functions-sdk-go/194@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 22:38:15 $ docker top d64f3990828d346fc9da4a215519c3a91c0c7481a0569076d235212754c6f40e -eo pid,comm [Pipeline] { [Pipeline] sh 22:38:16 + go version 22:38:16 go version go1.15.5 linux/amd64 [Pipeline] } 22:38:16 $ docker stop --time=1 d64f3990828d346fc9da4a215519c3a91c0c7481a0569076d235212754c6f40e 22:38:18 $ docker rm -f d64f3990828d346fc9da4a215519c3a91c0c7481a0569076d235212754c6f40e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:38:20 + docker inspect -f . ci-base-image-x86_64 22:38:20 . [Pipeline] withDockerContainer 22:38:20 prd-centos7-docker-4c-2g-28573 does not seem to be running inside a container 22:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/194 -v /w/workspace/app-functions-sdk-go/194:/w/workspace/app-functions-sdk-go/194:rw,z -v /w/workspace/app-functions-sdk-go/194@tmp:/w/workspace/app-functions-sdk-go/194@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 22:38:21 $ docker top c4ff203c18a0629d259143b77ad32205f86de42c9ec16434ac40b87935e16e87 -eo pid,comm [Pipeline] { [Pipeline] sh 22:38:21 + make test 22:38:21 make -C ./app-service-template build 22:38:21 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/194/app-service-template' 22:38:21 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 22:38:30 ? new-app-service [no test files] 22:38:30 ok new-app-service/functions 0.030s coverage: 75.8% of statements 22:38:30 CGO_ENABLED=1 go vet ./... 22:38:38 gofmt -l . 22:38:38 [ "`gofmt -l .`" = "" ] 22:38:38 ./bin/test-go-mod-tidy.sh 22:38:39 ./bin/test-attribution-txt.sh 22:38:40 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/194/app-service-template' 22:38:40 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:38:45 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.045s coverage: 82.6% of statements 22:38:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.081s coverage: 56.8% of statements 22:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 22:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 22:38:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.081s coverage: 61.5% of statements 22:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 22:38:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.065s coverage: 86.5% of statements 22:38:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.063s coverage: 75.6% of statements 22:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 22:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 22:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 22:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 22:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 22:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 22:38:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.037s coverage: 97.0% of statements 22:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 22:38:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.042s coverage: 9.1% of statements 22:39:01 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/194/app-service-template' 22:39:01 make -C ./app-service-template test 22:39:01 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/194/app-service-template' 22:39:01 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:39:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.863s coverage: 77.5% of statements 22:39:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 22:39:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.036s coverage: 20.0% of statements 22:39:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.030s coverage: 71.7% of statements 22:39:14 ? new-app-service [no test files] 22:39:14 ok new-app-service/functions 0.050s coverage: 75.8% of statements 22:39:14 CGO_ENABLED=1 go vet ./... 22:39:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.079s coverage: 83.0% of statements 22:39:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.024s coverage: 94.4% of statements 22:39:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:39:24 gofmt -l . 22:39:24 [ "`gofmt -l .`" = "" ] 22:39:24 ./bin/test-go-mod-tidy.sh 22:39:24 gofmt -l . 22:39:24 [ "`gofmt -l .`" = "" ] 22:39:24 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 22:39:25 $ docker stop --time=1 6808b25338b95afaadbe8fa7ed4089333803f95ab391de59dbc1998980253698 22:39:27 ./bin/test-attribution-txt.sh 22:39:27 $ docker rm -f 6808b25338b95afaadbe8fa7ed4089333803f95ab391de59dbc1998980253698 22:39:27 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/194/app-service-template' 22:39:27 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // withDockerContainer [Pipeline] sh 22:39:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:39:29 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:39:30 ---> job-cost.sh 22:39:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6Qop 22:39:33 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.034s coverage: 82.6% of statements 22:39:38 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.173s coverage: 56.8% of statements 22:39:38 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 22:39:38 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 22:39:38 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.163s coverage: 61.5% of statements 22:39:38 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 22:39:38 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.220s coverage: 86.5% of statements 22:39:39 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.065s coverage: 75.6% of statements 22:39:39 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 22:39:39 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 22:39:39 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 22:39:39 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 22:39:39 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 22:39:39 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 22:39:39 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.048s coverage: 97.0% of statements 22:39:39 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 22:39:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.019s coverage: 9.1% of statements 22:39:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.907s coverage: 77.5% of statements 22:39:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 22:39:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.052s coverage: 20.0% of statements 22:39:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.066s coverage: 71.7% of statements 22:40:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.088s coverage: 83.0% of statements 22:40:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.015s coverage: 94.4% of statements 22:40:08 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:40:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:40:10 gofmt -l . 22:40:10 [ "`gofmt -l .`" = "" ] 22:40:10 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 22:40:10 $ docker stop --time=1 c4ff203c18a0629d259143b77ad32205f86de42c9ec16434ac40b87935e16e87 22:40:13 $ docker rm -f c4ff203c18a0629d259143b77ad32205f86de42c9ec16434ac40b87935e16e87 [Pipeline] // withDockerContainer [Pipeline] sh 22:40:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:40:14 Warning: overwriting stash ‘coverage-report’ 22:40:16 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:40:17 ---> job-cost.sh 22:40:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pE69 22:40:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:41:38 lf-activate-venv(): INFO: Adding /tmp/venv-pE69/bin to PATH 22:41:38 INFO: No Stack... 22:41:38 INFO: Retrieving Pricing Info for: v1-standard-2 22:41:38 INFO: Archiving Costs [Pipeline] sh 22:41:38 + cat /w/workspace/app-functions-sdk-go/194/archives/cost.csv 22:41:38 + cut -d, -f6 [Pipeline] lock 22:41:38 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-194-stack-cost] 22:41:38 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-194-stack-cost] did not exist. Created. 22:41:38 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:41:39 + echo total: 0.029999999329447746 [Pipeline] stash 22:41:39 Stashed 1 file(s) [Pipeline] } 22:41:39 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-194-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:42:16 lf-activate-venv(): INFO: Adding /tmp/venv-6Qop/bin to PATH 22:42:16 INFO: No Stack... 22:42:16 INFO: Retrieving Pricing Info for: lf-standard-4 22:42:16 INFO: Archiving Costs [Pipeline] sh 22:42:16 + cat /w/workspace/app-functions-sdk-go/194/archives/cost.csv 22:42:16 + cut -d, -f6 [Pipeline] lock 22:42:16 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-194-stack-cost] 22:42:16 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-194-stack-cost] did not exist. Created. 22:42:16 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-194-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:42:17 /w/workspace/app-functions-sdk-go/194@tmp/durable-1d816180/script.sh: 1: /w/workspace/app-functions-sdk-go/194@tmp/durable-1d816180/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:42:17 + echo total: 0.20999999344348907 [Pipeline] stash 22:42:17 Warning: overwriting stash ‘stack-cost’ 22:42:17 Stashed 1 file(s) [Pipeline] } 22:42:17 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-194-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:42:19 provisioning config files... 22:42:19 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1364178505444569926tmp [Pipeline] { [Pipeline] sh 22:42:19 + set +x 22:42:19 + curl -s https://codecov.io/bash 22:42:19 + bash -s -- 22:42:20 22:42:20 _____ _ 22:42:20 / ____| | | 22:42:20 | | ___ __| | ___ ___ _____ __ 22:42:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:42:20 | |___| (_) | (_| | __/ (_| (_) \ V / 22:42:20 \_____\___/ \__,_|\___|\___\___/ \_/ 22:42:20 Bash-20210226-7100762 22:42:20 22:42:20 22:42:20 ==> git version 2.24.3 found 22:42:20 ==> 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 22:42:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:42:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:42:20 ==> Jenkins CI detected. 22:42:20 project root: . 22:42:20 --> token set from env 22:42:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:42:20 ==> Running gcov in . (disable via -X gcov) 22:42:20 ==> Python coveragepy not found 22:42:20 ==> Searching for coverage reports in: 22:42:20 + . 22:42:20 -> Found 2 reports 22:42:20 ==> Detecting git/mercurial file structure 22:42:20 ==> Reading reports 22:42:20 + ./app-service-template/coverage.out bytes=1148 22:42:20 + ./coverage.out bytes=81770 22:42:20 ==> Appending adjustments 22:42:20 https://docs.codecov.io/docs/fixing-reports 22:42:20 + Found adjustments 22:42:20 ==> Gzipping contents 22:42:20 16K /tmp/codecov.Qbk3Ze.gz 22:42:20 ==> Uploading reports 22:42:20 url: https://codecov.io 22:42:20 query: branch=master&commit=3ee2f0baa2d3a3d98ce4974c8435d92977f8a164&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F194%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:42:20 -> Pinging Codecov 22:42:20 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=3ee2f0baa2d3a3d98ce4974c8435d92977f8a164&build=194&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F194%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:42:21 -> Uploading to 22:42:21 https://storage.googleapis.com/codecov/v4/raw/2021-03-04/3D8B5DFFC46A037C893635FACE044666/3ee2f0baa2d3a3d98ce4974c8435d92977f8a164/5c39ec61-81be-4160-bedb-6f5d89035e31.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T224220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e8a8c6ac2be87f6c88bca900ba37e6a8bc3bf45e4cff949bb862aea620320450 22:42:21 % Total % Received % Xferd Average Speed Time Time Time Current 22:42:21 Dload Upload Total Spent Left Speed 22:42:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14172 0 0 100 14172 0 31505 --:--:-- --:--:-- --:--:-- 31563 22:42:21 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 [Pipeline] } 22:42:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:42:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:42:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:42:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:42:22 22:42:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:42:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:42:23 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:42:23 188c0c94c7c5: Pulling fs layer 22:42:23 0ef7d3d256c8: Pulling fs layer 22:42:23 de9db76c5a1d: Pulling fs layer 22:42:23 0eba1c9be4d2: Pulling fs layer 22:42:23 0d57e429df01: Pulling fs layer 22:42:23 4e4be7b47b0d: Pulling fs layer 22:42:23 e1f770b5df2f: Pulling fs layer 22:42:23 85a0685a4137: Pulling fs layer 22:42:23 0eba1c9be4d2: Waiting 22:42:23 0d57e429df01: Waiting 22:42:23 4e4be7b47b0d: Waiting 22:42:23 e1f770b5df2f: Waiting 22:42:23 85a0685a4137: Waiting 22:42:23 de9db76c5a1d: Verifying Checksum 22:42:23 de9db76c5a1d: Download complete 22:42:23 0ef7d3d256c8: Verifying Checksum 22:42:23 0ef7d3d256c8: Download complete 22:42:23 0d57e429df01: Download complete 22:42:23 4e4be7b47b0d: Verifying Checksum 22:42:23 4e4be7b47b0d: Download complete 22:42:24 188c0c94c7c5: Verifying Checksum 22:42:24 188c0c94c7c5: Download complete 22:42:24 188c0c94c7c5: Pull complete 22:42:24 0ef7d3d256c8: Pull complete 22:42:24 de9db76c5a1d: Pull complete 22:42:25 e1f770b5df2f: Verifying Checksum 22:42:25 e1f770b5df2f: Download complete 22:42:27 0eba1c9be4d2: Verifying Checksum 22:42:27 0eba1c9be4d2: Download complete 22:42:27 85a0685a4137: Verifying Checksum 22:42:27 85a0685a4137: Download complete 22:42:32 0eba1c9be4d2: Pull complete 22:42:32 0d57e429df01: Pull complete 22:42:32 4e4be7b47b0d: Pull complete 22:42:34 e1f770b5df2f: Pull complete 22:42:41 85a0685a4137: Pull complete 22:42:41 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:42:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:42:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:42:41 prd-centos7-docker-4c-2g-28571 does not seem to be running inside a container 22:42:41 $ 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 22:42:42 $ docker top d73724a5a5f96a0f239aa4bb4636d8eb5283f14f12abbac8d878c4d5431049ec -eo pid,comm [Pipeline] { [Pipeline] echo 22:42:42 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:42:43 + set -o pipefail 22:42:43 + snyk monitor '--org=edgex-jenkins' 22:42:51 22:42:51 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 22:42:51 22:42:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/dbaa673f-1aa1-41de-b82a-a1d80742cfda 22:42:51 22:42:51 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:42:51 22:42:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:42:51 22:42:51 [Pipeline] } 22:42:51 $ docker stop --time=1 d73724a5a5f96a0f239aa4bb4636d8eb5283f14f12abbac8d878c4d5431049ec 22:42:54 $ docker rm -f d73724a5a5f96a0f239aa4bb4636d8eb5283f14f12abbac8d878c4d5431049ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 22:42:56 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:42:56 provisioning config files... 22:42:56 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3032827103590757389tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:56 --> edgex-publish-swagger.sh 22:42:56 === Publish openapi/v2 API === 22:42:56 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 22:42:56 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 22:42:56 % Total % Received % Xferd Average Speed Time Time Time Current 22:42:56 Dload Upload Total Spent Left Speed 22:42:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10759 0:00:01 0:00:01 --:--:-- 10768 100 13052 0 0 100 13052 0 10757 0:00:01 0:00:01 --:--:-- 10768 22:42:57 22:42:57 [Pipeline] } 22:42:57 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 22:42:58 + git log --format=format:%s -1 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 [Pipeline] isUnix [Pipeline] sh 22:42:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:59 . [Pipeline] withDockerContainer 22:42:59 prd-centos7-docker-4c-2g-28571 does not seem to be running inside a container 22:42:59 $ 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 22:42:59 $ docker top 83740fc6a70249fbd9ce2abb39aaed4c1dcb01b406b80c1b0e57b6ed9ce807f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:43:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:00 [ssh-agent] Looking for ssh-agent implementation... 22:43:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:00 $ docker exec 83740fc6a70249fbd9ce2abb39aaed4c1dcb01b406b80c1b0e57b6ed9ce807f5 ssh-agent 22:43:00 SSH_AUTH_SOCK=/tmp/ssh-IMIpWX6xvwyO/agent.12 22:43:00 SSH_AGENT_PID=17 22:43:00 Running ssh-add (command line suppressed) 22:43:00 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3667380795048477631.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3667380795048477631.key) 22:43:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:01 + git semver tag 22:43:01 # -> Open(): unable to determine branch for HEAD 22:43:01 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:43:01 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:43:01 # $SEMVER_REMOTE_NAME = origin 22:43:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:43:01 # $SEMVER_USER_NAME = edgex-jenkins 22:43:01 # $SEMVER_BRANCH = master 22:43:01 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:43:01 # 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 HEAD 22:43:01 # -> Force: false 22:43:01 # 4bde2a259d7932966227254ba3a6c87d29aa522b refs/tags/v2.0.0-dev.27 [Pipeline] } 22:43:01 $ docker exec --env ******** --env ******** 83740fc6a70249fbd9ce2abb39aaed4c1dcb01b406b80c1b0e57b6ed9ce807f5 ssh-agent -k 22:43:01 unset SSH_AUTH_SOCK; 22:43:01 unset SSH_AGENT_PID; 22:43:01 echo Agent pid 17 killed; 22:43:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:43:02 + git semver [Pipeline] } 22:43:02 $ docker stop --time=1 83740fc6a70249fbd9ce2abb39aaed4c1dcb01b406b80c1b0e57b6ed9ce807f5 22:43:03 $ docker rm -f 83740fc6a70249fbd9ce2abb39aaed4c1dcb01b406b80c1b0e57b6ed9ce807f5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:43:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:43:04 22:43:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:43:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:43:04 0.23.1-centos7: Pulling from edgex-lftools 22:43:04 ab5ef0e58194: Pulling fs layer 22:43:04 9712f1f96733: Pulling fs layer 22:43:04 63f879dbbcfc: Pulling fs layer 22:43:04 0d9ebad4ef96: Pulling fs layer 22:43:04 e9a5061849ea: Pulling fs layer 22:43:04 d747dcd14b5f: Pulling fs layer 22:43:04 2de7ff778b66: Pulling fs layer 22:43:04 0d9ebad4ef96: Waiting 22:43:04 e9a5061849ea: Waiting 22:43:04 d747dcd14b5f: Waiting 22:43:04 2de7ff778b66: Waiting 22:43:04 9712f1f96733: Verifying Checksum 22:43:04 9712f1f96733: Download complete 22:43:06 63f879dbbcfc: Verifying Checksum 22:43:06 63f879dbbcfc: Download complete 22:43:06 e9a5061849ea: Verifying Checksum 22:43:06 d747dcd14b5f: Verifying Checksum 22:43:06 d747dcd14b5f: Download complete 22:43:06 0d9ebad4ef96: Verifying Checksum 22:43:06 0d9ebad4ef96: Download complete 22:43:06 2de7ff778b66: Verifying Checksum 22:43:06 2de7ff778b66: Download complete 22:43:07 ab5ef0e58194: Verifying Checksum 22:43:07 ab5ef0e58194: Download complete 22:43:12 ab5ef0e58194: Pull complete 22:43:12 9712f1f96733: Pull complete 22:43:15 63f879dbbcfc: Pull complete 22:43:20 0d9ebad4ef96: Pull complete 22:43:22 e9a5061849ea: Pull complete 22:43:22 d747dcd14b5f: Pull complete 22:43:25 2de7ff778b66: Pull complete 22:43:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:43:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:43:25 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:43:25 prd-centos7-docker-4c-2g-28571 does not seem to be running inside a container 22:43:26 $ 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 22:43:29 $ docker top 70b3508b65192d25cd11a80839283ceffc80daf28378a7e3f26553dddde9fcc8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:43:29 provisioning config files... 22:43:29 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8727863954850135911tmp 22:43:29 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5627645070553726091tmp 22:43:29 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1778793268966366515tmp [Pipeline] { [Pipeline] echo 22:43:30 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:43:30 ---> sigul-configuration.sh 22:43:30 gpg: directory `/root/.gnupg' created 22:43:30 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:43:30 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:43:30 gpg: keyring `/root/.gnupg/secring.gpg' created 22:43:30 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:43:30 gpg: CAST5 encrypted data 22:43:30 gpg: encrypted with 1 passphrase 22:43:30 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:43:30 + mkdir /home/jenkins 22:43:30 + mkdir /home/jenkins/sigul [Pipeline] sh 22:43:31 + 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 22:43:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:43:31 ---> sigul-install.sh 22:43:36 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:43:37 + git tag --list 22:43:37 v0.1.0 22:43:37 v0.1.1 22:43:37 v1.0.0 22:43:37 v1.1.0 22:43:37 v1.2.0 22:43:37 v1.3.0 22:43:37 v1.3.1 22:43:37 v1.3.1-dev.1 22:43:37 v1.3.2-dev.1 22:43:37 v2.0.0-dev.1 22:43:37 v2.0.0-dev.10 22:43:37 v2.0.0-dev.11 22:43:37 v2.0.0-dev.12 22:43:37 v2.0.0-dev.13 22:43:37 v2.0.0-dev.14 22:43:37 v2.0.0-dev.15 22:43:37 v2.0.0-dev.16 22:43:37 v2.0.0-dev.17 22:43:37 v2.0.0-dev.18 22:43:37 v2.0.0-dev.19 22:43:37 v2.0.0-dev.2 22:43:37 v2.0.0-dev.20 22:43:37 v2.0.0-dev.21 22:43:37 v2.0.0-dev.22 22:43:37 v2.0.0-dev.23 22:43:37 v2.0.0-dev.24 22:43:37 v2.0.0-dev.25 22:43:37 v2.0.0-dev.26 22:43:37 v2.0.0-dev.27 22:43:37 v2.0.0-dev.3 22:43:37 v2.0.0-dev.4 22:43:37 v2.0.0-dev.5 22:43:37 v2.0.0-dev.6 22:43:37 v2.0.0-dev.7 22:43:37 v2.0.0-dev.8 22:43:37 v2.0.0-dev.9 [Pipeline] sh 22:43:37 + lftools sign git-tag v2.0.0-dev.27 22:43:38 Signing Git tag with Sigul... 22:43:38 Signing v2.0.0-dev.27 [Pipeline] echo 22:43:39 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:43:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:43:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:43:39 $ docker stop --time=1 70b3508b65192d25cd11a80839283ceffc80daf28378a7e3f26553dddde9fcc8 22:43:41 $ docker rm -f 70b3508b65192d25cd11a80839283ceffc80daf28378a7e3f26553dddde9fcc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:43:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:42 . [Pipeline] withDockerContainer 22:43:42 prd-centos7-docker-4c-2g-28571 does not seem to be running inside a container 22:43:42 $ 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 22:43:43 $ docker top 02ed897cef3db71072373e8078a6b2df9f55259762e15de4927d2931f10af8bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:43:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:43 [ssh-agent] Looking for ssh-agent implementation... 22:43:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:44 $ docker exec 02ed897cef3db71072373e8078a6b2df9f55259762e15de4927d2931f10af8bc ssh-agent 22:43:44 SSH_AUTH_SOCK=/tmp/ssh-jB0RpqqAYUdx/agent.11 22:43:44 SSH_AGENT_PID=17 22:43:44 Running ssh-add (command line suppressed) 22:43:44 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5849757750392222000.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5849757750392222000.key) 22:43:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:44 + git semver bump pre 22:43:44 # -> Open(): unable to determine branch for HEAD 22:43:44 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:43:44 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:43:44 # $SEMVER_REMOTE_NAME = origin 22:43:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:43:44 # $SEMVER_USER_NAME = edgex-jenkins 22:43:44 # $SEMVER_BRANCH = master 22:43:44 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:43:44 2.0.0-dev.28 [Pipeline] } 22:43:44 $ docker exec --env ******** --env ******** 02ed897cef3db71072373e8078a6b2df9f55259762e15de4927d2931f10af8bc ssh-agent -k 22:43:44 unset SSH_AUTH_SOCK; 22:43:44 unset SSH_AGENT_PID; 22:43:44 echo Agent pid 17 killed; 22:43:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:43:45 + git semver [Pipeline] } 22:43:45 $ docker stop --time=1 02ed897cef3db71072373e8078a6b2df9f55259762e15de4927d2931f10af8bc 22:43:46 $ docker rm -f 02ed897cef3db71072373e8078a6b2df9f55259762e15de4927d2931f10af8bc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:43:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:47 . [Pipeline] withDockerContainer 22:43:47 prd-centos7-docker-4c-2g-28571 does not seem to be running inside a container 22:43:47 $ 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 22:43:48 $ docker top 0ebd241996974f1e3e6ddda226b2824864c59f8d8f2fd86fc7a8b5be6a07e420 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:43:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:48 [ssh-agent] Looking for ssh-agent implementation... 22:43:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:48 $ docker exec 0ebd241996974f1e3e6ddda226b2824864c59f8d8f2fd86fc7a8b5be6a07e420 ssh-agent 22:43:48 SSH_AUTH_SOCK=/tmp/ssh-SPyONsJYcAc1/agent.12 22:43:48 SSH_AGENT_PID=17 22:43:48 Running ssh-add (command line suppressed) 22:43:48 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5678261048294392941.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5678261048294392941.key) 22:43:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:49 + git semver push 22:43:49 # -> Open(): unable to determine branch for HEAD 22:43:49 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:43:49 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:43:49 # $SEMVER_REMOTE_NAME = origin 22:43:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:43:49 # $SEMVER_USER_NAME = edgex-jenkins 22:43:49 # $SEMVER_BRANCH = master 22:43:49 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:43:53 $ docker exec --env ******** --env ******** 0ebd241996974f1e3e6ddda226b2824864c59f8d8f2fd86fc7a8b5be6a07e420 ssh-agent -k 22:43:53 unset SSH_AUTH_SOCK; 22:43:53 unset SSH_AGENT_PID; 22:43:53 echo Agent pid 17 killed; 22:43:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:43:54 + git semver [Pipeline] } 22:43:54 $ docker stop --time=1 0ebd241996974f1e3e6ddda226b2824864c59f8d8f2fd86fc7a8b5be6a07e420 22:43:55 $ docker rm -f 0ebd241996974f1e3e6ddda226b2824864c59f8d8f2fd86fc7a8b5be6a07e420 [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 22:43:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:43:57 ---> package-listing.sh 22:43:57 ++ facter osfamily 22:43:57 ++ tr '[:upper:]' '[:lower:]' 22:43:57 + OS_FAMILY=redhat 22:43:57 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 22:43:57 + START_PACKAGES=/tmp/packages_start.txt 22:43:57 + END_PACKAGES=/tmp/packages_end.txt 22:43:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:43:57 + PACKAGES=/tmp/packages_start.txt 22:43:57 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:43:57 + PACKAGES=/tmp/packages_end.txt 22:43:57 + case "${OS_FAMILY}" in 22:43:57 + rpm -qa 22:43:57 + sort 22:44:02 + '[' -f /tmp/packages_start.txt ']' 22:44:02 + '[' -f /tmp/packages_end.txt ']' 22:44:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:44:02 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:44:02 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 22:44:02 + 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 22:44:02 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 22:44:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:44:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:44:03 22:44:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:44:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:44:03 alpine: Pulling from edgex-lftools-log-publisher 22:44:03 df20fa9351a1: Pulling fs layer 22:44:03 36b3adc4ff6f: Pulling fs layer 22:44:03 8ad3a11d3b57: Pulling fs layer 22:44:03 46f8f816bc3b: Pulling fs layer 22:44:03 93b61091891f: Pulling fs layer 22:44:03 93b9cdb0e59b: Pulling fs layer 22:44:03 5e14af77c1be: Pulling fs layer 22:44:03 01666e4c0597: Pulling fs layer 22:44:03 aa168da1d23b: Pulling fs layer 22:44:03 46f8f816bc3b: Waiting 22:44:03 93b61091891f: Waiting 22:44:03 93b9cdb0e59b: Waiting 22:44:03 5e14af77c1be: Waiting 22:44:03 01666e4c0597: Waiting 22:44:03 aa168da1d23b: Waiting 22:44:03 36b3adc4ff6f: Verifying Checksum 22:44:03 36b3adc4ff6f: Download complete 22:44:03 46f8f816bc3b: Verifying Checksum 22:44:03 46f8f816bc3b: Download complete 22:44:03 df20fa9351a1: Verifying Checksum 22:44:03 df20fa9351a1: Download complete 22:44:03 93b9cdb0e59b: Verifying Checksum 22:44:03 93b9cdb0e59b: Download complete 22:44:03 93b61091891f: Download complete 22:44:04 5e14af77c1be: Verifying Checksum 22:44:04 5e14af77c1be: Download complete 22:44:04 01666e4c0597: Verifying Checksum 22:44:04 01666e4c0597: Download complete 22:44:04 8ad3a11d3b57: Verifying Checksum 22:44:04 8ad3a11d3b57: Download complete 22:44:04 df20fa9351a1: Pull complete 22:44:04 36b3adc4ff6f: Pull complete 22:44:05 aa168da1d23b: Verifying Checksum 22:44:05 aa168da1d23b: Download complete 22:44:06 8ad3a11d3b57: Pull complete 22:44:06 46f8f816bc3b: Pull complete 22:44:06 93b61091891f: Pull complete 22:44:06 93b9cdb0e59b: Pull complete 22:44:06 5e14af77c1be: Pull complete 22:44:07 01666e4c0597: Pull complete 22:44:13 aa168da1d23b: Pull complete 22:44:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:44:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:44:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:44:13 prd-centos7-docker-4c-2g-28571 does not seem to be running inside a container 22:44:13 $ 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 22:44:16 $ docker top 7765a5446dfb77f4df7f16611799143eb539bd6afa8d33f97a1f01aac94967cf -eo pid,comm [Pipeline] { [Pipeline] sh 22:44:17 + touch /tmp/pre-build-complete [Pipeline] sh 22:44:17 + mkdir -p /var/log/sa [Pipeline] sh 22:44:17 + ls /var/log/sa-host 22:44:17 + sadf -c /var/log/sa-host/sa04 22:44:17 file_magic: OK 22:44:17 HZ: Using current value: 100 22:44:17 file_header: OK 22:44:17 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 22:44:17 Statistics: 22:44:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:44:17 File successfully converted to sysstat format version 12.2.1 22:44:17 + sadf -c /var/log/sa-host/sa23 22:44:17 file_magic: OK 22:44:17 HZ: Using current value: 100 22:44:17 file_header: OK 22:44:17 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 22:44:17 Statistics: 22:44:17 Hnuu...uuuununununu... 22:44:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:44:18 provisioning config files... 22:44:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4080689535311582506tmp [Pipeline] { [Pipeline] echo 22:44:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:44:18 ---> create-netrc.sh [Pipeline] } 22:44:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:44:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:44:18 ---> python-tools-install.sh [Pipeline] echo 22:44:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:44:19 ---> sudo-logs.sh 22:44:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:44:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:44:19 ---> job-cost.sh 22:44:19 lf-activate-venv: SKIPPING 22:44:19 DEBUG: total: 0.20999999344348907 22:44:19 INFO: Retrieving Stack Cost... 22:44:20 INFO: Retrieving Pricing Info for: v1-standard-2 22:44:20 INFO: Archiving Costs [Pipeline] echo 22:44:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:44:21 ---> logs-deploy.sh 22:44:21 lf-activate-venv: SKIPPING 22:44:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/194 22:44:21 INFO: archiving workspace using pattern(s): 22:44:22 Archives upload complete. 22:44:22 INFO: archiving logs to Nexus 22:44:23 ---> uname -a: 22:44:23 Linux prd-centos7-docker-4c-2g-28571.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:44:23 22:44:23 22:44:23 ---> lscpu: 22:44:23 Architecture: x86_64 22:44:23 CPU op-mode(s): 32-bit, 64-bit 22:44:23 Byte Order: Little Endian 22:44:23 Address sizes: 40 bits physical, 48 bits virtual 22:44:23 CPU(s): 4 22:44:23 On-line CPU(s) list: 0-3 22:44:23 Thread(s) per core: 1 22:44:23 Core(s) per socket: 1 22:44:23 Socket(s): 4 22:44:23 NUMA node(s): 1 22:44:23 Vendor ID: GenuineIntel 22:44:23 CPU family: 6 22:44:23 Model: 44 22:44:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:44:23 Stepping: 1 22:44:23 CPU MHz: 2933.442 22:44:23 BogoMIPS: 5866.88 22:44:23 Virtualization: VT-x 22:44:23 Hypervisor vendor: KVM 22:44:23 Virtualization type: full 22:44:23 L1d cache: 128 KiB 22:44:23 L1i cache: 128 KiB 22:44:23 L2 cache: 16 MiB 22:44:23 L3 cache: 64 MiB 22:44:23 NUMA node0 CPU(s): 0-3 22:44:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:44:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:44:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:44:23 Vulnerability Meltdown: Mitigation; PTI 22:44:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:44:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:44:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:44:23 Vulnerability Srbds: Not affected 22:44:23 Vulnerability Tsx async abort: Not affected 22:44:23 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 22:44:23 22:44:23 22:44:23 ---> nproc: 22:44:23 4 22:44:23 22:44:23 22:44:23 ---> df -h: 22:44:23 Filesystem Size Used Available Use% Mounted on 22:44:23 overlay 50.0G 8.6G 41.4G 17% / 22:44:23 tmpfs 64.0M 0 64.0M 0% /dev 22:44:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:44:23 shm 64.0M 0 64.0M 0% /dev/shm 22:44:23 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 22:44:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 22:44:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 22:44:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 22:44:23 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 22:44:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 22:44:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 22:44:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 22:44:23 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 22:44:23 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 22:44:23 22:44:23 22:44:23 ---> free -m: 22:44:23 total used free shared buff/cache available 22:44:23 Mem: 1837 837 147 0 852 936 22:44:23 Swap: 1023 3 1020 22:44:23 22:44:23 22:44:23 ---> ip addr: 22:44:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:44:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:44:23 inet 127.0.0.1/8 scope host lo 22:44:23 valid_lft forever preferred_lft forever 22:44:23 inet6 ::1/128 scope host 22:44:23 valid_lft forever preferred_lft forever 22:44:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:44:23 link/ether fa:16:3e:f2:35:22 brd ff:ff:ff:ff:ff:ff 22:44:23 inet 10.30.123.215/23 brd 10.30.123.255 scope global dynamic eth0 22:44:23 valid_lft 85695sec preferred_lft 85695sec 22:44:23 inet6 fe80::f816:3eff:fef2:3522/64 scope link 22:44:23 valid_lft forever preferred_lft forever 22:44:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:44:23 link/ether 02:42:62:ba:5a:cf brd ff:ff:ff:ff:ff:ff 22:44:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:44:23 valid_lft forever preferred_lft forever 22:44:23 inet6 fe80::42:62ff:feba:5acf/64 scope link 22:44:23 valid_lft forever preferred_lft forever 22:44:23 22:44:23 22:44:23 ---> sar -b -r -n DEV: 22:44:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 22:44:23 22:44:23 22:32:27 LINUX RESTART (4 CPU) 22:44:23 22:44:23 22:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:44:23 22:34:02 53.06 17.53 35.54 0.00 4815.31 4915.00 0.00 22:44:23 22:35:01 2.05 0.00 2.05 0.00 0.00 42.51 0.00 22:44:23 22:36:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 22:44:23 22:37:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 22:44:23 22:38:01 0.18 0.00 0.18 0.00 0.00 2.06 0.00 22:44:23 22:39:01 0.35 0.00 0.35 0.00 0.00 4.83 0.00 22:44:23 22:40:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 22:44:23 22:41:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 22:44:23 22:42:01 0.28 0.00 0.28 0.00 0.00 3.30 0.00 22:44:23 22:43:01 316.53 196.10 120.43 0.00 9376.53 36868.25 0.00 22:44:23 22:44:01 238.18 103.94 134.24 0.00 7773.90 33224.62 0.00 22:44:23 Average: 55.71 28.93 26.78 0.00 2000.74 6837.86 0.00 22:44:23 22:44:23 22:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:44:23 22:34:02 231632 0 625860 33.26 2620 1021432 1120256 38.23 411304 1040848 132 22:44:23 22:35:01 238292 0 619208 32.91 2620 1021424 1088780 37.16 410940 1035328 20 22:44:23 22:36:01 236632 0 620860 33.00 2620 1021432 1088768 37.16 412204 1035768 16 22:44:23 22:37:01 236912 0 620580 32.98 2620 1021432 1088792 37.16 429692 1018528 16 22:44:23 22:38:01 236760 0 620724 32.99 2620 1021440 1088792 37.16 424916 1023336 12 22:44:23 22:39:01 235968 0 621512 33.03 2620 1021444 1087740 37.12 435836 1013392 16 22:44:23 22:40:01 234376 0 623100 33.12 2620 1021448 1078464 36.81 438320 1013060 12 22:44:23 22:41:01 232848 0 624624 33.20 2620 1021452 1078464 36.81 448792 1003696 8 22:44:23 22:42:01 232716 0 624748 33.20 2620 1021460 1078464 36.81 448672 1003700 12 22:44:23 22:43:01 241548 0 684120 36.36 2596 953280 1202112 41.03 542536 852672 52 22:44:23 22:44:01 122236 0 799192 42.48 1492 958624 1136952 38.80 597772 824844 96 22:44:23 Average: 225447 0 644048 34.23 2515 1009533 1103417 37.66 454635 987743 36 22:44:23 22:44:23 22:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:44:23 22:34:02 eth0 391.86 332.32 1222.60 76.98 0.00 0.00 0.00 0.00 22:44:23 22:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:34:02 docker0 94.64 82.74 8.37 307.48 0.00 0.00 0.00 0.00 22:44:23 22:35:01 eth0 2.03 0.37 0.41 0.25 0.00 0.00 0.00 0.00 22:44:23 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:36:01 eth0 2.17 0.57 0.66 0.36 0.00 0.00 0.00 0.00 22:44:23 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:37:01 eth0 2.98 0.90 0.94 0.60 0.00 0.00 0.00 0.00 22:44:23 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:38:01 eth0 1.62 0.42 0.43 0.27 0.00 0.00 0.00 0.00 22:44:23 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:39:01 eth0 1.15 0.62 0.65 0.42 0.00 0.00 0.00 0.00 22:44:23 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:40:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:44:23 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:41:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:44:23 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:42:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:44:23 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:43:01 eth0 480.26 434.88 4340.40 44.87 0.00 0.00 0.00 0.00 22:44:23 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:43:01 veth9ebc09c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:44:23 22:43:01 docker0 48.11 48.06 4.35 238.98 0.00 0.00 0.00 0.00 22:44:23 22:44:01 eth0 524.02 438.45 3479.92 146.56 0.00 0.00 0.00 0.00 22:44:23 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 22:44:01 docker0 48.30 81.71 2.79 222.52 0.00 0.00 0.00 0.00 22:44:23 Average: eth0 128.11 110.10 823.95 24.62 0.00 0.00 0.00 0.00 22:44:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:23 Average: docker0 17.40 19.36 1.41 70.04 0.00 0.00 0.00 0.00 22:44:23 22:44:23 22:44:23 ---> sar -P ALL: 22:44:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 22:44:23 22:44:23 22:32:27 LINUX RESTART (4 CPU) 22:44:23 22:44:23 22:33:01 CPU %user %nice %system %iowait %steal %idle 22:44:23 22:34:02 all 7.35 0.00 2.67 1.19 0.03 88.76 22:44:23 22:34:02 0 7.33 0.00 3.27 0.29 0.03 89.08 22:44:23 22:34:02 1 7.03 0.00 1.96 0.97 0.03 90.00 22:44:23 22:34:02 2 6.51 0.00 2.79 0.77 0.03 89.89 22:44:23 22:34:02 3 8.52 0.00 2.64 2.72 0.03 86.08 22:44:23 22:35:01 all 0.14 0.00 0.05 0.00 0.00 99.81 22:44:23 22:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:44:23 22:35:01 1 0.37 0.00 0.05 0.00 0.00 99.58 22:44:23 22:35:01 2 0.17 0.00 0.08 0.00 0.00 99.75 22:44:23 22:35:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:44:23 22:36:01 all 0.17 0.00 0.03 0.00 0.00 99.80 22:44:23 22:36:01 0 0.30 0.00 0.03 0.00 0.00 99.67 22:44:23 22:36:01 1 0.30 0.00 0.03 0.00 0.00 99.67 22:44:23 22:36:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:44:23 22:36:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:44:23 22:37:01 all 0.14 0.00 0.05 0.00 0.00 99.80 22:44:23 22:37:01 0 0.35 0.00 0.05 0.00 0.02 99.58 22:44:23 22:37:01 1 0.07 0.00 0.07 0.00 0.00 99.87 22:44:23 22:37:01 2 0.12 0.00 0.08 0.00 0.00 99.80 22:44:23 22:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:44:23 22:38:01 all 0.10 0.00 0.04 0.00 0.01 99.85 22:44:23 22:38:01 0 0.20 0.00 0.03 0.00 0.00 99.77 22:44:23 22:38:01 1 0.08 0.00 0.07 0.00 0.00 99.85 22:44:23 22:38:01 2 0.07 0.00 0.02 0.00 0.02 99.90 22:44:23 22:38:01 3 0.05 0.00 0.03 0.00 0.02 99.90 22:44:23 22:39:01 all 0.17 0.00 0.05 0.00 0.00 99.78 22:44:23 22:39:01 0 0.52 0.00 0.02 0.00 0.02 99.45 22:44:23 22:39:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:44:23 22:39:01 2 0.05 0.00 0.08 0.00 0.00 99.87 22:44:23 22:39:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:44:23 22:40:01 all 0.17 0.00 0.07 0.00 0.00 99.76 22:44:23 22:40:01 0 0.52 0.00 0.02 0.00 0.00 99.47 22:44:23 22:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:44:23 22:40:01 2 0.07 0.00 0.23 0.00 0.00 99.70 22:44:23 22:40:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:44:23 22:41:01 all 0.13 0.00 0.05 0.00 0.00 99.82 22:44:23 22:41:01 0 0.45 0.00 0.05 0.00 0.00 99.50 22:44:23 22:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:44:23 22:41:01 2 0.05 0.00 0.10 0.00 0.00 99.85 22:44:23 22:41:01 3 0.02 0.00 0.05 0.00 0.00 99.93 22:44:23 22:42:01 all 0.12 0.00 0.03 0.00 0.00 99.85 22:44:23 22:42:01 0 0.28 0.00 0.05 0.00 0.00 99.67 22:44:23 22:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:44:23 22:42:01 2 0.07 0.00 0.02 0.00 0.00 99.92 22:44:23 22:42:01 3 0.08 0.00 0.05 0.00 0.00 99.87 22:44:23 22:43:01 all 9.82 0.00 6.24 3.33 0.03 80.58 22:44:23 22:43:01 0 11.11 0.00 7.16 3.13 0.05 78.55 22:44:23 22:43:01 1 9.44 0.00 5.49 3.12 0.03 81.92 22:44:23 22:43:01 2 9.54 0.00 6.24 2.17 0.02 82.03 22:44:23 22:43:01 3 9.20 0.00 6.06 4.90 0.03 79.80 22:44:23 22:44:01 all 11.85 0.00 7.29 4.43 0.08 76.35 22:44:23 22:44:01 0 11.86 0.00 6.97 6.54 0.09 74.55 22:44:23 22:44:01 1 10.40 0.00 7.92 3.04 0.05 78.59 22:44:23 22:44:01 2 14.67 0.00 7.01 5.03 0.08 73.20 22:44:23 22:44:01 3 10.46 0.00 7.26 3.13 0.09 79.06 22:44:23 22:44:23 Average: CPU %user %nice %system %iowait %steal %idle 22:44:23 Average: all 2.71 0.00 1.49 0.80 0.01 94.98 22:44:23 Average: 0 2.96 0.00 1.58 0.89 0.02 94.55 22:44:23 Average: 1 2.51 0.00 1.41 0.64 0.01 95.43 22:44:23 Average: 2 2.82 0.00 1.50 0.72 0.01 94.94 22:44:23 Average: 3 2.56 0.00 1.46 0.97 0.02 94.99 22:44:23 22:44:23 22:44:23