Started by upstream project "edgexfoundry/cd-management/release" build number 48 originally caused by: Push event to branch release 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-25067 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 Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) > 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 > 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 [2021-02-04T22:20:37.854Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T22:20:38.139Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T22:20:38.253Z] ========================================================= [2021-02-04T22:20:38.253Z] EdgeX Global Pipelines Version Info [2021-02-04T22:20:38.253Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:20:40.910Z] ------------------- [2021-02-04T22:20:40.910Z] stable info: [2021-02-04T22:20:40.910Z] ------------------- [2021-02-04T22:20:40.910Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T22:20:40.910Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T22:20:40.910Z] Message: update stable to v1.0.179 [2021-02-04T22:20:41.986Z] ------------------- [2021-02-04T22:20:41.986Z] experimental info: [2021-02-04T22:20:41.986Z] ------------------- [2021-02-04T22:20:41.986Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T22:20:41.986Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T22:20:41.986Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T22:20:42.347Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-04T22:20:42.453Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-04T22:20:42.554Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T22:20:42.664Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T22:20:42.811Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T22:20:42.911Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T22:20:43.009Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T22:20:43.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T22:20:43.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-04T22:20:43.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T22:20:43.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T22:20:43.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-04T22:20:43.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T22:20:43.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T22:20:43.803Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T22:20:43.903Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T22:20:43.994Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T22:20:44.110Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T22:20:44.204Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T22:20:44.299Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-04T22:20:44.416Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T22:20:44.508Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-04T22:20:44.603Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-04T22:20:44.698Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-04T22:20:44.814Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-04T22:20:44.940Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T22:20:45.070Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T22:20:45.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo [2021-02-04T22:20:45.252Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo [2021-02-04T22:20:45.348Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo [2021-02-04T22:20:45.450Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] echo [2021-02-04T22:20:45.543Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eab384c [Pipeline] echo [2021-02-04T22:20:45.635Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T22:20:46.426Z] + git log --format=format:%s -1 eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] echo [2021-02-04T22:20:46.566Z] GIT_COMMIT: eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b, Commit Message: fix: Upgrade to go-mod-messaging with ZMQ fix (#660) [Pipeline] echo [2021-02-04T22:20:46.613Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:20:47.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T22:20:48.713Z] [2021-02-04T22:20:48.713Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:20:49.145Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T22:20:49.424Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T22:20:49.424Z] 31603596830f: Pulling fs layer [2021-02-04T22:20:49.424Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T22:20:49.424Z] 6ca5941a6612: Pulling fs layer [2021-02-04T22:20:49.424Z] ecc8261a40a4: Pulling fs layer [2021-02-04T22:20:49.424Z] ecc8261a40a4: Waiting [2021-02-04T22:20:49.424Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T22:20:49.424Z] 2a8b12db71e7: Download complete [2021-02-04T22:20:49.723Z] 31603596830f: Verifying Checksum [2021-02-04T22:20:49.723Z] 31603596830f: Download complete [2021-02-04T22:20:50.407Z] 6ca5941a6612: Verifying Checksum [2021-02-04T22:20:50.407Z] 6ca5941a6612: Download complete [2021-02-04T22:20:50.407Z] ecc8261a40a4: Verifying Checksum [2021-02-04T22:20:50.407Z] ecc8261a40a4: Download complete [2021-02-04T22:20:50.677Z] 31603596830f: Pull complete [2021-02-04T22:20:50.950Z] 2a8b12db71e7: Pull complete [2021-02-04T22:20:53.002Z] 6ca5941a6612: Pull complete [2021-02-04T22:20:53.627Z] ecc8261a40a4: Pull complete [2021-02-04T22:20:53.627Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T22:20:53.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T22:20:53.935Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T22:20:54.634Z] prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container [2021-02-04T22:20:55.031Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T22:20:59.656Z] $ docker top a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T22:21:00.209Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T22:21:00.209Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T22:21:00.805Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T22:21:00.816Z] $ docker exec a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb ssh-agent [2021-02-04T22:21:01.498Z] SSH_AUTH_SOCK=/tmp/ssh-PR6gdF9DCN5r/agent.11 [2021-02-04T22:21:01.499Z] SSH_AGENT_PID=16 [2021-02-04T22:21:01.546Z] Running ssh-add (command line suppressed) [2021-02-04T22:21:01.905Z] Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_2717205533420855538.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_2717205533420855538.key) [2021-02-04T22:21:02.008Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T22:21:02.820Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T22:21:02.855Z] $ docker exec --env ******** --env ******** a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb ssh-agent -k [2021-02-04T22:21:03.116Z] unset SSH_AUTH_SOCK; [2021-02-04T22:21:03.117Z] unset SSH_AGENT_PID; [2021-02-04T22:21:03.117Z] echo Agent pid 16 killed; [2021-02-04T22:21:03.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-02-04T22:21:03.384Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.3.1|v1.3.1-dev.1' [Pipeline] sshagent [2021-02-04T22:21:03.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T22:21:03.482Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T22:21:03.775Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T22:21:03.779Z] $ docker exec a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb ssh-agent [2021-02-04T22:21:04.251Z] SSH_AUTH_SOCK=/tmp/ssh-iOfKMzNjuV1Z/agent.45 [2021-02-04T22:21:04.251Z] SSH_AGENT_PID=51 [2021-02-04T22:21:04.269Z] Running ssh-add (command line suppressed) [2021-02-04T22:21:04.563Z] Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_616979291029767950.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_616979291029767950.key) [2021-02-04T22:21:04.764Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T22:21:05.141Z] + git semver init [2021-02-04T22:21:05.141Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T22:21:05.141Z] # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git [2021-02-04T22:21:05.141Z] # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi [2021-02-04T22:21:05.141Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T22:21:05.141Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T22:21:05.141Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T22:21:05.141Z] # $SEMVER_BRANCH = hanoi [2021-02-04T22:21:05.141Z] # $SEMVER_TEMP = /tmp/semver-404860156 [2021-02-04T22:21:05.141Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-04T22:21:09.502Z] # '/tmp/semver-404860156' -> '/w/workspace/undry_app-functions-sdk-go_hanoi/.semver' [2021-02-04T22:21:09.502Z] # -> Force: false [2021-02-04T22:21:09.502Z] # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver [Pipeline] } [2021-02-04T22:21:09.528Z] $ docker exec --env ******** --env ******** a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb ssh-agent -k [2021-02-04T22:21:09.784Z] unset SSH_AUTH_SOCK; [2021-02-04T22:21:09.788Z] unset SSH_AGENT_PID; [2021-02-04T22:21:09.788Z] echo Agent pid 51 killed; [2021-02-04T22:21:09.868Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T22:21:10.366Z] + git semver [Pipeline] } [2021-02-04T22:21:10.411Z] $ docker stop --time=1 a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb [2021-02-04T22:21:12.451Z] $ docker rm -f a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T22:21:13.086Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T22:21:14.070Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T22:21:14.073Z] [edgeXSemver]: initialized semver on version 1.3.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 [2021-02-04T22:21:29.580Z] Still waiting to schedule task [2021-02-04T22:21:29.580Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-04T22:21:29.583Z] Still waiting to schedule task [2021-02-04T22:21:29.583Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-04T22:23:17.283Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25068 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] ws [2021-02-04T22:23:17.348Z] Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-02-04T22:23:22.375Z] using credential edgex-jenkins-ssh [2021-02-04T22:23:22.440Z] Cloning the remote Git repository [2021-02-04T22:23:22.521Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-04T22:23:22.636Z] > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 [2021-02-04T22:23:22.727Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-04T22:23:22.728Z] > git --version # timeout=10 [2021-02-04T22:23:22.752Z] > git --version # 'git version 2.17.1' [2021-02-04T22:23:22.754Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T22:23:22.822Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T22:23:26.335Z] Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) [2021-02-04T22:23:25.651Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-04T22:23:25.681Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T22:23:25.705Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-04T22:23:25.745Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-04T22:23:25.745Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T22:23:25.759Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-04T22:23:26.355Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T22:23:26.368Z] > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 [2021-02-04T22:23:30.767Z] 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 [2021-02-04T22:23:33.000Z] + git checkout eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [2021-02-04T22:23:33.000Z] HEAD is now at eab384c fix: Upgrade to go-mod-messaging with ZMQ fix (#660) [Pipeline] sh [2021-02-04T22:23:33.410Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T22:23:33.799Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T22:23:34.150Z] + sudo service docker restart [2021-02-04T22:23:34.150Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-04T22:23:37.042Z] ========================================================= [2021-02-04T22:23:37.042Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T22:23:37.042Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:23:37.431Z] + 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 . [2021-02-04T22:23:38.411Z] Sending build context to Docker daemon 19.21MB [2021-02-04T22:23:38.689Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-02-04T22:23:38.689Z] Step 2/8 : FROM ${BASE} [2021-02-04T22:23:38.963Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T22:23:38.963Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T22:23:38.963Z] a4357932f1b6: Pulling fs layer [2021-02-04T22:23:38.963Z] 18c013af1878: Pulling fs layer [2021-02-04T22:23:38.963Z] 00ac8860ef70: Pulling fs layer [2021-02-04T22:23:38.963Z] 63d7cb157983: Pulling fs layer [2021-02-04T22:23:38.963Z] b116817d02f9: Pulling fs layer [2021-02-04T22:23:38.963Z] 745a02a5169b: Pulling fs layer [2021-02-04T22:23:38.963Z] 00ac8860ef70: Waiting [2021-02-04T22:23:38.963Z] 63d7cb157983: Waiting [2021-02-04T22:23:38.963Z] b116817d02f9: Waiting [2021-02-04T22:23:38.963Z] 745a02a5169b: Waiting [2021-02-04T22:23:38.963Z] 18c013af1878: Verifying Checksum [2021-02-04T22:23:38.963Z] 18c013af1878: Download complete [2021-02-04T22:23:38.963Z] a4357932f1b6: Verifying Checksum [2021-02-04T22:23:38.963Z] a4357932f1b6: Download complete [2021-02-04T22:23:38.963Z] 63d7cb157983: Verifying Checksum [2021-02-04T22:23:38.963Z] 63d7cb157983: Download complete [2021-02-04T22:23:38.963Z] b116817d02f9: Download complete [2021-02-04T22:23:39.571Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T22:23:39.571Z] 5f621e34cdf4: Download complete [2021-02-04T22:23:40.562Z] 5f621e34cdf4: Pull complete [2021-02-04T22:23:40.846Z] a4357932f1b6: Pull complete [2021-02-04T22:23:41.445Z] 18c013af1878: Pull complete [2021-02-04T22:23:42.047Z] 745a02a5169b: Verifying Checksum [2021-02-04T22:23:42.047Z] 745a02a5169b: Download complete [2021-02-04T22:23:43.033Z] 00ac8860ef70: Verifying Checksum [2021-02-04T22:23:43.033Z] 00ac8860ef70: Download complete [2021-02-04T22:23:53.195Z] 00ac8860ef70: Pull complete [2021-02-04T22:23:53.468Z] 63d7cb157983: Pull complete [2021-02-04T22:23:53.741Z] b116817d02f9: Pull complete [2021-02-04T22:23:58.055Z] 745a02a5169b: Pull complete [2021-02-04T22:23:58.055Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T22:23:58.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T22:23:58.055Z] ---> b7e6874047d6 [2021-02-04T22:23:58.055Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-02-04T22:23:58.055Z] latest: Pulling from library/docker [2021-02-04T22:23:58.055Z] 2914792bc417: Pulling fs layer [2021-02-04T22:23:58.055Z] 756c677dae0e: Pulling fs layer [2021-02-04T22:23:58.055Z] 318712088e33: Pulling fs layer [2021-02-04T22:23:58.055Z] be4ea4215e87: Pulling fs layer [2021-02-04T22:23:58.055Z] 0afbccbf4e53: Pulling fs layer [2021-02-04T22:23:58.055Z] 3b11151c2bc8: Pulling fs layer [2021-02-04T22:23:58.055Z] 46a6a033d54e: Pulling fs layer [2021-02-04T22:23:58.055Z] 3b11151c2bc8: Waiting [2021-02-04T22:23:58.055Z] be4ea4215e87: Waiting [2021-02-04T22:23:58.055Z] 0afbccbf4e53: Waiting [2021-02-04T22:23:58.055Z] 2914792bc417: Verifying Checksum [2021-02-04T22:23:58.055Z] 2914792bc417: Download complete [2021-02-04T22:23:58.055Z] 318712088e33: Verifying Checksum [2021-02-04T22:23:58.055Z] 318712088e33: Download complete [2021-02-04T22:23:58.329Z] 756c677dae0e: Verifying Checksum [2021-02-04T22:23:58.329Z] 756c677dae0e: Download complete [2021-02-04T22:23:58.329Z] 0afbccbf4e53: Download complete [2021-02-04T22:23:58.329Z] 3b11151c2bc8: Verifying Checksum [2021-02-04T22:23:58.329Z] 3b11151c2bc8: Download complete [2021-02-04T22:23:58.603Z] 46a6a033d54e: Download complete [2021-02-04T22:23:58.603Z] 2914792bc417: Pull complete [2021-02-04T22:23:59.202Z] 756c677dae0e: Pull complete [2021-02-04T22:23:59.474Z] 318712088e33: Pull complete [2021-02-04T22:24:03.801Z] be4ea4215e87: Verifying Checksum [2021-02-04T22:24:03.801Z] be4ea4215e87: Download complete [2021-02-04T22:24:07.197Z] be4ea4215e87: Pull complete [2021-02-04T22:24:07.197Z] 0afbccbf4e53: Pull complete [2021-02-04T22:24:07.197Z] 3b11151c2bc8: Pull complete [2021-02-04T22:24:07.795Z] 46a6a033d54e: Pull complete [2021-02-04T22:24:07.795Z] Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba [2021-02-04T22:24:07.795Z] Status: Downloaded newer image for docker:latest [2021-02-04T22:24:14.525Z] ---> 2bca07090e6d [2021-02-04T22:24:14.525Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-04T22:24:14.525Z] ---> Running in de1a60d07f20 [2021-02-04T22:24:14.525Z] Removing intermediate container de1a60d07f20 [2021-02-04T22:24:14.525Z] ---> bd8d3c95c95e [2021-02-04T22:24:14.525Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-04T22:24:14.525Z] ---> Running in c7497809296e [2021-02-04T22:24:15.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T22:24:16.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T22:24:17.147Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-04T22:24:17.147Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-04T22:24:17.418Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-04T22:24:17.418Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-04T22:24:17.418Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-04T22:24:17.690Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T22:24:17.690Z] OK: 144 MiB in 44 packages [2021-02-04T22:24:19.126Z] Removing intermediate container c7497809296e [2021-02-04T22:24:19.126Z] ---> 4b091fc071aa [2021-02-04T22:24:19.126Z] Step 6/8 : WORKDIR /build [2021-02-04T22:24:19.126Z] ---> Running in bdc5cea2ae8a [2021-02-04T22:24:19.723Z] Removing intermediate container bdc5cea2ae8a [2021-02-04T22:24:19.723Z] ---> fd1668ad43b2 [2021-02-04T22:24:19.723Z] Step 7/8 : COPY go.mod . [2021-02-04T22:24:20.320Z] ---> 587bde9cbc7e [2021-02-04T22:24:20.320Z] Step 8/8 : RUN go mod download [2021-02-04T22:24:20.607Z] ---> Running in cfe67c609c30 [2021-02-04T22:24:52.953Z] Removing intermediate container cfe67c609c30 [2021-02-04T22:24:52.953Z] ---> aab8108c008a [2021-02-04T22:24:52.953Z] Successfully built aab8108c008a [2021-02-04T22:24:52.953Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:24:53.319Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T22:24:53.319Z] . [Pipeline] withDockerContainer [2021-02-04T22:24:53.600Z] prd-ubuntu18.04-docker-arm64-4c-16g-25068 does not seem to be running inside a container [2021-02-04T22:24:53.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T22:24:54.462Z] Running on prd-centos7-docker-4c-2g-25069 in /w/workspace/undry_app-functions-sdk-go_hanoi [2021-02-04T22:24:55.141Z] $ docker top 2cceab8aed664dbe4f0198d1fda77d3a7b0bd24d3f52f9431ae80233518c2a8b -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-02-04T22:24:55.633Z] Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-02-04T22:24:56.218Z] + go version [2021-02-04T22:24:56.219Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T22:24:56.247Z] $ docker stop --time=1 2cceab8aed664dbe4f0198d1fda77d3a7b0bd24d3f52f9431ae80233518c2a8b [2021-02-04T22:24:58.143Z] $ docker rm -f 2cceab8aed664dbe4f0198d1fda77d3a7b0bd24d3f52f9431ae80233518c2a8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:24:59.117Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T22:24:59.117Z] . [Pipeline] withDockerContainer [2021-02-04T22:24:59.380Z] prd-ubuntu18.04-docker-arm64-4c-16g-25068 does not seem to be running inside a container [2021-02-04T22:24:59.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T22:25:00.947Z] $ docker top 211bdb0b78d151164c9d281907d52887634f69d55d96aeed401b274831d3348b -eo pid,comm [2021-02-04T22:25:00.995Z] using credential edgex-jenkins-ssh [2021-02-04T22:25:01.053Z] Cloning the remote Git repository [Pipeline] { [Pipeline] sh [2021-02-04T22:25:01.970Z] + make test [2021-02-04T22:25:01.970Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-04T22:25:01.105Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-04T22:25:01.226Z] > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 [2021-02-04T22:25:01.422Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-04T22:25:01.422Z] > git --version # timeout=10 [2021-02-04T22:25:01.475Z] > git --version # 'git version 2.24.3' [2021-02-04T22:25:01.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T22:25:01.581Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T22:25:03.949Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-02-04T22:25:05.681Z] Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) [2021-02-04T22:25:04.788Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-04T22:25:04.809Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T22:25:04.832Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-04T22:25:04.862Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-04T22:25:04.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T22:25:04.877Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-04T22:25:05.703Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T22:25:05.719Z] > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 [2021-02-04T22:25:10.087Z] 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 [2021-02-04T22:25:11.969Z] + git checkout eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [2021-02-04T22:25:11.969Z] HEAD is now at eab384c fix: Upgrade to go-mod-messaging with ZMQ fix (#660) [Pipeline] sh [2021-02-04T22:25:12.442Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T22:25:12.759Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T22:25:13.081Z] + sudo service docker restart [2021-02-04T22:25:13.081Z] + true [2021-02-04T22:25:13.081Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-04T22:25:14.733Z] ========================================================= [2021-02-04T22:25:14.733Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T22:25:14.733Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:25:15.118Z] + 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 . [2021-02-04T22:25:16.106Z] Sending build context to Docker daemon 19.21MB [2021-02-04T22:25:16.106Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-02-04T22:25:16.106Z] Step 2/8 : FROM ${BASE} [2021-02-04T22:25:16.383Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T22:25:16.383Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T22:25:16.383Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T22:25:16.383Z] de9db76c5a1d: Pulling fs layer [2021-02-04T22:25:16.383Z] bca2f99d35d6: Pulling fs layer [2021-02-04T22:25:16.383Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T22:25:16.383Z] 7c6f9722023f: Pulling fs layer [2021-02-04T22:25:16.383Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T22:25:16.383Z] bca2f99d35d6: Waiting [2021-02-04T22:25:16.383Z] 93359f2a8cfa: Waiting [2021-02-04T22:25:16.383Z] 7c6f9722023f: Waiting [2021-02-04T22:25:16.383Z] a35cf1a2eb13: Waiting [2021-02-04T22:25:16.383Z] de9db76c5a1d: Verifying Checksum [2021-02-04T22:25:16.383Z] de9db76c5a1d: Download complete [2021-02-04T22:25:16.383Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T22:25:16.383Z] 0ef7d3d256c8: Download complete [2021-02-04T22:25:16.383Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T22:25:16.383Z] 93359f2a8cfa: Download complete [2021-02-04T22:25:16.980Z] 7c6f9722023f: Verifying Checksum [2021-02-04T22:25:16.980Z] 7c6f9722023f: Download complete [2021-02-04T22:25:16.980Z] 188c0c94c7c5: Download complete [2021-02-04T22:25:17.597Z] 188c0c94c7c5: Pull complete [2021-02-04T22:25:18.243Z] 0ef7d3d256c8: Pull complete [2021-02-04T22:25:18.523Z] de9db76c5a1d: Pull complete [2021-02-04T22:25:21.260Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T22:25:21.260Z] a35cf1a2eb13: Download complete [2021-02-04T22:25:21.982Z] bca2f99d35d6: Verifying Checksum [2021-02-04T22:25:21.982Z] bca2f99d35d6: Download complete [2021-02-04T22:25:26.210Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.028s coverage: 86.2% of statements [2021-02-04T22:25:34.669Z] bca2f99d35d6: Pull complete [2021-02-04T22:25:34.669Z] 93359f2a8cfa: Pull complete [2021-02-04T22:25:34.669Z] 7c6f9722023f: Pull complete [2021-02-04T22:25:41.731Z] a35cf1a2eb13: Pull complete [2021-02-04T22:25:41.731Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T22:25:41.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T22:25:41.731Z] ---> a62c8e92a672 [2021-02-04T22:25:41.731Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-02-04T22:25:41.731Z] latest: Pulling from library/docker [2021-02-04T22:25:41.731Z] 4c0d98bf9879: Pulling fs layer [2021-02-04T22:25:41.731Z] e2f804d31884: Pulling fs layer [2021-02-04T22:25:41.731Z] 1a73bd8bacd2: Pulling fs layer [2021-02-04T22:25:41.731Z] b102489fa576: Pulling fs layer [2021-02-04T22:25:41.731Z] db0085121e3c: Pulling fs layer [2021-02-04T22:25:41.731Z] 9b35ed1592a3: Pulling fs layer [2021-02-04T22:25:41.731Z] 88fabd309798: Pulling fs layer [2021-02-04T22:25:41.731Z] db0085121e3c: Waiting [2021-02-04T22:25:41.731Z] 9b35ed1592a3: Waiting [2021-02-04T22:25:41.731Z] 88fabd309798: Waiting [2021-02-04T22:25:41.731Z] b102489fa576: Waiting [2021-02-04T22:25:41.731Z] 4c0d98bf9879: Verifying Checksum [2021-02-04T22:25:41.731Z] 4c0d98bf9879: Download complete [2021-02-04T22:25:41.731Z] 1a73bd8bacd2: Download complete [2021-02-04T22:25:41.731Z] db0085121e3c: Verifying Checksum [2021-02-04T22:25:41.731Z] db0085121e3c: Download complete [2021-02-04T22:25:41.731Z] e2f804d31884: Verifying Checksum [2021-02-04T22:25:41.731Z] e2f804d31884: Download complete [2021-02-04T22:25:41.731Z] 4c0d98bf9879: Pull complete [2021-02-04T22:25:41.731Z] 9b35ed1592a3: Verifying Checksum [2021-02-04T22:25:41.731Z] 9b35ed1592a3: Download complete [2021-02-04T22:25:41.731Z] 88fabd309798: Verifying Checksum [2021-02-04T22:25:41.731Z] 88fabd309798: Download complete [2021-02-04T22:25:42.040Z] e2f804d31884: Pull complete [2021-02-04T22:25:42.311Z] 1a73bd8bacd2: Pull complete [2021-02-04T22:25:46.629Z] b102489fa576: Verifying Checksum [2021-02-04T22:25:46.629Z] b102489fa576: Download complete [2021-02-04T22:25:52.355Z] b102489fa576: Pull complete [2021-02-04T22:25:52.642Z] db0085121e3c: Pull complete [2021-02-04T22:25:52.934Z] 9b35ed1592a3: Pull complete [2021-02-04T22:25:52.934Z] 88fabd309798: Pull complete [2021-02-04T22:25:53.203Z] Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba [2021-02-04T22:25:53.203Z] Status: Downloaded newer image for docker:latest [2021-02-04T22:25:56.016Z] ---> 7f7a668080a3 [2021-02-04T22:25:56.016Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-04T22:25:56.313Z] ---> Running in 61891cc1e959 [2021-02-04T22:25:56.939Z] Removing intermediate container 61891cc1e959 [2021-02-04T22:25:56.939Z] ---> 531c9bcd017b [2021-02-04T22:25:56.939Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-04T22:25:56.939Z] ---> Running in 6db94f5905a5 [2021-02-04T22:25:58.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T22:25:59.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T22:25:59.637Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-04T22:25:59.637Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-04T22:25:59.916Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-04T22:25:59.916Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-04T22:25:59.916Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-04T22:26:00.196Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T22:26:00.196Z] OK: 167 MiB in 44 packages [2021-02-04T22:26:00.798Z] Removing intermediate container 6db94f5905a5 [2021-02-04T22:26:00.798Z] ---> c5b7214d5ea9 [2021-02-04T22:26:00.798Z] Step 6/8 : WORKDIR /build [2021-02-04T22:26:00.798Z] ---> Running in 95ada9d316f7 [2021-02-04T22:26:01.073Z] Removing intermediate container 95ada9d316f7 [2021-02-04T22:26:01.073Z] ---> 8d69358b62f2 [2021-02-04T22:26:01.073Z] Step 7/8 : COPY go.mod . [2021-02-04T22:26:01.669Z] ---> a39c432ab6ce [2021-02-04T22:26:01.669Z] Step 8/8 : RUN go mod download [2021-02-04T22:26:01.942Z] ---> Running in 9cf11f017ba3 [2021-02-04T22:26:05.235Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.064s coverage: 52.0% of statements [2021-02-04T22:26:05.235Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-02-04T22:26:05.235Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-02-04T22:26:05.235Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.066s coverage: 54.7% of statements [2021-02-04T22:26:05.235Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-02-04T22:26:05.235Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.048s coverage: 69.1% of statements [2021-02-04T22:26:15.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.447s coverage: 61.6% of statements [2021-02-04T22:26:15.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements [2021-02-04T22:26:15.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements [2021-02-04T22:26:15.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements [2021-02-04T22:26:15.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements [2021-02-04T22:26:15.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements [2021-02-04T22:26:15.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2021-02-04T22:26:15.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-02-04T22:26:15.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-02-04T22:26:15.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-02-04T22:26:15.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-02-04T22:26:15.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-02-04T22:26:15.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2021-02-04T22:26:15.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.010s coverage: 96.6% of statements [2021-02-04T22:26:15.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-02-04T22:26:15.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.016s coverage: 97.7% of statements [2021-02-04T22:26:15.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-02-04T22:26:15.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2021-02-04T22:26:15.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.021s coverage: 8.8% of statements [2021-02-04T22:26:16.846Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.942s coverage: 75.0% of statements [2021-02-04T22:26:16.846Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-02-04T22:26:16.846Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.049s coverage: 89.7% of statements [2021-02-04T22:26:16.846Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.023s coverage: 88.9% of statements [2021-02-04T22:26:16.846Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.043s coverage: 80.5% of statements [2021-02-04T22:26:16.846Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements [2021-02-04T22:26:41.319Z] Removing intermediate container 9cf11f017ba3 [2021-02-04T22:26:41.319Z] ---> 96473f657366 [2021-02-04T22:26:41.319Z] Successfully built 96473f657366 [2021-02-04T22:26:41.319Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:26:41.732Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T22:26:42.367Z] . [Pipeline] withDockerContainer [2021-02-04T22:26:42.662Z] prd-centos7-docker-4c-2g-25069 does not seem to be running inside a container [2021-02-04T22:26:42.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T22:26:43.680Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.061s coverage: 71.0% of statements [2021-02-04T22:26:43.680Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.016s coverage: 94.4% of statements [2021-02-04T22:26:43.680Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-04T22:26:44.353Z] $ docker top b172af1f9e98294769e81198472665fcfe52cd97281d67ed9907fb0c269105f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T22:26:45.489Z] + go version [2021-02-04T22:26:45.489Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T22:26:45.524Z] $ docker stop --time=1 b172af1f9e98294769e81198472665fcfe52cd97281d67ed9907fb0c269105f0 [2021-02-04T22:26:47.383Z] $ docker rm -f b172af1f9e98294769e81198472665fcfe52cd97281d67ed9907fb0c269105f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:26:48.837Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T22:26:48.837Z] . [Pipeline] withDockerContainer [2021-02-04T22:26:49.020Z] prd-centos7-docker-4c-2g-25069 does not seem to be running inside a container [2021-02-04T22:26:49.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T22:26:50.637Z] $ docker top 992118a704ab0ee4f1688ed4a5c056a4ee11773bceb49a6766e13ec901c5f11c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T22:26:51.351Z] + make test [2021-02-04T22:26:51.351Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-04T22:26:56.114Z] gofmt -l . [2021-02-04T22:26:56.114Z] [ "`gofmt -l .`" = "" ] [2021-02-04T22:26:56.114Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-04T22:26:56.140Z] $ docker stop --time=1 211bdb0b78d151164c9d281907d52887634f69d55d96aeed401b274831d3348b [2021-02-04T22:26:58.252Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-02-04T22:26:58.315Z] $ docker rm -f 211bdb0b78d151164c9d281907d52887634f69d55d96aeed401b274831d3348b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T22:26:59.368Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T22:27:00.192Z] 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] } [2021-02-04T22:27:13.903Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.042s coverage: 86.2% of statements [2021-02-04T22:27:46.805Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.122s coverage: 52.0% of statements [2021-02-04T22:27:46.805Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-02-04T22:27:46.805Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-02-04T22:27:46.805Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.059s coverage: 54.7% of statements [2021-02-04T22:27:46.805Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-02-04T22:27:46.805Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.047s coverage: 69.1% of statements [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.447s coverage: 61.6% of statements [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.010s coverage: 89.5% of statements [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.009s coverage: 100.0% of statements [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.045s coverage: 100.0% of statements [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.063s coverage: 100.0% of statements [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.009s coverage: 100.0% of statements [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.041s coverage: 96.6% of statements [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.044s coverage: 97.7% of statements [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.028s coverage: 8.8% of statements [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.957s coverage: 75.0% of statements [2021-02-04T22:27:59.423Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.026s coverage: 89.7% of statements [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.020s coverage: 88.9% of statements [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.059s coverage: 80.5% of statements [2021-02-04T22:27:59.423Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.040s coverage: 71.7% of statements [2021-02-04T22:28:21.850Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.064s coverage: 71.0% of statements [2021-02-04T22:28:21.850Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.011s coverage: 94.4% of statements [2021-02-04T22:28:21.850Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-04T22:28:30.414Z] gofmt -l . [2021-02-04T22:28:30.414Z] [ "`gofmt -l .`" = "" ] [2021-02-04T22:28:30.704Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-04T22:28:32.270Z] $ docker stop --time=1 992118a704ab0ee4f1688ed4a5c056a4ee11773bceb49a6766e13ec901c5f11c [2021-02-04T22:28:34.629Z] $ docker rm -f 992118a704ab0ee4f1688ed4a5c056a4ee11773bceb49a6766e13ec901c5f11c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T22:28:35.570Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T22:28:36.259Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T22:28:36.890Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T22:28:39.276Z] provisioning config files... [2021-02-04T22:28:39.301Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config8376383474487313779tmp [Pipeline] { [Pipeline] sh [2021-02-04T22:28:39.818Z] + set +x [2021-02-04T22:28:39.818Z] + curl -s https://codecov.io/bash [2021-02-04T22:28:39.818Z] + bash -s -- [2021-02-04T22:28:40.100Z] [2021-02-04T22:28:40.100Z] _____ _ [2021-02-04T22:28:40.100Z] / ____| | | [2021-02-04T22:28:40.100Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T22:28:40.100Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T22:28:40.100Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T22:28:40.100Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T22:28:40.100Z] Bash-20210129-7c25fce [2021-02-04T22:28:40.100Z] [2021-02-04T22:28:40.100Z] [2021-02-04T22:28:40.100Z] ==> git version 2.24.3 found [2021-02-04T22:28:40.100Z] ==> 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 [2021-02-04T22:28:40.100Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T22:28:40.100Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T22:28:40.100Z] ==> Jenkins CI detected. [2021-02-04T22:28:40.100Z] project root: . [2021-02-04T22:28:40.100Z] --> token set from env [2021-02-04T22:28:40.100Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T22:28:40.100Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T22:28:40.100Z] ==> Python coveragepy not found [2021-02-04T22:28:40.100Z] ==> Searching for coverage reports in: [2021-02-04T22:28:40.100Z] + . [2021-02-04T22:28:40.101Z] -> Found 1 reports [2021-02-04T22:28:40.101Z] ==> Detecting git/mercurial file structure [2021-02-04T22:28:40.381Z] ==> Reading reports [2021-02-04T22:28:40.381Z] + ./coverage.out bytes=90550 [2021-02-04T22:28:40.381Z] ==> Appending adjustments [2021-02-04T22:28:40.381Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T22:28:41.010Z] + Found adjustments [2021-02-04T22:28:41.281Z] ==> Gzipping contents [2021-02-04T22:28:41.281Z] 16K /tmp/codecov.UKGl6F.gz [2021-02-04T22:28:41.281Z] ==> Uploading reports [2021-02-04T22:28:41.281Z] url: https://codecov.io [2021-02-04T22:28:41.281Z] query: branch=hanoi&commit=eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fhanoi%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T22:28:41.281Z] -> Pinging Codecov [2021-02-04T22:28:41.281Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=hanoi&commit=eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fhanoi%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T22:28:41.873Z] -> Uploading to [2021-02-04T22:28:41.873Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/3D8B5DFFC46A037C893635FACE044666/eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b/64ceabd2-3b37-4623-932e-ab2aff7c3845.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T222841Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=69a1f9950593fc6f189ab9525e1d41fb3cec02a703426161ac1ba575969d99b5 [2021-02-04T22:28:41.873Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T22:28:41.873Z] Dload Upload Total Spent Left Speed [2021-02-04T22:28:42.410Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16089 0 0 100 16089 0 27671 --:--:-- --:--:-- --:--:-- 27644 [2021-02-04T22:28:42.410Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] } [2021-02-04T22:28:42.423Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-04T22:28:43.327Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-04T22:28:43.424Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:28:43.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T22:28:44.076Z] [2021-02-04T22:28:44.076Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:28:44.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T22:28:44.459Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-04T22:28:44.459Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T22:28:44.459Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T22:28:44.459Z] de9db76c5a1d: Pulling fs layer [2021-02-04T22:28:44.459Z] 0eba1c9be4d2: Pulling fs layer [2021-02-04T22:28:44.459Z] 0d57e429df01: Pulling fs layer [2021-02-04T22:28:44.459Z] 4e4be7b47b0d: Pulling fs layer [2021-02-04T22:28:44.459Z] e1f770b5df2f: Pulling fs layer [2021-02-04T22:28:44.459Z] 85a0685a4137: Pulling fs layer [2021-02-04T22:28:44.459Z] 0eba1c9be4d2: Waiting [2021-02-04T22:28:44.459Z] 0d57e429df01: Waiting [2021-02-04T22:28:44.459Z] 4e4be7b47b0d: Waiting [2021-02-04T22:28:44.459Z] e1f770b5df2f: Waiting [2021-02-04T22:28:44.459Z] 85a0685a4137: Waiting [2021-02-04T22:28:44.459Z] de9db76c5a1d: Verifying Checksum [2021-02-04T22:28:44.459Z] de9db76c5a1d: Download complete [2021-02-04T22:28:44.767Z] 0ef7d3d256c8: Download complete [2021-02-04T22:28:44.767Z] 0d57e429df01: Verifying Checksum [2021-02-04T22:28:44.767Z] 0d57e429df01: Download complete [2021-02-04T22:28:44.767Z] 4e4be7b47b0d: Verifying Checksum [2021-02-04T22:28:44.767Z] 4e4be7b47b0d: Download complete [2021-02-04T22:28:44.767Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T22:28:44.767Z] 188c0c94c7c5: Download complete [2021-02-04T22:28:45.819Z] 188c0c94c7c5: Pull complete [2021-02-04T22:28:45.819Z] 0ef7d3d256c8: Pull complete [2021-02-04T22:28:46.111Z] de9db76c5a1d: Pull complete [2021-02-04T22:28:46.750Z] e1f770b5df2f: Verifying Checksum [2021-02-04T22:28:46.750Z] e1f770b5df2f: Download complete [2021-02-04T22:28:51.219Z] 0eba1c9be4d2: Verifying Checksum [2021-02-04T22:28:51.219Z] 0eba1c9be4d2: Download complete [2021-02-04T22:28:52.856Z] 85a0685a4137: Verifying Checksum [2021-02-04T22:28:52.856Z] 85a0685a4137: Download complete [2021-02-04T22:29:03.284Z] 0eba1c9be4d2: Pull complete [2021-02-04T22:29:03.553Z] 0d57e429df01: Pull complete [2021-02-04T22:29:03.835Z] 4e4be7b47b0d: Pull complete [2021-02-04T22:29:05.822Z] e1f770b5df2f: Pull complete [2021-02-04T22:29:18.345Z] 85a0685a4137: Pull complete [2021-02-04T22:29:18.346Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-04T22:29:18.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T22:29:18.346Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-04T22:29:18.806Z] prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container [2021-02-04T22:29:19.045Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-04T22:29:20.873Z] $ docker top 66ccf92790b05cf700022faa44c0d1ca1c5746e3f9f472e640723b33d73dc83a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T22:29:21.218Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-04T22:29:21.577Z] + set -o pipefail [2021-02-04T22:29:21.577Z] + snyk monitor '--org=edgex-jenkins' [2021-02-04T22:29:48.391Z] [2021-02-04T22:29:48.391Z] Monitoring /w/workspace/undry_app-functions-sdk-go_hanoi (github.com/edgexfoundry/app-functions-sdk-go)... [2021-02-04T22:29:48.391Z] [2021-02-04T22:29:48.391Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/b3c03c8d-66f4-46b4-bfbf-5d013db8947d [2021-02-04T22:29:48.391Z] [2021-02-04T22:29:48.391Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-04T22:29:48.391Z] [2021-02-04T22:29:48.391Z] [Pipeline] } [2021-02-04T22:29:48.413Z] $ docker stop --time=1 66ccf92790b05cf700022faa44c0d1ca1c5746e3f9f472e640723b33d73dc83a [2021-02-04T22:29:50.248Z] $ docker rm -f 66ccf92790b05cf700022faa44c0d1ca1c5746e3f9f472e640723b33d73dc83a [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 [2021-02-04T22:29:52.703Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T22:29:52.763Z] provisioning config files... [2021-02-04T22:29:52.779Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config113441699754944099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:29:53.207Z] --> edgex-publish-swagger.sh [2021-02-04T22:29:53.207Z] === Publish openapi/v2 API === [2021-02-04T22:29:53.207Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-04T22:29:53.207Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/undry_app-functions-sdk-go_hanoi/openapi/v2/app-functions-sdk.yaml] [2021-02-04T22:29:53.207Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T22:29:53.207Z] Dload Upload Total Spent Left Speed [2021-02-04T22:29:54.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13026 0 0 100 13026 0 11310 0:00:01 0:00:01 --:--:-- 11326 100 13026 0 0 100 13026 0 11307 0:00:01 0:00:01 --:--:-- 11326 [2021-02-04T22:29:54.205Z] [2021-02-04T22:29:54.205Z] [Pipeline] } [2021-02-04T22:29:54.237Z] 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 [2021-02-04T22:29:55.129Z] + git log --format=format:%s -1 eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:29:55.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T22:29:55.501Z] . [Pipeline] withDockerContainer [2021-02-04T22:29:55.790Z] prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container [2021-02-04T22:29:55.976Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T22:29:57.475Z] $ docker top 0ca712b11e626b2bf442c7ca1d3e795216dc1c219dc970f8eb32b6eebb84f4b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T22:29:57.866Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T22:29:58.601Z] + git semver [Pipeline] } [2021-02-04T22:29:58.629Z] $ docker stop --time=1 0ca712b11e626b2bf442c7ca1d3e795216dc1c219dc970f8eb32b6eebb84f4b1 [2021-02-04T22:30:00.389Z] $ docker rm -f 0ca712b11e626b2bf442c7ca1d3e795216dc1c219dc970f8eb32b6eebb84f4b1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:30:01.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T22:30:01.530Z] [2021-02-04T22:30:01.530Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:30:01.969Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T22:30:01.969Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-04T22:30:01.969Z] ab5ef0e58194: Pulling fs layer [2021-02-04T22:30:01.969Z] 9712f1f96733: Pulling fs layer [2021-02-04T22:30:01.969Z] 63f879dbbcfc: Pulling fs layer [2021-02-04T22:30:01.969Z] 0d9ebad4ef96: Pulling fs layer [2021-02-04T22:30:01.969Z] e9a5061849ea: Pulling fs layer [2021-02-04T22:30:01.969Z] d747dcd14b5f: Pulling fs layer [2021-02-04T22:30:01.969Z] 2de7ff778b66: Pulling fs layer [2021-02-04T22:30:01.969Z] e9a5061849ea: Waiting [2021-02-04T22:30:01.969Z] d747dcd14b5f: Waiting [2021-02-04T22:30:01.969Z] 2de7ff778b66: Waiting [2021-02-04T22:30:01.969Z] 0d9ebad4ef96: Waiting [2021-02-04T22:30:02.261Z] 9712f1f96733: Verifying Checksum [2021-02-04T22:30:02.261Z] 9712f1f96733: Download complete [2021-02-04T22:30:05.778Z] 63f879dbbcfc: Verifying Checksum [2021-02-04T22:30:05.778Z] 63f879dbbcfc: Download complete [2021-02-04T22:30:06.401Z] e9a5061849ea: Verifying Checksum [2021-02-04T22:30:06.401Z] e9a5061849ea: Download complete [2021-02-04T22:30:06.401Z] d747dcd14b5f: Verifying Checksum [2021-02-04T22:30:06.401Z] d747dcd14b5f: Download complete [2021-02-04T22:30:07.077Z] 0d9ebad4ef96: Verifying Checksum [2021-02-04T22:30:07.077Z] 0d9ebad4ef96: Download complete [2021-02-04T22:30:07.376Z] 2de7ff778b66: Verifying Checksum [2021-02-04T22:30:07.377Z] 2de7ff778b66: Download complete [2021-02-04T22:30:08.030Z] ab5ef0e58194: Verifying Checksum [2021-02-04T22:30:08.030Z] ab5ef0e58194: Download complete [2021-02-04T22:30:16.601Z] ab5ef0e58194: Pull complete [2021-02-04T22:30:16.601Z] 9712f1f96733: Pull complete [2021-02-04T22:30:20.945Z] 63f879dbbcfc: Pull complete [2021-02-04T22:30:31.703Z] 0d9ebad4ef96: Pull complete [2021-02-04T22:30:33.912Z] e9a5061849ea: Pull complete [2021-02-04T22:30:33.912Z] d747dcd14b5f: Pull complete [2021-02-04T22:30:38.479Z] 2de7ff778b66: Pull complete [2021-02-04T22:30:38.479Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-04T22:30:38.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T22:30:38.479Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-04T22:30:38.836Z] prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container [2021-02-04T22:30:38.965Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-04T22:30:42.080Z] $ docker top 22b0b2ebda4c425f7cf93e60466d2add016c06e399d20edea123f09ca16d0d96 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-04T22:30:42.536Z] provisioning config files... [2021-02-04T22:30:42.550Z] copy managed file [sigul-config] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config7448399280353775811tmp [2021-02-04T22:30:42.580Z] copy managed file [sigul-password] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config3947146660207052988tmp [2021-02-04T22:30:42.619Z] copy managed file [sigul-pki] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config2796854714288392926tmp [Pipeline] { [Pipeline] echo [2021-02-04T22:30:42.701Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:30:43.424Z] ---> sigul-configuration.sh [2021-02-04T22:30:43.424Z] gpg: directory `/root/.gnupg' created [2021-02-04T22:30:43.424Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-04T22:30:43.424Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-04T22:30:43.424Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-04T22:30:43.424Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-04T22:30:43.424Z] gpg: CAST5 encrypted data [2021-02-04T22:30:43.733Z] gpg: encrypted with 1 passphrase [2021-02-04T22:30:43.733Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-04T22:30:44.529Z] + mkdir /home/jenkins [2021-02-04T22:30:44.529Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-04T22:30:45.198Z] + 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 [2021-02-04T22:30:45.212Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:30:45.528Z] ---> sigul-install.sh [2021-02-04T22:30:53.803Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-04T22:30:54.548Z] + git tag --list [2021-02-04T22:30:54.548Z] v0.1.0 [2021-02-04T22:30:54.548Z] v0.1.1 [2021-02-04T22:30:54.548Z] v1.0.0 [2021-02-04T22:30:54.548Z] v1.1.0 [2021-02-04T22:30:54.548Z] v1.2.0 [2021-02-04T22:30:54.548Z] v1.3.0 [2021-02-04T22:30:54.548Z] v1.3.1 [2021-02-04T22:30:54.548Z] v1.3.1-dev.1 [2021-02-04T22:30:54.548Z] v2.0.0-dev.1 [2021-02-04T22:30:54.548Z] v2.0.0-dev.2 [2021-02-04T22:30:54.548Z] v2.0.0-dev.3 [2021-02-04T22:30:54.548Z] v2.0.0-dev.4 [2021-02-04T22:30:54.548Z] v2.0.0-dev.5 [2021-02-04T22:30:54.548Z] v2.0.0-dev.6 [2021-02-04T22:30:54.548Z] v2.0.0-dev.7 [2021-02-04T22:30:54.548Z] v2.0.0-dev.8 [Pipeline] sh [2021-02-04T22:30:54.950Z] + lftools sign git-tag v1.3.1 [2021-02-04T22:30:57.895Z] Signing Git tag with Sigul... [2021-02-04T22:30:57.895Z] Signing v1.3.1 [Pipeline] echo [2021-02-04T22:30:58.909Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:30:59.601Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-04T22:30:59.619Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-04T22:30:59.732Z] $ docker stop --time=1 22b0b2ebda4c425f7cf93e60466d2add016c06e399d20edea123f09ca16d0d96 [2021-02-04T22:31:02.103Z] $ docker rm -f 22b0b2ebda4c425f7cf93e60466d2add016c06e399d20edea123f09ca16d0d96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:31:03.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T22:31:03.185Z] . [Pipeline] withDockerContainer [2021-02-04T22:31:03.678Z] prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container [2021-02-04T22:31:03.800Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T22:31:05.780Z] $ docker top 3a313db46fd71ddaf7d68277dc5e8c34de5fa489cd6769bca87ed962454de3cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T22:31:06.415Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T22:31:07.187Z] + git semver [Pipeline] } [2021-02-04T22:31:07.208Z] $ docker stop --time=1 3a313db46fd71ddaf7d68277dc5e8c34de5fa489cd6769bca87ed962454de3cf [2021-02-04T22:31:09.144Z] $ docker rm -f 3a313db46fd71ddaf7d68277dc5e8c34de5fa489cd6769bca87ed962454de3cf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:31:09.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T22:31:09.866Z] . [Pipeline] withDockerContainer [2021-02-04T22:31:10.141Z] prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container [2021-02-04T22:31:10.250Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T22:31:11.683Z] $ docker top da00fddaada60d4b98be073c66c33372b46a1e4f5445fe18d102be543d5b9c27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T22:31:12.157Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T22:31:12.993Z] + git semver [Pipeline] } [2021-02-04T22:31:13.032Z] $ docker stop --time=1 da00fddaada60d4b98be073c66c33372b46a1e4f5445fe18d102be543d5b9c27 [2021-02-04T22:31:14.669Z] $ docker rm -f da00fddaada60d4b98be073c66c33372b46a1e4f5445fe18d102be543d5b9c27 [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 [2021-02-04T22:31:16.637Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:31:17.595Z] ---> package-listing.sh [2021-02-04T22:31:17.595Z] ++ facter osfamily [2021-02-04T22:31:17.595Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T22:31:17.866Z] + OS_FAMILY=redhat [2021-02-04T22:31:17.866Z] + workspace=/w/workspace/undry_app-functions-sdk-go_hanoi [2021-02-04T22:31:17.866Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T22:31:17.866Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T22:31:17.866Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T22:31:17.866Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T22:31:17.866Z] + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' [2021-02-04T22:31:17.866Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T22:31:17.866Z] + case "${OS_FAMILY}" in [2021-02-04T22:31:17.866Z] + sort [2021-02-04T22:31:17.866Z] + rpm -qa [2021-02-04T22:31:23.339Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T22:31:23.339Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T22:31:23.339Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T22:31:23.339Z] + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' [2021-02-04T22:31:23.339Z] + mkdir -p /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ [2021-02-04T22:31:23.339Z] + 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 [2021-02-04T22:31:23.358Z] 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 [2021-02-04T22:31:23.937Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:31:24.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T22:31:24.429Z] [2021-02-04T22:31:24.429Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T22:31:24.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T22:31:24.818Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T22:31:24.818Z] df20fa9351a1: Pulling fs layer [2021-02-04T22:31:24.818Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T22:31:24.818Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T22:31:24.818Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T22:31:24.818Z] 93b61091891f: Pulling fs layer [2021-02-04T22:31:24.818Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T22:31:24.818Z] 5e14af77c1be: Pulling fs layer [2021-02-04T22:31:24.818Z] 01666e4c0597: Pulling fs layer [2021-02-04T22:31:24.818Z] aa168da1d23b: Pulling fs layer [2021-02-04T22:31:24.818Z] 46f8f816bc3b: Waiting [2021-02-04T22:31:24.818Z] 93b9cdb0e59b: Waiting [2021-02-04T22:31:24.818Z] 5e14af77c1be: Waiting [2021-02-04T22:31:24.818Z] aa168da1d23b: Waiting [2021-02-04T22:31:24.818Z] 01666e4c0597: Waiting [2021-02-04T22:31:24.818Z] 93b61091891f: Waiting [2021-02-04T22:31:24.819Z] 36b3adc4ff6f: Download complete [2021-02-04T22:31:25.097Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T22:31:25.097Z] 46f8f816bc3b: Download complete [2021-02-04T22:31:25.097Z] df20fa9351a1: Download complete [2021-02-04T22:31:25.097Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T22:31:25.097Z] 93b9cdb0e59b: Download complete [2021-02-04T22:31:25.097Z] 5e14af77c1be: Verifying Checksum [2021-02-04T22:31:25.097Z] 5e14af77c1be: Download complete [2021-02-04T22:31:25.097Z] 93b61091891f: Verifying Checksum [2021-02-04T22:31:25.097Z] 93b61091891f: Download complete [2021-02-04T22:31:25.097Z] 01666e4c0597: Download complete [2021-02-04T22:31:25.715Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T22:31:25.715Z] 8ad3a11d3b57: Download complete [2021-02-04T22:31:25.715Z] df20fa9351a1: Pull complete [2021-02-04T22:31:26.323Z] 36b3adc4ff6f: Pull complete [2021-02-04T22:31:29.078Z] 8ad3a11d3b57: Pull complete [2021-02-04T22:31:29.079Z] 46f8f816bc3b: Pull complete [2021-02-04T22:31:30.072Z] aa168da1d23b: Verifying Checksum [2021-02-04T22:31:30.072Z] aa168da1d23b: Download complete [2021-02-04T22:31:30.072Z] 93b61091891f: Pull complete [2021-02-04T22:31:30.338Z] 93b9cdb0e59b: Pull complete [2021-02-04T22:31:30.602Z] 5e14af77c1be: Pull complete [2021-02-04T22:31:30.602Z] 01666e4c0597: Pull complete [2021-02-04T22:31:45.740Z] aa168da1d23b: Pull complete [2021-02-04T22:31:45.740Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T22:31:45.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T22:31:45.740Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T22:31:46.550Z] prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container [2021-02-04T22:31:46.717Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T22:31:50.253Z] $ docker top 994525e00bd2577cce0a835f7bad92431d29ec6a3d4de8b76ec3e0678389a85b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T22:31:51.068Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T22:31:51.450Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T22:31:51.801Z] + ls /var/log/sa-host [2021-02-04T22:31:51.801Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T22:31:51.801Z] file_magic: OK [2021-02-04T22:31:51.801Z] HZ: Using current value: 100 [2021-02-04T22:31:51.801Z] file_header: OK [2021-02-04T22:31:51.801Z] 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 [2021-02-04T22:31:51.801Z] Statistics: [2021-02-04T22:31:51.801Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T22:31:51.801Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T22:31:51.801Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T22:31:51.801Z] file_magic: OK [2021-02-04T22:31:51.801Z] HZ: Using current value: 100 [2021-02-04T22:31:51.801Z] file_header: OK [2021-02-04T22:31:51.801Z] 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 [2021-02-04T22:31:51.801Z] Statistics: [2021-02-04T22:31:51.801Z] Hnuu...uuuununununu... [2021-02-04T22:31:51.801Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T22:31:52.467Z] provisioning config files... [2021-02-04T22:31:52.490Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config545285098764627097tmp [Pipeline] { [Pipeline] echo [2021-02-04T22:31:52.566Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:31:52.889Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T22:31:53.199Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T22:31:53.294Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:31:54.115Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T22:31:54.160Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:31:54.599Z] ---> sudo-logs.sh [2021-02-04T22:31:54.599Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T22:31:54.883Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:31:55.205Z] ---> job-cost.sh [2021-02-04T22:31:55.205Z] lf-activate-venv: SKIPPING [2021-02-04T22:31:55.205Z] INFO: No Stack... [2021-02-04T22:31:56.619Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T22:31:57.205Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T22:31:57.221Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T22:31:57.546Z] ---> logs-deploy.sh [2021-02-04T22:31:57.546Z] lf-activate-venv: SKIPPING [2021-02-04T22:31:57.546Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/hanoi/4 [2021-02-04T22:31:57.546Z] INFO: archiving workspace using pattern(s): [2021-02-04T22:32:00.137Z] Archives upload complete. [2021-02-04T22:32:00.137Z] INFO: archiving logs to Nexus [2021-02-04T22:32:01.607Z] ---> uname -a: [2021-02-04T22:32:01.607Z] Linux prd-centos7-docker-4c-2g-25067.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] ---> lscpu: [2021-02-04T22:32:01.607Z] Architecture: x86_64 [2021-02-04T22:32:01.607Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-04T22:32:01.607Z] Byte Order: Little Endian [2021-02-04T22:32:01.607Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-04T22:32:01.607Z] CPU(s): 4 [2021-02-04T22:32:01.607Z] On-line CPU(s) list: 0-3 [2021-02-04T22:32:01.607Z] Thread(s) per core: 1 [2021-02-04T22:32:01.607Z] Core(s) per socket: 1 [2021-02-04T22:32:01.607Z] Socket(s): 4 [2021-02-04T22:32:01.607Z] NUMA node(s): 1 [2021-02-04T22:32:01.607Z] Vendor ID: GenuineIntel [2021-02-04T22:32:01.607Z] CPU family: 6 [2021-02-04T22:32:01.607Z] Model: 44 [2021-02-04T22:32:01.607Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-04T22:32:01.607Z] Stepping: 1 [2021-02-04T22:32:01.607Z] CPU MHz: 2933.438 [2021-02-04T22:32:01.607Z] BogoMIPS: 5866.87 [2021-02-04T22:32:01.607Z] Virtualization: VT-x [2021-02-04T22:32:01.607Z] Hypervisor vendor: KVM [2021-02-04T22:32:01.607Z] Virtualization type: full [2021-02-04T22:32:01.607Z] L1d cache: 128 KiB [2021-02-04T22:32:01.607Z] L1i cache: 128 KiB [2021-02-04T22:32:01.607Z] L2 cache: 16 MiB [2021-02-04T22:32:01.607Z] L3 cache: 64 MiB [2021-02-04T22:32:01.607Z] NUMA node0 CPU(s): 0-3 [2021-02-04T22:32:01.607Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-04T22:32:01.607Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-04T22:32:01.607Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-04T22:32:01.607Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-04T22:32:01.607Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-04T22:32:01.607Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-04T22:32:01.607Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-04T22:32:01.607Z] Vulnerability Srbds: Not affected [2021-02-04T22:32:01.607Z] Vulnerability Tsx async abort: Not affected [2021-02-04T22:32:01.607Z] 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 [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] ---> nproc: [2021-02-04T22:32:01.607Z] 4 [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] ---> df -h: [2021-02-04T22:32:01.607Z] Filesystem Size Used Available Use% Mounted on [2021-02-04T22:32:01.607Z] overlay 50.0G 8.6G 41.4G 17% / [2021-02-04T22:32:01.607Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-04T22:32:01.607Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-04T22:32:01.607Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-04T22:32:01.607Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-02-04T22:32:01.607Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-02-04T22:32:01.607Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-02-04T22:32:01.607Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-02-04T22:32:01.607Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-02-04T22:32:01.607Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-02-04T22:32:01.607Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/undry_app-functions-sdk-go_hanoi [2021-02-04T22:32:01.607Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/undry_app-functions-sdk-go_hanoi@tmp [2021-02-04T22:32:01.607Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-02-04T22:32:01.607Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] ---> free -m: [2021-02-04T22:32:01.607Z] total used free shared buff/cache available [2021-02-04T22:32:01.607Z] Mem: 1837 843 155 0 838 927 [2021-02-04T22:32:01.607Z] Swap: 1023 3 1020 [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] ---> ip addr: [2021-02-04T22:32:01.607Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-04T22:32:01.607Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-04T22:32:01.607Z] inet 127.0.0.1/8 scope host lo [2021-02-04T22:32:01.607Z] valid_lft forever preferred_lft forever [2021-02-04T22:32:01.607Z] inet6 ::1/128 scope host [2021-02-04T22:32:01.607Z] valid_lft forever preferred_lft forever [2021-02-04T22:32:01.607Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-04T22:32:01.607Z] link/ether fa:16:3e:dd:fe:fb brd ff:ff:ff:ff:ff:ff [2021-02-04T22:32:01.607Z] inet 10.30.123.246/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-04T22:32:01.607Z] valid_lft 85653sec preferred_lft 85653sec [2021-02-04T22:32:01.607Z] inet6 fe80::f816:3eff:fedd:fefb/64 scope link [2021-02-04T22:32:01.607Z] valid_lft forever preferred_lft forever [2021-02-04T22:32:01.607Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-04T22:32:01.607Z] link/ether 02:42:de:5b:d2:10 brd ff:ff:ff:ff:ff:ff [2021-02-04T22:32:01.607Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-04T22:32:01.607Z] valid_lft forever preferred_lft forever [2021-02-04T22:32:01.607Z] inet6 fe80::42:deff:fe5b:d210/64 scope link [2021-02-04T22:32:01.607Z] valid_lft forever preferred_lft forever [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] ---> sar -b -r -n DEV: [2021-02-04T22:32:01.607Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] 22:19:21 LINUX RESTART (4 CPU) [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] 22:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-04T22:32:01.607Z] 22:21:01 76.92 37.86 39.06 0.00 7381.68 4319.27 0.00 [2021-02-04T22:32:01.607Z] 22:22:01 12.93 4.93 8.00 0.00 355.47 1359.36 0.00 [2021-02-04T22:32:01.607Z] 22:23:01 0.32 0.00 0.32 0.00 0.00 5.12 0.00 [2021-02-04T22:32:01.607Z] 22:24:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2021-02-04T22:32:01.607Z] 22:25:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 [2021-02-04T22:32:01.607Z] 22:26:02 0.33 0.00 0.33 0.00 0.00 4.33 0.00 [2021-02-04T22:32:01.607Z] 22:27:01 0.29 0.00 0.29 0.00 0.00 3.52 0.00 [2021-02-04T22:32:01.607Z] 22:28:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 [2021-02-04T22:32:01.607Z] 22:29:01 26.54 2.69 23.85 0.00 376.50 15054.43 0.00 [2021-02-04T22:32:01.607Z] 22:30:01 308.72 185.41 123.31 0.00 8501.16 23606.10 0.00 [2021-02-04T22:32:01.607Z] 22:31:01 200.81 62.06 138.76 0.00 3988.96 32285.97 0.00 [2021-02-04T22:32:01.607Z] Average: 57.14 26.68 30.47 0.00 1869.71 6987.80 0.00 [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] 22:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-04T22:32:01.607Z] 22:21:01 150256 0 629308 33.45 2620 1099360 1448552 49.44 422928 1107176 56 [2021-02-04T22:32:01.607Z] 22:22:01 235084 0 603376 32.07 2620 1040464 1172012 40.00 402960 1044452 20 [2021-02-04T22:32:01.607Z] 22:23:01 248620 0 589836 31.35 2620 1040468 1075856 36.72 408496 1027800 8 [2021-02-04T22:32:01.607Z] 22:24:01 246060 0 592396 31.48 2620 1040468 1075976 36.72 411476 1027164 8 [2021-02-04T22:32:01.607Z] 22:25:01 246204 0 592244 31.48 2620 1040476 1075988 36.72 419688 1019004 16 [2021-02-04T22:32:01.607Z] 22:26:02 245720 0 592724 31.50 2620 1040480 1075976 36.72 433340 1005656 12 [2021-02-04T22:32:01.607Z] 22:27:01 247308 0 591132 31.42 2620 1040484 1075796 36.72 454776 983260 8 [2021-02-04T22:32:01.607Z] 22:28:01 247260 0 591176 31.42 2620 1040488 1075748 36.71 454548 983236 8 [2021-02-04T22:32:01.607Z] 22:29:01 71284 0 694692 36.92 2620 1112948 1511824 51.60 578376 1004592 86060 [2021-02-04T22:32:01.607Z] 22:30:01 255484 0 691764 36.77 2596 931700 1259824 43.00 533028 848112 20 [2021-02-04T22:32:01.607Z] 22:31:01 125596 0 809004 43.00 1572 945372 1361744 46.47 667620 751420 8 [2021-02-04T22:32:01.607Z] Average: 210807 0 634332 33.71 2523 1033883 1200845 40.98 471567 981988 7839 [2021-02-04T22:32:01.607Z] [2021-02-04T22:32:01.607Z] 22:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-04T22:32:01.607Z] 22:21:01 vethbdddac7 0.00 0.19 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:21:01 eth0 288.90 217.19 1333.16 79.70 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:21:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:22:01 eth0 71.89 81.56 320.86 18.62 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:22:01 docker0 69.75 55.97 6.86 302.87 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:23:01 eth0 1.66 0.97 2.90 0.07 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:24:01 eth0 0.95 0.32 0.30 0.20 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:25:01 eth0 0.58 0.32 0.29 0.20 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:26:02 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:27:01 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:28:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:29:01 eth0 408.46 323.28 4062.47 27.42 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:30:01 eth0 89.23 80.64 444.16 18.23 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:30:01 docker0 55.82 59.74 4.56 411.51 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:31:01 eth0 401.86 330.83 3429.08 95.95 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] 22:31:01 docker0 24.43 39.01 1.41 217.36 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] Average: eth0 114.96 94.20 873.82 21.83 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.607Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.608Z] Average: docker0 13.68 14.12 1.17 84.97 0.00 0.00 0.00 0.00 [2021-02-04T22:32:01.608Z] [2021-02-04T22:32:01.608Z] [2021-02-04T22:32:01.608Z] ---> sar -P ALL: [2021-02-04T22:32:01.608Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T22:32:01.608Z] [2021-02-04T22:32:01.608Z] 22:19:21 LINUX RESTART (4 CPU) [2021-02-04T22:32:01.608Z] [2021-02-04T22:32:01.608Z] 22:20:02 CPU %user %nice %system %iowait %steal %idle [2021-02-04T22:32:01.608Z] 22:21:01 all 12.08 0.00 5.54 2.13 24.80 55.45 [2021-02-04T22:32:01.608Z] 22:21:01 0 7.05 0.00 5.12 1.71 27.06 59.06 [2021-02-04T22:32:01.608Z] 22:21:01 1 13.14 0.00 6.46 4.54 23.94 51.93 [2021-02-04T22:32:01.608Z] 22:21:01 2 12.98 0.00 4.92 1.17 24.51 56.41 [2021-02-04T22:32:01.608Z] 22:21:01 3 15.52 0.00 5.71 1.11 23.54 54.13 [2021-02-04T22:32:01.608Z] 22:22:01 all 1.79 0.00 1.16 0.18 4.60 92.27 [2021-02-04T22:32:01.608Z] 22:22:01 0 0.94 0.00 1.12 0.51 4.91 92.52 [2021-02-04T22:32:01.608Z] 22:22:01 1 2.96 0.00 1.24 0.03 4.27 91.50 [2021-02-04T22:32:01.608Z] 22:22:01 2 1.76 0.00 1.07 0.03 4.87 92.27 [2021-02-04T22:32:01.608Z] 22:22:01 3 1.52 0.00 1.22 0.15 4.33 92.78 [2021-02-04T22:32:01.608Z] 22:23:01 all 0.11 0.00 0.10 0.00 0.74 99.05 [2021-02-04T22:32:01.608Z] 22:23:01 0 0.22 0.00 0.12 0.00 1.19 98.48 [2021-02-04T22:32:01.608Z] 22:23:01 1 0.07 0.00 0.13 0.00 0.73 99.07 [2021-02-04T22:32:01.608Z] 22:23:01 2 0.03 0.00 0.08 0.00 0.48 99.40 [2021-02-04T22:32:01.608Z] 22:23:01 3 0.12 0.00 0.07 0.00 0.56 99.25 [2021-02-04T22:32:01.608Z] 22:24:01 all 0.10 0.00 0.12 0.00 1.03 98.75 [2021-02-04T22:32:01.608Z] 22:24:01 0 0.08 0.00 0.20 0.00 1.45 98.27 [2021-02-04T22:32:01.608Z] 22:24:01 1 0.03 0.00 0.17 0.00 0.76 99.04 [2021-02-04T22:32:01.608Z] 22:24:01 2 0.08 0.00 0.03 0.00 0.53 99.35 [2021-02-04T22:32:01.608Z] 22:24:01 3 0.20 0.00 0.10 0.00 1.37 98.33 [2021-02-04T22:32:01.608Z] 22:25:01 all 0.07 0.00 0.05 0.00 1.12 98.76 [2021-02-04T22:32:01.608Z] 22:25:01 0 0.00 0.00 0.03 0.00 0.56 99.40 [2021-02-04T22:32:01.608Z] 22:25:01 1 0.08 0.00 0.08 0.02 1.36 98.46 [2021-02-04T22:32:01.608Z] 22:25:01 2 0.02 0.00 0.05 0.00 0.42 99.52 [2021-02-04T22:32:01.608Z] 22:25:01 3 0.16 0.00 0.03 0.00 2.14 97.67 [2021-02-04T22:32:01.608Z] 22:26:02 all 0.09 0.00 0.21 0.00 1.76 97.94 [2021-02-04T22:32:01.608Z] 22:26:02 0 0.02 0.00 0.18 0.00 1.30 98.50 [2021-02-04T22:32:01.608Z] 22:26:02 1 0.26 0.00 0.25 0.00 2.14 97.35 [2021-02-04T22:32:01.608Z] 22:26:02 2 0.03 0.00 0.31 0.00 1.29 98.36 [2021-02-04T22:32:01.608Z] 22:26:02 3 0.05 0.00 0.08 0.00 2.31 97.56 [2021-02-04T22:32:01.608Z] 22:27:01 all 0.08 0.00 0.05 0.00 1.27 98.60 [2021-02-04T22:32:01.608Z] 22:27:01 0 0.27 0.00 0.03 0.00 1.58 98.12 [2021-02-04T22:32:01.608Z] 22:27:01 1 0.02 0.00 0.15 0.00 1.14 98.69 [2021-02-04T22:32:01.608Z] 22:27:01 2 0.02 0.00 0.02 0.00 0.61 99.36 [2021-02-04T22:32:01.608Z] 22:27:01 3 0.02 0.00 0.02 0.00 1.74 98.22 [2021-02-04T22:32:01.608Z] 22:28:01 all 0.09 0.00 0.03 0.00 0.92 98.96 [2021-02-04T22:32:01.608Z] 22:28:01 0 0.02 0.00 0.03 0.00 1.17 98.78 [2021-02-04T22:32:01.608Z] 22:28:01 1 0.30 0.00 0.03 0.00 0.61 99.05 [2021-02-04T22:32:01.608Z] 22:28:01 2 0.02 0.00 0.02 0.00 0.89 99.07 [2021-02-04T22:32:01.608Z] 22:28:01 3 0.02 0.00 0.03 0.00 1.01 98.94 [2021-02-04T22:32:01.608Z] 22:29:01 all 2.41 0.00 2.08 0.10 10.04 85.36 [2021-02-04T22:32:01.608Z] 22:29:01 0 3.01 0.00 2.94 0.12 10.56 83.37 [2021-02-04T22:32:01.608Z] 22:29:01 1 2.11 0.00 1.44 0.05 10.16 86.23 [2021-02-04T22:32:01.608Z] 22:29:01 2 2.39 0.00 2.44 0.20 9.91 85.06 [2021-02-04T22:32:01.608Z] 22:29:01 3 2.16 0.00 1.52 0.05 9.55 86.72 [2021-02-04T22:32:01.608Z] 22:30:01 all 5.20 0.00 5.09 2.32 13.02 74.37 [2021-02-04T22:32:01.608Z] 22:30:01 0 4.36 0.00 5.11 2.00 13.08 75.45 [2021-02-04T22:32:01.608Z] 22:30:01 1 4.95 0.00 4.64 2.08 13.01 75.32 [2021-02-04T22:32:01.608Z] 22:30:01 2 6.89 0.00 5.85 3.45 12.98 70.83 [2021-02-04T22:32:01.608Z] 22:30:01 3 4.62 0.00 4.77 1.77 12.99 75.85 [2021-02-04T22:32:01.608Z] 22:31:01 all 7.50 0.00 6.36 1.59 21.72 62.82 [2021-02-04T22:32:01.608Z] 22:31:01 0 5.60 0.00 7.57 3.13 22.38 61.32 [2021-02-04T22:32:01.608Z] 22:31:01 1 6.11 0.00 5.19 0.85 22.24 65.62 [2021-02-04T22:32:01.608Z] 22:31:01 2 12.27 0.00 7.19 1.60 21.52 57.42 [2021-02-04T22:32:01.608Z] 22:31:01 3 6.14 0.00 5.52 0.81 20.74 66.79 [2021-02-04T22:32:01.608Z] [2021-02-04T22:32:01.608Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-02-04T22:32:01.608Z] Average: all 2.70 0.00 1.90 0.58 7.39 87.44 [2021-02-04T22:32:01.608Z] Average: 0 1.99 0.00 2.06 0.69 7.87 87.39 [2021-02-04T22:32:01.608Z] Average: 1 2.74 0.00 1.80 0.69 7.34 87.43 [2021-02-04T22:32:01.608Z] Average: 2 3.32 0.00 1.99 0.58 7.10 87.00 [2021-02-04T22:32:01.608Z] Average: 3 2.75 0.00 1.72 0.35 7.26 87.92 [2021-02-04T22:32:01.608Z] [2021-02-04T22:32:01.608Z] [2021-02-04T22:32:01.608Z]