Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from df76cb4b79cd8b3ffa5d26b9526444afff4457e7+85ec21c5d3ad693b2638d710fad0e2a53cc19912 (fa055e39df6664879c45473755451532d63191fe) 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-ssh6376622746486486336.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-ssh8163935792883593305.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-ssh1586155001463601560.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-ssh4674058229609796135.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-ssh2347519395068642684.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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3210 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-ssh4117525734752192730.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-ssh7496441549238752535.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 85ec21c5d3ad693b2638d710fad0e2a53cc19912 into PR head commit df76cb4b79cd8b3ffa5d26b9526444afff4457e7 Merge succeeded, producing 365df5c0b0d050fe48653b43e7973ffc3e7a1b42 Checking out Revision 365df5c0b0d050fe48653b43e7973ffc3e7a1b42 (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-ssh6074539174407963768.key > git merge 85ec21c5d3ad693b2638d710fad0e2a53cc19912 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 365df5c0b0d050fe48653b43e7973ffc3e7a1b42 # timeout=10 Commit message: "Merge commit '85ec21c5d3ad693b2638d710fad0e2a53cc19912' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:46:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:46:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:46:16 ========================================================= 23:46:16 EdgeX Global Pipelines Version Info 23:46:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fa36b81859cf16732b90a930df8741d05828fc9f # timeout=10 23:46:17 ------------------- 23:46:17 stable info: 23:46:17 ------------------- 23:46:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:46:17 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 23:46:17 Message: update stable to v1.0.205 23:46:18 ------------------- 23:46:18 experimental info: 23:46:18 ------------------- 23:46:18 Commited By: **** collab-it+edgex@linuxfoundation.org 23:46:18 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 23:46:18 Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:46:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:46:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:46:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:46:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:46:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:46:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-921 [Pipeline] echo 23:46:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-921 [Pipeline] echo 23:46:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-921 [Pipeline] echo 23:46:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 365df5c0b0d050fe48653b43e7973ffc3e7a1b42 [Pipeline] echo 23:46:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 365df5c [Pipeline] echo 23:46:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:46:19 + git log --format=format:%s -1 365df5c0b0d050fe48653b43e7973ffc3e7a1b42 [Pipeline] echo 23:46:19 GIT_COMMIT: 365df5c0b0d050fe48653b43e7973ffc3e7a1b42, Commit Message: Merge commit '85ec21c5d3ad693b2638d710fad0e2a53cc19912' into HEAD [Pipeline] echo 23:46:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:46:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:46:20 23:46:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:46:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:46:20 latest: Pulling from edgex-devops/git-semver 23:46:20 31603596830f: Pulling fs layer 23:46:20 d4622e32a9a9: Pulling fs layer 23:46:20 1030fce36090: Pulling fs layer 23:46:20 6c6cb7e1b49b: Pulling fs layer 23:46:20 6c6cb7e1b49b: Waiting 23:46:20 d4622e32a9a9: Verifying Checksum 23:46:20 d4622e32a9a9: Download complete 23:46:21 6c6cb7e1b49b: Verifying Checksum 23:46:21 6c6cb7e1b49b: Download complete 23:46:21 31603596830f: Download complete 23:46:21 1030fce36090: Verifying Checksum 23:46:21 1030fce36090: Download complete 23:46:21 31603596830f: Pull complete 23:46:21 d4622e32a9a9: Pull complete 23:46:21 1030fce36090: Pull complete 23:46:21 6c6cb7e1b49b: Pull complete 23:46:21 Digest: sha256:98b6084a185347f7b64647794a0a4774a411b925a780a33b3032b91fe10e00ab 23:46:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:46:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:46:22 prd-centos7-docker-4c-2g-3210 does not seem to be running inside a container 23:46:22 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:46:23 $ docker top 9ff063729beec2e1589cb29ff5f4d167c092bff854075186535b37b05be28b5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:46:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:46:23 [ssh-agent] Looking for ssh-agent implementation... 23:46:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:46:23 $ docker exec 9ff063729beec2e1589cb29ff5f4d167c092bff854075186535b37b05be28b5d ssh-agent 23:46:23 SSH_AUTH_SOCK=/tmp/ssh-0hdRHAC3wihn/agent.14 23:46:23 SSH_AGENT_PID=20 23:46:23 Running ssh-add (command line suppressed) 23:46:23 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_998668025880242587.key (/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_998668025880242587.key) 23:46:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:46:23 + git tag --points-at HEAD [Pipeline] } 23:46:23 $ docker exec --env ******** --env ******** 9ff063729beec2e1589cb29ff5f4d167c092bff854075186535b37b05be28b5d ssh-agent -k 23:46:24 unset SSH_AUTH_SOCK; 23:46:24 unset SSH_AGENT_PID; 23:46:24 echo Agent pid 20 killed; 23:46:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:46:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:46:24 [ssh-agent] Looking for ssh-agent implementation... 23:46:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:46:24 $ docker exec 9ff063729beec2e1589cb29ff5f4d167c092bff854075186535b37b05be28b5d ssh-agent 23:46:24 SSH_AUTH_SOCK=/tmp/ssh-cHfPpi5auxlr/agent.53 23:46:24 SSH_AGENT_PID=59 23:46:24 Running ssh-add (command line suppressed) 23:46:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_1825623365698813470.key (/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_1825623365698813470.key) 23:46:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:46:25 + git semver init 23:46:25 # -> Open(): unable to determine branch for HEAD 23:46:25 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-921/.git 23:46:25 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-921 23:46:25 # $SEMVER_REMOTE_NAME = origin 23:46:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:46:25 # $SEMVER_USER_NAME = edgex-jenkins 23:46:25 # $SEMVER_BRANCH = PR-921 23:46:25 # $SEMVER_TEMP = /tmp/semver-764159665 23:46:25 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:46:27 # '/tmp/semver-764159665' -> '/w/workspace/ndry_app-functions-sdk-go_PR-921/.semver' 23:46:27 # -> Force: false 23:46:27 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-921/.semver [Pipeline] } 23:46:27 $ docker exec --env ******** --env ******** 9ff063729beec2e1589cb29ff5f4d167c092bff854075186535b37b05be28b5d ssh-agent -k 23:46:27 unset SSH_AUTH_SOCK; 23:46:27 unset SSH_AGENT_PID; 23:46:27 echo Agent pid 59 killed; 23:46:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:46:28 + git semver [Pipeline] } 23:46:28 $ docker stop --time=1 9ff063729beec2e1589cb29ff5f4d167c092bff854075186535b37b05be28b5d 23:46:29 $ docker rm -f 9ff063729beec2e1589cb29ff5f4d167c092bff854075186535b37b05be28b5d [Pipeline] // withDockerContainer [Pipeline] sh 23:46:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:46:30 Stashed 1 file(s) [Pipeline] echo 23:46:30 [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 23:46:45 Still waiting to schedule task 23:46:45 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:46:45 Still waiting to schedule task 23:46:45 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:47:54 Running on prd-centos7-docker-4c-2g-3213 in /w/workspace/ndry_app-functions-sdk-go_PR-921 [Pipeline] { [Pipeline] ws 23:47:54 Running in /w/workspace/app-functions-sdk-go/12 [Pipeline] { [Pipeline] checkout 23:47:54 The recommended git tool is: git 23:47:57 using credential edgex-jenkins-ssh 23:47:57 Cloning the remote Git repository 23:47:57 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:47:57 > git init /w/workspace/app-functions-sdk-go/12 # timeout=10 23:47:57 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:47:57 > git --version # timeout=10 23:47:57 > git --version # 'git version 2.24.4' 23:47:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:47:57 [INFO] Currently running in a labeled security context 23:47:57 [INFO] Currently SELinux is 'enforcing' on the host 23:47:57 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/12@tmp/jenkins-gitclient-ssh3460575126352984070.key 23:47:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:47:59 Merging remotes/origin/main commit 85ec21c5d3ad693b2638d710fad0e2a53cc19912 into PR head commit df76cb4b79cd8b3ffa5d26b9526444afff4457e7 23:48:00 Merge succeeded, producing 7efc0529a34b019d763ffc11bd965359865644bf 23:48:00 Checking out Revision 7efc0529a34b019d763ffc11bd965359865644bf (PR-921) 23:47:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:47:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:47:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:47:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:47:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:47:59 [INFO] Currently running in a labeled security context 23:47:59 [INFO] Currently SELinux is 'enforcing' on the host 23:47:59 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/12@tmp/jenkins-gitclient-ssh7639044655098438565.key 23:47:59 > 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 23:47:59 > git config core.sparsecheckout # timeout=10 23:47:59 > git checkout -f df76cb4b79cd8b3ffa5d26b9526444afff4457e7 # timeout=10 23:47:59 > git remote # timeout=10 23:47:59 > git config --get remote.origin.url # timeout=10 23:47:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:47:59 [INFO] Currently running in a labeled security context 23:47:59 [INFO] Currently SELinux is 'enforcing' on the host 23:47:59 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/12@tmp/jenkins-gitclient-ssh5694409353551431483.key 23:47:59 > git merge 85ec21c5d3ad693b2638d710fad0e2a53cc19912 # timeout=10 23:47:59 > git rev-parse HEAD^{commit} # timeout=10 23:47:59 > git config core.sparsecheckout # timeout=10 23:47:59 > git checkout -f 7efc0529a34b019d763ffc11bd965359865644bf # timeout=10 23:48:03 Commit message: "Merge commit '85ec21c5d3ad693b2638d710fad0e2a53cc19912' into HEAD" 23:48:03 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:48:04 ========================================================= 23:48:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 23:48:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists 23:48:03 > git rev-list --no-walk fa36b81859cf16732b90a930df8741d05828fc9f # timeout=10 [Pipeline] sh 23:48:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 23:48:04 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 23:48:04 540db60ca938: Pulling fs layer 23:48:04 adcc1eea9eea: Pulling fs layer 23:48:04 4c4ab2625f07: Pulling fs layer 23:48:04 db62176df00c: Pulling fs layer 23:48:04 3b30891b0d05: Pulling fs layer 23:48:04 06b49ca38bd5: Pulling fs layer 23:48:04 c788192a36de: Pulling fs layer 23:48:04 a77e37c0d609: Pulling fs layer 23:48:04 c3185cebc471: Pulling fs layer 23:48:04 db62176df00c: Waiting 23:48:04 3b30891b0d05: Waiting 23:48:04 06b49ca38bd5: Waiting 23:48:04 c788192a36de: Waiting 23:48:04 a77e37c0d609: Waiting 23:48:04 c3185cebc471: Waiting 23:48:04 4c4ab2625f07: Verifying Checksum 23:48:04 4c4ab2625f07: Download complete 23:48:04 adcc1eea9eea: Download complete 23:48:04 3b30891b0d05: Verifying Checksum 23:48:04 3b30891b0d05: Download complete 23:48:04 06b49ca38bd5: Verifying Checksum 23:48:04 06b49ca38bd5: Download complete 23:48:04 c788192a36de: Verifying Checksum 23:48:04 c788192a36de: Download complete 23:48:05 540db60ca938: Verifying Checksum 23:48:05 540db60ca938: Pull complete 23:48:05 adcc1eea9eea: Pull complete 23:48:05 4c4ab2625f07: Pull complete 23:48:06 a77e37c0d609: Verifying Checksum 23:48:06 a77e37c0d609: Download complete 23:48:09 c3185cebc471: Verifying Checksum 23:48:09 c3185cebc471: Download complete 23:48:09 db62176df00c: Verifying Checksum 23:48:09 db62176df00c: Download complete 23:48:13 db62176df00c: Pull complete 23:48:13 3b30891b0d05: Pull complete 23:48:13 06b49ca38bd5: Pull complete 23:48:13 c788192a36de: Pull complete 23:48:13 a77e37c0d609: Pull complete 23:48:15 c3185cebc471: Pull complete 23:48:15 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 23:48:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 23:48:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] sh 23:48:16 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] sh 23:48:16 + docker inspect -f . ci-base-image-x86_64 23:48:16 . [Pipeline] withDockerContainer 23:48:16 prd-centos7-docker-4c-2g-3213 does not seem to be running inside a container 23:48:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/12 -v /w/workspace/app-functions-sdk-go/12:/w/workspace/app-functions-sdk-go/12:rw,z -v /w/workspace/app-functions-sdk-go/12@tmp:/w/workspace/app-functions-sdk-go/12@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 23:48:18 $ docker top 13c1e33a9f59c6d6a8575528a31be8555f3f57949bd3ad69fa3fdf9cfbe7f4b2 -eo pid,comm [Pipeline] { [Pipeline] sh 23:48:19 + go version 23:48:19 go version go1.16.6 linux/amd64 [Pipeline] } 23:48:19 $ docker stop --time=1 13c1e33a9f59c6d6a8575528a31be8555f3f57949bd3ad69fa3fdf9cfbe7f4b2 23:48:20 $ docker rm -f 13c1e33a9f59c6d6a8575528a31be8555f3f57949bd3ad69fa3fdf9cfbe7f4b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:48:21 + docker inspect -f . ci-base-image-x86_64 23:48:21 . [Pipeline] withDockerContainer 23:48:21 prd-centos7-docker-4c-2g-3213 does not seem to be running inside a container 23:48:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/12 -v /w/workspace/app-functions-sdk-go/12:/w/workspace/app-functions-sdk-go/12:rw,z -v /w/workspace/app-functions-sdk-go/12@tmp:/w/workspace/app-functions-sdk-go/12@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 23:48:21 $ docker top 85a4c13d1acf5c320aa6d2d9bdd1eccb39bfbb6bd8e50c10cba9654d10c2eda0 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 23:48:22 + make test 23:48:22 make -C ./app-service-template build 23:48:22 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/12/app-service-template' 23:48:22 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 23:48:23 go: github.com/edgexfoundry/app-functions-sdk-go/v2@v2.0.1 requires 23:48:23 github.com/google/uuid@v1.3.0: missing go.sum entry; to add it: 23:48:23 go mod download github.com/google/uuid 23:48:23 make[1]: *** [Makefile:40: build] Error 1 23:48:23 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/12/app-service-template' 23:48:23 make: *** [Makefile:22: build] Error 2 [Pipeline] } 23:48:23 $ docker stop --time=1 85a4c13d1acf5c320aa6d2d9bdd1eccb39bfbb6bd8e50c10cba9654d10c2eda0 23:48:24 $ docker rm -f 85a4c13d1acf5c320aa6d2d9bdd1eccb39bfbb6bd8e50c10cba9654d10c2eda0 [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 23:48:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:48:25 23:48:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 23:48:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:48:25 latest: Pulling from edgex-lftools-log-publisher 23:48:25 b4d181a07f80: Pulling fs layer 23:48:25 a1111a8f2ec3: Pulling fs layer 23:48:25 ed53099fbce6: Pulling fs layer 23:48:25 dc539afda2c1: Pulling fs layer 23:48:25 77bc0d833cb6: Pulling fs layer 23:48:25 9065ff56babe: Pulling fs layer 23:48:25 d287ab97295c: Pulling fs layer 23:48:25 77bc0d833cb6: Waiting 23:48:25 9065ff56babe: Waiting 23:48:25 d287ab97295c: Waiting 23:48:25 dc539afda2c1: Waiting 23:48:25 a1111a8f2ec3: Verifying Checksum 23:48:25 a1111a8f2ec3: Download complete 23:48:25 dc539afda2c1: Verifying Checksum 23:48:25 dc539afda2c1: Download complete 23:48:25 77bc0d833cb6: Verifying Checksum 23:48:25 77bc0d833cb6: Download complete 23:48:25 9065ff56babe: Verifying Checksum 23:48:25 9065ff56babe: Download complete 23:48:26 ed53099fbce6: Verifying Checksum 23:48:26 ed53099fbce6: Download complete 23:48:26 b4d181a07f80: Verifying Checksum 23:48:26 b4d181a07f80: Download complete 23:48:27 b4d181a07f80: Pull complete 23:48:28 a1111a8f2ec3: Pull complete 23:48:28 ed53099fbce6: Pull complete 23:48:28 dc539afda2c1: Pull complete 23:48:28 77bc0d833cb6: Pull complete 23:48:29 9065ff56babe: Pull complete 23:48:30 d287ab97295c: Download complete 23:48:35 d287ab97295c: Pull complete 23:48:35 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 23:48:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:48:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 23:48:35 prd-centos7-docker-4c-2g-3213 does not seem to be running inside a container 23:48:35 $ 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/12 -v /w/workspace/app-functions-sdk-go/12:/w/workspace/app-functions-sdk-go/12:rw,z -v /w/workspace/app-functions-sdk-go/12@tmp:/w/workspace/app-functions-sdk-go/12@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 23:48:38 $ docker top 7420c482d0654cd89fc800f65e45d8891226fc5ed20b30bca3505bd063d2025f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:48:38 ---> job-cost.sh 23:48:38 lf-activate-venv: SKIPPING 23:48:38 INFO: No Stack... 23:48:40 INFO: Retrieving Pricing Info for: v3-standard-2 23:48:40 INFO: Archiving Costs [Pipeline] sh 23:48:40 + cut -d, -f6 23:48:40 + cat /w/workspace/app-functions-sdk-go/12/archives/cost.csv [Pipeline] lock 23:48:40 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-12-stack-cost] 23:48:40 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-12-stack-cost] did not exist. Created. 23:48:40 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:48:41 + echo total: 0.05999999865889549 [Pipeline] stash 23:48:41 Stashed 1 file(s) [Pipeline] } 23:48:41 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-12-stack-cost] [Pipeline] // lock [Pipeline] } 23:48:41 $ docker stop --time=1 7420c482d0654cd89fc800f65e45d8891226fc5ed20b30bca3505bd063d2025f 23:48:42 $ docker rm -f 7420c482d0654cd89fc800f65e45d8891226fc5ed20b30bca3505bd063d2025f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:48:45 Failed in branch amd64 23:48:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3212 in /w/workspace/ndry_app-functions-sdk-go_PR-921 [Pipeline] { [Pipeline] ws 23:48:50 Running in /w/workspace/app-functions-sdk-go/12 [Pipeline] { [Pipeline] checkout 23:48:50 The recommended git tool is: git 23:48:56 using credential edgex-jenkins-ssh 23:48:56 Cloning the remote Git repository 23:48:56 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:48:56 > git init /w/workspace/app-functions-sdk-go/12 # timeout=10 23:48:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:48:56 > git --version # timeout=10 23:48:56 > git --version # 'git version 2.17.1' 23:48:56 using GIT_SSH to set credentials SSH Credentials for GitHub 23:48:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:49:01 Merging remotes/origin/main commit 85ec21c5d3ad693b2638d710fad0e2a53cc19912 into PR head commit df76cb4b79cd8b3ffa5d26b9526444afff4457e7 23:49:00 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:49:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:49:00 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:49:00 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:49:00 using GIT_SSH to set credentials SSH Credentials for GitHub 23:49:01 > 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 23:49:01 > git config core.sparsecheckout # timeout=10 23:49:01 > git checkout -f df76cb4b79cd8b3ffa5d26b9526444afff4457e7 # timeout=10 23:49:01 > git remote # timeout=10 23:49:01 > git config --get remote.origin.url # timeout=10 23:49:01 using GIT_SSH to set credentials SSH Credentials for GitHub 23:49:01 > git merge 85ec21c5d3ad693b2638d710fad0e2a53cc19912 # timeout=10 23:49:02 Merge succeeded, producing 98dcd45b9d63f1c9818831586b1da897cf991a45 23:49:02 Checking out Revision 98dcd45b9d63f1c9818831586b1da897cf991a45 (PR-921) 23:49:02 > git rev-parse HEAD^{commit} # timeout=10 23:49:02 > git config core.sparsecheckout # timeout=10 23:49:02 > git checkout -f 98dcd45b9d63f1c9818831586b1da897cf991a45 # timeout=10 23:49:06 Commit message: "Merge commit '85ec21c5d3ad693b2638d710fad0e2a53cc19912' into HEAD" 23:49:06 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 23:49:06 > git rev-list --no-walk fa36b81859cf16732b90a930df8741d05828fc9f # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:49:07 ========================================================= 23:49:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 23:49:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 23:49:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 23:49:08 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:49:08 595b0fe564bb: Pulling fs layer 23:49:08 24495759ef45: Pulling fs layer 23:49:08 d148012ef14d: Pulling fs layer 23:49:08 e90a11edd702: Pulling fs layer 23:49:08 d77568369979: Pulling fs layer 23:49:08 fc1c9f9a7f3b: Pulling fs layer 23:49:08 e90a11edd702: Waiting 23:49:08 170f2ba95c9a: Pulling fs layer 23:49:08 97ac5df62f85: Pulling fs layer 23:49:08 d77568369979: Waiting 23:49:08 fc1c9f9a7f3b: Waiting 23:49:08 170f2ba95c9a: Waiting 23:49:08 97ac5df62f85: Waiting 23:49:08 d148012ef14d: Download complete 23:49:08 24495759ef45: Verifying Checksum 23:49:08 24495759ef45: Download complete 23:49:08 d77568369979: Verifying Checksum 23:49:08 d77568369979: Download complete 23:49:08 fc1c9f9a7f3b: Verifying Checksum 23:49:08 fc1c9f9a7f3b: Download complete 23:49:09 595b0fe564bb: Verifying Checksum 23:49:09 595b0fe564bb: Download complete 23:49:09 170f2ba95c9a: Verifying Checksum 23:49:09 170f2ba95c9a: Download complete 23:49:09 595b0fe564bb: Pull complete 23:49:10 24495759ef45: Pull complete 23:49:10 d148012ef14d: Pull complete 23:49:12 97ac5df62f85: Verifying Checksum 23:49:12 97ac5df62f85: Download complete 23:49:12 e90a11edd702: Verifying Checksum 23:49:12 e90a11edd702: Download complete 23:49:25 e90a11edd702: Pull complete 23:49:25 d77568369979: Pull complete 23:49:25 fc1c9f9a7f3b: Pull complete 23:49:25 170f2ba95c9a: Pull complete 23:49:30 97ac5df62f85: Pull complete 23:49:30 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 23:49:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 23:49:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] sh 23:49:30 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] sh 23:49:31 + docker inspect -f . ci-base-image-arm64 23:49:31 . [Pipeline] withDockerContainer 23:49:31 prd-ubuntu18.04-docker-arm64-4c-16g-3212 does not seem to be running inside a container 23:49:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/12 -v /w/workspace/app-functions-sdk-go/12:/w/workspace/app-functions-sdk-go/12:rw,z -v /w/workspace/app-functions-sdk-go/12@tmp:/w/workspace/app-functions-sdk-go/12@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 23:49:37 $ docker top c9bd4d59dca2244b9ddbc0a0434ee754a736bee9acafab2a1cd0e971a3859fa1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:49:38 + go version 23:49:38 go version go1.16.6 linux/arm64 [Pipeline] } 23:49:38 $ docker stop --time=1 c9bd4d59dca2244b9ddbc0a0434ee754a736bee9acafab2a1cd0e971a3859fa1 23:49:40 $ docker rm -f c9bd4d59dca2244b9ddbc0a0434ee754a736bee9acafab2a1cd0e971a3859fa1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:49:41 + docker inspect -f . ci-base-image-arm64 23:49:41 . [Pipeline] withDockerContainer 23:49:41 prd-ubuntu18.04-docker-arm64-4c-16g-3212 does not seem to be running inside a container 23:49:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/12 -v /w/workspace/app-functions-sdk-go/12:/w/workspace/app-functions-sdk-go/12:rw,z -v /w/workspace/app-functions-sdk-go/12@tmp:/w/workspace/app-functions-sdk-go/12@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 23:49:43 $ docker top 357b5eef83954484cf01b180817102cfa8cd0b5b20f8249d65d2015171f5150e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 23:49:44 + make test 23:49:44 make -C ./app-service-template build 23:49:44 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/12/app-service-template' 23:49:44 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 23:49:46 go: github.com/edgexfoundry/app-functions-sdk-go/v2@v2.0.1 requires 23:49:46 github.com/google/uuid@v1.3.0: missing go.sum entry; to add it: 23:49:46 go mod download github.com/google/uuid 23:49:46 make[1]: *** [Makefile:40: build] Error 1 23:49:46 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/12/app-service-template' 23:49:46 make: *** [Makefile:22: build] Error 2 [Pipeline] } 23:49:46 $ docker stop --time=1 357b5eef83954484cf01b180817102cfa8cd0b5b20f8249d65d2015171f5150e 23:49:48 $ docker rm -f 357b5eef83954484cf01b180817102cfa8cd0b5b20f8249d65d2015171f5150e [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 23:49:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:49:49 23:49:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 23:49:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:49:49 arm64: Pulling from edgex-lftools-log-publisher 23:49:49 448f6bf000e3: Pulling fs layer 23:49:49 f757da607395: Pulling fs layer 23:49:49 05883995daec: Pulling fs layer 23:49:49 8603b9c90790: Pulling fs layer 23:49:49 1560dd03e051: Pulling fs layer 23:49:49 27f5ce0e4adf: Pulling fs layer 23:49:49 c2d8d7efcc4b: Pulling fs layer 23:49:49 8603b9c90790: Waiting 23:49:49 27f5ce0e4adf: Waiting 23:49:49 c2d8d7efcc4b: Waiting 23:49:49 1560dd03e051: Waiting 23:49:50 f757da607395: Download complete 23:49:50 8603b9c90790: Download complete 23:49:50 1560dd03e051: Verifying Checksum 23:49:50 1560dd03e051: Download complete 23:49:50 27f5ce0e4adf: Verifying Checksum 23:49:50 27f5ce0e4adf: Download complete 23:49:50 05883995daec: Verifying Checksum 23:49:50 05883995daec: Download complete 23:49:51 448f6bf000e3: Verifying Checksum 23:49:51 448f6bf000e3: Download complete 23:49:54 c2d8d7efcc4b: Verifying Checksum 23:49:54 c2d8d7efcc4b: Download complete 23:49:54 448f6bf000e3: Pull complete 23:49:55 f757da607395: Pull complete 23:49:57 05883995daec: Pull complete 23:49:57 8603b9c90790: Pull complete 23:49:58 1560dd03e051: Pull complete 23:49:58 27f5ce0e4adf: Pull complete 23:50:11 c2d8d7efcc4b: Pull complete 23:50:11 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 23:50:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:50:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 23:50:11 prd-ubuntu18.04-docker-arm64-4c-16g-3212 does not seem to be running inside a container 23:50:11 $ 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/12 -v /w/workspace/app-functions-sdk-go/12:/w/workspace/app-functions-sdk-go/12:rw,z -v /w/workspace/app-functions-sdk-go/12@tmp:/w/workspace/app-functions-sdk-go/12@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 23:50:16 $ docker top fdc66678c1118bbb67b23b35d2b45422230b5894b313a06399b19f38fb2cc82a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:50:17 ---> job-cost.sh 23:50:17 lf-activate-venv: SKIPPING 23:50:17 INFO: No Stack... 23:50:18 INFO: Retrieving Pricing Info for: v2-standard-4 23:50:18 INFO: Archiving Costs [Pipeline] sh 23:50:19 + cat /w/workspace/app-functions-sdk-go/12/archives/cost.csv 23:50:19 + cut -d, -f6 [Pipeline] lock 23:50:19 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-12-stack-cost] 23:50:19 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-12-stack-cost] did not exist. Created. 23:50:19 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:50:20 /w/workspace/app-functions-sdk-go/12@tmp/durable-03f5828f/script.sh: 1: /w/workspace/app-functions-sdk-go/12@tmp/durable-03f5828f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 23:50:20 + echo total: 0.18000000715255737 [Pipeline] stash 23:50:20 Warning: overwriting stash ‘stack-cost’ 23:50:21 Stashed 1 file(s) [Pipeline] } 23:50:21 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-12-stack-cost] [Pipeline] // lock [Pipeline] } 23:50:21 $ docker stop --time=1 fdc66678c1118bbb67b23b35d2b45422230b5894b313a06399b19f38fb2cc82a 23:50:23 $ docker rm -f fdc66678c1118bbb67b23b35d2b45422230b5894b313a06399b19f38fb2cc82a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:50:23 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 23:50:24 + '[' -d /w/workspace/ndry_app-functions-sdk-go_PR-921/archives ']' [Pipeline] libraryResource [Pipeline] sh 23:50:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:50:25 ---> package-listing.sh 23:50:25 ++ facter osfamily 23:50:25 ++ tr '[:upper:]' '[:lower:]' 23:50:26 + OS_FAMILY=redhat 23:50:26 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-921 23:50:26 + START_PACKAGES=/tmp/packages_start.txt 23:50:26 + END_PACKAGES=/tmp/packages_end.txt 23:50:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:50:26 + PACKAGES=/tmp/packages_start.txt 23:50:26 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-921 ']' 23:50:26 + PACKAGES=/tmp/packages_end.txt 23:50:26 + case "${OS_FAMILY}" in 23:50:26 + sort 23:50:26 + rpm -qa 23:50:26 + '[' -f /tmp/packages_start.txt ']' 23:50:26 + '[' -f /tmp/packages_end.txt ']' 23:50:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:50:26 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-921 ']' 23:50:26 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-921/archives/ 23:50:26 + 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 23:50:26 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 23:50:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:50:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:50:27 23:50:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 23:50:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:50:27 latest: Pulling from edgex-lftools-log-publisher 23:50:27 b4d181a07f80: Pulling fs layer 23:50:27 a1111a8f2ec3: Pulling fs layer 23:50:27 ed53099fbce6: Pulling fs layer 23:50:27 dc539afda2c1: Pulling fs layer 23:50:27 77bc0d833cb6: Pulling fs layer 23:50:27 9065ff56babe: Pulling fs layer 23:50:27 d287ab97295c: Pulling fs layer 23:50:27 dc539afda2c1: Waiting 23:50:27 77bc0d833cb6: Waiting 23:50:27 9065ff56babe: Waiting 23:50:27 d287ab97295c: Waiting 23:50:28 a1111a8f2ec3: Verifying Checksum 23:50:28 a1111a8f2ec3: Download complete 23:50:28 dc539afda2c1: Verifying Checksum 23:50:28 dc539afda2c1: Download complete 23:50:28 77bc0d833cb6: Verifying Checksum 23:50:28 77bc0d833cb6: Download complete 23:50:28 9065ff56babe: Download complete 23:50:28 ed53099fbce6: Verifying Checksum 23:50:28 ed53099fbce6: Download complete 23:50:29 b4d181a07f80: Verifying Checksum 23:50:29 b4d181a07f80: Download complete 23:50:30 b4d181a07f80: Pull complete 23:50:30 a1111a8f2ec3: Pull complete 23:50:31 ed53099fbce6: Pull complete 23:50:31 dc539afda2c1: Pull complete 23:50:31 77bc0d833cb6: Pull complete 23:50:31 9065ff56babe: Pull complete 23:50:32 d287ab97295c: Verifying Checksum 23:50:32 d287ab97295c: Download complete 23:50:38 d287ab97295c: Pull complete 23:50:38 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 23:50:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:50:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 23:50:38 prd-centos7-docker-4c-2g-3210 does not seem to be running inside a container 23:50:38 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:50:40 $ docker top 9bb6a9fc9cad1c5a8462b9129e3c94a568b6b1b582f099ec3e3d5536d77d1588 -eo pid,comm [Pipeline] { [Pipeline] sh 23:50:41 + touch /tmp/pre-build-complete [Pipeline] sh 23:50:41 + mkdir -p /var/log/sysstat [Pipeline] sh 23:50:41 + ls /var/log/sa-host 23:50:41 + sadf -c /var/log/sa-host/sa05 23:50:41 file_magic: OK 23:50:41 HZ: Using current value: 100 23:50:41 file_header: OK 23:50:41 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 23:50:41 Statistics: 23:50:41 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:50:41 File successfully converted to sysstat format version 12.0.3 23:50:41 + sadf -c /var/log/sa-host/sa17 23:50:41 file_magic: OK 23:50:41 HZ: Using current value: 100 23:50:41 file_header: OK 23:50:41 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 23:50:41 Statistics: 23:50:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:50:41 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:50:42 provisioning config files... 23:50:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/config7697808971911470687tmp [Pipeline] { [Pipeline] echo 23:50:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:50:42 ---> create-netrc.sh [Pipeline] } 23:50:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:50:43 ---> python-tools-install.sh [Pipeline] echo 23:50:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:50:43 ---> sudo-logs.sh 23:50:43 Archiving 'sudo' log.. 23:50:43 sudo: unable to resolve host prd-centos7-docker-4c-2g-3210.vexxhost.local: Name or service not known 23:50:43 sudo: unable to resolve host prd-centos7-docker-4c-2g-3210.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 23:50:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:50:43 ---> job-cost.sh 23:50:43 lf-activate-venv: SKIPPING 23:50:43 DEBUG: total: 0.18000000715255737 23:50:43 INFO: Retrieving Stack Cost... 23:50:44 INFO: Retrieving Pricing Info for: v3-standard-2 23:50:45 INFO: Archiving Costs [Pipeline] echo 23:50:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:50:45 ---> logs-deploy.sh 23:50:45 lf-activate-venv: SKIPPING 23:50:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-921/12 23:50:45 INFO: archiving workspace using pattern(s): 23:50:46 Archives upload complete. 23:50:46 INFO: archiving logs to Nexus 23:50:46 ---> uname -a: 23:50:46 Linux prd-centos7-docker-4c-2g-3210.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 23:50:46 23:50:46 23:50:46 ---> lscpu: 23:50:46 Architecture: x86_64 23:50:46 CPU op-mode(s): 32-bit, 64-bit 23:50:46 Byte Order: Little Endian 23:50:46 Address sizes: 40 bits physical, 48 bits virtual 23:50:46 CPU(s): 2 23:50:46 On-line CPU(s) list: 0,1 23:50:46 Thread(s) per core: 1 23:50:46 Core(s) per socket: 1 23:50:46 Socket(s): 2 23:50:46 NUMA node(s): 1 23:50:46 Vendor ID: AuthenticAMD 23:50:46 CPU family: 23 23:50:46 Model: 49 23:50:46 Model name: AMD EPYC-Rome Processor 23:50:46 Stepping: 0 23:50:46 CPU MHz: 2799.998 23:50:46 BogoMIPS: 5599.99 23:50:46 Virtualization: AMD-V 23:50:46 Hypervisor vendor: KVM 23:50:46 Virtualization type: full 23:50:46 L1d cache: 32K 23:50:46 L1i cache: 32K 23:50:46 L2 cache: 512K 23:50:46 L3 cache: 16384K 23:50:46 NUMA node0 CPU(s): 0,1 23:50:46 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 23:50:46 23:50:46 23:50:46 ---> nproc: 23:50:46 2 23:50:46 23:50:46 23:50:46 ---> df -h: 23:50:46 Filesystem Size Used Avail Use% Mounted on 23:50:46 overlay 40G 7.7G 33G 20% / 23:50:46 tmpfs 64M 0 64M 0% /dev 23:50:46 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 23:50:46 shm 64M 0 64M 0% /dev/shm 23:50:46 /dev/vda1 40G 7.7G 33G 20% /facter-os 23:50:46 23:50:46 23:50:46 ---> sar -b -r -n DEV: 23:50:46 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/17/21 _x86_64_ (2 CPU) 23:50:46 23:50:46 23:45:36 LINUX RESTART (2 CPU) 23:50:46 23:50:46 23:46:01 tps rtps wtps bread/s bwrtn/s 23:50:46 23:47:02 110.46 14.14 96.32 4506.11 5893.19 23:50:46 23:48:02 1.93 0.00 1.93 0.00 39.23 23:50:46 23:49:01 0.25 0.00 0.25 0.00 3.40 23:50:46 23:50:01 0.15 0.00 0.15 0.00 1.92 23:50:46 Average: 28.43 3.56 24.87 1136.23 1497.03 23:50:46 23:50:46 23:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:50:46 23:47:02 5428896 0 808648 10.10 2620 1768776 1289448 14.24 604476 1575880 128 23:50:46 23:48:02 5432600 0 804932 10.05 2620 1768788 1265132 13.97 601488 1575844 16 23:50:46 23:49:01 5436064 0 801468 10.01 2620 1768788 1234292 13.63 592204 1582004 20 23:50:46 23:50:01 5437352 0 800172 9.99 2620 1768796 1207348 13.33 591580 1582004 20 23:50:46 Average: 5433728 0 803805 10.04 2620 1768787 1249055 13.79 597437 1578933 46 23:50:46 23:50:46 23:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:50:46 23:47:02 eth0 526.46 363.63 1588.38 82.93 0.00 0.00 0.00 0.00 23:50:46 23:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:46 23:47:02 docker0 116.30 100.10 10.00 314.23 0.00 0.00 0.00 0.00 23:50:46 23:48:02 eth0 2.03 0.54 0.65 0.33 0.00 0.00 0.00 0.00 23:50:46 23:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:46 23:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:46 23:49:01 eth0 1.78 0.64 0.66 0.43 0.00 0.00 0.00 0.00 23:50:46 23:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:46 23:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:46 23:50:01 eth0 0.55 0.08 0.06 0.04 0.00 0.00 0.00 0.00 23:50:46 23:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:46 23:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:46 Average: eth0 133.83 92.01 400.85 21.11 0.00 0.00 0.00 0.00 23:50:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:46 Average: docker0 29.33 25.24 2.52 79.23 0.00 0.00 0.00 0.00 23:50:46 23:50:46 23:50:46 ---> sar -P ALL: 23:50:46 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/17/21 _x86_64_ (2 CPU) 23:50:46 23:50:46 23:45:36 LINUX RESTART (2 CPU) 23:50:46 23:50:46 23:46:01 CPU %user %nice %system %iowait %steal %idle 23:50:46 23:47:02 all 12.82 0.00 3.09 2.93 0.07 81.08 23:50:46 23:47:02 0 13.30 0.00 3.29 1.70 0.07 81.65 23:50:46 23:47:02 1 12.35 0.00 2.89 4.17 0.07 80.52 23:50:46 23:48:02 all 0.14 0.00 0.04 0.00 0.03 99.79 23:50:46 23:48:02 0 0.05 0.00 0.05 0.00 0.05 99.85 23:50:46 23:48:02 1 0.22 0.00 0.03 0.00 0.02 99.73 23:50:46 23:49:01 all 0.16 0.00 0.03 0.00 0.03 99.77 23:50:46 23:49:01 0 0.07 0.00 0.05 0.00 0.05 99.83 23:50:46 23:49:01 1 0.25 0.00 0.02 0.00 0.02 99.71 23:50:46 23:50:01 all 0.11 0.00 0.03 0.00 0.03 99.84 23:50:46 23:50:01 0 0.02 0.00 0.03 0.00 0.05 99.90 23:50:46 23:50:01 1 0.20 0.00 0.02 0.00 0.00 99.78 23:50:46 Average: all 3.28 0.00 0.79 0.73 0.04 95.17 23:50:46 Average: 0 3.32 0.00 0.85 0.42 0.06 95.36 23:50:46 Average: 1 3.23 0.00 0.73 1.03 0.03 94.98 23:50:46 23:50:46 23:50:46