Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bc088263485211e0f4800c9deb83e8b0a3e27248 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31229 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision bc088263485211e0f4800c9deb83e8b0a3e27248 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f bc088263485211e0f4800c9deb83e8b0a3e27248 # timeout=10 Commit message: "feat: Add custom structured configuration capability (#753)" > git rev-list --no-walk c6680ff4eecd40eccff17b1dbb2a870edc6ed4da # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:33:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:33:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:33:09 ========================================================= 17:33:09 EdgeX Global Pipelines Version Info 17:33:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:33:10 ------------------- 17:33:10 stable info: 17:33:10 ------------------- 17:33:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:33:10 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:33:10 Message: update stable to v1.0.186 17:33:11 ------------------- 17:33:11 experimental info: 17:33:11 ------------------- 17:33:11 Commited By: **** collab-it+edgex@linuxfoundation.org 17:33:11 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 17:33:11 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:33:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:33:12 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:33:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:33:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:33:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:33:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:33:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:33:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:33:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:33:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:33:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:33:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:33:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:33:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:33:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bc088263485211e0f4800c9deb83e8b0a3e27248 [Pipeline] echo 17:33:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bc08826 [Pipeline] echo 17:33:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:33:15 + git log --format=format:%s -1 bc088263485211e0f4800c9deb83e8b0a3e27248 [Pipeline] echo 17:33:15 GIT_COMMIT: bc088263485211e0f4800c9deb83e8b0a3e27248, Commit Message: feat: Add custom structured configuration capability (#753) [Pipeline] echo 17:33:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:33:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:33:16 17:33:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:33:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:33:17 latest: Pulling from edgex-devops/git-semver 17:33:17 31603596830f: Pulling fs layer 17:33:17 2a8b12db71e7: Pulling fs layer 17:33:17 6ca5941a6612: Pulling fs layer 17:33:17 ecc8261a40a4: Pulling fs layer 17:33:17 ecc8261a40a4: Waiting 17:33:17 2a8b12db71e7: Verifying Checksum 17:33:17 2a8b12db71e7: Download complete 17:33:17 31603596830f: Download complete 17:33:17 6ca5941a6612: Verifying Checksum 17:33:17 6ca5941a6612: Download complete 17:33:17 ecc8261a40a4: Verifying Checksum 17:33:17 ecc8261a40a4: Download complete 17:33:18 31603596830f: Pull complete 17:33:18 2a8b12db71e7: Pull complete 17:33:18 6ca5941a6612: Pull complete 17:33:19 ecc8261a40a4: Pull complete 17:33:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:33:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:33:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:33:19 prd-centos7-docker-4c-2g-31229 does not seem to be running inside a container 17:33:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:33:21 $ docker top 269fc96af6e3dc8f745f293bc0f2768ab7d8c4ebdcf38822c1071f4c47534560 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:33:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:33:21 [ssh-agent] Looking for ssh-agent implementation... 17:33:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:33:21 $ docker exec 269fc96af6e3dc8f745f293bc0f2768ab7d8c4ebdcf38822c1071f4c47534560 ssh-agent 17:33:21 SSH_AUTH_SOCK=/tmp/ssh-qThX3tR8dT0m/agent.12 17:33:21 SSH_AGENT_PID=17 17:33:22 Running ssh-add (command line suppressed) 17:33:22 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8181171223235834248.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8181171223235834248.key) 17:33:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:33:22 + git tag --points-at HEAD [Pipeline] } 17:33:22 $ docker exec --env ******** --env ******** 269fc96af6e3dc8f745f293bc0f2768ab7d8c4ebdcf38822c1071f4c47534560 ssh-agent -k 17:33:22 unset SSH_AUTH_SOCK; 17:33:22 unset SSH_AGENT_PID; 17:33:22 echo Agent pid 17 killed; 17:33:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:33:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:33:22 [ssh-agent] Looking for ssh-agent implementation... 17:33:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:33:23 $ docker exec 269fc96af6e3dc8f745f293bc0f2768ab7d8c4ebdcf38822c1071f4c47534560 ssh-agent 17:33:23 SSH_AUTH_SOCK=/tmp/ssh-nr1IGRg72gtc/agent.46 17:33:23 SSH_AGENT_PID=52 17:33:23 Running ssh-add (command line suppressed) 17:33:23 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2761487489278505951.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2761487489278505951.key) 17:33:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:33:23 + git semver init 17:33:23 # -> Open(): unable to determine branch for HEAD 17:33:23 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:33:23 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:33:23 # $SEMVER_REMOTE_NAME = origin 17:33:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:33:23 # $SEMVER_USER_NAME = edgex-jenkins 17:33:23 # $SEMVER_BRANCH = master 17:33:23 # $SEMVER_TEMP = /tmp/semver-846936155 17:33:23 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:33:27 # '/tmp/semver-846936155' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 17:33:27 # -> Force: false 17:33:27 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:33:27 $ docker exec --env ******** --env ******** 269fc96af6e3dc8f745f293bc0f2768ab7d8c4ebdcf38822c1071f4c47534560 ssh-agent -k 17:33:27 unset SSH_AUTH_SOCK; 17:33:27 unset SSH_AGENT_PID; 17:33:27 echo Agent pid 52 killed; 17:33:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:33:27 + git semver [Pipeline] } 17:33:27 $ docker stop --time=1 269fc96af6e3dc8f745f293bc0f2768ab7d8c4ebdcf38822c1071f4c47534560 17:33:29 $ docker rm -f 269fc96af6e3dc8f745f293bc0f2768ab7d8c4ebdcf38822c1071f4c47534560 [Pipeline] // withDockerContainer [Pipeline] sh 17:33:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:33:30 Stashed 1 file(s) [Pipeline] echo 17:33:30 [edgeXSemver]: initialized semver on version 2.0.0-dev.32 [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:33:46 Still waiting to schedule task 17:33:46 ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-31230’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ 17:33:46 Still waiting to schedule task 17:33:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:35:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31232 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:35:37 Running in /w/workspace/app-functions-sdk-go/199 [Pipeline] { [Pipeline] checkout 17:35:42 using credential edgex-jenkins-ssh 17:35:42 Cloning the remote Git repository 17:35:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:43 > git init /w/workspace/app-functions-sdk-go/199 # timeout=10 17:35:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:43 > git --version # timeout=10 17:35:43 > git --version # 'git version 2.17.1' 17:35:43 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:35:43 Running on prd-centos7-docker-4c-2g-31231 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:35:43 Running in /w/workspace/app-functions-sdk-go/199 [Pipeline] { [Pipeline] checkout 17:35:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:35:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:35:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:35:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:35:46 Checking out Revision bc088263485211e0f4800c9deb83e8b0a3e27248 (master) 17:35:46 > git config core.sparsecheckout # timeout=10 17:35:46 > git checkout -f bc088263485211e0f4800c9deb83e8b0a3e27248 # timeout=10 17:35:51 Commit message: "feat: Add custom structured configuration capability (#753)" 17:35:51 using credential edgex-jenkins-ssh 17:35:51 Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:35:51 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:51 > git init /w/workspace/app-functions-sdk-go/199 # timeout=10 17:35:51 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:51 > git --version # timeout=10 17:35:51 > git --version # 'git version 2.24.3' 17:35:51 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:35:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:35:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:35:53 + sudo service docker restart 17:35:53 + true 17:35:54 Checking out Revision bc088263485211e0f4800c9deb83e8b0a3e27248 (master) 17:35:53 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:35:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:35:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:35:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:35:54 > git config core.sparsecheckout # timeout=10 17:35:54 > git checkout -f bc088263485211e0f4800c9deb83e8b0a3e27248 # timeout=10 [Pipeline] unstash [Pipeline] echo 17:35:56 ========================================================= 17:35:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:35:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:35:56 + 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:35:58 Sending build context to Docker daemon 19.38MB 17:35:58 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:35:58 Step 2/8 : FROM ${BASE} 17:35:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:35:58 5f621e34cdf4: Pulling fs layer 17:35:58 a4357932f1b6: Pulling fs layer 17:35:58 18c013af1878: Pulling fs layer 17:35:58 00ac8860ef70: Pulling fs layer 17:35:58 63d7cb157983: Pulling fs layer 17:35:58 b116817d02f9: Pulling fs layer 17:35:58 745a02a5169b: Pulling fs layer 17:35:58 00ac8860ef70: Waiting 17:35:58 63d7cb157983: Waiting 17:35:58 b116817d02f9: Waiting 17:35:58 745a02a5169b: Waiting 17:35:58 18c013af1878: Verifying Checksum 17:35:58 18c013af1878: Download complete 17:35:58 a4357932f1b6: Verifying Checksum 17:35:58 a4357932f1b6: Download complete 17:35:58 63d7cb157983: Download complete 17:35:58 b116817d02f9: Verifying Checksum 17:35:58 b116817d02f9: Download complete 17:35:58 5f621e34cdf4: Verifying Checksum 17:35:58 5f621e34cdf4: Download complete 17:35:59 Commit message: "feat: Add custom structured configuration capability (#753)" 17:35:59 5f621e34cdf4: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 17:35:59 a4357932f1b6: Pull complete [Pipeline] sh 17:35:59 18c013af1878: Pull complete 17:36:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:36:00 745a02a5169b: Verifying Checksum 17:36:00 745a02a5169b: Download complete 17:36:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:36:01 + sudo service docker restart 17:36:01 + true 17:36:01 Redirecting to /bin/systemctl restart docker.service 17:36:02 00ac8860ef70: Verifying Checksum 17:36:02 00ac8860ef70: Download complete [Pipeline] unstash [Pipeline] echo 17:36:03 ========================================================= 17:36:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:36:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:36:04 + 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:36:07 Sending build context to Docker daemon 19.38MB 17:36:07 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:36:07 Step 2/8 : FROM ${BASE} 17:36:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:36:07 188c0c94c7c5: Pulling fs layer 17:36:07 0ef7d3d256c8: Pulling fs layer 17:36:07 de9db76c5a1d: Pulling fs layer 17:36:07 bca2f99d35d6: Pulling fs layer 17:36:07 93359f2a8cfa: Pulling fs layer 17:36:07 7c6f9722023f: Pulling fs layer 17:36:07 a35cf1a2eb13: Pulling fs layer 17:36:07 bca2f99d35d6: Waiting 17:36:07 93359f2a8cfa: Waiting 17:36:07 7c6f9722023f: Waiting 17:36:07 a35cf1a2eb13: Waiting 17:36:07 de9db76c5a1d: Verifying Checksum 17:36:07 de9db76c5a1d: Download complete 17:36:07 0ef7d3d256c8: Download complete 17:36:07 93359f2a8cfa: Verifying Checksum 17:36:07 93359f2a8cfa: Download complete 17:36:07 7c6f9722023f: Verifying Checksum 17:36:07 7c6f9722023f: Download complete 17:36:07 188c0c94c7c5: Verifying Checksum 17:36:07 188c0c94c7c5: Download complete 17:36:07 188c0c94c7c5: Pull complete 17:36:08 0ef7d3d256c8: Pull complete 17:36:08 de9db76c5a1d: Pull complete 17:36:09 a35cf1a2eb13: Verifying Checksum 17:36:09 a35cf1a2eb13: Download complete 17:36:11 bca2f99d35d6: Verifying Checksum 17:36:11 bca2f99d35d6: Download complete 17:36:12 00ac8860ef70: Pull complete 17:36:12 63d7cb157983: Pull complete 17:36:12 b116817d02f9: Pull complete 17:36:16 745a02a5169b: Pull complete 17:36:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:36:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:36:16 ---> b7e6874047d6 17:36:16 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:36:16 20.10.0: Pulling from library/docker 17:36:16 a3cc7d3b244e: Pulling fs layer 17:36:16 02a3295e0d61: Pulling fs layer 17:36:16 0f4f2e6d8100: Pulling fs layer 17:36:16 330b718f631f: Pulling fs layer 17:36:16 a93816041522: Pulling fs layer 17:36:16 bdb6da89ff94: Pulling fs layer 17:36:16 2a70c0c122f4: Pulling fs layer 17:36:16 a93816041522: Waiting 17:36:16 bdb6da89ff94: Waiting 17:36:16 2a70c0c122f4: Waiting 17:36:16 330b718f631f: Waiting 17:36:16 0f4f2e6d8100: Download complete 17:36:16 02a3295e0d61: Verifying Checksum 17:36:16 02a3295e0d61: Download complete 17:36:16 a3cc7d3b244e: Verifying Checksum 17:36:16 a93816041522: Verifying Checksum 17:36:16 a93816041522: Download complete 17:36:16 2a70c0c122f4: Verifying Checksum 17:36:16 2a70c0c122f4: Download complete 17:36:16 bdb6da89ff94: Verifying Checksum 17:36:16 bdb6da89ff94: Download complete 17:36:17 a3cc7d3b244e: Pull complete 17:36:18 02a3295e0d61: Pull complete 17:36:18 330b718f631f: Verifying Checksum 17:36:18 330b718f631f: Download complete 17:36:18 0f4f2e6d8100: Pull complete 17:36:23 330b718f631f: Pull complete 17:36:23 a93816041522: Pull complete 17:36:23 bdb6da89ff94: Pull complete 17:36:23 2a70c0c122f4: Pull complete 17:36:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:36:23 Status: Downloaded newer image for docker:20.10.0 17:36:26 bca2f99d35d6: Pull complete 17:36:26 93359f2a8cfa: Pull complete 17:36:26 7c6f9722023f: Pull complete 17:36:30 ---> b8064ff55099 17:36:30 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:36:30 ---> Running in ee3284f1362f 17:36:30 Removing intermediate container ee3284f1362f 17:36:30 ---> e386b14c7b48 17:36:30 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:36:30 ---> Running in 1f8c6e760a9a 17:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:36:33 (1/5) Installing libsodium (1.0.18-r0) 17:36:33 (2/5) Installing libzmq (4.3.3-r0) 17:36:33 (3/5) Installing pkgconf (1.7.2-r0) 17:36:33 (4/5) Installing libsodium-dev (1.0.18-r0) 17:36:33 (5/5) Installing zeromq-dev (4.3.3-r0) 17:36:33 Executing busybox-1.31.1-r19.trigger 17:36:33 OK: 144 MiB in 44 packages 17:36:33 a35cf1a2eb13: Pull complete 17:36:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:36:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:36:33 ---> a62c8e92a672 17:36:33 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:36:33 20.10.0: Pulling from library/docker 17:36:33 05e7bc50f07f: Pulling fs layer 17:36:33 6db28d0fdbf6: Pulling fs layer 17:36:33 292df0bc6bf3: Pulling fs layer 17:36:33 2e060f4bd70b: Pulling fs layer 17:36:33 80e8d568a223: Pulling fs layer 17:36:33 8dc6ef1a942a: Pulling fs layer 17:36:33 2312dd95470a: Pulling fs layer 17:36:33 80e8d568a223: Waiting 17:36:33 8dc6ef1a942a: Waiting 17:36:33 2312dd95470a: Waiting 17:36:33 2e060f4bd70b: Waiting 17:36:33 292df0bc6bf3: Verifying Checksum 17:36:33 292df0bc6bf3: Download complete 17:36:33 6db28d0fdbf6: Verifying Checksum 17:36:33 6db28d0fdbf6: Download complete 17:36:33 05e7bc50f07f: Verifying Checksum 17:36:33 05e7bc50f07f: Download complete 17:36:33 80e8d568a223: Verifying Checksum 17:36:33 80e8d568a223: Download complete 17:36:33 8dc6ef1a942a: Verifying Checksum 17:36:33 8dc6ef1a942a: Download complete 17:36:33 2312dd95470a: Verifying Checksum 17:36:33 2312dd95470a: Download complete 17:36:34 05e7bc50f07f: Pull complete 17:36:34 Removing intermediate container 1f8c6e760a9a 17:36:34 ---> 07280b786568 17:36:34 Step 6/8 : WORKDIR /build 17:36:34 ---> Running in b4587e16521a 17:36:35 6db28d0fdbf6: Pull complete 17:36:35 292df0bc6bf3: Pull complete 17:36:35 Removing intermediate container b4587e16521a 17:36:35 ---> 1288e7eed371 17:36:35 Step 7/8 : COPY go.mod . 17:36:36 ---> 6156012e1484 17:36:36 Step 8/8 : RUN go mod download 17:36:36 ---> Running in b3c0047551d4 17:36:36 2e060f4bd70b: Verifying Checksum 17:36:36 2e060f4bd70b: Download complete 17:36:43 2e060f4bd70b: Pull complete 17:36:43 80e8d568a223: Pull complete 17:36:44 8dc6ef1a942a: Pull complete 17:36:44 2312dd95470a: Pull complete 17:36:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:36:44 Status: Downloaded newer image for docker:20.10.0 17:36:46 ---> d18a13fd8852 17:36:46 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:36:46 ---> Running in 57af68ad84c2 17:36:46 Removing intermediate container 57af68ad84c2 17:36:46 ---> 5be8e4d7f4ee 17:36:46 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:36:46 ---> Running in 6ed5a647ee10 17:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:50 (1/5) Installing libsodium (1.0.18-r0) 17:36:50 (2/5) Installing libzmq (4.3.3-r0) 17:36:50 (3/5) Installing pkgconf (1.7.2-r0) 17:36:50 (4/5) Installing libsodium-dev (1.0.18-r0) 17:36:50 (5/5) Installing zeromq-dev (4.3.3-r0) 17:36:50 Executing busybox-1.31.1-r19.trigger 17:36:50 OK: 167 MiB in 44 packages 17:36:51 Removing intermediate container 6ed5a647ee10 17:36:51 ---> 09fa8170036f 17:36:51 Step 6/8 : WORKDIR /build 17:36:52 ---> Running in 70093fb21dba 17:36:52 Removing intermediate container 70093fb21dba 17:36:52 ---> cf27c37d622b 17:36:52 Step 7/8 : COPY go.mod . 17:36:53 ---> df5492fe8252 17:36:53 Step 8/8 : RUN go mod download 17:36:53 ---> Running in d483eea6336e 17:37:02 Removing intermediate container b3c0047551d4 17:37:02 ---> 904440757873 17:37:02 Successfully built 904440757873 17:37:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:37:03 + docker inspect -f . ci-base-image-arm64 17:37:03 . [Pipeline] withDockerContainer 17:37:03 prd-ubuntu18.04-docker-arm64-4c-16g-31232 does not seem to be running inside a container 17:37:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/199 -v /w/workspace/app-functions-sdk-go/199:/w/workspace/app-functions-sdk-go/199:rw,z -v /w/workspace/app-functions-sdk-go/199@tmp:/w/workspace/app-functions-sdk-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:37:05 $ docker top daba2523f64109136418184b51c2098bc52e1422155c8a1d80f8ee469d38b1eb -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:06 + go version 17:37:06 go version go1.15.5 linux/arm64 [Pipeline] } 17:37:06 $ docker stop --time=1 daba2523f64109136418184b51c2098bc52e1422155c8a1d80f8ee469d38b1eb 17:37:08 $ docker rm -f daba2523f64109136418184b51c2098bc52e1422155c8a1d80f8ee469d38b1eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:09 + docker inspect -f . ci-base-image-arm64 17:37:09 . [Pipeline] withDockerContainer 17:37:09 prd-ubuntu18.04-docker-arm64-4c-16g-31232 does not seem to be running inside a container 17:37:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/199 -v /w/workspace/app-functions-sdk-go/199:/w/workspace/app-functions-sdk-go/199:rw,z -v /w/workspace/app-functions-sdk-go/199@tmp:/w/workspace/app-functions-sdk-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:37:10 $ docker top e63c2effbc4d840d769aeb52e054589e6354595633a495ba12d417322ca261b5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:12 + make test 17:37:12 make -C ./app-service-template build 17:37:12 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/199/app-service-template' 17:37:12 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 17:37:40 Removing intermediate container d483eea6336e 17:37:40 ---> dbe6fc5446c0 17:37:40 Successfully built dbe6fc5446c0 17:37:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:37:41 + docker inspect -f . ci-base-image-x86_64 17:37:42 . [Pipeline] withDockerContainer 17:37:42 prd-centos7-docker-4c-2g-31231 does not seem to be running inside a container 17:37:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/199 -v /w/workspace/app-functions-sdk-go/199:/w/workspace/app-functions-sdk-go/199:rw,z -v /w/workspace/app-functions-sdk-go/199@tmp:/w/workspace/app-functions-sdk-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:37:44 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/199/app-service-template' 17:37:44 make -C ./app-service-template test 17:37:44 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/199/app-service-template' 17:37:44 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:37:45 $ docker top da225c707425f33e0442b4c4d6c84e4145c94647b6329dc6560a34e5447a489b -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:47 + go version 17:37:47 go version go1.15.5 linux/amd64 [Pipeline] } 17:37:47 $ docker stop --time=1 da225c707425f33e0442b4c4d6c84e4145c94647b6329dc6560a34e5447a489b 17:37:49 $ docker rm -f da225c707425f33e0442b4c4d6c84e4145c94647b6329dc6560a34e5447a489b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:50 + docker inspect -f . ci-base-image-x86_64 17:37:50 . [Pipeline] withDockerContainer 17:37:51 prd-centos7-docker-4c-2g-31231 does not seem to be running inside a container 17:37:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/199 -v /w/workspace/app-functions-sdk-go/199:/w/workspace/app-functions-sdk-go/199:rw,z -v /w/workspace/app-functions-sdk-go/199@tmp:/w/workspace/app-functions-sdk-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:37:53 $ docker top 91f1e18b2931b50e3628deb73277c36b53196baf8435c6333649c0c50edf3796 -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:54 + make test 17:37:54 make -C ./app-service-template build 17:37:54 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/199/app-service-template' 17:37:54 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 17:38:11 ok new-app-service 0.037s coverage: 47.8% of statements 17:38:11 ? new-app-service/config [no test files] 17:38:11 ok new-app-service/functions 0.027s 17:38:11 CGO_ENABLED=1 go vet ./... 17:38:19 gofmt -l . 17:38:19 [ "`gofmt -l .`" = "" ] 17:38:19 ./bin/test-go-mod-tidy.sh 17:38:19 ./bin/test-attribution-txt.sh 17:38:20 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/199/app-service-template' 17:38:20 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:38:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 17:38:29 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/199/app-service-template' 17:38:29 make -C ./app-service-template test 17:38:29 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/199/app-service-template' 17:38:29 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:38:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.056s coverage: 55.4% of statements 17:38:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.034s coverage: 92.5% of statements 17:38:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 17:38:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.076s coverage: 61.5% of statements 17:38:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 17:38:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.024s 17:38:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.070s coverage: 75.4% of statements 17:38:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 17:38:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 17:38:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 17:38:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 17:38:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 17:38:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 17:38:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.037s coverage: 97.0% of statements 17:38:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 17:38:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.057s coverage: 10.5% of statements 17:38:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.873s coverage: 78.4% of statements 17:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 17:38:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.051s coverage: 20.0% of statements 17:38:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.060s coverage: 27.3% of statements 17:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 17:38:36 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 17:38:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.074s coverage: 71.7% of statements 17:38:48 ok new-app-service 0.040s coverage: 47.8% of statements 17:38:48 ? new-app-service/config [no test files] 17:38:48 ok new-app-service/functions 0.075s 17:38:48 CGO_ENABLED=1 go vet ./... 17:38:55 gofmt -l . 17:38:55 [ "`gofmt -l .`" = "" ] 17:38:55 ./bin/test-go-mod-tidy.sh 17:38:56 ./bin/test-attribution-txt.sh 17:38:57 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/199/app-service-template' 17:38:57 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:38:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 17:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.069s coverage: 55.4% of statements 17:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.022s coverage: 92.5% of statements 17:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 17:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.068s coverage: 61.5% of statements 17:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 17:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.043s 17:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.048s coverage: 75.4% of statements 17:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 17:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 17:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 17:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 17:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 17:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 17:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.058s coverage: 97.0% of statements 17:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 17:39:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.025s coverage: 10.5% of statements 17:39:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.079s coverage: 81.9% of statements 17:39:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.024s coverage: 94.4% of statements 17:39:03 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:39:06 gofmt -l . 17:39:06 [ "`gofmt -l .`" = "" ] 17:39:07 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 17:39:07 $ docker stop --time=1 e63c2effbc4d840d769aeb52e054589e6354595633a495ba12d417322ca261b5 17:39:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.803s coverage: 78.4% of statements 17:39:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 17:39:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.025s coverage: 20.0% of statements 17:39:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.035s coverage: 27.3% of statements 17:39:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 17:39:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 17:39:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.019s coverage: 71.7% of statements 17:39:09 $ docker rm -f e63c2effbc4d840d769aeb52e054589e6354595633a495ba12d417322ca261b5 [Pipeline] // withDockerContainer [Pipeline] sh 17:39:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:39:11 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:39:12 ---> job-cost.sh 17:39:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BqeR 17:39:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.056s coverage: 81.9% of statements 17:39:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.014s coverage: 94.4% of statements 17:39:35 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:39:35 gofmt -l . 17:39:35 [ "`gofmt -l .`" = "" ] 17:39:35 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 17:39:35 $ docker stop --time=1 91f1e18b2931b50e3628deb73277c36b53196baf8435c6333649c0c50edf3796 17:39:37 $ docker rm -f 91f1e18b2931b50e3628deb73277c36b53196baf8435c6333649c0c50edf3796 [Pipeline] // withDockerContainer [Pipeline] sh 17:39:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:39:38 Warning: overwriting stash ‘coverage-report’ 17:39:39 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:39:40 ---> job-cost.sh 17:39:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PABC 17:39:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:40:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:40:54 lf-activate-venv(): INFO: Adding /tmp/venv-PABC/bin to PATH 17:40:54 INFO: No Stack... 17:40:54 INFO: Retrieving Pricing Info for: v1-standard-2 17:40:54 INFO: Archiving Costs [Pipeline] sh 17:40:54 + cat /w/workspace/app-functions-sdk-go/199/archives/cost.csv 17:40:54 + cut -d, -f6 [Pipeline] lock 17:40:54 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-199-stack-cost] 17:40:54 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-199-stack-cost] did not exist. Created. 17:40:54 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-199-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:40:55 + echo total: 0.029999999329447746 [Pipeline] stash 17:40:55 Stashed 1 file(s) [Pipeline] } 17:40:55 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-199-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:41:13 lf-activate-venv(): INFO: Adding /tmp/venv-BqeR/bin to PATH 17:41:13 INFO: No Stack... 17:41:13 INFO: Retrieving Pricing Info for: lf-standard-4 17:41:14 INFO: Archiving Costs [Pipeline] sh 17:41:14 + cat /w/workspace/app-functions-sdk-go/199/archives/cost.csv 17:41:14 + cut -d, -f6 [Pipeline] lock 17:41:14 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-199-stack-cost] 17:41:14 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-199-stack-cost] did not exist. Created. 17:41:14 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-199-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:41:15 /w/workspace/app-functions-sdk-go/199@tmp/durable-ac77a762/script.sh: 1: /w/workspace/app-functions-sdk-go/199@tmp/durable-ac77a762/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:41:15 + echo total: 0.20999999344348907 [Pipeline] stash 17:41:15 Warning: overwriting stash ‘stack-cost’ 17:41:15 Stashed 1 file(s) [Pipeline] } 17:41:15 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-199-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:41:16 provisioning config files... 17:41:17 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6555006837217256219tmp [Pipeline] { [Pipeline] sh 17:41:17 + set +x 17:41:17 + curl -s https://codecov.io/bash 17:41:17 + bash -s -- 17:41:17 17:41:17 _____ _ 17:41:17 / ____| | | 17:41:17 | | ___ __| | ___ ___ _____ __ 17:41:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:41:17 | |___| (_) | (_| | __/ (_| (_) \ V / 17:41:17 \_____\___/ \__,_|\___|\___\___/ \_/ 17:41:17 Bash-20210309-2b87ace 17:41:17 17:41:17 17:41:17 ==> git version 2.24.3 found 17:41:17 ==> 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:41:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:41:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:41:17 curl: option -sm: expected a proper numerical parameter 17:41:17 curl: try 'curl --help' or 'curl --manual' for more information 17:41:17 ==> Jenkins CI detected. 17:41:17 project root: . 17:41:17 --> token set from env 17:41:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:41:17 ==> Running gcov in . (disable via -X gcov) 17:41:17 ==> Python coveragepy not found 17:41:17 ==> Searching for coverage reports in: 17:41:17 + . 17:41:17 -> Found 2 reports 17:41:17 ==> Detecting git/mercurial file structure 17:41:17 ==> Reading reports 17:41:17 + ./app-service-template/coverage.out bytes=1055 17:41:17 + ./coverage.out bytes=86096 17:41:17 ==> Appending adjustments 17:41:17 https://docs.codecov.io/docs/fixing-reports 17:41:18 + Found adjustments 17:41:18 ==> Gzipping contents 17:41:18 16K /tmp/codecov.OhGYBr.gz 17:41:18 ==> Uploading reports 17:41:18 url: https://codecov.io 17:41:18 query: branch=master&commit=bc088263485211e0f4800c9deb83e8b0a3e27248&build=199&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F199%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:41:18 -> Pinging Codecov 17:41:18 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=bc088263485211e0f4800c9deb83e8b0a3e27248&build=199&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F199%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:41:18 -> Uploading to 17:41:18 https://storage.googleapis.com/codecov/v4/raw/2021-03-24/3D8B5DFFC46A037C893635FACE044666/bc088263485211e0f4800c9deb83e8b0a3e27248/063f4421-6f83-4383-8c5d-c44c9ae24f58.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T174118Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2b52ec7c0d2811c1a403db34417820dc9fbd222d80ec51eaf7113a3e308f58a3 17:41:18 % Total % Received % Xferd Average Speed Time Time Time Current 17:41:18 Dload Upload Total Spent Left Speed 17:41:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15196 0 0 100 15196 0 29595 --:--:-- --:--:-- --:--:-- 29621 17:41:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/bc088263485211e0f4800c9deb83e8b0a3e27248 [Pipeline] } 17:41:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:41:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:41:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:41:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:41:20 17:41:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:41:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:41:21 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:41:21 188c0c94c7c5: Pulling fs layer 17:41:21 0ef7d3d256c8: Pulling fs layer 17:41:21 de9db76c5a1d: Pulling fs layer 17:41:21 0eba1c9be4d2: Pulling fs layer 17:41:21 0d57e429df01: Pulling fs layer 17:41:21 4e4be7b47b0d: Pulling fs layer 17:41:21 e1f770b5df2f: Pulling fs layer 17:41:21 85a0685a4137: Pulling fs layer 17:41:21 0eba1c9be4d2: Waiting 17:41:21 0d57e429df01: Waiting 17:41:21 4e4be7b47b0d: Waiting 17:41:21 e1f770b5df2f: Waiting 17:41:21 85a0685a4137: Waiting 17:41:21 de9db76c5a1d: Verifying Checksum 17:41:21 de9db76c5a1d: Download complete 17:41:21 0ef7d3d256c8: Verifying Checksum 17:41:21 0ef7d3d256c8: Download complete 17:41:21 0d57e429df01: Download complete 17:41:21 188c0c94c7c5: Verifying Checksum 17:41:21 188c0c94c7c5: Download complete 17:41:21 4e4be7b47b0d: Verifying Checksum 17:41:21 4e4be7b47b0d: Download complete 17:41:21 188c0c94c7c5: Pull complete 17:41:21 0ef7d3d256c8: Pull complete 17:41:21 de9db76c5a1d: Pull complete 17:41:22 e1f770b5df2f: Verifying Checksum 17:41:22 e1f770b5df2f: Download complete 17:41:25 0eba1c9be4d2: Verifying Checksum 17:41:25 0eba1c9be4d2: Download complete 17:41:25 85a0685a4137: Verifying Checksum 17:41:25 85a0685a4137: Download complete 17:41:32 0eba1c9be4d2: Pull complete 17:41:32 0d57e429df01: Pull complete 17:41:32 4e4be7b47b0d: Pull complete 17:41:34 e1f770b5df2f: Pull complete 17:41:42 85a0685a4137: Pull complete 17:41:42 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:41:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:41:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:41:42 prd-centos7-docker-4c-2g-31229 does not seem to be running inside a container 17:41:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:41:43 $ docker top 05b8c2415af674b6c1b6ffe5de9b6215a23dc61ee59f64d7a1e131b0642e0f67 -eo pid,comm [Pipeline] { [Pipeline] echo 17:41:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:41:44 + set -o pipefail 17:41:44 + snyk monitor '--org=edgex-jenkins' 17:42:06 17:42:06 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 17:42:06 17:42:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/150c48cd-5c5b-4a36-9677-0685a9173ec7 17:42:06 17:42:06 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:42:06 17:42:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:42:06 17:42:06 [Pipeline] } 17:42:06 $ docker stop --time=1 05b8c2415af674b6c1b6ffe5de9b6215a23dc61ee59f64d7a1e131b0642e0f67 17:42:10 $ docker rm -f 05b8c2415af674b6c1b6ffe5de9b6215a23dc61ee59f64d7a1e131b0642e0f67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 17:42:11 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:42:11 provisioning config files... 17:42:11 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3146453141877528837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:42:11 --> edgex-publish-swagger.sh 17:42:11 === Publish openapi/v2 API === 17:42:11 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:42:11 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 17:42:11 % Total % Received % Xferd Average Speed Time Time Time Current 17:42:11 Dload Upload Total Spent Left Speed 17:42:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10952 0:00:01 0:00:01 --:--:-- 10968 100 13052 0 0 100 13052 0 10950 0:00:01 0:00:01 --:--:-- 10958 17:42:13 17:42:13 [Pipeline] } 17:42:13 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:42:14 + git log --format=format:%s -1 bc088263485211e0f4800c9deb83e8b0a3e27248 [Pipeline] isUnix [Pipeline] sh 17:42:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:42:14 . [Pipeline] withDockerContainer 17:42:14 prd-centos7-docker-4c-2g-31229 does not seem to be running inside a container 17:42:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:42:15 $ docker top 4af2ecbd26794c55c17cbd0e3ab03596a3a132258724681bc880ea377b79de3e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:42:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:42:15 [ssh-agent] Looking for ssh-agent implementation... 17:42:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:42:16 $ docker exec 4af2ecbd26794c55c17cbd0e3ab03596a3a132258724681bc880ea377b79de3e ssh-agent 17:42:16 SSH_AUTH_SOCK=/tmp/ssh-gsjWJ1lhluxb/agent.11 17:42:16 SSH_AGENT_PID=16 17:42:16 Running ssh-add (command line suppressed) 17:42:16 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2655285572251695947.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2655285572251695947.key) 17:42:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:42:16 + git semver tag 17:42:16 # -> Open(): unable to determine branch for HEAD 17:42:16 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:42:16 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:42:16 # $SEMVER_REMOTE_NAME = origin 17:42:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:42:16 # $SEMVER_USER_NAME = edgex-jenkins 17:42:16 # $SEMVER_BRANCH = master 17:42:16 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:42:16 # bc088263485211e0f4800c9deb83e8b0a3e27248 HEAD 17:42:16 # -> Force: false 17:42:16 # cac524dff64efc90a19fe6c3e0d8b822cf98f10a refs/tags/v2.0.0-dev.32 [Pipeline] } 17:42:16 $ docker exec --env ******** --env ******** 4af2ecbd26794c55c17cbd0e3ab03596a3a132258724681bc880ea377b79de3e ssh-agent -k 17:42:17 unset SSH_AUTH_SOCK; 17:42:17 unset SSH_AGENT_PID; 17:42:17 echo Agent pid 16 killed; 17:42:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:42:17 + git semver [Pipeline] } 17:42:17 $ docker stop --time=1 4af2ecbd26794c55c17cbd0e3ab03596a3a132258724681bc880ea377b79de3e 17:42:18 $ docker rm -f 4af2ecbd26794c55c17cbd0e3ab03596a3a132258724681bc880ea377b79de3e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:42:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:42:19 17:42:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:42:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:42:19 0.23.1-centos7: Pulling from edgex-lftools 17:42:19 ab5ef0e58194: Pulling fs layer 17:42:19 9712f1f96733: Pulling fs layer 17:42:19 63f879dbbcfc: Pulling fs layer 17:42:19 0d9ebad4ef96: Pulling fs layer 17:42:19 e9a5061849ea: Pulling fs layer 17:42:19 d747dcd14b5f: Pulling fs layer 17:42:19 2de7ff778b66: Pulling fs layer 17:42:19 e9a5061849ea: Waiting 17:42:19 d747dcd14b5f: Waiting 17:42:19 2de7ff778b66: Waiting 17:42:19 0d9ebad4ef96: Waiting 17:42:19 9712f1f96733: Verifying Checksum 17:42:19 9712f1f96733: Download complete 17:42:21 63f879dbbcfc: Verifying Checksum 17:42:21 63f879dbbcfc: Download complete 17:42:21 e9a5061849ea: Verifying Checksum 17:42:21 e9a5061849ea: Download complete 17:42:21 d747dcd14b5f: Verifying Checksum 17:42:21 d747dcd14b5f: Download complete 17:42:21 2de7ff778b66: Verifying Checksum 17:42:21 2de7ff778b66: Download complete 17:42:22 0d9ebad4ef96: Verifying Checksum 17:42:22 0d9ebad4ef96: Download complete 17:42:22 ab5ef0e58194: Verifying Checksum 17:42:22 ab5ef0e58194: Download complete 17:42:27 ab5ef0e58194: Pull complete 17:42:27 9712f1f96733: Pull complete 17:42:30 63f879dbbcfc: Pull complete 17:42:37 0d9ebad4ef96: Pull complete 17:42:38 e9a5061849ea: Pull complete 17:42:38 d747dcd14b5f: Pull complete 17:42:40 2de7ff778b66: Pull complete 17:42:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:42:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:42:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:42:41 prd-centos7-docker-4c-2g-31229 does not seem to be running inside a container 17:42:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:42:44 $ docker top 6ac886b38f9c1c1375cfc2a9c776d880d914167b970ecf6a6e5877a49c840914 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:42:45 provisioning config files... 17:42:45 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1782782935472846526tmp 17:42:45 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7962258394954205794tmp 17:42:45 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6233154541893982539tmp [Pipeline] { [Pipeline] echo 17:42:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:42:45 ---> sigul-configuration.sh 17:42:45 gpg: directory `/root/.gnupg' created 17:42:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:42:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:42:45 gpg: keyring `/root/.gnupg/secring.gpg' created 17:42:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:42:45 gpg: CAST5 encrypted data 17:42:45 gpg: encrypted with 1 passphrase 17:42:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:42:46 + mkdir /home/jenkins 17:42:46 + mkdir /home/jenkins/sigul [Pipeline] sh 17:42:46 + 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:42:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:42:46 ---> sigul-install.sh 17:42:55 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:42:55 + git tag --list 17:42:55 v0.1.0 17:42:55 v0.1.1 17:42:55 v1.0.0 17:42:55 v1.1.0 17:42:55 v1.2.0 17:42:55 v1.3.0 17:42:55 v1.3.1 17:42:55 v1.3.1-dev.1 17:42:55 v1.3.2-dev.1 17:42:55 v2.0.0-dev.1 17:42:55 v2.0.0-dev.10 17:42:55 v2.0.0-dev.11 17:42:55 v2.0.0-dev.12 17:42:55 v2.0.0-dev.13 17:42:55 v2.0.0-dev.14 17:42:55 v2.0.0-dev.15 17:42:55 v2.0.0-dev.16 17:42:55 v2.0.0-dev.17 17:42:55 v2.0.0-dev.18 17:42:55 v2.0.0-dev.19 17:42:55 v2.0.0-dev.2 17:42:55 v2.0.0-dev.20 17:42:55 v2.0.0-dev.21 17:42:55 v2.0.0-dev.22 17:42:55 v2.0.0-dev.23 17:42:55 v2.0.0-dev.24 17:42:55 v2.0.0-dev.25 17:42:55 v2.0.0-dev.26 17:42:55 v2.0.0-dev.27 17:42:55 v2.0.0-dev.28 17:42:55 v2.0.0-dev.29 17:42:55 v2.0.0-dev.3 17:42:55 v2.0.0-dev.30 17:42:55 v2.0.0-dev.31 17:42:55 v2.0.0-dev.32 17:42:55 v2.0.0-dev.4 17:42:55 v2.0.0-dev.5 17:42:55 v2.0.0-dev.6 17:42:55 v2.0.0-dev.7 17:42:55 v2.0.0-dev.8 17:42:55 v2.0.0-dev.9 [Pipeline] sh 17:42:55 + lftools sign git-tag v2.0.0-dev.32 17:42:57 Signing Git tag with Sigul... 17:42:57 Signing v2.0.0-dev.32 [Pipeline] echo 17:42:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:42:58 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:42:58 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:42:58 $ docker stop --time=1 6ac886b38f9c1c1375cfc2a9c776d880d914167b970ecf6a6e5877a49c840914 17:43:00 $ docker rm -f 6ac886b38f9c1c1375cfc2a9c776d880d914167b970ecf6a6e5877a49c840914 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:43:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:43:01 . [Pipeline] withDockerContainer 17:43:02 prd-centos7-docker-4c-2g-31229 does not seem to be running inside a container 17:43:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:43:02 $ docker top 4bf37985705da20a16b45eec83a91a6e6af598f7f72afd84d4885507c3a19006 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:43:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:43:03 [ssh-agent] Looking for ssh-agent implementation... 17:43:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:43:03 $ docker exec 4bf37985705da20a16b45eec83a91a6e6af598f7f72afd84d4885507c3a19006 ssh-agent 17:43:03 SSH_AUTH_SOCK=/tmp/ssh-nkt4C3FrJgoC/agent.12 17:43:03 SSH_AGENT_PID=17 17:43:03 Running ssh-add (command line suppressed) 17:43:03 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3519137413977653988.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3519137413977653988.key) 17:43:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:43:04 + git semver bump pre 17:43:04 # -> Open(): unable to determine branch for HEAD 17:43:04 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:43:04 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:43:04 # $SEMVER_REMOTE_NAME = origin 17:43:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:43:04 # $SEMVER_USER_NAME = edgex-jenkins 17:43:04 # $SEMVER_BRANCH = master 17:43:04 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:43:04 2.0.0-dev.33 [Pipeline] } 17:43:04 $ docker exec --env ******** --env ******** 4bf37985705da20a16b45eec83a91a6e6af598f7f72afd84d4885507c3a19006 ssh-agent -k 17:43:04 unset SSH_AUTH_SOCK; 17:43:04 unset SSH_AGENT_PID; 17:43:04 echo Agent pid 17 killed; 17:43:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:43:04 + git semver [Pipeline] } 17:43:04 $ docker stop --time=1 4bf37985705da20a16b45eec83a91a6e6af598f7f72afd84d4885507c3a19006 17:43:06 $ docker rm -f 4bf37985705da20a16b45eec83a91a6e6af598f7f72afd84d4885507c3a19006 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:43:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:43:06 . [Pipeline] withDockerContainer 17:43:07 prd-centos7-docker-4c-2g-31229 does not seem to be running inside a container 17:43:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:43:07 $ docker top c9114270a915572666040d1b1b1366e86d84e1475c702e033c18727011f6ad94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:43:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:43:08 [ssh-agent] Looking for ssh-agent implementation... 17:43:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:43:08 $ docker exec c9114270a915572666040d1b1b1366e86d84e1475c702e033c18727011f6ad94 ssh-agent 17:43:08 SSH_AUTH_SOCK=/tmp/ssh-HjTdqs9G92qE/agent.11 17:43:08 SSH_AGENT_PID=17 17:43:08 Running ssh-add (command line suppressed) 17:43:08 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4307340980516058349.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4307340980516058349.key) 17:43:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:43:09 + git semver push 17:43:09 # -> Open(): unable to determine branch for HEAD 17:43:09 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:43:09 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:43:09 # $SEMVER_REMOTE_NAME = origin 17:43:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:43:09 # $SEMVER_USER_NAME = edgex-jenkins 17:43:09 # $SEMVER_BRANCH = master 17:43:09 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:43:13 $ docker exec --env ******** --env ******** c9114270a915572666040d1b1b1366e86d84e1475c702e033c18727011f6ad94 ssh-agent -k 17:43:13 unset SSH_AUTH_SOCK; 17:43:13 unset SSH_AGENT_PID; 17:43:13 echo Agent pid 17 killed; 17:43:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:43:13 + git semver [Pipeline] } 17:43:13 $ docker stop --time=1 c9114270a915572666040d1b1b1366e86d84e1475c702e033c18727011f6ad94 17:43:15 $ docker rm -f c9114270a915572666040d1b1b1366e86d84e1475c702e033c18727011f6ad94 [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:43:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:43:17 ---> package-listing.sh 17:43:17 ++ facter osfamily 17:43:17 ++ tr '[:upper:]' '[:lower:]' 17:43:17 + OS_FAMILY=redhat 17:43:17 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 17:43:17 + START_PACKAGES=/tmp/packages_start.txt 17:43:17 + END_PACKAGES=/tmp/packages_end.txt 17:43:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:43:17 + PACKAGES=/tmp/packages_start.txt 17:43:17 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:43:17 + PACKAGES=/tmp/packages_end.txt 17:43:17 + case "${OS_FAMILY}" in 17:43:17 + rpm -qa 17:43:17 + sort 17:43:22 + '[' -f /tmp/packages_start.txt ']' 17:43:22 + '[' -f /tmp/packages_end.txt ']' 17:43:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:43:22 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:43:22 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 17:43:22 + 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:43:22 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:43:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:43:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:43:23 17:43:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:43:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:43:23 alpine: Pulling from edgex-lftools-log-publisher 17:43:23 df20fa9351a1: Pulling fs layer 17:43:23 36b3adc4ff6f: Pulling fs layer 17:43:23 8ad3a11d3b57: Pulling fs layer 17:43:23 46f8f816bc3b: Pulling fs layer 17:43:23 93b61091891f: Pulling fs layer 17:43:23 93b9cdb0e59b: Pulling fs layer 17:43:23 5e14af77c1be: Pulling fs layer 17:43:23 01666e4c0597: Pulling fs layer 17:43:23 aa168da1d23b: Pulling fs layer 17:43:23 93b9cdb0e59b: Waiting 17:43:23 01666e4c0597: Waiting 17:43:23 aa168da1d23b: Waiting 17:43:23 46f8f816bc3b: Waiting 17:43:23 5e14af77c1be: Waiting 17:43:23 93b61091891f: Waiting 17:43:23 36b3adc4ff6f: Verifying Checksum 17:43:23 36b3adc4ff6f: Download complete 17:43:23 46f8f816bc3b: Verifying Checksum 17:43:23 46f8f816bc3b: Download complete 17:43:23 df20fa9351a1: Verifying Checksum 17:43:23 93b9cdb0e59b: Verifying Checksum 17:43:23 93b9cdb0e59b: Download complete 17:43:23 5e14af77c1be: Verifying Checksum 17:43:23 5e14af77c1be: Download complete 17:43:24 01666e4c0597: Verifying Checksum 17:43:24 01666e4c0597: Download complete 17:43:24 93b61091891f: Verifying Checksum 17:43:24 93b61091891f: Download complete 17:43:24 8ad3a11d3b57: Verifying Checksum 17:43:24 8ad3a11d3b57: Download complete 17:43:24 df20fa9351a1: Pull complete 17:43:24 36b3adc4ff6f: Pull complete 17:43:25 8ad3a11d3b57: Pull complete 17:43:25 46f8f816bc3b: Pull complete 17:43:25 aa168da1d23b: Verifying Checksum 17:43:25 aa168da1d23b: Download complete 17:43:26 93b61091891f: Pull complete 17:43:26 93b9cdb0e59b: Pull complete 17:43:26 5e14af77c1be: Pull complete 17:43:26 01666e4c0597: Pull complete 17:43:33 aa168da1d23b: Pull complete 17:43:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:43:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:43:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:43:33 prd-centos7-docker-4c-2g-31229 does not seem to be running inside a container 17:43:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:43:37 $ docker top d31430b7d4471cc5d4e0a41a0307057064c6fa12f3ec231edbc35218f848b2ba -eo pid,comm [Pipeline] { [Pipeline] sh 17:43:37 + touch /tmp/pre-build-complete [Pipeline] sh 17:43:38 + mkdir -p /var/log/sa [Pipeline] sh 17:43:38 + ls /var/log/sa-host 17:43:38 + sadf -c /var/log/sa-host/sa23 17:43:38 file_magic: OK 17:43:38 HZ: Using current value: 100 17:43:38 file_header: OK 17:43:38 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:43:38 Statistics: 17:43:38 Hnuu...uuuununununu... 17:43:38 File successfully converted to sysstat format version 12.2.1 17:43:38 + sadf -c /var/log/sa-host/sa24 17:43:38 file_magic: OK 17:43:38 HZ: Using current value: 100 17:43:38 file_header: OK 17:43:38 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:43:38 Statistics: 17:43:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:43:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:43:38 provisioning config files... 17:43:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5844741070205602399tmp [Pipeline] { [Pipeline] echo 17:43:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:43:38 ---> create-netrc.sh [Pipeline] } 17:43:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:43:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:43:39 ---> python-tools-install.sh [Pipeline] echo 17:43:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:43:39 ---> sudo-logs.sh 17:43:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:43:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:43:40 ---> job-cost.sh 17:43:40 lf-activate-venv: SKIPPING 17:43:40 DEBUG: total: 0.20999999344348907 17:43:40 INFO: Retrieving Stack Cost... 17:43:40 INFO: Retrieving Pricing Info for: v1-standard-2 17:43:41 INFO: Archiving Costs [Pipeline] echo 17:43:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:43:42 ---> logs-deploy.sh 17:43:42 lf-activate-venv: SKIPPING 17:43:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/199 17:43:42 INFO: archiving workspace using pattern(s): 17:43:44 Archives upload complete. 17:43:44 INFO: archiving logs to Nexus 17:43:45 ---> uname -a: 17:43:45 Linux prd-centos7-docker-4c-2g-31229.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:43:45 17:43:45 17:43:45 ---> lscpu: 17:43:45 Architecture: x86_64 17:43:45 CPU op-mode(s): 32-bit, 64-bit 17:43:45 Byte Order: Little Endian 17:43:45 Address sizes: 40 bits physical, 48 bits virtual 17:43:45 CPU(s): 4 17:43:45 On-line CPU(s) list: 0-3 17:43:45 Thread(s) per core: 1 17:43:45 Core(s) per socket: 1 17:43:45 Socket(s): 4 17:43:45 NUMA node(s): 1 17:43:45 Vendor ID: GenuineIntel 17:43:45 CPU family: 6 17:43:45 Model: 44 17:43:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:43:45 Stepping: 1 17:43:45 CPU MHz: 2933.442 17:43:45 BogoMIPS: 5866.88 17:43:45 Virtualization: VT-x 17:43:45 Hypervisor vendor: KVM 17:43:45 Virtualization type: full 17:43:45 L1d cache: 128 KiB 17:43:45 L1i cache: 128 KiB 17:43:45 L2 cache: 16 MiB 17:43:45 L3 cache: 64 MiB 17:43:45 NUMA node0 CPU(s): 0-3 17:43:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:43:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:43:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:43:45 Vulnerability Meltdown: Mitigation; PTI 17:43:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:43:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:43:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:43:45 Vulnerability Srbds: Not affected 17:43:45 Vulnerability Tsx async abort: Not affected 17:43:45 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:43:45 17:43:45 17:43:45 ---> nproc: 17:43:45 4 17:43:45 17:43:45 17:43:45 ---> df -h: 17:43:45 Filesystem Size Used Available Use% Mounted on 17:43:45 overlay 50.0G 8.6G 41.4G 17% / 17:43:45 tmpfs 64.0M 0 64.0M 0% /dev 17:43:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:43:45 shm 64.0M 0 64.0M 0% /dev/shm 17:43:45 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 17:43:45 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 17:43:45 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 17:43:45 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 17:43:45 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 17:43:45 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 17:43:45 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 17:43:45 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 17:43:45 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 17:43:45 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 17:43:45 17:43:45 17:43:45 ---> free -m: 17:43:45 total used free shared buff/cache available 17:43:45 Mem: 1837 838 145 0 853 933 17:43:45 Swap: 1023 2 1021 17:43:45 17:43:45 17:43:45 ---> ip addr: 17:43:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:43:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:43:45 inet 127.0.0.1/8 scope host lo 17:43:45 valid_lft forever preferred_lft forever 17:43:45 inet6 ::1/128 scope host 17:43:45 valid_lft forever preferred_lft forever 17:43:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:43:45 link/ether fa:16:3e:ab:02:48 brd ff:ff:ff:ff:ff:ff 17:43:45 inet 10.30.123.71/23 brd 10.30.123.255 scope global dynamic eth0 17:43:45 valid_lft 85725sec preferred_lft 85725sec 17:43:45 inet6 fe80::f816:3eff:feab:248/64 scope link 17:43:45 valid_lft forever preferred_lft forever 17:43:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:43:45 link/ether 02:42:fb:66:80:42 brd ff:ff:ff:ff:ff:ff 17:43:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:43:45 valid_lft forever preferred_lft forever 17:43:45 inet6 fe80::42:fbff:fe66:8042/64 scope link 17:43:45 valid_lft forever preferred_lft forever 17:43:45 17:43:45 17:43:45 ---> sar -b -r -n DEV: 17:43:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 17:43:45 17:43:45 17:32:19 LINUX RESTART (4 CPU) 17:43:45 17:43:45 17:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:43:45 17:34:01 52.13 14.85 37.28 0.00 4611.09 4726.15 0.00 17:43:45 17:35:01 1.85 0.00 1.85 0.00 0.00 38.20 0.00 17:43:45 17:36:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 17:43:45 17:37:01 0.22 0.00 0.22 0.00 0.00 3.23 0.00 17:43:45 17:38:01 0.23 0.00 0.23 0.00 0.00 3.23 0.00 17:43:45 17:39:01 0.30 0.00 0.30 0.00 0.00 4.33 0.00 17:43:45 17:40:02 0.18 0.00 0.18 0.00 0.00 2.02 0.00 17:43:45 17:41:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 17:43:45 17:42:01 249.98 144.00 105.97 0.00 7353.37 34050.72 0.00 17:43:45 17:43:01 243.15 96.42 146.73 0.00 5302.05 35812.12 0.00 17:43:45 Average: 54.98 25.58 29.40 0.00 1730.37 7480.96 0.00 17:43:45 17:43:45 17:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:43:45 17:34:01 232448 0 620280 32.97 2620 1026196 1119784 38.22 438268 1013324 128 17:43:45 17:35:01 239816 0 612904 32.57 2620 1026204 1081304 36.90 436752 1008404 8 17:43:45 17:36:01 237472 0 615244 32.70 2620 1026208 1081496 36.91 439024 1008828 20 17:43:45 17:37:01 236792 0 615920 32.73 2620 1026212 1081604 36.91 454948 993524 20 17:43:45 17:38:01 236128 0 616580 32.77 2620 1026216 1081388 36.91 450284 998768 20 17:43:45 17:39:01 236976 0 615724 32.72 2620 1026224 1081340 36.90 458672 990000 12 17:43:45 17:40:02 236996 0 615704 32.72 2620 1026224 1081304 36.90 458380 990088 8 17:43:45 17:41:01 237196 0 615500 32.71 2620 1026228 1081304 36.90 458384 990088 8 17:43:45 17:42:01 65236 0 795236 42.27 2596 1018476 1352656 46.16 568416 969480 65036 17:43:45 17:43:01 262864 0 783024 41.62 1492 834164 1108700 37.84 570096 710000 40 17:43:45 Average: 222192 0 650612 34.58 2505 1006235 1115088 38.06 473322 967250 6530 17:43:45 17:43:45 17:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:43:45 17:34:01 eth0 318.79 285.00 1082.81 61.47 0.00 0.00 0.00 0.00 17:43:45 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:34:01 docker0 119.96 92.98 9.83 308.76 0.00 0.00 0.00 0.00 17:43:45 17:35:01 eth0 1.52 0.00 0.13 0.00 0.00 0.00 0.00 0.00 17:43:45 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:36:01 eth0 1.92 0.70 0.62 0.37 0.00 0.00 0.00 0.00 17:43:45 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:37:01 eth0 1.15 0.57 0.58 0.40 0.00 0.00 0.00 0.00 17:43:45 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:38:01 eth0 0.23 0.17 0.08 0.10 0.00 0.00 0.00 0.00 17:43:45 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:39:01 eth0 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 17:43:45 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:40:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:43:45 17:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:41:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:43:45 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:42:01 eth0 502.61 439.09 4317.86 40.26 0.00 0.00 0.00 0.00 17:43:45 17:42:01 veth46447f9 48.63 53.52 4.85 232.48 0.00 0.00 0.00 0.00 17:43:45 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:42:01 docker0 48.63 53.39 4.19 232.47 0.00 0.00 0.00 0.00 17:43:45 17:43:01 eth0 520.15 434.13 3474.71 99.46 0.00 0.00 0.00 0.00 17:43:45 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 17:43:01 docker0 51.12 73.36 2.88 235.58 0.00 0.00 0.00 0.00 17:43:45 Average: eth0 134.97 116.24 889.62 20.25 0.00 0.00 0.00 0.00 17:43:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:43:45 Average: docker0 22.02 22.02 1.69 77.85 0.00 0.00 0.00 0.00 17:43:45 17:43:45 17:43:45 ---> sar -P ALL: 17:43:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 17:43:45 17:43:45 17:32:19 LINUX RESTART (4 CPU) 17:43:45 17:43:45 17:33:01 CPU %user %nice %system %iowait %steal %idle 17:43:45 17:34:01 all 5.03 0.00 2.75 1.14 0.06 91.02 17:43:45 17:34:01 0 5.23 0.00 3.83 0.93 0.05 89.96 17:43:45 17:34:01 1 4.54 0.00 2.34 0.20 0.05 92.87 17:43:45 17:34:01 2 4.43 0.00 2.56 2.10 0.07 90.84 17:43:45 17:34:01 3 5.91 0.00 2.27 1.33 0.08 90.40 17:43:45 17:35:01 all 0.15 0.00 0.06 0.00 0.00 99.79 17:43:45 17:35:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:43:45 17:35:01 1 0.30 0.00 0.07 0.00 0.02 99.62 17:43:45 17:35:01 2 0.20 0.00 0.05 0.00 0.00 99.75 17:43:45 17:35:01 3 0.05 0.00 0.08 0.00 0.00 99.87 17:43:45 17:36:01 all 0.19 0.00 0.04 0.00 0.00 99.77 17:43:45 17:36:01 0 0.05 0.00 0.03 0.00 0.00 99.92 17:43:45 17:36:01 1 0.10 0.00 0.07 0.00 0.00 99.83 17:43:45 17:36:01 2 0.55 0.00 0.03 0.00 0.02 99.40 17:43:45 17:36:01 3 0.05 0.00 0.03 0.00 0.00 99.92 17:43:45 17:37:01 all 0.18 0.00 0.05 0.00 0.01 99.75 17:43:45 17:37:01 0 0.03 0.00 0.02 0.00 0.02 99.93 17:43:45 17:37:01 1 0.05 0.00 0.07 0.00 0.00 99.88 17:43:45 17:37:01 2 0.62 0.00 0.03 0.00 0.00 99.35 17:43:45 17:37:01 3 0.03 0.00 0.10 0.00 0.02 99.85 17:43:45 17:38:01 all 0.17 0.00 0.09 0.00 0.06 99.68 17:43:45 17:38:01 0 0.05 0.00 0.07 0.00 0.03 99.85 17:43:45 17:38:01 1 0.05 0.00 0.12 0.00 0.08 99.75 17:43:45 17:38:01 2 0.55 0.00 0.05 0.00 0.08 99.32 17:43:45 17:38:01 3 0.03 0.00 0.12 0.00 0.03 99.82 17:43:45 17:39:01 all 0.14 0.00 0.08 0.00 0.00 99.77 17:43:45 17:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:43:45 17:39:01 1 0.03 0.00 0.05 0.00 0.02 99.90 17:43:45 17:39:01 2 0.52 0.00 0.02 0.00 0.00 99.47 17:43:45 17:39:01 3 0.02 0.00 0.23 0.00 0.00 99.75 17:43:45 17:40:02 all 0.17 0.00 0.05 0.00 0.01 99.77 17:43:45 17:40:02 0 0.02 0.00 0.02 0.00 0.00 99.97 17:43:45 17:40:02 1 0.07 0.00 0.03 0.00 0.02 99.88 17:43:45 17:40:02 2 0.55 0.00 0.03 0.00 0.02 99.40 17:43:45 17:40:02 3 0.05 0.00 0.12 0.00 0.00 99.83 17:43:45 17:41:01 all 0.14 0.00 0.03 0.00 0.00 99.82 17:43:45 17:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:43:45 17:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:43:45 17:41:01 2 0.54 0.00 0.05 0.00 0.00 99.41 17:43:45 17:41:01 3 0.00 0.00 0.03 0.00 0.00 99.97 17:43:45 17:42:01 all 9.27 0.00 6.60 1.92 0.06 82.14 17:43:45 17:42:01 0 9.56 0.00 6.79 1.73 0.07 81.85 17:43:45 17:42:01 1 9.74 0.00 6.34 3.02 0.07 80.84 17:43:45 17:42:01 2 8.98 0.00 7.02 2.10 0.07 81.84 17:43:45 17:42:01 3 8.82 0.00 6.27 0.82 0.05 84.04 17:43:45 17:43:01 all 11.56 0.00 8.64 3.62 0.10 76.08 17:43:45 17:43:01 0 11.35 0.00 8.46 3.51 0.10 76.58 17:43:45 17:43:01 1 14.91 0.00 9.23 3.84 0.09 71.93 17:43:45 17:43:01 2 9.94 0.00 8.65 3.52 0.12 77.76 17:43:45 17:43:01 3 10.03 0.00 8.22 3.60 0.10 78.04 17:43:45 Average: all 2.66 0.00 1.81 0.66 0.03 94.84 17:43:45 Average: 0 2.58 0.00 1.89 0.60 0.03 94.89 17:43:45 Average: 1 2.93 0.00 1.80 0.69 0.03 94.54 17:43:45 Average: 2 2.65 0.00 1.82 0.76 0.04 94.73 17:43:45 Average: 3 2.46 0.00 1.72 0.57 0.03 95.22 17:43:45 17:43:45 17:43:45