Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9171 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#563)" > git rev-list --no-walk a92a438410e8353070781e72258a0255f6bf6bbe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:54:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:54:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:54:20 ========================================================= 16:54:20 EdgeX Global Pipelines Version Info 16:54:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:54:21 ------------------- 16:54:21 stable info: 16:54:21 ------------------- 16:54:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:54:21 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 16:54:21 Message: update stable to v1.0.148 16:54:22 ------------------- 16:54:22 experimental info: 16:54:22 ------------------- 16:54:22 Commited By: **** collab-it+edgex@linuxfoundation.org 16:54:22 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 16:54:22 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:54:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:54:23 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:54:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:54:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:54:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:54:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:54:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:54:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:54:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:54:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:54:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:54:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:54:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:54:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:54:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:54:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:54:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:54:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:54:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:54:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:54:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:54:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:54:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:54:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:54:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:54:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:54:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:54:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:54:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 [Pipeline] echo 16:54:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3bd4578 [Pipeline] echo 16:54:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:54:28 + git log --format=format:%s -1 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 [Pipeline] echo 16:54:29 GIT_COMMIT: 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#563) [Pipeline] echo 16:54:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:54:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:30 16:54:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:54:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:31 latest: Pulling from edgex-devops/git-semver 16:54:31 31603596830f: Pulling fs layer 16:54:31 2a8b12db71e7: Pulling fs layer 16:54:31 6ca5941a6612: Pulling fs layer 16:54:31 ecc8261a40a4: Pulling fs layer 16:54:31 ecc8261a40a4: Waiting 16:54:31 2a8b12db71e7: Verifying Checksum 16:54:31 2a8b12db71e7: Download complete 16:54:31 31603596830f: Download complete 16:54:31 ecc8261a40a4: Verifying Checksum 16:54:31 ecc8261a40a4: Download complete 16:54:31 6ca5941a6612: Verifying Checksum 16:54:31 6ca5941a6612: Download complete 16:54:31 31603596830f: Pull complete 16:54:31 2a8b12db71e7: Pull complete 16:54:32 6ca5941a6612: Pull complete 16:54:32 ecc8261a40a4: Pull complete 16:54:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:54:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:54:32 prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container 16:54:32 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:54:34 $ docker top 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:54:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:54:34 [ssh-agent] Looking for ssh-agent implementation... 16:54:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:54:35 $ docker exec 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea ssh-agent 16:54:35 SSH_AUTH_SOCK=/tmp/ssh-V0q7bmgEnNEN/agent.12 16:54:35 SSH_AGENT_PID=18 16:54:35 Running ssh-add (command line suppressed) 16:54:35 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7141241906659452256.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7141241906659452256.key) 16:54:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:54:35 + git tag --points-at HEAD [Pipeline] } 16:54:35 $ docker exec --env ******** --env ******** 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea ssh-agent -k 16:54:35 unset SSH_AUTH_SOCK; 16:54:35 unset SSH_AGENT_PID; 16:54:35 echo Agent pid 18 killed; 16:54:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:54:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:54:36 [ssh-agent] Looking for ssh-agent implementation... 16:54:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:54:36 $ docker exec 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea ssh-agent 16:54:36 SSH_AUTH_SOCK=/tmp/ssh-fKdIYHN5iJMX/agent.49 16:54:36 SSH_AGENT_PID=54 16:54:36 Running ssh-add (command line suppressed) 16:54:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_214021292237935682.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_214021292237935682.key) 16:54:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:54:37 + git semver init 16:54:37 # -> Open(): unable to determine branch for HEAD 16:54:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:54:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:54:37 # $SEMVER_REMOTE_NAME = origin 16:54:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:54:37 # $SEMVER_USER_NAME = edgex-jenkins 16:54:37 # $SEMVER_BRANCH = master 16:54:37 # $SEMVER_TEMP = /tmp/semver-486653280 16:54:37 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:54:39 # '/tmp/semver-486653280' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 16:54:39 # -> Force: false 16:54:39 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:54:39 $ docker exec --env ******** --env ******** 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea ssh-agent -k 16:54:40 unset SSH_AUTH_SOCK; 16:54:40 unset SSH_AGENT_PID; 16:54:40 echo Agent pid 54 killed; 16:54:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:54:40 + git semver [Pipeline] } 16:54:40 $ docker stop --time=1 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea 16:54:42 $ docker rm -f 2a8314d67db5c53b1b1d9478b6eb274a8771ed2c1e572d33179a0ffa09a201ea [Pipeline] // withDockerContainer [Pipeline] sh 16:54:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:54:43 Stashed 1 file(s) [Pipeline] echo 16:54:43 [edgeXSemver]: initialized semver on version 1.2.1-dev.55 [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 16:54:58 Still waiting to schedule task 16:54:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:54:58 Still waiting to schedule task 16:54:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:56:39 Running on prd-centos7-docker-4c-2g-9173 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:56:39 Running in /w/workspace/app-functions-sdk-go/143 [Pipeline] { [Pipeline] checkout 16:56:42 using credential edgex-jenkins-ssh 16:56:42 Cloning the remote Git repository 16:56:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:56:42 > git init /w/workspace/app-functions-sdk-go/143 # timeout=10 16:56:42 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:56:42 > git --version # timeout=10 16:56:42 > git --version # 'git version 2.16.5' 16:56:42 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:45 Checking out Revision 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 (master) 16:56:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:56:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:56:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:56:45 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:56:45 > git config core.sparsecheckout # timeout=10 16:56:45 > git checkout -f 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 16:56:49 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#563)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:56:50 ========================================================= 16:56:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:56:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:56:51 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:56:51 Sending build context to Docker daemon 19.14MB 16:56:51 Step 1/8 : ARG BASE=golang:1.15-alpine 16:56:51 Step 2/8 : FROM ${BASE} 16:56:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:56:51 df20fa9351a1: Pulling fs layer 16:56:51 ed8968b2872e: Pulling fs layer 16:56:51 a92cc7c5fd73: Pulling fs layer 16:56:51 e871e8e8d7a9: Pulling fs layer 16:56:51 e73272ec9a57: Pulling fs layer 16:56:51 1e910a182e73: Pulling fs layer 16:56:51 4e634b169226: Pulling fs layer 16:56:51 e73272ec9a57: Waiting 16:56:51 1e910a182e73: Waiting 16:56:51 4e634b169226: Waiting 16:56:51 e871e8e8d7a9: Waiting 16:56:51 a92cc7c5fd73: Verifying Checksum 16:56:51 a92cc7c5fd73: Download complete 16:56:51 ed8968b2872e: Download complete 16:56:51 e73272ec9a57: Verifying Checksum 16:56:51 e73272ec9a57: Download complete 16:56:51 1e910a182e73: Verifying Checksum 16:56:51 1e910a182e73: Download complete 16:56:51 df20fa9351a1: Verifying Checksum 16:56:51 df20fa9351a1: Download complete 16:56:52 df20fa9351a1: Pull complete 16:56:52 ed8968b2872e: Pull complete 16:56:52 a92cc7c5fd73: Pull complete 16:56:54 4e634b169226: Verifying Checksum 16:56:54 4e634b169226: Download complete 16:56:55 e871e8e8d7a9: Verifying Checksum 16:56:55 e871e8e8d7a9: Download complete 16:57:00 e871e8e8d7a9: Pull complete 16:57:00 e73272ec9a57: Pull complete 16:57:00 1e910a182e73: Pull complete 16:57:07 4e634b169226: Pull complete 16:57:07 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:57:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:57:07 ---> f7629b54cfaa 16:57:07 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:57:09 latest: Pulling from library/docker 16:57:09 188c0c94c7c5: Pulling fs layer 16:57:09 0c7c675703d6: Pulling fs layer 16:57:09 cc8c12a437cb: Pulling fs layer 16:57:09 c5dafad2182a: Pulling fs layer 16:57:09 5aa711733414: Pulling fs layer 16:57:09 058f73b55e4b: Pulling fs layer 16:57:09 8c9c664faf12: Pulling fs layer 16:57:09 058f73b55e4b: Waiting 16:57:09 5aa711733414: Waiting 16:57:09 8c9c664faf12: Waiting 16:57:09 c5dafad2182a: Waiting 16:57:09 cc8c12a437cb: Verifying Checksum 16:57:09 cc8c12a437cb: Download complete 16:57:10 0c7c675703d6: Verifying Checksum 16:57:10 0c7c675703d6: Download complete 16:57:10 188c0c94c7c5: Verifying Checksum 16:57:10 188c0c94c7c5: Download complete 16:57:10 5aa711733414: Verifying Checksum 16:57:10 5aa711733414: Download complete 16:57:10 058f73b55e4b: Download complete 16:57:10 8c9c664faf12: Verifying Checksum 16:57:10 8c9c664faf12: Download complete 16:57:10 188c0c94c7c5: Pull complete 16:57:10 0c7c675703d6: Pull complete 16:57:10 cc8c12a437cb: Pull complete 16:57:11 c5dafad2182a: Verifying Checksum 16:57:11 c5dafad2182a: Download complete 16:57:13 c5dafad2182a: Pull complete 16:57:13 5aa711733414: Pull complete 16:57:13 058f73b55e4b: Pull complete 16:57:13 8c9c664faf12: Pull complete 16:57:13 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:57:13 Status: Downloaded newer image for docker:latest 16:57:15 ---> a12c1a945cba 16:57:15 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:57:15 ---> Running in 7cae50f28111 16:57:15 Removing intermediate container 7cae50f28111 16:57:15 ---> 451a155cab69 16:57:15 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:57:15 ---> Running in ef5f0caf5d6b 16:57:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:57:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:57:17 (1/5) Installing libsodium (1.0.18-r0) 16:57:17 (2/5) Installing libzmq (4.3.3-r0) 16:57:18 (3/5) Installing pkgconf (1.7.2-r0) 16:57:18 (4/5) Installing libsodium-dev (1.0.18-r0) 16:57:18 (5/5) Installing zeromq-dev (4.3.3-r0) 16:57:18 Executing busybox-1.31.1-r16.trigger 16:57:18 OK: 167 MiB in 44 packages 16:57:18 Removing intermediate container ef5f0caf5d6b 16:57:18 ---> 36d11437cf9b 16:57:18 Step 6/8 : WORKDIR /build 16:57:19 ---> Running in f044697fb388 16:57:19 Removing intermediate container f044697fb388 16:57:19 ---> 713b60091cbf 16:57:19 Step 7/8 : COPY go.mod . 16:57:19 ---> a19a9dea60b4 16:57:19 Step 8/8 : RUN go mod download 16:57:19 ---> Running in 823997d3cace 16:57:46 Removing intermediate container 823997d3cace 16:57:46 ---> a81d72d8582d 16:57:46 Successfully built a81d72d8582d 16:57:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:57:46 + docker inspect -f . ci-base-image-x86_64 16:57:46 . [Pipeline] withDockerContainer 16:57:46 prd-centos7-docker-4c-2g-9173 does not seem to be running inside a container 16:57:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/143 -v /w/workspace/app-functions-sdk-go/143:/w/workspace/app-functions-sdk-go/143:rw,z -v /w/workspace/app-functions-sdk-go/143@tmp:/w/workspace/app-functions-sdk-go/143@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 ******** ci-base-image-x86_64 cat 16:57:47 $ docker top fb2be64b57322177a68066637c2efe14c162eee0c2f554145e7d4f55e1405975 -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:48 + go version 16:57:48 go version go1.15.2 linux/amd64 [Pipeline] } 16:57:48 $ docker stop --time=1 fb2be64b57322177a68066637c2efe14c162eee0c2f554145e7d4f55e1405975 16:57:49 $ docker rm -f fb2be64b57322177a68066637c2efe14c162eee0c2f554145e7d4f55e1405975 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:58:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9176 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:58:39 Running in /w/workspace/app-functions-sdk-go/143 [Pipeline] { [Pipeline] checkout 16:58:44 using credential edgex-jenkins-ssh 16:58:44 Cloning the remote Git repository 16:58:44 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:58:45 > git init /w/workspace/app-functions-sdk-go/143 # timeout=10 16:58:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:58:45 > git --version # timeout=10 16:58:45 > git --version # 'git version 2.17.1' 16:58:45 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:58:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:58:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:58:48 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:58:48 Checking out Revision 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 (master) 16:58:48 > git config core.sparsecheckout # timeout=10 16:58:48 > git checkout -f 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 16:58:53 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#563)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:58:54 ========================================================= 16:58:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:58:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:58:55 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:58:56 Sending build context to Docker daemon 19.14MB 16:58:56 Step 1/8 : ARG BASE=golang:1.15-alpine 16:58:56 Step 2/8 : FROM ${BASE} 16:58:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:58:56 b538f80385f9: Pulling fs layer 16:58:56 74f711af9a0d: Pulling fs layer 16:58:56 99f96fe45779: Pulling fs layer 16:58:56 8529a6b9a6be: Pulling fs layer 16:58:56 45590311c82a: Pulling fs layer 16:58:56 69ca0ff8b7b3: Pulling fs layer 16:58:56 209524e5b208: Pulling fs layer 16:58:56 8529a6b9a6be: Waiting 16:58:56 45590311c82a: Waiting 16:58:56 69ca0ff8b7b3: Waiting 16:58:56 209524e5b208: Waiting 16:58:56 99f96fe45779: Verifying Checksum 16:58:56 99f96fe45779: Download complete 16:58:56 74f711af9a0d: Download complete 16:58:56 45590311c82a: Verifying Checksum 16:58:56 45590311c82a: Download complete 16:58:56 69ca0ff8b7b3: Verifying Checksum 16:58:56 69ca0ff8b7b3: Download complete 16:58:56 b538f80385f9: Download complete 16:58:57 b538f80385f9: Pull complete 16:58:58 74f711af9a0d: Pull complete 16:58:58 99f96fe45779: Pull complete 16:58:59 209524e5b208: Verifying Checksum 16:58:59 209524e5b208: Download complete 16:59:00 8529a6b9a6be: Verifying Checksum 16:59:00 8529a6b9a6be: Download complete 16:59:10 8529a6b9a6be: Pull complete 16:59:10 45590311c82a: Pull complete 16:59:10 69ca0ff8b7b3: Pull complete 16:59:15 209524e5b208: Pull complete 16:59:15 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:59:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:59:15 ---> 5bddaf1c2fca 16:59:15 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:59:15 latest: Pulling from library/docker 16:59:15 5f621e34cdf4: Pulling fs layer 16:59:15 85db56a05063: Pulling fs layer 16:59:15 ccb67d6aeaaa: Pulling fs layer 16:59:15 a0b19fc83503: Pulling fs layer 16:59:15 8eb508b41278: Pulling fs layer 16:59:15 37236713561e: Pulling fs layer 16:59:15 07c93f2b1b56: Pulling fs layer 16:59:15 a0b19fc83503: Waiting 16:59:15 8eb508b41278: Waiting 16:59:15 37236713561e: Waiting 16:59:15 07c93f2b1b56: Waiting 16:59:15 ccb67d6aeaaa: Verifying Checksum 16:59:15 ccb67d6aeaaa: Download complete 16:59:15 85db56a05063: Verifying Checksum 16:59:15 85db56a05063: Download complete 16:59:15 5f621e34cdf4: Verifying Checksum 16:59:15 5f621e34cdf4: Download complete 16:59:15 8eb508b41278: Verifying Checksum 16:59:15 8eb508b41278: Download complete 16:59:15 07c93f2b1b56: Verifying Checksum 16:59:15 07c93f2b1b56: Download complete 16:59:15 37236713561e: Verifying Checksum 16:59:15 37236713561e: Download complete 16:59:15 5f621e34cdf4: Pull complete 16:59:16 a0b19fc83503: Verifying Checksum 16:59:16 a0b19fc83503: Download complete 16:59:16 85db56a05063: Pull complete 16:59:16 ccb67d6aeaaa: Pull complete 16:59:20 a0b19fc83503: Pull complete 16:59:20 8eb508b41278: Pull complete 16:59:20 37236713561e: Pull complete 16:59:21 07c93f2b1b56: Pull complete 16:59:21 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:59:21 Status: Downloaded newer image for docker:latest 16:59:28 ---> 5342bb05278b 16:59:28 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:59:28 ---> Running in 071d2a5dc232 16:59:28 Removing intermediate container 071d2a5dc232 16:59:28 ---> 219b10955b20 16:59:28 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:59:28 ---> Running in cbd6ad6cb437 16:59:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:35 (1/5) Installing libsodium (1.0.18-r0) 16:59:35 (2/5) Installing libzmq (4.3.3-r0) 16:59:35 (3/5) Installing pkgconf (1.7.2-r0) 16:59:35 (4/5) Installing libsodium-dev (1.0.18-r0) 16:59:35 (5/5) Installing zeromq-dev (4.3.3-r0) 16:59:35 Executing busybox-1.31.1-r16.trigger 16:59:35 OK: 144 MiB in 44 packages 16:59:37 Removing intermediate container cbd6ad6cb437 16:59:37 ---> 5a72890b21f1 16:59:37 Step 6/8 : WORKDIR /build 16:59:37 ---> Running in ddf58b81f191 16:59:37 Removing intermediate container ddf58b81f191 16:59:37 ---> 1a28aef306db 16:59:37 Step 7/8 : COPY go.mod . 16:59:38 ---> bf4893c32e27 16:59:38 Step 8/8 : RUN go mod download 16:59:38 ---> Running in 129e70450703 17:00:05 Removing intermediate container 129e70450703 17:00:05 ---> 3f94ce64becd 17:00:05 Successfully built 3f94ce64becd 17:00:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:00:06 + docker inspect -f . ci-base-image-arm64 17:00:06 . [Pipeline] withDockerContainer 17:00:06 prd-ubuntu18.04-docker-arm64-4c-16g-9176 does not seem to be running inside a container 17:00:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/143 -v /w/workspace/app-functions-sdk-go/143:/w/workspace/app-functions-sdk-go/143:rw,z -v /w/workspace/app-functions-sdk-go/143@tmp:/w/workspace/app-functions-sdk-go/143@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 ******** ci-base-image-arm64 cat 17:00:08 $ docker top 2fbbd6d46e219410104830158342c2e35c5b31f44145913d59d09f8c327749df -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:09 + go version 17:00:09 go version go1.15.2 linux/arm64 [Pipeline] } 17:00:09 $ docker stop --time=1 2fbbd6d46e219410104830158342c2e35c5b31f44145913d59d09f8c327749df 17:00:11 $ docker rm -f 2fbbd6d46e219410104830158342c2e35c5b31f44145913d59d09f8c327749df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 17:00:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:00:14 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:00:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:00:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:00:15 17:00:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 17:00:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:00:15 1.317.0: Pulling from edgex-devops/edgex-snyk-go 17:00:15 cbdbe7a5bc2a: Pulling fs layer 17:00:15 408f87550127: Pulling fs layer 17:00:15 fe522b08c979: Pulling fs layer 17:00:15 221eaa008020: Pulling fs layer 17:00:15 2a4607e5d6b9: Pulling fs layer 17:00:15 8f79b27c4fd2: Pulling fs layer 17:00:15 e5c8dbe1645b: Pulling fs layer 17:00:15 23e8b3b47431: Pulling fs layer 17:00:15 5c568d65a230: Pulling fs layer 17:00:15 e5c8dbe1645b: Waiting 17:00:15 23e8b3b47431: Waiting 17:00:15 5c568d65a230: Waiting 17:00:15 8f79b27c4fd2: Waiting 17:00:15 2a4607e5d6b9: Waiting 17:00:15 221eaa008020: Waiting 17:00:15 fe522b08c979: Download complete 17:00:15 408f87550127: Verifying Checksum 17:00:15 408f87550127: Download complete 17:00:15 2a4607e5d6b9: Verifying Checksum 17:00:15 2a4607e5d6b9: Download complete 17:00:15 8f79b27c4fd2: Download complete 17:00:15 cbdbe7a5bc2a: Verifying Checksum 17:00:15 cbdbe7a5bc2a: Download complete 17:00:16 cbdbe7a5bc2a: Pull complete 17:00:16 408f87550127: Pull complete 17:00:16 fe522b08c979: Pull complete 17:00:16 e5c8dbe1645b: Verifying Checksum 17:00:16 e5c8dbe1645b: Download complete 17:00:18 5c568d65a230: Verifying Checksum 17:00:18 5c568d65a230: Download complete 17:00:18 23e8b3b47431: Verifying Checksum 17:00:18 23e8b3b47431: Download complete 17:00:19 221eaa008020: Verifying Checksum 17:00:19 221eaa008020: Download complete 17:00:24 221eaa008020: Pull complete 17:00:24 2a4607e5d6b9: Pull complete 17:00:24 8f79b27c4fd2: Pull complete 17:00:26 e5c8dbe1645b: Pull complete 17:00:29 23e8b3b47431: Pull complete 17:00:30 5c568d65a230: Pull complete 17:00:30 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 17:00:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:00:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 17:00:30 prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container 17:00:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 17:00:31 $ docker top a372f5696f97750670114923d7af10523cf63288f0d2c6317542d14f87a8516c -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:32 + snyk monitor '--org=edgex-jenkins' 17:00:42 17:00:42 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 17:00:42 17:00:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/55dd031f-eec7-4131-a035-5c43c46ee155 17:00:42 17:00:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:00:42 17:00:42 17:00:42 Snyk CLI supports Node.js 8 and higher. 17:00:42 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 17:00:42 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 17:00:42 17:00:42 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 17:00:42 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 17:00:42 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 17:00:42 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:00:42 $ docker stop --time=1 a372f5696f97750670114923d7af10523cf63288f0d2c6317542d14f87a8516c 17:00:45 $ docker rm -f a372f5696f97750670114923d7af10523cf63288f0d2c6317542d14f87a8516c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 17:00:46 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:00:47 provisioning config files... 17:00:47 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4748984542715744466tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:00:47 --> edgex-publish-swagger.sh 17:00:47 === Publish openapi/v2 API === 17:00:47 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:00:47 [publishToSwagger] Publishing API Name [app-functions-sdk] 17:00:47 % Total % Received % Xferd Average Speed Time Time Time Current 17:00:47 Dload Upload Total Spent Left Speed 17:00:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10106 0:00:01 0:00:01 --:--:-- 10112 100 13025 0 0 100 13025 0 9776 0:00:01 0:00:01 --:--:-- 9785 17:00:48 17:00:48 [Pipeline] } 17:00:48 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 17:00:49 + git log --format=format:%s -1 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 [Pipeline] isUnix [Pipeline] sh 17:00:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:00:50 . [Pipeline] withDockerContainer 17:00:50 prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container 17:00:50 $ 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 17:00:51 $ docker top abbf8d96bd0be8eb60651cc0bfddf4aa34dadb71ba2f127e7804eb4f36a7a6d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:00:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:00:51 [ssh-agent] Looking for ssh-agent implementation... 17:00:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:00:51 $ docker exec abbf8d96bd0be8eb60651cc0bfddf4aa34dadb71ba2f127e7804eb4f36a7a6d3 ssh-agent 17:00:51 SSH_AUTH_SOCK=/tmp/ssh-Oa5cGN2m9eTU/agent.11 17:00:51 SSH_AGENT_PID=16 17:00:51 Running ssh-add (command line suppressed) 17:00:51 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_838769763992076424.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_838769763992076424.key) 17:00:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:00:52 + git semver tag 17:00:52 # -> Open(): unable to determine branch for HEAD 17:00:52 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:00:52 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:00:52 # $SEMVER_REMOTE_NAME = origin 17:00:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:00:52 # $SEMVER_USER_NAME = edgex-jenkins 17:00:52 # $SEMVER_BRANCH = master 17:00:52 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:00:52 # 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 HEAD 17:00:52 # -> Force: false 17:00:52 # ae5c6701e7d60ba82387c5e3a07382ad8b281689 refs/tags/v1.2.1-dev.55 [Pipeline] } 17:00:52 $ docker exec --env ******** --env ******** abbf8d96bd0be8eb60651cc0bfddf4aa34dadb71ba2f127e7804eb4f36a7a6d3 ssh-agent -k 17:00:52 unset SSH_AUTH_SOCK; 17:00:52 unset SSH_AGENT_PID; 17:00:52 echo Agent pid 16 killed; 17:00:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:00:52 + git semver [Pipeline] } 17:00:52 $ docker stop --time=1 abbf8d96bd0be8eb60651cc0bfddf4aa34dadb71ba2f127e7804eb4f36a7a6d3 17:00:54 $ docker rm -f abbf8d96bd0be8eb60651cc0bfddf4aa34dadb71ba2f127e7804eb4f36a7a6d3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:00:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:00:55 17:00:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:00:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:00:55 0.23.1-centos7: Pulling from edgex-lftools 17:00:55 ab5ef0e58194: Pulling fs layer 17:00:55 9712f1f96733: Pulling fs layer 17:00:55 63f879dbbcfc: Pulling fs layer 17:00:55 0d9ebad4ef96: Pulling fs layer 17:00:55 e9a5061849ea: Pulling fs layer 17:00:55 d747dcd14b5f: Pulling fs layer 17:00:55 2de7ff778b66: Pulling fs layer 17:00:55 0d9ebad4ef96: Waiting 17:00:55 e9a5061849ea: Waiting 17:00:55 d747dcd14b5f: Waiting 17:00:55 2de7ff778b66: Waiting 17:00:55 9712f1f96733: Verifying Checksum 17:00:55 9712f1f96733: Download complete 17:00:56 63f879dbbcfc: Verifying Checksum 17:00:56 63f879dbbcfc: Download complete 17:00:57 e9a5061849ea: Verifying Checksum 17:00:57 e9a5061849ea: Download complete 17:00:57 d747dcd14b5f: Download complete 17:00:57 2de7ff778b66: Verifying Checksum 17:00:57 2de7ff778b66: Download complete 17:00:57 0d9ebad4ef96: Verifying Checksum 17:00:57 0d9ebad4ef96: Download complete 17:00:57 ab5ef0e58194: Verifying Checksum 17:00:57 ab5ef0e58194: Download complete 17:01:02 ab5ef0e58194: Pull complete 17:01:02 9712f1f96733: Pull complete 17:01:04 63f879dbbcfc: Pull complete 17:01:11 0d9ebad4ef96: Pull complete 17:01:13 e9a5061849ea: Pull complete 17:01:13 d747dcd14b5f: Pull complete 17:01:16 2de7ff778b66: Pull complete 17:01:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:01:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:01:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:01:16 prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container 17:01:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:01:21 $ docker top 72d710c9cea25d2159fb3aa758e8077f79638451877f27fa75ed9d3aa5fcf4c5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:01:21 provisioning config files... 17:01:21 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1084116223636691765tmp 17:01:21 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2046160908627269559tmp 17:01:21 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3366833603213220882tmp [Pipeline] { [Pipeline] echo 17:01:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:01:22 ---> sigul-configuration.sh 17:01:22 gpg: directory `/root/.gnupg' created 17:01:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:01:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:01:22 gpg: keyring `/root/.gnupg/secring.gpg' created 17:01:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:01:22 gpg: CAST5 encrypted data 17:01:22 gpg: encrypted with 1 passphrase 17:01:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:01:22 + mkdir /home/jenkins 17:01:22 + mkdir /home/jenkins/sigul [Pipeline] sh 17:01:22 + 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 17:01:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:01:23 ---> sigul-install.sh 17:01:28 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:01:28 + git tag --list 17:01:28 v0.1.0 17:01:28 v0.1.1 17:01:28 v1.0.0 17:01:28 v1.1.0 17:01:28 v1.2.0 17:01:28 v1.2.1-dev.1 17:01:28 v1.2.1-dev.10 17:01:28 v1.2.1-dev.11 17:01:28 v1.2.1-dev.12 17:01:28 v1.2.1-dev.13 17:01:28 v1.2.1-dev.14 17:01:28 v1.2.1-dev.15 17:01:28 v1.2.1-dev.16 17:01:28 v1.2.1-dev.17 17:01:28 v1.2.1-dev.18 17:01:28 v1.2.1-dev.19 17:01:28 v1.2.1-dev.2 17:01:28 v1.2.1-dev.20 17:01:28 v1.2.1-dev.21 17:01:28 v1.2.1-dev.22 17:01:28 v1.2.1-dev.23 17:01:28 v1.2.1-dev.24 17:01:28 v1.2.1-dev.25 17:01:28 v1.2.1-dev.26 17:01:28 v1.2.1-dev.27 17:01:28 v1.2.1-dev.28 17:01:28 v1.2.1-dev.29 17:01:28 v1.2.1-dev.3 17:01:28 v1.2.1-dev.30 17:01:28 v1.2.1-dev.31 17:01:28 v1.2.1-dev.32 17:01:28 v1.2.1-dev.33 17:01:28 v1.2.1-dev.34 17:01:28 v1.2.1-dev.35 17:01:28 v1.2.1-dev.36 17:01:28 v1.2.1-dev.37 17:01:28 v1.2.1-dev.38 17:01:28 v1.2.1-dev.39 17:01:28 v1.2.1-dev.4 17:01:28 v1.2.1-dev.40 17:01:28 v1.2.1-dev.41 17:01:28 v1.2.1-dev.42 17:01:28 v1.2.1-dev.43 17:01:28 v1.2.1-dev.44 17:01:28 v1.2.1-dev.45 17:01:28 v1.2.1-dev.46 17:01:28 v1.2.1-dev.47 17:01:28 v1.2.1-dev.48 17:01:28 v1.2.1-dev.49 17:01:28 v1.2.1-dev.5 17:01:28 v1.2.1-dev.50 17:01:28 v1.2.1-dev.51 17:01:28 v1.2.1-dev.52 17:01:28 v1.2.1-dev.53 17:01:28 v1.2.1-dev.54 17:01:28 v1.2.1-dev.55 17:01:28 v1.2.1-dev.6 17:01:28 v1.2.1-dev.7 17:01:28 v1.2.1-dev.8 17:01:28 v1.2.1-dev.9 [Pipeline] sh 17:01:29 + lftools sign git-tag v1.2.1-dev.55 17:01:30 Signing Git tag with Sigul... 17:01:30 Signing v1.2.1-dev.55 [Pipeline] echo 17:01:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:01:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:01:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:01:32 $ docker stop --time=1 72d710c9cea25d2159fb3aa758e8077f79638451877f27fa75ed9d3aa5fcf4c5 17:01:34 $ docker rm -f 72d710c9cea25d2159fb3aa758e8077f79638451877f27fa75ed9d3aa5fcf4c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:01:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:35 . [Pipeline] withDockerContainer 17:01:35 prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container 17:01:35 $ 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 17:01:36 $ docker top 15f44c8af723bc40e332acffb6ad930298af27f4f2554c41270df7713004ab24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:36 [ssh-agent] Looking for ssh-agent implementation... 17:01:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:36 $ docker exec 15f44c8af723bc40e332acffb6ad930298af27f4f2554c41270df7713004ab24 ssh-agent 17:01:36 SSH_AUTH_SOCK=/tmp/ssh-c7EFtxySpfqH/agent.12 17:01:36 SSH_AGENT_PID=17 17:01:36 Running ssh-add (command line suppressed) 17:01:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6278142037461497486.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6278142037461497486.key) 17:01:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:37 + git semver bump pre 17:01:37 # -> Open(): unable to determine branch for HEAD 17:01:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:01:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:01:37 # $SEMVER_REMOTE_NAME = origin 17:01:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:01:37 # $SEMVER_USER_NAME = edgex-jenkins 17:01:37 # $SEMVER_BRANCH = master 17:01:37 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:01:37 1.2.1-dev.56 [Pipeline] } 17:01:37 $ docker exec --env ******** --env ******** 15f44c8af723bc40e332acffb6ad930298af27f4f2554c41270df7713004ab24 ssh-agent -k 17:01:37 unset SSH_AUTH_SOCK; 17:01:37 unset SSH_AGENT_PID; 17:01:37 echo Agent pid 17 killed; 17:01:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:37 + git semver [Pipeline] } 17:01:37 $ docker stop --time=1 15f44c8af723bc40e332acffb6ad930298af27f4f2554c41270df7713004ab24 17:01:39 $ docker rm -f 15f44c8af723bc40e332acffb6ad930298af27f4f2554c41270df7713004ab24 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:01:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:39 . [Pipeline] withDockerContainer 17:01:39 prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container 17:01:39 $ 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 17:01:40 $ docker top b4b027160464eb98bffef0d64060f23a467f8227e4ae385b7305fcbe1e764b8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:40 [ssh-agent] Looking for ssh-agent implementation... 17:01:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:41 $ docker exec b4b027160464eb98bffef0d64060f23a467f8227e4ae385b7305fcbe1e764b8c ssh-agent 17:01:41 SSH_AUTH_SOCK=/tmp/ssh-3Wwv4MCkotdD/agent.11 17:01:41 SSH_AGENT_PID=16 17:01:41 Running ssh-add (command line suppressed) 17:01:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7309249359709591059.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7309249359709591059.key) 17:01:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:41 + git semver push 17:01:41 # -> Open(): unable to determine branch for HEAD 17:01:41 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:01:41 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:01:41 # $SEMVER_REMOTE_NAME = origin 17:01:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:01:41 # $SEMVER_USER_NAME = edgex-jenkins 17:01:41 # $SEMVER_BRANCH = master 17:01:41 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:01:48 $ docker exec --env ******** --env ******** b4b027160464eb98bffef0d64060f23a467f8227e4ae385b7305fcbe1e764b8c ssh-agent -k 17:01:48 unset SSH_AUTH_SOCK; 17:01:48 unset SSH_AGENT_PID; 17:01:48 echo Agent pid 16 killed; 17:01:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:49 + git semver [Pipeline] } 17:01:49 $ docker stop --time=1 b4b027160464eb98bffef0d64060f23a467f8227e4ae385b7305fcbe1e764b8c 17:01:50 $ docker rm -f b4b027160464eb98bffef0d64060f23a467f8227e4ae385b7305fcbe1e764b8c [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 17:01:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:01:52 ---> package-listing.sh 17:01:52 ++ facter osfamily 17:01:52 ++ tr '[:upper:]' '[:lower:]' 17:01:52 + OS_FAMILY=redhat 17:01:52 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 17:01:52 + START_PACKAGES=/tmp/packages_start.txt 17:01:52 + END_PACKAGES=/tmp/packages_end.txt 17:01:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:01:52 + PACKAGES=/tmp/packages_start.txt 17:01:52 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:01:52 + PACKAGES=/tmp/packages_end.txt 17:01:52 + case "${OS_FAMILY}" in 17:01:52 + rpm -qa 17:01:52 + sort 17:01:57 + '[' -f /tmp/packages_start.txt ']' 17:01:57 + '[' -f /tmp/packages_end.txt ']' 17:01:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:01:57 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:01:57 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 17:01:57 + 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 17:01:57 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 17:01:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:01:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:01:57 17:01:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:01:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:01:58 alpine: Pulling from edgex-lftools-log-publisher 17:01:58 df20fa9351a1: Pulling fs layer 17:01:58 36b3adc4ff6f: Pulling fs layer 17:01:58 8ad3a11d3b57: Pulling fs layer 17:01:58 46f8f816bc3b: Pulling fs layer 17:01:58 93b61091891f: Pulling fs layer 17:01:58 93b9cdb0e59b: Pulling fs layer 17:01:58 5e14af77c1be: Pulling fs layer 17:01:58 01666e4c0597: Pulling fs layer 17:01:58 aa168da1d23b: Pulling fs layer 17:01:58 93b9cdb0e59b: Waiting 17:01:58 46f8f816bc3b: Waiting 17:01:58 93b61091891f: Waiting 17:01:58 5e14af77c1be: Waiting 17:01:58 01666e4c0597: Waiting 17:01:58 aa168da1d23b: Waiting 17:01:58 36b3adc4ff6f: Download complete 17:01:58 46f8f816bc3b: Verifying Checksum 17:01:58 46f8f816bc3b: Download complete 17:01:58 df20fa9351a1: Download complete 17:01:58 93b61091891f: Verifying Checksum 17:01:58 93b61091891f: Download complete 17:01:58 93b9cdb0e59b: Verifying Checksum 17:01:58 93b9cdb0e59b: Download complete 17:01:58 5e14af77c1be: Verifying Checksum 17:01:58 5e14af77c1be: Download complete 17:01:58 01666e4c0597: Verifying Checksum 17:01:58 01666e4c0597: Download complete 17:01:58 8ad3a11d3b57: Verifying Checksum 17:01:58 8ad3a11d3b57: Download complete 17:01:58 df20fa9351a1: Pull complete 17:01:58 36b3adc4ff6f: Pull complete 17:01:59 8ad3a11d3b57: Pull complete 17:01:59 46f8f816bc3b: Pull complete 17:02:00 93b61091891f: Pull complete 17:02:00 93b9cdb0e59b: Pull complete 17:02:00 5e14af77c1be: Pull complete 17:02:00 aa168da1d23b: Verifying Checksum 17:02:00 aa168da1d23b: Download complete 17:02:00 01666e4c0597: Pull complete 17:02:07 aa168da1d23b: Pull complete 17:02:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:02:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:02:07 prd-centos7-docker-4c-2g-9171 does not seem to be running inside a container 17:02:07 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:02:12 $ docker top 90c9705fdace11868498c0b22c858bc6f5be6307a62889980d2c0141ca6bf2e6 -eo pid,comm [Pipeline] { [Pipeline] sh 17:02:13 + touch /tmp/pre-build-complete [Pipeline] sh 17:02:13 + mkdir -p /var/log/sa [Pipeline] sh 17:02:14 + ls /var/log/sa-host 17:02:14 + sadf -c /var/log/sa-host/sa05 17:02:14 file_magic: OK 17:02:14 HZ: Using current value: 100 17:02:14 file_header: OK 17:02:14 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 17:02:14 Statistics: 17:02:14 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:02:14 File successfully converted to sysstat format version 12.2.1 17:02:14 + sadf -c /var/log/sa-host/sa27 17:02:14 file_magic: OK 17:02:14 HZ: Using current value: 100 17:02:14 file_header: OK 17:02:14 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 17:02:14 Statistics: 17:02:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:02:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:02:14 provisioning config files... 17:02:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3944399003897441293tmp [Pipeline] { [Pipeline] echo 17:02:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:02:14 ---> create-netrc.sh [Pipeline] } 17:02:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:02:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:02:15 ---> python-tools-install.sh [Pipeline] echo 17:02:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:02:15 ---> sudo-logs.sh 17:02:15 Archiving 'sudo' log.. [Pipeline] echo 17:02:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:02:15 ---> job-cost.sh 17:02:15 lf-activate-venv: SKIPPING 17:02:15 INFO: No Stack... 17:02:17 INFO: Retrieving Pricing Info for: v1-standard-2 17:02:17 INFO: Archiving Costs [Pipeline] echo 17:02:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:02:17 ---> logs-deploy.sh 17:02:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/143 17:02:17 INFO: archiving workspace using pattern(s): 17:02:19 Archives upload complete. 17:02:19 INFO: archiving logs to Nexus 17:02:20 ---> uname -a: 17:02:20 Linux prd-centos7-docker-4c-2g-9171.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:02:20 17:02:20 17:02:20 ---> lscpu: 17:02:20 Architecture: x86_64 17:02:20 CPU op-mode(s): 32-bit, 64-bit 17:02:20 Byte Order: Little Endian 17:02:20 Address sizes: 40 bits physical, 48 bits virtual 17:02:20 CPU(s): 4 17:02:20 On-line CPU(s) list: 0-3 17:02:20 Thread(s) per core: 1 17:02:20 Core(s) per socket: 1 17:02:20 Socket(s): 4 17:02:20 NUMA node(s): 1 17:02:20 Vendor ID: GenuineIntel 17:02:20 CPU family: 6 17:02:20 Model: 44 17:02:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:02:20 Stepping: 1 17:02:20 CPU MHz: 2933.438 17:02:20 BogoMIPS: 5866.87 17:02:20 Virtualization: VT-x 17:02:20 Hypervisor vendor: KVM 17:02:20 Virtualization type: full 17:02:20 L1d cache: 128 KiB 17:02:20 L1i cache: 128 KiB 17:02:20 L2 cache: 16 MiB 17:02:20 L3 cache: 64 MiB 17:02:20 NUMA node0 CPU(s): 0-3 17:02:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:02:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:02:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:02:20 Vulnerability Meltdown: Mitigation; PTI 17:02:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:02:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:02:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:02:20 Vulnerability Tsx async abort: Not affected 17:02:20 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 17:02:20 17:02:20 17:02:20 ---> nproc: 17:02:20 4 17:02:20 17:02:20 17:02:20 ---> df -h: 17:02:20 Filesystem Size Used Available Use% Mounted on 17:02:20 overlay 50.0G 8.5G 41.5G 17% / 17:02:20 tmpfs 64.0M 0 64.0M 0% /dev 17:02:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:02:20 shm 64.0M 0 64.0M 0% /dev/shm 17:02:20 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 17:02:20 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 17:02:20 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 17:02:20 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 17:02:20 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 17:02:20 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 17:02:20 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 17:02:20 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 17:02:20 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 17:02:20 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 17:02:20 17:02:20 17:02:20 ---> free -m: 17:02:20 total used free shared buff/cache available 17:02:20 Mem: 1837 793 157 0 886 982 17:02:20 Swap: 1023 2 1021 17:02:20 17:02:20 17:02:20 ---> ip addr: 17:02:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:02:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:02:20 inet 127.0.0.1/8 scope host lo 17:02:20 valid_lft forever preferred_lft forever 17:02:20 inet6 ::1/128 scope host 17:02:20 valid_lft forever preferred_lft forever 17:02:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:02:20 link/ether fa:16:3e:86:26:39 brd ff:ff:ff:ff:ff:ff 17:02:20 inet 10.30.122.109/23 brd 10.30.123.255 scope global dynamic eth0 17:02:20 valid_lft 85883sec preferred_lft 85883sec 17:02:20 inet6 fe80::f816:3eff:fe86:2639/64 scope link 17:02:20 valid_lft forever preferred_lft forever 17:02:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:02:20 link/ether 02:42:f2:23:c5:d2 brd ff:ff:ff:ff:ff:ff 17:02:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:02:20 valid_lft forever preferred_lft forever 17:02:20 inet6 fe80::42:f2ff:fe23:c5d2/64 scope link 17:02:20 valid_lft forever preferred_lft forever 17:02:20 17:02:20 17:02:20 ---> sar -b -r -n DEV: 17:02:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) 17:02:20 17:02:20 16:53:24 LINUX RESTART (4 CPU) 17:02:20 17:02:20 16:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:02:20 16:55:01 66.79 20.82 45.97 0.00 5426.10 6629.31 0.00 17:02:20 16:56:01 2.10 0.00 2.10 0.00 0.00 41.35 0.00 17:02:20 16:57:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 17:02:20 16:58:01 0.37 0.00 0.37 0.00 0.00 5.55 0.00 17:02:20 16:59:01 0.20 0.00 0.20 0.00 0.00 3.03 0.00 17:02:20 17:00:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 17:02:20 17:01:01 277.35 146.13 131.22 0.00 7630.69 46653.20 0.00 17:02:20 17:02:01 243.95 115.20 128.74 0.00 8773.39 26973.44 0.00 17:02:20 Average: 73.95 35.29 38.66 0.00 2730.40 10044.99 0.00 17:02:20 17:02:20 16:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:02:20 16:55:01 236236 0 558492 29.68 2620 1084208 1094024 37.34 416020 1070344 132 17:02:20 16:56:01 241076 0 553656 29.43 2620 1084204 1064592 36.33 415404 1066876 16 17:02:20 16:57:01 240004 0 554724 29.48 2620 1084208 1064820 36.34 416676 1066872 16 17:02:20 16:58:01 238916 0 555808 29.54 2620 1084212 1064736 36.34 418104 1066368 20 17:02:20 16:59:01 239004 0 555716 29.53 2620 1084216 1064784 36.34 429520 1055176 8 17:02:20 17:00:01 239932 0 554784 29.49 2620 1084220 1064944 36.34 429092 1055176 8 17:02:20 17:01:01 184352 0 655156 34.82 2596 1039452 1283156 43.79 557504 927156 77792 17:02:20 17:02:01 78572 0 797472 42.38 1492 1004020 1515016 51.70 701232 811920 92232 17:02:20 Average: 212262 0 598226 31.79 2476 1068592 1152009 39.32 472944 1014986 21278 17:02:20 17:02:20 16:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:02:20 16:55:01 eth0 620.26 453.73 1626.83 111.35 0.00 0.00 0.00 0.00 17:02:20 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 16:55:01 docker0 89.03 69.84 8.37 303.22 0.00 0.00 0.00 0.00 17:02:20 16:56:01 eth0 0.85 0.08 0.08 0.01 0.00 0.00 0.00 0.00 17:02:20 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 16:57:01 eth0 1.27 0.55 0.56 0.39 0.00 0.00 0.00 0.00 17:02:20 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 16:58:01 eth0 2.30 0.37 0.43 0.20 0.00 0.00 0.00 0.00 17:02:20 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 16:59:01 eth0 1.03 0.60 0.54 0.37 0.00 0.00 0.00 0.00 17:02:20 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 17:00:01 eth0 0.37 0.25 0.15 0.10 0.00 0.00 0.00 0.00 17:02:20 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 17:01:01 eth0 822.48 740.42 7403.50 66.42 0.00 0.00 0.00 0.00 17:02:20 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 17:01:01 docker0 59.39 62.41 4.94 412.39 0.00 0.00 0.00 0.00 17:02:20 17:02:01 eth0 323.59 274.88 2426.21 97.13 0.00 0.00 0.00 0.00 17:02:20 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 17:02:01 docker0 24.88 29.27 1.55 198.72 0.00 0.00 0.00 0.00 17:02:20 Average: eth0 221.62 183.95 1433.03 34.52 0.00 0.00 0.00 0.00 17:02:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:20 Average: docker0 21.67 20.20 1.86 114.35 0.00 0.00 0.00 0.00 17:02:20 17:02:20 17:02:20 ---> sar -P ALL: 17:02:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) 17:02:20 17:02:20 16:53:24 LINUX RESTART (4 CPU) 17:02:20 17:02:20 16:54:01 CPU %user %nice %system %iowait %steal %idle 17:02:20 16:55:01 all 13.47 0.00 4.54 2.28 0.02 79.69 17:02:20 16:55:01 0 13.10 0.00 4.59 2.23 0.02 80.06 17:02:20 16:55:01 1 12.46 0.00 4.72 4.08 0.03 78.71 17:02:20 16:55:01 2 14.50 0.00 3.75 1.63 0.02 80.10 17:02:20 16:55:01 3 13.82 0.00 5.09 1.18 0.02 79.89 17:02:20 16:56:01 all 0.16 0.00 0.04 0.00 0.00 99.80 17:02:20 16:56:01 0 0.20 0.00 0.03 0.00 0.00 99.77 17:02:20 16:56:01 1 0.03 0.00 0.05 0.00 0.00 99.92 17:02:20 16:56:01 2 0.37 0.00 0.03 0.00 0.00 99.60 17:02:20 16:56:01 3 0.05 0.00 0.05 0.00 0.00 99.90 17:02:20 16:57:01 all 0.17 0.00 0.04 0.00 0.00 99.79 17:02:20 16:57:01 0 0.13 0.00 0.03 0.00 0.00 99.83 17:02:20 16:57:01 1 0.08 0.00 0.02 0.00 0.00 99.90 17:02:20 16:57:01 2 0.40 0.00 0.05 0.00 0.00 99.55 17:02:20 16:57:01 3 0.07 0.00 0.05 0.00 0.00 99.88 17:02:20 16:58:01 all 0.16 0.00 0.03 0.00 0.00 99.81 17:02:20 16:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:02:20 16:58:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:02:20 16:58:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:02:20 16:58:01 3 0.53 0.00 0.02 0.00 0.00 99.45 17:02:20 16:59:01 all 0.18 0.00 0.08 0.00 0.00 99.75 17:02:20 16:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:02:20 16:59:01 1 0.13 0.00 0.05 0.00 0.00 99.82 17:02:20 16:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:02:20 16:59:01 3 0.53 0.00 0.22 0.00 0.00 99.25 17:02:20 17:00:01 all 0.16 0.00 0.04 0.00 0.00 99.80 17:02:20 17:00:01 0 0.05 0.00 0.03 0.00 0.00 99.92 17:02:20 17:00:01 1 0.53 0.00 0.03 0.00 0.00 99.43 17:02:20 17:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:02:20 17:00:01 3 0.03 0.00 0.07 0.00 0.00 99.90 17:02:20 17:01:01 all 12.41 0.00 8.52 3.58 0.04 75.45 17:02:20 17:01:01 0 12.79 0.00 8.92 2.93 0.03 75.34 17:02:20 17:01:01 1 11.74 0.00 8.42 4.55 0.03 75.26 17:02:20 17:01:01 2 12.82 0.00 8.48 3.48 0.05 75.17 17:02:20 17:01:01 3 12.30 0.00 8.29 3.34 0.05 76.02 17:02:20 17:02:01 all 10.95 0.00 7.88 3.59 0.03 77.55 17:02:20 17:02:01 0 11.09 0.00 8.76 1.77 0.02 78.36 17:02:20 17:02:01 1 10.01 0.00 8.04 7.46 0.03 74.46 17:02:20 17:02:01 2 9.50 0.00 7.04 2.78 0.02 80.66 17:02:20 17:02:01 3 13.19 0.00 7.68 2.38 0.03 76.72 17:02:20 Average: all 4.66 0.00 2.61 1.17 0.01 91.56 17:02:20 Average: 0 4.61 0.00 2.76 0.85 0.01 91.77 17:02:20 Average: 1 4.34 0.00 2.64 1.99 0.01 91.02 17:02:20 Average: 2 4.66 0.00 2.40 0.97 0.01 91.96 17:02:20 Average: 3 5.01 0.00 2.65 0.85 0.01 91.48 17:02:20 17:02:20 17:02:20