Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fb86f1495a853a9aa3a7d034429d9b83edfd7803 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-299 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 fb86f1495a853a9aa3a7d034429d9b83edfd7803 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fb86f1495a853a9aa3a7d034429d9b83edfd7803 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#493)" > git rev-list --no-walk fad33aabfdf809cde5ac805c7b011a40b9f9cebc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T19:22:23.563Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T19:22:23.842Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T19:22:24.004Z] ========================================================= [2020-09-17T19:22:24.004Z] EdgeX Global Pipelines Version Info [2020-09-17T19:22:24.004Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:22:25.533Z] ------------------- [2020-09-17T19:22:25.533Z] stable info: [2020-09-17T19:22:25.533Z] ------------------- [2020-09-17T19:22:25.533Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T19:22:25.533Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T19:22:25.533Z] Message: update stable to v1.0.122 [2020-09-17T19:22:26.478Z] ------------------- [2020-09-17T19:22:26.478Z] experimental info: [2020-09-17T19:22:26.478Z] ------------------- [2020-09-17T19:22:26.478Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T19:22:26.478Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-17T19:22:26.478Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T19:22:26.902Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-17T19:22:27.006Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-17T19:22:27.113Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T19:22:27.205Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T19:22:27.304Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T19:22:27.409Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T19:22:27.499Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T19:22:27.589Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T19:22:27.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T19:22:27.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T19:22:27.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T19:22:28.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-17T19:22:28.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T19:22:28.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T19:22:28.295Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:22:28.387Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:22:28.479Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:22:28.606Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:22:28.696Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T19:22:28.788Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T19:22:28.888Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-17T19:22:28.975Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-17T19:22:29.064Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-17T19:22:29.166Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-17T19:22:29.274Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-17T19:22:29.367Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb86f1495a853a9aa3a7d034429d9b83edfd7803 [Pipeline] echo [2020-09-17T19:22:29.472Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb86f14 [Pipeline] echo [2020-09-17T19:22:29.564Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T19:22:30.198Z] + git log --format=format:%s -1 fb86f1495a853a9aa3a7d034429d9b83edfd7803 [Pipeline] echo [2020-09-17T19:22:30.311Z] GIT_COMMIT: fb86f1495a853a9aa3a7d034429d9b83edfd7803, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#493) [Pipeline] echo [2020-09-17T19:22:30.483Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:22:31.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:22:31.741Z] [2020-09-17T19:22:31.741Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:22:32.098Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:22:32.098Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T19:22:32.098Z] 31603596830f: Pulling fs layer [2020-09-17T19:22:32.098Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T19:22:32.098Z] 6ca5941a6612: Pulling fs layer [2020-09-17T19:22:32.098Z] ecc8261a40a4: Pulling fs layer [2020-09-17T19:22:32.098Z] ecc8261a40a4: Waiting [2020-09-17T19:22:32.098Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T19:22:32.098Z] 2a8b12db71e7: Download complete [2020-09-17T19:22:32.367Z] 31603596830f: Verifying Checksum [2020-09-17T19:22:32.367Z] 31603596830f: Download complete [2020-09-17T19:22:32.367Z] ecc8261a40a4: Verifying Checksum [2020-09-17T19:22:32.367Z] ecc8261a40a4: Download complete [2020-09-17T19:22:32.631Z] 6ca5941a6612: Verifying Checksum [2020-09-17T19:22:32.631Z] 6ca5941a6612: Download complete [2020-09-17T19:22:32.631Z] 31603596830f: Pull complete [2020-09-17T19:22:32.631Z] 2a8b12db71e7: Pull complete [2020-09-17T19:22:33.576Z] 6ca5941a6612: Pull complete [2020-09-17T19:22:33.576Z] ecc8261a40a4: Pull complete [2020-09-17T19:22:33.837Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T19:22:33.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:22:33.837Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T19:22:33.943Z] prd-centos7-docker-4c-2g-299 does not seem to be running inside a container [2020-09-17T19:22:34.001Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:22:35.989Z] $ docker top 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:22:36.296Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:22:36.296Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:22:36.505Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:22:36.513Z] $ docker exec 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af ssh-agent [2020-09-17T19:22:36.675Z] SSH_AUTH_SOCK=/tmp/ssh-c9lD4sXyhrKY/agent.13 [2020-09-17T19:22:36.675Z] SSH_AGENT_PID=19 [2020-09-17T19:22:36.688Z] Running ssh-add (command line suppressed) [2020-09-17T19:22:36.819Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1886003684671970505.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1886003684671970505.key) [2020-09-17T19:22:36.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:22:37.263Z] + git describe --exact-match --tags HEAD [2020-09-17T19:22:37.263Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T19:22:37.304Z] $ docker exec --env ******** --env ******** 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af ssh-agent -k [2020-09-17T19:22:37.419Z] unset SSH_AUTH_SOCK; [2020-09-17T19:22:37.419Z] unset SSH_AGENT_PID; [2020-09-17T19:22:37.420Z] echo Agent pid 19 killed; [2020-09-17T19:22:37.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T19:22:37.634Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T19:22:37.634Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T19:22:37.739Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:22:37.740Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:22:37.908Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:22:37.914Z] $ docker exec 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af ssh-agent [2020-09-17T19:22:38.071Z] SSH_AUTH_SOCK=/tmp/ssh-hjWtXKJMbApF/agent.47 [2020-09-17T19:22:38.071Z] SSH_AGENT_PID=52 [2020-09-17T19:22:38.078Z] Running ssh-add (command line suppressed) [2020-09-17T19:22:38.198Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7594284752629242037.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7594284752629242037.key) [2020-09-17T19:22:38.245Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:22:38.598Z] + git semver init [2020-09-17T19:22:38.598Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:22:38.598Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:22:38.598Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:22:38.598Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:22:38.598Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:22:38.598Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:22:38.598Z] # $SEMVER_BRANCH = master [2020-09-17T19:22:38.598Z] # $SEMVER_TEMP = /tmp/semver-089570079 [2020-09-17T19:22:38.598Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-17T19:22:41.148Z] # '/tmp/semver-089570079' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-17T19:22:41.148Z] # -> Force: false [2020-09-17T19:22:41.148Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-17T19:22:41.163Z] $ docker exec --env ******** --env ******** 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af ssh-agent -k [2020-09-17T19:22:41.280Z] unset SSH_AUTH_SOCK; [2020-09-17T19:22:41.281Z] unset SSH_AGENT_PID; [2020-09-17T19:22:41.281Z] echo Agent pid 52 killed; [2020-09-17T19:22:41.333Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:22:41.799Z] + git semver [Pipeline] } [2020-09-17T19:22:41.819Z] $ docker stop --time=1 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af [2020-09-17T19:22:43.289Z] $ docker rm -f 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T19:22:45.605Z] Stashed 43 file(s) [Pipeline] echo [2020-09-17T19:22:45.607Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.30 [Pipeline] echo [2020-09-17T19:22:45.706Z] Archived original version: [1.2.1-dev.30] [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:23:01.215Z] Still waiting to schedule task [2020-09-17T19:23:01.216Z] ‘prd-centos7-docker-4c-2g-292’ is offline; ‘prd-centos7-docker-4c-2g-293’ is offline; ‘prd-centos7-docker-4c-2g-300’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-298’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-17T19:23:01.217Z] Still waiting to schedule task [2020-09-17T19:23:01.217Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-298’ is offline [2020-09-17T19:24:50.607Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-301 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-17T19:24:50.731Z] Running in /w/workspace/app-functions-sdk-go/118 [Pipeline] { [Pipeline] checkout [2020-09-17T19:24:55.840Z] using credential edgex-jenkins-ssh [2020-09-17T19:24:55.912Z] Cloning the remote Git repository [2020-09-17T19:24:55.912Z] Cloning with configured refspecs honoured and without tags [2020-09-17T19:24:55.981Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:24:56.092Z] > git init /w/workspace/app-functions-sdk-go/118 # timeout=10 [2020-09-17T19:24:56.158Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:24:56.158Z] > git --version # timeout=10 [2020-09-17T19:24:56.187Z] > git --version # 'git version 2.17.1' [2020-09-17T19:24:56.188Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:24:56.243Z] > 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:24:59.231Z] Fetching without tags [2020-09-17T19:24:59.170Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:24:59.186Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:24:59.220Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:24:59.248Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:24:59.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:24:59.260Z] > 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:25:00.009Z] Checking out Revision fb86f1495a853a9aa3a7d034429d9b83edfd7803 (master) [2020-09-17T19:25:00.032Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T19:25:00.049Z] > git checkout -f fb86f1495a853a9aa3a7d034429d9b83edfd7803 # timeout=10 [2020-09-17T19:25:04.460Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#493)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-17T19:25:05.618Z] Running on prd-centos7-docker-4c-2g-302 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-17T19:25:05.672Z] Running in /w/workspace/app-functions-sdk-go/118 [Pipeline] { [Pipeline] checkout [Pipeline] echo [2020-09-17T19:25:08.066Z] ========================================================= [2020-09-17T19:25:08.066Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T19:25:08.066Z] ========================================================= [2020-09-17T19:25:08.078Z] using credential edgex-jenkins-ssh [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:25:08.159Z] Cloning the remote Git repository [2020-09-17T19:25:08.159Z] Cloning with configured refspecs honoured and without tags [2020-09-17T19:25:08.186Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:25:09.080Z] + 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:25:08.245Z] > git init /w/workspace/app-functions-sdk-go/118 # timeout=10 [2020-09-17T19:25:08.289Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:25:08.289Z] > git --version # timeout=10 [2020-09-17T19:25:08.294Z] > git --version # 'git version 2.16.5' [2020-09-17T19:25:08.295Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:25:08.320Z] > 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:25:09.545Z] Fetching without tags [2020-09-17T19:25:09.931Z] Checking out Revision fb86f1495a853a9aa3a7d034429d9b83edfd7803 (master) [2020-09-17T19:25:09.523Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:25:09.528Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:25:09.542Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:25:09.551Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:25:09.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:25:09.555Z] > 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:25:09.941Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T19:25:09.947Z] > git checkout -f fb86f1495a853a9aa3a7d034429d9b83edfd7803 # timeout=10 [2020-09-17T19:25:10.521Z] Sending build context to Docker daemon 37.17MB [2020-09-17T19:25:10.521Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T19:25:10.521Z] Step 2/8 : FROM ${BASE} [2020-09-17T19:25:10.521Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T19:25:10.521Z] b538f80385f9: Pulling fs layer [2020-09-17T19:25:10.521Z] 74f711af9a0d: Pulling fs layer [2020-09-17T19:25:10.521Z] 99f96fe45779: Pulling fs layer [2020-09-17T19:25:10.521Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T19:25:10.521Z] 45590311c82a: Pulling fs layer [2020-09-17T19:25:10.521Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T19:25:10.521Z] 209524e5b208: Pulling fs layer [2020-09-17T19:25:10.521Z] 8529a6b9a6be: Waiting [2020-09-17T19:25:10.521Z] 45590311c82a: Waiting [2020-09-17T19:25:10.521Z] 69ca0ff8b7b3: Waiting [2020-09-17T19:25:10.521Z] 209524e5b208: Waiting [2020-09-17T19:25:10.521Z] 99f96fe45779: Download complete [2020-09-17T19:25:10.796Z] 74f711af9a0d: Verifying Checksum [2020-09-17T19:25:10.796Z] 74f711af9a0d: Download complete [2020-09-17T19:25:10.796Z] 45590311c82a: Verifying Checksum [2020-09-17T19:25:10.796Z] 45590311c82a: Download complete [2020-09-17T19:25:10.796Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-17T19:25:10.796Z] 69ca0ff8b7b3: Download complete [2020-09-17T19:25:10.796Z] b538f80385f9: Verifying Checksum [2020-09-17T19:25:10.796Z] b538f80385f9: Download complete [2020-09-17T19:25:11.431Z] b538f80385f9: Pull complete [2020-09-17T19:25:12.037Z] 74f711af9a0d: Pull complete [2020-09-17T19:25:12.313Z] 99f96fe45779: Pull complete [2020-09-17T19:25:13.524Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#493)" [2020-09-17T19:25:13.754Z] 209524e5b208: Verifying Checksum [2020-09-17T19:25:13.754Z] 209524e5b208: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-17T19:25:15.202Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T19:25:15.202Z] 8529a6b9a6be: Download complete [Pipeline] echo [2020-09-17T19:25:15.457Z] ========================================================= [2020-09-17T19:25:15.457Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T19:25:15.457Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:25:16.052Z] + 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 . [2020-09-17T19:25:16.318Z] Sending build context to Docker daemon 37.17MB [2020-09-17T19:25:16.581Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T19:25:16.581Z] Step 2/8 : FROM ${BASE} [2020-09-17T19:25:16.581Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T19:25:16.581Z] df20fa9351a1: Pulling fs layer [2020-09-17T19:25:16.581Z] ed8968b2872e: Pulling fs layer [2020-09-17T19:25:16.581Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T19:25:16.581Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T19:25:16.581Z] e73272ec9a57: Pulling fs layer [2020-09-17T19:25:16.581Z] 1e910a182e73: Pulling fs layer [2020-09-17T19:25:16.581Z] 4e634b169226: Pulling fs layer [2020-09-17T19:25:16.581Z] e73272ec9a57: Waiting [2020-09-17T19:25:16.581Z] 1e910a182e73: Waiting [2020-09-17T19:25:16.581Z] 4e634b169226: Waiting [2020-09-17T19:25:16.581Z] e871e8e8d7a9: Waiting [2020-09-17T19:25:16.581Z] a92cc7c5fd73: Download complete [2020-09-17T19:25:16.581Z] ed8968b2872e: Download complete [2020-09-17T19:25:16.581Z] e73272ec9a57: Verifying Checksum [2020-09-17T19:25:16.581Z] e73272ec9a57: Download complete [2020-09-17T19:25:16.581Z] 1e910a182e73: Verifying Checksum [2020-09-17T19:25:16.581Z] 1e910a182e73: Download complete [2020-09-17T19:25:16.581Z] df20fa9351a1: Verifying Checksum [2020-09-17T19:25:16.581Z] df20fa9351a1: Download complete [2020-09-17T19:25:16.851Z] df20fa9351a1: Pull complete [2020-09-17T19:25:17.113Z] ed8968b2872e: Pull complete [2020-09-17T19:25:17.113Z] a92cc7c5fd73: Pull complete [2020-09-17T19:25:18.499Z] 4e634b169226: Verifying Checksum [2020-09-17T19:25:18.499Z] 4e634b169226: Download complete [2020-09-17T19:25:18.765Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T19:25:18.765Z] e871e8e8d7a9: Download complete [2020-09-17T19:25:22.985Z] e871e8e8d7a9: Pull complete [2020-09-17T19:25:22.985Z] e73272ec9a57: Pull complete [2020-09-17T19:25:22.985Z] 1e910a182e73: Pull complete [2020-09-17T19:25:25.410Z] 8529a6b9a6be: Pull complete [2020-09-17T19:25:25.410Z] 45590311c82a: Pull complete [2020-09-17T19:25:25.685Z] 69ca0ff8b7b3: Pull complete [2020-09-17T19:25:30.001Z] 209524e5b208: Pull complete [2020-09-17T19:25:30.001Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T19:25:30.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T19:25:30.001Z] ---> 5bddaf1c2fca [2020-09-17T19:25:30.001Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-17T19:25:30.001Z] latest: Pulling from library/docker [2020-09-17T19:25:30.001Z] b538f80385f9: Already exists [2020-09-17T19:25:30.001Z] 259a493cd78d: Pulling fs layer [2020-09-17T19:25:30.001Z] b8e66b5100f5: Pulling fs layer [2020-09-17T19:25:30.001Z] 39dc9c94d07c: Pulling fs layer [2020-09-17T19:25:30.001Z] 551b823b3b82: Pulling fs layer [2020-09-17T19:25:30.001Z] 3c52a74df98c: Pulling fs layer [2020-09-17T19:25:30.001Z] 6c9b121b6998: Pulling fs layer [2020-09-17T19:25:30.001Z] 551b823b3b82: Waiting [2020-09-17T19:25:30.001Z] 3c52a74df98c: Waiting [2020-09-17T19:25:30.001Z] 6c9b121b6998: Waiting [2020-09-17T19:25:30.001Z] b8e66b5100f5: Verifying Checksum [2020-09-17T19:25:30.001Z] b8e66b5100f5: Download complete [2020-09-17T19:25:30.001Z] 259a493cd78d: Verifying Checksum [2020-09-17T19:25:30.001Z] 259a493cd78d: Download complete [2020-09-17T19:25:30.001Z] 551b823b3b82: Verifying Checksum [2020-09-17T19:25:30.001Z] 551b823b3b82: Download complete [2020-09-17T19:25:30.001Z] 3c52a74df98c: Verifying Checksum [2020-09-17T19:25:30.001Z] 3c52a74df98c: Download complete [2020-09-17T19:25:30.001Z] 6c9b121b6998: Verifying Checksum [2020-09-17T19:25:30.001Z] 6c9b121b6998: Download complete [2020-09-17T19:25:30.609Z] 259a493cd78d: Pull complete [2020-09-17T19:25:30.887Z] b8e66b5100f5: Pull complete [2020-09-17T19:25:31.152Z] 4e634b169226: Pull complete [2020-09-17T19:25:31.152Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T19:25:31.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T19:25:31.152Z] ---> f7629b54cfaa [2020-09-17T19:25:31.152Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-17T19:25:31.152Z] latest: Pulling from library/docker [2020-09-17T19:25:31.152Z] df20fa9351a1: Already exists [2020-09-17T19:25:31.152Z] 25ad7478873d: Pulling fs layer [2020-09-17T19:25:31.152Z] 4684f6177b5d: Pulling fs layer [2020-09-17T19:25:31.152Z] 46e300cec669: Pulling fs layer [2020-09-17T19:25:31.152Z] 63038576ad94: Pulling fs layer [2020-09-17T19:25:31.152Z] 0fdb76c4706c: Pulling fs layer [2020-09-17T19:25:31.152Z] cb7edeffdfd5: Pulling fs layer [2020-09-17T19:25:31.152Z] 63038576ad94: Waiting [2020-09-17T19:25:31.152Z] 0fdb76c4706c: Waiting [2020-09-17T19:25:31.152Z] cb7edeffdfd5: Waiting [2020-09-17T19:25:31.152Z] 4684f6177b5d: Verifying Checksum [2020-09-17T19:25:31.152Z] 4684f6177b5d: Download complete [2020-09-17T19:25:31.152Z] 25ad7478873d: Verifying Checksum [2020-09-17T19:25:31.152Z] 25ad7478873d: Download complete [2020-09-17T19:25:31.152Z] 63038576ad94: Verifying Checksum [2020-09-17T19:25:31.152Z] 63038576ad94: Download complete [2020-09-17T19:25:31.152Z] 0fdb76c4706c: Verifying Checksum [2020-09-17T19:25:31.152Z] 0fdb76c4706c: Download complete [2020-09-17T19:25:31.414Z] cb7edeffdfd5: Verifying Checksum [2020-09-17T19:25:31.414Z] cb7edeffdfd5: Download complete [2020-09-17T19:25:31.414Z] 25ad7478873d: Pull complete [2020-09-17T19:25:31.483Z] 39dc9c94d07c: Verifying Checksum [2020-09-17T19:25:31.483Z] 39dc9c94d07c: Download complete [2020-09-17T19:25:31.684Z] 4684f6177b5d: Pull complete [2020-09-17T19:25:31.945Z] 46e300cec669: Verifying Checksum [2020-09-17T19:25:31.945Z] 46e300cec669: Download complete [2020-09-17T19:25:33.865Z] 46e300cec669: Pull complete [2020-09-17T19:25:34.133Z] 63038576ad94: Pull complete [2020-09-17T19:25:34.133Z] 0fdb76c4706c: Pull complete [2020-09-17T19:25:34.133Z] cb7edeffdfd5: Pull complete [2020-09-17T19:25:34.133Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-17T19:25:34.133Z] Status: Downloaded newer image for docker:latest [2020-09-17T19:25:34.888Z] 39dc9c94d07c: Pull complete [2020-09-17T19:25:34.888Z] 551b823b3b82: Pull complete [2020-09-17T19:25:35.163Z] 3c52a74df98c: Pull complete [2020-09-17T19:25:35.437Z] 6c9b121b6998: Pull complete [2020-09-17T19:25:35.437Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-17T19:25:35.437Z] Status: Downloaded newer image for docker:latest [2020-09-17T19:25:36.054Z] ---> cf0346092179 [2020-09-17T19:25:36.054Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T19:25:36.054Z] ---> Running in 7075efa2b3b1 [2020-09-17T19:25:36.054Z] Removing intermediate container 7075efa2b3b1 [2020-09-17T19:25:36.054Z] ---> 3a7bd5afb763 [2020-09-17T19:25:36.054Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-17T19:25:36.054Z] ---> Running in 197171b78bde [2020-09-17T19:25:36.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T19:25:37.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T19:25:38.138Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-17T19:25:38.138Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-17T19:25:38.399Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-17T19:25:38.399Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-17T19:25:38.399Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-17T19:25:38.665Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T19:25:38.665Z] OK: 167 MiB in 44 packages [2020-09-17T19:25:39.236Z] Removing intermediate container 197171b78bde [2020-09-17T19:25:39.236Z] ---> c0b480e1555f [2020-09-17T19:25:39.236Z] Step 6/8 : WORKDIR /build [2020-09-17T19:25:39.236Z] ---> Running in 99adf3115d89 [2020-09-17T19:25:39.499Z] Removing intermediate container 99adf3115d89 [2020-09-17T19:25:39.499Z] ---> 0f0894a00f3f [2020-09-17T19:25:39.499Z] Step 7/8 : COPY go.mod . [2020-09-17T19:25:39.758Z] ---> f3bcbc5fb84f [2020-09-17T19:25:39.758Z] Step 8/8 : RUN go mod download [2020-09-17T19:25:39.758Z] ---> Running in 4eec968c3fec [2020-09-17T19:25:42.155Z] ---> 39820ff42e3b [2020-09-17T19:25:42.155Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T19:25:42.155Z] ---> Running in 7969ada2688e [2020-09-17T19:25:42.155Z] Removing intermediate container 7969ada2688e [2020-09-17T19:25:42.155Z] ---> 9a8d2c551df6 [2020-09-17T19:25:42.155Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-17T19:25:42.155Z] ---> Running in 45e43f4059e3 [2020-09-17T19:25:43.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T19:25:44.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T19:25:46.527Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-17T19:25:47.116Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-17T19:25:47.386Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-17T19:25:47.386Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-17T19:25:47.663Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-17T19:25:47.663Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T19:25:47.663Z] OK: 144 MiB in 44 packages [2020-09-17T19:25:49.102Z] Removing intermediate container 45e43f4059e3 [2020-09-17T19:25:49.102Z] ---> 1fb78d63a4fd [2020-09-17T19:25:49.102Z] Step 6/8 : WORKDIR /build [2020-09-17T19:25:49.102Z] ---> Running in 6c9ad8586713 [2020-09-17T19:25:49.703Z] Removing intermediate container 6c9ad8586713 [2020-09-17T19:25:49.703Z] ---> 2599cc6436eb [2020-09-17T19:25:49.703Z] Step 7/8 : COPY go.mod . [2020-09-17T19:25:50.298Z] ---> f01193dcc0d4 [2020-09-17T19:25:50.298Z] Step 8/8 : RUN go mod download [2020-09-17T19:25:50.575Z] ---> Running in d9f648b89fcf [2020-09-17T19:26:06.346Z] Removing intermediate container 4eec968c3fec [2020-09-17T19:26:06.346Z] ---> b2a7c1a3cf2e [2020-09-17T19:26:06.347Z] Successfully built b2a7c1a3cf2e [2020-09-17T19:26:06.347Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:26:06.697Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T19:26:06.697Z] . [Pipeline] withDockerContainer [2020-09-17T19:26:06.789Z] prd-centos7-docker-4c-2g-302 does not seem to be running inside a container [2020-09-17T19:26:06.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/118 -v /w/workspace/app-functions-sdk-go/118:/w/workspace/app-functions-sdk-go/118:rw,z -v /w/workspace/app-functions-sdk-go/118@tmp:/w/workspace/app-functions-sdk-go/118@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 ******** ci-base-image-x86_64 cat [2020-09-17T19:26:07.384Z] $ docker top b1cded67df5fe0aa063c5e75700c7554e333f9bd7b87069507109aa0a3542080 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:26:07.863Z] + go version [2020-09-17T19:26:07.863Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T19:26:07.969Z] $ docker stop --time=1 b1cded67df5fe0aa063c5e75700c7554e333f9bd7b87069507109aa0a3542080 [2020-09-17T19:26:09.318Z] $ docker rm -f b1cded67df5fe0aa063c5e75700c7554e333f9bd7b87069507109aa0a3542080 [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:26:17.348Z] Removing intermediate container d9f648b89fcf [2020-09-17T19:26:17.348Z] ---> 75fb23dbd943 [2020-09-17T19:26:17.348Z] Successfully built 75fb23dbd943 [2020-09-17T19:26:17.348Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:26:17.748Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T19:26:17.748Z] . [Pipeline] withDockerContainer [2020-09-17T19:26:17.989Z] prd-ubuntu18.04-docker-arm64-4c-16g-301 does not seem to be running inside a container [2020-09-17T19:26:18.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/118 -v /w/workspace/app-functions-sdk-go/118:/w/workspace/app-functions-sdk-go/118:rw,z -v /w/workspace/app-functions-sdk-go/118@tmp:/w/workspace/app-functions-sdk-go/118@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:26:19.872Z] $ docker top fb9d92f15f920603da2f89e478b7fbba94ac73c709f65bff608ed03fef67fab9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:26:21.377Z] + go version [2020-09-17T19:26:21.378Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T19:26:21.405Z] $ docker stop --time=1 fb9d92f15f920603da2f89e478b7fbba94ac73c709f65bff608ed03fef67fab9 [2020-09-17T19:26:23.323Z] $ docker rm -f fb9d92f15f920603da2f89e478b7fbba94ac73c709f65bff608ed03fef67fab9 [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:26:26.260Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-17T19:26:26.262Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-17T19:26:26.316Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:26:26.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T19:26:26.669Z] [2020-09-17T19:26:26.669Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:26:27.033Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T19:26:27.033Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-17T19:26:27.033Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-17T19:26:27.033Z] 408f87550127: Pulling fs layer [2020-09-17T19:26:27.033Z] fe522b08c979: Pulling fs layer [2020-09-17T19:26:27.033Z] 221eaa008020: Pulling fs layer [2020-09-17T19:26:27.033Z] 2a4607e5d6b9: Pulling fs layer [2020-09-17T19:26:27.033Z] 8f79b27c4fd2: Pulling fs layer [2020-09-17T19:26:27.033Z] e5c8dbe1645b: Pulling fs layer [2020-09-17T19:26:27.033Z] 23e8b3b47431: Pulling fs layer [2020-09-17T19:26:27.033Z] 5c568d65a230: Pulling fs layer [2020-09-17T19:26:27.033Z] 8f79b27c4fd2: Waiting [2020-09-17T19:26:27.033Z] e5c8dbe1645b: Waiting [2020-09-17T19:26:27.033Z] 221eaa008020: Waiting [2020-09-17T19:26:27.033Z] 5c568d65a230: Waiting [2020-09-17T19:26:27.033Z] 2a4607e5d6b9: Waiting [2020-09-17T19:26:27.033Z] 23e8b3b47431: Waiting [2020-09-17T19:26:27.033Z] fe522b08c979: Download complete [2020-09-17T19:26:27.033Z] 408f87550127: Verifying Checksum [2020-09-17T19:26:27.033Z] 408f87550127: Download complete [2020-09-17T19:26:27.033Z] 2a4607e5d6b9: Verifying Checksum [2020-09-17T19:26:27.033Z] 2a4607e5d6b9: Download complete [2020-09-17T19:26:27.033Z] 8f79b27c4fd2: Verifying Checksum [2020-09-17T19:26:27.033Z] 8f79b27c4fd2: Download complete [2020-09-17T19:26:27.033Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-17T19:26:27.613Z] cbdbe7a5bc2a: Pull complete [2020-09-17T19:26:27.613Z] 408f87550127: Pull complete [2020-09-17T19:26:27.877Z] fe522b08c979: Pull complete [2020-09-17T19:26:28.449Z] e5c8dbe1645b: Verifying Checksum [2020-09-17T19:26:28.449Z] e5c8dbe1645b: Download complete [2020-09-17T19:26:29.837Z] 5c568d65a230: Verifying Checksum [2020-09-17T19:26:29.837Z] 5c568d65a230: Download complete [2020-09-17T19:26:30.098Z] 23e8b3b47431: Verifying Checksum [2020-09-17T19:26:30.098Z] 23e8b3b47431: Download complete [2020-09-17T19:26:31.042Z] 221eaa008020: Verifying Checksum [2020-09-17T19:26:31.042Z] 221eaa008020: Download complete [2020-09-17T19:26:36.403Z] 221eaa008020: Pull complete [2020-09-17T19:26:36.404Z] 2a4607e5d6b9: Pull complete [2020-09-17T19:26:36.404Z] 8f79b27c4fd2: Pull complete [2020-09-17T19:26:38.967Z] e5c8dbe1645b: Pull complete [2020-09-17T19:26:42.291Z] 23e8b3b47431: Pull complete [2020-09-17T19:26:43.235Z] 5c568d65a230: Pull complete [2020-09-17T19:26:43.235Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-17T19:26:43.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T19:26:43.235Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-17T19:26:43.483Z] prd-centos7-docker-4c-2g-299 does not seem to be running inside a container [2020-09-17T19:26:43.529Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-17T19:26:44.482Z] $ docker top 54b9f10799b40f1d823eacb2c8bbdad68fc8c44d58a12df688c167cc8d4c4c7c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:26:45.071Z] + snyk monitor '--org=edgex-jenkins' [2020-09-17T19:26:55.098Z] [2020-09-17T19:26:55.098Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-17T19:26:55.098Z] [2020-09-17T19:26:55.098Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/0e72df5c-2b65-4e01-8b3a-6aa24a24b0bf [2020-09-17T19:26:55.098Z] [2020-09-17T19:26:55.098Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-17T19:26:55.098Z] [2020-09-17T19:26:55.098Z] [2020-09-17T19:26:55.098Z] Snyk CLI supports Node.js 8 and higher. [2020-09-17T19:26:55.098Z] 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:26:55.098Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-17T19:26:55.098Z] [2020-09-17T19:26:55.098Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-17T19:26:55.098Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-17T19:26:55.116Z] $ docker stop --time=1 54b9f10799b40f1d823eacb2c8bbdad68fc8c44d58a12df688c167cc8d4c4c7c [2020-09-17T19:26:58.497Z] $ docker rm -f 54b9f10799b40f1d823eacb2c8bbdad68fc8c44d58a12df688c167cc8d4c4c7c [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:26:59.726Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T19:26:59.784Z] provisioning config files... [2020-09-17T19:26:59.799Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7445212714459193399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:27:00.202Z] --> edgex-publish-swagger.sh [2020-09-17T19:27:00.202Z] === Publish openapi/v2 API === [2020-09-17T19:27:00.202Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-17T19:27:00.202Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-17T19:27:00.202Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-17T19:27:00.202Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-17T19:27:00.212Z] 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:27:03.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:27:03.080Z] . [Pipeline] withDockerContainer [2020-09-17T19:27:03.170Z] prd-centos7-docker-4c-2g-299 does not seem to be running inside a container [2020-09-17T19:27:03.213Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:27:03.915Z] $ docker top 1b839e763b1372b2d7f5a16c077786a1d738d4632f6f22905754be444ea51cb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:27:04.265Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:27:04.266Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:27:04.481Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:27:04.487Z] $ docker exec 1b839e763b1372b2d7f5a16c077786a1d738d4632f6f22905754be444ea51cb9 ssh-agent [2020-09-17T19:27:04.646Z] SSH_AUTH_SOCK=/tmp/ssh-RGQyw1iNj1tP/agent.12 [2020-09-17T19:27:04.646Z] SSH_AGENT_PID=17 [2020-09-17T19:27:04.653Z] Running ssh-add (command line suppressed) [2020-09-17T19:27:04.778Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5442224119525614475.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5442224119525614475.key) [2020-09-17T19:27:04.825Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:27:05.159Z] + git semver tag [2020-09-17T19:27:05.159Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:27:05.159Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:27:05.159Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:27:05.159Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:27:05.159Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:27:05.159Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:27:05.159Z] # $SEMVER_BRANCH = master [2020-09-17T19:27:05.159Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-17T19:27:05.159Z] # fb86f1495a853a9aa3a7d034429d9b83edfd7803 HEAD [2020-09-17T19:27:05.159Z] # -> Force: false [2020-09-17T19:27:05.422Z] # 754ad668fa17c379e2f1fd418ab86486f175cf4f refs/tags/v1.2.1-dev.30 [Pipeline] } [2020-09-17T19:27:05.437Z] $ docker exec --env ******** --env ******** 1b839e763b1372b2d7f5a16c077786a1d738d4632f6f22905754be444ea51cb9 ssh-agent -k [2020-09-17T19:27:05.548Z] unset SSH_AUTH_SOCK; [2020-09-17T19:27:05.549Z] unset SSH_AGENT_PID; [2020-09-17T19:27:05.549Z] echo Agent pid 17 killed; [2020-09-17T19:27:05.591Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:27:06.122Z] + git semver [Pipeline] } [2020-09-17T19:27:06.140Z] $ docker stop --time=1 1b839e763b1372b2d7f5a16c077786a1d738d4632f6f22905754be444ea51cb9 [2020-09-17T19:27:07.468Z] $ docker rm -f 1b839e763b1372b2d7f5a16c077786a1d738d4632f6f22905754be444ea51cb9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:27:08.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T19:27:08.111Z] [2020-09-17T19:27:08.111Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:27:08.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T19:27:08.489Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-17T19:27:08.489Z] ab5ef0e58194: Pulling fs layer [2020-09-17T19:27:08.489Z] 9712f1f96733: Pulling fs layer [2020-09-17T19:27:08.489Z] 63f879dbbcfc: Pulling fs layer [2020-09-17T19:27:08.489Z] 0d9ebad4ef96: Pulling fs layer [2020-09-17T19:27:08.489Z] e9a5061849ea: Pulling fs layer [2020-09-17T19:27:08.489Z] d747dcd14b5f: Pulling fs layer [2020-09-17T19:27:08.489Z] 2de7ff778b66: Pulling fs layer [2020-09-17T19:27:08.489Z] e9a5061849ea: Waiting [2020-09-17T19:27:08.489Z] d747dcd14b5f: Waiting [2020-09-17T19:27:08.489Z] 2de7ff778b66: Waiting [2020-09-17T19:27:08.489Z] 0d9ebad4ef96: Waiting [2020-09-17T19:27:08.489Z] 9712f1f96733: Verifying Checksum [2020-09-17T19:27:08.489Z] 9712f1f96733: Download complete [2020-09-17T19:27:10.409Z] 63f879dbbcfc: Verifying Checksum [2020-09-17T19:27:10.409Z] 63f879dbbcfc: Download complete [2020-09-17T19:27:10.409Z] e9a5061849ea: Download complete [2020-09-17T19:27:10.409Z] d747dcd14b5f: Verifying Checksum [2020-09-17T19:27:10.409Z] d747dcd14b5f: Download complete [2020-09-17T19:27:10.981Z] 2de7ff778b66: Verifying Checksum [2020-09-17T19:27:10.981Z] 2de7ff778b66: Download complete [2020-09-17T19:27:11.243Z] 0d9ebad4ef96: Verifying Checksum [2020-09-17T19:27:11.243Z] 0d9ebad4ef96: Download complete [2020-09-17T19:27:11.816Z] ab5ef0e58194: Verifying Checksum [2020-09-17T19:27:11.816Z] ab5ef0e58194: Download complete [2020-09-17T19:27:16.039Z] ab5ef0e58194: Pull complete [2020-09-17T19:27:16.039Z] 9712f1f96733: Pull complete [2020-09-17T19:27:19.361Z] 63f879dbbcfc: Pull complete [2020-09-17T19:27:24.663Z] 0d9ebad4ef96: Pull complete [2020-09-17T19:27:24.924Z] e9a5061849ea: Pull complete [2020-09-17T19:27:25.184Z] d747dcd14b5f: Pull complete [2020-09-17T19:27:29.397Z] 2de7ff778b66: Pull complete [2020-09-17T19:27:29.397Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-17T19:27:29.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T19:27:29.398Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-17T19:27:29.565Z] prd-centos7-docker-4c-2g-299 does not seem to be running inside a container [2020-09-17T19:27:29.625Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-17T19:27:32.473Z] $ docker top 3a8a93dd8de09b7f5f3fc4910b9d2d2b106c6843f1d888813b8a127868fd8c4e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-17T19:27:32.709Z] provisioning config files... [2020-09-17T19:27:32.718Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7895344663668637969tmp [2020-09-17T19:27:32.732Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config193216433895996205tmp [2020-09-17T19:27:32.751Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2936349499277126097tmp [Pipeline] { [Pipeline] echo [2020-09-17T19:27:32.818Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:27:33.114Z] ---> sigul-configuration.sh [2020-09-17T19:27:33.114Z] gpg: directory `/root/.gnupg' created [2020-09-17T19:27:33.114Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-17T19:27:33.114Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-17T19:27:33.114Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-17T19:27:33.114Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-17T19:27:33.114Z] gpg: CAST5 encrypted data [2020-09-17T19:27:33.377Z] gpg: encrypted with 1 passphrase [2020-09-17T19:27:33.377Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-17T19:27:33.672Z] + mkdir /home/jenkins [2020-09-17T19:27:33.672Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-17T19:27:33.964Z] + 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:27:33.975Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:27:34.267Z] ---> sigul-install.sh [2020-09-17T19:27:39.614Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-17T19:27:39.927Z] + git tag --list [2020-09-17T19:27:39.927Z] v1.2.1-dev.30 [Pipeline] sh [2020-09-17T19:27:40.218Z] + lftools sign git-tag v1.2.1-dev.30 [2020-09-17T19:27:41.162Z] Signing Git tag with Sigul... [2020-09-17T19:27:41.162Z] Signing v1.2.1-dev.30 [Pipeline] echo [2020-09-17T19:27:42.559Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:27:42.853Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-17T19:27:42.862Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-17T19:27:42.980Z] $ docker stop --time=1 3a8a93dd8de09b7f5f3fc4910b9d2d2b106c6843f1d888813b8a127868fd8c4e [2020-09-17T19:27:44.949Z] $ docker rm -f 3a8a93dd8de09b7f5f3fc4910b9d2d2b106c6843f1d888813b8a127868fd8c4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:27:45.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:27:45.851Z] . [Pipeline] withDockerContainer [2020-09-17T19:27:45.940Z] prd-centos7-docker-4c-2g-299 does not seem to be running inside a container [2020-09-17T19:27:45.984Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:27:46.655Z] $ docker top 7796ca7c35ce36e9e4d64fce92cff8baa78b45ca98a08807481558769474ffb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:27:46.984Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:27:46.984Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:27:47.184Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:27:47.190Z] $ docker exec 7796ca7c35ce36e9e4d64fce92cff8baa78b45ca98a08807481558769474ffb3 ssh-agent [2020-09-17T19:27:47.366Z] SSH_AUTH_SOCK=/tmp/ssh-6MKjntmq8QT5/agent.12 [2020-09-17T19:27:47.366Z] SSH_AGENT_PID=17 [2020-09-17T19:27:47.373Z] Running ssh-add (command line suppressed) [2020-09-17T19:27:47.503Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3098816593427859507.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3098816593427859507.key) [2020-09-17T19:27:47.550Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:27:47.900Z] + git semver bump pre [2020-09-17T19:27:47.900Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:27:47.900Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:27:47.900Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:27:47.900Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:27:47.900Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:27:47.900Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:27:47.900Z] # $SEMVER_BRANCH = master [2020-09-17T19:27:47.900Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-17T19:27:47.900Z] 1.2.1-dev.31 [Pipeline] } [2020-09-17T19:27:47.914Z] $ docker exec --env ******** --env ******** 7796ca7c35ce36e9e4d64fce92cff8baa78b45ca98a08807481558769474ffb3 ssh-agent -k [2020-09-17T19:27:48.028Z] unset SSH_AUTH_SOCK; [2020-09-17T19:27:48.028Z] unset SSH_AGENT_PID; [2020-09-17T19:27:48.028Z] echo Agent pid 17 killed; [2020-09-17T19:27:48.074Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:27:48.569Z] + git semver [Pipeline] } [2020-09-17T19:27:48.588Z] $ docker stop --time=1 7796ca7c35ce36e9e4d64fce92cff8baa78b45ca98a08807481558769474ffb3 [2020-09-17T19:27:49.923Z] $ docker rm -f 7796ca7c35ce36e9e4d64fce92cff8baa78b45ca98a08807481558769474ffb3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:27:50.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:27:50.533Z] . [Pipeline] withDockerContainer [2020-09-17T19:27:50.624Z] prd-centos7-docker-4c-2g-299 does not seem to be running inside a container [2020-09-17T19:27:50.670Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:27:51.201Z] $ docker top 95d11cd221e8ce2cbc45ca3d05ba4a2f0c7103c588b8a3782fd30caae074891c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:27:51.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:27:51.500Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:27:51.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:27:51.668Z] $ docker exec 95d11cd221e8ce2cbc45ca3d05ba4a2f0c7103c588b8a3782fd30caae074891c ssh-agent [2020-09-17T19:27:51.823Z] SSH_AUTH_SOCK=/tmp/ssh-pm9I31elS9W3/agent.12 [2020-09-17T19:27:51.823Z] SSH_AGENT_PID=17 [2020-09-17T19:27:51.829Z] Running ssh-add (command line suppressed) [2020-09-17T19:27:51.943Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2313402960537398185.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2313402960537398185.key) [2020-09-17T19:27:51.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:27:52.324Z] + git semver push [2020-09-17T19:27:52.324Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:27:52.324Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:27:52.324Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:27:52.324Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:27:52.324Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:27:52.324Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:27:52.324Z] # $SEMVER_BRANCH = master [2020-09-17T19:27:52.324Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-17T19:27:58.924Z] $ docker exec --env ******** --env ******** 95d11cd221e8ce2cbc45ca3d05ba4a2f0c7103c588b8a3782fd30caae074891c ssh-agent -k [2020-09-17T19:27:59.040Z] unset SSH_AUTH_SOCK; [2020-09-17T19:27:59.041Z] unset SSH_AGENT_PID; [2020-09-17T19:27:59.041Z] echo Agent pid 17 killed; [2020-09-17T19:27:59.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:27:59.739Z] + git semver [Pipeline] } [2020-09-17T19:27:59.760Z] $ docker stop --time=1 95d11cd221e8ce2cbc45ca3d05ba4a2f0c7103c588b8a3782fd30caae074891c [2020-09-17T19:28:01.100Z] $ docker rm -f 95d11cd221e8ce2cbc45ca3d05ba4a2f0c7103c588b8a3782fd30caae074891c [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:28:02.569Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:28:03.136Z] ---> package-listing.sh [2020-09-17T19:28:03.136Z] ++ facter osfamily [2020-09-17T19:28:03.136Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T19:28:03.136Z] + OS_FAMILY=redhat [2020-09-17T19:28:03.136Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:28:03.136Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T19:28:03.136Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T19:28:03.136Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T19:28:03.136Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T19:28:03.136Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-17T19:28:03.136Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T19:28:03.136Z] + case "${OS_FAMILY}" in [2020-09-17T19:28:03.136Z] + rpm -qa [2020-09-17T19:28:03.136Z] + sort [2020-09-17T19:28:07.359Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T19:28:07.359Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T19:28:07.359Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T19:28:07.359Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-17T19:28:07.359Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-17T19:28:07.359Z] + 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:28:07.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T19:28:07.845Z] [2020-09-17T19:28:07.845Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:28:08.194Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T19:28:08.194Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T19:28:08.194Z] df20fa9351a1: Pulling fs layer [2020-09-17T19:28:08.194Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T19:28:08.194Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T19:28:08.194Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T19:28:08.194Z] 0dadc02b9964: Pulling fs layer [2020-09-17T19:28:08.194Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T19:28:08.194Z] 7a184a31f384: Pulling fs layer [2020-09-17T19:28:08.194Z] 0879bd2ef858: Pulling fs layer [2020-09-17T19:28:08.194Z] 46f8f816bc3b: Waiting [2020-09-17T19:28:08.194Z] 0dadc02b9964: Waiting [2020-09-17T19:28:08.194Z] ce6a7cf60c04: Waiting [2020-09-17T19:28:08.194Z] 0879bd2ef858: Waiting [2020-09-17T19:28:08.194Z] 7a184a31f384: Waiting [2020-09-17T19:28:08.194Z] 36b3adc4ff6f: Download complete [2020-09-17T19:28:08.194Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T19:28:08.194Z] 46f8f816bc3b: Download complete [2020-09-17T19:28:08.194Z] df20fa9351a1: Verifying Checksum [2020-09-17T19:28:08.194Z] df20fa9351a1: Download complete [2020-09-17T19:28:08.466Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T19:28:08.466Z] ce6a7cf60c04: Download complete [2020-09-17T19:28:08.466Z] 7a184a31f384: Verifying Checksum [2020-09-17T19:28:08.466Z] 7a184a31f384: Download complete [2020-09-17T19:28:08.466Z] 0dadc02b9964: Verifying Checksum [2020-09-17T19:28:08.466Z] 0dadc02b9964: Download complete [2020-09-17T19:28:08.466Z] 8ad3a11d3b57: Download complete [2020-09-17T19:28:08.731Z] df20fa9351a1: Pull complete [2020-09-17T19:28:08.997Z] 0879bd2ef858: Verifying Checksum [2020-09-17T19:28:08.997Z] 0879bd2ef858: Download complete [2020-09-17T19:28:08.997Z] 36b3adc4ff6f: Pull complete [2020-09-17T19:28:09.581Z] 8ad3a11d3b57: Pull complete [2020-09-17T19:28:09.581Z] 46f8f816bc3b: Pull complete [2020-09-17T19:28:09.844Z] 0dadc02b9964: Pull complete [2020-09-17T19:28:10.108Z] ce6a7cf60c04: Pull complete [2020-09-17T19:28:10.108Z] 7a184a31f384: Pull complete [2020-09-17T19:28:13.416Z] 0879bd2ef858: Pull complete [2020-09-17T19:28:13.416Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T19:28:13.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T19:28:13.416Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T19:28:13.530Z] prd-centos7-docker-4c-2g-299 does not seem to be running inside a container [2020-09-17T19:28:13.571Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T19:28:16.752Z] $ docker top fd368a508b3a0b5607e1590ee79a29644e357f01b6abddce8fefde1a061e1fef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:28:17.298Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T19:28:17.595Z] + ls /var/log/sa-host [2020-09-17T19:28:17.595Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T19:28:17.595Z] file_magic: OK [2020-09-17T19:28:17.595Z] HZ: Using current value: 100 [2020-09-17T19:28:17.595Z] file_header: OK [2020-09-17T19:28:17.595Z] 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:28:17.595Z] Statistics: [2020-09-17T19:28:17.595Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T19:28:17.595Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T19:28:17.595Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T19:28:17.595Z] file_magic: OK [2020-09-17T19:28:17.595Z] HZ: Using current value: 100 [2020-09-17T19:28:17.595Z] file_header: OK [2020-09-17T19:28:17.595Z] 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:28:17.595Z] Statistics: [2020-09-17T19:28:17.595Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T19:28:17.595Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T19:28:17.659Z] provisioning config files... [2020-09-17T19:28:17.674Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3902430137879781957tmp [Pipeline] { [Pipeline] echo [2020-09-17T19:28:17.778Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:28:18.077Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T19:28:18.141Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:28:18.583Z] ---> logs-deploy.sh [2020-09-17T19:28:18.583Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/118 [2020-09-17T19:28:18.583Z] INFO: archiving workspace using pattern(s): [2020-09-17T19:28:19.970Z] Archives upload complete. [2020-09-17T19:28:19.970Z] INFO: archiving logs to Nexus