Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2+fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb (e5acab791bd7fed7a9247e744403b1c230e1bc41) 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-ssh4478978402313906180.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 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-ssh3491707830930070865.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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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-ssh216905842197055474.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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-ssh6056949232487970232.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-ssh4440729183210890768.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_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-481 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-ssh3892141366598551636.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb into PR head commit 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 Merge succeeded, producing da7b7fca4c3f4b9bb4c20402e48a102681552a94 Checking out Revision da7b7fca4c3f4b9bb4c20402e48a102681552a94 (PR-921) > 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-ssh3161564675786665270.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 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # 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-ssh559987477917850569.key > git merge fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f da7b7fca4c3f4b9bb4c20402e48a102681552a94 # timeout=10 Commit message: "Merge commit 'fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb' into HEAD" > git rev-list --no-walk 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-29T15:46:51.668Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-29T15:46:51.755Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-29T15:46:51.788Z] ========================================================= [2021-07-29T15:46:51.788Z] EdgeX Global Pipelines Version Info [2021-07-29T15:46:51.788Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:46:53.057Z] ------------------- [2021-07-29T15:46:53.057Z] stable info: [2021-07-29T15:46:53.057Z] ------------------- [2021-07-29T15:46:53.057Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-29T15:46:53.057Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-29T15:46:53.057Z] Message: update stable to v1.0.197 [2021-07-29T15:46:53.648Z] ------------------- [2021-07-29T15:46:53.648Z] experimental info: [2021-07-29T15:46:53.648Z] ------------------- [2021-07-29T15:46:53.648Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-29T15:46:53.648Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-29T15:46:53.648Z] Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-29T15:46:53.951Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-07-29T15:46:53.982Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-07-29T15:46:54.005Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-29T15:46:54.037Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-29T15:46:54.061Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-29T15:46:54.083Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-29T15:46:54.109Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-29T15:46:54.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-29T15:46:54.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-07-29T15:46:54.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-29T15:46:54.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-29T15:46:54.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo [2021-07-29T15:46:54.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-29T15:46:54.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-29T15:46:54.302Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-07-29T15:46:54.325Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-07-29T15:46:54.350Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-07-29T15:46:54.375Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-07-29T15:46:54.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-29T15:46:54.424Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-07-29T15:46:54.448Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-07-29T15:46:54.472Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-07-29T15:46:54.497Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-07-29T15:46:54.521Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-07-29T15:46:54.547Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-07-29T15:46:54.573Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-29T15:46:54.597Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-921 [Pipeline] echo [2021-07-29T15:46:54.621Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-921 [Pipeline] echo [2021-07-29T15:46:54.645Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-921 [Pipeline] echo [2021-07-29T15:46:54.668Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = da7b7fca4c3f4b9bb4c20402e48a102681552a94 [Pipeline] echo [2021-07-29T15:46:54.692Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = da7b7fc [Pipeline] echo [2021-07-29T15:46:54.716Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-29T15:46:55.202Z] + git log --format=format:%s -1 da7b7fca4c3f4b9bb4c20402e48a102681552a94 [Pipeline] echo [2021-07-29T15:46:55.258Z] GIT_COMMIT: da7b7fca4c3f4b9bb4c20402e48a102681552a94, Commit Message: Merge commit 'fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb' into HEAD [Pipeline] echo [2021-07-29T15:46:55.276Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:46:56.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T15:46:56.472Z] [2021-07-29T15:46:56.472Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:46:56.823Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T15:47:02.173Z] latest: Pulling from edgex-devops/git-semver [2021-07-29T15:47:02.173Z] 31603596830f: Pulling fs layer [2021-07-29T15:47:02.173Z] b6dc333f4379: Pulling fs layer [2021-07-29T15:47:02.173Z] 3d9ef1400e77: Pulling fs layer [2021-07-29T15:47:02.173Z] fd332fbdc1db: Pulling fs layer [2021-07-29T15:47:02.173Z] fd332fbdc1db: Waiting [2021-07-29T15:47:02.173Z] b6dc333f4379: Download complete [2021-07-29T15:47:02.173Z] 31603596830f: Verifying Checksum [2021-07-29T15:47:02.173Z] 31603596830f: Download complete [2021-07-29T15:47:02.438Z] 31603596830f: Pull complete [2021-07-29T15:47:02.438Z] b6dc333f4379: Pull complete [2021-07-29T15:47:02.438Z] fd332fbdc1db: Verifying Checksum [2021-07-29T15:47:02.438Z] fd332fbdc1db: Download complete [2021-07-29T15:47:02.438Z] 3d9ef1400e77: Verifying Checksum [2021-07-29T15:47:02.438Z] 3d9ef1400e77: Download complete [2021-07-29T15:47:03.023Z] 3d9ef1400e77: Pull complete [2021-07-29T15:47:03.293Z] fd332fbdc1db: Pull complete [2021-07-29T15:47:03.293Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-29T15:47:03.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T15:47:03.293Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-29T15:47:03.397Z] prd-centos7-docker-4c-2g-481 does not seem to be running inside a container [2021-07-29T15:47:03.474Z] $ 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-07-29T15:47:04.241Z] $ docker top 3794a9641ddc5bd65091e9e7eb5b8ff9322689fdb6c4e7434ff5af000d5b2c39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-29T15:47:04.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-29T15:47:04.375Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-29T15:47:04.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-29T15:47:04.493Z] $ docker exec 3794a9641ddc5bd65091e9e7eb5b8ff9322689fdb6c4e7434ff5af000d5b2c39 ssh-agent [2021-07-29T15:47:04.618Z] SSH_AUTH_SOCK=/tmp/ssh-gMeA5HcDxr4V/agent.14 [2021-07-29T15:47:04.618Z] SSH_AGENT_PID=21 [2021-07-29T15:47:04.632Z] Running ssh-add (command line suppressed) [2021-07-29T15:47:04.734Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_8270820934168727979.key (/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_8270820934168727979.key) [2021-07-29T15:47:04.757Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-29T15:47:05.091Z] + git tag --points-at HEAD [Pipeline] } [2021-07-29T15:47:05.111Z] $ docker exec --env ******** --env ******** 3794a9641ddc5bd65091e9e7eb5b8ff9322689fdb6c4e7434ff5af000d5b2c39 ssh-agent -k [2021-07-29T15:47:05.213Z] unset SSH_AUTH_SOCK; [2021-07-29T15:47:05.214Z] unset SSH_AGENT_PID; [2021-07-29T15:47:05.214Z] echo Agent pid 21 killed; [2021-07-29T15:47:05.231Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-29T15:47:05.272Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-29T15:47:05.272Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-29T15:47:05.404Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-29T15:47:05.405Z] $ docker exec 3794a9641ddc5bd65091e9e7eb5b8ff9322689fdb6c4e7434ff5af000d5b2c39 ssh-agent [2021-07-29T15:47:05.524Z] SSH_AUTH_SOCK=/tmp/ssh-tQeP0AmbsVN7/agent.55 [2021-07-29T15:47:05.524Z] SSH_AGENT_PID=62 [2021-07-29T15:47:05.538Z] Running ssh-add (command line suppressed) [2021-07-29T15:47:05.674Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_3405623911054352020.key (/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_3405623911054352020.key) [2021-07-29T15:47:05.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-29T15:47:06.028Z] + git semver init [2021-07-29T15:47:06.028Z] # -> Open(): unable to determine branch for HEAD [2021-07-29T15:47:06.028Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-921/.git [2021-07-29T15:47:06.028Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-921 [2021-07-29T15:47:06.028Z] # $SEMVER_REMOTE_NAME = origin [2021-07-29T15:47:06.028Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-29T15:47:06.028Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-29T15:47:06.028Z] # $SEMVER_BRANCH = PR-921 [2021-07-29T15:47:06.028Z] # $SEMVER_TEMP = /tmp/semver-582465027 [2021-07-29T15:47:06.028Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-07-29T15:47:08.627Z] # '/tmp/semver-582465027' -> '/w/workspace/ndry_app-functions-sdk-go_PR-921/.semver' [2021-07-29T15:47:08.627Z] # -> Force: false [2021-07-29T15:47:08.627Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-921/.semver [Pipeline] } [2021-07-29T15:47:08.642Z] $ docker exec --env ******** --env ******** 3794a9641ddc5bd65091e9e7eb5b8ff9322689fdb6c4e7434ff5af000d5b2c39 ssh-agent -k [2021-07-29T15:47:08.742Z] unset SSH_AUTH_SOCK; [2021-07-29T15:47:08.744Z] unset SSH_AGENT_PID; [2021-07-29T15:47:08.745Z] echo Agent pid 62 killed; [2021-07-29T15:47:08.769Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-29T15:47:09.139Z] + git semver [Pipeline] } [2021-07-29T15:47:09.164Z] $ docker stop --time=1 3794a9641ddc5bd65091e9e7eb5b8ff9322689fdb6c4e7434ff5af000d5b2c39 [2021-07-29T15:47:10.467Z] $ docker rm -f 3794a9641ddc5bd65091e9e7eb5b8ff9322689fdb6c4e7434ff5af000d5b2c39 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-29T15:47:10.859Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-29T15:47:11.203Z] Stashed 1 file(s) [Pipeline] echo [2021-07-29T15:47:11.207Z] [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-07-29T15:47:26.586Z] Still waiting to schedule task [2021-07-29T15:47:26.586Z] ‘prd-centos7-blackbox-4c-2g-76’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-29T15:47:26.586Z] ‘prd-centos7-blackbox-4c-2g-77’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-29T15:47:26.587Z] ‘prd-centos7-docker-4c-2g-482’ is offline [2021-07-29T15:47:26.590Z] Still waiting to schedule task [2021-07-29T15:47:26.591Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-479’ [2021-07-29T15:49:13.585Z] Running on prd-centos7-docker-4c-2g-483 in /w/workspace/ndry_app-functions-sdk-go_PR-921 [Pipeline] { [Pipeline] ws [2021-07-29T15:49:13.606Z] Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout [2021-07-29T15:49:13.739Z] The recommended git tool is: git [2021-07-29T15:49:16.711Z] using credential edgex-jenkins-ssh [2021-07-29T15:49:16.725Z] Cloning the remote Git repository [2021-07-29T15:49:16.748Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-29T15:49:16.828Z] > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 [2021-07-29T15:49:16.860Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-29T15:49:16.860Z] > git --version # timeout=10 [2021-07-29T15:49:16.864Z] > git --version # 'git version 2.24.4' [2021-07-29T15:49:16.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T15:49:16.891Z] [INFO] Currently running in a labeled security context [2021-07-29T15:49:16.891Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-29T15:49:16.892Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/7@tmp/jenkins-gitclient-ssh8761250867802741946.key [2021-07-29T15:49:16.904Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-29T15:49:20.656Z] Merging remotes/origin/main commit fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb into PR head commit 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 [2021-07-29T15:49:20.198Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-07-29T15:49:20.209Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-29T15:49:20.221Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-07-29T15:49:20.234Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-29T15:49:20.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T15:49:20.235Z] [INFO] Currently running in a labeled security context [2021-07-29T15:49:20.236Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-29T15:49:20.236Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/7@tmp/jenkins-gitclient-ssh6271973509965455471.key [2021-07-29T15:49:20.243Z] > 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-07-29T15:49:20.661Z] > git config core.sparsecheckout # timeout=10 [2021-07-29T15:49:20.671Z] > git checkout -f 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # timeout=10 [2021-07-29T15:49:20.717Z] > git remote # timeout=10 [2021-07-29T15:49:20.727Z] > git config --get remote.origin.url # timeout=10 [2021-07-29T15:49:20.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T15:49:20.736Z] [INFO] Currently running in a labeled security context [2021-07-29T15:49:20.736Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-29T15:49:20.736Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/7@tmp/jenkins-gitclient-ssh7639857579099024405.key [2021-07-29T15:49:20.739Z] > git merge fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb # timeout=10 [2021-07-29T15:49:20.758Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-29T15:49:20.770Z] Merge succeeded, producing 343a71c000055f15e7617910ea524ba1d31cfb27 [2021-07-29T15:49:20.770Z] Checking out Revision 343a71c000055f15e7617910ea524ba1d31cfb27 (PR-921) [2021-07-29T15:49:20.769Z] > git config core.sparsecheckout # timeout=10 [2021-07-29T15:49:20.776Z] > git checkout -f 343a71c000055f15e7617910ea524ba1d31cfb27 # timeout=10 [2021-07-29T15:49:24.559Z] Commit message: "Merge commit 'fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb' into HEAD" [2021-07-29T15:49:24.560Z] > git rev-list --no-walk 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-07-29T15:49:25.299Z] ========================================================= [2021-07-29T15:49:25.299Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-29T15:49:25.299Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:49:25.942Z] + 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-07-29T15:49:25.942Z] Sending build context to Docker daemon 19.76MB [2021-07-29T15:49:25.942Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-07-29T15:49:25.942Z] Step 2/8 : FROM ${BASE} [2021-07-29T15:49:25.942Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-29T15:49:25.942Z] 540db60ca938: Pulling fs layer [2021-07-29T15:49:25.942Z] adcc1eea9eea: Pulling fs layer [2021-07-29T15:49:25.942Z] 4c4ab2625f07: Pulling fs layer [2021-07-29T15:49:25.942Z] 0773c198feca: Pulling fs layer [2021-07-29T15:49:25.942Z] 345f892a5656: Pulling fs layer [2021-07-29T15:49:25.942Z] 4796506630df: Pulling fs layer [2021-07-29T15:49:25.942Z] cc55df3e53f1: Pulling fs layer [2021-07-29T15:49:25.942Z] 4d027b6c602c: Pulling fs layer [2021-07-29T15:49:25.942Z] 449e75d2c14e: Pulling fs layer [2021-07-29T15:49:25.942Z] 0773c198feca: Waiting [2021-07-29T15:49:25.942Z] 345f892a5656: Waiting [2021-07-29T15:49:25.942Z] 4796506630df: Waiting [2021-07-29T15:49:25.942Z] cc55df3e53f1: Waiting [2021-07-29T15:49:25.942Z] 4d027b6c602c: Waiting [2021-07-29T15:49:25.942Z] 449e75d2c14e: Waiting [2021-07-29T15:49:26.210Z] 4c4ab2625f07: Download complete [2021-07-29T15:49:26.210Z] adcc1eea9eea: Verifying Checksum [2021-07-29T15:49:26.210Z] adcc1eea9eea: Download complete [2021-07-29T15:49:26.210Z] 345f892a5656: Verifying Checksum [2021-07-29T15:49:26.210Z] 345f892a5656: Download complete [2021-07-29T15:49:26.210Z] 4796506630df: Verifying Checksum [2021-07-29T15:49:26.210Z] 4796506630df: Download complete [2021-07-29T15:49:26.210Z] cc55df3e53f1: Verifying Checksum [2021-07-29T15:49:26.210Z] cc55df3e53f1: Download complete [2021-07-29T15:49:26.210Z] 540db60ca938: Verifying Checksum [2021-07-29T15:49:26.210Z] 540db60ca938: Download complete [2021-07-29T15:49:26.483Z] 540db60ca938: Pull complete [2021-07-29T15:49:26.483Z] adcc1eea9eea: Pull complete [2021-07-29T15:49:26.757Z] 4c4ab2625f07: Pull complete [2021-07-29T15:49:27.024Z] 4d027b6c602c: Verifying Checksum [2021-07-29T15:49:27.024Z] 4d027b6c602c: Download complete [2021-07-29T15:49:30.374Z] 449e75d2c14e: Verifying Checksum [2021-07-29T15:49:30.374Z] 449e75d2c14e: Download complete [2021-07-29T15:49:33.732Z] 0773c198feca: Verifying Checksum [2021-07-29T15:49:33.732Z] 0773c198feca: Download complete [2021-07-29T15:49:37.109Z] 0773c198feca: Pull complete [2021-07-29T15:49:37.109Z] 345f892a5656: Pull complete [2021-07-29T15:49:37.109Z] 4796506630df: Pull complete [2021-07-29T15:49:37.109Z] cc55df3e53f1: Pull complete [2021-07-29T15:49:37.109Z] 4d027b6c602c: Pull complete [2021-07-29T15:49:39.061Z] 449e75d2c14e: Pull complete [2021-07-29T15:49:39.061Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-29T15:49:39.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-29T15:49:39.062Z] ---> 0d28375d9b5b [2021-07-29T15:49:39.062Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-07-29T15:49:39.062Z] 20.10.0: Pulling from library/docker [2021-07-29T15:49:39.062Z] 05e7bc50f07f: Pulling fs layer [2021-07-29T15:49:39.062Z] 6db28d0fdbf6: Pulling fs layer [2021-07-29T15:49:39.062Z] 292df0bc6bf3: Pulling fs layer [2021-07-29T15:49:39.062Z] 2e060f4bd70b: Pulling fs layer [2021-07-29T15:49:39.062Z] 80e8d568a223: Pulling fs layer [2021-07-29T15:49:39.062Z] 8dc6ef1a942a: Pulling fs layer [2021-07-29T15:49:39.062Z] 2312dd95470a: Pulling fs layer [2021-07-29T15:49:39.062Z] 80e8d568a223: Waiting [2021-07-29T15:49:39.062Z] 8dc6ef1a942a: Waiting [2021-07-29T15:49:39.062Z] 2312dd95470a: Waiting [2021-07-29T15:49:39.062Z] 2e060f4bd70b: Waiting [2021-07-29T15:49:39.062Z] 292df0bc6bf3: Verifying Checksum [2021-07-29T15:49:39.062Z] 292df0bc6bf3: Download complete [2021-07-29T15:49:39.326Z] 05e7bc50f07f: Verifying Checksum [2021-07-29T15:49:39.326Z] 05e7bc50f07f: Download complete [2021-07-29T15:49:39.326Z] 6db28d0fdbf6: Verifying Checksum [2021-07-29T15:49:39.326Z] 6db28d0fdbf6: Download complete [2021-07-29T15:49:39.326Z] 80e8d568a223: Verifying Checksum [2021-07-29T15:49:39.326Z] 80e8d568a223: Download complete [2021-07-29T15:49:39.326Z] 8dc6ef1a942a: Verifying Checksum [2021-07-29T15:49:39.326Z] 8dc6ef1a942a: Download complete [2021-07-29T15:49:39.326Z] 2312dd95470a: Verifying Checksum [2021-07-29T15:49:39.326Z] 2312dd95470a: Download complete [2021-07-29T15:49:39.593Z] 05e7bc50f07f: Pull complete [2021-07-29T15:49:39.593Z] 6db28d0fdbf6: Pull complete [2021-07-29T15:49:39.593Z] 292df0bc6bf3: Pull complete [2021-07-29T15:49:42.176Z] 2e060f4bd70b: Verifying Checksum [2021-07-29T15:49:42.176Z] 2e060f4bd70b: Download complete [2021-07-29T15:49:43.598Z] 2e060f4bd70b: Pull complete [2021-07-29T15:49:43.598Z] 80e8d568a223: Pull complete [2021-07-29T15:49:43.598Z] 8dc6ef1a942a: Pull complete [2021-07-29T15:49:43.877Z] 2312dd95470a: Pull complete [2021-07-29T15:49:43.877Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-07-29T15:49:43.877Z] Status: Downloaded newer image for docker:20.10.0 [2021-07-29T15:49:45.831Z] ---> bf48821d9e3e [2021-07-29T15:49:45.831Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-07-29T15:49:45.831Z] ---> Running in 25029ef1313b [2021-07-29T15:49:46.106Z] Removing intermediate container 25029ef1313b [2021-07-29T15:49:46.106Z] ---> 8921da34432a [2021-07-29T15:49:46.106Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-07-29T15:49:46.106Z] ---> Running in 4129168c8de9 [2021-07-29T15:49:46.376Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T15:49:47.333Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T15:49:47.917Z] (1/5) Installing libsodium (1.0.18-r0) [2021-07-29T15:49:47.917Z] (2/5) Installing libzmq (4.3.3-r1) [2021-07-29T15:49:47.917Z] (3/5) Installing pkgconf (1.7.3-r0) [2021-07-29T15:49:48.184Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-07-29T15:49:48.184Z] (5/5) Installing zeromq-dev (4.3.3-r1) [2021-07-29T15:49:48.452Z] Executing busybox-1.32.1-r6.trigger [2021-07-29T15:49:48.452Z] OK: 150 MiB in 45 packages [2021-07-29T15:49:48.722Z] Removing intermediate container 4129168c8de9 [2021-07-29T15:49:48.722Z] ---> 18248bcb64df [2021-07-29T15:49:48.722Z] Step 6/8 : WORKDIR /build [2021-07-29T15:49:48.722Z] ---> Running in 26a1859f568e [2021-07-29T15:49:48.722Z] Removing intermediate container 26a1859f568e [2021-07-29T15:49:48.722Z] ---> 258f80f82346 [2021-07-29T15:49:48.722Z] Step 7/8 : COPY go.mod . [2021-07-29T15:49:49.001Z] ---> 38f68eb4a03e [2021-07-29T15:49:49.001Z] Step 8/8 : RUN go mod download [2021-07-29T15:49:49.001Z] ---> Running in fb4a6ed6c6ac [2021-07-29T15:50:01.403Z] Removing intermediate container fb4a6ed6c6ac [2021-07-29T15:50:01.403Z] ---> 874bf4a17442 [2021-07-29T15:50:01.403Z] Successfully built 874bf4a17442 [2021-07-29T15:50:01.403Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:50:01.785Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-29T15:50:01.786Z] . [Pipeline] withDockerContainer [2021-07-29T15:50:01.890Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2021-07-29T15:50:01.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@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 ******** ci-base-image-x86_64 cat [2021-07-29T15:50:02.356Z] $ docker top f9f271d4bc1d26fc6d82cc3fc8799c1bdb1d8857dcca9b1de7958a7d9c4c8f18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T15:50:02.774Z] + go version [2021-07-29T15:50:02.775Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-29T15:50:02.790Z] $ docker stop --time=1 f9f271d4bc1d26fc6d82cc3fc8799c1bdb1d8857dcca9b1de7958a7d9c4c8f18 [2021-07-29T15:50:03.999Z] $ docker rm -f f9f271d4bc1d26fc6d82cc3fc8799c1bdb1d8857dcca9b1de7958a7d9c4c8f18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:50:04.572Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-29T15:50:04.572Z] . [Pipeline] withDockerContainer [2021-07-29T15:50:04.673Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2021-07-29T15:50:04.740Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@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 ******** ci-base-image-x86_64 cat [2021-07-29T15:50:05.124Z] $ docker top 95b54a0f4836f444ff03478dd89fa0f957a78df041b8a91646b87ab2687ad2b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T15:50:05.553Z] + go mod tidy [Pipeline] sh [2021-07-29T15:50:06.149Z] + make test [2021-07-29T15:50:06.149Z] make -C ./app-service-template build [2021-07-29T15:50:06.149Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-07-29T15:50:06.149Z] go mod tidy [2021-07-29T15:50:06.423Z] 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-07-29T15:50:16.551Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-07-29T15:50:16.551Z] make -C ./app-service-template test [2021-07-29T15:50:16.551Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-07-29T15:50:16.551Z] go mod tidy [2021-07-29T15:50:16.551Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-07-29T15:50:24.806Z] ok new-app-service 0.011s coverage: 47.8% of statements [2021-07-29T15:50:24.806Z] ? new-app-service/config [no test files] [2021-07-29T15:50:24.806Z] ok new-app-service/functions 0.007s [2021-07-29T15:50:24.806Z] CGO_ENABLED=1 go vet ./... [2021-07-29T15:50:33.088Z] gofmt -l . [2021-07-29T15:50:33.088Z] [ "`gofmt -l .`" = "" ] [2021-07-29T15:50:33.088Z] ./bin/test-attribution-txt.sh [2021-07-29T15:50:33.088Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-07-29T15:50:33.088Z] go mod tidy [2021-07-29T15:50:33.088Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-07-29T15:50:33.088Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-07-29T15:50:34.503Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.009s coverage: 63.6% of statements [2021-07-29T15:50:34.503Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.010s coverage: 96.5% of statements [2021-07-29T15:50:34.503Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-07-29T15:50:35.091Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.010s coverage: 61.8% of statements [2021-07-29T15:50:35.091Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-07-29T15:50:35.091Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.012s [2021-07-29T15:50:35.690Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.038s coverage: 74.5% of statements [2021-07-29T15:50:35.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-07-29T15:50:35.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-07-29T15:50:35.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-07-29T15:50:35.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-07-29T15:50:35.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-07-29T15:50:35.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-07-29T15:50:35.690Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.017s coverage: 97.1% of statements [2021-07-29T15:50:35.690Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-07-29T15:50:35.959Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.011s coverage: 10.5% of statements [2021-07-29T15:50:39.316Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.739s coverage: 76.1% of statements [2021-07-29T15:50:39.316Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-07-29T15:50:39.316Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.010s coverage: 12.5% of statements [2021-07-29T15:50:39.316Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.007s coverage: 27.3% of statements [2021-07-29T15:50:39.316Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2021-07-29T15:50:39.316Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2021-07-29T15:50:39.316Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.008s coverage: 51.4% of statements [2021-07-29T15:50:40.705Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-484 in /w/workspace/ndry_app-functions-sdk-go_PR-921 [Pipeline] { [Pipeline] ws [2021-07-29T15:50:40.725Z] Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout [2021-07-29T15:50:40.960Z] The recommended git tool is: git [2021-07-29T15:50:46.874Z] using credential edgex-jenkins-ssh [2021-07-29T15:50:46.893Z] Cloning the remote Git repository [2021-07-29T15:50:46.948Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-29T15:50:47.054Z] > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 [2021-07-29T15:50:47.139Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-29T15:50:47.140Z] > git --version # timeout=10 [2021-07-29T15:50:47.156Z] > git --version # 'git version 2.17.1' [2021-07-29T15:50:47.158Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T15:50:47.258Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-29T15:50:50.658Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-07-29T15:50:50.681Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-29T15:50:50.704Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-07-29T15:50:50.742Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-29T15:50:50.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T15:50:50.758Z] > 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-07-29T15:50:51.274Z] Merging remotes/origin/main commit fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb into PR head commit 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 [2021-07-29T15:50:51.579Z] Merge succeeded, producing 999e7d7600967bb26830e816ffbf1f7cf1434bf9 [2021-07-29T15:50:51.579Z] Checking out Revision 999e7d7600967bb26830e816ffbf1f7cf1434bf9 (PR-921) [2021-07-29T15:50:51.302Z] > git config core.sparsecheckout # timeout=10 [2021-07-29T15:50:51.318Z] > git checkout -f 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # timeout=10 [2021-07-29T15:50:51.428Z] > git remote # timeout=10 [2021-07-29T15:50:51.446Z] > git config --get remote.origin.url # timeout=10 [2021-07-29T15:50:51.462Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T15:50:51.475Z] > git merge fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb # timeout=10 [2021-07-29T15:50:51.571Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-29T15:50:51.593Z] > git config core.sparsecheckout # timeout=10 [2021-07-29T15:50:51.602Z] > git checkout -f 999e7d7600967bb26830e816ffbf1f7cf1434bf9 # timeout=10 [2021-07-29T15:50:55.924Z] Commit message: "Merge commit 'fb43287b18a7d00e5a2a1a8f41cd1d41bcdf85bb' into HEAD" [2021-07-29T15:50:55.947Z] > git rev-list --no-walk 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-07-29T15:50:56.761Z] ========================================================= [2021-07-29T15:50:56.761Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-29T15:50:56.761Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:50:57.370Z] + 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-07-29T15:50:58.393Z] Sending build context to Docker daemon 19.76MB [2021-07-29T15:50:58.672Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-07-29T15:50:58.672Z] Step 2/8 : FROM ${BASE} [2021-07-29T15:50:59.277Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-29T15:50:59.277Z] 595b0fe564bb: Pulling fs layer [2021-07-29T15:50:59.277Z] 24495759ef45: Pulling fs layer [2021-07-29T15:50:59.277Z] d148012ef14d: Pulling fs layer [2021-07-29T15:50:59.277Z] cb65c68fc2e2: Pulling fs layer [2021-07-29T15:50:59.277Z] 093eec477d81: Pulling fs layer [2021-07-29T15:50:59.277Z] a6d5b2bbb924: Pulling fs layer [2021-07-29T15:50:59.277Z] 2446dc1eb7d3: Pulling fs layer [2021-07-29T15:50:59.277Z] 596795e73e0f: Pulling fs layer [2021-07-29T15:50:59.277Z] cb65c68fc2e2: Waiting [2021-07-29T15:50:59.277Z] 093eec477d81: Waiting [2021-07-29T15:50:59.277Z] a6d5b2bbb924: Waiting [2021-07-29T15:50:59.277Z] 2446dc1eb7d3: Waiting [2021-07-29T15:50:59.277Z] 596795e73e0f: Waiting [2021-07-29T15:50:59.277Z] d148012ef14d: Verifying Checksum [2021-07-29T15:50:59.277Z] d148012ef14d: Download complete [2021-07-29T15:50:59.277Z] 24495759ef45: Verifying Checksum [2021-07-29T15:50:59.277Z] 24495759ef45: Download complete [2021-07-29T15:50:59.277Z] 093eec477d81: Download complete [2021-07-29T15:50:59.277Z] 595b0fe564bb: Verifying Checksum [2021-07-29T15:50:59.277Z] a6d5b2bbb924: Verifying Checksum [2021-07-29T15:50:59.277Z] a6d5b2bbb924: Download complete [2021-07-29T15:50:59.562Z] 2446dc1eb7d3: Verifying Checksum [2021-07-29T15:50:59.562Z] 2446dc1eb7d3: Download complete [2021-07-29T15:51:00.169Z] 595b0fe564bb: Pull complete [2021-07-29T15:51:01.160Z] 24495759ef45: Pull complete [2021-07-29T15:51:01.437Z] d148012ef14d: Pull complete [2021-07-29T15:51:02.040Z] 596795e73e0f: Verifying Checksum [2021-07-29T15:51:02.040Z] 596795e73e0f: Download complete [2021-07-29T15:51:03.041Z] cb65c68fc2e2: Verifying Checksum [2021-07-29T15:51:03.041Z] cb65c68fc2e2: Download complete [2021-07-29T15:51:06.018Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.044s coverage: 78.1% of statements [2021-07-29T15:51:06.019Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.007s coverage: 94.4% of statements [2021-07-29T15:51:06.019Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-07-29T15:51:06.019Z] gofmt -l . [2021-07-29T15:51:06.019Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-07-29T15:51:06.109Z] $ docker stop --time=1 95b54a0f4836f444ff03478dd89fa0f957a78df041b8a91646b87ab2687ad2b3 [2021-07-29T15:51:07.456Z] $ docker rm -f 95b54a0f4836f444ff03478dd89fa0f957a78df041b8a91646b87ab2687ad2b3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-29T15:51:07.955Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-29T15:51:08.230Z] Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:51:09.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T15:51:09.144Z] [2021-07-29T15:51:09.144Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:51:09.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T15:51:09.488Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-29T15:51:09.488Z] b4d181a07f80: Pulling fs layer [2021-07-29T15:51:09.488Z] a1111a8f2ec3: Pulling fs layer [2021-07-29T15:51:09.488Z] ed53099fbce6: Pulling fs layer [2021-07-29T15:51:09.488Z] dc539afda2c1: Pulling fs layer [2021-07-29T15:51:09.488Z] 77bc0d833cb6: Pulling fs layer [2021-07-29T15:51:09.488Z] 9065ff56babe: Pulling fs layer [2021-07-29T15:51:09.488Z] d287ab97295c: Pulling fs layer [2021-07-29T15:51:09.488Z] 77bc0d833cb6: Waiting [2021-07-29T15:51:09.488Z] 9065ff56babe: Waiting [2021-07-29T15:51:09.488Z] d287ab97295c: Waiting [2021-07-29T15:51:09.488Z] dc539afda2c1: Waiting [2021-07-29T15:51:09.754Z] a1111a8f2ec3: Verifying Checksum [2021-07-29T15:51:09.754Z] a1111a8f2ec3: Download complete [2021-07-29T15:51:10.020Z] dc539afda2c1: Verifying Checksum [2021-07-29T15:51:10.020Z] dc539afda2c1: Download complete [2021-07-29T15:51:10.020Z] 77bc0d833cb6: Verifying Checksum [2021-07-29T15:51:10.020Z] 77bc0d833cb6: Download complete [2021-07-29T15:51:10.288Z] 9065ff56babe: Verifying Checksum [2021-07-29T15:51:10.288Z] 9065ff56babe: Download complete [2021-07-29T15:51:10.560Z] ed53099fbce6: Verifying Checksum [2021-07-29T15:51:10.560Z] ed53099fbce6: Download complete [2021-07-29T15:51:11.982Z] b4d181a07f80: Verifying Checksum [2021-07-29T15:51:11.982Z] b4d181a07f80: Download complete [2021-07-29T15:51:12.954Z] b4d181a07f80: Pull complete [2021-07-29T15:51:12.954Z] a1111a8f2ec3: Pull complete [2021-07-29T15:51:13.542Z] ed53099fbce6: Pull complete [2021-07-29T15:51:13.542Z] dc539afda2c1: Pull complete [2021-07-29T15:51:13.825Z] 77bc0d833cb6: Pull complete [2021-07-29T15:51:13.825Z] 9065ff56babe: Pull complete [2021-07-29T15:51:15.486Z] cb65c68fc2e2: Pull complete [2021-07-29T15:51:15.486Z] 093eec477d81: Pull complete [2021-07-29T15:51:15.486Z] a6d5b2bbb924: Pull complete [2021-07-29T15:51:15.486Z] 2446dc1eb7d3: Pull complete [2021-07-29T15:51:17.190Z] d287ab97295c: Verifying Checksum [2021-07-29T15:51:17.190Z] d287ab97295c: Download complete [2021-07-29T15:51:18.876Z] 596795e73e0f: Pull complete [2021-07-29T15:51:18.876Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-29T15:51:18.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-29T15:51:18.876Z] ---> d9e956139c92 [2021-07-29T15:51:18.876Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-07-29T15:51:18.876Z] 20.10.0: Pulling from library/docker [2021-07-29T15:51:19.476Z] a3cc7d3b244e: Pulling fs layer [2021-07-29T15:51:19.476Z] 02a3295e0d61: Pulling fs layer [2021-07-29T15:51:19.476Z] 0f4f2e6d8100: Pulling fs layer [2021-07-29T15:51:19.476Z] 330b718f631f: Pulling fs layer [2021-07-29T15:51:19.476Z] a93816041522: Pulling fs layer [2021-07-29T15:51:19.476Z] bdb6da89ff94: Pulling fs layer [2021-07-29T15:51:19.476Z] 2a70c0c122f4: Pulling fs layer [2021-07-29T15:51:19.476Z] bdb6da89ff94: Waiting [2021-07-29T15:51:19.477Z] 2a70c0c122f4: Waiting [2021-07-29T15:51:19.477Z] 330b718f631f: Waiting [2021-07-29T15:51:19.477Z] 0f4f2e6d8100: Verifying Checksum [2021-07-29T15:51:19.477Z] 0f4f2e6d8100: Download complete [2021-07-29T15:51:19.755Z] 02a3295e0d61: Verifying Checksum [2021-07-29T15:51:19.755Z] 02a3295e0d61: Download complete [2021-07-29T15:51:19.755Z] a3cc7d3b244e: Verifying Checksum [2021-07-29T15:51:19.755Z] a3cc7d3b244e: Download complete [2021-07-29T15:51:19.755Z] bdb6da89ff94: Verifying Checksum [2021-07-29T15:51:19.755Z] bdb6da89ff94: Download complete [2021-07-29T15:51:19.755Z] a93816041522: Verifying Checksum [2021-07-29T15:51:19.755Z] a93816041522: Download complete [2021-07-29T15:51:19.755Z] 2a70c0c122f4: Verifying Checksum [2021-07-29T15:51:19.755Z] 2a70c0c122f4: Download complete [2021-07-29T15:51:20.370Z] a3cc7d3b244e: Pull complete [2021-07-29T15:51:21.356Z] 02a3295e0d61: Pull complete [2021-07-29T15:51:21.356Z] 330b718f631f: Verifying Checksum [2021-07-29T15:51:21.356Z] 330b718f631f: Download complete [2021-07-29T15:51:21.470Z] d287ab97295c: Pull complete [2021-07-29T15:51:21.470Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-29T15:51:21.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T15:51:21.470Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-29T15:51:21.570Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2021-07-29T15:51:21.632Z] 0f4f2e6d8100: Pull complete [2021-07-29T15:51:21.638Z] $ 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/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@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-07-29T15:51:23.792Z] $ docker top 52a6ba67b53b8a4917b0664f3dbb3fb8eee17154d03c1d5540aab598cf084fab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:51:24.273Z] ---> job-cost.sh [2021-07-29T15:51:24.273Z] lf-activate-venv: SKIPPING [2021-07-29T15:51:24.273Z] INFO: No Stack... [2021-07-29T15:51:25.235Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-29T15:51:25.503Z] INFO: Archiving Costs [Pipeline] sh [2021-07-29T15:51:25.829Z] + cat /w/workspace/app-functions-sdk-go/7/archives/cost.csv [2021-07-29T15:51:25.829Z] + cut -d, -f6 [Pipeline] lock [2021-07-29T15:51:25.870Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-7-stack-cost] [2021-07-29T15:51:25.883Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-7-stack-cost] did not exist. Created. [2021-07-29T15:51:25.883Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-29T15:51:25.949Z] 330b718f631f: Pull complete [2021-07-29T15:51:25.949Z] a93816041522: Pull complete [2021-07-29T15:51:26.225Z] bdb6da89ff94: Pull complete [2021-07-29T15:51:26.229Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-07-29T15:51:26.270Z] Stashed 1 file(s) [Pipeline] } [2021-07-29T15:51:26.284Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-7-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-29T15:51:26.309Z] $ docker stop --time=1 52a6ba67b53b8a4917b0664f3dbb3fb8eee17154d03c1d5540aab598cf084fab [2021-07-29T15:51:26.823Z] 2a70c0c122f4: Pull complete [2021-07-29T15:51:26.823Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-07-29T15:51:26.823Z] Status: Downloaded newer image for docker:20.10.0 [2021-07-29T15:51:27.452Z] $ docker rm -f 52a6ba67b53b8a4917b0664f3dbb3fb8eee17154d03c1d5540aab598cf084fab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-29T15:51:37.015Z] ---> 2fe5c9d0bf32 [2021-07-29T15:51:37.015Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-07-29T15:51:37.015Z] ---> Running in a2b9d0368e29 [2021-07-29T15:51:37.015Z] Removing intermediate container a2b9d0368e29 [2021-07-29T15:51:37.015Z] ---> 3b90a518f9a8 [2021-07-29T15:51:37.015Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-07-29T15:51:37.015Z] ---> Running in 1ba194ca640f [2021-07-29T15:51:38.000Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T15:51:38.980Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T15:51:39.962Z] (1/5) Installing libsodium (1.0.18-r0) [2021-07-29T15:51:39.962Z] (2/5) Installing libzmq (4.3.3-r1) [2021-07-29T15:51:39.962Z] (3/5) Installing pkgconf (1.7.3-r0) [2021-07-29T15:51:39.962Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-07-29T15:51:40.242Z] (5/5) Installing zeromq-dev (4.3.3-r1) [2021-07-29T15:51:40.242Z] Executing busybox-1.32.1-r6.trigger [2021-07-29T15:51:40.242Z] OK: 139 MiB in 45 packages [2021-07-29T15:51:41.693Z] Removing intermediate container 1ba194ca640f [2021-07-29T15:51:41.693Z] ---> 1ffa4d95d182 [2021-07-29T15:51:41.693Z] Step 6/8 : WORKDIR /build [2021-07-29T15:51:41.968Z] ---> Running in 96e6aa46e160 [2021-07-29T15:51:42.568Z] Removing intermediate container 96e6aa46e160 [2021-07-29T15:51:42.568Z] ---> ee0fc4f381a6 [2021-07-29T15:51:42.568Z] Step 7/8 : COPY go.mod . [2021-07-29T15:51:43.549Z] ---> 6c863e677dfc [2021-07-29T15:51:43.549Z] Step 8/8 : RUN go mod download [2021-07-29T15:51:43.549Z] ---> Running in 22acd500021c [2021-07-29T15:52:15.942Z] Removing intermediate container 22acd500021c [2021-07-29T15:52:15.942Z] ---> 38d5c5c1376d [2021-07-29T15:52:15.942Z] Successfully built 38d5c5c1376d [2021-07-29T15:52:15.942Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:52:16.542Z] + docker inspect -f . ci-base-image-arm64 [2021-07-29T15:52:16.542Z] . [Pipeline] withDockerContainer [2021-07-29T15:52:16.839Z] prd-ubuntu18.04-docker-arm64-4c-16g-484 does not seem to be running inside a container [2021-07-29T15:52:17.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@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-07-29T15:52:18.576Z] $ docker top f2ed2fc73f48baa4508174f0ad145432977e829d6f9d512155f477a4d8f526bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T15:52:19.522Z] + go version [2021-07-29T15:52:19.523Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-29T15:52:19.572Z] $ docker stop --time=1 f2ed2fc73f48baa4508174f0ad145432977e829d6f9d512155f477a4d8f526bc [2021-07-29T15:52:21.392Z] $ docker rm -f f2ed2fc73f48baa4508174f0ad145432977e829d6f9d512155f477a4d8f526bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:52:22.209Z] + docker inspect -f . ci-base-image-arm64 [2021-07-29T15:52:22.209Z] . [Pipeline] withDockerContainer [2021-07-29T15:52:22.480Z] prd-ubuntu18.04-docker-arm64-4c-16g-484 does not seem to be running inside a container [2021-07-29T15:52:22.592Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@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-07-29T15:52:24.314Z] $ docker top fe056d6587a272e13e3441ae96945105b022152e20847bd2b43c5abeb515637f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T15:52:25.287Z] + go mod tidy [Pipeline] sh [2021-07-29T15:52:26.569Z] + make test [2021-07-29T15:52:26.569Z] make -C ./app-service-template build [2021-07-29T15:52:26.569Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-07-29T15:52:26.569Z] go mod tidy [2021-07-29T15:52:27.176Z] 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-07-29T15:53:06.258Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-07-29T15:53:06.258Z] make -C ./app-service-template test [2021-07-29T15:53:06.258Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-07-29T15:53:06.258Z] go mod tidy [2021-07-29T15:53:06.258Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-07-29T15:53:33.100Z] ok new-app-service 0.045s coverage: 47.8% of statements [2021-07-29T15:53:33.100Z] ? new-app-service/config [no test files] [2021-07-29T15:53:33.100Z] ok new-app-service/functions 0.047s [2021-07-29T15:53:33.100Z] CGO_ENABLED=1 go vet ./... [2021-07-29T15:53:59.908Z] gofmt -l . [2021-07-29T15:53:59.908Z] [ "`gofmt -l .`" = "" ] [2021-07-29T15:53:59.908Z] ./bin/test-attribution-txt.sh [2021-07-29T15:53:59.908Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-07-29T15:53:59.908Z] go mod tidy [2021-07-29T15:54:00.510Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-07-29T15:54:01.978Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-07-29T15:54:10.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.102s coverage: 63.6% of statements [2021-07-29T15:54:10.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.050s coverage: 96.5% of statements [2021-07-29T15:54:10.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-07-29T15:54:10.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.163s coverage: 61.8% of statements [2021-07-29T15:54:10.305Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-07-29T15:54:10.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.064s [2021-07-29T15:54:10.909Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.124s coverage: 74.5% of statements [2021-07-29T15:54:10.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-07-29T15:54:10.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-07-29T15:54:10.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-07-29T15:54:10.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-07-29T15:54:10.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-07-29T15:54:10.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-07-29T15:54:10.909Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.016s coverage: 97.1% of statements [2021-07-29T15:54:10.909Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-07-29T15:54:11.191Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.077s coverage: 10.5% of statements [2021-07-29T15:54:17.949Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.836s coverage: 76.1% of statements [2021-07-29T15:54:17.949Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-07-29T15:54:17.949Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.055s coverage: 12.5% of statements [2021-07-29T15:54:17.949Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.040s coverage: 27.3% of statements [2021-07-29T15:54:17.949Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2021-07-29T15:54:17.949Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2021-07-29T15:54:17.949Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.045s coverage: 51.4% of statements [2021-07-29T15:54:44.731Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.129s coverage: 78.1% of statements [2021-07-29T15:54:44.731Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.034s coverage: 94.4% of statements [2021-07-29T15:54:44.731Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-07-29T15:54:48.157Z] gofmt -l . [2021-07-29T15:54:48.758Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-07-29T15:54:49.125Z] $ docker stop --time=1 fe056d6587a272e13e3441ae96945105b022152e20847bd2b43c5abeb515637f [2021-07-29T15:54:51.246Z] $ docker rm -f fe056d6587a272e13e3441ae96945105b022152e20847bd2b43c5abeb515637f [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-29T15:54:52.180Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-29T15:54:52.222Z] Warning: overwriting stash ‘coverage-report’ [2021-07-29T15:54:52.880Z] Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:54:53.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-29T15:54:53.824Z] [2021-07-29T15:54:53.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:54:54.210Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-29T15:54:54.493Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-29T15:54:54.493Z] 448f6bf000e3: Pulling fs layer [2021-07-29T15:54:54.493Z] f757da607395: Pulling fs layer [2021-07-29T15:54:54.493Z] 05883995daec: Pulling fs layer [2021-07-29T15:54:54.493Z] 8603b9c90790: Pulling fs layer [2021-07-29T15:54:54.493Z] 1560dd03e051: Pulling fs layer [2021-07-29T15:54:54.493Z] 27f5ce0e4adf: Pulling fs layer [2021-07-29T15:54:54.493Z] c2d8d7efcc4b: Pulling fs layer [2021-07-29T15:54:54.493Z] 1560dd03e051: Waiting [2021-07-29T15:54:54.493Z] 27f5ce0e4adf: Waiting [2021-07-29T15:54:54.493Z] 8603b9c90790: Waiting [2021-07-29T15:54:54.493Z] c2d8d7efcc4b: Waiting [2021-07-29T15:54:54.778Z] f757da607395: Verifying Checksum [2021-07-29T15:54:54.778Z] f757da607395: Download complete [2021-07-29T15:54:54.778Z] 8603b9c90790: Download complete [2021-07-29T15:54:55.059Z] 05883995daec: Verifying Checksum [2021-07-29T15:54:55.059Z] 05883995daec: Download complete [2021-07-29T15:54:55.059Z] 1560dd03e051: Download complete [2021-07-29T15:54:55.059Z] 27f5ce0e4adf: Verifying Checksum [2021-07-29T15:54:55.059Z] 27f5ce0e4adf: Download complete [2021-07-29T15:54:56.064Z] 448f6bf000e3: Verifying Checksum [2021-07-29T15:54:56.064Z] 448f6bf000e3: Download complete [2021-07-29T15:54:58.694Z] c2d8d7efcc4b: Verifying Checksum [2021-07-29T15:54:58.694Z] c2d8d7efcc4b: Download complete [2021-07-29T15:54:59.675Z] 448f6bf000e3: Pull complete [2021-07-29T15:55:00.272Z] f757da607395: Pull complete [2021-07-29T15:55:01.714Z] 05883995daec: Pull complete [2021-07-29T15:55:01.990Z] 8603b9c90790: Pull complete [2021-07-29T15:55:02.991Z] 1560dd03e051: Pull complete [2021-07-29T15:55:03.589Z] 27f5ce0e4adf: Pull complete [2021-07-29T15:55:18.696Z] c2d8d7efcc4b: Pull complete [2021-07-29T15:55:18.697Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-29T15:55:18.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-29T15:55:18.697Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-29T15:55:18.974Z] prd-ubuntu18.04-docker-arm64-4c-16g-484 does not seem to be running inside a container [2021-07-29T15:55:19.132Z] $ 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/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@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-07-29T15:55:24.010Z] $ docker top 4d13b3d8ab916ee3a365026d9ee92711f31339c64489efd7533152c9eb68343e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:55:24.972Z] ---> job-cost.sh [2021-07-29T15:55:24.972Z] lf-activate-venv: SKIPPING [2021-07-29T15:55:24.972Z] INFO: No Stack... [2021-07-29T15:55:26.404Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-29T15:55:27.002Z] INFO: Archiving Costs [Pipeline] sh [2021-07-29T15:55:27.671Z] + cat /w/workspace/app-functions-sdk-go/7/archives/cost.csv [2021-07-29T15:55:27.671Z] + cut -d, -f6 [Pipeline] lock [2021-07-29T15:55:27.739Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-7-stack-cost] [2021-07-29T15:55:27.758Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-7-stack-cost] did not exist. Created. [2021-07-29T15:55:27.759Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-29T15:55:28.459Z] /w/workspace/app-functions-sdk-go/7@tmp/durable-790b9d25/script.sh: 1: /w/workspace/app-functions-sdk-go/7@tmp/durable-790b9d25/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-07-29T15:55:29.134Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-29T15:55:29.159Z] Warning: overwriting stash ‘stack-cost’ [2021-07-29T15:55:29.230Z] Stashed 1 file(s) [Pipeline] } [2021-07-29T15:55:29.248Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-7-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-29T15:55:29.358Z] $ docker stop --time=1 4d13b3d8ab916ee3a365026d9ee92711f31339c64489efd7533152c9eb68343e [2021-07-29T15:55:31.141Z] $ docker rm -f 4d13b3d8ab916ee3a365026d9ee92711f31339c64489efd7533152c9eb68343e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-07-29T15:55:31.994Z] provisioning config files... [2021-07-29T15:55:32.014Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/config185521719984526968tmp [Pipeline] { [Pipeline] sh [2021-07-29T15:55:32.356Z] + set +x [2021-07-29T15:55:32.356Z] + curl -s https://codecov.io/bash [2021-07-29T15:55:32.356Z] + bash -s -- [2021-07-29T15:55:32.356Z] [2021-07-29T15:55:32.356Z] _____ _ [2021-07-29T15:55:32.356Z] / ____| | | [2021-07-29T15:55:32.356Z] | | ___ __| | ___ ___ _____ __ [2021-07-29T15:55:32.356Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-29T15:55:32.356Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-29T15:55:32.356Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-29T15:55:32.356Z] Bash-1.0.6 [2021-07-29T15:55:32.356Z] [2021-07-29T15:55:32.356Z] [2021-07-29T15:55:32.356Z] ==> git version 2.24.4 found [2021-07-29T15:55:32.356Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-07-29T15:55:32.356Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-29T15:55:32.356Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-29T15:55:32.356Z] ==> Jenkins CI detected. [2021-07-29T15:55:32.356Z] current dir:  /w/workspace/ndry_app-functions-sdk-go_PR-921 [2021-07-29T15:55:32.356Z] project root: . [2021-07-29T15:55:32.356Z] --> token set from env [2021-07-29T15:55:32.356Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-29T15:55:32.623Z] ==> Running gcov in . (disable via -X gcov) [2021-07-29T15:55:32.623Z] ==> Python coveragepy not found [2021-07-29T15:55:32.623Z] ==> Searching for coverage reports in: [2021-07-29T15:55:32.623Z] + . [2021-07-29T15:55:32.623Z] -> Found 2 reports [2021-07-29T15:55:32.623Z] ==> Detecting git/mercurial file structure [2021-07-29T15:55:32.623Z] ==> Reading reports [2021-07-29T15:55:32.623Z] + ./app-service-template/coverage.out bytes=1055 [2021-07-29T15:55:32.623Z] + ./coverage.out bytes=95183 [2021-07-29T15:55:32.623Z] ==> Appending adjustments [2021-07-29T15:55:32.623Z] https://docs.codecov.io/docs/fixing-reports [2021-07-29T15:55:32.900Z] + Found adjustments [2021-07-29T15:55:32.900Z] ==> Gzipping contents [2021-07-29T15:55:32.900Z] 20K /tmp/codecov.Hma2hu.gz [2021-07-29T15:55:32.900Z] ==> Uploading reports [2021-07-29T15:55:32.900Z] url: https://codecov.io [2021-07-29T15:55:32.900Z] query: branch=PR-921&commit=da7b7fca4c3f4b9bb4c20402e48a102681552a94&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-921%2F7%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=921&job=&cmd_args= [2021-07-29T15:55:32.900Z] -> Pinging Codecov [2021-07-29T15:55:32.900Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=17ebf437-e483-4174-b11b-49c3772ebb45&branch=PR-921&commit=da7b7fca4c3f4b9bb4c20402e48a102681552a94&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-921%2F7%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=921&job=&cmd_args= [2021-07-29T15:55:33.700Z] -> Uploading to [2021-07-29T15:55:33.700Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-29/3D8B5DFFC46A037C893635FACE044666/da7b7fca4c3f4b9bb4c20402e48a102681552a94/93a1a89c-8825-4a02-9564-59c8364e9174.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210729%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210729T155533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=48ed23b6bb4ceaa784a0b0089b3f7ecd135efd4b8065eaef73fe8522e7ae5f44 [2021-07-29T15:55:33.701Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-29T15:55:33.701Z] Dload Upload Total Spent Left Speed [2021-07-29T15:55:33.970Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16460 0 0 100 16460 0 24494 --:--:-- --:--:-- --:--:-- 24494 [2021-07-29T15:55:33.970Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/da7b7fca4c3f4b9bb4c20402e48a102681552a94 [Pipeline] } [2021-07-29T15:55:33.984Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:55:35.745Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:55:36.484Z] ---> package-listing.sh [2021-07-29T15:55:36.484Z] ++ facter osfamily [2021-07-29T15:55:36.484Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-29T15:55:36.484Z] + OS_FAMILY=redhat [2021-07-29T15:55:36.484Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-921 [2021-07-29T15:55:36.484Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-29T15:55:36.484Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-29T15:55:36.484Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-29T15:55:36.484Z] + PACKAGES=/tmp/packages_start.txt [2021-07-29T15:55:36.484Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-921 ']' [2021-07-29T15:55:36.484Z] + PACKAGES=/tmp/packages_end.txt [2021-07-29T15:55:36.484Z] + case "${OS_FAMILY}" in [2021-07-29T15:55:36.484Z] + sort [2021-07-29T15:55:36.484Z] + rpm -qa [2021-07-29T15:55:37.442Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-29T15:55:37.443Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-29T15:55:37.443Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-29T15:55:37.443Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-921 ']' [2021-07-29T15:55:37.443Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-921/archives/ [2021-07-29T15:55:37.443Z] + 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-07-29T15:55:37.459Z] 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-07-29T15:55:37.757Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:55:38.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T15:55:38.350Z] [2021-07-29T15:55:38.350Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T15:55:38.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T15:55:38.695Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-29T15:55:38.695Z] b4d181a07f80: Pulling fs layer [2021-07-29T15:55:38.695Z] a1111a8f2ec3: Pulling fs layer [2021-07-29T15:55:38.695Z] ed53099fbce6: Pulling fs layer [2021-07-29T15:55:38.695Z] dc539afda2c1: Pulling fs layer [2021-07-29T15:55:38.695Z] 77bc0d833cb6: Pulling fs layer [2021-07-29T15:55:38.695Z] 9065ff56babe: Pulling fs layer [2021-07-29T15:55:38.695Z] d287ab97295c: Pulling fs layer [2021-07-29T15:55:38.695Z] dc539afda2c1: Waiting [2021-07-29T15:55:38.695Z] 77bc0d833cb6: Waiting [2021-07-29T15:55:38.695Z] 9065ff56babe: Waiting [2021-07-29T15:55:38.695Z] d287ab97295c: Waiting [2021-07-29T15:55:38.960Z] a1111a8f2ec3: Verifying Checksum [2021-07-29T15:55:38.960Z] a1111a8f2ec3: Download complete [2021-07-29T15:55:38.960Z] dc539afda2c1: Verifying Checksum [2021-07-29T15:55:38.960Z] dc539afda2c1: Download complete [2021-07-29T15:55:39.229Z] 77bc0d833cb6: Verifying Checksum [2021-07-29T15:55:39.229Z] 77bc0d833cb6: Download complete [2021-07-29T15:55:39.229Z] 9065ff56babe: Verifying Checksum [2021-07-29T15:55:39.229Z] 9065ff56babe: Download complete [2021-07-29T15:55:39.493Z] ed53099fbce6: Verifying Checksum [2021-07-29T15:55:39.493Z] ed53099fbce6: Download complete [2021-07-29T15:55:40.459Z] b4d181a07f80: Verifying Checksum [2021-07-29T15:55:40.460Z] b4d181a07f80: Download complete [2021-07-29T15:55:41.908Z] b4d181a07f80: Pull complete [2021-07-29T15:55:41.908Z] a1111a8f2ec3: Pull complete [2021-07-29T15:55:42.518Z] ed53099fbce6: Pull complete [2021-07-29T15:55:42.518Z] dc539afda2c1: Pull complete [2021-07-29T15:55:42.791Z] 77bc0d833cb6: Pull complete [2021-07-29T15:55:42.791Z] 9065ff56babe: Pull complete [2021-07-29T15:55:45.415Z] d287ab97295c: Verifying Checksum [2021-07-29T15:55:45.415Z] d287ab97295c: Download complete [2021-07-29T15:55:49.746Z] d287ab97295c: Pull complete [2021-07-29T15:55:49.746Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-29T15:55:49.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T15:55:49.746Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-29T15:55:49.856Z] prd-centos7-docker-4c-2g-481 does not seem to be running inside a container [2021-07-29T15:55:49.931Z] $ 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-07-29T15:55:52.842Z] $ docker top 9503af3d035742697933704fea89e3b1ba47abd8ea3db3d308b3fcbac9d4dc92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T15:55:53.254Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-29T15:55:53.581Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-29T15:55:53.898Z] + ls /var/log/sa-host [2021-07-29T15:55:53.898Z] + sadf -c /var/log/sa-host/sa05 [2021-07-29T15:55:53.898Z] file_magic: OK [2021-07-29T15:55:53.898Z] HZ: Using current value: 100 [2021-07-29T15:55:53.898Z] file_header: OK [2021-07-29T15:55:53.898Z] 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-07-29T15:55:53.898Z] Statistics: [2021-07-29T15:55:53.898Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-29T15:55:53.898Z] File successfully converted to sysstat format version 12.0.3 [2021-07-29T15:55:53.898Z] + sadf -c /var/log/sa-host/sa29 [2021-07-29T15:55:53.898Z] file_magic: OK [2021-07-29T15:55:53.898Z] HZ: Using current value: 100 [2021-07-29T15:55:53.898Z] file_header: OK [2021-07-29T15:55:53.898Z] 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-07-29T15:55:53.898Z] Statistics: [2021-07-29T15:55:53.898Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-29T15:55:53.898Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T15:55:54.613Z] provisioning config files... [2021-07-29T15:55:54.631Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/config2246926832507817483tmp [Pipeline] { [Pipeline] echo [2021-07-29T15:55:54.657Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:55:54.975Z] ---> create-netrc.sh [Pipeline] } [2021-07-29T15:55:54.988Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:55:55.440Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-29T15:55:55.452Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:55:55.760Z] ---> sudo-logs.sh [2021-07-29T15:55:55.760Z] Archiving 'sudo' log.. [2021-07-29T15:56:01.288Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-481.vexxhost.local: Name or service not known [2021-07-29T15:56:01.288Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-481.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-29T15:56:01.331Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:56:01.653Z] ---> job-cost.sh [2021-07-29T15:56:01.653Z] lf-activate-venv: SKIPPING [2021-07-29T15:56:01.653Z] DEBUG: total: 0.18000000715255737 [2021-07-29T15:56:01.653Z] INFO: Retrieving Stack Cost... [2021-07-29T15:56:02.618Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-29T15:56:02.885Z] INFO: Archiving Costs [Pipeline] echo [2021-07-29T15:56:02.908Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T15:56:03.233Z] ---> logs-deploy.sh [2021-07-29T15:56:03.233Z] lf-activate-venv: SKIPPING [2021-07-29T15:56:03.233Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-921/7 [2021-07-29T15:56:03.233Z] INFO: archiving workspace using pattern(s): [2021-07-29T15:56:04.027Z] Archives upload complete. [2021-07-29T15:56:04.027Z] INFO: archiving logs to Nexus