Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f9862466792e7d0dcceb1905b0181161eb5fc782+d60328c32dfc0c7c0cb78d3227db5683dd1fac29 (c364140cbc8e962f460a0e29eebecbfa14d92c40) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7099529241588258371.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9102121647386596157.key > 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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-875/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-875/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4653129392241384951.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7125210181658036901.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-875/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-875/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5408216814977863159.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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:lfit/releng-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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-functions-sdk 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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-773 in /w/workspace/ndry_app-functions-sdk-go_PR-875 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-875 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/ndry_app-functions-sdk-go_PR-875@tmp/jenkins-gitclient-ssh5175820475082754554.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit d60328c32dfc0c7c0cb78d3227db5683dd1fac29 into PR head commit f9862466792e7d0dcceb1905b0181161eb5fc782 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/ndry_app-functions-sdk-go_PR-875@tmp/jenkins-gitclient-ssh2789985771327876641.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/875/head:refs/remotes/origin/PR-875 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9862466792e7d0dcceb1905b0181161eb5fc782 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/ndry_app-functions-sdk-go_PR-875@tmp/jenkins-gitclient-ssh1794863464817521782.key > git merge d60328c32dfc0c7c0cb78d3227db5683dd1fac29 # timeout=10 Merge succeeded, producing cd3d4cb2bbbff2bba8374f6d74af13f8eab385fd Checking out Revision cd3d4cb2bbbff2bba8374f6d74af13f8eab385fd (PR-875) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cd3d4cb2bbbff2bba8374f6d74af13f8eab385fd # timeout=10 Commit message: "Merge commit 'd60328c32dfc0c7c0cb78d3227db5683dd1fac29' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 9ec582d5e80ed6e922498106dc55bcb2f1d872bc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-08-12T23:45:57.922Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-08-12T23:45:58.042Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-08-12T23:45:58.078Z] ========================================================= [2021-08-12T23:45:58.078Z] EdgeX Global Pipelines Version Info [2021-08-12T23:45:58.078Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:45:59.339Z] ------------------- [2021-08-12T23:45:59.339Z] stable info: [2021-08-12T23:45:59.339Z] ------------------- [2021-08-12T23:45:59.339Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-08-12T23:45:59.339Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-08-12T23:45:59.339Z] Message: update stable to v1.0.205 [2021-08-12T23:45:59.926Z] ------------------- [2021-08-12T23:45:59.926Z] experimental info: [2021-08-12T23:45:59.926Z] ------------------- [2021-08-12T23:45:59.926Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-08-12T23:45:59.926Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-08-12T23:45:59.926Z] Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-08-12T23:46:00.083Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-08-12T23:46:00.110Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-08-12T23:46:00.136Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-08-12T23:46:00.167Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-08-12T23:46:00.200Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-08-12T23:46:00.231Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-08-12T23:46:00.265Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-08-12T23:46:00.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-08-12T23:46:00.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-08-12T23:46:00.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-08-12T23:46:00.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-08-12T23:46:00.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-08-12T23:46:00.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo [2021-08-12T23:46:00.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-08-12T23:46:00.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-08-12T23:46:00.507Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-08-12T23:46:00.534Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-08-12T23:46:00.559Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-08-12T23:46:00.585Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-08-12T23:46:00.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-08-12T23:46:00.638Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-08-12T23:46:00.664Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-08-12T23:46:00.691Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-08-12T23:46:00.717Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-08-12T23:46:00.744Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-08-12T23:46:00.771Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-08-12T23:46:00.798Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-08-12T23:46:00.825Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-875 [Pipeline] echo [2021-08-12T23:46:00.852Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-875 [Pipeline] echo [2021-08-12T23:46:00.880Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-875 [Pipeline] echo [2021-08-12T23:46:00.906Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cd3d4cb2bbbff2bba8374f6d74af13f8eab385fd [Pipeline] echo [2021-08-12T23:46:00.934Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cd3d4cb [Pipeline] echo [2021-08-12T23:46:00.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-08-12T23:46:01.408Z] + git log --format=format:%s -1 cd3d4cb2bbbff2bba8374f6d74af13f8eab385fd [Pipeline] echo [2021-08-12T23:46:01.465Z] GIT_COMMIT: cd3d4cb2bbbff2bba8374f6d74af13f8eab385fd, Commit Message: Merge commit 'd60328c32dfc0c7c0cb78d3227db5683dd1fac29' into HEAD [Pipeline] echo [2021-08-12T23:46:01.482Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:46:02.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-12T23:46:02.463Z] [2021-08-12T23:46:02.463Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:46:02.796Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-12T23:46:03.066Z] latest: Pulling from edgex-devops/git-semver [2021-08-12T23:46:03.066Z] 31603596830f: Pulling fs layer [2021-08-12T23:46:03.066Z] d4622e32a9a9: Pulling fs layer [2021-08-12T23:46:03.066Z] 1030fce36090: Pulling fs layer [2021-08-12T23:46:03.066Z] 6c6cb7e1b49b: Pulling fs layer [2021-08-12T23:46:03.066Z] 6c6cb7e1b49b: Waiting [2021-08-12T23:46:03.066Z] d4622e32a9a9: Download complete [2021-08-12T23:46:03.066Z] 31603596830f: Download complete [2021-08-12T23:46:03.342Z] 31603596830f: Pull complete [2021-08-12T23:46:03.342Z] 6c6cb7e1b49b: Verifying Checksum [2021-08-12T23:46:03.342Z] 6c6cb7e1b49b: Download complete [2021-08-12T23:46:03.342Z] d4622e32a9a9: Pull complete [2021-08-12T23:46:03.613Z] 1030fce36090: Verifying Checksum [2021-08-12T23:46:03.613Z] 1030fce36090: Download complete [2021-08-12T23:46:04.207Z] 1030fce36090: Pull complete [2021-08-12T23:46:04.207Z] 6c6cb7e1b49b: Pull complete [2021-08-12T23:46:04.207Z] Digest: sha256:98b6084a185347f7b64647794a0a4774a411b925a780a33b3032b91fe10e00ab [2021-08-12T23:46:04.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-12T23:46:04.207Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-08-12T23:46:04.315Z] prd-centos7-docker-4c-2g-773 does not seem to be running inside a container [2021-08-12T23:46:04.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-875 -v /w/workspace/ndry_app-functions-sdk-go_PR-875:/w/workspace/ndry_app-functions-sdk-go_PR-875:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-875@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-875@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-08-12T23:46:05.116Z] $ docker top 60e18ae33e0737c7eef2b2401de84db16bb6a9c8c48e2f0c7e4b1f5bb25bf83d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-08-12T23:46:05.258Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-12T23:46:05.258Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-12T23:46:05.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-12T23:46:05.389Z] $ docker exec 60e18ae33e0737c7eef2b2401de84db16bb6a9c8c48e2f0c7e4b1f5bb25bf83d ssh-agent [2021-08-12T23:46:05.509Z] SSH_AUTH_SOCK=/tmp/ssh-j3YDWEsFSx1u/agent.13 [2021-08-12T23:46:05.509Z] SSH_AGENT_PID=19 [2021-08-12T23:46:05.521Z] Running ssh-add (command line suppressed) [2021-08-12T23:46:05.615Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-875@tmp/private_key_7156149783000138996.key (/w/workspace/ndry_app-functions-sdk-go_PR-875@tmp/private_key_7156149783000138996.key) [2021-08-12T23:46:05.640Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-12T23:46:05.961Z] + git tag --points-at HEAD [Pipeline] } [2021-08-12T23:46:05.981Z] $ docker exec --env ******** --env ******** 60e18ae33e0737c7eef2b2401de84db16bb6a9c8c48e2f0c7e4b1f5bb25bf83d ssh-agent -k [2021-08-12T23:46:06.085Z] unset SSH_AUTH_SOCK; [2021-08-12T23:46:06.086Z] unset SSH_AGENT_PID; [2021-08-12T23:46:06.086Z] echo Agent pid 19 killed; [2021-08-12T23:46:06.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-08-12T23:46:06.148Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-12T23:46:06.148Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-12T23:46:06.263Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-12T23:46:06.266Z] $ docker exec 60e18ae33e0737c7eef2b2401de84db16bb6a9c8c48e2f0c7e4b1f5bb25bf83d ssh-agent [2021-08-12T23:46:06.373Z] SSH_AUTH_SOCK=/tmp/ssh-g7jn6NdzIgja/agent.53 [2021-08-12T23:46:06.373Z] SSH_AGENT_PID=60 [2021-08-12T23:46:06.383Z] Running ssh-add (command line suppressed) [2021-08-12T23:46:06.493Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-875@tmp/private_key_4565664266278220583.key (/w/workspace/ndry_app-functions-sdk-go_PR-875@tmp/private_key_4565664266278220583.key) [2021-08-12T23:46:06.514Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-12T23:46:06.838Z] + git semver init [2021-08-12T23:46:06.838Z] # -> Open(): unable to determine branch for HEAD [2021-08-12T23:46:06.838Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-875/.git [2021-08-12T23:46:06.838Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-875 [2021-08-12T23:46:06.838Z] # $SEMVER_REMOTE_NAME = origin [2021-08-12T23:46:06.838Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-08-12T23:46:06.838Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-08-12T23:46:06.838Z] # $SEMVER_BRANCH = PR-875 [2021-08-12T23:46:06.838Z] # $SEMVER_TEMP = /tmp/semver-768878952 [2021-08-12T23:46:06.838Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-08-12T23:46:09.001Z] # '/tmp/semver-768878952' -> '/w/workspace/ndry_app-functions-sdk-go_PR-875/.semver' [2021-08-12T23:46:09.001Z] # -> Force: false [2021-08-12T23:46:09.001Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-875/.semver [Pipeline] } [2021-08-12T23:46:09.015Z] $ docker exec --env ******** --env ******** 60e18ae33e0737c7eef2b2401de84db16bb6a9c8c48e2f0c7e4b1f5bb25bf83d ssh-agent -k [2021-08-12T23:46:09.117Z] unset SSH_AUTH_SOCK; [2021-08-12T23:46:09.117Z] unset SSH_AGENT_PID; [2021-08-12T23:46:09.117Z] echo Agent pid 60 killed; [2021-08-12T23:46:09.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-12T23:46:09.507Z] + git semver [Pipeline] } [2021-08-12T23:46:09.533Z] $ docker stop --time=1 60e18ae33e0737c7eef2b2401de84db16bb6a9c8c48e2f0c7e4b1f5bb25bf83d [2021-08-12T23:46:10.857Z] $ docker rm -f 60e18ae33e0737c7eef2b2401de84db16bb6a9c8c48e2f0c7e4b1f5bb25bf83d [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-12T23:46:11.249Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-08-12T23:46:11.693Z] Stashed 1 file(s) [Pipeline] echo [2021-08-12T23:46:11.696Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2021-08-12T23:46:26.894Z] Still waiting to schedule task [2021-08-12T23:46:26.894Z] ‘prd-centos7-blackbox-4c-2g-2297’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-08-12T23:46:26.894Z] ‘prd-centos7-blackbox-4c-2g-2298’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-08-12T23:46:26.894Z] ‘prd-centos7-blackbox-4c-2g-2299’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-08-12T23:46:26.895Z] ‘prd-centos7-docker-4c-2g-774’ is offline [2021-08-12T23:46:26.895Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-105’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-08-12T23:46:26.896Z] Still waiting to schedule task [2021-08-12T23:46:26.897Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-105’ is offline [2021-08-12T23:48:17.054Z] Running on prd-centos7-docker-4c-2g-776 in /w/workspace/ndry_app-functions-sdk-go_PR-875 [Pipeline] { [Pipeline] ws [2021-08-12T23:48:17.081Z] Running in /w/workspace/app-functions-sdk-go/32 [Pipeline] { [Pipeline] checkout [2021-08-12T23:48:17.201Z] The recommended git tool is: git [2021-08-12T23:48:20.724Z] using credential edgex-jenkins-ssh [2021-08-12T23:48:20.739Z] Cloning the remote Git repository [2021-08-12T23:48:20.035Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:48:20.115Z] > git init /w/workspace/app-functions-sdk-go/32 # timeout=10 [2021-08-12T23:48:20.150Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:48:20.150Z] > git --version # timeout=10 [2021-08-12T23:48:20.157Z] > git --version # 'git version 2.24.4' [2021-08-12T23:48:20.157Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:48:20.183Z] [INFO] Currently running in a labeled security context [2021-08-12T23:48:20.183Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-08-12T23:48:20.183Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/32@tmp/jenkins-gitclient-ssh4602297430522962489.key [2021-08-12T23:48:20.193Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T23:48:21.745Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-08-12T23:48:21.752Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T23:48:21.763Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-08-12T23:48:21.785Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:48:21.785Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:48:21.786Z] [INFO] Currently running in a labeled security context [2021-08-12T23:48:21.786Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-08-12T23:48:21.786Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/32@tmp/jenkins-gitclient-ssh8162554328093131955.key [2021-08-12T23:48:21.792Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/875/head:refs/remotes/origin/PR-875 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-12T23:48:22.817Z] Merging remotes/origin/main commit d60328c32dfc0c7c0cb78d3227db5683dd1fac29 into PR head commit f9862466792e7d0dcceb1905b0181161eb5fc782 [2021-08-12T23:48:22.956Z] Merge succeeded, producing 32be085ad077f3aa54506b19d6f3728a04bbbf2d [2021-08-12T23:48:22.956Z] Checking out Revision 32be085ad077f3aa54506b19d6f3728a04bbbf2d (PR-875) [2021-08-12T23:48:22.273Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T23:48:22.281Z] > git checkout -f f9862466792e7d0dcceb1905b0181161eb5fc782 # timeout=10 [2021-08-12T23:48:22.338Z] > git remote # timeout=10 [2021-08-12T23:48:22.344Z] > git config --get remote.origin.url # timeout=10 [2021-08-12T23:48:22.352Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:48:22.353Z] [INFO] Currently running in a labeled security context [2021-08-12T23:48:22.353Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-08-12T23:48:22.354Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/32@tmp/jenkins-gitclient-ssh7252218617162184620.key [2021-08-12T23:48:22.363Z] > git merge d60328c32dfc0c7c0cb78d3227db5683dd1fac29 # timeout=10 [2021-08-12T23:48:22.405Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-12T23:48:22.417Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T23:48:22.430Z] > git checkout -f 32be085ad077f3aa54506b19d6f3728a04bbbf2d # timeout=10 [2021-08-12T23:48:26.430Z] Commit message: "Merge commit 'd60328c32dfc0c7c0cb78d3227db5683dd1fac29' into HEAD" [2021-08-12T23:48:26.486Z] First time build. Skipping changelog. [2021-08-12T23:48:26.232Z] > git rev-list --no-walk 9ec582d5e80ed6e922498106dc55bcb2f1d872bc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-08-12T23:48:27.090Z] ========================================================= [2021-08-12T23:48:27.090Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-08-12T23:48:27.090Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:48:27.511Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-08-12T23:48:27.511Z] Sending build context to Docker daemon 19.82MB [2021-08-12T23:48:27.511Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-08-12T23:48:27.511Z] Step 2/8 : FROM ${BASE} [2021-08-12T23:48:27.778Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-08-12T23:48:27.778Z] 540db60ca938: Pulling fs layer [2021-08-12T23:48:27.778Z] adcc1eea9eea: Pulling fs layer [2021-08-12T23:48:27.778Z] 4c4ab2625f07: Pulling fs layer [2021-08-12T23:48:27.778Z] db62176df00c: Pulling fs layer [2021-08-12T23:48:27.778Z] 3b30891b0d05: Pulling fs layer [2021-08-12T23:48:27.778Z] 06b49ca38bd5: Pulling fs layer [2021-08-12T23:48:27.778Z] c788192a36de: Pulling fs layer [2021-08-12T23:48:27.778Z] a77e37c0d609: Pulling fs layer [2021-08-12T23:48:27.778Z] c3185cebc471: Pulling fs layer [2021-08-12T23:48:27.778Z] db62176df00c: Waiting [2021-08-12T23:48:27.778Z] 3b30891b0d05: Waiting [2021-08-12T23:48:27.778Z] 06b49ca38bd5: Waiting [2021-08-12T23:48:27.778Z] c788192a36de: Waiting [2021-08-12T23:48:27.778Z] a77e37c0d609: Waiting [2021-08-12T23:48:27.778Z] c3185cebc471: Waiting [2021-08-12T23:48:27.778Z] 4c4ab2625f07: Verifying Checksum [2021-08-12T23:48:27.778Z] 4c4ab2625f07: Download complete [2021-08-12T23:48:27.778Z] adcc1eea9eea: Download complete [2021-08-12T23:48:27.778Z] 3b30891b0d05: Verifying Checksum [2021-08-12T23:48:27.778Z] 3b30891b0d05: Download complete [2021-08-12T23:48:28.046Z] 06b49ca38bd5: Verifying Checksum [2021-08-12T23:48:28.046Z] 06b49ca38bd5: Download complete [2021-08-12T23:48:28.046Z] 540db60ca938: Verifying Checksum [2021-08-12T23:48:28.046Z] 540db60ca938: Download complete [2021-08-12T23:48:28.046Z] c788192a36de: Verifying Checksum [2021-08-12T23:48:28.046Z] c788192a36de: Download complete [2021-08-12T23:48:28.046Z] 540db60ca938: Pull complete [2021-08-12T23:48:28.317Z] adcc1eea9eea: Pull complete [2021-08-12T23:48:28.317Z] 4c4ab2625f07: Pull complete [2021-08-12T23:48:29.146Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-775 in /w/workspace/ndry_app-functions-sdk-go_PR-875 [Pipeline] { [Pipeline] ws [2021-08-12T23:48:29.164Z] Running in /w/workspace/app-functions-sdk-go/32 [Pipeline] { [Pipeline] checkout [2021-08-12T23:48:29.413Z] The recommended git tool is: git [2021-08-12T23:48:29.730Z] a77e37c0d609: Verifying Checksum [2021-08-12T23:48:29.730Z] a77e37c0d609: Download complete [2021-08-12T23:48:33.091Z] c3185cebc471: Verifying Checksum [2021-08-12T23:48:33.091Z] c3185cebc471: Download complete [2021-08-12T23:48:33.366Z] db62176df00c: Verifying Checksum [2021-08-12T23:48:33.366Z] db62176df00c: Download complete [2021-08-12T23:48:35.016Z] using credential edgex-jenkins-ssh [2021-08-12T23:48:35.041Z] Cloning the remote Git repository [2021-08-12T23:48:35.090Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:48:35.215Z] > git init /w/workspace/app-functions-sdk-go/32 # timeout=10 [2021-08-12T23:48:35.308Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:48:35.308Z] > git --version # timeout=10 [2021-08-12T23:48:35.324Z] > git --version # 'git version 2.17.1' [2021-08-12T23:48:35.326Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:48:35.406Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T23:48:36.747Z] db62176df00c: Pull complete [2021-08-12T23:48:36.747Z] 3b30891b0d05: Pull complete [2021-08-12T23:48:36.747Z] 06b49ca38bd5: Pull complete [2021-08-12T23:48:36.747Z] c788192a36de: Pull complete [2021-08-12T23:48:36.747Z] a77e37c0d609: Pull complete [2021-08-12T23:48:39.259Z] Merging remotes/origin/main commit d60328c32dfc0c7c0cb78d3227db5683dd1fac29 into PR head commit f9862466792e7d0dcceb1905b0181161eb5fc782 [2021-08-12T23:48:39.331Z] c3185cebc471: Pull complete [2021-08-12T23:48:39.332Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-08-12T23:48:39.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-12T23:48:39.332Z] ---> 031687cdd783 [2021-08-12T23:48:39.332Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-08-12T23:48:39.332Z] 20.10.0: Pulling from library/docker [2021-08-12T23:48:39.549Z] Merge succeeded, producing 44472ac5d03ab7452ea09a2b93679c25d827059d [2021-08-12T23:48:39.549Z] Checking out Revision 44472ac5d03ab7452ea09a2b93679c25d827059d (PR-875) [2021-08-12T23:48:39.597Z] 05e7bc50f07f: Pulling fs layer [2021-08-12T23:48:39.597Z] 6db28d0fdbf6: Pulling fs layer [2021-08-12T23:48:39.597Z] 292df0bc6bf3: Pulling fs layer [2021-08-12T23:48:39.597Z] 2e060f4bd70b: Pulling fs layer [2021-08-12T23:48:39.597Z] 80e8d568a223: Pulling fs layer [2021-08-12T23:48:39.597Z] 8dc6ef1a942a: Pulling fs layer [2021-08-12T23:48:39.597Z] 2312dd95470a: Pulling fs layer [2021-08-12T23:48:39.597Z] 80e8d568a223: Waiting [2021-08-12T23:48:39.597Z] 8dc6ef1a942a: Waiting [2021-08-12T23:48:39.597Z] 2312dd95470a: Waiting [2021-08-12T23:48:39.597Z] 2e060f4bd70b: Waiting [2021-08-12T23:48:39.597Z] 292df0bc6bf3: Verifying Checksum [2021-08-12T23:48:39.597Z] 292df0bc6bf3: Download complete [2021-08-12T23:48:38.572Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-08-12T23:48:38.596Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T23:48:38.620Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-08-12T23:48:38.653Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:48:38.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:48:38.667Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/875/head:refs/remotes/origin/PR-875 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-12T23:48:39.274Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T23:48:39.293Z] > git checkout -f f9862466792e7d0dcceb1905b0181161eb5fc782 # timeout=10 [2021-08-12T23:48:39.394Z] > git remote # timeout=10 [2021-08-12T23:48:39.413Z] > git config --get remote.origin.url # timeout=10 [2021-08-12T23:48:39.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:48:39.439Z] > git merge d60328c32dfc0c7c0cb78d3227db5683dd1fac29 # timeout=10 [2021-08-12T23:48:39.530Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-12T23:48:39.553Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T23:48:39.569Z] > git checkout -f 44472ac5d03ab7452ea09a2b93679c25d827059d # timeout=10 [2021-08-12T23:48:39.863Z] 6db28d0fdbf6: Verifying Checksum [2021-08-12T23:48:39.863Z] 6db28d0fdbf6: Download complete [2021-08-12T23:48:39.863Z] 05e7bc50f07f: Verifying Checksum [2021-08-12T23:48:39.863Z] 05e7bc50f07f: Download complete [2021-08-12T23:48:39.863Z] 80e8d568a223: Verifying Checksum [2021-08-12T23:48:39.863Z] 80e8d568a223: Download complete [2021-08-12T23:48:39.863Z] 8dc6ef1a942a: Verifying Checksum [2021-08-12T23:48:39.863Z] 8dc6ef1a942a: Download complete [2021-08-12T23:48:39.863Z] 2312dd95470a: Verifying Checksum [2021-08-12T23:48:39.863Z] 2312dd95470a: Download complete [2021-08-12T23:48:39.863Z] 05e7bc50f07f: Pull complete [2021-08-12T23:48:40.133Z] 6db28d0fdbf6: Pull complete [2021-08-12T23:48:40.133Z] 292df0bc6bf3: Pull complete [2021-08-12T23:48:42.068Z] 2e060f4bd70b: Verifying Checksum [2021-08-12T23:48:42.068Z] 2e060f4bd70b: Download complete [2021-08-12T23:48:43.851Z] Commit message: "Merge commit 'd60328c32dfc0c7c0cb78d3227db5683dd1fac29' into HEAD" [2021-08-12T23:48:43.880Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-08-12T23:48:43.854Z] > git rev-list --no-walk 9ec582d5e80ed6e922498106dc55bcb2f1d872bc # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-08-12T23:48:44.614Z] ========================================================= [2021-08-12T23:48:44.614Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-08-12T23:48:44.614Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:48:44.669Z] 2e060f4bd70b: Pull complete [2021-08-12T23:48:44.669Z] 80e8d568a223: Pull complete [2021-08-12T23:48:44.669Z] 8dc6ef1a942a: Pull complete [2021-08-12T23:48:44.669Z] 2312dd95470a: Pull complete [2021-08-12T23:48:44.669Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-08-12T23:48:44.669Z] Status: Downloaded newer image for docker:20.10.0 [2021-08-12T23:48:45.127Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-08-12T23:48:46.081Z] ---> 508492f64c71 [2021-08-12T23:48:46.081Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-08-12T23:48:46.081Z] ---> Running in 8093545e09f1 [2021-08-12T23:48:46.354Z] Removing intermediate container 8093545e09f1 [2021-08-12T23:48:46.354Z] ---> 996170255964 [2021-08-12T23:48:46.354Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-08-12T23:48:46.354Z] ---> Running in 974c361b0057 [2021-08-12T23:48:46.569Z] Sending build context to Docker daemon 19.82MB [2021-08-12T23:48:46.569Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-08-12T23:48:46.569Z] Step 2/8 : FROM ${BASE} [2021-08-12T23:48:46.630Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T23:48:47.170Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-08-12T23:48:47.170Z] 595b0fe564bb: Pulling fs layer [2021-08-12T23:48:47.170Z] 24495759ef45: Pulling fs layer [2021-08-12T23:48:47.170Z] d148012ef14d: Pulling fs layer [2021-08-12T23:48:47.170Z] e90a11edd702: Pulling fs layer [2021-08-12T23:48:47.170Z] d77568369979: Pulling fs layer [2021-08-12T23:48:47.170Z] fc1c9f9a7f3b: Pulling fs layer [2021-08-12T23:48:47.170Z] 170f2ba95c9a: Pulling fs layer [2021-08-12T23:48:47.170Z] 97ac5df62f85: Pulling fs layer [2021-08-12T23:48:47.170Z] fc1c9f9a7f3b: Waiting [2021-08-12T23:48:47.170Z] e90a11edd702: Waiting [2021-08-12T23:48:47.170Z] 170f2ba95c9a: Waiting [2021-08-12T23:48:47.170Z] d77568369979: Waiting [2021-08-12T23:48:47.170Z] 97ac5df62f85: Waiting [2021-08-12T23:48:47.170Z] d148012ef14d: Download complete [2021-08-12T23:48:47.170Z] 24495759ef45: Verifying Checksum [2021-08-12T23:48:47.170Z] 24495759ef45: Download complete [2021-08-12T23:48:47.170Z] d77568369979: Verifying Checksum [2021-08-12T23:48:47.170Z] d77568369979: Download complete [2021-08-12T23:48:47.170Z] fc1c9f9a7f3b: Download complete [2021-08-12T23:48:47.170Z] 595b0fe564bb: Verifying Checksum [2021-08-12T23:48:47.170Z] 595b0fe564bb: Download complete [2021-08-12T23:48:47.170Z] 170f2ba95c9a: Download complete [2021-08-12T23:48:47.598Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T23:48:48.157Z] 595b0fe564bb: Pull complete [2021-08-12T23:48:48.182Z] OK: 219 MiB in 52 packages [2021-08-12T23:48:48.448Z] Removing intermediate container 974c361b0057 [2021-08-12T23:48:48.448Z] ---> 6096c7a565e7 [2021-08-12T23:48:48.448Z] Step 6/8 : WORKDIR /build [2021-08-12T23:48:48.448Z] ---> Running in 49942d80ca84 [2021-08-12T23:48:48.448Z] Removing intermediate container 49942d80ca84 [2021-08-12T23:48:48.448Z] ---> 1640d309a7bb [2021-08-12T23:48:48.448Z] Step 7/8 : COPY go.mod . [2021-08-12T23:48:48.726Z] ---> d57e2aa31dc1 [2021-08-12T23:48:48.726Z] Step 8/8 : RUN go mod download [2021-08-12T23:48:48.726Z] ---> Running in 39983214011d [2021-08-12T23:48:48.761Z] 24495759ef45: Pull complete [2021-08-12T23:48:49.035Z] d148012ef14d: Pull complete [2021-08-12T23:48:51.019Z] 97ac5df62f85: Verifying Checksum [2021-08-12T23:48:51.019Z] 97ac5df62f85: Download complete [2021-08-12T23:48:51.296Z] e90a11edd702: Verifying Checksum [2021-08-12T23:48:51.296Z] e90a11edd702: Download complete [2021-08-12T23:49:03.716Z] Removing intermediate container 39983214011d [2021-08-12T23:49:03.716Z] ---> 9677a3895a7c [2021-08-12T23:49:03.716Z] Successfully built 9677a3895a7c [2021-08-12T23:49:03.716Z] Successfully tagged ci-base-image-x86_64:latest [2021-08-12T23:49:03.718Z] e90a11edd702: Pull complete [2021-08-12T23:49:03.718Z] d77568369979: Pull complete [2021-08-12T23:49:03.718Z] fc1c9f9a7f3b: Pull complete [2021-08-12T23:49:03.718Z] 170f2ba95c9a: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:49:04.089Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-12T23:49:04.089Z] . [Pipeline] withDockerContainer [2021-08-12T23:49:04.187Z] prd-centos7-docker-4c-2g-776 does not seem to be running inside a container [2021-08-12T23:49:04.244Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/32 -v /w/workspace/app-functions-sdk-go/32:/w/workspace/app-functions-sdk-go/32:rw,z -v /w/workspace/app-functions-sdk-go/32@tmp:/w/workspace/app-functions-sdk-go/32@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-08-12T23:49:04.645Z] $ docker top 48b30463979bdc665167e858f0fb0aca4d354f3b515a60cedea104a06547c1b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T23:49:05.056Z] + go version [2021-08-12T23:49:05.056Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-08-12T23:49:05.072Z] $ docker stop --time=1 48b30463979bdc665167e858f0fb0aca4d354f3b515a60cedea104a06547c1b0 [2021-08-12T23:49:06.280Z] $ docker rm -f 48b30463979bdc665167e858f0fb0aca4d354f3b515a60cedea104a06547c1b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:49:06.773Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-12T23:49:06.773Z] . [Pipeline] withDockerContainer [2021-08-12T23:49:06.859Z] prd-centos7-docker-4c-2g-776 does not seem to be running inside a container [2021-08-12T23:49:06.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/32 -v /w/workspace/app-functions-sdk-go/32:/w/workspace/app-functions-sdk-go/32:rw,z -v /w/workspace/app-functions-sdk-go/32@tmp:/w/workspace/app-functions-sdk-go/32@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-08-12T23:49:07.288Z] $ docker top b0df0e1583b34c80f11d17339145a3e59c3352f80ef97ee9613259b2e89cb470 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-08-12T23:49:07.713Z] + make test [2021-08-12T23:49:07.713Z] make -C ./app-service-template build [2021-08-12T23:49:07.713Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/32/app-service-template' [2021-08-12T23:49:07.713Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-08-12T23:49:07.713Z] go: github.com/edgexfoundry/app-functions-sdk-go/v2@v2.0.1 requires [2021-08-12T23:49:07.713Z] github.com/fxamacker/cbor/v2@v2.3.0: missing go.sum entry; to add it: [2021-08-12T23:49:07.713Z] go mod download github.com/fxamacker/cbor/v2 [2021-08-12T23:49:07.713Z] make[1]: *** [Makefile:40: build] Error 1 [2021-08-12T23:49:07.713Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/32/app-service-template' [2021-08-12T23:49:07.713Z] make: *** [Makefile:22: build] Error 2 [Pipeline] } [2021-08-12T23:49:07.729Z] $ docker stop --time=1 b0df0e1583b34c80f11d17339145a3e59c3352f80ef97ee9613259b2e89cb470 [2021-08-12T23:49:08.917Z] $ docker rm -f b0df0e1583b34c80f11d17339145a3e59c3352f80ef97ee9613259b2e89cb470 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [2021-08-12T23:49:09.172Z] 97ac5df62f85: Pull complete [2021-08-12T23:49:09.172Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-08-12T23:49:09.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-12T23:49:09.172Z] ---> 04bc70af865f [2021-08-12T23:49:09.172Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-08-12T23:49:09.172Z] 20.10.0: Pulling from library/docker [2021-08-12T23:49:09.172Z] a3cc7d3b244e: Pulling fs layer [2021-08-12T23:49:09.172Z] 02a3295e0d61: Pulling fs layer [2021-08-12T23:49:09.172Z] 0f4f2e6d8100: Pulling fs layer [2021-08-12T23:49:09.172Z] 330b718f631f: Pulling fs layer [2021-08-12T23:49:09.172Z] a93816041522: Pulling fs layer [2021-08-12T23:49:09.172Z] bdb6da89ff94: Pulling fs layer [2021-08-12T23:49:09.172Z] 2a70c0c122f4: Pulling fs layer [2021-08-12T23:49:09.172Z] a93816041522: Waiting [2021-08-12T23:49:09.172Z] 330b718f631f: Waiting [2021-08-12T23:49:09.172Z] bdb6da89ff94: Waiting [2021-08-12T23:49:09.172Z] 2a70c0c122f4: Waiting [2021-08-12T23:49:09.172Z] 0f4f2e6d8100: Verifying Checksum [2021-08-12T23:49:09.172Z] 0f4f2e6d8100: Download complete [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:49:09.446Z] 02a3295e0d61: Verifying Checksum [2021-08-12T23:49:09.446Z] 02a3295e0d61: Download complete [2021-08-12T23:49:09.446Z] a3cc7d3b244e: Verifying Checksum [2021-08-12T23:49:09.446Z] a3cc7d3b244e: Download complete [2021-08-12T23:49:09.446Z] a93816041522: Verifying Checksum [2021-08-12T23:49:09.446Z] a93816041522: Download complete [2021-08-12T23:49:09.446Z] 2a70c0c122f4: Verifying Checksum [2021-08-12T23:49:09.446Z] 2a70c0c122f4: Download complete [2021-08-12T23:49:09.446Z] bdb6da89ff94: Verifying Checksum [2021-08-12T23:49:09.446Z] bdb6da89ff94: Download complete [2021-08-12T23:49:09.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:49:09.552Z] [2021-08-12T23:49:09.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:49:09.887Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:49:10.045Z] a3cc7d3b244e: Pull complete [2021-08-12T23:49:10.846Z] latest: Pulling from edgex-lftools-log-publisher [2021-08-12T23:49:10.846Z] b4d181a07f80: Pulling fs layer [2021-08-12T23:49:10.846Z] a1111a8f2ec3: Pulling fs layer [2021-08-12T23:49:10.846Z] ed53099fbce6: Pulling fs layer [2021-08-12T23:49:10.846Z] dc539afda2c1: Pulling fs layer [2021-08-12T23:49:10.846Z] 77bc0d833cb6: Pulling fs layer [2021-08-12T23:49:10.846Z] 9065ff56babe: Pulling fs layer [2021-08-12T23:49:10.846Z] d287ab97295c: Pulling fs layer [2021-08-12T23:49:10.846Z] 77bc0d833cb6: Waiting [2021-08-12T23:49:10.846Z] 9065ff56babe: Waiting [2021-08-12T23:49:10.846Z] d287ab97295c: Waiting [2021-08-12T23:49:10.846Z] dc539afda2c1: Waiting [2021-08-12T23:49:11.035Z] 02a3295e0d61: Pull complete [2021-08-12T23:49:11.308Z] 0f4f2e6d8100: Pull complete [2021-08-12T23:49:11.425Z] a1111a8f2ec3: Download complete [2021-08-12T23:49:11.425Z] dc539afda2c1: Verifying Checksum [2021-08-12T23:49:11.425Z] dc539afda2c1: Download complete [2021-08-12T23:49:11.581Z] 330b718f631f: Verifying Checksum [2021-08-12T23:49:11.581Z] 330b718f631f: Download complete [2021-08-12T23:49:11.692Z] 77bc0d833cb6: Verifying Checksum [2021-08-12T23:49:11.692Z] 77bc0d833cb6: Download complete [2021-08-12T23:49:11.693Z] 9065ff56babe: Verifying Checksum [2021-08-12T23:49:11.693Z] 9065ff56babe: Download complete [2021-08-12T23:49:11.693Z] ed53099fbce6: Verifying Checksum [2021-08-12T23:49:11.693Z] ed53099fbce6: Download complete [2021-08-12T23:49:12.660Z] b4d181a07f80: Verifying Checksum [2021-08-12T23:49:12.660Z] b4d181a07f80: Download complete [2021-08-12T23:49:13.650Z] b4d181a07f80: Pull complete [2021-08-12T23:49:13.927Z] a1111a8f2ec3: Pull complete [2021-08-12T23:49:14.514Z] ed53099fbce6: Pull complete [2021-08-12T23:49:14.514Z] dc539afda2c1: Pull complete [2021-08-12T23:49:14.795Z] 77bc0d833cb6: Pull complete [2021-08-12T23:49:14.795Z] 9065ff56babe: Pull complete [2021-08-12T23:49:15.883Z] 330b718f631f: Pull complete [2021-08-12T23:49:15.883Z] a93816041522: Pull complete [2021-08-12T23:49:16.159Z] bdb6da89ff94: Pull complete [2021-08-12T23:49:16.214Z] d287ab97295c: Verifying Checksum [2021-08-12T23:49:16.214Z] d287ab97295c: Download complete [2021-08-12T23:49:16.432Z] 2a70c0c122f4: Pull complete [2021-08-12T23:49:16.432Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-08-12T23:49:16.709Z] Status: Downloaded newer image for docker:20.10.0 [2021-08-12T23:49:20.498Z] d287ab97295c: Pull complete [2021-08-12T23:49:20.498Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-08-12T23:49:20.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:49:20.498Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-08-12T23:49:20.598Z] prd-centos7-docker-4c-2g-776 does not seem to be running inside a container [2021-08-12T23:49:20.648Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-functions-sdk-go/32 -v /w/workspace/app-functions-sdk-go/32:/w/workspace/app-functions-sdk-go/32:rw,z -v /w/workspace/app-functions-sdk-go/32@tmp:/w/workspace/app-functions-sdk-go/32@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-08-12T23:49:23.012Z] $ docker top 9f364093aa00bb14b5777a9961121aab97efbf906d0ce34152d555c38d340c32 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:49:23.605Z] ---> job-cost.sh [2021-08-12T23:49:23.605Z] lf-activate-venv: SKIPPING [2021-08-12T23:49:23.605Z] INFO: No Stack... [2021-08-12T23:49:24.563Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-08-12T23:49:24.833Z] INFO: Archiving Costs [Pipeline] sh [2021-08-12T23:49:25.379Z] + cat /w/workspace/app-functions-sdk-go/32/archives/cost.csv [2021-08-12T23:49:25.379Z] + cut -d, -f6 [Pipeline] lock [2021-08-12T23:49:25.428Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-875-32-stack-cost] [2021-08-12T23:49:25.436Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-875-32-stack-cost] did not exist. Created. [2021-08-12T23:49:25.437Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-875-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-08-12T23:49:25.779Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-08-12T23:49:26.017Z] Stashed 1 file(s) [Pipeline] } [2021-08-12T23:49:26.030Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-875-32-stack-cost] [Pipeline] // lock [Pipeline] } [2021-08-12T23:49:26.059Z] $ docker stop --time=1 9f364093aa00bb14b5777a9961121aab97efbf906d0ce34152d555c38d340c32 [2021-08-12T23:49:26.892Z] ---> ee50ada23c37 [2021-08-12T23:49:26.892Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-08-12T23:49:26.892Z] ---> Running in dfd6f1267067 [2021-08-12T23:49:26.892Z] Removing intermediate container dfd6f1267067 [2021-08-12T23:49:26.892Z] ---> 9095b0b08a15 [2021-08-12T23:49:26.892Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-08-12T23:49:26.892Z] ---> Running in 75feed84ddf5 [2021-08-12T23:49:27.221Z] $ docker rm -f 9f364093aa00bb14b5777a9961121aab97efbf906d0ce34152d555c38d340c32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-12T23:49:27.480Z] Failed in branch amd64 [2021-08-12T23:49:28.375Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-12T23:49:29.363Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-12T23:49:30.350Z] OK: 218 MiB in 52 packages [2021-08-12T23:49:31.794Z] Removing intermediate container 75feed84ddf5 [2021-08-12T23:49:31.794Z] ---> 1f0b874f0023 [2021-08-12T23:49:31.794Z] Step 6/8 : WORKDIR /build [2021-08-12T23:49:32.066Z] ---> Running in cc0fa7a3975b [2021-08-12T23:49:32.665Z] Removing intermediate container cc0fa7a3975b [2021-08-12T23:49:32.665Z] ---> 1afa578b206a [2021-08-12T23:49:32.665Z] Step 7/8 : COPY go.mod . [2021-08-12T23:49:33.647Z] ---> 9666135d2d51 [2021-08-12T23:49:33.647Z] Step 8/8 : RUN go mod download [2021-08-12T23:49:33.647Z] ---> Running in d6040f484afd [2021-08-12T23:50:06.000Z] Removing intermediate container d6040f484afd [2021-08-12T23:50:06.000Z] ---> 58bf167b8a67 [2021-08-12T23:50:06.000Z] Successfully built 58bf167b8a67 [2021-08-12T23:50:06.000Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:50:06.698Z] + docker inspect -f . ci-base-image-arm64 [2021-08-12T23:50:06.698Z] . [Pipeline] withDockerContainer [2021-08-12T23:50:07.058Z] prd-ubuntu18.04-docker-arm64-4c-16g-775 does not seem to be running inside a container [2021-08-12T23:50:07.226Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/32 -v /w/workspace/app-functions-sdk-go/32:/w/workspace/app-functions-sdk-go/32:rw,z -v /w/workspace/app-functions-sdk-go/32@tmp:/w/workspace/app-functions-sdk-go/32@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-08-12T23:50:09.134Z] $ docker top e3899294de902d55476de22c6d763786d618a7598ae344fa72ef4c5ade75568c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T23:50:10.156Z] + go version [2021-08-12T23:50:10.156Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-08-12T23:50:10.177Z] $ docker stop --time=1 e3899294de902d55476de22c6d763786d618a7598ae344fa72ef4c5ade75568c [2021-08-12T23:50:12.090Z] $ docker rm -f e3899294de902d55476de22c6d763786d618a7598ae344fa72ef4c5ade75568c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:50:12.822Z] + docker inspect -f . ci-base-image-arm64 [2021-08-12T23:50:12.822Z] . [Pipeline] withDockerContainer [2021-08-12T23:50:13.069Z] prd-ubuntu18.04-docker-arm64-4c-16g-775 does not seem to be running inside a container [2021-08-12T23:50:13.146Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/32 -v /w/workspace/app-functions-sdk-go/32:/w/workspace/app-functions-sdk-go/32:rw,z -v /w/workspace/app-functions-sdk-go/32@tmp:/w/workspace/app-functions-sdk-go/32@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-08-12T23:50:14.861Z] $ docker top aad30980be11039907b9629f35ba7e61d3c479ef6ba50b4d4bc2b4440307565a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-08-12T23:50:15.865Z] + make test [2021-08-12T23:50:15.865Z] make -C ./app-service-template build [2021-08-12T23:50:15.865Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/32/app-service-template' [2021-08-12T23:50:15.865Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-08-12T23:50:15.865Z] go: github.com/edgexfoundry/app-functions-sdk-go/v2@v2.0.1 requires [2021-08-12T23:50:15.865Z] github.com/fxamacker/cbor/v2@v2.3.0: missing go.sum entry; to add it: [2021-08-12T23:50:15.865Z] go mod download github.com/fxamacker/cbor/v2 [2021-08-12T23:50:15.865Z] make[1]: *** [Makefile:40: build] Error 1 [2021-08-12T23:50:15.865Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/32/app-service-template' [2021-08-12T23:50:15.865Z] make: *** [Makefile:22: build] Error 2 [Pipeline] } [2021-08-12T23:50:15.886Z] $ docker stop --time=1 aad30980be11039907b9629f35ba7e61d3c479ef6ba50b4d4bc2b4440307565a [2021-08-12T23:50:17.716Z] $ docker rm -f aad30980be11039907b9629f35ba7e61d3c479ef6ba50b4d4bc2b4440307565a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:50:18.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-12T23:50:18.454Z] [2021-08-12T23:50:18.454Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:50:18.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-12T23:50:19.085Z] arm64: Pulling from edgex-lftools-log-publisher [2021-08-12T23:50:19.085Z] 448f6bf000e3: Pulling fs layer [2021-08-12T23:50:19.085Z] f757da607395: Pulling fs layer [2021-08-12T23:50:19.085Z] 05883995daec: Pulling fs layer [2021-08-12T23:50:19.085Z] 8603b9c90790: Pulling fs layer [2021-08-12T23:50:19.085Z] 1560dd03e051: Pulling fs layer [2021-08-12T23:50:19.085Z] 8603b9c90790: Waiting [2021-08-12T23:50:19.085Z] 27f5ce0e4adf: Pulling fs layer [2021-08-12T23:50:19.085Z] 1560dd03e051: Waiting [2021-08-12T23:50:19.085Z] c2d8d7efcc4b: Pulling fs layer [2021-08-12T23:50:19.085Z] 27f5ce0e4adf: Waiting [2021-08-12T23:50:19.085Z] c2d8d7efcc4b: Waiting [2021-08-12T23:50:19.085Z] f757da607395: Verifying Checksum [2021-08-12T23:50:19.085Z] f757da607395: Download complete [2021-08-12T23:50:19.085Z] 8603b9c90790: Download complete [2021-08-12T23:50:19.358Z] 1560dd03e051: Verifying Checksum [2021-08-12T23:50:19.358Z] 1560dd03e051: Download complete [2021-08-12T23:50:19.358Z] 27f5ce0e4adf: Verifying Checksum [2021-08-12T23:50:20.340Z] 448f6bf000e3: Verifying Checksum [2021-08-12T23:50:20.340Z] 448f6bf000e3: Download complete [2021-08-12T23:50:20.617Z] 05883995daec: Verifying Checksum [2021-08-12T23:50:20.617Z] 05883995daec: Download complete [2021-08-12T23:50:24.025Z] c2d8d7efcc4b: Verifying Checksum [2021-08-12T23:50:24.025Z] c2d8d7efcc4b: Download complete [2021-08-12T23:50:24.025Z] 448f6bf000e3: Pull complete [2021-08-12T23:50:24.629Z] f757da607395: Pull complete [2021-08-12T23:50:26.072Z] 05883995daec: Pull complete [2021-08-12T23:50:26.671Z] 8603b9c90790: Pull complete [2021-08-12T23:50:27.663Z] 1560dd03e051: Pull complete [2021-08-12T23:50:27.937Z] 27f5ce0e4adf: Pull complete [2021-08-12T23:50:43.027Z] c2d8d7efcc4b: Pull complete [2021-08-12T23:50:43.027Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-08-12T23:50:43.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-12T23:50:43.027Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-08-12T23:50:43.259Z] prd-ubuntu18.04-docker-arm64-4c-16g-775 does not seem to be running inside a container [2021-08-12T23:50:43.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-functions-sdk-go/32 -v /w/workspace/app-functions-sdk-go/32:/w/workspace/app-functions-sdk-go/32:rw,z -v /w/workspace/app-functions-sdk-go/32@tmp:/w/workspace/app-functions-sdk-go/32@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-08-12T23:50:47.887Z] $ docker top 9f8db653183131845d1b3050128633ae8d29bb5e3edb5c971a0e42ae2c5810c0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:50:48.827Z] ---> job-cost.sh [2021-08-12T23:50:48.827Z] lf-activate-venv: SKIPPING [2021-08-12T23:50:48.827Z] INFO: No Stack... [2021-08-12T23:50:49.809Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-08-12T23:50:50.082Z] INFO: Archiving Costs [Pipeline] sh [2021-08-12T23:50:50.748Z] + cat /w/workspace/app-functions-sdk-go/32/archives/cost.csv [2021-08-12T23:50:50.748Z] + cut -d, -f6 [Pipeline] lock [2021-08-12T23:50:50.813Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-875-32-stack-cost] [2021-08-12T23:50:50.820Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-875-32-stack-cost] did not exist. Created. [2021-08-12T23:50:50.820Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-875-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-08-12T23:50:51.527Z] /w/workspace/app-functions-sdk-go/32@tmp/durable-3de5c13d/script.sh: 1: /w/workspace/app-functions-sdk-go/32@tmp/durable-3de5c13d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-08-12T23:50:52.203Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-08-12T23:50:52.240Z] Warning: overwriting stash ‘stack-cost’ [2021-08-12T23:50:52.749Z] Stashed 1 file(s) [Pipeline] } [2021-08-12T23:50:52.762Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-875-32-stack-cost] [Pipeline] // lock [Pipeline] } [2021-08-12T23:50:52.794Z] $ docker stop --time=1 9f8db653183131845d1b3050128633ae8d29bb5e3edb5c971a0e42ae2c5810c0 [2021-08-12T23:50:54.456Z] $ docker rm -f 9f8db653183131845d1b3050128633ae8d29bb5e3edb5c971a0e42ae2c5810c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-12T23:50:55.001Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-08-12T23:50:56.126Z] + '[' -d /w/workspace/ndry_app-functions-sdk-go_PR-875/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:50:56.474Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:50:57.063Z] ---> package-listing.sh [2021-08-12T23:50:57.063Z] ++ facter osfamily [2021-08-12T23:50:57.063Z] ++ tr '[:upper:]' '[:lower:]' [2021-08-12T23:50:57.330Z] + OS_FAMILY=redhat [2021-08-12T23:50:57.330Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-875 [2021-08-12T23:50:57.330Z] + START_PACKAGES=/tmp/packages_start.txt [2021-08-12T23:50:57.330Z] + END_PACKAGES=/tmp/packages_end.txt [2021-08-12T23:50:57.330Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-08-12T23:50:57.330Z] + PACKAGES=/tmp/packages_start.txt [2021-08-12T23:50:57.330Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-875 ']' [2021-08-12T23:50:57.330Z] + PACKAGES=/tmp/packages_end.txt [2021-08-12T23:50:57.330Z] + case "${OS_FAMILY}" in [2021-08-12T23:50:57.330Z] + sort [2021-08-12T23:50:57.330Z] + rpm -qa [2021-08-12T23:50:57.913Z] + '[' -f /tmp/packages_start.txt ']' [2021-08-12T23:50:57.913Z] + '[' -f /tmp/packages_end.txt ']' [2021-08-12T23:50:57.913Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-08-12T23:50:57.913Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-875 ']' [2021-08-12T23:50:57.913Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-875/archives/ [2021-08-12T23:50:57.913Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-875/archives/ [Pipeline] echo [2021-08-12T23:50:57.930Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-875/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-08-12T23:50:58.233Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:50:58.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:50:58.825Z] [2021-08-12T23:50:58.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:50:59.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:50:59.160Z] latest: Pulling from edgex-lftools-log-publisher [2021-08-12T23:50:59.160Z] b4d181a07f80: Pulling fs layer [2021-08-12T23:50:59.160Z] a1111a8f2ec3: Pulling fs layer [2021-08-12T23:50:59.160Z] ed53099fbce6: Pulling fs layer [2021-08-12T23:50:59.160Z] dc539afda2c1: Pulling fs layer [2021-08-12T23:50:59.160Z] 77bc0d833cb6: Pulling fs layer [2021-08-12T23:50:59.160Z] 9065ff56babe: Pulling fs layer [2021-08-12T23:50:59.160Z] d287ab97295c: Pulling fs layer [2021-08-12T23:50:59.160Z] dc539afda2c1: Waiting [2021-08-12T23:50:59.160Z] 77bc0d833cb6: Waiting [2021-08-12T23:50:59.160Z] 9065ff56babe: Waiting [2021-08-12T23:50:59.160Z] d287ab97295c: Waiting [2021-08-12T23:50:59.428Z] a1111a8f2ec3: Verifying Checksum [2021-08-12T23:50:59.428Z] a1111a8f2ec3: Download complete [2021-08-12T23:50:59.428Z] dc539afda2c1: Verifying Checksum [2021-08-12T23:50:59.428Z] dc539afda2c1: Download complete [2021-08-12T23:50:59.708Z] 77bc0d833cb6: Verifying Checksum [2021-08-12T23:50:59.708Z] 77bc0d833cb6: Download complete [2021-08-12T23:50:59.708Z] 9065ff56babe: Verifying Checksum [2021-08-12T23:50:59.708Z] 9065ff56babe: Download complete [2021-08-12T23:50:59.973Z] ed53099fbce6: Verifying Checksum [2021-08-12T23:50:59.973Z] ed53099fbce6: Download complete [2021-08-12T23:51:00.554Z] b4d181a07f80: Verifying Checksum [2021-08-12T23:51:00.554Z] b4d181a07f80: Download complete [2021-08-12T23:51:01.983Z] b4d181a07f80: Pull complete [2021-08-12T23:51:01.983Z] a1111a8f2ec3: Pull complete [2021-08-12T23:51:02.567Z] ed53099fbce6: Pull complete [2021-08-12T23:51:02.567Z] dc539afda2c1: Pull complete [2021-08-12T23:51:02.832Z] 77bc0d833cb6: Pull complete [2021-08-12T23:51:02.832Z] 9065ff56babe: Pull complete [2021-08-12T23:51:05.412Z] d287ab97295c: Verifying Checksum [2021-08-12T23:51:05.412Z] d287ab97295c: Download complete [2021-08-12T23:51:09.688Z] d287ab97295c: Pull complete [2021-08-12T23:51:09.688Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-08-12T23:51:09.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:51:09.688Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-08-12T23:51:09.770Z] prd-centos7-docker-4c-2g-773 does not seem to be running inside a container [2021-08-12T23:51:09.822Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-875/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-875 -v /w/workspace/ndry_app-functions-sdk-go_PR-875:/w/workspace/ndry_app-functions-sdk-go_PR-875:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-875@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-875@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-08-12T23:51:12.030Z] $ docker top 2333f67e1123d6376019baba37b94a8d26cb6c8e81a2886b94200fa6dfebab9c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T23:51:12.425Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-08-12T23:51:12.748Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-08-12T23:51:13.063Z] + ls /var/log/sa-host [2021-08-12T23:51:13.063Z] + sadf -c /var/log/sa-host/sa05 [2021-08-12T23:51:13.063Z] file_magic: OK [2021-08-12T23:51:13.063Z] HZ: Using current value: 100 [2021-08-12T23:51:13.063Z] file_header: OK [2021-08-12T23:51:13.063Z] 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 [2021-08-12T23:51:13.063Z] Statistics: [2021-08-12T23:51:13.063Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-08-12T23:51:13.063Z] File successfully converted to sysstat format version 12.0.3 [2021-08-12T23:51:13.063Z] + sadf -c /var/log/sa-host/sa12 [2021-08-12T23:51:13.063Z] file_magic: OK [2021-08-12T23:51:13.063Z] HZ: Using current value: 100 [2021-08-12T23:51:13.063Z] file_header: OK [2021-08-12T23:51:13.063Z] 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 [2021-08-12T23:51:13.063Z] Statistics: [2021-08-12T23:51:13.063Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-08-12T23:51:13.063Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-12T23:51:13.698Z] provisioning config files... [2021-08-12T23:51:13.723Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-875@tmp/config5209577396607307495tmp [Pipeline] { [Pipeline] echo [2021-08-12T23:51:13.755Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:51:14.069Z] ---> create-netrc.sh [Pipeline] } [2021-08-12T23:51:14.082Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:51:14.498Z] ---> python-tools-install.sh [Pipeline] echo [2021-08-12T23:51:14.514Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:51:14.823Z] ---> sudo-logs.sh [2021-08-12T23:51:14.824Z] Archiving 'sudo' log.. [2021-08-12T23:51:14.824Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-773.vexxhost.local: Name or service not known [2021-08-12T23:51:14.824Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-773.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-08-12T23:51:14.890Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:51:15.200Z] ---> job-cost.sh [2021-08-12T23:51:15.200Z] lf-activate-venv: SKIPPING [2021-08-12T23:51:15.200Z] DEBUG: total: 0.18000000715255737 [2021-08-12T23:51:15.200Z] INFO: Retrieving Stack Cost... [2021-08-12T23:51:16.163Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-08-12T23:51:16.163Z] INFO: Archiving Costs [Pipeline] echo [2021-08-12T23:51:16.182Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:51:16.504Z] ---> logs-deploy.sh [2021-08-12T23:51:16.504Z] lf-activate-venv: SKIPPING [2021-08-12T23:51:16.504Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-875/32 [2021-08-12T23:51:16.504Z] INFO: archiving workspace using pattern(s): [2021-08-12T23:51:17.086Z] Archives upload complete. [2021-08-12T23:51:17.354Z] INFO: archiving logs to Nexus