Pull request #117 opened 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-service-configurable Obtained Jenkinsfile from ee3733b9dceb4c33530732f8e9bc66c0862a35c5+d76b33905ff2852036d8bb432dc01390d416ad34 (c5105bf91653b1b4777fc61d8a09e3a36de3b701) Running in Durability level: MAX_SURVIVABILITY 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-117/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-service-configurable, buildSnap:true] ========================================================= [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-service-configurable-settings PROJECT: app-service-configurable 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-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-2148 in /w/workspace/_app-service-configurable_PR-117 [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-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-117 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.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-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit ee3733b9dceb4c33530732f8e9bc66c0862a35c5 Merge succeeded, producing ee3733b9dceb4c33530732f8e9bc66c0862a35c5 Checking out Revision ee3733b9dceb4c33530732f8e9bc66c0862a35c5 (PR-117) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/117/head:refs/remotes/origin/PR-117 # 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-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # 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 d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 Commit message: "build: Switch to using Go 1.15" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:24:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:24:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:24:03 ========================================================= 18:24:03 EdgeX Global Pipelines Version Info 18:24:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:24:04 ------------------- 18:24:04 stable info: 18:24:04 ------------------- 18:24:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:24:04 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 18:24:04 Message: update stable to v1.0.119 18:24:05 ------------------- 18:24:05 experimental info: 18:24:05 ------------------- 18:24:05 Commited By: **** collab-it+edgex@linuxfoundation.org 18:24:05 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 18:24:05 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:24:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:24:06 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:24:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:24:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:24:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:24:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:24:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:24:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 18:24:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:24:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:24:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:24:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:24:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:24:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:24:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:24:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:24:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:24:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:24:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-117 [Pipeline] echo 18:24:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-117 [Pipeline] echo 18:24:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-117 [Pipeline] echo 18:24:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ee3733b9dceb4c33530732f8e9bc66c0862a35c5 [Pipeline] echo 18:24:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ee3733b [Pipeline] echo 18:24:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:24:11 + git log --format=format:%s -1 ee3733b9dceb4c33530732f8e9bc66c0862a35c5 [Pipeline] echo 18:24:11 GIT_COMMIT: ee3733b9dceb4c33530732f8e9bc66c0862a35c5, Commit Message: build: Switch to using Go 1.15 [Pipeline] echo 18:24:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:24:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:24:12 18:24:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:24:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:24:13 latest: Pulling from edgex-devops/git-semver 18:24:13 31603596830f: Pulling fs layer 18:24:13 2a8b12db71e7: Pulling fs layer 18:24:13 6ca5941a6612: Pulling fs layer 18:24:13 ecc8261a40a4: Pulling fs layer 18:24:13 ecc8261a40a4: Waiting 18:24:13 2a8b12db71e7: Verifying Checksum 18:24:13 2a8b12db71e7: Download complete 18:24:13 31603596830f: Verifying Checksum 18:24:13 31603596830f: Download complete 18:24:13 ecc8261a40a4: Verifying Checksum 18:24:13 ecc8261a40a4: Download complete 18:24:13 6ca5941a6612: Verifying Checksum 18:24:13 6ca5941a6612: Download complete 18:24:13 31603596830f: Pull complete 18:24:13 2a8b12db71e7: Pull complete 18:24:14 6ca5941a6612: Pull complete 18:24:14 ecc8261a40a4: Pull complete 18:24:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:24:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:24:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:24:15 prd-centos7-docker-4c-2g-2148 does not seem to be running inside a container 18:24:15 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-117 -v /w/workspace/_app-service-configurable_PR-117:/w/workspace/_app-service-configurable_PR-117:rw,z -v /w/workspace/_app-service-configurable_PR-117@tmp:/w/workspace/_app-service-configurable_PR-117@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:24:17 $ docker top 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:24:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:24:17 [ssh-agent] Looking for ssh-agent implementation... 18:24:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:24:18 $ docker exec 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 ssh-agent 18:24:18 SSH_AUTH_SOCK=/tmp/ssh-IUenjpN63Jl2/agent.13 18:24:18 SSH_AGENT_PID=18 18:24:18 Running ssh-add (command line suppressed) 18:24:18 Identity added: /w/workspace/_app-service-configurable_PR-117@tmp/private_key_3348126289374706011.key (/w/workspace/_app-service-configurable_PR-117@tmp/private_key_3348126289374706011.key) 18:24:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:24:18 + git describe --exact-match --tags HEAD 18:24:18 fatal: No names found, cannot describe anything. [Pipeline] } 18:24:18 $ docker exec --env ******** --env ******** 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 ssh-agent -k 18:24:19 unset SSH_AUTH_SOCK; 18:24:19 unset SSH_AGENT_PID; 18:24:19 echo Agent pid 18 killed; 18:24:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:24:19 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:24:19 This usually means this commit has not been tagged. [Pipeline] sshagent 18:24:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:24:19 [ssh-agent] Looking for ssh-agent implementation... 18:24:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:24:19 $ docker exec 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 ssh-agent 18:24:19 SSH_AUTH_SOCK=/tmp/ssh-BQYHqYjK9KNE/agent.47 18:24:19 SSH_AGENT_PID=52 18:24:19 Running ssh-add (command line suppressed) 18:24:19 Identity added: /w/workspace/_app-service-configurable_PR-117@tmp/private_key_5924595171517379721.key (/w/workspace/_app-service-configurable_PR-117@tmp/private_key_5924595171517379721.key) 18:24:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:24:20 + git semver init 18:24:20 # -> Open(): unable to determine branch for HEAD 18:24:20 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-117/.git 18:24:20 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-117 18:24:20 # $SEMVER_REMOTE_NAME = origin 18:24:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:24:20 # $SEMVER_USER_NAME = edgex-jenkins 18:24:20 # $SEMVER_BRANCH = PR-117 18:24:20 # $SEMVER_TEMP = /tmp/semver-126281362 18:24:20 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 18:24:20 # '/tmp/semver-126281362' -> '/w/workspace/_app-service-configurable_PR-117/.semver' 18:24:20 # -> Force: false 18:24:20 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-117/.semver [Pipeline] } 18:24:20 $ docker exec --env ******** --env ******** 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 ssh-agent -k 18:24:20 unset SSH_AUTH_SOCK; 18:24:20 unset SSH_AGENT_PID; 18:24:20 echo Agent pid 52 killed; 18:24:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:24:21 + git semver [Pipeline] } 18:24:21 $ docker stop --time=1 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 18:24:22 $ docker rm -f 54f482294560b745afc25c1b3f895e02a968d0110c91f868be5b492a05242e08 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:24:23 Stashed 26 file(s) [Pipeline] echo 18:24:23 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:24:23 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 18:24:39 Still waiting to schedule task 18:24:39 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:24:39 Still waiting to schedule task 18:24:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:26:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2149 in /w/workspace/_app-service-configurable_PR-117 [Pipeline] { [Pipeline] ws 18:26:34 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 18:26:39 using credential edgex-jenkins-ssh 18:26:39 Cloning the remote Git repository 18:26:39 Cloning with configured refspecs honoured and without tags 18:26:39 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:26:39 > git init /w/workspace/app-service-configurable/1 # timeout=10 18:26:39 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:26:39 > git --version # timeout=10 18:26:39 > git --version # 'git version 2.17.1' 18:26:39 using GIT_SSH to set credentials SSH Credentials for GitHub 18:26:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:26:41 Fetching without tags 18:26:41 Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit ee3733b9dceb4c33530732f8e9bc66c0862a35c5 18:26:42 Merge succeeded, producing ee3733b9dceb4c33530732f8e9bc66c0862a35c5 18:26:42 Checking out Revision ee3733b9dceb4c33530732f8e9bc66c0862a35c5 (PR-117) 18:26:41 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:26:41 > git config --add remote.origin.fetch +refs/pull/117/head:refs/remotes/origin/PR-117 # timeout=10 18:26:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:26:41 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:26:41 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:26:41 using GIT_SSH to set credentials SSH Credentials for GitHub 18:26:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:26:41 > git config core.sparsecheckout # timeout=10 18:26:41 > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 18:26:41 > git remote # timeout=10 18:26:41 > git config --get remote.origin.url # timeout=10 18:26:41 using GIT_SSH to set credentials SSH Credentials for GitHub 18:26:41 > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 18:26:42 > git rev-parse HEAD^{commit} # timeout=10 18:26:42 > git config core.sparsecheckout # timeout=10 18:26:42 > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 18:26:46 Commit message: "build: Switch to using Go 1.15" 18:26:46 > git --version # timeout=10 18:26:46 > git --version # 'git version 2.17.1' 18:26:46 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:26:47 ========================================================= 18:26:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:26:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:26:49 + 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 . 18:26:50 Sending build context to Docker daemon 314.4kB 18:26:50 Step 1/8 : ARG BASE=golang:1.15-alpine 18:26:50 Step 2/8 : FROM ${BASE} 18:26:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:26:50 b538f80385f9: Pulling fs layer 18:26:50 74f711af9a0d: Pulling fs layer 18:26:50 99f96fe45779: Pulling fs layer 18:26:50 8529a6b9a6be: Pulling fs layer 18:26:50 45590311c82a: Pulling fs layer 18:26:50 69ca0ff8b7b3: Pulling fs layer 18:26:50 209524e5b208: Pulling fs layer 18:26:50 8529a6b9a6be: Waiting 18:26:50 45590311c82a: Waiting 18:26:50 69ca0ff8b7b3: Waiting 18:26:50 209524e5b208: Waiting 18:26:50 99f96fe45779: Verifying Checksum 18:26:50 99f96fe45779: Download complete 18:26:50 74f711af9a0d: Verifying Checksum 18:26:50 74f711af9a0d: Download complete 18:26:50 45590311c82a: Verifying Checksum 18:26:50 45590311c82a: Download complete 18:26:50 69ca0ff8b7b3: Verifying Checksum 18:26:50 69ca0ff8b7b3: Download complete 18:26:50 b538f80385f9: Verifying Checksum 18:26:50 b538f80385f9: Download complete 18:26:51 b538f80385f9: Pull complete 18:26:52 74f711af9a0d: Pull complete 18:26:52 99f96fe45779: Pull complete 18:26:53 209524e5b208: Verifying Checksum 18:26:53 209524e5b208: Download complete 18:26:54 8529a6b9a6be: Verifying Checksum 18:26:54 8529a6b9a6be: Download complete 18:27:04 8529a6b9a6be: Pull complete 18:27:04 45590311c82a: Pull complete 18:27:05 69ca0ff8b7b3: Pull complete 18:27:09 209524e5b208: Pull complete 18:27:09 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:27:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:27:09 ---> 5bddaf1c2fca 18:27:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:27:12 ---> Running in bd421ca4e62c 18:27:12 Removing intermediate container bd421ca4e62c 18:27:12 ---> 2296bf55e278 18:27:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:12 ---> Running in f36a5c1016c3 18:27:15 Removing intermediate container f36a5c1016c3 18:27:15 ---> c1aa015914a9 18:27:15 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:27:15 ---> Running in 926f20edfdbb 18:27:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:27:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:27:18 (1/6) Installing libc-dev (0.7.2-r3) 18:27:18 (2/6) Installing libsodium (1.0.18-r0) 18:27:18 (3/6) Installing pkgconf (1.7.2-r0) 18:27:18 (4/6) Installing libsodium-dev (1.0.18-r0) 18:27:18 (5/6) Installing libzmq (4.3.3-r0) 18:27:19 (6/6) Installing zeromq-dev (4.3.3-r0) 18:27:19 Executing busybox-1.31.1-r16.trigger 18:27:19 OK: 144 MiB in 45 packages 18:27:20 Removing intermediate container 926f20edfdbb 18:27:20 ---> 4a2e609250a1 18:27:20 Step 6/8 : WORKDIR /app 18:27:20 ---> Running in db724f6ff2ff 18:27:21 Removing intermediate container db724f6ff2ff 18:27:21 ---> b0035f676594 18:27:21 Step 7/8 : COPY . . 18:27:22 ---> b9c128105a04 18:27:22 Step 8/8 : RUN go mod download 18:27:22 ---> Running in 9eaf9e59a1bd 18:27:38 Running on prd-centos7-docker-4c-2g-2150 in /w/workspace/_app-service-configurable_PR-117 [Pipeline] { [Pipeline] ws 18:27:39 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 18:27:41 using credential edgex-jenkins-ssh 18:27:41 Cloning the remote Git repository 18:27:41 Cloning with configured refspecs honoured and without tags 18:27:41 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:27:42 Fetching without tags 18:27:42 Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit ee3733b9dceb4c33530732f8e9bc66c0862a35c5 18:27:42 Merge succeeded, producing ee3733b9dceb4c33530732f8e9bc66c0862a35c5 18:27:42 Checking out Revision ee3733b9dceb4c33530732f8e9bc66c0862a35c5 (PR-117) 18:27:41 > git init /w/workspace/app-service-configurable/1 # timeout=10 18:27:41 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:27:41 > git --version # timeout=10 18:27:41 > git --version # 'git version 2.16.5' 18:27:41 using GIT_SSH to set credentials SSH Credentials for GitHub 18:27:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:27:42 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:27:42 > git config --add remote.origin.fetch +refs/pull/117/head:refs/remotes/origin/PR-117 # timeout=10 18:27:42 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:27:42 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:27:42 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:27:42 using GIT_SSH to set credentials SSH Credentials for GitHub 18:27:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:27:42 > git config core.sparsecheckout # timeout=10 18:27:42 > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 18:27:42 > git remote # timeout=10 18:27:42 > git config --get remote.origin.url # timeout=10 18:27:42 using GIT_SSH to set credentials SSH Credentials for GitHub 18:27:42 > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 18:27:42 > git rev-parse HEAD^{commit} # timeout=10 18:27:42 > git config core.sparsecheckout # timeout=10 18:27:42 > git checkout -f ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 18:27:46 Commit message: "build: Switch to using Go 1.15" 18:27:46 > git --version # timeout=10 18:27:46 > git --version # 'git version 2.16.5' 18:27:46 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:27:47 ========================================================= 18:27:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:27:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:27:48 + 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 . 18:27:48 Sending build context to Docker daemon 314.4kB 18:27:48 Step 1/8 : ARG BASE=golang:1.15-alpine 18:27:48 Step 2/8 : FROM ${BASE} 18:27:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:27:48 df20fa9351a1: Pulling fs layer 18:27:48 ed8968b2872e: Pulling fs layer 18:27:48 a92cc7c5fd73: Pulling fs layer 18:27:48 e871e8e8d7a9: Pulling fs layer 18:27:48 e73272ec9a57: Pulling fs layer 18:27:48 1e910a182e73: Pulling fs layer 18:27:48 4e634b169226: Pulling fs layer 18:27:48 e73272ec9a57: Waiting 18:27:48 1e910a182e73: Waiting 18:27:48 4e634b169226: Waiting 18:27:48 e871e8e8d7a9: Waiting 18:27:48 a92cc7c5fd73: Verifying Checksum 18:27:48 a92cc7c5fd73: Download complete 18:27:48 ed8968b2872e: Verifying Checksum 18:27:48 ed8968b2872e: Download complete 18:27:48 e73272ec9a57: Verifying Checksum 18:27:48 e73272ec9a57: Download complete 18:27:48 1e910a182e73: Verifying Checksum 18:27:48 1e910a182e73: Download complete 18:27:48 df20fa9351a1: Verifying Checksum 18:27:48 df20fa9351a1: Download complete 18:27:49 df20fa9351a1: Pull complete 18:27:49 ed8968b2872e: Pull complete 18:27:49 a92cc7c5fd73: Pull complete 18:27:50 4e634b169226: Verifying Checksum 18:27:50 4e634b169226: Download complete 18:27:51 e871e8e8d7a9: Verifying Checksum 18:27:51 e871e8e8d7a9: Download complete 18:27:54 Removing intermediate container 9eaf9e59a1bd 18:27:54 ---> 08625f4c62cb 18:27:54 Successfully built 08625f4c62cb 18:27:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:55 + docker inspect -f . ci-base-image-arm64 18:27:55 . [Pipeline] withDockerContainer 18:27:55 prd-ubuntu18.04-docker-arm64-4c-16g-2149 does not seem to be running inside a container 18:27:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** ci-base-image-arm64 cat 18:27:56 e871e8e8d7a9: Pull complete 18:27:56 e73272ec9a57: Pull complete 18:27:56 1e910a182e73: Pull complete 18:27:57 $ docker top 149fdeb44bba6cc8bafe241772c5ac4bddd900db921758cf84dac11a9d8e8e6b -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:59 + go version 18:27:59 go version go1.15.2 linux/arm64 [Pipeline] sh 18:28:00 + make test 18:28:00 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:28:00 4e634b169226: Pull complete 18:28:00 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:28:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:28:00 ---> f7629b54cfaa 18:28:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:28:01 ---> Running in a9c25d717b9a 18:28:01 Removing intermediate container a9c25d717b9a 18:28:01 ---> ecf5676fa68f 18:28:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:01 ---> Running in 02b1d73b994a 18:28:03 Removing intermediate container 02b1d73b994a 18:28:03 ---> 500ef18142dd 18:28:03 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:28:03 ---> Running in 0e86b8d24a95 18:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:04 (1/6) Installing libc-dev (0.7.2-r3) 18:28:05 (2/6) Installing libsodium (1.0.18-r0) 18:28:05 (3/6) Installing pkgconf (1.7.2-r0) 18:28:05 (4/6) Installing libsodium-dev (1.0.18-r0) 18:28:05 (5/6) Installing libzmq (4.3.3-r0) 18:28:05 (6/6) Installing zeromq-dev (4.3.3-r0) 18:28:05 Executing busybox-1.31.1-r16.trigger 18:28:05 OK: 167 MiB in 45 packages 18:28:06 Removing intermediate container 0e86b8d24a95 18:28:06 ---> 12dcce3a0957 18:28:06 Step 6/8 : WORKDIR /app 18:28:06 ---> Running in 337a758f0758 18:28:06 Removing intermediate container 337a758f0758 18:28:06 ---> b2b97fa99ee7 18:28:06 Step 7/8 : COPY . . 18:28:06 ---> d328c8d05969 18:28:06 Step 8/8 : RUN go mod download 18:28:06 ---> Running in c7cf324a2411 18:28:33 Removing intermediate container c7cf324a2411 18:28:33 ---> 40310f8ad73a 18:28:33 Successfully built 40310f8ad73a 18:28:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:28:34 + docker inspect -f . ci-base-image-x86_64 18:28:34 . [Pipeline] withDockerContainer 18:28:34 prd-centos7-docker-4c-2g-2150 does not seem to be running inside a container 18:28:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** ci-base-image-x86_64 cat 18:28:35 $ docker top 8a044cc1fff1703203014b38309a147c6d11c429c6c0780a64018c3ba4715364 -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:36 + go version 18:28:36 go version go1.15.2 linux/amd64 [Pipeline] sh 18:28:36 + make test 18:28:36 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:28:47 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:28:47 CGO_ENABLED=1 go vet ./... 18:28:54 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:28:54 CGO_ENABLED=1 go vet ./... 18:28:57 gofmt -l . 18:28:57 [ "`gofmt -l .`" = "" ] 18:28:57 ./bin/test-go-mod-tidy.sh 18:28:58 go.mod is not tidy, please run "go mod tidy" 18:28:58 changes from running "go mod tidy:" 18:28:58 --- go.mod 18:28:58 +++ go.mod.bk 18:28:58 @@ -2,4 +2,4 @@ 18:28:58 18:28:58 go 1.15 18:28:58 18:28:58 -require github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.22 18:28:58 +require github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.22 18:28:58 \ No newline at end of file 18:28:58 make: *** [makefile:38: test] Error 1 [Pipeline] } 18:28:58 $ docker stop --time=1 149fdeb44bba6cc8bafe241772c5ac4bddd900db921758cf84dac11a9d8e8e6b 18:28:58 gofmt -l . 18:28:58 [ "`gofmt -l .`" = "" ] 18:28:58 ./bin/test-go-mod-tidy.sh 18:28:58 go.mod is not tidy, please run "go mod tidy" 18:28:58 changes from running "go mod tidy:" 18:28:58 --- go.mod 18:28:58 +++ go.mod.bk 18:28:58 @@ -2,4 +2,4 @@ 18:28:58 18:28:58 go 1.15 18:28:58 18:28:58 -require github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.22 18:28:58 +require github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.22 18:28:58 \ No newline at end of file 18:28:58 make: *** [makefile:38: test] Error 1 18:29:00 $ docker rm -f 149fdeb44bba6cc8bafe241772c5ac4bddd900db921758cf84dac11a9d8e8e6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 18:29:01 $ docker stop --time=1 8a044cc1fff1703203014b38309a147c6d11c429c6c0780a64018c3ba4715364 18:29:02 $ docker rm -f 8a044cc1fff1703203014b38309a147c6d11c429c6c0780a64018c3ba4715364 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:29:07 Failed in branch arm64 [Pipeline] // stage [Pipeline] } 18:29:07 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 18:29:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:29:12 ---> package-listing.sh 18:29:12 ++ facter osfamily 18:29:12 ++ tr '[:upper:]' '[:lower:]' 18:29:12 + OS_FAMILY=redhat 18:29:12 + workspace=/w/workspace/_app-service-configurable_PR-117 18:29:12 + START_PACKAGES=/tmp/packages_start.txt 18:29:12 + END_PACKAGES=/tmp/packages_end.txt 18:29:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:29:12 + PACKAGES=/tmp/packages_start.txt 18:29:12 + '[' /w/workspace/_app-service-configurable_PR-117 ']' 18:29:12 + PACKAGES=/tmp/packages_end.txt 18:29:12 + case "${OS_FAMILY}" in 18:29:12 + rpm -qa 18:29:12 + sort 18:29:16 + '[' -f /tmp/packages_start.txt ']' 18:29:16 + '[' -f /tmp/packages_end.txt ']' 18:29:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:29:16 + '[' /w/workspace/_app-service-configurable_PR-117 ']' 18:29:16 + mkdir -p /w/workspace/_app-service-configurable_PR-117/archives/ 18:29:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-117/archives/ [Pipeline] isUnix [Pipeline] sh 18:29:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:29:18 18:29:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:29:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:29:18 alpine: Pulling from edgex-lftools-log-publisher 18:29:18 df20fa9351a1: Pulling fs layer 18:29:18 36b3adc4ff6f: Pulling fs layer 18:29:18 8ad3a11d3b57: Pulling fs layer 18:29:18 46f8f816bc3b: Pulling fs layer 18:29:18 0dadc02b9964: Pulling fs layer 18:29:18 ce6a7cf60c04: Pulling fs layer 18:29:18 7a184a31f384: Pulling fs layer 18:29:18 0879bd2ef858: Pulling fs layer 18:29:18 0dadc02b9964: Waiting 18:29:18 ce6a7cf60c04: Waiting 18:29:18 46f8f816bc3b: Waiting 18:29:18 7a184a31f384: Waiting 18:29:18 0879bd2ef858: Waiting 18:29:18 36b3adc4ff6f: Verifying Checksum 18:29:18 36b3adc4ff6f: Download complete 18:29:18 46f8f816bc3b: Verifying Checksum 18:29:18 46f8f816bc3b: Download complete 18:29:18 df20fa9351a1: Download complete 18:29:18 ce6a7cf60c04: Verifying Checksum 18:29:18 ce6a7cf60c04: Download complete 18:29:18 7a184a31f384: Verifying Checksum 18:29:18 7a184a31f384: Download complete 18:29:18 0dadc02b9964: Verifying Checksum 18:29:18 0dadc02b9964: Download complete 18:29:18 8ad3a11d3b57: Verifying Checksum 18:29:18 8ad3a11d3b57: Download complete 18:29:18 df20fa9351a1: Pull complete 18:29:19 36b3adc4ff6f: Pull complete 18:29:19 0879bd2ef858: Verifying Checksum 18:29:19 0879bd2ef858: Download complete 18:29:19 8ad3a11d3b57: Pull complete 18:29:20 46f8f816bc3b: Pull complete 18:29:20 0dadc02b9964: Pull complete 18:29:20 ce6a7cf60c04: Pull complete 18:29:20 7a184a31f384: Pull complete 18:29:23 0879bd2ef858: Pull complete 18:29:23 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:29:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:29:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:29:23 prd-centos7-docker-4c-2g-2148 does not seem to be running inside a container 18:29:23 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/_app-service-configurable_PR-117 -v /w/workspace/_app-service-configurable_PR-117:/w/workspace/_app-service-configurable_PR-117:rw,z -v /w/workspace/_app-service-configurable_PR-117@tmp:/w/workspace/_app-service-configurable_PR-117@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:29:28 $ docker top f02d03c978b7b95cfa66c5d67a9d93c2e9fbf9fa9ddd46c0c1eac2c7e4dc4ac7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:29:29 + mkdir -p /var/log/sa [Pipeline] sh 18:29:29 + ls /var/log/sa-host 18:29:29 + sadf -c /var/log/sa-host/sa05 18:29:29 file_magic: OK 18:29:29 HZ: Using current value: 100 18:29:29 file_header: OK 18:29:29 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 18:29:29 Statistics: 18:29:29 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:29:29 File successfully converted to sysstat format version 12.2.1 18:29:29 + sadf -c /var/log/sa-host/sa10 18:29:29 file_magic: OK 18:29:29 HZ: Using current value: 100 18:29:29 file_header: OK 18:29:29 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 18:29:29 Statistics: 18:29:29 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:29:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:29:29 provisioning config files... 18:29:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-117@tmp/config6063436036551009084tmp [Pipeline] { [Pipeline] echo 18:29:29 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:29:30 ---> create-netrc.sh [Pipeline] echo 18:29:30 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:29:30 ---> logs-deploy.sh 18:29:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-117/1 18:29:30 INFO: archiving workspace using pattern(s): 18:29:31 Archives upload complete. 18:29:31 INFO: archiving logs to Nexus 18:29:32 ---> uname -a: 18:29:32 Linux f02d03c978b7 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:29:32 18:29:32 18:29:32 ---> lscpu: 18:29:32 Architecture: x86_64 18:29:32 CPU op-mode(s): 32-bit, 64-bit 18:29:32 Byte Order: Little Endian 18:29:32 Address sizes: 40 bits physical, 48 bits virtual 18:29:32 CPU(s): 4 18:29:32 On-line CPU(s) list: 0-3 18:29:32 Thread(s) per core: 1 18:29:32 Core(s) per socket: 1 18:29:32 Socket(s): 4 18:29:32 NUMA node(s): 1 18:29:32 Vendor ID: GenuineIntel 18:29:32 CPU family: 6 18:29:32 Model: 44 18:29:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:29:32 Stepping: 1 18:29:32 CPU MHz: 2933.438 18:29:32 BogoMIPS: 5866.87 18:29:32 Virtualization: VT-x 18:29:32 Hypervisor vendor: KVM 18:29:32 Virtualization type: full 18:29:32 L1d cache: 128 KiB 18:29:32 L1i cache: 128 KiB 18:29:32 L2 cache: 16 MiB 18:29:32 L3 cache: 64 MiB 18:29:32 NUMA node0 CPU(s): 0-3 18:29:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:29:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:29:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:29:32 Vulnerability Meltdown: Mitigation; PTI 18:29:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:29:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:29:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:29:32 Vulnerability Tsx async abort: Not affected 18:29:32 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:29:32 18:29:32 18:29:32 ---> nproc: 18:29:32 4 18:29:32 18:29:32 18:29:32 ---> df -h: 18:29:32 Filesystem Size Used Available Use% Mounted on 18:29:32 overlay 50.0G 6.9G 43.0G 14% / 18:29:32 tmpfs 64.0M 0 64.0M 0% /dev 18:29:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:29:32 shm 64.0M 0 64.0M 0% /dev/shm 18:29:32 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 18:29:32 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 18:29:32 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 18:29:32 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 18:29:32 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/_app-service-configurable_PR-117 18:29:32 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/_app-service-configurable_PR-117@tmp 18:29:32 18:29:32 18:29:32 ---> free -m: 18:29:32 total used free shared buff/cache available 18:29:32 Mem: 1837 614 136 0 1086 1115 18:29:32 Swap: 1023 0 1023 18:29:32 18:29:32 18:29:32 ---> ip addr: 18:29:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:29:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:29:32 inet 127.0.0.1/8 scope host lo 18:29:32 valid_lft forever preferred_lft forever 18:29:32 6: eth0@if7: mtu 1458 qdisc noqueue state UP 18:29:32 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:29:32 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:29:32 valid_lft forever preferred_lft forever 18:29:32 18:29:32 18:29:32 ---> sar -b -r -n DEV: 18:29:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/10/20 _x86_64_ (4 CPU) 18:29:32 18:29:32 18:23:11 LINUX RESTART (4 CPU) 18:29:32 18:29:32 18:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:29:32 18:25:01 26.55 10.20 16.35 0.00 4315.37 2125.30 0.00 18:29:32 18:26:01 1.58 0.00 1.58 0.00 0.00 28.72 0.00 18:29:32 18:27:01 0.42 0.00 0.42 0.00 0.00 6.51 0.00 18:29:32 18:28:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 18:29:32 18:29:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 18:29:32 Average: 5.81 2.04 3.77 0.00 863.36 433.45 0.00 18:29:32 18:29:32 18:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:29:32 18:25:01 163716 0 540316 28.72 2620 1174904 1130720 38.59 409776 1146908 20 18:29:32 18:26:01 170156 0 533872 28.37 2620 1174908 1080052 36.86 407468 1143952 12 18:29:32 18:27:01 169616 0 534404 28.40 2620 1174916 1080296 36.87 408468 1143956 8 18:29:32 18:28:01 167580 0 536440 28.51 2620 1174916 1080176 36.86 410680 1143364 16 18:29:32 18:29:01 168156 0 535860 28.48 2620 1174920 1080104 36.86 411436 1142328 8 18:29:32 Average: 167845 0 536178 28.50 2620 1174913 1090270 37.21 409566 1144102 13 18:29:32 18:29:32 18:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:29:32 18:25:01 eth0 149.64 110.77 444.78 42.15 0.00 0.00 0.00 0.00 18:29:32 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:29:32 18:25:01 docker0 1.83 1.40 0.31 2.99 0.00 0.00 0.00 0.00 18:29:32 18:26:01 eth0 4.10 2.00 2.96 0.13 0.00 0.00 0.00 0.00 18:29:32 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:29:32 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:29:32 18:27:01 eth0 0.87 0.53 0.33 0.21 0.00 0.00 0.00 0.00 18:29:32 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:29:32 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:29:32 18:28:01 eth0 0.70 0.38 0.29 0.20 0.00 0.00 0.00 0.00 18:29:32 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:29:32 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:29:32 18:29:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 18:29:32 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:29:32 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:29:32 Average: eth0 31.11 22.78 89.72 8.56 0.00 0.00 0.00 0.00 18:29:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:29:32 Average: docker0 0.37 0.28 0.06 0.60 0.00 0.00 0.00 0.00 18:29:32 18:29:32 18:29:32 ---> sar -P ALL: 18:29:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/10/20 _x86_64_ (4 CPU) 18:29:32 18:29:32 18:23:11 LINUX RESTART (4 CPU) 18:29:32 18:29:32 18:24:01 CPU %user %nice %system %iowait %steal %idle 18:29:32 18:25:01 all 2.85 0.00 1.74 0.62 0.01 94.77 18:29:32 18:25:01 0 2.55 0.00 1.93 0.30 0.02 95.21 18:29:32 18:25:01 1 3.03 0.00 1.49 0.59 0.02 94.88 18:29:32 18:25:01 2 2.58 0.00 1.76 0.40 0.02 95.25 18:29:32 18:25:01 3 3.26 0.00 1.81 1.19 0.00 93.74 18:29:32 18:26:01 all 0.16 0.00 0.06 0.00 0.00 99.78 18:29:32 18:26:01 0 0.07 0.00 0.03 0.00 0.00 99.90 18:29:32 18:26:01 1 0.05 0.00 0.07 0.00 0.00 99.88 18:29:32 18:26:01 2 0.10 0.00 0.08 0.00 0.00 99.82 18:29:32 18:26:01 3 0.43 0.00 0.05 0.00 0.00 99.52 18:29:32 18:27:01 all 0.17 0.00 0.04 0.00 0.00 99.78 18:29:32 18:27:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:29:32 18:27:01 1 0.10 0.00 0.03 0.00 0.00 99.87 18:29:32 18:27:01 2 0.08 0.00 0.07 0.00 0.02 99.83 18:29:32 18:27:01 3 0.45 0.00 0.03 0.00 0.00 99.52 18:29:32 18:28:01 all 0.16 0.00 0.05 0.00 0.01 99.78 18:29:32 18:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:29:32 18:28:01 1 0.02 0.00 0.05 0.00 0.02 99.92 18:29:32 18:28:01 2 0.08 0.00 0.08 0.00 0.02 99.82 18:29:32 18:28:01 3 0.52 0.00 0.03 0.00 0.02 99.43 18:29:32 18:29:01 all 0.15 0.00 0.05 0.00 0.00 99.80 18:29:32 18:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:29:32 18:29:01 1 0.03 0.00 0.10 0.00 0.00 99.87 18:29:32 18:29:01 2 0.05 0.00 0.07 0.00 0.00 99.88 18:29:32 18:29:01 3 0.50 0.00 0.00 0.00 0.00 99.50 18:29:32 Average: all 0.70 0.00 0.39 0.12 0.01 98.79 18:29:32 Average: 0 0.54 0.00 0.40 0.06 0.00 98.99 18:29:32 Average: 1 0.64 0.00 0.35 0.12 0.01 98.89 18:29:32 Average: 2 0.58 0.00 0.41 0.08 0.01 98.92 18:29:32 Average: 3 1.03 0.00 0.38 0.24 0.00 98.35 18:29:32 18:29:32 18:29:32