Pull request #481 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fffcbc1ac587f5623e08ccc9fc04e8ca76777539+6f19a0cc372da972f896d81446be19c81c22f58c (282d21d0c542bc766134a39bc1d4f508d66314ce) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30 in /w/workspace/ndry_app-functions-sdk-go_PR-481 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-481 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/481/head:refs/remotes/origin/PR-481 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/481/head:refs/remotes/origin/PR-481 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/481/head:refs/remotes/origin/PR-481 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6f19a0cc372da972f896d81446be19c81c22f58c into PR head commit fffcbc1ac587f5623e08ccc9fc04e8ca76777539 Merge succeeded, producing 43ce05c4a204096e8b0b33d37a5ca168ce49755d Checking out Revision 43ce05c4a204096e8b0b33d37a5ca168ce49755d (PR-481) > git config core.sparsecheckout # timeout=10 > git checkout -f fffcbc1ac587f5623e08ccc9fc04e8ca76777539 # 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 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43ce05c4a204096e8b0b33d37a5ca168ce49755d # timeout=10 Commit message: "Merge commit '6f19a0cc372da972f896d81446be19c81c22f58c' into HEAD" > git rev-list --no-walk fffcbc1ac587f5623e08ccc9fc04e8ca76777539 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:33:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:33:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:33:59 ========================================================= 22:33:59 EdgeX Global Pipelines Version Info 22:33:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:34:01 ------------------- 22:34:01 stable info: 22:34:01 ------------------- 22:34:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:34:01 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:34:01 Message: update stable to v1.0.122 22:34:03 ------------------- 22:34:03 experimental info: 22:34:03 ------------------- 22:34:03 Commited By: **** collab-it+edgex@linuxfoundation.org 22:34:03 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:34:03 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:34:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:34:03 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:34:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:34:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:34:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:34:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:34:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:34:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:34:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:34:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:34:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:34:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:34:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:34:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:34:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:34:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:34:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-481 [Pipeline] echo 22:34:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-481 [Pipeline] echo 22:34:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-481 [Pipeline] echo 22:34:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43ce05c4a204096e8b0b33d37a5ca168ce49755d [Pipeline] echo 22:34:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 43ce05c [Pipeline] echo 22:34:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:34:07 + git log --format=format:%s -1 43ce05c4a204096e8b0b33d37a5ca168ce49755d [Pipeline] echo 22:34:07 GIT_COMMIT: 43ce05c4a204096e8b0b33d37a5ca168ce49755d, Commit Message: Merge commit '6f19a0cc372da972f896d81446be19c81c22f58c' into HEAD [Pipeline] echo 22:34:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:34:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:34:08 22:34:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:34:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:34:08 latest: Pulling from edgex-devops/git-semver 22:34:08 31603596830f: Pulling fs layer 22:34:08 2a8b12db71e7: Pulling fs layer 22:34:08 6ca5941a6612: Pulling fs layer 22:34:08 ecc8261a40a4: Pulling fs layer 22:34:08 ecc8261a40a4: Waiting 22:34:08 2a8b12db71e7: Verifying Checksum 22:34:08 2a8b12db71e7: Download complete 22:34:08 31603596830f: Verifying Checksum 22:34:08 31603596830f: Download complete 22:34:08 ecc8261a40a4: Verifying Checksum 22:34:08 ecc8261a40a4: Download complete 22:34:08 6ca5941a6612: Verifying Checksum 22:34:08 6ca5941a6612: Download complete 22:34:09 31603596830f: Pull complete 22:34:09 2a8b12db71e7: Pull complete 22:34:10 6ca5941a6612: Pull complete 22:34:10 ecc8261a40a4: Pull complete 22:34:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:34:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:34:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:34:10 prd-centos7-docker-4c-2g-30 does not seem to be running inside a container 22:34:10 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-481 -v /w/workspace/ndry_app-functions-sdk-go_PR-481:/w/workspace/ndry_app-functions-sdk-go_PR-481:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-481@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-481@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:34:12 $ docker top 40d7ff20f04df83f7668c72713729e0931662c7981df60387cf16b2903f16070 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:34:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:34:13 [ssh-agent] Looking for ssh-agent implementation... 22:34:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:34:13 $ docker exec 40d7ff20f04df83f7668c72713729e0931662c7981df60387cf16b2903f16070 ssh-agent 22:34:13 SSH_AUTH_SOCK=/tmp/ssh-hHEh1ahzeNdk/agent.12 22:34:13 SSH_AGENT_PID=18 22:34:13 Running ssh-add (command line suppressed) 22:34:13 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-481@tmp/private_key_3746184762169645620.key (/w/workspace/ndry_app-functions-sdk-go_PR-481@tmp/private_key_3746184762169645620.key) 22:34:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:34:14 + git describe --exact-match --tags HEAD 22:34:14 fatal: No names found, cannot describe anything. [Pipeline] } 22:34:14 $ docker exec --env ******** --env ******** 40d7ff20f04df83f7668c72713729e0931662c7981df60387cf16b2903f16070 ssh-agent -k 22:34:14 unset SSH_AUTH_SOCK; 22:34:14 unset SSH_AGENT_PID; 22:34:14 echo Agent pid 18 killed; 22:34:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:34:14 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:34:14 This usually means this commit has not been tagged. [Pipeline] sshagent 22:34:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:34:14 [ssh-agent] Looking for ssh-agent implementation... 22:34:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:34:14 $ docker exec 40d7ff20f04df83f7668c72713729e0931662c7981df60387cf16b2903f16070 ssh-agent 22:34:14 SSH_AUTH_SOCK=/tmp/ssh-2ofc8ZNBcpF1/agent.46 22:34:14 SSH_AGENT_PID=51 22:34:14 Running ssh-add (command line suppressed) 22:34:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-481@tmp/private_key_5168329455353602778.key (/w/workspace/ndry_app-functions-sdk-go_PR-481@tmp/private_key_5168329455353602778.key) 22:34:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:34:15 + git semver init 22:34:15 # -> Open(): unable to determine branch for HEAD 22:34:15 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-481/.git 22:34:15 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-481 22:34:15 # $SEMVER_REMOTE_NAME = origin 22:34:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:34:15 # $SEMVER_USER_NAME = edgex-jenkins 22:34:15 # $SEMVER_BRANCH = PR-481 22:34:15 # $SEMVER_TEMP = /tmp/semver-932760158 22:34:15 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:34:17 # '/tmp/semver-932760158' -> '/w/workspace/ndry_app-functions-sdk-go_PR-481/.semver' 22:34:17 # -> Force: false 22:34:17 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-481/.semver [Pipeline] } 22:34:17 $ docker exec --env ******** --env ******** 40d7ff20f04df83f7668c72713729e0931662c7981df60387cf16b2903f16070 ssh-agent -k 22:34:18 unset SSH_AUTH_SOCK; 22:34:18 unset SSH_AGENT_PID; 22:34:18 echo Agent pid 51 killed; 22:34:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:34:18 + git semver [Pipeline] } 22:34:18 $ docker stop --time=1 40d7ff20f04df83f7668c72713729e0931662c7981df60387cf16b2903f16070 22:34:20 $ docker rm -f 40d7ff20f04df83f7668c72713729e0931662c7981df60387cf16b2903f16070 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:34:22 Stashed 43 file(s) [Pipeline] echo 22:34:22 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 22:34:22 Archived original 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 22:34:38 Still waiting to schedule task 22:34:38 ‘prd-centos7-docker-4c-2g-31’ is offline; ‘prd-centos7-docker-4c-2g-34’ is offline 22:34:38 Still waiting to schedule task 22:34:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:36:47 Running on prd-centos7-docker-4c-2g-41 in /w/workspace/ndry_app-functions-sdk-go_PR-481 [Pipeline] { [Pipeline] ws 22:36:47 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:36:49 ========================================================= 22:36:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:36:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:36:50 + 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 . 22:36:51 unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/app-functions-sdk-go/4/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:36:52 Failed in branch amd64 22:37:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-44 in /w/workspace/ndry_app-functions-sdk-go_PR-481 [Pipeline] { [Pipeline] ws 22:37:32 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:37:36 ========================================================= 22:37:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:37:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:37:37 + 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 . 22:37:38 unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/app-functions-sdk-go/4/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:37:41 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 Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 22:37:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:37:45 ---> package-listing.sh 22:37:45 ++ facter osfamily 22:37:45 ++ tr '[:upper:]' '[:lower:]' 22:37:45 + OS_FAMILY=redhat 22:37:45 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-481 22:37:45 + START_PACKAGES=/tmp/packages_start.txt 22:37:45 + END_PACKAGES=/tmp/packages_end.txt 22:37:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:37:45 + PACKAGES=/tmp/packages_start.txt 22:37:45 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-481 ']' 22:37:45 + PACKAGES=/tmp/packages_end.txt 22:37:45 + case "${OS_FAMILY}" in 22:37:45 + rpm -qa 22:37:45 + sort 22:37:50 + '[' -f /tmp/packages_start.txt ']' 22:37:50 + '[' -f /tmp/packages_end.txt ']' 22:37:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:37:50 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-481 ']' 22:37:50 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-481/archives/ 22:37:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-481/archives/ [Pipeline] isUnix [Pipeline] sh 22:37:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:37:50 22:37:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:37:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:37:50 alpine: Pulling from edgex-lftools-log-publisher 22:37:50 df20fa9351a1: Pulling fs layer 22:37:50 36b3adc4ff6f: Pulling fs layer 22:37:50 8ad3a11d3b57: Pulling fs layer 22:37:50 46f8f816bc3b: Pulling fs layer 22:37:50 0dadc02b9964: Pulling fs layer 22:37:50 ce6a7cf60c04: Pulling fs layer 22:37:50 7a184a31f384: Pulling fs layer 22:37:50 0879bd2ef858: Pulling fs layer 22:37:50 7a184a31f384: Waiting 22:37:50 46f8f816bc3b: Waiting 22:37:50 0879bd2ef858: Waiting 22:37:50 0dadc02b9964: Waiting 22:37:50 ce6a7cf60c04: Waiting 22:37:50 36b3adc4ff6f: Download complete 22:37:50 46f8f816bc3b: Verifying Checksum 22:37:50 46f8f816bc3b: Download complete 22:37:51 0dadc02b9964: Verifying Checksum 22:37:51 0dadc02b9964: Download complete 22:37:51 ce6a7cf60c04: Verifying Checksum 22:37:51 ce6a7cf60c04: Download complete 22:37:51 df20fa9351a1: Verifying Checksum 22:37:51 df20fa9351a1: Download complete 22:37:51 7a184a31f384: Verifying Checksum 22:37:51 7a184a31f384: Download complete 22:37:51 8ad3a11d3b57: Verifying Checksum 22:37:51 8ad3a11d3b57: Download complete 22:37:51 df20fa9351a1: Pull complete 22:37:51 36b3adc4ff6f: Pull complete 22:37:52 0879bd2ef858: Verifying Checksum 22:37:52 0879bd2ef858: Download complete 22:37:52 8ad3a11d3b57: Pull complete 22:37:52 46f8f816bc3b: Pull complete 22:37:52 0dadc02b9964: Pull complete 22:37:52 ce6a7cf60c04: Pull complete 22:37:53 7a184a31f384: Pull complete 22:37:55 0879bd2ef858: Pull complete 22:37:55 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:37:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:37:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:37:55 prd-centos7-docker-4c-2g-30 does not seem to be running inside a container 22:37:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_PR-481 -v /w/workspace/ndry_app-functions-sdk-go_PR-481:/w/workspace/ndry_app-functions-sdk-go_PR-481:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-481@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-481@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:37:59 $ docker top 691eabb2b36d8695a58c66047bd4b53b5db7f14767292e0ae8f8e94c68add31e -eo pid,comm [Pipeline] { [Pipeline] sh 22:38:00 + mkdir -p /var/log/sa [Pipeline] sh 22:38:00 + ls /var/log/sa-host 22:38:00 + sadf -c /var/log/sa-host/sa05 22:38:00 file_magic: OK 22:38:00 HZ: Using current value: 100 22:38:00 file_header: OK 22:38:00 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 22:38:00 Statistics: 22:38:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:38:00 File successfully converted to sysstat format version 12.2.1 22:38:00 + sadf -c /var/log/sa-host/sa16 22:38:00 file_magic: OK 22:38:00 HZ: Using current value: 100 22:38:00 file_header: OK 22:38:00 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 22:38:00 Statistics: 22:38:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:38:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:38:00 provisioning config files... 22:38:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-481@tmp/config398421683637793522tmp [Pipeline] { [Pipeline] echo 22:38:00 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:38:01 ---> create-netrc.sh [Pipeline] echo 22:38:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:38:01 ---> logs-deploy.sh 22:38:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-481/4 22:38:01 INFO: archiving workspace using pattern(s): 22:38:03 Archives upload complete. 22:38:03 INFO: archiving logs to Nexus