Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from df76cb4b79cd8b3ffa5d26b9526444afff4457e7+d60328c32dfc0c7c0cb78d3227db5683dd1fac29 (273505b1b7d2299820a6b66eaf123e5365571439) 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-ssh2919093028367954848.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-ssh8826626017828633157.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-921/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-921/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4819389357785678955.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-ssh1253489126188882420.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-921/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-921/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6160495388483596786.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-774 in /w/workspace/ndry_app-functions-sdk-go_PR-921 [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-921 # 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-921@tmp/jenkins-gitclient-ssh1198758369241186154.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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-921@tmp/jenkins-gitclient-ssh4407600685251853355.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/921/head:refs/remotes/origin/PR-921 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit d60328c32dfc0c7c0cb78d3227db5683dd1fac29 into PR head commit df76cb4b79cd8b3ffa5d26b9526444afff4457e7 Merge succeeded, producing 445606ca4f382c87da7ee8aa38bde69e89ee08df Checking out Revision 445606ca4f382c87da7ee8aa38bde69e89ee08df (PR-921) > git config core.sparsecheckout # timeout=10 > git checkout -f df76cb4b79cd8b3ffa5d26b9526444afff4457e7 # 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-921@tmp/jenkins-gitclient-ssh4508317870081126911.key > git merge d60328c32dfc0c7c0cb78d3227db5683dd1fac29 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 445606ca4f382c87da7ee8aa38bde69e89ee08df # timeout=10 Commit message: "Merge commit 'd60328c32dfc0c7c0cb78d3227db5683dd1fac29' into HEAD" > git rev-list --no-walk df76cb4b79cd8b3ffa5d26b9526444afff4457e7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-08-12T23:46:41.785Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-08-12T23:46:41.886Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-08-12T23:46:41.915Z] ========================================================= [2021-08-12T23:46:41.915Z] EdgeX Global Pipelines Version Info [2021-08-12T23:46:41.915Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:46:43.162Z] ------------------- [2021-08-12T23:46:43.162Z] stable info: [2021-08-12T23:46:43.162Z] ------------------- [2021-08-12T23:46:43.162Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-08-12T23:46:43.162Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-08-12T23:46:43.162Z] Message: update stable to v1.0.205 [2021-08-12T23:46:43.748Z] ------------------- [2021-08-12T23:46:43.748Z] experimental info: [2021-08-12T23:46:43.748Z] ------------------- [2021-08-12T23:46:43.748Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-08-12T23:46:43.748Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-08-12T23:46:43.748Z] Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-08-12T23:46:43.883Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-08-12T23:46:43.911Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-08-12T23:46:43.936Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-08-12T23:46:43.963Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-08-12T23:46:43.989Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-08-12T23:46:44.019Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-08-12T23:46:44.046Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-08-12T23:46:44.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-08-12T23:46:44.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-08-12T23:46:44.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-08-12T23:46:44.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-08-12T23:46:44.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-08-12T23:46:44.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo [2021-08-12T23:46:44.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-08-12T23:46:44.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-08-12T23:46:44.334Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-08-12T23:46:44.379Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-08-12T23:46:44.420Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-08-12T23:46:44.456Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-08-12T23:46:44.500Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-08-12T23:46:44.542Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-08-12T23:46:44.583Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-08-12T23:46:44.611Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-08-12T23:46:44.645Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-08-12T23:46:44.688Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-08-12T23:46:44.721Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-08-12T23:46:44.749Z] [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:44.776Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-921 [Pipeline] echo [2021-08-12T23:46:44.803Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-921 [Pipeline] echo [2021-08-12T23:46:44.842Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-921 [Pipeline] echo [2021-08-12T23:46:44.868Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 445606ca4f382c87da7ee8aa38bde69e89ee08df [Pipeline] echo [2021-08-12T23:46:44.894Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 445606c [Pipeline] echo [2021-08-12T23:46:44.921Z] [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:45.342Z] + git log --format=format:%s -1 445606ca4f382c87da7ee8aa38bde69e89ee08df [Pipeline] echo [2021-08-12T23:46:45.400Z] GIT_COMMIT: 445606ca4f382c87da7ee8aa38bde69e89ee08df, Commit Message: Merge commit 'd60328c32dfc0c7c0cb78d3227db5683dd1fac29' into HEAD [Pipeline] echo [2021-08-12T23:46:45.415Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:46:45.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-12T23:46:45.989Z] [2021-08-12T23:46:45.989Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:46:46.334Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-12T23:46:46.334Z] latest: Pulling from edgex-devops/git-semver [2021-08-12T23:46:46.334Z] 31603596830f: Pulling fs layer [2021-08-12T23:46:46.334Z] d4622e32a9a9: Pulling fs layer [2021-08-12T23:46:46.334Z] 1030fce36090: Pulling fs layer [2021-08-12T23:46:46.334Z] 6c6cb7e1b49b: Pulling fs layer [2021-08-12T23:46:46.334Z] 6c6cb7e1b49b: Waiting [2021-08-12T23:46:46.334Z] d4622e32a9a9: Verifying Checksum [2021-08-12T23:46:46.334Z] d4622e32a9a9: Download complete [2021-08-12T23:46:46.604Z] 31603596830f: Verifying Checksum [2021-08-12T23:46:46.604Z] 31603596830f: Download complete [2021-08-12T23:46:46.604Z] 31603596830f: Pull complete [2021-08-12T23:46:46.873Z] d4622e32a9a9: Pull complete [2021-08-12T23:46:46.873Z] 6c6cb7e1b49b: Verifying Checksum [2021-08-12T23:46:46.873Z] 6c6cb7e1b49b: Download complete [2021-08-12T23:46:46.873Z] 1030fce36090: Download complete [2021-08-12T23:46:47.456Z] 1030fce36090: Pull complete [2021-08-12T23:46:47.726Z] 6c6cb7e1b49b: Pull complete [2021-08-12T23:46:47.726Z] Digest: sha256:98b6084a185347f7b64647794a0a4774a411b925a780a33b3032b91fe10e00ab [2021-08-12T23:46:47.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-12T23:46:47.726Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-08-12T23:46:48.091Z] prd-centos7-docker-4c-2g-774 does not seem to be running inside a container [2021-08-12T23:46:48.149Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-921 -v /w/workspace/ndry_app-functions-sdk-go_PR-921:/w/workspace/ndry_app-functions-sdk-go_PR-921:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-921@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-921@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:48.891Z] $ docker top c2893a95c3833159f028337dccd340af0c4cdeb1ff30094b9d60ec60532ed234 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-08-12T23:46:49.015Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-12T23:46:49.015Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-12T23:46:49.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-12T23:46:49.136Z] $ docker exec c2893a95c3833159f028337dccd340af0c4cdeb1ff30094b9d60ec60532ed234 ssh-agent [2021-08-12T23:46:49.257Z] SSH_AUTH_SOCK=/tmp/ssh-aXyjccPTAnvf/agent.14 [2021-08-12T23:46:49.257Z] SSH_AGENT_PID=21 [2021-08-12T23:46:49.269Z] Running ssh-add (command line suppressed) [2021-08-12T23:46:49.370Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_91421927856421051.key (/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_91421927856421051.key) [2021-08-12T23:46:49.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-12T23:46:49.703Z] + git tag --points-at HEAD [Pipeline] } [2021-08-12T23:46:49.724Z] $ docker exec --env ******** --env ******** c2893a95c3833159f028337dccd340af0c4cdeb1ff30094b9d60ec60532ed234 ssh-agent -k [2021-08-12T23:46:49.817Z] unset SSH_AUTH_SOCK; [2021-08-12T23:46:49.817Z] unset SSH_AGENT_PID; [2021-08-12T23:46:49.817Z] echo Agent pid 21 killed; [2021-08-12T23:46:49.832Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-08-12T23:46:49.875Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-12T23:46:49.875Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-12T23:46:49.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-12T23:46:49.996Z] $ docker exec c2893a95c3833159f028337dccd340af0c4cdeb1ff30094b9d60ec60532ed234 ssh-agent [2021-08-12T23:46:50.109Z] SSH_AUTH_SOCK=/tmp/ssh-zaDyhiZijmCJ/agent.53 [2021-08-12T23:46:50.109Z] SSH_AGENT_PID=59 [2021-08-12T23:46:50.117Z] Running ssh-add (command line suppressed) [2021-08-12T23:46:50.215Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_3909802259333371412.key (/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_3909802259333371412.key) [2021-08-12T23:46:50.237Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-12T23:46:50.562Z] + git semver init [2021-08-12T23:46:50.563Z] # -> Open(): unable to determine branch for HEAD [2021-08-12T23:46:50.563Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-921/.git [2021-08-12T23:46:50.563Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-921 [2021-08-12T23:46:50.563Z] # $SEMVER_REMOTE_NAME = origin [2021-08-12T23:46:50.563Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-08-12T23:46:50.563Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-08-12T23:46:50.563Z] # $SEMVER_BRANCH = PR-921 [2021-08-12T23:46:50.563Z] # $SEMVER_TEMP = /tmp/semver-861946005 [2021-08-12T23:46:50.563Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-08-12T23:46:52.513Z] # '/tmp/semver-861946005' -> '/w/workspace/ndry_app-functions-sdk-go_PR-921/.semver' [2021-08-12T23:46:52.513Z] # -> Force: false [2021-08-12T23:46:52.513Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-921/.semver [Pipeline] } [2021-08-12T23:46:52.528Z] $ docker exec --env ******** --env ******** c2893a95c3833159f028337dccd340af0c4cdeb1ff30094b9d60ec60532ed234 ssh-agent -k [2021-08-12T23:46:52.625Z] unset SSH_AUTH_SOCK; [2021-08-12T23:46:52.626Z] unset SSH_AGENT_PID; [2021-08-12T23:46:52.626Z] echo Agent pid 59 killed; [2021-08-12T23:46:52.645Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-12T23:46:52.997Z] + git semver [Pipeline] } [2021-08-12T23:46:53.017Z] $ docker stop --time=1 c2893a95c3833159f028337dccd340af0c4cdeb1ff30094b9d60ec60532ed234 [2021-08-12T23:46:54.324Z] $ docker rm -f c2893a95c3833159f028337dccd340af0c4cdeb1ff30094b9d60ec60532ed234 [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-12T23:46:54.709Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-08-12T23:46:55.267Z] Stashed 1 file(s) [Pipeline] echo [2021-08-12T23:46:55.271Z] [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:47:10.446Z] Still waiting to schedule task [2021-08-12T23:47:10.447Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-08-12T23:47:10.449Z] Still waiting to schedule task [2021-08-12T23:47:10.449Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-105’ is offline [2021-08-12T23:49:14.383Z] Running on prd-centos7-docker-4c-2g-778 in /w/workspace/ndry_app-functions-sdk-go_PR-921 [Pipeline] { [Pipeline] ws [2021-08-12T23:49:14.400Z] Running in /w/workspace/app-functions-sdk-go/11 [Pipeline] { [Pipeline] checkout [2021-08-12T23:49:14.519Z] The recommended git tool is: git [2021-08-12T23:49:17.027Z] using credential edgex-jenkins-ssh [2021-08-12T23:49:17.042Z] Cloning the remote Git repository [2021-08-12T23:49:17.324Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:49:17.396Z] > git init /w/workspace/app-functions-sdk-go/11 # timeout=10 [2021-08-12T23:49:17.422Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:49:17.423Z] > git --version # timeout=10 [2021-08-12T23:49:17.432Z] > git --version # 'git version 2.24.4' [2021-08-12T23:49:17.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:49:17.462Z] [INFO] Currently running in a labeled security context [2021-08-12T23:49:17.462Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-08-12T23:49:17.462Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/11@tmp/jenkins-gitclient-ssh2720847667211682703.key [2021-08-12T23:49:17.474Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T23:49:24.423Z] Merging remotes/origin/main commit d60328c32dfc0c7c0cb78d3227db5683dd1fac29 into PR head commit df76cb4b79cd8b3ffa5d26b9526444afff4457e7 [2021-08-12T23:49:24.534Z] Merge succeeded, producing 51306d02eef1975e47b271c97ed36f1895856e6a [2021-08-12T23:49:24.534Z] Checking out Revision 51306d02eef1975e47b271c97ed36f1895856e6a (PR-921) [2021-08-12T23:49:23.923Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-08-12T23:49:23.934Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T23:49:23.947Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-08-12T23:49:23.964Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:49:23.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:49:23.965Z] [INFO] Currently running in a labeled security context [2021-08-12T23:49:23.965Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-08-12T23:49:23.966Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/11@tmp/jenkins-gitclient-ssh6954600224011516436.key [2021-08-12T23:49:23.972Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/921/head:refs/remotes/origin/PR-921 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-12T23:49:24.435Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T23:49:24.444Z] > git checkout -f df76cb4b79cd8b3ffa5d26b9526444afff4457e7 # timeout=10 [2021-08-12T23:49:24.487Z] > git remote # timeout=10 [2021-08-12T23:49:24.492Z] > git config --get remote.origin.url # timeout=10 [2021-08-12T23:49:24.500Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:49:24.501Z] [INFO] Currently running in a labeled security context [2021-08-12T23:49:24.501Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-08-12T23:49:24.501Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/11@tmp/jenkins-gitclient-ssh7665350376720391864.key [2021-08-12T23:49:24.507Z] > git merge d60328c32dfc0c7c0cb78d3227db5683dd1fac29 # timeout=10 [2021-08-12T23:49:24.527Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-12T23:49:24.538Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T23:49:24.550Z] > git checkout -f 51306d02eef1975e47b271c97ed36f1895856e6a # timeout=10 [2021-08-12T23:49:28.868Z] Commit message: "Merge commit 'd60328c32dfc0c7c0cb78d3227db5683dd1fac29' into HEAD" [2021-08-12T23:49:28.876Z] > git rev-list --no-walk df76cb4b79cd8b3ffa5d26b9526444afff4457e7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-08-12T23:49:29.580Z] ========================================================= [2021-08-12T23:49:29.580Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-08-12T23:49:29.580Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:49:30.000Z] + 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:49:30.267Z] Sending build context to Docker daemon 19.82MB [2021-08-12T23:49:30.267Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-08-12T23:49:30.267Z] Step 2/8 : FROM ${BASE} [2021-08-12T23:49:30.267Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-08-12T23:49:30.267Z] 540db60ca938: Pulling fs layer [2021-08-12T23:49:30.267Z] adcc1eea9eea: Pulling fs layer [2021-08-12T23:49:30.267Z] 4c4ab2625f07: Pulling fs layer [2021-08-12T23:49:30.267Z] db62176df00c: Pulling fs layer [2021-08-12T23:49:30.267Z] 3b30891b0d05: Pulling fs layer [2021-08-12T23:49:30.267Z] 06b49ca38bd5: Pulling fs layer [2021-08-12T23:49:30.267Z] c788192a36de: Pulling fs layer [2021-08-12T23:49:30.267Z] a77e37c0d609: Pulling fs layer [2021-08-12T23:49:30.267Z] c3185cebc471: Pulling fs layer [2021-08-12T23:49:30.267Z] 3b30891b0d05: Waiting [2021-08-12T23:49:30.267Z] 06b49ca38bd5: Waiting [2021-08-12T23:49:30.267Z] c788192a36de: Waiting [2021-08-12T23:49:30.267Z] a77e37c0d609: Waiting [2021-08-12T23:49:30.267Z] c3185cebc471: Waiting [2021-08-12T23:49:30.267Z] db62176df00c: Waiting [2021-08-12T23:49:30.267Z] 4c4ab2625f07: Verifying Checksum [2021-08-12T23:49:30.267Z] 4c4ab2625f07: Download complete [2021-08-12T23:49:30.537Z] adcc1eea9eea: Download complete [2021-08-12T23:49:30.537Z] 3b30891b0d05: Verifying Checksum [2021-08-12T23:49:30.537Z] 3b30891b0d05: Download complete [2021-08-12T23:49:30.537Z] 06b49ca38bd5: Verifying Checksum [2021-08-12T23:49:30.537Z] 06b49ca38bd5: Download complete [2021-08-12T23:49:30.537Z] c788192a36de: Verifying Checksum [2021-08-12T23:49:30.537Z] c788192a36de: Download complete [2021-08-12T23:49:30.537Z] 540db60ca938: Verifying Checksum [2021-08-12T23:49:30.537Z] 540db60ca938: Download complete [2021-08-12T23:49:30.806Z] 540db60ca938: Pull complete [2021-08-12T23:49:30.806Z] adcc1eea9eea: Pull complete [2021-08-12T23:49:30.806Z] 4c4ab2625f07: Pull complete [2021-08-12T23:49:31.072Z] a77e37c0d609: Verifying Checksum [2021-08-12T23:49:31.072Z] a77e37c0d609: Download complete [2021-08-12T23:49:35.542Z] c3185cebc471: Verifying Checksum [2021-08-12T23:49:35.542Z] c3185cebc471: Download complete [2021-08-12T23:49:35.818Z] db62176df00c: Verifying Checksum [2021-08-12T23:49:35.818Z] db62176df00c: Download complete [2021-08-12T23:49:40.106Z] db62176df00c: Pull complete [2021-08-12T23:49:40.106Z] 3b30891b0d05: Pull complete [2021-08-12T23:49:40.106Z] 06b49ca38bd5: Pull complete [2021-08-12T23:49:40.106Z] c788192a36de: Pull complete [2021-08-12T23:49:40.106Z] a77e37c0d609: Pull complete [2021-08-12T23:49:42.716Z] c3185cebc471: Pull complete [2021-08-12T23:49:42.716Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-08-12T23:49:42.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-12T23:49:42.716Z] ---> 031687cdd783 [2021-08-12T23:49:42.716Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-08-12T23:49:42.716Z] 20.10.0: Pulling from library/docker [2021-08-12T23:49:42.716Z] 05e7bc50f07f: Pulling fs layer [2021-08-12T23:49:42.716Z] 6db28d0fdbf6: Pulling fs layer [2021-08-12T23:49:42.716Z] 292df0bc6bf3: Pulling fs layer [2021-08-12T23:49:42.716Z] 2e060f4bd70b: Pulling fs layer [2021-08-12T23:49:42.716Z] 80e8d568a223: Pulling fs layer [2021-08-12T23:49:42.716Z] 8dc6ef1a942a: Pulling fs layer [2021-08-12T23:49:42.716Z] 2312dd95470a: Pulling fs layer [2021-08-12T23:49:42.716Z] 80e8d568a223: Waiting [2021-08-12T23:49:42.716Z] 8dc6ef1a942a: Waiting [2021-08-12T23:49:42.716Z] 2312dd95470a: Waiting [2021-08-12T23:49:42.716Z] 2e060f4bd70b: Waiting [2021-08-12T23:49:42.717Z] 292df0bc6bf3: Verifying Checksum [2021-08-12T23:49:42.717Z] 292df0bc6bf3: Download complete [2021-08-12T23:49:42.717Z] 6db28d0fdbf6: Verifying Checksum [2021-08-12T23:49:42.717Z] 6db28d0fdbf6: Download complete [2021-08-12T23:49:42.717Z] 80e8d568a223: Verifying Checksum [2021-08-12T23:49:42.717Z] 80e8d568a223: Download complete [2021-08-12T23:49:42.717Z] 05e7bc50f07f: Verifying Checksum [2021-08-12T23:49:42.717Z] 05e7bc50f07f: Download complete [2021-08-12T23:49:42.717Z] 8dc6ef1a942a: Verifying Checksum [2021-08-12T23:49:42.717Z] 8dc6ef1a942a: Download complete [2021-08-12T23:49:42.717Z] 2312dd95470a: Verifying Checksum [2021-08-12T23:49:42.717Z] 2312dd95470a: Download complete [2021-08-12T23:49:42.717Z] 05e7bc50f07f: Pull complete [2021-08-12T23:49:42.990Z] 6db28d0fdbf6: Pull complete [2021-08-12T23:49:42.990Z] 292df0bc6bf3: Pull complete [2021-08-12T23:49:44.942Z] 2e060f4bd70b: Verifying Checksum [2021-08-12T23:49:44.942Z] 2e060f4bd70b: Download complete [2021-08-12T23:49:46.916Z] 2e060f4bd70b: Pull complete [2021-08-12T23:49:46.916Z] 80e8d568a223: Pull complete [2021-08-12T23:49:46.916Z] 8dc6ef1a942a: Pull complete [2021-08-12T23:49:46.916Z] 2312dd95470a: Pull complete [2021-08-12T23:49:46.916Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-08-12T23:49:46.916Z] Status: Downloaded newer image for docker:20.10.0 [2021-08-12T23:49:51.190Z] ---> f82f91390285 [2021-08-12T23:49:51.190Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-08-12T23:49:51.190Z] ---> Running in 33b2ec185f37 [2021-08-12T23:49:51.190Z] Removing intermediate container 33b2ec185f37 [2021-08-12T23:49:51.190Z] ---> 21c2a3e21d09 [2021-08-12T23:49:51.190Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-08-12T23:49:51.190Z] ---> Running in 6b007613af57 [2021-08-12T23:49:51.190Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T23:49:52.159Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T23:49:52.426Z] OK: 219 MiB in 52 packages [2021-08-12T23:49:52.694Z] Removing intermediate container 6b007613af57 [2021-08-12T23:49:52.694Z] ---> d776dc9777fb [2021-08-12T23:49:52.694Z] Step 6/8 : WORKDIR /build [2021-08-12T23:49:52.694Z] ---> Running in 4ef21486f07f [2021-08-12T23:49:52.962Z] Removing intermediate container 4ef21486f07f [2021-08-12T23:49:52.962Z] ---> ddaaed10acea [2021-08-12T23:49:52.962Z] Step 7/8 : COPY go.mod . [2021-08-12T23:49:52.962Z] ---> 7829fce996bb [2021-08-12T23:49:52.962Z] Step 8/8 : RUN go mod download [2021-08-12T23:49:52.962Z] ---> Running in f37d7284cbd7 [2021-08-12T23:49:54.924Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-777 in /w/workspace/ndry_app-functions-sdk-go_PR-921 [Pipeline] { [Pipeline] ws [2021-08-12T23:49:54.943Z] Running in /w/workspace/app-functions-sdk-go/11 [Pipeline] { [Pipeline] checkout [2021-08-12T23:49:55.159Z] The recommended git tool is: git [2021-08-12T23:50:00.469Z] using credential edgex-jenkins-ssh [2021-08-12T23:50:00.488Z] Cloning the remote Git repository [2021-08-12T23:50:00.542Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:50:00.665Z] > git init /w/workspace/app-functions-sdk-go/11 # timeout=10 [2021-08-12T23:50:00.775Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:50:00.776Z] > git --version # timeout=10 [2021-08-12T23:50:00.793Z] > git --version # 'git version 2.17.1' [2021-08-12T23:50:00.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:50:00.852Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T23:50:03.536Z] Removing intermediate container f37d7284cbd7 [2021-08-12T23:50:03.537Z] ---> 531a0f2dba0d [2021-08-12T23:50:03.537Z] Successfully built 531a0f2dba0d [2021-08-12T23:50:03.537Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:50:03.952Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-12T23:50:03.952Z] . [Pipeline] withDockerContainer [2021-08-12T23:50:04.063Z] prd-centos7-docker-4c-2g-778 does not seem to be running inside a container [2021-08-12T23:50:04.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/11 -v /w/workspace/app-functions-sdk-go/11:/w/workspace/app-functions-sdk-go/11:rw,z -v /w/workspace/app-functions-sdk-go/11@tmp:/w/workspace/app-functions-sdk-go/11@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:50:04.595Z] $ docker top 935555f05646f46631d6a3b1af9ba2e2a35531295e6a49c43f3f402b95021697 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T23:50:05.018Z] + go version [2021-08-12T23:50:05.018Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-08-12T23:50:05.040Z] $ docker stop --time=1 935555f05646f46631d6a3b1af9ba2e2a35531295e6a49c43f3f402b95021697 [2021-08-12T23:50:04.286Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-08-12T23:50:04.306Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T23:50:04.338Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-08-12T23:50:04.372Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-08-12T23:50:04.373Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:50:04.385Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/921/head:refs/remotes/origin/PR-921 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-12T23:50:05.819Z] Merging remotes/origin/main commit d60328c32dfc0c7c0cb78d3227db5683dd1fac29 into PR head commit df76cb4b79cd8b3ffa5d26b9526444afff4457e7 [2021-08-12T23:50:06.083Z] Merge succeeded, producing fa36b81859cf16732b90a930df8741d05828fc9f [2021-08-12T23:50:06.084Z] Checking out Revision fa36b81859cf16732b90a930df8741d05828fc9f (PR-921) [2021-08-12T23:50:06.233Z] $ docker rm -f 935555f05646f46631d6a3b1af9ba2e2a35531295e6a49c43f3f402b95021697 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:50:06.774Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-12T23:50:06.774Z] . [Pipeline] withDockerContainer [2021-08-12T23:50:05.832Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T23:50:05.845Z] > git checkout -f df76cb4b79cd8b3ffa5d26b9526444afff4457e7 # timeout=10 [2021-08-12T23:50:05.944Z] > git remote # timeout=10 [2021-08-12T23:50:05.958Z] > git config --get remote.origin.url # timeout=10 [2021-08-12T23:50:05.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T23:50:05.990Z] > git merge d60328c32dfc0c7c0cb78d3227db5683dd1fac29 # timeout=10 [2021-08-12T23:50:06.061Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-12T23:50:06.087Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T23:50:06.106Z] > git checkout -f fa36b81859cf16732b90a930df8741d05828fc9f # timeout=10 [2021-08-12T23:50:06.877Z] prd-centos7-docker-4c-2g-778 does not seem to be running inside a container [2021-08-12T23:50:06.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/11 -v /w/workspace/app-functions-sdk-go/11:/w/workspace/app-functions-sdk-go/11:rw,z -v /w/workspace/app-functions-sdk-go/11@tmp:/w/workspace/app-functions-sdk-go/11@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:50:07.340Z] $ docker top 372fe77b83b36702a87a90328cb5bd2e2d619e7ae9d146261417fbea7129b3a8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-08-12T23:50:07.754Z] + make test [2021-08-12T23:50:07.754Z] make -C ./app-service-template build [2021-08-12T23:50:07.754Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/11/app-service-template' [2021-08-12T23:50:07.754Z] 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:07.754Z] go: github.com/edgexfoundry/app-functions-sdk-go/v2@v2.0.1 requires [2021-08-12T23:50:07.754Z] github.com/google/uuid@v1.3.0: missing go.sum entry; to add it: [2021-08-12T23:50:07.754Z] go mod download github.com/google/uuid [2021-08-12T23:50:07.754Z] make[1]: *** [Makefile:40: build] Error 1 [2021-08-12T23:50:07.754Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/11/app-service-template' [2021-08-12T23:50:07.754Z] make: *** [Makefile:22: build] Error 2 [Pipeline] } [2021-08-12T23:50:07.782Z] $ docker stop --time=1 372fe77b83b36702a87a90328cb5bd2e2d619e7ae9d146261417fbea7129b3a8 [2021-08-12T23:50:09.001Z] $ docker rm -f 372fe77b83b36702a87a90328cb5bd2e2d619e7ae9d146261417fbea7129b3a8 [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 [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:50:09.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:50:09.608Z] [2021-08-12T23:50:09.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:50:09.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:50:09.952Z] latest: Pulling from edgex-lftools-log-publisher [2021-08-12T23:50:09.952Z] b4d181a07f80: Pulling fs layer [2021-08-12T23:50:09.952Z] a1111a8f2ec3: Pulling fs layer [2021-08-12T23:50:09.952Z] ed53099fbce6: Pulling fs layer [2021-08-12T23:50:09.952Z] dc539afda2c1: Pulling fs layer [2021-08-12T23:50:09.952Z] 77bc0d833cb6: Pulling fs layer [2021-08-12T23:50:09.952Z] 9065ff56babe: Pulling fs layer [2021-08-12T23:50:09.952Z] d287ab97295c: Pulling fs layer [2021-08-12T23:50:09.952Z] dc539afda2c1: Waiting [2021-08-12T23:50:09.952Z] 77bc0d833cb6: Waiting [2021-08-12T23:50:09.952Z] 9065ff56babe: Waiting [2021-08-12T23:50:09.952Z] d287ab97295c: Waiting [2021-08-12T23:50:10.220Z] a1111a8f2ec3: Verifying Checksum [2021-08-12T23:50:10.220Z] a1111a8f2ec3: Download complete [2021-08-12T23:50:10.220Z] dc539afda2c1: Verifying Checksum [2021-08-12T23:50:10.220Z] dc539afda2c1: Download complete [2021-08-12T23:50:10.488Z] 77bc0d833cb6: Verifying Checksum [2021-08-12T23:50:10.488Z] 77bc0d833cb6: Download complete [2021-08-12T23:50:10.488Z] 9065ff56babe: Verifying Checksum [2021-08-12T23:50:10.488Z] 9065ff56babe: Download complete [2021-08-12T23:50:10.519Z] Commit message: "Merge commit 'd60328c32dfc0c7c0cb78d3227db5683dd1fac29' into HEAD" [2021-08-12T23:50:10.524Z] > git rev-list --no-walk df76cb4b79cd8b3ffa5d26b9526444afff4457e7 # timeout=10 [2021-08-12T23:50:10.755Z] ed53099fbce6: Verifying Checksum [2021-08-12T23:50:10.755Z] ed53099fbce6: Download complete [2021-08-12T23:50:11.012Z] [2021-08-12T23:50:11.012Z] GitHub has been notified of this commit’s build result [2021-08-12T23:50:11.012Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-08-12T23:50:11.429Z] ========================================================= [2021-08-12T23:50:11.429Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-08-12T23:50:11.429Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:50:11.721Z] b4d181a07f80: Verifying Checksum [2021-08-12T23:50:11.721Z] b4d181a07f80: Download complete [2021-08-12T23:50:11.991Z] + 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:50:12.691Z] b4d181a07f80: Pull complete [2021-08-12T23:50:12.959Z] a1111a8f2ec3: Pull complete [2021-08-12T23:50:12.983Z] Sending build context to Docker daemon 19.83MB [2021-08-12T23:50:12.983Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-08-12T23:50:12.983Z] Step 2/8 : FROM ${BASE} [2021-08-12T23:50:13.233Z] ed53099fbce6: Pull complete [2021-08-12T23:50:13.233Z] dc539afda2c1: Pull complete [2021-08-12T23:50:13.503Z] 77bc0d833cb6: Pull complete [2021-08-12T23:50:13.770Z] 9065ff56babe: Pull complete [2021-08-12T23:50:13.975Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-08-12T23:50:13.975Z] 595b0fe564bb: Pulling fs layer [2021-08-12T23:50:13.975Z] 24495759ef45: Pulling fs layer [2021-08-12T23:50:13.975Z] d148012ef14d: Pulling fs layer [2021-08-12T23:50:13.975Z] e90a11edd702: Pulling fs layer [2021-08-12T23:50:13.975Z] d77568369979: Pulling fs layer [2021-08-12T23:50:13.975Z] fc1c9f9a7f3b: Pulling fs layer [2021-08-12T23:50:13.975Z] 170f2ba95c9a: Pulling fs layer [2021-08-12T23:50:13.975Z] 97ac5df62f85: Pulling fs layer [2021-08-12T23:50:13.975Z] d77568369979: Waiting [2021-08-12T23:50:13.975Z] fc1c9f9a7f3b: Waiting [2021-08-12T23:50:13.975Z] 170f2ba95c9a: Waiting [2021-08-12T23:50:13.975Z] 97ac5df62f85: Waiting [2021-08-12T23:50:13.975Z] e90a11edd702: Waiting [2021-08-12T23:50:13.976Z] d148012ef14d: Verifying Checksum [2021-08-12T23:50:13.976Z] d148012ef14d: Download complete [2021-08-12T23:50:13.976Z] 24495759ef45: Verifying Checksum [2021-08-12T23:50:13.976Z] 24495759ef45: Download complete [2021-08-12T23:50:13.976Z] d77568369979: Verifying Checksum [2021-08-12T23:50:13.976Z] d77568369979: Download complete [2021-08-12T23:50:13.976Z] fc1c9f9a7f3b: Verifying Checksum [2021-08-12T23:50:13.976Z] fc1c9f9a7f3b: Download complete [2021-08-12T23:50:13.976Z] 170f2ba95c9a: Verifying Checksum [2021-08-12T23:50:13.976Z] 170f2ba95c9a: Download complete [2021-08-12T23:50:13.976Z] 595b0fe564bb: Verifying Checksum [2021-08-12T23:50:13.976Z] 595b0fe564bb: Download complete [2021-08-12T23:50:14.583Z] 595b0fe564bb: Pull complete [2021-08-12T23:50:15.728Z] 24495759ef45: Pull complete [2021-08-12T23:50:16.003Z] d148012ef14d: Pull complete [2021-08-12T23:50:18.625Z] 97ac5df62f85: Verifying Checksum [2021-08-12T23:50:18.625Z] 97ac5df62f85: Download complete [2021-08-12T23:50:19.604Z] e90a11edd702: Verifying Checksum [2021-08-12T23:50:19.604Z] e90a11edd702: Download complete [2021-08-12T23:50:20.416Z] d287ab97295c: Verifying Checksum [2021-08-12T23:50:20.416Z] d287ab97295c: Download complete [2021-08-12T23:50:23.781Z] d287ab97295c: Pull complete [2021-08-12T23:50:23.781Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-08-12T23:50:23.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:50:23.781Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-08-12T23:50:23.882Z] prd-centos7-docker-4c-2g-778 does not seem to be running inside a container [2021-08-12T23:50:23.958Z] $ 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/11 -v /w/workspace/app-functions-sdk-go/11:/w/workspace/app-functions-sdk-go/11:rw,z -v /w/workspace/app-functions-sdk-go/11@tmp:/w/workspace/app-functions-sdk-go/11@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:50:26.701Z] $ docker top c679a3b806c89b07d448a087831ccba173c003e824cf06edf91c353391f86d80 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:50:27.202Z] ---> job-cost.sh [2021-08-12T23:50:27.202Z] lf-activate-venv: SKIPPING [2021-08-12T23:50:27.202Z] INFO: No Stack... [2021-08-12T23:50:28.174Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-08-12T23:50:28.443Z] INFO: Archiving Costs [Pipeline] sh [2021-08-12T23:50:28.770Z] + cut -d, -f6 [2021-08-12T23:50:28.770Z] + cat /w/workspace/app-functions-sdk-go/11/archives/cost.csv [Pipeline] lock [2021-08-12T23:50:28.812Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-11-stack-cost] [2021-08-12T23:50:28.824Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-11-stack-cost] did not exist. Created. [2021-08-12T23:50:28.824Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-08-12T23:50:29.170Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-08-12T23:50:29.434Z] Stashed 1 file(s) [Pipeline] } [2021-08-12T23:50:29.447Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-11-stack-cost] [Pipeline] // lock [Pipeline] } [2021-08-12T23:50:29.483Z] $ docker stop --time=1 c679a3b806c89b07d448a087831ccba173c003e824cf06edf91c353391f86d80 [2021-08-12T23:50:29.745Z] e90a11edd702: Pull complete [2021-08-12T23:50:29.745Z] d77568369979: Pull complete [2021-08-12T23:50:29.745Z] fc1c9f9a7f3b: Pull complete [2021-08-12T23:50:29.745Z] 170f2ba95c9a: Pull complete [2021-08-12T23:50:30.660Z] $ docker rm -f c679a3b806c89b07d448a087831ccba173c003e824cf06edf91c353391f86d80 [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:30.958Z] Failed in branch amd64 [2021-08-12T23:50:35.155Z] 97ac5df62f85: Pull complete [2021-08-12T23:50:35.430Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-08-12T23:50:35.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-12T23:50:35.430Z] ---> 04bc70af865f [2021-08-12T23:50:35.430Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-08-12T23:50:35.703Z] 20.10.0: Pulling from library/docker [2021-08-12T23:50:35.703Z] a3cc7d3b244e: Pulling fs layer [2021-08-12T23:50:35.703Z] 02a3295e0d61: Pulling fs layer [2021-08-12T23:50:35.703Z] 0f4f2e6d8100: Pulling fs layer [2021-08-12T23:50:35.703Z] 330b718f631f: Pulling fs layer [2021-08-12T23:50:35.703Z] a93816041522: Pulling fs layer [2021-08-12T23:50:35.703Z] bdb6da89ff94: Pulling fs layer [2021-08-12T23:50:35.703Z] 2a70c0c122f4: Pulling fs layer [2021-08-12T23:50:35.703Z] 330b718f631f: Waiting [2021-08-12T23:50:35.703Z] a93816041522: Waiting [2021-08-12T23:50:35.703Z] bdb6da89ff94: Waiting [2021-08-12T23:50:35.703Z] 2a70c0c122f4: Waiting [2021-08-12T23:50:35.703Z] 0f4f2e6d8100: Verifying Checksum [2021-08-12T23:50:35.703Z] 0f4f2e6d8100: Download complete [2021-08-12T23:50:35.703Z] 02a3295e0d61: Download complete [2021-08-12T23:50:35.703Z] a3cc7d3b244e: Download complete [2021-08-12T23:50:35.979Z] a93816041522: Verifying Checksum [2021-08-12T23:50:35.979Z] a93816041522: Download complete [2021-08-12T23:50:35.979Z] bdb6da89ff94: Verifying Checksum [2021-08-12T23:50:35.979Z] bdb6da89ff94: Download complete [2021-08-12T23:50:35.979Z] 2a70c0c122f4: Verifying Checksum [2021-08-12T23:50:35.979Z] 2a70c0c122f4: Download complete [2021-08-12T23:50:36.587Z] a3cc7d3b244e: Pull complete [2021-08-12T23:50:37.197Z] 02a3295e0d61: Pull complete [2021-08-12T23:50:37.802Z] 0f4f2e6d8100: Pull complete [2021-08-12T23:50:37.802Z] 330b718f631f: Verifying Checksum [2021-08-12T23:50:37.802Z] 330b718f631f: Download complete [2021-08-12T23:50:41.202Z] 330b718f631f: Pull complete [2021-08-12T23:50:41.802Z] a93816041522: Pull complete [2021-08-12T23:50:42.078Z] bdb6da89ff94: Pull complete [2021-08-12T23:50:42.675Z] 2a70c0c122f4: Pull complete [2021-08-12T23:50:42.675Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-08-12T23:50:42.675Z] Status: Downloaded newer image for docker:20.10.0 [2021-08-12T23:50:50.998Z] ---> eade88f9d893 [2021-08-12T23:50:50.998Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-08-12T23:50:50.998Z] ---> Running in 5e1151a051f8 [2021-08-12T23:50:50.998Z] Removing intermediate container 5e1151a051f8 [2021-08-12T23:50:50.998Z] ---> 38fc720867f7 [2021-08-12T23:50:50.998Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-08-12T23:50:50.998Z] ---> Running in a02e866f4de8 [2021-08-12T23:50:52.433Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-12T23:50:53.412Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-12T23:50:54.011Z] OK: 218 MiB in 52 packages [2021-08-12T23:50:55.462Z] Removing intermediate container a02e866f4de8 [2021-08-12T23:50:55.462Z] ---> 9c640bf3e3c7 [2021-08-12T23:50:55.462Z] Step 6/8 : WORKDIR /build [2021-08-12T23:50:56.058Z] ---> Running in ca3e8cebdf0f [2021-08-12T23:50:56.331Z] Removing intermediate container ca3e8cebdf0f [2021-08-12T23:50:56.331Z] ---> 1a49bd228529 [2021-08-12T23:50:56.331Z] Step 7/8 : COPY go.mod . [2021-08-12T23:50:57.316Z] ---> fab541ca377a [2021-08-12T23:50:57.316Z] Step 8/8 : RUN go mod download [2021-08-12T23:50:57.316Z] ---> Running in a1416cc22742 [2021-08-12T23:51:24.085Z] Removing intermediate container a1416cc22742 [2021-08-12T23:51:24.085Z] ---> d2f1fa1c021f [2021-08-12T23:51:24.085Z] Successfully built d2f1fa1c021f [2021-08-12T23:51:24.085Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:51:24.650Z] + docker inspect -f . ci-base-image-arm64 [2021-08-12T23:51:24.650Z] . [Pipeline] withDockerContainer [2021-08-12T23:51:24.941Z] prd-ubuntu18.04-docker-arm64-4c-16g-777 does not seem to be running inside a container [2021-08-12T23:51:25.048Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/11 -v /w/workspace/app-functions-sdk-go/11:/w/workspace/app-functions-sdk-go/11:rw,z -v /w/workspace/app-functions-sdk-go/11@tmp:/w/workspace/app-functions-sdk-go/11@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:51:26.845Z] $ docker top 841e15523c4bbcae3bb8f6ae03a36770e4d2fe3f3ee34b724852697b692a463e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T23:51:27.826Z] + go version [2021-08-12T23:51:27.826Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-08-12T23:51:27.846Z] $ docker stop --time=1 841e15523c4bbcae3bb8f6ae03a36770e4d2fe3f3ee34b724852697b692a463e [2021-08-12T23:51:29.735Z] $ docker rm -f 841e15523c4bbcae3bb8f6ae03a36770e4d2fe3f3ee34b724852697b692a463e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:51:30.465Z] + docker inspect -f . ci-base-image-arm64 [2021-08-12T23:51:30.465Z] . [Pipeline] withDockerContainer [2021-08-12T23:51:30.724Z] prd-ubuntu18.04-docker-arm64-4c-16g-777 does not seem to be running inside a container [2021-08-12T23:51:30.800Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/11 -v /w/workspace/app-functions-sdk-go/11:/w/workspace/app-functions-sdk-go/11:rw,z -v /w/workspace/app-functions-sdk-go/11@tmp:/w/workspace/app-functions-sdk-go/11@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:51:32.506Z] $ docker top ab8d2ab49bfbb182ea6ee7893a21cc61b184e4613bb25d8968d963dff9c2f279 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-08-12T23:51:33.498Z] + make test [2021-08-12T23:51:33.498Z] make -C ./app-service-template build [2021-08-12T23:51:33.498Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/11/app-service-template' [2021-08-12T23:51:33.498Z] 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:51:33.498Z] go: github.com/edgexfoundry/app-functions-sdk-go/v2@v2.0.1 requires [2021-08-12T23:51:33.498Z] github.com/google/uuid@v1.3.0: missing go.sum entry; to add it: [2021-08-12T23:51:33.498Z] go mod download github.com/google/uuid [2021-08-12T23:51:33.498Z] make[1]: *** [Makefile:40: build] Error 1 [2021-08-12T23:51:33.498Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/11/app-service-template' [2021-08-12T23:51:33.498Z] make: *** [Makefile:22: build] Error 2 [Pipeline] } [2021-08-12T23:51:33.524Z] $ docker stop --time=1 ab8d2ab49bfbb182ea6ee7893a21cc61b184e4613bb25d8968d963dff9c2f279 [2021-08-12T23:51:35.563Z] $ docker rm -f ab8d2ab49bfbb182ea6ee7893a21cc61b184e4613bb25d8968d963dff9c2f279 [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:51:36.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-12T23:51:36.631Z] [2021-08-12T23:51:36.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:51:36.990Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-12T23:51:37.263Z] arm64: Pulling from edgex-lftools-log-publisher [2021-08-12T23:51:37.264Z] 448f6bf000e3: Pulling fs layer [2021-08-12T23:51:37.264Z] f757da607395: Pulling fs layer [2021-08-12T23:51:37.264Z] 05883995daec: Pulling fs layer [2021-08-12T23:51:37.264Z] 8603b9c90790: Pulling fs layer [2021-08-12T23:51:37.264Z] 1560dd03e051: Pulling fs layer [2021-08-12T23:51:37.264Z] 27f5ce0e4adf: Pulling fs layer [2021-08-12T23:51:37.264Z] c2d8d7efcc4b: Pulling fs layer [2021-08-12T23:51:37.264Z] 1560dd03e051: Waiting [2021-08-12T23:51:37.264Z] 27f5ce0e4adf: Waiting [2021-08-12T23:51:37.264Z] c2d8d7efcc4b: Waiting [2021-08-12T23:51:37.264Z] 8603b9c90790: Waiting [2021-08-12T23:51:37.538Z] f757da607395: Verifying Checksum [2021-08-12T23:51:37.538Z] f757da607395: Download complete [2021-08-12T23:51:37.538Z] 8603b9c90790: Verifying Checksum [2021-08-12T23:51:37.538Z] 8603b9c90790: Download complete [2021-08-12T23:51:37.813Z] 1560dd03e051: Verifying Checksum [2021-08-12T23:51:37.813Z] 1560dd03e051: Download complete [2021-08-12T23:51:37.813Z] 27f5ce0e4adf: Verifying Checksum [2021-08-12T23:51:37.813Z] 27f5ce0e4adf: Download complete [2021-08-12T23:51:38.086Z] 05883995daec: Download complete [2021-08-12T23:51:38.686Z] 448f6bf000e3: Verifying Checksum [2021-08-12T23:51:38.686Z] 448f6bf000e3: Download complete [2021-08-12T23:51:42.084Z] c2d8d7efcc4b: Verifying Checksum [2021-08-12T23:51:42.084Z] c2d8d7efcc4b: Download complete [2021-08-12T23:51:42.359Z] 448f6bf000e3: Pull complete [2021-08-12T23:51:42.960Z] f757da607395: Pull complete [2021-08-12T23:51:44.400Z] 05883995daec: Pull complete [2021-08-12T23:51:45.008Z] 8603b9c90790: Pull complete [2021-08-12T23:51:45.987Z] 1560dd03e051: Pull complete [2021-08-12T23:51:46.261Z] 27f5ce0e4adf: Pull complete [2021-08-12T23:52:01.368Z] c2d8d7efcc4b: Pull complete [2021-08-12T23:52:01.368Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-08-12T23:52:01.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-12T23:52:01.368Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-08-12T23:52:01.634Z] prd-ubuntu18.04-docker-arm64-4c-16g-777 does not seem to be running inside a container [2021-08-12T23:52:01.722Z] $ 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/11 -v /w/workspace/app-functions-sdk-go/11:/w/workspace/app-functions-sdk-go/11:rw,z -v /w/workspace/app-functions-sdk-go/11@tmp:/w/workspace/app-functions-sdk-go/11@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:52:05.805Z] $ docker top dbc3f40bed82189d40dcb336f237069740fba265dc97e8c777123218b7aee71b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:52:06.792Z] ---> job-cost.sh [2021-08-12T23:52:06.793Z] lf-activate-venv: SKIPPING [2021-08-12T23:52:06.793Z] INFO: No Stack... [2021-08-12T23:52:08.217Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-08-12T23:52:08.491Z] INFO: Archiving Costs [Pipeline] sh [2021-08-12T23:52:09.146Z] + cat /w/workspace/app-functions-sdk-go/11/archives/cost.csv [2021-08-12T23:52:09.146Z] + cut -d, -f6 [Pipeline] lock [2021-08-12T23:52:09.203Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-11-stack-cost] [2021-08-12T23:52:09.211Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-11-stack-cost] did not exist. Created. [2021-08-12T23:52:09.211Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-08-12T23:52:09.905Z] /w/workspace/app-functions-sdk-go/11@tmp/durable-7e3d3a90/script.sh: 1: /w/workspace/app-functions-sdk-go/11@tmp/durable-7e3d3a90/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-08-12T23:52:10.570Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-08-12T23:52:10.590Z] Warning: overwriting stash ‘stack-cost’ [2021-08-12T23:52:11.057Z] Stashed 1 file(s) [Pipeline] } [2021-08-12T23:52:11.074Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-11-stack-cost] [Pipeline] // lock [Pipeline] } [2021-08-12T23:52:11.110Z] $ docker stop --time=1 dbc3f40bed82189d40dcb336f237069740fba265dc97e8c777123218b7aee71b [2021-08-12T23:52:12.787Z] $ docker rm -f dbc3f40bed82189d40dcb336f237069740fba265dc97e8c777123218b7aee71b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-12T23:52:13.231Z] 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:52:14.155Z] + '[' -d /w/workspace/ndry_app-functions-sdk-go_PR-921/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:52:14.489Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:52:15.075Z] ---> package-listing.sh [2021-08-12T23:52:15.075Z] ++ tr '[:upper:]' '[:lower:]' [2021-08-12T23:52:15.075Z] ++ facter osfamily [2021-08-12T23:52:15.340Z] + OS_FAMILY=redhat [2021-08-12T23:52:15.340Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-921 [2021-08-12T23:52:15.340Z] + START_PACKAGES=/tmp/packages_start.txt [2021-08-12T23:52:15.340Z] + END_PACKAGES=/tmp/packages_end.txt [2021-08-12T23:52:15.340Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-08-12T23:52:15.340Z] + PACKAGES=/tmp/packages_start.txt [2021-08-12T23:52:15.341Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-921 ']' [2021-08-12T23:52:15.341Z] + PACKAGES=/tmp/packages_end.txt [2021-08-12T23:52:15.341Z] + case "${OS_FAMILY}" in [2021-08-12T23:52:15.341Z] + sort [2021-08-12T23:52:15.341Z] + rpm -qa [2021-08-12T23:52:15.923Z] + '[' -f /tmp/packages_start.txt ']' [2021-08-12T23:52:15.923Z] + '[' -f /tmp/packages_end.txt ']' [2021-08-12T23:52:15.923Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-08-12T23:52:15.923Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-921 ']' [2021-08-12T23:52:15.923Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-921/archives/ [2021-08-12T23:52:15.923Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-921/archives/ [Pipeline] echo [2021-08-12T23:52:15.939Z] 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-921/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:52:16.236Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:52:16.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:52:16.830Z] [2021-08-12T23:52:16.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T23:52:17.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:52:17.171Z] latest: Pulling from edgex-lftools-log-publisher [2021-08-12T23:52:17.171Z] b4d181a07f80: Pulling fs layer [2021-08-12T23:52:17.171Z] a1111a8f2ec3: Pulling fs layer [2021-08-12T23:52:17.171Z] ed53099fbce6: Pulling fs layer [2021-08-12T23:52:17.171Z] dc539afda2c1: Pulling fs layer [2021-08-12T23:52:17.171Z] 77bc0d833cb6: Pulling fs layer [2021-08-12T23:52:17.171Z] 9065ff56babe: Pulling fs layer [2021-08-12T23:52:17.171Z] d287ab97295c: Pulling fs layer [2021-08-12T23:52:17.171Z] dc539afda2c1: Waiting [2021-08-12T23:52:17.171Z] 77bc0d833cb6: Waiting [2021-08-12T23:52:17.171Z] 9065ff56babe: Waiting [2021-08-12T23:52:17.171Z] d287ab97295c: Waiting [2021-08-12T23:52:23.815Z] a1111a8f2ec3: Verifying Checksum [2021-08-12T23:52:23.815Z] a1111a8f2ec3: Download complete [2021-08-12T23:52:23.815Z] dc539afda2c1: Verifying Checksum [2021-08-12T23:52:23.815Z] dc539afda2c1: Download complete [2021-08-12T23:52:23.815Z] ed53099fbce6: Verifying Checksum [2021-08-12T23:52:23.815Z] ed53099fbce6: Download complete [2021-08-12T23:52:23.815Z] 77bc0d833cb6: Verifying Checksum [2021-08-12T23:52:23.815Z] 77bc0d833cb6: Download complete [2021-08-12T23:52:23.815Z] 9065ff56babe: Verifying Checksum [2021-08-12T23:52:23.815Z] 9065ff56babe: Download complete [2021-08-12T23:52:24.405Z] b4d181a07f80: Verifying Checksum [2021-08-12T23:52:24.405Z] b4d181a07f80: Download complete [2021-08-12T23:52:25.374Z] b4d181a07f80: Pull complete [2021-08-12T23:52:25.645Z] a1111a8f2ec3: Pull complete [2021-08-12T23:52:26.234Z] ed53099fbce6: Pull complete [2021-08-12T23:52:26.234Z] dc539afda2c1: Pull complete [2021-08-12T23:52:26.504Z] 77bc0d833cb6: Pull complete [2021-08-12T23:52:26.504Z] 9065ff56babe: Pull complete [2021-08-12T23:52:29.091Z] d287ab97295c: Verifying Checksum [2021-08-12T23:52:29.091Z] d287ab97295c: Download complete [2021-08-12T23:52:33.368Z] d287ab97295c: Pull complete [2021-08-12T23:52:33.368Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-08-12T23:52:33.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T23:52:33.368Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-08-12T23:52:33.454Z] prd-centos7-docker-4c-2g-774 does not seem to be running inside a container [2021-08-12T23:52:33.512Z] $ 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-921/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-921 -v /w/workspace/ndry_app-functions-sdk-go_PR-921:/w/workspace/ndry_app-functions-sdk-go_PR-921:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-921@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-921@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:52:35.311Z] $ docker top 09a6009f0e6e5628ebb21dc64225296753e625bfab9d1dd5cfc1c0b4980eff2d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T23:52:35.714Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-08-12T23:52:36.028Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-08-12T23:52:36.345Z] + ls /var/log/sa-host [2021-08-12T23:52:36.345Z] + sadf -c /var/log/sa-host/sa05 [2021-08-12T23:52:36.345Z] file_magic: OK [2021-08-12T23:52:36.345Z] HZ: Using current value: 100 [2021-08-12T23:52:36.345Z] file_header: OK [2021-08-12T23:52:36.345Z] 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:52:36.345Z] Statistics: [2021-08-12T23:52:36.345Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-08-12T23:52:36.345Z] File successfully converted to sysstat format version 12.0.3 [2021-08-12T23:52:36.345Z] + sadf -c /var/log/sa-host/sa12 [2021-08-12T23:52:36.345Z] file_magic: OK [2021-08-12T23:52:36.345Z] HZ: Using current value: 100 [2021-08-12T23:52:36.345Z] file_header: OK [2021-08-12T23:52:36.345Z] 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:52:36.345Z] Statistics: [2021-08-12T23:52:36.345Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-08-12T23:52:36.345Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-12T23:52:36.539Z] provisioning config files... [2021-08-12T23:52:36.555Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/config5881147807809126603tmp [Pipeline] { [Pipeline] echo [2021-08-12T23:52:36.583Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:52:36.888Z] ---> create-netrc.sh [Pipeline] } [2021-08-12T23:52:36.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:52:37.284Z] ---> python-tools-install.sh [Pipeline] echo [2021-08-12T23:52:37.298Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:52:37.615Z] ---> sudo-logs.sh [2021-08-12T23:52:37.615Z] Archiving 'sudo' log.. [2021-08-12T23:52:37.615Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-774.vexxhost.local: Name or service not known [2021-08-12T23:52:37.615Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-774.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-08-12T23:52:37.672Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:52:37.984Z] ---> job-cost.sh [2021-08-12T23:52:37.984Z] lf-activate-venv: SKIPPING [2021-08-12T23:52:37.984Z] DEBUG: total: 0.18000000715255737 [2021-08-12T23:52:37.984Z] INFO: Retrieving Stack Cost... [2021-08-12T23:52:38.950Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-08-12T23:52:39.430Z] INFO: Archiving Costs [Pipeline] echo [2021-08-12T23:52:39.446Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T23:52:39.757Z] ---> logs-deploy.sh [2021-08-12T23:52:39.757Z] lf-activate-venv: SKIPPING [2021-08-12T23:52:39.757Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-921/11 [2021-08-12T23:52:39.757Z] INFO: archiving workspace using pattern(s): [2021-08-12T23:52:40.358Z] Archives upload complete. [2021-08-12T23:52:40.623Z] INFO: archiving logs to Nexus