Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32071 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 Checking out Revision 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 (master) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#773)" > git rev-list --no-walk 774021d1bf4af04b538998a8bc79f47691cc950e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:21:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:21:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:21:55 ========================================================= 18:21:55 EdgeX Global Pipelines Version Info 18:21:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:21:58 ------------------- 18:21:58 stable info: 18:21:58 ------------------- 18:21:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:21:58 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:21:58 Message: update stable to v1.0.186 18:21:59 ------------------- 18:21:59 experimental info: 18:21:59 ------------------- 18:21:59 Commited By: **** collab-it+edgex@linuxfoundation.org 18:21:59 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:21:59 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:22:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:22:00 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:22:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:22:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:22:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60c5fe5 [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:22:04 + git log --format=format:%s -1 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 [Pipeline] echo 18:22:04 GIT_COMMIT: 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#773) [Pipeline] echo 18:22:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:22:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:22:06 18:22:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:22:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:22:07 latest: Pulling from edgex-devops/git-semver 18:22:07 31603596830f: Pulling fs layer 18:22:07 2a8b12db71e7: Pulling fs layer 18:22:07 6ca5941a6612: Pulling fs layer 18:22:07 ecc8261a40a4: Pulling fs layer 18:22:07 ecc8261a40a4: Waiting 18:22:07 2a8b12db71e7: Verifying Checksum 18:22:07 2a8b12db71e7: Download complete 18:22:07 31603596830f: Download complete 18:22:08 ecc8261a40a4: Verifying Checksum 18:22:08 ecc8261a40a4: Download complete 18:22:08 6ca5941a6612: Verifying Checksum 18:22:08 6ca5941a6612: Download complete 18:22:08 31603596830f: Pull complete 18:22:08 2a8b12db71e7: Pull complete 18:22:11 6ca5941a6612: Pull complete 18:22:11 ecc8261a40a4: Pull complete 18:22:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:22:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:22:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:22:12 prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container 18:22:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:22:16 $ docker top 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:22:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:22:17 [ssh-agent] Looking for ssh-agent implementation... 18:22:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:22:17 $ docker exec 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc ssh-agent 18:22:18 SSH_AUTH_SOCK=/tmp/ssh-XcgKWPYGRpIk/agent.11 18:22:18 SSH_AGENT_PID=16 18:22:18 Running ssh-add (command line suppressed) 18:22:18 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1979815441172009987.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1979815441172009987.key) 18:22:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:22:19 + git tag --points-at HEAD [Pipeline] } 18:22:19 $ docker exec --env ******** --env ******** 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc ssh-agent -k 18:22:19 unset SSH_AUTH_SOCK; 18:22:19 unset SSH_AGENT_PID; 18:22:19 echo Agent pid 16 killed; 18:22:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:22:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:22:20 [ssh-agent] Looking for ssh-agent implementation... 18:22:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:22:20 $ docker exec 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc ssh-agent 18:22:21 SSH_AUTH_SOCK=/tmp/ssh-JcBIGJcdot6o/agent.44 18:22:21 SSH_AGENT_PID=49 18:22:21 Running ssh-add (command line suppressed) 18:22:22 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_335894800332598178.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_335894800332598178.key) 18:22:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:22:23 + git semver init 18:22:23 # -> Open(): unable to determine branch for HEAD 18:22:23 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:22:23 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:22:23 # $SEMVER_REMOTE_NAME = origin 18:22:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:22:23 # $SEMVER_USER_NAME = edgex-jenkins 18:22:23 # $SEMVER_BRANCH = master 18:22:23 # $SEMVER_TEMP = /tmp/semver-846712876 18:22:23 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:22:28 # '/tmp/semver-846712876' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 18:22:28 # -> Force: false 18:22:28 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:22:28 $ docker exec --env ******** --env ******** 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc ssh-agent -k 18:22:28 unset SSH_AUTH_SOCK; 18:22:28 unset SSH_AGENT_PID; 18:22:28 echo Agent pid 49 killed; 18:22:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:22:29 + git semver [Pipeline] } 18:22:29 $ docker stop --time=1 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc 18:22:31 $ docker rm -f 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc [Pipeline] // withDockerContainer [Pipeline] sh 18:22:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:22:34 Stashed 1 file(s) [Pipeline] echo 18:22:34 [edgeXSemver]: initialized semver on version 2.0.0-dev.38 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:22:49 Still waiting to schedule task 18:22:49 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32071’ 18:22:49 Still waiting to schedule task 18:22:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:24:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32072 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:24:35 Running in /w/workspace/app-functions-sdk-go/207 [Pipeline] { [Pipeline] checkout 18:24:40 using credential edgex-jenkins-ssh 18:24:40 Cloning the remote Git repository 18:24:40 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:24:40 > git init /w/workspace/app-functions-sdk-go/207 # timeout=10 18:24:40 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:24:40 > git --version # timeout=10 18:24:40 > git --version # 'git version 2.17.1' 18:24:40 using GIT_SSH to set credentials SSH Credentials for GitHub 18:24:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:24:43 Checking out Revision 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 (master) 18:24:43 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:24:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:24:43 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:24:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:24:43 using GIT_SSH to set credentials SSH Credentials for GitHub 18:24:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:24:44 > git config core.sparsecheckout # timeout=10 18:24:44 > git checkout -f 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 # timeout=10 18:24:48 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#773)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:24:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:24:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:24:51 + sudo service docker restart 18:24:51 + true [Pipeline] unstash [Pipeline] echo 18:24:54 ========================================================= 18:24:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:24:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:24:54 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:24:55 Sending build context to Docker daemon 19.45MB 18:24:55 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:24:55 Step 2/8 : FROM ${BASE} 18:24:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:24:56 5f621e34cdf4: Pulling fs layer 18:24:56 a4357932f1b6: Pulling fs layer 18:24:56 18c013af1878: Pulling fs layer 18:24:56 00ac8860ef70: Pulling fs layer 18:24:56 63d7cb157983: Pulling fs layer 18:24:56 b116817d02f9: Pulling fs layer 18:24:56 745a02a5169b: Pulling fs layer 18:24:56 63d7cb157983: Waiting 18:24:56 b116817d02f9: Waiting 18:24:56 745a02a5169b: Waiting 18:24:56 00ac8860ef70: Waiting 18:24:56 18c013af1878: Verifying Checksum 18:24:56 18c013af1878: Download complete 18:24:56 a4357932f1b6: Verifying Checksum 18:24:56 a4357932f1b6: Download complete 18:24:56 63d7cb157983: Download complete 18:24:57 b116817d02f9: Verifying Checksum 18:24:57 b116817d02f9: Download complete 18:24:57 5f621e34cdf4: Verifying Checksum 18:24:57 5f621e34cdf4: Download complete 18:24:57 5f621e34cdf4: Pull complete 18:24:58 a4357932f1b6: Pull complete 18:24:58 18c013af1878: Pull complete 18:24:59 745a02a5169b: Download complete 18:25:00 00ac8860ef70: Verifying Checksum 18:25:00 00ac8860ef70: Download complete 18:25:10 00ac8860ef70: Pull complete 18:25:11 63d7cb157983: Pull complete 18:25:11 b116817d02f9: Pull complete 18:25:15 745a02a5169b: Pull complete 18:25:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:25:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:25:15 ---> b7e6874047d6 18:25:15 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:25:15 20.10.0: Pulling from library/docker 18:25:15 a3cc7d3b244e: Pulling fs layer 18:25:15 02a3295e0d61: Pulling fs layer 18:25:15 0f4f2e6d8100: Pulling fs layer 18:25:15 330b718f631f: Pulling fs layer 18:25:15 a93816041522: Pulling fs layer 18:25:15 bdb6da89ff94: Pulling fs layer 18:25:15 2a70c0c122f4: Pulling fs layer 18:25:15 a93816041522: Waiting 18:25:15 330b718f631f: Waiting 18:25:15 bdb6da89ff94: Waiting 18:25:15 2a70c0c122f4: Waiting 18:25:15 0f4f2e6d8100: Verifying Checksum 18:25:15 a3cc7d3b244e: Verifying Checksum 18:25:15 a3cc7d3b244e: Download complete 18:25:15 a93816041522: Verifying Checksum 18:25:15 a93816041522: Download complete 18:25:15 02a3295e0d61: Verifying Checksum 18:25:15 02a3295e0d61: Download complete 18:25:15 2a70c0c122f4: Verifying Checksum 18:25:15 bdb6da89ff94: Verifying Checksum 18:25:15 bdb6da89ff94: Download complete 18:25:15 2a70c0c122f4: Download complete 18:25:15 a3cc7d3b244e: Pull complete 18:25:16 Running on prd-centos7-docker-4c-2g-32073 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:25:16 Running in /w/workspace/app-functions-sdk-go/207 [Pipeline] { [Pipeline] checkout 18:25:16 02a3295e0d61: Pull complete 18:25:16 0f4f2e6d8100: Pull complete 18:25:17 330b718f631f: Verifying Checksum 18:25:17 330b718f631f: Download complete 18:25:18 using credential edgex-jenkins-ssh 18:25:19 Cloning the remote Git repository 18:25:19 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:25:19 > git init /w/workspace/app-functions-sdk-go/207 # timeout=10 18:25:19 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:25:19 > git --version # timeout=10 18:25:19 > git --version # 'git version 2.24.3' 18:25:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:21 Checking out Revision 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 (master) 18:25:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:25:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:25:20 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:25:20 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:25:21 > git config core.sparsecheckout # timeout=10 18:25:21 > git checkout -f 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 # timeout=10 18:25:21 330b718f631f: Pull complete 18:25:21 a93816041522: Pull complete 18:25:21 bdb6da89ff94: Pull complete 18:25:21 2a70c0c122f4: Pull complete 18:25:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:25:21 Status: Downloaded newer image for docker:20.10.0 18:25:24 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#773)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:25:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:25:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:25:26 + sudo service docker restart 18:25:26 + true 18:25:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:25:27 ========================================================= 18:25:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:25:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:25:28 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:25:28 ---> abaa9fac1c7c 18:25:28 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:25:28 ---> Running in 6fd4de861107 18:25:28 Removing intermediate container 6fd4de861107 18:25:28 ---> f12d6057ff1d 18:25:28 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:25:28 Sending build context to Docker daemon 19.45MB 18:25:28 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:25:28 Step 2/8 : FROM ${BASE} 18:25:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:25:28 188c0c94c7c5: Pulling fs layer 18:25:28 0ef7d3d256c8: Pulling fs layer 18:25:28 de9db76c5a1d: Pulling fs layer 18:25:28 bca2f99d35d6: Pulling fs layer 18:25:28 93359f2a8cfa: Pulling fs layer 18:25:28 7c6f9722023f: Pulling fs layer 18:25:28 a35cf1a2eb13: Pulling fs layer 18:25:28 bca2f99d35d6: Waiting 18:25:28 93359f2a8cfa: Waiting 18:25:28 7c6f9722023f: Waiting 18:25:28 a35cf1a2eb13: Waiting 18:25:28 de9db76c5a1d: Verifying Checksum 18:25:28 de9db76c5a1d: Download complete 18:25:28 ---> Running in ace458cf134a 18:25:28 0ef7d3d256c8: Verifying Checksum 18:25:28 0ef7d3d256c8: Download complete 18:25:28 93359f2a8cfa: Verifying Checksum 18:25:28 93359f2a8cfa: Download complete 18:25:28 7c6f9722023f: Verifying Checksum 18:25:28 7c6f9722023f: Download complete 18:25:28 188c0c94c7c5: Verifying Checksum 18:25:28 188c0c94c7c5: Download complete 18:25:29 188c0c94c7c5: Pull complete 18:25:29 0ef7d3d256c8: Pull complete 18:25:29 de9db76c5a1d: Pull complete 18:25:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:25:30 a35cf1a2eb13: Verifying Checksum 18:25:30 a35cf1a2eb13: Download complete 18:25:31 bca2f99d35d6: Verifying Checksum 18:25:31 bca2f99d35d6: Download complete 18:25:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:25:36 (1/5) Installing libsodium (1.0.18-r0) 18:25:36 (2/5) Installing libzmq (4.3.3-r0) 18:25:37 (3/5) Installing pkgconf (1.7.2-r0) 18:25:37 (4/5) Installing libsodium-dev (1.0.18-r0) 18:25:37 bca2f99d35d6: Pull complete 18:25:37 93359f2a8cfa: Pull complete 18:25:37 7c6f9722023f: Pull complete 18:25:37 (5/5) Installing zeromq-dev (4.3.3-r0) 18:25:37 Executing busybox-1.31.1-r19.trigger 18:25:37 OK: 144 MiB in 44 packages 18:25:38 Removing intermediate container ace458cf134a 18:25:38 ---> a164bbf36bb5 18:25:38 Step 6/8 : WORKDIR /build 18:25:38 ---> Running in 61dc9aabf0b0 18:25:39 Removing intermediate container 61dc9aabf0b0 18:25:39 ---> 8f70bb3ee1d4 18:25:39 Step 7/8 : COPY go.mod . 18:25:39 ---> 1841dad40e0e 18:25:39 Step 8/8 : RUN go mod download 18:25:39 ---> Running in 36ce42ce8a08 18:25:43 a35cf1a2eb13: Pull complete 18:25:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:25:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:25:43 ---> a62c8e92a672 18:25:43 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:25:43 20.10.0: Pulling from library/docker 18:25:43 05e7bc50f07f: Pulling fs layer 18:25:43 6db28d0fdbf6: Pulling fs layer 18:25:43 292df0bc6bf3: Pulling fs layer 18:25:43 2e060f4bd70b: Pulling fs layer 18:25:43 80e8d568a223: Pulling fs layer 18:25:43 8dc6ef1a942a: Pulling fs layer 18:25:43 2312dd95470a: Pulling fs layer 18:25:43 2e060f4bd70b: Waiting 18:25:43 80e8d568a223: Waiting 18:25:43 8dc6ef1a942a: Waiting 18:25:43 2312dd95470a: Waiting 18:25:43 292df0bc6bf3: Verifying Checksum 18:25:43 292df0bc6bf3: Download complete 18:25:43 05e7bc50f07f: Verifying Checksum 18:25:43 05e7bc50f07f: Download complete 18:25:43 6db28d0fdbf6: Verifying Checksum 18:25:43 6db28d0fdbf6: Download complete 18:25:43 80e8d568a223: Verifying Checksum 18:25:43 80e8d568a223: Download complete 18:25:43 8dc6ef1a942a: Verifying Checksum 18:25:43 8dc6ef1a942a: Download complete 18:25:43 2312dd95470a: Verifying Checksum 18:25:43 2312dd95470a: Download complete 18:25:43 05e7bc50f07f: Pull complete 18:25:43 6db28d0fdbf6: Pull complete 18:25:44 292df0bc6bf3: Pull complete 18:25:44 2e060f4bd70b: Verifying Checksum 18:25:44 2e060f4bd70b: Download complete 18:25:47 2e060f4bd70b: Pull complete 18:25:47 80e8d568a223: Pull complete 18:25:47 8dc6ef1a942a: Pull complete 18:25:47 2312dd95470a: Pull complete 18:25:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:25:47 Status: Downloaded newer image for docker:20.10.0 18:25:48 ---> edf38fe2039b 18:25:48 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:25:49 ---> Running in d7e74ca161fc 18:25:49 Removing intermediate container d7e74ca161fc 18:25:49 ---> 6f366b24a924 18:25:49 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:25:49 ---> Running in 59189cac9534 18:25:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:52 (1/5) Installing libsodium (1.0.18-r0) 18:25:52 (2/5) Installing libzmq (4.3.3-r0) 18:25:53 (3/5) Installing pkgconf (1.7.2-r0) 18:25:53 (4/5) Installing libsodium-dev (1.0.18-r0) 18:25:53 (5/5) Installing zeromq-dev (4.3.3-r0) 18:25:53 Executing busybox-1.31.1-r19.trigger 18:25:53 OK: 167 MiB in 44 packages 18:25:53 Removing intermediate container 59189cac9534 18:25:53 ---> f6df7a9a30ec 18:25:53 Step 6/8 : WORKDIR /build 18:25:53 ---> Running in cd18db1d82d4 18:25:54 Removing intermediate container cd18db1d82d4 18:25:54 ---> 2bcefcc40e84 18:25:54 Step 7/8 : COPY go.mod . 18:25:54 ---> 03eb66d7cca7 18:25:54 Step 8/8 : RUN go mod download 18:25:54 ---> Running in c0ddd8c8d0ad 18:26:06 Removing intermediate container 36ce42ce8a08 18:26:06 ---> 67f7db78aa48 18:26:06 Successfully built 67f7db78aa48 18:26:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:26:07 + docker inspect -f . ci-base-image-arm64 18:26:07 . [Pipeline] withDockerContainer 18:26:07 prd-ubuntu18.04-docker-arm64-4c-16g-32072 does not seem to be running inside a container 18:26:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/207 -v /w/workspace/app-functions-sdk-go/207:/w/workspace/app-functions-sdk-go/207:rw,z -v /w/workspace/app-functions-sdk-go/207@tmp:/w/workspace/app-functions-sdk-go/207@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 18:26:08 $ docker top 51407fda4b667b1455cb8664c440fe1f8d3d4c1b4de5a78a88aff2c08bf2f09c -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:09 + go version 18:26:09 go version go1.15.5 linux/arm64 [Pipeline] } 18:26:10 $ docker stop --time=1 51407fda4b667b1455cb8664c440fe1f8d3d4c1b4de5a78a88aff2c08bf2f09c 18:26:11 $ docker rm -f 51407fda4b667b1455cb8664c440fe1f8d3d4c1b4de5a78a88aff2c08bf2f09c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:13 + docker inspect -f . ci-base-image-arm64 18:26:13 . [Pipeline] withDockerContainer 18:26:13 prd-ubuntu18.04-docker-arm64-4c-16g-32072 does not seem to be running inside a container 18:26:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/207 -v /w/workspace/app-functions-sdk-go/207:/w/workspace/app-functions-sdk-go/207:rw,z -v /w/workspace/app-functions-sdk-go/207@tmp:/w/workspace/app-functions-sdk-go/207@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 18:26:14 $ docker top 52a2002dfaac1a31411ee3354bca3a9290ae836840ca977fd09d97c1b05159b7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:15 + make test 18:26:15 make -C ./app-service-template build 18:26:15 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/207/app-service-template' 18:26:15 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 18:26:16 Removing intermediate container c0ddd8c8d0ad 18:26:16 ---> 97f4390efe7a 18:26:16 Successfully built 97f4390efe7a 18:26:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:26:16 + docker inspect -f . ci-base-image-x86_64 18:26:16 . [Pipeline] withDockerContainer 18:26:16 prd-centos7-docker-4c-2g-32073 does not seem to be running inside a container 18:26:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/207 -v /w/workspace/app-functions-sdk-go/207:/w/workspace/app-functions-sdk-go/207:rw,z -v /w/workspace/app-functions-sdk-go/207@tmp:/w/workspace/app-functions-sdk-go/207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:26:17 $ docker top 30b993d3bded244cf7783d8be73a0afb54ed353796f1e9c3eea58388d5feb90d -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:18 + go version 18:26:18 go version go1.15.5 linux/amd64 [Pipeline] } 18:26:18 $ docker stop --time=1 30b993d3bded244cf7783d8be73a0afb54ed353796f1e9c3eea58388d5feb90d 18:26:19 $ docker rm -f 30b993d3bded244cf7783d8be73a0afb54ed353796f1e9c3eea58388d5feb90d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:20 + docker inspect -f . ci-base-image-x86_64 18:26:20 . [Pipeline] withDockerContainer 18:26:20 prd-centos7-docker-4c-2g-32073 does not seem to be running inside a container 18:26:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/207 -v /w/workspace/app-functions-sdk-go/207:/w/workspace/app-functions-sdk-go/207:rw,z -v /w/workspace/app-functions-sdk-go/207@tmp:/w/workspace/app-functions-sdk-go/207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:26:21 $ docker top 55fabf9cb5a47a79c594ee7e3b8b5e55a123960ce194d6568ec6f0f518986393 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:21 + make test 18:26:21 make -C ./app-service-template build 18:26:21 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/207/app-service-template' 18:26: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 18:26:36 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/207/app-service-template' 18:26:36 make -C ./app-service-template test 18:26:36 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/207/app-service-template' 18:26:36 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:26:43 ok new-app-service 0.032s coverage: 47.8% of statements 18:26:43 ? new-app-service/config [no test files] 18:26:43 ok new-app-service/functions 0.010s 18:26:43 CGO_ENABLED=1 go vet ./... 18:26:46 gofmt -l . 18:26:46 [ "`gofmt -l .`" = "" ] 18:26:46 ./bin/test-go-mod-tidy.sh 18:26:47 ./bin/test-attribution-txt.sh 18:26:47 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/207/app-service-template' 18:26:47 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:26:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:26:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.015s coverage: 55.8% of statements 18:26:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.052s coverage: 92.5% of statements 18:26:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:26:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.032s coverage: 61.5% of statements 18:26:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:26:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.014s 18:26:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.034s coverage: 75.4% of statements 18:26:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:26:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:26:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:26:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:26:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:26:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:26:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.009s coverage: 97.0% of statements 18:26:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:26:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.033s coverage: 10.5% of statements 18:26:54 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/207/app-service-template' 18:26:54 make -C ./app-service-template test 18:26:54 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/207/app-service-template' 18:26:54 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:26:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.734s coverage: 78.4% of statements 18:26:55 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:26:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.009s coverage: 20.0% of statements 18:26:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.036s coverage: 27.3% of statements 18:26:55 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:26:55 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:26:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.012s coverage: 71.7% of statements 18:27:13 ok new-app-service 0.036s coverage: 47.8% of statements 18:27:13 ? new-app-service/config [no test files] 18:27:14 ok new-app-service/functions 0.029s 18:27:14 CGO_ENABLED=1 go vet ./... 18:27:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.045s coverage: 81.9% of statements 18:27:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements 18:27:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:27:22 gofmt -l . 18:27:22 [ "`gofmt -l .`" = "" ] 18:27:22 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:27:22 $ docker stop --time=1 55fabf9cb5a47a79c594ee7e3b8b5e55a123960ce194d6568ec6f0f518986393 18:27:23 $ docker rm -f 55fabf9cb5a47a79c594ee7e3b8b5e55a123960ce194d6568ec6f0f518986393 [Pipeline] // withDockerContainer [Pipeline] sh 18:27:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:27:24 gofmt -l . 18:27:24 [ "`gofmt -l .`" = "" ] 18:27:24 ./bin/test-go-mod-tidy.sh 18:27:24 ./bin/test-attribution-txt.sh 18:27:24 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 18:27:25 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/207/app-service-template' 18:27:25 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] libraryResource [Pipeline] sh 18:27:26 ---> job-cost.sh 18:27:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RhqZ 18:27:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:27:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.060s coverage: 55.8% of statements 18:27:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.036s coverage: 92.5% of statements 18:27:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:27:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.074s coverage: 61.5% of statements 18:27:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:27:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.030s 18:27:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.078s coverage: 75.4% of statements 18:27:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:27:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:27:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:27:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:27:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:27:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:27:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.011s coverage: 97.0% of statements 18:27:35 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:27:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.060s coverage: 10.5% of statements 18:27:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:27:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.849s coverage: 78.4% of statements 18:27:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:27:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.047s coverage: 20.0% of statements 18:27:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.046s coverage: 27.3% of statements 18:27:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:27:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:27:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.041s coverage: 71.7% of statements 18:28:07 lf-activate-venv(): INFO: Adding /tmp/venv-RhqZ/bin to PATH 18:28:07 INFO: No Stack... 18:28:07 INFO: Retrieving Pricing Info for: v1-standard-2 18:28:08 INFO: Archiving Costs [Pipeline] sh 18:28:08 + cat /w/workspace/app-functions-sdk-go/207/archives/cost.csv 18:28:08 + cut -d, -f6 [Pipeline] lock 18:28:08 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] 18:28:08 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] did not exist. Created. 18:28:08 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:28:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.083s coverage: 81.9% of statements 18:28:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.023s coverage: 94.4% of statements 18:28:09 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:28:09 + echo total: 0.029999999329447746 [Pipeline] stash 18:28:09 Stashed 1 file(s) [Pipeline] } 18:28:09 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:28:12 gofmt -l . 18:28:12 [ "`gofmt -l .`" = "" ] 18:28:13 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:28:13 $ docker stop --time=1 52a2002dfaac1a31411ee3354bca3a9290ae836840ca977fd09d97c1b05159b7 18:28:15 $ docker rm -f 52a2002dfaac1a31411ee3354bca3a9290ae836840ca977fd09d97c1b05159b7 [Pipeline] // withDockerContainer [Pipeline] sh 18:28:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:28:16 Warning: overwriting stash ‘coverage-report’ 18:28:17 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:28:18 ---> job-cost.sh 18:28:18 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-x4ml 18:28:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:30:19 lf-activate-venv(): INFO: Adding /tmp/venv-x4ml/bin to PATH 18:30:19 INFO: No Stack... 18:30:20 INFO: Retrieving Pricing Info for: lf-standard-4 18:30:20 INFO: Archiving Costs [Pipeline] sh 18:30:21 + cut -d, -f6 18:30:21 + cat /w/workspace/app-functions-sdk-go/207/archives/cost.csv [Pipeline] lock 18:30:21 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] 18:30:21 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] did not exist. Created. 18:30:21 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:30:21 /w/workspace/app-functions-sdk-go/207@tmp/durable-5d6e5684/script.sh: 1: /w/workspace/app-functions-sdk-go/207@tmp/durable-5d6e5684/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:30:22 + echo total: 0.20999999344348907 [Pipeline] stash 18:30:22 Warning: overwriting stash ‘stack-cost’ 18:30:22 Stashed 1 file(s) [Pipeline] } 18:30:22 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:30:24 provisioning config files... 18:30:24 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7439319399971839157tmp [Pipeline] { [Pipeline] sh 18:30:24 + set +x 18:30:24 + bash -s -- 18:30:24 + curl -s https://codecov.io/bash 18:30:24 18:30:24 _____ _ 18:30:24 / ____| | | 18:30:24 | | ___ __| | ___ ___ _____ __ 18:30:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:30:24 | |___| (_) | (_| | __/ (_| (_) \ V / 18:30:24 \_____\___/ \__,_|\___|\___\___/ \_/ 18:30:24 Bash-20210309-2b87ace 18:30:24 18:30:24 18:30:24 ==> git version 2.24.3 found 18:30:24 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:30:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:30:24 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:30:24 ==> Jenkins CI detected. 18:30:24 project root: . 18:30:24 --> token set from env 18:30:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:30:24 ==> Running gcov in . (disable via -X gcov) 18:30:24 ==> Python coveragepy not found 18:30:24 ==> Searching for coverage reports in: 18:30:24 + . 18:30:24 -> Found 2 reports 18:30:24 ==> Detecting git/mercurial file structure 18:30:25 ==> Reading reports 18:30:25 + ./app-service-template/coverage.out bytes=1055 18:30:25 + ./coverage.out bytes=86636 18:30:25 ==> Appending adjustments 18:30:25 https://docs.codecov.io/docs/fixing-reports 18:30:25 + Found adjustments 18:30:25 ==> Gzipping contents 18:30:25 16K /tmp/codecov.ZoXU74.gz 18:30:25 ==> Uploading reports 18:30:25 url: https://codecov.io 18:30:25 query: branch=master&commit=60c5fe569b419bbb273a5924d39eec3bcbe2b0f3&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F207%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:30:25 -> Pinging Codecov 18:30:25 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=60c5fe569b419bbb273a5924d39eec3bcbe2b0f3&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F207%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:30:26 -> Uploading to 18:30:26 https://storage.googleapis.com/codecov/v4/raw/2021-03-30/3D8B5DFFC46A037C893635FACE044666/60c5fe569b419bbb273a5924d39eec3bcbe2b0f3/96c2e96a-1e03-4f4b-b991-f866bb3b1c56.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210330%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210330T183026Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a333e3f64d0fe991536fa91ba8f9cc315283ba5545e7624383ef0adf4f7c4493 18:30:26 % Total % Received % Xferd Average Speed Time Time Time Current 18:30:26 Dload Upload Total Spent Left Speed 18:30:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15313 0 0 100 15313 0 30951 --:--:-- --:--:-- --:--:-- 30997 18:30:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 [Pipeline] } 18:30:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:30:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:30:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:30:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:30:28 18:30:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:30:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:30:29 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:30:29 188c0c94c7c5: Pulling fs layer 18:30:29 0ef7d3d256c8: Pulling fs layer 18:30:29 de9db76c5a1d: Pulling fs layer 18:30:29 0eba1c9be4d2: Pulling fs layer 18:30:29 0d57e429df01: Pulling fs layer 18:30:29 4e4be7b47b0d: Pulling fs layer 18:30:29 e1f770b5df2f: Pulling fs layer 18:30:29 85a0685a4137: Pulling fs layer 18:30:29 0d57e429df01: Waiting 18:30:29 4e4be7b47b0d: Waiting 18:30:29 e1f770b5df2f: Waiting 18:30:29 85a0685a4137: Waiting 18:30:29 0eba1c9be4d2: Waiting 18:30:29 de9db76c5a1d: Verifying Checksum 18:30:29 de9db76c5a1d: Download complete 18:30:29 0ef7d3d256c8: Verifying Checksum 18:30:29 0ef7d3d256c8: Download complete 18:30:29 0d57e429df01: Verifying Checksum 18:30:29 0d57e429df01: Download complete 18:30:29 4e4be7b47b0d: Verifying Checksum 18:30:29 4e4be7b47b0d: Download complete 18:30:30 188c0c94c7c5: Verifying Checksum 18:30:30 188c0c94c7c5: Download complete 18:30:31 188c0c94c7c5: Pull complete 18:30:31 0ef7d3d256c8: Pull complete 18:30:32 de9db76c5a1d: Pull complete 18:30:33 e1f770b5df2f: Verifying Checksum 18:30:33 e1f770b5df2f: Download complete 18:30:42 85a0685a4137: Verifying Checksum 18:30:42 85a0685a4137: Download complete 18:30:42 0eba1c9be4d2: Verifying Checksum 18:30:42 0eba1c9be4d2: Download complete 18:31:01 0eba1c9be4d2: Pull complete 18:31:01 0d57e429df01: Pull complete 18:31:01 4e4be7b47b0d: Pull complete 18:31:01 e1f770b5df2f: Pull complete 18:31:14 85a0685a4137: Pull complete 18:31:14 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:31:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:31:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:31:14 prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container 18:31:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:31:18 $ docker top 346204243bc3f8a730860f7aa9e3520ffc09f66210402be57cd00acfdab2bb76 -eo pid,comm [Pipeline] { [Pipeline] echo 18:31:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:31:19 + set -o pipefail 18:31:19 + snyk monitor '--org=edgex-jenkins' 18:31:35 18:31:35 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 18:31:35 18:31:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/bcf79346-92d1-4ac9-bd41-191bd358bb84 18:31:35 18:31:35 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:31:35 18:31:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:31:35 18:31:35 18:31:35 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 18:31:35 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:31:35 $ docker stop --time=1 346204243bc3f8a730860f7aa9e3520ffc09f66210402be57cd00acfdab2bb76 18:31:38 $ docker rm -f 346204243bc3f8a730860f7aa9e3520ffc09f66210402be57cd00acfdab2bb76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:31:41 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:31:41 provisioning config files... 18:31:41 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1701037374391587763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:42 --> edgex-publish-swagger.sh 18:31:42 === Publish openapi/v2 API === 18:31:42 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:31:42 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 18:31:42 % Total % Received % Xferd Average Speed Time Time Time Current 18:31:42 Dload Upload Total Spent Left Speed 18:31:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 11811 0:00:01 0:00:01 --:--:-- 11833 100 13052 0 0 100 13052 0 11807 0:00:01 0:00:01 --:--:-- 11822 18:31:43 18:31:43 [Pipeline] } 18:31:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:31:44 + git log --format=format:%s -1 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 [Pipeline] isUnix [Pipeline] sh 18:31:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:31:45 . [Pipeline] withDockerContainer 18:31:46 prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container 18:31:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:31:48 $ docker top ab62072730412e575fbe7cf1522f05f50e0ec00664ad042ef7cabcf021986f6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:31:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:31:48 [ssh-agent] Looking for ssh-agent implementation... 18:31:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:31:49 $ docker exec ab62072730412e575fbe7cf1522f05f50e0ec00664ad042ef7cabcf021986f6a ssh-agent 18:31:49 SSH_AUTH_SOCK=/tmp/ssh-N4wKXPcQh5LT/agent.12 18:31:49 SSH_AGENT_PID=17 18:31:50 Running ssh-add (command line suppressed) 18:31:50 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5535957493015934919.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5535957493015934919.key) 18:31:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:31:51 + git semver tag 18:31:51 # -> Open(): unable to determine branch for HEAD 18:31:51 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:31:51 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:31:51 # $SEMVER_REMOTE_NAME = origin 18:31:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:31:51 # $SEMVER_USER_NAME = edgex-jenkins 18:31:51 # $SEMVER_BRANCH = master 18:31:51 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:31:51 # 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 HEAD 18:31:52 # -> Force: false 18:31:52 # 5fdd7c5b383ada874c7a9c4148c1651cbb945ea0 refs/tags/v2.0.0-dev.38 [Pipeline] } 18:31:52 $ docker exec --env ******** --env ******** ab62072730412e575fbe7cf1522f05f50e0ec00664ad042ef7cabcf021986f6a ssh-agent -k 18:31:52 unset SSH_AUTH_SOCK; 18:31:52 unset SSH_AGENT_PID; 18:31:52 echo Agent pid 17 killed; 18:31:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:31:53 + git semver [Pipeline] } 18:31:53 $ docker stop --time=1 ab62072730412e575fbe7cf1522f05f50e0ec00664ad042ef7cabcf021986f6a 18:31:56 $ docker rm -f ab62072730412e575fbe7cf1522f05f50e0ec00664ad042ef7cabcf021986f6a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:31:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:31:57 18:31:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:31:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:31:58 0.23.1-centos7: Pulling from edgex-lftools 18:31:58 ab5ef0e58194: Pulling fs layer 18:31:58 9712f1f96733: Pulling fs layer 18:31:58 63f879dbbcfc: Pulling fs layer 18:31:58 0d9ebad4ef96: Pulling fs layer 18:31:58 e9a5061849ea: Pulling fs layer 18:31:58 d747dcd14b5f: Pulling fs layer 18:31:58 2de7ff778b66: Pulling fs layer 18:31:58 e9a5061849ea: Waiting 18:31:58 0d9ebad4ef96: Waiting 18:31:58 d747dcd14b5f: Waiting 18:31:58 2de7ff778b66: Waiting 18:31:58 9712f1f96733: Verifying Checksum 18:31:58 9712f1f96733: Download complete 18:32:04 63f879dbbcfc: Verifying Checksum 18:32:04 63f879dbbcfc: Download complete 18:32:05 e9a5061849ea: Verifying Checksum 18:32:05 e9a5061849ea: Download complete 18:32:05 d747dcd14b5f: Download complete 18:32:07 2de7ff778b66: Verifying Checksum 18:32:07 2de7ff778b66: Download complete 18:32:07 ab5ef0e58194: Verifying Checksum 18:32:07 ab5ef0e58194: Download complete 18:32:08 0d9ebad4ef96: Verifying Checksum 18:32:08 0d9ebad4ef96: Download complete 18:32:19 ab5ef0e58194: Pull complete 18:32:19 9712f1f96733: Pull complete 18:32:24 63f879dbbcfc: Pull complete 18:32:39 0d9ebad4ef96: Pull complete 18:32:41 e9a5061849ea: Pull complete 18:32:41 d747dcd14b5f: Pull complete 18:32:47 2de7ff778b66: Pull complete 18:32:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:32:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:32:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:32:47 prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container 18:32:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:32:51 $ docker top 2a67ee610f4a14ab88d8508fb31905a2c2e18ef66fb7386113b0e1985fb0156c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:32:52 provisioning config files... 18:32:52 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6917385664411477462tmp 18:32:52 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1666820637365673873tmp 18:32:52 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8496991906909180225tmp [Pipeline] { [Pipeline] echo 18:32:52 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:32:54 ---> sigul-configuration.sh 18:32:54 gpg: directory `/root/.gnupg' created 18:32:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:32:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:32:54 gpg: keyring `/root/.gnupg/secring.gpg' created 18:32:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:32:54 gpg: CAST5 encrypted data 18:32:54 gpg: encrypted with 1 passphrase 18:32:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:32:56 + mkdir /home/jenkins 18:32:56 + mkdir /home/jenkins/sigul [Pipeline] sh 18:32:57 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:32:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:32:58 ---> sigul-install.sh 18:33:11 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:33:12 + git tag --list 18:33:12 v0.1.0 18:33:12 v0.1.1 18:33:12 v1.0.0 18:33:12 v1.1.0 18:33:12 v1.2.0 18:33:12 v1.3.0 18:33:12 v1.3.1 18:33:12 v1.3.1-dev.1 18:33:12 v1.3.2-dev.1 18:33:12 v2.0.0-dev.1 18:33:12 v2.0.0-dev.10 18:33:12 v2.0.0-dev.11 18:33:12 v2.0.0-dev.12 18:33:12 v2.0.0-dev.13 18:33:12 v2.0.0-dev.14 18:33:12 v2.0.0-dev.15 18:33:12 v2.0.0-dev.16 18:33:12 v2.0.0-dev.17 18:33:12 v2.0.0-dev.18 18:33:12 v2.0.0-dev.19 18:33:12 v2.0.0-dev.2 18:33:12 v2.0.0-dev.20 18:33:12 v2.0.0-dev.21 18:33:12 v2.0.0-dev.22 18:33:12 v2.0.0-dev.23 18:33:12 v2.0.0-dev.24 18:33:12 v2.0.0-dev.25 18:33:12 v2.0.0-dev.26 18:33:12 v2.0.0-dev.27 18:33:12 v2.0.0-dev.28 18:33:12 v2.0.0-dev.29 18:33:12 v2.0.0-dev.3 18:33:12 v2.0.0-dev.30 18:33:12 v2.0.0-dev.31 18:33:12 v2.0.0-dev.32 18:33:12 v2.0.0-dev.33 18:33:12 v2.0.0-dev.34 18:33:12 v2.0.0-dev.35 18:33:12 v2.0.0-dev.36 18:33:12 v2.0.0-dev.37 18:33:12 v2.0.0-dev.38 18:33:12 v2.0.0-dev.4 18:33:12 v2.0.0-dev.5 18:33:12 v2.0.0-dev.6 18:33:12 v2.0.0-dev.7 18:33:12 v2.0.0-dev.8 18:33:12 v2.0.0-dev.9 [Pipeline] sh 18:33:12 + lftools sign git-tag v2.0.0-dev.38 18:33:15 Signing Git tag with Sigul... 18:33:15 Signing v2.0.0-dev.38 [Pipeline] echo 18:33:16 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:33:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:33:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:33:17 $ docker stop --time=1 2a67ee610f4a14ab88d8508fb31905a2c2e18ef66fb7386113b0e1985fb0156c 18:33:20 $ docker rm -f 2a67ee610f4a14ab88d8508fb31905a2c2e18ef66fb7386113b0e1985fb0156c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:33:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:33:21 . [Pipeline] withDockerContainer 18:33:22 prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container 18: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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:33:24 $ docker top 2d0100adfe401a20dfee7f2b32372ec31f81b1f292298c25bf2375e0b6437d46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:33:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:33:25 [ssh-agent] Looking for ssh-agent implementation... 18:33:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:33:26 $ docker exec 2d0100adfe401a20dfee7f2b32372ec31f81b1f292298c25bf2375e0b6437d46 ssh-agent 18:33:26 SSH_AUTH_SOCK=/tmp/ssh-J9Ciw6pEpfvN/agent.11 18:33:26 SSH_AGENT_PID=16 18:33:26 Running ssh-add (command line suppressed) 18:33:27 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9200033051383530463.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9200033051383530463.key) 18:33:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:33:27 + git semver bump pre 18:33:27 # -> Open(): unable to determine branch for HEAD 18:33:27 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:33:27 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:33:27 # $SEMVER_REMOTE_NAME = origin 18:33:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:33:27 # $SEMVER_USER_NAME = edgex-jenkins 18:33:27 # $SEMVER_BRANCH = master 18:33:27 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:33:27 2.0.0-dev.39 [Pipeline] } 18:33:28 $ docker exec --env ******** --env ******** 2d0100adfe401a20dfee7f2b32372ec31f81b1f292298c25bf2375e0b6437d46 ssh-agent -k 18:33:29 unset SSH_AUTH_SOCK; 18:33:29 unset SSH_AGENT_PID; 18:33:29 echo Agent pid 16 killed; 18:33:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:33:30 + git semver [Pipeline] } 18:33:30 $ docker stop --time=1 2d0100adfe401a20dfee7f2b32372ec31f81b1f292298c25bf2375e0b6437d46 18:33:33 $ docker rm -f 2d0100adfe401a20dfee7f2b32372ec31f81b1f292298c25bf2375e0b6437d46 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:33:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:33:34 . [Pipeline] withDockerContainer 18:33:34 prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container 18:33:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:33:36 $ docker top 867db0da969061cec3314ee743802cec05084d6a3f1adfe28bf0ba165d45c880 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:33:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:33:37 [ssh-agent] Looking for ssh-agent implementation... 18:33:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:33:39 $ docker exec 867db0da969061cec3314ee743802cec05084d6a3f1adfe28bf0ba165d45c880 ssh-agent 18:33:39 SSH_AUTH_SOCK=/tmp/ssh-w5yDFs4moNlW/agent.12 18:33:39 SSH_AGENT_PID=17 18:33:40 Running ssh-add (command line suppressed) 18:33:40 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6515351465755572808.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6515351465755572808.key) 18:33:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:33:42 + git semver push 18:33:42 # -> Open(): unable to determine branch for HEAD 18:33:42 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:33:42 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:33:42 # $SEMVER_REMOTE_NAME = origin 18:33:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:33:42 # $SEMVER_USER_NAME = edgex-jenkins 18:33:42 # $SEMVER_BRANCH = master 18:33:42 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:33:47 $ docker exec --env ******** --env ******** 867db0da969061cec3314ee743802cec05084d6a3f1adfe28bf0ba165d45c880 ssh-agent -k 18:33:48 unset SSH_AUTH_SOCK; 18:33:48 unset SSH_AGENT_PID; 18:33:48 echo Agent pid 17 killed; 18:33:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:33:49 + git semver [Pipeline] } 18:33:49 $ docker stop --time=1 867db0da969061cec3314ee743802cec05084d6a3f1adfe28bf0ba165d45c880 18:33:52 $ docker rm -f 867db0da969061cec3314ee743802cec05084d6a3f1adfe28bf0ba165d45c880 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:33:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:33:55 ---> package-listing.sh 18:33:55 ++ tr '[:upper:]' '[:lower:]' 18:33:55 ++ facter osfamily 18:33:56 + OS_FAMILY=redhat 18:33:56 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 18:33:56 + START_PACKAGES=/tmp/packages_start.txt 18:33:56 + END_PACKAGES=/tmp/packages_end.txt 18:33:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:33:56 + PACKAGES=/tmp/packages_start.txt 18:33:56 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:33:56 + PACKAGES=/tmp/packages_end.txt 18:33:56 + case "${OS_FAMILY}" in 18:33:56 + sort 18:33:56 + rpm -qa 18:34:04 + '[' -f /tmp/packages_start.txt ']' 18:34:04 + '[' -f /tmp/packages_end.txt ']' 18:34:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:34:04 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:34:04 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 18:34:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 18:34:04 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:34:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:34:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:34:06 18:34:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:34:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:34:07 alpine: Pulling from edgex-lftools-log-publisher 18:34:07 df20fa9351a1: Pulling fs layer 18:34:07 36b3adc4ff6f: Pulling fs layer 18:34:07 8ad3a11d3b57: Pulling fs layer 18:34:07 46f8f816bc3b: Pulling fs layer 18:34:07 93b61091891f: Pulling fs layer 18:34:07 93b9cdb0e59b: Pulling fs layer 18:34:07 5e14af77c1be: Pulling fs layer 18:34:07 01666e4c0597: Pulling fs layer 18:34:07 aa168da1d23b: Pulling fs layer 18:34:07 93b9cdb0e59b: Waiting 18:34:07 5e14af77c1be: Waiting 18:34:07 aa168da1d23b: Waiting 18:34:07 01666e4c0597: Waiting 18:34:07 46f8f816bc3b: Waiting 18:34:07 93b61091891f: Waiting 18:34:07 36b3adc4ff6f: Download complete 18:34:07 46f8f816bc3b: Verifying Checksum 18:34:07 46f8f816bc3b: Download complete 18:34:07 df20fa9351a1: Verifying Checksum 18:34:07 df20fa9351a1: Download complete 18:34:07 93b9cdb0e59b: Verifying Checksum 18:34:07 93b9cdb0e59b: Download complete 18:34:07 5e14af77c1be: Verifying Checksum 18:34:07 5e14af77c1be: Download complete 18:34:07 01666e4c0597: Verifying Checksum 18:34:07 01666e4c0597: Download complete 18:34:08 93b61091891f: Verifying Checksum 18:34:08 93b61091891f: Download complete 18:34:09 df20fa9351a1: Pull complete 18:34:09 8ad3a11d3b57: Verifying Checksum 18:34:09 8ad3a11d3b57: Download complete 18:34:09 36b3adc4ff6f: Pull complete 18:34:11 8ad3a11d3b57: Pull complete 18:34:12 46f8f816bc3b: Pull complete 18:34:14 93b61091891f: Pull complete 18:34:15 93b9cdb0e59b: Pull complete 18:34:15 5e14af77c1be: Pull complete 18:34:16 01666e4c0597: Pull complete 18:34:16 aa168da1d23b: Verifying Checksum 18:34:16 aa168da1d23b: Download complete 18:34:35 aa168da1d23b: Pull complete 18:34:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:34:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:34:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:34:36 prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container 18:34:36 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:34:39 $ docker top 5e0d68e3f30b0aa43ebb0bbdd3cc76f4e9b441951f1d4b4e1042ccc44aeac068 -eo pid,comm [Pipeline] { [Pipeline] sh 18:34:41 + touch /tmp/pre-build-complete [Pipeline] sh 18:34:42 + mkdir -p /var/log/sa [Pipeline] sh 18:34:43 + ls /var/log/sa-host 18:34:43 + sadf -c /var/log/sa-host/sa23 18:34:43 file_magic: OK 18:34:43 HZ: Using current value: 100 18:34:43 file_header: OK 18:34:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:34:43 Statistics: 18:34:43 Hnuu...uuuununununu... 18:34:43 File successfully converted to sysstat format version 12.2.1 18:34:43 + sadf -c /var/log/sa-host/sa30 18:34:43 file_magic: OK 18:34:43 HZ: Using current value: 100 18:34:43 file_header: OK 18:34:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:34:43 Statistics: 18:34:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:34:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:34:44 provisioning config files... 18:34:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4548349927687397611tmp [Pipeline] { [Pipeline] echo 18:34:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:34:45 ---> create-netrc.sh [Pipeline] } 18:34:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:34:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:34:46 ---> python-tools-install.sh [Pipeline] echo 18:34:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:34:46 ---> sudo-logs.sh 18:34:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:34:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:34:47 ---> job-cost.sh 18:34:47 lf-activate-venv: SKIPPING 18:34:47 DEBUG: total: 0.20999999344348907 18:34:47 INFO: Retrieving Stack Cost... 18:34:48 INFO: Retrieving Pricing Info for: v1-standard-2 18:34:49 INFO: Archiving Costs [Pipeline] echo 18:34:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:34:51 ---> logs-deploy.sh 18:34:51 lf-activate-venv: SKIPPING 18:34:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/207 18:34:51 INFO: archiving workspace using pattern(s): 18:34:52 Archives upload complete. 18:34:52 INFO: archiving logs to Nexus 18:34:55 ---> uname -a: 18:34:55 Linux prd-centos7-docker-4c-2g-32071.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:34:55 18:34:55 18:34:55 ---> lscpu: 18:34:55 Architecture: x86_64 18:34:55 CPU op-mode(s): 32-bit, 64-bit 18:34:55 Byte Order: Little Endian 18:34:55 Address sizes: 40 bits physical, 48 bits virtual 18:34:55 CPU(s): 4 18:34:55 On-line CPU(s) list: 0-3 18:34:55 Thread(s) per core: 1 18:34:55 Core(s) per socket: 1 18:34:55 Socket(s): 4 18:34:55 NUMA node(s): 1 18:34:55 Vendor ID: GenuineIntel 18:34:55 CPU family: 6 18:34:55 Model: 44 18:34:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:34:55 Stepping: 1 18:34:55 CPU MHz: 2933.438 18:34:55 BogoMIPS: 5866.87 18:34:55 Virtualization: VT-x 18:34:55 Hypervisor vendor: KVM 18:34:55 Virtualization type: full 18:34:55 L1d cache: 128 KiB 18:34:55 L1i cache: 128 KiB 18:34:55 L2 cache: 16 MiB 18:34:55 L3 cache: 64 MiB 18:34:55 NUMA node0 CPU(s): 0-3 18:34:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:34:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:34:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:34:55 Vulnerability Meltdown: Mitigation; PTI 18:34:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:34:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:34:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:34:55 Vulnerability Srbds: Not affected 18:34:55 Vulnerability Tsx async abort: Not affected 18:34:55 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:34:55 18:34:55 18:34:55 ---> nproc: 18:34:55 4 18:34:55 18:34:55 18:34:55 ---> df -h: 18:34:55 Filesystem Size Used Available Use% Mounted on 18:34:55 overlay 50.0G 8.6G 41.4G 17% / 18:34:55 tmpfs 64.0M 0 64.0M 0% /dev 18:34:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:34:55 shm 64.0M 0 64.0M 0% /dev/shm 18:34:55 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 18:34:55 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 18:34:55 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 18:34:55 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 18:34:55 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 18:34:55 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 18:34:55 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 18:34:55 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 18:34:55 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 18:34:55 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 18:34:55 18:34:55 18:34:55 ---> free -m: 18:34:55 total used free shared buff/cache available 18:34:55 Mem: 1837 788 166 0 881 983 18:34:55 Swap: 1023 2 1021 18:34:55 18:34:55 18:34:55 ---> ip addr: 18:34:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:34:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:34:55 inet 127.0.0.1/8 scope host lo 18:34:55 valid_lft forever preferred_lft forever 18:34:55 inet6 ::1/128 scope host 18:34:55 valid_lft forever preferred_lft forever 18:34:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:34:55 link/ether fa:16:3e:d1:76:79 brd ff:ff:ff:ff:ff:ff 18:34:55 inet 10.30.122.140/23 brd 10.30.123.255 scope global dynamic eth0 18:34:55 valid_lft 85544sec preferred_lft 85544sec 18:34:55 inet6 fe80::f816:3eff:fed1:7679/64 scope link 18:34:55 valid_lft forever preferred_lft forever 18:34:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:34:55 link/ether 02:42:9e:1c:b8:5f brd ff:ff:ff:ff:ff:ff 18:34:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:34:55 valid_lft forever preferred_lft forever 18:34:55 inet6 fe80::42:9eff:fe1c:b85f/64 scope link 18:34:55 valid_lft forever preferred_lft forever 18:34:55 18:34:55 18:34:55 ---> sar -b -r -n DEV: 18:34:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/30/21 _x86_64_ (4 CPU) 18:34:55 18:34:55 18:20:25 LINUX RESTART (4 CPU) 18:34:55 18:34:55 18:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:34:55 18:22:01 129.77 65.40 64.37 0.00 4205.74 37100.27 0.00 18:34:55 18:23:01 31.67 11.38 20.29 0.00 4344.42 3601.81 0.00 18:34:55 18:24:01 2.01 0.00 2.01 0.00 0.00 36.73 0.00 18:34:55 18:25:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 18:34:55 18:26:01 0.22 0.00 0.22 0.00 0.00 2.48 0.00 18:34:55 18:27:02 0.33 0.00 0.33 0.00 0.00 4.29 0.00 18:34:55 18:28:01 0.24 0.00 0.24 0.00 0.00 2.74 0.00 18:34:55 18:29:01 0.17 0.00 0.17 0.00 0.00 1.88 0.00 18:34:55 18:30:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 18:34:55 18:31:01 74.00 31.31 42.69 0.00 1531.14 18708.61 0.00 18:34:55 18:32:01 257.43 169.75 87.67 0.00 7421.40 18228.41 0.00 18:34:55 18:33:02 174.21 43.89 130.33 0.00 2551.28 30217.15 0.00 18:34:55 18:34:01 74.12 56.81 17.31 0.00 5139.58 3061.08 0.00 18:34:55 Average: 57.39 29.15 28.24 0.00 1938.08 8562.87 0.00 18:34:55 18:34:55 18:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:34:55 18:22:01 75596 0 537692 28.58 2620 1265636 1038168 35.43 385000 1223652 17768 18:34:55 18:23:01 204744 0 573472 30.48 2620 1100708 1095452 37.39 393088 1083664 12 18:34:55 18:24:01 217460 0 560752 29.80 2620 1100712 999080 34.10 396720 1069100 12 18:34:55 18:25:01 212904 0 565304 30.04 2620 1100716 1004752 34.29 399300 1071276 12 18:34:55 18:26:01 212580 0 565624 30.06 2620 1100720 1005780 34.33 405548 1065132 8 18:34:55 18:27:02 215808 0 562388 29.89 2620 1100728 999216 34.10 435532 1032404 8 18:34:55 18:28:01 216296 0 561900 29.86 2620 1100728 999192 34.10 435528 1032404 12 18:34:55 18:29:01 216244 0 561944 29.87 2620 1100736 999096 34.10 435040 1032404 8 18:34:55 18:30:01 216384 0 561800 29.86 2620 1100740 999144 34.10 435172 1032400 8 18:34:55 18:31:01 70928 0 687952 36.56 2620 1120044 1435464 48.99 488240 1070604 19144 18:34:55 18:32:01 153124 0 670776 35.65 2596 1055048 1325412 45.23 534484 944380 65280 18:34:55 18:33:02 88452 0 758228 40.30 2112 1032752 1324720 45.21 552496 901980 520 18:34:55 18:34:01 111352 0 755732 40.17 1808 1012652 1228324 41.92 554600 875160 108 18:34:55 Average: 170144 0 609505 32.39 2517 1099378 1111831 37.94 450058 1033428 7915 18:34:55 18:34:55 18:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:34:55 18:22:01 eth0 206.44 158.31 994.18 58.08 0.00 0.00 0.00 0.00 18:34:55 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:23:01 eth0 156.05 148.64 646.43 45.76 0.00 0.00 0.00 0.00 18:34:55 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:23:01 docker0 97.62 91.81 8.97 310.87 0.00 0.00 0.00 0.00 18:34:55 18:24:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:34:55 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:25:01 eth0 2.00 1.15 3.18 0.20 0.00 0.00 0.00 0.00 18:34:55 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:26:01 eth0 0.52 0.45 0.31 0.26 0.00 0.00 0.00 0.00 18:34:55 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:27:02 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 18:34:55 18:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:28:01 eth0 0.22 0.19 0.07 0.01 0.00 0.00 0.00 0.00 18:34:55 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:34:55 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:34:55 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:31:01 eth0 412.77 355.09 4061.27 30.34 0.00 0.00 0.00 0.00 18:34:55 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:32:01 eth0 209.40 179.20 1397.22 56.56 0.00 0.00 0.00 0.00 18:34:55 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:32:01 docker0 51.03 55.18 4.63 263.22 0.00 0.00 0.00 0.00 18:34:55 18:33:02 vethef49f40 2.51 1.78 0.19 0.48 0.00 0.00 0.00 0.00 18:34:55 18:33:02 eth0 243.22 203.51 2106.56 45.99 0.00 0.00 0.00 0.00 18:34:55 18:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:33:02 docker0 2.51 1.65 0.16 0.47 0.00 0.00 0.00 0.00 18:34:55 18:34:01 eth0 81.76 68.51 287.48 60.24 0.00 0.00 0.00 0.00 18:34:55 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 18:34:01 docker0 27.26 33.92 1.81 235.74 0.00 0.00 0.00 0.00 18:34:55 Average: eth0 101.31 86.03 732.97 22.89 0.00 0.00 0.00 0.00 18:34:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:55 Average: docker0 13.72 14.04 1.20 62.22 0.00 0.00 0.00 0.00 18:34:55 18:34:55 18:34:55 ---> sar -P ALL: 18:34:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/30/21 _x86_64_ (4 CPU) 18:34:55 18:34:55 18:20:25 LINUX RESTART (4 CPU) 18:34:55 18:34:55 18:21:01 CPU %user %nice %system %iowait %steal %idle 18:34:55 18:22:01 all 11.37 0.00 7.55 6.88 30.93 43.27 18:34:55 18:22:01 0 14.34 0.00 6.92 7.57 31.59 39.59 18:34:55 18:22:01 1 9.17 0.00 6.44 9.17 31.34 43.88 18:34:55 18:22:01 2 12.55 0.00 10.48 5.51 29.53 41.92 18:34:55 18:22:01 3 9.53 0.00 6.40 5.22 31.25 47.59 18:34:55 18:23:01 all 3.29 0.00 3.09 0.84 13.67 79.11 18:34:55 18:23:01 0 3.18 0.00 3.18 0.48 15.01 78.15 18:34:55 18:23:01 1 3.33 0.00 3.17 1.06 13.36 79.09 18:34:55 18:23:01 2 4.83 0.00 2.94 1.59 13.48 77.17 18:34:55 18:23:01 3 1.86 0.00 3.06 0.23 12.84 82.01 18:34:55 18:24:01 all 0.14 0.00 0.14 0.00 1.18 98.54 18:34:55 18:24:01 0 0.13 0.00 0.15 0.00 1.73 98.00 18:34:55 18:24:01 1 0.03 0.00 0.12 0.00 1.35 98.50 18:34:55 18:24:01 2 0.07 0.00 0.17 0.00 1.04 98.73 18:34:55 18:24:01 3 0.33 0.00 0.13 0.00 0.60 98.94 18:34:55 18:25:01 all 0.15 0.00 0.11 0.00 1.61 98.13 18:34:55 18:25:01 0 0.15 0.00 0.08 0.00 0.83 98.94 18:34:55 18:25:01 1 0.08 0.00 0.08 0.00 1.63 98.21 18:34:55 18:25:01 2 0.36 0.00 0.18 0.00 2.16 97.29 18:34:55 18:25:01 3 0.02 0.00 0.10 0.00 1.80 98.08 18:34:55 18:26:01 all 0.11 0.00 0.06 0.00 0.53 99.30 18:34:55 18:26:01 0 0.03 0.00 0.03 0.00 0.27 99.67 18:34:55 18:26:01 1 0.05 0.00 0.05 0.00 0.84 99.06 18:34:55 18:26:01 2 0.17 0.00 0.12 0.00 0.81 98.91 18:34:55 18:26:01 3 0.20 0.00 0.03 0.00 0.20 99.57 18:34:55 18:27:02 all 0.09 0.00 0.21 0.00 1.13 98.57 18:34:55 18:27:02 0 0.05 0.00 0.28 0.00 0.51 99.15 18:34:55 18:27:02 1 0.05 0.00 0.08 0.00 1.68 98.19 18:34:55 18:27:02 2 0.08 0.00 0.33 0.00 1.76 97.83 18:34:55 18:27:02 3 0.18 0.00 0.15 0.00 0.55 99.12 18:34:55 18:28:01 all 0.10 0.00 0.05 0.02 0.84 98.98 18:34:55 18:28:01 0 0.03 0.00 0.05 0.00 0.32 99.60 18:34:55 18:28:01 1 0.05 0.00 0.07 0.08 1.83 97.97 18:34:55 18:28:01 2 0.32 0.00 0.07 0.00 0.97 98.64 18:34:55 18:28:01 3 0.00 0.00 0.03 0.00 0.24 99.73 18:34:55 18:29:01 all 0.09 0.00 0.03 0.00 1.69 98.19 18:34:55 18:29:01 0 0.03 0.00 0.03 0.00 0.43 99.50 18:34:55 18:29:01 1 0.27 0.00 0.03 0.00 3.07 96.62 18:34:55 18:29:01 2 0.05 0.00 0.03 0.00 2.38 97.54 18:34:55 18:29:01 3 0.02 0.00 0.02 0.00 0.83 99.14 18:34:55 18:30:01 all 0.08 0.00 0.02 0.01 1.34 98.54 18:34:55 18:30:01 0 0.00 0.00 0.02 0.00 0.53 99.45 18:34:55 18:30:01 1 0.11 0.00 0.03 0.05 3.09 96.71 18:34:55 18:30:01 2 0.20 0.00 0.03 0.00 1.09 98.68 18:34:55 18:30:01 3 0.02 0.00 0.02 0.00 0.61 99.35 18:34:55 18:31:01 all 2.51 0.00 2.71 0.52 20.19 74.07 18:34:55 18:31:01 0 2.65 0.00 3.09 0.21 20.89 73.15 18:34:55 18:31:01 1 2.57 0.00 3.22 0.44 20.56 73.21 18:34:55 18:31:01 2 2.45 0.00 2.02 0.51 21.00 74.01 18:34:55 18:31:01 3 2.36 0.00 2.49 0.92 18.28 75.95 18:34:55 18:32:01 all 4.92 0.00 5.35 3.49 25.75 60.49 18:34:55 18:32:01 0 4.83 0.00 5.38 3.60 27.47 58.72 18:34:55 18:32:01 1 5.70 0.00 7.17 4.24 25.74 57.15 18:34:55 18:32:01 2 4.18 0.00 3.86 4.06 24.92 62.98 18:34:55 18:32:01 3 4.99 0.00 5.02 2.08 24.88 63.03 18:34:55 18:34:55 18:32:01 CPU %user %nice %system %iowait %steal %idle 18:34:55 18:33:02 all 4.56 0.00 5.51 1.39 33.78 54.76 18:34:55 18:33:02 0 3.63 0.00 4.48 0.37 35.94 55.57 18:34:55 18:33:02 1 5.51 0.00 6.27 1.42 34.42 52.38 18:34:55 18:33:02 2 4.31 0.00 5.45 0.27 32.45 57.52 18:34:55 18:33:02 3 4.82 0.00 5.89 3.57 32.20 53.52 18:34:55 18:34:01 all 4.16 0.00 4.91 2.44 21.68 66.81 18:34:55 18:34:01 0 5.30 0.00 5.17 1.22 23.33 64.98 18:34:55 18:34:01 1 7.10 0.00 5.02 6.11 23.50 58.27 18:34:55 18:34:01 2 2.31 0.00 4.84 1.12 19.75 71.99 18:34:55 18:34:01 3 1.94 0.00 4.62 1.35 20.11 71.97 18:34:55 Average: all 2.58 0.00 2.44 1.28 12.62 81.08 18:34:55 Average: 0 2.81 0.00 2.37 1.10 13.13 80.60 18:34:55 Average: 1 2.77 0.00 2.59 1.84 13.18 79.61 18:34:55 Average: 2 2.59 0.00 2.49 1.06 12.34 81.52 18:34:55 Average: 3 2.16 0.00 2.29 1.11 11.83 82.60 18:34:55 18:34:55 18:34:55