Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17781 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 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 # timeout=10 Commit message: "refactor: Use common SecretsRequest DTO from go-mod-core-contracts (#622)" > git rev-list --no-walk fb6bb540a8cb6df0ab3c7959dfb0879070efde55 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-30T17:51:56.570Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-30T17:51:56.854Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-30T17:51:56.957Z] ========================================================= [2020-12-30T17:51:56.957Z] EdgeX Global Pipelines Version Info [2020-12-30T17:51:56.957Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-30T17:51:58.460Z] ------------------- [2020-12-30T17:51:58.460Z] stable info: [2020-12-30T17:51:58.460Z] ------------------- [2020-12-30T17:51:58.460Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-30T17:51:58.460Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T17:51:58.460Z] Message: update stable to v1.0.173 [2020-12-30T17:51:59.408Z] ------------------- [2020-12-30T17:51:59.408Z] experimental info: [2020-12-30T17:51:59.408Z] ------------------- [2020-12-30T17:51:59.408Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-30T17:51:59.408Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T17:51:59.408Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-30T17:51:59.664Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-12-30T17:51:59.751Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-12-30T17:51:59.834Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-30T17:51:59.923Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-30T17:52:00.014Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-30T17:52:00.157Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-30T17:52:00.243Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-30T17:52:00.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-30T17:52:00.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-30T17:52:00.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-30T17:52:00.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-30T17:52:00.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-12-30T17:52:00.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-30T17:52:01.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-30T17:52:01.227Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-30T17:52:01.316Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-30T17:52:01.409Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-30T17:52:01.505Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-30T17:52:01.598Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-30T17:52:01.695Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-30T17:52:01.787Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-30T17:52:01.881Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-12-30T17:52:01.979Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-30T17:52:02.066Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-30T17:52:02.172Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-30T17:52:02.261Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-30T17:52:02.347Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-30T17:52:02.436Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-30T17:52:02.568Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-30T17:52:02.660Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-30T17:52:02.744Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 [Pipeline] echo [2020-12-30T17:52:02.892Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 64c59fd [Pipeline] echo [2020-12-30T17:52:03.001Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T17:52:03.763Z] + git log --format=format:%s -1 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 [Pipeline] echo [2020-12-30T17:52:03.837Z] GIT_COMMIT: 64c59fdf6547fcf47d5506b3c4fc6694315e7d80, Commit Message: refactor: Use common SecretsRequest DTO from go-mod-core-contracts (#622) [Pipeline] echo [2020-12-30T17:52:03.902Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:52:04.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T17:52:05.200Z] [2020-12-30T17:52:05.200Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:52:05.552Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T17:52:05.552Z] latest: Pulling from edgex-devops/git-semver [2020-12-30T17:52:05.552Z] 31603596830f: Pulling fs layer [2020-12-30T17:52:05.552Z] 2a8b12db71e7: Pulling fs layer [2020-12-30T17:52:05.552Z] 6ca5941a6612: Pulling fs layer [2020-12-30T17:52:05.552Z] ecc8261a40a4: Pulling fs layer [2020-12-30T17:52:05.552Z] ecc8261a40a4: Waiting [2020-12-30T17:52:05.552Z] 2a8b12db71e7: Download complete [2020-12-30T17:52:05.815Z] 31603596830f: Verifying Checksum [2020-12-30T17:52:05.815Z] 31603596830f: Download complete [2020-12-30T17:52:06.081Z] ecc8261a40a4: Verifying Checksum [2020-12-30T17:52:06.081Z] ecc8261a40a4: Download complete [2020-12-30T17:52:06.081Z] 6ca5941a6612: Verifying Checksum [2020-12-30T17:52:06.081Z] 6ca5941a6612: Download complete [2020-12-30T17:52:06.081Z] 31603596830f: Pull complete [2020-12-30T17:52:06.344Z] 2a8b12db71e7: Pull complete [2020-12-30T17:52:07.290Z] 6ca5941a6612: Pull complete [2020-12-30T17:52:07.290Z] ecc8261a40a4: Pull complete [2020-12-30T17:52:07.290Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-30T17:52:07.552Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T17:52:07.552Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-30T17:52:07.662Z] prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container [2020-12-30T17:52:07.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-30T17:52:10.466Z] $ docker top 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-30T17:52:10.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T17:52:10.776Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T17:52:11.001Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T17:52:11.005Z] $ docker exec 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 ssh-agent [2020-12-30T17:52:11.170Z] SSH_AUTH_SOCK=/tmp/ssh-S2TPHMip4Q6y/agent.12 [2020-12-30T17:52:11.170Z] SSH_AGENT_PID=17 [2020-12-30T17:52:11.179Z] Running ssh-add (command line suppressed) [2020-12-30T17:52:11.293Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2455984479499884014.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2455984479499884014.key) [2020-12-30T17:52:11.345Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T17:52:11.683Z] + git tag --points-at HEAD [Pipeline] } [2020-12-30T17:52:11.704Z] $ docker exec --env ******** --env ******** 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 ssh-agent -k [2020-12-30T17:52:11.838Z] unset SSH_AUTH_SOCK; [2020-12-30T17:52:11.839Z] unset SSH_AGENT_PID; [2020-12-30T17:52:11.839Z] echo Agent pid 17 killed; [2020-12-30T17:52:11.884Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-30T17:52:12.051Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T17:52:12.051Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T17:52:12.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T17:52:12.221Z] $ docker exec 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 ssh-agent [2020-12-30T17:52:12.394Z] SSH_AUTH_SOCK=/tmp/ssh-tPhwIXOqm1bG/agent.46 [2020-12-30T17:52:12.394Z] SSH_AGENT_PID=52 [2020-12-30T17:52:12.401Z] Running ssh-add (command line suppressed) [2020-12-30T17:52:12.520Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3365466364516344663.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3365466364516344663.key) [2020-12-30T17:52:12.572Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T17:52:12.903Z] + git semver init [2020-12-30T17:52:12.903Z] # -> Open(): unable to determine branch for HEAD [2020-12-30T17:52:12.903Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-30T17:52:12.903Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-30T17:52:12.903Z] # $SEMVER_REMOTE_NAME = origin [2020-12-30T17:52:12.903Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-30T17:52:12.903Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-30T17:52:12.903Z] # $SEMVER_BRANCH = master [2020-12-30T17:52:12.903Z] # $SEMVER_TEMP = /tmp/semver-097756327 [2020-12-30T17:52:12.903Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-12-30T17:52:15.455Z] # '/tmp/semver-097756327' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-12-30T17:52:15.455Z] # -> Force: false [2020-12-30T17:52:15.455Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-12-30T17:52:15.467Z] $ docker exec --env ******** --env ******** 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 ssh-agent -k [2020-12-30T17:52:15.581Z] unset SSH_AUTH_SOCK; [2020-12-30T17:52:15.582Z] unset SSH_AGENT_PID; [2020-12-30T17:52:15.582Z] echo Agent pid 52 killed; [2020-12-30T17:52:15.633Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T17:52:16.105Z] + git semver [Pipeline] } [2020-12-30T17:52:16.124Z] $ docker stop --time=1 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 [2020-12-30T17:52:17.549Z] $ docker rm -f 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T17:52:18.027Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-30T17:52:18.428Z] Stashed 1 file(s) [Pipeline] echo [2020-12-30T17:52:18.431Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.9 [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 [2020-12-30T17:52:34.175Z] Still waiting to schedule task [2020-12-30T17:52:34.175Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-30T17:52:34.177Z] Still waiting to schedule task [2020-12-30T17:52:34.177Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-30T17:54:26.621Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17783 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-30T17:54:26.759Z] Running in /w/workspace/app-functions-sdk-go/158 [Pipeline] { [Pipeline] checkout [2020-12-30T17:54:28.483Z] Running on prd-centos7-docker-4c-2g-17786 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-30T17:54:28.536Z] Running in /w/workspace/app-functions-sdk-go/158 [Pipeline] { [Pipeline] checkout [2020-12-30T17:54:31.047Z] using credential edgex-jenkins-ssh [2020-12-30T17:54:31.116Z] Cloning the remote Git repository [2020-12-30T17:54:31.751Z] using credential edgex-jenkins-ssh [2020-12-30T17:54:31.850Z] Cloning the remote Git repository [2020-12-30T17:54:30.994Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-30T17:54:31.069Z] > git init /w/workspace/app-functions-sdk-go/158 # timeout=10 [2020-12-30T17:54:31.159Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-30T17:54:31.159Z] > git --version # timeout=10 [2020-12-30T17:54:31.164Z] > git --version # 'git version 2.24.3' [2020-12-30T17:54:31.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T17:54:31.190Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T17:54:32.788Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-30T17:54:32.795Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T17:54:32.817Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-30T17:54:32.854Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-30T17:54:32.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T17:54:32.862Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T17:54:31.923Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-30T17:54:32.075Z] > git init /w/workspace/app-functions-sdk-go/158 # timeout=10 [2020-12-30T17:54:32.174Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-30T17:54:32.175Z] > git --version # timeout=10 [2020-12-30T17:54:32.203Z] > git --version # 'git version 2.17.1' [2020-12-30T17:54:32.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T17:54:32.273Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T17:54:33.296Z] Checking out Revision 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 (master) [2020-12-30T17:54:33.305Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T17:54:33.310Z] > git checkout -f 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 # timeout=10 [2020-12-30T17:54:35.724Z] Checking out Revision 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 (master) [2020-12-30T17:54:35.116Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-30T17:54:35.136Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T17:54:35.159Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-30T17:54:35.191Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-30T17:54:35.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T17:54:35.204Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T17:54:36.928Z] Commit message: "refactor: Use common SecretsRequest DTO from go-mod-core-contracts (#622)" [2020-12-30T17:54:35.747Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T17:54:35.769Z] > git checkout -f 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T17:54:38.305Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-30T17:54:38.630Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T17:54:38.931Z] + sudo service docker restart [2020-12-30T17:54:38.931Z] + true [2020-12-30T17:54:38.931Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [2020-12-30T17:54:40.058Z] Commit message: "refactor: Use common SecretsRequest DTO from go-mod-core-contracts (#622)" [Pipeline] echo [2020-12-30T17:54:40.099Z] ========================================================= [2020-12-30T17:54:40.099Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-30T17:54:40.099Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:54:40.464Z] + 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 . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-12-30T17:54:41.045Z] Sending build context to Docker daemon 19.07MB [Pipeline] sh [2020-12-30T17:54:41.325Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-30T17:54:41.325Z] Step 2/8 : FROM ${BASE} [2020-12-30T17:54:41.325Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-30T17:54:41.325Z] 188c0c94c7c5: Pulling fs layer [2020-12-30T17:54:41.325Z] 0ef7d3d256c8: Pulling fs layer [2020-12-30T17:54:41.325Z] de9db76c5a1d: Pulling fs layer [2020-12-30T17:54:41.325Z] bca2f99d35d6: Pulling fs layer [2020-12-30T17:54:41.325Z] 93359f2a8cfa: Pulling fs layer [2020-12-30T17:54:41.325Z] 7c6f9722023f: Pulling fs layer [2020-12-30T17:54:41.325Z] a35cf1a2eb13: Pulling fs layer [2020-12-30T17:54:41.325Z] bca2f99d35d6: Waiting [2020-12-30T17:54:41.325Z] 93359f2a8cfa: Waiting [2020-12-30T17:54:41.325Z] 7c6f9722023f: Waiting [2020-12-30T17:54:41.325Z] a35cf1a2eb13: Waiting [2020-12-30T17:54:41.325Z] de9db76c5a1d: Verifying Checksum [2020-12-30T17:54:41.325Z] de9db76c5a1d: Download complete [2020-12-30T17:54:41.325Z] 0ef7d3d256c8: Download complete [2020-12-30T17:54:41.325Z] 93359f2a8cfa: Download complete [2020-12-30T17:54:41.325Z] 7c6f9722023f: Verifying Checksum [2020-12-30T17:54:41.325Z] 7c6f9722023f: Download complete [2020-12-30T17:54:41.943Z] 188c0c94c7c5: Verifying Checksum [2020-12-30T17:54:41.943Z] 188c0c94c7c5: Download complete [2020-12-30T17:54:41.945Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-30T17:54:42.210Z] 188c0c94c7c5: Pull complete [2020-12-30T17:54:42.210Z] 0ef7d3d256c8: Pull complete [2020-12-30T17:54:42.387Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T17:54:42.479Z] de9db76c5a1d: Pull complete [2020-12-30T17:54:42.771Z] + sudo service docker restart [2020-12-30T17:54:42.771Z] + true [2020-12-30T17:54:44.409Z] a35cf1a2eb13: Verifying Checksum [2020-12-30T17:54:44.409Z] a35cf1a2eb13: Download complete [2020-12-30T17:54:45.360Z] bca2f99d35d6: Download complete [Pipeline] unstash [Pipeline] echo [2020-12-30T17:54:45.714Z] ========================================================= [2020-12-30T17:54:45.714Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-30T17:54:45.714Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:54:46.107Z] + 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 . [2020-12-30T17:54:47.094Z] Sending build context to Docker daemon 19.07MB [2020-12-30T17:54:47.094Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-30T17:54:47.094Z] Step 2/8 : FROM ${BASE} [2020-12-30T17:54:47.691Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-30T17:54:47.691Z] 5f621e34cdf4: Pulling fs layer [2020-12-30T17:54:47.691Z] a4357932f1b6: Pulling fs layer [2020-12-30T17:54:47.691Z] 18c013af1878: Pulling fs layer [2020-12-30T17:54:47.691Z] 00ac8860ef70: Pulling fs layer [2020-12-30T17:54:47.691Z] 63d7cb157983: Pulling fs layer [2020-12-30T17:54:47.691Z] b116817d02f9: Pulling fs layer [2020-12-30T17:54:47.691Z] 745a02a5169b: Pulling fs layer [2020-12-30T17:54:47.691Z] 63d7cb157983: Waiting [2020-12-30T17:54:47.691Z] b116817d02f9: Waiting [2020-12-30T17:54:47.691Z] 00ac8860ef70: Waiting [2020-12-30T17:54:47.691Z] 745a02a5169b: Waiting [2020-12-30T17:54:47.691Z] 18c013af1878: Download complete [2020-12-30T17:54:47.691Z] a4357932f1b6: Verifying Checksum [2020-12-30T17:54:47.691Z] a4357932f1b6: Download complete [2020-12-30T17:54:47.691Z] 63d7cb157983: Download complete [2020-12-30T17:54:47.691Z] b116817d02f9: Verifying Checksum [2020-12-30T17:54:47.691Z] b116817d02f9: Download complete [2020-12-30T17:54:47.691Z] 5f621e34cdf4: Verifying Checksum [2020-12-30T17:54:47.691Z] 5f621e34cdf4: Download complete [2020-12-30T17:54:48.292Z] 5f621e34cdf4: Pull complete [2020-12-30T17:54:48.893Z] a4357932f1b6: Pull complete [2020-12-30T17:54:49.505Z] 18c013af1878: Pull complete [2020-12-30T17:54:49.779Z] 745a02a5169b: Verifying Checksum [2020-12-30T17:54:49.779Z] 745a02a5169b: Download complete [2020-12-30T17:54:50.701Z] bca2f99d35d6: Pull complete [2020-12-30T17:54:50.701Z] 93359f2a8cfa: Pull complete [2020-12-30T17:54:50.967Z] 7c6f9722023f: Pull complete [2020-12-30T17:54:51.220Z] 00ac8860ef70: Verifying Checksum [2020-12-30T17:54:51.221Z] 00ac8860ef70: Download complete [2020-12-30T17:54:56.323Z] a35cf1a2eb13: Pull complete [2020-12-30T17:54:56.323Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-30T17:54:56.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-30T17:54:56.323Z] ---> a62c8e92a672 [2020-12-30T17:54:56.323Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2020-12-30T17:54:56.323Z] 20.10.0: Pulling from library/docker [2020-12-30T17:54:56.323Z] 05e7bc50f07f: Pulling fs layer [2020-12-30T17:54:56.323Z] 6db28d0fdbf6: Pulling fs layer [2020-12-30T17:54:56.323Z] 292df0bc6bf3: Pulling fs layer [2020-12-30T17:54:56.323Z] 2e060f4bd70b: Pulling fs layer [2020-12-30T17:54:56.323Z] 80e8d568a223: Pulling fs layer [2020-12-30T17:54:56.323Z] 8dc6ef1a942a: Pulling fs layer [2020-12-30T17:54:56.323Z] 2312dd95470a: Pulling fs layer [2020-12-30T17:54:56.323Z] 80e8d568a223: Waiting [2020-12-30T17:54:56.323Z] 8dc6ef1a942a: Waiting [2020-12-30T17:54:56.323Z] 2312dd95470a: Waiting [2020-12-30T17:54:56.323Z] 2e060f4bd70b: Waiting [2020-12-30T17:54:56.323Z] 292df0bc6bf3: Verifying Checksum [2020-12-30T17:54:56.323Z] 292df0bc6bf3: Download complete [2020-12-30T17:54:56.323Z] 6db28d0fdbf6: Verifying Checksum [2020-12-30T17:54:56.323Z] 6db28d0fdbf6: Download complete [2020-12-30T17:54:56.323Z] 05e7bc50f07f: Verifying Checksum [2020-12-30T17:54:56.323Z] 05e7bc50f07f: Download complete [2020-12-30T17:54:56.323Z] 80e8d568a223: Verifying Checksum [2020-12-30T17:54:56.323Z] 80e8d568a223: Download complete [2020-12-30T17:54:56.323Z] 8dc6ef1a942a: Verifying Checksum [2020-12-30T17:54:56.323Z] 8dc6ef1a942a: Download complete [2020-12-30T17:54:56.323Z] 2312dd95470a: Verifying Checksum [2020-12-30T17:54:56.323Z] 2312dd95470a: Download complete [2020-12-30T17:54:56.323Z] 05e7bc50f07f: Pull complete [2020-12-30T17:54:56.911Z] 6db28d0fdbf6: Pull complete [2020-12-30T17:54:57.179Z] 292df0bc6bf3: Pull complete [2020-12-30T17:54:57.179Z] 2e060f4bd70b: Verifying Checksum [2020-12-30T17:54:57.179Z] 2e060f4bd70b: Download complete [2020-12-30T17:55:00.580Z] 2e060f4bd70b: Pull complete [2020-12-30T17:55:00.580Z] 80e8d568a223: Pull complete [2020-12-30T17:55:00.580Z] 8dc6ef1a942a: Pull complete [2020-12-30T17:55:00.580Z] 2312dd95470a: Pull complete [2020-12-30T17:55:00.580Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2020-12-30T17:55:00.580Z] Status: Downloaded newer image for docker:20.10.0 [2020-12-30T17:55:01.412Z] 00ac8860ef70: Pull complete [2020-12-30T17:55:01.413Z] 63d7cb157983: Pull complete [2020-12-30T17:55:01.413Z] b116817d02f9: Pull complete [2020-12-30T17:55:01.992Z] ---> 769ba205719e [2020-12-30T17:55:01.992Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-30T17:55:01.992Z] ---> Running in 9fbc07d3f9a6 [2020-12-30T17:55:02.254Z] Removing intermediate container 9fbc07d3f9a6 [2020-12-30T17:55:02.254Z] ---> 970d558257a3 [2020-12-30T17:55:02.254Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-30T17:55:02.254Z] ---> Running in 513275098b78 [2020-12-30T17:55:03.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T17:55:03.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T17:55:04.162Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-30T17:55:04.162Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-30T17:55:04.162Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-30T17:55:04.447Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-30T17:55:04.447Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-30T17:55:04.447Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T17:55:04.721Z] OK: 167 MiB in 44 packages [2020-12-30T17:55:05.678Z] Removing intermediate container 513275098b78 [2020-12-30T17:55:05.678Z] ---> 1a1fc87330d7 [2020-12-30T17:55:05.678Z] Step 6/8 : WORKDIR /build [2020-12-30T17:55:05.678Z] ---> Running in 9e58a1785f38 [2020-12-30T17:55:05.678Z] Removing intermediate container 9e58a1785f38 [2020-12-30T17:55:05.678Z] ---> 43288aece41d [2020-12-30T17:55:05.678Z] Step 7/8 : COPY go.mod . [2020-12-30T17:55:05.734Z] 745a02a5169b: Pull complete [2020-12-30T17:55:05.734Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-30T17:55:05.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-30T17:55:05.734Z] ---> b7e6874047d6 [2020-12-30T17:55:05.734Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2020-12-30T17:55:05.734Z] 20.10.0: Pulling from library/docker [2020-12-30T17:55:05.734Z] a3cc7d3b244e: Pulling fs layer [2020-12-30T17:55:05.734Z] 02a3295e0d61: Pulling fs layer [2020-12-30T17:55:05.734Z] 0f4f2e6d8100: Pulling fs layer [2020-12-30T17:55:05.734Z] 330b718f631f: Pulling fs layer [2020-12-30T17:55:05.734Z] a93816041522: Pulling fs layer [2020-12-30T17:55:05.734Z] bdb6da89ff94: Pulling fs layer [2020-12-30T17:55:05.734Z] 2a70c0c122f4: Pulling fs layer [2020-12-30T17:55:05.734Z] 330b718f631f: Waiting [2020-12-30T17:55:05.734Z] a93816041522: Waiting [2020-12-30T17:55:05.734Z] bdb6da89ff94: Waiting [2020-12-30T17:55:05.734Z] 2a70c0c122f4: Waiting [2020-12-30T17:55:05.734Z] 0f4f2e6d8100: Verifying Checksum [2020-12-30T17:55:05.734Z] 0f4f2e6d8100: Download complete [2020-12-30T17:55:05.734Z] a3cc7d3b244e: Download complete [2020-12-30T17:55:05.734Z] 02a3295e0d61: Verifying Checksum [2020-12-30T17:55:05.734Z] 02a3295e0d61: Download complete [2020-12-30T17:55:05.734Z] a93816041522: Verifying Checksum [2020-12-30T17:55:05.734Z] a93816041522: Download complete [2020-12-30T17:55:05.734Z] 2a70c0c122f4: Verifying Checksum [2020-12-30T17:55:05.734Z] 2a70c0c122f4: Download complete [2020-12-30T17:55:05.734Z] bdb6da89ff94: Verifying Checksum [2020-12-30T17:55:05.734Z] bdb6da89ff94: Download complete [2020-12-30T17:55:05.941Z] ---> 694b5be192cc [2020-12-30T17:55:05.941Z] Step 8/8 : RUN go mod download [2020-12-30T17:55:05.941Z] ---> Running in 72f164d9575b [2020-12-30T17:55:06.011Z] a3cc7d3b244e: Pull complete [2020-12-30T17:55:06.995Z] 02a3295e0d61: Pull complete [2020-12-30T17:55:07.267Z] 330b718f631f: Verifying Checksum [2020-12-30T17:55:07.267Z] 330b718f631f: Download complete [2020-12-30T17:55:07.267Z] 0f4f2e6d8100: Pull complete [2020-12-30T17:55:11.613Z] 330b718f631f: Pull complete [2020-12-30T17:55:11.613Z] a93816041522: Pull complete [2020-12-30T17:55:11.909Z] bdb6da89ff94: Pull complete [2020-12-30T17:55:12.508Z] 2a70c0c122f4: Pull complete [2020-12-30T17:55:13.107Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2020-12-30T17:55:13.107Z] Status: Downloaded newer image for docker:20.10.0 [2020-12-30T17:55:19.897Z] ---> 1f6497a3d151 [2020-12-30T17:55:19.897Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-30T17:55:19.897Z] ---> Running in 2875c672b0a6 [2020-12-30T17:55:20.498Z] Removing intermediate container 2875c672b0a6 [2020-12-30T17:55:20.498Z] ---> f5c4fa2a3b0f [2020-12-30T17:55:20.498Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-30T17:55:20.498Z] ---> Running in 45ecf9c0f831 [2020-12-30T17:55:21.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T17:55:22.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T17:55:23.134Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-30T17:55:23.134Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-30T17:55:23.134Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-30T17:55:23.408Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-30T17:55:23.408Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-30T17:55:23.408Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T17:55:23.408Z] OK: 144 MiB in 44 packages [2020-12-30T17:55:24.840Z] Removing intermediate container 45ecf9c0f831 [2020-12-30T17:55:24.840Z] ---> 2f0fd39981ea [2020-12-30T17:55:24.840Z] Step 6/8 : WORKDIR /build [2020-12-30T17:55:24.840Z] ---> Running in e544502db19e [2020-12-30T17:55:25.430Z] Removing intermediate container e544502db19e [2020-12-30T17:55:25.430Z] ---> f01d9acdffca [2020-12-30T17:55:25.430Z] Step 7/8 : COPY go.mod . [2020-12-30T17:55:26.017Z] ---> 2bede5126a20 [2020-12-30T17:55:26.017Z] Step 8/8 : RUN go mod download [2020-12-30T17:55:26.292Z] ---> Running in e67a673d79f6 [2020-12-30T17:55:28.018Z] Removing intermediate container 72f164d9575b [2020-12-30T17:55:28.018Z] ---> 0f651b2b874f [2020-12-30T17:55:28.018Z] Successfully built 0f651b2b874f [2020-12-30T17:55:28.018Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:55:28.374Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T17:55:28.374Z] . [Pipeline] withDockerContainer [2020-12-30T17:55:28.654Z] prd-centos7-docker-4c-2g-17786 does not seem to be running inside a container [2020-12-30T17:55:28.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/158 -v /w/workspace/app-functions-sdk-go/158:/w/workspace/app-functions-sdk-go/158:rw,z -v /w/workspace/app-functions-sdk-go/158@tmp:/w/workspace/app-functions-sdk-go/158@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-30T17:55:29.628Z] $ docker top bacb786041e8047f093e2aa2ee4148e5219b81ce03c489b51c15427fd79c179c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T17:55:30.235Z] + go version [2020-12-30T17:55:30.235Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-30T17:55:30.257Z] $ docker stop --time=1 bacb786041e8047f093e2aa2ee4148e5219b81ce03c489b51c15427fd79c179c [2020-12-30T17:55:31.631Z] $ docker rm -f bacb786041e8047f093e2aa2ee4148e5219b81ce03c489b51c15427fd79c179c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:55:32.430Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T17:55:32.430Z] . [Pipeline] withDockerContainer [2020-12-30T17:55:32.562Z] prd-centos7-docker-4c-2g-17786 does not seem to be running inside a container [2020-12-30T17:55:32.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/158 -v /w/workspace/app-functions-sdk-go/158:/w/workspace/app-functions-sdk-go/158:rw,z -v /w/workspace/app-functions-sdk-go/158@tmp:/w/workspace/app-functions-sdk-go/158@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-30T17:55:33.315Z] $ docker top 73eb593e3738ec7765e692947ce1c2a822c61983f7e84934cb3813e9117537fb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T17:55:33.782Z] + make test [2020-12-30T17:55:33.782Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-30T17:55:35.185Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-30T17:55:41.865Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.029s coverage: 86.2% of statements [2020-12-30T17:55:50.117Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.018s coverage: 47.9% of statements [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-30T17:55:50.117Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.030s coverage: 61.5% of statements [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-30T17:55:50.117Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.040s coverage: 69.1% of statements [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-30T17:55:50.117Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.014s coverage: 97.7% of statements [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-30T17:55:50.117Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-30T17:55:50.117Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.010s coverage: 8.8% of statements [2020-12-30T17:55:53.121Z] Removing intermediate container e67a673d79f6 [2020-12-30T17:55:53.121Z] ---> afa7a0ce76ac [2020-12-30T17:55:53.121Z] Successfully built afa7a0ce76ac [2020-12-30T17:55:53.392Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:55:53.740Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T17:55:53.740Z] . [Pipeline] withDockerContainer [2020-12-30T17:55:53.987Z] prd-ubuntu18.04-docker-arm64-4c-16g-17783 does not seem to be running inside a container [2020-12-30T17:55:54.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/158 -v /w/workspace/app-functions-sdk-go/158:/w/workspace/app-functions-sdk-go/158:rw,z -v /w/workspace/app-functions-sdk-go/158@tmp:/w/workspace/app-functions-sdk-go/158@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 [2020-12-30T17:55:55.559Z] $ docker top ecc7019e5f3099a652e9dd5e3f47b60aaaaa81de9e64e3b74206c776a8fe95c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T17:55:56.526Z] + go version [2020-12-30T17:55:56.526Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-30T17:55:56.552Z] $ docker stop --time=1 ecc7019e5f3099a652e9dd5e3f47b60aaaaa81de9e64e3b74206c776a8fe95c3 [2020-12-30T17:55:58.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.933s coverage: 75.0% of statements [2020-12-30T17:55:58.306Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-30T17:55:58.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.023s coverage: 87.9% of statements [2020-12-30T17:55:58.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.028s coverage: 80.5% of statements [2020-12-30T17:55:58.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.039s coverage: 71.7% of statements [2020-12-30T17:55:58.641Z] $ docker rm -f ecc7019e5f3099a652e9dd5e3f47b60aaaaa81de9e64e3b74206c776a8fe95c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:55:59.668Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T17:55:59.669Z] . [Pipeline] withDockerContainer [2020-12-30T17:55:59.935Z] prd-ubuntu18.04-docker-arm64-4c-16g-17783 does not seem to be running inside a container [2020-12-30T17:56:00.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/158 -v /w/workspace/app-functions-sdk-go/158:/w/workspace/app-functions-sdk-go/158:rw,z -v /w/workspace/app-functions-sdk-go/158@tmp:/w/workspace/app-functions-sdk-go/158@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 [2020-12-30T17:56:01.694Z] $ docker top 92fb2c16867b95259ecaae81d152ae6b672f9060adbf45c16ca89f56b0b9db81 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T17:56:02.729Z] + make test [2020-12-30T17:56:02.729Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-30T17:56:04.169Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-30T17:56:20.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.026s coverage: 81.6% of statements [2020-12-30T17:56:20.306Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.006s coverage: 94.4% of statements [2020-12-30T17:56:20.306Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-30T17:56:20.306Z] gofmt -l . [2020-12-30T17:56:20.306Z] [ "`gofmt -l .`" = "" ] [2020-12-30T17:56:20.306Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-30T17:56:20.587Z] $ docker stop --time=1 73eb593e3738ec7765e692947ce1c2a822c61983f7e84934cb3813e9117537fb [2020-12-30T17:56:22.353Z] $ docker rm -f 73eb593e3738ec7765e692947ce1c2a822c61983f7e84934cb3813e9117537fb [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T17:56:22.950Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-30T17:56:23.356Z] 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] } [2020-12-30T17:56:26.392Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.051s coverage: 86.2% of statements [2020-12-30T17:56:53.261Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.135s coverage: 47.9% of statements [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-30T17:56:53.261Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.062s coverage: 61.5% of statements [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-30T17:56:53.261Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.052s coverage: 69.1% of statements [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-30T17:56:53.261Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.022s coverage: 97.7% of statements [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-30T17:56:53.261Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-30T17:56:53.261Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.042s coverage: 8.8% of statements [2020-12-30T17:56:56.681Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.943s coverage: 75.0% of statements [2020-12-30T17:56:56.681Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-30T17:56:56.681Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.052s coverage: 87.9% of statements [2020-12-30T17:56:56.681Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.036s coverage: 80.5% of statements [2020-12-30T17:56:56.681Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.025s coverage: 71.7% of statements [2020-12-30T17:57:18.881Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.061s coverage: 81.6% of statements [2020-12-30T17:57:18.881Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements [2020-12-30T17:57:18.881Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-30T17:57:29.204Z] gofmt -l . [2020-12-30T17:57:29.204Z] [ "`gofmt -l .`" = "" ] [2020-12-30T17:57:29.204Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-30T17:57:29.831Z] $ docker stop --time=1 92fb2c16867b95259ecaae81d152ae6b672f9060adbf45c16ca89f56b0b9db81 [2020-12-30T17:57:32.029Z] $ docker rm -f 92fb2c16867b95259ecaae81d152ae6b672f9060adbf45c16ca89f56b0b9db81 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T17:57:32.973Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-30T17:57:32.994Z] Warning: overwriting stash ‘coverage-report’ [2020-12-30T17:57:33.834Z] 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 [2020-12-30T17:57:35.765Z] provisioning config files... [2020-12-30T17:57:35.779Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4125497263084896038tmp [Pipeline] { [Pipeline] sh [2020-12-30T17:57:36.154Z] + set +x [2020-12-30T17:57:36.154Z] + curl -s https://codecov.io/bash [2020-12-30T17:57:36.154Z] + bash -s -- [2020-12-30T17:57:36.417Z] [2020-12-30T17:57:36.417Z] _____ _ [2020-12-30T17:57:36.417Z] / ____| | | [2020-12-30T17:57:36.417Z] | | ___ __| | ___ ___ _____ __ [2020-12-30T17:57:36.417Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-30T17:57:36.417Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-30T17:57:36.417Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-30T17:57:36.417Z] Bash-20201223-5ad85e3 [2020-12-30T17:57:36.417Z] [2020-12-30T17:57:36.417Z] [2020-12-30T17:57:36.417Z] ==> git version 2.24.3 found [2020-12-30T17:57:36.417Z] ==> 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 [2020-12-30T17:57:36.417Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-30T17:57:36.417Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-30T17:57:36.417Z] ==> Jenkins CI detected. [2020-12-30T17:57:36.417Z] project root: . [2020-12-30T17:57:36.417Z] --> token set from env [2020-12-30T17:57:36.417Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-30T17:57:36.417Z] ==> Running gcov in . (disable via -X gcov) [2020-12-30T17:57:36.417Z] ==> Python coveragepy not found [2020-12-30T17:57:36.417Z] ==> Searching for coverage reports in: [2020-12-30T17:57:36.417Z] + . [2020-12-30T17:57:36.417Z] -> Found 1 reports [2020-12-30T17:57:36.417Z] ==> Detecting git/mercurial file structure [2020-12-30T17:57:36.417Z] ==> Reading reports [2020-12-30T17:57:36.417Z] + ./coverage.out bytes=71081 [2020-12-30T17:57:36.417Z] ==> Appending adjustments [2020-12-30T17:57:36.417Z] https://docs.codecov.io/docs/fixing-reports [2020-12-30T17:57:36.995Z] + Found adjustments [2020-12-30T17:57:36.995Z] ==> Gzipping contents [2020-12-30T17:57:36.995Z] 16K /tmp/codecov.KxoTvs.gz [2020-12-30T17:57:36.995Z] ==> Uploading reports [2020-12-30T17:57:36.995Z] url: https://codecov.io [2020-12-30T17:57:36.996Z] query: branch=master&commit=64c59fdf6547fcf47d5506b3c4fc6694315e7d80&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F158%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-30T17:57:36.996Z] -> Pinging Codecov [2020-12-30T17:57:36.996Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=master&commit=64c59fdf6547fcf47d5506b3c4fc6694315e7d80&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F158%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-30T17:57:37.258Z] -> Uploading to [2020-12-30T17:57:37.258Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-30/3D8B5DFFC46A037C893635FACE044666/64c59fdf6547fcf47d5506b3c4fc6694315e7d80/45fd4279-f533-4abb-8f92-bb5519227fdb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201230%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201230T175737Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=20224353b19bd156b3575bcece5c47669f1845cbc09ac6dce6f0780350ec5961 [2020-12-30T17:57:37.259Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-30T17:57:37.259Z] Dload Upload Total Spent Left Speed [2020-12-30T17:57:37.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12663 0 0 100 12663 0 23564 --:--:-- --:--:-- --:--:-- 23537 [2020-12-30T17:57:37.834Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/64c59fdf6547fcf47d5506b3c4fc6694315e7d80 [Pipeline] } [2020-12-30T17:57:37.844Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-30T17:57:40.063Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-30T17:57:40.115Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:57:40.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-30T17:57:40.538Z] [2020-12-30T17:57:40.538Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:57:40.898Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-30T17:57:40.898Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-30T17:57:40.898Z] 188c0c94c7c5: Pulling fs layer [2020-12-30T17:57:40.898Z] 0ef7d3d256c8: Pulling fs layer [2020-12-30T17:57:40.898Z] de9db76c5a1d: Pulling fs layer [2020-12-30T17:57:40.898Z] 0eba1c9be4d2: Pulling fs layer [2020-12-30T17:57:40.898Z] 0d57e429df01: Pulling fs layer [2020-12-30T17:57:40.898Z] 4e4be7b47b0d: Pulling fs layer [2020-12-30T17:57:40.898Z] e1f770b5df2f: Pulling fs layer [2020-12-30T17:57:40.898Z] 85a0685a4137: Pulling fs layer [2020-12-30T17:57:40.899Z] 0d57e429df01: Waiting [2020-12-30T17:57:40.899Z] 4e4be7b47b0d: Waiting [2020-12-30T17:57:40.899Z] e1f770b5df2f: Waiting [2020-12-30T17:57:40.899Z] 85a0685a4137: Waiting [2020-12-30T17:57:40.899Z] 0eba1c9be4d2: Waiting [2020-12-30T17:57:40.899Z] de9db76c5a1d: Verifying Checksum [2020-12-30T17:57:40.899Z] de9db76c5a1d: Download complete [2020-12-30T17:57:40.899Z] 0ef7d3d256c8: Verifying Checksum [2020-12-30T17:57:40.899Z] 0ef7d3d256c8: Download complete [2020-12-30T17:57:40.899Z] 0d57e429df01: Verifying Checksum [2020-12-30T17:57:40.899Z] 0d57e429df01: Download complete [2020-12-30T17:57:40.899Z] 4e4be7b47b0d: Verifying Checksum [2020-12-30T17:57:40.899Z] 4e4be7b47b0d: Download complete [2020-12-30T17:57:40.899Z] 188c0c94c7c5: Verifying Checksum [2020-12-30T17:57:41.481Z] 188c0c94c7c5: Pull complete [2020-12-30T17:57:41.481Z] 0ef7d3d256c8: Pull complete [2020-12-30T17:57:41.744Z] de9db76c5a1d: Pull complete [2020-12-30T17:57:42.326Z] e1f770b5df2f: Verifying Checksum [2020-12-30T17:57:42.326Z] e1f770b5df2f: Download complete [2020-12-30T17:57:44.265Z] 0eba1c9be4d2: Verifying Checksum [2020-12-30T17:57:44.265Z] 0eba1c9be4d2: Download complete [2020-12-30T17:57:44.530Z] 85a0685a4137: Verifying Checksum [2020-12-30T17:57:44.530Z] 85a0685a4137: Download complete [2020-12-30T17:57:51.153Z] 0eba1c9be4d2: Pull complete [2020-12-30T17:57:51.153Z] 0d57e429df01: Pull complete [2020-12-30T17:57:51.153Z] 4e4be7b47b0d: Pull complete [2020-12-30T17:57:53.074Z] e1f770b5df2f: Pull complete [2020-12-30T17:58:01.260Z] 85a0685a4137: Pull complete [2020-12-30T17:58:01.260Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-30T17:58:01.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-30T17:58:01.260Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-30T17:58:01.515Z] prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container [2020-12-30T17:58:01.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-30T17:58:02.650Z] $ docker top 0cf09f20137b807e83bd1dcfe569199eda92fe655423ca91a60836fb7835e2e5 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T17:58:02.840Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-30T17:58:03.142Z] + set -o pipefail [2020-12-30T17:58:03.142Z] + snyk monitor '--org=edgex-jenkins' [2020-12-30T17:58:25.137Z] [2020-12-30T17:58:25.137Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-12-30T17:58:25.137Z] [2020-12-30T17:58:25.137Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/f3cb88c5-aae2-4574-b46a-fa8fa4e04eb4 [2020-12-30T17:58:25.137Z] [2020-12-30T17:58:25.137Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-30T17:58:25.137Z] [2020-12-30T17:58:25.137Z] [Pipeline] } [2020-12-30T17:58:25.153Z] $ docker stop --time=1 0cf09f20137b807e83bd1dcfe569199eda92fe655423ca91a60836fb7835e2e5 [2020-12-30T17:58:28.314Z] $ docker rm -f 0cf09f20137b807e83bd1dcfe569199eda92fe655423ca91a60836fb7835e2e5 [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 [2020-12-30T17:58:29.863Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-30T17:58:29.917Z] provisioning config files... [2020-12-30T17:58:29.931Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4090842735321426263tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T17:58:30.335Z] --> edgex-publish-swagger.sh [2020-12-30T17:58:30.335Z] === Publish openapi/v2 API === [2020-12-30T17:58:30.335Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-30T17:58:30.335Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-12-30T17:58:30.335Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-30T17:58:30.335Z] Dload Upload Total Spent Left Speed [2020-12-30T17:58:31.738Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 11426 0:00:01 0:00:01 --:--:-- 11435 100 13025 0 0 100 13025 0 11423 0:00:01 0:00:01 --:--:-- 11435 [2020-12-30T17:58:31.738Z] [2020-12-30T17:58:31.738Z] [Pipeline] } [2020-12-30T17:58:31.749Z] 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 [2020-12-30T17:58:32.632Z] + git log --format=format:%s -1 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:58:32.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T17:58:32.951Z] . [Pipeline] withDockerContainer [2020-12-30T17:58:33.055Z] prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container [2020-12-30T17:58:33.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-30T17:58:33.838Z] $ docker top 38e496d137882f851c6250e48c72f2e0adfe135571806a76ebf32de62690cad8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-30T17:58:34.122Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T17:58:34.122Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T17:58:34.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T17:58:34.358Z] $ docker exec 38e496d137882f851c6250e48c72f2e0adfe135571806a76ebf32de62690cad8 ssh-agent [2020-12-30T17:58:34.531Z] SSH_AUTH_SOCK=/tmp/ssh-bshsdsnXPeNd/agent.12 [2020-12-30T17:58:34.531Z] SSH_AGENT_PID=17 [2020-12-30T17:58:34.538Z] Running ssh-add (command line suppressed) [2020-12-30T17:58:34.666Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3063363385777297395.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3063363385777297395.key) [2020-12-30T17:58:34.722Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T17:58:35.064Z] + git semver tag [2020-12-30T17:58:35.064Z] # -> Open(): unable to determine branch for HEAD [2020-12-30T17:58:35.064Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-30T17:58:35.064Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-30T17:58:35.064Z] # $SEMVER_REMOTE_NAME = origin [2020-12-30T17:58:35.064Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-30T17:58:35.064Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-30T17:58:35.064Z] # $SEMVER_BRANCH = master [2020-12-30T17:58:35.064Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-12-30T17:58:35.064Z] # 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 HEAD [2020-12-30T17:58:35.325Z] # -> Force: false [2020-12-30T17:58:35.325Z] # c7f439346b68769c34bdc0271d52e1e1e566fd46 refs/tags/v1.3.1-dev.9 [Pipeline] } [2020-12-30T17:58:35.336Z] $ docker exec --env ******** --env ******** 38e496d137882f851c6250e48c72f2e0adfe135571806a76ebf32de62690cad8 ssh-agent -k [2020-12-30T17:58:35.451Z] unset SSH_AUTH_SOCK; [2020-12-30T17:58:35.451Z] unset SSH_AGENT_PID; [2020-12-30T17:58:35.451Z] echo Agent pid 17 killed; [2020-12-30T17:58:35.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T17:58:36.012Z] + git semver [Pipeline] } [2020-12-30T17:58:36.047Z] $ docker stop --time=1 38e496d137882f851c6250e48c72f2e0adfe135571806a76ebf32de62690cad8 [2020-12-30T17:58:37.438Z] $ docker rm -f 38e496d137882f851c6250e48c72f2e0adfe135571806a76ebf32de62690cad8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:58:38.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-30T17:58:38.100Z] [2020-12-30T17:58:38.100Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:58:38.454Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-30T17:58:38.454Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-30T17:58:38.454Z] ab5ef0e58194: Pulling fs layer [2020-12-30T17:58:38.454Z] 9712f1f96733: Pulling fs layer [2020-12-30T17:58:38.454Z] 63f879dbbcfc: Pulling fs layer [2020-12-30T17:58:38.454Z] 0d9ebad4ef96: Pulling fs layer [2020-12-30T17:58:38.454Z] e9a5061849ea: Pulling fs layer [2020-12-30T17:58:38.454Z] d747dcd14b5f: Pulling fs layer [2020-12-30T17:58:38.454Z] 2de7ff778b66: Pulling fs layer [2020-12-30T17:58:38.454Z] e9a5061849ea: Waiting [2020-12-30T17:58:38.454Z] d747dcd14b5f: Waiting [2020-12-30T17:58:38.454Z] 2de7ff778b66: Waiting [2020-12-30T17:58:38.454Z] 0d9ebad4ef96: Waiting [2020-12-30T17:58:38.454Z] 9712f1f96733: Verifying Checksum [2020-12-30T17:58:38.454Z] 9712f1f96733: Download complete [2020-12-30T17:58:40.394Z] 63f879dbbcfc: Verifying Checksum [2020-12-30T17:58:40.394Z] 63f879dbbcfc: Download complete [2020-12-30T17:58:40.394Z] e9a5061849ea: Verifying Checksum [2020-12-30T17:58:40.394Z] e9a5061849ea: Download complete [2020-12-30T17:58:40.394Z] d747dcd14b5f: Verifying Checksum [2020-12-30T17:58:40.394Z] d747dcd14b5f: Download complete [2020-12-30T17:58:40.657Z] 2de7ff778b66: Verifying Checksum [2020-12-30T17:58:40.657Z] 2de7ff778b66: Download complete [2020-12-30T17:58:40.920Z] 0d9ebad4ef96: Verifying Checksum [2020-12-30T17:58:40.920Z] 0d9ebad4ef96: Download complete [2020-12-30T17:58:41.184Z] ab5ef0e58194: Verifying Checksum [2020-12-30T17:58:41.184Z] ab5ef0e58194: Download complete [2020-12-30T17:58:45.476Z] ab5ef0e58194: Pull complete [2020-12-30T17:58:45.476Z] 9712f1f96733: Pull complete [2020-12-30T17:58:48.045Z] 63f879dbbcfc: Pull complete [2020-12-30T17:58:54.692Z] 0d9ebad4ef96: Pull complete [2020-12-30T17:58:57.252Z] e9a5061849ea: Pull complete [2020-12-30T17:58:57.252Z] d747dcd14b5f: Pull complete [2020-12-30T17:58:58.780Z] 2de7ff778b66: Pull complete [2020-12-30T17:58:58.780Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-30T17:58:58.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-30T17:58:58.781Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-30T17:58:58.989Z] prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container [2020-12-30T17:58:59.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-30T17:59:03.654Z] $ docker top 5b8b4b0e83dd5e39e644213a47e22a387767d409e5078738fc5244d38c040606 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-30T17:59:03.949Z] provisioning config files... [2020-12-30T17:59:03.964Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config191758587416472123tmp [2020-12-30T17:59:04.005Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2941130808082988720tmp [2020-12-30T17:59:04.025Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8377536223132887984tmp [Pipeline] { [Pipeline] echo [2020-12-30T17:59:04.086Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T17:59:04.391Z] ---> sigul-configuration.sh [2020-12-30T17:59:04.391Z] gpg: directory `/root/.gnupg' created [2020-12-30T17:59:04.391Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-30T17:59:04.391Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-30T17:59:04.391Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-30T17:59:04.391Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-30T17:59:04.391Z] gpg: CAST5 encrypted data [2020-12-30T17:59:04.653Z] gpg: encrypted with 1 passphrase [2020-12-30T17:59:04.653Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-30T17:59:04.954Z] + mkdir /home/jenkins [2020-12-30T17:59:04.954Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-30T17:59:05.252Z] + 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 [2020-12-30T17:59:05.262Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T17:59:05.557Z] ---> sigul-install.sh [2020-12-30T17:59:12.161Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-30T17:59:12.462Z] + git tag --list [2020-12-30T17:59:12.462Z] v0.1.0 [2020-12-30T17:59:12.462Z] v0.1.1 [2020-12-30T17:59:12.462Z] v1.0.0 [2020-12-30T17:59:12.462Z] v1.1.0 [2020-12-30T17:59:12.462Z] v1.2.0 [2020-12-30T17:59:12.462Z] v1.2.1-dev.1 [2020-12-30T17:59:12.462Z] v1.2.1-dev.10 [2020-12-30T17:59:12.462Z] v1.2.1-dev.11 [2020-12-30T17:59:12.462Z] v1.2.1-dev.12 [2020-12-30T17:59:12.462Z] v1.2.1-dev.13 [2020-12-30T17:59:12.462Z] v1.2.1-dev.14 [2020-12-30T17:59:12.462Z] v1.2.1-dev.15 [2020-12-30T17:59:12.462Z] v1.2.1-dev.16 [2020-12-30T17:59:12.462Z] v1.2.1-dev.17 [2020-12-30T17:59:12.462Z] v1.2.1-dev.18 [2020-12-30T17:59:12.462Z] v1.2.1-dev.19 [2020-12-30T17:59:12.462Z] v1.2.1-dev.2 [2020-12-30T17:59:12.462Z] v1.2.1-dev.20 [2020-12-30T17:59:12.462Z] v1.2.1-dev.21 [2020-12-30T17:59:12.462Z] v1.2.1-dev.22 [2020-12-30T17:59:12.462Z] v1.2.1-dev.23 [2020-12-30T17:59:12.462Z] v1.2.1-dev.24 [2020-12-30T17:59:12.462Z] v1.2.1-dev.25 [2020-12-30T17:59:12.462Z] v1.2.1-dev.26 [2020-12-30T17:59:12.462Z] v1.2.1-dev.27 [2020-12-30T17:59:12.462Z] v1.2.1-dev.28 [2020-12-30T17:59:12.462Z] v1.2.1-dev.29 [2020-12-30T17:59:12.462Z] v1.2.1-dev.3 [2020-12-30T17:59:12.462Z] v1.2.1-dev.30 [2020-12-30T17:59:12.462Z] v1.2.1-dev.31 [2020-12-30T17:59:12.462Z] v1.2.1-dev.32 [2020-12-30T17:59:12.462Z] v1.2.1-dev.33 [2020-12-30T17:59:12.462Z] v1.2.1-dev.34 [2020-12-30T17:59:12.462Z] v1.2.1-dev.35 [2020-12-30T17:59:12.462Z] v1.2.1-dev.36 [2020-12-30T17:59:12.462Z] v1.2.1-dev.37 [2020-12-30T17:59:12.462Z] v1.2.1-dev.38 [2020-12-30T17:59:12.462Z] v1.2.1-dev.39 [2020-12-30T17:59:12.462Z] v1.2.1-dev.4 [2020-12-30T17:59:12.462Z] v1.2.1-dev.40 [2020-12-30T17:59:12.462Z] v1.2.1-dev.41 [2020-12-30T17:59:12.462Z] v1.2.1-dev.42 [2020-12-30T17:59:12.462Z] v1.2.1-dev.43 [2020-12-30T17:59:12.462Z] v1.2.1-dev.44 [2020-12-30T17:59:12.462Z] v1.2.1-dev.45 [2020-12-30T17:59:12.462Z] v1.2.1-dev.46 [2020-12-30T17:59:12.462Z] v1.2.1-dev.47 [2020-12-30T17:59:12.462Z] v1.2.1-dev.48 [2020-12-30T17:59:12.462Z] v1.2.1-dev.49 [2020-12-30T17:59:12.462Z] v1.2.1-dev.5 [2020-12-30T17:59:12.462Z] v1.2.1-dev.50 [2020-12-30T17:59:12.462Z] v1.2.1-dev.51 [2020-12-30T17:59:12.462Z] v1.2.1-dev.52 [2020-12-30T17:59:12.462Z] v1.2.1-dev.53 [2020-12-30T17:59:12.462Z] v1.2.1-dev.54 [2020-12-30T17:59:12.462Z] v1.2.1-dev.55 [2020-12-30T17:59:12.462Z] v1.2.1-dev.56 [2020-12-30T17:59:12.462Z] v1.2.1-dev.57 [2020-12-30T17:59:12.462Z] v1.2.1-dev.58 [2020-12-30T17:59:12.462Z] v1.2.1-dev.6 [2020-12-30T17:59:12.462Z] v1.2.1-dev.7 [2020-12-30T17:59:12.462Z] v1.2.1-dev.8 [2020-12-30T17:59:12.462Z] v1.2.1-dev.9 [2020-12-30T17:59:12.462Z] v1.3.0 [2020-12-30T17:59:12.462Z] v1.3.1-dev.1 [2020-12-30T17:59:12.462Z] v1.3.1-dev.2 [2020-12-30T17:59:12.462Z] v1.3.1-dev.3 [2020-12-30T17:59:12.462Z] v1.3.1-dev.4 [2020-12-30T17:59:12.462Z] v1.3.1-dev.5 [2020-12-30T17:59:12.462Z] v1.3.1-dev.6 [2020-12-30T17:59:12.462Z] v1.3.1-dev.7 [2020-12-30T17:59:12.462Z] v1.3.1-dev.8 [2020-12-30T17:59:12.462Z] v1.3.1-dev.9 [Pipeline] sh [2020-12-30T17:59:12.763Z] + lftools sign git-tag v1.3.1-dev.9 [2020-12-30T17:59:14.154Z] Signing Git tag with Sigul... [2020-12-30T17:59:14.154Z] Signing v1.3.1-dev.9 [Pipeline] echo [2020-12-30T17:59:14.748Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T17:59:15.046Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-30T17:59:15.111Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-30T17:59:15.243Z] $ docker stop --time=1 5b8b4b0e83dd5e39e644213a47e22a387767d409e5078738fc5244d38c040606 [2020-12-30T17:59:17.211Z] $ docker rm -f 5b8b4b0e83dd5e39e644213a47e22a387767d409e5078738fc5244d38c040606 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:59:18.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T17:59:18.138Z] . [Pipeline] withDockerContainer [2020-12-30T17:59:18.239Z] prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container [2020-12-30T17:59:18.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-30T17:59:18.908Z] $ docker top 2098a8c428632252c1d9840fe25eb5d6c3056116f7a6d844e52667dd774a3e54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-30T17:59:19.273Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T17:59:19.273Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T17:59:19.475Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T17:59:19.479Z] $ docker exec 2098a8c428632252c1d9840fe25eb5d6c3056116f7a6d844e52667dd774a3e54 ssh-agent [2020-12-30T17:59:19.654Z] SSH_AUTH_SOCK=/tmp/ssh-y8kAaEQzFyIt/agent.11 [2020-12-30T17:59:19.654Z] SSH_AGENT_PID=16 [2020-12-30T17:59:19.661Z] Running ssh-add (command line suppressed) [2020-12-30T17:59:19.798Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6811260253092570534.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6811260253092570534.key) [2020-12-30T17:59:19.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T17:59:20.192Z] + git semver bump pre [2020-12-30T17:59:20.192Z] # -> Open(): unable to determine branch for HEAD [2020-12-30T17:59:20.192Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-30T17:59:20.192Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-30T17:59:20.192Z] # $SEMVER_REMOTE_NAME = origin [2020-12-30T17:59:20.192Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-30T17:59:20.192Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-30T17:59:20.192Z] # $SEMVER_BRANCH = master [2020-12-30T17:59:20.192Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-12-30T17:59:20.192Z] 1.3.1-dev.10 [Pipeline] } [2020-12-30T17:59:20.205Z] $ docker exec --env ******** --env ******** 2098a8c428632252c1d9840fe25eb5d6c3056116f7a6d844e52667dd774a3e54 ssh-agent -k [2020-12-30T17:59:20.329Z] unset SSH_AUTH_SOCK; [2020-12-30T17:59:20.330Z] unset SSH_AGENT_PID; [2020-12-30T17:59:20.330Z] echo Agent pid 16 killed; [2020-12-30T17:59:20.388Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T17:59:21.036Z] + git semver [Pipeline] } [2020-12-30T17:59:21.056Z] $ docker stop --time=1 2098a8c428632252c1d9840fe25eb5d6c3056116f7a6d844e52667dd774a3e54 [2020-12-30T17:59:22.441Z] $ docker rm -f 2098a8c428632252c1d9840fe25eb5d6c3056116f7a6d844e52667dd774a3e54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:59:23.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T17:59:23.028Z] . [Pipeline] withDockerContainer [2020-12-30T17:59:23.135Z] prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container [2020-12-30T17:59:23.183Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-30T17:59:23.836Z] $ docker top ef6ef88562315cfc8f9f42334e50aa32158d9d42bc1ba876f086d4ba8727646f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-30T17:59:24.211Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T17:59:24.211Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T17:59:24.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T17:59:24.422Z] $ docker exec ef6ef88562315cfc8f9f42334e50aa32158d9d42bc1ba876f086d4ba8727646f ssh-agent [2020-12-30T17:59:24.597Z] SSH_AUTH_SOCK=/tmp/ssh-1LXRvdwxJqAH/agent.11 [2020-12-30T17:59:24.597Z] SSH_AGENT_PID=16 [2020-12-30T17:59:24.604Z] Running ssh-add (command line suppressed) [2020-12-30T17:59:24.728Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2497649404144455283.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2497649404144455283.key) [2020-12-30T17:59:24.786Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T17:59:25.138Z] + git semver push [2020-12-30T17:59:25.138Z] # -> Open(): unable to determine branch for HEAD [2020-12-30T17:59:25.138Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-30T17:59:25.138Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-30T17:59:25.138Z] # $SEMVER_REMOTE_NAME = origin [2020-12-30T17:59:25.138Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-30T17:59:25.138Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-30T17:59:25.138Z] # $SEMVER_BRANCH = master [2020-12-30T17:59:25.138Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-12-30T17:59:31.755Z] $ docker exec --env ******** --env ******** ef6ef88562315cfc8f9f42334e50aa32158d9d42bc1ba876f086d4ba8727646f ssh-agent -k [2020-12-30T17:59:31.926Z] unset SSH_AUTH_SOCK; [2020-12-30T17:59:31.927Z] unset SSH_AGENT_PID; [2020-12-30T17:59:31.927Z] echo Agent pid 16 killed; [2020-12-30T17:59:31.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T17:59:32.470Z] + git semver [Pipeline] } [2020-12-30T17:59:32.489Z] $ docker stop --time=1 ef6ef88562315cfc8f9f42334e50aa32158d9d42bc1ba876f086d4ba8727646f [2020-12-30T17:59:33.844Z] $ docker rm -f ef6ef88562315cfc8f9f42334e50aa32158d9d42bc1ba876f086d4ba8727646f [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 [2020-12-30T17:59:35.602Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T17:59:36.185Z] ---> package-listing.sh [2020-12-30T17:59:36.185Z] ++ facter osfamily [2020-12-30T17:59:36.185Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-30T17:59:36.185Z] + OS_FAMILY=redhat [2020-12-30T17:59:36.185Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-12-30T17:59:36.185Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-30T17:59:36.185Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-30T17:59:36.185Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-30T17:59:36.185Z] + PACKAGES=/tmp/packages_start.txt [2020-12-30T17:59:36.185Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-12-30T17:59:36.185Z] + PACKAGES=/tmp/packages_end.txt [2020-12-30T17:59:36.185Z] + case "${OS_FAMILY}" in [2020-12-30T17:59:36.185Z] + rpm -qa [2020-12-30T17:59:36.185Z] + sort [2020-12-30T17:59:42.807Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-30T17:59:42.807Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-30T17:59:42.807Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-30T17:59:42.807Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-12-30T17:59:42.807Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-12-30T17:59:42.807Z] + 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 [2020-12-30T17:59:42.822Z] 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 [2020-12-30T17:59:43.116Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:59:43.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T17:59:43.454Z] [2020-12-30T17:59:43.454Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-30T17:59:43.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T17:59:43.870Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-30T17:59:43.870Z] df20fa9351a1: Pulling fs layer [2020-12-30T17:59:43.870Z] 36b3adc4ff6f: Pulling fs layer [2020-12-30T17:59:43.870Z] 8ad3a11d3b57: Pulling fs layer [2020-12-30T17:59:43.870Z] 46f8f816bc3b: Pulling fs layer [2020-12-30T17:59:43.870Z] 93b61091891f: Pulling fs layer [2020-12-30T17:59:43.870Z] 93b9cdb0e59b: Pulling fs layer [2020-12-30T17:59:43.870Z] 5e14af77c1be: Pulling fs layer [2020-12-30T17:59:43.870Z] 01666e4c0597: Pulling fs layer [2020-12-30T17:59:43.870Z] aa168da1d23b: Pulling fs layer [2020-12-30T17:59:43.870Z] 93b9cdb0e59b: Waiting [2020-12-30T17:59:43.870Z] 5e14af77c1be: Waiting [2020-12-30T17:59:43.870Z] aa168da1d23b: Waiting [2020-12-30T17:59:43.870Z] 46f8f816bc3b: Waiting [2020-12-30T17:59:43.870Z] 01666e4c0597: Waiting [2020-12-30T17:59:43.870Z] 93b61091891f: Waiting [2020-12-30T17:59:43.870Z] 36b3adc4ff6f: Download complete [2020-12-30T17:59:43.870Z] 46f8f816bc3b: Verifying Checksum [2020-12-30T17:59:43.870Z] 46f8f816bc3b: Download complete [2020-12-30T17:59:44.170Z] df20fa9351a1: Verifying Checksum [2020-12-30T17:59:44.170Z] df20fa9351a1: Download complete [2020-12-30T17:59:44.170Z] 93b9cdb0e59b: Verifying Checksum [2020-12-30T17:59:44.170Z] 93b9cdb0e59b: Download complete [2020-12-30T17:59:44.170Z] 93b61091891f: Download complete [2020-12-30T17:59:44.170Z] 5e14af77c1be: Verifying Checksum [2020-12-30T17:59:44.170Z] 5e14af77c1be: Download complete [2020-12-30T17:59:44.170Z] 01666e4c0597: Verifying Checksum [2020-12-30T17:59:44.170Z] 01666e4c0597: Download complete [2020-12-30T17:59:44.170Z] 8ad3a11d3b57: Verifying Checksum [2020-12-30T17:59:44.170Z] 8ad3a11d3b57: Download complete [2020-12-30T17:59:44.447Z] df20fa9351a1: Pull complete [2020-12-30T17:59:44.713Z] 36b3adc4ff6f: Pull complete [2020-12-30T17:59:45.668Z] 8ad3a11d3b57: Pull complete [2020-12-30T17:59:45.936Z] 46f8f816bc3b: Pull complete [2020-12-30T17:59:46.198Z] aa168da1d23b: Verifying Checksum [2020-12-30T17:59:46.198Z] aa168da1d23b: Download complete [2020-12-30T17:59:46.774Z] 93b61091891f: Pull complete [2020-12-30T17:59:46.774Z] 93b9cdb0e59b: Pull complete [2020-12-30T17:59:47.037Z] 5e14af77c1be: Pull complete [2020-12-30T17:59:47.037Z] 01666e4c0597: Pull complete [2020-12-30T17:59:55.238Z] aa168da1d23b: Pull complete [2020-12-30T17:59:55.238Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-30T17:59:55.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T17:59:55.238Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-30T17:59:55.386Z] prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container [2020-12-30T17:59:55.431Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-30T17:59:58.273Z] $ docker top 63db0b69d9a3cc2a62738b37993e9b9eb3011db1716aa35fc98cb71bcb4e6616 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T17:59:58.799Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-30T17:59:59.099Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-30T17:59:59.414Z] + ls /var/log/sa-host [2020-12-30T17:59:59.415Z] + sadf -c /var/log/sa-host/sa23 [2020-12-30T17:59:59.415Z] file_magic: OK [2020-12-30T17:59:59.415Z] HZ: Using current value: 100 [2020-12-30T17:59:59.415Z] file_header: OK [2020-12-30T17:59:59.415Z] 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 [2020-12-30T17:59:59.415Z] Statistics: [2020-12-30T17:59:59.415Z] Hnuu...uuuununununu... [2020-12-30T17:59:59.415Z] File successfully converted to sysstat format version 12.2.1 [2020-12-30T17:59:59.415Z] + sadf -c /var/log/sa-host/sa30 [2020-12-30T17:59:59.415Z] file_magic: OK [2020-12-30T17:59:59.415Z] HZ: Using current value: 100 [2020-12-30T17:59:59.415Z] file_header: OK [2020-12-30T17:59:59.415Z] 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 [2020-12-30T17:59:59.415Z] Statistics: [2020-12-30T17:59:59.415Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-30T17:59:59.415Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-30T18:00:00.041Z] provisioning config files... [2020-12-30T18:00:00.057Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config997814939704788927tmp [Pipeline] { [Pipeline] echo [2020-12-30T18:00:00.186Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T18:00:00.491Z] ---> create-netrc.sh [Pipeline] } [2020-12-30T18:00:00.501Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-30T18:00:00.604Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T18:00:00.912Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-30T18:00:00.923Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T18:00:01.220Z] ---> sudo-logs.sh [2020-12-30T18:00:01.220Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-30T18:00:01.231Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T18:00:01.532Z] ---> job-cost.sh [2020-12-30T18:00:01.532Z] lf-activate-venv: SKIPPING [2020-12-30T18:00:01.532Z] INFO: No Stack... [2020-12-30T18:00:02.982Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-30T18:00:03.245Z] INFO: Archiving Costs [Pipeline] echo [2020-12-30T18:00:03.259Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T18:00:03.586Z] ---> logs-deploy.sh [2020-12-30T18:00:03.586Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/158 [2020-12-30T18:00:03.586Z] INFO: archiving workspace using pattern(s): [2020-12-30T18:00:05.506Z] Archives upload complete. [2020-12-30T18:00:05.506Z] INFO: archiving logs to Nexus [2020-12-30T18:00:06.464Z] ---> uname -a: [2020-12-30T18:00:06.464Z] Linux prd-centos7-docker-4c-2g-17781.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] ---> lscpu: [2020-12-30T18:00:06.464Z] Architecture: x86_64 [2020-12-30T18:00:06.464Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-30T18:00:06.464Z] Byte Order: Little Endian [2020-12-30T18:00:06.464Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-30T18:00:06.464Z] CPU(s): 4 [2020-12-30T18:00:06.464Z] On-line CPU(s) list: 0-3 [2020-12-30T18:00:06.464Z] Thread(s) per core: 1 [2020-12-30T18:00:06.464Z] Core(s) per socket: 1 [2020-12-30T18:00:06.464Z] Socket(s): 4 [2020-12-30T18:00:06.464Z] NUMA node(s): 1 [2020-12-30T18:00:06.464Z] Vendor ID: GenuineIntel [2020-12-30T18:00:06.464Z] CPU family: 6 [2020-12-30T18:00:06.464Z] Model: 44 [2020-12-30T18:00:06.464Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-30T18:00:06.464Z] Stepping: 1 [2020-12-30T18:00:06.464Z] CPU MHz: 2933.438 [2020-12-30T18:00:06.464Z] BogoMIPS: 5866.87 [2020-12-30T18:00:06.464Z] Virtualization: VT-x [2020-12-30T18:00:06.464Z] Hypervisor vendor: KVM [2020-12-30T18:00:06.464Z] Virtualization type: full [2020-12-30T18:00:06.464Z] L1d cache: 128 KiB [2020-12-30T18:00:06.464Z] L1i cache: 128 KiB [2020-12-30T18:00:06.464Z] L2 cache: 16 MiB [2020-12-30T18:00:06.464Z] L3 cache: 64 MiB [2020-12-30T18:00:06.464Z] NUMA node0 CPU(s): 0-3 [2020-12-30T18:00:06.464Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-30T18:00:06.464Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-30T18:00:06.464Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-30T18:00:06.464Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-30T18:00:06.464Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-30T18:00:06.464Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-30T18:00:06.464Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-30T18:00:06.464Z] Vulnerability Srbds: Not affected [2020-12-30T18:00:06.464Z] Vulnerability Tsx async abort: Not affected [2020-12-30T18:00:06.464Z] 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 [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] ---> nproc: [2020-12-30T18:00:06.464Z] 4 [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] ---> df -h: [2020-12-30T18:00:06.464Z] Filesystem Size Used Available Use% Mounted on [2020-12-30T18:00:06.464Z] overlay 50.0G 8.6G 41.4G 17% / [2020-12-30T18:00:06.464Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-30T18:00:06.464Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-30T18:00:06.464Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-30T18:00:06.464Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2020-12-30T18:00:06.464Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2020-12-30T18:00:06.464Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2020-12-30T18:00:06.464Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2020-12-30T18:00:06.464Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-12-30T18:00:06.464Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2020-12-30T18:00:06.464Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2020-12-30T18:00:06.464Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2020-12-30T18:00:06.464Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2020-12-30T18:00:06.464Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] ---> free -m: [2020-12-30T18:00:06.464Z] total used free shared buff/cache available [2020-12-30T18:00:06.464Z] Mem: 1837 833 164 0 838 938 [2020-12-30T18:00:06.464Z] Swap: 1023 3 1020 [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] ---> ip addr: [2020-12-30T18:00:06.464Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-30T18:00:06.464Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-30T18:00:06.464Z] inet 127.0.0.1/8 scope host lo [2020-12-30T18:00:06.464Z] valid_lft forever preferred_lft forever [2020-12-30T18:00:06.464Z] inet6 ::1/128 scope host [2020-12-30T18:00:06.464Z] valid_lft forever preferred_lft forever [2020-12-30T18:00:06.464Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-30T18:00:06.464Z] link/ether fa:16:3e:72:30:8d brd ff:ff:ff:ff:ff:ff [2020-12-30T18:00:06.464Z] inet 10.30.123.248/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-30T18:00:06.464Z] valid_lft 85876sec preferred_lft 85876sec [2020-12-30T18:00:06.464Z] inet6 fe80::f816:3eff:fe72:308d/64 scope link [2020-12-30T18:00:06.464Z] valid_lft forever preferred_lft forever [2020-12-30T18:00:06.464Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-30T18:00:06.464Z] link/ether 02:42:bf:35:f3:56 brd ff:ff:ff:ff:ff:ff [2020-12-30T18:00:06.464Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-30T18:00:06.464Z] valid_lft forever preferred_lft forever [2020-12-30T18:00:06.464Z] inet6 fe80::42:bfff:fe35:f356/64 scope link [2020-12-30T18:00:06.464Z] valid_lft forever preferred_lft forever [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] ---> sar -b -r -n DEV: [2020-12-30T18:00:06.464Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/30/20 _x86_64_ (4 CPU) [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] 17:51:10 LINUX RESTART (4 CPU) [2020-12-30T18:00:06.464Z] [2020-12-30T18:00:06.464Z] 17:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-30T18:00:06.464Z] 17:53:01 35.58 13.02 22.56 0.00 4465.46 3810.17 0.00 [2020-12-30T18:00:06.464Z] 17:54:01 1.76 0.00 1.76 0.00 0.00 33.63 0.00 [2020-12-30T18:00:06.464Z] 17:55:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 [2020-12-30T18:00:06.465Z] 17:56:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 [2020-12-30T18:00:06.465Z] 17:57:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 [2020-12-30T18:00:06.465Z] 17:58:01 201.53 119.39 82.14 0.00 5644.74 30814.73 0.00 [2020-12-30T18:00:06.465Z] 17:59:01 236.61 94.60 142.01 0.00 5060.42 33486.60 0.00 [2020-12-30T18:00:06.465Z] Average: 68.07 32.45 35.63 0.00 2168.22 9742.99 0.00 [2020-12-30T18:00:06.465Z] [2020-12-30T18:00:06.465Z] 17:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-30T18:00:06.465Z] 17:53:01 220092 0 589292 31.32 2620 1069540 1100020 37.54 390664 1072872 24 [2020-12-30T18:00:06.465Z] 17:54:01 219764 0 589612 31.34 2620 1069548 1092500 37.29 392812 1071156 12 [2020-12-30T18:00:06.465Z] 17:55:01 217616 0 591756 31.45 2620 1069552 1092536 37.29 397880 1068428 8 [2020-12-30T18:00:06.465Z] 17:56:01 215856 0 593516 31.54 2620 1069552 1092572 37.29 400004 1068204 8 [2020-12-30T18:00:06.465Z] 17:57:01 217528 0 591836 31.45 2620 1069560 1077268 36.77 413444 1053432 20 [2020-12-30T18:00:06.465Z] 17:58:01 228988 0 652388 34.67 2596 997572 1086904 37.09 413032 990432 73704 [2020-12-30T18:00:06.465Z] 17:59:01 86112 0 805240 42.80 2104 988088 1300772 44.39 562596 895724 108 [2020-12-30T18:00:06.465Z] Average: 200851 0 630520 33.51 2543 1047630 1120367 38.24 424347 1031464 10555 [2020-12-30T18:00:06.465Z] [2020-12-30T18:00:06.465Z] 17:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-30T18:00:06.465Z] 17:53:01 eth0 146.78 156.83 641.57 38.84 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:53:01 docker0 103.11 77.26 9.16 304.75 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:54:01 eth0 2.93 0.53 0.50 0.22 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:55:01 eth0 2.55 0.73 0.84 0.41 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:56:01 eth0 1.93 0.88 0.84 0.59 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:57:01 eth0 3.08 0.58 0.85 0.42 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:58:01 eth0 429.63 373.54 4077.97 31.48 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:59:01 eth0 467.60 403.41 3418.53 99.90 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] 17:59:01 docker0 39.45 42.14 3.52 195.25 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] Average: eth0 150.73 133.87 1163.71 24.57 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] Average: docker0 20.37 17.06 1.81 71.46 0.00 0.00 0.00 0.00 [2020-12-30T18:00:06.465Z] [2020-12-30T18:00:06.465Z] [2020-12-30T18:00:06.465Z] ---> sar -P ALL: [2020-12-30T18:00:06.465Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/30/20 _x86_64_ (4 CPU) [2020-12-30T18:00:06.465Z] [2020-12-30T18:00:06.465Z] 17:51:10 LINUX RESTART (4 CPU) [2020-12-30T18:00:06.465Z] [2020-12-30T18:00:06.465Z] 17:52:01 CPU %user %nice %system %iowait %steal %idle [2020-12-30T18:00:06.465Z] 17:53:01 all 3.27 0.00 1.93 0.93 0.01 93.86 [2020-12-30T18:00:06.465Z] 17:53:01 0 3.53 0.00 2.10 1.53 0.00 92.84 [2020-12-30T18:00:06.465Z] 17:53:01 1 3.50 0.00 1.71 0.47 0.02 94.31 [2020-12-30T18:00:06.465Z] 17:53:01 2 3.08 0.00 2.33 1.07 0.02 93.50 [2020-12-30T18:00:06.465Z] 17:53:01 3 2.98 0.00 1.58 0.64 0.00 94.80 [2020-12-30T18:00:06.465Z] 17:54:01 all 0.17 0.00 0.07 0.00 0.00 99.76 [2020-12-30T18:00:06.465Z] 17:54:01 0 0.07 0.00 0.10 0.00 0.00 99.83 [2020-12-30T18:00:06.465Z] 17:54:01 1 0.55 0.00 0.07 0.00 0.00 99.38 [2020-12-30T18:00:06.465Z] 17:54:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2020-12-30T18:00:06.465Z] 17:54:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-12-30T18:00:06.465Z] 17:55:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2020-12-30T18:00:06.465Z] 17:55:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2020-12-30T18:00:06.465Z] 17:55:01 1 0.48 0.00 0.03 0.00 0.02 99.47 [2020-12-30T18:00:06.465Z] 17:55:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-30T18:00:06.465Z] 17:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-30T18:00:06.465Z] 17:56:01 all 0.21 0.00 0.04 0.00 0.03 99.72 [2020-12-30T18:00:06.465Z] 17:56:01 0 0.12 0.00 0.03 0.00 0.02 99.83 [2020-12-30T18:00:06.465Z] 17:56:01 1 0.62 0.00 0.03 0.00 0.05 99.30 [2020-12-30T18:00:06.465Z] 17:56:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2020-12-30T18:00:06.465Z] 17:56:01 3 0.07 0.00 0.07 0.00 0.03 99.83 [2020-12-30T18:00:06.465Z] 17:57:01 all 0.17 0.00 0.15 0.00 0.12 99.57 [2020-12-30T18:00:06.465Z] 17:57:01 0 0.07 0.00 0.07 0.00 0.13 99.73 [2020-12-30T18:00:06.465Z] 17:57:01 1 0.47 0.00 0.10 0.00 0.15 99.28 [2020-12-30T18:00:06.465Z] 17:57:01 2 0.07 0.00 0.33 0.00 0.07 99.53 [2020-12-30T18:00:06.465Z] 17:57:01 3 0.07 0.00 0.08 0.00 0.12 99.73 [2020-12-30T18:00:06.465Z] 17:58:01 all 7.24 0.00 5.12 1.00 0.04 86.60 [2020-12-30T18:00:06.465Z] 17:58:01 0 6.70 0.00 5.86 1.94 0.03 85.46 [2020-12-30T18:00:06.465Z] 17:58:01 1 7.51 0.00 4.84 0.36 0.08 87.21 [2020-12-30T18:00:06.465Z] 17:58:01 2 7.23 0.00 4.86 0.69 0.03 87.17 [2020-12-30T18:00:06.465Z] 17:58:01 3 7.50 0.00 4.92 1.02 0.02 86.54 [2020-12-30T18:00:06.465Z] 17:59:01 all 10.50 0.00 7.88 3.13 0.07 78.41 [2020-12-30T18:00:06.465Z] 17:59:01 0 10.65 0.00 8.18 3.27 0.10 77.79 [2020-12-30T18:00:06.465Z] 17:59:01 1 10.59 0.00 8.15 2.16 0.05 79.04 [2020-12-30T18:00:06.465Z] 17:59:01 2 10.47 0.00 7.02 3.47 0.09 78.96 [2020-12-30T18:00:06.465Z] 17:59:01 3 10.30 0.00 8.15 3.63 0.05 77.86 [2020-12-30T18:00:06.465Z] Average: all 3.07 0.00 2.15 0.71 0.04 94.03 [2020-12-30T18:00:06.465Z] Average: 0 2.99 0.00 2.31 0.95 0.04 93.71 [2020-12-30T18:00:06.465Z] Average: 1 3.36 0.00 2.11 0.42 0.05 94.06 [2020-12-30T18:00:06.465Z] Average: 2 2.96 0.00 2.08 0.74 0.03 94.19 [2020-12-30T18:00:06.465Z] Average: 3 2.96 0.00 2.10 0.75 0.03 94.16 [2020-12-30T18:00:06.465Z] [2020-12-30T18:00:06.465Z] [2020-12-30T18:00:06.465Z]