Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1027b02cdf130d6310b3582fd617e9b459e6d86 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-27357’ is offline Running on prd-centos7-docker-4c-2g-27360 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 d1027b02cdf130d6310b3582fd617e9b459e6d86 (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 d1027b02cdf130d6310b3582fd617e9b459e6d86 # timeout=10 Commit message: "fix: Return 400 (BadRequest) on DTO validation failure (#710)" > git rev-list --no-walk 1119998eece0d0de68da190d33e4abc91d0156ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:34:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:34:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:34:10 ========================================================= 17:34:10 EdgeX Global Pipelines Version Info 17:34:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:34:12 ------------------- 17:34:12 stable info: 17:34:12 ------------------- 17:34:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:34:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:34:12 Message: update stable to v1.0.179 17:34:13 ------------------- 17:34:13 experimental info: 17:34:13 ------------------- 17:34:13 Commited By: **** collab-it+edgex@linuxfoundation.org 17:34:13 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 17:34:13 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:34:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:34:13 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:34:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:34:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:34:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:34:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:34:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:34:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:34:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:34:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:34:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:34:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:34:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:34:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:34:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:34:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:34:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:34:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:34:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:34:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:34:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:34:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:34:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:34:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:34:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:34:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:34:16 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:34:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:34:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:34:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:34:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1027b02cdf130d6310b3582fd617e9b459e6d86 [Pipeline] echo 17:34:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1027b0 [Pipeline] echo 17:34:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:34:17 + git log --format=format:%s -1 d1027b02cdf130d6310b3582fd617e9b459e6d86 [Pipeline] echo 17:34:17 GIT_COMMIT: d1027b02cdf130d6310b3582fd617e9b459e6d86, Commit Message: fix: Return 400 (BadRequest) on DTO validation failure (#710) [Pipeline] echo 17:34:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:34:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:18 17:34:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:34:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:19 latest: Pulling from edgex-devops/git-semver 17:34:19 31603596830f: Pulling fs layer 17:34:19 2a8b12db71e7: Pulling fs layer 17:34:19 6ca5941a6612: Pulling fs layer 17:34:19 ecc8261a40a4: Pulling fs layer 17:34:19 ecc8261a40a4: Waiting 17:34:19 2a8b12db71e7: Download complete 17:34:19 31603596830f: Verifying Checksum 17:34:19 31603596830f: Download complete 17:34:19 ecc8261a40a4: Verifying Checksum 17:34:19 ecc8261a40a4: Download complete 17:34:19 6ca5941a6612: Verifying Checksum 17:34:19 6ca5941a6612: Download complete 17:34:19 31603596830f: Pull complete 17:34:19 2a8b12db71e7: Pull complete 17:34:20 6ca5941a6612: Pull complete 17:34:20 ecc8261a40a4: Pull complete 17:34:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:34:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:34:21 prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container 17:34:21 $ 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 17:34:23 $ docker top 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:34:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:34:23 [ssh-agent] Looking for ssh-agent implementation... 17:34:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:34:23 $ docker exec 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 ssh-agent 17:34:24 SSH_AUTH_SOCK=/tmp/ssh-oCk5CIRJwjqr/agent.12 17:34:24 SSH_AGENT_PID=18 17:34:24 Running ssh-add (command line suppressed) 17:34:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5258536552112210580.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5258536552112210580.key) 17:34:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:34:24 + git tag --points-at HEAD [Pipeline] } 17:34:24 $ docker exec --env ******** --env ******** 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 ssh-agent -k 17:34:24 unset SSH_AUTH_SOCK; 17:34:24 unset SSH_AGENT_PID; 17:34:24 echo Agent pid 18 killed; 17:34:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:34:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:34:24 [ssh-agent] Looking for ssh-agent implementation... 17:34:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:34:25 $ docker exec 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 ssh-agent 17:34:25 SSH_AUTH_SOCK=/tmp/ssh-TDxBxzUs6Bss/agent.47 17:34:25 SSH_AGENT_PID=52 17:34:25 Running ssh-add (command line suppressed) 17:34:25 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6517340526219358836.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6517340526219358836.key) 17:34:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:34:25 + git semver init 17:34:25 # -> Open(): unable to determine branch for HEAD 17:34:25 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:34:25 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:34:25 # $SEMVER_REMOTE_NAME = origin 17:34:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:34:25 # $SEMVER_USER_NAME = edgex-jenkins 17:34:25 # $SEMVER_BRANCH = master 17:34:25 # $SEMVER_TEMP = /tmp/semver-753556942 17:34:25 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:34:28 # '/tmp/semver-753556942' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 17:34:28 # -> Force: false 17:34:28 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:34:28 $ docker exec --env ******** --env ******** 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 ssh-agent -k 17:34:28 unset SSH_AUTH_SOCK; 17:34:28 unset SSH_AGENT_PID; 17:34:28 echo Agent pid 52 killed; 17:34:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:34:29 + git semver [Pipeline] } 17:34:29 $ docker stop --time=1 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 17:34:30 $ docker rm -f 9fb10cb76d4280141383d485d6d86304fabf186c1ee5289dff1da6dc8fe32b52 [Pipeline] // withDockerContainer [Pipeline] sh 17:34:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:34:31 Stashed 1 file(s) [Pipeline] echo 17:34:31 [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [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 17:34:46 Still waiting to schedule task 17:34:46 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27360’ 17:34:46 Still waiting to schedule task 17:34:46 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 17:36:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27361 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:36:41 Running in /w/workspace/app-functions-sdk-go/185 [Pipeline] { [Pipeline] checkout 17:36:46 using credential edgex-jenkins-ssh 17:36:46 Cloning the remote Git repository 17:36:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:36:46 > git init /w/workspace/app-functions-sdk-go/185 # timeout=10 17:36:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:36:46 > git --version # timeout=10 17:36:46 > git --version # 'git version 2.17.1' 17:36:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:36:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:36:50 Checking out Revision d1027b02cdf130d6310b3582fd617e9b459e6d86 (master) 17:36:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:36:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:36:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:36:49 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:36:49 using GIT_SSH to set credentials SSH Credentials for GitHub 17:36:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:36:50 > git config core.sparsecheckout # timeout=10 17:36:50 > git checkout -f d1027b02cdf130d6310b3582fd617e9b459e6d86 # timeout=10 17:36:54 Commit message: "fix: Return 400 (BadRequest) on DTO validation failure (#710)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:36:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:36:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:36:57 + true 17:36:57 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 17:37:00 ========================================================= 17:37:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:37:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:37:00 + 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 . 17:37:01 Sending build context to Docker daemon 19.22MB 17:37:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:37:01 Step 2/8 : FROM ${BASE} 17:37:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:37:02 5f621e34cdf4: Pulling fs layer 17:37:02 a4357932f1b6: Pulling fs layer 17:37:02 18c013af1878: Pulling fs layer 17:37:02 00ac8860ef70: Pulling fs layer 17:37:02 63d7cb157983: Pulling fs layer 17:37:02 b116817d02f9: Pulling fs layer 17:37:02 745a02a5169b: Pulling fs layer 17:37:02 00ac8860ef70: Waiting 17:37:02 63d7cb157983: Waiting 17:37:02 b116817d02f9: Waiting 17:37:02 18c013af1878: Verifying Checksum 17:37:02 18c013af1878: Download complete 17:37:02 a4357932f1b6: Verifying Checksum 17:37:02 a4357932f1b6: Download complete 17:37:02 63d7cb157983: Download complete 17:37:02 b116817d02f9: Verifying Checksum 17:37:02 b116817d02f9: Download complete 17:37:02 5f621e34cdf4: Verifying Checksum 17:37:02 5f621e34cdf4: Download complete 17:37:03 5f621e34cdf4: Pull complete 17:37:04 a4357932f1b6: Pull complete 17:37:04 18c013af1878: Pull complete 17:37:05 745a02a5169b: Verifying Checksum 17:37:05 745a02a5169b: Download complete 17:37:06 00ac8860ef70: Verifying Checksum 17:37:06 00ac8860ef70: Download complete 17:37:10 Running on prd-centos7-docker-4c-2g-27362 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:37:11 Running in /w/workspace/app-functions-sdk-go/185 [Pipeline] { [Pipeline] checkout 17:37:14 using credential edgex-jenkins-ssh 17:37:14 Cloning the remote Git repository 17:37:14 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:37:14 > git init /w/workspace/app-functions-sdk-go/185 # timeout=10 17:37:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:37:14 > git --version # timeout=10 17:37:14 > git --version # 'git version 2.24.3' 17:37:14 using GIT_SSH to set credentials SSH Credentials for GitHub 17:37:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:37:16 00ac8860ef70: Pull complete 17:37:16 63d7cb157983: Pull complete 17:37:16 Checking out Revision d1027b02cdf130d6310b3582fd617e9b459e6d86 (master) 17:37:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:37:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:37:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:37:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:37:16 using GIT_SSH to set credentials SSH Credentials for GitHub 17:37:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:37:16 > git config core.sparsecheckout # timeout=10 17:37:16 > git checkout -f d1027b02cdf130d6310b3582fd617e9b459e6d86 # timeout=10 17:37:17 b116817d02f9: Pull complete 17:37:20 745a02a5169b: Pull complete 17:37:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:37:20 Commit message: "fix: Return 400 (BadRequest) on DTO validation failure (#710)" 17:37:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:37:20 ---> b7e6874047d6 17:37:20 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:37:20 20.10.0: Pulling from library/docker 17:37:20 a3cc7d3b244e: Pulling fs layer 17:37:20 02a3295e0d61: Pulling fs layer 17:37:20 0f4f2e6d8100: Pulling fs layer 17:37:20 330b718f631f: Pulling fs layer 17:37:20 a93816041522: Pulling fs layer 17:37:20 bdb6da89ff94: Pulling fs layer 17:37:20 2a70c0c122f4: Pulling fs layer 17:37:20 330b718f631f: Waiting 17:37:20 a93816041522: Waiting 17:37:20 bdb6da89ff94: Waiting 17:37:20 2a70c0c122f4: Waiting 17:37:20 0f4f2e6d8100: Verifying Checksum 17:37:20 0f4f2e6d8100: Download complete 17:37:20 02a3295e0d61: Verifying Checksum 17:37:20 02a3295e0d61: Download complete 17:37:20 a3cc7d3b244e: Verifying Checksum 17:37:20 a3cc7d3b244e: Download complete [Pipeline] withEnv [Pipeline] { 17:37:21 a93816041522: Verifying Checksum 17:37:21 a93816041522: Download complete 17:37:21 bdb6da89ff94: Verifying Checksum 17:37:21 bdb6da89ff94: Download complete 17:37:21 2a70c0c122f4: Verifying Checksum 17:37:21 2a70c0c122f4: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:37:21 a3cc7d3b244e: Pull complete 17:37:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:37:22 02a3295e0d61: Pull complete 17:37:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:37:22 330b718f631f: Verifying Checksum 17:37:22 330b718f631f: Download complete 17:37:22 0f4f2e6d8100: Pull complete 17:37:22 + sudo service docker restart 17:37:22 + true 17:37:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:37:24 ========================================================= 17:37:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:37:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:37:25 + 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 . 17:37:25 Sending build context to Docker daemon 19.22MB 17:37:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:37:25 Step 2/8 : FROM ${BASE} 17:37:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:37:26 188c0c94c7c5: Pulling fs layer 17:37:26 0ef7d3d256c8: Pulling fs layer 17:37:26 de9db76c5a1d: Pulling fs layer 17:37:26 bca2f99d35d6: Pulling fs layer 17:37:26 93359f2a8cfa: Pulling fs layer 17:37:26 7c6f9722023f: Pulling fs layer 17:37:26 a35cf1a2eb13: Pulling fs layer 17:37:26 bca2f99d35d6: Waiting 17:37:26 93359f2a8cfa: Waiting 17:37:26 7c6f9722023f: Waiting 17:37:26 a35cf1a2eb13: Waiting 17:37:26 de9db76c5a1d: Verifying Checksum 17:37:26 de9db76c5a1d: Download complete 17:37:26 0ef7d3d256c8: Download complete 17:37:26 93359f2a8cfa: Download complete 17:37:26 7c6f9722023f: Verifying Checksum 17:37:26 7c6f9722023f: Download complete 17:37:26 188c0c94c7c5: Verifying Checksum 17:37:26 188c0c94c7c5: Download complete 17:37:26 188c0c94c7c5: Pull complete 17:37:26 0ef7d3d256c8: Pull complete 17:37:26 de9db76c5a1d: Pull complete 17:37:26 330b718f631f: Pull complete 17:37:26 a93816041522: Pull complete 17:37:27 bdb6da89ff94: Pull complete 17:37:27 2a70c0c122f4: Pull complete 17:37:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:37:27 Status: Downloaded newer image for docker:20.10.0 17:37:28 a35cf1a2eb13: Verifying Checksum 17:37:28 a35cf1a2eb13: Download complete 17:37:28 bca2f99d35d6: Verifying Checksum 17:37:28 bca2f99d35d6: Download complete 17:37:34 ---> 42fa8b58dcb5 17:37:34 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:37:34 ---> Running in 65147d95323d 17:37:34 Removing intermediate container 65147d95323d 17:37:34 ---> 5c15e5e0a92e 17:37:34 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:37:34 ---> Running in 3be1f5f0c607 17:37:35 bca2f99d35d6: Pull complete 17:37:35 93359f2a8cfa: Pull complete 17:37:35 7c6f9722023f: Pull complete 17:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:37:37 (1/5) Installing libsodium (1.0.18-r0) 17:37:37 (2/5) Installing libzmq (4.3.3-r0) 17:37:37 (3/5) Installing pkgconf (1.7.2-r0) 17:37:37 (4/5) Installing libsodium-dev (1.0.18-r0) 17:37:37 (5/5) Installing zeromq-dev (4.3.3-r0) 17:37:37 Executing busybox-1.31.1-r19.trigger 17:37:37 OK: 144 MiB in 44 packages 17:37:39 Removing intermediate container 3be1f5f0c607 17:37:39 ---> b146117d4b4a 17:37:39 Step 6/8 : WORKDIR /build 17:37:39 ---> Running in f2c7c15ba597 17:37:39 Removing intermediate container f2c7c15ba597 17:37:39 ---> 9b5dc5f547a4 17:37:39 Step 7/8 : COPY go.mod . 17:37:40 ---> c8fab5ab7a69 17:37:40 Step 8/8 : RUN go mod download 17:37:40 ---> Running in e073e1d60edd 17:37:40 a35cf1a2eb13: Pull complete 17:37:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:37:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:37:40 ---> a62c8e92a672 17:37:40 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:37:40 20.10.0: Pulling from library/docker 17:37:40 05e7bc50f07f: Pulling fs layer 17:37:40 6db28d0fdbf6: Pulling fs layer 17:37:40 292df0bc6bf3: Pulling fs layer 17:37:40 2e060f4bd70b: Pulling fs layer 17:37:40 80e8d568a223: Pulling fs layer 17:37:40 8dc6ef1a942a: Pulling fs layer 17:37:40 2312dd95470a: Pulling fs layer 17:37:40 2e060f4bd70b: Waiting 17:37:40 80e8d568a223: Waiting 17:37:40 8dc6ef1a942a: Waiting 17:37:40 2312dd95470a: Waiting 17:37:40 292df0bc6bf3: Download complete 17:37:40 6db28d0fdbf6: Verifying Checksum 17:37:40 6db28d0fdbf6: Download complete 17:37:40 80e8d568a223: Verifying Checksum 17:37:40 80e8d568a223: Download complete 17:37:40 05e7bc50f07f: Verifying Checksum 17:37:40 05e7bc50f07f: Download complete 17:37:40 8dc6ef1a942a: Verifying Checksum 17:37:40 8dc6ef1a942a: Download complete 17:37:40 2312dd95470a: Verifying Checksum 17:37:40 2312dd95470a: Download complete 17:37:40 05e7bc50f07f: Pull complete 17:37:40 6db28d0fdbf6: Pull complete 17:37:41 292df0bc6bf3: Pull complete 17:37:41 2e060f4bd70b: Verifying Checksum 17:37:41 2e060f4bd70b: Download complete 17:37:44 2e060f4bd70b: Pull complete 17:37:44 80e8d568a223: Pull complete 17:37:44 8dc6ef1a942a: Pull complete 17:37:44 2312dd95470a: Pull complete 17:37:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:37:44 Status: Downloaded newer image for docker:20.10.0 17:37:46 ---> 08b4633fe426 17:37:46 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:37:46 ---> Running in c71d881335c4 17:37:46 Removing intermediate container c71d881335c4 17:37:46 ---> b57f011f3f95 17:37:46 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:37:46 ---> Running in bd13cdc38b83 17:37:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:37:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:37:51 (1/5) Installing libsodium (1.0.18-r0) 17:37:51 (2/5) Installing libzmq (4.3.3-r0) 17:37:52 (3/5) Installing pkgconf (1.7.2-r0) 17:37:52 (4/5) Installing libsodium-dev (1.0.18-r0) 17:37:52 (5/5) Installing zeromq-dev (4.3.3-r0) 17:37:52 Executing busybox-1.31.1-r19.trigger 17:37:52 OK: 167 MiB in 44 packages 17:37:53 Removing intermediate container bd13cdc38b83 17:37:53 ---> 495765175ca6 17:37:53 Step 6/8 : WORKDIR /build 17:37:53 ---> Running in 62361b241e69 17:37:53 Removing intermediate container 62361b241e69 17:37:53 ---> c2e1d686c69a 17:37:53 Step 7/8 : COPY go.mod . 17:37:53 ---> 1e0663bcd607 17:37:53 Step 8/8 : RUN go mod download 17:37:53 ---> Running in c6037a73c0ba 17:38:07 Removing intermediate container e073e1d60edd 17:38:07 ---> e740bf23cc1a 17:38:07 Successfully built e740bf23cc1a 17:38:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:38:07 + docker inspect -f . ci-base-image-arm64 17:38:07 . [Pipeline] withDockerContainer 17:38:07 prd-ubuntu18.04-docker-arm64-4c-16g-27361 does not seem to be running inside a container 17:38:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/185 -v /w/workspace/app-functions-sdk-go/185:/w/workspace/app-functions-sdk-go/185:rw,z -v /w/workspace/app-functions-sdk-go/185@tmp:/w/workspace/app-functions-sdk-go/185@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:38:09 $ docker top 386f64b2824bb3076b78c7115d0cf3662b27c6a6b7601a47730807f162b75612 -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:10 + go version 17:38:10 go version go1.15.5 linux/arm64 [Pipeline] } 17:38:10 $ docker stop --time=1 386f64b2824bb3076b78c7115d0cf3662b27c6a6b7601a47730807f162b75612 17:38:12 $ docker rm -f 386f64b2824bb3076b78c7115d0cf3662b27c6a6b7601a47730807f162b75612 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:38:13 + docker inspect -f . ci-base-image-arm64 17:38:13 . [Pipeline] withDockerContainer 17:38:13 prd-ubuntu18.04-docker-arm64-4c-16g-27361 does not seem to be running inside a container 17:38:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/185 -v /w/workspace/app-functions-sdk-go/185:/w/workspace/app-functions-sdk-go/185:rw,z -v /w/workspace/app-functions-sdk-go/185@tmp:/w/workspace/app-functions-sdk-go/185@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:38:15 $ docker top 01f71105971d22d47d3177b471cd3a06e26a8dce2a968cb81d57ff72b35ae323 -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:16 + make test 17:38:16 make -C ./app-service-template build 17:38:16 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/185/app-service-template' 17:38:16 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 17:38:20 Removing intermediate container c6037a73c0ba 17:38:20 ---> e5eecbc60f48 17:38:20 Successfully built e5eecbc60f48 17:38:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:38:20 + docker inspect -f . ci-base-image-x86_64 17:38:20 . [Pipeline] withDockerContainer 17:38:20 prd-centos7-docker-4c-2g-27362 does not seem to be running inside a container 17:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/185 -v /w/workspace/app-functions-sdk-go/185:/w/workspace/app-functions-sdk-go/185:rw,z -v /w/workspace/app-functions-sdk-go/185@tmp:/w/workspace/app-functions-sdk-go/185@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:38:21 $ docker top 9035d5018a710a884acb8d3ee9016c1afe3cd1ec2a7d4c1b42ea02fe341ad348 -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:22 + go version 17:38:22 go version go1.15.5 linux/amd64 [Pipeline] } 17:38:22 $ docker stop --time=1 9035d5018a710a884acb8d3ee9016c1afe3cd1ec2a7d4c1b42ea02fe341ad348 17:38:23 $ docker rm -f 9035d5018a710a884acb8d3ee9016c1afe3cd1ec2a7d4c1b42ea02fe341ad348 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:38:24 + docker inspect -f . ci-base-image-x86_64 17:38:24 . [Pipeline] withDockerContainer 17:38:24 prd-centos7-docker-4c-2g-27362 does not seem to be running inside a container 17:38:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/185 -v /w/workspace/app-functions-sdk-go/185:/w/workspace/app-functions-sdk-go/185:rw,z -v /w/workspace/app-functions-sdk-go/185@tmp:/w/workspace/app-functions-sdk-go/185@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:38:25 $ docker top c3d316c443b689bb529830e5093cfe0077f956e7789040b246b4302fe16d3a2b -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:26 + make test 17:38:26 make -C ./app-service-template build 17:38:26 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/185/app-service-template' 17:38:26 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 17:38:41 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/185/app-service-template' 17:38:41 make -C ./app-service-template test 17:38:41 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/185/app-service-template' 17:38:41 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:38:47 ? new-app-service [no test files] 17:38:48 ok new-app-service/functions 0.010s coverage: 75.8% of statements 17:38:48 CGO_ENABLED=1 go vet ./... 17:38:48 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/185/app-service-template' 17:38:48 make -C ./app-service-template test 17:38:48 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/185/app-service-template' 17:38:48 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:38:52 gofmt -l . 17:38:52 [ "`gofmt -l .`" = "" ] 17:38:52 ./bin/test-go-mod-tidy.sh 17:38:52 ./bin/test-attribution-txt.sh 17:38:53 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/185/app-service-template' 17:38:53 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:38:53 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 17:38:54 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.021s coverage: 82.6% of statements 17:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.046s coverage: 52.6% of statements 17:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 17:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 17:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.065s coverage: 61.5% of statements 17:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 17:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.095s coverage: 75.1% of statements 17:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 17:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 17:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 17:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 17:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 17:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 17:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.017s coverage: 97.0% of statements 17:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 17:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.017s coverage: 8.8% of statements 17:39:10 ? new-app-service [no test files] 17:39:10 ok new-app-service/functions 0.021s coverage: 75.8% of statements 17:39:10 CGO_ENABLED=1 go vet ./... 17:39:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.860s coverage: 77.5% of statements 17:39:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 17:39:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.020s coverage: 87.9% of statements 17:39:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.013s coverage: 80.5% of statements 17:39:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.014s coverage: 71.7% of statements 17:39:19 gofmt -l . 17:39:19 [ "`gofmt -l .`" = "" ] 17:39:19 ./bin/test-go-mod-tidy.sh 17:39:19 ./bin/test-attribution-txt.sh 17:39:20 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/185/app-service-template' 17:39:20 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:39:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 17:39:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.043s coverage: 82.7% of statements 17:39:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements 17:39:24 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:39:25 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.040s coverage: 82.6% of statements 17:39:26 gofmt -l . 17:39:26 [ "`gofmt -l .`" = "" ] 17:39:26 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 17:39:26 $ docker stop --time=1 c3d316c443b689bb529830e5093cfe0077f956e7789040b246b4302fe16d3a2b 17:39:28 $ docker rm -f c3d316c443b689bb529830e5093cfe0077f956e7789040b246b4302fe16d3a2b [Pipeline] // withDockerContainer [Pipeline] sh 17:39:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:39:29 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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] } 17:39:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.100s coverage: 52.6% of statements 17:39:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 17:39:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 17:39:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.153s coverage: 61.5% of statements 17:39:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 17:39:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.065s coverage: 75.1% of statements 17:39:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 17:39:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 17:39:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 17:39:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 17:39:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 17:39:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 17:39:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.025s coverage: 97.0% of statements 17:39:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 17:39:31 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.048s coverage: 8.8% of statements 17:39:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.870s coverage: 77.5% of statements 17:39:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 17:39:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.038s coverage: 87.9% of statements 17:39:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.037s coverage: 80.5% of statements 17:39:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.022s coverage: 71.7% of statements 17:40:01 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.077s coverage: 82.7% of statements 17:40:01 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.024s coverage: 94.4% of statements 17:40:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:40:05 gofmt -l . 17:40:05 [ "`gofmt -l .`" = "" ] 17:40:05 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 17:40:06 $ docker stop --time=1 01f71105971d22d47d3177b471cd3a06e26a8dce2a968cb81d57ff72b35ae323 17:40:08 $ docker rm -f 01f71105971d22d47d3177b471cd3a06e26a8dce2a968cb81d57ff72b35ae323 [Pipeline] // withDockerContainer [Pipeline] sh 17:40:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:40:09 Warning: overwriting stash ‘coverage-report’ 17:40:10 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] } [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 17:40:12 provisioning config files... 17:40:12 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2020027547695111076tmp [Pipeline] { [Pipeline] sh 17:40:12 + set +x 17:40:12 + curl -s https://codecov.io/bash 17:40:12 + bash -s -- 17:40:12 17:40:12 _____ _ 17:40:12 / ____| | | 17:40:12 | | ___ __| | ___ ___ _____ __ 17:40:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:40:12 | |___| (_) | (_| | __/ (_| (_) \ V / 17:40:12 \_____\___/ \__,_|\___|\___\___/ \_/ 17:40:12 Bash-20210129-7c25fce 17:40:12 17:40:12 17:40:12 ==> git version 2.24.3 found 17:40: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 17:40:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:40:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:40:12 ==> Jenkins CI detected. 17:40:12 project root: . 17:40:12 --> token set from env 17:40:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:40:12 ==> Running gcov in . (disable via -X gcov) 17:40:12 ==> Python coveragepy not found 17:40:12 ==> Searching for coverage reports in: 17:40:12 + . 17:40:12 -> Found 2 reports 17:40:12 ==> Detecting git/mercurial file structure 17:40:12 ==> Reading reports 17:40:12 + ./app-service-template/coverage.out bytes=1148 17:40:12 + ./coverage.out bytes=82452 17:40:12 ==> Appending adjustments 17:40:12 https://docs.codecov.io/docs/fixing-reports 17:40:13 + Found adjustments 17:40:13 ==> Gzipping contents 17:40:13 16K /tmp/codecov.VMIObh.gz 17:40:13 ==> Uploading reports 17:40:13 url: https://codecov.io 17:40:13 query: branch=master&commit=d1027b02cdf130d6310b3582fd617e9b459e6d86&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:40:13 -> Pinging Codecov 17:40:13 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=d1027b02cdf130d6310b3582fd617e9b459e6d86&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:40:13 -> Uploading to 17:40:13 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/3D8B5DFFC46A037C893635FACE044666/d1027b02cdf130d6310b3582fd617e9b459e6d86/4ed66cf0-b149-405e-9118-bd829f763ee4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T174013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1f8c4dae0151b2b218ab6de4bdd6e8c944318dc161e750b5d0c9c80a2706453c 17:40:13 % Total % Received % Xferd Average Speed Time Time Time Current 17:40:13 Dload Upload Total Spent Left Speed 17:40:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14358 0 0 100 14358 0 31409 --:--:-- --:--:-- --:--:-- 31486 17:40:14 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/d1027b02cdf130d6310b3582fd617e9b459e6d86 [Pipeline] } 17:40:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:40:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:40:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:40:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:40:15 17:40:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:40:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:40:15 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:40:15 188c0c94c7c5: Pulling fs layer 17:40:15 0ef7d3d256c8: Pulling fs layer 17:40:15 de9db76c5a1d: Pulling fs layer 17:40:15 0eba1c9be4d2: Pulling fs layer 17:40:15 0d57e429df01: Pulling fs layer 17:40:15 4e4be7b47b0d: Pulling fs layer 17:40:15 e1f770b5df2f: Pulling fs layer 17:40:15 85a0685a4137: Pulling fs layer 17:40:15 0d57e429df01: Waiting 17:40:15 4e4be7b47b0d: Waiting 17:40:15 e1f770b5df2f: Waiting 17:40:15 85a0685a4137: Waiting 17:40:15 0eba1c9be4d2: Waiting 17:40:15 de9db76c5a1d: Verifying Checksum 17:40:15 de9db76c5a1d: Download complete 17:40:15 0ef7d3d256c8: Verifying Checksum 17:40:15 0ef7d3d256c8: Download complete 17:40:15 0d57e429df01: Verifying Checksum 17:40:15 0d57e429df01: Download complete 17:40:15 4e4be7b47b0d: Verifying Checksum 17:40:15 4e4be7b47b0d: Download complete 17:40:15 188c0c94c7c5: Verifying Checksum 17:40:15 188c0c94c7c5: Download complete 17:40:15 188c0c94c7c5: Pull complete 17:40:15 0ef7d3d256c8: Pull complete 17:40:16 de9db76c5a1d: Pull complete 17:40:17 e1f770b5df2f: Verifying Checksum 17:40:17 e1f770b5df2f: Download complete 17:40:19 85a0685a4137: Verifying Checksum 17:40:19 85a0685a4137: Download complete 17:40:19 0eba1c9be4d2: Verifying Checksum 17:40:19 0eba1c9be4d2: Download complete 17:40:24 0eba1c9be4d2: Pull complete 17:40:24 0d57e429df01: Pull complete 17:40:25 4e4be7b47b0d: Pull complete 17:40:27 e1f770b5df2f: Pull complete 17:40:35 85a0685a4137: Pull complete 17:40:35 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:40:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:40:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:40:35 prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container 17:40:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:40:36 $ docker top 7921ff6d010ffa26c6f6146955aa67468166fd0e5e0caca91a9b031a3356aaf7 -eo pid,comm [Pipeline] { [Pipeline] echo 17:40:37 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:40:37 + set -o pipefail 17:40:37 + snyk monitor '--org=edgex-jenkins' 17:40:45 17:40:45 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 17:40:45 17:40:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/0c4c8cce-1b56-4c7d-a3f7-2cd423207920 17:40:45 17:40:45 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:40:45 17:40:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:40:45 17:40:45 17:40:45 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 17:40:45 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:40:45 $ docker stop --time=1 7921ff6d010ffa26c6f6146955aa67468166fd0e5e0caca91a9b031a3356aaf7 17:40:48 $ docker rm -f 7921ff6d010ffa26c6f6146955aa67468166fd0e5e0caca91a9b031a3356aaf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 17:40:49 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:40:49 provisioning config files... 17:40:49 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6780083622550039172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:40:50 --> edgex-publish-swagger.sh 17:40:50 === Publish openapi/v2 API === 17:40:50 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:40:50 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 17:40:50 % Total % Received % Xferd Average Speed Time Time Time Current 17:40:50 Dload Upload Total Spent Left Speed 17:40:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 11239 0:00:01 0:00:01 --:--:-- 11242 100 13052 0 0 100 13052 0 11237 0:00:01 0:00:01 --:--:-- 11242 17:40:51 17:40:51 [Pipeline] } 17:40:51 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:40:52 + git log --format=format:%s -1 d1027b02cdf130d6310b3582fd617e9b459e6d86 [Pipeline] isUnix [Pipeline] sh 17:40:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:40:52 . [Pipeline] withDockerContainer 17:40:52 prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container 17:40:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:40:53 $ docker top b727f1e405c0a56ffa9b557aab415a5bc26cc0503cf7f530424bfbdb3cacac69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:40:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:40:54 [ssh-agent] Looking for ssh-agent implementation... 17:40:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:40:54 $ docker exec b727f1e405c0a56ffa9b557aab415a5bc26cc0503cf7f530424bfbdb3cacac69 ssh-agent 17:40:54 SSH_AUTH_SOCK=/tmp/ssh-VoGNpqpgKXos/agent.13 17:40:54 SSH_AGENT_PID=19 17:40:54 Running ssh-add (command line suppressed) 17:40:54 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_996323849448689311.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_996323849448689311.key) 17:40:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:40:54 + git semver tag 17:40:54 # -> Open(): unable to determine branch for HEAD 17:40:54 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:40:54 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:40:54 # $SEMVER_REMOTE_NAME = origin 17:40:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:40:54 # $SEMVER_USER_NAME = edgex-jenkins 17:40:54 # $SEMVER_BRANCH = master 17:40:54 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:40:54 # d1027b02cdf130d6310b3582fd617e9b459e6d86 HEAD 17:40:55 # -> Force: false 17:40:55 # e73cdd4494576c68062ab739bac80bec14d206bc refs/tags/v2.0.0-dev.18 [Pipeline] } 17:40:55 $ docker exec --env ******** --env ******** b727f1e405c0a56ffa9b557aab415a5bc26cc0503cf7f530424bfbdb3cacac69 ssh-agent -k 17:40:55 unset SSH_AUTH_SOCK; 17:40:55 unset SSH_AGENT_PID; 17:40:55 echo Agent pid 19 killed; 17:40:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:40:55 + git semver [Pipeline] } 17:40:55 $ docker stop --time=1 b727f1e405c0a56ffa9b557aab415a5bc26cc0503cf7f530424bfbdb3cacac69 17:40:57 $ docker rm -f b727f1e405c0a56ffa9b557aab415a5bc26cc0503cf7f530424bfbdb3cacac69 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:40:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:40:57 17:40:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:40:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:40:58 0.23.1-centos7: Pulling from edgex-lftools 17:40:58 ab5ef0e58194: Pulling fs layer 17:40:58 9712f1f96733: Pulling fs layer 17:40:58 63f879dbbcfc: Pulling fs layer 17:40:58 0d9ebad4ef96: Pulling fs layer 17:40:58 e9a5061849ea: Pulling fs layer 17:40:58 d747dcd14b5f: Pulling fs layer 17:40:58 2de7ff778b66: Pulling fs layer 17:40:58 0d9ebad4ef96: Waiting 17:40:58 e9a5061849ea: Waiting 17:40:58 d747dcd14b5f: Waiting 17:40:58 2de7ff778b66: Waiting 17:40:58 9712f1f96733: Verifying Checksum 17:40:58 9712f1f96733: Download complete 17:40:59 63f879dbbcfc: Verifying Checksum 17:40:59 63f879dbbcfc: Download complete 17:41:00 e9a5061849ea: Verifying Checksum 17:41:00 e9a5061849ea: Download complete 17:41:00 d747dcd14b5f: Download complete 17:41:00 0d9ebad4ef96: Verifying Checksum 17:41:00 0d9ebad4ef96: Download complete 17:41:00 2de7ff778b66: Verifying Checksum 17:41:00 2de7ff778b66: Download complete 17:41:00 ab5ef0e58194: Verifying Checksum 17:41:00 ab5ef0e58194: Download complete 17:41:05 ab5ef0e58194: Pull complete 17:41:05 9712f1f96733: Pull complete 17:41:07 63f879dbbcfc: Pull complete 17:41:14 0d9ebad4ef96: Pull complete 17:41:15 e9a5061849ea: Pull complete 17:41:15 d747dcd14b5f: Pull complete 17:41:18 2de7ff778b66: Pull complete 17:41:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:41:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:41:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:41:18 prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container 17:41:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:41:22 $ docker top 15f7a67bb74ec6f279e4f89555d9e473f390e6c6e8d9fa912c33ec6eb4abba34 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:41:22 provisioning config files... 17:41:22 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4194304417723696158tmp 17:41:22 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7537728167614531912tmp 17:41:22 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2360643158359351581tmp [Pipeline] { [Pipeline] echo 17:41:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:41:22 ---> sigul-configuration.sh 17:41:22 gpg: directory `/root/.gnupg' created 17:41:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:41:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:41:22 gpg: keyring `/root/.gnupg/secring.gpg' created 17:41:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:41:22 gpg: CAST5 encrypted data 17:41:23 gpg: encrypted with 1 passphrase 17:41:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:41:23 + mkdir /home/jenkins 17:41:23 + mkdir /home/jenkins/sigul [Pipeline] sh 17:41:23 + 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:41:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:41:24 ---> sigul-install.sh 17:41:30 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:41:31 + git tag --list 17:41:31 v0.1.0 17:41:31 v0.1.1 17:41:31 v1.0.0 17:41:31 v1.1.0 17:41:31 v1.2.0 17:41:31 v1.3.0 17:41:31 v1.3.1 17:41:31 v1.3.1-dev.1 17:41:31 v1.3.2-dev.1 17:41:31 v2.0.0-dev.1 17:41:31 v2.0.0-dev.10 17:41:31 v2.0.0-dev.11 17:41:31 v2.0.0-dev.12 17:41:31 v2.0.0-dev.13 17:41:31 v2.0.0-dev.14 17:41:31 v2.0.0-dev.15 17:41:31 v2.0.0-dev.16 17:41:31 v2.0.0-dev.17 17:41:31 v2.0.0-dev.18 17:41:31 v2.0.0-dev.2 17:41:31 v2.0.0-dev.3 17:41:31 v2.0.0-dev.4 17:41:31 v2.0.0-dev.5 17:41:31 v2.0.0-dev.6 17:41:31 v2.0.0-dev.7 17:41:31 v2.0.0-dev.8 17:41:31 v2.0.0-dev.9 [Pipeline] sh 17:41:31 + lftools sign git-tag v2.0.0-dev.18 17:41:32 Signing Git tag with Sigul... 17:41:32 Signing v2.0.0-dev.18 [Pipeline] echo 17:41:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:41:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:41:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:41:34 $ docker stop --time=1 15f7a67bb74ec6f279e4f89555d9e473f390e6c6e8d9fa912c33ec6eb4abba34 17:41:36 $ docker rm -f 15f7a67bb74ec6f279e4f89555d9e473f390e6c6e8d9fa912c33ec6eb4abba34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:41:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:41:37 . [Pipeline] withDockerContainer 17:41:37 prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container 17:41:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:41:38 $ docker top b199663e82de78dda3cc4aa15a4ba07c5a782ee2ad34480ff04f5247df389f6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:41:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:41:38 [ssh-agent] Looking for ssh-agent implementation... 17:41:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:41:38 $ docker exec b199663e82de78dda3cc4aa15a4ba07c5a782ee2ad34480ff04f5247df389f6d ssh-agent 17:41:39 SSH_AUTH_SOCK=/tmp/ssh-hTT4bTdqqgrw/agent.11 17:41:39 SSH_AGENT_PID=16 17:41:39 Running ssh-add (command line suppressed) 17:41:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1362567997313278057.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1362567997313278057.key) 17:41:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:41:39 + git semver bump pre 17:41:39 # -> Open(): unable to determine branch for HEAD 17:41:39 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:41:39 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:41:39 # $SEMVER_REMOTE_NAME = origin 17:41:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:41:39 # $SEMVER_USER_NAME = edgex-jenkins 17:41:39 # $SEMVER_BRANCH = master 17:41:39 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:41:39 2.0.0-dev.19 [Pipeline] } 17:41:39 $ docker exec --env ******** --env ******** b199663e82de78dda3cc4aa15a4ba07c5a782ee2ad34480ff04f5247df389f6d ssh-agent -k 17:41:39 unset SSH_AUTH_SOCK; 17:41:39 unset SSH_AGENT_PID; 17:41:39 echo Agent pid 16 killed; 17:41:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:41:40 + git semver [Pipeline] } 17:41:40 $ docker stop --time=1 b199663e82de78dda3cc4aa15a4ba07c5a782ee2ad34480ff04f5247df389f6d 17:41:41 $ docker rm -f b199663e82de78dda3cc4aa15a4ba07c5a782ee2ad34480ff04f5247df389f6d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:41:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:41:42 . [Pipeline] withDockerContainer 17:41:42 prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container 17:41:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:41:43 $ docker top 52200c07633ad653aa17ea7fae784e2ecd6a6a2c0660e25230b4f2db685430f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:41:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:41:43 [ssh-agent] Looking for ssh-agent implementation... 17:41:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:41:43 $ docker exec 52200c07633ad653aa17ea7fae784e2ecd6a6a2c0660e25230b4f2db685430f7 ssh-agent 17:41:43 SSH_AUTH_SOCK=/tmp/ssh-TBj9hFIwrPfH/agent.12 17:41:43 SSH_AGENT_PID=17 17:41:43 Running ssh-add (command line suppressed) 17:41:44 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6901022375403449965.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6901022375403449965.key) 17:41:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:41:44 + git semver push 17:41:44 # -> Open(): unable to determine branch for HEAD 17:41:44 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:41:44 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:41:44 # $SEMVER_REMOTE_NAME = origin 17:41:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:41:44 # $SEMVER_USER_NAME = edgex-jenkins 17:41:44 # $SEMVER_BRANCH = master 17:41:44 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:41:49 $ docker exec --env ******** --env ******** 52200c07633ad653aa17ea7fae784e2ecd6a6a2c0660e25230b4f2db685430f7 ssh-agent -k 17:41:49 unset SSH_AUTH_SOCK; 17:41:49 unset SSH_AGENT_PID; 17:41:49 echo Agent pid 17 killed; 17:41:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:41:50 + git semver [Pipeline] } 17:41:50 $ docker stop --time=1 52200c07633ad653aa17ea7fae784e2ecd6a6a2c0660e25230b4f2db685430f7 17:41:52 $ docker rm -f 52200c07633ad653aa17ea7fae784e2ecd6a6a2c0660e25230b4f2db685430f7 [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:41:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:41:54 ---> package-listing.sh 17:41:54 ++ facter osfamily 17:41:54 ++ tr '[:upper:]' '[:lower:]' 17:41:54 + OS_FAMILY=redhat 17:41:54 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 17:41:54 + START_PACKAGES=/tmp/packages_start.txt 17:41:54 + END_PACKAGES=/tmp/packages_end.txt 17:41:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:41:54 + PACKAGES=/tmp/packages_start.txt 17:41:54 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:41:54 + PACKAGES=/tmp/packages_end.txt 17:41:54 + case "${OS_FAMILY}" in 17:41:54 + rpm -qa 17:41:54 + sort 17:41:59 + '[' -f /tmp/packages_start.txt ']' 17:41:59 + '[' -f /tmp/packages_end.txt ']' 17:41:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:41:59 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:41:59 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 17:41:59 + 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:41:59 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:41:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:42:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:42:00 17:42:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:42:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:42:00 alpine: Pulling from edgex-lftools-log-publisher 17:42:00 df20fa9351a1: Pulling fs layer 17:42:00 36b3adc4ff6f: Pulling fs layer 17:42:00 8ad3a11d3b57: Pulling fs layer 17:42:00 46f8f816bc3b: Pulling fs layer 17:42:00 93b61091891f: Pulling fs layer 17:42:00 93b9cdb0e59b: Pulling fs layer 17:42:00 5e14af77c1be: Pulling fs layer 17:42:00 01666e4c0597: Pulling fs layer 17:42:00 aa168da1d23b: Pulling fs layer 17:42:00 93b9cdb0e59b: Waiting 17:42:00 5e14af77c1be: Waiting 17:42:00 01666e4c0597: Waiting 17:42:00 aa168da1d23b: Waiting 17:42:00 46f8f816bc3b: Waiting 17:42:00 93b61091891f: Waiting 17:42:00 36b3adc4ff6f: Download complete 17:42:00 46f8f816bc3b: Verifying Checksum 17:42:00 46f8f816bc3b: Download complete 17:42:00 df20fa9351a1: Download complete 17:42:00 93b9cdb0e59b: Verifying Checksum 17:42:00 93b9cdb0e59b: Download complete 17:42:00 5e14af77c1be: Verifying Checksum 17:42:00 5e14af77c1be: Download complete 17:42:00 93b61091891f: Download complete 17:42:00 01666e4c0597: Verifying Checksum 17:42:00 01666e4c0597: Download complete 17:42:01 df20fa9351a1: Pull complete 17:42:01 8ad3a11d3b57: Download complete 17:42:01 36b3adc4ff6f: Pull complete 17:42:02 8ad3a11d3b57: Pull complete 17:42:02 46f8f816bc3b: Pull complete 17:42:02 aa168da1d23b: Verifying Checksum 17:42:02 aa168da1d23b: Download complete 17:42:03 93b61091891f: Pull complete 17:42:03 93b9cdb0e59b: Pull complete 17:42:03 5e14af77c1be: Pull complete 17:42:03 01666e4c0597: Pull complete 17:42:11 aa168da1d23b: Pull complete 17:42:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:42:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:42:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:42:12 prd-centos7-docker-4c-2g-27360 does not seem to be running inside a container 17:42:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:42:14 $ docker top 0925974ac85273e40eb45989520dca027345aa4d10c7cbe9ad47ebac3be54375 -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:15 + touch /tmp/pre-build-complete [Pipeline] sh 17:42:15 + mkdir -p /var/log/sa [Pipeline] sh 17:42:16 + ls /var/log/sa-host 17:42:16 + sadf -c /var/log/sa-host/sa23 17:42:16 file_magic: OK 17:42:16 HZ: Using current value: 100 17:42:16 file_header: OK 17:42:16 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:42:16 Statistics: 17:42:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:42:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:42:16 provisioning config files... 17:42:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config370162292278129567tmp [Pipeline] { [Pipeline] echo 17:42:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:42:16 ---> create-netrc.sh [Pipeline] } 17:42:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:42:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:42:16 ---> python-tools-install.sh [Pipeline] echo 17:42:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:42:17 ---> sudo-logs.sh 17:42:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:42:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:42:17 ---> job-cost.sh 17:42:17 lf-activate-venv: SKIPPING 17:42:17 INFO: No Stack... 17:42:19 INFO: Retrieving Pricing Info for: v1-standard-2 17:42:19 INFO: Archiving Costs [Pipeline] echo 17:42:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:42:19 ---> logs-deploy.sh 17:42:19 lf-activate-venv: SKIPPING 17:42:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/185 17:42:19 INFO: archiving workspace using pattern(s): 17:42:21 Archives upload complete. 17:42:21 INFO: archiving logs to Nexus 17:42:22 ---> uname -a: 17:42:22 Linux prd-centos7-docker-4c-2g-27360.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:42:22 17:42:22 17:42:22 ---> lscpu: 17:42:22 Architecture: x86_64 17:42:22 CPU op-mode(s): 32-bit, 64-bit 17:42:22 Byte Order: Little Endian 17:42:22 Address sizes: 40 bits physical, 48 bits virtual 17:42:22 CPU(s): 4 17:42:22 On-line CPU(s) list: 0-3 17:42:22 Thread(s) per core: 1 17:42:22 Core(s) per socket: 1 17:42:22 Socket(s): 4 17:42:22 NUMA node(s): 1 17:42:22 Vendor ID: GenuineIntel 17:42:22 CPU family: 6 17:42:22 Model: 44 17:42:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:42:22 Stepping: 1 17:42:22 CPU MHz: 2933.442 17:42:22 BogoMIPS: 5866.88 17:42:22 Virtualization: VT-x 17:42:22 Hypervisor vendor: KVM 17:42:22 Virtualization type: full 17:42:22 L1d cache: 128 KiB 17:42:22 L1i cache: 128 KiB 17:42:22 L2 cache: 16 MiB 17:42:22 L3 cache: 64 MiB 17:42:22 NUMA node0 CPU(s): 0-3 17:42:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:42:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:42:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:42:22 Vulnerability Meltdown: Mitigation; PTI 17:42:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:42:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:42:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:42:22 Vulnerability Srbds: Not affected 17:42:22 Vulnerability Tsx async abort: Not affected 17:42:22 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:42:22 17:42:22 17:42:22 ---> nproc: 17:42:22 4 17:42:22 17:42:22 17:42:22 ---> df -h: 17:42:22 Filesystem Size Used Available Use% Mounted on 17:42:22 overlay 50.0G 8.6G 41.4G 17% / 17:42:22 tmpfs 64.0M 0 64.0M 0% /dev 17:42:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:42:22 shm 64.0M 0 64.0M 0% /dev/shm 17:42:22 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 17:42:22 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 17:42:22 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 17:42:22 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 17:42:22 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 17:42:22 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 17:42:22 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 17:42:22 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 17:42:22 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 17:42:22 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 17:42:22 17:42:22 17:42:22 ---> free -m: 17:42:22 total used free shared buff/cache available 17:42:22 Mem: 1837 834 148 0 855 939 17:42:22 Swap: 1023 3 1020 17:42:22 17:42:22 17:42:22 ---> ip addr: 17:42:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:42:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:42:22 inet 127.0.0.1/8 scope host lo 17:42:22 valid_lft forever preferred_lft forever 17:42:22 inet6 ::1/128 scope host 17:42:22 valid_lft forever preferred_lft forever 17:42:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:42:22 link/ether fa:16:3e:89:50:f4 brd ff:ff:ff:ff:ff:ff 17:42:22 inet 10.30.122.61/23 brd 10.30.123.255 scope global dynamic eth0 17:42:22 valid_lft 85871sec preferred_lft 85871sec 17:42:22 inet6 fe80::f816:3eff:fe89:50f4/64 scope link 17:42:22 valid_lft forever preferred_lft forever 17:42:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:42:22 link/ether 02:42:a3:34:fd:70 brd ff:ff:ff:ff:ff:ff 17:42:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:42:22 valid_lft forever preferred_lft forever 17:42:22 inet6 fe80::42:a3ff:fe34:fd70/64 scope link 17:42:22 valid_lft forever preferred_lft forever 17:42:22 17:42:22 17:42:22 ---> sar -b -r -n DEV: 17:42:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 17:42:22 17:42:22 17:33:22 LINUX RESTART (4 CPU) 17:42:22 17:42:22 17:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:42:22 17:35:01 53.60 16.74 36.86 0.00 4762.32 4861.29 0.00 17:42:22 17:36:01 1.70 0.00 1.70 0.00 0.00 32.79 0.00 17:42:22 17:37:01 0.17 0.00 0.17 0.00 0.00 2.30 0.00 17:42:22 17:38:01 0.30 0.00 0.30 0.00 0.00 3.91 0.00 17:42:22 17:39:01 0.18 0.00 0.18 0.00 0.00 2.08 0.00 17:42:22 17:40:01 0.33 0.00 0.33 0.00 0.00 4.83 0.00 17:42:22 17:41:01 316.12 184.69 131.43 0.00 8969.58 43878.89 0.00 17:42:22 17:42:02 240.92 113.01 127.90 0.00 8027.12 26714.48 0.00 17:42:22 Average: 76.73 39.34 37.39 0.00 2722.14 9445.48 0.00 17:42:22 17:42:22 17:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:42:22 17:35:01 226576 0 627072 33.33 2620 1025276 1103284 37.65 420272 1037864 8 17:42:22 17:36:01 230388 0 623264 33.13 2620 1025272 1079196 36.83 420828 1033972 8 17:42:22 17:37:01 229432 0 624216 33.18 2620 1025276 1079476 36.84 424892 1030980 8 17:42:22 17:38:01 228080 0 625568 33.25 2620 1025276 1079428 36.84 426404 1030384 8 17:42:22 17:39:01 226304 0 627336 33.34 2620 1025284 1079332 36.84 441976 1017192 20 17:42:22 17:40:01 226524 0 627112 33.33 2620 1025288 1079260 36.83 444744 1013904 16 17:42:22 17:41:01 70764 0 744252 39.56 2596 1063932 1513300 51.65 635552 930096 50732 17:42:22 17:42:02 73428 0 836908 44.48 1492 969716 1531356 52.26 647324 823860 28568 17:42:22 Average: 188937 0 666966 35.45 2476 1023165 1193079 40.72 482749 989782 9921 17:42:22 17:42:22 17:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:42:22 17:35:01 eth0 488.92 383.16 1270.36 83.56 0.00 0.00 0.00 0.00 17:42:22 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:35:01 docker0 101.90 104.86 8.56 307.87 0.00 0.00 0.00 0.00 17:42:22 17:36:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 17:42:22 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:37:01 eth0 1.03 0.52 0.32 0.21 0.00 0.00 0.00 0.00 17:42:22 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:38:01 eth0 0.48 0.27 0.27 0.17 0.00 0.00 0.00 0.00 17:42:22 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:39:01 eth0 0.22 0.17 0.08 0.10 0.00 0.00 0.00 0.00 17:42:22 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:42:22 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:41:01 eth0 851.66 745.07 7526.33 110.40 0.00 0.00 0.00 0.00 17:42:22 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:41:01 docker0 49.03 48.47 4.40 240.05 0.00 0.00 0.00 0.00 17:42:22 17:42:02 eth0 249.21 198.89 1551.03 74.48 0.00 0.00 0.00 0.00 17:42:22 17:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 17:42:02 docker0 41.07 48.56 2.24 218.09 0.00 0.00 0.00 0.00 17:42:22 Average: eth0 199.16 166.12 1294.32 33.64 0.00 0.00 0.00 0.00 17:42:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:42:22 Average: docker0 24.01 25.25 1.90 95.82 0.00 0.00 0.00 0.00 17:42:22 17:42:22 17:42:22 ---> sar -P ALL: 17:42:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 17:42:22 17:42:22 17:33:22 LINUX RESTART (4 CPU) 17:42:22 17:42:22 17:34:01 CPU %user %nice %system %iowait %steal %idle 17:42:22 17:35:01 all 6.57 0.00 3.07 1.19 0.03 89.14 17:42:22 17:35:01 0 7.64 0.00 3.99 0.34 0.03 88.00 17:42:22 17:35:01 1 5.95 0.00 2.44 0.39 0.03 91.19 17:42:22 17:35:01 2 5.23 0.00 3.40 2.37 0.03 88.97 17:42:22 17:35:01 3 7.46 0.00 2.46 1.65 0.03 88.40 17:42:22 17:36:01 all 0.15 0.00 0.06 0.00 0.00 99.79 17:42:22 17:36:01 0 0.02 0.00 0.05 0.00 0.00 99.93 17:42:22 17:36:01 1 0.07 0.00 0.05 0.00 0.00 99.88 17:42:22 17:36:01 2 0.05 0.00 0.10 0.00 0.00 99.85 17:42:22 17:36:01 3 0.45 0.00 0.05 0.00 0.00 99.50 17:42:22 17:37:01 all 0.16 0.00 0.05 0.00 0.00 99.78 17:42:22 17:37:01 0 0.05 0.00 0.05 0.00 0.00 99.90 17:42:22 17:37:01 1 0.07 0.00 0.07 0.00 0.00 99.87 17:42:22 17:37:01 2 0.08 0.00 0.07 0.00 0.02 99.83 17:42:22 17:37:01 3 0.45 0.00 0.03 0.00 0.00 99.52 17:42:22 17:38:01 all 0.15 0.00 0.04 0.00 0.00 99.80 17:42:22 17:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:42:22 17:38:01 1 0.07 0.00 0.07 0.00 0.00 99.87 17:42:22 17:38:01 2 0.02 0.00 0.05 0.00 0.00 99.93 17:42:22 17:38:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:42:22 17:39:01 all 0.17 0.00 0.07 0.00 0.03 99.74 17:42:22 17:39:01 0 0.03 0.00 0.02 0.00 0.03 99.92 17:42:22 17:39:01 1 0.28 0.00 0.07 0.00 0.07 99.58 17:42:22 17:39:01 2 0.03 0.00 0.10 0.00 0.00 99.87 17:42:22 17:39:01 3 0.32 0.00 0.10 0.00 0.00 99.58 17:42:22 17:40:01 all 0.15 0.00 0.07 0.00 0.00 99.78 17:42:22 17:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:42:22 17:40:01 1 0.52 0.00 0.02 0.00 0.00 99.47 17:42:22 17:40:01 2 0.05 0.00 0.20 0.00 0.00 99.75 17:42:22 17:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:42:22 17:41:01 all 12.28 0.00 9.19 3.12 0.23 75.17 17:42:22 17:41:01 0 12.53 0.00 10.01 3.76 0.19 73.51 17:42:22 17:41:01 1 11.84 0.00 9.08 3.04 0.27 75.76 17:42:22 17:41:01 2 12.32 0.00 9.11 2.90 0.24 75.43 17:42:22 17:41:01 3 12.44 0.00 8.57 2.79 0.22 75.97 17:42:22 17:42:02 all 11.24 0.00 8.24 4.35 0.07 76.11 17:42:22 17:42:02 0 11.50 0.00 9.03 3.37 0.05 76.05 17:42:22 17:42:02 1 9.54 0.00 8.26 5.48 0.07 76.64 17:42:22 17:42:02 2 14.07 0.00 7.81 6.50 0.07 71.55 17:42:22 17:42:02 3 9.83 0.00 7.86 2.02 0.09 80.21 17:42:22 Average: all 3.80 0.00 2.56 1.06 0.04 92.54 17:42:22 Average: 0 3.90 0.00 2.85 0.91 0.04 92.30 17:42:22 Average: 1 3.49 0.00 2.47 1.09 0.05 92.89 17:42:22 Average: 2 3.92 0.00 2.57 1.45 0.04 92.02 17:42:22 Average: 3 3.87 0.00 2.34 0.79 0.04 92.95 17:42:22 17:42:22 17:42:22