Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6d0fca7ca15f421386e8388e0dbfef05184fe59b 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16634 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 Checking out Revision 6d0fca7ca15f421386e8388e0dbfef05184fe59b (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d0fca7ca15f421386e8388e0dbfef05184fe59b # timeout=10 Commit message: "ci: standardize dockerfiles (#610)" > git rev-list --no-walk d78c271fc58e0b0b1163e796583a0e1e72dfcd52 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:49:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:49:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:49:50 ========================================================= 21:49:50 EdgeX Global Pipelines Version Info 21:49:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:49:52 ------------------- 21:49:52 stable info: 21:49:52 ------------------- 21:49:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:49:52 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:49:52 Message: update stable to v1.0.173 21:49:53 ------------------- 21:49:53 experimental info: 21:49:53 ------------------- 21:49:53 Commited By: **** collab-it+edgex@linuxfoundation.org 21:49:53 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:49:53 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:49:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 21:49:54 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 21:49:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:49:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:49:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:49:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:49:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:49:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:49:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:49:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:49:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:49:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 21:49:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:49:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:49:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:49:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:49:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:49:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:49:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:49:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:49:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:49:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:49:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:49:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:49:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:49:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:49:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:49:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:49:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:49:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:49:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d0fca7ca15f421386e8388e0dbfef05184fe59b [Pipeline] echo 21:49:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d0fca7 [Pipeline] echo 21:49:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:49:58 + git log --format=format:%s -1 6d0fca7ca15f421386e8388e0dbfef05184fe59b [Pipeline] echo 21:49:58 GIT_COMMIT: 6d0fca7ca15f421386e8388e0dbfef05184fe59b, Commit Message: ci: standardize dockerfiles (#610) [Pipeline] echo 21:49:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:49:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:50:00 21:50:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:50:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:50:00 latest: Pulling from edgex-devops/git-semver 21:50:00 31603596830f: Pulling fs layer 21:50:00 2a8b12db71e7: Pulling fs layer 21:50:00 6ca5941a6612: Pulling fs layer 21:50:00 ecc8261a40a4: Pulling fs layer 21:50:00 ecc8261a40a4: Waiting 21:50:00 2a8b12db71e7: Verifying Checksum 21:50:00 2a8b12db71e7: Download complete 21:50:00 31603596830f: Verifying Checksum 21:50:00 31603596830f: Download complete 21:50:01 ecc8261a40a4: Verifying Checksum 21:50:01 ecc8261a40a4: Download complete 21:50:01 6ca5941a6612: Verifying Checksum 21:50:01 6ca5941a6612: Download complete 21:50:01 31603596830f: Pull complete 21:50:02 2a8b12db71e7: Pull complete 21:50:04 6ca5941a6612: Pull complete 21:50:04 ecc8261a40a4: Pull complete 21:50:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:50:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:50:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:50:04 prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container 21:50:04 $ 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 21:50:07 $ docker top 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:50:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:50:08 [ssh-agent] Looking for ssh-agent implementation... 21:50:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:50:08 $ docker exec 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 ssh-agent 21:50:09 SSH_AUTH_SOCK=/tmp/ssh-ovWgIimCVR3F/agent.11 21:50:09 SSH_AGENT_PID=17 21:50:09 Running ssh-add (command line suppressed) 21:50:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3798217719700511424.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3798217719700511424.key) 21:50:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:50:10 + git tag --points-at HEAD [Pipeline] } 21:50:10 $ docker exec --env ******** --env ******** 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 ssh-agent -k 21:50:10 unset SSH_AUTH_SOCK; 21:50:10 unset SSH_AGENT_PID; 21:50:10 echo Agent pid 17 killed; 21:50:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:50:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:50:10 [ssh-agent] Looking for ssh-agent implementation... 21:50:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:50:11 $ docker exec 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 ssh-agent 21:50:11 SSH_AUTH_SOCK=/tmp/ssh-QarObDfODeRh/agent.46 21:50:11 SSH_AGENT_PID=51 21:50:11 Running ssh-add (command line suppressed) 21:50:11 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3973131729320192346.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3973131729320192346.key) 21:50:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:50:12 + git semver init 21:50:12 # -> Open(): unable to determine branch for HEAD 21:50:12 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:50:12 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:50:12 # $SEMVER_REMOTE_NAME = origin 21:50:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:50:12 # $SEMVER_USER_NAME = edgex-jenkins 21:50:12 # $SEMVER_BRANCH = master 21:50:12 # $SEMVER_TEMP = /tmp/semver-222537682 21:50:12 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 21:50:16 # '/tmp/semver-222537682' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 21:50:16 # -> Force: false 21:50:16 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 21:50:17 $ docker exec --env ******** --env ******** 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 ssh-agent -k 21:50:17 unset SSH_AUTH_SOCK; 21:50:17 unset SSH_AGENT_PID; 21:50:17 echo Agent pid 51 killed; 21:50:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:50:18 + git semver [Pipeline] } 21:50:18 $ docker stop --time=1 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 21:50:20 $ docker rm -f 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 [Pipeline] // withDockerContainer [Pipeline] sh 21:50:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:50:22 Stashed 1 file(s) [Pipeline] echo 21:50:22 [edgeXSemver]: initialized semver on version 1.3.1-dev.7 [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 21:50:38 Still waiting to schedule task 21:50:38 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-16635’ is offline 21:50:38 Still waiting to schedule task 21:50:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:52:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16636 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 21:52:30 Running in /w/workspace/app-functions-sdk-go/156 [Pipeline] { [Pipeline] checkout 21:52:35 using credential edgex-jenkins-ssh 21:52:35 Cloning the remote Git repository 21:52:35 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:52:35 > git init /w/workspace/app-functions-sdk-go/156 # timeout=10 21:52:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:52:35 > git --version # timeout=10 21:52:35 > git --version # 'git version 2.17.1' 21:52:35 using GIT_SSH to set credentials SSH Credentials for GitHub 21:52:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:52:39 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:52:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:52:39 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:52:39 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:52:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:52:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:52:39 Checking out Revision 6d0fca7ca15f421386e8388e0dbfef05184fe59b (master) 21:52:39 > git config core.sparsecheckout # timeout=10 21:52:39 > git checkout -f 6d0fca7ca15f421386e8388e0dbfef05184fe59b # timeout=10 21:52:44 Commit message: "ci: standardize dockerfiles (#610)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:52:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:52:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:52:46 + sudo service docker restart 21:52:46 + true [Pipeline] unstash [Pipeline] echo 21:52:49 ========================================================= 21:52:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:52:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:52:49 + 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 . 21:52:50 Sending build context to Docker daemon 19.15MB 21:52:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:52:50 Step 2/8 : FROM ${BASE} 21:52:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:52:51 5f621e34cdf4: Pulling fs layer 21:52:51 a4357932f1b6: Pulling fs layer 21:52:51 18c013af1878: Pulling fs layer 21:52:51 00ac8860ef70: Pulling fs layer 21:52:51 63d7cb157983: Pulling fs layer 21:52:51 b116817d02f9: Pulling fs layer 21:52:51 745a02a5169b: Pulling fs layer 21:52:51 00ac8860ef70: Waiting 21:52:51 63d7cb157983: Waiting 21:52:51 b116817d02f9: Waiting 21:52:51 745a02a5169b: Waiting 21:52:51 18c013af1878: Verifying Checksum 21:52:51 18c013af1878: Download complete 21:52:51 a4357932f1b6: Verifying Checksum 21:52:51 a4357932f1b6: Download complete 21:52:51 63d7cb157983: Verifying Checksum 21:52:51 63d7cb157983: Download complete 21:52:51 b116817d02f9: Download complete 21:52:51 5f621e34cdf4: Verifying Checksum 21:52:51 5f621e34cdf4: Download complete 21:52:51 5f621e34cdf4: Pull complete 21:52:52 a4357932f1b6: Pull complete 21:52:52 18c013af1878: Pull complete 21:52:54 745a02a5169b: Verifying Checksum 21:52:54 745a02a5169b: Download complete 21:52:55 00ac8860ef70: Verifying Checksum 21:52:55 00ac8860ef70: Download complete 21:52:56 Running on prd-centos7-docker-4c-2g-16637 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 21:52:56 Running in /w/workspace/app-functions-sdk-go/156 [Pipeline] { [Pipeline] checkout 21:53:03 using credential edgex-jenkins-ssh 21:53:03 Cloning the remote Git repository 21:53:03 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:53:03 > git init /w/workspace/app-functions-sdk-go/156 # timeout=10 21:53:03 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:53:03 > git --version # timeout=10 21:53:03 > git --version # 'git version 2.24.3' 21:53:03 using GIT_SSH to set credentials SSH Credentials for GitHub 21:53:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:53:05 00ac8860ef70: Pull complete 21:53:05 63d7cb157983: Pull complete 21:53:05 b116817d02f9: Pull complete 21:53:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:53:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:53:08 Checking out Revision 6d0fca7ca15f421386e8388e0dbfef05184fe59b (master) 21:53:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:53:08 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:53:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:53:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:53:08 > git config core.sparsecheckout # timeout=10 21:53:08 > git checkout -f 6d0fca7ca15f421386e8388e0dbfef05184fe59b # timeout=10 21:53:10 745a02a5169b: Pull complete 21:53:10 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:53:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:53:10 ---> b7e6874047d6 21:53:10 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 21:53:10 20.10.0: Pulling from library/docker 21:53:10 a3cc7d3b244e: Pulling fs layer 21:53:10 02a3295e0d61: Pulling fs layer 21:53:10 0f4f2e6d8100: Pulling fs layer 21:53:10 330b718f631f: Pulling fs layer 21:53:10 a93816041522: Pulling fs layer 21:53:10 bdb6da89ff94: Pulling fs layer 21:53:10 2a70c0c122f4: Pulling fs layer 21:53:10 a93816041522: Waiting 21:53:10 bdb6da89ff94: Waiting 21:53:10 2a70c0c122f4: Waiting 21:53:10 330b718f631f: Waiting 21:53:10 0f4f2e6d8100: Download complete 21:53:10 02a3295e0d61: Download complete 21:53:10 a93816041522: Verifying Checksum 21:53:10 a3cc7d3b244e: Verifying Checksum 21:53:10 a3cc7d3b244e: Download complete 21:53:10 bdb6da89ff94: Verifying Checksum 21:53:10 bdb6da89ff94: Download complete 21:53:10 2a70c0c122f4: Verifying Checksum 21:53:10 2a70c0c122f4: Download complete 21:53:10 a3cc7d3b244e: Pull complete 21:53:11 02a3295e0d61: Pull complete 21:53:11 0f4f2e6d8100: Pull complete 21:53:11 330b718f631f: Verifying Checksum 21:53:11 330b718f631f: Download complete 21:53:12 Commit message: "ci: standardize dockerfiles (#610)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:53:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:53:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:53:15 + true 21:53:15 + sudo service docker restart 21:53:15 Redirecting to /bin/systemctl restart docker.service 21:53:16 330b718f631f: Pull complete 21:53:16 a93816041522: Pull complete 21:53:16 bdb6da89ff94: Pull complete 21:53:16 2a70c0c122f4: Pull complete 21:53:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:53:16 Status: Downloaded newer image for docker:20.10.0 [Pipeline] unstash [Pipeline] echo 21:53:17 ========================================================= 21:53:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:53:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:53:17 + 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 . 21:53:18 Sending build context to Docker daemon 19.15MB 21:53:18 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:53:18 Step 2/8 : FROM ${BASE} 21:53:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:53:18 188c0c94c7c5: Pulling fs layer 21:53:18 0ef7d3d256c8: Pulling fs layer 21:53:18 de9db76c5a1d: Pulling fs layer 21:53:18 bca2f99d35d6: Pulling fs layer 21:53:18 93359f2a8cfa: Pulling fs layer 21:53:18 7c6f9722023f: Pulling fs layer 21:53:18 a35cf1a2eb13: Pulling fs layer 21:53:18 93359f2a8cfa: Waiting 21:53:18 7c6f9722023f: Waiting 21:53:18 a35cf1a2eb13: Waiting 21:53:18 bca2f99d35d6: Waiting 21:53:18 de9db76c5a1d: Verifying Checksum 21:53:18 de9db76c5a1d: Download complete 21:53:18 0ef7d3d256c8: Verifying Checksum 21:53:18 0ef7d3d256c8: Download complete 21:53:18 93359f2a8cfa: Verifying Checksum 21:53:18 93359f2a8cfa: Download complete 21:53:18 7c6f9722023f: Verifying Checksum 21:53:18 7c6f9722023f: Download complete 21:53:18 188c0c94c7c5: Verifying Checksum 21:53:18 188c0c94c7c5: Download complete 21:53:19 188c0c94c7c5: Pull complete 21:53:20 0ef7d3d256c8: Pull complete 21:53:20 de9db76c5a1d: Pull complete 21:53:23 ---> 98dd8f8039cd 21:53:23 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:53:23 ---> Running in e0942face365 21:53:23 Removing intermediate container e0942face365 21:53:23 ---> d9f02d6b80d8 21:53:23 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:53:23 ---> Running in 7a0094e7e3e3 21:53:24 a35cf1a2eb13: Verifying Checksum 21:53:24 a35cf1a2eb13: Download complete 21:53:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:53:25 bca2f99d35d6: Verifying Checksum 21:53:25 bca2f99d35d6: Download complete 21:53:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:53:26 (1/5) Installing libsodium (1.0.18-r0) 21:53:26 (2/5) Installing libzmq (4.3.3-r0) 21:53:27 (3/5) Installing pkgconf (1.7.2-r0) 21:53:27 (4/5) Installing libsodium-dev (1.0.18-r0) 21:53:27 (5/5) Installing zeromq-dev (4.3.3-r0) 21:53:27 Executing busybox-1.31.1-r19.trigger 21:53:27 OK: 144 MiB in 44 packages 21:53:28 Removing intermediate container 7a0094e7e3e3 21:53:28 ---> 42c1d6092062 21:53:28 Step 6/8 : WORKDIR /build 21:53:28 ---> Running in c444caf7c684 21:53:29 Removing intermediate container c444caf7c684 21:53:29 ---> 34aabc1c2284 21:53:29 Step 7/8 : COPY go.mod . 21:53:30 ---> c5a640de4d25 21:53:30 Step 8/8 : RUN go mod download 21:53:30 ---> Running in 8b86e77541c1 21:53:37 bca2f99d35d6: Pull complete 21:53:37 93359f2a8cfa: Pull complete 21:53:37 7c6f9722023f: Pull complete 21:53:41 a35cf1a2eb13: Pull complete 21:53:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:53:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:53:41 ---> a62c8e92a672 21:53:41 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 21:53:41 20.10.0: Pulling from library/docker 21:53:41 05e7bc50f07f: Pulling fs layer 21:53:41 6db28d0fdbf6: Pulling fs layer 21:53:41 292df0bc6bf3: Pulling fs layer 21:53:41 2e060f4bd70b: Pulling fs layer 21:53:41 80e8d568a223: Pulling fs layer 21:53:41 8dc6ef1a942a: Pulling fs layer 21:53:41 2312dd95470a: Pulling fs layer 21:53:41 80e8d568a223: Waiting 21:53:41 8dc6ef1a942a: Waiting 21:53:41 2e060f4bd70b: Waiting 21:53:41 2312dd95470a: Waiting 21:53:41 292df0bc6bf3: Verifying Checksum 21:53:41 292df0bc6bf3: Download complete 21:53:41 6db28d0fdbf6: Verifying Checksum 21:53:41 6db28d0fdbf6: Download complete 21:53:41 05e7bc50f07f: Verifying Checksum 21:53:41 05e7bc50f07f: Download complete 21:53:41 80e8d568a223: Verifying Checksum 21:53:41 80e8d568a223: Download complete 21:53:41 8dc6ef1a942a: Verifying Checksum 21:53:41 8dc6ef1a942a: Download complete 21:53:41 2312dd95470a: Verifying Checksum 21:53:41 2312dd95470a: Download complete 21:53:42 05e7bc50f07f: Pull complete 21:53:42 6db28d0fdbf6: Pull complete 21:53:42 292df0bc6bf3: Pull complete 21:53:44 2e060f4bd70b: Verifying Checksum 21:53:44 2e060f4bd70b: Download complete 21:53:49 2e060f4bd70b: Pull complete 21:53:49 80e8d568a223: Pull complete 21:53:49 8dc6ef1a942a: Pull complete 21:53:49 2312dd95470a: Pull complete 21:53:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:53:49 Status: Downloaded newer image for docker:20.10.0 21:53:52 ---> 551411c8fc11 21:53:52 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:53:52 ---> Running in bda0326693c1 21:53:52 Removing intermediate container bda0326693c1 21:53:52 ---> e9c44e13c1ff 21:53:52 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:53:52 ---> Running in 7a98ed1dd00d 21:53:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:55 (1/5) Installing libsodium (1.0.18-r0) 21:53:55 (2/5) Installing libzmq (4.3.3-r0) 21:53:55 (3/5) Installing pkgconf (1.7.2-r0) 21:53:55 (4/5) Installing libsodium-dev (1.0.18-r0) 21:53:55 (5/5) Installing zeromq-dev (4.3.3-r0) 21:53:55 Executing busybox-1.31.1-r19.trigger 21:53:55 OK: 167 MiB in 44 packages 21:53:56 Removing intermediate container 7a98ed1dd00d 21:53:56 ---> db37c36901d9 21:53:56 Step 6/8 : WORKDIR /build 21:53:56 ---> Running in d34d22055612 21:53:56 Removing intermediate container d34d22055612 21:53:56 ---> d753356aa454 21:53:56 Step 7/8 : COPY go.mod . 21:53:56 Removing intermediate container 8b86e77541c1 21:53:56 ---> fd7f9f86e3f1 21:53:56 Successfully built fd7f9f86e3f1 21:53:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:53:57 ---> 16040c0c9f07 21:53:57 Step 8/8 : RUN go mod download 21:53:57 ---> Running in d91577b49c59 21:53:57 + docker inspect -f . ci-base-image-arm64 21:53:57 . [Pipeline] withDockerContainer 21:53:57 prd-ubuntu18.04-docker-arm64-4c-16g-16636 does not seem to be running inside a container 21:53:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/156 -v /w/workspace/app-functions-sdk-go/156:/w/workspace/app-functions-sdk-go/156:rw,z -v /w/workspace/app-functions-sdk-go/156@tmp:/w/workspace/app-functions-sdk-go/156@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:53:58 $ docker top eae70a408311b8cb9f526f5662d4014c85cc5e6ef91ed9cfdf400ff5ed74d671 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:00 + go version 21:54:00 go version go1.15.5 linux/arm64 [Pipeline] } 21:54:00 $ docker stop --time=1 eae70a408311b8cb9f526f5662d4014c85cc5e6ef91ed9cfdf400ff5ed74d671 21:54:02 $ docker rm -f eae70a408311b8cb9f526f5662d4014c85cc5e6ef91ed9cfdf400ff5ed74d671 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:03 + docker inspect -f . ci-base-image-arm64 21:54:03 . [Pipeline] withDockerContainer 21:54:03 prd-ubuntu18.04-docker-arm64-4c-16g-16636 does not seem to be running inside a container 21:54:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/156 -v /w/workspace/app-functions-sdk-go/156:/w/workspace/app-functions-sdk-go/156:rw,z -v /w/workspace/app-functions-sdk-go/156@tmp:/w/workspace/app-functions-sdk-go/156@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:54:04 $ docker top 534ee0a63d83282a851be83a16fdab355a7347f1a311fb47a931ba60804e8cc8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:05 + make test 21:54:05 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:54:07 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 21:54:24 Removing intermediate container d91577b49c59 21:54:24 ---> 420abd35dfa2 21:54:24 Successfully built 420abd35dfa2 21:54:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:54:24 + docker inspect -f . ci-base-image-x86_64 21:54:24 . [Pipeline] withDockerContainer 21:54:25 prd-centos7-docker-4c-2g-16637 does not seem to be running inside a container 21:54:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/156 -v /w/workspace/app-functions-sdk-go/156:/w/workspace/app-functions-sdk-go/156:rw,z -v /w/workspace/app-functions-sdk-go/156@tmp:/w/workspace/app-functions-sdk-go/156@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:54:27 $ docker top 187d2355d41b3d3d72769f60eec5f59a3dc00ab7b83e02393b10f06775ac02f2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:28 + go version 21:54:28 go version go1.15.5 linux/amd64 [Pipeline] } 21:54:28 $ docker stop --time=1 187d2355d41b3d3d72769f60eec5f59a3dc00ab7b83e02393b10f06775ac02f2 21:54:29 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.124s coverage: 86.2% of statements 21:54:29 $ docker rm -f 187d2355d41b3d3d72769f60eec5f59a3dc00ab7b83e02393b10f06775ac02f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:30 + docker inspect -f . ci-base-image-x86_64 21:54:30 . [Pipeline] withDockerContainer 21:54:31 prd-centos7-docker-4c-2g-16637 does not seem to be running inside a container 21:54:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/156 -v /w/workspace/app-functions-sdk-go/156:/w/workspace/app-functions-sdk-go/156:rw,z -v /w/workspace/app-functions-sdk-go/156@tmp:/w/workspace/app-functions-sdk-go/156@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:54:32 $ docker top d6b008443f334cbc97cd3c27caaba180630177f9b897d3ad2208e51c009b2d26 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:33 + make test 21:54:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:54:36 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 21:54:49 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.042s coverage: 86.2% of statements 21:54:56 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.053s coverage: 50.5% of statements 21:54:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 21:54:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 21:54:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.074s coverage: 54.7% of statements 21:54:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 21:54:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.034s coverage: 69.1% of statements 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.483s coverage: 61.6% of statements 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.012s coverage: 100.0% of statements 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.020s coverage: 100.0% of statements 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.014s coverage: 97.7% of statements 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 8.8% of statements 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.036s coverage: 50.5% of statements 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.038s coverage: 54.7% of statements 21:55:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 21:55:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.110s coverage: 69.1% of statements 21:55:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.940s coverage: 75.0% of statements 21:55:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 21:55:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.041s coverage: 89.7% of statements 21:55:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements 21:55:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.042s coverage: 80.5% of statements 21:55:05 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.021s coverage: 71.7% of statements 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.461s coverage: 61.6% of statements 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.008s coverage: 89.5% of statements 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.037s coverage: 100.0% of statements 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.043s coverage: 100.0% of statements 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.034s coverage: 100.0% of statements 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.023s coverage: 100.0% of statements 21:55:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 21:55:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 21:55:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 21:55:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 21:55:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 21:55:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 21:55:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.006s coverage: 97.7% of statements 21:55:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 21:55:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.029s coverage: 8.8% of statements 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.943s coverage: 75.0% of statements 21:55:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.055s coverage: 89.7% of statements 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.046s coverage: 88.9% of statements 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.051s coverage: 80.5% of statements 21:55:20 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.016s coverage: 71.7% of statements 21:55:32 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.057s coverage: 81.6% of statements 21:55:32 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 21:55:32 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:55:39 gofmt -l . 21:55:39 [ "`gofmt -l .`" = "" ] 21:55:39 ./bin/test-go-mod-tidy.sh [Pipeline] } 21:55:40 $ docker stop --time=1 534ee0a63d83282a851be83a16fdab355a7347f1a311fb47a931ba60804e8cc8 21:55:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.074s coverage: 81.6% of statements 21:55:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.020s coverage: 94.4% of statements 21:55:42 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:55:42 $ docker rm -f 534ee0a63d83282a851be83a16fdab355a7347f1a311fb47a931ba60804e8cc8 [Pipeline] // withDockerContainer [Pipeline] sh 21:55:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:55:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:55:46 gofmt -l . 21:55:46 [ "`gofmt -l .`" = "" ] 21:55:46 ./bin/test-go-mod-tidy.sh [Pipeline] } 21:55:47 $ docker stop --time=1 d6b008443f334cbc97cd3c27caaba180630177f9b897d3ad2208e51c009b2d26 21:55:49 $ docker rm -f d6b008443f334cbc97cd3c27caaba180630177f9b897d3ad2208e51c009b2d26 [Pipeline] // withDockerContainer [Pipeline] sh 21:55:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:55:50 Warning: overwriting stash ‘coverage-report’ 21:55:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:55:53 provisioning config files... 21:55:53 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3082417074192420047tmp [Pipeline] { [Pipeline] sh 21:55:53 + set +x 21:55:53 + curl -s https://codecov.io/bash 21:55:53 + bash -s -- 21:55:53 21:55:53 _____ _ 21:55:53 / ____| | | 21:55:53 | | ___ __| | ___ ___ _____ __ 21:55:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:55:53 | |___| (_) | (_| | __/ (_| (_) \ V / 21:55:53 \_____\___/ \__,_|\___|\___\___/ \_/ 21:55:53 Bash-20201217-3d3df35 21:55:53 21:55:53 21:55:53 git version 2.24.3 found 21:55:53 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 21:55:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:55:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 21:55:53 ==> Jenkins CI detected. 21:55:53 project root: . 21:55:53 --> token set from env 21:55:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:55:53 ==> Running gcov in . (disable via -X gcov) 21:55:53 ==> Python coveragepy not found 21:55:53 ==> Searching for coverage reports in: 21:55:53 + . 21:55:53 -> Found 1 reports 21:55:53 ==> Detecting git/mercurial file structure 21:55:53 ==> Reading reports 21:55:54 + ./coverage.out bytes=85267 21:55:54 ==> Appending adjustments 21:55:54 https://docs.codecov.io/docs/fixing-reports 21:55:54 + Found adjustments 21:55:54 ==> Gzipping contents 21:55:54 16K /tmp/codecov.dUKhVP.gz 21:55:54 ==> Uploading reports 21:55:54 url: https://codecov.io 21:55:54 query: branch=master&commit=6d0fca7ca15f421386e8388e0dbfef05184fe59b&build=156&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F156%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:55:54 -> Pinging Codecov 21:55:54 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=6d0fca7ca15f421386e8388e0dbfef05184fe59b&build=156&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F156%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:55:55 -> Uploading to 21:55:55 https://storage.googleapis.com/codecov/v4/raw/2020-12-17/3D8B5DFFC46A037C893635FACE044666/6d0fca7ca15f421386e8388e0dbfef05184fe59b/f721d6c1-b050-458f-b9e5-189aae9bf121.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201217T215555Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=830e7ee50fb1b1f33e7e2cd8cdbd0b6f1491410e9fa16ff92388ed3b8d383d35 21:55:55 % Total % Received % Xferd Average Speed Time Time Time Current 21:55:55 Dload Upload Total Spent Left Speed 21:55:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15091 0 0 100 15091 0 34393 --:--:-- --:--:-- --:--:-- 34454 21:55:55 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/6d0fca7ca15f421386e8388e0dbfef05184fe59b [Pipeline] } 21:55:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:55:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:55:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:55:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:55:57 21:55:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:55:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:55:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:55:57 188c0c94c7c5: Pulling fs layer 21:55:57 0ef7d3d256c8: Pulling fs layer 21:55:57 de9db76c5a1d: Pulling fs layer 21:55:57 0eba1c9be4d2: Pulling fs layer 21:55:57 0d57e429df01: Pulling fs layer 21:55:57 4e4be7b47b0d: Pulling fs layer 21:55:57 e1f770b5df2f: Pulling fs layer 21:55:57 85a0685a4137: Pulling fs layer 21:55:57 4e4be7b47b0d: Waiting 21:55:57 0eba1c9be4d2: Waiting 21:55:57 e1f770b5df2f: Waiting 21:55:57 85a0685a4137: Waiting 21:55:57 0d57e429df01: Waiting 21:55:57 de9db76c5a1d: Download complete 21:55:57 0ef7d3d256c8: Verifying Checksum 21:55:57 0ef7d3d256c8: Download complete 21:55:57 0d57e429df01: Verifying Checksum 21:55:57 0d57e429df01: Download complete 21:55:57 4e4be7b47b0d: Verifying Checksum 21:55:57 4e4be7b47b0d: Download complete 21:55:57 188c0c94c7c5: Verifying Checksum 21:55:57 188c0c94c7c5: Download complete 21:55:58 188c0c94c7c5: Pull complete 21:55:58 0ef7d3d256c8: Pull complete 21:55:59 de9db76c5a1d: Pull complete 21:55:59 e1f770b5df2f: Verifying Checksum 21:55:59 e1f770b5df2f: Download complete 21:56:04 0eba1c9be4d2: Verifying Checksum 21:56:04 0eba1c9be4d2: Download complete 21:56:04 85a0685a4137: Download complete 21:56:14 0eba1c9be4d2: Pull complete 21:56:14 0d57e429df01: Pull complete 21:56:14 4e4be7b47b0d: Pull complete 21:56:16 e1f770b5df2f: Pull complete 21:56:26 85a0685a4137: Pull complete 21:56:26 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:56:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:56:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:56:27 prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container 21:56:27 $ 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 21:56:28 $ docker top acec8abbc77f1baaaea4109ebe1ae355afa7d7faa7d15d115f726b272efe2c56 -eo pid,comm [Pipeline] { [Pipeline] echo 21:56:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:56:29 + set -o pipefail 21:56:29 + snyk monitor '--org=edgex-jenkins' 21:56:37 21:56:37 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 21:56:37 21:56:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/3c58c9e3-2aac-4ef7-842d-fa56ed11862b 21:56:37 21:56:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:56:37 21:56:37 21:56:37 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 21:56:37 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:56:37 $ docker stop --time=1 acec8abbc77f1baaaea4109ebe1ae355afa7d7faa7d15d115f726b272efe2c56 21:56:42 $ docker rm -f acec8abbc77f1baaaea4109ebe1ae355afa7d7faa7d15d115f726b272efe2c56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:56:43 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:56:43 provisioning config files... 21:56:43 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5070060584253282258tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:56:44 --> edgex-publish-swagger.sh 21:56:44 === Publish openapi/v2 API === 21:56:44 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 21:56:44 [publishToSwagger] Publishing API Name [app-functions-sdk] 21:56:44 % Total % Received % Xferd Average Speed Time Time Time Current 21:56:44 Dload Upload Total Spent Left Speed 21:56:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10233 0:00:01 0:00:01 --:--:-- 10247 100 13025 0 0 100 13025 0 10231 0:00:01 0:00:01 --:--:-- 10239 21:56:45 21:56:45 [Pipeline] } 21:56:45 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 21:56:46 + git log --format=format:%s -1 6d0fca7ca15f421386e8388e0dbfef05184fe59b [Pipeline] isUnix [Pipeline] sh 21:56:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:56:47 . [Pipeline] withDockerContainer 21:56:47 prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container 21:56:47 $ 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 21:56:48 $ docker top cf4a2f339950977875f4ad6f47319a701397d38c85f6507e75b14a575c12f3ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:56:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:56:48 [ssh-agent] Looking for ssh-agent implementation... 21:56:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:56:49 $ docker exec cf4a2f339950977875f4ad6f47319a701397d38c85f6507e75b14a575c12f3ad ssh-agent 21:56:49 SSH_AUTH_SOCK=/tmp/ssh-NAiTZ1PmXWi9/agent.12 21:56:49 SSH_AGENT_PID=17 21:56:49 Running ssh-add (command line suppressed) 21:56:49 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5518569033588603887.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5518569033588603887.key) 21:56:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:56:50 + git semver tag 21:56:50 # -> Open(): unable to determine branch for HEAD 21:56:50 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:56:50 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:56:50 # $SEMVER_REMOTE_NAME = origin 21:56:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:56:50 # $SEMVER_USER_NAME = edgex-jenkins 21:56:50 # $SEMVER_BRANCH = master 21:56:50 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 21:56:50 # 6d0fca7ca15f421386e8388e0dbfef05184fe59b HEAD 21:56:50 # -> Force: false 21:56:50 # a5e01681746af7fff36c7b8ea92da7a32ce9787c refs/tags/v1.3.1-dev.7 [Pipeline] } 21:56:50 $ docker exec --env ******** --env ******** cf4a2f339950977875f4ad6f47319a701397d38c85f6507e75b14a575c12f3ad ssh-agent -k 21:56:50 unset SSH_AUTH_SOCK; 21:56:50 unset SSH_AGENT_PID; 21:56:50 echo Agent pid 17 killed; 21:56:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:56:51 + git semver [Pipeline] } 21:56:51 $ docker stop --time=1 cf4a2f339950977875f4ad6f47319a701397d38c85f6507e75b14a575c12f3ad 21:56:53 $ docker rm -f cf4a2f339950977875f4ad6f47319a701397d38c85f6507e75b14a575c12f3ad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:56:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:56:54 21:56:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:56:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:56:54 0.23.1-centos7: Pulling from edgex-lftools 21:56:54 ab5ef0e58194: Pulling fs layer 21:56:54 9712f1f96733: Pulling fs layer 21:56:54 63f879dbbcfc: Pulling fs layer 21:56:54 0d9ebad4ef96: Pulling fs layer 21:56:54 e9a5061849ea: Pulling fs layer 21:56:54 d747dcd14b5f: Pulling fs layer 21:56:54 2de7ff778b66: Pulling fs layer 21:56:54 e9a5061849ea: Waiting 21:56:54 0d9ebad4ef96: Waiting 21:56:54 d747dcd14b5f: Waiting 21:56:54 2de7ff778b66: Waiting 21:56:54 9712f1f96733: Verifying Checksum 21:56:54 9712f1f96733: Download complete 21:56:58 63f879dbbcfc: Verifying Checksum 21:56:58 63f879dbbcfc: Download complete 21:56:58 e9a5061849ea: Download complete 21:56:58 d747dcd14b5f: Download complete 21:56:59 2de7ff778b66: Verifying Checksum 21:56:59 2de7ff778b66: Download complete 21:56:59 0d9ebad4ef96: Verifying Checksum 21:56:59 0d9ebad4ef96: Download complete 21:56:59 ab5ef0e58194: Verifying Checksum 21:56:59 ab5ef0e58194: Download complete 21:57:08 ab5ef0e58194: Pull complete 21:57:08 9712f1f96733: Pull complete 21:57:09 63f879dbbcfc: Pull complete 21:57:19 0d9ebad4ef96: Pull complete 21:57:21 e9a5061849ea: Pull complete 21:57:21 d747dcd14b5f: Pull complete 21:57:25 2de7ff778b66: Pull complete 21:57:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:57:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:57:25 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:57:25 prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container 21:57:25 $ 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 21:57:29 $ docker top e9eecd8104e8022441f80ef38c2a52799cf0b27d01801020e8a9fba881f4681f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:57:29 provisioning config files... 21:57:29 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8972178774878266832tmp 21:57:29 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config538136292213288922tmp 21:57:29 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2027104122698466168tmp [Pipeline] { [Pipeline] echo 21:57:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:57:30 ---> sigul-configuration.sh 21:57:30 gpg: directory `/root/.gnupg' created 21:57:30 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:57:30 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:57:30 gpg: keyring `/root/.gnupg/secring.gpg' created 21:57:30 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:57:30 gpg: CAST5 encrypted data 21:57:30 gpg: encrypted with 1 passphrase 21:57:30 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:57:31 + mkdir /home/jenkins 21:57:31 + mkdir /home/jenkins/sigul [Pipeline] sh 21:57:31 + 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 21:57:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:57:32 ---> sigul-install.sh 21:57:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:57:39 + git tag --list 21:57:39 v0.1.0 21:57:39 v0.1.1 21:57:39 v1.0.0 21:57:39 v1.1.0 21:57:39 v1.2.0 21:57:39 v1.2.1-dev.1 21:57:39 v1.2.1-dev.10 21:57:39 v1.2.1-dev.11 21:57:39 v1.2.1-dev.12 21:57:39 v1.2.1-dev.13 21:57:39 v1.2.1-dev.14 21:57:39 v1.2.1-dev.15 21:57:39 v1.2.1-dev.16 21:57:39 v1.2.1-dev.17 21:57:39 v1.2.1-dev.18 21:57:39 v1.2.1-dev.19 21:57:39 v1.2.1-dev.2 21:57:39 v1.2.1-dev.20 21:57:39 v1.2.1-dev.21 21:57:39 v1.2.1-dev.22 21:57:39 v1.2.1-dev.23 21:57:39 v1.2.1-dev.24 21:57:39 v1.2.1-dev.25 21:57:39 v1.2.1-dev.26 21:57:39 v1.2.1-dev.27 21:57:39 v1.2.1-dev.28 21:57:39 v1.2.1-dev.29 21:57:39 v1.2.1-dev.3 21:57:39 v1.2.1-dev.30 21:57:39 v1.2.1-dev.31 21:57:39 v1.2.1-dev.32 21:57:39 v1.2.1-dev.33 21:57:39 v1.2.1-dev.34 21:57:39 v1.2.1-dev.35 21:57:39 v1.2.1-dev.36 21:57:39 v1.2.1-dev.37 21:57:39 v1.2.1-dev.38 21:57:39 v1.2.1-dev.39 21:57:39 v1.2.1-dev.4 21:57:39 v1.2.1-dev.40 21:57:39 v1.2.1-dev.41 21:57:39 v1.2.1-dev.42 21:57:39 v1.2.1-dev.43 21:57:39 v1.2.1-dev.44 21:57:39 v1.2.1-dev.45 21:57:39 v1.2.1-dev.46 21:57:39 v1.2.1-dev.47 21:57:39 v1.2.1-dev.48 21:57:39 v1.2.1-dev.49 21:57:39 v1.2.1-dev.5 21:57:39 v1.2.1-dev.50 21:57:39 v1.2.1-dev.51 21:57:39 v1.2.1-dev.52 21:57:39 v1.2.1-dev.53 21:57:39 v1.2.1-dev.54 21:57:39 v1.2.1-dev.55 21:57:39 v1.2.1-dev.56 21:57:39 v1.2.1-dev.57 21:57:39 v1.2.1-dev.58 21:57:39 v1.2.1-dev.6 21:57:39 v1.2.1-dev.7 21:57:39 v1.2.1-dev.8 21:57:39 v1.2.1-dev.9 21:57:39 v1.3.0 21:57:39 v1.3.1-dev.1 21:57:39 v1.3.1-dev.2 21:57:39 v1.3.1-dev.3 21:57:39 v1.3.1-dev.4 21:57:39 v1.3.1-dev.5 21:57:39 v1.3.1-dev.6 21:57:39 v1.3.1-dev.7 [Pipeline] sh 21:57:40 + lftools sign git-tag v1.3.1-dev.7 21:57:42 Signing Git tag with Sigul... 21:57:42 Signing v1.3.1-dev.7 [Pipeline] echo 21:57:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:57:43 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:57:43 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:57:43 $ docker stop --time=1 e9eecd8104e8022441f80ef38c2a52799cf0b27d01801020e8a9fba881f4681f 21:57:45 $ docker rm -f e9eecd8104e8022441f80ef38c2a52799cf0b27d01801020e8a9fba881f4681f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:57:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:57:46 . [Pipeline] withDockerContainer 21:57:47 prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container 21:57:47 $ 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 21:57:48 $ docker top cb3c6152bbe1296265929d08f9d8cb6fc4dd565b518793c0d980e8f47dd43b12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:57:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:57:49 [ssh-agent] Looking for ssh-agent implementation... 21:57:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:57:49 $ docker exec cb3c6152bbe1296265929d08f9d8cb6fc4dd565b518793c0d980e8f47dd43b12 ssh-agent 21:57:50 SSH_AUTH_SOCK=/tmp/ssh-gc4T4NWIW2Lx/agent.11 21:57:50 SSH_AGENT_PID=16 21:57:50 Running ssh-add (command line suppressed) 21:57:50 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6976067062538655523.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6976067062538655523.key) 21:57:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:57:51 + git semver bump pre 21:57:51 # -> Open(): unable to determine branch for HEAD 21:57:51 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:57:51 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:57:51 # $SEMVER_REMOTE_NAME = origin 21:57:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:57:51 # $SEMVER_USER_NAME = edgex-jenkins 21:57:51 # $SEMVER_BRANCH = master 21:57:51 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 21:57:51 1.3.1-dev.8 [Pipeline] } 21:57:51 $ docker exec --env ******** --env ******** cb3c6152bbe1296265929d08f9d8cb6fc4dd565b518793c0d980e8f47dd43b12 ssh-agent -k 21:57:51 unset SSH_AUTH_SOCK; 21:57:51 unset SSH_AGENT_PID; 21:57:51 echo Agent pid 16 killed; 21:57:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:57:52 + git semver [Pipeline] } 21:57:52 $ docker stop --time=1 cb3c6152bbe1296265929d08f9d8cb6fc4dd565b518793c0d980e8f47dd43b12 21:57:54 $ docker rm -f cb3c6152bbe1296265929d08f9d8cb6fc4dd565b518793c0d980e8f47dd43b12 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:57:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:57:54 . [Pipeline] withDockerContainer 21:57:55 prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container 21:57:55 $ 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 21:57:56 $ docker top 5620381035e1837011fcf31458fa1620a3afe262cda8bc36c6dd6bcfb2b97497 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:57:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:57:56 [ssh-agent] Looking for ssh-agent implementation... 21:57:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:57:57 $ docker exec 5620381035e1837011fcf31458fa1620a3afe262cda8bc36c6dd6bcfb2b97497 ssh-agent 21:57:57 SSH_AUTH_SOCK=/tmp/ssh-VBIDGQuv9d8P/agent.12 21:57:57 SSH_AGENT_PID=17 21:57:57 Running ssh-add (command line suppressed) 21:57:58 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1443050194752961859.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1443050194752961859.key) 21:57:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:57:59 + git semver push 21:57:59 # -> Open(): unable to determine branch for HEAD 21:57:59 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:57:59 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:57:59 # $SEMVER_REMOTE_NAME = origin 21:57:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:57:59 # $SEMVER_USER_NAME = edgex-jenkins 21:57:59 # $SEMVER_BRANCH = master 21:57:59 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 21:58:07 $ docker exec --env ******** --env ******** 5620381035e1837011fcf31458fa1620a3afe262cda8bc36c6dd6bcfb2b97497 ssh-agent -k 21:58:07 unset SSH_AUTH_SOCK; 21:58:07 unset SSH_AGENT_PID; 21:58:07 echo Agent pid 17 killed; 21:58:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:58:08 + git semver [Pipeline] } 21:58:08 $ docker stop --time=1 5620381035e1837011fcf31458fa1620a3afe262cda8bc36c6dd6bcfb2b97497 21:58:10 $ docker rm -f 5620381035e1837011fcf31458fa1620a3afe262cda8bc36c6dd6bcfb2b97497 [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 21:58:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:58:13 ---> package-listing.sh 21:58:13 ++ facter osfamily 21:58:13 ++ tr '[:upper:]' '[:lower:]' 21:58:13 + OS_FAMILY=redhat 21:58:13 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 21:58:13 + START_PACKAGES=/tmp/packages_start.txt 21:58:13 + END_PACKAGES=/tmp/packages_end.txt 21:58:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:58:13 + PACKAGES=/tmp/packages_start.txt 21:58:13 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 21:58:13 + PACKAGES=/tmp/packages_end.txt 21:58:13 + case "${OS_FAMILY}" in 21:58:13 + rpm -qa 21:58:13 + sort 21:58:18 + '[' -f /tmp/packages_start.txt ']' 21:58:18 + '[' -f /tmp/packages_end.txt ']' 21:58:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:58:18 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 21:58:18 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 21:58:18 + 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 21:58:18 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 21:58:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:58:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:58:20 21:58:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:58:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:58:20 alpine: Pulling from edgex-lftools-log-publisher 21:58:20 df20fa9351a1: Pulling fs layer 21:58:20 36b3adc4ff6f: Pulling fs layer 21:58:20 8ad3a11d3b57: Pulling fs layer 21:58:20 46f8f816bc3b: Pulling fs layer 21:58:20 93b61091891f: Pulling fs layer 21:58:20 93b9cdb0e59b: Pulling fs layer 21:58:20 5e14af77c1be: Pulling fs layer 21:58:20 01666e4c0597: Pulling fs layer 21:58:20 aa168da1d23b: Pulling fs layer 21:58:20 46f8f816bc3b: Waiting 21:58:20 93b61091891f: Waiting 21:58:20 93b9cdb0e59b: Waiting 21:58:20 5e14af77c1be: Waiting 21:58:20 01666e4c0597: Waiting 21:58:20 aa168da1d23b: Waiting 21:58:20 36b3adc4ff6f: Verifying Checksum 21:58:20 36b3adc4ff6f: Download complete 21:58:20 46f8f816bc3b: Verifying Checksum 21:58:20 46f8f816bc3b: Download complete 21:58:21 93b61091891f: Verifying Checksum 21:58:21 93b61091891f: Download complete 21:58:21 df20fa9351a1: Verifying Checksum 21:58:21 93b9cdb0e59b: Verifying Checksum 21:58:21 93b9cdb0e59b: Download complete 21:58:21 5e14af77c1be: Verifying Checksum 21:58:21 5e14af77c1be: Download complete 21:58:21 01666e4c0597: Verifying Checksum 21:58:21 01666e4c0597: Download complete 21:58:22 df20fa9351a1: Pull complete 21:58:22 8ad3a11d3b57: Verifying Checksum 21:58:22 8ad3a11d3b57: Download complete 21:58:22 36b3adc4ff6f: Pull complete 21:58:24 8ad3a11d3b57: Pull complete 21:58:24 46f8f816bc3b: Pull complete 21:58:25 93b61091891f: Pull complete 21:58:26 93b9cdb0e59b: Pull complete 21:58:26 5e14af77c1be: Pull complete 21:58:26 aa168da1d23b: Verifying Checksum 21:58:26 aa168da1d23b: Download complete 21:58:26 01666e4c0597: Pull complete 21:58:39 aa168da1d23b: Pull complete 21:58:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:58:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:58:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:58:39 prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container 21:58:40 $ 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 21:58:43 $ docker top 3a53194fda857ff5895d9fcf0e124611a598fdc697cd9622c482813afea0a719 -eo pid,comm [Pipeline] { [Pipeline] sh 21:58:44 + touch /tmp/pre-build-complete [Pipeline] sh 21:58:44 + mkdir -p /var/log/sa [Pipeline] sh 21:58:45 + ls /var/log/sa-host 21:58:45 + sadf -c /var/log/sa-host/sa17 21:58:45 file_magic: OK 21:58:45 HZ: Using current value: 100 21:58:45 file_header: OK 21:58:45 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 21:58:45 Statistics: 21:58:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:58:45 File successfully converted to sysstat format version 12.2.1 21:58:45 + sadf -c /var/log/sa-host/sa23 21:58:45 file_magic: OK 21:58:45 HZ: Using current value: 100 21:58:45 file_header: OK 21:58:45 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 21:58:45 Statistics: 21:58:45 Hnuu...uuuununununu... 21:58:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:58:45 provisioning config files... 21:58:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4055087332894565845tmp [Pipeline] { [Pipeline] echo 21:58:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:58:46 ---> create-netrc.sh [Pipeline] } 21:58:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:58:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:58:47 ---> python-tools-install.sh [Pipeline] echo 21:58:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:58:47 ---> sudo-logs.sh 21:58:47 Archiving 'sudo' log.. [Pipeline] echo 21:58:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:58:48 ---> job-cost.sh 21:58:48 lf-activate-venv: SKIPPING 21:58:48 INFO: No Stack... 21:58:49 INFO: Retrieving Pricing Info for: v1-standard-2 21:58:50 INFO: Archiving Costs [Pipeline] echo 21:58:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:58:50 ---> logs-deploy.sh 21:58:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/156 21:58:50 INFO: archiving workspace using pattern(s): 21:58:53 Archives upload complete. 21:58:53 INFO: archiving logs to Nexus 21:58:54 ---> uname -a: 21:58:54 Linux prd-centos7-docker-4c-2g-16634.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:58:54 21:58:54 21:58:54 ---> lscpu: 21:58:54 Architecture: x86_64 21:58:54 CPU op-mode(s): 32-bit, 64-bit 21:58:54 Byte Order: Little Endian 21:58:54 Address sizes: 40 bits physical, 48 bits virtual 21:58:54 CPU(s): 4 21:58:54 On-line CPU(s) list: 0-3 21:58:54 Thread(s) per core: 1 21:58:54 Core(s) per socket: 1 21:58:54 Socket(s): 4 21:58:54 NUMA node(s): 1 21:58:54 Vendor ID: GenuineIntel 21:58:54 CPU family: 6 21:58:54 Model: 44 21:58:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:58:54 Stepping: 1 21:58:54 CPU MHz: 2933.438 21:58:54 BogoMIPS: 5866.87 21:58:54 Virtualization: VT-x 21:58:54 Hypervisor vendor: KVM 21:58:54 Virtualization type: full 21:58:54 L1d cache: 128 KiB 21:58:54 L1i cache: 128 KiB 21:58:54 L2 cache: 16 MiB 21:58:54 L3 cache: 64 MiB 21:58:54 NUMA node0 CPU(s): 0-3 21:58:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:58:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:58:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:58:54 Vulnerability Meltdown: Mitigation; PTI 21:58:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:58:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:58:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:58:54 Vulnerability Srbds: Not affected 21:58:54 Vulnerability Tsx async abort: Not affected 21:58:54 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 21:58:54 21:58:54 21:58:54 ---> nproc: 21:58:54 4 21:58:54 21:58:54 21:58:54 ---> df -h: 21:58:54 Filesystem Size Used Available Use% Mounted on 21:58:54 overlay 50.0G 8.6G 41.4G 17% / 21:58:54 tmpfs 64.0M 0 64.0M 0% /dev 21:58:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:58:54 shm 64.0M 0 64.0M 0% /dev/shm 21:58:54 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 21:58:54 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 21:58:54 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 21:58:54 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 21:58:54 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 21:58:54 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 21:58:54 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 21:58:54 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 21:58:54 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 21:58:54 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 21:58:54 21:58:54 21:58:54 ---> free -m: 21:58:54 total used free shared buff/cache available 21:58:54 Mem: 1837 845 147 0 844 926 21:58:54 Swap: 1023 3 1020 21:58:54 21:58:54 21:58:54 ---> ip addr: 21:58:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:58:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:58:54 inet 127.0.0.1/8 scope host lo 21:58:54 valid_lft forever preferred_lft forever 21:58:54 inet6 ::1/128 scope host 21:58:54 valid_lft forever preferred_lft forever 21:58:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:58:54 link/ether fa:16:3e:88:17:6b brd ff:ff:ff:ff:ff:ff 21:58:54 inet 10.30.123.154/23 brd 10.30.123.255 scope global dynamic eth0 21:58:54 valid_lft 85807sec preferred_lft 85807sec 21:58:54 inet6 fe80::f816:3eff:fe88:176b/64 scope link 21:58:54 valid_lft forever preferred_lft forever 21:58:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:58:54 link/ether 02:42:cd:42:a8:48 brd ff:ff:ff:ff:ff:ff 21:58:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:58:54 valid_lft forever preferred_lft forever 21:58:54 inet6 fe80::42:cdff:fe42:a848/64 scope link 21:58:54 valid_lft forever preferred_lft forever 21:58:54 21:58:54 21:58:54 ---> sar -b -r -n DEV: 21:58:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) 21:58:54 21:58:54 21:48:47 LINUX RESTART (4 CPU) 21:58:54 21:58:54 21:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:58:54 21:51:02 28.84 7.87 20.96 0.00 1473.75 3570.22 0.00 21:58:54 21:52:01 0.76 0.00 0.76 0.00 0.00 17.09 0.00 21:58:54 21:53:01 0.27 0.00 0.27 0.00 0.00 2.71 0.00 21:58:54 21:54:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 21:58:54 21:55:01 0.35 0.00 0.35 0.00 0.00 4.64 0.00 21:58:54 21:56:01 6.15 0.70 5.46 0.00 343.31 3772.02 0.00 21:58:54 21:57:01 323.85 187.32 136.53 0.00 8375.17 39316.46 0.00 21:58:54 21:58:02 206.23 68.76 137.47 0.00 4196.21 25654.49 0.00 21:58:54 Average: 71.07 33.20 37.87 0.00 1804.80 9072.95 0.00 21:58:54 21:58:54 21:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:58:54 21:51:02 211248 0 612208 32.54 2620 1055468 1167692 39.85 418836 1051864 20 21:58:54 21:52:01 224268 0 599180 31.85 2620 1055476 1080440 36.87 425564 1034036 8 21:58:54 21:53:01 223216 0 600228 31.90 2620 1055480 1080656 36.88 423588 1037276 12 21:58:54 21:54:01 221552 0 601888 31.99 2620 1055484 1080644 36.88 434016 1028316 8 21:58:54 21:55:01 221544 0 601892 31.99 2620 1055488 1080536 36.88 432228 1030252 8 21:58:54 21:56:01 74552 0 636116 33.81 2620 1168256 1284216 43.83 509460 1093104 45072 21:58:54 21:57:01 64844 0 728444 38.72 2596 1085660 1516884 51.77 627776 944904 33772 21:58:54 21:58:02 223688 0 798612 42.44 1492 857752 1351140 46.11 587168 738172 48 21:58:54 Average: 183114 0 647321 34.40 2476 1048633 1205276 41.13 482330 994740 9868 21:58:54 21:58:54 21:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:58:54 21:51:02 eth0 101.98 85.95 332.30 41.08 0.00 0.00 0.00 0.00 21:58:54 21:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:51:02 docker0 64.25 74.45 7.01 302.43 0.00 0.00 0.00 0.00 21:58:54 21:52:01 eth0 0.96 0.08 0.07 0.04 0.00 0.00 0.00 0.00 21:58:54 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:53:01 eth0 1.51 0.75 0.62 0.35 0.00 0.00 0.00 0.00 21:58:54 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:54:01 eth0 1.61 0.43 0.38 0.27 0.00 0.00 0.00 0.00 21:58:54 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:55:01 eth0 0.73 0.52 0.43 0.27 0.00 0.00 0.00 0.00 21:58:54 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:56:01 eth0 262.04 209.66 2601.23 17.71 0.00 0.00 0.00 0.00 21:58:54 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:57:01 eth0 532.53 450.46 4869.31 46.60 0.00 0.00 0.00 0.00 21:58:54 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:57:01 docker0 40.52 40.87 3.82 198.57 0.00 0.00 0.00 0.00 21:58:54 21:58:02 eth0 120.46 72.22 245.85 60.43 0.00 0.00 0.00 0.00 21:58:54 21:58:02 veth1bba545 0.75 0.66 0.19 0.23 0.00 0.00 0.00 0.00 21:58:54 21:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 21:58:02 docker0 28.70 58.94 1.73 187.24 0.00 0.00 0.00 0.00 21:58:54 Average: eth0 128.13 102.84 1009.48 20.91 0.00 0.00 0.00 0.00 21:58:54 Average: veth1bba545 0.09 0.08 0.02 0.03 0.00 0.00 0.00 0.00 21:58:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:58:54 Average: docker0 16.74 21.85 1.57 86.31 0.00 0.00 0.00 0.00 21:58:54 21:58:54 21:58:54 ---> sar -P ALL: 21:58:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) 21:58:54 21:58:54 21:48:47 LINUX RESTART (4 CPU) 21:58:54 21:58:54 21:50:01 CPU %user %nice %system %iowait %steal %idle 21:58:54 21:51:02 all 2.62 0.00 2.06 0.48 7.13 87.71 21:58:54 21:51:02 0 2.06 0.00 1.80 0.41 7.71 88.02 21:58:54 21:51:02 1 3.29 0.00 2.27 0.36 7.17 86.92 21:58:54 21:51:02 2 3.54 0.00 1.97 0.18 6.54 87.77 21:58:54 21:51:02 3 1.62 0.00 2.22 0.95 7.11 88.11 21:58:54 21:52:01 all 0.09 0.00 0.08 0.00 0.51 99.31 21:58:54 21:52:01 0 0.02 0.00 0.07 0.00 0.24 99.68 21:58:54 21:52:01 1 0.27 0.00 0.05 0.00 0.71 98.97 21:58:54 21:52:01 2 0.05 0.00 0.14 0.00 0.47 99.34 21:58:54 21:52:01 3 0.03 0.00 0.08 0.00 0.62 99.26 21:58:54 21:53:01 all 0.10 0.00 0.11 0.00 0.74 99.05 21:58:54 21:53:01 0 0.07 0.00 0.15 0.00 0.78 99.01 21:58:54 21:53:01 1 0.23 0.00 0.12 0.00 0.73 98.92 21:58:54 21:53:01 2 0.05 0.00 0.07 0.00 0.45 99.44 21:58:54 21:53:01 3 0.05 0.00 0.10 0.00 1.01 98.84 21:58:54 21:54:01 all 0.10 0.00 0.06 0.00 0.52 99.32 21:58:54 21:54:01 0 0.03 0.00 0.02 0.00 0.48 99.47 21:58:54 21:54:01 1 0.32 0.00 0.05 0.00 0.45 99.19 21:58:54 21:54:01 2 0.05 0.00 0.13 0.00 0.76 99.06 21:58:54 21:54:01 3 0.02 0.00 0.03 0.00 0.38 99.57 21:58:54 21:55:01 all 0.12 0.00 0.24 0.00 1.05 98.59 21:58:54 21:55:01 0 0.20 0.00 0.13 0.00 1.09 98.58 21:58:54 21:55:01 1 0.12 0.00 0.43 0.00 1.01 98.44 21:58:54 21:55:01 2 0.10 0.00 0.20 0.00 1.09 98.61 21:58:54 21:55:01 3 0.05 0.00 0.21 0.00 1.03 98.71 21:58:54 21:56:01 all 0.91 0.00 0.88 0.01 2.35 95.85 21:58:54 21:56:01 0 1.15 0.00 0.99 0.00 2.07 95.79 21:58:54 21:56:01 1 0.85 0.00 0.70 0.02 2.52 95.92 21:58:54 21:56:01 2 0.90 0.00 1.08 0.03 2.35 95.63 21:58:54 21:56:01 3 0.77 0.00 0.73 0.00 2.45 96.06 21:58:54 21:57:01 all 7.82 0.00 6.74 2.83 15.76 66.85 21:58:54 21:57:01 0 7.00 0.00 6.79 2.79 16.44 66.98 21:58:54 21:57:01 1 9.34 0.00 6.67 3.21 16.10 64.67 21:58:54 21:57:01 2 8.24 0.00 6.46 2.59 15.42 67.28 21:58:54 21:57:01 3 6.71 0.00 7.06 2.72 15.08 68.44 21:58:54 21:58:02 all 7.89 0.00 8.11 2.04 13.49 68.47 21:58:54 21:58:02 0 6.79 0.00 7.47 1.00 14.45 70.28 21:58:54 21:58:02 1 11.32 0.00 9.15 1.52 13.17 64.83 21:58:54 21:58:02 2 6.21 0.00 7.02 4.78 13.16 68.83 21:58:54 21:58:02 3 7.30 0.00 8.80 0.85 13.14 69.90 21:58:54 Average: all 2.42 0.00 2.25 0.66 5.13 89.54 21:58:54 Average: 0 2.14 0.00 2.15 0.51 5.36 89.83 21:58:54 Average: 1 3.16 0.00 2.38 0.62 5.15 88.69 21:58:54 Average: 2 2.37 0.00 2.11 0.94 4.98 89.60 21:58:54 Average: 3 2.03 0.00 2.37 0.55 5.04 90.01 21:58:54 21:58:54 21:58:54