Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7563e5ddaf4609d3782aa72276f202d5a5a084f0 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: app-functions-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4925 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 Checking out Revision 7563e5ddaf4609d3782aa72276f202d5a5a084f0 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7563e5ddaf4609d3782aa72276f202d5a5a084f0 # timeout=10 Commit message: "fix: Added missing .ExternalMqtt subsection to error log message (#836)" > git rev-list --no-walk 00d745e262a2b669949b9e69e1b8c77e0ea64523 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:07:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:07:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:07:53 ========================================================= 22:07:53 EdgeX Global Pipelines Version Info 22:07:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:07:55 ------------------- 22:07:55 stable info: 22:07:55 ------------------- 22:07:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:07:55 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 22:07:55 Message: update stable to v1.0.192 22:07:56 ------------------- 22:07:56 experimental info: 22:07:56 ------------------- 22:07:56 Commited By: **** collab-it+edgex@linuxfoundation.org 22:07:56 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 22:07:56 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:07:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7563e5ddaf4609d3782aa72276f202d5a5a084f0 [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7563e5d [Pipeline] echo 22:07:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:07:57 + git log --format=format:%s -1 7563e5ddaf4609d3782aa72276f202d5a5a084f0 [Pipeline] echo 22:07:57 GIT_COMMIT: 7563e5ddaf4609d3782aa72276f202d5a5a084f0, Commit Message: fix: Added missing .ExternalMqtt subsection to error log message (#836) [Pipeline] echo 22:07:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:07:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:07:59 22:07:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:07:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:07:59 latest: Pulling from edgex-devops/git-semver 22:07:59 31603596830f: Pulling fs layer 22:07:59 54011a49482f: Pulling fs layer 22:07:59 a6820b24f6d8: Pulling fs layer 22:07:59 f581987b2513: Pulling fs layer 22:07:59 f581987b2513: Waiting 22:07:59 54011a49482f: Verifying Checksum 22:07:59 54011a49482f: Download complete 22:07:59 31603596830f: Verifying Checksum 22:07:59 31603596830f: Download complete 22:08:00 f581987b2513: Verifying Checksum 22:08:00 f581987b2513: Download complete 22:08:00 a6820b24f6d8: Verifying Checksum 22:08:00 a6820b24f6d8: Download complete 22:08:00 31603596830f: Pull complete 22:08:00 54011a49482f: Pull complete 22:08:01 a6820b24f6d8: Pull complete 22:08:02 f581987b2513: Pull complete 22:08:02 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 22:08:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:08:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:08:02 prd-centos7-docker-4c-2g-4925 does not seem to be running inside a container 22:08:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:08:05 $ docker top b15368dd8b2af48203038960ac8c284c453d3c28ba92356470f34fc53db5d7ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:08:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:08:05 [ssh-agent] Looking for ssh-agent implementation... 22:08:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:08:06 $ docker exec b15368dd8b2af48203038960ac8c284c453d3c28ba92356470f34fc53db5d7ac ssh-agent 22:08:07 SSH_AUTH_SOCK=/tmp/ssh-WHGZJiqELQjd/agent.12 22:08:07 SSH_AGENT_PID=17 22:08:07 Running ssh-add (command line suppressed) 22:08:07 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5278079263694938976.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5278079263694938976.key) 22:08:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:08:08 + git tag --points-at HEAD [Pipeline] } 22:08:08 $ docker exec --env ******** --env ******** b15368dd8b2af48203038960ac8c284c453d3c28ba92356470f34fc53db5d7ac ssh-agent -k 22:08:08 unset SSH_AUTH_SOCK; 22:08:08 unset SSH_AGENT_PID; 22:08:08 echo Agent pid 17 killed; 22:08:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:08:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:08:08 [ssh-agent] Looking for ssh-agent implementation... 22:08:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:08:08 $ docker exec b15368dd8b2af48203038960ac8c284c453d3c28ba92356470f34fc53db5d7ac ssh-agent 22:08:09 SSH_AUTH_SOCK=/tmp/ssh-xvhVQVWEGJ7N/agent.46 22:08:09 SSH_AGENT_PID=51 22:08:09 Running ssh-add (command line suppressed) 22:08:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4159520371902357826.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4159520371902357826.key) 22:08:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:08:09 + git semver init 22:08:09 # -> Open(): unable to determine branch for HEAD 22:08:09 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:08:09 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:08:09 # $SEMVER_REMOTE_NAME = origin 22:08:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:08:09 # $SEMVER_USER_NAME = edgex-jenkins 22:08:09 # $SEMVER_BRANCH = master 22:08:09 # $SEMVER_TEMP = /tmp/semver-405607558 22:08:09 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:08:13 # '/tmp/semver-405607558' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:08:13 # -> Force: false 22:08:13 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:08:13 $ docker exec --env ******** --env ******** b15368dd8b2af48203038960ac8c284c453d3c28ba92356470f34fc53db5d7ac ssh-agent -k 22:08:14 unset SSH_AUTH_SOCK; 22:08:14 unset SSH_AGENT_PID; 22:08:14 echo Agent pid 51 killed; 22:08:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:08:14 + git semver [Pipeline] } 22:08:14 $ docker stop --time=1 b15368dd8b2af48203038960ac8c284c453d3c28ba92356470f34fc53db5d7ac 22:08:16 $ docker rm -f b15368dd8b2af48203038960ac8c284c453d3c28ba92356470f34fc53db5d7ac [Pipeline] // withDockerContainer [Pipeline] sh 22:08:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:08:17 Stashed 1 file(s) [Pipeline] echo 22:08:17 [edgeXSemver]: initialized semver on version 2.0.0-dev.59 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:08:32 Still waiting to schedule task 22:08:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:08:32 Still waiting to schedule task 22:08:32 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:11:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4927 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:11:03 Running in /w/workspace/app-functions-sdk-go/231 [Pipeline] { [Pipeline] checkout 22:11:09 using credential edgex-jenkins-ssh 22:11:09 Cloning the remote Git repository 22:11:09 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:11:09 > git init /w/workspace/app-functions-sdk-go/231 # timeout=10 22:11:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:11:09 > git --version # timeout=10 22:11:09 > git --version # 'git version 2.17.1' 22:11:09 using GIT_SSH to set credentials SSH Credentials for GitHub 22:11:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:11:14 Checking out Revision 7563e5ddaf4609d3782aa72276f202d5a5a084f0 (master) 22:11:13 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:11:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:11:13 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:11:13 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:11:13 using GIT_SSH to set credentials SSH Credentials for GitHub 22:11:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:11:14 > git config core.sparsecheckout # timeout=10 22:11:14 > git checkout -f 7563e5ddaf4609d3782aa72276f202d5a5a084f0 # timeout=10 22:11:18 Commit message: "fix: Added missing .ExternalMqtt subsection to error log message (#836)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:11:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:11:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:11:20 + sudo service docker restart 22:11:20 + true 22:11:22 Running on prd-centos7-docker-4c-2g-4928 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:11:22 Running in /w/workspace/app-functions-sdk-go/231 [Pipeline] { [Pipeline] checkout [Pipeline] unstash [Pipeline] echo 22:11:23 ========================================================= 22:11:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 22:11:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:11:23 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 22:11:24 Sending build context to Docker daemon 19.56MB 22:11:24 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 22:11:24 Step 2/8 : FROM ${BASE} 22:11:24 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:11:24 595b0fe564bb: Pulling fs layer 22:11:24 7186ed65a4f7: Pulling fs layer 22:11:24 316046926c0a: Pulling fs layer 22:11:24 4ebd0625c992: Pulling fs layer 22:11:24 207e8628e3a3: Pulling fs layer 22:11:24 c791037a9be2: Pulling fs layer 22:11:24 ffd874e62e21: Pulling fs layer 22:11:24 4ebd0625c992: Waiting 22:11:24 207e8628e3a3: Waiting 22:11:24 c791037a9be2: Waiting 22:11:24 ffd874e62e21: Waiting 22:11:25 316046926c0a: Verifying Checksum 22:11:25 316046926c0a: Download complete 22:11:25 7186ed65a4f7: Download complete 22:11:25 207e8628e3a3: Verifying Checksum 22:11:25 207e8628e3a3: Download complete 22:11:25 c791037a9be2: Verifying Checksum 22:11:25 c791037a9be2: Download complete 22:11:25 595b0fe564bb: Verifying Checksum 22:11:25 595b0fe564bb: Download complete 22:11:26 595b0fe564bb: Pull complete 22:11:26 using credential edgex-jenkins-ssh 22:11:26 Cloning the remote Git repository 22:11:26 7186ed65a4f7: Pull complete 22:11:26 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:11:26 > git init /w/workspace/app-functions-sdk-go/231 # timeout=10 22:11:26 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:11:26 > git --version # timeout=10 22:11:26 > git --version # 'git version 2.24.3' 22:11:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:11:26 316046926c0a: Pull complete 22:11:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:11:27 ffd874e62e21: Verifying Checksum 22:11:27 ffd874e62e21: Download complete 22:11:28 4ebd0625c992: Verifying Checksum 22:11:28 4ebd0625c992: Download complete 22:11:30 Checking out Revision 7563e5ddaf4609d3782aa72276f202d5a5a084f0 (master) 22:11:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:11:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:11:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:11:30 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:11:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:11:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:11:30 > git config core.sparsecheckout # timeout=10 22:11:30 > git checkout -f 7563e5ddaf4609d3782aa72276f202d5a5a084f0 # timeout=10 22:11:34 Commit message: "fix: Added missing .ExternalMqtt subsection to error log message (#836)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:11:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:11:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:11:36 + sudo service docker restart 22:11:36 + true 22:11:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 22:11:37 ========================================================= 22:11:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 22:11:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:11:38 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 22:11:39 4ebd0625c992: Pull complete 22:11:39 207e8628e3a3: Pull complete 22:11:39 Sending build context to Docker daemon 19.56MB 22:11:39 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 22:11:39 Step 2/8 : FROM ${BASE} 22:11:39 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 22:11:39 540db60ca938: Pulling fs layer 22:11:39 adcc1eea9eea: Pulling fs layer 22:11:39 4c4ab2625f07: Pulling fs layer 22:11:39 0510c868ecb4: Pulling fs layer 22:11:39 afea3b2eda06: Pulling fs layer 22:11:39 7809a108b3ef: Pulling fs layer 22:11:39 f706445af74f: Pulling fs layer 22:11:39 0510c868ecb4: Waiting 22:11:39 afea3b2eda06: Waiting 22:11:39 7809a108b3ef: Waiting 22:11:39 f706445af74f: Waiting 22:11:39 4c4ab2625f07: Verifying Checksum 22:11:39 4c4ab2625f07: Download complete 22:11:39 adcc1eea9eea: Download complete 22:11:39 afea3b2eda06: Verifying Checksum 22:11:39 afea3b2eda06: Download complete 22:11:39 7809a108b3ef: Verifying Checksum 22:11:39 7809a108b3ef: Download complete 22:11:39 540db60ca938: Verifying Checksum 22:11:39 540db60ca938: Download complete 22:11:39 c791037a9be2: Pull complete 22:11:39 540db60ca938: Pull complete 22:11:40 adcc1eea9eea: Pull complete 22:11:40 4c4ab2625f07: Pull complete 22:11:41 f706445af74f: Verifying Checksum 22:11:41 f706445af74f: Download complete 22:11:43 ffd874e62e21: Pull complete 22:11:43 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 22:11:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 22:11:43 ---> cfc18b08335c 22:11:43 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 22:11:43 0510c868ecb4: Verifying Checksum 22:11:43 0510c868ecb4: Download complete 22:11:43 20.10.0: Pulling from library/docker 22:11:43 a3cc7d3b244e: Pulling fs layer 22:11:43 02a3295e0d61: Pulling fs layer 22:11:43 0f4f2e6d8100: Pulling fs layer 22:11:43 330b718f631f: Pulling fs layer 22:11:43 a93816041522: Pulling fs layer 22:11:43 bdb6da89ff94: Pulling fs layer 22:11:43 2a70c0c122f4: Pulling fs layer 22:11:43 330b718f631f: Waiting 22:11:43 a93816041522: Waiting 22:11:43 2a70c0c122f4: Waiting 22:11:43 bdb6da89ff94: Waiting 22:11:43 0f4f2e6d8100: Verifying Checksum 22:11:43 0f4f2e6d8100: Download complete 22:11:43 02a3295e0d61: Verifying Checksum 22:11:43 02a3295e0d61: Download complete 22:11:43 a93816041522: Verifying Checksum 22:11:43 a93816041522: Download complete 22:11:43 a3cc7d3b244e: Verifying Checksum 22:11:43 a3cc7d3b244e: Download complete 22:11:43 bdb6da89ff94: Verifying Checksum 22:11:43 bdb6da89ff94: Download complete 22:11:43 2a70c0c122f4: Verifying Checksum 22:11:43 2a70c0c122f4: Download complete 22:11:44 a3cc7d3b244e: Pull complete 22:11:44 02a3295e0d61: Pull complete 22:11:44 330b718f631f: Verifying Checksum 22:11:44 330b718f631f: Download complete 22:11:45 0f4f2e6d8100: Pull complete 22:11:48 330b718f631f: Pull complete 22:11:48 a93816041522: Pull complete 22:11:49 bdb6da89ff94: Pull complete 22:11:49 2a70c0c122f4: Pull complete 22:11:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:11:49 Status: Downloaded newer image for docker:20.10.0 22:11:49 0510c868ecb4: Pull complete 22:11:49 afea3b2eda06: Pull complete 22:11:49 7809a108b3ef: Pull complete 22:11:55 f706445af74f: Pull complete 22:11:55 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 22:11:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 22:11:55 ---> b068be0155e3 22:11:55 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 22:11:55 20.10.0: Pulling from library/docker 22:11:55 05e7bc50f07f: Pulling fs layer 22:11:55 6db28d0fdbf6: Pulling fs layer 22:11:55 292df0bc6bf3: Pulling fs layer 22:11:55 2e060f4bd70b: Pulling fs layer 22:11:55 80e8d568a223: Pulling fs layer 22:11:55 8dc6ef1a942a: Pulling fs layer 22:11:55 2312dd95470a: Pulling fs layer 22:11:55 8dc6ef1a942a: Waiting 22:11:55 2312dd95470a: Waiting 22:11:55 2e060f4bd70b: Waiting 22:11:55 80e8d568a223: Waiting 22:11:55 292df0bc6bf3: Verifying Checksum 22:11:55 292df0bc6bf3: Download complete 22:11:55 6db28d0fdbf6: Verifying Checksum 22:11:55 6db28d0fdbf6: Download complete 22:11:55 05e7bc50f07f: Verifying Checksum 22:11:55 05e7bc50f07f: Download complete 22:11:55 80e8d568a223: Verifying Checksum 22:11:55 80e8d568a223: Download complete 22:11:55 8dc6ef1a942a: Verifying Checksum 22:11:55 8dc6ef1a942a: Download complete 22:11:55 2312dd95470a: Verifying Checksum 22:11:55 2312dd95470a: Download complete 22:11:56 ---> e75be14ef992 22:11:56 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:11:56 ---> Running in 9d9ef80af86c 22:11:56 Removing intermediate container 9d9ef80af86c 22:11:56 ---> bee18fda2c4c 22:11:56 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:11:56 ---> Running in f7ef5e000c0f 22:11:56 2e060f4bd70b: Verifying Checksum 22:11:56 2e060f4bd70b: Download complete 22:11:57 05e7bc50f07f: Pull complete 22:11:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:11:58 6db28d0fdbf6: Pull complete 22:11:58 292df0bc6bf3: Pull complete 22:11:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:11:59 (1/5) Installing libsodium (1.0.18-r0) 22:11:59 (2/5) Installing libzmq (4.3.3-r1) 22:11:59 (3/5) Installing pkgconf (1.7.3-r0) 22:11:59 (4/5) Installing libsodium-dev (1.0.18-r0) 22:11:59 (5/5) Installing zeromq-dev (4.3.3-r1) 22:12:00 Executing busybox-1.32.1-r6.trigger 22:12:00 OK: 139 MiB in 45 packages 22:12:01 2e060f4bd70b: Pull complete 22:12:01 80e8d568a223: Pull complete 22:12:01 8dc6ef1a942a: Pull complete 22:12:01 2312dd95470a: Pull complete 22:12:01 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:12:01 Status: Downloaded newer image for docker:20.10.0 22:12:01 Removing intermediate container f7ef5e000c0f 22:12:01 ---> 68b8b2ced77c 22:12:01 Step 6/8 : WORKDIR /build 22:12:01 ---> Running in 4d7bc56bafda 22:12:01 Removing intermediate container 4d7bc56bafda 22:12:01 ---> 138c7c0fca98 22:12:01 Step 7/8 : COPY go.mod . 22:12:02 ---> 422f3c8957dd 22:12:02 Step 8/8 : RUN go mod download 22:12:02 ---> Running in 7b23f5a18af4 22:12:03 ---> ccf122403a74 22:12:03 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:12:03 ---> Running in bec95060911e 22:12:03 Removing intermediate container bec95060911e 22:12:03 ---> 7aba9d4eec94 22:12:03 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:12:03 ---> Running in 0b3cd62f0a1e 22:12:04 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:12:05 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:12:05 (1/5) Installing libsodium (1.0.18-r0) 22:12:05 (2/5) Installing libzmq (4.3.3-r1) 22:12:05 (3/5) Installing pkgconf (1.7.3-r0) 22:12:05 (4/5) Installing libsodium-dev (1.0.18-r0) 22:12:05 (5/5) Installing zeromq-dev (4.3.3-r1) 22:12:05 Executing busybox-1.32.1-r6.trigger 22:12:05 OK: 150 MiB in 45 packages 22:12:06 Removing intermediate container 0b3cd62f0a1e 22:12:06 ---> 758bb58c5165 22:12:06 Step 6/8 : WORKDIR /build 22:12:06 ---> Running in 473c973209fa 22:12:07 Removing intermediate container 473c973209fa 22:12:07 ---> 20a0c6964df4 22:12:07 Step 7/8 : COPY go.mod . 22:12:07 ---> f7ea695a9f31 22:12:07 Step 8/8 : RUN go mod download 22:12:07 ---> Running in caa20c29fb4a 22:12:29 Removing intermediate container 7b23f5a18af4 22:12:29 ---> e3b827eab077 22:12:29 Successfully built e3b827eab077 22:12:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:12:29 + docker inspect -f . ci-base-image-arm64 22:12:29 . [Pipeline] withDockerContainer 22:12:30 prd-ubuntu18.04-docker-arm64-4c-16g-4927 does not seem to be running inside a container 22:12:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/231 -v /w/workspace/app-functions-sdk-go/231:/w/workspace/app-functions-sdk-go/231:rw,z -v /w/workspace/app-functions-sdk-go/231@tmp:/w/workspace/app-functions-sdk-go/231@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:12:31 $ docker top c2fc60922f9fc7da0fa04a840ccea92381e9bd4f01cb966f9adffaeabf3cf0ba -eo pid,comm [Pipeline] { [Pipeline] sh 22:12:32 + go version 22:12:32 go version go1.16.3 linux/arm64 [Pipeline] } 22:12:32 $ docker stop --time=1 c2fc60922f9fc7da0fa04a840ccea92381e9bd4f01cb966f9adffaeabf3cf0ba 22:12:34 Removing intermediate container caa20c29fb4a 22:12:34 ---> 76ce9ece1dd9 22:12:34 Successfully built 76ce9ece1dd9 22:12:34 Successfully tagged ci-base-image-x86_64:latest 22:12:34 $ docker rm -f c2fc60922f9fc7da0fa04a840ccea92381e9bd4f01cb966f9adffaeabf3cf0ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:12:35 + docker inspect -f . ci-base-image-x86_64 22:12:35 + docker inspect -f . ci-base-image-arm64 22:12:35 . [Pipeline] withDockerContainer 22:12:35 . 22:12:35 prd-ubuntu18.04-docker-arm64-4c-16g-4927 does not seem to be running inside a container 22:12:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/231 -v /w/workspace/app-functions-sdk-go/231:/w/workspace/app-functions-sdk-go/231:rw,z -v /w/workspace/app-functions-sdk-go/231@tmp:/w/workspace/app-functions-sdk-go/231@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:12:37 $ docker top 7afe1c5ca043f007e2ae149d7a54579a4f2c2912a8531b074870b111a3727580 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 22:12:37 prd-centos7-docker-4c-2g-4928 does not seem to be running inside a container 22:12:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/231 -v /w/workspace/app-functions-sdk-go/231:/w/workspace/app-functions-sdk-go/231:rw,z -v /w/workspace/app-functions-sdk-go/231@tmp:/w/workspace/app-functions-sdk-go/231@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 22:12:40 $ docker top bd9a08e8aef216203adaef22438933a193e3bc32e1f66ae553fdb2ae7d54d7a7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 22:12:40 + go version 22:12:40 + go mod tidy 22:12:40 go version go1.16.3 linux/amd64 [Pipeline] } 22:12:40 $ docker stop --time=1 bd9a08e8aef216203adaef22438933a193e3bc32e1f66ae553fdb2ae7d54d7a7 22:12:42 $ docker rm -f bd9a08e8aef216203adaef22438933a193e3bc32e1f66ae553fdb2ae7d54d7a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:12:43 + docker inspect -f . ci-base-image-x86_64 22:12:43 . [Pipeline] withDockerContainer 22:12:43 + make test 22:12:43 make -C ./app-service-template build 22:12:43 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/231/app-service-template' 22:12:43 go mod tidy 22:12:43 prd-centos7-docker-4c-2g-4928 does not seem to be running inside a container 22:12:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/231 -v /w/workspace/app-functions-sdk-go/231:/w/workspace/app-functions-sdk-go/231:rw,z -v /w/workspace/app-functions-sdk-go/231@tmp:/w/workspace/app-functions-sdk-go/231@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 22:12:43 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 22:12:44 $ docker top 2e8705860288f448da0d2ee32beeb04e76abe63fcbfec00a82b781ed5f429d68 -eo pid,comm [Pipeline] { [Pipeline] sh 22:12:45 + go mod tidy [Pipeline] sh 22:12:48 + make test 22:12:48 make -C ./app-service-template build 22:12:48 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/231/app-service-template' 22:12:48 go mod tidy 22:12:48 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 22:13:07 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/231/app-service-template' 22:13:07 make -C ./app-service-template test 22:13:07 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/231/app-service-template' 22:13:07 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:13:16 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/231/app-service-template' 22:13:16 make -C ./app-service-template test 22:13:16 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/231/app-service-template' 22:13:16 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:13:23 ok new-app-service 0.023s coverage: 47.8% of statements 22:13:23 ? new-app-service/config [no test files] 22:13:23 ok new-app-service/functions 0.053s 22:13:23 CGO_ENABLED=1 go vet ./... 22:13:33 gofmt -l . 22:13:33 [ "`gofmt -l .`" = "" ] 22:13:33 ./bin/test-go-mod-tidy.sh 22:13:33 ./bin/test-attribution-txt.sh 22:13:33 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/231/app-service-template' 22:13:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:13:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 22:13:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.019s coverage: 56.5% of statements 22:13:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.030s coverage: 92.5% of statements 22:13:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 22:13:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.056s coverage: 61.5% of statements 22:13:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 22:13:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.025s 22:13:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.070s coverage: 75.4% of statements 22:13:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 22:13:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 22:13:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 22:13:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 22:13:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 22:13:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 22:13:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.010s coverage: 97.0% of statements 22:13:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 22:13:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.013s coverage: 10.5% of statements 22:13:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.803s coverage: 76.9% of statements 22:13:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 22:13:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.042s coverage: 18.4% of statements 22:13:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.015s coverage: 27.3% of statements 22:13:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 22:13:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 22:13:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.025s coverage: 51.4% of statements 22:13:48 ok new-app-service 0.035s coverage: 47.8% of statements 22:13:48 ? new-app-service/config [no test files] 22:13:48 ok new-app-service/functions 0.032s 22:13:48 CGO_ENABLED=1 go vet ./... 22:14:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.094s coverage: 81.9% of statements 22:14:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.013s coverage: 94.4% of statements 22:14:08 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:14:08 gofmt -l . 22:14:08 [ "`gofmt -l .`" = "" ] 22:14:08 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 22:14:08 $ docker stop --time=1 2e8705860288f448da0d2ee32beeb04e76abe63fcbfec00a82b781ed5f429d68 22:14:10 $ docker rm -f 2e8705860288f448da0d2ee32beeb04e76abe63fcbfec00a82b781ed5f429d68 [Pipeline] // withDockerContainer [Pipeline] sh 22:14:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:14:11 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:14:12 ---> job-cost.sh 22:14:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qJrF 22:14:15 gofmt -l . 22:14:15 [ "`gofmt -l .`" = "" ] 22:14:15 ./bin/test-go-mod-tidy.sh 22:14:15 ./bin/test-attribution-txt.sh 22:14:17 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/231/app-service-template' 22:14:17 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:14:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 22:14:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.089s coverage: 56.5% of statements 22:14:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.073s coverage: 92.5% of statements 22:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 22:14:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.078s coverage: 61.5% of statements 22:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 22:14:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.062s 22:14:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.121s coverage: 75.4% of statements 22:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 22:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 22:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 22:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 22:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 22:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 22:14:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.012s coverage: 97.0% of statements 22:14:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 22:14:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.030s coverage: 10.5% of statements 22:14:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:14:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.834s coverage: 76.9% of statements 22:14:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 22:14:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.028s coverage: 18.4% of statements 22:14:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.061s coverage: 27.3% of statements 22:14:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 22:14:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 22:14:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.039s coverage: 51.4% of statements 22:15:01 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.100s coverage: 81.9% of statements 22:15:01 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.053s coverage: 94.4% of statements 22:15:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:15:02 gofmt -l . 22:15:02 [ "`gofmt -l .`" = "" ] 22:15:02 lf-activate-venv(): INFO: Adding /tmp/venv-qJrF/bin to PATH 22:15:02 INFO: No Stack... 22:15:02 INFO: Retrieving Pricing Info for: v1-standard-2 22:15:02 INFO: Archiving Costs [Pipeline] sh 22:15:03 ./app-service-template/bin/test-go-mod-tidy.sh 22:15:03 + cat /w/workspace/app-functions-sdk-go/231/archives/cost.csv 22:15:03 + cut -d, -f6 [Pipeline] } 22:15:03 $ docker stop --time=1 7afe1c5ca043f007e2ae149d7a54579a4f2c2912a8531b074870b111a3727580 22:15:05 $ docker rm -f 7afe1c5ca043f007e2ae149d7a54579a4f2c2912a8531b074870b111a3727580 [Pipeline] // withDockerContainer [Pipeline] lock 22:15:06 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-231-stack-cost] 22:15:06 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-231-stack-cost] did not exist. Created. 22:15:06 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-231-stack-cost] [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] sh 22:15:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:15:06 Warning: overwriting stash ‘coverage-report’ 22:15:06 + echo total: 0.029999999329447746 [Pipeline] stash 22:15:06 Stashed 1 file(s) [Pipeline] } 22:15:06 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-231-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:15:07 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:15:08 ---> job-cost.sh 22:15:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6N4c 22:15:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:17:09 lf-activate-venv(): INFO: Adding /tmp/venv-6N4c/bin to PATH 22:17:09 INFO: No Stack... 22:17:09 INFO: Retrieving Pricing Info for: lf-standard-4 22:17:09 INFO: Archiving Costs [Pipeline] sh 22:17:10 + cat /w/workspace/app-functions-sdk-go/231/archives/cost.csv 22:17:10 + cut -d, -f6 [Pipeline] lock 22:17:10 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-231-stack-cost] 22:17:10 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-231-stack-cost] did not exist. Created. 22:17:10 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-231-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:17:10 /w/workspace/app-functions-sdk-go/231@tmp/durable-b2267cd9/script.sh: 1: /w/workspace/app-functions-sdk-go/231@tmp/durable-b2267cd9/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:17:11 + echo total: 0.20999999344348907 [Pipeline] stash 22:17:11 Warning: overwriting stash ‘stack-cost’ 22:17:11 Stashed 1 file(s) [Pipeline] } 22:17:11 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-231-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:17:12 provisioning config files... 22:17:12 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1911629111443565533tmp [Pipeline] { [Pipeline] sh 22:17:12 + set +x 22:17:12 + curl -s https://codecov.io/bash 22:17:12 + bash -s -- 22:17:12 22:17:12 _____ _ 22:17:12 / ____| | | 22:17:12 | | ___ __| | ___ ___ _____ __ 22:17:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:17:12 | |___| (_) | (_| | __/ (_| (_) \ V / 22:17:12 \_____\___/ \__,_|\___|\___\___/ \_/ 22:17:12 Bash-1.0.2 22:17:12 22:17:12 22:17:12 ==> git version 2.24.3 found 22:17:12 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:17:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:17:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:17:12 ==> Jenkins CI detected. 22:17:12 project root: . 22:17:12 --> token set from env 22:17:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:17:12 ==> Running gcov in . (disable via -X gcov) 22:17:13 ==> Python coveragepy not found 22:17:13 ==> Searching for coverage reports in: 22:17:13 + . 22:17:13 -> Found 2 reports 22:17:13 ==> Detecting git/mercurial file structure 22:17:13 ==> Reading reports 22:17:13 + ./app-service-template/coverage.out bytes=1055 22:17:13 + ./coverage.out bytes=86556 22:17:13 ==> Appending adjustments 22:17:13 https://docs.codecov.io/docs/fixing-reports 22:17:14 + Found adjustments 22:17:14 ==> Gzipping contents 22:17:14 16K /tmp/codecov.VsSDue.gz 22:17:14 ==> Uploading reports 22:17:14 url: https://codecov.io 22:17:14 query: branch=master&commit=7563e5ddaf4609d3782aa72276f202d5a5a084f0&build=231&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F231%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:17:14 -> Pinging Codecov 22:17:14 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=7563e5ddaf4609d3782aa72276f202d5a5a084f0&build=231&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F231%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:17:14 -> Uploading to 22:17:14 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/3D8B5DFFC46A037C893635FACE044666/7563e5ddaf4609d3782aa72276f202d5a5a084f0/65d932a7-073e-4946-bd06-3ebdad7d1611.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T221714Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=50068d2df65e1aff8f712fbf614b481d0b15e74479330395c5f504cec1191d16 22:17:14 % Total % Received % Xferd Average Speed Time Time Time Current 22:17:14 Dload Upload Total Spent Left Speed 22:17:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15327 0 0 100 15327 0 33670 --:--:-- --:--:-- --:--:-- 33759 22:17:15 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/7563e5ddaf4609d3782aa72276f202d5a5a084f0 [Pipeline] } 22:17:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:17:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:17:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:17:16 22:17:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:17:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:17:17 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:17:17 188c0c94c7c5: Pulling fs layer 22:17:17 0ef7d3d256c8: Pulling fs layer 22:17:17 de9db76c5a1d: Pulling fs layer 22:17:17 0eba1c9be4d2: Pulling fs layer 22:17:17 0d57e429df01: Pulling fs layer 22:17:17 4e4be7b47b0d: Pulling fs layer 22:17:17 e1f770b5df2f: Pulling fs layer 22:17:17 85a0685a4137: Pulling fs layer 22:17:17 0d57e429df01: Waiting 22:17:17 0eba1c9be4d2: Waiting 22:17:17 4e4be7b47b0d: Waiting 22:17:17 e1f770b5df2f: Waiting 22:17:17 85a0685a4137: Waiting 22:17:17 de9db76c5a1d: Verifying Checksum 22:17:17 de9db76c5a1d: Download complete 22:17:17 0ef7d3d256c8: Verifying Checksum 22:17:17 0ef7d3d256c8: Download complete 22:17:17 0d57e429df01: Download complete 22:17:17 4e4be7b47b0d: Verifying Checksum 22:17:17 4e4be7b47b0d: Download complete 22:17:17 188c0c94c7c5: Verifying Checksum 22:17:17 188c0c94c7c5: Download complete 22:17:17 188c0c94c7c5: Pull complete 22:17:18 0ef7d3d256c8: Pull complete 22:17:18 de9db76c5a1d: Pull complete 22:17:19 e1f770b5df2f: Verifying Checksum 22:17:19 e1f770b5df2f: Download complete 22:17:22 0eba1c9be4d2: Verifying Checksum 22:17:22 0eba1c9be4d2: Download complete 22:17:22 85a0685a4137: Verifying Checksum 22:17:22 85a0685a4137: Download complete 22:17:33 0eba1c9be4d2: Pull complete 22:17:33 0d57e429df01: Pull complete 22:17:33 4e4be7b47b0d: Pull complete 22:17:36 e1f770b5df2f: Pull complete 22:17:46 85a0685a4137: Pull complete 22:17:46 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:17:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:17:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:17:46 prd-centos7-docker-4c-2g-4925 does not seem to be running inside a container 22:17:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:17:48 $ docker top ec9312a9302d0d2a65a06d832dd3a4e6785c366fc5d37050132244f5824356af -eo pid,comm [Pipeline] { [Pipeline] echo 22:17:48 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:17:48 + set -o pipefail 22:17:48 + snyk monitor '--org=edgex-jenkins' 22:18:03 22:18:03 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 22:18:03 22:18:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/835d22c1-ce8c-4b8f-b990-439baf3510ed 22:18:03 22:18:03 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:18:03 22:18:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:18:03 22:18:03 [Pipeline] } 22:18:03 $ docker stop --time=1 ec9312a9302d0d2a65a06d832dd3a4e6785c366fc5d37050132244f5824356af 22:18:06 $ docker rm -f ec9312a9302d0d2a65a06d832dd3a4e6785c366fc5d37050132244f5824356af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 22:18:07 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:18:07 provisioning config files... 22:18:07 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6705739740694618391tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:18:07 --> edgex-publish-swagger.sh 22:18:07 === Publish openapi/v2 API === 22:18:07 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 22:18:07 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 22:18:07 % Total % Received % Xferd Average Speed Time Time Time Current 22:18:07 Dload Upload Total Spent Left Speed 22:18:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10465 0:00:01 0:00:01 --:--:-- 10466 100 13052 0 0 100 13052 0 10464 0:00:01 0:00:01 --:--:-- 10466 22:18:08 22:18:08 [Pipeline] } 22:18:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:18:09 + git log --format=format:%s -1 7563e5ddaf4609d3782aa72276f202d5a5a084f0 [Pipeline] isUnix [Pipeline] sh 22:18:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:18:09 . [Pipeline] withDockerContainer 22:18:09 prd-centos7-docker-4c-2g-4925 does not seem to be running inside a container 22:18:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:18:10 $ docker top 5695d1ccf8d1795f1ce12058b62274141211acbc043a89c9d438436c5fa2a268 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:18:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:18:11 [ssh-agent] Looking for ssh-agent implementation... 22:18:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:18:11 $ docker exec 5695d1ccf8d1795f1ce12058b62274141211acbc043a89c9d438436c5fa2a268 ssh-agent 22:18:11 SSH_AUTH_SOCK=/tmp/ssh-Zkfi4nRSBSO8/agent.13 22:18:11 SSH_AGENT_PID=19 22:18:11 Running ssh-add (command line suppressed) 22:18:11 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8289515556771198095.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8289515556771198095.key) 22:18:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:18:12 + git semver tag 22:18:12 # -> Open(): unable to determine branch for HEAD 22:18:12 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:18:12 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:18:12 # $SEMVER_REMOTE_NAME = origin 22:18:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:18:12 # $SEMVER_USER_NAME = edgex-jenkins 22:18:12 # $SEMVER_BRANCH = master 22:18:12 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:18:12 # 7563e5ddaf4609d3782aa72276f202d5a5a084f0 HEAD 22:18:12 # -> Force: false 22:18:12 # a97ccd969a706e0e057136bc4fc51e20ee32b67d refs/tags/v2.0.0-dev.59 [Pipeline] } 22:18:12 $ docker exec --env ******** --env ******** 5695d1ccf8d1795f1ce12058b62274141211acbc043a89c9d438436c5fa2a268 ssh-agent -k 22:18:12 unset SSH_AUTH_SOCK; 22:18:12 unset SSH_AGENT_PID; 22:18:12 echo Agent pid 19 killed; 22:18:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:18:13 + git semver [Pipeline] } 22:18:13 $ docker stop --time=1 5695d1ccf8d1795f1ce12058b62274141211acbc043a89c9d438436c5fa2a268 22:18:14 $ docker rm -f 5695d1ccf8d1795f1ce12058b62274141211acbc043a89c9d438436c5fa2a268 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:18:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:18:15 22:18:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:18:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:18:15 0.23.1-centos7: Pulling from edgex-lftools 22:18:15 ab5ef0e58194: Pulling fs layer 22:18:15 9712f1f96733: Pulling fs layer 22:18:15 63f879dbbcfc: Pulling fs layer 22:18:15 0d9ebad4ef96: Pulling fs layer 22:18:15 e9a5061849ea: Pulling fs layer 22:18:15 d747dcd14b5f: Pulling fs layer 22:18:15 2de7ff778b66: Pulling fs layer 22:18:15 e9a5061849ea: Waiting 22:18:15 d747dcd14b5f: Waiting 22:18:15 2de7ff778b66: Waiting 22:18:15 0d9ebad4ef96: Waiting 22:18:15 9712f1f96733: Verifying Checksum 22:18:15 9712f1f96733: Download complete 22:18:17 63f879dbbcfc: Verifying Checksum 22:18:17 63f879dbbcfc: Download complete 22:18:17 e9a5061849ea: Verifying Checksum 22:18:17 e9a5061849ea: Download complete 22:18:17 d747dcd14b5f: Verifying Checksum 22:18:17 d747dcd14b5f: Download complete 22:18:18 2de7ff778b66: Verifying Checksum 22:18:18 2de7ff778b66: Download complete 22:18:18 0d9ebad4ef96: Verifying Checksum 22:18:18 0d9ebad4ef96: Download complete 22:18:18 ab5ef0e58194: Verifying Checksum 22:18:18 ab5ef0e58194: Download complete 22:18:25 ab5ef0e58194: Pull complete 22:18:25 9712f1f96733: Pull complete 22:18:28 63f879dbbcfc: Pull complete 22:18:38 0d9ebad4ef96: Pull complete 22:18:39 e9a5061849ea: Pull complete 22:18:40 d747dcd14b5f: Pull complete 22:18:43 2de7ff778b66: Pull complete 22:18:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:18:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:18:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:18:43 prd-centos7-docker-4c-2g-4925 does not seem to be running inside a container 22:18:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:18:47 $ docker top 3af76686cbbfb84f85208482ab82496f0bfef16ac28e733f5d33ec24a8792c66 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:18:48 provisioning config files... 22:18:48 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1151866466905724787tmp 22:18:48 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6426491093140856755tmp 22:18:48 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config313489467562162720tmp [Pipeline] { [Pipeline] echo 22:18:48 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:18:48 ---> sigul-configuration.sh 22:18:48 gpg: directory `/root/.gnupg' created 22:18:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:18:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:18:48 gpg: keyring `/root/.gnupg/secring.gpg' created 22:18:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:18:48 gpg: CAST5 encrypted data 22:18:48 gpg: encrypted with 1 passphrase 22:18:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:18:49 + mkdir /home/jenkins 22:18:49 + mkdir /home/jenkins/sigul [Pipeline] sh 22:18:49 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:18:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:18:49 ---> sigul-install.sh 22:18:59 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:19:00 + git tag --list 22:19:00 v0.1.0 22:19:00 v0.1.1 22:19:00 v1.0.0 22:19:00 v1.1.0 22:19:00 v1.2.0 22:19:00 v1.3.0 22:19:00 v1.3.1 22:19:00 v1.3.1-dev.1 22:19:00 v1.3.2-dev.1 22:19:00 v2.0.0-dev.1 22:19:00 v2.0.0-dev.10 22:19:00 v2.0.0-dev.11 22:19:00 v2.0.0-dev.12 22:19:00 v2.0.0-dev.13 22:19:00 v2.0.0-dev.14 22:19:00 v2.0.0-dev.15 22:19:00 v2.0.0-dev.16 22:19:00 v2.0.0-dev.17 22:19:00 v2.0.0-dev.18 22:19:00 v2.0.0-dev.19 22:19:00 v2.0.0-dev.2 22:19:00 v2.0.0-dev.20 22:19:00 v2.0.0-dev.21 22:19:00 v2.0.0-dev.22 22:19:00 v2.0.0-dev.23 22:19:00 v2.0.0-dev.24 22:19:00 v2.0.0-dev.25 22:19:00 v2.0.0-dev.26 22:19:00 v2.0.0-dev.27 22:19:00 v2.0.0-dev.28 22:19:00 v2.0.0-dev.29 22:19:00 v2.0.0-dev.3 22:19:00 v2.0.0-dev.30 22:19:00 v2.0.0-dev.31 22:19:00 v2.0.0-dev.32 22:19:00 v2.0.0-dev.33 22:19:00 v2.0.0-dev.34 22:19:00 v2.0.0-dev.35 22:19:00 v2.0.0-dev.36 22:19:00 v2.0.0-dev.37 22:19:00 v2.0.0-dev.38 22:19:00 v2.0.0-dev.39 22:19:00 v2.0.0-dev.4 22:19:00 v2.0.0-dev.40 22:19:00 v2.0.0-dev.41 22:19:00 v2.0.0-dev.42 22:19:00 v2.0.0-dev.43 22:19:00 v2.0.0-dev.44 22:19:00 v2.0.0-dev.45 22:19:00 v2.0.0-dev.46 22:19:00 v2.0.0-dev.47 22:19:00 v2.0.0-dev.48 22:19:00 v2.0.0-dev.49 22:19:00 v2.0.0-dev.5 22:19:00 v2.0.0-dev.50 22:19:00 v2.0.0-dev.51 22:19:00 v2.0.0-dev.52 22:19:00 v2.0.0-dev.53 22:19:00 v2.0.0-dev.54 22:19:00 v2.0.0-dev.55 22:19:00 v2.0.0-dev.56 22:19:00 v2.0.0-dev.57 22:19:00 v2.0.0-dev.58 22:19:00 v2.0.0-dev.59 22:19:00 v2.0.0-dev.6 22:19:00 v2.0.0-dev.7 22:19:00 v2.0.0-dev.8 22:19:00 v2.0.0-dev.9 [Pipeline] sh 22:19:01 + lftools sign git-tag v2.0.0-dev.59 22:19:03 Signing Git tag with Sigul... 22:19:03 Signing v2.0.0-dev.59 [Pipeline] echo 22:19:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:19:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:19:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:19:04 $ docker stop --time=1 3af76686cbbfb84f85208482ab82496f0bfef16ac28e733f5d33ec24a8792c66 22:19:06 $ docker rm -f 3af76686cbbfb84f85208482ab82496f0bfef16ac28e733f5d33ec24a8792c66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:19:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:19:07 . [Pipeline] withDockerContainer 22:19:07 prd-centos7-docker-4c-2g-4925 does not seem to be running inside a container 22:19:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:19:08 $ docker top 1be28d6ba9e21a74fe79fdee263f88206a151ef19d76f45d9e1c0d2bab29eccd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:19:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:19:09 [ssh-agent] Looking for ssh-agent implementation... 22:19:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:19:09 $ docker exec 1be28d6ba9e21a74fe79fdee263f88206a151ef19d76f45d9e1c0d2bab29eccd ssh-agent 22:19:09 SSH_AUTH_SOCK=/tmp/ssh-iTo2MaZBQz1A/agent.12 22:19:09 SSH_AGENT_PID=18 22:19:09 Running ssh-add (command line suppressed) 22:19:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8675251121713934365.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8675251121713934365.key) 22:19:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:19:10 + git semver bump pre 22:19:10 # -> Open(): unable to determine branch for HEAD 22:19:10 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:19:10 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:19:10 # $SEMVER_REMOTE_NAME = origin 22:19:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:19:10 # $SEMVER_USER_NAME = edgex-jenkins 22:19:10 # $SEMVER_BRANCH = master 22:19:10 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:19:10 2.0.0-dev.60 [Pipeline] } 22:19:10 $ docker exec --env ******** --env ******** 1be28d6ba9e21a74fe79fdee263f88206a151ef19d76f45d9e1c0d2bab29eccd ssh-agent -k 22:19:11 unset SSH_AUTH_SOCK; 22:19:11 unset SSH_AGENT_PID; 22:19:11 echo Agent pid 18 killed; 22:19:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:19:11 + git semver [Pipeline] } 22:19:11 $ docker stop --time=1 1be28d6ba9e21a74fe79fdee263f88206a151ef19d76f45d9e1c0d2bab29eccd 22:19:13 $ docker rm -f 1be28d6ba9e21a74fe79fdee263f88206a151ef19d76f45d9e1c0d2bab29eccd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:19:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:19:14 . [Pipeline] withDockerContainer 22:19:14 prd-centos7-docker-4c-2g-4925 does not seem to be running inside a container 22:19:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:19:16 $ docker top 86e70a962472f6f0ca5d94e11798abbfbab78e5aadf2f25f0299fee999981170 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:19:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:19:16 [ssh-agent] Looking for ssh-agent implementation... 22:19:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:19:16 $ docker exec 86e70a962472f6f0ca5d94e11798abbfbab78e5aadf2f25f0299fee999981170 ssh-agent 22:19:17 SSH_AUTH_SOCK=/tmp/ssh-ibLihMmMayhW/agent.11 22:19:17 SSH_AGENT_PID=16 22:19:17 Running ssh-add (command line suppressed) 22:19:17 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4210518865541099230.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4210518865541099230.key) 22:19:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:19:17 + git semver push 22:19:17 # -> Open(): unable to determine branch for HEAD 22:19:17 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:19:17 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:19:17 # $SEMVER_REMOTE_NAME = origin 22:19:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:19:17 # $SEMVER_USER_NAME = edgex-jenkins 22:19:17 # $SEMVER_BRANCH = master 22:19:17 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:19:23 $ docker exec --env ******** --env ******** 86e70a962472f6f0ca5d94e11798abbfbab78e5aadf2f25f0299fee999981170 ssh-agent -k 22:19:23 unset SSH_AUTH_SOCK; 22:19:23 unset SSH_AGENT_PID; 22:19:23 echo Agent pid 16 killed; 22:19:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:19:23 + git semver [Pipeline] } 22:19:23 $ docker stop --time=1 86e70a962472f6f0ca5d94e11798abbfbab78e5aadf2f25f0299fee999981170 22:19:25 $ docker rm -f 86e70a962472f6f0ca5d94e11798abbfbab78e5aadf2f25f0299fee999981170 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:19:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:19:26 ---> package-listing.sh 22:19:26 ++ facter osfamily 22:19:26 ++ tr '[:upper:]' '[:lower:]' 22:19:27 + OS_FAMILY=redhat 22:19:27 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 22:19:27 + START_PACKAGES=/tmp/packages_start.txt 22:19:27 + END_PACKAGES=/tmp/packages_end.txt 22:19:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:19:27 + PACKAGES=/tmp/packages_start.txt 22:19:27 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:19:27 + PACKAGES=/tmp/packages_end.txt 22:19:27 + case "${OS_FAMILY}" in 22:19:27 + rpm -qa 22:19:27 + sort 22:19:32 + '[' -f /tmp/packages_start.txt ']' 22:19:32 + '[' -f /tmp/packages_end.txt ']' 22:19:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:19:32 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:19:32 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 22:19:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 22:19:32 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:19:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:19:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:19:33 22:19:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:19:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:19:33 alpine: Pulling from edgex-lftools-log-publisher 22:19:33 df20fa9351a1: Pulling fs layer 22:19:33 36b3adc4ff6f: Pulling fs layer 22:19:33 8ad3a11d3b57: Pulling fs layer 22:19:33 46f8f816bc3b: Pulling fs layer 22:19:33 93b61091891f: Pulling fs layer 22:19:33 93b9cdb0e59b: Pulling fs layer 22:19:33 5e14af77c1be: Pulling fs layer 22:19:33 01666e4c0597: Pulling fs layer 22:19:33 aa168da1d23b: Pulling fs layer 22:19:33 93b61091891f: Waiting 22:19:33 93b9cdb0e59b: Waiting 22:19:33 01666e4c0597: Waiting 22:19:33 5e14af77c1be: Waiting 22:19:33 aa168da1d23b: Waiting 22:19:33 46f8f816bc3b: Waiting 22:19:34 36b3adc4ff6f: Verifying Checksum 22:19:34 36b3adc4ff6f: Download complete 22:19:34 46f8f816bc3b: Verifying Checksum 22:19:34 46f8f816bc3b: Download complete 22:19:34 df20fa9351a1: Verifying Checksum 22:19:34 df20fa9351a1: Download complete 22:19:34 93b9cdb0e59b: Verifying Checksum 22:19:34 93b9cdb0e59b: Download complete 22:19:34 5e14af77c1be: Verifying Checksum 22:19:34 5e14af77c1be: Download complete 22:19:34 01666e4c0597: Verifying Checksum 22:19:34 01666e4c0597: Download complete 22:19:34 93b61091891f: Download complete 22:19:35 df20fa9351a1: Pull complete 22:19:35 36b3adc4ff6f: Pull complete 22:19:35 8ad3a11d3b57: Verifying Checksum 22:19:35 8ad3a11d3b57: Download complete 22:19:37 8ad3a11d3b57: Pull complete 22:19:37 46f8f816bc3b: Pull complete 22:19:38 93b61091891f: Pull complete 22:19:39 93b9cdb0e59b: Pull complete 22:19:39 5e14af77c1be: Pull complete 22:19:39 01666e4c0597: Pull complete 22:19:40 aa168da1d23b: Verifying Checksum 22:19:40 aa168da1d23b: Download complete 22:19:55 aa168da1d23b: Pull complete 22:19:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:19:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:19:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:19:55 prd-centos7-docker-4c-2g-4925 does not seem to be running inside a container 22:19:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:19:59 $ docker top 2e53bd9a0a1d6320139d1589abd74282d8d6ae700330961239f1164e0c5574d4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:19:59 + touch /tmp/pre-build-complete [Pipeline] sh 22:20:00 + mkdir -p /var/log/sa [Pipeline] sh 22:20:00 + ls /var/log/sa-host 22:20:00 + sadf -c /var/log/sa-host/sa12 22:20:00 file_magic: OK 22:20:00 HZ: Using current value: 100 22:20:00 file_header: OK 22:20:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:20:00 Statistics: 22:20:00 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... 22:20:00 File successfully converted to sysstat format version 12.2.1 22:20:00 + sadf -c /var/log/sa-host/sa23 22:20:00 file_magic: OK 22:20:00 HZ: Using current value: 100 22:20:00 file_header: OK 22:20:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:20:00 Statistics: 22:20:00 Hnuu...uuuununununu... 22:20:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:20:01 provisioning config files... 22:20:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1272917499345193814tmp [Pipeline] { [Pipeline] echo 22:20:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:20:01 ---> create-netrc.sh [Pipeline] } 22:20:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:20:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:20:02 ---> python-tools-install.sh [Pipeline] echo 22:20:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:20:02 ---> sudo-logs.sh 22:20:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:20:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:20:02 ---> job-cost.sh 22:20:02 lf-activate-venv: SKIPPING 22:20:02 DEBUG: total: 0.20999999344348907 22:20:02 INFO: Retrieving Stack Cost... 22:20:04 INFO: Retrieving Pricing Info for: v1-standard-2 22:20:04 INFO: Archiving Costs [Pipeline] echo 22:20:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:20:05 ---> logs-deploy.sh 22:20:05 lf-activate-venv: SKIPPING 22:20:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/231 22:20:05 INFO: archiving workspace using pattern(s): 22:20:08 Archives upload complete. 22:20:08 INFO: archiving logs to Nexus 22:20:09 ---> uname -a: 22:20:09 Linux prd-centos7-docker-4c-2g-4925.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:20:09 22:20:09 22:20:09 ---> lscpu: 22:20:09 Architecture: x86_64 22:20:09 CPU op-mode(s): 32-bit, 64-bit 22:20:09 Byte Order: Little Endian 22:20:09 Address sizes: 40 bits physical, 48 bits virtual 22:20:09 CPU(s): 4 22:20:09 On-line CPU(s) list: 0-3 22:20:09 Thread(s) per core: 1 22:20:09 Core(s) per socket: 1 22:20:09 Socket(s): 4 22:20:09 NUMA node(s): 1 22:20:09 Vendor ID: GenuineIntel 22:20:09 CPU family: 6 22:20:09 Model: 44 22:20:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:20:09 Stepping: 1 22:20:09 CPU MHz: 2933.438 22:20:09 BogoMIPS: 5866.87 22:20:09 Virtualization: VT-x 22:20:09 Hypervisor vendor: KVM 22:20:09 Virtualization type: full 22:20:09 L1d cache: 128 KiB 22:20:09 L1i cache: 128 KiB 22:20:09 L2 cache: 16 MiB 22:20:09 L3 cache: 64 MiB 22:20:09 NUMA node0 CPU(s): 0-3 22:20:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:20:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:20:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:20:09 Vulnerability Meltdown: Mitigation; PTI 22:20:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:20:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:20:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:20:09 Vulnerability Srbds: Not affected 22:20:09 Vulnerability Tsx async abort: Not affected 22:20:09 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:20:09 22:20:09 22:20:09 ---> nproc: 22:20:09 4 22:20:09 22:20:09 22:20:09 ---> df -h: 22:20:09 Filesystem Size Used Available Use% Mounted on 22:20:09 overlay 50.0G 8.6G 41.4G 17% / 22:20:09 tmpfs 64.0M 0 64.0M 0% /dev 22:20:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:20:09 shm 64.0M 0 64.0M 0% /dev/shm 22:20:09 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 22:20:09 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 22:20:09 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 22:20:09 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 22:20:09 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 22:20:09 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 22:20:09 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 22:20:09 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 22:20:09 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 22:20:09 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 22:20:09 22:20:09 22:20:09 ---> free -m: 22:20:09 total used free shared buff/cache available 22:20:09 Mem: 1837 839 136 0 861 932 22:20:09 Swap: 1023 3 1020 22:20:09 22:20:09 22:20:09 ---> ip addr: 22:20:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:20:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:20:09 inet 127.0.0.1/8 scope host lo 22:20:09 valid_lft forever preferred_lft forever 22:20:09 inet6 ::1/128 scope host 22:20:09 valid_lft forever preferred_lft forever 22:20:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:20:09 link/ether fa:16:3e:0f:a5:dc brd ff:ff:ff:ff:ff:ff 22:20:09 inet 10.30.122.9/23 brd 10.30.123.255 scope global dynamic eth0 22:20:09 valid_lft 85601sec preferred_lft 85601sec 22:20:09 inet6 fe80::f816:3eff:fe0f:a5dc/64 scope link 22:20:09 valid_lft forever preferred_lft forever 22:20:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:20:09 link/ether 02:42:02:38:6b:90 brd ff:ff:ff:ff:ff:ff 22:20:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:20:09 valid_lft forever preferred_lft forever 22:20:09 inet6 fe80::42:2ff:fe38:6b90/64 scope link 22:20:09 valid_lft forever preferred_lft forever 22:20:09 22:20:09 22:20:09 ---> sar -b -r -n DEV: 22:20:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 22:20:09 22:20:09 22:06:34 LINUX RESTART (4 CPU) 22:20:09 22:20:09 22:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:20:09 22:08:01 178.72 103.67 75.04 0.00 10322.18 37516.66 0.00 22:20:09 22:09:02 21.31 5.57 15.74 0.00 1161.94 3529.89 0.00 22:20:09 22:10:01 1.81 0.00 1.81 0.00 0.00 30.73 0.00 22:20:09 22:11:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 22:20:09 22:12:01 0.22 0.00 0.22 0.00 0.00 2.56 0.00 22:20:09 22:13:01 0.38 0.00 0.38 0.00 0.00 5.07 0.00 22:20:09 22:14:01 0.30 0.00 0.30 0.00 0.00 3.25 0.00 22:20:09 22:15:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 22:20:09 22:16:01 0.28 0.00 0.28 0.00 0.00 3.75 0.00 22:20:09 22:17:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 22:20:09 22:18:01 312.45 182.65 129.80 0.00 8266.22 35005.39 0.00 22:20:09 22:19:01 224.88 69.25 155.63 0.00 4529.17 36520.43 0.00 22:20:09 Average: 61.88 30.15 31.72 0.00 2027.46 9405.60 0.00 22:20:09 22:20:09 22:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:20:09 22:08:01 68372 0 653348 34.72 2620 1157204 1547644 52.82 474876 1135220 65064 22:20:09 22:09:02 217636 0 604560 32.13 2620 1056728 1151136 39.29 412384 1050596 16 22:20:09 22:10:01 228524 0 593668 31.55 2620 1056732 1079340 36.84 415836 1037608 8 22:20:09 22:11:01 225396 0 596792 31.72 2620 1056736 1079340 36.84 417992 1038484 8 22:20:09 22:12:01 218224 0 603960 32.10 2620 1056740 1079616 36.85 431540 1031924 8 22:20:09 22:13:01 218556 0 603564 32.08 2620 1056804 1079424 36.84 431152 1032564 20 22:20:09 22:14:01 216860 0 605316 32.17 2620 1056748 1079388 36.84 447748 1017436 8 22:20:09 22:15:01 217460 0 604712 32.14 2620 1056752 1079340 36.84 447616 1017436 8 22:20:09 22:16:01 217304 0 604860 32.15 2620 1056760 1079340 36.84 447624 1017436 8 22:20:09 22:17:01 217732 0 604428 32.12 2620 1056764 1079340 36.84 447504 1017436 8 22:20:09 22:18:01 171924 0 727320 38.66 2596 979704 1261264 43.04 549472 882404 90896 22:20:09 22:19:01 92908 0 808076 42.95 1492 979068 1259544 42.99 672720 777708 10652 22:20:09 Average: 192575 0 634217 33.71 2524 1052228 1154560 39.40 466372 1004688 13892 22:20:09 22:20:09 22:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:20:09 22:08:01 eth0 326.44 223.50 1339.01 67.19 0.00 0.00 0.00 0.00 22:20:09 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:09:02 eth0 113.04 140.20 338.96 20.78 0.00 0.00 0.00 0.00 22:20:09 22:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:09:02 docker0 123.59 90.07 10.16 310.41 0.00 0.00 0.00 0.00 22:20:09 22:10:01 eth0 0.39 0.08 0.02 0.04 0.00 0.00 0.00 0.00 22:20:09 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:11:01 eth0 1.07 0.08 0.11 0.01 0.00 0.00 0.00 0.00 22:20:09 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:12:01 eth0 0.88 0.73 0.53 0.40 0.00 0.00 0.00 0.00 22:20:09 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:13:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:20:09 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:14:01 eth0 0.23 0.20 0.10 0.01 0.00 0.00 0.00 0.00 22:20:09 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:15:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:20:09 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:16:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:20:09 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:17:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:20:09 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:18:01 veth2d12669 58.39 63.56 5.66 385.25 0.00 0.00 0.00 0.00 22:20:09 22:18:01 eth0 472.38 406.31 4469.74 75.47 0.00 0.00 0.00 0.00 22:20:09 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:18:01 docker0 58.39 63.43 4.86 385.24 0.00 0.00 0.00 0.00 22:20:09 22:19:01 eth0 452.75 364.88 3485.51 42.37 0.00 0.00 0.00 0.00 22:20:09 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:19:01 veth26ed029 33.19 60.15 2.23 259.86 0.00 0.00 0.00 0.00 22:20:09 22:19:01 docker0 33.19 60.01 1.77 259.85 0.00 0.00 0.00 0.00 22:20:09 Average: eth0 114.22 94.90 804.50 17.23 0.00 0.00 0.00 0.00 22:20:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 Average: veth26ed029 2.77 5.03 0.19 21.71 0.00 0.00 0.00 0.00 22:20:09 Average: docker0 17.96 17.83 1.40 79.78 0.00 0.00 0.00 0.00 22:20:09 22:20:09 22:20:09 ---> sar -P ALL: 22:20:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 22:20:09 22:20:09 22:06:34 LINUX RESTART (4 CPU) 22:20:09 22:20:09 22:07:01 CPU %user %nice %system %iowait %steal %idle 22:20:09 22:08:01 all 13.39 0.00 8.40 10.88 23.12 44.21 22:20:09 22:08:01 0 11.09 0.00 7.43 11.30 24.74 45.43 22:20:09 22:08:01 1 18.48 0.00 6.82 11.72 21.39 41.59 22:20:09 22:08:01 2 10.94 0.00 10.18 6.25 23.07 49.56 22:20:09 22:08:01 3 13.16 0.00 9.17 14.32 23.24 40.12 22:20:09 22:09:02 all 2.13 0.00 1.71 0.62 3.60 91.95 22:20:09 22:09:02 0 1.47 0.00 1.51 0.07 3.87 93.09 22:20:09 22:09:02 1 1.88 0.00 1.73 0.32 3.44 92.64 22:20:09 22:09:02 2 3.56 0.00 1.67 1.51 4.02 89.25 22:20:09 22:09:02 3 1.62 0.00 1.92 0.60 3.05 92.82 22:20:09 22:10:01 all 0.15 0.00 0.08 0.00 0.25 99.53 22:20:09 22:10:01 0 0.41 0.00 0.03 0.00 0.27 99.29 22:20:09 22:10:01 1 0.05 0.00 0.12 0.00 0.05 99.78 22:20:09 22:10:01 2 0.12 0.00 0.08 0.00 0.62 99.17 22:20:09 22:10:01 3 0.03 0.00 0.07 0.00 0.03 99.86 22:20:09 22:11:01 all 0.10 0.00 0.05 0.00 0.16 99.68 22:20:09 22:11:01 0 0.28 0.00 0.07 0.00 0.13 99.52 22:20:09 22:11:01 1 0.03 0.00 0.05 0.00 0.17 99.75 22:20:09 22:11:01 2 0.07 0.00 0.05 0.00 0.28 99.60 22:20:09 22:11:01 3 0.03 0.00 0.05 0.00 0.05 99.87 22:20:09 22:12:01 all 0.12 0.00 0.05 0.00 0.29 99.53 22:20:09 22:12:01 0 0.02 0.00 0.02 0.00 0.32 99.65 22:20:09 22:12:01 1 0.12 0.00 0.08 0.00 0.27 99.53 22:20:09 22:12:01 2 0.30 0.00 0.05 0.00 0.20 99.45 22:20:09 22:12:01 3 0.05 0.00 0.07 0.00 0.38 99.50 22:20:09 22:13:01 all 0.12 0.00 0.15 0.00 0.75 98.97 22:20:09 22:13:01 0 0.03 0.00 0.07 0.00 0.58 99.32 22:20:09 22:13:01 1 0.15 0.00 0.27 0.00 0.60 98.99 22:20:09 22:13:01 2 0.05 0.00 0.18 0.00 0.71 99.05 22:20:09 22:13:01 3 0.25 0.00 0.10 0.00 1.12 98.53 22:20:09 22:14:01 all 0.13 0.00 0.10 0.00 0.07 99.70 22:20:09 22:14:01 0 0.02 0.00 0.03 0.00 0.07 99.88 22:20:09 22:14:01 1 0.00 0.00 0.27 0.00 0.03 99.70 22:20:09 22:14:01 2 0.05 0.00 0.05 0.00 0.10 99.80 22:20:09 22:14:01 3 0.45 0.00 0.03 0.00 0.10 99.42 22:20:09 22:15:01 all 0.12 0.00 0.04 0.00 0.70 99.15 22:20:09 22:15:01 0 0.03 0.00 0.02 0.00 0.55 99.40 22:20:09 22:15:01 1 0.02 0.00 0.02 0.00 0.32 99.65 22:20:09 22:15:01 2 0.05 0.00 0.07 0.00 0.40 99.49 22:20:09 22:15:01 3 0.36 0.00 0.05 0.00 1.53 98.06 22:20:09 22:16:01 all 0.07 0.00 0.02 0.00 0.27 99.63 22:20:09 22:16:01 0 0.00 0.00 0.02 0.00 0.22 99.77 22:20:09 22:16:01 1 0.02 0.00 0.00 0.00 0.15 99.83 22:20:09 22:16:01 2 0.20 0.00 0.03 0.00 0.22 99.55 22:20:09 22:16:01 3 0.07 0.00 0.05 0.00 0.50 99.38 22:20:09 22:17:01 all 0.11 0.00 0.05 0.00 0.15 99.69 22:20:09 22:17:01 0 0.02 0.00 0.02 0.00 0.05 99.92 22:20:09 22:17:01 1 0.08 0.00 0.05 0.00 0.07 99.80 22:20:09 22:17:01 2 0.30 0.00 0.05 0.00 0.10 99.55 22:20:09 22:17:01 3 0.05 0.00 0.07 0.00 0.38 99.50 22:20:09 22:18:01 all 9.09 0.00 7.37 4.13 14.04 65.37 22:20:09 22:18:01 0 7.81 0.00 7.29 4.69 14.38 65.83 22:20:09 22:18:01 1 9.35 0.00 7.15 3.49 13.50 66.51 22:20:09 22:18:01 2 10.90 0.00 8.15 4.04 14.05 62.86 22:20:09 22:18:01 3 8.34 0.00 6.88 4.31 14.23 66.23 22:20:09 22:20:09 22:18:01 CPU %user %nice %system %iowait %steal %idle 22:20:09 22:19:01 all 10.07 0.00 8.44 2.24 9.71 69.55 22:20:09 22:19:01 0 7.76 0.00 8.46 1.91 9.69 72.18 22:20:09 22:19:01 1 11.65 0.00 8.75 2.71 10.09 66.79 22:20:09 22:19:01 2 9.19 0.00 7.31 1.74 9.90 71.86 22:20:09 22:19:01 3 11.72 0.00 9.24 2.60 9.14 67.31 22:20:09 Average: all 2.97 0.00 2.20 1.50 4.44 88.90 22:20:09 Average: 0 2.42 0.00 2.08 1.52 4.61 89.37 22:20:09 Average: 1 3.47 0.00 2.10 1.52 4.16 88.75 22:20:09 Average: 2 2.98 0.00 2.33 1.13 4.50 89.06 22:20:09 Average: 3 2.99 0.00 2.29 1.82 4.48 88.42 22:20:09 22:20:09 22:20:09