Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a28a1e282162ae220bb16baae6b474c93cd0f1dd 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-448 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 Checking out Revision a28a1e282162ae220bb16baae6b474c93cd0f1dd (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 Commit message: "fix: Make `path` property required for the Secrets V1 & V2 APIs (#497)" > git rev-list --no-walk 48a162b46f06db1ab3e8693b547f266453305d01 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-18T22:10:43.844Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-18T22:10:44.098Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-18T22:10:44.263Z] ========================================================= [2020-09-18T22:10:44.263Z] EdgeX Global Pipelines Version Info [2020-09-18T22:10:44.263Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-18T22:10:46.214Z] ------------------- [2020-09-18T22:10:46.214Z] stable info: [2020-09-18T22:10:46.214Z] ------------------- [2020-09-18T22:10:46.214Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-18T22:10:46.214Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-18T22:10:46.214Z] Message: update stable to v1.0.122 [2020-09-18T22:10:46.788Z] ------------------- [2020-09-18T22:10:46.788Z] experimental info: [2020-09-18T22:10:46.788Z] ------------------- [2020-09-18T22:10:46.788Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-18T22:10:46.788Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-18T22:10:46.788Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-18T22:10:47.150Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-18T22:10:47.276Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-18T22:10:47.364Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-18T22:10:47.451Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-18T22:10:47.555Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-18T22:10:47.664Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-18T22:10:47.763Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-18T22:10:47.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-18T22:10:47.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-18T22:10:48.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-18T22:10:48.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-18T22:10:48.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-18T22:10:48.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-18T22:10:48.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-18T22:10:48.544Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T22:10:48.633Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T22:10:48.813Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T22:10:48.902Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T22:10:48.987Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-18T22:10:49.073Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-18T22:10:49.175Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-18T22:10:49.261Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-18T22:10:49.351Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-18T22:10:49.437Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-18T22:10:49.539Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-18T22:10:49.631Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a28a1e282162ae220bb16baae6b474c93cd0f1dd [Pipeline] echo [2020-09-18T22:10:49.733Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a28a1e2 [Pipeline] echo [2020-09-18T22:10:49.825Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T22:10:50.433Z] + git log --format=format:%s -1 a28a1e282162ae220bb16baae6b474c93cd0f1dd [Pipeline] echo [2020-09-18T22:10:50.497Z] GIT_COMMIT: a28a1e282162ae220bb16baae6b474c93cd0f1dd, Commit Message: fix: Make `path` property required for the Secrets V1 & V2 APIs (#497) [Pipeline] echo [2020-09-18T22:10:50.598Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:10:51.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T22:10:51.444Z] [2020-09-18T22:10:51.444Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:10:51.793Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T22:10:51.793Z] latest: Pulling from edgex-devops/git-semver [2020-09-18T22:10:51.793Z] 31603596830f: Pulling fs layer [2020-09-18T22:10:51.793Z] 2a8b12db71e7: Pulling fs layer [2020-09-18T22:10:51.793Z] 6ca5941a6612: Pulling fs layer [2020-09-18T22:10:51.793Z] ecc8261a40a4: Pulling fs layer [2020-09-18T22:10:51.793Z] ecc8261a40a4: Waiting [2020-09-18T22:10:51.793Z] 2a8b12db71e7: Download complete [2020-09-18T22:10:52.056Z] 31603596830f: Download complete [2020-09-18T22:10:52.056Z] ecc8261a40a4: Verifying Checksum [2020-09-18T22:10:52.056Z] ecc8261a40a4: Download complete [2020-09-18T22:10:52.056Z] 6ca5941a6612: Verifying Checksum [2020-09-18T22:10:52.056Z] 6ca5941a6612: Download complete [2020-09-18T22:10:52.319Z] 31603596830f: Pull complete [2020-09-18T22:10:52.319Z] 2a8b12db71e7: Pull complete [2020-09-18T22:10:53.272Z] 6ca5941a6612: Pull complete [2020-09-18T22:10:53.535Z] ecc8261a40a4: Pull complete [2020-09-18T22:10:53.535Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-18T22:10:53.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T22:10:53.535Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-18T22:10:53.642Z] prd-centos7-docker-4c-2g-448 does not seem to be running inside a container [2020-09-18T22:10:53.730Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T22:10:55.604Z] $ docker top cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T22:10:55.893Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T22:10:55.893Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T22:10:56.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T22:10:56.097Z] $ docker exec cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 ssh-agent [2020-09-18T22:10:56.253Z] SSH_AUTH_SOCK=/tmp/ssh-feAJJrZn4Y2w/agent.11 [2020-09-18T22:10:56.253Z] SSH_AGENT_PID=16 [2020-09-18T22:10:56.264Z] Running ssh-add (command line suppressed) [2020-09-18T22:10:56.398Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_883246406750940822.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_883246406750940822.key) [2020-09-18T22:10:56.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T22:10:56.792Z] + git describe --exact-match --tags HEAD [2020-09-18T22:10:56.792Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-18T22:10:56.817Z] $ docker exec --env ******** --env ******** cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 ssh-agent -k [2020-09-18T22:10:56.928Z] unset SSH_AUTH_SOCK; [2020-09-18T22:10:56.928Z] unset SSH_AGENT_PID; [2020-09-18T22:10:56.928Z] echo Agent pid 16 killed; [2020-09-18T22:10:56.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-18T22:10:57.057Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-18T22:10:57.057Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-18T22:10:57.245Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T22:10:57.245Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T22:10:57.425Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T22:10:57.430Z] $ docker exec cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 ssh-agent [2020-09-18T22:10:57.583Z] SSH_AUTH_SOCK=/tmp/ssh-ZnkJrUxjmPBd/agent.45 [2020-09-18T22:10:57.583Z] SSH_AGENT_PID=50 [2020-09-18T22:10:57.589Z] Running ssh-add (command line suppressed) [2020-09-18T22:10:57.703Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6275854074404734938.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6275854074404734938.key) [2020-09-18T22:10:57.761Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T22:10:58.095Z] + git semver init [2020-09-18T22:10:58.095Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T22:10:58.095Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-18T22:10:58.095Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-18T22:10:58.095Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T22:10:58.095Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T22:10:58.095Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T22:10:58.095Z] # $SEMVER_BRANCH = master [2020-09-18T22:10:58.095Z] # $SEMVER_TEMP = /tmp/semver-940984860 [2020-09-18T22:10:58.095Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-18T22:11:00.654Z] # '/tmp/semver-940984860' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-18T22:11:00.654Z] # -> Force: false [2020-09-18T22:11:00.654Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-18T22:11:00.667Z] $ docker exec --env ******** --env ******** cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 ssh-agent -k [2020-09-18T22:11:00.782Z] unset SSH_AUTH_SOCK; [2020-09-18T22:11:00.783Z] unset SSH_AGENT_PID; [2020-09-18T22:11:00.783Z] echo Agent pid 50 killed; [2020-09-18T22:11:00.831Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T22:11:01.363Z] + git semver [Pipeline] } [2020-09-18T22:11:01.381Z] $ docker stop --time=1 cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 [2020-09-18T22:11:02.872Z] $ docker rm -f cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-18T22:11:05.194Z] Stashed 45 file(s) [Pipeline] echo [2020-09-18T22:11:05.196Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.32 [Pipeline] echo [2020-09-18T22:11:05.294Z] Archived original version: [1.2.1-dev.32] [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-18T22:11:20.739Z] Still waiting to schedule task [2020-09-18T22:11:20.740Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-18T22:11:20.742Z] Still waiting to schedule task [2020-09-18T22:11:20.742Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-446’ is offline [2020-09-18T22:13:18.019Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-449 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-18T22:13:18.087Z] Running in /w/workspace/app-functions-sdk-go/120 [Pipeline] { [Pipeline] checkout [2020-09-18T22:13:23.278Z] using credential edgex-jenkins-ssh [2020-09-18T22:13:23.402Z] Cloning the remote Git repository [2020-09-18T22:13:23.402Z] Cloning with configured refspecs honoured and without tags [2020-09-18T22:13:23.466Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-18T22:13:23.581Z] > git init /w/workspace/app-functions-sdk-go/120 # timeout=10 [2020-09-18T22:13:23.642Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-18T22:13:23.642Z] > git --version # timeout=10 [2020-09-18T22:13:23.662Z] > git --version # 'git version 2.17.1' [2020-09-18T22:13:23.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T22:13:23.739Z] > 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-18T22:13:26.854Z] Fetching without tags [2020-09-18T22:13:26.779Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-18T22:13:26.802Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T22:13:26.827Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-18T22:13:26.867Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-18T22:13:26.868Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T22:13:26.880Z] > 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-18T22:13:27.386Z] Checking out Revision a28a1e282162ae220bb16baae6b474c93cd0f1dd (master) [2020-09-18T22:13:27.412Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T22:13:27.430Z] > git checkout -f a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 [2020-09-18T22:13:32.192Z] Commit message: "fix: Make `path` property required for the Secrets V1 & V2 APIs (#497)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T22:13:35.782Z] ========================================================= [2020-09-18T22:13:35.782Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-18T22:13:35.782Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:13:36.993Z] + 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-18T22:13:38.447Z] Sending build context to Docker daemon 37.19MB [2020-09-18T22:13:38.447Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T22:13:38.447Z] Step 2/8 : FROM ${BASE} [2020-09-18T22:13:38.720Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-18T22:13:38.720Z] b538f80385f9: Pulling fs layer [2020-09-18T22:13:38.720Z] 74f711af9a0d: Pulling fs layer [2020-09-18T22:13:38.720Z] 99f96fe45779: Pulling fs layer [2020-09-18T22:13:38.720Z] 8529a6b9a6be: Pulling fs layer [2020-09-18T22:13:38.720Z] 45590311c82a: Pulling fs layer [2020-09-18T22:13:38.720Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-18T22:13:38.720Z] 209524e5b208: Pulling fs layer [2020-09-18T22:13:38.720Z] 45590311c82a: Waiting [2020-09-18T22:13:38.720Z] 69ca0ff8b7b3: Waiting [2020-09-18T22:13:38.720Z] 209524e5b208: Waiting [2020-09-18T22:13:38.720Z] 8529a6b9a6be: Waiting [2020-09-18T22:13:38.720Z] 99f96fe45779: Download complete [2020-09-18T22:13:38.720Z] 74f711af9a0d: Verifying Checksum [2020-09-18T22:13:38.720Z] 74f711af9a0d: Download complete [2020-09-18T22:13:38.720Z] 45590311c82a: Verifying Checksum [2020-09-18T22:13:38.720Z] 45590311c82a: Download complete [2020-09-18T22:13:39.706Z] 69ca0ff8b7b3: Download complete [2020-09-18T22:13:39.706Z] b538f80385f9: Verifying Checksum [2020-09-18T22:13:39.706Z] b538f80385f9: Download complete [2020-09-18T22:13:40.338Z] b538f80385f9: Pull complete [2020-09-18T22:13:40.939Z] 74f711af9a0d: Pull complete [2020-09-18T22:13:41.225Z] 99f96fe45779: Pull complete [2020-09-18T22:13:41.256Z] Running on prd-centos7-docker-4c-2g-450 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-18T22:13:41.329Z] Running in /w/workspace/app-functions-sdk-go/120 [Pipeline] { [Pipeline] checkout [2020-09-18T22:13:41.828Z] 209524e5b208: Verifying Checksum [2020-09-18T22:13:41.828Z] 209524e5b208: Download complete [2020-09-18T22:13:43.286Z] 8529a6b9a6be: Verifying Checksum [2020-09-18T22:13:43.286Z] 8529a6b9a6be: Download complete [2020-09-18T22:13:43.637Z] using credential edgex-jenkins-ssh [2020-09-18T22:13:43.721Z] Cloning the remote Git repository [2020-09-18T22:13:43.721Z] Cloning with configured refspecs honoured and without tags [2020-09-18T22:13:43.748Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-18T22:13:43.811Z] > git init /w/workspace/app-functions-sdk-go/120 # timeout=10 [2020-09-18T22:13:43.858Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-18T22:13:43.858Z] > git --version # timeout=10 [2020-09-18T22:13:43.869Z] > git --version # 'git version 2.16.5' [2020-09-18T22:13:43.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T22:13:43.893Z] > 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-18T22:13:45.518Z] Fetching without tags [2020-09-18T22:13:45.933Z] Checking out Revision a28a1e282162ae220bb16baae6b474c93cd0f1dd (master) [2020-09-18T22:13:45.491Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-18T22:13:45.500Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T22:13:45.513Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-18T22:13:45.523Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-18T22:13:45.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T22:13:45.528Z] > 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-18T22:13:45.943Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T22:13:45.949Z] > git checkout -f a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 [2020-09-18T22:13:49.555Z] Commit message: "fix: Make `path` property required for the Secrets V1 & V2 APIs (#497)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T22:13:51.732Z] ========================================================= [2020-09-18T22:13:51.732Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-18T22:13:51.732Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:13:52.516Z] + 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-18T22:13:53.090Z] Sending build context to Docker daemon 37.19MB [2020-09-18T22:13:53.090Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T22:13:53.090Z] Step 2/8 : FROM ${BASE} [2020-09-18T22:13:53.090Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-18T22:13:53.090Z] df20fa9351a1: Pulling fs layer [2020-09-18T22:13:53.090Z] ed8968b2872e: Pulling fs layer [2020-09-18T22:13:53.090Z] a92cc7c5fd73: Pulling fs layer [2020-09-18T22:13:53.090Z] e871e8e8d7a9: Pulling fs layer [2020-09-18T22:13:53.090Z] e73272ec9a57: Pulling fs layer [2020-09-18T22:13:53.090Z] 1e910a182e73: Pulling fs layer [2020-09-18T22:13:53.090Z] 4e634b169226: Pulling fs layer [2020-09-18T22:13:53.090Z] e73272ec9a57: Waiting [2020-09-18T22:13:53.090Z] 1e910a182e73: Waiting [2020-09-18T22:13:53.090Z] 4e634b169226: Waiting [2020-09-18T22:13:53.090Z] e871e8e8d7a9: Waiting [2020-09-18T22:13:53.361Z] a92cc7c5fd73: Verifying Checksum [2020-09-18T22:13:53.361Z] a92cc7c5fd73: Download complete [2020-09-18T22:13:53.361Z] ed8968b2872e: Verifying Checksum [2020-09-18T22:13:53.361Z] ed8968b2872e: Download complete [2020-09-18T22:13:53.361Z] e73272ec9a57: Verifying Checksum [2020-09-18T22:13:53.361Z] e73272ec9a57: Download complete [2020-09-18T22:13:53.361Z] 1e910a182e73: Verifying Checksum [2020-09-18T22:13:53.361Z] 1e910a182e73: Download complete [2020-09-18T22:13:53.361Z] df20fa9351a1: Verifying Checksum [2020-09-18T22:13:53.361Z] df20fa9351a1: Download complete [2020-09-18T22:13:53.487Z] 8529a6b9a6be: Pull complete [2020-09-18T22:13:53.487Z] 45590311c82a: Pull complete [2020-09-18T22:13:53.636Z] df20fa9351a1: Pull complete [2020-09-18T22:13:53.636Z] ed8968b2872e: Pull complete [2020-09-18T22:13:53.897Z] a92cc7c5fd73: Pull complete [2020-09-18T22:13:54.088Z] 69ca0ff8b7b3: Pull complete [2020-09-18T22:13:54.845Z] 4e634b169226: Verifying Checksum [2020-09-18T22:13:54.845Z] 4e634b169226: Download complete [2020-09-18T22:13:56.234Z] e871e8e8d7a9: Download complete [2020-09-18T22:13:57.503Z] 209524e5b208: Pull complete [2020-09-18T22:13:57.503Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-18T22:13:57.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-18T22:13:57.503Z] ---> 5bddaf1c2fca [2020-09-18T22:13:57.503Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-18T22:13:58.109Z] latest: Pulling from library/docker [2020-09-18T22:13:58.109Z] b538f80385f9: Already exists [2020-09-18T22:13:58.109Z] 259a493cd78d: Pulling fs layer [2020-09-18T22:13:58.109Z] b8e66b5100f5: Pulling fs layer [2020-09-18T22:13:58.109Z] 7f8258a56ab6: Pulling fs layer [2020-09-18T22:13:58.109Z] 75a0a0ebb566: Pulling fs layer [2020-09-18T22:13:58.109Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-18T22:13:58.109Z] 294320357d30: Pulling fs layer [2020-09-18T22:13:58.109Z] 75a0a0ebb566: Waiting [2020-09-18T22:13:58.109Z] 4a2c62f0a2a3: Waiting [2020-09-18T22:13:58.109Z] 294320357d30: Waiting [2020-09-18T22:13:58.109Z] b8e66b5100f5: Verifying Checksum [2020-09-18T22:13:58.109Z] b8e66b5100f5: Download complete [2020-09-18T22:13:58.390Z] 259a493cd78d: Verifying Checksum [2020-09-18T22:13:58.390Z] 259a493cd78d: Download complete [2020-09-18T22:13:58.390Z] 75a0a0ebb566: Verifying Checksum [2020-09-18T22:13:58.390Z] 75a0a0ebb566: Download complete [2020-09-18T22:13:58.390Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-18T22:13:58.390Z] 4a2c62f0a2a3: Download complete [2020-09-18T22:13:58.390Z] 294320357d30: Download complete [2020-09-18T22:13:58.997Z] 259a493cd78d: Pull complete [2020-09-18T22:13:59.599Z] b8e66b5100f5: Pull complete [2020-09-18T22:13:59.599Z] 7f8258a56ab6: Verifying Checksum [2020-09-18T22:13:59.599Z] 7f8258a56ab6: Download complete [2020-09-18T22:14:02.861Z] e871e8e8d7a9: Pull complete [2020-09-18T22:14:02.861Z] e73272ec9a57: Pull complete [2020-09-18T22:14:02.861Z] 1e910a182e73: Pull complete [2020-09-18T22:14:03.012Z] 7f8258a56ab6: Pull complete [2020-09-18T22:14:03.292Z] 75a0a0ebb566: Pull complete [2020-09-18T22:14:03.588Z] 4a2c62f0a2a3: Pull complete [2020-09-18T22:14:03.861Z] 294320357d30: Pull complete [2020-09-18T22:14:03.862Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-18T22:14:03.862Z] Status: Downloaded newer image for docker:latest [2020-09-18T22:14:07.088Z] 4e634b169226: Pull complete [2020-09-18T22:14:07.088Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-18T22:14:07.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-18T22:14:07.088Z] ---> f7629b54cfaa [2020-09-18T22:14:07.088Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-18T22:14:07.668Z] latest: Pulling from library/docker [2020-09-18T22:14:07.668Z] df20fa9351a1: Already exists [2020-09-18T22:14:07.668Z] 25ad7478873d: Pulling fs layer [2020-09-18T22:14:07.668Z] 4684f6177b5d: Pulling fs layer [2020-09-18T22:14:07.668Z] 8ba584e970af: Pulling fs layer [2020-09-18T22:14:07.668Z] 3cdc74d2b06d: Pulling fs layer [2020-09-18T22:14:07.668Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-18T22:14:07.668Z] fca0ccc462d5: Pulling fs layer [2020-09-18T22:14:07.668Z] 3cdc74d2b06d: Waiting [2020-09-18T22:14:07.668Z] 4cf5a0d07c1f: Waiting [2020-09-18T22:14:07.668Z] fca0ccc462d5: Waiting [2020-09-18T22:14:07.668Z] 4684f6177b5d: Verifying Checksum [2020-09-18T22:14:07.668Z] 4684f6177b5d: Download complete [2020-09-18T22:14:07.933Z] 25ad7478873d: Verifying Checksum [2020-09-18T22:14:07.933Z] 25ad7478873d: Download complete [2020-09-18T22:14:07.933Z] 3cdc74d2b06d: Verifying Checksum [2020-09-18T22:14:07.933Z] 3cdc74d2b06d: Download complete [2020-09-18T22:14:07.933Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-18T22:14:07.933Z] 4cf5a0d07c1f: Download complete [2020-09-18T22:14:07.933Z] fca0ccc462d5: Verifying Checksum [2020-09-18T22:14:07.933Z] fca0ccc462d5: Download complete [2020-09-18T22:14:07.933Z] 25ad7478873d: Pull complete [2020-09-18T22:14:08.195Z] 4684f6177b5d: Pull complete [2020-09-18T22:14:08.777Z] 8ba584e970af: Download complete [2020-09-18T22:14:10.608Z] ---> 2bfc04322832 [2020-09-18T22:14:10.608Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-18T22:14:10.608Z] ---> Running in c93c16bf0675 [2020-09-18T22:14:10.608Z] Removing intermediate container c93c16bf0675 [2020-09-18T22:14:10.608Z] ---> f44df33e0ce8 [2020-09-18T22:14:10.608Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-18T22:14:10.608Z] ---> Running in e2998849fc8c [2020-09-18T22:14:11.361Z] 8ba584e970af: Pull complete [2020-09-18T22:14:11.361Z] 3cdc74d2b06d: Pull complete [2020-09-18T22:14:11.361Z] 4cf5a0d07c1f: Pull complete [2020-09-18T22:14:11.361Z] fca0ccc462d5: Pull complete [2020-09-18T22:14:11.361Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-18T22:14:11.361Z] Status: Downloaded newer image for docker:latest [2020-09-18T22:14:12.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T22:14:13.287Z] ---> 4cccfcddf0c8 [2020-09-18T22:14:13.287Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-18T22:14:13.287Z] ---> Running in 4b9db41d7919 [2020-09-18T22:14:13.287Z] Removing intermediate container 4b9db41d7919 [2020-09-18T22:14:13.287Z] ---> 06d0deb4a7c7 [2020-09-18T22:14:13.287Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-18T22:14:13.287Z] ---> Running in 49bc7f5431ac [2020-09-18T22:14:14.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T22:14:14.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T22:14:14.610Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-18T22:14:14.610Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-18T22:14:14.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T22:14:14.881Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-18T22:14:14.882Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-18T22:14:15.154Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-18T22:14:15.154Z] Executing busybox-1.31.1-r16.trigger [2020-09-18T22:14:15.154Z] OK: 144 MiB in 44 packages [2020-09-18T22:14:15.760Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-18T22:14:15.760Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-18T22:14:15.760Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-18T22:14:16.022Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-18T22:14:16.022Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-18T22:14:16.286Z] Executing busybox-1.31.1-r16.trigger [2020-09-18T22:14:16.286Z] OK: 167 MiB in 44 packages [2020-09-18T22:14:16.609Z] Removing intermediate container e2998849fc8c [2020-09-18T22:14:16.609Z] ---> f10f369c032c [2020-09-18T22:14:16.609Z] Step 6/8 : WORKDIR /build [2020-09-18T22:14:16.609Z] ---> Running in 7d179417c6ee [2020-09-18T22:14:16.865Z] Removing intermediate container 49bc7f5431ac [2020-09-18T22:14:16.865Z] ---> 1899cae9c043 [2020-09-18T22:14:16.865Z] Step 6/8 : WORKDIR /build [2020-09-18T22:14:16.865Z] ---> Running in 8a3c1d5affd5 [2020-09-18T22:14:17.129Z] Removing intermediate container 8a3c1d5affd5 [2020-09-18T22:14:17.129Z] ---> c5c1d48c55e5 [2020-09-18T22:14:17.129Z] Step 7/8 : COPY go.mod . [2020-09-18T22:14:17.129Z] ---> 917793223fac [2020-09-18T22:14:17.129Z] Step 8/8 : RUN go mod download [2020-09-18T22:14:17.207Z] Removing intermediate container 7d179417c6ee [2020-09-18T22:14:17.207Z] ---> 93249b071103 [2020-09-18T22:14:17.207Z] Step 7/8 : COPY go.mod . [2020-09-18T22:14:17.392Z] ---> Running in 3030dc0f202b [2020-09-18T22:14:17.803Z] ---> a99e6b58f5dc [2020-09-18T22:14:17.803Z] Step 8/8 : RUN go mod download [2020-09-18T22:14:17.803Z] ---> Running in fd4759653eee [2020-09-18T22:14:44.027Z] Removing intermediate container 3030dc0f202b [2020-09-18T22:14:44.027Z] ---> 07ac90b62ec9 [2020-09-18T22:14:44.027Z] Successfully built 07ac90b62ec9 [2020-09-18T22:14:44.027Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:14:44.396Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T22:14:44.397Z] . [Pipeline] withDockerContainer [2020-09-18T22:14:44.505Z] prd-centos7-docker-4c-2g-450 does not seem to be running inside a container [2020-09-18T22:14:44.607Z] Removing intermediate container fd4759653eee [2020-09-18T22:14:44.608Z] ---> 5496de4b3328 [2020-09-18T22:14:44.608Z] Successfully built 5496de4b3328 [2020-09-18T22:14:44.608Z] Successfully tagged ci-base-image-arm64:latest [2020-09-18T22:14:44.740Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/120 -v /w/workspace/app-functions-sdk-go/120:/w/workspace/app-functions-sdk-go/120:rw,z -v /w/workspace/app-functions-sdk-go/120@tmp:/w/workspace/app-functions-sdk-go/120@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T22:14:45.456Z] $ docker top c8f2167e405ad680940ac5c9be73377ad3229fab3f95bfca09b998ce7c453d7f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:14:45.959Z] + go version [2020-09-18T22:14:45.960Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-18T22:14:45.977Z] $ docker stop --time=1 c8f2167e405ad680940ac5c9be73377ad3229fab3f95bfca09b998ce7c453d7f [2020-09-18T22:14:46.077Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T22:14:46.077Z] . [2020-09-18T22:14:47.301Z] $ docker rm -f c8f2167e405ad680940ac5c9be73377ad3229fab3f95bfca09b998ce7c453d7f [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2020-09-18T22:14:47.698Z] prd-ubuntu18.04-docker-arm64-4c-16g-449 does not seem to be running inside a container [2020-09-18T22:14:47.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/120 -v /w/workspace/app-functions-sdk-go/120:/w/workspace/app-functions-sdk-go/120:rw,z -v /w/workspace/app-functions-sdk-go/120@tmp:/w/workspace/app-functions-sdk-go/120@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-18T22:14:49.642Z] $ docker top 9e0f0bf6eb34850d7cb98f29d163cbb8706c6588be278b6b2277aee9dd502f3d -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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] } [2020-09-18T22:14:51.073Z] + go version [2020-09-18T22:14:51.073Z] go version go1.15.2 linux/arm64 [Pipeline] // stage [Pipeline] } [2020-09-18T22:14:51.222Z] $ docker stop --time=1 9e0f0bf6eb34850d7cb98f29d163cbb8706c6588be278b6b2277aee9dd502f3d [2020-09-18T22:14:53.147Z] $ docker rm -f 9e0f0bf6eb34850d7cb98f29d163cbb8706c6588be278b6b2277aee9dd502f3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [Pipeline] // node [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] } 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-18T22:14:56.865Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-18T22:14:56.868Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-18T22:14:56.925Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:14:57.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-18T22:14:57.325Z] [2020-09-18T22:14:57.325Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:14:57.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-18T22:14:57.675Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-18T22:14:57.676Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-18T22:14:57.676Z] 408f87550127: Pulling fs layer [2020-09-18T22:14:57.676Z] fe522b08c979: Pulling fs layer [2020-09-18T22:14:57.676Z] 221eaa008020: Pulling fs layer [2020-09-18T22:14:57.676Z] 2a4607e5d6b9: Pulling fs layer [2020-09-18T22:14:57.676Z] 8f79b27c4fd2: Pulling fs layer [2020-09-18T22:14:57.676Z] e5c8dbe1645b: Pulling fs layer [2020-09-18T22:14:57.676Z] 23e8b3b47431: Pulling fs layer [2020-09-18T22:14:57.676Z] 5c568d65a230: Pulling fs layer [2020-09-18T22:14:57.676Z] 8f79b27c4fd2: Waiting [2020-09-18T22:14:57.676Z] e5c8dbe1645b: Waiting [2020-09-18T22:14:57.676Z] 23e8b3b47431: Waiting [2020-09-18T22:14:57.676Z] 5c568d65a230: Waiting [2020-09-18T22:14:57.676Z] 221eaa008020: Waiting [2020-09-18T22:14:57.676Z] 2a4607e5d6b9: Waiting [2020-09-18T22:14:57.676Z] 408f87550127: Verifying Checksum [2020-09-18T22:14:57.676Z] 408f87550127: Download complete [2020-09-18T22:14:57.676Z] fe522b08c979: Verifying Checksum [2020-09-18T22:14:57.676Z] fe522b08c979: Download complete [2020-09-18T22:14:57.676Z] 2a4607e5d6b9: Verifying Checksum [2020-09-18T22:14:57.676Z] 2a4607e5d6b9: Download complete [2020-09-18T22:14:57.676Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-18T22:14:57.676Z] cbdbe7a5bc2a: Download complete [2020-09-18T22:14:57.676Z] 8f79b27c4fd2: Verifying Checksum [2020-09-18T22:14:57.676Z] 8f79b27c4fd2: Download complete [2020-09-18T22:14:58.252Z] cbdbe7a5bc2a: Pull complete [2020-09-18T22:14:58.252Z] 408f87550127: Pull complete [2020-09-18T22:14:58.515Z] fe522b08c979: Pull complete [2020-09-18T22:14:58.778Z] e5c8dbe1645b: Verifying Checksum [2020-09-18T22:14:58.779Z] e5c8dbe1645b: Download complete [2020-09-18T22:15:00.180Z] 5c568d65a230: Verifying Checksum [2020-09-18T22:15:00.180Z] 5c568d65a230: Download complete [2020-09-18T22:15:00.180Z] 23e8b3b47431: Verifying Checksum [2020-09-18T22:15:00.180Z] 23e8b3b47431: Download complete [2020-09-18T22:15:01.139Z] 221eaa008020: Verifying Checksum [2020-09-18T22:15:01.139Z] 221eaa008020: Download complete [2020-09-18T22:15:07.783Z] 221eaa008020: Pull complete [2020-09-18T22:15:07.783Z] 2a4607e5d6b9: Pull complete [2020-09-18T22:15:07.783Z] 8f79b27c4fd2: Pull complete [2020-09-18T22:15:09.178Z] e5c8dbe1645b: Pull complete [2020-09-18T22:15:13.408Z] 23e8b3b47431: Pull complete [2020-09-18T22:15:14.810Z] 5c568d65a230: Pull complete [2020-09-18T22:15:14.810Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-18T22:15:15.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-18T22:15:15.073Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-18T22:15:15.283Z] prd-centos7-docker-4c-2g-448 does not seem to be running inside a container [2020-09-18T22:15:15.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-18T22:15:16.278Z] $ docker top 4bc8aed8d8bb21a52c383fe6c549110c6276a02f1d477eb8588dbc3cd9716749 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T22:15:16.872Z] + snyk monitor '--org=edgex-jenkins' [2020-09-18T22:15:35.032Z] [2020-09-18T22:15:35.032Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-18T22:15:35.032Z] [2020-09-18T22:15:35.032Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/610bb51d-ed1f-415a-982c-7d777521746e [2020-09-18T22:15:35.033Z] [2020-09-18T22:15:35.033Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-18T22:15:35.033Z] [2020-09-18T22:15:35.033Z] [2020-09-18T22:15:35.033Z] Snyk CLI supports Node.js 8 and higher. [2020-09-18T22:15:35.033Z] 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-18T22:15:35.033Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-18T22:15:35.033Z] [2020-09-18T22:15:35.033Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-18T22:15:35.033Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-18T22:15:35.050Z] $ docker stop --time=1 4bc8aed8d8bb21a52c383fe6c549110c6276a02f1d477eb8588dbc3cd9716749 [2020-09-18T22:15:36.638Z] $ docker rm -f 4bc8aed8d8bb21a52c383fe6c549110c6276a02f1d477eb8588dbc3cd9716749 [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-18T22:15:37.965Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-18T22:15:38.043Z] provisioning config files... [2020-09-18T22:15:38.057Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6717874055068876755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-18T22:15:38.449Z] --> edgex-publish-swagger.sh [2020-09-18T22:15:38.449Z] === Publish openapi/v2 API === [2020-09-18T22:15:38.449Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-18T22:15:38.449Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-18T22:15:38.449Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-18T22:15:38.449Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-18T22:15:38.459Z] 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-18T22:15:40.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T22:15:40.659Z] . [Pipeline] withDockerContainer [2020-09-18T22:15:40.758Z] prd-centos7-docker-4c-2g-448 does not seem to be running inside a container [2020-09-18T22:15:40.811Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T22:15:41.554Z] $ docker top bb7efd6f8a0a28cbf3228e73c98d784af425fa649cc221c02410137b24585c38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T22:15:41.864Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T22:15:41.864Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T22:15:42.085Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T22:15:42.089Z] $ docker exec bb7efd6f8a0a28cbf3228e73c98d784af425fa649cc221c02410137b24585c38 ssh-agent [2020-09-18T22:15:42.267Z] SSH_AUTH_SOCK=/tmp/ssh-KRKhDT4t6XWc/agent.11 [2020-09-18T22:15:42.267Z] SSH_AGENT_PID=16 [2020-09-18T22:15:42.274Z] Running ssh-add (command line suppressed) [2020-09-18T22:15:42.408Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1148265190272472354.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1148265190272472354.key) [2020-09-18T22:15:42.461Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T22:15:42.798Z] + git semver tag [2020-09-18T22:15:42.798Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T22:15:42.798Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-18T22:15:42.798Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-18T22:15:42.798Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T22:15:42.798Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T22:15:42.798Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T22:15:42.798Z] # $SEMVER_BRANCH = master [2020-09-18T22:15:42.798Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-18T22:15:42.798Z] # a28a1e282162ae220bb16baae6b474c93cd0f1dd HEAD [2020-09-18T22:15:42.798Z] # -> Force: false [2020-09-18T22:15:42.798Z] # dacb0862bb1587d96a9813e8661d76cf579e3731 refs/tags/v1.2.1-dev.32 [Pipeline] } [2020-09-18T22:15:42.811Z] $ docker exec --env ******** --env ******** bb7efd6f8a0a28cbf3228e73c98d784af425fa649cc221c02410137b24585c38 ssh-agent -k [2020-09-18T22:15:42.927Z] unset SSH_AUTH_SOCK; [2020-09-18T22:15:42.928Z] unset SSH_AGENT_PID; [2020-09-18T22:15:42.928Z] echo Agent pid 16 killed; [2020-09-18T22:15:42.978Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T22:15:43.471Z] + git semver [Pipeline] } [2020-09-18T22:15:43.488Z] $ docker stop --time=1 bb7efd6f8a0a28cbf3228e73c98d784af425fa649cc221c02410137b24585c38 [2020-09-18T22:15:44.846Z] $ docker rm -f bb7efd6f8a0a28cbf3228e73c98d784af425fa649cc221c02410137b24585c38 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:15:45.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-18T22:15:45.479Z] [2020-09-18T22:15:45.479Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:15:45.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-18T22:15:45.824Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-18T22:15:45.824Z] ab5ef0e58194: Pulling fs layer [2020-09-18T22:15:45.824Z] 9712f1f96733: Pulling fs layer [2020-09-18T22:15:45.824Z] 63f879dbbcfc: Pulling fs layer [2020-09-18T22:15:45.824Z] 0d9ebad4ef96: Pulling fs layer [2020-09-18T22:15:45.824Z] e9a5061849ea: Pulling fs layer [2020-09-18T22:15:45.824Z] d747dcd14b5f: Pulling fs layer [2020-09-18T22:15:45.824Z] 2de7ff778b66: Pulling fs layer [2020-09-18T22:15:45.824Z] e9a5061849ea: Waiting [2020-09-18T22:15:45.824Z] d747dcd14b5f: Waiting [2020-09-18T22:15:45.824Z] 0d9ebad4ef96: Waiting [2020-09-18T22:15:45.824Z] 2de7ff778b66: Waiting [2020-09-18T22:15:45.824Z] 9712f1f96733: Verifying Checksum [2020-09-18T22:15:45.824Z] 9712f1f96733: Download complete [2020-09-18T22:15:47.748Z] 63f879dbbcfc: Verifying Checksum [2020-09-18T22:15:47.748Z] 63f879dbbcfc: Download complete [2020-09-18T22:15:47.748Z] e9a5061849ea: Verifying Checksum [2020-09-18T22:15:47.748Z] e9a5061849ea: Download complete [2020-09-18T22:15:47.748Z] d747dcd14b5f: Download complete [2020-09-18T22:15:48.325Z] 0d9ebad4ef96: Verifying Checksum [2020-09-18T22:15:48.325Z] 0d9ebad4ef96: Download complete [2020-09-18T22:15:48.325Z] 2de7ff778b66: Verifying Checksum [2020-09-18T22:15:48.325Z] 2de7ff778b66: Download complete [2020-09-18T22:15:48.325Z] ab5ef0e58194: Verifying Checksum [2020-09-18T22:15:48.325Z] ab5ef0e58194: Download complete [2020-09-18T22:15:52.566Z] ab5ef0e58194: Pull complete [2020-09-18T22:15:52.566Z] 9712f1f96733: Pull complete [2020-09-18T22:15:55.882Z] 63f879dbbcfc: Pull complete [2020-09-18T22:16:02.507Z] 0d9ebad4ef96: Pull complete [2020-09-18T22:16:03.457Z] e9a5061849ea: Pull complete [2020-09-18T22:16:03.457Z] d747dcd14b5f: Pull complete [2020-09-18T22:16:07.703Z] 2de7ff778b66: Pull complete [2020-09-18T22:16:07.703Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-18T22:16:07.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-18T22:16:07.703Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-18T22:16:07.922Z] prd-centos7-docker-4c-2g-448 does not seem to be running inside a container [2020-09-18T22:16:07.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-18T22:16:11.165Z] $ docker top 5ef6972f63aec318f45dc96b088ff1091fd0dcbd82331bac8b6bb203e0fc6bab -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-18T22:16:11.398Z] provisioning config files... [2020-09-18T22:16:11.409Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1029253343511874283tmp [2020-09-18T22:16:11.427Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3816349243477083159tmp [2020-09-18T22:16:11.443Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3657360048149650005tmp [Pipeline] { [Pipeline] echo [2020-09-18T22:16:11.514Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T22:16:11.815Z] ---> sigul-configuration.sh [2020-09-18T22:16:11.815Z] gpg: directory `/root/.gnupg' created [2020-09-18T22:16:11.815Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-18T22:16:11.815Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-18T22:16:11.815Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-18T22:16:11.815Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-18T22:16:11.815Z] gpg: CAST5 encrypted data [2020-09-18T22:16:12.077Z] gpg: encrypted with 1 passphrase [2020-09-18T22:16:12.077Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-18T22:16:12.377Z] + mkdir /home/jenkins [2020-09-18T22:16:12.377Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-18T22:16:12.676Z] + 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-18T22:16:12.687Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T22:16:12.988Z] ---> sigul-install.sh [2020-09-18T22:16:19.597Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-18T22:16:19.900Z] + git tag --list [2020-09-18T22:16:19.900Z] v1.2.1-dev.32 [Pipeline] sh [2020-09-18T22:16:20.201Z] + lftools sign git-tag v1.2.1-dev.32 [2020-09-18T22:16:21.591Z] Signing Git tag with Sigul... [2020-09-18T22:16:21.591Z] Signing v1.2.1-dev.32 [Pipeline] echo [2020-09-18T22:16:22.550Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T22:16:22.854Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-18T22:16:22.863Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-18T22:16:22.974Z] $ docker stop --time=1 5ef6972f63aec318f45dc96b088ff1091fd0dcbd82331bac8b6bb203e0fc6bab [2020-09-18T22:16:25.143Z] $ docker rm -f 5ef6972f63aec318f45dc96b088ff1091fd0dcbd82331bac8b6bb203e0fc6bab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:16:26.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T22:16:26.070Z] . [Pipeline] withDockerContainer [2020-09-18T22:16:26.216Z] prd-centos7-docker-4c-2g-448 does not seem to be running inside a container [2020-09-18T22:16:26.411Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T22:16:27.197Z] $ docker top 263697104d5c055363d30a1ed7a9a7069ae2064befdf54c780d3d1a2c78c3651 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T22:16:27.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T22:16:27.549Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T22:16:27.761Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T22:16:27.766Z] $ docker exec 263697104d5c055363d30a1ed7a9a7069ae2064befdf54c780d3d1a2c78c3651 ssh-agent [2020-09-18T22:16:27.978Z] SSH_AUTH_SOCK=/tmp/ssh-lPQFpMLPqPWZ/agent.11 [2020-09-18T22:16:27.978Z] SSH_AGENT_PID=17 [2020-09-18T22:16:27.986Z] Running ssh-add (command line suppressed) [2020-09-18T22:16:28.166Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4142630891532110191.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4142630891532110191.key) [2020-09-18T22:16:28.233Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T22:16:28.589Z] + git semver bump pre [2020-09-18T22:16:28.589Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T22:16:28.589Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-18T22:16:28.589Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-18T22:16:28.589Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T22:16:28.589Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T22:16:28.589Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T22:16:28.589Z] # $SEMVER_BRANCH = master [2020-09-18T22:16:28.589Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-18T22:16:28.589Z] 1.2.1-dev.33 [Pipeline] } [2020-09-18T22:16:28.609Z] $ docker exec --env ******** --env ******** 263697104d5c055363d30a1ed7a9a7069ae2064befdf54c780d3d1a2c78c3651 ssh-agent -k [2020-09-18T22:16:28.738Z] unset SSH_AUTH_SOCK; [2020-09-18T22:16:28.739Z] unset SSH_AGENT_PID; [2020-09-18T22:16:28.739Z] echo Agent pid 17 killed; [2020-09-18T22:16:28.791Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T22:16:29.311Z] + git semver [Pipeline] } [2020-09-18T22:16:29.336Z] $ docker stop --time=1 263697104d5c055363d30a1ed7a9a7069ae2064befdf54c780d3d1a2c78c3651 [2020-09-18T22:16:30.762Z] $ docker rm -f 263697104d5c055363d30a1ed7a9a7069ae2064befdf54c780d3d1a2c78c3651 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:16:31.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T22:16:31.334Z] . [Pipeline] withDockerContainer [2020-09-18T22:16:31.441Z] prd-centos7-docker-4c-2g-448 does not seem to be running inside a container [2020-09-18T22:16:31.493Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T22:16:32.178Z] $ docker top 6e6b1a54f69e551660b7eec28180436b933535b05bc379d0f2f4560185cec65e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T22:16:32.499Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T22:16:32.499Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T22:16:32.711Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T22:16:32.716Z] $ docker exec 6e6b1a54f69e551660b7eec28180436b933535b05bc379d0f2f4560185cec65e ssh-agent [2020-09-18T22:16:32.920Z] SSH_AUTH_SOCK=/tmp/ssh-gWyIGhnAYGqR/agent.12 [2020-09-18T22:16:32.920Z] SSH_AGENT_PID=17 [2020-09-18T22:16:32.929Z] Running ssh-add (command line suppressed) [2020-09-18T22:16:33.070Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2786576838415209757.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2786576838415209757.key) [2020-09-18T22:16:33.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T22:16:33.484Z] + git semver push [2020-09-18T22:16:33.484Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T22:16:33.484Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-18T22:16:33.484Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-18T22:16:33.484Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T22:16:33.484Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T22:16:33.484Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T22:16:33.484Z] # $SEMVER_BRANCH = master [2020-09-18T22:16:33.484Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-18T22:16:40.185Z] $ docker exec --env ******** --env ******** 6e6b1a54f69e551660b7eec28180436b933535b05bc379d0f2f4560185cec65e ssh-agent -k [2020-09-18T22:16:40.310Z] unset SSH_AUTH_SOCK; [2020-09-18T22:16:40.311Z] unset SSH_AGENT_PID; [2020-09-18T22:16:40.312Z] echo Agent pid 17 killed; [2020-09-18T22:16:40.364Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T22:16:40.978Z] + git semver [Pipeline] } [2020-09-18T22:16:41.003Z] $ docker stop --time=1 6e6b1a54f69e551660b7eec28180436b933535b05bc379d0f2f4560185cec65e [2020-09-18T22:16:42.378Z] $ docker rm -f 6e6b1a54f69e551660b7eec28180436b933535b05bc379d0f2f4560185cec65e [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-18T22:16:43.849Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T22:16:44.432Z] ---> package-listing.sh [2020-09-18T22:16:44.433Z] ++ facter osfamily [2020-09-18T22:16:44.433Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-18T22:16:44.433Z] + OS_FAMILY=redhat [2020-09-18T22:16:44.433Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-18T22:16:44.433Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-18T22:16:44.433Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-18T22:16:44.433Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-18T22:16:44.433Z] + PACKAGES=/tmp/packages_start.txt [2020-09-18T22:16:44.433Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-18T22:16:44.433Z] + PACKAGES=/tmp/packages_end.txt [2020-09-18T22:16:44.433Z] + case "${OS_FAMILY}" in [2020-09-18T22:16:44.433Z] + rpm -qa [2020-09-18T22:16:44.433Z] + sort [2020-09-18T22:16:48.727Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-18T22:16:48.727Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-18T22:16:48.727Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-18T22:16:48.727Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-18T22:16:48.727Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-18T22:16:48.727Z] + 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-18T22:16:49.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T22:16:49.594Z] [2020-09-18T22:16:49.594Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-18T22:16:49.967Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T22:16:49.967Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-18T22:16:49.967Z] df20fa9351a1: Pulling fs layer [2020-09-18T22:16:49.967Z] 36b3adc4ff6f: Pulling fs layer [2020-09-18T22:16:49.967Z] 8ad3a11d3b57: Pulling fs layer [2020-09-18T22:16:49.967Z] 46f8f816bc3b: Pulling fs layer [2020-09-18T22:16:49.967Z] 0dadc02b9964: Pulling fs layer [2020-09-18T22:16:49.967Z] ce6a7cf60c04: Pulling fs layer [2020-09-18T22:16:49.967Z] 7a184a31f384: Pulling fs layer [2020-09-18T22:16:49.967Z] 0879bd2ef858: Pulling fs layer [2020-09-18T22:16:49.967Z] ce6a7cf60c04: Waiting [2020-09-18T22:16:49.967Z] 7a184a31f384: Waiting [2020-09-18T22:16:49.967Z] 0879bd2ef858: Waiting [2020-09-18T22:16:49.967Z] 46f8f816bc3b: Waiting [2020-09-18T22:16:49.967Z] 0dadc02b9964: Waiting [2020-09-18T22:16:49.967Z] 36b3adc4ff6f: Verifying Checksum [2020-09-18T22:16:49.967Z] 36b3adc4ff6f: Download complete [2020-09-18T22:16:49.967Z] 46f8f816bc3b: Verifying Checksum [2020-09-18T22:16:49.967Z] 46f8f816bc3b: Download complete [2020-09-18T22:16:49.967Z] df20fa9351a1: Verifying Checksum [2020-09-18T22:16:49.967Z] df20fa9351a1: Download complete [2020-09-18T22:16:50.236Z] ce6a7cf60c04: Verifying Checksum [2020-09-18T22:16:50.236Z] ce6a7cf60c04: Download complete [2020-09-18T22:16:50.236Z] 7a184a31f384: Verifying Checksum [2020-09-18T22:16:50.236Z] 7a184a31f384: Download complete [2020-09-18T22:16:50.236Z] 0dadc02b9964: Verifying Checksum [2020-09-18T22:16:50.236Z] 0dadc02b9964: Download complete [2020-09-18T22:16:50.502Z] 8ad3a11d3b57: Download complete [2020-09-18T22:16:50.502Z] df20fa9351a1: Pull complete [2020-09-18T22:16:50.774Z] 0879bd2ef858: Verifying Checksum [2020-09-18T22:16:50.774Z] 0879bd2ef858: Download complete [2020-09-18T22:16:51.044Z] 36b3adc4ff6f: Pull complete [2020-09-18T22:16:51.640Z] 8ad3a11d3b57: Pull complete [2020-09-18T22:16:51.640Z] 46f8f816bc3b: Pull complete [2020-09-18T22:16:52.230Z] 0dadc02b9964: Pull complete [2020-09-18T22:16:52.230Z] ce6a7cf60c04: Pull complete [2020-09-18T22:16:52.230Z] 7a184a31f384: Pull complete [2020-09-18T22:16:54.803Z] 0879bd2ef858: Pull complete [2020-09-18T22:16:54.803Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-18T22:16:54.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T22:16:54.803Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-18T22:16:54.981Z] prd-centos7-docker-4c-2g-448 does not seem to be running inside a container [2020-09-18T22:16:55.054Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-18T22:16:58.182Z] $ docker top 36ca061d7a5c1d448812a4a979cdab87c5be5cfb7535dd3dec3ff082ed9b49c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T22:16:58.757Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-18T22:16:59.111Z] + ls /var/log/sa-host [2020-09-18T22:16:59.112Z] + sadf -c /var/log/sa-host/sa05 [2020-09-18T22:16:59.112Z] file_magic: OK [2020-09-18T22:16:59.112Z] HZ: Using current value: 100 [2020-09-18T22:16:59.112Z] file_header: OK [2020-09-18T22:16:59.112Z] 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-18T22:16:59.112Z] Statistics: [2020-09-18T22:16:59.112Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T22:16:59.112Z] File successfully converted to sysstat format version 12.2.1 [2020-09-18T22:16:59.112Z] + sadf -c /var/log/sa-host/sa18 [2020-09-18T22:16:59.112Z] file_magic: OK [2020-09-18T22:16:59.112Z] HZ: Using current value: 100 [2020-09-18T22:16:59.112Z] file_header: OK [2020-09-18T22:16:59.112Z] 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-18T22:16:59.112Z] Statistics: [2020-09-18T22:16:59.112Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T22:16:59.112Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-18T22:16:59.178Z] provisioning config files... [2020-09-18T22:16:59.196Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config360098329837326067tmp [Pipeline] { [Pipeline] echo [2020-09-18T22:16:59.292Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T22:16:59.598Z] ---> create-netrc.sh [Pipeline] echo [2020-09-18T22:16:59.608Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T22:16:59.906Z] ---> logs-deploy.sh [2020-09-18T22:16:59.906Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/120 [2020-09-18T22:16:59.906Z] INFO: archiving workspace using pattern(s): [2020-09-18T22:17:01.293Z] Archives upload complete. [2020-09-18T22:17:01.557Z] INFO: archiving logs to Nexus