Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fad33aabfdf809cde5ac805c7b011a40b9f9cebc 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-288 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 with configured refspecs honoured and without tags 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision fad33aabfdf809cde5ac805c7b011a40b9f9cebc (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fad33aabfdf809cde5ac805c7b011a40b9f9cebc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#492)" > git rev-list --no-walk ffd58cbed93a44be1d6809303013af2bd13985cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T19:01:45.235Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T19:01:45.524Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T19:01:45.628Z] ========================================================= [2020-09-17T19:01:45.628Z] EdgeX Global Pipelines Version Info [2020-09-17T19:01:45.628Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:01:47.185Z] ------------------- [2020-09-17T19:01:47.185Z] stable info: [2020-09-17T19:01:47.185Z] ------------------- [2020-09-17T19:01:47.185Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T19:01:47.185Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T19:01:47.185Z] Message: update stable to v1.0.122 [2020-09-17T19:01:48.135Z] ------------------- [2020-09-17T19:01:48.135Z] experimental info: [2020-09-17T19:01:48.135Z] ------------------- [2020-09-17T19:01:48.135Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T19:01:48.135Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-17T19:01:48.135Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T19:01:48.680Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-17T19:01:48.809Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-17T19:01:48.917Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T19:01:49.044Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T19:01:49.153Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T19:01:49.256Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T19:01:49.408Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T19:01:49.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T19:01:49.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T19:01:49.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T19:01:49.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T19:01:49.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-17T19:01:50.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T19:01:50.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T19:01:50.312Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:01:50.491Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:01:50.633Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:01:50.737Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:01:50.848Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T19:01:50.957Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T19:01:51.107Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-17T19:01:51.199Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-17T19:01:51.301Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-17T19:01:51.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-17T19:01:51.502Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-17T19:01:51.623Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fad33aabfdf809cde5ac805c7b011a40b9f9cebc [Pipeline] echo [2020-09-17T19:01:51.716Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fad33aa [Pipeline] echo [2020-09-17T19:01:51.811Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T19:01:52.454Z] + git log --format=format:%s -1 fad33aabfdf809cde5ac805c7b011a40b9f9cebc [Pipeline] echo [2020-09-17T19:01:52.522Z] GIT_COMMIT: fad33aabfdf809cde5ac805c7b011a40b9f9cebc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets (#492) [Pipeline] echo [2020-09-17T19:01:52.570Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:01:53.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:01:53.773Z] [2020-09-17T19:01:53.773Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:01:54.131Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:01:54.131Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T19:01:54.131Z] 31603596830f: Pulling fs layer [2020-09-17T19:01:54.131Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T19:01:54.131Z] 6ca5941a6612: Pulling fs layer [2020-09-17T19:01:54.131Z] ecc8261a40a4: Pulling fs layer [2020-09-17T19:01:54.131Z] ecc8261a40a4: Waiting [2020-09-17T19:01:54.131Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T19:01:54.131Z] 2a8b12db71e7: Download complete [2020-09-17T19:01:54.396Z] 31603596830f: Verifying Checksum [2020-09-17T19:01:54.396Z] 31603596830f: Download complete [2020-09-17T19:01:54.396Z] ecc8261a40a4: Verifying Checksum [2020-09-17T19:01:54.396Z] ecc8261a40a4: Download complete [2020-09-17T19:01:54.396Z] 6ca5941a6612: Verifying Checksum [2020-09-17T19:01:54.396Z] 6ca5941a6612: Download complete [2020-09-17T19:01:54.658Z] 31603596830f: Pull complete [2020-09-17T19:01:54.923Z] 2a8b12db71e7: Pull complete [2020-09-17T19:01:55.500Z] 6ca5941a6612: Pull complete [2020-09-17T19:01:55.769Z] ecc8261a40a4: Pull complete [2020-09-17T19:01:55.769Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T19:01:55.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:01:55.769Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T19:01:55.890Z] prd-centos7-docker-4c-2g-288 does not seem to be running inside a container [2020-09-17T19:01:55.942Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:01:57.914Z] $ docker top 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:01:58.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:01:58.189Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:01:58.398Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:01:58.405Z] $ docker exec 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 ssh-agent [2020-09-17T19:01:58.561Z] SSH_AUTH_SOCK=/tmp/ssh-QmThM0kQHeZ2/agent.12 [2020-09-17T19:01:58.561Z] SSH_AGENT_PID=18 [2020-09-17T19:01:58.573Z] Running ssh-add (command line suppressed) [2020-09-17T19:01:58.749Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1455418780856866924.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1455418780856866924.key) [2020-09-17T19:01:58.796Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:01:59.165Z] + git describe --exact-match --tags HEAD [2020-09-17T19:01:59.165Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T19:01:59.192Z] $ docker exec --env ******** --env ******** 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 ssh-agent -k [2020-09-17T19:01:59.301Z] unset SSH_AUTH_SOCK; [2020-09-17T19:01:59.301Z] unset SSH_AGENT_PID; [2020-09-17T19:01:59.301Z] echo Agent pid 18 killed; [2020-09-17T19:01:59.345Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T19:01:59.495Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T19:01:59.495Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T19:01:59.600Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:01:59.601Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:01:59.763Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:01:59.769Z] $ docker exec 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 ssh-agent [2020-09-17T19:01:59.916Z] SSH_AUTH_SOCK=/tmp/ssh-ibHicWVw9uGI/agent.47 [2020-09-17T19:01:59.916Z] SSH_AGENT_PID=53 [2020-09-17T19:01:59.923Z] Running ssh-add (command line suppressed) [2020-09-17T19:02:00.043Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1683472760026230211.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1683472760026230211.key) [2020-09-17T19:02:00.096Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:02:00.485Z] + git semver init [2020-09-17T19:02:00.485Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:02:00.485Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:02:00.485Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:02:00.485Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:02:00.485Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:02:00.485Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:02:00.485Z] # $SEMVER_BRANCH = master [2020-09-17T19:02:00.485Z] # $SEMVER_TEMP = /tmp/semver-900124596 [2020-09-17T19:02:00.485Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-17T19:02:03.065Z] # '/tmp/semver-900124596' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-17T19:02:03.065Z] # -> Force: false [2020-09-17T19:02:03.065Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-17T19:02:03.080Z] $ docker exec --env ******** --env ******** 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 ssh-agent -k [2020-09-17T19:02:03.251Z] unset SSH_AUTH_SOCK; [2020-09-17T19:02:03.252Z] unset SSH_AGENT_PID; [2020-09-17T19:02:03.252Z] echo Agent pid 53 killed; [2020-09-17T19:02:03.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:02:03.821Z] + git semver [Pipeline] } [2020-09-17T19:02:03.847Z] $ docker stop --time=1 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 [2020-09-17T19:02:05.295Z] $ docker rm -f 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T19:02:07.557Z] Stashed 42 file(s) [Pipeline] echo [2020-09-17T19:02:07.560Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.29 [Pipeline] echo [2020-09-17T19:02:07.656Z] Archived original version: [1.2.1-dev.29] [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-09-17T19:02:23.124Z] Still waiting to schedule task [2020-09-17T19:02:23.124Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-17T19:02:23.126Z] Still waiting to schedule task [2020-09-17T19:02:23.126Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-17T19:04:04.485Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-289 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-17T19:04:04.551Z] Running in /w/workspace/app-functions-sdk-go/117 [Pipeline] { [Pipeline] checkout [2020-09-17T19:04:08.047Z] Running on prd-centos7-docker-4c-2g-290 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-17T19:04:08.111Z] Running in /w/workspace/app-functions-sdk-go/117 [Pipeline] { [Pipeline] checkout [2020-09-17T19:04:09.373Z] using credential edgex-jenkins-ssh [2020-09-17T19:04:09.445Z] Cloning the remote Git repository [2020-09-17T19:04:09.445Z] Cloning with configured refspecs honoured and without tags [2020-09-17T19:04:09.527Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:04:09.631Z] > git init /w/workspace/app-functions-sdk-go/117 # timeout=10 [2020-09-17T19:04:09.787Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:04:09.788Z] > git --version # timeout=10 [2020-09-17T19:04:09.802Z] > git --version # 'git version 2.17.1' [2020-09-17T19:04:09.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:04:09.878Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:04:11.131Z] using credential edgex-jenkins-ssh [2020-09-17T19:04:11.307Z] Cloning the remote Git repository [2020-09-17T19:04:11.307Z] Cloning with configured refspecs honoured and without tags [2020-09-17T19:04:11.339Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:04:11.408Z] > git init /w/workspace/app-functions-sdk-go/117 # timeout=10 [2020-09-17T19:04:11.452Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:04:11.453Z] > git --version # timeout=10 [2020-09-17T19:04:11.458Z] > git --version # 'git version 2.16.5' [2020-09-17T19:04:11.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:04:11.490Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:04:13.430Z] Fetching without tags [2020-09-17T19:04:13.360Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:04:13.383Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:04:13.416Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:04:13.444Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:04:13.445Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:04:13.457Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:04:14.036Z] Checking out Revision fad33aabfdf809cde5ac805c7b011a40b9f9cebc (master) [2020-09-17T19:04:14.816Z] Fetching without tags [2020-09-17T19:04:14.059Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T19:04:14.074Z] > git checkout -f fad33aabfdf809cde5ac805c7b011a40b9f9cebc # timeout=10 [2020-09-17T19:04:15.217Z] Checking out Revision fad33aabfdf809cde5ac805c7b011a40b9f9cebc (master) [2020-09-17T19:04:14.789Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:04:14.799Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:04:14.812Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:04:14.823Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:04:14.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:04:14.828Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:04:15.229Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T19:04:15.234Z] > git checkout -f fad33aabfdf809cde5ac805c7b011a40b9f9cebc # timeout=10 [2020-09-17T19:04:18.418Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#492)" [2020-09-17T19:04:18.864Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#492)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T19:04:21.052Z] ========================================================= [2020-09-17T19:04:21.052Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T19:04:21.052Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:04:21.753Z] + 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] echo [2020-09-17T19:04:21.871Z] ========================================================= [2020-09-17T19:04:21.871Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T19:04:21.871Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:04:22.725Z] Sending build context to Docker daemon 37.17MB [2020-09-17T19:04:22.725Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T19:04:22.725Z] Step 2/8 : FROM ${BASE} [2020-09-17T19:04:22.725Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T19:04:22.725Z] df20fa9351a1: Pulling fs layer [2020-09-17T19:04:22.725Z] ed8968b2872e: Pulling fs layer [2020-09-17T19:04:22.725Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T19:04:22.725Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T19:04:22.725Z] e73272ec9a57: Pulling fs layer [2020-09-17T19:04:22.725Z] 1e910a182e73: Pulling fs layer [2020-09-17T19:04:22.725Z] 4e634b169226: Pulling fs layer [2020-09-17T19:04:22.725Z] e73272ec9a57: Waiting [2020-09-17T19:04:22.725Z] 1e910a182e73: Waiting [2020-09-17T19:04:22.725Z] 4e634b169226: Waiting [2020-09-17T19:04:22.725Z] e871e8e8d7a9: Waiting [2020-09-17T19:04:22.725Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T19:04:22.725Z] a92cc7c5fd73: Download complete [2020-09-17T19:04:22.725Z] ed8968b2872e: Verifying Checksum [2020-09-17T19:04:22.725Z] ed8968b2872e: Download complete [2020-09-17T19:04:22.725Z] e73272ec9a57: Verifying Checksum [2020-09-17T19:04:22.725Z] e73272ec9a57: Download complete [2020-09-17T19:04:22.725Z] 1e910a182e73: Verifying Checksum [2020-09-17T19:04:22.725Z] 1e910a182e73: Download complete [2020-09-17T19:04:22.725Z] df20fa9351a1: Verifying Checksum [2020-09-17T19:04:22.725Z] df20fa9351a1: Download complete [2020-09-17T19:04:22.989Z] df20fa9351a1: Pull complete [2020-09-17T19:04:22.999Z] + 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-09-17T19:04:23.252Z] ed8968b2872e: Pull complete [2020-09-17T19:04:23.252Z] a92cc7c5fd73: Pull complete [2020-09-17T19:04:24.009Z] Sending build context to Docker daemon 37.17MB [2020-09-17T19:04:24.009Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T19:04:24.009Z] Step 2/8 : FROM ${BASE} [2020-09-17T19:04:24.611Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T19:04:24.611Z] b538f80385f9: Pulling fs layer [2020-09-17T19:04:24.611Z] 74f711af9a0d: Pulling fs layer [2020-09-17T19:04:24.611Z] 99f96fe45779: Pulling fs layer [2020-09-17T19:04:24.611Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T19:04:24.611Z] 45590311c82a: Pulling fs layer [2020-09-17T19:04:24.611Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T19:04:24.611Z] 209524e5b208: Pulling fs layer [2020-09-17T19:04:24.611Z] 45590311c82a: Waiting [2020-09-17T19:04:24.611Z] 69ca0ff8b7b3: Waiting [2020-09-17T19:04:24.611Z] 8529a6b9a6be: Waiting [2020-09-17T19:04:24.611Z] 209524e5b208: Waiting [2020-09-17T19:04:24.611Z] 99f96fe45779: Verifying Checksum [2020-09-17T19:04:24.611Z] 99f96fe45779: Download complete [2020-09-17T19:04:24.611Z] 74f711af9a0d: Verifying Checksum [2020-09-17T19:04:24.611Z] 74f711af9a0d: Download complete [2020-09-17T19:04:24.611Z] 45590311c82a: Download complete [2020-09-17T19:04:24.611Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-17T19:04:24.611Z] 69ca0ff8b7b3: Download complete [2020-09-17T19:04:24.611Z] b538f80385f9: Verifying Checksum [2020-09-17T19:04:25.606Z] b538f80385f9: Pull complete [2020-09-17T19:04:25.885Z] 74f711af9a0d: Pull complete [2020-09-17T19:04:26.161Z] 99f96fe45779: Pull complete [2020-09-17T19:04:26.560Z] 4e634b169226: Verifying Checksum [2020-09-17T19:04:26.560Z] 4e634b169226: Download complete [2020-09-17T19:04:28.491Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T19:04:28.491Z] e871e8e8d7a9: Download complete [2020-09-17T19:04:28.832Z] 209524e5b208: Download complete [2020-09-17T19:04:29.440Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T19:04:29.440Z] 8529a6b9a6be: Download complete [2020-09-17T19:04:32.729Z] e871e8e8d7a9: Pull complete [2020-09-17T19:04:32.992Z] e73272ec9a57: Pull complete [2020-09-17T19:04:32.992Z] 1e910a182e73: Pull complete [2020-09-17T19:04:39.628Z] 8529a6b9a6be: Pull complete [2020-09-17T19:04:40.229Z] 45590311c82a: Pull complete [2020-09-17T19:04:40.505Z] 69ca0ff8b7b3: Pull complete [2020-09-17T19:04:41.185Z] 4e634b169226: Pull complete [2020-09-17T19:04:41.185Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T19:04:41.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T19:04:41.185Z] ---> f7629b54cfaa [2020-09-17T19:04:41.185Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-17T19:04:41.185Z] latest: Pulling from library/docker [2020-09-17T19:04:41.451Z] df20fa9351a1: Already exists [2020-09-17T19:04:41.451Z] 25ad7478873d: Pulling fs layer [2020-09-17T19:04:41.451Z] 4684f6177b5d: Pulling fs layer [2020-09-17T19:04:41.451Z] 46e300cec669: Pulling fs layer [2020-09-17T19:04:41.451Z] 63038576ad94: Pulling fs layer [2020-09-17T19:04:41.451Z] 0fdb76c4706c: Pulling fs layer [2020-09-17T19:04:41.451Z] cb7edeffdfd5: Pulling fs layer [2020-09-17T19:04:41.451Z] 63038576ad94: Waiting [2020-09-17T19:04:41.451Z] 0fdb76c4706c: Waiting [2020-09-17T19:04:41.451Z] cb7edeffdfd5: Waiting [2020-09-17T19:04:41.451Z] 4684f6177b5d: Verifying Checksum [2020-09-17T19:04:41.451Z] 4684f6177b5d: Download complete [2020-09-17T19:04:41.451Z] 25ad7478873d: Verifying Checksum [2020-09-17T19:04:41.451Z] 25ad7478873d: Download complete [2020-09-17T19:04:41.714Z] 63038576ad94: Verifying Checksum [2020-09-17T19:04:41.714Z] 63038576ad94: Download complete [2020-09-17T19:04:41.714Z] 0fdb76c4706c: Verifying Checksum [2020-09-17T19:04:41.714Z] 0fdb76c4706c: Download complete [2020-09-17T19:04:41.714Z] cb7edeffdfd5: Verifying Checksum [2020-09-17T19:04:41.714Z] cb7edeffdfd5: Download complete [2020-09-17T19:04:41.980Z] 25ad7478873d: Pull complete [2020-09-17T19:04:41.980Z] 4684f6177b5d: Pull complete [2020-09-17T19:04:42.556Z] 46e300cec669: Verifying Checksum [2020-09-17T19:04:42.556Z] 46e300cec669: Download complete [2020-09-17T19:04:44.834Z] 209524e5b208: Pull complete [2020-09-17T19:04:44.835Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T19:04:44.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T19:04:44.835Z] ---> 5bddaf1c2fca [2020-09-17T19:04:44.835Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-17T19:04:44.835Z] latest: Pulling from library/docker [2020-09-17T19:04:44.835Z] b538f80385f9: Already exists [2020-09-17T19:04:44.835Z] 259a493cd78d: Pulling fs layer [2020-09-17T19:04:44.835Z] b8e66b5100f5: Pulling fs layer [2020-09-17T19:04:44.835Z] 39dc9c94d07c: Pulling fs layer [2020-09-17T19:04:44.835Z] 551b823b3b82: Pulling fs layer [2020-09-17T19:04:44.835Z] 3c52a74df98c: Pulling fs layer [2020-09-17T19:04:44.835Z] 6c9b121b6998: Pulling fs layer [2020-09-17T19:04:44.835Z] 6c9b121b6998: Waiting [2020-09-17T19:04:44.835Z] 551b823b3b82: Waiting [2020-09-17T19:04:44.835Z] b8e66b5100f5: Verifying Checksum [2020-09-17T19:04:44.835Z] b8e66b5100f5: Download complete [2020-09-17T19:04:44.835Z] 259a493cd78d: Verifying Checksum [2020-09-17T19:04:44.835Z] 551b823b3b82: Verifying Checksum [2020-09-17T19:04:44.835Z] 551b823b3b82: Download complete [2020-09-17T19:04:44.835Z] 3c52a74df98c: Verifying Checksum [2020-09-17T19:04:44.835Z] 3c52a74df98c: Download complete [2020-09-17T19:04:45.114Z] 6c9b121b6998: Verifying Checksum [2020-09-17T19:04:45.114Z] 6c9b121b6998: Download complete [2020-09-17T19:04:45.118Z] 46e300cec669: Pull complete [2020-09-17T19:04:45.118Z] 63038576ad94: Pull complete [2020-09-17T19:04:45.118Z] 0fdb76c4706c: Pull complete [2020-09-17T19:04:45.118Z] cb7edeffdfd5: Pull complete [2020-09-17T19:04:45.118Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-17T19:04:45.118Z] Status: Downloaded newer image for docker:latest [2020-09-17T19:04:45.390Z] 259a493cd78d: Pull complete [2020-09-17T19:04:45.990Z] b8e66b5100f5: Pull complete [2020-09-17T19:04:46.264Z] 39dc9c94d07c: Verifying Checksum [2020-09-17T19:04:46.264Z] 39dc9c94d07c: Download complete [2020-09-17T19:04:47.045Z] ---> fe5608a8fb51 [2020-09-17T19:04:47.045Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T19:04:47.045Z] ---> Running in f404b053f461 [2020-09-17T19:04:47.045Z] Removing intermediate container f404b053f461 [2020-09-17T19:04:47.045Z] ---> 2a42ffa54e00 [2020-09-17T19:04:47.045Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-17T19:04:47.045Z] ---> Running in 9fb09a7072f2 [2020-09-17T19:04:48.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T19:04:48.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T19:04:49.685Z] 39dc9c94d07c: Pull complete [2020-09-17T19:04:49.685Z] 551b823b3b82: Pull complete [2020-09-17T19:04:49.963Z] 3c52a74df98c: Pull complete [2020-09-17T19:04:50.240Z] 6c9b121b6998: Pull complete [2020-09-17T19:04:50.240Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-17T19:04:50.521Z] Status: Downloaded newer image for docker:latest [2020-09-17T19:04:50.907Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-17T19:04:51.172Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-17T19:04:51.755Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-17T19:04:51.755Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-17T19:04:52.024Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-17T19:04:52.024Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T19:04:52.024Z] OK: 167 MiB in 44 packages [2020-09-17T19:04:52.988Z] Removing intermediate container 9fb09a7072f2 [2020-09-17T19:04:52.988Z] ---> 3221498f046d [2020-09-17T19:04:52.988Z] Step 6/8 : WORKDIR /build [2020-09-17T19:04:52.988Z] ---> Running in e08b0f7fadcc [2020-09-17T19:04:53.250Z] Removing intermediate container e08b0f7fadcc [2020-09-17T19:04:53.250Z] ---> 7438bcfd5b6f [2020-09-17T19:04:53.250Z] Step 7/8 : COPY go.mod . [2020-09-17T19:04:53.514Z] ---> a4f22de2b64a [2020-09-17T19:04:53.514Z] Step 8/8 : RUN go mod download [2020-09-17T19:04:53.514Z] ---> Running in 6ac3ad4c3d67 [2020-09-17T19:04:55.957Z] ---> d8392d5df07b [2020-09-17T19:04:55.957Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T19:04:56.233Z] ---> Running in 5c21a0508182 [2020-09-17T19:04:56.523Z] Removing intermediate container 5c21a0508182 [2020-09-17T19:04:56.523Z] ---> 3e38be25ccfa [2020-09-17T19:04:56.523Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-17T19:04:56.798Z] ---> Running in e484672a3f77 [2020-09-17T19:04:58.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T19:04:59.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T19:05:01.128Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-17T19:05:01.128Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-17T19:05:01.402Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-17T19:05:01.402Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-17T19:05:01.688Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-17T19:05:01.688Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T19:05:01.688Z] OK: 144 MiB in 44 packages [2020-09-17T19:05:03.132Z] Removing intermediate container e484672a3f77 [2020-09-17T19:05:03.132Z] ---> 1c92528499f4 [2020-09-17T19:05:03.132Z] Step 6/8 : WORKDIR /build [2020-09-17T19:05:03.132Z] ---> Running in ef4785fb6ed1 [2020-09-17T19:05:03.737Z] Removing intermediate container ef4785fb6ed1 [2020-09-17T19:05:03.737Z] ---> 1de0e6c486f7 [2020-09-17T19:05:03.737Z] Step 7/8 : COPY go.mod . [2020-09-17T19:05:04.334Z] ---> 1bfcc900102a [2020-09-17T19:05:04.334Z] Step 8/8 : RUN go mod download [2020-09-17T19:05:04.608Z] ---> Running in dff9ec8a721b [2020-09-17T19:05:20.178Z] Removing intermediate container 6ac3ad4c3d67 [2020-09-17T19:05:20.178Z] ---> 757bc65cabab [2020-09-17T19:05:20.178Z] Successfully built 757bc65cabab [2020-09-17T19:05:20.178Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:05:20.662Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T19:05:20.662Z] . [Pipeline] withDockerContainer [2020-09-17T19:05:20.802Z] prd-centos7-docker-4c-2g-290 does not seem to be running inside a container [2020-09-17T19:05:20.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/117 -v /w/workspace/app-functions-sdk-go/117:/w/workspace/app-functions-sdk-go/117:rw,z -v /w/workspace/app-functions-sdk-go/117@tmp:/w/workspace/app-functions-sdk-go/117@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 ******** ci-base-image-x86_64 cat [2020-09-17T19:05:22.214Z] $ docker top c708297bd4c9c68e5508331766ce07673c53b65bd38939ab9b0e255875c4efda -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:05:22.720Z] + go version [2020-09-17T19:05:22.720Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T19:05:22.737Z] $ docker stop --time=1 c708297bd4c9c68e5508331766ce07673c53b65bd38939ab9b0e255875c4efda [2020-09-17T19:05:24.122Z] $ docker rm -f c708297bd4c9c68e5508331766ce07673c53b65bd38939ab9b0e255875c4efda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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-09-17T19:05:36.961Z] Removing intermediate container dff9ec8a721b [2020-09-17T19:05:36.961Z] ---> 3c89ae507a30 [2020-09-17T19:05:36.961Z] Successfully built 3c89ae507a30 [2020-09-17T19:05:36.961Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:05:37.368Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T19:05:37.368Z] . [Pipeline] withDockerContainer [2020-09-17T19:05:37.641Z] prd-ubuntu18.04-docker-arm64-4c-16g-289 does not seem to be running inside a container [2020-09-17T19:05:37.731Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/117 -v /w/workspace/app-functions-sdk-go/117:/w/workspace/app-functions-sdk-go/117:rw,z -v /w/workspace/app-functions-sdk-go/117@tmp:/w/workspace/app-functions-sdk-go/117@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 ******** ci-base-image-arm64 cat [2020-09-17T19:05:39.635Z] $ docker top 27f85080b79ab114c9f132a99e28fb5a8a60d036dd8a2c022b8e7230b37cdef4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:05:41.056Z] + go version [2020-09-17T19:05:41.056Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T19:05:41.087Z] $ docker stop --time=1 27f85080b79ab114c9f132a99e28fb5a8a60d036dd8a2c022b8e7230b37cdef4 [2020-09-17T19:05:43.053Z] $ docker rm -f 27f85080b79ab114c9f132a99e28fb5a8a60d036dd8a2c022b8e7230b37cdef4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-17T19:05:45.669Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-17T19:05:45.672Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-17T19:05:45.742Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:05:46.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T19:05:46.093Z] [2020-09-17T19:05:46.093Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:05:46.444Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T19:05:46.445Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-17T19:05:46.445Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-17T19:05:46.445Z] 408f87550127: Pulling fs layer [2020-09-17T19:05:46.445Z] fe522b08c979: Pulling fs layer [2020-09-17T19:05:46.445Z] 221eaa008020: Pulling fs layer [2020-09-17T19:05:46.445Z] 2a4607e5d6b9: Pulling fs layer [2020-09-17T19:05:46.445Z] 8f79b27c4fd2: Pulling fs layer [2020-09-17T19:05:46.445Z] e5c8dbe1645b: Pulling fs layer [2020-09-17T19:05:46.445Z] 23e8b3b47431: Pulling fs layer [2020-09-17T19:05:46.445Z] 5c568d65a230: Pulling fs layer [2020-09-17T19:05:46.445Z] 221eaa008020: Waiting [2020-09-17T19:05:46.445Z] 2a4607e5d6b9: Waiting [2020-09-17T19:05:46.445Z] 8f79b27c4fd2: Waiting [2020-09-17T19:05:46.445Z] 23e8b3b47431: Waiting [2020-09-17T19:05:46.445Z] 5c568d65a230: Waiting [2020-09-17T19:05:46.445Z] e5c8dbe1645b: Waiting [2020-09-17T19:05:46.445Z] fe522b08c979: Verifying Checksum [2020-09-17T19:05:46.445Z] fe522b08c979: Download complete [2020-09-17T19:05:46.445Z] 408f87550127: Verifying Checksum [2020-09-17T19:05:46.445Z] 408f87550127: Download complete [2020-09-17T19:05:46.445Z] 2a4607e5d6b9: Verifying Checksum [2020-09-17T19:05:46.445Z] 2a4607e5d6b9: Download complete [2020-09-17T19:05:46.445Z] 8f79b27c4fd2: Verifying Checksum [2020-09-17T19:05:46.445Z] 8f79b27c4fd2: Download complete [2020-09-17T19:05:46.445Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-17T19:05:46.445Z] cbdbe7a5bc2a: Download complete [2020-09-17T19:05:46.714Z] cbdbe7a5bc2a: Pull complete [2020-09-17T19:05:46.979Z] 408f87550127: Pull complete [2020-09-17T19:05:47.240Z] fe522b08c979: Pull complete [2020-09-17T19:05:47.813Z] e5c8dbe1645b: Verifying Checksum [2020-09-17T19:05:47.813Z] e5c8dbe1645b: Download complete [2020-09-17T19:05:48.781Z] 23e8b3b47431: Verifying Checksum [2020-09-17T19:05:48.781Z] 23e8b3b47431: Download complete [2020-09-17T19:05:48.781Z] 5c568d65a230: Verifying Checksum [2020-09-17T19:05:48.781Z] 5c568d65a230: Download complete [2020-09-17T19:05:50.176Z] 221eaa008020: Verifying Checksum [2020-09-17T19:05:50.176Z] 221eaa008020: Download complete [2020-09-17T19:05:55.545Z] 221eaa008020: Pull complete [2020-09-17T19:05:55.546Z] 2a4607e5d6b9: Pull complete [2020-09-17T19:05:55.546Z] 8f79b27c4fd2: Pull complete [2020-09-17T19:05:57.493Z] e5c8dbe1645b: Pull complete [2020-09-17T19:06:00.820Z] 23e8b3b47431: Pull complete [2020-09-17T19:06:01.776Z] 5c568d65a230: Pull complete [2020-09-17T19:06:01.776Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-17T19:06:01.776Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T19:06:01.776Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-17T19:06:01.972Z] prd-centos7-docker-4c-2g-288 does not seem to be running inside a container [2020-09-17T19:06:02.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-17T19:06:02.946Z] $ docker top a990ff3f9baabe5afb69921709564c4da6acf1656b2aa9654bd790414d8bcdef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:06:03.526Z] + snyk monitor '--org=edgex-jenkins' [2020-09-17T19:06:18.493Z] [2020-09-17T19:06:18.493Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-17T19:06:18.493Z] [2020-09-17T19:06:18.493Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/beeca03b-171b-4ad3-84b4-95118626c05a [2020-09-17T19:06:18.493Z] [2020-09-17T19:06:18.493Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-17T19:06:18.493Z] [2020-09-17T19:06:18.493Z] [2020-09-17T19:06:18.493Z] Snyk CLI supports Node.js 8 and higher. [2020-09-17T19:06:18.493Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-17T19:06:18.493Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-17T19:06:18.493Z] [2020-09-17T19:06:18.493Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-17T19:06:18.493Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-17T19:06:18.513Z] $ docker stop --time=1 a990ff3f9baabe5afb69921709564c4da6acf1656b2aa9654bd790414d8bcdef [2020-09-17T19:06:22.030Z] $ docker rm -f a990ff3f9baabe5afb69921709564c4da6acf1656b2aa9654bd790414d8bcdef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-17T19:06:23.780Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T19:06:23.839Z] provisioning config files... [2020-09-17T19:06:23.852Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7878580907226845150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:06:24.240Z] --> edgex-publish-swagger.sh [2020-09-17T19:06:24.241Z] === Publish openapi/v2 API === [2020-09-17T19:06:24.241Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-17T19:06:24.241Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-17T19:06:24.241Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-17T19:06:24.241Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-17T19:06:24.249Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:06:26.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:06:26.263Z] . [Pipeline] withDockerContainer [2020-09-17T19:06:26.365Z] prd-centos7-docker-4c-2g-288 does not seem to be running inside a container [2020-09-17T19:06:26.411Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:06:27.217Z] $ docker top 812928289c4487f497fa770bb5025ae5849cfa95664f349046d2e6ba9f946113 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:06:27.530Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:06:27.530Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:06:27.752Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:06:27.757Z] $ docker exec 812928289c4487f497fa770bb5025ae5849cfa95664f349046d2e6ba9f946113 ssh-agent [2020-09-17T19:06:27.922Z] SSH_AUTH_SOCK=/tmp/ssh-p0XxuG8EuIPy/agent.12 [2020-09-17T19:06:27.922Z] SSH_AGENT_PID=17 [2020-09-17T19:06:27.929Z] Running ssh-add (command line suppressed) [2020-09-17T19:06:28.053Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3374900080230184466.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3374900080230184466.key) [2020-09-17T19:06:28.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:06:28.441Z] + git semver tag [2020-09-17T19:06:28.441Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:06:28.442Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:06:28.442Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:06:28.442Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:06:28.442Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:06:28.442Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:06:28.442Z] # $SEMVER_BRANCH = master [2020-09-17T19:06:28.442Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-17T19:06:28.442Z] # fad33aabfdf809cde5ac805c7b011a40b9f9cebc HEAD [2020-09-17T19:06:28.442Z] # -> Force: false [2020-09-17T19:06:28.442Z] # a5faeeb03847c5caa48a88f9deb8a198280dc682 refs/tags/v1.2.1-dev.29 [Pipeline] } [2020-09-17T19:06:28.455Z] $ docker exec --env ******** --env ******** 812928289c4487f497fa770bb5025ae5849cfa95664f349046d2e6ba9f946113 ssh-agent -k [2020-09-17T19:06:28.577Z] unset SSH_AUTH_SOCK; [2020-09-17T19:06:28.578Z] unset SSH_AGENT_PID; [2020-09-17T19:06:28.578Z] echo Agent pid 17 killed; [2020-09-17T19:06:28.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:06:29.168Z] + git semver [Pipeline] } [2020-09-17T19:06:29.189Z] $ docker stop --time=1 812928289c4487f497fa770bb5025ae5849cfa95664f349046d2e6ba9f946113 [2020-09-17T19:06:30.563Z] $ docker rm -f 812928289c4487f497fa770bb5025ae5849cfa95664f349046d2e6ba9f946113 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:06:31.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T19:06:31.220Z] [2020-09-17T19:06:31.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:06:31.564Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T19:06:31.564Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-17T19:06:31.564Z] ab5ef0e58194: Pulling fs layer [2020-09-17T19:06:31.564Z] 9712f1f96733: Pulling fs layer [2020-09-17T19:06:31.564Z] 63f879dbbcfc: Pulling fs layer [2020-09-17T19:06:31.564Z] 0d9ebad4ef96: Pulling fs layer [2020-09-17T19:06:31.564Z] e9a5061849ea: Pulling fs layer [2020-09-17T19:06:31.564Z] d747dcd14b5f: Pulling fs layer [2020-09-17T19:06:31.564Z] 2de7ff778b66: Pulling fs layer [2020-09-17T19:06:31.564Z] e9a5061849ea: Waiting [2020-09-17T19:06:31.564Z] d747dcd14b5f: Waiting [2020-09-17T19:06:31.564Z] 2de7ff778b66: Waiting [2020-09-17T19:06:31.564Z] 0d9ebad4ef96: Waiting [2020-09-17T19:06:31.564Z] 9712f1f96733: Verifying Checksum [2020-09-17T19:06:31.564Z] 9712f1f96733: Download complete [2020-09-17T19:06:32.959Z] 63f879dbbcfc: Verifying Checksum [2020-09-17T19:06:32.959Z] 63f879dbbcfc: Download complete [2020-09-17T19:06:33.224Z] e9a5061849ea: Verifying Checksum [2020-09-17T19:06:33.224Z] e9a5061849ea: Download complete [2020-09-17T19:06:33.224Z] d747dcd14b5f: Verifying Checksum [2020-09-17T19:06:33.224Z] d747dcd14b5f: Download complete [2020-09-17T19:06:33.799Z] 2de7ff778b66: Verifying Checksum [2020-09-17T19:06:33.800Z] 2de7ff778b66: Download complete [2020-09-17T19:06:33.800Z] 0d9ebad4ef96: Verifying Checksum [2020-09-17T19:06:33.800Z] 0d9ebad4ef96: Download complete [2020-09-17T19:06:34.061Z] ab5ef0e58194: Verifying Checksum [2020-09-17T19:06:34.061Z] ab5ef0e58194: Download complete [2020-09-17T19:06:38.304Z] ab5ef0e58194: Pull complete [2020-09-17T19:06:38.304Z] 9712f1f96733: Pull complete [2020-09-17T19:06:41.622Z] 63f879dbbcfc: Pull complete [2020-09-17T19:06:46.948Z] 0d9ebad4ef96: Pull complete [2020-09-17T19:06:48.871Z] e9a5061849ea: Pull complete [2020-09-17T19:06:48.871Z] d747dcd14b5f: Pull complete [2020-09-17T19:06:52.191Z] 2de7ff778b66: Pull complete [2020-09-17T19:06:52.191Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-17T19:06:52.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T19:06:52.191Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-17T19:06:52.704Z] prd-centos7-docker-4c-2g-288 does not seem to be running inside a container [2020-09-17T19:06:52.760Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-17T19:06:55.868Z] $ docker top 7a6de6ee1e584bd475148ba14c85f65319ae1ca8bdc0dc096387c9d835c9863e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-17T19:06:56.177Z] provisioning config files... [2020-09-17T19:06:56.191Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7716800801671169081tmp [2020-09-17T19:06:56.207Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4326150449669507389tmp [2020-09-17T19:06:56.221Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1756751300004000827tmp [Pipeline] { [Pipeline] echo [2020-09-17T19:06:56.277Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:06:56.575Z] ---> sigul-configuration.sh [2020-09-17T19:06:56.575Z] gpg: directory `/root/.gnupg' created [2020-09-17T19:06:56.575Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-17T19:06:56.575Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-17T19:06:56.575Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-17T19:06:56.575Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-17T19:06:56.575Z] gpg: CAST5 encrypted data [2020-09-17T19:06:56.838Z] gpg: encrypted with 1 passphrase [2020-09-17T19:06:56.838Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-17T19:06:57.137Z] + mkdir /home/jenkins [2020-09-17T19:06:57.138Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-17T19:06:57.433Z] + 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-09-17T19:06:57.443Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:06:57.738Z] ---> sigul-install.sh [2020-09-17T19:07:03.046Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-17T19:07:03.349Z] + git tag --list [2020-09-17T19:07:03.350Z] v1.2.1-dev.29 [Pipeline] sh [2020-09-17T19:07:03.646Z] + lftools sign git-tag v1.2.1-dev.29 [2020-09-17T19:07:05.036Z] Signing Git tag with Sigul... [2020-09-17T19:07:05.036Z] Signing v1.2.1-dev.29 [Pipeline] echo [2020-09-17T19:07:05.999Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:07:06.297Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-17T19:07:06.327Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-17T19:07:06.446Z] $ docker stop --time=1 7a6de6ee1e584bd475148ba14c85f65319ae1ca8bdc0dc096387c9d835c9863e [2020-09-17T19:07:08.427Z] $ docker rm -f 7a6de6ee1e584bd475148ba14c85f65319ae1ca8bdc0dc096387c9d835c9863e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:07:09.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:07:09.219Z] . [Pipeline] withDockerContainer [2020-09-17T19:07:09.317Z] prd-centos7-docker-4c-2g-288 does not seem to be running inside a container [2020-09-17T19:07:09.363Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:07:10.010Z] $ docker top 00fd7e06f1c9ea9dc2b58a2f184306802db43beb41c0793234bba1ef1948ceac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:07:10.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:07:10.457Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:07:10.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:07:10.672Z] $ docker exec 00fd7e06f1c9ea9dc2b58a2f184306802db43beb41c0793234bba1ef1948ceac ssh-agent [2020-09-17T19:07:10.842Z] SSH_AUTH_SOCK=/tmp/ssh-K9NqmPVJoc4q/agent.11 [2020-09-17T19:07:10.842Z] SSH_AGENT_PID=17 [2020-09-17T19:07:10.850Z] Running ssh-add (command line suppressed) [2020-09-17T19:07:10.989Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8931696042454459792.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8931696042454459792.key) [2020-09-17T19:07:11.046Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:07:11.383Z] + git semver bump pre [2020-09-17T19:07:11.383Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:07:11.383Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:07:11.383Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:07:11.383Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:07:11.383Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:07:11.383Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:07:11.383Z] # $SEMVER_BRANCH = master [2020-09-17T19:07:11.383Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-17T19:07:11.383Z] 1.2.1-dev.30 [Pipeline] } [2020-09-17T19:07:11.396Z] $ docker exec --env ******** --env ******** 00fd7e06f1c9ea9dc2b58a2f184306802db43beb41c0793234bba1ef1948ceac ssh-agent -k [2020-09-17T19:07:11.518Z] unset SSH_AUTH_SOCK; [2020-09-17T19:07:11.518Z] unset SSH_AGENT_PID; [2020-09-17T19:07:11.518Z] echo Agent pid 17 killed; [2020-09-17T19:07:11.567Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:07:12.129Z] + git semver [Pipeline] } [2020-09-17T19:07:12.206Z] $ docker stop --time=1 00fd7e06f1c9ea9dc2b58a2f184306802db43beb41c0793234bba1ef1948ceac [2020-09-17T19:07:13.580Z] $ docker rm -f 00fd7e06f1c9ea9dc2b58a2f184306802db43beb41c0793234bba1ef1948ceac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:07:14.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:07:14.099Z] . [Pipeline] withDockerContainer [2020-09-17T19:07:14.203Z] prd-centos7-docker-4c-2g-288 does not seem to be running inside a container [2020-09-17T19:07:14.284Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:07:14.888Z] $ docker top cd312f811f83f31514ff275abbfa5341e73baa51dc48d00e7c37c0cbc5521240 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:07:15.175Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:07:15.175Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:07:15.346Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:07:15.350Z] $ docker exec cd312f811f83f31514ff275abbfa5341e73baa51dc48d00e7c37c0cbc5521240 ssh-agent [2020-09-17T19:07:15.520Z] SSH_AUTH_SOCK=/tmp/ssh-G1MxZTHB90CZ/agent.11 [2020-09-17T19:07:15.520Z] SSH_AGENT_PID=16 [2020-09-17T19:07:15.527Z] Running ssh-add (command line suppressed) [2020-09-17T19:07:15.648Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_613063021258268266.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_613063021258268266.key) [2020-09-17T19:07:15.699Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:07:16.026Z] + git semver push [2020-09-17T19:07:16.026Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:07:16.026Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:07:16.026Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:07:16.026Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:07:16.027Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:07:16.027Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:07:16.027Z] # $SEMVER_BRANCH = master [2020-09-17T19:07:16.027Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-17T19:07:22.633Z] $ docker exec --env ******** --env ******** cd312f811f83f31514ff275abbfa5341e73baa51dc48d00e7c37c0cbc5521240 ssh-agent -k [2020-09-17T19:07:22.750Z] unset SSH_AUTH_SOCK; [2020-09-17T19:07:22.752Z] unset SSH_AGENT_PID; [2020-09-17T19:07:22.752Z] echo Agent pid 16 killed; [2020-09-17T19:07:22.805Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:07:23.334Z] + git semver [Pipeline] } [2020-09-17T19:07:23.356Z] $ docker stop --time=1 cd312f811f83f31514ff275abbfa5341e73baa51dc48d00e7c37c0cbc5521240 [2020-09-17T19:07:24.721Z] $ docker rm -f cd312f811f83f31514ff275abbfa5341e73baa51dc48d00e7c37c0cbc5521240 [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-09-17T19:07:26.176Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:07:26.746Z] ---> package-listing.sh [2020-09-17T19:07:26.746Z] ++ facter osfamily [2020-09-17T19:07:26.746Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T19:07:26.746Z] + OS_FAMILY=redhat [2020-09-17T19:07:26.746Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:07:26.746Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T19:07:26.746Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T19:07:26.746Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T19:07:26.746Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T19:07:26.746Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-17T19:07:26.746Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T19:07:26.746Z] + case "${OS_FAMILY}" in [2020-09-17T19:07:26.746Z] + rpm -qa [2020-09-17T19:07:26.746Z] + sort [2020-09-17T19:07:30.972Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T19:07:30.972Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T19:07:30.972Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T19:07:30.972Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-17T19:07:30.972Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-17T19:07:30.972Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:07:31.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T19:07:31.472Z] [2020-09-17T19:07:31.472Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:07:31.822Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T19:07:31.822Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T19:07:31.822Z] df20fa9351a1: Pulling fs layer [2020-09-17T19:07:31.822Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T19:07:31.822Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T19:07:31.822Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T19:07:31.822Z] 0dadc02b9964: Pulling fs layer [2020-09-17T19:07:31.822Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T19:07:31.822Z] 7a184a31f384: Pulling fs layer [2020-09-17T19:07:31.822Z] 0879bd2ef858: Pulling fs layer [2020-09-17T19:07:31.822Z] 46f8f816bc3b: Waiting [2020-09-17T19:07:31.822Z] 0dadc02b9964: Waiting [2020-09-17T19:07:31.822Z] ce6a7cf60c04: Waiting [2020-09-17T19:07:31.822Z] 7a184a31f384: Waiting [2020-09-17T19:07:31.822Z] 0879bd2ef858: Waiting [2020-09-17T19:07:31.822Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T19:07:31.822Z] 36b3adc4ff6f: Download complete [2020-09-17T19:07:31.822Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T19:07:31.822Z] 46f8f816bc3b: Download complete [2020-09-17T19:07:31.822Z] df20fa9351a1: Verifying Checksum [2020-09-17T19:07:31.822Z] df20fa9351a1: Download complete [2020-09-17T19:07:31.822Z] ce6a7cf60c04: Download complete [2020-09-17T19:07:32.084Z] 7a184a31f384: Verifying Checksum [2020-09-17T19:07:32.084Z] 7a184a31f384: Download complete [2020-09-17T19:07:32.084Z] 0dadc02b9964: Verifying Checksum [2020-09-17T19:07:32.084Z] 0dadc02b9964: Download complete [2020-09-17T19:07:32.084Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T19:07:32.084Z] 8ad3a11d3b57: Download complete [2020-09-17T19:07:32.347Z] df20fa9351a1: Pull complete [2020-09-17T19:07:32.347Z] 36b3adc4ff6f: Pull complete [2020-09-17T19:07:32.611Z] 0879bd2ef858: Verifying Checksum [2020-09-17T19:07:32.611Z] 0879bd2ef858: Download complete [2020-09-17T19:07:32.874Z] 8ad3a11d3b57: Pull complete [2020-09-17T19:07:33.139Z] 46f8f816bc3b: Pull complete [2020-09-17T19:07:33.402Z] 0dadc02b9964: Pull complete [2020-09-17T19:07:33.664Z] ce6a7cf60c04: Pull complete [2020-09-17T19:07:33.665Z] 7a184a31f384: Pull complete [2020-09-17T19:07:36.242Z] 0879bd2ef858: Pull complete [2020-09-17T19:07:36.242Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T19:07:36.242Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T19:07:36.242Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T19:07:36.354Z] prd-centos7-docker-4c-2g-288 does not seem to be running inside a container [2020-09-17T19:07:36.403Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T19:07:39.188Z] $ docker top f7947d3cd3f5fee7876bc427767301635774fd87aab318e3067bdb44b6d61cfa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:07:39.736Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T19:07:40.030Z] + ls /var/log/sa-host [2020-09-17T19:07:40.030Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T19:07:40.030Z] file_magic: OK [2020-09-17T19:07:40.030Z] HZ: Using current value: 100 [2020-09-17T19:07:40.030Z] file_header: OK [2020-09-17T19:07:40.030Z] 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-09-17T19:07:40.030Z] Statistics: [2020-09-17T19:07:40.030Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T19:07:40.030Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T19:07:40.030Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T19:07:40.030Z] file_magic: OK [2020-09-17T19:07:40.030Z] HZ: Using current value: 100 [2020-09-17T19:07:40.030Z] file_header: OK [2020-09-17T19:07:40.030Z] 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-09-17T19:07:40.030Z] Statistics: [2020-09-17T19:07:40.030Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T19:07:40.030Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T19:07:40.102Z] provisioning config files... [2020-09-17T19:07:40.116Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1854533138284743117tmp [Pipeline] { [Pipeline] echo [2020-09-17T19:07:40.216Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:07:40.510Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T19:07:40.520Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:07:40.815Z] ---> logs-deploy.sh [2020-09-17T19:07:40.815Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/117 [2020-09-17T19:07:40.815Z] INFO: archiving workspace using pattern(s): [2020-09-17T19:07:42.204Z] Archives upload complete. [2020-09-17T19:07:42.204Z] INFO: archiving logs to Nexus [2020-09-17T19:07:43.151Z] ---> uname -a: [2020-09-17T19:07:43.151Z] Linux f7947d3cd3f5 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-17T19:07:43.151Z] [2020-09-17T19:07:43.151Z] [2020-09-17T19:07:43.151Z] ---> lscpu: [2020-09-17T19:07:43.151Z] Architecture: x86_64 [2020-09-17T19:07:43.151Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-17T19:07:43.151Z] Byte Order: Little Endian [2020-09-17T19:07:43.151Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-17T19:07:43.151Z] CPU(s): 4 [2020-09-17T19:07:43.151Z] On-line CPU(s) list: 0-3 [2020-09-17T19:07:43.151Z] Thread(s) per core: 1 [2020-09-17T19:07:43.151Z] Core(s) per socket: 1 [2020-09-17T19:07:43.151Z] Socket(s): 4 [2020-09-17T19:07:43.151Z] NUMA node(s): 1 [2020-09-17T19:07:43.151Z] Vendor ID: GenuineIntel [2020-09-17T19:07:43.151Z] CPU family: 6 [2020-09-17T19:07:43.151Z] Model: 44 [2020-09-17T19:07:43.151Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-17T19:07:43.151Z] Stepping: 1 [2020-09-17T19:07:43.151Z] CPU MHz: 2933.442 [2020-09-17T19:07:43.151Z] BogoMIPS: 5866.88 [2020-09-17T19:07:43.151Z] Virtualization: VT-x [2020-09-17T19:07:43.151Z] Hypervisor vendor: KVM [2020-09-17T19:07:43.151Z] Virtualization type: full [2020-09-17T19:07:43.151Z] L1d cache: 128 KiB [2020-09-17T19:07:43.151Z] L1i cache: 128 KiB [2020-09-17T19:07:43.151Z] L2 cache: 16 MiB [2020-09-17T19:07:43.151Z] L3 cache: 64 MiB [2020-09-17T19:07:43.151Z] NUMA node0 CPU(s): 0-3 [2020-09-17T19:07:43.151Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-17T19:07:43.151Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-17T19:07:43.151Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-17T19:07:43.151Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-17T19:07:43.151Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-17T19:07:43.151Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-17T19:07:43.151Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-17T19:07:43.151Z] Vulnerability Tsx async abort: Not affected [2020-09-17T19:07:43.152Z] 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-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] ---> nproc: [2020-09-17T19:07:43.152Z] 4 [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] ---> df -h: [2020-09-17T19:07:43.152Z] Filesystem Size Used Available Use% Mounted on [2020-09-17T19:07:43.152Z] overlay 50.0G 8.2G 41.8G 16% / [2020-09-17T19:07:43.152Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-17T19:07:43.152Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-17T19:07:43.152Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-17T19:07:43.152Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2020-09-17T19:07:43.152Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2020-09-17T19:07:43.152Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2020-09-17T19:07:43.152Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2020-09-17T19:07:43.152Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:07:43.152Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] ---> free -m: [2020-09-17T19:07:43.152Z] total used free shared buff/cache available [2020-09-17T19:07:43.152Z] Mem: 1837 777 119 0 940 995 [2020-09-17T19:07:43.152Z] Swap: 1023 3 1020 [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] ---> ip addr: [2020-09-17T19:07:43.152Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-17T19:07:43.152Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-17T19:07:43.152Z] inet 127.0.0.1/8 scope host lo [2020-09-17T19:07:43.152Z] valid_lft forever preferred_lft forever [2020-09-17T19:07:43.152Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-09-17T19:07:43.152Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-17T19:07:43.152Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-17T19:07:43.152Z] valid_lft forever preferred_lft forever [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] ---> sar -b -r -n DEV: [2020-09-17T19:07:43.152Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] 19:00:52 LINUX RESTART (4 CPU) [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] 19:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-17T19:07:43.152Z] 19:03:01 8.47 1.68 6.79 0.00 181.39 1313.07 0.00 [2020-09-17T19:07:43.152Z] 19:04:02 0.62 0.00 0.62 0.00 0.00 7.43 0.00 [2020-09-17T19:07:43.152Z] 19:05:01 0.20 0.00 0.20 0.00 0.00 2.51 0.00 [2020-09-17T19:07:43.152Z] 19:06:01 139.85 81.59 58.27 0.00 3549.86 26746.53 0.00 [2020-09-17T19:07:43.152Z] 19:07:01 299.32 118.10 181.22 0.00 7940.78 39676.48 0.00 [2020-09-17T19:07:43.152Z] Average: 90.03 40.43 49.61 0.00 2343.34 13600.21 0.00 [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] 19:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-17T19:07:43.152Z] 19:03:01 225916 0 584044 31.04 2620 1068976 1113420 38.00 445136 1052116 12 [2020-09-17T19:07:43.152Z] 19:04:02 231416 0 578540 30.75 2620 1068980 1075816 36.72 444308 1048508 8 [2020-09-17T19:07:43.152Z] 19:05:01 231240 0 578708 30.76 2620 1068988 1075972 36.72 445192 1048512 20 [2020-09-17T19:07:43.152Z] 19:06:01 72780 0 706844 37.57 2620 1099312 1509332 51.51 524868 1087660 70256 [2020-09-17T19:07:43.152Z] 19:07:01 69032 0 751880 39.96 1704 1058940 1266052 43.21 662780 863548 47276 [2020-09-17T19:07:43.152Z] Average: 166077 0 640003 34.01 2437 1073039 1208118 41.23 504457 1020069 23514 [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] 19:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-17T19:07:43.152Z] 19:03:01 eth0 118.66 73.70 30.85 320.43 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:03:01 docker0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:04:02 eth0 1.32 0.08 0.15 0.01 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:05:01 eth0 2.76 1.22 0.94 1.91 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:06:01 eth0 393.54 353.45 3779.10 28.01 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:07:01 vethfe9358d 26.15 35.53 1.75 199.09 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:07:01 eth0 723.12 574.63 4171.40 88.53 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] 19:07:01 docker0 90.03 102.84 6.36 609.59 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] Average: vethfe9358d 5.25 7.14 0.35 39.98 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] Average: eth0 248.80 201.37 1602.43 88.08 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] Average: docker0 18.09 20.66 1.28 122.41 0.00 0.00 0.00 0.00 [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] ---> sar -P ALL: [2020-09-17T19:07:43.152Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] 19:00:52 LINUX RESTART (4 CPU) [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] 19:02:01 CPU %user %nice %system %iowait %steal %idle [2020-09-17T19:07:43.152Z] 19:03:01 all 2.12 0.00 0.51 0.06 0.00 97.31 [2020-09-17T19:07:43.152Z] 19:03:01 0 2.16 0.00 0.53 0.13 0.00 97.18 [2020-09-17T19:07:43.152Z] 19:03:01 1 1.28 0.00 0.42 0.02 0.02 98.27 [2020-09-17T19:07:43.152Z] 19:03:01 2 1.50 0.00 0.48 0.08 0.00 97.93 [2020-09-17T19:07:43.152Z] 19:03:01 3 3.54 0.00 0.60 0.00 0.00 95.86 [2020-09-17T19:07:43.152Z] 19:04:02 all 0.03 0.00 0.04 0.00 0.00 99.92 [2020-09-17T19:07:43.152Z] 19:04:02 0 0.05 0.00 0.03 0.00 0.02 99.90 [2020-09-17T19:07:43.152Z] 19:04:02 1 0.03 0.00 0.07 0.00 0.00 99.90 [2020-09-17T19:07:43.152Z] 19:04:02 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-17T19:07:43.152Z] 19:04:02 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-17T19:07:43.152Z] 19:05:01 all 0.17 0.00 0.03 0.00 0.00 99.81 [2020-09-17T19:07:43.152Z] 19:05:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2020-09-17T19:07:43.152Z] 19:05:01 1 0.49 0.00 0.03 0.00 0.00 99.48 [2020-09-17T19:07:43.152Z] 19:05:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2020-09-17T19:07:43.152Z] 19:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-17T19:07:43.152Z] 19:06:01 all 5.80 0.00 3.43 0.88 0.01 89.89 [2020-09-17T19:07:43.152Z] 19:06:01 0 5.62 0.00 3.58 0.89 0.00 89.91 [2020-09-17T19:07:43.152Z] 19:06:01 1 6.05 0.00 3.14 0.86 0.02 89.94 [2020-09-17T19:07:43.152Z] 19:06:01 2 5.73 0.00 3.93 0.35 0.00 89.98 [2020-09-17T19:07:43.152Z] 19:06:01 3 5.78 0.00 3.08 1.41 0.02 89.71 [2020-09-17T19:07:43.152Z] 19:07:01 all 12.64 0.00 8.54 4.33 0.05 74.45 [2020-09-17T19:07:43.152Z] 19:07:01 0 11.84 0.00 8.23 2.51 0.03 77.39 [2020-09-17T19:07:43.152Z] 19:07:01 1 11.68 0.00 9.91 3.62 0.03 74.75 [2020-09-17T19:07:43.152Z] 19:07:01 2 15.09 0.00 8.25 5.32 0.07 71.28 [2020-09-17T19:07:43.152Z] 19:07:01 3 11.93 0.00 7.76 5.85 0.05 74.40 [2020-09-17T19:07:43.152Z] Average: all 4.13 0.00 2.49 1.04 0.01 92.32 [2020-09-17T19:07:43.152Z] Average: 0 3.92 0.00 2.46 0.70 0.01 92.91 [2020-09-17T19:07:43.152Z] Average: 1 3.89 0.00 2.70 0.89 0.01 92.50 [2020-09-17T19:07:43.152Z] Average: 2 4.46 0.00 2.53 1.14 0.02 91.84 [2020-09-17T19:07:43.152Z] Average: 3 4.24 0.00 2.28 1.44 0.01 92.03 [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z] [2020-09-17T19:07:43.152Z]