Pull request #422 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 eno-intel for edgexfoundry/app-functions-sdk-go Loading trusted files from base branch master at a9fe1e51103fd368819762146962c9bf5900504f rather than cbd50d5d49cff49ee2ee0e5df425f37292a0739d Obtained Jenkinsfile from a9fe1e51103fd368819762146962c9bf5900504f ‘Jenkinsfile’ has been modified in an untrusted revision Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Running on prd-centos7-docker-4c-2g-1489 in /w/workspace/ndry_app-functions-sdk-go_PR-422 [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-422 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 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/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a9fe1e51103fd368819762146962c9bf5900504f into PR head commit cbd50d5d49cff49ee2ee0e5df425f37292a0739d > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/422/head:refs/remotes/origin/PR-422 # 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/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbd50d5d49cff49ee2ee0e5df425f37292a0739d # timeout=10 Merge succeeded, producing cbd50d5d49cff49ee2ee0e5df425f37292a0739d Checking out Revision cbd50d5d49cff49ee2ee0e5df425f37292a0739d (PR-422) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a9fe1e51103fd368819762146962c9bf5900504f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbd50d5d49cff49ee2ee0e5df425f37292a0739d # timeout=10 Commit message: "remove required section from BaseResponse" > git rev-list --no-walk c0bea47c107e176ce3ed87466c25bf4a0d24249b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-29T23:40:11.545Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-29T23:40:11.769Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-29T23:40:11.851Z] ========================================================= [2020-07-29T23:40:11.851Z] EdgeX Global Pipelines Version Info [2020-07-29T23:40:11.851Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-29T23:40:13.778Z] ------------------- [2020-07-29T23:40:13.778Z] stable info: [2020-07-29T23:40:13.778Z] ------------------- [2020-07-29T23:40:13.778Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-29T23:40:13.778Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-29T23:40:13.778Z] Message: update stable to v1.0.106 [2020-07-29T23:40:14.721Z] ------------------- [2020-07-29T23:40:14.721Z] experimental info: [2020-07-29T23:40:14.721Z] ------------------- [2020-07-29T23:40:14.721Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-29T23:40:14.721Z] Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b [2020-07-29T23:40:14.721Z] Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-29T23:40:16.889Z] + git log --format=format:%s -1 cbd50d5d49cff49ee2ee0e5df425f37292a0739d [Pipeline] echo [2020-07-29T23:40:16.944Z] GIT_COMMIT: cbd50d5d49cff49ee2ee0e5df425f37292a0739d, Commit Message: remove required section from BaseResponse [Pipeline] echo [2020-07-29T23:40:16.984Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-29T23:40:17.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T23:40:18.073Z] [2020-07-29T23:40:18.073Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T23:40:18.411Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T23:40:18.411Z] latest: Pulling from edgex-devops/git-semver [2020-07-29T23:40:18.411Z] 31603596830f: Pulling fs layer [2020-07-29T23:40:18.411Z] 2a8b12db71e7: Pulling fs layer [2020-07-29T23:40:18.411Z] 6ca5941a6612: Pulling fs layer [2020-07-29T23:40:18.411Z] ecc8261a40a4: Pulling fs layer [2020-07-29T23:40:18.411Z] ecc8261a40a4: Waiting [2020-07-29T23:40:18.411Z] 2a8b12db71e7: Verifying Checksum [2020-07-29T23:40:18.411Z] 2a8b12db71e7: Download complete [2020-07-29T23:40:18.672Z] 31603596830f: Verifying Checksum [2020-07-29T23:40:18.672Z] 31603596830f: Download complete [2020-07-29T23:40:18.672Z] ecc8261a40a4: Verifying Checksum [2020-07-29T23:40:18.672Z] ecc8261a40a4: Download complete [2020-07-29T23:40:18.672Z] 6ca5941a6612: Verifying Checksum [2020-07-29T23:40:18.672Z] 6ca5941a6612: Download complete [2020-07-29T23:40:18.941Z] 31603596830f: Pull complete [2020-07-29T23:40:18.941Z] 2a8b12db71e7: Pull complete [2020-07-29T23:40:19.886Z] 6ca5941a6612: Pull complete [2020-07-29T23:40:19.886Z] ecc8261a40a4: Pull complete [2020-07-29T23:40:19.886Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-29T23:40:19.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T23:40:19.886Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-29T23:40:19.978Z] prd-centos7-docker-4c-2g-1489 does not seem to be running inside a container [2020-07-29T23:40:20.074Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-422 -v /w/workspace/ndry_app-functions-sdk-go_PR-422:/w/workspace/ndry_app-functions-sdk-go_PR-422:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-422@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-422@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:10004/edgex-devops/git-semver:latest cat [2020-07-29T23:40:22.173Z] $ docker top 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-29T23:40:22.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T23:40:22.426Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T23:40:22.625Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T23:40:22.626Z] $ docker exec 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 ssh-agent [2020-07-29T23:40:22.789Z] SSH_AUTH_SOCK=/tmp/ssh-Br9RKFAd8D02/agent.12 [2020-07-29T23:40:22.789Z] SSH_AGENT_PID=18 [2020-07-29T23:40:22.799Z] Running ssh-add (command line suppressed) [2020-07-29T23:40:22.918Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-422@tmp/private_key_7640276334780736443.key (/w/workspace/ndry_app-functions-sdk-go_PR-422@tmp/private_key_7640276334780736443.key) [2020-07-29T23:40:22.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T23:40:23.294Z] + git describe --exact-match --tags HEAD [2020-07-29T23:40:23.294Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-29T23:40:23.310Z] $ docker exec --env ******** --env ******** 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 ssh-agent -k [2020-07-29T23:40:23.428Z] unset SSH_AUTH_SOCK; [2020-07-29T23:40:23.428Z] unset SSH_AGENT_PID; [2020-07-29T23:40:23.428Z] echo Agent pid 18 killed; [2020-07-29T23:40:23.474Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-29T23:40:23.553Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-29T23:40:23.553Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-29T23:40:23.649Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T23:40:23.649Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T23:40:23.811Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T23:40:23.813Z] $ docker exec 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 ssh-agent [2020-07-29T23:40:23.974Z] SSH_AUTH_SOCK=/tmp/ssh-8An98IX2Hetl/agent.47 [2020-07-29T23:40:23.974Z] SSH_AGENT_PID=52 [2020-07-29T23:40:23.980Z] Running ssh-add (command line suppressed) [2020-07-29T23:40:24.095Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-422@tmp/private_key_4413793030151514747.key (/w/workspace/ndry_app-functions-sdk-go_PR-422@tmp/private_key_4413793030151514747.key) [2020-07-29T23:40:24.143Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T23:40:24.462Z] + git semver init [2020-07-29T23:40:24.462Z] # -> Open(): unable to determine branch for HEAD [2020-07-29T23:40:24.462Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-422/.git [2020-07-29T23:40:24.462Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-422 [2020-07-29T23:40:24.462Z] # $SEMVER_REMOTE_NAME = origin [2020-07-29T23:40:24.462Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-29T23:40:24.462Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-29T23:40:24.462Z] # $SEMVER_BRANCH = PR-422 [2020-07-29T23:40:24.462Z] # $SEMVER_TEMP = /tmp/semver-666000099 [2020-07-29T23:40:24.462Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-07-29T23:40:27.010Z] # '/tmp/semver-666000099' -> '/w/workspace/ndry_app-functions-sdk-go_PR-422/.semver' [2020-07-29T23:40:27.010Z] # -> Force: false [2020-07-29T23:40:27.010Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-422/.semver [Pipeline] } [2020-07-29T23:40:27.019Z] $ docker exec --env ******** --env ******** 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 ssh-agent -k [2020-07-29T23:40:27.140Z] unset SSH_AUTH_SOCK; [2020-07-29T23:40:27.141Z] unset SSH_AGENT_PID; [2020-07-29T23:40:27.141Z] echo Agent pid 52 killed; [2020-07-29T23:40:27.191Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-29T23:40:27.629Z] + git semver [Pipeline] } [2020-07-29T23:40:27.642Z] $ docker stop --time=1 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 [2020-07-29T23:40:29.102Z] $ docker rm -f 864e219cdf116b691bd2e864bd87af986b9b1c61558f556a0188b0c6fdfc2f90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-29T23:40:31.720Z] Stashed 33 file(s) [Pipeline] echo [2020-07-29T23:40:31.723Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-07-29T23:40:31.803Z] 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 [2020-07-29T23:40:47.216Z] Still waiting to schedule task [2020-07-29T23:40:47.216Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1489’ [2020-07-29T23:40:47.217Z] Still waiting to schedule task [2020-07-29T23:40:47.217Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-29T23:42:29.661Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1491 in /w/workspace/ndry_app-functions-sdk-go_PR-422 [Pipeline] { [Pipeline] ws [2020-07-29T23:42:29.705Z] Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout [2020-07-29T23:42:34.705Z] using credential edgex-jenkins-ssh [2020-07-29T23:42:34.796Z] Cloning the remote Git repository [2020-07-29T23:42:34.796Z] Cloning with configured refspecs honoured and without tags [2020-07-29T23:42:34.845Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-29T23:42:34.948Z] > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 [2020-07-29T23:42:35.027Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-29T23:42:35.028Z] > git --version # timeout=10 [2020-07-29T23:42:35.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T23:42:35.105Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T23:42:38.260Z] Fetching without tags [2020-07-29T23:42:38.158Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-29T23:42:38.187Z] > git config --add remote.origin.fetch +refs/pull/422/head:refs/remotes/origin/PR-422 # timeout=10 [2020-07-29T23:42:38.206Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T23:42:38.226Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-29T23:42:38.258Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-29T23:42:38.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T23:42:38.273Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T23:42:38.834Z] Merging remotes/origin/master commit a9fe1e51103fd368819762146962c9bf5900504f into PR head commit cbd50d5d49cff49ee2ee0e5df425f37292a0739d [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-29T23:42:39.165Z] Failed in branch arm64 [2020-07-29T23:42:38.839Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T23:42:38.853Z] > git checkout -f cbd50d5d49cff49ee2ee0e5df425f37292a0739d # timeout=10 [2020-07-29T23:44:39.981Z] Running on prd-centos7-docker-4c-2g-1492 in /w/workspace/ndry_app-functions-sdk-go_PR-422 [Pipeline] { [Pipeline] ws [2020-07-29T23:44:40.026Z] Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout [2020-07-29T23:44:42.597Z] using credential edgex-jenkins-ssh [2020-07-29T23:44:42.662Z] Cloning the remote Git repository [2020-07-29T23:44:42.662Z] Cloning with configured refspecs honoured and without tags [2020-07-29T23:44:42.688Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-29T23:44:42.753Z] > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 [2020-07-29T23:44:42.803Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-29T23:44:42.803Z] > git --version # timeout=10 [2020-07-29T23:44:42.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T23:44:42.848Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T23:44:44.121Z] Fetching without tags [2020-07-29T23:44:44.504Z] Merging remotes/origin/master commit a9fe1e51103fd368819762146962c9bf5900504f into PR head commit cbd50d5d49cff49ee2ee0e5df425f37292a0739d [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-07-29T23:44:44.082Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-29T23:44:44.089Z] > git config --add remote.origin.fetch +refs/pull/422/head:refs/remotes/origin/PR-422 # timeout=10 [2020-07-29T23:44:44.095Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T23:44:44.104Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-29T23:44:44.121Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-29T23:44:44.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T23:44:44.124Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/422/head:refs/remotes/origin/PR-422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T23:44:44.507Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T23:44:44.513Z] > git checkout -f cbd50d5d49cff49ee2ee0e5df425f37292a0739d # timeout=10 [Pipeline] } [2020-07-29T23:44:44.839Z] Failed in branch amd64 [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 [2020-07-29T23:44:46.788Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T23:44:47.349Z] ---> package-listing.sh [2020-07-29T23:44:47.349Z] ++ facter osfamily [2020-07-29T23:44:47.349Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-29T23:44:47.349Z] + OS_FAMILY=redhat [2020-07-29T23:44:47.349Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-422 [2020-07-29T23:44:47.349Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-29T23:44:47.349Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-29T23:44:47.349Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-29T23:44:47.349Z] + PACKAGES=/tmp/packages_start.txt [2020-07-29T23:44:47.349Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-422 ']' [2020-07-29T23:44:47.349Z] + PACKAGES=/tmp/packages_end.txt [2020-07-29T23:44:47.349Z] + case "${OS_FAMILY}" in [2020-07-29T23:44:47.349Z] + rpm -qa [2020-07-29T23:44:47.349Z] + sort [2020-07-29T23:44:51.569Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-29T23:44:51.569Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-29T23:44:51.569Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-29T23:44:51.569Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-422 ']' [2020-07-29T23:44:51.569Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-422/archives/ [2020-07-29T23:44:51.569Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-422/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-29T23:44:52.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T23:44:52.157Z] [2020-07-29T23:44:52.157Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-29T23:44:52.556Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T23:44:52.556Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-29T23:44:52.556Z] c9b1b535fdd9: Pulling fs layer [2020-07-29T23:44:52.556Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-29T23:44:52.556Z] 756a868c4378: Pulling fs layer [2020-07-29T23:44:52.556Z] 444b2fc9a129: Pulling fs layer [2020-07-29T23:44:52.556Z] ea15f1150254: Pulling fs layer [2020-07-29T23:44:52.556Z] 41b27a9f41bf: Pulling fs layer [2020-07-29T23:44:52.556Z] 28c525ee5125: Pulling fs layer [2020-07-29T23:44:52.556Z] 094b1ea09ed8: Pulling fs layer [2020-07-29T23:44:52.556Z] 138eaada9080: Pulling fs layer [2020-07-29T23:44:52.556Z] 0622d0fa9048: Pulling fs layer [2020-07-29T23:44:52.556Z] 41b27a9f41bf: Waiting [2020-07-29T23:44:52.556Z] 28c525ee5125: Waiting [2020-07-29T23:44:52.556Z] 094b1ea09ed8: Waiting [2020-07-29T23:44:52.556Z] 138eaada9080: Waiting [2020-07-29T23:44:52.556Z] 0622d0fa9048: Waiting [2020-07-29T23:44:52.556Z] 444b2fc9a129: Waiting [2020-07-29T23:44:52.556Z] ea15f1150254: Waiting [2020-07-29T23:44:52.556Z] 2cc5ad85d9ab: Download complete [2020-07-29T23:44:52.556Z] 444b2fc9a129: Verifying Checksum [2020-07-29T23:44:52.556Z] 444b2fc9a129: Download complete [2020-07-29T23:44:52.556Z] c9b1b535fdd9: Verifying Checksum [2020-07-29T23:44:52.556Z] c9b1b535fdd9: Download complete [2020-07-29T23:44:52.556Z] ea15f1150254: Verifying Checksum [2020-07-29T23:44:52.556Z] ea15f1150254: Download complete [2020-07-29T23:44:52.827Z] 28c525ee5125: Download complete [2020-07-29T23:44:53.094Z] 756a868c4378: Verifying Checksum [2020-07-29T23:44:53.094Z] 756a868c4378: Download complete [2020-07-29T23:44:53.363Z] c9b1b535fdd9: Pull complete [2020-07-29T23:44:53.363Z] 094b1ea09ed8: Verifying Checksum [2020-07-29T23:44:53.363Z] 094b1ea09ed8: Download complete [2020-07-29T23:44:53.363Z] 138eaada9080: Verifying Checksum [2020-07-29T23:44:53.363Z] 138eaada9080: Download complete [2020-07-29T23:44:53.363Z] 0622d0fa9048: Verifying Checksum [2020-07-29T23:44:53.363Z] 0622d0fa9048: Download complete [2020-07-29T23:44:53.640Z] 2cc5ad85d9ab: Pull complete [2020-07-29T23:44:53.903Z] 41b27a9f41bf: Verifying Checksum [2020-07-29T23:44:53.903Z] 41b27a9f41bf: Download complete [2020-07-29T23:44:55.293Z] 756a868c4378: Pull complete [2020-07-29T23:44:55.293Z] 444b2fc9a129: Pull complete [2020-07-29T23:44:55.864Z] ea15f1150254: Pull complete [2020-07-29T23:45:00.078Z] 41b27a9f41bf: Pull complete [2020-07-29T23:45:00.078Z] 28c525ee5125: Pull complete [2020-07-29T23:45:02.645Z] 094b1ea09ed8: Pull complete [2020-07-29T23:45:02.645Z] 138eaada9080: Pull complete [2020-07-29T23:45:02.910Z] 0622d0fa9048: Pull complete [2020-07-29T23:45:02.910Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-29T23:45:02.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T23:45:02.910Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-29T23:45:03.146Z] prd-centos7-docker-4c-2g-1489 does not seem to be running inside a container [2020-07-29T23:45:03.194Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_PR-422 -v /w/workspace/ndry_app-functions-sdk-go_PR-422:/w/workspace/ndry_app-functions-sdk-go_PR-422:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-422@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-422@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-29T23:45:07.106Z] $ docker top ee969699090d2ce92e708c6716d79b50ff5bdc77c1c5e52839350773f620da35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-29T23:45:07.338Z] provisioning config files... [2020-07-29T23:45:07.376Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-422@tmp/config8171852632103126522tmp [Pipeline] { [Pipeline] echo [2020-07-29T23:45:07.426Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T23:45:07.719Z] ---> create-netrc.sh [Pipeline] echo [2020-07-29T23:45:07.729Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T23:45:08.036Z] ---> logs-deploy.sh [2020-07-29T23:45:08.036Z] + ARCHIVE_ARTIFACTS= [2020-07-29T23:45:08.036Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-29T23:45:08.036Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-29T23:45:08.036Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-29T23:45:08.036Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-422/5 [2020-07-29T23:45:08.036Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-422/5/ [2020-07-29T23:45:08.036Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-422/5 /w/workspace/ndry_app-functions-sdk-go_PR-422 [2020-07-29T23:45:09.427Z] Archives upload complete. [2020-07-29T23:45:09.427Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-422/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-422/5/