Pull request #921 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2+ebab09c1f1c3ca512e4b147264c251d1ef0d01e0 (1ee11143173c380161b1d9c280fdcec4b54be806) 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-ssh2748305257763755819.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-ssh2731714204093619771.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-ssh1459631470829252736.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-ssh7860984242161718041.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-ssh8883074274752078022.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-362 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-ssh7686127469312590321.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 ebab09c1f1c3ca512e4b147264c251d1ef0d01e0 into PR head commit 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 Merge succeeded, producing 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 Checking out Revision 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 (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-ssh5277892101383176749.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-ssh5621682179304940774.key > git merge ebab09c1f1c3ca512e4b147264c251d1ef0d01e0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # timeout=10 Commit message: "build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-28T16:03:53.258Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk af6b0c6779e8d7072cde14915cdb7e90634aa6b2 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-28T16:03:53.348Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-28T16:03:53.375Z] ========================================================= [2021-07-28T16:03:53.375Z] EdgeX Global Pipelines Version Info [2021-07-28T16:03:53.375Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-28T16:03:54.645Z] ------------------- [2021-07-28T16:03:54.645Z] stable info: [2021-07-28T16:03:54.645Z] ------------------- [2021-07-28T16:03:54.645Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-28T16:03:54.645Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-28T16:03:54.645Z] Message: update stable to v1.0.197 [2021-07-28T16:03:55.229Z] ------------------- [2021-07-28T16:03:55.229Z] experimental info: [2021-07-28T16:03:55.229Z] ------------------- [2021-07-28T16:03:55.229Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-28T16:03:55.229Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-28T16:03:55.230Z] Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-28T16:03:55.367Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-07-28T16:03:55.390Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-07-28T16:03:55.413Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-28T16:03:55.437Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-28T16:03:55.459Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-28T16:03:55.481Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-28T16:03:55.503Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-28T16:03:55.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-28T16:03:55.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-07-28T16:03:55.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-28T16:03:55.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-28T16:03:55.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-functions-sdk [Pipeline] echo [2021-07-28T16:03:55.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-28T16:03:55.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-28T16:03:55.689Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-07-28T16:03:55.714Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-07-28T16:03:55.737Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-07-28T16:03:55.759Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-07-28T16:03:55.782Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-28T16:03:55.829Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-07-28T16:03:55.852Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-07-28T16:03:55.874Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-07-28T16:03:55.896Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-07-28T16:03:55.918Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-07-28T16:03:55.940Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-07-28T16:03:55.963Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-28T16:03:55.988Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-921 [Pipeline] echo [2021-07-28T16:03:56.011Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-921 [Pipeline] echo [2021-07-28T16:03:56.034Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-921 [Pipeline] echo [2021-07-28T16:03:56.056Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 [Pipeline] echo [2021-07-28T16:03:56.079Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d03b17 [Pipeline] echo [2021-07-28T16:03:56.101Z] [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-28T16:03:56.573Z] + git log --format=format:%s -1 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 [Pipeline] echo [2021-07-28T16:03:56.628Z] GIT_COMMIT: 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2, Commit Message: build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0 [Pipeline] echo [2021-07-28T16:03:56.641Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:03:57.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-28T16:03:57.253Z] [2021-07-28T16:03:57.253Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:03:57.584Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-28T16:03:57.585Z] latest: Pulling from edgex-devops/git-semver [2021-07-28T16:03:57.585Z] 31603596830f: Pulling fs layer [2021-07-28T16:03:57.585Z] b6dc333f4379: Pulling fs layer [2021-07-28T16:03:57.585Z] 3d9ef1400e77: Pulling fs layer [2021-07-28T16:03:57.585Z] fd332fbdc1db: Pulling fs layer [2021-07-28T16:03:57.585Z] fd332fbdc1db: Waiting [2021-07-28T16:03:57.853Z] b6dc333f4379: Verifying Checksum [2021-07-28T16:03:57.853Z] b6dc333f4379: Download complete [2021-07-28T16:03:57.853Z] 31603596830f: Verifying Checksum [2021-07-28T16:03:57.853Z] 31603596830f: Download complete [2021-07-28T16:03:58.119Z] 31603596830f: Pull complete [2021-07-28T16:03:58.119Z] b6dc333f4379: Pull complete [2021-07-28T16:03:58.395Z] fd332fbdc1db: Verifying Checksum [2021-07-28T16:03:58.395Z] fd332fbdc1db: Download complete [2021-07-28T16:03:58.395Z] 3d9ef1400e77: Verifying Checksum [2021-07-28T16:03:58.395Z] 3d9ef1400e77: Download complete [2021-07-28T16:03:59.005Z] 3d9ef1400e77: Pull complete [2021-07-28T16:03:59.273Z] fd332fbdc1db: Pull complete [2021-07-28T16:03:59.273Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-28T16:03:59.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-28T16:03:59.273Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-28T16:03:59.381Z] prd-centos7-docker-4c-2g-362 does not seem to be running inside a container [2021-07-28T16:03:59.449Z] $ 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-28T16:04:00.615Z] $ docker top 9846f3c6482b842827b10f5ebaeee5645330823a9c328dad94419b115fa73838 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-28T16:04:00.768Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-28T16:04:00.768Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-28T16:04:00.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-28T16:04:00.902Z] $ docker exec 9846f3c6482b842827b10f5ebaeee5645330823a9c328dad94419b115fa73838 ssh-agent [2021-07-28T16:04:01.030Z] SSH_AUTH_SOCK=/tmp/ssh-Gz7BuHQoRWOI/agent.14 [2021-07-28T16:04:01.030Z] SSH_AGENT_PID=21 [2021-07-28T16:04:01.047Z] Running ssh-add (command line suppressed) [2021-07-28T16:04:01.169Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_5774418623974182864.key (/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_5774418623974182864.key) [2021-07-28T16:04:01.194Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-28T16:04:01.517Z] + git tag --points-at HEAD [Pipeline] } [2021-07-28T16:04:01.536Z] $ docker exec --env ******** --env ******** 9846f3c6482b842827b10f5ebaeee5645330823a9c328dad94419b115fa73838 ssh-agent -k [2021-07-28T16:04:01.650Z] unset SSH_AUTH_SOCK; [2021-07-28T16:04:01.651Z] unset SSH_AGENT_PID; [2021-07-28T16:04:01.651Z] echo Agent pid 21 killed; [2021-07-28T16:04:01.670Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-28T16:04:01.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-28T16:04:01.711Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-28T16:04:01.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-28T16:04:01.840Z] $ docker exec 9846f3c6482b842827b10f5ebaeee5645330823a9c328dad94419b115fa73838 ssh-agent [2021-07-28T16:04:01.972Z] SSH_AUTH_SOCK=/tmp/ssh-eD0UED43z77b/agent.55 [2021-07-28T16:04:01.972Z] SSH_AGENT_PID=61 [2021-07-28T16:04:01.982Z] Running ssh-add (command line suppressed) [2021-07-28T16:04:02.092Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_91781693848362565.key (/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/private_key_91781693848362565.key) [2021-07-28T16:04:02.117Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-28T16:04:02.432Z] + git semver init [2021-07-28T16:04:02.432Z] # -> Open(): unable to determine branch for HEAD [2021-07-28T16:04:02.432Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-921/.git [2021-07-28T16:04:02.432Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-921 [2021-07-28T16:04:02.432Z] # $SEMVER_REMOTE_NAME = origin [2021-07-28T16:04:02.432Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-28T16:04:02.432Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-28T16:04:02.432Z] # $SEMVER_BRANCH = PR-921 [2021-07-28T16:04:02.432Z] # $SEMVER_TEMP = /tmp/semver-107713738 [2021-07-28T16:04:02.432Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-07-28T16:04:10.657Z] # '/tmp/semver-107713738' -> '/w/workspace/ndry_app-functions-sdk-go_PR-921/.semver' [2021-07-28T16:04:10.657Z] # -> Force: false [2021-07-28T16:04:10.657Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-921/.semver [Pipeline] } [2021-07-28T16:04:10.670Z] $ docker exec --env ******** --env ******** 9846f3c6482b842827b10f5ebaeee5645330823a9c328dad94419b115fa73838 ssh-agent -k [2021-07-28T16:04:10.790Z] unset SSH_AUTH_SOCK; [2021-07-28T16:04:10.791Z] unset SSH_AGENT_PID; [2021-07-28T16:04:10.791Z] echo Agent pid 61 killed; [2021-07-28T16:04:10.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-28T16:04:11.160Z] + git semver [Pipeline] } [2021-07-28T16:04:11.180Z] $ docker stop --time=1 9846f3c6482b842827b10f5ebaeee5645330823a9c328dad94419b115fa73838 [2021-07-28T16:04:12.552Z] $ docker rm -f 9846f3c6482b842827b10f5ebaeee5645330823a9c328dad94419b115fa73838 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-28T16:04:13.041Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-28T16:04:13.740Z] Stashed 1 file(s) [Pipeline] echo [2021-07-28T16:04:13.744Z] [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-28T16:04:29.028Z] Still waiting to schedule task [2021-07-28T16:04:29.029Z] ‘prd-centos7-blackbox-4c-2g-76’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-28T16:04:29.029Z] ‘prd-centos7-blackbox-4c-2g-77’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-28T16:04:29.029Z] ‘prd-centos7-docker-4c-2g-353’ is offline [2021-07-28T16:04:29.029Z] ‘prd-centos7-docker-4c-2g-356’ is offline [2021-07-28T16:04:29.029Z] ‘prd-centos7-docker-4c-2g-358’ is offline [2021-07-28T16:04:29.030Z] ‘prd-centos7-docker-4c-2g-361’ is offline [2021-07-28T16:04:29.030Z] ‘prd-centos7-docker-4c-2g-364’ is offline [2021-07-28T16:04:29.030Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-354’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-28T16:04:29.030Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-357’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-28T16:04:29.031Z] Still waiting to schedule task [2021-07-28T16:04:29.031Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-07-28T16:05:38.235Z] Running on prd-centos7-docker-4c-2g-367 in /w/workspace/ndry_app-functions-sdk-go_PR-921 [Pipeline] { [Pipeline] ws [2021-07-28T16:05:38.252Z] Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout [2021-07-28T16:05:38.448Z] The recommended git tool is: git [2021-07-28T16:05:41.783Z] using credential edgex-jenkins-ssh [2021-07-28T16:05:41.805Z] Cloning the remote Git repository [2021-07-28T16:05:41.833Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-28T16:05:41.906Z] > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 [2021-07-28T16:05:41.942Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-28T16:05:41.942Z] > git --version # timeout=10 [2021-07-28T16:05:41.951Z] > git --version # 'git version 2.24.4' [2021-07-28T16:05:41.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-28T16:05:41.985Z] [INFO] Currently running in a labeled security context [2021-07-28T16:05:41.985Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-28T16:05:41.985Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/6@tmp/jenkins-gitclient-ssh2472941379874761461.key [2021-07-28T16:05:41.997Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-28T16:05:51.320Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-07-28T16:05:51.334Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-28T16:05:51.347Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-07-28T16:05:51.361Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-28T16:05:51.362Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-28T16:05:51.363Z] [INFO] Currently running in a labeled security context [2021-07-28T16:05:51.363Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-28T16:05:51.363Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/6@tmp/jenkins-gitclient-ssh2350837868383314304.key [2021-07-28T16:05:51.372Z] > 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-28T16:05:52.227Z] Merging remotes/origin/main commit ebab09c1f1c3ca512e4b147264c251d1ef0d01e0 into PR head commit 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 [2021-07-28T16:05:52.362Z] Merge succeeded, producing 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 [2021-07-28T16:05:52.363Z] Checking out Revision 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 (PR-921) [2021-07-28T16:05:52.237Z] > git config core.sparsecheckout # timeout=10 [2021-07-28T16:05:52.248Z] > git checkout -f 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # timeout=10 [2021-07-28T16:05:52.299Z] > git remote # timeout=10 [2021-07-28T16:05:52.312Z] > git config --get remote.origin.url # timeout=10 [2021-07-28T16:05:52.321Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-28T16:05:52.322Z] [INFO] Currently running in a labeled security context [2021-07-28T16:05:52.322Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-28T16:05:52.322Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-functions-sdk-go/6@tmp/jenkins-gitclient-ssh7335666299032555811.key [2021-07-28T16:05:52.329Z] > git merge ebab09c1f1c3ca512e4b147264c251d1ef0d01e0 # timeout=10 [2021-07-28T16:05:52.347Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-28T16:05:52.365Z] > git config core.sparsecheckout # timeout=10 [2021-07-28T16:05:52.370Z] > git checkout -f 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # timeout=10 [2021-07-28T16:05:56.149Z] Commit message: "build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-07-28T16:05:56.778Z] ========================================================= [2021-07-28T16:05:56.778Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-28T16:05:56.778Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:05:57.253Z] + 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-28T16:05:57.253Z] Sending build context to Docker daemon 19.76MB [2021-07-28T16:05:57.520Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-07-28T16:05:57.520Z] Step 2/8 : FROM ${BASE} [2021-07-28T16:05:57.520Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-28T16:05:57.520Z] 540db60ca938: Pulling fs layer [2021-07-28T16:05:57.520Z] adcc1eea9eea: Pulling fs layer [2021-07-28T16:05:57.520Z] 4c4ab2625f07: Pulling fs layer [2021-07-28T16:05:57.520Z] 0773c198feca: Pulling fs layer [2021-07-28T16:05:57.520Z] 345f892a5656: Pulling fs layer [2021-07-28T16:05:57.520Z] 4796506630df: Pulling fs layer [2021-07-28T16:05:57.520Z] cc55df3e53f1: Pulling fs layer [2021-07-28T16:05:57.520Z] 4d027b6c602c: Pulling fs layer [2021-07-28T16:05:57.520Z] 449e75d2c14e: Pulling fs layer [2021-07-28T16:05:57.520Z] 0773c198feca: Waiting [2021-07-28T16:05:57.520Z] 345f892a5656: Waiting [2021-07-28T16:05:57.520Z] 4796506630df: Waiting [2021-07-28T16:05:57.520Z] cc55df3e53f1: Waiting [2021-07-28T16:05:57.520Z] 4d027b6c602c: Waiting [2021-07-28T16:05:57.520Z] 449e75d2c14e: Waiting [2021-07-28T16:05:57.520Z] 4c4ab2625f07: Verifying Checksum [2021-07-28T16:05:57.520Z] 4c4ab2625f07: Download complete [2021-07-28T16:05:57.520Z] adcc1eea9eea: Verifying Checksum [2021-07-28T16:05:57.520Z] adcc1eea9eea: Download complete [2021-07-28T16:05:57.520Z] 345f892a5656: Verifying Checksum [2021-07-28T16:05:57.520Z] 345f892a5656: Download complete [2021-07-28T16:05:58.113Z] 540db60ca938: Verifying Checksum [2021-07-28T16:05:58.113Z] 540db60ca938: Download complete [2021-07-28T16:05:58.113Z] cc55df3e53f1: Verifying Checksum [2021-07-28T16:05:58.113Z] cc55df3e53f1: Download complete [2021-07-28T16:05:58.113Z] 540db60ca938: Pull complete [2021-07-28T16:05:58.379Z] adcc1eea9eea: Pull complete [2021-07-28T16:05:58.379Z] 4c4ab2625f07: Pull complete [2021-07-28T16:05:58.645Z] 4d027b6c602c: Verifying Checksum [2021-07-28T16:05:58.645Z] 4d027b6c602c: Download complete [2021-07-28T16:06:01.988Z] 449e75d2c14e: Verifying Checksum [2021-07-28T16:06:01.988Z] 449e75d2c14e: Download complete [2021-07-28T16:06:04.583Z] 0773c198feca: Verifying Checksum [2021-07-28T16:06:04.583Z] 0773c198feca: Download complete [2021-07-28T16:06:07.961Z] 0773c198feca: Pull complete [2021-07-28T16:06:07.961Z] 345f892a5656: Pull complete [2021-07-28T16:06:07.961Z] 4796506630df: Pull complete [2021-07-28T16:06:07.961Z] cc55df3e53f1: Pull complete [2021-07-28T16:06:07.962Z] 4d027b6c602c: Pull complete [2021-07-28T16:06:09.380Z] 449e75d2c14e: Pull complete [2021-07-28T16:06:09.380Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-28T16:06:09.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-28T16:06:09.380Z] ---> 0d28375d9b5b [2021-07-28T16:06:09.380Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-07-28T16:06:09.969Z] 20.10.0: Pulling from library/docker [2021-07-28T16:06:09.969Z] 05e7bc50f07f: Pulling fs layer [2021-07-28T16:06:09.969Z] 6db28d0fdbf6: Pulling fs layer [2021-07-28T16:06:09.969Z] 292df0bc6bf3: Pulling fs layer [2021-07-28T16:06:09.969Z] 2e060f4bd70b: Pulling fs layer [2021-07-28T16:06:09.969Z] 80e8d568a223: Pulling fs layer [2021-07-28T16:06:09.969Z] 8dc6ef1a942a: Pulling fs layer [2021-07-28T16:06:09.969Z] 2312dd95470a: Pulling fs layer [2021-07-28T16:06:09.969Z] 2e060f4bd70b: Waiting [2021-07-28T16:06:09.969Z] 80e8d568a223: Waiting [2021-07-28T16:06:09.969Z] 8dc6ef1a942a: Waiting [2021-07-28T16:06:09.969Z] 2312dd95470a: Waiting [2021-07-28T16:06:09.969Z] 292df0bc6bf3: Verifying Checksum [2021-07-28T16:06:09.969Z] 292df0bc6bf3: Download complete [2021-07-28T16:06:09.969Z] 6db28d0fdbf6: Verifying Checksum [2021-07-28T16:06:09.969Z] 6db28d0fdbf6: Download complete [2021-07-28T16:06:09.969Z] 80e8d568a223: Verifying Checksum [2021-07-28T16:06:09.969Z] 80e8d568a223: Download complete [2021-07-28T16:06:09.969Z] 8dc6ef1a942a: Verifying Checksum [2021-07-28T16:06:09.969Z] 8dc6ef1a942a: Download complete [2021-07-28T16:06:09.969Z] 05e7bc50f07f: Verifying Checksum [2021-07-28T16:06:09.969Z] 05e7bc50f07f: Download complete [2021-07-28T16:06:10.235Z] 2312dd95470a: Verifying Checksum [2021-07-28T16:06:10.235Z] 2312dd95470a: Download complete [2021-07-28T16:06:10.235Z] 05e7bc50f07f: Pull complete [2021-07-28T16:06:10.501Z] 6db28d0fdbf6: Pull complete [2021-07-28T16:06:10.501Z] 292df0bc6bf3: Pull complete [2021-07-28T16:06:13.091Z] 2e060f4bd70b: Verifying Checksum [2021-07-28T16:06:13.091Z] 2e060f4bd70b: Download complete [2021-07-28T16:06:15.039Z] 2e060f4bd70b: Pull complete [2021-07-28T16:06:15.039Z] 80e8d568a223: Pull complete [2021-07-28T16:06:15.039Z] 8dc6ef1a942a: Pull complete [2021-07-28T16:06:15.039Z] 2312dd95470a: Pull complete [2021-07-28T16:06:15.039Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-07-28T16:06:15.039Z] Status: Downloaded newer image for docker:20.10.0 [2021-07-28T16:06:18.404Z] ---> 1086213ec7a4 [2021-07-28T16:06:18.404Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-07-28T16:06:18.404Z] ---> Running in 0ef1c52c4b72 [2021-07-28T16:06:18.404Z] Removing intermediate container 0ef1c52c4b72 [2021-07-28T16:06:18.404Z] ---> 6cabf95ce6cd [2021-07-28T16:06:18.404Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-07-28T16:06:18.404Z] ---> Running in e27f44eb6838 [2021-07-28T16:06:18.404Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-28T16:06:19.362Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-28T16:06:19.631Z] (1/5) Installing libsodium (1.0.18-r0) [2021-07-28T16:06:19.898Z] (2/5) Installing libzmq (4.3.3-r1) [2021-07-28T16:06:19.898Z] (3/5) Installing pkgconf (1.7.3-r0) [2021-07-28T16:06:19.898Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-07-28T16:06:20.167Z] (5/5) Installing zeromq-dev (4.3.3-r1) [2021-07-28T16:06:20.167Z] Executing busybox-1.32.1-r6.trigger [2021-07-28T16:06:20.167Z] OK: 150 MiB in 45 packages [2021-07-28T16:06:20.435Z] Removing intermediate container e27f44eb6838 [2021-07-28T16:06:20.435Z] ---> 565ae50f8b6e [2021-07-28T16:06:20.435Z] Step 6/8 : WORKDIR /build [2021-07-28T16:06:20.435Z] ---> Running in 903d5dd2ab61 [2021-07-28T16:06:20.700Z] Removing intermediate container 903d5dd2ab61 [2021-07-28T16:06:20.700Z] ---> 3524a6d8a7f2 [2021-07-28T16:06:20.700Z] Step 7/8 : COPY go.mod . [2021-07-28T16:06:20.700Z] ---> d6fed24d52d2 [2021-07-28T16:06:20.700Z] Step 8/8 : RUN go mod download [2021-07-28T16:06:20.700Z] ---> Running in 7b44d62c3852 [2021-07-28T16:06:30.823Z] Removing intermediate container 7b44d62c3852 [2021-07-28T16:06:30.823Z] ---> 534a928f7383 [2021-07-28T16:06:30.823Z] Successfully built 534a928f7383 [2021-07-28T16:06:30.823Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:06:31.183Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-28T16:06:31.184Z] . [Pipeline] withDockerContainer [2021-07-28T16:06:31.272Z] prd-centos7-docker-4c-2g-367 does not seem to be running inside a container [2021-07-28T16:06:31.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-28T16:06:31.679Z] $ docker top 81536c1c5a994ca10c5c0a3e191717fe290138a0325706f4d9e4f1cdab90a7c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-28T16:06:32.074Z] + go version [2021-07-28T16:06:32.074Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-28T16:06:32.089Z] $ docker stop --time=1 81536c1c5a994ca10c5c0a3e191717fe290138a0325706f4d9e4f1cdab90a7c9 [2021-07-28T16:06:33.280Z] $ docker rm -f 81536c1c5a994ca10c5c0a3e191717fe290138a0325706f4d9e4f1cdab90a7c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:06:33.839Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-28T16:06:33.839Z] . [Pipeline] withDockerContainer [2021-07-28T16:06:33.924Z] prd-centos7-docker-4c-2g-367 does not seem to be running inside a container [2021-07-28T16:06:33.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-28T16:06:34.353Z] $ docker top 4b63ec56e52f648281dfb1e216f34845b41c69119061f6d4a228d9d05df686aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-28T16:06:34.753Z] + go mod tidy [Pipeline] sh [2021-07-28T16:06:35.336Z] + make test [2021-07-28T16:06:35.336Z] make -C ./app-service-template build [2021-07-28T16:06:35.336Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/6/app-service-template' [2021-07-28T16:06:35.336Z] go mod tidy [2021-07-28T16:06:35.605Z] 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-28T16:06:45.738Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/6/app-service-template' [2021-07-28T16:06:45.738Z] make -C ./app-service-template test [2021-07-28T16:06:45.738Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/6/app-service-template' [2021-07-28T16:06:45.738Z] go mod tidy [2021-07-28T16:06:45.738Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-07-28T16:06:54.011Z] ok new-app-service 0.013s coverage: 47.8% of statements [2021-07-28T16:06:54.011Z] ? new-app-service/config [no test files] [2021-07-28T16:06:54.011Z] ok new-app-service/functions 0.007s [2021-07-28T16:06:54.011Z] CGO_ENABLED=1 go vet ./... [2021-07-28T16:07:00.684Z] gofmt -l . [2021-07-28T16:07:00.684Z] [ "`gofmt -l .`" = "" ] [2021-07-28T16:07:00.684Z] ./bin/test-attribution-txt.sh [2021-07-28T16:07:00.955Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/6/app-service-template' [2021-07-28T16:07:00.955Z] go mod tidy [2021-07-28T16:07:00.955Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-07-28T16:07:01.540Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-07-28T16:07:02.959Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.012s coverage: 63.6% of statements [2021-07-28T16:07:02.959Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.012s coverage: 96.5% of statements [2021-07-28T16:07:02.959Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-07-28T16:07:03.268Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.010s coverage: 61.8% of statements [2021-07-28T16:07:03.268Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-07-28T16:07:03.533Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.008s [2021-07-28T16:07:04.124Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.026s coverage: 74.5% of statements [2021-07-28T16:07:04.124Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-07-28T16:07:04.124Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-07-28T16:07:04.124Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-07-28T16:07:04.124Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-07-28T16:07:04.124Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-07-28T16:07:04.124Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-07-28T16:07:04.124Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.002s coverage: 97.1% of statements [2021-07-28T16:07:04.124Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-07-28T16:07:04.124Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.007s coverage: 10.5% of statements [2021-07-28T16:07:07.478Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.733s coverage: 76.1% of statements [2021-07-28T16:07:07.478Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-07-28T16:07:07.478Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.006s coverage: 12.5% of statements [2021-07-28T16:07:07.478Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.014s coverage: 27.3% of statements [2021-07-28T16:07:07.478Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2021-07-28T16:07:07.479Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2021-07-28T16:07:07.479Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.009s coverage: 51.4% of statements [2021-07-28T16:07:34.170Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.028s coverage: 78.1% of statements [2021-07-28T16:07:34.170Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.006s coverage: 94.4% of statements [2021-07-28T16:07:34.170Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-07-28T16:07:34.170Z] gofmt -l . [2021-07-28T16:07:34.170Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-07-28T16:07:34.195Z] $ docker stop --time=1 4b63ec56e52f648281dfb1e216f34845b41c69119061f6d4a228d9d05df686aa [2021-07-28T16:07:35.486Z] $ docker rm -f 4b63ec56e52f648281dfb1e216f34845b41c69119061f6d4a228d9d05df686aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-28T16:07:36.062Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-28T16:07:36.517Z] 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-28T16:07:37.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-28T16:07:37.448Z] [2021-07-28T16:07:37.448Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:07:37.789Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-28T16:07:37.789Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-28T16:07:37.789Z] b4d181a07f80: Pulling fs layer [2021-07-28T16:07:37.789Z] a1111a8f2ec3: Pulling fs layer [2021-07-28T16:07:37.789Z] ed53099fbce6: Pulling fs layer [2021-07-28T16:07:37.789Z] dc539afda2c1: Pulling fs layer [2021-07-28T16:07:37.789Z] 77bc0d833cb6: Pulling fs layer [2021-07-28T16:07:37.789Z] 9065ff56babe: Pulling fs layer [2021-07-28T16:07:37.789Z] d287ab97295c: Pulling fs layer [2021-07-28T16:07:37.789Z] 77bc0d833cb6: Waiting [2021-07-28T16:07:37.789Z] 9065ff56babe: Waiting [2021-07-28T16:07:37.789Z] d287ab97295c: Waiting [2021-07-28T16:07:37.789Z] dc539afda2c1: Waiting [2021-07-28T16:07:38.054Z] a1111a8f2ec3: Verifying Checksum [2021-07-28T16:07:38.055Z] a1111a8f2ec3: Download complete [2021-07-28T16:07:38.321Z] dc539afda2c1: Verifying Checksum [2021-07-28T16:07:38.321Z] dc539afda2c1: Download complete [2021-07-28T16:07:38.321Z] 77bc0d833cb6: Verifying Checksum [2021-07-28T16:07:38.321Z] 77bc0d833cb6: Download complete [2021-07-28T16:07:38.587Z] ed53099fbce6: Verifying Checksum [2021-07-28T16:07:38.587Z] ed53099fbce6: Download complete [2021-07-28T16:07:38.587Z] 9065ff56babe: Verifying Checksum [2021-07-28T16:07:38.587Z] 9065ff56babe: Download complete [2021-07-28T16:07:39.173Z] b4d181a07f80: Verifying Checksum [2021-07-28T16:07:39.173Z] b4d181a07f80: Download complete [2021-07-28T16:07:40.164Z] b4d181a07f80: Pull complete [2021-07-28T16:07:40.164Z] a1111a8f2ec3: Pull complete [2021-07-28T16:07:40.747Z] ed53099fbce6: Pull complete [2021-07-28T16:07:40.747Z] dc539afda2c1: Pull complete [2021-07-28T16:07:41.012Z] 77bc0d833cb6: Pull complete [2021-07-28T16:07:41.012Z] 9065ff56babe: Pull complete [2021-07-28T16:07:43.603Z] d287ab97295c: Verifying Checksum [2021-07-28T16:07:43.603Z] d287ab97295c: Download complete [2021-07-28T16:07:48.071Z] d287ab97295c: Pull complete [2021-07-28T16:07:48.071Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-28T16:07:48.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-28T16:07:48.071Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-28T16:07:48.166Z] prd-centos7-docker-4c-2g-367 does not seem to be running inside a container [2021-07-28T16:07:48.230Z] $ 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/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-28T16:07:51.460Z] $ docker top e4ef42eef3daec2767a98c9181b1f944083de938fcb4d82bbfddccd473356e3f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-28T16:07:51.951Z] ---> job-cost.sh [2021-07-28T16:07:51.951Z] lf-activate-venv: SKIPPING [2021-07-28T16:07:51.952Z] INFO: No Stack... [2021-07-28T16:07:53.897Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-28T16:07:53.897Z] INFO: Archiving Costs [Pipeline] sh [2021-07-28T16:07:54.237Z] + cat /w/workspace/app-functions-sdk-go/6/archives/cost.csv [2021-07-28T16:07:54.237Z] + cut -d, -f6 [Pipeline] lock [2021-07-28T16:07:54.273Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-6-stack-cost] [2021-07-28T16:07:54.289Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-6-stack-cost] did not exist. Created. [2021-07-28T16:07:54.289Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-28T16:07:54.641Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-07-28T16:07:54.692Z] Stashed 1 file(s) [Pipeline] } [2021-07-28T16:07:54.705Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-6-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-28T16:07:54.731Z] $ docker stop --time=1 e4ef42eef3daec2767a98c9181b1f944083de938fcb4d82bbfddccd473356e3f [2021-07-28T16:07:55.881Z] $ docker rm -f e4ef42eef3daec2767a98c9181b1f944083de938fcb4d82bbfddccd473356e3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-28T16:07:56.675Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-370 in /w/workspace/ndry_app-functions-sdk-go_PR-921 [Pipeline] { [Pipeline] ws [2021-07-28T16:07:56.692Z] Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout [2021-07-28T16:07:56.952Z] The recommended git tool is: git [2021-07-28T16:08:04.005Z] using credential edgex-jenkins-ssh [2021-07-28T16:08:04.028Z] Cloning the remote Git repository [2021-07-28T16:08:04.133Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-28T16:08:04.264Z] > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 [2021-07-28T16:08:04.372Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-28T16:08:04.373Z] > git --version # timeout=10 [2021-07-28T16:08:04.397Z] > git --version # 'git version 2.17.1' [2021-07-28T16:08:04.399Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-28T16:08:04.494Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-28T16:08:08.657Z] Merging remotes/origin/main commit ebab09c1f1c3ca512e4b147264c251d1ef0d01e0 into PR head commit 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 [2021-07-28T16:08:07.956Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-07-28T16:08:07.977Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-28T16:08:08.021Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-07-28T16:08:08.081Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-07-28T16:08:08.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-28T16:08:08.107Z] > 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-28T16:08:08.680Z] > git config core.sparsecheckout # timeout=10 [2021-07-28T16:08:08.706Z] > git checkout -f 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # timeout=10 [2021-07-28T16:08:08.839Z] > git remote # timeout=10 [2021-07-28T16:08:08.866Z] > git config --get remote.origin.url # timeout=10 [2021-07-28T16:08:08.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-28T16:08:08.906Z] > git merge ebab09c1f1c3ca512e4b147264c251d1ef0d01e0 # timeout=10 [2021-07-28T16:08:08.936Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-28T16:08:08.972Z] Merge succeeded, producing 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 [2021-07-28T16:08:08.972Z] Checking out Revision 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 (PR-921) [2021-07-28T16:08:08.981Z] > git config core.sparsecheckout # timeout=10 [2021-07-28T16:08:09.010Z] > git checkout -f 3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 # timeout=10 [2021-07-28T16:08:13.824Z] Commit message: "build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2021-07-28T16:08:14.680Z] ========================================================= [2021-07-28T16:08:14.680Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-28T16:08:14.680Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:08:15.259Z] + 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-28T16:08:16.729Z] Sending build context to Docker daemon 19.75MB [2021-07-28T16:08:16.729Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-07-28T16:08:16.729Z] Step 2/8 : FROM ${BASE} [2021-07-28T16:08:17.740Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-28T16:08:17.740Z] 595b0fe564bb: Pulling fs layer [2021-07-28T16:08:17.740Z] 24495759ef45: Pulling fs layer [2021-07-28T16:08:17.740Z] d148012ef14d: Pulling fs layer [2021-07-28T16:08:17.740Z] cb65c68fc2e2: Pulling fs layer [2021-07-28T16:08:17.740Z] 093eec477d81: Pulling fs layer [2021-07-28T16:08:17.740Z] a6d5b2bbb924: Pulling fs layer [2021-07-28T16:08:17.740Z] 2446dc1eb7d3: Pulling fs layer [2021-07-28T16:08:17.740Z] 596795e73e0f: Pulling fs layer [2021-07-28T16:08:17.740Z] 093eec477d81: Waiting [2021-07-28T16:08:17.740Z] a6d5b2bbb924: Waiting [2021-07-28T16:08:17.740Z] cb65c68fc2e2: Waiting [2021-07-28T16:08:17.740Z] 2446dc1eb7d3: Waiting [2021-07-28T16:08:17.740Z] 596795e73e0f: Waiting [2021-07-28T16:08:17.740Z] d148012ef14d: Verifying Checksum [2021-07-28T16:08:17.740Z] d148012ef14d: Download complete [2021-07-28T16:08:17.740Z] 24495759ef45: Verifying Checksum [2021-07-28T16:08:17.740Z] 24495759ef45: Download complete [2021-07-28T16:08:17.740Z] 093eec477d81: Download complete [2021-07-28T16:08:17.740Z] a6d5b2bbb924: Download complete [2021-07-28T16:08:17.740Z] 2446dc1eb7d3: Verifying Checksum [2021-07-28T16:08:17.740Z] 2446dc1eb7d3: Download complete [2021-07-28T16:08:17.740Z] 595b0fe564bb: Download complete [2021-07-28T16:08:18.733Z] 595b0fe564bb: Pull complete [2021-07-28T16:08:19.341Z] 24495759ef45: Pull complete [2021-07-28T16:08:19.627Z] d148012ef14d: Pull complete [2021-07-28T16:08:21.082Z] 596795e73e0f: Verifying Checksum [2021-07-28T16:08:21.082Z] 596795e73e0f: Download complete [2021-07-28T16:08:22.080Z] cb65c68fc2e2: Verifying Checksum [2021-07-28T16:08:22.080Z] cb65c68fc2e2: Download complete [2021-07-28T16:08:32.411Z] cb65c68fc2e2: Pull complete [2021-07-28T16:08:33.015Z] 093eec477d81: Pull complete [2021-07-28T16:08:33.617Z] a6d5b2bbb924: Pull complete [2021-07-28T16:08:33.895Z] 2446dc1eb7d3: Pull complete [2021-07-28T16:08:38.221Z] 596795e73e0f: Pull complete [2021-07-28T16:08:38.221Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-28T16:08:38.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-28T16:08:38.221Z] ---> d9e956139c92 [2021-07-28T16:08:38.221Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-07-28T16:08:38.828Z] 20.10.0: Pulling from library/docker [2021-07-28T16:08:38.828Z] a3cc7d3b244e: Pulling fs layer [2021-07-28T16:08:38.828Z] 02a3295e0d61: Pulling fs layer [2021-07-28T16:08:38.828Z] 0f4f2e6d8100: Pulling fs layer [2021-07-28T16:08:38.828Z] 330b718f631f: Pulling fs layer [2021-07-28T16:08:38.828Z] a93816041522: Pulling fs layer [2021-07-28T16:08:38.828Z] bdb6da89ff94: Pulling fs layer [2021-07-28T16:08:38.828Z] 2a70c0c122f4: Pulling fs layer [2021-07-28T16:08:38.828Z] 330b718f631f: Waiting [2021-07-28T16:08:38.828Z] a93816041522: Waiting [2021-07-28T16:08:38.828Z] bdb6da89ff94: Waiting [2021-07-28T16:08:38.828Z] 2a70c0c122f4: Waiting [2021-07-28T16:08:38.828Z] 0f4f2e6d8100: Download complete [2021-07-28T16:08:39.110Z] 02a3295e0d61: Download complete [2021-07-28T16:08:39.110Z] a93816041522: Download complete [2021-07-28T16:08:39.110Z] a3cc7d3b244e: Verifying Checksum [2021-07-28T16:08:39.110Z] bdb6da89ff94: Verifying Checksum [2021-07-28T16:08:39.110Z] bdb6da89ff94: Download complete [2021-07-28T16:08:39.110Z] 2a70c0c122f4: Verifying Checksum [2021-07-28T16:08:39.110Z] 2a70c0c122f4: Download complete [2021-07-28T16:08:40.107Z] a3cc7d3b244e: Pull complete [2021-07-28T16:08:40.715Z] 02a3295e0d61: Pull complete [2021-07-28T16:08:40.993Z] 330b718f631f: Verifying Checksum [2021-07-28T16:08:40.993Z] 330b718f631f: Download complete [2021-07-28T16:08:41.273Z] 0f4f2e6d8100: Pull complete [2021-07-28T16:08:45.619Z] 330b718f631f: Pull complete [2021-07-28T16:08:45.619Z] a93816041522: Pull complete [2021-07-28T16:08:46.221Z] bdb6da89ff94: Pull complete [2021-07-28T16:08:46.504Z] 2a70c0c122f4: Pull complete [2021-07-28T16:08:46.781Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-07-28T16:08:46.781Z] Status: Downloaded newer image for docker:20.10.0 [2021-07-28T16:08:56.989Z] ---> 1dee324c5677 [2021-07-28T16:08:56.989Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-07-28T16:08:56.989Z] ---> Running in a9da1128f98d [2021-07-28T16:08:57.601Z] Removing intermediate container a9da1128f98d [2021-07-28T16:08:57.601Z] ---> c45af14ed312 [2021-07-28T16:08:57.601Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-07-28T16:08:57.887Z] ---> Running in 098f1299b702 [2021-07-28T16:08:59.891Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-28T16:09:00.877Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-28T16:09:02.898Z] (1/5) Installing libsodium (1.0.18-r0) [2021-07-28T16:09:02.898Z] (2/5) Installing libzmq (4.3.3-r1) [2021-07-28T16:09:03.176Z] (3/5) Installing pkgconf (1.7.3-r0) [2021-07-28T16:09:03.452Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-07-28T16:09:03.452Z] (5/5) Installing zeromq-dev (4.3.3-r1) [2021-07-28T16:09:03.452Z] Executing busybox-1.32.1-r6.trigger [2021-07-28T16:09:03.728Z] OK: 139 MiB in 45 packages [2021-07-28T16:09:05.717Z] Removing intermediate container 098f1299b702 [2021-07-28T16:09:05.717Z] ---> b9f6073fc2b3 [2021-07-28T16:09:05.717Z] Step 6/8 : WORKDIR /build [2021-07-28T16:09:05.717Z] ---> Running in 6e6fed7270e2 [2021-07-28T16:09:06.706Z] Removing intermediate container 6e6fed7270e2 [2021-07-28T16:09:06.706Z] ---> d2bbc56d3bdd [2021-07-28T16:09:06.706Z] Step 7/8 : COPY go.mod . [2021-07-28T16:09:07.711Z] ---> 6de847e170f5 [2021-07-28T16:09:07.711Z] Step 8/8 : RUN go mod download [2021-07-28T16:09:07.711Z] ---> Running in 23a2a47946e1 [2021-07-28T16:09:46.832Z] Removing intermediate container 23a2a47946e1 [2021-07-28T16:09:46.832Z] ---> 1f2af1901801 [2021-07-28T16:09:46.832Z] Successfully built 1f2af1901801 [2021-07-28T16:09:46.832Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:09:47.279Z] + docker inspect -f . ci-base-image-arm64 [2021-07-28T16:09:47.279Z] . [Pipeline] withDockerContainer [2021-07-28T16:09:47.600Z] prd-ubuntu18.04-docker-arm64-4c-16g-370 does not seem to be running inside a container [2021-07-28T16:09:47.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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-28T16:09:49.774Z] $ docker top 84cd28cfbda3cba7537a2b994ff09bbd96e97cb22b34df6aaebef4e84916db10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-28T16:09:50.840Z] + go version [2021-07-28T16:09:50.840Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-28T16:09:50.861Z] $ docker stop --time=1 84cd28cfbda3cba7537a2b994ff09bbd96e97cb22b34df6aaebef4e84916db10 [2021-07-28T16:09:52.897Z] $ docker rm -f 84cd28cfbda3cba7537a2b994ff09bbd96e97cb22b34df6aaebef4e84916db10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:09:53.730Z] + docker inspect -f . ci-base-image-arm64 [2021-07-28T16:09:53.730Z] . [Pipeline] withDockerContainer [2021-07-28T16:09:53.995Z] prd-ubuntu18.04-docker-arm64-4c-16g-370 does not seem to be running inside a container [2021-07-28T16:09:54.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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-28T16:09:56.061Z] $ docker top 6f8c7f38ec6958f4fc9e1c3243f3563afe4b7c854acaa67a86359c8b98c90940 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-28T16:09:57.373Z] + go mod tidy [Pipeline] sh [2021-07-28T16:09:59.113Z] + make test [2021-07-28T16:09:59.114Z] make -C ./app-service-template build [2021-07-28T16:09:59.114Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/6/app-service-template' [2021-07-28T16:09:59.114Z] go mod tidy [2021-07-28T16:10:00.102Z] 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-28T16:10:39.221Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/6/app-service-template' [2021-07-28T16:10:39.221Z] make -C ./app-service-template test [2021-07-28T16:10:39.221Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/6/app-service-template' [2021-07-28T16:10:39.221Z] go mod tidy [2021-07-28T16:10:39.221Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-07-28T16:11:11.658Z] ok new-app-service 0.045s coverage: 47.8% of statements [2021-07-28T16:11:11.658Z] ? new-app-service/config [no test files] [2021-07-28T16:11:11.658Z] ok new-app-service/functions 0.041s [2021-07-28T16:11:11.658Z] CGO_ENABLED=1 go vet ./... [2021-07-28T16:11:44.080Z] gofmt -l . [2021-07-28T16:11:44.080Z] [ "`gofmt -l .`" = "" ] [2021-07-28T16:11:44.080Z] ./bin/test-attribution-txt.sh [2021-07-28T16:11:44.080Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/6/app-service-template' [2021-07-28T16:11:44.080Z] go mod tidy [2021-07-28T16:11:44.080Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-07-28T16:11:45.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-07-28T16:11:53.418Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.126s coverage: 63.6% of statements [2021-07-28T16:11:53.418Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.062s coverage: 96.5% of statements [2021-07-28T16:11:53.418Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-07-28T16:11:53.418Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.144s coverage: 61.8% of statements [2021-07-28T16:11:53.418Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-07-28T16:11:53.418Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.062s [2021-07-28T16:11:54.415Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.156s coverage: 74.5% of statements [2021-07-28T16:11:54.415Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-07-28T16:11:54.415Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-07-28T16:11:54.415Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-07-28T16:11:54.415Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-07-28T16:11:54.415Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-07-28T16:11:54.415Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-07-28T16:11:54.415Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.033s coverage: 97.1% of statements [2021-07-28T16:11:54.415Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-07-28T16:11:54.415Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.065s coverage: 10.5% of statements [2021-07-28T16:12:01.164Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.882s coverage: 76.1% of statements [2021-07-28T16:12:01.164Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-07-28T16:12:01.164Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.036s coverage: 12.5% of statements [2021-07-28T16:12:01.164Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.040s coverage: 27.3% of statements [2021-07-28T16:12:01.164Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2021-07-28T16:12:01.164Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2021-07-28T16:12:01.164Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.044s coverage: 51.4% of statements [2021-07-28T16:12:27.928Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.107s coverage: 78.1% of statements [2021-07-28T16:12:27.928Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.035s coverage: 94.4% of statements [2021-07-28T16:12:27.928Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-07-28T16:12:30.570Z] gofmt -l . [2021-07-28T16:12:30.852Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-07-28T16:12:31.482Z] $ docker stop --time=1 6f8c7f38ec6958f4fc9e1c3243f3563afe4b7c854acaa67a86359c8b98c90940 [2021-07-28T16:12:33.537Z] $ docker rm -f 6f8c7f38ec6958f4fc9e1c3243f3563afe4b7c854acaa67a86359c8b98c90940 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-28T16:12:34.492Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-28T16:12:34.527Z] Warning: overwriting stash ‘coverage-report’ [2021-07-28T16:12:35.145Z] 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-28T16:12:35.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-28T16:12:36.113Z] [2021-07-28T16:12:36.113Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:12:36.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-28T16:12:36.751Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-28T16:12:36.751Z] 448f6bf000e3: Pulling fs layer [2021-07-28T16:12:36.751Z] f757da607395: Pulling fs layer [2021-07-28T16:12:36.751Z] 05883995daec: Pulling fs layer [2021-07-28T16:12:36.751Z] 8603b9c90790: Pulling fs layer [2021-07-28T16:12:36.751Z] 1560dd03e051: Pulling fs layer [2021-07-28T16:12:36.751Z] 27f5ce0e4adf: Pulling fs layer [2021-07-28T16:12:36.751Z] c2d8d7efcc4b: Pulling fs layer [2021-07-28T16:12:36.751Z] 1560dd03e051: Waiting [2021-07-28T16:12:36.751Z] 27f5ce0e4adf: Waiting [2021-07-28T16:12:36.751Z] 8603b9c90790: Waiting [2021-07-28T16:12:36.751Z] c2d8d7efcc4b: Waiting [2021-07-28T16:12:37.026Z] f757da607395: Verifying Checksum [2021-07-28T16:12:37.026Z] f757da607395: Download complete [2021-07-28T16:12:37.301Z] 8603b9c90790: Verifying Checksum [2021-07-28T16:12:37.301Z] 8603b9c90790: Download complete [2021-07-28T16:12:37.301Z] 1560dd03e051: Verifying Checksum [2021-07-28T16:12:37.301Z] 1560dd03e051: Download complete [2021-07-28T16:12:37.575Z] 27f5ce0e4adf: Verifying Checksum [2021-07-28T16:12:37.575Z] 27f5ce0e4adf: Download complete [2021-07-28T16:12:37.575Z] 05883995daec: Verifying Checksum [2021-07-28T16:12:37.575Z] 05883995daec: Download complete [2021-07-28T16:12:38.553Z] 448f6bf000e3: Verifying Checksum [2021-07-28T16:12:38.553Z] 448f6bf000e3: Download complete [2021-07-28T16:12:41.969Z] c2d8d7efcc4b: Verifying Checksum [2021-07-28T16:12:41.969Z] c2d8d7efcc4b: Download complete [2021-07-28T16:12:42.242Z] 448f6bf000e3: Pull complete [2021-07-28T16:12:42.838Z] f757da607395: Pull complete [2021-07-28T16:12:44.810Z] 05883995daec: Pull complete [2021-07-28T16:12:44.810Z] 8603b9c90790: Pull complete [2021-07-28T16:12:45.795Z] 1560dd03e051: Pull complete [2021-07-28T16:12:46.066Z] 27f5ce0e4adf: Pull complete [2021-07-28T16:13:01.170Z] c2d8d7efcc4b: Pull complete [2021-07-28T16:13:01.170Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-28T16:13:01.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-28T16:13:01.170Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-28T16:13:01.452Z] prd-ubuntu18.04-docker-arm64-4c-16g-370 does not seem to be running inside a container [2021-07-28T16:13:01.560Z] $ 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/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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-28T16:13:07.243Z] $ docker top b986778e27ecaffa683f0660169a1862373573d915d15c350801378bfe47e83b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-28T16:13:09.654Z] ---> job-cost.sh [2021-07-28T16:13:09.654Z] lf-activate-venv: SKIPPING [2021-07-28T16:13:09.654Z] INFO: No Stack... [2021-07-28T16:13:10.634Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-28T16:13:11.227Z] INFO: Archiving Costs [Pipeline] sh [2021-07-28T16:13:11.895Z] + + cat /w/workspace/app-functions-sdk-go/6/archives/cost.csv [2021-07-28T16:13:11.895Z] cut -d, -f6 [Pipeline] lock [2021-07-28T16:13:11.960Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-6-stack-cost] [2021-07-28T16:13:11.973Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-6-stack-cost] did not exist. Created. [2021-07-28T16:13:11.973Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-28T16:13:12.661Z] /w/workspace/app-functions-sdk-go/6@tmp/durable-72631120/script.sh: 1: /w/workspace/app-functions-sdk-go/6@tmp/durable-72631120/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-07-28T16:13:13.343Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-28T16:13:13.375Z] Warning: overwriting stash ‘stack-cost’ [2021-07-28T16:13:13.438Z] Stashed 1 file(s) [Pipeline] } [2021-07-28T16:13:13.456Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-921-6-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-28T16:13:13.475Z] $ docker stop --time=1 b986778e27ecaffa683f0660169a1862373573d915d15c350801378bfe47e83b [2021-07-28T16:13:15.163Z] $ docker rm -f b986778e27ecaffa683f0660169a1862373573d915d15c350801378bfe47e83b [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-28T16:13:16.193Z] provisioning config files... [2021-07-28T16:13:16.221Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/config2344551995157561449tmp [Pipeline] { [Pipeline] sh [2021-07-28T16:13:16.589Z] + set +x [2021-07-28T16:13:16.589Z] + curl -s https://codecov.io/bash [2021-07-28T16:13:16.589Z] + bash -s -- [2021-07-28T16:13:16.589Z] [2021-07-28T16:13:16.589Z] _____ _ [2021-07-28T16:13:16.589Z] / ____| | | [2021-07-28T16:13:16.589Z] | | ___ __| | ___ ___ _____ __ [2021-07-28T16:13:16.589Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-28T16:13:16.589Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-28T16:13:16.589Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-28T16:13:16.589Z] Bash-1.0.6 [2021-07-28T16:13:16.589Z] [2021-07-28T16:13:16.589Z] [2021-07-28T16:13:16.589Z] ==> git version 2.24.4 found [2021-07-28T16:13:16.589Z] ==> 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-28T16:13:16.589Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-28T16:13:16.589Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-28T16:13:16.589Z] ==> Jenkins CI detected. [2021-07-28T16:13:16.589Z] current dir:  /w/workspace/ndry_app-functions-sdk-go_PR-921 [2021-07-28T16:13:16.589Z] project root: . [2021-07-28T16:13:16.589Z] --> token set from env [2021-07-28T16:13:16.589Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-28T16:13:16.589Z] ==> Running gcov in . (disable via -X gcov) [2021-07-28T16:13:16.869Z] ==> Python coveragepy not found [2021-07-28T16:13:16.869Z] ==> Searching for coverage reports in: [2021-07-28T16:13:16.869Z] + . [2021-07-28T16:13:16.869Z] -> Found 2 reports [2021-07-28T16:13:16.869Z] ==> Detecting git/mercurial file structure [2021-07-28T16:13:16.869Z] ==> Reading reports [2021-07-28T16:13:16.869Z] + ./app-service-template/coverage.out bytes=1055 [2021-07-28T16:13:16.869Z] + ./coverage.out bytes=95183 [2021-07-28T16:13:16.869Z] ==> Appending adjustments [2021-07-28T16:13:16.869Z] https://docs.codecov.io/docs/fixing-reports [2021-07-28T16:13:17.139Z] + Found adjustments [2021-07-28T16:13:17.139Z] ==> Gzipping contents [2021-07-28T16:13:17.139Z] 20K /tmp/codecov.QlicyY.gz [2021-07-28T16:13:17.139Z] ==> Uploading reports [2021-07-28T16:13:17.139Z] url: https://codecov.io [2021-07-28T16:13:17.139Z] query: branch=PR-921&commit=3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-921%2F6%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=921&job=&cmd_args= [2021-07-28T16:13:17.139Z] -> Pinging Codecov [2021-07-28T16:13:17.139Z] 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=3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-921%2F6%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=921&job=&cmd_args= [2021-07-28T16:13:17.727Z] -> Uploading to [2021-07-28T16:13:17.727Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-28/3D8B5DFFC46A037C893635FACE044666/3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2/6f6cbe31-0974-4b0d-91e0-e4e94abece6e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210728%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210728T161317Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=927217c437a9a928cd7d9f0ad971504a90280702abf2ee3d55868b01d1d80ee9 [2021-07-28T16:13:17.727Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-28T16:13:17.727Z] Dload Upload Total Spent Left Speed [2021-07-28T16:13:17.998Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16466 0 0 100 16466 0 39090 --:--:-- --:--:-- --:--:-- 39111 [2021-07-28T16:13:17.998Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/3d03b172bcd6eb4337644beb82d4d8e6dbb78fb2 [Pipeline] } [2021-07-28T16:13:18.012Z] 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-28T16:13:19.454Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-28T16:13:20.279Z] ---> package-listing.sh [2021-07-28T16:13:20.279Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-28T16:13:20.279Z] ++ facter osfamily [2021-07-28T16:13:20.279Z] + OS_FAMILY=redhat [2021-07-28T16:13:20.279Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-921 [2021-07-28T16:13:20.279Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-28T16:13:20.279Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-28T16:13:20.279Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-28T16:13:20.279Z] + PACKAGES=/tmp/packages_start.txt [2021-07-28T16:13:20.279Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-921 ']' [2021-07-28T16:13:20.279Z] + PACKAGES=/tmp/packages_end.txt [2021-07-28T16:13:20.279Z] + case "${OS_FAMILY}" in [2021-07-28T16:13:20.279Z] + rpm -qa [2021-07-28T16:13:20.279Z] + sort [2021-07-28T16:13:21.694Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-28T16:13:21.694Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-28T16:13:21.694Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-28T16:13:21.694Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-921 ']' [2021-07-28T16:13:21.694Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-921/archives/ [2021-07-28T16:13:21.694Z] + 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-28T16:13:21.711Z] 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-28T16:13:22.032Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:13:22.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-28T16:13:22.849Z] [2021-07-28T16:13:22.849Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-28T16:13:23.199Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-28T16:13:28.558Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-28T16:13:28.558Z] b4d181a07f80: Pulling fs layer [2021-07-28T16:13:28.558Z] a1111a8f2ec3: Pulling fs layer [2021-07-28T16:13:28.558Z] ed53099fbce6: Pulling fs layer [2021-07-28T16:13:28.558Z] dc539afda2c1: Pulling fs layer [2021-07-28T16:13:28.558Z] 77bc0d833cb6: Pulling fs layer [2021-07-28T16:13:28.558Z] 9065ff56babe: Pulling fs layer [2021-07-28T16:13:28.558Z] d287ab97295c: Pulling fs layer [2021-07-28T16:13:28.558Z] dc539afda2c1: Waiting [2021-07-28T16:13:28.558Z] 77bc0d833cb6: Waiting [2021-07-28T16:13:28.558Z] 9065ff56babe: Waiting [2021-07-28T16:13:28.558Z] d287ab97295c: Waiting [2021-07-28T16:13:28.830Z] a1111a8f2ec3: Verifying Checksum [2021-07-28T16:13:28.830Z] a1111a8f2ec3: Download complete [2021-07-28T16:13:28.830Z] dc539afda2c1: Verifying Checksum [2021-07-28T16:13:28.830Z] dc539afda2c1: Download complete [2021-07-28T16:13:29.100Z] 77bc0d833cb6: Verifying Checksum [2021-07-28T16:13:29.100Z] 77bc0d833cb6: Download complete [2021-07-28T16:13:29.100Z] 9065ff56babe: Verifying Checksum [2021-07-28T16:13:29.100Z] 9065ff56babe: Download complete [2021-07-28T16:13:29.368Z] ed53099fbce6: Verifying Checksum [2021-07-28T16:13:29.368Z] ed53099fbce6: Download complete [2021-07-28T16:13:30.338Z] b4d181a07f80: Verifying Checksum [2021-07-28T16:13:30.338Z] b4d181a07f80: Download complete [2021-07-28T16:13:31.840Z] b4d181a07f80: Pull complete [2021-07-28T16:13:31.840Z] a1111a8f2ec3: Pull complete [2021-07-28T16:13:32.628Z] ed53099fbce6: Pull complete [2021-07-28T16:13:32.628Z] dc539afda2c1: Pull complete [2021-07-28T16:13:32.900Z] 77bc0d833cb6: Pull complete [2021-07-28T16:13:32.901Z] 9065ff56babe: Pull complete [2021-07-28T16:13:38.252Z] d287ab97295c: Verifying Checksum [2021-07-28T16:13:38.252Z] d287ab97295c: Download complete [2021-07-28T16:13:43.654Z] d287ab97295c: Pull complete [2021-07-28T16:13:43.654Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-28T16:13:43.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-28T16:13:43.654Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-28T16:13:43.768Z] prd-centos7-docker-4c-2g-362 does not seem to be running inside a container [2021-07-28T16:13:43.852Z] $ 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-28T16:13:46.149Z] $ docker top bc644fba9c079394e33fb6df75624985de730d226f393c5b8f5e8415ee82ff0e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-28T16:13:46.544Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-28T16:13:46.891Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-28T16:13:47.216Z] + ls /var/log/sa-host [2021-07-28T16:13:47.216Z] + sadf -c /var/log/sa-host/sa05 [2021-07-28T16:13:47.216Z] file_magic: OK [2021-07-28T16:13:47.216Z] HZ: Using current value: 100 [2021-07-28T16:13:47.216Z] file_header: OK [2021-07-28T16:13:47.216Z] 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-28T16:13:47.216Z] Statistics: [2021-07-28T16:13:47.216Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-28T16:13:47.216Z] File successfully converted to sysstat format version 12.0.3 [2021-07-28T16:13:47.216Z] + sadf -c /var/log/sa-host/sa28 [2021-07-28T16:13:47.216Z] file_magic: OK [2021-07-28T16:13:47.216Z] HZ: Using current value: 100 [2021-07-28T16:13:47.216Z] file_header: OK [2021-07-28T16:13:47.217Z] 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-28T16:13:47.217Z] Statistics: [2021-07-28T16:13:47.217Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-28T16:13:47.217Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-28T16:13:47.436Z] provisioning config files... [2021-07-28T16:13:47.454Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-921@tmp/config3766051786113696663tmp [Pipeline] { [Pipeline] echo [2021-07-28T16:13:47.481Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-28T16:13:47.804Z] ---> create-netrc.sh [Pipeline] } [2021-07-28T16:13:47.819Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-28T16:13:48.222Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-28T16:13:48.245Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-28T16:13:48.562Z] ---> sudo-logs.sh [2021-07-28T16:13:48.562Z] Archiving 'sudo' log.. [2021-07-28T16:13:48.562Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-362.vexxhost.local: Name or service not known [2021-07-28T16:13:48.562Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-362.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-28T16:13:48.611Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-28T16:13:48.946Z] ---> job-cost.sh [2021-07-28T16:13:48.946Z] lf-activate-venv: SKIPPING [2021-07-28T16:13:48.946Z] DEBUG: total: 0.18000000715255737 [2021-07-28T16:13:48.946Z] INFO: Retrieving Stack Cost... [2021-07-28T16:13:49.911Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-28T16:13:50.179Z] INFO: Archiving Costs [Pipeline] echo [2021-07-28T16:13:50.199Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-28T16:13:50.521Z] ---> logs-deploy.sh [2021-07-28T16:13:50.521Z] lf-activate-venv: SKIPPING [2021-07-28T16:13:50.521Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-921/6 [2021-07-28T16:13:50.521Z] INFO: archiving workspace using pattern(s): [2021-07-28T16:13:51.110Z] Archives upload complete. [2021-07-28T16:13:51.378Z] INFO: archiving logs to Nexus