Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1478 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 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd # timeout=10 Commit message: "Merge pull request #795 from soda480/US149" > git rev-list --no-walk 31d53820897474db1e91be20d42ca7dc6cb60a35 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:05:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:05:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:05:34 ========================================================= 18:05:34 EdgeX Global Pipelines Version Info 18:05:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:05:36 ------------------- 18:05:36 stable info: 18:05:36 ------------------- 18:05:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:05:36 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:05:36 Message: update stable to v1.0.186 18:05:37 ------------------- 18:05:37 experimental info: 18:05:37 ------------------- 18:05:37 Commited By: **** collab-it+edgex@linuxfoundation.org 18:05:37 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 18:05:37 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:05:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:05:37 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:05:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93c26ee [Pipeline] echo 18:05:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:05:39 + git log --format=format:%s -1 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd [Pipeline] echo 18:05:39 GIT_COMMIT: 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd, Commit Message: Merge pull request #795 from soda480/US149 [Pipeline] echo 18:05:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:05:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:05:40 18:05:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:05:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:05:41 latest: Pulling from edgex-devops/git-semver 18:05:41 31603596830f: Pulling fs layer 18:05:41 2a8b12db71e7: Pulling fs layer 18:05:41 6ca5941a6612: Pulling fs layer 18:05:41 ecc8261a40a4: Pulling fs layer 18:05:41 ecc8261a40a4: Waiting 18:05:41 2a8b12db71e7: Verifying Checksum 18:05:41 2a8b12db71e7: Download complete 18:05:41 31603596830f: Verifying Checksum 18:05:41 31603596830f: Download complete 18:05:41 ecc8261a40a4: Verifying Checksum 18:05:41 ecc8261a40a4: Download complete 18:05:41 6ca5941a6612: Verifying Checksum 18:05:41 6ca5941a6612: Download complete 18:05:42 31603596830f: Pull complete 18:05:42 2a8b12db71e7: Pull complete 18:05:43 6ca5941a6612: Pull complete 18:05:43 ecc8261a40a4: Pull complete 18:05:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:05:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:05:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:05:44 prd-centos7-docker-4c-2g-1478 does not seem to be running inside a container 18:05:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:05:47 $ docker top 1629c8376c2037775790989ee52d3e271d800811d7487ec9b6a912539abd837a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:05:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:05:47 [ssh-agent] Looking for ssh-agent implementation... 18:05:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:05:47 $ docker exec 1629c8376c2037775790989ee52d3e271d800811d7487ec9b6a912539abd837a ssh-agent 18:05:48 SSH_AUTH_SOCK=/tmp/ssh-7ftsrWzB9m1D/agent.11 18:05:48 SSH_AGENT_PID=16 18:05:48 Running ssh-add (command line suppressed) 18:05:48 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3569453057215662866.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3569453057215662866.key) 18:05:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:05:48 + git tag --points-at HEAD [Pipeline] } 18:05:48 $ docker exec --env ******** --env ******** 1629c8376c2037775790989ee52d3e271d800811d7487ec9b6a912539abd837a ssh-agent -k 18:05:48 unset SSH_AUTH_SOCK; 18:05:48 unset SSH_AGENT_PID; 18:05:48 echo Agent pid 16 killed; 18:05:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:05:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:05:49 [ssh-agent] Looking for ssh-agent implementation... 18:05:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:05:49 $ docker exec 1629c8376c2037775790989ee52d3e271d800811d7487ec9b6a912539abd837a ssh-agent 18:05:49 SSH_AUTH_SOCK=/tmp/ssh-Mk8nQECcqCvR/agent.45 18:05:49 SSH_AGENT_PID=50 18:05:49 Running ssh-add (command line suppressed) 18:05:49 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7037622126701606037.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7037622126701606037.key) 18:05:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:05:50 + git semver init 18:05:50 # -> Open(): unable to determine branch for HEAD 18:05:50 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:05:50 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:05:50 # $SEMVER_REMOTE_NAME = origin 18:05:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:05:50 # $SEMVER_USER_NAME = edgex-jenkins 18:05:50 # $SEMVER_BRANCH = master 18:05:50 # $SEMVER_TEMP = /tmp/semver-618178371 18:05:50 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:05:54 # '/tmp/semver-618178371' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 18:05:54 # -> Force: false 18:05:54 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:05:54 $ docker exec --env ******** --env ******** 1629c8376c2037775790989ee52d3e271d800811d7487ec9b6a912539abd837a ssh-agent -k 18:05:54 unset SSH_AUTH_SOCK; 18:05:54 unset SSH_AGENT_PID; 18:05:54 echo Agent pid 50 killed; 18:05:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:05:55 + git semver [Pipeline] } 18:05:55 $ docker stop --time=1 1629c8376c2037775790989ee52d3e271d800811d7487ec9b6a912539abd837a 18:05:58 $ docker rm -f 1629c8376c2037775790989ee52d3e271d800811d7487ec9b6a912539abd837a [Pipeline] // withDockerContainer [Pipeline] sh 18:05:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:05:59 Stashed 1 file(s) [Pipeline] echo 18:05:59 [edgeXSemver]: initialized semver on version 2.0.0-dev.46 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:06:14 Still waiting to schedule task 18:06:14 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1478’ 18:06:14 Still waiting to schedule task 18:06:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:08:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1479 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:08:11 Running in /w/workspace/app-functions-sdk-go/215 [Pipeline] { [Pipeline] checkout 18:08:16 using credential edgex-jenkins-ssh 18:08:16 Cloning the remote Git repository 18:08:16 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:08:16 > git init /w/workspace/app-functions-sdk-go/215 # timeout=10 18:08:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:08:16 > git --version # timeout=10 18:08:16 > git --version # 'git version 2.17.1' 18:08:16 using GIT_SSH to set credentials SSH Credentials for GitHub 18:08:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:08:19 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:08:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:08:19 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:08:19 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:08:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:08:20 Checking out Revision 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd (master) 18:08:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:08:20 > git config core.sparsecheckout # timeout=10 18:08:20 > git checkout -f 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd # timeout=10 18:08:24 Commit message: "Merge pull request #795 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:08:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:08:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:08:27 + + sudo service dockertrue restart 18:08:27 [Pipeline] unstash [Pipeline] echo 18:08:30 ========================================================= 18:08:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:08:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:08:30 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:08:31 Sending build context to Docker daemon 19.48MB 18:08:31 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:08:31 Step 2/8 : FROM ${BASE} 18:08:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:08:32 5f621e34cdf4: Pulling fs layer 18:08:32 a4357932f1b6: Pulling fs layer 18:08:32 18c013af1878: Pulling fs layer 18:08:32 00ac8860ef70: Pulling fs layer 18:08:32 63d7cb157983: Pulling fs layer 18:08:32 b116817d02f9: Pulling fs layer 18:08:32 745a02a5169b: Pulling fs layer 18:08:32 00ac8860ef70: Waiting 18:08:32 63d7cb157983: Waiting 18:08:32 b116817d02f9: Waiting 18:08:32 745a02a5169b: Waiting 18:08:32 18c013af1878: Verifying Checksum 18:08:32 18c013af1878: Download complete 18:08:32 a4357932f1b6: Download complete 18:08:32 63d7cb157983: Verifying Checksum 18:08:32 63d7cb157983: Download complete 18:08:32 b116817d02f9: Verifying Checksum 18:08:32 b116817d02f9: Download complete 18:08:32 5f621e34cdf4: Verifying Checksum 18:08:32 5f621e34cdf4: Download complete 18:08:33 5f621e34cdf4: Pull complete 18:08:33 a4357932f1b6: Pull complete 18:08:33 18c013af1878: Pull complete 18:08:34 745a02a5169b: Download complete 18:08:35 00ac8860ef70: Verifying Checksum 18:08:35 00ac8860ef70: Download complete 18:08:42 Running on prd-centos7-docker-4c-2g-1480 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:08:42 Running in /w/workspace/app-functions-sdk-go/215 [Pipeline] { [Pipeline] checkout 18:08:44 using credential edgex-jenkins-ssh 18:08:44 Cloning the remote Git repository 18:08:44 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:08:44 > git init /w/workspace/app-functions-sdk-go/215 # timeout=10 18:08:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:08:45 > git --version # timeout=10 18:08:45 > git --version # 'git version 2.24.3' 18:08:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:08:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:08:46 00ac8860ef70: Pull complete 18:08:46 63d7cb157983: Pull complete 18:08:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:08:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:08:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:08:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:08:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:08:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:08:46 b116817d02f9: Pull complete 18:08:46 Checking out Revision 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd (master) 18:08:46 > git config core.sparsecheckout # timeout=10 18:08:46 > git checkout -f 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd # timeout=10 18:08:50 Commit message: "Merge pull request #795 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:08:51 745a02a5169b: Pull complete 18:08:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:08:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:08:51 ---> b7e6874047d6 18:08:51 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:08:51 20.10.0: Pulling from library/docker 18:08:51 a3cc7d3b244e: Pulling fs layer 18:08:51 02a3295e0d61: Pulling fs layer 18:08:51 0f4f2e6d8100: Pulling fs layer 18:08:51 330b718f631f: Pulling fs layer 18:08:51 a93816041522: Pulling fs layer 18:08:51 bdb6da89ff94: Pulling fs layer 18:08:51 2a70c0c122f4: Pulling fs layer 18:08:51 a93816041522: Waiting 18:08:51 bdb6da89ff94: Waiting 18:08:51 2a70c0c122f4: Waiting 18:08:51 330b718f631f: Waiting 18:08:51 0f4f2e6d8100: Download complete 18:08:51 02a3295e0d61: Verifying Checksum 18:08:51 02a3295e0d61: Download complete 18:08:51 a3cc7d3b244e: Verifying Checksum 18:08:51 a3cc7d3b244e: Download complete 18:08:51 a93816041522: Verifying Checksum 18:08:51 a93816041522: Download complete 18:08:51 bdb6da89ff94: Verifying Checksum 18:08:51 bdb6da89ff94: Download complete 18:08:51 2a70c0c122f4: Verifying Checksum 18:08:51 2a70c0c122f4: Download complete 18:08:51 a3cc7d3b244e: Pull complete 18:08:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:08:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:08:52 + sudo service docker restart 18:08:52 + true 18:08:52 Redirecting to /bin/systemctl restart docker.service 18:08:52 02a3295e0d61: Pull complete 18:08:52 0f4f2e6d8100: Pull complete 18:08:52 330b718f631f: Verifying Checksum 18:08:52 330b718f631f: Download complete [Pipeline] unstash [Pipeline] echo 18:08:54 ========================================================= 18:08:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:08:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:08:54 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:08:54 Sending build context to Docker daemon 19.48MB 18:08:54 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:08:54 Step 2/8 : FROM ${BASE} 18:08:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:08:54 188c0c94c7c5: Pulling fs layer 18:08:54 0ef7d3d256c8: Pulling fs layer 18:08:54 de9db76c5a1d: Pulling fs layer 18:08:54 bca2f99d35d6: Pulling fs layer 18:08:54 93359f2a8cfa: Pulling fs layer 18:08:54 7c6f9722023f: Pulling fs layer 18:08:54 a35cf1a2eb13: Pulling fs layer 18:08:54 bca2f99d35d6: Waiting 18:08:54 93359f2a8cfa: Waiting 18:08:54 7c6f9722023f: Waiting 18:08:54 a35cf1a2eb13: Waiting 18:08:54 de9db76c5a1d: Verifying Checksum 18:08:54 de9db76c5a1d: Download complete 18:08:55 0ef7d3d256c8: Download complete 18:08:55 93359f2a8cfa: Verifying Checksum 18:08:55 93359f2a8cfa: Download complete 18:08:55 7c6f9722023f: Download complete 18:08:55 188c0c94c7c5: Verifying Checksum 18:08:55 188c0c94c7c5: Download complete 18:08:55 188c0c94c7c5: Pull complete 18:08:55 0ef7d3d256c8: Pull complete 18:08:55 de9db76c5a1d: Pull complete 18:08:57 a35cf1a2eb13: Verifying Checksum 18:08:57 a35cf1a2eb13: Download complete 18:08:57 330b718f631f: Pull complete 18:08:57 a93816041522: Pull complete 18:08:57 bdb6da89ff94: Pull complete 18:08:57 bca2f99d35d6: Verifying Checksum 18:08:57 bca2f99d35d6: Download complete 18:08:57 2a70c0c122f4: Pull complete 18:08:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:08:57 Status: Downloaded newer image for docker:20.10.0 18:09:03 bca2f99d35d6: Pull complete 18:09:03 93359f2a8cfa: Pull complete 18:09:03 7c6f9722023f: Pull complete 18:09:04 ---> 471983ac471e 18:09:04 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:09:04 ---> Running in 1c7e403ae451 18:09:04 Removing intermediate container 1c7e403ae451 18:09:04 ---> f41199dfe3c1 18:09:04 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:09:04 ---> Running in 77cde9dccf20 18:09:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:07 (1/5) Installing libsodium (1.0.18-r0) 18:09:07 (2/5) Installing libzmq (4.3.3-r0) 18:09:07 (3/5) Installing pkgconf (1.7.2-r0) 18:09:07 (4/5) Installing libsodium-dev (1.0.18-r0) 18:09:07 (5/5) Installing zeromq-dev (4.3.3-r0) 18:09:07 Executing busybox-1.31.1-r19.trigger 18:09:07 OK: 144 MiB in 44 packages 18:09:09 Removing intermediate container 77cde9dccf20 18:09:09 ---> 36318a7e63b4 18:09:09 Step 6/8 : WORKDIR /build 18:09:09 ---> Running in ede728988bca 18:09:09 Removing intermediate container ede728988bca 18:09:09 ---> 75282a325363 18:09:09 Step 7/8 : COPY go.mod . 18:09:10 ---> 50cf96e9fa5a 18:09:10 Step 8/8 : RUN go mod download 18:09:10 ---> Running in b0abf7f225f6 18:09:13 a35cf1a2eb13: Pull complete 18:09:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:09:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:09:13 ---> a62c8e92a672 18:09:13 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:09:13 20.10.0: Pulling from library/docker 18:09:13 05e7bc50f07f: Pulling fs layer 18:09:13 6db28d0fdbf6: Pulling fs layer 18:09:13 292df0bc6bf3: Pulling fs layer 18:09:13 2e060f4bd70b: Pulling fs layer 18:09:13 80e8d568a223: Pulling fs layer 18:09:13 8dc6ef1a942a: Pulling fs layer 18:09:13 2312dd95470a: Pulling fs layer 18:09:13 80e8d568a223: Waiting 18:09:13 8dc6ef1a942a: Waiting 18:09:13 2312dd95470a: Waiting 18:09:13 2e060f4bd70b: Waiting 18:09:13 292df0bc6bf3: Verifying Checksum 18:09:13 292df0bc6bf3: Download complete 18:09:13 6db28d0fdbf6: Verifying Checksum 18:09:13 6db28d0fdbf6: Download complete 18:09:13 05e7bc50f07f: Verifying Checksum 18:09:13 05e7bc50f07f: Download complete 18:09:13 80e8d568a223: Verifying Checksum 18:09:13 80e8d568a223: Download complete 18:09:13 8dc6ef1a942a: Verifying Checksum 18:09:13 8dc6ef1a942a: Download complete 18:09:13 2312dd95470a: Verifying Checksum 18:09:13 2312dd95470a: Download complete 18:09:13 05e7bc50f07f: Pull complete 18:09:13 6db28d0fdbf6: Pull complete 18:09:13 292df0bc6bf3: Pull complete 18:09:13 2e060f4bd70b: Verifying Checksum 18:09:13 2e060f4bd70b: Download complete 18:09:17 2e060f4bd70b: Pull complete 18:09:17 80e8d568a223: Pull complete 18:09:17 8dc6ef1a942a: Pull complete 18:09:17 2312dd95470a: Pull complete 18:09:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:09:17 Status: Downloaded newer image for docker:20.10.0 18:09:18 ---> ab8721bf9406 18:09:18 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:09:18 ---> Running in a06a6c2f8fef 18:09:18 Removing intermediate container a06a6c2f8fef 18:09:18 ---> 63715e31789b 18:09:18 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:09:18 ---> Running in 95ea00af59bd 18:09:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:09:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:09:20 (1/5) Installing libsodium (1.0.18-r0) 18:09:20 (2/5) Installing libzmq (4.3.3-r0) 18:09:20 (3/5) Installing pkgconf (1.7.2-r0) 18:09:20 (4/5) Installing libsodium-dev (1.0.18-r0) 18:09:20 (5/5) Installing zeromq-dev (4.3.3-r0) 18:09:21 Executing busybox-1.31.1-r19.trigger 18:09:21 OK: 167 MiB in 44 packages 18:09:21 Removing intermediate container 95ea00af59bd 18:09:21 ---> 5ccca767f9a8 18:09:21 Step 6/8 : WORKDIR /build 18:09:21 ---> Running in df707361ba17 18:09:21 Removing intermediate container df707361ba17 18:09:21 ---> d05472c16fc3 18:09:21 Step 7/8 : COPY go.mod . 18:09:21 ---> 56c0d8e33e80 18:09:21 Step 8/8 : RUN go mod download 18:09:22 ---> Running in ff1282a0710e 18:09:37 Removing intermediate container b0abf7f225f6 18:09:37 ---> 8ab2fdee59c9 18:09:37 Successfully built 8ab2fdee59c9 18:09:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:09:37 + docker inspect -f . ci-base-image-arm64 18:09:37 . [Pipeline] withDockerContainer 18:09:38 prd-ubuntu18.04-docker-arm64-4c-16g-1479 does not seem to be running inside a container 18:09:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/215 -v /w/workspace/app-functions-sdk-go/215:/w/workspace/app-functions-sdk-go/215:rw,z -v /w/workspace/app-functions-sdk-go/215@tmp:/w/workspace/app-functions-sdk-go/215@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 18:09:39 $ docker top 5f1798ce84149a6ee7da38af553ab552e6b3cf1547005222b1a00f1c5cbfcaf7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:09:40 + go version 18:09:40 go version go1.15.5 linux/arm64 [Pipeline] } 18:09:40 $ docker stop --time=1 5f1798ce84149a6ee7da38af553ab552e6b3cf1547005222b1a00f1c5cbfcaf7 18:09:42 $ docker rm -f 5f1798ce84149a6ee7da38af553ab552e6b3cf1547005222b1a00f1c5cbfcaf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:09:43 + docker inspect -f . ci-base-image-arm64 18:09:43 . [Pipeline] withDockerContainer 18:09:43 prd-ubuntu18.04-docker-arm64-4c-16g-1479 does not seem to be running inside a container 18:09:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/215 -v /w/workspace/app-functions-sdk-go/215:/w/workspace/app-functions-sdk-go/215:rw,z -v /w/workspace/app-functions-sdk-go/215@tmp:/w/workspace/app-functions-sdk-go/215@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 18:09:44 Removing intermediate container ff1282a0710e 18:09:44 ---> 386a57918125 18:09:44 Successfully built 386a57918125 18:09:44 Successfully tagged ci-base-image-x86_64:latest 18:09:45 $ docker top e57e480980dad91dde96bd69ee9b2d8e57b76d582b49ffa1a1602e7274ed0bd2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 18:09:45 + docker inspect -f . ci-base-image-x86_64 18:09:45 . [Pipeline] withDockerContainer 18:09:45 prd-centos7-docker-4c-2g-1480 does not seem to be running inside a container 18:09:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/215 -v /w/workspace/app-functions-sdk-go/215:/w/workspace/app-functions-sdk-go/215:rw,z -v /w/workspace/app-functions-sdk-go/215@tmp:/w/workspace/app-functions-sdk-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:09:46 + make test 18:09:46 make -C ./app-service-template build 18:09:46 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/215/app-service-template' 18:09:46 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 18:09:46 $ docker top 1281c32d7b2b78d99770d7ecb7d3b27e3ace758bbdeedb812218c283f0fcd3de -eo pid,comm [Pipeline] { [Pipeline] sh 18:09:47 + go version 18:09:47 go version go1.15.5 linux/amd64 [Pipeline] } 18:09:47 $ docker stop --time=1 1281c32d7b2b78d99770d7ecb7d3b27e3ace758bbdeedb812218c283f0fcd3de 18:09:48 $ docker rm -f 1281c32d7b2b78d99770d7ecb7d3b27e3ace758bbdeedb812218c283f0fcd3de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:09:48 + docker inspect -f . ci-base-image-x86_64 18:09:48 . [Pipeline] withDockerContainer 18:09:49 prd-centos7-docker-4c-2g-1480 does not seem to be running inside a container 18:09:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/215 -v /w/workspace/app-functions-sdk-go/215:/w/workspace/app-functions-sdk-go/215:rw,z -v /w/workspace/app-functions-sdk-go/215@tmp:/w/workspace/app-functions-sdk-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:09:49 $ docker top f3c6d31188f26f0183506b96bc9ed8fb9fdbf747c6c6aea3387de87760714176 -eo pid,comm [Pipeline] { [Pipeline] sh 18:09:50 + make test 18:09:50 make -C ./app-service-template build 18:09:50 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/215/app-service-template' 18:09:50 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 18:10:05 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/215/app-service-template' 18:10:05 make -C ./app-service-template test 18:10:05 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/215/app-service-template' 18:10:05 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:10:13 ok new-app-service 0.017s coverage: 47.8% of statements 18:10:13 ? new-app-service/config [no test files] 18:10:13 ok new-app-service/functions 0.011s 18:10:13 CGO_ENABLED=1 go vet ./... 18:10:16 gofmt -l . 18:10:16 [ "`gofmt -l .`" = "" ] 18:10:16 ./bin/test-go-mod-tidy.sh 18:10:16 ./bin/test-attribution-txt.sh 18:10:17 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/215/app-service-template' 18:10:17 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:10:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:10:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.050s coverage: 55.8% of statements 18:10:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.015s coverage: 92.5% of statements 18:10:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:10:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.029s coverage: 61.5% of statements 18:10:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:10:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.020s 18:10:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.040s coverage: 75.4% of statements 18:10:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:10:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:10:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:10:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:10:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:10:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:10:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.011s coverage: 97.0% of statements 18:10:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:10:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.010s coverage: 10.5% of statements 18:10:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.775s coverage: 78.4% of statements 18:10:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:10:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.011s coverage: 18.4% of statements 18:10:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.023s coverage: 27.3% of statements 18:10:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:10:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:10:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.015s coverage: 71.7% of statements 18:10:25 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/215/app-service-template' 18:10:25 make -C ./app-service-template test 18:10:25 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/215/app-service-template' 18:10:25 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:10:43 ok new-app-service 0.035s coverage: 47.8% of statements 18:10:43 ? new-app-service/config [no test files] 18:10:44 ok new-app-service/functions 0.029s 18:10:44 CGO_ENABLED=1 go vet ./... 18:10:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.044s coverage: 81.9% of statements 18:10:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements 18:10:51 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:10:51 gofmt -l . 18:10:51 [ "`gofmt -l .`" = "" ] 18:10:51 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:10:51 $ docker stop --time=1 f3c6d31188f26f0183506b96bc9ed8fb9fdbf747c6c6aea3387de87760714176 18:10:52 $ docker rm -f f3c6d31188f26f0183506b96bc9ed8fb9fdbf747c6c6aea3387de87760714176 [Pipeline] // withDockerContainer [Pipeline] sh 18:10:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:10:53 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 18:10:54 ---> job-cost.sh 18:10:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lxqd 18:10:54 gofmt -l . 18:10:54 [ "`gofmt -l .`" = "" ] 18:10:54 ./bin/test-go-mod-tidy.sh 18:10:55 ./bin/test-attribution-txt.sh 18:10:56 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/215/app-service-template' 18:10:56 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:10:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:11:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.093s coverage: 55.8% of statements 18:11:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.033s coverage: 92.5% of statements 18:11:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:11:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.070s coverage: 61.5% of statements 18:11:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:11:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.026s 18:11:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.120s coverage: 75.4% of statements 18:11:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:11:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:11:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:11:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:11:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:11:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:11:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.027s coverage: 97.0% of statements 18:11:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:11:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.034s coverage: 10.5% of statements 18:11:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:11:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.817s coverage: 78.4% of statements 18:11:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:11:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.042s coverage: 18.4% of statements 18:11:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.056s coverage: 27.3% of statements 18:11:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:11:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:11:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.033s coverage: 71.7% of statements 18:11:36 lf-activate-venv(): INFO: Adding /tmp/venv-lxqd/bin to PATH 18:11:36 INFO: No Stack... 18:11:37 INFO: Retrieving Pricing Info for: v1-standard-2 18:11:38 INFO: Archiving Costs [Pipeline] sh 18:11:38 + cut -d, -f6 18:11:38 + cat /w/workspace/app-functions-sdk-go/215/archives/cost.csv [Pipeline] lock 18:11:38 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-215-stack-cost] 18:11:38 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-215-stack-cost] did not exist. Created. 18:11:38 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-215-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:11:38 + echo total: 0.029999999329447746 [Pipeline] stash 18:11:39 Stashed 1 file(s) [Pipeline] } 18:11:39 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-215-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:11:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.078s coverage: 81.9% of statements 18:11:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.037s coverage: 94.4% of statements 18:11:40 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:11:43 gofmt -l . 18:11:43 [ "`gofmt -l .`" = "" ] 18:11:43 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:11:43 $ docker stop --time=1 e57e480980dad91dde96bd69ee9b2d8e57b76d582b49ffa1a1602e7274ed0bd2 18:11:45 $ docker rm -f e57e480980dad91dde96bd69ee9b2d8e57b76d582b49ffa1a1602e7274ed0bd2 [Pipeline] // withDockerContainer [Pipeline] sh 18:11:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:11:46 Warning: overwriting stash ‘coverage-report’ 18:11:47 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:11:48 ---> job-cost.sh 18:11:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FwhN 18:12:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:14:04 lf-activate-venv(): INFO: Adding /tmp/venv-FwhN/bin to PATH 18:14:04 INFO: No Stack... 18:14:04 INFO: Retrieving Pricing Info for: lf-standard-4 18:14:04 INFO: Archiving Costs [Pipeline] sh 18:14:04 + + cutcat -d, -f6 18:14:04 /w/workspace/app-functions-sdk-go/215/archives/cost.csv [Pipeline] lock 18:14:04 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-215-stack-cost] 18:14:04 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-215-stack-cost] did not exist. Created. 18:14:04 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-215-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:14:05 /w/workspace/app-functions-sdk-go/215@tmp/durable-684023c7/script.sh: 1: /w/workspace/app-functions-sdk-go/215@tmp/durable-684023c7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:14:05 + echo total: 0.20999999344348907 [Pipeline] stash 18:14:05 Warning: overwriting stash ‘stack-cost’ 18:14:05 Stashed 1 file(s) [Pipeline] } 18:14:05 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-215-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:14:06 provisioning config files... 18:14:06 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2767719210047026401tmp [Pipeline] { [Pipeline] sh 18:14:07 + set +x 18:14:07 + curl -s https://codecov.io/bash 18:14:07 + bash -s -- 18:14:07 18:14:07 _____ _ 18:14:07 / ____| | | 18:14:07 | | ___ __| | ___ ___ _____ __ 18:14:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:14:07 | |___| (_) | (_| | __/ (_| (_) \ V / 18:14:07 \_____\___/ \__,_|\___|\___\___/ \_/ 18:14:07 Bash-1.0.2 18:14:07 18:14:07 18:14:07 ==> git version 2.24.3 found 18:14:07 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:14:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:14:07 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:14:07 ==> Jenkins CI detected. 18:14:07 project root: . 18:14:07 --> token set from env 18:14:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:14:07 ==> Running gcov in . (disable via -X gcov) 18:14:07 ==> Python coveragepy not found 18:14:07 ==> Searching for coverage reports in: 18:14:07 + . 18:14:07 -> Found 2 reports 18:14:07 ==> Detecting git/mercurial file structure 18:14:07 ==> Reading reports 18:14:07 + ./app-service-template/coverage.out bytes=1055 18:14:07 + ./coverage.out bytes=86827 18:14:07 ==> Appending adjustments 18:14:07 https://docs.codecov.io/docs/fixing-reports 18:14:08 + Found adjustments 18:14:08 ==> Gzipping contents 18:14:08 16K /tmp/codecov.3sDn6D.gz 18:14:08 ==> Uploading reports 18:14:08 url: https://codecov.io 18:14:08 query: branch=master&commit=93c26ee21773a08251a9c88cc59f9e9b66bbc9bd&build=215&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F215%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:14:08 -> Pinging Codecov 18:14:08 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=93c26ee21773a08251a9c88cc59f9e9b66bbc9bd&build=215&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F215%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:14:08 -> Uploading to 18:14:08 https://storage.googleapis.com/codecov/v4/raw/2021-04-22/3D8B5DFFC46A037C893635FACE044666/93c26ee21773a08251a9c88cc59f9e9b66bbc9bd/f26a30c2-6e28-4cb4-9950-6f759ce69014.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210422%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210422T181408Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=042dec481b2f35bc4b42f19a77873c57d28b1e6488f30f1e7582bf576b77f609 18:14:08 % Total % Received % Xferd Average Speed Time Time Time Current 18:14:08 Dload Upload Total Spent Left Speed 18:14:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15284 0 0 100 15284 0 34950 --:--:-- --:--:-- --:--:-- 34974 18:14:09 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/93c26ee21773a08251a9c88cc59f9e9b66bbc9bd [Pipeline] } 18:14:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:14:10 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:14:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:14:10 18:14:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:14:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:14:11 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:14:11 188c0c94c7c5: Pulling fs layer 18:14:11 0ef7d3d256c8: Pulling fs layer 18:14:11 de9db76c5a1d: Pulling fs layer 18:14:11 0eba1c9be4d2: Pulling fs layer 18:14:11 0d57e429df01: Pulling fs layer 18:14:11 4e4be7b47b0d: Pulling fs layer 18:14:11 e1f770b5df2f: Pulling fs layer 18:14:11 85a0685a4137: Pulling fs layer 18:14:11 0d57e429df01: Waiting 18:14:11 4e4be7b47b0d: Waiting 18:14:11 e1f770b5df2f: Waiting 18:14:11 85a0685a4137: Waiting 18:14:11 0eba1c9be4d2: Waiting 18:14:11 de9db76c5a1d: Verifying Checksum 18:14:11 de9db76c5a1d: Download complete 18:14:11 0ef7d3d256c8: Download complete 18:14:11 0d57e429df01: Verifying Checksum 18:14:11 0d57e429df01: Download complete 18:14:11 4e4be7b47b0d: Verifying Checksum 18:14:11 4e4be7b47b0d: Download complete 18:14:11 188c0c94c7c5: Download complete 18:14:11 188c0c94c7c5: Pull complete 18:14:11 0ef7d3d256c8: Pull complete 18:14:12 de9db76c5a1d: Pull complete 18:14:13 e1f770b5df2f: Download complete 18:14:15 0eba1c9be4d2: Verifying Checksum 18:14:15 0eba1c9be4d2: Download complete 18:14:16 85a0685a4137: Verifying Checksum 18:14:16 85a0685a4137: Download complete 18:14:28 0eba1c9be4d2: Pull complete 18:14:28 0d57e429df01: Pull complete 18:14:28 4e4be7b47b0d: Pull complete 18:14:30 e1f770b5df2f: Pull complete 18:14:42 85a0685a4137: Pull complete 18:14:42 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:14:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:14:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:14:43 prd-centos7-docker-4c-2g-1478 does not seem to be running inside a container 18:14:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:14:44 $ docker top 3f7528948ab6e20f8d743a319f817edc1fda7bba3cfc665dceefcd399c2b1130 -eo pid,comm [Pipeline] { [Pipeline] echo 18:14:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:14:45 + set -o pipefail 18:14:45 + snyk monitor '--org=edgex-jenkins' 18:15:03 18:15:03 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 18:15:03 18:15:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/0059ff56-cfea-49cf-80ff-258b781fe5f2 18:15:03 18:15:03 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:15:03 18:15:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:15:03 18:15:03 [Pipeline] } 18:15:03 $ docker stop --time=1 3f7528948ab6e20f8d743a319f817edc1fda7bba3cfc665dceefcd399c2b1130 18:15:06 $ docker rm -f 3f7528948ab6e20f8d743a319f817edc1fda7bba3cfc665dceefcd399c2b1130 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:15:07 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:15:07 provisioning config files... 18:15:07 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config891955309867147517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:15:08 --> edgex-publish-swagger.sh 18:15:08 === Publish openapi/v2 API === 18:15:08 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:15:08 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 18:15:08 % Total % Received % Xferd Average Speed Time Time Time Current 18:15:08 Dload Upload Total Spent Left Speed 18:15:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 8645 0:00:01 0:00:01 --:--:-- 8660 100 13052 0 0 100 13052 0 8552 0:00:01 0:00:01 --:--:-- 8564 18:15:10 18:15:10 [Pipeline] } 18:15:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:15:10 + git log --format=format:%s -1 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd [Pipeline] isUnix [Pipeline] sh 18:15:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:15:10 . [Pipeline] withDockerContainer 18:15:11 prd-centos7-docker-4c-2g-1478 does not seem to be running inside a container 18:15:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:15:12 $ docker top dfea3b60a158d347dce8f5255da5c2d1d8566e1030538ef7af1292909f05ef86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:15:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:15:12 [ssh-agent] Looking for ssh-agent implementation... 18:15:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:15:12 $ docker exec dfea3b60a158d347dce8f5255da5c2d1d8566e1030538ef7af1292909f05ef86 ssh-agent 18:15:13 SSH_AUTH_SOCK=/tmp/ssh-wxBc3Q1K9eSq/agent.13 18:15:13 SSH_AGENT_PID=18 18:15:13 Running ssh-add (command line suppressed) 18:15:13 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_612988305900907639.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_612988305900907639.key) 18:15:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:15:14 + git semver tag 18:15:14 # -> Open(): unable to determine branch for HEAD 18:15:14 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:15:14 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:15:14 # $SEMVER_REMOTE_NAME = origin 18:15:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:15:14 # $SEMVER_USER_NAME = edgex-jenkins 18:15:14 # $SEMVER_BRANCH = master 18:15:14 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:15:14 # 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd HEAD 18:15:14 # -> Force: false 18:15:14 # 20ab03408df3a0e25ddd51429b0894f498daa766 refs/tags/v2.0.0-dev.46 [Pipeline] } 18:15:14 $ docker exec --env ******** --env ******** dfea3b60a158d347dce8f5255da5c2d1d8566e1030538ef7af1292909f05ef86 ssh-agent -k 18:15:15 unset SSH_AUTH_SOCK; 18:15:15 unset SSH_AGENT_PID; 18:15:15 echo Agent pid 18 killed; 18:15:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:15:16 + git semver [Pipeline] } 18:15:16 $ docker stop --time=1 dfea3b60a158d347dce8f5255da5c2d1d8566e1030538ef7af1292909f05ef86 18:15:18 $ docker rm -f dfea3b60a158d347dce8f5255da5c2d1d8566e1030538ef7af1292909f05ef86 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:15:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:15:19 18:15:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:15:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:15:19 0.23.1-centos7: Pulling from edgex-lftools 18:15:19 ab5ef0e58194: Pulling fs layer 18:15:19 9712f1f96733: Pulling fs layer 18:15:19 63f879dbbcfc: Pulling fs layer 18:15:19 0d9ebad4ef96: Pulling fs layer 18:15:19 e9a5061849ea: Pulling fs layer 18:15:19 d747dcd14b5f: Pulling fs layer 18:15:19 2de7ff778b66: Pulling fs layer 18:15:19 0d9ebad4ef96: Waiting 18:15:19 e9a5061849ea: Waiting 18:15:19 d747dcd14b5f: Waiting 18:15:19 2de7ff778b66: Waiting 18:15:19 9712f1f96733: Verifying Checksum 18:15:19 9712f1f96733: Download complete 18:15:21 63f879dbbcfc: Verifying Checksum 18:15:21 63f879dbbcfc: Download complete 18:15:21 e9a5061849ea: Verifying Checksum 18:15:21 e9a5061849ea: Download complete 18:15:21 d747dcd14b5f: Download complete 18:15:22 0d9ebad4ef96: Verifying Checksum 18:15:22 0d9ebad4ef96: Download complete 18:15:22 2de7ff778b66: Verifying Checksum 18:15:22 2de7ff778b66: Download complete 18:15:22 ab5ef0e58194: Verifying Checksum 18:15:22 ab5ef0e58194: Download complete 18:15:29 ab5ef0e58194: Pull complete 18:15:29 9712f1f96733: Pull complete 18:15:32 63f879dbbcfc: Pull complete 18:15:42 0d9ebad4ef96: Pull complete 18:15:44 e9a5061849ea: Pull complete 18:15:45 d747dcd14b5f: Pull complete 18:15:49 2de7ff778b66: Pull complete 18:15:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:15:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:15:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:15:50 prd-centos7-docker-4c-2g-1478 does not seem to be running inside a container 18:15:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:15:54 $ docker top 99c7b56837f9b739bc6e2e0a6e78230b4d02ebd96a8b45c581e5f7cb7b9b804e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:15:54 provisioning config files... 18:15:54 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3001288843485778105tmp 18:15:54 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5375338413621414883tmp 18:15:54 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config780406452459661015tmp [Pipeline] { [Pipeline] echo 18:15:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:15:54 ---> sigul-configuration.sh 18:15:55 gpg: directory `/root/.gnupg' created 18:15:55 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:15:55 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:15:55 gpg: keyring `/root/.gnupg/secring.gpg' created 18:15:55 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:15:55 gpg: CAST5 encrypted data 18:15:55 gpg: encrypted with 1 passphrase 18:15:55 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:15:55 + mkdir /home/jenkins 18:15:55 + mkdir /home/jenkins/sigul [Pipeline] sh 18:15:55 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:15:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:15:56 ---> sigul-install.sh 18:16:08 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:16:09 + git tag --list 18:16:09 v0.1.0 18:16:09 v0.1.1 18:16:09 v1.0.0 18:16:09 v1.1.0 18:16:09 v1.2.0 18:16:09 v1.3.0 18:16:09 v1.3.1 18:16:09 v1.3.1-dev.1 18:16:09 v1.3.2-dev.1 18:16:09 v2.0.0-dev.1 18:16:09 v2.0.0-dev.10 18:16:09 v2.0.0-dev.11 18:16:09 v2.0.0-dev.12 18:16:09 v2.0.0-dev.13 18:16:09 v2.0.0-dev.14 18:16:09 v2.0.0-dev.15 18:16:09 v2.0.0-dev.16 18:16:09 v2.0.0-dev.17 18:16:09 v2.0.0-dev.18 18:16:09 v2.0.0-dev.19 18:16:09 v2.0.0-dev.2 18:16:09 v2.0.0-dev.20 18:16:09 v2.0.0-dev.21 18:16:09 v2.0.0-dev.22 18:16:09 v2.0.0-dev.23 18:16:09 v2.0.0-dev.24 18:16:09 v2.0.0-dev.25 18:16:09 v2.0.0-dev.26 18:16:09 v2.0.0-dev.27 18:16:09 v2.0.0-dev.28 18:16:09 v2.0.0-dev.29 18:16:09 v2.0.0-dev.3 18:16:09 v2.0.0-dev.30 18:16:09 v2.0.0-dev.31 18:16:09 v2.0.0-dev.32 18:16:09 v2.0.0-dev.33 18:16:09 v2.0.0-dev.34 18:16:09 v2.0.0-dev.35 18:16:09 v2.0.0-dev.36 18:16:09 v2.0.0-dev.37 18:16:09 v2.0.0-dev.38 18:16:09 v2.0.0-dev.39 18:16:09 v2.0.0-dev.4 18:16:09 v2.0.0-dev.40 18:16:09 v2.0.0-dev.41 18:16:09 v2.0.0-dev.42 18:16:09 v2.0.0-dev.43 18:16:09 v2.0.0-dev.44 18:16:09 v2.0.0-dev.45 18:16:09 v2.0.0-dev.46 18:16:09 v2.0.0-dev.5 18:16:09 v2.0.0-dev.6 18:16:09 v2.0.0-dev.7 18:16:09 v2.0.0-dev.8 18:16:09 v2.0.0-dev.9 [Pipeline] sh 18:16:09 + lftools sign git-tag v2.0.0-dev.46 18:16:13 Signing Git tag with Sigul... 18:16:13 Signing v2.0.0-dev.46 [Pipeline] echo 18:16:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:16:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:16:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:16:15 $ docker stop --time=1 99c7b56837f9b739bc6e2e0a6e78230b4d02ebd96a8b45c581e5f7cb7b9b804e 18:16:18 $ docker rm -f 99c7b56837f9b739bc6e2e0a6e78230b4d02ebd96a8b45c581e5f7cb7b9b804e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:16:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:16:19 . [Pipeline] withDockerContainer 18:16:19 prd-centos7-docker-4c-2g-1478 does not seem to be running inside a container 18:16: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:16:21 $ docker top 6b5a7c4e6f0644498964465291dab9986aea76a8087d52f3bd1047dfeeec0417 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:16:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:16:22 [ssh-agent] Looking for ssh-agent implementation... 18:16:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:16:23 $ docker exec 6b5a7c4e6f0644498964465291dab9986aea76a8087d52f3bd1047dfeeec0417 ssh-agent 18:16:23 SSH_AUTH_SOCK=/tmp/ssh-q3WoxKmxEhar/agent.11 18:16:23 SSH_AGENT_PID=16 18:16:23 Running ssh-add (command line suppressed) 18:16:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6114882042118054417.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6114882042118054417.key) 18:16:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:16:24 + git semver bump pre 18:16:24 # -> Open(): unable to determine branch for HEAD 18:16:24 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:16:24 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:16:24 # $SEMVER_REMOTE_NAME = origin 18:16:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:16:24 # $SEMVER_USER_NAME = edgex-jenkins 18:16:24 # $SEMVER_BRANCH = master 18:16:24 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:16:24 2.0.0-dev.47 [Pipeline] } 18:16:24 $ docker exec --env ******** --env ******** 6b5a7c4e6f0644498964465291dab9986aea76a8087d52f3bd1047dfeeec0417 ssh-agent -k 18:16:24 unset SSH_AUTH_SOCK; 18:16:24 unset SSH_AGENT_PID; 18:16:24 echo Agent pid 16 killed; 18:16:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:16:25 + git semver [Pipeline] } 18:16:25 $ docker stop --time=1 6b5a7c4e6f0644498964465291dab9986aea76a8087d52f3bd1047dfeeec0417 18:16:26 $ docker rm -f 6b5a7c4e6f0644498964465291dab9986aea76a8087d52f3bd1047dfeeec0417 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:16:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:16:27 . [Pipeline] withDockerContainer 18:16:27 prd-centos7-docker-4c-2g-1478 does not seem to be running inside a container 18:16:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:16:29 $ docker top 420cecdef5bd22880af307d5c4c61c52e37a9ef679aa84cd631a906ed55df1b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:16:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:16:29 [ssh-agent] Looking for ssh-agent implementation... 18:16:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:16:30 $ docker exec 420cecdef5bd22880af307d5c4c61c52e37a9ef679aa84cd631a906ed55df1b7 ssh-agent 18:16:31 SSH_AUTH_SOCK=/tmp/ssh-Rt6lBj7VDI9b/agent.11 18:16:31 SSH_AGENT_PID=16 18:16:31 Running ssh-add (command line suppressed) 18:16:31 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6786244478237967310.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6786244478237967310.key) 18:16:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:16:31 + git semver push 18:16:31 # -> Open(): unable to determine branch for HEAD 18:16:31 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:16:31 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:16:31 # $SEMVER_REMOTE_NAME = origin 18:16:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:16:31 # $SEMVER_USER_NAME = edgex-jenkins 18:16:31 # $SEMVER_BRANCH = master 18:16:31 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:16:37 $ docker exec --env ******** --env ******** 420cecdef5bd22880af307d5c4c61c52e37a9ef679aa84cd631a906ed55df1b7 ssh-agent -k 18:16:37 unset SSH_AUTH_SOCK; 18:16:37 unset SSH_AGENT_PID; 18:16:37 echo Agent pid 16 killed; 18:16:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:16:37 + git semver [Pipeline] } 18:16:37 $ docker stop --time=1 420cecdef5bd22880af307d5c4c61c52e37a9ef679aa84cd631a906ed55df1b7 18:16:39 $ docker rm -f 420cecdef5bd22880af307d5c4c61c52e37a9ef679aa84cd631a906ed55df1b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:16:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:16:42 ---> package-listing.sh 18:16:42 ++ facter osfamily 18:16:42 ++ tr '[:upper:]' '[:lower:]' 18:16:42 + OS_FAMILY=redhat 18:16:42 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 18:16:42 + START_PACKAGES=/tmp/packages_start.txt 18:16:42 + END_PACKAGES=/tmp/packages_end.txt 18:16:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:16:42 + PACKAGES=/tmp/packages_start.txt 18:16:42 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:16:42 + PACKAGES=/tmp/packages_end.txt 18:16:42 + case "${OS_FAMILY}" in 18:16:42 + rpm -qa 18:16:42 + sort 18:16:49 + '[' -f /tmp/packages_start.txt ']' 18:16:49 + '[' -f /tmp/packages_end.txt ']' 18:16:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:16:49 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:16:49 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 18:16:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 18:16:49 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:16:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:16:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:16:50 18:16:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:16:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:16:50 alpine: Pulling from edgex-lftools-log-publisher 18:16:50 df20fa9351a1: Pulling fs layer 18:16:50 36b3adc4ff6f: Pulling fs layer 18:16:50 8ad3a11d3b57: Pulling fs layer 18:16:50 46f8f816bc3b: Pulling fs layer 18:16:50 93b61091891f: Pulling fs layer 18:16:50 93b9cdb0e59b: Pulling fs layer 18:16:50 5e14af77c1be: Pulling fs layer 18:16:50 01666e4c0597: Pulling fs layer 18:16:50 aa168da1d23b: Pulling fs layer 18:16:50 93b9cdb0e59b: Waiting 18:16:50 5e14af77c1be: Waiting 18:16:50 01666e4c0597: Waiting 18:16:50 46f8f816bc3b: Waiting 18:16:50 93b61091891f: Waiting 18:16:50 aa168da1d23b: Waiting 18:16:50 36b3adc4ff6f: Download complete 18:16:50 46f8f816bc3b: Download complete 18:16:50 df20fa9351a1: Verifying Checksum 18:16:50 93b9cdb0e59b: Verifying Checksum 18:16:50 93b9cdb0e59b: Download complete 18:16:50 5e14af77c1be: Verifying Checksum 18:16:50 5e14af77c1be: Download complete 18:16:50 01666e4c0597: Download complete 18:16:50 93b61091891f: Verifying Checksum 18:16:51 df20fa9351a1: Pull complete 18:16:51 8ad3a11d3b57: Verifying Checksum 18:16:51 8ad3a11d3b57: Download complete 18:16:51 36b3adc4ff6f: Pull complete 18:16:53 8ad3a11d3b57: Pull complete 18:16:53 46f8f816bc3b: Pull complete 18:16:54 93b61091891f: Pull complete 18:16:55 93b9cdb0e59b: Pull complete 18:16:55 5e14af77c1be: Pull complete 18:16:55 01666e4c0597: Pull complete 18:16:55 aa168da1d23b: Verifying Checksum 18:16:55 aa168da1d23b: Download complete 18:17:11 aa168da1d23b: Pull complete 18:17:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:17:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:17:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:17:11 prd-centos7-docker-4c-2g-1478 does not seem to be running inside a container 18:17:11 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:17:15 $ docker top 4e339198b41a8fe9ae3c3930af5934939a2008a13e70147e01cda32cde5b92a2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:17:16 + touch /tmp/pre-build-complete [Pipeline] sh 18:17:16 + mkdir -p /var/log/sa [Pipeline] sh 18:17:17 + ls /var/log/sa-host 18:17:17 + sadf -c /var/log/sa-host/sa22 18:17:17 file_magic: OK 18:17:17 HZ: Using current value: 100 18:17:17 file_header: OK 18:17:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:17:17 Statistics: 18:17:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:17:17 File successfully converted to sysstat format version 12.2.1 18:17:17 + sadf -c /var/log/sa-host/sa23 18:17:17 file_magic: OK 18:17:17 HZ: Using current value: 100 18:17:17 file_header: OK 18:17:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:17:17 Statistics: 18:17:17 Hnuu...uuuununununu... 18:17:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:17:18 provisioning config files... 18:17:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7397960196703518753tmp [Pipeline] { [Pipeline] echo 18:17:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:17:18 ---> create-netrc.sh [Pipeline] } 18:17:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:17:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:17:19 ---> python-tools-install.sh [Pipeline] echo 18:17:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:17:19 ---> sudo-logs.sh 18:17:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:17:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:17:20 ---> job-cost.sh 18:17:20 lf-activate-venv: SKIPPING 18:17:20 DEBUG: total: 0.20999999344348907 18:17:20 INFO: Retrieving Stack Cost... 18:17:21 INFO: Retrieving Pricing Info for: v1-standard-2 18:17:21 INFO: Archiving Costs [Pipeline] echo 18:17:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:17:22 ---> logs-deploy.sh 18:17:22 lf-activate-venv: SKIPPING 18:17:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/215 18:17:22 INFO: archiving workspace using pattern(s): 18:17:24 Archives upload complete. 18:17:25 INFO: archiving logs to Nexus 18:17:26 ---> uname -a: 18:17:26 Linux prd-centos7-docker-4c-2g-1478.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:17:26 18:17:26 18:17:26 ---> lscpu: 18:17:26 Architecture: x86_64 18:17:26 CPU op-mode(s): 32-bit, 64-bit 18:17:26 Byte Order: Little Endian 18:17:26 Address sizes: 40 bits physical, 48 bits virtual 18:17:26 CPU(s): 4 18:17:26 On-line CPU(s) list: 0-3 18:17:26 Thread(s) per core: 1 18:17:26 Core(s) per socket: 1 18:17:26 Socket(s): 4 18:17:26 NUMA node(s): 1 18:17:26 Vendor ID: GenuineIntel 18:17:26 CPU family: 6 18:17:26 Model: 44 18:17:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:17:26 Stepping: 1 18:17:26 CPU MHz: 2933.438 18:17:26 BogoMIPS: 5866.87 18:17:26 Virtualization: VT-x 18:17:26 Hypervisor vendor: KVM 18:17:26 Virtualization type: full 18:17:26 L1d cache: 128 KiB 18:17:26 L1i cache: 128 KiB 18:17:26 L2 cache: 16 MiB 18:17:26 L3 cache: 64 MiB 18:17:26 NUMA node0 CPU(s): 0-3 18:17:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:17:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:17:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:17:26 Vulnerability Meltdown: Mitigation; PTI 18:17:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:17:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:17:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:17:26 Vulnerability Srbds: Not affected 18:17:26 Vulnerability Tsx async abort: Not affected 18:17:26 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:17:26 18:17:26 18:17:26 ---> nproc: 18:17:26 4 18:17:26 18:17:26 18:17:26 ---> df -h: 18:17:26 Filesystem Size Used Available Use% Mounted on 18:17:26 overlay 50.0G 8.6G 41.4G 17% / 18:17:26 tmpfs 64.0M 0 64.0M 0% /dev 18:17:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:17:26 shm 64.0M 0 64.0M 0% /dev/shm 18:17:26 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 18:17:26 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 18:17:26 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 18:17:26 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 18:17:26 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 18:17:26 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 18:17:26 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 18:17:26 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 18:17:26 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 18:17:26 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 18:17:26 18:17:26 18:17:26 ---> free -m: 18:17:26 total used free shared buff/cache available 18:17:26 Mem: 1837 854 156 0 826 918 18:17:26 Swap: 1023 4 1019 18:17:26 18:17:26 18:17:26 ---> ip addr: 18:17:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:17:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:17:26 inet 127.0.0.1/8 scope host lo 18:17:26 valid_lft forever preferred_lft forever 18:17:26 inet6 ::1/128 scope host 18:17:26 valid_lft forever preferred_lft forever 18:17:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:17:26 link/ether fa:16:3e:c9:33:f0 brd ff:ff:ff:ff:ff:ff 18:17:26 inet 10.30.122.58/23 brd 10.30.123.255 scope global dynamic eth0 18:17:26 valid_lft 85623sec preferred_lft 85623sec 18:17:26 inet6 fe80::f816:3eff:fec9:33f0/64 scope link 18:17:26 valid_lft forever preferred_lft forever 18:17:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:17:26 link/ether 02:42:08:76:53:9b brd ff:ff:ff:ff:ff:ff 18:17:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:17:26 valid_lft forever preferred_lft forever 18:17:26 inet6 fe80::42:8ff:fe76:539b/64 scope link 18:17:26 valid_lft forever preferred_lft forever 18:17:26 18:17:26 18:17:26 ---> sar -b -r -n DEV: 18:17:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 18:17:26 18:17:26 18:04:16 LINUX RESTART (4 CPU) 18:17:26 18:17:26 18:05:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:17:26 18:06:01 92.74 46.50 46.24 0.00 7999.46 5723.81 0.00 18:17:26 18:07:01 2.48 0.00 2.48 0.00 0.00 55.61 0.00 18:17:26 18:08:01 0.40 0.00 0.40 0.00 0.00 6.31 0.00 18:17:26 18:09:01 0.22 0.00 0.22 0.00 0.00 3.23 0.00 18:17:26 18:10:02 0.27 0.00 0.27 0.00 0.00 3.11 0.00 18:17:26 18:11:01 0.34 0.00 0.34 0.00 0.00 4.72 0.00 18:17:26 18:12:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 18:17:26 18:13:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 18:17:26 18:14:01 0.27 0.00 0.27 0.00 0.00 2.58 0.00 18:17:26 18:15:01 312.01 179.63 132.38 0.00 8384.05 38012.92 0.00 18:17:26 18:16:01 198.06 66.84 131.22 0.00 3922.24 30735.61 0.00 18:17:26 18:17:02 125.96 62.74 63.22 0.00 5117.48 14732.16 0.00 18:17:26 Average: 61.23 29.70 31.53 0.00 2115.55 7466.05 0.00 18:17:26 18:17:26 18:05:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:17:26 18:06:01 225076 0 620552 32.98 2620 1033296 1130708 38.59 420352 1035540 128 18:17:26 18:07:01 232896 0 612640 32.56 2620 1033388 1079828 36.85 419764 1030016 12 18:17:26 18:08:01 222408 0 623124 33.12 2620 1033392 1079980 36.86 437760 1022920 8 18:17:26 18:09:01 218228 0 627300 33.34 2620 1033396 1080288 36.87 443924 1020364 8 18:17:26 18:10:02 219724 0 625800 33.26 2620 1033400 1080084 36.86 450936 1011856 8 18:17:26 18:11:01 219104 0 626412 33.29 2620 1033408 1080180 36.86 459248 1004392 8 18:17:26 18:12:01 219572 0 625944 33.27 2620 1033408 1080084 36.86 458880 1004392 8 18:17:26 18:13:01 219900 0 625612 33.25 2620 1033412 1080084 36.86 458884 1004392 8 18:17:26 18:14:01 220076 0 625428 33.24 2620 1033420 1080084 36.86 458912 1004392 8 18:17:26 18:15:01 161048 0 746288 39.66 2596 971612 1211064 41.33 539280 901216 7964 18:17:26 18:16:01 74780 0 859428 45.68 1588 945748 1356324 46.29 621528 844836 8452 18:17:26 18:17:02 75764 0 872116 46.35 1492 932172 1617384 55.20 690132 776116 33524 18:17:26 Average: 192381 0 674220 35.83 2438 1012504 1163008 39.69 488300 971703 4178 18:17:26 18:17:26 18:05:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:17:26 18:06:01 eth0 478.34 365.03 1708.74 90.09 0.00 0.00 0.00 0.00 18:17:26 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:06:01 docker0 90.42 70.32 8.37 313.74 0.00 0.00 0.00 0.00 18:17:26 18:07:01 eth0 0.20 0.05 0.01 0.01 0.00 0.00 0.00 0.00 18:17:26 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:08:01 eth0 3.49 2.08 6.01 0.14 0.00 0.00 0.00 0.00 18:17:26 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:09:01 eth0 1.40 0.75 0.58 0.41 0.00 0.00 0.00 0.00 18:17:26 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:10:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:17:26 18:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:11:01 eth0 0.24 0.17 0.09 0.07 0.00 0.00 0.00 0.00 18:17:26 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:12:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:17:26 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:17:26 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:17:26 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:15:01 eth0 504.39 409.58 4463.88 70.79 0.00 0.00 0.00 0.00 18:17:26 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:15:01 veth390edc6 63.11 66.58 6.08 385.12 0.00 0.00 0.00 0.00 18:17:26 18:15:01 docker0 63.11 66.45 5.22 385.10 0.00 0.00 0.00 0.00 18:17:26 18:16:01 veth3a46128 16.79 29.74 1.14 138.85 0.00 0.00 0.00 0.00 18:17:26 18:16:01 eth0 405.79 310.18 3353.87 38.37 0.00 0.00 0.00 0.00 18:17:26 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:16:01 docker0 16.79 29.62 0.91 138.84 0.00 0.00 0.00 0.00 18:17:26 18:17:02 eth0 304.30 200.50 2311.84 69.00 0.00 0.00 0.00 0.00 18:17:26 18:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 18:17:02 docker0 33.52 59.45 2.04 109.05 0.00 0.00 0.00 0.00 18:17:26 Average: eth0 141.44 107.31 988.94 22.37 0.00 0.00 0.00 0.00 18:17:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:17:26 Average: docker0 16.92 18.79 1.37 78.76 0.00 0.00 0.00 0.00 18:17:26 18:17:26 18:17:26 ---> sar -P ALL: 18:17:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 18:17:26 18:17:26 18:04:16 LINUX RESTART (4 CPU) 18:17:26 18:17:26 18:05:02 CPU %user %nice %system %iowait %steal %idle 18:17:26 18:06:01 all 15.01 0.00 6.89 3.34 19.68 55.07 18:17:26 18:06:01 0 17.41 0.00 7.65 3.14 19.31 52.49 18:17:26 18:06:01 1 13.63 0.00 6.76 3.75 19.84 56.01 18:17:26 18:06:01 2 12.02 0.00 6.12 2.27 20.59 58.99 18:17:26 18:06:01 3 17.18 0.00 7.08 4.23 18.92 52.59 18:17:26 18:07:01 all 0.12 0.00 0.06 0.00 0.12 99.70 18:17:26 18:07:01 0 0.00 0.00 0.03 0.00 0.07 99.90 18:17:26 18:07:01 1 0.05 0.00 0.10 0.00 0.13 99.72 18:17:26 18:07:01 2 0.40 0.00 0.05 0.00 0.18 99.37 18:17:26 18:07:01 3 0.03 0.00 0.07 0.00 0.08 99.82 18:17:26 18:08:01 all 0.14 0.00 0.05 0.00 0.75 99.07 18:17:26 18:08:01 0 0.27 0.00 0.05 0.00 0.45 99.24 18:17:26 18:08:01 1 0.07 0.00 0.05 0.00 1.15 98.73 18:17:26 18:08:01 2 0.15 0.00 0.03 0.00 0.12 99.70 18:17:26 18:08:01 3 0.07 0.00 0.05 0.00 1.27 98.62 18:17:26 18:09:01 all 0.14 0.00 0.04 0.00 0.29 99.53 18:17:26 18:09:01 0 0.05 0.00 0.05 0.00 0.63 99.27 18:17:26 18:09:01 1 0.03 0.00 0.07 0.00 0.22 99.68 18:17:26 18:09:01 2 0.45 0.00 0.05 0.00 0.25 99.25 18:17:26 18:09:01 3 0.02 0.00 0.00 0.00 0.07 99.92 18:17:26 18:10:02 all 0.11 0.00 0.12 0.00 0.57 99.20 18:17:26 18:10:02 0 0.02 0.00 0.03 0.00 0.56 99.39 18:17:26 18:10:02 1 0.03 0.00 0.15 0.00 0.45 99.37 18:17:26 18:10:02 2 0.28 0.00 0.05 0.00 0.91 98.76 18:17:26 18:10:02 3 0.12 0.00 0.25 0.00 0.37 99.27 18:17:26 18:11:01 all 0.14 0.00 0.19 0.00 0.54 99.14 18:17:26 18:11:01 0 0.08 0.00 0.25 0.00 0.64 99.02 18:17:26 18:11:01 1 0.03 0.00 0.22 0.00 0.46 99.29 18:17:26 18:11:01 2 0.39 0.00 0.20 0.00 0.56 98.85 18:17:26 18:11:01 3 0.03 0.00 0.08 0.00 0.49 99.39 18:17:26 18:12:01 all 0.14 0.00 0.02 0.00 0.04 99.80 18:17:26 18:12:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:17:26 18:12:01 1 0.03 0.00 0.02 0.00 0.03 99.92 18:17:26 18:12:01 2 0.50 0.00 0.03 0.00 0.05 99.42 18:17:26 18:12:01 3 0.02 0.00 0.02 0.00 0.05 99.92 18:17:26 18:13:01 all 0.15 0.00 0.03 0.00 0.18 99.64 18:17:26 18:13:01 0 0.02 0.00 0.02 0.00 0.13 99.83 18:17:26 18:13:01 1 0.07 0.00 0.07 0.00 0.51 99.35 18:17:26 18:13:01 2 0.48 0.00 0.03 0.00 0.05 99.43 18:17:26 18:13:01 3 0.03 0.00 0.00 0.00 0.02 99.95 18:17:26 18:14:01 all 0.12 0.00 0.04 0.00 0.46 99.37 18:17:26 18:14:01 0 0.03 0.00 0.07 0.00 0.96 98.94 18:17:26 18:14:01 1 0.02 0.00 0.03 0.00 0.40 99.55 18:17:26 18:14:01 2 0.43 0.00 0.03 0.00 0.36 99.17 18:17:26 18:14:01 3 0.02 0.00 0.02 0.00 0.13 99.83 18:17:26 18:15:01 all 8.20 0.00 6.78 3.28 16.90 64.84 18:17:26 18:15:01 0 7.15 0.00 6.31 2.94 16.97 66.63 18:17:26 18:15:01 1 9.48 0.00 6.49 3.76 16.49 63.78 18:17:26 18:15:01 2 7.25 0.00 5.99 3.63 16.55 66.58 18:17:26 18:15:01 3 8.93 0.00 8.39 2.76 17.61 62.30 18:17:26 18:16:01 all 7.28 0.00 8.12 2.71 14.67 67.21 18:17:26 18:16:01 0 6.92 0.00 8.35 2.30 14.59 67.84 18:17:26 18:16:01 1 6.29 0.00 6.16 2.64 14.79 70.12 18:17:26 18:16:01 2 7.86 0.00 8.83 4.87 14.84 63.60 18:17:26 18:16:01 3 8.10 0.00 9.20 1.06 14.46 67.19 18:17:26 18:17:26 18:16:01 CPU %user %nice %system %iowait %steal %idle 18:17:26 18:17:02 all 6.51 0.00 5.88 2.55 16.09 68.97 18:17:26 18:17:02 0 6.63 0.00 6.03 1.02 16.79 69.54 18:17:26 18:17:02 1 8.25 0.00 6.00 1.11 15.94 68.70 18:17:26 18:17:02 2 4.88 0.00 5.34 4.72 15.82 69.25 18:17:26 18:17:02 3 6.27 0.00 6.16 3.38 15.80 68.39 18:17:26 Average: all 3.20 0.00 2.38 1.00 5.92 87.51 18:17:26 Average: 0 3.21 0.00 2.42 0.78 5.97 87.62 18:17:26 Average: 1 3.23 0.00 2.22 0.95 5.98 87.62 18:17:26 Average: 2 2.96 0.00 2.26 1.31 5.95 87.52 18:17:26 Average: 3 3.39 0.00 2.61 0.95 5.77 87.28 18:17:26 18:17:26 18:17:26