Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6f19a0cc372da972f896d81446be19c81c22f58c 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-29 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 Checking out Revision 6f19a0cc372da972f896d81446be19c81c22f58c (master) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 Commit message: "build: Switch to use Go 1.15 (#478)" > git rev-list --no-walk c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-16T22:33:19.128Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-16T22:33:19.392Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-16T22:33:19.490Z] ========================================================= [2020-09-16T22:33:19.490Z] EdgeX Global Pipelines Version Info [2020-09-16T22:33:19.490Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:33:21.100Z] ------------------- [2020-09-16T22:33:21.100Z] stable info: [2020-09-16T22:33:21.100Z] ------------------- [2020-09-16T22:33:21.100Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-16T22:33:21.100Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T22:33:21.100Z] Message: update stable to v1.0.122 [2020-09-16T22:33:23.018Z] ------------------- [2020-09-16T22:33:23.018Z] experimental info: [2020-09-16T22:33:23.018Z] ------------------- [2020-09-16T22:33:23.018Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-16T22:33:23.018Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T22:33:23.018Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-16T22:33:23.382Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-16T22:33:23.478Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-16T22:33:23.571Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-16T22:33:23.697Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-16T22:33:23.796Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-16T22:33:23.902Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-16T22:33:23.998Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-16T22:33:24.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-16T22:33:24.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-16T22:33:24.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-16T22:33:24.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-16T22:33:24.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-16T22:33:24.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-16T22:33:24.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-16T22:33:24.848Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T22:33:24.939Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T22:33:25.026Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T22:33:25.127Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T22:33:25.243Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-16T22:33:25.354Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-16T22:33:25.460Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-16T22:33:25.575Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-16T22:33:25.672Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-16T22:33:25.766Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-16T22:33:25.857Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-16T22:33:25.950Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f19a0cc372da972f896d81446be19c81c22f58c [Pipeline] echo [2020-09-16T22:33:26.039Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f19a0c [Pipeline] echo [2020-09-16T22:33:26.147Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-16T22:33:26.772Z] + git log --format=format:%s -1 6f19a0cc372da972f896d81446be19c81c22f58c [Pipeline] echo [2020-09-16T22:33:26.839Z] GIT_COMMIT: 6f19a0cc372da972f896d81446be19c81c22f58c, Commit Message: build: Switch to use Go 1.15 (#478) [Pipeline] echo [2020-09-16T22:33:26.887Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:33:27.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:33:28.122Z] [2020-09-16T22:33:28.122Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:33:28.483Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:33:28.483Z] latest: Pulling from edgex-devops/git-semver [2020-09-16T22:33:28.483Z] 31603596830f: Pulling fs layer [2020-09-16T22:33:28.483Z] 2a8b12db71e7: Pulling fs layer [2020-09-16T22:33:28.483Z] 6ca5941a6612: Pulling fs layer [2020-09-16T22:33:28.483Z] ecc8261a40a4: Pulling fs layer [2020-09-16T22:33:28.483Z] ecc8261a40a4: Waiting [2020-09-16T22:33:28.483Z] 2a8b12db71e7: Verifying Checksum [2020-09-16T22:33:28.483Z] 2a8b12db71e7: Download complete [2020-09-16T22:33:28.751Z] 31603596830f: Verifying Checksum [2020-09-16T22:33:28.751Z] 31603596830f: Download complete [2020-09-16T22:33:28.751Z] ecc8261a40a4: Verifying Checksum [2020-09-16T22:33:28.751Z] ecc8261a40a4: Download complete [2020-09-16T22:33:28.751Z] 6ca5941a6612: Verifying Checksum [2020-09-16T22:33:28.751Z] 6ca5941a6612: Download complete [2020-09-16T22:33:29.015Z] 31603596830f: Pull complete [2020-09-16T22:33:29.015Z] 2a8b12db71e7: Pull complete [2020-09-16T22:33:29.977Z] 6ca5941a6612: Pull complete [2020-09-16T22:33:30.241Z] ecc8261a40a4: Pull complete [2020-09-16T22:33:30.241Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-16T22:33:30.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:33:30.241Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-16T22:33:30.360Z] prd-centos7-docker-4c-2g-29 does not seem to be running inside a container [2020-09-16T22:33:30.415Z] $ 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-16T22:33:32.232Z] $ docker top 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T22:33:32.528Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T22:33:32.528Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T22:33:32.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T22:33:32.751Z] $ docker exec 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 ssh-agent [2020-09-16T22:33:32.969Z] SSH_AUTH_SOCK=/tmp/ssh-QglEf09LhjPa/agent.12 [2020-09-16T22:33:32.969Z] SSH_AGENT_PID=17 [2020-09-16T22:33:32.983Z] Running ssh-add (command line suppressed) [2020-09-16T22:33:33.105Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3848873364556941787.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3848873364556941787.key) [2020-09-16T22:33:33.159Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T22:33:33.521Z] + git describe --exact-match --tags HEAD [2020-09-16T22:33:33.521Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-16T22:33:33.547Z] $ docker exec --env ******** --env ******** 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 ssh-agent -k [2020-09-16T22:33:33.658Z] unset SSH_AUTH_SOCK; [2020-09-16T22:33:33.658Z] unset SSH_AGENT_PID; [2020-09-16T22:33:33.658Z] echo Agent pid 17 killed; [2020-09-16T22:33:33.701Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-16T22:33:33.820Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-16T22:33:33.820Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-16T22:33:33.925Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T22:33:33.925Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T22:33:34.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T22:33:34.099Z] $ docker exec 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 ssh-agent [2020-09-16T22:33:34.257Z] SSH_AUTH_SOCK=/tmp/ssh-yGJa3TCRLrra/agent.45 [2020-09-16T22:33:34.257Z] SSH_AGENT_PID=50 [2020-09-16T22:33:34.264Z] Running ssh-add (command line suppressed) [2020-09-16T22:33:34.391Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8804682321750150099.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8804682321750150099.key) [2020-09-16T22:33:34.438Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T22:33:34.798Z] + git semver init [2020-09-16T22:33:34.798Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T22:33:34.798Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-16T22:33:34.798Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-16T22:33:34.798Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T22:33:34.798Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T22:33:34.798Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T22:33:34.798Z] # $SEMVER_BRANCH = master [2020-09-16T22:33:34.798Z] # $SEMVER_TEMP = /tmp/semver-101870356 [2020-09-16T22:33:34.798Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-16T22:33:39.034Z] # '/tmp/semver-101870356' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-16T22:33:39.034Z] # -> Force: false [2020-09-16T22:33:39.034Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-16T22:33:39.052Z] $ docker exec --env ******** --env ******** 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 ssh-agent -k [2020-09-16T22:33:39.172Z] unset SSH_AUTH_SOCK; [2020-09-16T22:33:39.173Z] unset SSH_AGENT_PID; [2020-09-16T22:33:39.173Z] echo Agent pid 50 killed; [2020-09-16T22:33:39.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T22:33:39.721Z] + git semver [Pipeline] } [2020-09-16T22:33:39.744Z] $ docker stop --time=1 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 [2020-09-16T22:33:41.230Z] $ docker rm -f 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-16T22:33:43.718Z] Stashed 39 file(s) [Pipeline] echo [2020-09-16T22:33:43.722Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.26 [Pipeline] echo [2020-09-16T22:33:43.816Z] Archived original version: [1.2.1-dev.26] [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-16T22:33:59.251Z] Still waiting to schedule task [2020-09-16T22:33:59.251Z] ‘prd-centos7-docker-4c-2g-32’ is offline [2020-09-16T22:33:59.263Z] Still waiting to schedule task [2020-09-16T22:33:59.263Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-16T22:35:16.480Z] Running on prd-centos7-docker-4c-2g-37 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-16T22:35:16.531Z] Running in /w/workspace/app-functions-sdk-go/114 [Pipeline] { [Pipeline] checkout [2020-09-16T22:35:19.381Z] using credential edgex-jenkins-ssh [2020-09-16T22:35:19.432Z] Cloning the remote Git repository [2020-09-16T22:35:19.432Z] Cloning with configured refspecs honoured and without tags [2020-09-16T22:35:19.462Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-16T22:35:19.542Z] > git init /w/workspace/app-functions-sdk-go/114 # timeout=10 [2020-09-16T22:35:19.603Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-16T22:35:19.603Z] > git --version # timeout=10 [2020-09-16T22:35:19.609Z] > git --version # 'git version 2.16.5' [2020-09-16T22:35:19.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T22:35:19.633Z] > 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-16T22:35:20.990Z] Fetching without tags [2020-09-16T22:35:20.966Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-16T22:35:20.973Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T22:35:20.985Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-16T22:35:20.995Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-16T22:35:20.996Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T22:35:21.000Z] > 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-16T22:35:22.631Z] Checking out Revision 6f19a0cc372da972f896d81446be19c81c22f58c (master) [2020-09-16T22:35:22.641Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T22:35:22.648Z] > git checkout -f 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 [2020-09-16T22:35:26.237Z] Commit message: "build: Switch to use Go 1.15 (#478)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T22:35:28.237Z] ========================================================= [2020-09-16T22:35:28.237Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-16T22:35:28.237Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:35:29.088Z] + 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-16T22:35:29.673Z] Sending build context to Docker daemon 37.15MB [2020-09-16T22:35:29.673Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-16T22:35:29.673Z] Step 2/8 : FROM ${BASE} [2020-09-16T22:35:29.673Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-16T22:35:29.673Z] df20fa9351a1: Pulling fs layer [2020-09-16T22:35:29.673Z] ed8968b2872e: Pulling fs layer [2020-09-16T22:35:29.673Z] a92cc7c5fd73: Pulling fs layer [2020-09-16T22:35:29.673Z] e871e8e8d7a9: Pulling fs layer [2020-09-16T22:35:29.673Z] e73272ec9a57: Pulling fs layer [2020-09-16T22:35:29.673Z] 1e910a182e73: Pulling fs layer [2020-09-16T22:35:29.673Z] 4e634b169226: Pulling fs layer [2020-09-16T22:35:29.673Z] e73272ec9a57: Waiting [2020-09-16T22:35:29.673Z] 4e634b169226: Waiting [2020-09-16T22:35:29.673Z] 1e910a182e73: Waiting [2020-09-16T22:35:29.673Z] e871e8e8d7a9: Waiting [2020-09-16T22:35:29.673Z] a92cc7c5fd73: Download complete [2020-09-16T22:35:29.673Z] ed8968b2872e: Verifying Checksum [2020-09-16T22:35:29.673Z] ed8968b2872e: Download complete [2020-09-16T22:35:29.937Z] e73272ec9a57: Verifying Checksum [2020-09-16T22:35:29.937Z] e73272ec9a57: Download complete [2020-09-16T22:35:30.894Z] 1e910a182e73: Verifying Checksum [2020-09-16T22:35:30.894Z] 1e910a182e73: Download complete [2020-09-16T22:35:30.894Z] df20fa9351a1: Verifying Checksum [2020-09-16T22:35:30.894Z] df20fa9351a1: Download complete [2020-09-16T22:35:30.894Z] df20fa9351a1: Pull complete [2020-09-16T22:35:31.159Z] ed8968b2872e: Pull complete [2020-09-16T22:35:31.159Z] a92cc7c5fd73: Pull complete [2020-09-16T22:35:32.575Z] 4e634b169226: Verifying Checksum [2020-09-16T22:35:32.575Z] 4e634b169226: Download complete [2020-09-16T22:35:33.159Z] e871e8e8d7a9: Verifying Checksum [2020-09-16T22:35:33.159Z] e871e8e8d7a9: Download complete [2020-09-16T22:35:38.502Z] e871e8e8d7a9: Pull complete [2020-09-16T22:35:38.502Z] e73272ec9a57: Pull complete [2020-09-16T22:35:38.502Z] 1e910a182e73: Pull complete [2020-09-16T22:35:45.137Z] 4e634b169226: Pull complete [2020-09-16T22:35:45.137Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-16T22:35:45.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-16T22:35:45.137Z] ---> f7629b54cfaa [2020-09-16T22:35:45.137Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-16T22:35:45.401Z] latest: Pulling from library/docker [2020-09-16T22:35:45.401Z] df20fa9351a1: Already exists [2020-09-16T22:35:45.401Z] 25ad7478873d: Pulling fs layer [2020-09-16T22:35:45.401Z] 4684f6177b5d: Pulling fs layer [2020-09-16T22:35:45.401Z] 46e300cec669: Pulling fs layer [2020-09-16T22:35:45.401Z] 63038576ad94: Pulling fs layer [2020-09-16T22:35:45.401Z] 0fdb76c4706c: Pulling fs layer [2020-09-16T22:35:45.401Z] cb7edeffdfd5: Pulling fs layer [2020-09-16T22:35:45.401Z] 63038576ad94: Waiting [2020-09-16T22:35:45.401Z] 0fdb76c4706c: Waiting [2020-09-16T22:35:45.401Z] cb7edeffdfd5: Waiting [2020-09-16T22:35:45.671Z] 4684f6177b5d: Verifying Checksum [2020-09-16T22:35:45.671Z] 4684f6177b5d: Download complete [2020-09-16T22:35:45.671Z] 25ad7478873d: Verifying Checksum [2020-09-16T22:35:45.671Z] 25ad7478873d: Download complete [2020-09-16T22:35:45.671Z] 0fdb76c4706c: Verifying Checksum [2020-09-16T22:35:45.671Z] 0fdb76c4706c: Download complete [2020-09-16T22:35:45.671Z] 63038576ad94: Verifying Checksum [2020-09-16T22:35:45.671Z] 63038576ad94: Download complete [2020-09-16T22:35:45.938Z] cb7edeffdfd5: Verifying Checksum [2020-09-16T22:35:45.938Z] cb7edeffdfd5: Download complete [2020-09-16T22:35:45.938Z] 25ad7478873d: Pull complete [2020-09-16T22:35:45.938Z] 4684f6177b5d: Pull complete [2020-09-16T22:35:46.541Z] 46e300cec669: Verifying Checksum [2020-09-16T22:35:46.541Z] 46e300cec669: Download complete [2020-09-16T22:35:49.128Z] 46e300cec669: Pull complete [2020-09-16T22:35:49.128Z] 63038576ad94: Pull complete [2020-09-16T22:35:49.128Z] 0fdb76c4706c: Pull complete [2020-09-16T22:35:49.128Z] cb7edeffdfd5: Pull complete [2020-09-16T22:35:49.128Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-16T22:35:49.128Z] Status: Downloaded newer image for docker:latest [2020-09-16T22:35:51.063Z] ---> 60a67f6a6776 [2020-09-16T22:35:51.063Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T22:35:51.063Z] ---> Running in 5809c23404fc [2020-09-16T22:35:51.063Z] Removing intermediate container 5809c23404fc [2020-09-16T22:35:51.063Z] ---> 32ad11222d29 [2020-09-16T22:35:51.063Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-16T22:35:51.063Z] ---> Running in 1027ebbac295 [2020-09-16T22:35:52.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T22:35:52.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T22:35:53.562Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-16T22:35:53.835Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-16T22:35:53.835Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-16T22:35:53.835Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-16T22:35:54.098Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-16T22:35:54.098Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T22:35:54.098Z] OK: 167 MiB in 44 packages [2020-09-16T22:35:55.066Z] Removing intermediate container 1027ebbac295 [2020-09-16T22:35:55.066Z] ---> fd0114b314cc [2020-09-16T22:35:55.066Z] Step 6/8 : WORKDIR /build [2020-09-16T22:35:55.066Z] ---> Running in 6fa7431a5fcf [2020-09-16T22:35:55.066Z] Removing intermediate container 6fa7431a5fcf [2020-09-16T22:35:55.066Z] ---> 4a6f268ee0c5 [2020-09-16T22:35:55.066Z] Step 7/8 : COPY go.mod . [2020-09-16T22:35:55.329Z] ---> 0a2908b81e0a [2020-09-16T22:35:55.329Z] Step 8/8 : RUN go mod download [2020-09-16T22:35:55.594Z] ---> Running in 23dd3a6fb676 [2020-09-16T22:36:02.159Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-35 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-16T22:36:02.218Z] Running in /w/workspace/app-functions-sdk-go/114 [Pipeline] { [Pipeline] checkout [2020-09-16T22:36:07.361Z] using credential edgex-jenkins-ssh [2020-09-16T22:36:07.423Z] Cloning the remote Git repository [2020-09-16T22:36:07.423Z] Cloning with configured refspecs honoured and without tags [2020-09-16T22:36:07.484Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-16T22:36:07.601Z] > git init /w/workspace/app-functions-sdk-go/114 # timeout=10 [2020-09-16T22:36:07.666Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-16T22:36:07.667Z] > git --version # timeout=10 [2020-09-16T22:36:07.685Z] > git --version # 'git version 2.17.1' [2020-09-16T22:36:07.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T22:36:07.783Z] > 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-16T22:36:10.651Z] Fetching without tags [2020-09-16T22:36:10.579Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-16T22:36:10.603Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T22:36:10.637Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-16T22:36:10.673Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-16T22:36:10.674Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T22:36:10.687Z] > 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-16T22:36:12.361Z] Checking out Revision 6f19a0cc372da972f896d81446be19c81c22f58c (master) [2020-09-16T22:36:12.388Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T22:36:12.452Z] > git checkout -f 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 [2020-09-16T22:36:16.874Z] Commit message: "build: Switch to use Go 1.15 (#478)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T22:36:20.053Z] ========================================================= [2020-09-16T22:36:20.053Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-16T22:36:20.053Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:36:21.101Z] + 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-16T22:36:22.251Z] Removing intermediate container 23dd3a6fb676 [2020-09-16T22:36:22.251Z] ---> 744d819ad351 [2020-09-16T22:36:22.251Z] Successfully built 744d819ad351 [2020-09-16T22:36:22.251Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:36:22.560Z] Sending build context to Docker daemon 37.15MB [2020-09-16T22:36:22.560Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-16T22:36:22.560Z] Step 2/8 : FROM ${BASE} [2020-09-16T22:36:22.560Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-16T22:36:22.560Z] b538f80385f9: Pulling fs layer [2020-09-16T22:36:22.560Z] 74f711af9a0d: Pulling fs layer [2020-09-16T22:36:22.560Z] 99f96fe45779: Pulling fs layer [2020-09-16T22:36:22.560Z] 8529a6b9a6be: Pulling fs layer [2020-09-16T22:36:22.560Z] 45590311c82a: Pulling fs layer [2020-09-16T22:36:22.560Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-16T22:36:22.560Z] 209524e5b208: Pulling fs layer [2020-09-16T22:36:22.560Z] 8529a6b9a6be: Waiting [2020-09-16T22:36:22.560Z] 209524e5b208: Waiting [2020-09-16T22:36:22.560Z] 45590311c82a: Waiting [2020-09-16T22:36:22.765Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T22:36:22.765Z] . [Pipeline] withDockerContainer [2020-09-16T22:36:22.837Z] 99f96fe45779: Verifying Checksum [2020-09-16T22:36:22.837Z] 99f96fe45779: Download complete [2020-09-16T22:36:22.837Z] 74f711af9a0d: Verifying Checksum [2020-09-16T22:36:22.837Z] 74f711af9a0d: Download complete [2020-09-16T22:36:22.837Z] 45590311c82a: Verifying Checksum [2020-09-16T22:36:22.837Z] 45590311c82a: Download complete [2020-09-16T22:36:22.837Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-16T22:36:22.837Z] 69ca0ff8b7b3: Download complete [2020-09-16T22:36:22.887Z] prd-centos7-docker-4c-2g-37 does not seem to be running inside a container [2020-09-16T22:36:22.940Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/114 -v /w/workspace/app-functions-sdk-go/114:/w/workspace/app-functions-sdk-go/114:rw,z -v /w/workspace/app-functions-sdk-go/114@tmp:/w/workspace/app-functions-sdk-go/114@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-16T22:36:23.113Z] b538f80385f9: Verifying Checksum [2020-09-16T22:36:23.113Z] b538f80385f9: Download complete [2020-09-16T22:36:23.653Z] $ docker top 3761e106ff8eb06031dc21a5215568122f2e743defc5eac794c7040da51b9cef -eo pid,comm [2020-09-16T22:36:23.720Z] b538f80385f9: Pull complete [Pipeline] { [Pipeline] sh [2020-09-16T22:36:24.197Z] + go version [2020-09-16T22:36:24.198Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-16T22:36:24.215Z] $ docker stop --time=1 3761e106ff8eb06031dc21a5215568122f2e743defc5eac794c7040da51b9cef [2020-09-16T22:36:24.332Z] 74f711af9a0d: Pull complete [2020-09-16T22:36:24.612Z] 99f96fe45779: Pull complete [2020-09-16T22:36:25.549Z] $ docker rm -f 3761e106ff8eb06031dc21a5215568122f2e743defc5eac794c7040da51b9cef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-09-16T22:36:26.112Z] 209524e5b208: Verifying Checksum [2020-09-16T22:36:26.112Z] 209524e5b208: Download complete [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] } [2020-09-16T22:36:27.106Z] 8529a6b9a6be: Verifying Checksum [2020-09-16T22:36:27.106Z] 8529a6b9a6be: Download complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-16T22:36:37.296Z] 8529a6b9a6be: Pull complete [2020-09-16T22:36:37.574Z] 45590311c82a: Pull complete [2020-09-16T22:36:37.859Z] 69ca0ff8b7b3: Pull complete [2020-09-16T22:36:42.232Z] 209524e5b208: Pull complete [2020-09-16T22:36:42.232Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-16T22:36:42.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-16T22:36:42.232Z] ---> 5bddaf1c2fca [2020-09-16T22:36:42.232Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-16T22:36:42.232Z] latest: Pulling from library/docker [2020-09-16T22:36:42.232Z] b538f80385f9: Already exists [2020-09-16T22:36:42.232Z] 259a493cd78d: Pulling fs layer [2020-09-16T22:36:42.232Z] b8e66b5100f5: Pulling fs layer [2020-09-16T22:36:42.232Z] 39dc9c94d07c: Pulling fs layer [2020-09-16T22:36:42.232Z] 551b823b3b82: Pulling fs layer [2020-09-16T22:36:42.232Z] 3c52a74df98c: Pulling fs layer [2020-09-16T22:36:42.232Z] 6c9b121b6998: Pulling fs layer [2020-09-16T22:36:42.232Z] 551b823b3b82: Waiting [2020-09-16T22:36:42.232Z] 3c52a74df98c: Waiting [2020-09-16T22:36:42.232Z] 6c9b121b6998: Waiting [2020-09-16T22:36:42.232Z] b8e66b5100f5: Verifying Checksum [2020-09-16T22:36:42.232Z] b8e66b5100f5: Download complete [2020-09-16T22:36:42.232Z] 259a493cd78d: Verifying Checksum [2020-09-16T22:36:42.232Z] 259a493cd78d: Download complete [2020-09-16T22:36:42.232Z] 551b823b3b82: Verifying Checksum [2020-09-16T22:36:42.232Z] 551b823b3b82: Download complete [2020-09-16T22:36:42.512Z] 3c52a74df98c: Download complete [2020-09-16T22:36:42.512Z] 6c9b121b6998: Verifying Checksum [2020-09-16T22:36:42.513Z] 6c9b121b6998: Download complete [2020-09-16T22:36:42.789Z] 259a493cd78d: Pull complete [2020-09-16T22:36:43.407Z] b8e66b5100f5: Pull complete [2020-09-16T22:36:43.681Z] 39dc9c94d07c: Verifying Checksum [2020-09-16T22:36:43.681Z] 39dc9c94d07c: Download complete [2020-09-16T22:36:47.103Z] 39dc9c94d07c: Pull complete [2020-09-16T22:36:47.103Z] 551b823b3b82: Pull complete [2020-09-16T22:36:47.103Z] 3c52a74df98c: Pull complete [2020-09-16T22:36:47.706Z] 6c9b121b6998: Pull complete [2020-09-16T22:36:47.706Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-16T22:36:47.706Z] Status: Downloaded newer image for docker:latest [2020-09-16T22:36:54.470Z] ---> 8229251fa297 [2020-09-16T22:36:54.470Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T22:36:54.470Z] ---> Running in bd2ddadc8df1 [2020-09-16T22:36:54.470Z] Removing intermediate container bd2ddadc8df1 [2020-09-16T22:36:54.470Z] ---> 3deb6861cab3 [2020-09-16T22:36:54.470Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-16T22:36:54.470Z] ---> Running in 841451e79ebb [2020-09-16T22:36:55.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T22:36:56.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T22:36:57.885Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-16T22:36:58.158Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-16T22:36:58.434Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-16T22:36:58.434Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-16T22:36:58.434Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-16T22:36:58.708Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T22:36:58.708Z] OK: 144 MiB in 44 packages [2020-09-16T22:37:00.181Z] Removing intermediate container 841451e79ebb [2020-09-16T22:37:00.181Z] ---> 7d8ef9a04cab [2020-09-16T22:37:00.181Z] Step 6/8 : WORKDIR /build [2020-09-16T22:37:00.181Z] ---> Running in fb6365ce52b7 [2020-09-16T22:37:00.784Z] Removing intermediate container fb6365ce52b7 [2020-09-16T22:37:00.784Z] ---> ea6718c32e36 [2020-09-16T22:37:00.784Z] Step 7/8 : COPY go.mod . [2020-09-16T22:37:01.388Z] ---> 4d0cedda9eae [2020-09-16T22:37:01.388Z] Step 8/8 : RUN go mod download [2020-09-16T22:37:01.672Z] ---> Running in d20178d111cb [2020-09-16T22:37:34.087Z] Removing intermediate container d20178d111cb [2020-09-16T22:37:34.087Z] ---> ecc5e7b4b2f0 [2020-09-16T22:37:34.087Z] Successfully built ecc5e7b4b2f0 [2020-09-16T22:37:34.087Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:37:34.532Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T22:37:34.532Z] . [Pipeline] withDockerContainer [2020-09-16T22:37:34.852Z] prd-ubuntu18.04-docker-arm64-4c-16g-35 does not seem to be running inside a container [2020-09-16T22:37:34.962Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/114 -v /w/workspace/app-functions-sdk-go/114:/w/workspace/app-functions-sdk-go/114:rw,z -v /w/workspace/app-functions-sdk-go/114@tmp:/w/workspace/app-functions-sdk-go/114@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-arm64 cat [2020-09-16T22:37:36.999Z] $ docker top 9f2cd0daa9cee9593266d6e2ff8978af5b83edb762c2010920e56e33eee356a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T22:37:38.469Z] + go version [2020-09-16T22:37:38.469Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-16T22:37:38.503Z] $ docker stop --time=1 9f2cd0daa9cee9593266d6e2ff8978af5b83edb762c2010920e56e33eee356a1 [2020-09-16T22:37:40.571Z] $ docker rm -f 9f2cd0daa9cee9593266d6e2ff8978af5b83edb762c2010920e56e33eee356a1 [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-16T22:37:43.993Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-16T22:37:43.995Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-16T22:37:45.109Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:37:45.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T22:37:45.467Z] [2020-09-16T22:37:45.467Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:37:45.834Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T22:37:45.835Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-16T22:37:45.835Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-16T22:37:45.835Z] 408f87550127: Pulling fs layer [2020-09-16T22:37:45.835Z] fe522b08c979: Pulling fs layer [2020-09-16T22:37:45.835Z] 221eaa008020: Pulling fs layer [2020-09-16T22:37:45.835Z] 2a4607e5d6b9: Pulling fs layer [2020-09-16T22:37:45.835Z] 8f79b27c4fd2: Pulling fs layer [2020-09-16T22:37:45.835Z] e5c8dbe1645b: Pulling fs layer [2020-09-16T22:37:45.835Z] 23e8b3b47431: Pulling fs layer [2020-09-16T22:37:45.835Z] 5c568d65a230: Pulling fs layer [2020-09-16T22:37:45.835Z] 8f79b27c4fd2: Waiting [2020-09-16T22:37:45.835Z] e5c8dbe1645b: Waiting [2020-09-16T22:37:45.835Z] 23e8b3b47431: Waiting [2020-09-16T22:37:45.835Z] 5c568d65a230: Waiting [2020-09-16T22:37:45.835Z] 221eaa008020: Waiting [2020-09-16T22:37:45.835Z] 2a4607e5d6b9: Waiting [2020-09-16T22:37:45.835Z] fe522b08c979: Verifying Checksum [2020-09-16T22:37:45.835Z] fe522b08c979: Download complete [2020-09-16T22:37:45.835Z] 408f87550127: Download complete [2020-09-16T22:37:46.103Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-16T22:37:46.103Z] cbdbe7a5bc2a: Download complete [2020-09-16T22:37:46.367Z] 8f79b27c4fd2: Verifying Checksum [2020-09-16T22:37:46.367Z] 8f79b27c4fd2: Download complete [2020-09-16T22:37:46.636Z] cbdbe7a5bc2a: Pull complete [2020-09-16T22:37:46.636Z] 408f87550127: Pull complete [2020-09-16T22:37:46.897Z] fe522b08c979: Pull complete [2020-09-16T22:37:46.897Z] 2a4607e5d6b9: Verifying Checksum [2020-09-16T22:37:46.897Z] 2a4607e5d6b9: Download complete [2020-09-16T22:37:47.847Z] e5c8dbe1645b: Verifying Checksum [2020-09-16T22:37:47.847Z] e5c8dbe1645b: Download complete [2020-09-16T22:37:49.775Z] 23e8b3b47431: Verifying Checksum [2020-09-16T22:37:49.775Z] 23e8b3b47431: Download complete [2020-09-16T22:37:49.775Z] 5c568d65a230: Verifying Checksum [2020-09-16T22:37:49.775Z] 5c568d65a230: Download complete [2020-09-16T22:37:51.166Z] 221eaa008020: Verifying Checksum [2020-09-16T22:37:51.166Z] 221eaa008020: Download complete [2020-09-16T22:37:56.556Z] 221eaa008020: Pull complete [2020-09-16T22:37:56.556Z] 2a4607e5d6b9: Pull complete [2020-09-16T22:37:56.556Z] 8f79b27c4fd2: Pull complete [2020-09-16T22:37:58.477Z] e5c8dbe1645b: Pull complete [2020-09-16T22:38:01.808Z] 23e8b3b47431: Pull complete [2020-09-16T22:38:02.759Z] 5c568d65a230: Pull complete [2020-09-16T22:38:02.759Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-16T22:38:02.759Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T22:38:02.759Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-16T22:38:02.939Z] prd-centos7-docker-4c-2g-29 does not seem to be running inside a container [2020-09-16T22:38:02.998Z] $ 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-16T22:38:04.185Z] $ docker top 1a75a80b379dbbdfefd9af8caa468da32f259d892db4d31a612bc6e894cafffb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T22:38:04.670Z] + snyk monitor '--org=edgex-jenkins' [2020-09-16T22:38:14.724Z] [2020-09-16T22:38:14.724Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-16T22:38:14.724Z] [2020-09-16T22:38:14.724Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/3b38791c-01d2-48bc-9da0-217b20d0a636 [2020-09-16T22:38:14.724Z] [2020-09-16T22:38:14.724Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-16T22:38:14.724Z] [2020-09-16T22:38:14.724Z] [2020-09-16T22:38:14.724Z] Snyk CLI supports Node.js 8 and higher. [2020-09-16T22:38:14.724Z] 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-16T22:38:14.724Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-16T22:38:14.724Z] [2020-09-16T22:38:14.724Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-16T22:38:14.724Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-16T22:38:14.740Z] $ docker stop --time=1 1a75a80b379dbbdfefd9af8caa468da32f259d892db4d31a612bc6e894cafffb [2020-09-16T22:38:18.736Z] $ docker rm -f 1a75a80b379dbbdfefd9af8caa468da32f259d892db4d31a612bc6e894cafffb [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-16T22:38:19.968Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T22:38:20.024Z] provisioning config files... [2020-09-16T22:38:20.040Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config867399445743153889tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:38:20.431Z] --> edgex-publish-swagger.sh [2020-09-16T22:38:20.431Z] === Publish openapi/v2 API === [2020-09-16T22:38:20.431Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-16T22:38:20.431Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-16T22:38:20.431Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T22:38:20.431Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-16T22:38:20.448Z] 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-16T22:38:22.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:38:22.660Z] . [Pipeline] withDockerContainer [2020-09-16T22:38:22.782Z] prd-centos7-docker-4c-2g-29 does not seem to be running inside a container [2020-09-16T22:38:22.849Z] $ 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-16T22:38:23.553Z] $ docker top 0da6fa01f16c2d87a6902f95c6b4b4eb7f72a1316f6f52036af0e9d6c8fdbfc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T22:38:23.910Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T22:38:23.910Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T22:38:24.121Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T22:38:24.126Z] $ docker exec 0da6fa01f16c2d87a6902f95c6b4b4eb7f72a1316f6f52036af0e9d6c8fdbfc2 ssh-agent [2020-09-16T22:38:24.333Z] SSH_AUTH_SOCK=/tmp/ssh-NinsLnxXSyQC/agent.12 [2020-09-16T22:38:24.333Z] SSH_AGENT_PID=18 [2020-09-16T22:38:24.343Z] Running ssh-add (command line suppressed) [2020-09-16T22:38:24.488Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1674562433976365828.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1674562433976365828.key) [2020-09-16T22:38:24.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T22:38:24.902Z] + git semver tag [2020-09-16T22:38:24.902Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T22:38:24.902Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-16T22:38:24.902Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-16T22:38:24.902Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T22:38:24.902Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T22:38:24.902Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T22:38:24.902Z] # $SEMVER_BRANCH = master [2020-09-16T22:38:24.902Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-16T22:38:24.902Z] # 6f19a0cc372da972f896d81446be19c81c22f58c HEAD [2020-09-16T22:38:24.902Z] # -> Force: false [2020-09-16T22:38:24.902Z] # 5030ffb7c25848157cb838c27200a14d320d74d4 refs/tags/v1.2.1-dev.26 [Pipeline] } [2020-09-16T22:38:24.924Z] $ docker exec --env ******** --env ******** 0da6fa01f16c2d87a6902f95c6b4b4eb7f72a1316f6f52036af0e9d6c8fdbfc2 ssh-agent -k [2020-09-16T22:38:25.073Z] unset SSH_AUTH_SOCK; [2020-09-16T22:38:25.073Z] unset SSH_AGENT_PID; [2020-09-16T22:38:25.073Z] echo Agent pid 18 killed; [2020-09-16T22:38:25.121Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T22:38:25.644Z] + git semver [Pipeline] } [2020-09-16T22:38:25.670Z] $ docker stop --time=1 0da6fa01f16c2d87a6902f95c6b4b4eb7f72a1316f6f52036af0e9d6c8fdbfc2 [2020-09-16T22:38:27.199Z] $ docker rm -f 0da6fa01f16c2d87a6902f95c6b4b4eb7f72a1316f6f52036af0e9d6c8fdbfc2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:27.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T22:38:27.892Z] [2020-09-16T22:38:27.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:38:28.262Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T22:38:28.262Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-16T22:38:28.262Z] ab5ef0e58194: Pulling fs layer [2020-09-16T22:38:28.262Z] 9712f1f96733: Pulling fs layer [2020-09-16T22:38:28.262Z] 63f879dbbcfc: Pulling fs layer [2020-09-16T22:38:28.262Z] 0d9ebad4ef96: Pulling fs layer [2020-09-16T22:38:28.262Z] e9a5061849ea: Pulling fs layer [2020-09-16T22:38:28.262Z] d747dcd14b5f: Pulling fs layer [2020-09-16T22:38:28.262Z] 2de7ff778b66: Pulling fs layer [2020-09-16T22:38:28.262Z] e9a5061849ea: Waiting [2020-09-16T22:38:28.262Z] d747dcd14b5f: Waiting [2020-09-16T22:38:28.262Z] 2de7ff778b66: Waiting [2020-09-16T22:38:28.262Z] 0d9ebad4ef96: Waiting [2020-09-16T22:38:28.262Z] 9712f1f96733: Verifying Checksum [2020-09-16T22:38:28.262Z] 9712f1f96733: Download complete [2020-09-16T22:38:30.832Z] 63f879dbbcfc: Verifying Checksum [2020-09-16T22:38:30.832Z] 63f879dbbcfc: Download complete [2020-09-16T22:38:30.832Z] e9a5061849ea: Verifying Checksum [2020-09-16T22:38:30.832Z] e9a5061849ea: Download complete [2020-09-16T22:38:30.832Z] d747dcd14b5f: Verifying Checksum [2020-09-16T22:38:30.832Z] d747dcd14b5f: Download complete [2020-09-16T22:38:31.112Z] 2de7ff778b66: Verifying Checksum [2020-09-16T22:38:31.112Z] 2de7ff778b66: Download complete [2020-09-16T22:38:31.382Z] 0d9ebad4ef96: Verifying Checksum [2020-09-16T22:38:31.382Z] 0d9ebad4ef96: Download complete [2020-09-16T22:38:31.651Z] ab5ef0e58194: Verifying Checksum [2020-09-16T22:38:31.651Z] ab5ef0e58194: Download complete [2020-09-16T22:38:35.947Z] ab5ef0e58194: Pull complete [2020-09-16T22:38:35.947Z] 9712f1f96733: Pull complete [2020-09-16T22:38:38.046Z] 63f879dbbcfc: Pull complete [2020-09-16T22:38:44.894Z] 0d9ebad4ef96: Pull complete [2020-09-16T22:38:46.340Z] e9a5061849ea: Pull complete [2020-09-16T22:38:46.340Z] d747dcd14b5f: Pull complete [2020-09-16T22:38:49.688Z] 2de7ff778b66: Pull complete [2020-09-16T22:38:49.688Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-16T22:38:49.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T22:38:49.688Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-16T22:38:49.901Z] prd-centos7-docker-4c-2g-29 does not seem to be running inside a container [2020-09-16T22:38:49.973Z] $ 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-16T22:38:53.737Z] $ docker top c81395aed4685285d123f550cf9561d12f7c3c286b78c62fea4c39f41b023e71 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-16T22:38:53.985Z] provisioning config files... [2020-09-16T22:38:54.010Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1624413496715976278tmp [2020-09-16T22:38:54.057Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config504274910771733291tmp [2020-09-16T22:38:54.108Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4021665287175044140tmp [Pipeline] { [Pipeline] echo [2020-09-16T22:38:54.206Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:38:54.521Z] ---> sigul-configuration.sh [2020-09-16T22:38:54.521Z] gpg: directory `/root/.gnupg' created [2020-09-16T22:38:54.521Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-16T22:38:54.521Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-16T22:38:54.521Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-16T22:38:54.521Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-16T22:38:54.521Z] gpg: CAST5 encrypted data [2020-09-16T22:38:54.791Z] gpg: encrypted with 1 passphrase [2020-09-16T22:38:54.791Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-16T22:38:55.118Z] + mkdir /home/jenkins [2020-09-16T22:38:55.118Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-16T22:38:55.467Z] + 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-16T22:38:55.480Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:38:55.789Z] ---> sigul-install.sh [2020-09-16T22:39:01.203Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-16T22:39:01.506Z] + git tag --list [2020-09-16T22:39:01.506Z] v1.2.1-dev.26 [Pipeline] sh [2020-09-16T22:39:01.827Z] + lftools sign git-tag v1.2.1-dev.26 [2020-09-16T22:39:03.231Z] Signing Git tag with Sigul... [2020-09-16T22:39:03.231Z] Signing v1.2.1-dev.26 [Pipeline] echo [2020-09-16T22:39:04.187Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:39:04.481Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-16T22:39:04.491Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-16T22:39:04.600Z] $ docker stop --time=1 c81395aed4685285d123f550cf9561d12f7c3c286b78c62fea4c39f41b023e71 [2020-09-16T22:39:06.562Z] $ docker rm -f c81395aed4685285d123f550cf9561d12f7c3c286b78c62fea4c39f41b023e71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:39:07.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:39:07.473Z] . [Pipeline] withDockerContainer [2020-09-16T22:39:07.590Z] prd-centos7-docker-4c-2g-29 does not seem to be running inside a container [2020-09-16T22:39:07.637Z] $ 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-16T22:39:08.279Z] $ docker top 6d40fc7ea51c7c27cb9ff330efbec66f2f669c724ec4f16e24f18bffa3acdf60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T22:39:08.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T22:39:08.638Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T22:39:08.846Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T22:39:08.851Z] $ docker exec 6d40fc7ea51c7c27cb9ff330efbec66f2f669c724ec4f16e24f18bffa3acdf60 ssh-agent [2020-09-16T22:39:09.049Z] SSH_AUTH_SOCK=/tmp/ssh-zlz33qSGfZwq/agent.12 [2020-09-16T22:39:09.049Z] SSH_AGENT_PID=18 [2020-09-16T22:39:09.057Z] Running ssh-add (command line suppressed) [2020-09-16T22:39:09.194Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2825818913873143203.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2825818913873143203.key) [2020-09-16T22:39:09.244Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T22:39:09.576Z] + git semver bump pre [2020-09-16T22:39:09.577Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T22:39:09.577Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-16T22:39:09.577Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-16T22:39:09.577Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T22:39:09.577Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T22:39:09.577Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T22:39:09.577Z] # $SEMVER_BRANCH = master [2020-09-16T22:39:09.577Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-16T22:39:09.577Z] 1.2.1-dev.27 [Pipeline] } [2020-09-16T22:39:09.593Z] $ docker exec --env ******** --env ******** 6d40fc7ea51c7c27cb9ff330efbec66f2f669c724ec4f16e24f18bffa3acdf60 ssh-agent -k [2020-09-16T22:39:09.717Z] unset SSH_AUTH_SOCK; [2020-09-16T22:39:09.717Z] unset SSH_AGENT_PID; [2020-09-16T22:39:09.717Z] echo Agent pid 18 killed; [2020-09-16T22:39:09.773Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T22:39:10.243Z] + git semver [Pipeline] } [2020-09-16T22:39:10.261Z] $ docker stop --time=1 6d40fc7ea51c7c27cb9ff330efbec66f2f669c724ec4f16e24f18bffa3acdf60 [2020-09-16T22:39:11.618Z] $ docker rm -f 6d40fc7ea51c7c27cb9ff330efbec66f2f669c724ec4f16e24f18bffa3acdf60 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:39:12.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T22:39:12.169Z] . [Pipeline] withDockerContainer [2020-09-16T22:39:12.273Z] prd-centos7-docker-4c-2g-29 does not seem to be running inside a container [2020-09-16T22:39:12.322Z] $ 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-16T22:39:12.965Z] $ docker top aa2895c5ec3914b27a5752f28102b32a7070a9d02299c69b44be2cb71c686fc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T22:39:13.336Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T22:39:13.336Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T22:39:13.536Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T22:39:13.541Z] $ docker exec aa2895c5ec3914b27a5752f28102b32a7070a9d02299c69b44be2cb71c686fc2 ssh-agent [2020-09-16T22:39:13.720Z] SSH_AUTH_SOCK=/tmp/ssh-IFZ16TYceWUH/agent.13 [2020-09-16T22:39:13.720Z] SSH_AGENT_PID=18 [2020-09-16T22:39:13.727Z] Running ssh-add (command line suppressed) [2020-09-16T22:39:13.856Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2647230211032258998.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2647230211032258998.key) [2020-09-16T22:39:13.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T22:39:14.259Z] + git semver push [2020-09-16T22:39:14.259Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T22:39:14.259Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-16T22:39:14.259Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-16T22:39:14.259Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T22:39:14.259Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T22:39:14.259Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T22:39:14.259Z] # $SEMVER_BRANCH = master [2020-09-16T22:39:14.259Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-16T22:39:20.876Z] $ docker exec --env ******** --env ******** aa2895c5ec3914b27a5752f28102b32a7070a9d02299c69b44be2cb71c686fc2 ssh-agent -k [2020-09-16T22:39:20.999Z] unset SSH_AUTH_SOCK; [2020-09-16T22:39:21.000Z] unset SSH_AGENT_PID; [2020-09-16T22:39:21.000Z] echo Agent pid 18 killed; [2020-09-16T22:39:21.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T22:39:21.508Z] + git semver [Pipeline] } [2020-09-16T22:39:21.526Z] $ docker stop --time=1 aa2895c5ec3914b27a5752f28102b32a7070a9d02299c69b44be2cb71c686fc2 [2020-09-16T22:39:22.865Z] $ docker rm -f aa2895c5ec3914b27a5752f28102b32a7070a9d02299c69b44be2cb71c686fc2 [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-16T22:39:24.485Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:39:25.051Z] ---> package-listing.sh [2020-09-16T22:39:25.051Z] ++ facter osfamily [2020-09-16T22:39:25.051Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-16T22:39:25.051Z] + OS_FAMILY=redhat [2020-09-16T22:39:25.051Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-16T22:39:25.051Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-16T22:39:25.051Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-16T22:39:25.051Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-16T22:39:25.051Z] + PACKAGES=/tmp/packages_start.txt [2020-09-16T22:39:25.051Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-16T22:39:25.051Z] + PACKAGES=/tmp/packages_end.txt [2020-09-16T22:39:25.051Z] + case "${OS_FAMILY}" in [2020-09-16T22:39:25.051Z] + rpm -qa [2020-09-16T22:39:25.051Z] + sort [2020-09-16T22:39:29.285Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-16T22:39:29.285Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-16T22:39:29.285Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-16T22:39:29.285Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-16T22:39:29.285Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-16T22:39:29.285Z] + 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-16T22:39:29.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T22:39:29.795Z] [2020-09-16T22:39:29.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-16T22:39:30.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T22:39:30.160Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-16T22:39:30.160Z] df20fa9351a1: Pulling fs layer [2020-09-16T22:39:30.160Z] 36b3adc4ff6f: Pulling fs layer [2020-09-16T22:39:30.160Z] 8ad3a11d3b57: Pulling fs layer [2020-09-16T22:39:30.160Z] 46f8f816bc3b: Pulling fs layer [2020-09-16T22:39:30.160Z] 0dadc02b9964: Pulling fs layer [2020-09-16T22:39:30.160Z] ce6a7cf60c04: Pulling fs layer [2020-09-16T22:39:30.160Z] 7a184a31f384: Pulling fs layer [2020-09-16T22:39:30.160Z] 0879bd2ef858: Pulling fs layer [2020-09-16T22:39:30.160Z] 46f8f816bc3b: Waiting [2020-09-16T22:39:30.160Z] 0dadc02b9964: Waiting [2020-09-16T22:39:30.160Z] ce6a7cf60c04: Waiting [2020-09-16T22:39:30.160Z] 7a184a31f384: Waiting [2020-09-16T22:39:30.160Z] 0879bd2ef858: Waiting [2020-09-16T22:39:30.160Z] 36b3adc4ff6f: Verifying Checksum [2020-09-16T22:39:30.160Z] 36b3adc4ff6f: Download complete [2020-09-16T22:39:30.160Z] 46f8f816bc3b: Verifying Checksum [2020-09-16T22:39:30.160Z] 46f8f816bc3b: Download complete [2020-09-16T22:39:30.160Z] df20fa9351a1: Verifying Checksum [2020-09-16T22:39:30.160Z] df20fa9351a1: Download complete [2020-09-16T22:39:30.160Z] ce6a7cf60c04: Verifying Checksum [2020-09-16T22:39:30.160Z] ce6a7cf60c04: Download complete [2020-09-16T22:39:30.426Z] 7a184a31f384: Verifying Checksum [2020-09-16T22:39:30.426Z] 7a184a31f384: Download complete [2020-09-16T22:39:30.426Z] 8ad3a11d3b57: Verifying Checksum [2020-09-16T22:39:30.426Z] 8ad3a11d3b57: Download complete [2020-09-16T22:39:30.426Z] 0dadc02b9964: Verifying Checksum [2020-09-16T22:39:30.426Z] 0dadc02b9964: Download complete [2020-09-16T22:39:30.691Z] df20fa9351a1: Pull complete [2020-09-16T22:39:30.953Z] 0879bd2ef858: Verifying Checksum [2020-09-16T22:39:30.953Z] 0879bd2ef858: Download complete [2020-09-16T22:39:30.953Z] 36b3adc4ff6f: Pull complete [2020-09-16T22:39:31.529Z] 8ad3a11d3b57: Pull complete [2020-09-16T22:39:31.529Z] 46f8f816bc3b: Pull complete [2020-09-16T22:39:31.790Z] 0dadc02b9964: Pull complete [2020-09-16T22:39:32.051Z] ce6a7cf60c04: Pull complete [2020-09-16T22:39:32.313Z] 7a184a31f384: Pull complete [2020-09-16T22:39:34.885Z] 0879bd2ef858: Pull complete [2020-09-16T22:39:34.885Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-16T22:39:34.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T22:39:34.886Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-16T22:39:34.993Z] prd-centos7-docker-4c-2g-29 does not seem to be running inside a container [2020-09-16T22:39:35.040Z] $ 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-16T22:39:38.375Z] $ docker top 04fc47f73fb70568f0cabda6070bb25054efe7a0407becbf28b8871751741895 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T22:39:38.883Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-16T22:39:39.182Z] + ls /var/log/sa-host [2020-09-16T22:39:39.182Z] + sadf -c /var/log/sa-host/sa05 [2020-09-16T22:39:39.182Z] file_magic: OK [2020-09-16T22:39:39.182Z] HZ: Using current value: 100 [2020-09-16T22:39:39.182Z] file_header: OK [2020-09-16T22:39:39.182Z] 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-16T22:39:39.182Z] Statistics: [2020-09-16T22:39:39.182Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T22:39:39.182Z] File successfully converted to sysstat format version 12.2.1 [2020-09-16T22:39:39.182Z] + sadf -c /var/log/sa-host/sa16 [2020-09-16T22:39:39.182Z] file_magic: OK [2020-09-16T22:39:39.182Z] HZ: Using current value: 100 [2020-09-16T22:39:39.182Z] file_header: OK [2020-09-16T22:39:39.182Z] 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-16T22:39:39.182Z] Statistics: [2020-09-16T22:39:39.182Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T22:39:39.182Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T22:39:39.244Z] provisioning config files... [2020-09-16T22:39:39.262Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7917087732925983154tmp [Pipeline] { [Pipeline] echo [2020-09-16T22:39:39.350Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:39:39.646Z] ---> create-netrc.sh [Pipeline] echo [2020-09-16T22:39:39.657Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T22:39:39.956Z] ---> logs-deploy.sh [2020-09-16T22:39:39.956Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/114 [2020-09-16T22:39:39.956Z] INFO: archiving workspace using pattern(s): [2020-09-16T22:39:41.348Z] Archives upload complete. [2020-09-16T22:39:41.348Z] INFO: archiving logs to Nexus