Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e35ffebebb1e4787f82a73d0795a567a7eccbe33 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-257 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 e35ffebebb1e4787f82a73d0795a567a7eccbe33 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e35ffebebb1e4787f82a73d0795a567a7eccbe33 # timeout=10 Commit message: "refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts (#494)" > git rev-list --no-walk 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T18:31:43.493Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T18:31:43.873Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T18:31:44.043Z] ========================================================= [2020-09-17T18:31:44.044Z] EdgeX Global Pipelines Version Info [2020-09-17T18:31:44.044Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:31:46.446Z] ------------------- [2020-09-17T18:31:46.447Z] stable info: [2020-09-17T18:31:46.447Z] ------------------- [2020-09-17T18:31:46.447Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T18:31:46.447Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T18:31:46.447Z] Message: update stable to v1.0.122 [2020-09-17T18:31:47.465Z] ------------------- [2020-09-17T18:31:47.466Z] experimental info: [2020-09-17T18:31:47.466Z] ------------------- [2020-09-17T18:31:47.466Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T18:31:47.466Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-17T18:31:47.466Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T18:31:47.938Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-17T18:31:48.051Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-17T18:31:48.158Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T18:31:48.266Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T18:31:48.373Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T18:31:48.479Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T18:31:48.583Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T18:31:48.717Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T18:31:48.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T18:31:48.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T18:31:49.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T18:31:49.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-17T18:31:49.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T18:31:49.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T18:31:49.595Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T18:31:49.703Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T18:31:49.824Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T18:31:49.929Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T18:31:50.041Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T18:31:50.166Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T18:31:50.438Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-17T18:31:50.595Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-17T18:31:50.715Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-17T18:31:50.885Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-17T18:31:51.027Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-17T18:31:51.127Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e35ffebebb1e4787f82a73d0795a567a7eccbe33 [Pipeline] echo [2020-09-17T18:31:51.286Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e35ffeb [Pipeline] echo [2020-09-17T18:31:51.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T18:31:52.058Z] + git log --format=format:%s -1 e35ffebebb1e4787f82a73d0795a567a7eccbe33 [Pipeline] echo [2020-09-17T18:31:52.160Z] GIT_COMMIT: e35ffebebb1e4787f82a73d0795a567a7eccbe33, Commit Message: refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts (#494) [Pipeline] echo [2020-09-17T18:31:52.212Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:31:53.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:31:53.550Z] [2020-09-17T18:31:53.550Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:31:53.923Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:31:54.201Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T18:31:54.201Z] 31603596830f: Pulling fs layer [2020-09-17T18:31:54.201Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T18:31:54.201Z] 6ca5941a6612: Pulling fs layer [2020-09-17T18:31:54.201Z] ecc8261a40a4: Pulling fs layer [2020-09-17T18:31:54.201Z] ecc8261a40a4: Waiting [2020-09-17T18:31:54.201Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T18:31:54.201Z] 2a8b12db71e7: Download complete [2020-09-17T18:31:54.201Z] 31603596830f: Verifying Checksum [2020-09-17T18:31:54.201Z] 31603596830f: Download complete [2020-09-17T18:31:54.494Z] ecc8261a40a4: Verifying Checksum [2020-09-17T18:31:54.494Z] ecc8261a40a4: Download complete [2020-09-17T18:31:54.770Z] 31603596830f: Pull complete [2020-09-17T18:31:54.770Z] 6ca5941a6612: Verifying Checksum [2020-09-17T18:31:54.770Z] 6ca5941a6612: Download complete [2020-09-17T18:31:54.770Z] 2a8b12db71e7: Pull complete [2020-09-17T18:31:56.331Z] 6ca5941a6612: Pull complete [2020-09-17T18:31:56.918Z] ecc8261a40a4: Pull complete [2020-09-17T18:31:56.918Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T18:31:56.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:31:56.918Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T18:31:57.059Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-09-17T18:31:57.230Z] $ 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-17T18:31:59.342Z] $ docker top ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T18:31:59.956Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T18:31:59.956Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T18:32:00.305Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T18:32:00.311Z] $ docker exec ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 ssh-agent [2020-09-17T18:32:00.526Z] SSH_AUTH_SOCK=/tmp/ssh-vugdnEJrr97X/agent.11 [2020-09-17T18:32:00.526Z] SSH_AGENT_PID=17 [2020-09-17T18:32:00.539Z] Running ssh-add (command line suppressed) [2020-09-17T18:32:00.740Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4839799972609881993.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4839799972609881993.key) [2020-09-17T18:32:00.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T18:32:01.360Z] + git describe --exact-match --tags HEAD [2020-09-17T18:32:01.360Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T18:32:01.397Z] $ docker exec --env ******** --env ******** ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 ssh-agent -k [2020-09-17T18:32:01.657Z] unset SSH_AUTH_SOCK; [2020-09-17T18:32:01.657Z] unset SSH_AGENT_PID; [2020-09-17T18:32:01.657Z] echo Agent pid 17 killed; [2020-09-17T18:32:01.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T18:32:01.837Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T18:32:01.838Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T18:32:01.969Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T18:32:01.969Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T18:32:02.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T18:32:02.220Z] $ docker exec ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 ssh-agent [2020-09-17T18:32:02.457Z] SSH_AUTH_SOCK=/tmp/ssh-q8VMmrSDUtMs/agent.47 [2020-09-17T18:32:02.457Z] SSH_AGENT_PID=52 [2020-09-17T18:32:02.536Z] Running ssh-add (command line suppressed) [2020-09-17T18:32:02.690Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9079438359458614859.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9079438359458614859.key) [2020-09-17T18:32:02.755Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T18:32:03.139Z] + git semver init [2020-09-17T18:32:03.139Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T18:32:03.139Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T18:32:03.139Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T18:32:03.139Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T18:32:03.139Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T18:32:03.139Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T18:32:03.139Z] # $SEMVER_BRANCH = master [2020-09-17T18:32:03.139Z] # $SEMVER_TEMP = /tmp/semver-122474268 [2020-09-17T18:32:03.139Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-17T18:32:06.871Z] # '/tmp/semver-122474268' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-17T18:32:06.871Z] # -> Force: false [2020-09-17T18:32:06.871Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-17T18:32:06.914Z] $ docker exec --env ******** --env ******** ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 ssh-agent -k [2020-09-17T18:32:07.147Z] unset SSH_AUTH_SOCK; [2020-09-17T18:32:07.150Z] unset SSH_AGENT_PID; [2020-09-17T18:32:07.150Z] echo Agent pid 52 killed; [2020-09-17T18:32:07.227Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T18:32:07.732Z] + git semver [Pipeline] } [2020-09-17T18:32:07.759Z] $ docker stop --time=1 ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 [2020-09-17T18:32:09.309Z] $ docker rm -f ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T18:32:12.403Z] Stashed 40 file(s) [Pipeline] echo [2020-09-17T18:32:12.407Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.27 [Pipeline] echo [2020-09-17T18:32:12.531Z] Archived original version: [1.2.1-dev.27] [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-17T18:32:27.993Z] Still waiting to schedule task [2020-09-17T18:32:27.993Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-17T18:32:27.995Z] Still waiting to schedule task [2020-09-17T18:32:27.996Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-17T18:34:09.842Z] Running on prd-centos7-docker-4c-2g-264 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-17T18:34:09.893Z] Running in /w/workspace/app-functions-sdk-go/115 [Pipeline] { [Pipeline] checkout [2020-09-17T18:34:13.821Z] using credential edgex-jenkins-ssh [2020-09-17T18:34:13.879Z] Cloning the remote Git repository [2020-09-17T18:34:13.879Z] Cloning with configured refspecs honoured and without tags [2020-09-17T18:34:13.915Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:34:13.989Z] > git init /w/workspace/app-functions-sdk-go/115 # timeout=10 [2020-09-17T18:34:14.046Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:34:14.046Z] > git --version # timeout=10 [2020-09-17T18:34:14.069Z] > git --version # 'git version 2.16.5' [2020-09-17T18:34:14.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T18:34:14.246Z] > 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-17T18:34:16.483Z] Fetching without tags [2020-09-17T18:34:16.900Z] Checking out Revision e35ffebebb1e4787f82a73d0795a567a7eccbe33 (master) [2020-09-17T18:34:16.442Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T18:34:16.453Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T18:34:16.470Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T18:34:16.488Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:34:16.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T18:34:16.493Z] > 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-17T18:34:16.910Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T18:34:16.918Z] > git checkout -f e35ffebebb1e4787f82a73d0795a567a7eccbe33 # timeout=10 [2020-09-17T18:34:20.543Z] Commit message: "refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts (#494)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T18:34:22.472Z] ========================================================= [2020-09-17T18:34:22.472Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T18:34:22.472Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:34:23.147Z] + 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-17T18:34:24.101Z] Sending build context to Docker daemon 37.16MB [2020-09-17T18:34:24.101Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T18:34:24.101Z] Step 2/8 : FROM ${BASE} [2020-09-17T18:34:24.380Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T18:34:24.380Z] df20fa9351a1: Pulling fs layer [2020-09-17T18:34:24.380Z] ed8968b2872e: Pulling fs layer [2020-09-17T18:34:24.380Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T18:34:24.380Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T18:34:24.380Z] e73272ec9a57: Pulling fs layer [2020-09-17T18:34:24.380Z] 1e910a182e73: Pulling fs layer [2020-09-17T18:34:24.380Z] 4e634b169226: Pulling fs layer [2020-09-17T18:34:24.380Z] e73272ec9a57: Waiting [2020-09-17T18:34:24.380Z] 1e910a182e73: Waiting [2020-09-17T18:34:24.380Z] 4e634b169226: Waiting [2020-09-17T18:34:24.380Z] e871e8e8d7a9: Waiting [2020-09-17T18:34:24.380Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T18:34:24.380Z] a92cc7c5fd73: Download complete [2020-09-17T18:34:24.380Z] ed8968b2872e: Verifying Checksum [2020-09-17T18:34:24.380Z] ed8968b2872e: Download complete [2020-09-17T18:34:24.380Z] e73272ec9a57: Verifying Checksum [2020-09-17T18:34:24.380Z] e73272ec9a57: Download complete [2020-09-17T18:34:24.380Z] df20fa9351a1: Verifying Checksum [2020-09-17T18:34:24.380Z] df20fa9351a1: Download complete [2020-09-17T18:34:24.380Z] 1e910a182e73: Verifying Checksum [2020-09-17T18:34:24.380Z] 1e910a182e73: Download complete [2020-09-17T18:34:24.653Z] df20fa9351a1: Pull complete [2020-09-17T18:34:24.917Z] ed8968b2872e: Pull complete [2020-09-17T18:34:24.917Z] a92cc7c5fd73: Pull complete [2020-09-17T18:34:26.846Z] 4e634b169226: Verifying Checksum [2020-09-17T18:34:26.847Z] 4e634b169226: Download complete [2020-09-17T18:34:27.797Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T18:34:27.797Z] e871e8e8d7a9: Download complete [2020-09-17T18:34:29.264Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-262 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-17T18:34:29.316Z] Running in /w/workspace/app-functions-sdk-go/115 [Pipeline] { [Pipeline] checkout [2020-09-17T18:34:32.043Z] e871e8e8d7a9: Pull complete [2020-09-17T18:34:32.313Z] e73272ec9a57: Pull complete [2020-09-17T18:34:32.582Z] 1e910a182e73: Pull complete [2020-09-17T18:34:34.134Z] using credential edgex-jenkins-ssh [2020-09-17T18:34:34.187Z] Cloning the remote Git repository [2020-09-17T18:34:34.187Z] Cloning with configured refspecs honoured and without tags [2020-09-17T18:34:34.243Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:34:34.349Z] > git init /w/workspace/app-functions-sdk-go/115 # timeout=10 [2020-09-17T18:34:34.416Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:34:34.417Z] > git --version # timeout=10 [2020-09-17T18:34:34.443Z] > git --version # 'git version 2.17.1' [2020-09-17T18:34:34.445Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T18:34:34.520Z] > 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-17T18:34:37.446Z] Fetching without tags [2020-09-17T18:34:37.901Z] 4e634b169226: Pull complete [2020-09-17T18:34:37.901Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T18:34:37.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T18:34:37.901Z] ---> f7629b54cfaa [2020-09-17T18:34:37.901Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-17T18:34:37.901Z] latest: Pulling from library/docker [2020-09-17T18:34:37.901Z] df20fa9351a1: Already exists [2020-09-17T18:34:37.901Z] 25ad7478873d: Pulling fs layer [2020-09-17T18:34:37.901Z] 4684f6177b5d: Pulling fs layer [2020-09-17T18:34:37.901Z] 46e300cec669: Pulling fs layer [2020-09-17T18:34:37.901Z] 63038576ad94: Pulling fs layer [2020-09-17T18:34:37.901Z] 0fdb76c4706c: Pulling fs layer [2020-09-17T18:34:37.901Z] cb7edeffdfd5: Pulling fs layer [2020-09-17T18:34:37.901Z] 63038576ad94: Waiting [2020-09-17T18:34:37.901Z] 0fdb76c4706c: Waiting [2020-09-17T18:34:37.901Z] cb7edeffdfd5: Waiting [2020-09-17T18:34:37.901Z] 4684f6177b5d: Verifying Checksum [2020-09-17T18:34:37.901Z] 4684f6177b5d: Download complete [2020-09-17T18:34:37.901Z] 25ad7478873d: Verifying Checksum [2020-09-17T18:34:37.901Z] 25ad7478873d: Download complete [2020-09-17T18:34:37.901Z] 63038576ad94: Verifying Checksum [2020-09-17T18:34:37.901Z] 63038576ad94: Download complete [2020-09-17T18:34:37.901Z] 0fdb76c4706c: Download complete [2020-09-17T18:34:38.165Z] 25ad7478873d: Pull complete [2020-09-17T18:34:38.165Z] cb7edeffdfd5: Verifying Checksum [2020-09-17T18:34:38.165Z] cb7edeffdfd5: Download complete [2020-09-17T18:34:38.165Z] 4684f6177b5d: Pull complete [2020-09-17T18:34:38.182Z] Checking out Revision e35ffebebb1e4787f82a73d0795a567a7eccbe33 (master) [2020-09-17T18:34:37.370Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T18:34:37.403Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T18:34:37.430Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T18:34:37.459Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:34:37.460Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T18:34:37.472Z] > 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-17T18:34:38.205Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T18:34:38.219Z] > git checkout -f e35ffebebb1e4787f82a73d0795a567a7eccbe33 # timeout=10 [2020-09-17T18:34:38.739Z] 46e300cec669: Download complete [2020-09-17T18:34:41.314Z] 46e300cec669: Pull complete [2020-09-17T18:34:41.576Z] 63038576ad94: Pull complete [2020-09-17T18:34:41.576Z] 0fdb76c4706c: Pull complete [2020-09-17T18:34:41.839Z] cb7edeffdfd5: Pull complete [2020-09-17T18:34:41.839Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-17T18:34:41.839Z] Status: Downloaded newer image for docker:latest [2020-09-17T18:34:42.735Z] Commit message: "refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts (#494)" [Pipeline] withEnv [Pipeline] { [2020-09-17T18:34:43.242Z] ---> 652e950320fd [2020-09-17T18:34:43.242Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T18:34:43.242Z] ---> Running in f217c2a8d297 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-09-17T18:34:43.507Z] Removing intermediate container f217c2a8d297 [2020-09-17T18:34:43.507Z] ---> 4eb7f9f285fe [2020-09-17T18:34:43.507Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [Pipeline] unstash [2020-09-17T18:34:43.771Z] ---> Running in dcb4d163ba7a [2020-09-17T18:34:44.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T18:34:44.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T18:34:45.542Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-17T18:34:45.542Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-17T18:34:45.804Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-17T18:34:45.804Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-17T18:34:45.804Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-17T18:34:46.068Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T18:34:46.068Z] OK: 167 MiB in 44 packages [Pipeline] echo [2020-09-17T18:34:46.195Z] ========================================================= [2020-09-17T18:34:46.195Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T18:34:46.195Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:34:46.644Z] Removing intermediate container dcb4d163ba7a [2020-09-17T18:34:46.644Z] ---> 1d817a6b132c [2020-09-17T18:34:46.644Z] Step 6/8 : WORKDIR /build [2020-09-17T18:34:46.909Z] ---> Running in fbb7c12eeaeb [2020-09-17T18:34:46.909Z] Removing intermediate container fbb7c12eeaeb [2020-09-17T18:34:46.909Z] ---> 06c1a9a25641 [2020-09-17T18:34:46.909Z] Step 7/8 : COPY go.mod . [2020-09-17T18:34:47.175Z] ---> 390531d56556 [2020-09-17T18:34:47.175Z] Step 8/8 : RUN go mod download [2020-09-17T18:34:47.175Z] ---> Running in 5b05d64abc35 [2020-09-17T18:34:47.252Z] + 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-17T18:34:48.695Z] Sending build context to Docker daemon 37.16MB [2020-09-17T18:34:48.695Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T18:34:48.695Z] Step 2/8 : FROM ${BASE} [2020-09-17T18:34:48.971Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T18:34:48.971Z] b538f80385f9: Pulling fs layer [2020-09-17T18:34:48.971Z] 74f711af9a0d: Pulling fs layer [2020-09-17T18:34:48.971Z] 99f96fe45779: Pulling fs layer [2020-09-17T18:34:48.971Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T18:34:48.971Z] 45590311c82a: Pulling fs layer [2020-09-17T18:34:48.971Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T18:34:48.971Z] 209524e5b208: Pulling fs layer [2020-09-17T18:34:48.971Z] 8529a6b9a6be: Waiting [2020-09-17T18:34:48.971Z] 45590311c82a: Waiting [2020-09-17T18:34:48.971Z] 69ca0ff8b7b3: Waiting [2020-09-17T18:34:48.971Z] 209524e5b208: Waiting [2020-09-17T18:34:48.971Z] 99f96fe45779: Verifying Checksum [2020-09-17T18:34:48.971Z] 99f96fe45779: Download complete [2020-09-17T18:34:48.971Z] 74f711af9a0d: Verifying Checksum [2020-09-17T18:34:48.971Z] 74f711af9a0d: Download complete [2020-09-17T18:34:48.971Z] 45590311c82a: Download complete [2020-09-17T18:34:48.971Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-17T18:34:48.971Z] 69ca0ff8b7b3: Download complete [2020-09-17T18:34:48.971Z] b538f80385f9: Verifying Checksum [2020-09-17T18:34:48.971Z] b538f80385f9: Download complete [2020-09-17T18:34:49.571Z] b538f80385f9: Pull complete [2020-09-17T18:34:50.177Z] 74f711af9a0d: Pull complete [2020-09-17T18:34:50.452Z] 99f96fe45779: Pull complete [2020-09-17T18:34:51.430Z] 209524e5b208: Verifying Checksum [2020-09-17T18:34:53.396Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T18:34:53.397Z] 8529a6b9a6be: Download complete [2020-09-17T18:35:03.561Z] 8529a6b9a6be: Pull complete [2020-09-17T18:35:03.561Z] 45590311c82a: Pull complete [2020-09-17T18:35:04.158Z] 69ca0ff8b7b3: Pull complete [2020-09-17T18:35:07.570Z] 209524e5b208: Pull complete [2020-09-17T18:35:07.570Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T18:35:07.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T18:35:07.842Z] ---> 5bddaf1c2fca [2020-09-17T18:35:07.842Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-17T18:35:08.119Z] latest: Pulling from library/docker [2020-09-17T18:35:08.119Z] b538f80385f9: Already exists [2020-09-17T18:35:08.119Z] 259a493cd78d: Pulling fs layer [2020-09-17T18:35:08.119Z] b8e66b5100f5: Pulling fs layer [2020-09-17T18:35:08.119Z] 39dc9c94d07c: Pulling fs layer [2020-09-17T18:35:08.119Z] 551b823b3b82: Pulling fs layer [2020-09-17T18:35:08.119Z] 3c52a74df98c: Pulling fs layer [2020-09-17T18:35:08.119Z] 6c9b121b6998: Pulling fs layer [2020-09-17T18:35:08.119Z] 551b823b3b82: Waiting [2020-09-17T18:35:08.119Z] 6c9b121b6998: Waiting [2020-09-17T18:35:08.395Z] b8e66b5100f5: Verifying Checksum [2020-09-17T18:35:08.395Z] b8e66b5100f5: Download complete [2020-09-17T18:35:08.395Z] 259a493cd78d: Verifying Checksum [2020-09-17T18:35:08.395Z] 259a493cd78d: Download complete [2020-09-17T18:35:08.395Z] 551b823b3b82: Verifying Checksum [2020-09-17T18:35:08.395Z] 551b823b3b82: Download complete [2020-09-17T18:35:08.671Z] 3c52a74df98c: Verifying Checksum [2020-09-17T18:35:08.671Z] 3c52a74df98c: Download complete [2020-09-17T18:35:08.671Z] 6c9b121b6998: Verifying Checksum [2020-09-17T18:35:08.671Z] 6c9b121b6998: Download complete [2020-09-17T18:35:08.947Z] 259a493cd78d: Pull complete [2020-09-17T18:35:09.551Z] b8e66b5100f5: Pull complete [2020-09-17T18:35:09.827Z] 39dc9c94d07c: Verifying Checksum [2020-09-17T18:35:09.827Z] 39dc9c94d07c: Download complete [2020-09-17T18:35:13.229Z] 39dc9c94d07c: Pull complete [2020-09-17T18:35:13.229Z] 551b823b3b82: Pull complete [2020-09-17T18:35:13.509Z] 3c52a74df98c: Pull complete [2020-09-17T18:35:13.820Z] Removing intermediate container 5b05d64abc35 [2020-09-17T18:35:13.820Z] ---> c85761518818 [2020-09-17T18:35:13.820Z] Successfully built c85761518818 [2020-09-17T18:35:13.820Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:35:14.124Z] 6c9b121b6998: Pull complete [2020-09-17T18:35:14.124Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-17T18:35:14.124Z] Status: Downloaded newer image for docker:latest [2020-09-17T18:35:14.290Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T18:35:14.290Z] . [Pipeline] withDockerContainer [2020-09-17T18:35:14.401Z] prd-centos7-docker-4c-2g-264 does not seem to be running inside a container [2020-09-17T18:35:14.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/115 -v /w/workspace/app-functions-sdk-go/115:/w/workspace/app-functions-sdk-go/115:rw,z -v /w/workspace/app-functions-sdk-go/115@tmp:/w/workspace/app-functions-sdk-go/115@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-17T18:35:15.245Z] $ docker top 470783cd116adf395a69a48f441663e0bfaf4de9e9973e26b0219b9f5b3e8a71 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T18:35:15.775Z] + go version [2020-09-17T18:35:15.775Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T18:35:15.793Z] $ docker stop --time=1 470783cd116adf395a69a48f441663e0bfaf4de9e9973e26b0219b9f5b3e8a71 [2020-09-17T18:35:17.156Z] $ docker rm -f 470783cd116adf395a69a48f441663e0bfaf4de9e9973e26b0219b9f5b3e8a71 [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-17T18:35:20.841Z] ---> adcd01323e1b [2020-09-17T18:35:20.841Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T18:35:20.841Z] ---> Running in 5587ff3ba63c [2020-09-17T18:35:20.841Z] Removing intermediate container 5587ff3ba63c [2020-09-17T18:35:20.841Z] ---> 384e49d6ede6 [2020-09-17T18:35:20.841Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-17T18:35:20.841Z] ---> Running in 52d228ec4615 [2020-09-17T18:35:22.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T18:35:23.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T18:35:23.847Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-17T18:35:23.847Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-17T18:35:24.118Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-17T18:35:24.118Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-17T18:35:24.390Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-17T18:35:24.390Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T18:35:24.390Z] OK: 144 MiB in 44 packages [2020-09-17T18:35:25.832Z] Removing intermediate container 52d228ec4615 [2020-09-17T18:35:25.832Z] ---> 637205ac4fc3 [2020-09-17T18:35:25.832Z] Step 6/8 : WORKDIR /build [2020-09-17T18:35:25.832Z] ---> Running in 159c5ee9635c [2020-09-17T18:35:26.428Z] Removing intermediate container 159c5ee9635c [2020-09-17T18:35:26.428Z] ---> 5ed68c5d0a73 [2020-09-17T18:35:26.428Z] Step 7/8 : COPY go.mod . [2020-09-17T18:35:27.025Z] ---> 6c8101d5e2c2 [2020-09-17T18:35:27.025Z] Step 8/8 : RUN go mod download [2020-09-17T18:35:27.302Z] ---> Running in dc551c19a357 [2020-09-17T18:35:54.100Z] Removing intermediate container dc551c19a357 [2020-09-17T18:35:54.100Z] ---> d8a11cf41bdb [2020-09-17T18:35:54.371Z] Successfully built d8a11cf41bdb [2020-09-17T18:35:54.371Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:35:54.776Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T18:35:54.776Z] . [Pipeline] withDockerContainer [2020-09-17T18:35:55.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-262 does not seem to be running inside a container [2020-09-17T18:35:55.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/115 -v /w/workspace/app-functions-sdk-go/115:/w/workspace/app-functions-sdk-go/115:rw,z -v /w/workspace/app-functions-sdk-go/115@tmp:/w/workspace/app-functions-sdk-go/115@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-17T18:35:57.107Z] $ docker top 8123a04891b9664e9c3c0d7f0d1f656a5850da890323ddc257ac839284864e0f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T18:35:58.523Z] + go version [2020-09-17T18:35:58.523Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T18:35:58.550Z] $ docker stop --time=1 8123a04891b9664e9c3c0d7f0d1f656a5850da890323ddc257ac839284864e0f [2020-09-17T18:36:00.537Z] $ docker rm -f 8123a04891b9664e9c3c0d7f0d1f656a5850da890323ddc257ac839284864e0f [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-17T18:36:03.766Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-17T18:36:03.768Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-17T18:36:03.832Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:36:04.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T18:36:04.365Z] [2020-09-17T18:36:04.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:36:04.743Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T18:36:04.744Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-17T18:36:04.744Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-17T18:36:04.744Z] 408f87550127: Pulling fs layer [2020-09-17T18:36:04.744Z] fe522b08c979: Pulling fs layer [2020-09-17T18:36:04.744Z] 221eaa008020: Pulling fs layer [2020-09-17T18:36:04.744Z] 2a4607e5d6b9: Pulling fs layer [2020-09-17T18:36:04.744Z] 8f79b27c4fd2: Pulling fs layer [2020-09-17T18:36:04.744Z] e5c8dbe1645b: Pulling fs layer [2020-09-17T18:36:04.744Z] 23e8b3b47431: Pulling fs layer [2020-09-17T18:36:04.744Z] 5c568d65a230: Pulling fs layer [2020-09-17T18:36:04.744Z] 8f79b27c4fd2: Waiting [2020-09-17T18:36:04.744Z] e5c8dbe1645b: Waiting [2020-09-17T18:36:04.744Z] 23e8b3b47431: Waiting [2020-09-17T18:36:04.744Z] 5c568d65a230: Waiting [2020-09-17T18:36:04.744Z] 2a4607e5d6b9: Waiting [2020-09-17T18:36:04.744Z] 221eaa008020: Waiting [2020-09-17T18:36:04.744Z] 408f87550127: Verifying Checksum [2020-09-17T18:36:04.744Z] 408f87550127: Download complete [2020-09-17T18:36:04.744Z] fe522b08c979: Download complete [2020-09-17T18:36:04.744Z] 2a4607e5d6b9: Verifying Checksum [2020-09-17T18:36:04.744Z] 2a4607e5d6b9: Download complete [2020-09-17T18:36:04.744Z] 8f79b27c4fd2: Verifying Checksum [2020-09-17T18:36:04.744Z] 8f79b27c4fd2: Download complete [2020-09-17T18:36:05.038Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-17T18:36:05.038Z] cbdbe7a5bc2a: Download complete [2020-09-17T18:36:05.349Z] cbdbe7a5bc2a: Pull complete [2020-09-17T18:36:05.623Z] 408f87550127: Pull complete [2020-09-17T18:36:05.894Z] fe522b08c979: Pull complete [2020-09-17T18:36:06.507Z] e5c8dbe1645b: Verifying Checksum [2020-09-17T18:36:06.507Z] e5c8dbe1645b: Download complete [2020-09-17T18:36:11.441Z] 23e8b3b47431: Verifying Checksum [2020-09-17T18:36:11.441Z] 23e8b3b47431: Download complete [2020-09-17T18:36:11.713Z] 5c568d65a230: Verifying Checksum [2020-09-17T18:36:11.713Z] 5c568d65a230: Download complete [2020-09-17T18:36:13.744Z] 221eaa008020: Verifying Checksum [2020-09-17T18:36:13.744Z] 221eaa008020: Download complete [2020-09-17T18:36:24.025Z] 221eaa008020: Pull complete [2020-09-17T18:36:24.025Z] 2a4607e5d6b9: Pull complete [2020-09-17T18:36:24.025Z] 8f79b27c4fd2: Pull complete [2020-09-17T18:36:28.575Z] e5c8dbe1645b: Pull complete [2020-09-17T18:36:30.593Z] 23e8b3b47431: Pull complete [2020-09-17T18:36:32.652Z] 5c568d65a230: Pull complete [2020-09-17T18:36:32.652Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-17T18:36:32.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T18:36:32.652Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-17T18:36:33.036Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-09-17T18:36:33.266Z] $ 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-17T18:36:35.610Z] $ docker top d4434af99492165ffd2940ad1320381e96cebff7a4000decc9b54da6f27a224e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T18:36:36.339Z] + snyk monitor '--org=edgex-jenkins' [2020-09-17T18:36:55.619Z] [2020-09-17T18:36:55.619Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-17T18:36:55.619Z] [2020-09-17T18:36:55.619Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/ca44ae1e-195e-422a-8264-816897be4625 [2020-09-17T18:36:55.619Z] [2020-09-17T18:36:55.619Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-17T18:36:55.619Z] [2020-09-17T18:36:55.619Z] [2020-09-17T18:36:55.619Z] Snyk CLI supports Node.js 8 and higher. [2020-09-17T18:36:55.619Z] 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-17T18:36:55.619Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-17T18:36:55.619Z] [2020-09-17T18:36:55.619Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-17T18:36:55.619Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-17T18:36:55.649Z] $ docker stop --time=1 d4434af99492165ffd2940ad1320381e96cebff7a4000decc9b54da6f27a224e [2020-09-17T18:36:59.457Z] $ docker rm -f d4434af99492165ffd2940ad1320381e96cebff7a4000decc9b54da6f27a224e [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-17T18:37:01.464Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T18:37:01.528Z] provisioning config files... [2020-09-17T18:37:01.558Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2441249065252737563tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:37:02.004Z] --> edgex-publish-swagger.sh [2020-09-17T18:37:02.004Z] === Publish openapi/v2 API === [2020-09-17T18:37:02.004Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-17T18:37:02.004Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-17T18:37:02.004Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-17T18:37:02.004Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-17T18:37:02.018Z] 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-17T18:37:05.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:37:05.638Z] . [Pipeline] withDockerContainer [2020-09-17T18:37:05.837Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-09-17T18:37:06.053Z] $ 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-17T18:37:07.229Z] $ docker top c17ecae46fe75ce2a6bf1ec4b66de8f9c098bd3fb71ae1cebae97766693ea649 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T18:37:07.658Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T18:37:07.658Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T18:37:08.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T18:37:08.111Z] $ docker exec c17ecae46fe75ce2a6bf1ec4b66de8f9c098bd3fb71ae1cebae97766693ea649 ssh-agent [2020-09-17T18:37:08.462Z] SSH_AUTH_SOCK=/tmp/ssh-40uaGh2BmIzA/agent.13 [2020-09-17T18:37:08.462Z] SSH_AGENT_PID=18 [2020-09-17T18:37:08.498Z] Running ssh-add (command line suppressed) [2020-09-17T18:37:08.818Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4704989901530878470.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4704989901530878470.key) [2020-09-17T18:37:08.974Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T18:37:09.380Z] + git semver tag [2020-09-17T18:37:09.651Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T18:37:09.651Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T18:37:09.651Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T18:37:09.651Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T18:37:09.651Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T18:37:09.651Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T18:37:09.651Z] # $SEMVER_BRANCH = master [2020-09-17T18:37:09.651Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-17T18:37:09.651Z] # e35ffebebb1e4787f82a73d0795a567a7eccbe33 HEAD [2020-09-17T18:37:09.651Z] # -> Force: false [2020-09-17T18:37:09.651Z] # 5e29909334d789c853a9b0a41fb4c2ddd10df405 refs/tags/v1.2.1-dev.27 [Pipeline] } [2020-09-17T18:37:09.672Z] $ docker exec --env ******** --env ******** c17ecae46fe75ce2a6bf1ec4b66de8f9c098bd3fb71ae1cebae97766693ea649 ssh-agent -k [2020-09-17T18:37:09.915Z] unset SSH_AUTH_SOCK; [2020-09-17T18:37:09.915Z] unset SSH_AGENT_PID; [2020-09-17T18:37:09.915Z] echo Agent pid 18 killed; [2020-09-17T18:37:10.034Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T18:37:10.816Z] + git semver [Pipeline] } [2020-09-17T18:37:10.854Z] $ docker stop --time=1 c17ecae46fe75ce2a6bf1ec4b66de8f9c098bd3fb71ae1cebae97766693ea649 [2020-09-17T18:37:12.348Z] $ docker rm -f c17ecae46fe75ce2a6bf1ec4b66de8f9c098bd3fb71ae1cebae97766693ea649 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:37:13.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T18:37:13.036Z] [2020-09-17T18:37:13.036Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:37:13.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T18:37:13.443Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-17T18:37:13.443Z] ab5ef0e58194: Pulling fs layer [2020-09-17T18:37:13.443Z] 9712f1f96733: Pulling fs layer [2020-09-17T18:37:13.443Z] 63f879dbbcfc: Pulling fs layer [2020-09-17T18:37:13.443Z] 0d9ebad4ef96: Pulling fs layer [2020-09-17T18:37:13.443Z] e9a5061849ea: Pulling fs layer [2020-09-17T18:37:13.443Z] d747dcd14b5f: Pulling fs layer [2020-09-17T18:37:13.443Z] 2de7ff778b66: Pulling fs layer [2020-09-17T18:37:13.443Z] 0d9ebad4ef96: Waiting [2020-09-17T18:37:13.443Z] d747dcd14b5f: Waiting [2020-09-17T18:37:13.443Z] e9a5061849ea: Waiting [2020-09-17T18:37:13.443Z] 2de7ff778b66: Waiting [2020-09-17T18:37:13.443Z] 9712f1f96733: Download complete [2020-09-17T18:37:18.971Z] 63f879dbbcfc: Verifying Checksum [2020-09-17T18:37:18.972Z] 63f879dbbcfc: Download complete [2020-09-17T18:37:18.972Z] e9a5061849ea: Verifying Checksum [2020-09-17T18:37:18.972Z] e9a5061849ea: Download complete [2020-09-17T18:37:18.972Z] d747dcd14b5f: Verifying Checksum [2020-09-17T18:37:19.991Z] 0d9ebad4ef96: Verifying Checksum [2020-09-17T18:37:19.991Z] 0d9ebad4ef96: Download complete [2020-09-17T18:37:19.991Z] 2de7ff778b66: Verifying Checksum [2020-09-17T18:37:19.991Z] 2de7ff778b66: Download complete [2020-09-17T18:37:20.271Z] ab5ef0e58194: Verifying Checksum [2020-09-17T18:37:20.271Z] ab5ef0e58194: Download complete [2020-09-17T18:37:28.659Z] ab5ef0e58194: Pull complete [2020-09-17T18:37:28.659Z] 9712f1f96733: Pull complete [2020-09-17T18:37:30.090Z] 63f879dbbcfc: Pull complete [2020-09-17T18:37:40.544Z] 0d9ebad4ef96: Pull complete [2020-09-17T18:37:40.544Z] e9a5061849ea: Pull complete [2020-09-17T18:37:40.544Z] d747dcd14b5f: Pull complete [2020-09-17T18:37:44.954Z] 2de7ff778b66: Pull complete [2020-09-17T18:37:44.954Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-17T18:37:44.954Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T18:37:44.954Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-17T18:37:45.207Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-09-17T18:37:45.285Z] $ 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-17T18:37:48.308Z] $ docker top 47c9ccbadeb0fec8057b69a040b1ecbaf66ce9fa714884e1cc0fef05461a696a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-17T18:37:48.560Z] provisioning config files... [2020-09-17T18:37:48.572Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6940668528031761651tmp [2020-09-17T18:37:48.596Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1495009787078370364tmp [2020-09-17T18:37:48.632Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8306043442911598147tmp [Pipeline] { [Pipeline] echo [2020-09-17T18:37:48.695Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:37:49.065Z] ---> sigul-configuration.sh [2020-09-17T18:37:49.065Z] gpg: directory `/root/.gnupg' created [2020-09-17T18:37:49.065Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-17T18:37:49.065Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-17T18:37:49.065Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-17T18:37:49.065Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-17T18:37:49.065Z] gpg: CAST5 encrypted data [2020-09-17T18:37:49.344Z] gpg: encrypted with 1 passphrase [2020-09-17T18:37:49.344Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-17T18:37:49.927Z] + mkdir /home/jenkins [2020-09-17T18:37:49.927Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-17T18:37:50.259Z] + 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-17T18:37:50.282Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:37:50.604Z] ---> sigul-install.sh [2020-09-17T18:37:58.973Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-17T18:37:59.662Z] + git tag --list [2020-09-17T18:37:59.662Z] v1.2.1-dev.27 [Pipeline] sh [2020-09-17T18:38:00.078Z] + lftools sign git-tag v1.2.1-dev.27 [2020-09-17T18:38:02.276Z] Signing Git tag with Sigul... [2020-09-17T18:38:02.276Z] Signing v1.2.1-dev.27 [Pipeline] echo [2020-09-17T18:38:03.605Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:38:04.599Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-17T18:38:04.620Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-17T18:38:04.717Z] $ docker stop --time=1 47c9ccbadeb0fec8057b69a040b1ecbaf66ce9fa714884e1cc0fef05461a696a [2020-09-17T18:38:06.989Z] $ docker rm -f 47c9ccbadeb0fec8057b69a040b1ecbaf66ce9fa714884e1cc0fef05461a696a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:38:07.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:38:07.872Z] . [Pipeline] withDockerContainer [2020-09-17T18:38:08.008Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-09-17T18:38:08.095Z] $ 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-17T18:38:09.093Z] $ docker top 9f8e4f16740df2a2ac8d24e4afb22ae774cd6aff8272c01b9970c75515d2736d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T18:38:09.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T18:38:09.435Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T18:38:09.775Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T18:38:09.780Z] $ docker exec 9f8e4f16740df2a2ac8d24e4afb22ae774cd6aff8272c01b9970c75515d2736d ssh-agent [2020-09-17T18:38:10.019Z] SSH_AUTH_SOCK=/tmp/ssh-dfFPYLQC02z5/agent.13 [2020-09-17T18:38:10.019Z] SSH_AGENT_PID=18 [2020-09-17T18:38:10.029Z] Running ssh-add (command line suppressed) [2020-09-17T18:38:10.228Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3356162134268889470.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3356162134268889470.key) [2020-09-17T18:38:10.301Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T18:38:11.100Z] + git semver bump pre [2020-09-17T18:38:11.100Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T18:38:11.100Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T18:38:11.100Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T18:38:11.100Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T18:38:11.100Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T18:38:11.100Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T18:38:11.100Z] # $SEMVER_BRANCH = master [2020-09-17T18:38:11.100Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-17T18:38:11.100Z] 1.2.1-dev.28 [Pipeline] } [2020-09-17T18:38:11.127Z] $ docker exec --env ******** --env ******** 9f8e4f16740df2a2ac8d24e4afb22ae774cd6aff8272c01b9970c75515d2736d ssh-agent -k [2020-09-17T18:38:11.355Z] unset SSH_AUTH_SOCK; [2020-09-17T18:38:11.356Z] unset SSH_AGENT_PID; [2020-09-17T18:38:11.356Z] echo Agent pid 18 killed; [2020-09-17T18:38:11.465Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T18:38:12.320Z] + git semver [Pipeline] } [2020-09-17T18:38:12.344Z] $ docker stop --time=1 9f8e4f16740df2a2ac8d24e4afb22ae774cd6aff8272c01b9970c75515d2736d [2020-09-17T18:38:14.559Z] $ docker rm -f 9f8e4f16740df2a2ac8d24e4afb22ae774cd6aff8272c01b9970c75515d2736d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:38:15.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:38:15.153Z] . [Pipeline] withDockerContainer [2020-09-17T18:38:15.329Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-09-17T18:38:15.448Z] $ 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-17T18:38:16.392Z] $ docker top 4cd4849f8ccf05b595022180c5e6c3f531f519d422d51b46df6dd10faff7b244 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T18:38:16.895Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T18:38:16.895Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T18:38:17.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T18:38:17.623Z] $ docker exec 4cd4849f8ccf05b595022180c5e6c3f531f519d422d51b46df6dd10faff7b244 ssh-agent [2020-09-17T18:38:18.019Z] SSH_AUTH_SOCK=/tmp/ssh-nG5EpaNv3yXX/agent.11 [2020-09-17T18:38:18.019Z] SSH_AGENT_PID=16 [2020-09-17T18:38:18.030Z] Running ssh-add (command line suppressed) [2020-09-17T18:38:18.284Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8621112702270739500.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8621112702270739500.key) [2020-09-17T18:38:18.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T18:38:19.382Z] + git semver push [2020-09-17T18:38:19.382Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T18:38:19.382Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T18:38:19.382Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T18:38:19.382Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T18:38:19.382Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T18:38:19.382Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T18:38:19.382Z] # $SEMVER_BRANCH = master [2020-09-17T18:38:19.382Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-17T18:38:27.738Z] $ docker exec --env ******** --env ******** 4cd4849f8ccf05b595022180c5e6c3f531f519d422d51b46df6dd10faff7b244 ssh-agent -k [2020-09-17T18:38:27.909Z] unset SSH_AUTH_SOCK; [2020-09-17T18:38:27.913Z] unset SSH_AGENT_PID; [2020-09-17T18:38:27.913Z] echo Agent pid 16 killed; [2020-09-17T18:38:28.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T18:38:28.547Z] + git semver [Pipeline] } [2020-09-17T18:38:28.580Z] $ docker stop --time=1 4cd4849f8ccf05b595022180c5e6c3f531f519d422d51b46df6dd10faff7b244 [2020-09-17T18:38:30.389Z] $ docker rm -f 4cd4849f8ccf05b595022180c5e6c3f531f519d422d51b46df6dd10faff7b244 [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-17T18:38:32.070Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:38:32.693Z] ---> package-listing.sh [2020-09-17T18:38:32.693Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T18:38:32.693Z] ++ facter osfamily [2020-09-17T18:38:32.964Z] + OS_FAMILY=redhat [2020-09-17T18:38:32.964Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T18:38:32.964Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T18:38:32.964Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T18:38:32.964Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T18:38:32.964Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T18:38:32.964Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-17T18:38:32.964Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T18:38:32.964Z] + case "${OS_FAMILY}" in [2020-09-17T18:38:32.964Z] + rpm -qa [2020-09-17T18:38:32.964Z] + sort [2020-09-17T18:38:38.359Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T18:38:38.359Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T18:38:38.359Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T18:38:38.359Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-17T18:38:38.359Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-17T18:38:38.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-17T18:38:38.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T18:38:38.892Z] [2020-09-17T18:38:38.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:38:39.266Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T18:38:39.266Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T18:38:39.266Z] df20fa9351a1: Pulling fs layer [2020-09-17T18:38:39.266Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T18:38:39.266Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T18:38:39.266Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T18:38:39.266Z] 0dadc02b9964: Pulling fs layer [2020-09-17T18:38:39.266Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T18:38:39.266Z] 7a184a31f384: Pulling fs layer [2020-09-17T18:38:39.266Z] 0879bd2ef858: Pulling fs layer [2020-09-17T18:38:39.266Z] 46f8f816bc3b: Waiting [2020-09-17T18:38:39.266Z] 0dadc02b9964: Waiting [2020-09-17T18:38:39.266Z] ce6a7cf60c04: Waiting [2020-09-17T18:38:39.266Z] 0879bd2ef858: Waiting [2020-09-17T18:38:39.266Z] 7a184a31f384: Waiting [2020-09-17T18:38:39.266Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T18:38:39.266Z] 36b3adc4ff6f: Download complete [2020-09-17T18:38:39.266Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T18:38:39.266Z] 46f8f816bc3b: Download complete [2020-09-17T18:38:39.543Z] df20fa9351a1: Verifying Checksum [2020-09-17T18:38:39.543Z] df20fa9351a1: Download complete [2020-09-17T18:38:39.543Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T18:38:39.543Z] ce6a7cf60c04: Download complete [2020-09-17T18:38:39.543Z] 7a184a31f384: Download complete [2020-09-17T18:38:39.543Z] 0dadc02b9964: Verifying Checksum [2020-09-17T18:38:39.543Z] 0dadc02b9964: Download complete [2020-09-17T18:38:40.703Z] df20fa9351a1: Pull complete [2020-09-17T18:38:40.703Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T18:38:40.703Z] 8ad3a11d3b57: Download complete [2020-09-17T18:38:41.371Z] 36b3adc4ff6f: Pull complete [2020-09-17T18:38:41.649Z] 0879bd2ef858: Verifying Checksum [2020-09-17T18:38:41.649Z] 0879bd2ef858: Download complete [2020-09-17T18:38:42.667Z] 8ad3a11d3b57: Pull complete [2020-09-17T18:38:42.992Z] 46f8f816bc3b: Pull complete [2020-09-17T18:38:43.644Z] 0dadc02b9964: Pull complete [2020-09-17T18:38:43.961Z] ce6a7cf60c04: Pull complete [2020-09-17T18:38:43.961Z] 7a184a31f384: Pull complete [2020-09-17T18:38:48.492Z] 0879bd2ef858: Pull complete [2020-09-17T18:38:48.492Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T18:38:48.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T18:38:48.492Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T18:38:48.800Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-09-17T18:38:48.876Z] $ 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-17T18:38:53.501Z] $ docker top 775a4c309de2f29fcddcb2a089c99cc42346a3399af05f5257026e37d91126b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T18:38:54.352Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T18:38:54.715Z] + ls /var/log/sa-host [2020-09-17T18:38:54.716Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T18:38:54.716Z] file_magic: OK [2020-09-17T18:38:54.716Z] HZ: Using current value: 100 [2020-09-17T18:38:54.716Z] file_header: OK [2020-09-17T18:38:54.716Z] 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-17T18:38:54.716Z] Statistics: [2020-09-17T18:38:54.716Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T18:38:54.716Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T18:38:54.716Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T18:38:54.716Z] file_magic: OK [2020-09-17T18:38:54.716Z] HZ: Using current value: 100 [2020-09-17T18:38:54.716Z] file_header: OK [2020-09-17T18:38:54.716Z] 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-17T18:38:54.716Z] Statistics: [2020-09-17T18:38:54.716Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T18:38:54.716Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T18:38:54.791Z] provisioning config files... [2020-09-17T18:38:54.813Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config957762438132777294tmp [Pipeline] { [Pipeline] echo [2020-09-17T18:38:54.878Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:38:55.231Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T18:38:55.249Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:38:55.955Z] ---> logs-deploy.sh [2020-09-17T18:38:55.955Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/115 [2020-09-17T18:38:55.955Z] INFO: archiving workspace using pattern(s): [2020-09-17T18:38:57.499Z] Archives upload complete. [2020-09-17T18:38:57.839Z] INFO: archiving logs to Nexus