Pull request #703 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697+f281c8b713d95d8c203921f39489e26903a82368 (19add9b40927ff8bdd67305f665bbdb3bdace41b) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26694 in /w/workspace/ndry_app-functions-sdk-go_PR-703 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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-703 # 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.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/703/head:refs/remotes/origin/PR-703 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 Merge succeeded, producing 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 Checking out Revision 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 (PR-703) > git config core.sparsecheckout # timeout=10 > git checkout -f 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 # timeout=10 Commit message: "feat: Back port service template from hanoi branch" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-17T19:08:14.140Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-17T19:08:14.426Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 198b5d606c653256c3f81b9f5d751b0cc9ddc42c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-17T19:08:14.544Z] ========================================================= [2021-02-17T19:08:14.544Z] EdgeX Global Pipelines Version Info [2021-02-17T19:08:14.544Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-17T19:08:16.044Z] ------------------- [2021-02-17T19:08:16.044Z] stable info: [2021-02-17T19:08:16.044Z] ------------------- [2021-02-17T19:08:16.044Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-17T19:08:16.044Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-17T19:08:16.044Z] Message: update stable to v1.0.179 [2021-02-17T19:08:16.992Z] ------------------- [2021-02-17T19:08:16.992Z] experimental info: [2021-02-17T19:08:16.992Z] ------------------- [2021-02-17T19:08:16.992Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-17T19:08:16.992Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-17T19:08:16.992Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-17T19:08:17.338Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-17T19:08:17.425Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-17T19:08:17.513Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-17T19:08:17.600Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-17T19:08:17.693Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-17T19:08:17.816Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-17T19:08:17.951Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-17T19:08:18.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-17T19:08:18.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-17T19:08:18.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-17T19:08:18.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-17T19:08:18.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-17T19:08:18.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-17T19:08:18.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-17T19:08:18.729Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-17T19:08:18.826Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-17T19:08:18.919Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-17T19:08:19.011Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-17T19:08:19.100Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-17T19:08:19.210Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-17T19:08:19.306Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-17T19:08:19.395Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-17T19:08:19.492Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-17T19:08:19.585Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-17T19:08:19.677Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-17T19:08:19.768Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-17T19:08:19.874Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-17T19:08:19.962Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-703 [Pipeline] echo [2021-02-17T19:08:20.055Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-703 [Pipeline] echo [2021-02-17T19:08:20.142Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-703 [Pipeline] echo [2021-02-17T19:08:20.231Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 [Pipeline] echo [2021-02-17T19:08:20.356Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2f11d55 [Pipeline] echo [2021-02-17T19:08:20.482Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-17T19:08:21.317Z] + git log --format=format:%s -1 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 [Pipeline] echo [2021-02-17T19:08:21.381Z] GIT_COMMIT: 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697, Commit Message: feat: Back port service template from hanoi branch [Pipeline] echo [2021-02-17T19:08:21.435Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-17T19:08:22.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-17T19:08:22.729Z] [2021-02-17T19:08:22.729Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T19:08:23.116Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-17T19:08:23.116Z] latest: Pulling from edgex-devops/git-semver [2021-02-17T19:08:23.116Z] 31603596830f: Pulling fs layer [2021-02-17T19:08:23.116Z] 2a8b12db71e7: Pulling fs layer [2021-02-17T19:08:23.116Z] 6ca5941a6612: Pulling fs layer [2021-02-17T19:08:23.116Z] ecc8261a40a4: Pulling fs layer [2021-02-17T19:08:23.116Z] ecc8261a40a4: Waiting [2021-02-17T19:08:23.385Z] 2a8b12db71e7: Verifying Checksum [2021-02-17T19:08:23.385Z] 2a8b12db71e7: Download complete [2021-02-17T19:08:23.385Z] 31603596830f: Verifying Checksum [2021-02-17T19:08:23.385Z] 31603596830f: Download complete [2021-02-17T19:08:23.660Z] 6ca5941a6612: Verifying Checksum [2021-02-17T19:08:23.660Z] 6ca5941a6612: Download complete [2021-02-17T19:08:23.660Z] ecc8261a40a4: Verifying Checksum [2021-02-17T19:08:23.660Z] ecc8261a40a4: Download complete [2021-02-17T19:08:23.926Z] 31603596830f: Pull complete [2021-02-17T19:08:23.926Z] 2a8b12db71e7: Pull complete [2021-02-17T19:08:24.879Z] 6ca5941a6612: Pull complete [2021-02-17T19:08:25.142Z] ecc8261a40a4: Pull complete [2021-02-17T19:08:25.142Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-17T19:08:25.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-17T19:08:25.142Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-17T19:08:25.247Z] prd-centos7-docker-4c-2g-26694 does not seem to be running inside a container [2021-02-17T19:08:25.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-703 -v /w/workspace/ndry_app-functions-sdk-go_PR-703:/w/workspace/ndry_app-functions-sdk-go_PR-703:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-703@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-703@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-17T19:08:27.392Z] $ docker top 342f408a5ccf82e172d40573e28f8c8bed8de1514bf7d8afc7e4ddb6e83a6a25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-17T19:08:27.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-17T19:08:27.711Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-17T19:08:27.936Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-17T19:08:27.940Z] $ docker exec 342f408a5ccf82e172d40573e28f8c8bed8de1514bf7d8afc7e4ddb6e83a6a25 ssh-agent [2021-02-17T19:08:28.103Z] SSH_AUTH_SOCK=/tmp/ssh-knVD626sIZy6/agent.12 [2021-02-17T19:08:28.103Z] SSH_AGENT_PID=18 [2021-02-17T19:08:28.113Z] Running ssh-add (command line suppressed) [2021-02-17T19:08:28.243Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/private_key_4246040838814090038.key (/w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/private_key_4246040838814090038.key) [2021-02-17T19:08:28.299Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-17T19:08:28.631Z] + git tag --points-at HEAD [Pipeline] } [2021-02-17T19:08:28.654Z] $ docker exec --env ******** --env ******** 342f408a5ccf82e172d40573e28f8c8bed8de1514bf7d8afc7e4ddb6e83a6a25 ssh-agent -k [2021-02-17T19:08:28.810Z] unset SSH_AUTH_SOCK; [2021-02-17T19:08:28.810Z] unset SSH_AGENT_PID; [2021-02-17T19:08:28.810Z] echo Agent pid 18 killed; [2021-02-17T19:08:28.875Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-17T19:08:29.014Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-17T19:08:29.014Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-17T19:08:29.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-17T19:08:29.203Z] $ docker exec 342f408a5ccf82e172d40573e28f8c8bed8de1514bf7d8afc7e4ddb6e83a6a25 ssh-agent [2021-02-17T19:08:29.370Z] SSH_AUTH_SOCK=/tmp/ssh-6r1o5aw2WcLc/agent.47 [2021-02-17T19:08:29.370Z] SSH_AGENT_PID=52 [2021-02-17T19:08:29.377Z] Running ssh-add (command line suppressed) [2021-02-17T19:08:29.501Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/private_key_7026329918869054770.key (/w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/private_key_7026329918869054770.key) [2021-02-17T19:08:29.552Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-17T19:08:29.882Z] + git semver init [2021-02-17T19:08:29.883Z] # -> Open(): unable to determine branch for HEAD [2021-02-17T19:08:29.883Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-703/.git [2021-02-17T19:08:29.883Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-703 [2021-02-17T19:08:29.883Z] # $SEMVER_REMOTE_NAME = origin [2021-02-17T19:08:29.883Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-17T19:08:29.883Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-17T19:08:29.883Z] # $SEMVER_BRANCH = PR-703 [2021-02-17T19:08:29.883Z] # $SEMVER_TEMP = /tmp/semver-202746789 [2021-02-17T19:08:29.883Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-17T19:08:33.210Z] # '/tmp/semver-202746789' -> '/w/workspace/ndry_app-functions-sdk-go_PR-703/.semver' [2021-02-17T19:08:33.211Z] # -> Force: false [2021-02-17T19:08:33.211Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-703/.semver [Pipeline] } [2021-02-17T19:08:33.224Z] $ docker exec --env ******** --env ******** 342f408a5ccf82e172d40573e28f8c8bed8de1514bf7d8afc7e4ddb6e83a6a25 ssh-agent -k [2021-02-17T19:08:33.344Z] unset SSH_AUTH_SOCK; [2021-02-17T19:08:33.345Z] unset SSH_AGENT_PID; [2021-02-17T19:08:33.345Z] echo Agent pid 52 killed; [2021-02-17T19:08:33.399Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-17T19:08:33.887Z] + git semver [Pipeline] } [2021-02-17T19:08:33.907Z] $ docker stop --time=1 342f408a5ccf82e172d40573e28f8c8bed8de1514bf7d8afc7e4ddb6e83a6a25 [2021-02-17T19:08:35.405Z] $ docker rm -f 342f408a5ccf82e172d40573e28f8c8bed8de1514bf7d8afc7e4ddb6e83a6a25 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-17T19:08:36.038Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-17T19:08:36.651Z] Stashed 1 file(s) [Pipeline] echo [2021-02-17T19:08:36.654Z] [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-02-17T19:08:52.155Z] Still waiting to schedule task [2021-02-17T19:08:52.155Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-17T19:08:52.158Z] Still waiting to schedule task [2021-02-17T19:08:52.158Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-17T19:10:26.287Z] Running on prd-centos7-docker-4c-2g-26696 in /w/workspace/ndry_app-functions-sdk-go_PR-703 [Pipeline] { [Pipeline] ws [2021-02-17T19:10:26.340Z] Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-02-17T19:10:28.949Z] using credential edgex-jenkins-ssh [2021-02-17T19:10:29.003Z] Cloning the remote Git repository [2021-02-17T19:10:28.489Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-17T19:10:28.558Z] > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 [2021-02-17T19:10:28.630Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-17T19:10:28.631Z] > git --version # timeout=10 [2021-02-17T19:10:28.638Z] > git --version # 'git version 2.24.3' [2021-02-17T19:10:28.639Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T19:10:28.671Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T19:10:30.099Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-17T19:10:30.109Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T19:10:30.127Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-17T19:10:30.141Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-17T19:10:30.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T19:10:30.146Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/703/head:refs/remotes/origin/PR-703 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-17T19:10:31.023Z] Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 [2021-02-17T19:10:31.115Z] Merge succeeded, producing 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 [2021-02-17T19:10:31.115Z] Checking out Revision 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 (PR-703) [2021-02-17T19:10:30.658Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T19:10:30.663Z] > git checkout -f 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 # timeout=10 [2021-02-17T19:10:30.715Z] > git remote # timeout=10 [2021-02-17T19:10:30.721Z] > git config --get remote.origin.url # timeout=10 [2021-02-17T19:10:30.727Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T19:10:30.730Z] > git merge f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 [2021-02-17T19:10:30.741Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-17T19:10:30.752Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T19:10:30.757Z] > git checkout -f 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 # timeout=10 [2021-02-17T19:10:34.561Z] Commit message: "feat: Back port service template from hanoi branch" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-17T19:10:36.000Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-17T19:10:36.340Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-17T19:10:36.638Z] + sudo service docker restart [2021-02-17T19:10:36.638Z] + true [2021-02-17T19:10:36.638Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-17T19:10:37.737Z] ========================================================= [2021-02-17T19:10:37.737Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-17T19:10:37.737Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-17T19:10:38.089Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-17T19:10:38.302Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26695 in /w/workspace/ndry_app-functions-sdk-go_PR-703 [Pipeline] { [Pipeline] ws [2021-02-17T19:10:38.354Z] Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-02-17T19:10:38.668Z] Sending build context to Docker daemon 19.23MB [2021-02-17T19:10:38.668Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-17T19:10:38.668Z] Step 2/8 : FROM ${BASE} [2021-02-17T19:10:38.930Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-17T19:10:38.930Z] 188c0c94c7c5: Pulling fs layer [2021-02-17T19:10:38.930Z] 0ef7d3d256c8: Pulling fs layer [2021-02-17T19:10:38.930Z] de9db76c5a1d: Pulling fs layer [2021-02-17T19:10:38.930Z] bca2f99d35d6: Pulling fs layer [2021-02-17T19:10:38.930Z] 93359f2a8cfa: Pulling fs layer [2021-02-17T19:10:38.930Z] 7c6f9722023f: Pulling fs layer [2021-02-17T19:10:38.930Z] a35cf1a2eb13: Pulling fs layer [2021-02-17T19:10:38.930Z] 93359f2a8cfa: Waiting [2021-02-17T19:10:38.930Z] 7c6f9722023f: Waiting [2021-02-17T19:10:38.930Z] a35cf1a2eb13: Waiting [2021-02-17T19:10:38.930Z] bca2f99d35d6: Waiting [2021-02-17T19:10:38.930Z] de9db76c5a1d: Verifying Checksum [2021-02-17T19:10:38.930Z] de9db76c5a1d: Download complete [2021-02-17T19:10:38.930Z] 0ef7d3d256c8: Download complete [2021-02-17T19:10:38.930Z] 93359f2a8cfa: Verifying Checksum [2021-02-17T19:10:38.930Z] 93359f2a8cfa: Download complete [2021-02-17T19:10:39.503Z] 188c0c94c7c5: Verifying Checksum [2021-02-17T19:10:39.503Z] 188c0c94c7c5: Download complete [2021-02-17T19:10:39.503Z] 188c0c94c7c5: Pull complete [2021-02-17T19:10:39.765Z] 7c6f9722023f: Verifying Checksum [2021-02-17T19:10:39.765Z] 7c6f9722023f: Download complete [2021-02-17T19:10:39.765Z] 0ef7d3d256c8: Pull complete [2021-02-17T19:10:40.027Z] de9db76c5a1d: Pull complete [2021-02-17T19:10:41.437Z] a35cf1a2eb13: Verifying Checksum [2021-02-17T19:10:41.437Z] a35cf1a2eb13: Download complete [2021-02-17T19:10:42.017Z] bca2f99d35d6: Verifying Checksum [2021-02-17T19:10:42.017Z] bca2f99d35d6: Download complete [2021-02-17T19:10:43.400Z] using credential edgex-jenkins-ssh [2021-02-17T19:10:43.454Z] Cloning the remote Git repository [2021-02-17T19:10:43.514Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-17T19:10:43.637Z] > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 [2021-02-17T19:10:43.719Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-17T19:10:43.720Z] > git --version # timeout=10 [2021-02-17T19:10:43.742Z] > git --version # 'git version 2.17.1' [2021-02-17T19:10:43.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T19:10:43.812Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T19:10:46.912Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-17T19:10:46.934Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T19:10:46.964Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-17T19:10:46.994Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-17T19:10:46.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T19:10:47.007Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/703/head:refs/remotes/origin/PR-703 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-17T19:10:47.368Z] bca2f99d35d6: Pull complete [2021-02-17T19:10:47.368Z] 93359f2a8cfa: Pull complete [2021-02-17T19:10:47.577Z] Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 [2021-02-17T19:10:47.635Z] 7c6f9722023f: Pull complete [2021-02-17T19:10:47.807Z] Merge succeeded, producing 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 [2021-02-17T19:10:47.808Z] Checking out Revision 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 (PR-703) [2021-02-17T19:10:47.604Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T19:10:47.620Z] > git checkout -f 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 # timeout=10 [2021-02-17T19:10:47.724Z] > git remote # timeout=10 [2021-02-17T19:10:47.744Z] > git config --get remote.origin.url # timeout=10 [2021-02-17T19:10:47.756Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T19:10:47.766Z] > git merge f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 [2021-02-17T19:10:47.790Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-17T19:10:47.813Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T19:10:47.830Z] > git checkout -f 2f11d55045323bbe6abbd0fa81bc7eb6adf7e697 # timeout=10 [2021-02-17T19:10:52.225Z] Commit message: "feat: Back port service template from hanoi branch" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-17T19:10:53.807Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-17T19:10:54.245Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-17T19:10:54.593Z] + true [2021-02-17T19:10:54.593Z] + sudo service docker restart [2021-02-17T19:10:56.036Z] a35cf1a2eb13: Pull complete [2021-02-17T19:10:56.037Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-17T19:10:56.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-17T19:10:56.037Z] ---> a62c8e92a672 [2021-02-17T19:10:56.037Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-17T19:10:56.037Z] 20.10.0: Pulling from library/docker [2021-02-17T19:10:56.037Z] 05e7bc50f07f: Pulling fs layer [2021-02-17T19:10:56.037Z] 6db28d0fdbf6: Pulling fs layer [2021-02-17T19:10:56.037Z] 292df0bc6bf3: Pulling fs layer [2021-02-17T19:10:56.037Z] 2e060f4bd70b: Pulling fs layer [2021-02-17T19:10:56.037Z] 80e8d568a223: Pulling fs layer [2021-02-17T19:10:56.037Z] 8dc6ef1a942a: Pulling fs layer [2021-02-17T19:10:56.037Z] 2312dd95470a: Pulling fs layer [2021-02-17T19:10:56.037Z] 8dc6ef1a942a: Waiting [2021-02-17T19:10:56.037Z] 2e060f4bd70b: Waiting [2021-02-17T19:10:56.037Z] 80e8d568a223: Waiting [2021-02-17T19:10:56.037Z] 2312dd95470a: Waiting [2021-02-17T19:10:56.037Z] 292df0bc6bf3: Verifying Checksum [2021-02-17T19:10:56.037Z] 292df0bc6bf3: Download complete [2021-02-17T19:10:56.037Z] 05e7bc50f07f: Verifying Checksum [2021-02-17T19:10:56.037Z] 05e7bc50f07f: Download complete [2021-02-17T19:10:56.037Z] 6db28d0fdbf6: Verifying Checksum [2021-02-17T19:10:56.037Z] 6db28d0fdbf6: Download complete [2021-02-17T19:10:56.037Z] 80e8d568a223: Verifying Checksum [2021-02-17T19:10:56.037Z] 80e8d568a223: Download complete [2021-02-17T19:10:56.037Z] 8dc6ef1a942a: Verifying Checksum [2021-02-17T19:10:56.037Z] 8dc6ef1a942a: Download complete [2021-02-17T19:10:56.037Z] 2312dd95470a: Verifying Checksum [2021-02-17T19:10:56.037Z] 2312dd95470a: Download complete [2021-02-17T19:10:56.307Z] 05e7bc50f07f: Pull complete [2021-02-17T19:10:56.578Z] 6db28d0fdbf6: Pull complete [2021-02-17T19:10:56.578Z] 292df0bc6bf3: Pull complete [Pipeline] unstash [Pipeline] echo [2021-02-17T19:10:57.534Z] ========================================================= [2021-02-17T19:10:57.534Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-17T19:10:57.534Z] ========================================================= [2021-02-17T19:10:57.539Z] 2e060f4bd70b: Verifying Checksum [2021-02-17T19:10:57.539Z] 2e060f4bd70b: Download complete [Pipeline] isUnix [Pipeline] sh [2021-02-17T19:10:57.977Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-17T19:10:58.986Z] Sending build context to Docker daemon 19.23MB [2021-02-17T19:10:58.986Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-17T19:10:58.986Z] Step 2/8 : FROM ${BASE} [2021-02-17T19:10:59.258Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-17T19:10:59.259Z] 5f621e34cdf4: Pulling fs layer [2021-02-17T19:10:59.259Z] a4357932f1b6: Pulling fs layer [2021-02-17T19:10:59.539Z] 18c013af1878: Pulling fs layer [2021-02-17T19:10:59.539Z] 00ac8860ef70: Pulling fs layer [2021-02-17T19:10:59.539Z] 63d7cb157983: Pulling fs layer [2021-02-17T19:10:59.539Z] b116817d02f9: Pulling fs layer [2021-02-17T19:10:59.539Z] 745a02a5169b: Pulling fs layer [2021-02-17T19:10:59.539Z] 00ac8860ef70: Waiting [2021-02-17T19:10:59.539Z] 63d7cb157983: Waiting [2021-02-17T19:10:59.539Z] b116817d02f9: Waiting [2021-02-17T19:10:59.539Z] 745a02a5169b: Waiting [2021-02-17T19:10:59.539Z] 18c013af1878: Download complete [2021-02-17T19:10:59.539Z] a4357932f1b6: Verifying Checksum [2021-02-17T19:10:59.539Z] a4357932f1b6: Download complete [2021-02-17T19:10:59.539Z] 63d7cb157983: Verifying Checksum [2021-02-17T19:10:59.539Z] 63d7cb157983: Download complete [2021-02-17T19:10:59.539Z] b116817d02f9: Verifying Checksum [2021-02-17T19:10:59.539Z] b116817d02f9: Download complete [2021-02-17T19:10:59.539Z] 5f621e34cdf4: Verifying Checksum [2021-02-17T19:10:59.539Z] 5f621e34cdf4: Download complete [2021-02-17T19:11:00.115Z] 2e060f4bd70b: Pull complete [2021-02-17T19:11:00.115Z] 80e8d568a223: Pull complete [2021-02-17T19:11:00.152Z] 5f621e34cdf4: Pull complete [2021-02-17T19:11:00.376Z] 8dc6ef1a942a: Pull complete [2021-02-17T19:11:00.376Z] 2312dd95470a: Pull complete [2021-02-17T19:11:00.376Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-17T19:11:00.376Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-17T19:11:00.755Z] a4357932f1b6: Pull complete [2021-02-17T19:11:01.033Z] 18c013af1878: Pull complete [2021-02-17T19:11:01.636Z] 745a02a5169b: Verifying Checksum [2021-02-17T19:11:01.636Z] 745a02a5169b: Download complete [2021-02-17T19:11:01.777Z] ---> de43e4df438e [2021-02-17T19:11:01.777Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-17T19:11:02.045Z] ---> Running in ea43c6242c7b [2021-02-17T19:11:02.312Z] Removing intermediate container ea43c6242c7b [2021-02-17T19:11:02.312Z] ---> 0db0688f45f0 [2021-02-17T19:11:02.312Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-17T19:11:02.312Z] ---> Running in 9f4902c8377d [2021-02-17T19:11:02.620Z] 00ac8860ef70: Verifying Checksum [2021-02-17T19:11:02.620Z] 00ac8860ef70: Download complete [2021-02-17T19:11:02.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T19:11:03.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T19:11:03.741Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-17T19:11:04.005Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-17T19:11:04.005Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-17T19:11:04.005Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-17T19:11:04.272Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-17T19:11:04.272Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T19:11:04.272Z] OK: 167 MiB in 44 packages [2021-02-17T19:11:04.850Z] Removing intermediate container 9f4902c8377d [2021-02-17T19:11:04.850Z] ---> 2053781d94a1 [2021-02-17T19:11:04.850Z] Step 6/8 : WORKDIR /build [2021-02-17T19:11:04.850Z] ---> Running in 041dbe28fc27 [2021-02-17T19:11:05.113Z] Removing intermediate container 041dbe28fc27 [2021-02-17T19:11:05.114Z] ---> 8cd6bb293634 [2021-02-17T19:11:05.114Z] Step 7/8 : COPY go.mod . [2021-02-17T19:11:05.114Z] ---> b0222cef02d3 [2021-02-17T19:11:05.114Z] Step 8/8 : RUN go mod download [2021-02-17T19:11:05.378Z] ---> Running in a06052e75578 [2021-02-17T19:11:12.822Z] 00ac8860ef70: Pull complete [2021-02-17T19:11:12.822Z] 63d7cb157983: Pull complete [2021-02-17T19:11:13.419Z] b116817d02f9: Pull complete [2021-02-17T19:11:16.827Z] 745a02a5169b: Pull complete [2021-02-17T19:11:16.827Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-17T19:11:16.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-17T19:11:16.827Z] ---> b7e6874047d6 [2021-02-17T19:11:16.827Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-17T19:11:17.102Z] 20.10.0: Pulling from library/docker [2021-02-17T19:11:17.102Z] a3cc7d3b244e: Pulling fs layer [2021-02-17T19:11:17.102Z] 02a3295e0d61: Pulling fs layer [2021-02-17T19:11:17.102Z] 0f4f2e6d8100: Pulling fs layer [2021-02-17T19:11:17.102Z] 330b718f631f: Pulling fs layer [2021-02-17T19:11:17.102Z] a93816041522: Pulling fs layer [2021-02-17T19:11:17.102Z] bdb6da89ff94: Pulling fs layer [2021-02-17T19:11:17.102Z] 2a70c0c122f4: Pulling fs layer [2021-02-17T19:11:17.102Z] 330b718f631f: Waiting [2021-02-17T19:11:17.102Z] a93816041522: Waiting [2021-02-17T19:11:17.102Z] bdb6da89ff94: Waiting [2021-02-17T19:11:17.102Z] 2a70c0c122f4: Waiting [2021-02-17T19:11:17.102Z] 0f4f2e6d8100: Download complete [2021-02-17T19:11:17.382Z] 02a3295e0d61: Verifying Checksum [2021-02-17T19:11:17.382Z] 02a3295e0d61: Download complete [2021-02-17T19:11:17.382Z] a93816041522: Download complete [2021-02-17T19:11:17.382Z] bdb6da89ff94: Verifying Checksum [2021-02-17T19:11:17.382Z] a3cc7d3b244e: Verifying Checksum [2021-02-17T19:11:17.382Z] a3cc7d3b244e: Download complete [2021-02-17T19:11:17.382Z] 2a70c0c122f4: Download complete [2021-02-17T19:11:17.978Z] a3cc7d3b244e: Pull complete [2021-02-17T19:11:18.577Z] 02a3295e0d61: Pull complete [2021-02-17T19:11:19.172Z] 0f4f2e6d8100: Pull complete [2021-02-17T19:11:19.172Z] 330b718f631f: Verifying Checksum [2021-02-17T19:11:19.172Z] 330b718f631f: Download complete [2021-02-17T19:11:22.589Z] 330b718f631f: Pull complete [2021-02-17T19:11:23.186Z] a93816041522: Pull complete [2021-02-17T19:11:23.459Z] bdb6da89ff94: Pull complete [2021-02-17T19:11:23.732Z] 2a70c0c122f4: Pull complete [2021-02-17T19:11:23.732Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-17T19:11:23.732Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-17T19:11:27.412Z] Removing intermediate container a06052e75578 [2021-02-17T19:11:27.412Z] ---> 9b25c562da82 [2021-02-17T19:11:27.412Z] Successfully built 9b25c562da82 [2021-02-17T19:11:27.677Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T19:11:28.004Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-17T19:11:28.004Z] . [Pipeline] withDockerContainer [2021-02-17T19:11:28.131Z] prd-centos7-docker-4c-2g-26696 does not seem to be running inside a container [2021-02-17T19:11:28.179Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-17T19:11:28.824Z] $ docker top e107b67ee4fccdd9b49bcce2d40445955971f21ad3e7df364bd4c9a7b976cc16 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T19:11:29.312Z] + go version [2021-02-17T19:11:29.312Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-17T19:11:29.328Z] $ docker stop --time=1 e107b67ee4fccdd9b49bcce2d40445955971f21ad3e7df364bd4c9a7b976cc16 [2021-02-17T19:11:30.443Z] ---> 7a87e7baafd0 [2021-02-17T19:11:30.443Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-17T19:11:30.443Z] ---> Running in 26134002f4f2 [2021-02-17T19:11:30.443Z] Removing intermediate container 26134002f4f2 [2021-02-17T19:11:30.443Z] ---> 676826a5b479 [2021-02-17T19:11:30.443Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-17T19:11:30.443Z] ---> Running in 3cd9cc606968 [2021-02-17T19:11:30.666Z] $ docker rm -f e107b67ee4fccdd9b49bcce2d40445955971f21ad3e7df364bd4c9a7b976cc16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-17T19:11:31.606Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-17T19:11:31.606Z] . [Pipeline] withDockerContainer [2021-02-17T19:11:31.797Z] prd-centos7-docker-4c-2g-26696 does not seem to be running inside a container [2021-02-17T19:11:31.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-17T19:11:31.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T19:11:32.407Z] $ docker top d07a3595b4bae6e8088a6812e087d80defcd5f0e7de410d8ffa58a4921e542e5 -eo pid,comm [2021-02-17T19:11:32.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-02-17T19:11:32.884Z] + make test [2021-02-17T19:11:32.884Z] make -C ./app-service-template build [2021-02-17T19:11:32.884Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/5/app-service-template' [2021-02-17T19:11:32.884Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-17T19:11:32.884Z] go: github.com/edgexfoundry/app-functions-sdk-go/v2@v2.0.0-dev.14: parsing ../../app-functions-sdk-go/go.mod: open /w/workspace/app-functions-sdk-go/app-functions-sdk-go/go.mod: no such file or directory [2021-02-17T19:11:32.884Z] make[1]: *** [Makefile:24: build] Error 1 [2021-02-17T19:11:32.884Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/5/app-service-template' [2021-02-17T19:11:32.884Z] make: *** [Makefile:6: build] Error 2 [Pipeline] } [2021-02-17T19:11:32.902Z] $ docker stop --time=1 d07a3595b4bae6e8088a6812e087d80defcd5f0e7de410d8ffa58a4921e542e5 [2021-02-17T19:11:33.078Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-17T19:11:33.078Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-17T19:11:33.078Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-17T19:11:33.350Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-17T19:11:33.350Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-17T19:11:33.350Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T19:11:33.625Z] OK: 144 MiB in 44 packages [2021-02-17T19:11:34.257Z] $ docker rm -f d07a3595b4bae6e8088a6812e087d80defcd5f0e7de410d8ffa58a4921e542e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-02-17T19:11:35.058Z] Removing intermediate container 3cd9cc606968 [2021-02-17T19:11:35.058Z] ---> 6fc1fa34d0b9 [2021-02-17T19:11:35.058Z] Step 6/8 : WORKDIR /build [2021-02-17T19:11:35.058Z] ---> Running in d49841a2feea Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-02-17T19:11:35.331Z] Removing intermediate container d49841a2feea [2021-02-17T19:11:35.331Z] ---> 3f805a819a0d [2021-02-17T19:11:35.331Z] Step 7/8 : COPY go.mod . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-17T19:11:35.911Z] Failed in branch amd64 [2021-02-17T19:11:35.931Z] ---> 2a15e78c0d28 [2021-02-17T19:11:35.931Z] Step 8/8 : RUN go mod download [2021-02-17T19:11:36.204Z] ---> Running in 5a08dba60995 [2021-02-17T19:12:02.982Z] Removing intermediate container 5a08dba60995 [2021-02-17T19:12:02.982Z] ---> 9554bf90317a [2021-02-17T19:12:02.982Z] Successfully built 9554bf90317a [2021-02-17T19:12:02.982Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T19:12:03.318Z] + docker inspect -f . ci-base-image-arm64 [2021-02-17T19:12:03.318Z] . [Pipeline] withDockerContainer [2021-02-17T19:12:03.565Z] prd-ubuntu18.04-docker-arm64-4c-16g-26695 does not seem to be running inside a container [2021-02-17T19:12:03.646Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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-02-17T19:12:05.094Z] $ docker top a8da0e95c15954fdbe9567dfccbf0ec481df1040c3ba76e74bb044bdacdca1f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T19:12:06.135Z] + go version [2021-02-17T19:12:06.135Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-17T19:12:06.155Z] $ docker stop --time=1 a8da0e95c15954fdbe9567dfccbf0ec481df1040c3ba76e74bb044bdacdca1f1 [2021-02-17T19:12:07.977Z] $ docker rm -f a8da0e95c15954fdbe9567dfccbf0ec481df1040c3ba76e74bb044bdacdca1f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-17T19:12:08.917Z] + docker inspect -f . ci-base-image-arm64 [2021-02-17T19:12:08.917Z] . [Pipeline] withDockerContainer [2021-02-17T19:12:09.180Z] prd-ubuntu18.04-docker-arm64-4c-16g-26695 does not seem to be running inside a container [2021-02-17T19:12:09.258Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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-02-17T19:12:10.661Z] $ docker top 517c8e6627d2eab058d4b23c91dd1b051721152f4e9aecc4f96b28ac0e155258 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T19:12:11.680Z] + make test [2021-02-17T19:12:11.680Z] make -C ./app-service-template build [2021-02-17T19:12:11.680Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/5/app-service-template' [2021-02-17T19:12:11.680Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-17T19:12:11.680Z] go: github.com/edgexfoundry/app-functions-sdk-go/v2@v2.0.0-dev.14: parsing ../../app-functions-sdk-go/go.mod: open /w/workspace/app-functions-sdk-go/app-functions-sdk-go/go.mod: no such file or directory [2021-02-17T19:12:11.680Z] make[1]: *** [Makefile:24: build] Error 1 [2021-02-17T19:12:11.680Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/5/app-service-template' [2021-02-17T19:12:11.680Z] make: *** [Makefile:6: build] Error 2 [Pipeline] } [2021-02-17T19:12:11.704Z] $ docker stop --time=1 517c8e6627d2eab058d4b23c91dd1b051721152f4e9aecc4f96b28ac0e155258 [2021-02-17T19:12:13.570Z] $ docker rm -f 517c8e6627d2eab058d4b23c91dd1b051721152f4e9aecc4f96b28ac0e155258 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-17T19:12:15.026Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-17T19:12:17.677Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T19:12:18.261Z] ---> package-listing.sh [2021-02-17T19:12:18.261Z] ++ facter osfamily [2021-02-17T19:12:18.261Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-17T19:12:18.261Z] + OS_FAMILY=redhat [2021-02-17T19:12:18.261Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-703 [2021-02-17T19:12:18.261Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-17T19:12:18.261Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-17T19:12:18.261Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-17T19:12:18.261Z] + PACKAGES=/tmp/packages_start.txt [2021-02-17T19:12:18.261Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-703 ']' [2021-02-17T19:12:18.261Z] + PACKAGES=/tmp/packages_end.txt [2021-02-17T19:12:18.261Z] + case "${OS_FAMILY}" in [2021-02-17T19:12:18.261Z] + rpm -qa [2021-02-17T19:12:18.261Z] + sort [2021-02-17T19:12:22.524Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-17T19:12:22.524Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-17T19:12:22.524Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-17T19:12:22.524Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-703 ']' [2021-02-17T19:12:22.524Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-703/archives/ [2021-02-17T19:12:22.524Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-703/archives/ [Pipeline] echo [2021-02-17T19:12:22.544Z] 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-703/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-17T19:12:22.849Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-17T19:12:23.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-17T19:12:23.172Z] [2021-02-17T19:12:23.172Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-17T19:12:23.541Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-17T19:12:23.541Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-17T19:12:23.541Z] df20fa9351a1: Pulling fs layer [2021-02-17T19:12:23.541Z] 36b3adc4ff6f: Pulling fs layer [2021-02-17T19:12:23.541Z] 8ad3a11d3b57: Pulling fs layer [2021-02-17T19:12:23.541Z] 46f8f816bc3b: Pulling fs layer [2021-02-17T19:12:23.541Z] 93b61091891f: Pulling fs layer [2021-02-17T19:12:23.541Z] 93b9cdb0e59b: Pulling fs layer [2021-02-17T19:12:23.541Z] 5e14af77c1be: Pulling fs layer [2021-02-17T19:12:23.541Z] 01666e4c0597: Pulling fs layer [2021-02-17T19:12:23.541Z] aa168da1d23b: Pulling fs layer [2021-02-17T19:12:23.541Z] 93b9cdb0e59b: Waiting [2021-02-17T19:12:23.541Z] 5e14af77c1be: Waiting [2021-02-17T19:12:23.541Z] 01666e4c0597: Waiting [2021-02-17T19:12:23.541Z] aa168da1d23b: Waiting [2021-02-17T19:12:23.541Z] 46f8f816bc3b: Waiting [2021-02-17T19:12:23.541Z] 93b61091891f: Waiting [2021-02-17T19:12:23.541Z] 36b3adc4ff6f: Download complete [2021-02-17T19:12:23.541Z] 46f8f816bc3b: Download complete [2021-02-17T19:12:23.541Z] df20fa9351a1: Verifying Checksum [2021-02-17T19:12:23.541Z] df20fa9351a1: Download complete [2021-02-17T19:12:23.541Z] 93b9cdb0e59b: Verifying Checksum [2021-02-17T19:12:23.541Z] 93b9cdb0e59b: Download complete [2021-02-17T19:12:23.806Z] 5e14af77c1be: Verifying Checksum [2021-02-17T19:12:23.806Z] 5e14af77c1be: Download complete [2021-02-17T19:12:23.806Z] 93b61091891f: Verifying Checksum [2021-02-17T19:12:23.806Z] 93b61091891f: Download complete [2021-02-17T19:12:23.806Z] 01666e4c0597: Verifying Checksum [2021-02-17T19:12:23.806Z] 01666e4c0597: Download complete [2021-02-17T19:12:24.076Z] df20fa9351a1: Pull complete [2021-02-17T19:12:24.076Z] 36b3adc4ff6f: Pull complete [2021-02-17T19:12:24.339Z] 8ad3a11d3b57: Verifying Checksum [2021-02-17T19:12:24.339Z] 8ad3a11d3b57: Download complete [2021-02-17T19:12:25.318Z] 8ad3a11d3b57: Pull complete [2021-02-17T19:12:25.587Z] 46f8f816bc3b: Pull complete [2021-02-17T19:12:25.853Z] 93b61091891f: Pull complete [2021-02-17T19:12:26.118Z] 93b9cdb0e59b: Pull complete [2021-02-17T19:12:26.118Z] aa168da1d23b: Verifying Checksum [2021-02-17T19:12:26.118Z] aa168da1d23b: Download complete [2021-02-17T19:12:26.118Z] 5e14af77c1be: Pull complete [2021-02-17T19:12:26.390Z] 01666e4c0597: Pull complete [2021-02-17T19:12:34.604Z] aa168da1d23b: Pull complete [2021-02-17T19:12:34.604Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-17T19:12:34.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-17T19:12:34.604Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-17T19:12:34.766Z] prd-centos7-docker-4c-2g-26694 does not seem to be running inside a container [2021-02-17T19:12:34.820Z] $ 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-703/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-703 -v /w/workspace/ndry_app-functions-sdk-go_PR-703:/w/workspace/ndry_app-functions-sdk-go_PR-703:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-703@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-17T19:12:38.163Z] $ docker top 46ac65b1d3481d1d7a27d368972a5eaa93449cca5f656438cff04973ed5cc607 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T19:12:38.659Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-17T19:12:38.997Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-17T19:12:39.380Z] + ls /var/log/sa-host [2021-02-17T19:12:39.380Z] + sadf -c /var/log/sa-host/sa17 [2021-02-17T19:12:39.380Z] file_magic: OK [2021-02-17T19:12:39.380Z] HZ: Using current value: 100 [2021-02-17T19:12:39.380Z] file_header: OK [2021-02-17T19:12:39.380Z] 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-02-17T19:12:39.380Z] Statistics: [2021-02-17T19:12:39.380Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-17T19:12:39.380Z] File successfully converted to sysstat format version 12.2.1 [2021-02-17T19:12:39.380Z] + sadf -c /var/log/sa-host/sa23 [2021-02-17T19:12:39.380Z] file_magic: OK [2021-02-17T19:12:39.380Z] HZ: Using current value: 100 [2021-02-17T19:12:39.380Z] file_header: OK [2021-02-17T19:12:39.380Z] 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-02-17T19:12:39.380Z] Statistics: [2021-02-17T19:12:39.380Z] Hnuu...uuuununununu... [2021-02-17T19:12:39.380Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-17T19:12:39.629Z] provisioning config files... [2021-02-17T19:12:39.658Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/config5115974814186263954tmp [Pipeline] { [Pipeline] echo [2021-02-17T19:12:39.736Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T19:12:40.080Z] ---> create-netrc.sh [Pipeline] } [2021-02-17T19:12:40.101Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-17T19:12:40.259Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T19:12:40.604Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-17T19:12:40.623Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T19:12:40.954Z] ---> sudo-logs.sh [2021-02-17T19:12:40.954Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-17T19:12:41.016Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T19:12:41.317Z] ---> job-cost.sh [2021-02-17T19:12:41.317Z] lf-activate-venv: SKIPPING [2021-02-17T19:12:41.317Z] INFO: No Stack... [2021-02-17T19:12:42.271Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-17T19:12:42.533Z] INFO: Archiving Costs [Pipeline] echo [2021-02-17T19:12:42.548Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T19:12:42.848Z] ---> logs-deploy.sh [2021-02-17T19:12:42.848Z] lf-activate-venv: SKIPPING [2021-02-17T19:12:42.848Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-703/5 [2021-02-17T19:12:42.848Z] INFO: archiving workspace using pattern(s): [2021-02-17T19:12:44.776Z] Archives upload complete. [2021-02-17T19:12:44.776Z] INFO: archiving logs to Nexus [2021-02-17T19:12:45.723Z] ---> uname -a: [2021-02-17T19:12:45.723Z] Linux prd-centos7-docker-4c-2g-26694.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-17T19:12:45.723Z] [2021-02-17T19:12:45.723Z]