Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22874 in /w/workspace/undry_app-functions-sdk-go_hanoi [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/undry_app-functions-sdk-go_hanoi # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix (#660)" > git rev-list --no-walk eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:23:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:23:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:23:34 ========================================================= 22:23:34 EdgeX Global Pipelines Version Info 22:23:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:23:36 ------------------- 22:23:36 stable info: 22:23:36 ------------------- 22:23:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:23:36 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:23:36 Message: update stable to v1.0.179 22:23:37 ------------------- 22:23:37 experimental info: 22:23:37 ------------------- 22:23:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:23:37 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:23:37 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:23:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:23:37 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:23:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:23:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:23:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:23:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:23:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:23:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:23:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:23:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:23:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:23:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:23:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:23:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:23:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:23:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:23:40 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:23:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo 22:23:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo 22:23:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo 22:23:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] echo 22:23:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eab384c [Pipeline] echo 22:23:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:23:41 + git log --format=format:%s -1 eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] echo 22:23:41 GIT_COMMIT: eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b, Commit Message: fix: Upgrade to go-mod-messaging with ZMQ fix (#660) [Pipeline] echo 22:23:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:23:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:23:42 22:23:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:23:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:23:43 latest: Pulling from edgex-devops/git-semver 22:23:43 31603596830f: Pulling fs layer 22:23:43 2a8b12db71e7: Pulling fs layer 22:23:43 6ca5941a6612: Pulling fs layer 22:23:43 ecc8261a40a4: Pulling fs layer 22:23:43 ecc8261a40a4: Waiting 22:23:43 2a8b12db71e7: Verifying Checksum 22:23:43 2a8b12db71e7: Download complete 22:23:43 31603596830f: Verifying Checksum 22:23:43 31603596830f: Download complete 22:23:43 ecc8261a40a4: Verifying Checksum 22:23:43 ecc8261a40a4: Download complete 22:23:43 6ca5941a6612: Verifying Checksum 22:23:43 6ca5941a6612: Download complete 22:23:43 31603596830f: Pull complete 22:23:44 2a8b12db71e7: Pull complete 22:23:45 6ca5941a6612: Pull complete 22:23:45 ecc8261a40a4: Pull complete 22:23:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:23:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:23:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:23:45 prd-centos7-docker-4c-2g-22874 does not seem to be running inside a container 22:23:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 22:23:47 $ docker top 09b830b29c29ea338d587c4b4fd5c02001a4d20337d2c652001c45d95553e082 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:23:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:23:47 [ssh-agent] Looking for ssh-agent implementation... 22:23:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:23:48 $ docker exec 09b830b29c29ea338d587c4b4fd5c02001a4d20337d2c652001c45d95553e082 ssh-agent 22:23:48 SSH_AUTH_SOCK=/tmp/ssh-UPJfZMncRHbg/agent.12 22:23:48 SSH_AGENT_PID=18 22:23:48 Running ssh-add (command line suppressed) 22:23:48 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_1613220329853727805.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_1613220329853727805.key) 22:23:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:23:48 + git tag --points-at HEAD [Pipeline] } 22:23:48 $ docker exec --env ******** --env ******** 09b830b29c29ea338d587c4b4fd5c02001a4d20337d2c652001c45d95553e082 ssh-agent -k 22:23:48 unset SSH_AUTH_SOCK; 22:23:48 unset SSH_AGENT_PID; 22:23:48 echo Agent pid 18 killed; 22:23:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:23:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:23:49 [ssh-agent] Looking for ssh-agent implementation... 22:23:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:23:49 $ docker exec 09b830b29c29ea338d587c4b4fd5c02001a4d20337d2c652001c45d95553e082 ssh-agent 22:23:49 SSH_AUTH_SOCK=/tmp/ssh-6rgYe1A24n7u/agent.48 22:23:49 SSH_AGENT_PID=53 22:23:49 Running ssh-add (command line suppressed) 22:23:49 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_4206393985044913747.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_4206393985044913747.key) 22:23:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:23:50 + git semver init 22:23:50 # -> Open(): unable to determine branch for HEAD 22:23:50 # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git 22:23:50 # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi 22:23:50 # $SEMVER_REMOTE_NAME = origin 22:23:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:23:50 # $SEMVER_USER_NAME = edgex-jenkins 22:23:50 # $SEMVER_BRANCH = hanoi 22:23:50 # $SEMVER_TEMP = /tmp/semver-620672167 22:23:50 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:23:52 # '/tmp/semver-620672167' -> '/w/workspace/undry_app-functions-sdk-go_hanoi/.semver' 22:23:52 # -> Force: false 22:23:52 # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver [Pipeline] } 22:23:52 $ docker exec --env ******** --env ******** 09b830b29c29ea338d587c4b4fd5c02001a4d20337d2c652001c45d95553e082 ssh-agent -k 22:23:52 unset SSH_AUTH_SOCK; 22:23:52 unset SSH_AGENT_PID; 22:23:52 echo Agent pid 53 killed; 22:23:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:23:53 + git semver [Pipeline] } 22:23:53 $ docker stop --time=1 09b830b29c29ea338d587c4b4fd5c02001a4d20337d2c652001c45d95553e082 22:23:54 $ docker rm -f 09b830b29c29ea338d587c4b4fd5c02001a4d20337d2c652001c45d95553e082 [Pipeline] // withDockerContainer [Pipeline] sh 22:23:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:23:55 Stashed 1 file(s) [Pipeline] echo 22:23:55 [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [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 22:24:11 Still waiting to schedule task 22:24:11 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:24:11 Still waiting to schedule task 22:24:11 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:26:57 Running on prd-centos7-docker-4c-2g-22876 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] ws 22:26:57 Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout 22:27:00 using credential edgex-jenkins-ssh 22:27:00 Cloning the remote Git repository 22:27:00 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:27:00 > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 22:27:01 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:27:01 > git --version # timeout=10 22:27:01 > git --version # 'git version 2.24.3' 22:27:01 using GIT_SSH to set credentials SSH Credentials for GitHub 22:27:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:27:04 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:27:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:27:04 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:27:04 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:27:04 using GIT_SSH to set credentials SSH Credentials for GitHub 22:27:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 22:27:06 Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) 22:27:06 > git config core.sparsecheckout # timeout=10 22:27:06 > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 22:27:10 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix (#660)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:27:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:27:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:27:12 + sudo service docker restart 22:27:12 + true 22:27:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 22:27:13 ========================================================= 22:27:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:27:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:27:14 + 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 . 22:27:14 Sending build context to Docker daemon 19.2MB 22:27:14 Step 1/8 : ARG BASE=golang:1.15-alpine 22:27:14 Step 2/8 : FROM ${BASE} 22:27:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:27:14 188c0c94c7c5: Pulling fs layer 22:27:14 0ef7d3d256c8: Pulling fs layer 22:27:14 de9db76c5a1d: Pulling fs layer 22:27:14 bca2f99d35d6: Pulling fs layer 22:27:14 93359f2a8cfa: Pulling fs layer 22:27:14 7c6f9722023f: Pulling fs layer 22:27:14 a35cf1a2eb13: Pulling fs layer 22:27:14 93359f2a8cfa: Waiting 22:27:14 7c6f9722023f: Waiting 22:27:14 a35cf1a2eb13: Waiting 22:27:14 bca2f99d35d6: Waiting 22:27:14 de9db76c5a1d: Verifying Checksum 22:27:14 de9db76c5a1d: Download complete 22:27:14 0ef7d3d256c8: Verifying Checksum 22:27:14 0ef7d3d256c8: Download complete 22:27:14 93359f2a8cfa: Verifying Checksum 22:27:14 93359f2a8cfa: Download complete 22:27:14 7c6f9722023f: Verifying Checksum 22:27:14 7c6f9722023f: Download complete 22:27:14 188c0c94c7c5: Download complete 22:27:15 188c0c94c7c5: Pull complete 22:27:15 0ef7d3d256c8: Pull complete 22:27:15 de9db76c5a1d: Pull complete 22:27:16 a35cf1a2eb13: Verifying Checksum 22:27:16 a35cf1a2eb13: Download complete 22:27:17 bca2f99d35d6: Verifying Checksum 22:27:17 bca2f99d35d6: Download complete 22:27:22 bca2f99d35d6: Pull complete 22:27:22 93359f2a8cfa: Pull complete 22:27:22 7c6f9722023f: Pull complete 22:27:29 a35cf1a2eb13: Pull complete 22:27:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:27:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:27:29 ---> a62c8e92a672 22:27:29 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:27:29 latest: Pulling from library/docker 22:27:29 801bfaa63ef2: Pulling fs layer 22:27:29 4f7dc993c79e: Pulling fs layer 22:27:29 d39d95e4997f: Pulling fs layer 22:27:29 ae283de69b7d: Pulling fs layer 22:27:29 1962c7344fe5: Pulling fs layer 22:27:29 aa7a3367c785: Pulling fs layer 22:27:29 5e259227d438: Pulling fs layer 22:27:29 ae283de69b7d: Waiting 22:27:29 1962c7344fe5: Waiting 22:27:29 aa7a3367c785: Waiting 22:27:29 5e259227d438: Waiting 22:27:29 d39d95e4997f: Download complete 22:27:29 4f7dc993c79e: Verifying Checksum 22:27:29 4f7dc993c79e: Download complete 22:27:29 801bfaa63ef2: Verifying Checksum 22:27:29 801bfaa63ef2: Download complete 22:27:29 1962c7344fe5: Verifying Checksum 22:27:29 1962c7344fe5: Download complete 22:27:29 aa7a3367c785: Verifying Checksum 22:27:29 aa7a3367c785: Download complete 22:27:29 5e259227d438: Verifying Checksum 22:27:29 5e259227d438: Download complete 22:27:29 801bfaa63ef2: Pull complete 22:27:29 4f7dc993c79e: Pull complete 22:27:29 d39d95e4997f: Pull complete 22:27:30 ae283de69b7d: Verifying Checksum 22:27:30 ae283de69b7d: Download complete 22:27:32 ae283de69b7d: Pull complete 22:27:32 1962c7344fe5: Pull complete 22:27:32 aa7a3367c785: Pull complete 22:27:33 5e259227d438: Pull complete 22:27:33 Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf 22:27:33 Status: Downloaded newer image for docker:latest 22:27:35 ---> 327946d99467 22:27:35 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:27:35 ---> Running in 333eb4dad6c7 22:27:35 Removing intermediate container 333eb4dad6c7 22:27:35 ---> 9c28d00f52ad 22:27:35 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:27:35 ---> Running in 0906ced1f0a9 22:27:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:37 (1/5) Installing libsodium (1.0.18-r0) 22:27:37 (2/5) Installing libzmq (4.3.3-r0) 22:27:37 (3/5) Installing pkgconf (1.7.2-r0) 22:27:37 (4/5) Installing libsodium-dev (1.0.18-r0) 22:27:37 (5/5) Installing zeromq-dev (4.3.3-r0) 22:27:37 Executing busybox-1.31.1-r19.trigger 22:27:37 OK: 167 MiB in 44 packages 22:27:38 Removing intermediate container 0906ced1f0a9 22:27:38 ---> 76b113ec4072 22:27:38 Step 6/8 : WORKDIR /build 22:27:38 ---> Running in 3cff572f8044 22:27:38 Removing intermediate container 3cff572f8044 22:27:38 ---> 8863f347dea6 22:27:38 Step 7/8 : COPY go.mod . 22:27:38 ---> 4eb4333945ee 22:27:38 Step 8/8 : RUN go mod download 22:27:38 ---> Running in 0a3c4df4bcd2 22:27:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22877 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] ws 22:27:48 Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout 22:27:53 using credential edgex-jenkins-ssh 22:27:53 Cloning the remote Git repository 22:27:53 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:27:53 > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 22:27:53 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:27:53 > git --version # timeout=10 22:27:53 > git --version # 'git version 2.17.1' 22:27:53 using GIT_SSH to set credentials SSH Credentials for GitHub 22:27:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:27:56 Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) 22:27:56 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:27:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:27:56 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:27:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:27:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:27:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 22:27:56 > git config core.sparsecheckout # timeout=10 22:27:57 > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 22:28:01 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix (#660)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:28:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:28:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:28:03 + true 22:28:03 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 22:28:06 ========================================================= 22:28:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:28:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:28:06 + 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 . 22:28:07 Sending build context to Docker daemon 19.2MB 22:28:07 Step 1/8 : ARG BASE=golang:1.15-alpine 22:28:07 Step 2/8 : FROM ${BASE} 22:28:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:28:07 5f621e34cdf4: Pulling fs layer 22:28:07 a4357932f1b6: Pulling fs layer 22:28:07 18c013af1878: Pulling fs layer 22:28:07 00ac8860ef70: Pulling fs layer 22:28:07 63d7cb157983: Pulling fs layer 22:28:07 b116817d02f9: Pulling fs layer 22:28:07 745a02a5169b: Pulling fs layer 22:28:07 00ac8860ef70: Waiting 22:28:07 63d7cb157983: Waiting 22:28:07 b116817d02f9: Waiting 22:28:07 745a02a5169b: Waiting 22:28:07 18c013af1878: Download complete 22:28:07 a4357932f1b6: Verifying Checksum 22:28:07 a4357932f1b6: Download complete 22:28:08 63d7cb157983: Download complete 22:28:08 b116817d02f9: Download complete 22:28:08 5f621e34cdf4: Verifying Checksum 22:28:08 5f621e34cdf4: Download complete 22:28:08 5f621e34cdf4: Pull complete 22:28:09 a4357932f1b6: Pull complete 22:28:09 18c013af1878: Pull complete 22:28:10 745a02a5169b: Verifying Checksum 22:28:10 745a02a5169b: Download complete 22:28:11 Removing intermediate container 0a3c4df4bcd2 22:28:11 ---> c75592fa89c5 22:28:11 Successfully built c75592fa89c5 22:28:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:28:11 + docker inspect -f . ci-base-image-x86_64 22:28:11 . [Pipeline] withDockerContainer 22:28:11 prd-centos7-docker-4c-2g-22876 does not seem to be running inside a container 22:28:11 00ac8860ef70: Verifying Checksum 22:28:11 00ac8860ef70: Download complete 22:28:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@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 22:28:12 $ docker top c59f1e5e0983a1ca0dbf6b334d8c9c98f9343073ad36355be3dbb701ae5da145 -eo pid,comm [Pipeline] { [Pipeline] sh 22:28:13 + go version 22:28:13 go version go1.15.5 linux/amd64 [Pipeline] } 22:28:13 $ docker stop --time=1 c59f1e5e0983a1ca0dbf6b334d8c9c98f9343073ad36355be3dbb701ae5da145 22:28:14 $ docker rm -f c59f1e5e0983a1ca0dbf6b334d8c9c98f9343073ad36355be3dbb701ae5da145 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:28:15 + docker inspect -f . ci-base-image-x86_64 22:28:15 . [Pipeline] withDockerContainer 22:28:15 prd-centos7-docker-4c-2g-22876 does not seem to be running inside a container 22:28:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@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 22:28:16 $ docker top a73867a15d66334250bda8480f8b70c8e3d1c80dd6e7518688a55d26dea5946e -eo pid,comm [Pipeline] { [Pipeline] sh 22:28:16 + make test 22:28:16 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:28:18 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:28:21 00ac8860ef70: Pull complete 22:28:21 63d7cb157983: Pull complete 22:28:21 b116817d02f9: Pull complete 22:28:26 745a02a5169b: Pull complete 22:28:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:28:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:28:26 ---> b7e6874047d6 22:28:26 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:28:26 latest: Pulling from library/docker 22:28:26 159e5727ea61: Pulling fs layer 22:28:26 687389c36290: Pulling fs layer 22:28:26 94e28978939c: Pulling fs layer 22:28:26 81bd9c9fe1b1: Pulling fs layer 22:28:26 0c5a7137269a: Pulling fs layer 22:28:26 650eeba05d50: Pulling fs layer 22:28:26 283d3dba4d5b: Pulling fs layer 22:28:26 81bd9c9fe1b1: Waiting 22:28:26 0c5a7137269a: Waiting 22:28:26 650eeba05d50: Waiting 22:28:26 283d3dba4d5b: Waiting 22:28:26 94e28978939c: Verifying Checksum 22:28:26 94e28978939c: Download complete 22:28:26 687389c36290: Download complete 22:28:26 159e5727ea61: Verifying Checksum 22:28:26 159e5727ea61: Download complete 22:28:26 0c5a7137269a: Verifying Checksum 22:28:26 0c5a7137269a: Download complete 22:28:26 283d3dba4d5b: Verifying Checksum 22:28:26 283d3dba4d5b: Download complete 22:28:26 650eeba05d50: Verifying Checksum 22:28:26 650eeba05d50: Download complete 22:28:26 159e5727ea61: Pull complete 22:28:26 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.032s coverage: 86.2% of statements 22:28:27 687389c36290: Pull complete 22:28:27 94e28978939c: Pull complete 22:28:27 81bd9c9fe1b1: Verifying Checksum 22:28:27 81bd9c9fe1b1: Download complete 22:28:31 81bd9c9fe1b1: Pull complete 22:28:31 0c5a7137269a: Pull complete 22:28:31 650eeba05d50: Pull complete 22:28:32 283d3dba4d5b: Pull complete 22:28:32 Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf 22:28:32 Status: Downloaded newer image for docker:latest 22:28:37 ---> 18be7c3f4013 22:28:37 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:28:37 ---> Running in fb54b5da28bf 22:28:38 Removing intermediate container fb54b5da28bf 22:28:38 ---> 8f5f05786cf4 22:28:38 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:28:38 ---> Running in 86761995c5d6 22:28:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:41 (1/5) Installing libsodium (1.0.18-r0) 22:28:41 (2/5) Installing libzmq (4.3.3-r0) 22:28:41 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.042s coverage: 52.0% of statements 22:28:41 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:28:41 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:28:41 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.060s coverage: 54.7% of statements 22:28:41 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:28:41 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.096s coverage: 69.1% of statements 22:28:41 (3/5) Installing pkgconf (1.7.2-r0) 22:28:41 (4/5) Installing libsodium-dev (1.0.18-r0) 22:28:41 (5/5) Installing zeromq-dev (4.3.3-r0) 22:28:41 Executing busybox-1.31.1-r19.trigger 22:28:41 OK: 144 MiB in 44 packages 22:28:43 Removing intermediate container 86761995c5d6 22:28:43 ---> 37acb5450755 22:28:43 Step 6/8 : WORKDIR /build 22:28:43 ---> Running in 0ead8851a09b 22:28:43 Removing intermediate container 0ead8851a09b 22:28:43 ---> 77a624fe0cb6 22:28:43 Step 7/8 : COPY go.mod . 22:28:44 ---> d3ec9a96bea6 22:28:44 Step 8/8 : RUN go mod download 22:28:44 ---> Running in 8d79f950f2cd 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.420s coverage: 61.6% of statements 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.009s coverage: 89.5% of statements 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.013s coverage: 100.0% of statements 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 8.8% of statements 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.920s coverage: 75.0% of statements 22:28:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements 22:28:56 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements 22:29:11 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.025s coverage: 71.0% of statements 22:29:11 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.006s coverage: 94.4% of statements 22:29:11 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:29:11 Removing intermediate container 8d79f950f2cd 22:29:11 ---> 4e015db0d486 22:29:11 Successfully built 4e015db0d486 22:29:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:29:11 + docker inspect -f . ci-base-image-arm64 22:29:11 . [Pipeline] withDockerContainer 22:29:12 prd-ubuntu18.04-docker-arm64-4c-16g-22877 does not seem to be running inside a container 22:29:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@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 22:29:14 $ docker top 93f718cc6889b7a587ec6ee72d91f6ac654861302fc76790887ee86a5d16b6ea -eo pid,comm [Pipeline] { [Pipeline] sh 22:29:14 gofmt -l . 22:29:14 [ "`gofmt -l .`" = "" ] 22:29:14 ./bin/test-go-mod-tidy.sh 22:29:15 + go version 22:29:15 go version go1.15.5 linux/arm64 [Pipeline] } 22:29:15 $ docker stop --time=1 93f718cc6889b7a587ec6ee72d91f6ac654861302fc76790887ee86a5d16b6ea 22:29:17 $ docker rm -f 93f718cc6889b7a587ec6ee72d91f6ac654861302fc76790887ee86a5d16b6ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 22:29:17 $ docker stop --time=1 a73867a15d66334250bda8480f8b70c8e3d1c80dd6e7518688a55d26dea5946e 22:29:18 $ docker rm -f a73867a15d66334250bda8480f8b70c8e3d1c80dd6e7518688a55d26dea5946e [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 22:29:19 + sudo chown -R jenkins:jenkins . [Pipeline] isUnix [Pipeline] sh [Pipeline] stash 22:29:20 + docker inspect -f . ci-base-image-arm64 22:29:20 . [Pipeline] withDockerContainer 22:29:20 Stashed 1 file(s) 22:29:20 prd-ubuntu18.04-docker-arm64-4c-16g-22877 does not seem to be running inside a container 22:29:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@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 22:29:21 $ docker top db92efb92b6cecbdd13d08fcdca3b4097ab53ba6ce2b00256dd5b03e673c4f70 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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) 22:29:22 + make test 22:29:22 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 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] } 22:29:24 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:29:46 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.022s coverage: 86.2% of statements 22:30:25 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.083s coverage: 52.0% of statements 22:30:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:30:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:30:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.107s coverage: 54.7% of statements 22:30:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:30:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.070s coverage: 69.1% of statements 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.456s coverage: 61.6% of statements 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.034s coverage: 100.0% of statements 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.014s coverage: 97.7% of statements 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 8.8% of statements 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.936s coverage: 75.0% of statements 22:30:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.038s coverage: 89.7% of statements 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.022s coverage: 88.9% of statements 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.032s coverage: 80.5% of statements 22:30:38 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements 22:31:04 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.056s coverage: 71.0% of statements 22:31:04 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 22:31:04 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:31:14 gofmt -l . 22:31:14 [ "`gofmt -l .`" = "" ] 22:31:14 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:31:16 $ docker stop --time=1 db92efb92b6cecbdd13d08fcdca3b4097ab53ba6ce2b00256dd5b03e673c4f70 22:31:18 $ docker rm -f db92efb92b6cecbdd13d08fcdca3b4097ab53ba6ce2b00256dd5b03e673c4f70 [Pipeline] // withDockerContainer [Pipeline] sh 22:31:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:31:19 Warning: overwriting stash ‘coverage-report’ 22:31:19 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:31:21 provisioning config files... 22:31:21 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config1897511978166452681tmp [Pipeline] { [Pipeline] sh 22:31:22 + set +x 22:31:22 + curl -s https://codecov.io/bash 22:31:22 + bash -s -- 22:31:22 22:31:22 _____ _ 22:31:22 / ____| | | 22:31:22 | | ___ __| | ___ ___ _____ __ 22:31:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:31:22 | |___| (_) | (_| | __/ (_| (_) \ V / 22:31:22 \_____\___/ \__,_|\___|\___\___/ \_/ 22:31:22 Bash-20210115-cec3c92 22:31:22 22:31:22 22:31:22 ==> git version 2.24.3 found 22:31:22 ==> 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 22:31:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:31:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:31:22 ==> Jenkins CI detected. 22:31:22 project root: . 22:31:22 --> token set from env 22:31:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:31:22 ==> Running gcov in . (disable via -X gcov) 22:31:22 ==> Python coveragepy not found 22:31:22 ==> Searching for coverage reports in: 22:31:22 + . 22:31:22 -> Found 1 reports 22:31:22 ==> Detecting git/mercurial file structure 22:31:22 ==> Reading reports 22:31:22 + ./coverage.out bytes=90550 22:31:22 ==> Appending adjustments 22:31:22 https://docs.codecov.io/docs/fixing-reports 22:31:23 + Found adjustments 22:31:23 ==> Gzipping contents 22:31:23 16K /tmp/codecov.21mJ9v.gz 22:31:23 ==> Uploading reports 22:31:23 url: https://codecov.io 22:31:23 query: branch=hanoi&commit=eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fhanoi%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:31:23 -> Pinging Codecov 22:31:23 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=hanoi&commit=eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fhanoi%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:31:23 -> Uploading to 22:31:23 https://storage.googleapis.com/codecov/v4/raw/2021-01-26/3D8B5DFFC46A037C893635FACE044666/eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b/5947dbc3-901c-4537-b9c5-74873e1976d1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T223123Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a6cc795c0a9f1d25e52f75f2721ee2e63f66b6bbb81934218677756ffc0ab602 22:31:23 % Total % Received % Xferd Average Speed Time Time Time Current 22:31:23 Dload Upload Total Spent Left Speed 22:31:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16069 0 0 100 16069 0 37207 --:--:-- --:--:-- --:--:-- 37196 22:31:23 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] } 22:31:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:31:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:31:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:31:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:31:25 22:31:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:31:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:31:25 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:31:25 188c0c94c7c5: Pulling fs layer 22:31:25 0ef7d3d256c8: Pulling fs layer 22:31:25 de9db76c5a1d: Pulling fs layer 22:31:25 0eba1c9be4d2: Pulling fs layer 22:31:25 0d57e429df01: Pulling fs layer 22:31:25 4e4be7b47b0d: Pulling fs layer 22:31:25 e1f770b5df2f: Pulling fs layer 22:31:25 85a0685a4137: Pulling fs layer 22:31:25 0d57e429df01: Waiting 22:31:25 4e4be7b47b0d: Waiting 22:31:25 e1f770b5df2f: Waiting 22:31:25 85a0685a4137: Waiting 22:31:25 de9db76c5a1d: Verifying Checksum 22:31:25 de9db76c5a1d: Download complete 22:31:25 0ef7d3d256c8: Verifying Checksum 22:31:25 0ef7d3d256c8: Download complete 22:31:25 0d57e429df01: Verifying Checksum 22:31:25 0d57e429df01: Download complete 22:31:25 4e4be7b47b0d: Verifying Checksum 22:31:25 4e4be7b47b0d: Download complete 22:31:25 188c0c94c7c5: Verifying Checksum 22:31:25 188c0c94c7c5: Download complete 22:31:26 188c0c94c7c5: Pull complete 22:31:26 0ef7d3d256c8: Pull complete 22:31:26 de9db76c5a1d: Pull complete 22:31:27 e1f770b5df2f: Download complete 22:31:29 0eba1c9be4d2: Verifying Checksum 22:31:29 0eba1c9be4d2: Download complete 22:31:29 85a0685a4137: Verifying Checksum 22:31:29 85a0685a4137: Download complete 22:31:36 0eba1c9be4d2: Pull complete 22:31:36 0d57e429df01: Pull complete 22:31:36 4e4be7b47b0d: Pull complete 22:31:37 e1f770b5df2f: Pull complete 22:31:45 85a0685a4137: Pull complete 22:31:45 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:31:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:31:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:31:45 prd-centos7-docker-4c-2g-22874 does not seem to be running inside a container 22:31:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 22:31:47 $ docker top 88bddd9bd755ee0d002233a90b3c7495c14ea4dab8f9b38379ff2a3f2dd4aef9 -eo pid,comm [Pipeline] { [Pipeline] echo 22:31:47 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:31:47 + set -o pipefail 22:31:47 + snyk monitor '--org=edgex-jenkins' 22:32:05 22:32:05 Monitoring /w/workspace/undry_app-functions-sdk-go_hanoi (github.com/edgexfoundry/app-functions-sdk-go)... 22:32:05 22:32:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/a3f1fe73-a913-49a8-bb4a-5348e4c4935d 22:32:05 22:32:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:32:05 22:32:05 [Pipeline] } 22:32:05 $ docker stop --time=1 88bddd9bd755ee0d002233a90b3c7495c14ea4dab8f9b38379ff2a3f2dd4aef9 22:32:07 $ docker rm -f 88bddd9bd755ee0d002233a90b3c7495c14ea4dab8f9b38379ff2a3f2dd4aef9 [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 22:32:09 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:32:09 provisioning config files... 22:32:09 copy managed file [swaggerhub-api-key] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config79108294941333923tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:32:09 --> edgex-publish-swagger.sh 22:32:09 === Publish openapi/v2 API === 22:32:09 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 22:32:09 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/undry_app-functions-sdk-go_hanoi/openapi/v2/app-functions-sdk.yaml] 22:32:09 % Total % Received % Xferd Average Speed Time Time Time Current 22:32:09 Dload Upload Total Spent Left Speed 22:32:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13026 0 0 100 13026 0 10815 0:00:01 0:00:01 --:--:-- 10818 100 13026 0 0 100 13026 0 10814 0:00:01 0:00:01 --:--:-- 10818 22:32:10 22:32:10 [Pipeline] } 22:32:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:32:11 + git log --format=format:%s -1 eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] isUnix [Pipeline] sh 22:32:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:32:11 . [Pipeline] withDockerContainer 22:32:12 prd-centos7-docker-4c-2g-22874 does not seem to be running inside a container 22:32:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 22:32:12 $ docker top b23cc0b720ba507f0129856ba1ba61aa7268b38215982621416fdca257a69731 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:32:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:32:13 [ssh-agent] Looking for ssh-agent implementation... 22:32:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:32:13 $ docker exec b23cc0b720ba507f0129856ba1ba61aa7268b38215982621416fdca257a69731 ssh-agent 22:32:13 SSH_AUTH_SOCK=/tmp/ssh-sX1Y8OoVpkFS/agent.11 22:32:13 SSH_AGENT_PID=16 22:32:13 Running ssh-add (command line suppressed) 22:32:13 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_3823766054790151762.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_3823766054790151762.key) 22:32:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:32:14 + git semver tag 22:32:14 # -> Open(): unable to determine branch for HEAD 22:32:14 # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git 22:32:14 # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi 22:32:14 # $SEMVER_REMOTE_NAME = origin 22:32:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:32:14 # $SEMVER_USER_NAME = edgex-jenkins 22:32:14 # $SEMVER_BRANCH = hanoi 22:32:14 # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver 22:32:14 # eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b HEAD 22:32:14 # -> Force: false 22:32:14 # 2ef78278305a39586245c34c75efed226a19b59c refs/tags/v1.3.1-dev.1 [Pipeline] } 22:32:14 $ docker exec --env ******** --env ******** b23cc0b720ba507f0129856ba1ba61aa7268b38215982621416fdca257a69731 ssh-agent -k 22:32:14 unset SSH_AUTH_SOCK; 22:32:14 unset SSH_AGENT_PID; 22:32:14 echo Agent pid 16 killed; 22:32:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:32:14 + git semver [Pipeline] } 22:32:14 $ docker stop --time=1 b23cc0b720ba507f0129856ba1ba61aa7268b38215982621416fdca257a69731 22:32:16 $ docker rm -f b23cc0b720ba507f0129856ba1ba61aa7268b38215982621416fdca257a69731 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:32:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:32:16 22:32:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:32:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:32:18 0.23.1-centos7: Pulling from edgex-lftools 22:32:18 ab5ef0e58194: Pulling fs layer 22:32:18 9712f1f96733: Pulling fs layer 22:32:18 63f879dbbcfc: Pulling fs layer 22:32:18 0d9ebad4ef96: Pulling fs layer 22:32:18 e9a5061849ea: Pulling fs layer 22:32:18 d747dcd14b5f: Pulling fs layer 22:32:18 2de7ff778b66: Pulling fs layer 22:32:18 e9a5061849ea: Waiting 22:32:18 0d9ebad4ef96: Waiting 22:32:18 2de7ff778b66: Waiting 22:32:18 9712f1f96733: Verifying Checksum 22:32:18 9712f1f96733: Download complete 22:32:19 63f879dbbcfc: Verifying Checksum 22:32:19 63f879dbbcfc: Download complete 22:32:19 e9a5061849ea: Verifying Checksum 22:32:19 e9a5061849ea: Download complete 22:32:19 d747dcd14b5f: Verifying Checksum 22:32:19 d747dcd14b5f: Download complete 22:32:20 2de7ff778b66: Download complete 22:32:20 ab5ef0e58194: Verifying Checksum 22:32:20 ab5ef0e58194: Download complete 22:32:20 0d9ebad4ef96: Verifying Checksum 22:32:20 0d9ebad4ef96: Download complete 22:32:26 ab5ef0e58194: Pull complete 22:32:26 9712f1f96733: Pull complete 22:32:28 63f879dbbcfc: Pull complete 22:32:34 0d9ebad4ef96: Pull complete 22:32:36 e9a5061849ea: Pull complete 22:32:36 d747dcd14b5f: Pull complete 22:32:39 2de7ff778b66: Pull complete 22:32:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:32:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:32:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:32:39 prd-centos7-docker-4c-2g-22874 does not seem to be running inside a container 22:32:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 22:32:43 $ docker top 19fa664353fe0ac93971d673f7dd431740bad2a32f93efa8a16ec1b440711b52 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:32:43 provisioning config files... 22:32:43 copy managed file [sigul-config] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config3215675646185218564tmp 22:32:43 copy managed file [sigul-password] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config557342905743953761tmp 22:32:43 copy managed file [sigul-pki] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config7762304895968754685tmp [Pipeline] { [Pipeline] echo 22:32:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:32:44 ---> sigul-configuration.sh 22:32:44 gpg: directory `/root/.gnupg' created 22:32:44 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:32:44 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:32:44 gpg: keyring `/root/.gnupg/secring.gpg' created 22:32:44 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:32:44 gpg: CAST5 encrypted data 22:32:44 gpg: encrypted with 1 passphrase 22:32:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:32:44 + mkdir /home/jenkins 22:32:44 + mkdir /home/jenkins/sigul [Pipeline] sh 22:32:45 + 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 22:32:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:32:45 ---> sigul-install.sh 22:32:51 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:32:52 + git tag --list 22:32:52 v0.1.0 22:32:52 v0.1.1 22:32:52 v1.0.0 22:32:52 v1.1.0 22:32:52 v1.2.0 22:32:52 v1.3.0 22:32:52 v1.3.1-dev.1 22:32:52 v2.0.0-dev.1 22:32:52 v2.0.0-dev.2 22:32:52 v2.0.0-dev.3 22:32:52 v2.0.0-dev.4 22:32:52 v2.0.0-dev.5 22:32:52 v2.0.0-dev.6 22:32:52 v2.0.0-dev.7 [Pipeline] sh 22:32:52 + lftools sign git-tag v1.3.1-dev.1 22:32:53 Signing Git tag with Sigul... 22:32:53 Signing v1.3.1-dev.1 [Pipeline] echo 22:32:54 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:32:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:32:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:32:55 $ docker stop --time=1 19fa664353fe0ac93971d673f7dd431740bad2a32f93efa8a16ec1b440711b52 22:32:57 $ docker rm -f 19fa664353fe0ac93971d673f7dd431740bad2a32f93efa8a16ec1b440711b52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:32:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:32:58 . [Pipeline] withDockerContainer 22:32:58 prd-centos7-docker-4c-2g-22874 does not seem to be running inside a container 22:32:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 22:32:59 $ docker top 89ed427c306187b89cc8cc67d0a0e0669268954101440c343f09205730c3261a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:32:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:32:59 [ssh-agent] Looking for ssh-agent implementation... 22:33:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:33:00 $ docker exec 89ed427c306187b89cc8cc67d0a0e0669268954101440c343f09205730c3261a ssh-agent 22:33:00 SSH_AUTH_SOCK=/tmp/ssh-KE05wTy3WfBb/agent.12 22:33:00 SSH_AGENT_PID=17 22:33:00 Running ssh-add (command line suppressed) 22:33:00 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_2497128886945692767.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_2497128886945692767.key) 22:33:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:33:00 + git semver bump pre 22:33:00 # -> Open(): unable to determine branch for HEAD 22:33:00 # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git 22:33:00 # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi 22:33:00 # $SEMVER_REMOTE_NAME = origin 22:33:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:33:00 # $SEMVER_USER_NAME = edgex-jenkins 22:33:00 # $SEMVER_BRANCH = hanoi 22:33:00 # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver 22:33:00 1.3.1-dev.2 [Pipeline] } 22:33:00 $ docker exec --env ******** --env ******** 89ed427c306187b89cc8cc67d0a0e0669268954101440c343f09205730c3261a ssh-agent -k 22:33:00 unset SSH_AUTH_SOCK; 22:33:00 unset SSH_AGENT_PID; 22:33:00 echo Agent pid 17 killed; 22:33:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:33:01 + git semver [Pipeline] } 22:33:01 $ docker stop --time=1 89ed427c306187b89cc8cc67d0a0e0669268954101440c343f09205730c3261a 22:33:02 $ docker rm -f 89ed427c306187b89cc8cc67d0a0e0669268954101440c343f09205730c3261a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:33:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:03 . [Pipeline] withDockerContainer 22:33:03 prd-centos7-docker-4c-2g-22874 does not seem to be running inside a container 22:33:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 22:33:04 $ docker top cee180602dfab3734c910cc1a11bf0627350317996538c78ec81d21370e37ab6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:33:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:33:04 [ssh-agent] Looking for ssh-agent implementation... 22:33:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:33:04 $ docker exec cee180602dfab3734c910cc1a11bf0627350317996538c78ec81d21370e37ab6 ssh-agent 22:33:04 SSH_AUTH_SOCK=/tmp/ssh-P0wWDmPIzfRC/agent.11 22:33:04 SSH_AGENT_PID=16 22:33:04 Running ssh-add (command line suppressed) 22:33:04 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_530555859951147392.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_530555859951147392.key) 22:33:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:33:05 + git semver push 22:33:05 # -> Open(): unable to determine branch for HEAD 22:33:05 # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git 22:33:05 # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi 22:33:05 # $SEMVER_REMOTE_NAME = origin 22:33:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:33:05 # $SEMVER_USER_NAME = edgex-jenkins 22:33:05 # $SEMVER_BRANCH = hanoi 22:33:05 # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver [Pipeline] } 22:33:11 $ docker exec --env ******** --env ******** cee180602dfab3734c910cc1a11bf0627350317996538c78ec81d21370e37ab6 ssh-agent -k 22:33:12 unset SSH_AUTH_SOCK; 22:33:12 unset SSH_AGENT_PID; 22:33:12 echo Agent pid 16 killed; 22:33:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:33:12 + git semver [Pipeline] } 22:33:12 $ docker stop --time=1 cee180602dfab3734c910cc1a11bf0627350317996538c78ec81d21370e37ab6 22:33:14 $ docker rm -f cee180602dfab3734c910cc1a11bf0627350317996538c78ec81d21370e37ab6 [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 22:33:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:33:16 ---> package-listing.sh 22:33:16 ++ facter osfamily 22:33:16 ++ tr '[:upper:]' '[:lower:]' 22:33:16 + OS_FAMILY=redhat 22:33:16 + workspace=/w/workspace/undry_app-functions-sdk-go_hanoi 22:33:16 + START_PACKAGES=/tmp/packages_start.txt 22:33:16 + END_PACKAGES=/tmp/packages_end.txt 22:33:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:33:16 + PACKAGES=/tmp/packages_start.txt 22:33:16 + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' 22:33:16 + PACKAGES=/tmp/packages_end.txt 22:33:16 + case "${OS_FAMILY}" in 22:33:16 + rpm -qa 22:33:16 + sort 22:33:21 + '[' -f /tmp/packages_start.txt ']' 22:33:21 + '[' -f /tmp/packages_end.txt ']' 22:33:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:33:21 + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' 22:33:21 + mkdir -p /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ 22:33:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ [Pipeline] echo 22:33:21 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/undry_app-functions-sdk-go_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:33:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:33:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:22 22:33:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:33:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:22 alpine: Pulling from edgex-lftools-log-publisher 22:33:22 df20fa9351a1: Pulling fs layer 22:33:22 36b3adc4ff6f: Pulling fs layer 22:33:22 8ad3a11d3b57: Pulling fs layer 22:33:22 46f8f816bc3b: Pulling fs layer 22:33:22 93b61091891f: Pulling fs layer 22:33:22 93b9cdb0e59b: Pulling fs layer 22:33:22 5e14af77c1be: Pulling fs layer 22:33:22 01666e4c0597: Pulling fs layer 22:33:22 aa168da1d23b: Pulling fs layer 22:33:22 01666e4c0597: Waiting 22:33:22 5e14af77c1be: Waiting 22:33:22 46f8f816bc3b: Waiting 22:33:22 93b9cdb0e59b: Waiting 22:33:22 93b61091891f: Waiting 22:33:22 36b3adc4ff6f: Verifying Checksum 22:33:22 36b3adc4ff6f: Download complete 22:33:22 46f8f816bc3b: Verifying Checksum 22:33:22 46f8f816bc3b: Download complete 22:33:22 df20fa9351a1: Verifying Checksum 22:33:22 df20fa9351a1: Download complete 22:33:22 93b9cdb0e59b: Verifying Checksum 22:33:22 93b9cdb0e59b: Download complete 22:33:22 5e14af77c1be: Download complete 22:33:22 93b61091891f: Verifying Checksum 22:33:22 93b61091891f: Download complete 22:33:22 01666e4c0597: Download complete 22:33:22 df20fa9351a1: Pull complete 22:33:22 8ad3a11d3b57: Verifying Checksum 22:33:22 8ad3a11d3b57: Download complete 22:33:23 36b3adc4ff6f: Pull complete 22:33:24 8ad3a11d3b57: Pull complete 22:33:24 aa168da1d23b: Verifying Checksum 22:33:24 aa168da1d23b: Download complete 22:33:25 46f8f816bc3b: Pull complete 22:33:25 93b61091891f: Pull complete 22:33:25 93b9cdb0e59b: Pull complete 22:33:25 5e14af77c1be: Pull complete 22:33:26 01666e4c0597: Pull complete 22:33:34 aa168da1d23b: Pull complete 22:33:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:33:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:33:34 prd-centos7-docker-4c-2g-22874 does not seem to be running inside a container 22:33:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_app-functions-sdk-go_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 22:33:37 $ docker top 2848a4328d359fcaeca27ae569d32f58cca6816bb5c15bca3de448046bbdda14 -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:38 + touch /tmp/pre-build-complete [Pipeline] sh 22:33:38 + mkdir -p /var/log/sa [Pipeline] sh 22:33:38 + ls /var/log/sa-host 22:33:38 + sadf -c /var/log/sa-host/sa23 22:33:38 file_magic: OK 22:33:38 HZ: Using current value: 100 22:33:38 file_header: OK 22:33:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:33:38 Statistics: 22:33:38 Hnuu...uuuununununu... 22:33:38 File successfully converted to sysstat format version 12.2.1 22:33:38 + sadf -c /var/log/sa-host/sa26 22:33:38 file_magic: OK 22:33:38 HZ: Using current value: 100 22:33:38 file_header: OK 22:33:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:33:38 Statistics: 22:33:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:33:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:33:39 provisioning config files... 22:33:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config3125337834358655062tmp [Pipeline] { [Pipeline] echo 22:33:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:33:39 ---> create-netrc.sh [Pipeline] } 22:33:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:33:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:33:40 ---> python-tools-install.sh [Pipeline] echo 22:33:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:33:40 ---> sudo-logs.sh 22:33:40 Archiving 'sudo' log.. [Pipeline] echo 22:33:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:33:40 ---> job-cost.sh 22:33:40 lf-activate-venv: SKIPPING 22:33:40 INFO: No Stack... 22:33:42 INFO: Retrieving Pricing Info for: v1-standard-2 22:33:42 INFO: Archiving Costs [Pipeline] echo 22:33:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:33:42 ---> logs-deploy.sh 22:33:42 lf-activate-venv: SKIPPING 22:33:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/hanoi/3 22:33:42 INFO: archiving workspace using pattern(s): 22:33:44 Archives upload complete. 22:33:44 INFO: archiving logs to Nexus 22:33:45 ---> uname -a: 22:33:45 Linux prd-centos7-docker-4c-2g-22874.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:33:45 22:33:45 22:33:45 ---> lscpu: 22:33:45 Architecture: x86_64 22:33:45 CPU op-mode(s): 32-bit, 64-bit 22:33:45 Byte Order: Little Endian 22:33:45 Address sizes: 40 bits physical, 48 bits virtual 22:33:45 CPU(s): 4 22:33:45 On-line CPU(s) list: 0-3 22:33:45 Thread(s) per core: 1 22:33:45 Core(s) per socket: 1 22:33:45 Socket(s): 4 22:33:45 NUMA node(s): 1 22:33:45 Vendor ID: GenuineIntel 22:33:45 CPU family: 6 22:33:45 Model: 44 22:33:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:33:45 Stepping: 1 22:33:45 CPU MHz: 2933.438 22:33:45 BogoMIPS: 5866.87 22:33:45 Virtualization: VT-x 22:33:45 Hypervisor vendor: KVM 22:33:45 Virtualization type: full 22:33:45 L1d cache: 128 KiB 22:33:45 L1i cache: 128 KiB 22:33:45 L2 cache: 16 MiB 22:33:45 L3 cache: 64 MiB 22:33:45 NUMA node0 CPU(s): 0-3 22:33:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:33:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:33:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:33:45 Vulnerability Meltdown: Mitigation; PTI 22:33:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:33:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:33:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:33:45 Vulnerability Srbds: Not affected 22:33:45 Vulnerability Tsx async abort: Not affected 22:33:45 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:33:45 22:33:45 22:33:45 ---> nproc: 22:33:45 4 22:33:45 22:33:45 22:33:45 ---> df -h: 22:33:45 Filesystem Size Used Available Use% Mounted on 22:33:45 overlay 50.0G 8.6G 41.4G 17% / 22:33:45 tmpfs 64.0M 0 64.0M 0% /dev 22:33:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:33:45 shm 64.0M 0 64.0M 0% /dev/shm 22:33:45 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 22:33:45 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 22:33:45 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 22:33:45 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 22:33:45 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 22:33:45 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 22:33:45 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 22:33:45 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/undry_app-functions-sdk-go_hanoi 22:33:45 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/undry_app-functions-sdk-go_hanoi@tmp 22:33:45 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 22:33:45 22:33:45 22:33:45 ---> free -m: 22:33:45 total used free shared buff/cache available 22:33:45 Mem: 1837 845 143 0 848 926 22:33:45 Swap: 1023 2 1021 22:33:45 22:33:45 22:33:45 ---> ip addr: 22:33:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:33:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:33:45 inet 127.0.0.1/8 scope host lo 22:33:45 valid_lft forever preferred_lft forever 22:33:45 inet6 ::1/128 scope host 22:33:45 valid_lft forever preferred_lft forever 22:33:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:33:45 link/ether fa:16:3e:62:87:a1 brd ff:ff:ff:ff:ff:ff 22:33:45 inet 10.30.123.139/23 brd 10.30.123.255 scope global dynamic eth0 22:33:45 valid_lft 85752sec preferred_lft 85752sec 22:33:45 inet6 fe80::f816:3eff:fe62:87a1/64 scope link 22:33:45 valid_lft forever preferred_lft forever 22:33:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:33:45 link/ether 02:42:f7:4e:97:45 brd ff:ff:ff:ff:ff:ff 22:33:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:33:45 valid_lft forever preferred_lft forever 22:33:45 inet6 fe80::42:f7ff:fe4e:9745/64 scope link 22:33:45 valid_lft forever preferred_lft forever 22:33:45 22:33:45 22:33:45 ---> sar -b -r -n DEV: 22:33:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 22:33:45 22:33:45 22:22:46 LINUX RESTART (4 CPU) 22:33:45 22:33:45 22:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:33:45 22:25:01 2.63 0.00 2.63 0.00 0.00 55.87 0.00 22:33:45 22:26:01 0.40 0.00 0.40 0.00 0.00 5.74 0.00 22:33:45 22:27:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 22:33:45 22:28:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 22:33:45 22:29:01 0.25 0.00 0.25 0.00 0.00 3.98 0.00 22:33:45 22:30:01 0.33 0.00 0.33 0.00 0.00 3.63 0.00 22:33:45 22:31:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 22:33:45 22:32:01 269.16 149.99 119.17 0.00 7162.46 35534.27 0.00 22:33:45 22:33:01 255.33 109.85 145.48 0.00 6001.53 35902.63 0.00 22:33:45 Average: 58.79 28.89 29.91 0.00 1463.45 7950.41 0.00 22:33:45 22:33:45 22:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:33:45 22:25:01 231456 0 595776 31.66 2620 1051692 1094964 37.37 436008 1014748 20 22:33:45 22:26:01 229988 0 597240 31.74 2620 1051696 1085904 37.06 436872 1016072 12 22:33:45 22:27:01 228820 0 598400 31.80 2620 1051704 1085808 37.06 448268 1006100 12 22:33:45 22:28:01 224524 0 602696 32.03 2620 1051704 1085844 37.06 448932 1009652 8 22:33:45 22:29:01 221104 0 606108 32.21 2620 1051712 1085784 37.06 464004 998128 8 22:33:45 22:30:01 221344 0 605864 32.20 2620 1051716 1085748 37.05 480336 981604 8 22:33:45 22:31:01 221772 0 605432 32.18 2620 1051720 1085712 37.05 480264 981604 20 22:33:45 22:32:01 87480 0 783952 41.67 2596 1007516 1348296 46.02 557008 957908 80964 22:33:45 22:33:01 221040 0 818540 43.50 1492 840472 1424516 48.62 606856 716552 60 22:33:45 Average: 209725 0 646001 34.33 2492 1023326 1153620 39.37 484283 964708 9012 22:33:45 22:33:45 22:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:33:45 22:25:01 eth0 1.85 1.45 2.26 0.10 0.00 0.00 0.00 0.00 22:33:45 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:26:01 eth0 0.98 0.35 0.32 0.20 0.00 0.00 0.00 0.00 22:33:45 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:27:01 eth0 1.82 0.43 0.48 0.18 0.00 0.00 0.00 0.00 22:33:45 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:28:01 eth0 0.60 0.32 0.28 0.23 0.00 0.00 0.00 0.00 22:33:45 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:29:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:33:45 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:30:01 eth0 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 22:33:45 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:33:45 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:32:01 vethff26a20 58.45 62.36 5.24 410.71 0.00 0.00 0.00 0.00 22:33:45 22:32:01 eth0 512.23 443.73 4495.72 39.90 0.00 0.00 0.00 0.00 22:33:45 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:32:01 docker0 58.45 62.22 4.44 410.70 0.00 0.00 0.00 0.00 22:33:45 22:33:01 eth0 482.49 398.14 3453.48 97.66 0.00 0.00 0.00 0.00 22:33:45 22:33:01 veth059424c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:33:45 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 22:33:01 docker0 25.46 38.09 1.55 203.05 0.00 0.00 0.00 0.00 22:33:45 Average: eth0 111.23 93.92 884.11 15.38 0.00 0.00 0.00 0.00 22:33:45 Average: veth059424c 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:45 Average: docker0 9.33 11.15 0.67 68.23 0.00 0.00 0.00 0.00 22:33:45 22:33:45 22:33:45 ---> sar -P ALL: 22:33:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 22:33:45 22:33:45 22:22:46 LINUX RESTART (4 CPU) 22:33:45 22:33:45 22:24:01 CPU %user %nice %system %iowait %steal %idle 22:33:45 22:25:01 all 0.20 0.00 0.06 0.00 0.00 99.74 22:33:45 22:25:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:33:45 22:25:01 1 0.10 0.00 0.07 0.00 0.00 99.83 22:33:45 22:25:01 2 0.07 0.00 0.03 0.00 0.00 99.90 22:33:45 22:25:01 3 0.57 0.00 0.10 0.00 0.02 99.32 22:33:45 22:26:01 all 0.16 0.00 0.06 0.00 0.00 99.78 22:33:45 22:26:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:33:45 22:26:01 1 0.07 0.00 0.07 0.00 0.00 99.87 22:33:45 22:26:01 2 0.08 0.00 0.07 0.00 0.00 99.85 22:33:45 22:26:01 3 0.47 0.00 0.05 0.00 0.00 99.48 22:33:45 22:27:01 all 0.15 0.00 0.06 0.00 0.00 99.79 22:33:45 22:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:33:45 22:27:01 1 0.13 0.00 0.03 0.00 0.00 99.83 22:33:45 22:27:01 2 0.08 0.00 0.07 0.00 0.02 99.83 22:33:45 22:27:01 3 0.35 0.00 0.10 0.00 0.00 99.55 22:33:45 22:28:01 all 0.17 0.00 0.03 0.00 0.00 99.80 22:33:45 22:28:01 0 0.03 0.00 0.03 0.00 0.02 99.92 22:33:45 22:28:01 1 0.05 0.00 0.02 0.00 0.00 99.93 22:33:45 22:28:01 2 0.07 0.00 0.03 0.00 0.00 99.90 22:33:45 22:28:01 3 0.52 0.00 0.03 0.00 0.00 99.45 22:33:45 22:29:01 all 0.15 0.00 0.05 0.00 0.00 99.80 22:33:45 22:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:33:45 22:29:01 1 0.52 0.00 0.05 0.00 0.00 99.43 22:33:45 22:29:01 2 0.05 0.00 0.07 0.00 0.00 99.88 22:33:45 22:29:01 3 0.02 0.00 0.07 0.00 0.00 99.92 22:33:45 22:30:01 all 0.15 0.00 0.07 0.00 0.00 99.78 22:33:45 22:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:33:45 22:30:01 1 0.53 0.00 0.02 0.00 0.00 99.45 22:33:45 22:30:01 2 0.05 0.00 0.08 0.00 0.00 99.87 22:33:45 22:30:01 3 0.02 0.00 0.15 0.00 0.00 99.83 22:33:45 22:31:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:33:45 22:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:33:45 22:31:01 1 0.53 0.00 0.05 0.00 0.00 99.42 22:33:45 22:31:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:33:45 22:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:33:45 22:32:01 all 9.53 0.00 6.63 3.01 0.06 80.77 22:33:45 22:32:01 0 9.51 0.00 6.60 3.40 0.05 80.43 22:33:45 22:32:01 1 8.98 0.00 5.79 3.10 0.05 82.08 22:33:45 22:32:01 2 8.97 0.00 6.88 2.35 0.07 81.73 22:33:45 22:32:01 3 10.66 0.00 7.24 3.20 0.05 78.85 22:33:45 22:33:01 all 11.32 0.00 8.84 3.82 0.06 75.96 22:33:45 22:33:01 0 9.76 0.00 8.49 3.23 0.07 78.45 22:33:45 22:33:01 1 10.73 0.00 8.38 4.21 0.05 76.63 22:33:45 22:33:01 2 10.54 0.00 8.37 5.50 0.05 75.54 22:33:45 22:33:01 3 14.28 0.00 10.11 2.34 0.05 73.22 22:33:45 Average: all 2.40 0.00 1.72 0.74 0.01 95.12 22:33:45 Average: 0 2.12 0.00 1.66 0.72 0.01 95.48 22:33:45 Average: 1 2.37 0.00 1.58 0.80 0.01 95.24 22:33:45 Average: 2 2.18 0.00 1.71 0.86 0.01 95.24 22:33:45 Average: 3 2.93 0.00 1.94 0.60 0.01 94.51 22:33:45 22:33:45 22:33:45