Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b30736090bd95023ceca9bd198846be8d66a7c94 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19570 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b30736090bd95023ceca9bd198846be8d66a7c94 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 Commit message: "feat: Allow for multiple MessageBus subscriptions (#625)" > git rev-list --no-walk baae3eeee608fb6fe51dfe1a5b88da2d27c87e85 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-11T20:19:05.952Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-11T20:19:06.249Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-11T20:19:06.343Z] ========================================================= [2021-01-11T20:19:06.343Z] EdgeX Global Pipelines Version Info [2021-01-11T20:19:06.343Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:19:07.862Z] ------------------- [2021-01-11T20:19:07.863Z] stable info: [2021-01-11T20:19:07.863Z] ------------------- [2021-01-11T20:19:07.863Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-11T20:19:07.863Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T20:19:07.863Z] Message: update stable to v1.0.173 [2021-01-11T20:19:08.810Z] ------------------- [2021-01-11T20:19:08.810Z] experimental info: [2021-01-11T20:19:08.810Z] ------------------- [2021-01-11T20:19:08.810Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-11T20:19:08.810Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T20:19:08.810Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-11T20:19:09.086Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-11T20:19:09.175Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-11T20:19:09.264Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-11T20:19:09.366Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-11T20:19:09.452Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-11T20:19:09.537Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-11T20:19:09.620Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-11T20:19:09.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-11T20:19:09.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-11T20:19:09.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-11T20:19:09.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-11T20:19:10.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-11T20:19:10.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-11T20:19:10.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-11T20:19:10.398Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T20:19:10.505Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T20:19:10.638Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T20:19:10.744Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-11T20:19:10.833Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-11T20:19:10.939Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-11T20:19:11.067Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-11T20:19:11.151Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-11T20:19:11.252Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-11T20:19:11.355Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-11T20:19:11.443Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-11T20:19:11.546Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-11T20:19:11.630Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-11T20:19:11.717Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-11T20:19:11.803Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-11T20:19:11.894Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-11T20:19:11.990Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b30736090bd95023ceca9bd198846be8d66a7c94 [Pipeline] echo [2021-01-11T20:19:12.083Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b307360 [Pipeline] echo [2021-01-11T20:19:12.179Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T20:19:12.884Z] + git log --format=format:%s -1 b30736090bd95023ceca9bd198846be8d66a7c94 [Pipeline] echo [2021-01-11T20:19:12.951Z] GIT_COMMIT: b30736090bd95023ceca9bd198846be8d66a7c94, Commit Message: feat: Allow for multiple MessageBus subscriptions (#625) [Pipeline] echo [2021-01-11T20:19:12.995Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:19:13.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T20:19:13.840Z] [2021-01-11T20:19:13.840Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:19:14.193Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T20:19:14.194Z] latest: Pulling from edgex-devops/git-semver [2021-01-11T20:19:14.194Z] 31603596830f: Pulling fs layer [2021-01-11T20:19:14.194Z] 2a8b12db71e7: Pulling fs layer [2021-01-11T20:19:14.194Z] 6ca5941a6612: Pulling fs layer [2021-01-11T20:19:14.194Z] ecc8261a40a4: Pulling fs layer [2021-01-11T20:19:14.194Z] ecc8261a40a4: Waiting [2021-01-11T20:19:14.194Z] 2a8b12db71e7: Verifying Checksum [2021-01-11T20:19:14.194Z] 2a8b12db71e7: Download complete [2021-01-11T20:19:14.456Z] 31603596830f: Verifying Checksum [2021-01-11T20:19:14.456Z] 31603596830f: Download complete [2021-01-11T20:19:14.456Z] 6ca5941a6612: Verifying Checksum [2021-01-11T20:19:14.456Z] 6ca5941a6612: Download complete [2021-01-11T20:19:14.718Z] ecc8261a40a4: Verifying Checksum [2021-01-11T20:19:14.718Z] ecc8261a40a4: Download complete [2021-01-11T20:19:14.718Z] 31603596830f: Pull complete [2021-01-11T20:19:14.980Z] 2a8b12db71e7: Pull complete [2021-01-11T20:19:15.562Z] 6ca5941a6612: Pull complete [2021-01-11T20:19:15.824Z] ecc8261a40a4: Pull complete [2021-01-11T20:19:15.824Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-11T20:19:16.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T20:19:16.087Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-11T20:19:16.184Z] prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container [2021-01-11T20:19:16.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T20:19:18.182Z] $ docker top f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T20:19:18.536Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T20:19:18.536Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T20:19:18.739Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T20:19:18.746Z] $ docker exec f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 ssh-agent [2021-01-11T20:19:18.897Z] SSH_AUTH_SOCK=/tmp/ssh-QFrQcon0IkxQ/agent.12 [2021-01-11T20:19:18.897Z] SSH_AGENT_PID=17 [2021-01-11T20:19:18.907Z] Running ssh-add (command line suppressed) [2021-01-11T20:19:19.026Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7594382091692331564.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7594382091692331564.key) [2021-01-11T20:19:19.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T20:19:19.421Z] + git tag --points-at HEAD [Pipeline] } [2021-01-11T20:19:19.444Z] $ docker exec --env ******** --env ******** f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 ssh-agent -k [2021-01-11T20:19:19.551Z] unset SSH_AUTH_SOCK; [2021-01-11T20:19:19.552Z] unset SSH_AGENT_PID; [2021-01-11T20:19:19.553Z] echo Agent pid 17 killed; [2021-01-11T20:19:19.591Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-11T20:19:19.745Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T20:19:19.745Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T20:19:19.908Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T20:19:19.914Z] $ docker exec f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 ssh-agent [2021-01-11T20:19:20.061Z] SSH_AUTH_SOCK=/tmp/ssh-yVd0BLzGRvCz/agent.46 [2021-01-11T20:19:20.061Z] SSH_AGENT_PID=51 [2021-01-11T20:19:20.068Z] Running ssh-add (command line suppressed) [2021-01-11T20:19:20.184Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5390002460357861279.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5390002460357861279.key) [2021-01-11T20:19:20.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T20:19:20.618Z] + git semver init [2021-01-11T20:19:20.618Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T20:19:20.618Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-11T20:19:20.618Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-11T20:19:20.618Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T20:19:20.618Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T20:19:20.618Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T20:19:20.618Z] # $SEMVER_BRANCH = master [2021-01-11T20:19:20.618Z] # $SEMVER_TEMP = /tmp/semver-740161742 [2021-01-11T20:19:20.618Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-11T20:19:23.923Z] # '/tmp/semver-740161742' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-01-11T20:19:23.923Z] # -> Force: false [2021-01-11T20:19:23.923Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-11T20:19:23.938Z] $ docker exec --env ******** --env ******** f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 ssh-agent -k [2021-01-11T20:19:24.045Z] unset SSH_AUTH_SOCK; [2021-01-11T20:19:24.045Z] unset SSH_AGENT_PID; [2021-01-11T20:19:24.046Z] echo Agent pid 51 killed; [2021-01-11T20:19:24.093Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T20:19:24.543Z] + git semver [Pipeline] } [2021-01-11T20:19:24.563Z] $ docker stop --time=1 f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 [2021-01-11T20:19:26.049Z] $ docker rm -f f570e6767da96ddd49de79bde3304969a7ba4478d4fbdba92ec8caa8794f5111 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T20:19:26.637Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-11T20:19:27.226Z] Stashed 1 file(s) [Pipeline] echo [2021-01-11T20:19:27.229Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.17 [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-01-11T20:19:42.728Z] Still waiting to schedule task [2021-01-11T20:19:42.728Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19571’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19569’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-11T20:19:42.730Z] Still waiting to schedule task [2021-01-11T20:19:42.730Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-11T20:20:52.140Z] Running on prd-centos7-docker-4c-2g-19575 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-11T20:20:52.219Z] Running in /w/workspace/app-functions-sdk-go/166 [Pipeline] { [Pipeline] checkout [2021-01-11T20:20:54.605Z] using credential edgex-jenkins-ssh [2021-01-11T20:20:54.663Z] Cloning the remote Git repository [2021-01-11T20:20:54.585Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-11T20:20:54.661Z] > git init /w/workspace/app-functions-sdk-go/166 # timeout=10 [2021-01-11T20:20:54.754Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-11T20:20:54.754Z] > git --version # timeout=10 [2021-01-11T20:20:54.762Z] > git --version # 'git version 2.24.3' [2021-01-11T20:20:54.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T20:20:54.790Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T20:20:57.658Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-11T20:20:57.665Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T20:20:57.679Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-11T20:20:57.691Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-11T20:20:57.691Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T20:20:57.695Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T20:20:58.071Z] Checking out Revision b30736090bd95023ceca9bd198846be8d66a7c94 (master) [2021-01-11T20:20:58.081Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T20:20:58.089Z] > git checkout -f b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 [2021-01-11T20:21:01.711Z] Commit message: "feat: Allow for multiple MessageBus subscriptions (#625)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T20:21:03.222Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-11T20:21:03.578Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T20:21:03.881Z] + sudo service docker restart [2021-01-11T20:21:03.881Z] + true [2021-01-11T20:21:03.881Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-11T20:21:04.999Z] ========================================================= [2021-01-11T20:21:04.999Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-11T20:21:04.999Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:21:05.341Z] + 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-01-11T20:21:05.919Z] Sending build context to Docker daemon 19.1MB [2021-01-11T20:21:05.919Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T20:21:05.919Z] Step 2/8 : FROM ${BASE} [2021-01-11T20:21:05.919Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-11T20:21:05.919Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T20:21:05.919Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T20:21:05.919Z] de9db76c5a1d: Pulling fs layer [2021-01-11T20:21:05.919Z] bca2f99d35d6: Pulling fs layer [2021-01-11T20:21:05.919Z] 93359f2a8cfa: Pulling fs layer [2021-01-11T20:21:05.919Z] 7c6f9722023f: Pulling fs layer [2021-01-11T20:21:05.919Z] a35cf1a2eb13: Pulling fs layer [2021-01-11T20:21:05.919Z] 93359f2a8cfa: Waiting [2021-01-11T20:21:05.919Z] a35cf1a2eb13: Waiting [2021-01-11T20:21:05.919Z] 7c6f9722023f: Waiting [2021-01-11T20:21:06.207Z] de9db76c5a1d: Verifying Checksum [2021-01-11T20:21:06.208Z] de9db76c5a1d: Download complete [2021-01-11T20:21:06.208Z] 0ef7d3d256c8: Verifying Checksum [2021-01-11T20:21:06.208Z] 0ef7d3d256c8: Download complete [2021-01-11T20:21:06.208Z] 93359f2a8cfa: Verifying Checksum [2021-01-11T20:21:06.208Z] 93359f2a8cfa: Download complete [2021-01-11T20:21:06.208Z] 7c6f9722023f: Verifying Checksum [2021-01-11T20:21:06.208Z] 7c6f9722023f: Download complete [2021-01-11T20:21:06.208Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T20:21:06.208Z] 188c0c94c7c5: Download complete [2021-01-11T20:21:06.470Z] 188c0c94c7c5: Pull complete [2021-01-11T20:21:06.734Z] 0ef7d3d256c8: Pull complete [2021-01-11T20:21:06.734Z] de9db76c5a1d: Pull complete [2021-01-11T20:21:09.301Z] bca2f99d35d6: Verifying Checksum [2021-01-11T20:21:09.301Z] bca2f99d35d6: Download complete [2021-01-11T20:21:09.301Z] a35cf1a2eb13: Verifying Checksum [2021-01-11T20:21:09.301Z] a35cf1a2eb13: Download complete [2021-01-11T20:21:14.639Z] bca2f99d35d6: Pull complete [2021-01-11T20:21:14.639Z] 93359f2a8cfa: Pull complete [2021-01-11T20:21:14.639Z] 7c6f9722023f: Pull complete [2021-01-11T20:21:22.815Z] a35cf1a2eb13: Pull complete [2021-01-11T20:21:22.815Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-11T20:21:22.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-11T20:21:22.815Z] ---> a62c8e92a672 [2021-01-11T20:21:22.815Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-11T20:21:22.815Z] 20.10.0: Pulling from library/docker [2021-01-11T20:21:22.815Z] 05e7bc50f07f: Pulling fs layer [2021-01-11T20:21:22.815Z] 6db28d0fdbf6: Pulling fs layer [2021-01-11T20:21:22.815Z] 292df0bc6bf3: Pulling fs layer [2021-01-11T20:21:22.815Z] 2e060f4bd70b: Pulling fs layer [2021-01-11T20:21:22.815Z] 80e8d568a223: Pulling fs layer [2021-01-11T20:21:22.815Z] 8dc6ef1a942a: Pulling fs layer [2021-01-11T20:21:22.815Z] 2312dd95470a: Pulling fs layer [2021-01-11T20:21:22.815Z] 80e8d568a223: Waiting [2021-01-11T20:21:22.815Z] 8dc6ef1a942a: Waiting [2021-01-11T20:21:22.815Z] 2312dd95470a: Waiting [2021-01-11T20:21:22.815Z] 2e060f4bd70b: Waiting [2021-01-11T20:21:22.815Z] 292df0bc6bf3: Verifying Checksum [2021-01-11T20:21:22.815Z] 6db28d0fdbf6: Verifying Checksum [2021-01-11T20:21:22.815Z] 6db28d0fdbf6: Download complete [2021-01-11T20:21:22.815Z] 05e7bc50f07f: Verifying Checksum [2021-01-11T20:21:22.815Z] 05e7bc50f07f: Download complete [2021-01-11T20:21:22.815Z] 80e8d568a223: Verifying Checksum [2021-01-11T20:21:22.815Z] 80e8d568a223: Download complete [2021-01-11T20:21:22.815Z] 8dc6ef1a942a: Verifying Checksum [2021-01-11T20:21:22.815Z] 8dc6ef1a942a: Download complete [2021-01-11T20:21:22.815Z] 2312dd95470a: Download complete [2021-01-11T20:21:22.815Z] 05e7bc50f07f: Pull complete [2021-01-11T20:21:23.082Z] 6db28d0fdbf6: Pull complete [2021-01-11T20:21:23.352Z] 292df0bc6bf3: Pull complete [2021-01-11T20:21:23.628Z] 2e060f4bd70b: Verifying Checksum [2021-01-11T20:21:23.628Z] 2e060f4bd70b: Download complete [2021-01-11T20:21:26.210Z] 2e060f4bd70b: Pull complete [2021-01-11T20:21:26.210Z] 80e8d568a223: Pull complete [2021-01-11T20:21:26.210Z] 8dc6ef1a942a: Pull complete [2021-01-11T20:21:26.473Z] 2312dd95470a: Pull complete [2021-01-11T20:21:26.473Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-11T20:21:26.473Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-11T20:21:27.888Z] ---> ead5c2797c6b [2021-01-11T20:21:27.888Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-11T20:21:27.888Z] ---> Running in fc2c24294205 [2021-01-11T20:21:28.156Z] Removing intermediate container fc2c24294205 [2021-01-11T20:21:28.156Z] ---> 782e816405a4 [2021-01-11T20:21:28.156Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-11T20:21:28.156Z] ---> Running in fbbc06c8fe40 [2021-01-11T20:21:28.244Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19574 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-11T20:21:28.294Z] Running in /w/workspace/app-functions-sdk-go/166 [Pipeline] { [Pipeline] checkout [2021-01-11T20:21:29.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T20:21:29.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T20:21:30.274Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-11T20:21:30.274Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-11T20:21:30.536Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-11T20:21:30.536Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-11T20:21:30.800Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-11T20:21:30.800Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T20:21:30.800Z] OK: 167 MiB in 44 packages [2021-01-11T20:21:31.373Z] Removing intermediate container fbbc06c8fe40 [2021-01-11T20:21:31.374Z] ---> 41f4a5ff168b [2021-01-11T20:21:31.374Z] Step 6/8 : WORKDIR /build [2021-01-11T20:21:31.639Z] ---> Running in 53b367072b14 [2021-01-11T20:21:31.639Z] Removing intermediate container 53b367072b14 [2021-01-11T20:21:31.639Z] ---> aef926581aa4 [2021-01-11T20:21:31.639Z] Step 7/8 : COPY go.mod . [2021-01-11T20:21:31.908Z] ---> a27ef25a4824 [2021-01-11T20:21:31.908Z] Step 8/8 : RUN go mod download [2021-01-11T20:21:31.908Z] ---> Running in ffd713af745d [2021-01-11T20:21:33.359Z] using credential edgex-jenkins-ssh [2021-01-11T20:21:33.413Z] Cloning the remote Git repository [2021-01-11T20:21:33.459Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-11T20:21:33.563Z] > git init /w/workspace/app-functions-sdk-go/166 # timeout=10 [2021-01-11T20:21:33.638Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-11T20:21:33.639Z] > git --version # timeout=10 [2021-01-11T20:21:33.657Z] > git --version # 'git version 2.17.1' [2021-01-11T20:21:33.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T20:21:33.744Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T20:21:36.696Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-11T20:21:36.725Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T20:21:36.752Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-11T20:21:36.788Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-11T20:21:36.789Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T20:21:36.800Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T20:21:37.329Z] Checking out Revision b30736090bd95023ceca9bd198846be8d66a7c94 (master) [2021-01-11T20:21:37.343Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T20:21:37.360Z] > git checkout -f b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 [2021-01-11T20:21:41.682Z] Commit message: "feat: Allow for multiple MessageBus subscriptions (#625)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T20:21:43.340Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-11T20:21:43.743Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T20:21:44.091Z] + true [2021-01-11T20:21:44.091Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-11T20:21:46.433Z] ========================================================= [2021-01-11T20:21:46.433Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-11T20:21:46.433Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:21:46.847Z] + 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-01-11T20:21:47.828Z] Sending build context to Docker daemon 19.1MB [2021-01-11T20:21:47.828Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T20:21:47.828Z] Step 2/8 : FROM ${BASE} [2021-01-11T20:21:48.108Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-11T20:21:48.108Z] 5f621e34cdf4: Pulling fs layer [2021-01-11T20:21:48.108Z] a4357932f1b6: Pulling fs layer [2021-01-11T20:21:48.108Z] 18c013af1878: Pulling fs layer [2021-01-11T20:21:48.108Z] 00ac8860ef70: Pulling fs layer [2021-01-11T20:21:48.108Z] 63d7cb157983: Pulling fs layer [2021-01-11T20:21:48.108Z] b116817d02f9: Pulling fs layer [2021-01-11T20:21:48.108Z] 745a02a5169b: Pulling fs layer [2021-01-11T20:21:48.108Z] b116817d02f9: Waiting [2021-01-11T20:21:48.108Z] 00ac8860ef70: Waiting [2021-01-11T20:21:48.108Z] 63d7cb157983: Waiting [2021-01-11T20:21:48.108Z] 745a02a5169b: Waiting [2021-01-11T20:21:48.108Z] 18c013af1878: Download complete [2021-01-11T20:21:48.381Z] a4357932f1b6: Verifying Checksum [2021-01-11T20:21:48.382Z] a4357932f1b6: Download complete [2021-01-11T20:21:48.382Z] 63d7cb157983: Verifying Checksum [2021-01-11T20:21:48.382Z] 63d7cb157983: Download complete [2021-01-11T20:21:48.382Z] b116817d02f9: Verifying Checksum [2021-01-11T20:21:48.382Z] b116817d02f9: Download complete [2021-01-11T20:21:48.382Z] 5f621e34cdf4: Verifying Checksum [2021-01-11T20:21:48.382Z] 5f621e34cdf4: Download complete [2021-01-11T20:21:48.990Z] 5f621e34cdf4: Pull complete [2021-01-11T20:21:49.978Z] a4357932f1b6: Pull complete [2021-01-11T20:21:50.257Z] 18c013af1878: Pull complete [2021-01-11T20:21:50.851Z] 745a02a5169b: Verifying Checksum [2021-01-11T20:21:50.851Z] 745a02a5169b: Download complete [2021-01-11T20:21:51.446Z] 00ac8860ef70: Verifying Checksum [2021-01-11T20:21:51.446Z] 00ac8860ef70: Download complete [2021-01-11T20:21:54.031Z] Removing intermediate container ffd713af745d [2021-01-11T20:21:54.031Z] ---> c7156cf02be6 [2021-01-11T20:21:54.031Z] Successfully built c7156cf02be6 [2021-01-11T20:21:54.031Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:21:54.349Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T20:21:54.349Z] . [Pipeline] withDockerContainer [2021-01-11T20:21:54.469Z] prd-centos7-docker-4c-2g-19575 does not seem to be running inside a container [2021-01-11T20:21:54.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/166 -v /w/workspace/app-functions-sdk-go/166:/w/workspace/app-functions-sdk-go/166:rw,z -v /w/workspace/app-functions-sdk-go/166@tmp:/w/workspace/app-functions-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-11T20:21:55.268Z] $ docker top 72c2bf0c5af1ccc8084616770d3269d0b7252dff7ff28daab07f140206fce7e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T20:21:55.750Z] + go version [2021-01-11T20:21:55.751Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-11T20:21:55.766Z] $ docker stop --time=1 72c2bf0c5af1ccc8084616770d3269d0b7252dff7ff28daab07f140206fce7e4 [2021-01-11T20:21:57.110Z] $ docker rm -f 72c2bf0c5af1ccc8084616770d3269d0b7252dff7ff28daab07f140206fce7e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:21:57.873Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T20:21:57.873Z] . [Pipeline] withDockerContainer [2021-01-11T20:21:57.971Z] prd-centos7-docker-4c-2g-19575 does not seem to be running inside a container [2021-01-11T20:21:58.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/166 -v /w/workspace/app-functions-sdk-go/166:/w/workspace/app-functions-sdk-go/166:rw,z -v /w/workspace/app-functions-sdk-go/166@tmp:/w/workspace/app-functions-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-11T20:21:58.628Z] $ docker top 2e0b44ba56a0170f7e89169f0e4493eac1ff01e708557e8f00e08046832e8533 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T20:21:59.121Z] + make test [2021-01-11T20:21:59.121Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-11T20:22:00.559Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-11T20:22:01.605Z] 00ac8860ef70: Pull complete [2021-01-11T20:22:01.605Z] 63d7cb157983: Pull complete [2021-01-11T20:22:01.885Z] b116817d02f9: Pull complete [2021-01-11T20:22:06.199Z] 745a02a5169b: Pull complete [2021-01-11T20:22:06.199Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-11T20:22:06.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-11T20:22:06.199Z] ---> b7e6874047d6 [2021-01-11T20:22:06.199Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-11T20:22:06.199Z] 20.10.0: Pulling from library/docker [2021-01-11T20:22:06.199Z] a3cc7d3b244e: Pulling fs layer [2021-01-11T20:22:06.199Z] 02a3295e0d61: Pulling fs layer [2021-01-11T20:22:06.199Z] 0f4f2e6d8100: Pulling fs layer [2021-01-11T20:22:06.199Z] 330b718f631f: Pulling fs layer [2021-01-11T20:22:06.199Z] a93816041522: Pulling fs layer [2021-01-11T20:22:06.199Z] bdb6da89ff94: Pulling fs layer [2021-01-11T20:22:06.199Z] 2a70c0c122f4: Pulling fs layer [2021-01-11T20:22:06.199Z] a93816041522: Waiting [2021-01-11T20:22:06.199Z] bdb6da89ff94: Waiting [2021-01-11T20:22:06.199Z] 2a70c0c122f4: Waiting [2021-01-11T20:22:06.199Z] 330b718f631f: Waiting [2021-01-11T20:22:06.199Z] 0f4f2e6d8100: Verifying Checksum [2021-01-11T20:22:06.199Z] 0f4f2e6d8100: Download complete [2021-01-11T20:22:06.199Z] a3cc7d3b244e: Verifying Checksum [2021-01-11T20:22:06.199Z] a3cc7d3b244e: Download complete [2021-01-11T20:22:06.199Z] 02a3295e0d61: Download complete [2021-01-11T20:22:06.199Z] a93816041522: Verifying Checksum [2021-01-11T20:22:06.199Z] bdb6da89ff94: Verifying Checksum [2021-01-11T20:22:06.199Z] bdb6da89ff94: Download complete [2021-01-11T20:22:06.199Z] 2a70c0c122f4: Verifying Checksum [2021-01-11T20:22:06.199Z] 2a70c0c122f4: Download complete [2021-01-11T20:22:06.477Z] a3cc7d3b244e: Pull complete [2021-01-11T20:22:07.075Z] 02a3295e0d61: Pull complete [2021-01-11T20:22:07.284Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.051s coverage: 81.0% of statements [2021-01-11T20:22:07.351Z] 0f4f2e6d8100: Pull complete [2021-01-11T20:22:07.352Z] 330b718f631f: Verifying Checksum [2021-01-11T20:22:07.352Z] 330b718f631f: Download complete [2021-01-11T20:22:11.676Z] 330b718f631f: Pull complete [2021-01-11T20:22:11.676Z] a93816041522: Pull complete [2021-01-11T20:22:11.676Z] bdb6da89ff94: Pull complete [2021-01-11T20:22:12.276Z] 2a70c0c122f4: Pull complete [2021-01-11T20:22:12.276Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-11T20:22:12.276Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-11T20:22:15.532Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.047s coverage: 48.6% of statements [2021-01-11T20:22:15.533Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-11T20:22:15.533Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-11T20:22:15.533Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.024s coverage: 61.5% of statements [2021-01-11T20:22:15.533Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-11T20:22:15.806Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.056s coverage: 67.7% of statements [2021-01-11T20:22:15.806Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-11T20:22:15.806Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-11T20:22:15.806Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-11T20:22:15.806Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-11T20:22:15.806Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-11T20:22:15.806Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-11T20:22:15.806Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.025s coverage: 97.0% of statements [2021-01-11T20:22:15.806Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-11T20:22:15.806Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.011s coverage: 8.8% of statements [2021-01-11T20:22:18.982Z] ---> dcfe3aabe7b7 [2021-01-11T20:22:18.982Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-11T20:22:18.982Z] ---> Running in f5a24af9f44d [2021-01-11T20:22:18.982Z] Removing intermediate container f5a24af9f44d [2021-01-11T20:22:18.982Z] ---> 24bf87b2fdcb [2021-01-11T20:22:18.982Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-11T20:22:18.982Z] ---> Running in 6625a107bf59 [2021-01-11T20:22:20.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T20:22:21.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T20:22:21.607Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-11T20:22:21.879Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-11T20:22:21.879Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-11T20:22:22.158Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-11T20:22:22.158Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-11T20:22:22.158Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T20:22:22.158Z] OK: 144 MiB in 44 packages [2021-01-11T20:22:23.591Z] Removing intermediate container 6625a107bf59 [2021-01-11T20:22:23.591Z] ---> bc3f40205906 [2021-01-11T20:22:23.591Z] Step 6/8 : WORKDIR /build [2021-01-11T20:22:23.591Z] ---> Running in ca5e412f1bda [2021-01-11T20:22:23.982Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.231s coverage: 75.4% of statements [2021-01-11T20:22:23.982Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-11T20:22:23.982Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.036s coverage: 87.9% of statements [2021-01-11T20:22:23.982Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.013s coverage: 80.5% of statements [2021-01-11T20:22:23.982Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.020s coverage: 71.7% of statements [2021-01-11T20:22:24.189Z] Removing intermediate container ca5e412f1bda [2021-01-11T20:22:24.189Z] ---> fa7cf310afa4 [2021-01-11T20:22:24.189Z] Step 7/8 : COPY go.mod . [2021-01-11T20:22:24.788Z] ---> a3565cb9985d [2021-01-11T20:22:24.788Z] Step 8/8 : RUN go mod download [2021-01-11T20:22:25.062Z] ---> Running in c3268ddab374 [2021-01-11T20:22:45.979Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.030s coverage: 81.4% of statements [2021-01-11T20:22:45.979Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2021-01-11T20:22:45.979Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-11T20:22:45.979Z] gofmt -l . [2021-01-11T20:22:45.979Z] [ "`gofmt -l .`" = "" ] [2021-01-11T20:22:45.979Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-11T20:22:45.997Z] $ docker stop --time=1 2e0b44ba56a0170f7e89169f0e4493eac1ff01e708557e8f00e08046832e8533 [2021-01-11T20:22:47.857Z] $ docker rm -f 2e0b44ba56a0170f7e89169f0e4493eac1ff01e708557e8f00e08046832e8533 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T20:22:48.472Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T20:22:48.915Z] 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] } [2021-01-11T20:22:51.844Z] Removing intermediate container c3268ddab374 [2021-01-11T20:22:51.844Z] ---> 64ed2ddb153f [2021-01-11T20:22:51.844Z] Successfully built 64ed2ddb153f [2021-01-11T20:22:51.844Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:22:52.186Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T20:22:52.187Z] . [Pipeline] withDockerContainer [2021-01-11T20:22:52.438Z] prd-ubuntu18.04-docker-arm64-4c-16g-19574 does not seem to be running inside a container [2021-01-11T20:22:52.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/166 -v /w/workspace/app-functions-sdk-go/166:/w/workspace/app-functions-sdk-go/166:rw,z -v /w/workspace/app-functions-sdk-go/166@tmp:/w/workspace/app-functions-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T20:22:54.080Z] $ docker top 9ff64a9b5a17cc8e0612b6a21f741bd2eb262961446f1165057e05332bcaa440 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T20:22:55.132Z] + go version [2021-01-11T20:22:55.132Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-11T20:22:55.155Z] $ docker stop --time=1 9ff64a9b5a17cc8e0612b6a21f741bd2eb262961446f1165057e05332bcaa440 [2021-01-11T20:22:57.110Z] $ docker rm -f 9ff64a9b5a17cc8e0612b6a21f741bd2eb262961446f1165057e05332bcaa440 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:22:58.111Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T20:22:58.111Z] . [Pipeline] withDockerContainer [2021-01-11T20:22:58.372Z] prd-ubuntu18.04-docker-arm64-4c-16g-19574 does not seem to be running inside a container [2021-01-11T20:22:58.448Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/166 -v /w/workspace/app-functions-sdk-go/166:/w/workspace/app-functions-sdk-go/166:rw,z -v /w/workspace/app-functions-sdk-go/166@tmp:/w/workspace/app-functions-sdk-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T20:22:59.972Z] $ docker top 285bb6464606963e40c029260af3542b81872991be2f86dde36bfe5d7f4916de -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T20:23:01.030Z] + make test [2021-01-11T20:23:01.030Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-11T20:23:02.472Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-11T20:23:24.697Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.033s coverage: 81.0% of statements [2021-01-11T20:23:51.521Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.059s coverage: 48.6% of statements [2021-01-11T20:23:51.521Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-11T20:23:51.521Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-11T20:23:51.521Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.113s coverage: 61.5% of statements [2021-01-11T20:23:51.521Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-11T20:23:51.521Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.048s coverage: 67.7% of statements [2021-01-11T20:23:51.521Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-11T20:23:51.521Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-11T20:23:51.521Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-11T20:23:51.521Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-11T20:23:51.521Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-11T20:23:51.521Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-11T20:23:51.521Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.041s coverage: 97.0% of statements [2021-01-11T20:23:51.521Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-11T20:23:51.521Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 8.8% of statements [2021-01-11T20:23:55.805Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.296s coverage: 75.4% of statements [2021-01-11T20:23:55.805Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-11T20:23:55.805Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.058s coverage: 87.9% of statements [2021-01-11T20:23:55.805Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.037s coverage: 80.5% of statements [2021-01-11T20:23:55.805Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.036s coverage: 71.7% of statements [2021-01-11T20:24:17.933Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.052s coverage: 81.4% of statements [2021-01-11T20:24:17.934Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.011s coverage: 94.4% of statements [2021-01-11T20:24:17.934Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-11T20:24:26.232Z] gofmt -l . [2021-01-11T20:24:26.232Z] [ "`gofmt -l .`" = "" ] [2021-01-11T20:24:26.507Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-11T20:24:27.118Z] $ docker stop --time=1 285bb6464606963e40c029260af3542b81872991be2f86dde36bfe5d7f4916de [2021-01-11T20:24:29.101Z] $ docker rm -f 285bb6464606963e40c029260af3542b81872991be2f86dde36bfe5d7f4916de [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T20:24:30.134Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-11T20:24:30.228Z] Warning: overwriting stash ‘coverage-report’ [2021-01-11T20:24:31.277Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-11T20:24:33.194Z] provisioning config files... [2021-01-11T20:24:33.206Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5388682085930319251tmp [Pipeline] { [Pipeline] sh [2021-01-11T20:24:33.594Z] + set +x [2021-01-11T20:24:33.594Z] + curl -s https://codecov.io/bash [2021-01-11T20:24:33.594Z] + bash -s -- [2021-01-11T20:24:33.858Z] [2021-01-11T20:24:33.858Z] _____ _ [2021-01-11T20:24:33.858Z] / ____| | | [2021-01-11T20:24:33.858Z] | | ___ __| | ___ ___ _____ __ [2021-01-11T20:24:33.858Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-11T20:24:33.858Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-11T20:24:33.858Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-11T20:24:33.858Z] Bash-20201231-23d4836 [2021-01-11T20:24:33.858Z] [2021-01-11T20:24:33.858Z] [2021-01-11T20:24:33.858Z] ==> git version 2.24.3 found [2021-01-11T20:24:33.858Z] ==> 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-01-11T20:24:33.858Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-11T20:24:33.858Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-11T20:24:33.858Z] ==> Jenkins CI detected. [2021-01-11T20:24:33.858Z] project root: . [2021-01-11T20:24:33.858Z] --> token set from env [2021-01-11T20:24:33.858Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-11T20:24:33.858Z] ==> Running gcov in . (disable via -X gcov) [2021-01-11T20:24:33.858Z] ==> Python coveragepy not found [2021-01-11T20:24:33.858Z] ==> Searching for coverage reports in: [2021-01-11T20:24:33.858Z] + . [2021-01-11T20:24:33.858Z] -> Found 1 reports [2021-01-11T20:24:33.858Z] ==> Detecting git/mercurial file structure [2021-01-11T20:24:33.858Z] ==> Reading reports [2021-01-11T20:24:33.858Z] + ./coverage.out bytes=71695 [2021-01-11T20:24:33.858Z] ==> Appending adjustments [2021-01-11T20:24:33.858Z] https://docs.codecov.io/docs/fixing-reports [2021-01-11T20:24:34.119Z] + Found adjustments [2021-01-11T20:24:34.119Z] ==> Gzipping contents [2021-01-11T20:24:34.119Z] 16K /tmp/codecov.bVmmDO.gz [2021-01-11T20:24:34.119Z] ==> Uploading reports [2021-01-11T20:24:34.119Z] url: https://codecov.io [2021-01-11T20:24:34.119Z] query: branch=master&commit=b30736090bd95023ceca9bd198846be8d66a7c94&build=166&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F166%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-11T20:24:34.381Z] -> Pinging Codecov [2021-01-11T20:24:34.381Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=b30736090bd95023ceca9bd198846be8d66a7c94&build=166&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F166%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-11T20:24:34.643Z] -> Uploading to [2021-01-11T20:24:34.643Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-11/3D8B5DFFC46A037C893635FACE044666/b30736090bd95023ceca9bd198846be8d66a7c94/09645463-4d51-4eb1-9fe7-59a032a52365.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T202434Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1150fbf07733c5c62ebad65149e3c2d7285808503a67c03859a789068b452f52 [2021-01-11T20:24:34.643Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T20:24:34.643Z] Dload Upload Total Spent Left Speed [2021-01-11T20:24:35.167Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12853 0 0 100 12853 0 30152 --:--:-- --:--:-- --:--:-- 30100 [2021-01-11T20:24:35.167Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/b30736090bd95023ceca9bd198846be8d66a7c94 [Pipeline] } [2021-01-11T20:24:35.193Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-11T20:24:35.709Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-11T20:24:35.784Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:24:36.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T20:24:36.126Z] [2021-01-11T20:24:36.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:24:36.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T20:24:36.477Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-11T20:24:36.477Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T20:24:36.477Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T20:24:36.477Z] de9db76c5a1d: Pulling fs layer [2021-01-11T20:24:36.478Z] 0eba1c9be4d2: Pulling fs layer [2021-01-11T20:24:36.478Z] 0d57e429df01: Pulling fs layer [2021-01-11T20:24:36.478Z] 4e4be7b47b0d: Pulling fs layer [2021-01-11T20:24:36.478Z] e1f770b5df2f: Pulling fs layer [2021-01-11T20:24:36.478Z] 85a0685a4137: Pulling fs layer [2021-01-11T20:24:36.478Z] 0eba1c9be4d2: Waiting [2021-01-11T20:24:36.478Z] 0d57e429df01: Waiting [2021-01-11T20:24:36.478Z] 4e4be7b47b0d: Waiting [2021-01-11T20:24:36.478Z] e1f770b5df2f: Waiting [2021-01-11T20:24:36.478Z] 85a0685a4137: Waiting [2021-01-11T20:24:36.478Z] de9db76c5a1d: Verifying Checksum [2021-01-11T20:24:36.478Z] de9db76c5a1d: Download complete [2021-01-11T20:24:36.478Z] 0ef7d3d256c8: Verifying Checksum [2021-01-11T20:24:36.478Z] 0ef7d3d256c8: Download complete [2021-01-11T20:24:36.478Z] 0d57e429df01: Verifying Checksum [2021-01-11T20:24:36.478Z] 0d57e429df01: Download complete [2021-01-11T20:24:36.478Z] 4e4be7b47b0d: Verifying Checksum [2021-01-11T20:24:36.478Z] 4e4be7b47b0d: Download complete [2021-01-11T20:24:36.478Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T20:24:36.478Z] 188c0c94c7c5: Download complete [2021-01-11T20:24:36.741Z] 188c0c94c7c5: Pull complete [2021-01-11T20:24:37.005Z] 0ef7d3d256c8: Pull complete [2021-01-11T20:24:37.270Z] de9db76c5a1d: Pull complete [2021-01-11T20:24:38.218Z] e1f770b5df2f: Verifying Checksum [2021-01-11T20:24:38.218Z] e1f770b5df2f: Download complete [2021-01-11T20:24:40.147Z] 0eba1c9be4d2: Verifying Checksum [2021-01-11T20:24:40.147Z] 0eba1c9be4d2: Download complete [2021-01-11T20:24:40.147Z] 85a0685a4137: Verifying Checksum [2021-01-11T20:24:40.147Z] 85a0685a4137: Download complete [2021-01-11T20:24:45.477Z] 0eba1c9be4d2: Pull complete [2021-01-11T20:24:45.477Z] 0d57e429df01: Pull complete [2021-01-11T20:24:45.477Z] 4e4be7b47b0d: Pull complete [2021-01-11T20:24:47.412Z] e1f770b5df2f: Pull complete [2021-01-11T20:24:55.595Z] 85a0685a4137: Pull complete [2021-01-11T20:24:55.595Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-11T20:24:55.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T20:24:55.595Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-11T20:24:55.807Z] prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container [2021-01-11T20:24:55.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-11T20:24:56.825Z] $ docker top 05ab204fb4634ad0eb31df15ca723c40a7713dc0850085cb7e795e7cdc43de07 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-11T20:24:57.007Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-11T20:24:57.311Z] + set -o pipefail [2021-01-11T20:24:57.311Z] + snyk monitor '--org=edgex-jenkins' [2021-01-11T20:25:05.467Z] [2021-01-11T20:25:05.467Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2021-01-11T20:25:05.467Z] [2021-01-11T20:25:05.467Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/30fd492d-528a-4f91-a1b2-b55087d0580e [2021-01-11T20:25:05.467Z] [2021-01-11T20:25:05.467Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-11T20:25:05.467Z] [2021-01-11T20:25:05.467Z] [Pipeline] } [2021-01-11T20:25:05.487Z] $ docker stop --time=1 05ab204fb4634ad0eb31df15ca723c40a7713dc0850085cb7e795e7cdc43de07 [2021-01-11T20:25:08.278Z] $ docker rm -f 05ab204fb4634ad0eb31df15ca723c40a7713dc0850085cb7e795e7cdc43de07 [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-01-11T20:25:09.752Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T20:25:09.819Z] provisioning config files... [2021-01-11T20:25:09.829Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config733653479243062372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:25:10.229Z] --> edgex-publish-swagger.sh [2021-01-11T20:25:10.229Z] === Publish openapi/v2 API === [2021-01-11T20:25:10.229Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-11T20:25:10.229Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2021-01-11T20:25:10.229Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T20:25:10.229Z] Dload Upload Total Spent Left Speed [2021-01-11T20:25:11.175Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 11916 0:00:01 0:00:01 --:--:-- 11927 100 13025 0 0 100 13025 0 11914 0:00:01 0:00:01 --:--:-- 11927 [2021-01-11T20:25:11.175Z] [2021-01-11T20:25:11.175Z] [Pipeline] } [2021-01-11T20:25:11.184Z] 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-01-11T20:25:12.059Z] + git log --format=format:%s -1 b30736090bd95023ceca9bd198846be8d66a7c94 [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:25:12.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T20:25:12.377Z] . [Pipeline] withDockerContainer [2021-01-11T20:25:12.489Z] prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container [2021-01-11T20:25:12.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T20:25:13.304Z] $ docker top 9057e4d24be3de3b243252a00a3454249b92aeaf19ab7d56272be0d21fc2c7dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T20:25:13.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T20:25:13.571Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T20:25:13.806Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T20:25:13.812Z] $ docker exec 9057e4d24be3de3b243252a00a3454249b92aeaf19ab7d56272be0d21fc2c7dc ssh-agent [2021-01-11T20:25:13.972Z] SSH_AUTH_SOCK=/tmp/ssh-TyJuF2lodIDE/agent.11 [2021-01-11T20:25:13.972Z] SSH_AGENT_PID=16 [2021-01-11T20:25:13.978Z] Running ssh-add (command line suppressed) [2021-01-11T20:25:14.103Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3159551469983974652.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3159551469983974652.key) [2021-01-11T20:25:14.153Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T20:25:14.485Z] + git semver tag [2021-01-11T20:25:14.485Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T20:25:14.485Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-11T20:25:14.485Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-11T20:25:14.485Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T20:25:14.485Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T20:25:14.485Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T20:25:14.485Z] # $SEMVER_BRANCH = master [2021-01-11T20:25:14.485Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-11T20:25:14.485Z] # b30736090bd95023ceca9bd198846be8d66a7c94 HEAD [2021-01-11T20:25:14.485Z] # -> Force: false [2021-01-11T20:25:14.485Z] # 2dd718ec444e1d1ccf23a32be75b4a4c2d05b392 refs/tags/v1.3.1-dev.17 [Pipeline] } [2021-01-11T20:25:14.500Z] $ docker exec --env ******** --env ******** 9057e4d24be3de3b243252a00a3454249b92aeaf19ab7d56272be0d21fc2c7dc ssh-agent -k [2021-01-11T20:25:14.615Z] unset SSH_AUTH_SOCK; [2021-01-11T20:25:14.615Z] unset SSH_AGENT_PID; [2021-01-11T20:25:14.616Z] echo Agent pid 16 killed; [2021-01-11T20:25:14.659Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T20:25:15.116Z] + git semver [Pipeline] } [2021-01-11T20:25:15.135Z] $ docker stop --time=1 9057e4d24be3de3b243252a00a3454249b92aeaf19ab7d56272be0d21fc2c7dc [2021-01-11T20:25:16.512Z] $ docker rm -f 9057e4d24be3de3b243252a00a3454249b92aeaf19ab7d56272be0d21fc2c7dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:25:17.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-11T20:25:17.109Z] [2021-01-11T20:25:17.109Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:25:17.456Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-11T20:25:17.456Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-11T20:25:17.456Z] ab5ef0e58194: Pulling fs layer [2021-01-11T20:25:17.456Z] 9712f1f96733: Pulling fs layer [2021-01-11T20:25:17.456Z] 63f879dbbcfc: Pulling fs layer [2021-01-11T20:25:17.456Z] 0d9ebad4ef96: Pulling fs layer [2021-01-11T20:25:17.456Z] e9a5061849ea: Pulling fs layer [2021-01-11T20:25:17.456Z] d747dcd14b5f: Pulling fs layer [2021-01-11T20:25:17.456Z] 2de7ff778b66: Pulling fs layer [2021-01-11T20:25:17.456Z] d747dcd14b5f: Waiting [2021-01-11T20:25:17.456Z] 0d9ebad4ef96: Waiting [2021-01-11T20:25:17.456Z] 2de7ff778b66: Waiting [2021-01-11T20:25:17.456Z] e9a5061849ea: Waiting [2021-01-11T20:25:17.456Z] 9712f1f96733: Verifying Checksum [2021-01-11T20:25:17.456Z] 9712f1f96733: Download complete [2021-01-11T20:25:18.861Z] 63f879dbbcfc: Verifying Checksum [2021-01-11T20:25:18.861Z] 63f879dbbcfc: Download complete [2021-01-11T20:25:18.861Z] e9a5061849ea: Verifying Checksum [2021-01-11T20:25:18.861Z] e9a5061849ea: Download complete [2021-01-11T20:25:18.861Z] d747dcd14b5f: Verifying Checksum [2021-01-11T20:25:18.861Z] d747dcd14b5f: Download complete [2021-01-11T20:25:19.455Z] 2de7ff778b66: Verifying Checksum [2021-01-11T20:25:19.455Z] 2de7ff778b66: Download complete [2021-01-11T20:25:20.030Z] ab5ef0e58194: Verifying Checksum [2021-01-11T20:25:20.030Z] ab5ef0e58194: Download complete [2021-01-11T20:25:20.030Z] 0d9ebad4ef96: Verifying Checksum [2021-01-11T20:25:20.030Z] 0d9ebad4ef96: Download complete [2021-01-11T20:25:24.286Z] ab5ef0e58194: Pull complete [2021-01-11T20:25:24.286Z] 9712f1f96733: Pull complete [2021-01-11T20:25:26.843Z] 63f879dbbcfc: Pull complete [2021-01-11T20:25:33.485Z] 0d9ebad4ef96: Pull complete [2021-01-11T20:25:34.434Z] e9a5061849ea: Pull complete [2021-01-11T20:25:34.434Z] d747dcd14b5f: Pull complete [2021-01-11T20:25:36.998Z] 2de7ff778b66: Pull complete [2021-01-11T20:25:36.998Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-11T20:25:36.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-11T20:25:36.998Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-11T20:25:37.185Z] prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container [2021-01-11T20:25:37.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-11T20:25:41.206Z] $ docker top de4cfd2ba0b0fb9652b31999cefb76c237e807fa8f4ccc00e7147c4bda431021 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-11T20:25:41.594Z] provisioning config files... [2021-01-11T20:25:41.606Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2132221497683792551tmp [2021-01-11T20:25:41.655Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5880473060924260131tmp [2021-01-11T20:25:41.687Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1628303473234614331tmp [Pipeline] { [Pipeline] echo [2021-01-11T20:25:41.750Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:25:42.079Z] ---> sigul-configuration.sh [2021-01-11T20:25:42.079Z] gpg: directory `/root/.gnupg' created [2021-01-11T20:25:42.079Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-11T20:25:42.079Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-11T20:25:42.079Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-11T20:25:42.079Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-11T20:25:42.079Z] gpg: CAST5 encrypted data [2021-01-11T20:25:42.348Z] gpg: encrypted with 1 passphrase [2021-01-11T20:25:42.348Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-11T20:25:42.644Z] + mkdir /home/jenkins [2021-01-11T20:25:42.644Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-11T20:25:42.940Z] + 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-01-11T20:25:42.951Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:25:43.248Z] ---> sigul-install.sh [2021-01-11T20:25:48.551Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-11T20:25:48.854Z] + git tag --list [2021-01-11T20:25:48.854Z] v0.1.0 [2021-01-11T20:25:48.854Z] v0.1.1 [2021-01-11T20:25:48.854Z] v1.0.0 [2021-01-11T20:25:48.854Z] v1.1.0 [2021-01-11T20:25:48.854Z] v1.2.0 [2021-01-11T20:25:48.854Z] v1.2.1-dev.1 [2021-01-11T20:25:48.854Z] v1.2.1-dev.10 [2021-01-11T20:25:48.854Z] v1.2.1-dev.11 [2021-01-11T20:25:48.854Z] v1.2.1-dev.12 [2021-01-11T20:25:48.854Z] v1.2.1-dev.13 [2021-01-11T20:25:48.854Z] v1.2.1-dev.14 [2021-01-11T20:25:48.854Z] v1.2.1-dev.15 [2021-01-11T20:25:48.854Z] v1.2.1-dev.16 [2021-01-11T20:25:48.854Z] v1.2.1-dev.17 [2021-01-11T20:25:48.854Z] v1.2.1-dev.18 [2021-01-11T20:25:48.854Z] v1.2.1-dev.19 [2021-01-11T20:25:48.854Z] v1.2.1-dev.2 [2021-01-11T20:25:48.854Z] v1.2.1-dev.20 [2021-01-11T20:25:48.854Z] v1.2.1-dev.21 [2021-01-11T20:25:48.854Z] v1.2.1-dev.22 [2021-01-11T20:25:48.854Z] v1.2.1-dev.23 [2021-01-11T20:25:48.854Z] v1.2.1-dev.24 [2021-01-11T20:25:48.854Z] v1.2.1-dev.25 [2021-01-11T20:25:48.854Z] v1.2.1-dev.26 [2021-01-11T20:25:48.854Z] v1.2.1-dev.27 [2021-01-11T20:25:48.854Z] v1.2.1-dev.28 [2021-01-11T20:25:48.854Z] v1.2.1-dev.29 [2021-01-11T20:25:48.854Z] v1.2.1-dev.3 [2021-01-11T20:25:48.854Z] v1.2.1-dev.30 [2021-01-11T20:25:48.854Z] v1.2.1-dev.31 [2021-01-11T20:25:48.854Z] v1.2.1-dev.32 [2021-01-11T20:25:48.854Z] v1.2.1-dev.33 [2021-01-11T20:25:48.854Z] v1.2.1-dev.34 [2021-01-11T20:25:48.854Z] v1.2.1-dev.35 [2021-01-11T20:25:48.854Z] v1.2.1-dev.36 [2021-01-11T20:25:48.854Z] v1.2.1-dev.37 [2021-01-11T20:25:48.854Z] v1.2.1-dev.38 [2021-01-11T20:25:48.854Z] v1.2.1-dev.39 [2021-01-11T20:25:48.854Z] v1.2.1-dev.4 [2021-01-11T20:25:48.854Z] v1.2.1-dev.40 [2021-01-11T20:25:48.854Z] v1.2.1-dev.41 [2021-01-11T20:25:48.854Z] v1.2.1-dev.42 [2021-01-11T20:25:48.854Z] v1.2.1-dev.43 [2021-01-11T20:25:48.854Z] v1.2.1-dev.44 [2021-01-11T20:25:48.854Z] v1.2.1-dev.45 [2021-01-11T20:25:48.854Z] v1.2.1-dev.46 [2021-01-11T20:25:48.854Z] v1.2.1-dev.47 [2021-01-11T20:25:48.854Z] v1.2.1-dev.48 [2021-01-11T20:25:48.854Z] v1.2.1-dev.49 [2021-01-11T20:25:48.854Z] v1.2.1-dev.5 [2021-01-11T20:25:48.854Z] v1.2.1-dev.50 [2021-01-11T20:25:48.854Z] v1.2.1-dev.51 [2021-01-11T20:25:48.854Z] v1.2.1-dev.52 [2021-01-11T20:25:48.854Z] v1.2.1-dev.53 [2021-01-11T20:25:48.854Z] v1.2.1-dev.54 [2021-01-11T20:25:48.854Z] v1.2.1-dev.55 [2021-01-11T20:25:48.854Z] v1.2.1-dev.56 [2021-01-11T20:25:48.854Z] v1.2.1-dev.57 [2021-01-11T20:25:48.854Z] v1.2.1-dev.58 [2021-01-11T20:25:48.854Z] v1.2.1-dev.6 [2021-01-11T20:25:48.854Z] v1.2.1-dev.7 [2021-01-11T20:25:48.854Z] v1.2.1-dev.8 [2021-01-11T20:25:48.854Z] v1.2.1-dev.9 [2021-01-11T20:25:48.854Z] v1.3.0 [2021-01-11T20:25:48.854Z] v1.3.1-dev.1 [2021-01-11T20:25:48.854Z] v1.3.1-dev.10 [2021-01-11T20:25:48.854Z] v1.3.1-dev.11 [2021-01-11T20:25:48.854Z] v1.3.1-dev.12 [2021-01-11T20:25:48.854Z] v1.3.1-dev.13 [2021-01-11T20:25:48.854Z] v1.3.1-dev.14 [2021-01-11T20:25:48.854Z] v1.3.1-dev.15 [2021-01-11T20:25:48.854Z] v1.3.1-dev.16 [2021-01-11T20:25:48.854Z] v1.3.1-dev.17 [2021-01-11T20:25:48.854Z] v1.3.1-dev.2 [2021-01-11T20:25:48.854Z] v1.3.1-dev.3 [2021-01-11T20:25:48.854Z] v1.3.1-dev.4 [2021-01-11T20:25:48.854Z] v1.3.1-dev.5 [2021-01-11T20:25:48.854Z] v1.3.1-dev.6 [2021-01-11T20:25:48.854Z] v1.3.1-dev.7 [2021-01-11T20:25:48.854Z] v1.3.1-dev.8 [2021-01-11T20:25:48.854Z] v1.3.1-dev.9 [Pipeline] sh [2021-01-11T20:25:49.155Z] + lftools sign git-tag v1.3.1-dev.17 [2021-01-11T20:25:50.545Z] Signing Git tag with Sigul... [2021-01-11T20:25:50.545Z] Signing v1.3.1-dev.17 [Pipeline] echo [2021-01-11T20:25:51.531Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:25:51.833Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-11T20:25:51.842Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-11T20:25:51.944Z] $ docker stop --time=1 de4cfd2ba0b0fb9652b31999cefb76c237e807fa8f4ccc00e7147c4bda431021 [2021-01-11T20:25:53.907Z] $ docker rm -f de4cfd2ba0b0fb9652b31999cefb76c237e807fa8f4ccc00e7147c4bda431021 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:25:54.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T20:25:54.757Z] . [Pipeline] withDockerContainer [2021-01-11T20:25:54.858Z] prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container [2021-01-11T20:25:54.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T20:25:55.529Z] $ docker top b11e88ae57affae5c5aada522e17e0d8fa73df2a421f4458af6eb6d88dbb2433 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T20:25:55.803Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T20:25:55.803Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T20:25:55.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T20:25:55.984Z] $ docker exec b11e88ae57affae5c5aada522e17e0d8fa73df2a421f4458af6eb6d88dbb2433 ssh-agent [2021-01-11T20:25:56.144Z] SSH_AUTH_SOCK=/tmp/ssh-CM3KPjW6c6T5/agent.12 [2021-01-11T20:25:56.144Z] SSH_AGENT_PID=17 [2021-01-11T20:25:56.151Z] Running ssh-add (command line suppressed) [2021-01-11T20:25:56.274Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4515809575719539946.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4515809575719539946.key) [2021-01-11T20:25:56.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T20:25:56.660Z] + git semver bump pre [2021-01-11T20:25:56.660Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T20:25:56.660Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-11T20:25:56.660Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-11T20:25:56.660Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T20:25:56.660Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T20:25:56.660Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T20:25:56.660Z] # $SEMVER_BRANCH = master [2021-01-11T20:25:56.660Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-01-11T20:25:56.660Z] 1.3.1-dev.18 [Pipeline] } [2021-01-11T20:25:56.676Z] $ docker exec --env ******** --env ******** b11e88ae57affae5c5aada522e17e0d8fa73df2a421f4458af6eb6d88dbb2433 ssh-agent -k [2021-01-11T20:25:56.787Z] unset SSH_AUTH_SOCK; [2021-01-11T20:25:56.787Z] unset SSH_AGENT_PID; [2021-01-11T20:25:56.787Z] echo Agent pid 17 killed; [2021-01-11T20:25:56.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T20:25:57.302Z] + git semver [Pipeline] } [2021-01-11T20:25:57.321Z] $ docker stop --time=1 b11e88ae57affae5c5aada522e17e0d8fa73df2a421f4458af6eb6d88dbb2433 [2021-01-11T20:25:58.656Z] $ docker rm -f b11e88ae57affae5c5aada522e17e0d8fa73df2a421f4458af6eb6d88dbb2433 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:26:00.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T20:26:00.696Z] . [Pipeline] withDockerContainer [2021-01-11T20:26:00.804Z] prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container [2021-01-11T20:26:00.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T20:26:01.455Z] $ docker top 02bda88fdf1431290d026c935fd02c7180d90cb93d6937a6a5a6b196f30304ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T20:26:01.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T20:26:01.897Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T20:26:02.082Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T20:26:02.089Z] $ docker exec 02bda88fdf1431290d026c935fd02c7180d90cb93d6937a6a5a6b196f30304ec ssh-agent [2021-01-11T20:26:02.260Z] SSH_AUTH_SOCK=/tmp/ssh-WQDzZiyPHWjo/agent.12 [2021-01-11T20:26:02.260Z] SSH_AGENT_PID=17 [2021-01-11T20:26:02.268Z] Running ssh-add (command line suppressed) [2021-01-11T20:26:02.396Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1441327005984008128.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1441327005984008128.key) [2021-01-11T20:26:02.451Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T20:26:02.786Z] + git semver push [2021-01-11T20:26:02.786Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T20:26:02.786Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-01-11T20:26:02.786Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-01-11T20:26:02.786Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T20:26:02.786Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T20:26:02.786Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T20:26:02.786Z] # $SEMVER_BRANCH = master [2021-01-11T20:26:02.786Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-01-11T20:26:10.950Z] $ docker exec --env ******** --env ******** 02bda88fdf1431290d026c935fd02c7180d90cb93d6937a6a5a6b196f30304ec ssh-agent -k [2021-01-11T20:26:11.070Z] unset SSH_AUTH_SOCK; [2021-01-11T20:26:11.070Z] unset SSH_AGENT_PID; [2021-01-11T20:26:11.070Z] echo Agent pid 17 killed; [2021-01-11T20:26:11.122Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T20:26:11.655Z] + git semver [Pipeline] } [2021-01-11T20:26:11.675Z] $ docker stop --time=1 02bda88fdf1431290d026c935fd02c7180d90cb93d6937a6a5a6b196f30304ec [2021-01-11T20:26:13.015Z] $ docker rm -f 02bda88fdf1431290d026c935fd02c7180d90cb93d6937a6a5a6b196f30304ec [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-01-11T20:26:14.359Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:26:14.947Z] ---> package-listing.sh [2021-01-11T20:26:14.947Z] ++ facter osfamily [2021-01-11T20:26:14.947Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-11T20:26:14.947Z] + OS_FAMILY=redhat [2021-01-11T20:26:14.947Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-01-11T20:26:14.947Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-11T20:26:14.947Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-11T20:26:14.947Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-11T20:26:14.947Z] + PACKAGES=/tmp/packages_start.txt [2021-01-11T20:26:14.947Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-11T20:26:14.947Z] + PACKAGES=/tmp/packages_end.txt [2021-01-11T20:26:14.947Z] + case "${OS_FAMILY}" in [2021-01-11T20:26:14.947Z] + rpm -qa [2021-01-11T20:26:14.947Z] + sort [2021-01-11T20:26:20.272Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-11T20:26:20.272Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-11T20:26:20.272Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-11T20:26:20.272Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-01-11T20:26:20.272Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-01-11T20:26:20.272Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo [2021-01-11T20:26:20.286Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-11T20:26:20.584Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:26:20.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T20:26:20.924Z] [2021-01-11T20:26:20.924Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:26:21.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T20:26:21.271Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-11T20:26:21.271Z] df20fa9351a1: Pulling fs layer [2021-01-11T20:26:21.271Z] 36b3adc4ff6f: Pulling fs layer [2021-01-11T20:26:21.271Z] 8ad3a11d3b57: Pulling fs layer [2021-01-11T20:26:21.271Z] 46f8f816bc3b: Pulling fs layer [2021-01-11T20:26:21.271Z] 93b61091891f: Pulling fs layer [2021-01-11T20:26:21.271Z] 93b9cdb0e59b: Pulling fs layer [2021-01-11T20:26:21.271Z] 5e14af77c1be: Pulling fs layer [2021-01-11T20:26:21.271Z] 01666e4c0597: Pulling fs layer [2021-01-11T20:26:21.271Z] aa168da1d23b: Pulling fs layer [2021-01-11T20:26:21.271Z] 93b9cdb0e59b: Waiting [2021-01-11T20:26:21.271Z] 5e14af77c1be: Waiting [2021-01-11T20:26:21.271Z] 01666e4c0597: Waiting [2021-01-11T20:26:21.271Z] aa168da1d23b: Waiting [2021-01-11T20:26:21.271Z] 46f8f816bc3b: Waiting [2021-01-11T20:26:21.271Z] 93b61091891f: Waiting [2021-01-11T20:26:21.271Z] 36b3adc4ff6f: Download complete [2021-01-11T20:26:21.271Z] 46f8f816bc3b: Verifying Checksum [2021-01-11T20:26:21.271Z] 46f8f816bc3b: Download complete [2021-01-11T20:26:21.532Z] df20fa9351a1: Verifying Checksum [2021-01-11T20:26:21.532Z] df20fa9351a1: Download complete [2021-01-11T20:26:21.532Z] 93b9cdb0e59b: Verifying Checksum [2021-01-11T20:26:21.532Z] 93b9cdb0e59b: Download complete [2021-01-11T20:26:21.532Z] 93b61091891f: Verifying Checksum [2021-01-11T20:26:21.532Z] 93b61091891f: Download complete [2021-01-11T20:26:21.532Z] 5e14af77c1be: Verifying Checksum [2021-01-11T20:26:21.532Z] 5e14af77c1be: Download complete [2021-01-11T20:26:21.532Z] 01666e4c0597: Verifying Checksum [2021-01-11T20:26:21.532Z] 01666e4c0597: Download complete [2021-01-11T20:26:21.532Z] 8ad3a11d3b57: Verifying Checksum [2021-01-11T20:26:21.532Z] 8ad3a11d3b57: Download complete [2021-01-11T20:26:22.478Z] df20fa9351a1: Pull complete [2021-01-11T20:26:22.761Z] 36b3adc4ff6f: Pull complete [2021-01-11T20:26:23.719Z] aa168da1d23b: Verifying Checksum [2021-01-11T20:26:23.719Z] aa168da1d23b: Download complete [2021-01-11T20:26:24.294Z] 8ad3a11d3b57: Pull complete [2021-01-11T20:26:24.294Z] 46f8f816bc3b: Pull complete [2021-01-11T20:26:24.556Z] 93b61091891f: Pull complete [2021-01-11T20:26:24.818Z] 93b9cdb0e59b: Pull complete [2021-01-11T20:26:24.818Z] 5e14af77c1be: Pull complete [2021-01-11T20:26:25.079Z] 01666e4c0597: Pull complete [2021-01-11T20:26:31.706Z] aa168da1d23b: Pull complete [2021-01-11T20:26:31.707Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-11T20:26:31.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T20:26:31.707Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-11T20:26:31.956Z] prd-centos7-docker-4c-2g-19570 does not seem to be running inside a container [2021-01-11T20:26:32.082Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-11T20:26:35.263Z] $ docker top 1a9e4bf75aad7a137e3f6e5bcaee6c22df1ddb94deda2fba6c262318adb421e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T20:26:35.746Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-11T20:26:36.044Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-11T20:26:36.343Z] + ls /var/log/sa-host [2021-01-11T20:26:36.344Z] + sadf -c /var/log/sa-host/sa11 [2021-01-11T20:26:36.344Z] file_magic: OK [2021-01-11T20:26:36.344Z] HZ: Using current value: 100 [2021-01-11T20:26:36.344Z] file_header: OK [2021-01-11T20:26:36.344Z] 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-01-11T20:26:36.344Z] Statistics: [2021-01-11T20:26:36.344Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-11T20:26:36.344Z] File successfully converted to sysstat format version 12.2.1 [2021-01-11T20:26:36.344Z] + sadf -c /var/log/sa-host/sa23 [2021-01-11T20:26:36.344Z] file_magic: OK [2021-01-11T20:26:36.344Z] HZ: Using current value: 100 [2021-01-11T20:26:36.344Z] file_header: OK [2021-01-11T20:26:36.344Z] 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-01-11T20:26:36.344Z] Statistics: [2021-01-11T20:26:36.344Z] Hnuu...uuuununununu... [2021-01-11T20:26:36.344Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T20:26:36.988Z] provisioning config files... [2021-01-11T20:26:37.004Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8048800041378259649tmp [Pipeline] { [Pipeline] echo [2021-01-11T20:26:37.072Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:26:37.367Z] ---> create-netrc.sh [Pipeline] } [2021-01-11T20:26:37.376Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-11T20:26:37.465Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:26:37.764Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-11T20:26:37.775Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:26:38.072Z] ---> sudo-logs.sh [2021-01-11T20:26:38.072Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-11T20:26:38.083Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:26:38.378Z] ---> job-cost.sh [2021-01-11T20:26:38.378Z] lf-activate-venv: SKIPPING [2021-01-11T20:26:38.378Z] INFO: No Stack... [2021-01-11T20:26:39.323Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-11T20:26:39.585Z] INFO: Archiving Costs [Pipeline] echo [2021-01-11T20:26:39.599Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:26:39.894Z] ---> logs-deploy.sh [2021-01-11T20:26:39.894Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/166 [2021-01-11T20:26:39.894Z] INFO: archiving workspace using pattern(s): [2021-01-11T20:26:41.283Z] Archives upload complete. [2021-01-11T20:26:41.545Z] INFO: archiving logs to Nexus [2021-01-11T20:26:42.491Z] ---> uname -a: [2021-01-11T20:26:42.491Z] Linux prd-centos7-docker-4c-2g-19570.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-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] ---> lscpu: [2021-01-11T20:26:42.491Z] Architecture: x86_64 [2021-01-11T20:26:42.491Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-11T20:26:42.491Z] Byte Order: Little Endian [2021-01-11T20:26:42.491Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-11T20:26:42.491Z] CPU(s): 4 [2021-01-11T20:26:42.491Z] On-line CPU(s) list: 0-3 [2021-01-11T20:26:42.491Z] Thread(s) per core: 1 [2021-01-11T20:26:42.491Z] Core(s) per socket: 1 [2021-01-11T20:26:42.491Z] Socket(s): 4 [2021-01-11T20:26:42.491Z] NUMA node(s): 1 [2021-01-11T20:26:42.491Z] Vendor ID: GenuineIntel [2021-01-11T20:26:42.491Z] CPU family: 6 [2021-01-11T20:26:42.491Z] Model: 44 [2021-01-11T20:26:42.491Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-11T20:26:42.491Z] Stepping: 1 [2021-01-11T20:26:42.491Z] CPU MHz: 2933.438 [2021-01-11T20:26:42.491Z] BogoMIPS: 5866.87 [2021-01-11T20:26:42.491Z] Virtualization: VT-x [2021-01-11T20:26:42.491Z] Hypervisor vendor: KVM [2021-01-11T20:26:42.491Z] Virtualization type: full [2021-01-11T20:26:42.491Z] L1d cache: 128 KiB [2021-01-11T20:26:42.491Z] L1i cache: 128 KiB [2021-01-11T20:26:42.491Z] L2 cache: 16 MiB [2021-01-11T20:26:42.491Z] L3 cache: 64 MiB [2021-01-11T20:26:42.491Z] NUMA node0 CPU(s): 0-3 [2021-01-11T20:26:42.491Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-11T20:26:42.491Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-11T20:26:42.491Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-11T20:26:42.491Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-11T20:26:42.491Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-11T20:26:42.491Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-11T20:26:42.491Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-11T20:26:42.491Z] Vulnerability Srbds: Not affected [2021-01-11T20:26:42.491Z] Vulnerability Tsx async abort: Not affected [2021-01-11T20:26:42.491Z] 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-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] ---> nproc: [2021-01-11T20:26:42.491Z] 4 [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] ---> df -h: [2021-01-11T20:26:42.491Z] Filesystem Size Used Available Use% Mounted on [2021-01-11T20:26:42.491Z] overlay 50.0G 8.6G 41.4G 17% / [2021-01-11T20:26:42.491Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-11T20:26:42.491Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-11T20:26:42.491Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-11T20:26:42.491Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-01-11T20:26:42.491Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-01-11T20:26:42.491Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-01-11T20:26:42.491Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-01-11T20:26:42.491Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-01-11T20:26:42.491Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-01-11T20:26:42.491Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master [2021-01-11T20:26:42.491Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2021-01-11T20:26:42.491Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-01-11T20:26:42.491Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] ---> free -m: [2021-01-11T20:26:42.491Z] total used free shared buff/cache available [2021-01-11T20:26:42.491Z] Mem: 1837 829 147 0 860 944 [2021-01-11T20:26:42.491Z] Swap: 1023 3 1020 [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] ---> ip addr: [2021-01-11T20:26:42.491Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-11T20:26:42.491Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-11T20:26:42.491Z] inet 127.0.0.1/8 scope host lo [2021-01-11T20:26:42.491Z] valid_lft forever preferred_lft forever [2021-01-11T20:26:42.491Z] inet6 ::1/128 scope host [2021-01-11T20:26:42.491Z] valid_lft forever preferred_lft forever [2021-01-11T20:26:42.491Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-11T20:26:42.491Z] link/ether fa:16:3e:74:91:3b brd ff:ff:ff:ff:ff:ff [2021-01-11T20:26:42.491Z] inet 10.30.122.81/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-11T20:26:42.491Z] valid_lft 85910sec preferred_lft 85910sec [2021-01-11T20:26:42.491Z] inet6 fe80::f816:3eff:fe74:913b/64 scope link [2021-01-11T20:26:42.491Z] valid_lft forever preferred_lft forever [2021-01-11T20:26:42.491Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-11T20:26:42.491Z] link/ether 02:42:0d:aa:fb:25 brd ff:ff:ff:ff:ff:ff [2021-01-11T20:26:42.491Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-11T20:26:42.491Z] valid_lft forever preferred_lft forever [2021-01-11T20:26:42.491Z] inet6 fe80::42:dff:feaa:fb25/64 scope link [2021-01-11T20:26:42.491Z] valid_lft forever preferred_lft forever [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] ---> sar -b -r -n DEV: [2021-01-11T20:26:42.491Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] 20:18:20 LINUX RESTART (4 CPU) [2021-01-11T20:26:42.491Z] [2021-01-11T20:26:42.491Z] 20:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-11T20:26:42.492Z] 20:20:01 51.32 14.53 36.79 0.00 4545.10 4321.09 0.00 [2021-01-11T20:26:42.492Z] 20:21:01 1.93 0.00 1.93 0.00 0.00 37.25 0.00 [2021-01-11T20:26:42.492Z] 20:22:01 0.18 0.00 0.18 0.00 0.00 2.17 0.00 [2021-01-11T20:26:42.492Z] 20:23:02 0.28 0.00 0.28 0.00 0.00 3.33 0.00 [2021-01-11T20:26:42.492Z] 20:24:01 0.20 0.00 0.20 0.00 0.00 2.93 0.00 [2021-01-11T20:26:42.492Z] 20:25:01 234.76 134.83 99.93 0.00 6963.45 33839.95 0.00 [2021-01-11T20:26:42.492Z] 20:26:01 256.33 104.69 151.64 0.00 5551.41 35162.14 0.00 [2021-01-11T20:26:42.492Z] Average: 78.16 36.45 41.71 0.00 2446.27 10523.21 0.00 [2021-01-11T20:26:42.492Z] [2021-01-11T20:26:42.492Z] 20:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-11T20:26:42.492Z] 20:20:01 239056 0 569764 30.28 2620 1070104 1124020 38.36 389940 1053708 24 [2021-01-11T20:26:42.492Z] 20:21:01 241052 0 567760 30.18 2620 1070112 1098740 37.50 391244 1050944 20 [2021-01-11T20:26:42.492Z] 20:22:01 241740 0 567068 30.14 2620 1070116 1092572 37.29 404396 1037400 12 [2021-01-11T20:26:42.492Z] 20:23:02 241884 0 566924 30.13 2620 1070116 1083388 36.97 405252 1036768 8 [2021-01-11T20:26:42.492Z] 20:24:01 241560 0 567240 30.15 2620 1070124 1083532 36.98 404040 1038672 8 [2021-01-11T20:26:42.492Z] 20:25:01 68808 0 743868 39.53 2596 1066272 1347688 45.99 541252 996276 49088 [2021-01-11T20:26:42.492Z] 20:26:01 236820 0 767716 40.80 1492 875516 1207620 41.21 577176 728908 32 [2021-01-11T20:26:42.492Z] Average: 215846 0 621477 33.03 2455 1041766 1148223 39.19 444757 991811 7027 [2021-01-11T20:26:42.492Z] [2021-01-11T20:26:42.492Z] 20:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-11T20:26:42.492Z] 20:20:01 eth0 249.29 225.67 755.63 57.45 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:20:01 docker0 120.88 88.45 9.61 305.49 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:21:01 eth0 3.28 0.77 1.01 0.55 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:22:01 eth0 0.68 0.33 0.28 0.23 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:23:02 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:24:01 eth0 1.39 0.39 0.41 0.27 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:25:01 veth1941c54 37.45 37.38 3.69 196.50 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:25:01 eth0 484.11 424.16 4266.22 37.87 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:25:01 docker0 37.45 37.28 3.18 196.49 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:26:01 eth0 510.38 423.55 3462.35 104.05 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:26:01 veth381fed3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] 20:26:01 docker0 39.01 56.27 2.38 204.22 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] Average: eth0 179.20 154.13 1217.30 28.72 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] Average: veth381fed3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] Average: docker0 28.27 26.08 2.17 101.21 0.00 0.00 0.00 0.00 [2021-01-11T20:26:42.492Z] [2021-01-11T20:26:42.492Z] [2021-01-11T20:26:42.492Z] ---> sar -P ALL: [2021-01-11T20:26:42.492Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) [2021-01-11T20:26:42.492Z] [2021-01-11T20:26:42.492Z] 20:18:20 LINUX RESTART (4 CPU) [2021-01-11T20:26:42.492Z] [2021-01-11T20:26:42.492Z] 20:19:01 CPU %user %nice %system %iowait %steal %idle [2021-01-11T20:26:42.492Z] 20:20:01 all 4.43 0.00 2.16 1.11 0.03 92.28 [2021-01-11T20:26:42.492Z] 20:20:01 0 4.11 0.00 2.62 0.52 0.03 92.71 [2021-01-11T20:26:42.492Z] 20:20:01 1 4.49 0.00 2.18 1.31 0.02 92.01 [2021-01-11T20:26:42.492Z] 20:20:01 2 4.83 0.00 1.95 1.02 0.03 92.16 [2021-01-11T20:26:42.492Z] 20:20:01 3 4.29 0.00 1.88 1.58 0.02 92.24 [2021-01-11T20:26:42.492Z] 20:21:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-11T20:26:42.492Z] 20:21:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-11T20:26:42.492Z] 20:21:01 1 0.22 0.00 0.05 0.00 0.00 99.73 [2021-01-11T20:26:42.492Z] 20:21:01 2 0.27 0.00 0.05 0.00 0.00 99.68 [2021-01-11T20:26:42.492Z] 20:21:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-11T20:26:42.492Z] 20:22:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-11T20:26:42.492Z] 20:22:01 0 0.05 0.00 0.10 0.00 0.00 99.85 [2021-01-11T20:26:42.492Z] 20:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-11T20:26:42.492Z] 20:22:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-11T20:26:42.492Z] 20:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-11T20:26:42.492Z] 20:23:02 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-11T20:26:42.492Z] 20:23:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T20:26:42.492Z] 20:23:02 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T20:26:42.492Z] 20:23:02 2 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-11T20:26:42.492Z] 20:23:02 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-11T20:26:42.492Z] 20:24:01 all 0.17 0.00 0.04 0.00 0.00 99.80 [2021-01-11T20:26:42.492Z] 20:24:01 0 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-11T20:26:42.492Z] 20:24:01 1 0.31 0.00 0.03 0.00 0.00 99.66 [2021-01-11T20:26:42.492Z] 20:24:01 2 0.31 0.00 0.02 0.00 0.00 99.68 [2021-01-11T20:26:42.492Z] 20:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-11T20:26:42.492Z] 20:25:01 all 8.62 0.00 5.02 2.04 0.05 84.26 [2021-01-11T20:26:42.492Z] 20:25:01 0 7.82 0.00 5.82 2.44 0.03 83.89 [2021-01-11T20:26:42.492Z] 20:25:01 1 9.74 0.00 3.85 2.29 0.05 84.07 [2021-01-11T20:26:42.492Z] 20:25:01 2 9.01 0.00 4.83 1.45 0.05 84.66 [2021-01-11T20:26:42.492Z] 20:25:01 3 7.93 0.00 5.59 1.98 0.07 84.43 [2021-01-11T20:26:42.492Z] 20:26:01 all 11.68 0.00 8.05 3.75 0.06 76.46 [2021-01-11T20:26:42.492Z] 20:26:01 0 10.33 0.00 8.59 3.26 0.07 77.75 [2021-01-11T20:26:42.492Z] 20:26:01 1 10.88 0.00 8.04 2.86 0.05 78.17 [2021-01-11T20:26:42.492Z] 20:26:01 2 14.95 0.00 8.28 2.79 0.05 73.94 [2021-01-11T20:26:42.492Z] 20:26:01 3 10.56 0.00 7.28 6.12 0.09 75.96 [2021-01-11T20:26:42.492Z] Average: all 3.60 0.00 2.18 0.98 0.02 93.23 [2021-01-11T20:26:42.492Z] Average: 0 3.18 0.00 2.45 0.88 0.02 93.47 [2021-01-11T20:26:42.492Z] Average: 1 3.65 0.00 2.01 0.92 0.02 93.40 [2021-01-11T20:26:42.492Z] Average: 2 4.31 0.00 2.15 0.74 0.02 92.78 [2021-01-11T20:26:42.492Z] Average: 3 3.25 0.00 2.10 1.37 0.02 93.26 [2021-01-11T20:26:42.492Z] [2021-01-11T20:26:42.492Z] [2021-01-11T20:26:42.492Z]