Pull request #2735 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from f682f2b841304ad2386183a006738bb4c8c33210+ac752d64f668fa491594c1427640d28afa24e84a (86664463982d26498e9e013423ad91e9817249ec) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3460 in /w/workspace/edgexfoundry_edgex-go_PR-2735 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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 --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ac752d64f668fa491594c1427640d28afa24e84a into PR head commit f682f2b841304ad2386183a006738bb4c8c33210 Merge succeeded, producing 242d4ac046b8aeeadee82f45789d3fc30e749afb Checking out Revision 242d4ac046b8aeeadee82f45789d3fc30e749afb (PR-2735) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2735/head:refs/remotes/origin/PR-2735 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f682f2b841304ad2386183a006738bb4c8c33210 # 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 ac752d64f668fa491594c1427640d28afa24e84a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 242d4ac046b8aeeadee82f45789d3fc30e749afb # timeout=10 Commit message: "Merge commit 'ac752d64f668fa491594c1427640d28afa24e84a' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:19:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:19:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:19:51 ========================================================= 12:19:51 EdgeX Global Pipelines Version Info 12:19:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6ddc5c9b7cf4656c028b0fc9f7745c9912232025 # timeout=10 12:19:52 ------------------- 12:19:52 stable info: 12:19:52 ------------------- 12:19:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:19:52 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 12:19:52 Message: update stable to v1.0.131 12:19:53 ------------------- 12:19:53 experimental info: 12:19:53 ------------------- 12:19:53 Commited By: **** collab-it+edgex@linuxfoundation.org 12:19:53 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 12:19:53 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:19:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:19:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:19:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:19:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:19:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:19:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:19:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:19:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:19:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:19:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:19:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:19:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2735 [Pipeline] echo 12:19:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2735 [Pipeline] echo 12:19:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2735 [Pipeline] echo 12:19:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 242d4ac046b8aeeadee82f45789d3fc30e749afb [Pipeline] echo 12:19:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 242d4ac [Pipeline] echo 12:19:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 12:19:57 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 12:19:57 + for file in '`ls cmd/**/Dockerfile`' 12:19:57 ++ dirname cmd/core-command/Dockerfile 12:19:57 ++ cut -d/ -f2 12:19:57 + echo core-command,cmd/core-command/Dockerfile 12:19:57 + for file in '`ls cmd/**/Dockerfile`' 12:19:57 ++ dirname cmd/core-data/Dockerfile 12:19:57 ++ cut -d/ -f2 12:19:57 + echo core-data,cmd/core-data/Dockerfile 12:19:57 + for file in '`ls cmd/**/Dockerfile`' 12:19:57 ++ dirname cmd/core-metadata/Dockerfile 12:19:57 ++ cut -d/ -f2 12:19:57 + echo core-metadata,cmd/core-metadata/Dockerfile 12:19:57 + for file in '`ls cmd/**/Dockerfile`' 12:19:57 ++ dirname cmd/security-proxy-setup/Dockerfile 12:19:57 ++ cut -d/ -f2 12:19:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:19:57 + for file in '`ls cmd/**/Dockerfile`' 12:19:57 ++ dirname cmd/security-secrets-setup/Dockerfile 12:19:57 ++ cut -d/ -f2 12:19:57 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 12:19:57 + for file in '`ls cmd/**/Dockerfile`' 12:19:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:19:57 ++ cut -d/ -f2 12:19:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:19:57 + for file in '`ls cmd/**/Dockerfile`' 12:19:57 ++ cut -d/ -f2 12:19:57 ++ dirname cmd/support-logging/Dockerfile 12:19:57 + echo support-logging,cmd/support-logging/Dockerfile 12:19:57 + for file in '`ls cmd/**/Dockerfile`' 12:19:57 ++ dirname cmd/support-notifications/Dockerfile 12:19:57 ++ cut -d/ -f2 12:19:57 + echo support-notifications,cmd/support-notifications/Dockerfile 12:19:57 + for file in '`ls cmd/**/Dockerfile`' 12:19:57 ++ dirname cmd/support-scheduler/Dockerfile 12:19:57 ++ cut -d/ -f2 12:19:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:19:57 + for file in '`ls cmd/**/Dockerfile`' 12:19:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:19:57 ++ cut -d/ -f2 12:19:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:19:57 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 12:19:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:19:58 12:19:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:19:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:19:59 latest: Pulling from edgex-devops/git-semver 12:19:59 31603596830f: Pulling fs layer 12:19:59 2a8b12db71e7: Pulling fs layer 12:19:59 6ca5941a6612: Pulling fs layer 12:19:59 ecc8261a40a4: Pulling fs layer 12:19:59 ecc8261a40a4: Waiting 12:19:59 2a8b12db71e7: Download complete 12:19:59 31603596830f: Verifying Checksum 12:19:59 31603596830f: Download complete 12:19:59 ecc8261a40a4: Verifying Checksum 12:19:59 ecc8261a40a4: Download complete 12:19:59 6ca5941a6612: Verifying Checksum 12:19:59 6ca5941a6612: Download complete 12:19:59 31603596830f: Pull complete 12:20:00 2a8b12db71e7: Pull complete 12:20:01 6ca5941a6612: Pull complete 12:20:01 ecc8261a40a4: Pull complete 12:20:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:20:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:20:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:20:01 prd-centos7-docker-4c-2g-3460 does not seem to be running inside a container 12:20:01 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:10004/edgex-devops/git-semver:latest cat 12:20:03 $ docker top 4ad01d22439d821e3ce6a87a0de0900fd6d7b741a5f61f9e647554a7e0cb48ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:20:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:20:03 [ssh-agent] Looking for ssh-agent implementation... 12:20:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:20:04 $ docker exec 4ad01d22439d821e3ce6a87a0de0900fd6d7b741a5f61f9e647554a7e0cb48ae ssh-agent 12:20:04 SSH_AUTH_SOCK=/tmp/ssh-1mgEUpMhRUOf/agent.11 12:20:04 SSH_AGENT_PID=16 12:20:04 Running ssh-add (command line suppressed) 12:20:04 Identity added: /w/workspace/edgex-go/9@tmp/private_key_391268436346609913.key (/w/workspace/edgex-go/9@tmp/private_key_391268436346609913.key) 12:20:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:20:04 + git describe --exact-match --tags HEAD 12:20:04 fatal: no tag exactly matches '242d4ac046b8aeeadee82f45789d3fc30e749afb' [Pipeline] } 12:20:04 $ docker exec --env ******** --env ******** 4ad01d22439d821e3ce6a87a0de0900fd6d7b741a5f61f9e647554a7e0cb48ae ssh-agent -k 12:20:05 unset SSH_AUTH_SOCK; 12:20:05 unset SSH_AGENT_PID; 12:20:05 echo Agent pid 16 killed; 12:20:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 12:20:05 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 12:20:05 This usually means this commit has not been tagged. [Pipeline] sshagent 12:20:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:20:05 [ssh-agent] Looking for ssh-agent implementation... 12:20:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:20:05 $ docker exec 4ad01d22439d821e3ce6a87a0de0900fd6d7b741a5f61f9e647554a7e0cb48ae ssh-agent 12:20:05 SSH_AUTH_SOCK=/tmp/ssh-yCd1iqqTShuJ/agent.44 12:20:05 SSH_AGENT_PID=49 12:20:05 Running ssh-add (command line suppressed) 12:20:05 Identity added: /w/workspace/edgex-go/9@tmp/private_key_5768994004405427973.key (/w/workspace/edgex-go/9@tmp/private_key_5768994004405427973.key) 12:20:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:20:06 + git semver init 12:20:06 # -> Open(): unable to determine branch for HEAD 12:20:06 # $GIT_DIR = /w/workspace/edgex-go/9/.git 12:20:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 12:20:06 # $SEMVER_REMOTE_NAME = origin 12:20:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:20:06 # $SEMVER_USER_NAME = edgex-jenkins 12:20:06 # $SEMVER_BRANCH = PR-2735 12:20:06 # $SEMVER_TEMP = /tmp/semver-719023211 12:20:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:20:28 # '/tmp/semver-719023211' -> '/w/workspace/edgex-go/9/.semver' 12:20:29 # -> Force: false 12:20:29 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 12:20:29 $ docker exec --env ******** --env ******** 4ad01d22439d821e3ce6a87a0de0900fd6d7b741a5f61f9e647554a7e0cb48ae ssh-agent -k 12:20:29 unset SSH_AUTH_SOCK; 12:20:29 unset SSH_AGENT_PID; 12:20:29 echo Agent pid 49 killed; 12:20:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:20:29 + git semver [Pipeline] } 12:20:29 $ docker stop --time=1 4ad01d22439d821e3ce6a87a0de0900fd6d7b741a5f61f9e647554a7e0cb48ae 12:20:31 $ docker rm -f 4ad01d22439d821e3ce6a87a0de0900fd6d7b741a5f61f9e647554a7e0cb48ae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 12:20:44 Stashed 68 file(s) [Pipeline] echo 12:20:44 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 12:20:44 ========================================================= 12:20:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:20:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:20:45 + 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 . 12:20:48 Sending build context to Docker daemon 324.7MB 12:20:48 Step 1/7 : ARG BASE=golang:1.15-alpine 12:20:48 Step 2/7 : FROM ${BASE} 12:20:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:20:48 df20fa9351a1: Pulling fs layer 12:20:48 ed8968b2872e: Pulling fs layer 12:20:48 a92cc7c5fd73: Pulling fs layer 12:20:48 e871e8e8d7a9: Pulling fs layer 12:20:48 e73272ec9a57: Pulling fs layer 12:20:48 1e910a182e73: Pulling fs layer 12:20:48 4e634b169226: Pulling fs layer 12:20:48 e871e8e8d7a9: Waiting 12:20:48 e73272ec9a57: Waiting 12:20:48 1e910a182e73: Waiting 12:20:48 4e634b169226: Waiting 12:20:48 a92cc7c5fd73: Verifying Checksum 12:20:48 ed8968b2872e: Verifying Checksum 12:20:48 ed8968b2872e: Download complete 12:20:48 e73272ec9a57: Download complete 12:20:48 1e910a182e73: Verifying Checksum 12:20:48 1e910a182e73: Download complete 12:20:48 df20fa9351a1: Download complete 12:20:49 df20fa9351a1: Pull complete 12:20:49 ed8968b2872e: Pull complete 12:20:49 a92cc7c5fd73: Pull complete 12:20:51 4e634b169226: Verifying Checksum 12:20:51 4e634b169226: Download complete 12:20:51 e871e8e8d7a9: Verifying Checksum 12:20:51 e871e8e8d7a9: Download complete 12:20:57 e871e8e8d7a9: Pull complete 12:20:57 e73272ec9a57: Pull complete 12:20:57 1e910a182e73: Pull complete 12:20:59 Still waiting to schedule task 12:20:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:21:02 4e634b169226: Pull complete 12:21:02 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 12:21:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:21:02 ---> f7629b54cfaa 12:21:02 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 12:21:02 ---> Running in 27dcf4862574 12:21:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:21:04 (1/12) Installing libmagic (5.38-r0) 12:21:04 (2/12) Installing file (5.38-r0) 12:21:04 (3/12) Installing libc-dev (0.7.2-r3) 12:21:04 (4/12) Installing g++ (9.3.0-r2) 12:21:07 (5/12) Installing fortify-headers (1.1-r0) 12:21:07 (6/12) Installing patch (2.7.6-r6) 12:21:07 (7/12) Installing build-base (0.5-r2) 12:21:07 (8/12) Installing libsodium (1.0.18-r0) 12:21:07 (9/12) Installing pkgconf (1.7.2-r0) 12:21:07 (10/12) Installing libsodium-dev (1.0.18-r0) 12:21:08 (11/12) Installing libzmq (4.3.3-r0) 12:21:08 (12/12) Installing zeromq-dev (4.3.3-r0) 12:21:08 Executing busybox-1.31.1-r16.trigger 12:21:08 OK: 233 MiB in 51 packages 12:21:12 Removing intermediate container 27dcf4862574 12:21:12 ---> f7962ed9491b 12:21:12 Step 4/7 : WORKDIR /edgex-go 12:21:12 ---> Running in cd675fd2f079 12:21:12 Removing intermediate container cd675fd2f079 12:21:12 ---> b2550f413017 12:21:12 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:21:12 latest: Pulling from library/docker 12:21:12 df20fa9351a1: Already exists 12:21:12 25ad7478873d: Pulling fs layer 12:21:12 4684f6177b5d: Pulling fs layer 12:21:12 8ba584e970af: Pulling fs layer 12:21:12 3cdc74d2b06d: Pulling fs layer 12:21:12 4cf5a0d07c1f: Pulling fs layer 12:21:12 fca0ccc462d5: Pulling fs layer 12:21:12 3cdc74d2b06d: Waiting 12:21:12 fca0ccc462d5: Waiting 12:21:12 4cf5a0d07c1f: Waiting 12:21:12 4684f6177b5d: Download complete 12:21:12 25ad7478873d: Verifying Checksum 12:21:12 25ad7478873d: Download complete 12:21:12 3cdc74d2b06d: Verifying Checksum 12:21:12 3cdc74d2b06d: Download complete 12:21:12 4cf5a0d07c1f: Verifying Checksum 12:21:12 4cf5a0d07c1f: Download complete 12:21:13 fca0ccc462d5: Verifying Checksum 12:21:13 fca0ccc462d5: Download complete 12:21:13 25ad7478873d: Pull complete 12:21:13 4684f6177b5d: Pull complete 12:21:13 8ba584e970af: Download complete 12:21:16 8ba584e970af: Pull complete 12:21:16 3cdc74d2b06d: Pull complete 12:21:16 4cf5a0d07c1f: Pull complete 12:21:16 fca0ccc462d5: Pull complete 12:21:16 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 12:21:16 Status: Downloaded newer image for docker:latest 12:21:18 ---> d5026a84d98f 12:21:18 Step 6/7 : COPY go.mod . 12:21:18 ---> eb32a18a4456 12:21:18 Step 7/7 : RUN go mod download 12:21:18 ---> Running in 02e2804f4df2 12:21:40 Removing intermediate container 02e2804f4df2 12:21:40 ---> 8376bcddfc04 12:21:40 Successfully built 8376bcddfc04 12:21:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:21:40 + docker inspect -f . ci-base-image-x86_64 12:21:40 . [Pipeline] withDockerContainer 12:21:40 prd-centos7-docker-4c-2g-3460 does not seem to be running inside a container 12:21:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 12:21:41 $ docker top 65a6c1e7f807db9248d73bd10888e07e6a04c09a5be68fbb884ebde044758c6b -eo pid,comm [Pipeline] { [Pipeline] sh 12:21:41 + go version 12:21:41 go version go1.15.2 linux/amd64 [Pipeline] } 12:21:41 $ docker stop --time=1 65a6c1e7f807db9248d73bd10888e07e6a04c09a5be68fbb884ebde044758c6b 12:21:43 $ docker rm -f 65a6c1e7f807db9248d73bd10888e07e6a04c09a5be68fbb884ebde044758c6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:21:44 + docker inspect -f . ci-base-image-x86_64 12:21:44 . [Pipeline] withDockerContainer 12:21:44 prd-centos7-docker-4c-2g-3460 does not seem to be running inside a container 12:21:44 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 12:21:45 $ docker top d08ef9f471bafbc61795775bf0f1b5b2d30fbcc4815c717f89ef1f38bd29c432 -eo pid,comm [Pipeline] { [Pipeline] echo 12:21:45 ========================================================= 12:21:45 [edgeXBuildGoParallel] Running Tests and Build... 12:21:45 ========================================================= [Pipeline] sh 12:21:45 + make test 12:21:45 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:21:48 ? github.com/edgexfoundry/edgex-go [no test files] 12:21:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:22:01 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 12:22:01 internal/core/metadata/v2/router.go:33:8: undefined: httpController 12:22:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:22:04 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s 12:22:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements 12:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.064s coverage: 27.2% of statements 12:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.011s coverage: 100.0% of statements 12:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements 12:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.055s coverage: 84.0% of statements 12:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.051s coverage: 93.5% of statements 12:22:13 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] 12:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.023s coverage: 100.0% of statements 12:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements 12:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.026s coverage: 86.7% of statements 12:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.042s coverage: 97.5% of statements 12:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.025s coverage: 100.0% of statements 12:22:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.019s coverage: 100.0% of statements 12:22:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 12:22:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.014s coverage: 0.0% of statements [no tests to run] 12:22:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.055s coverage: 63.5% of statements 12:22:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.017s coverage: 100.0% of statements 12:22:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.091s coverage: 55.9% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.919s coverage: 86.3% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.313s coverage: 72.2% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.130s coverage: 72.1% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.019s coverage: 82.4% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.034s coverage: 48.4% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.013s coverage: 96.8% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.023s coverage: 31.1% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.167s coverage: 84.1% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.009s coverage: 42.9% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.008s coverage: 83.8% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.023s coverage: 46.9% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.018s coverage: 100.0% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.074s coverage: 29.1% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.031s coverage: 99.0% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.018s coverage: 100.0% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.027s coverage: 87.9% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.007s coverage: 32.1% of statements 12:22:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 12:22:25 make: *** [Makefile:81: test] Error 2 [Pipeline] } 12:22:25 $ docker stop --time=1 d08ef9f471bafbc61795775bf0f1b5b2d30fbcc4815c717f89ef1f38bd29c432 12:22:27 $ docker rm -f d08ef9f471bafbc61795775bf0f1b5b2d30fbcc4815c717f89ef1f38bd29c432 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] // stage [Pipeline] } 12:22:28 Failed in branch amd64 12:22:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3461 in /w/workspace/edgexfoundry_edgex-go_PR-2735 [Pipeline] { [Pipeline] ws 12:22:58 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 12:23:03 using credential edgex-jenkins-ssh 12:23:03 Cloning the remote Git repository 12:23:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:23:03 > git init /w/workspace/edgex-go/9 # timeout=10 12:23:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:23:03 > git --version # timeout=10 12:23:03 > git --version # 'git version 2.17.1' 12:23:03 using GIT_SSH to set credentials SSH Credentials for GitHub 12:23:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:23:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:23:28 Merging remotes/origin/master commit ac752d64f668fa491594c1427640d28afa24e84a into PR head commit f682f2b841304ad2386183a006738bb4c8c33210 12:23:28 Merge succeeded, producing ebf2b7182568f477c8cdcd97a45f6a3a06ac0758 12:23:28 Checking out Revision ebf2b7182568f477c8cdcd97a45f6a3a06ac0758 (PR-2735) 12:23:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:23:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:23:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:23:27 using GIT_SSH to set credentials SSH Credentials for GitHub 12:23:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2735/head:refs/remotes/origin/PR-2735 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:23:28 > git config core.sparsecheckout # timeout=10 12:23:28 > git checkout -f f682f2b841304ad2386183a006738bb4c8c33210 # timeout=10 12:23:28 > git remote # timeout=10 12:23:28 > git config --get remote.origin.url # timeout=10 12:23:28 using GIT_SSH to set credentials SSH Credentials for GitHub 12:23:28 > git merge ac752d64f668fa491594c1427640d28afa24e84a # timeout=10 12:23:28 > git rev-parse HEAD^{commit} # timeout=10 12:23:28 > git config core.sparsecheckout # timeout=10 12:23:28 > git checkout -f ebf2b7182568f477c8cdcd97a45f6a3a06ac0758 # timeout=10 12:23:33 Commit message: "Merge commit 'ac752d64f668fa491594c1427640d28afa24e84a' into HEAD" 12:23:33 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 12:23:33 > git rev-list --no-walk 6ddc5c9b7cf4656c028b0fc9f7745c9912232025 # timeout=10 [Pipeline] echo 12:23:46 ========================================================= 12:23:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:23:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:23:47 + 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 . 12:23:51 Sending build context to Docker daemon 324.7MB 12:23:51 Step 1/7 : ARG BASE=golang:1.15-alpine 12:23:51 Step 2/7 : FROM ${BASE} 12:23:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:23:51 b538f80385f9: Pulling fs layer 12:23:51 74f711af9a0d: Pulling fs layer 12:23:51 99f96fe45779: Pulling fs layer 12:23:51 8529a6b9a6be: Pulling fs layer 12:23:51 45590311c82a: Pulling fs layer 12:23:51 69ca0ff8b7b3: Pulling fs layer 12:23:51 209524e5b208: Pulling fs layer 12:23:51 8529a6b9a6be: Waiting 12:23:51 45590311c82a: Waiting 12:23:51 69ca0ff8b7b3: Waiting 12:23:51 209524e5b208: Waiting 12:23:51 99f96fe45779: Download complete 12:23:51 74f711af9a0d: Verifying Checksum 12:23:51 74f711af9a0d: Download complete 12:23:51 45590311c82a: Verifying Checksum 12:23:51 45590311c82a: Download complete 12:23:52 69ca0ff8b7b3: Verifying Checksum 12:23:52 69ca0ff8b7b3: Download complete 12:23:52 b538f80385f9: Download complete 12:23:52 b538f80385f9: Pull complete 12:23:53 74f711af9a0d: Pull complete 12:23:53 99f96fe45779: Pull complete 12:23:54 209524e5b208: Download complete 12:23:55 8529a6b9a6be: Verifying Checksum 12:23:55 8529a6b9a6be: Download complete 12:24:05 8529a6b9a6be: Pull complete 12:24:05 45590311c82a: Pull complete 12:24:06 69ca0ff8b7b3: Pull complete 12:24:10 209524e5b208: Pull complete 12:24:10 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 12:24:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:24:10 ---> 5bddaf1c2fca 12:24:10 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 12:24:14 ---> Running in 66cd01ee792b 12:24:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:24:17 (1/12) Installing libmagic (5.38-r0) 12:24:17 (2/12) Installing file (5.38-r0) 12:24:17 (3/12) Installing libc-dev (0.7.2-r3) 12:24:17 (4/12) Installing g++ (9.3.0-r2) 12:24:25 (5/12) Installing fortify-headers (1.1-r0) 12:24:25 (6/12) Installing patch (2.7.6-r6) 12:24:25 (7/12) Installing build-base (0.5-r2) 12:24:25 (8/12) Installing libsodium (1.0.18-r0) 12:24:25 (9/12) Installing pkgconf (1.7.2-r0) 12:24:26 (10/12) Installing libsodium-dev (1.0.18-r0) 12:24:26 (11/12) Installing libzmq (4.3.3-r0) 12:24:26 (12/12) Installing zeromq-dev (4.3.3-r0) 12:24:26 Executing busybox-1.31.1-r16.trigger 12:24:26 OK: 217 MiB in 51 packages 12:24:30 Removing intermediate container 66cd01ee792b 12:24:30 ---> 51860ddfeaf9 12:24:30 Step 4/7 : WORKDIR /edgex-go 12:24:30 ---> Running in 688eced4b697 12:24:31 Removing intermediate container 688eced4b697 12:24:31 ---> c8d53d0c8487 12:24:31 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:24:31 latest: Pulling from library/docker 12:24:31 b538f80385f9: Already exists 12:24:31 259a493cd78d: Pulling fs layer 12:24:31 b8e66b5100f5: Pulling fs layer 12:24:31 7f8258a56ab6: Pulling fs layer 12:24:31 75a0a0ebb566: Pulling fs layer 12:24:31 4a2c62f0a2a3: Pulling fs layer 12:24:31 294320357d30: Pulling fs layer 12:24:31 75a0a0ebb566: Waiting 12:24:31 4a2c62f0a2a3: Waiting 12:24:31 294320357d30: Waiting 12:24:31 b8e66b5100f5: Verifying Checksum 12:24:31 b8e66b5100f5: Download complete 12:24:31 259a493cd78d: Verifying Checksum 12:24:31 259a493cd78d: Download complete 12:24:31 75a0a0ebb566: Verifying Checksum 12:24:31 75a0a0ebb566: Download complete 12:24:31 4a2c62f0a2a3: Verifying Checksum 12:24:31 4a2c62f0a2a3: Download complete 12:24:32 294320357d30: Verifying Checksum 12:24:32 294320357d30: Download complete 12:24:32 259a493cd78d: Pull complete 12:24:33 b8e66b5100f5: Pull complete 12:24:33 7f8258a56ab6: Download complete 12:24:36 7f8258a56ab6: Pull complete 12:24:36 75a0a0ebb566: Pull complete 12:24:37 4a2c62f0a2a3: Pull complete 12:24:37 294320357d30: Pull complete 12:24:37 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 12:24:37 Status: Downloaded newer image for docker:latest 12:24:40 ---> a4889db10f18 12:24:40 Step 6/7 : COPY go.mod . 12:24:41 ---> 5edd33f39750 12:24:41 Step 7/7 : RUN go mod download 12:24:41 ---> Running in 12932a92c04c 12:25:08 Removing intermediate container 12932a92c04c 12:25:08 ---> 9611ac2cfc9b 12:25:08 Successfully built 9611ac2cfc9b 12:25:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:25:08 + docker inspect -f . ci-base-image-arm64 12:25:08 . [Pipeline] withDockerContainer 12:25:09 prd-ubuntu18.04-docker-arm64-4c-16g-3461 does not seem to be running inside a container 12:25:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-arm64 cat 12:25:10 $ docker top 36be42782c587531a09d7c9d2d7122e1768c2b758767a7752903b83e09414221 -eo pid,comm [Pipeline] { [Pipeline] sh 12:25:12 + go version 12:25:12 go version go1.15.2 linux/arm64 [Pipeline] } 12:25:12 $ docker stop --time=1 36be42782c587531a09d7c9d2d7122e1768c2b758767a7752903b83e09414221 12:25:14 $ docker rm -f 36be42782c587531a09d7c9d2d7122e1768c2b758767a7752903b83e09414221 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:25:15 + docker inspect -f . ci-base-image-arm64 12:25:15 . [Pipeline] withDockerContainer 12:25:15 prd-ubuntu18.04-docker-arm64-4c-16g-3461 does not seem to be running inside a container 12:25:15 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-arm64 cat 12:25:16 $ docker top 1435ec31e01d5bf7e9b75349b5455576de585fb10253f23580ab57a1020d7fd3 -eo pid,comm [Pipeline] { [Pipeline] echo 12:25:17 ========================================================= 12:25:17 [edgeXBuildGoParallel] Running Tests and Build... 12:25:17 ========================================================= [Pipeline] sh 12:25:17 + make test 12:25:17 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:25:20 ? github.com/edgexfoundry/edgex-go [no test files] 12:25:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:25:59 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 12:25:59 internal/core/metadata/v2/router.go:33:8: undefined: httpController 12:26:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:26:08 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.056s 12:26:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.061s coverage: 46.6% of statements 12:26:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.2% of statements 12:26:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 12:26:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.015s coverage: 100.0% of statements 12:26:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.042s coverage: 84.0% of statements 12:26:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.382s coverage: 93.5% of statements 12:26:25 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] 12:26:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 12:26:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.022s coverage: 100.0% of statements 12:26:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.091s coverage: 86.7% of statements 12:26:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements 12:26:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 100.0% of statements 12:26:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.081s coverage: 100.0% of statements 12:26:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.019s coverage: 58.8% of statements 12:26:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.013s coverage: 0.0% of statements [no tests to run] 12:26:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 63.5% of statements 12:26:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.011s coverage: 100.0% of statements 12:26:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.294s coverage: 55.9% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 27.766s coverage: 86.3% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.026s coverage: 72.2% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.461s coverage: 72.1% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.026s coverage: 28.8% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.031s coverage: 96.8% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 31.1% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.288s coverage: 84.1% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.034s coverage: 42.9% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.041s coverage: 83.8% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.105s coverage: 46.9% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.019s coverage: 100.0% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.188s coverage: 29.1% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.018s coverage: 100.0% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.012s coverage: 100.0% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.017s coverage: 87.9% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements 12:27:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.021s coverage: 100.0% of statements 12:27:04 make: *** [Makefile:81: test] Error 2 [Pipeline] } 12:27:04 $ docker stop --time=1 1435ec31e01d5bf7e9b75349b5455576de585fb10253f23580ab57a1020d7fd3 12:27:06 $ docker rm -f 1435ec31e01d5bf7e9b75349b5455576de585fb10253f23580ab57a1020d7fd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:27:08 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 12:27:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:27:12 ---> package-listing.sh 12:27:12 ++ facter osfamily 12:27:12 ++ tr '[:upper:]' '[:lower:]' 12:27:12 + OS_FAMILY=redhat 12:27:12 + workspace=/w/workspace/edgex-go/9 12:27:12 + START_PACKAGES=/tmp/packages_start.txt 12:27:12 + END_PACKAGES=/tmp/packages_end.txt 12:27:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:27:12 + PACKAGES=/tmp/packages_start.txt 12:27:12 + '[' /w/workspace/edgex-go/9 ']' 12:27:12 + PACKAGES=/tmp/packages_end.txt 12:27:12 + case "${OS_FAMILY}" in 12:27:12 + rpm -qa 12:27:12 + sort 12:27:16 + '[' -f /tmp/packages_start.txt ']' 12:27:16 + '[' -f /tmp/packages_end.txt ']' 12:27:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:27:16 + '[' /w/workspace/edgex-go/9 ']' 12:27:16 + mkdir -p /w/workspace/edgex-go/9/archives/ 12:27:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:27:17 provisioning config files... 12:27:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config2324418059864578003tmp [Pipeline] { [Pipeline] echo 12:27:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:27:17 ---> create-netrc.sh [Pipeline] } 12:27:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:27:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:27:17 ---> python-tools-install.sh 12:27:17 Generating Requirements File 12:28:39 Python 3.6.8 12:28:39 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 12:28:39 aiohttp==3.6.2 12:28:39 appdirs==1.4.3 12:28:39 argcomplete==1.12.1 12:28:39 aspy.yaml==1.3.0 12:28:39 async-timeout==3.0.1 12:28:39 attrs==19.3.0 12:28:39 Babel==2.8.0 12:28:39 beautifulsoup4==4.8.2 12:28:39 boto3==1.11.6 12:28:39 botocore==1.14.6 12:28:39 bs4==0.0.1 12:28:39 cachetools==4.1.1 12:28:39 certifi==2019.11.28 12:28:39 cffi==1.14.3 12:28:39 cfgv==2.0.1 12:28:39 chardet==3.0.4 12:28:39 click==7.1 12:28:39 cliff==3.4.0 12:28:39 cmd2==1.3.11 12:28:39 colorama==0.4.3 12:28:39 cryptography==3.1.1 12:28:39 debtcollector==2.2.0 12:28:39 decorator==4.4.2 12:28:39 defusedxml==0.6.0 12:28:39 Deprecated==1.2.7 12:28:39 distlib==0.3.1 12:28:39 distro==1.2.0 12:28:39 dnspython==1.16.0 12:28:39 docker==4.2.0 12:28:39 docutils==0.15.2 12:28:39 dogpile.cache==1.0.2 12:28:39 email-validator==1.0.5 12:28:39 filelock==3.0.12 12:28:39 future==0.18.2 12:28:39 google-auth==1.22.0 12:28:39 httplib2==0.17.0 12:28:39 identify==1.4.11 12:28:39 idna==2.9 12:28:39 idna-ssl==1.1.0 12:28:39 importlib-metadata==1.7.0 12:28:39 importlib-resources==1.5.0 12:28:39 iso8601==0.1.13 12:28:39 Jinja2==2.11.1 12:28:39 jmespath==0.10.0 12:28:39 jsonpatch==1.26 12:28:39 jsonpointer==2.0 12:28:39 jsonschema==3.2.0 12:28:39 keystoneauth1==4.2.1 12:28:39 kubernetes==11.0.0 12:28:39 lftools==0.34.2 12:28:39 lxml==4.5.0 12:28:39 MarkupSafe==0.23 12:28:39 msgpack==1.0.0 12:28:39 multi-key-dict==2.0.3 12:28:39 multidict==4.7.6 12:28:39 munch==2.5.0 12:28:39 netaddr==0.8.0 12:28:39 netifaces==0.10.9 12:28:39 niet==1.4.2 12:28:39 nodeenv==1.3.5 12:28:39 oauth2client==4.1.3 12:28:39 oauthlib==3.1.0 12:28:39 openstacksdk==0.50.0 12:28:39 os-client-config==2.1.0 12:28:39 os-service-types==1.7.0 12:28:39 osc-lib==2.2.1 12:28:39 oslo.config==8.3.2 12:28:39 oslo.context==3.1.1 12:28:39 oslo.i18n==5.0.1 12:28:39 oslo.log==4.4.0 12:28:39 oslo.serialization==4.0.1 12:28:39 oslo.utils==4.6.0 12:28:39 packaging==20.4 12:28:39 pbr==5.4.4 12:28:39 pluggy==0.13.1 12:28:39 prettytable==0.7.2 12:28:39 py==1.9.0 12:28:39 pyasn1==0.4.8 12:28:39 pyasn1-modules==0.2.8 12:28:39 pycparser==2.20 12:28:39 pygerrit2==2.0.10 12:28:39 PyGithub==1.46 12:28:39 pyinotify==0.9.6 12:28:39 PyJWT==1.7.1 12:28:39 pyparsing==2.4.7 12:28:39 pyperclip==1.8.0 12:28:39 pyroute2==0.4.13 12:28:39 pyrsistent==0.15.7 12:28:39 PySocks==1.6.8 12:28:39 python-cinderclient==7.2.0 12:28:39 python-dateutil==2.8.1 12:28:39 python-heatclient==2.2.1 12:28:39 python-jenkins==1.7.0 12:28:39 python-keystoneclient==4.1.1 12:28:39 python-magnumclient==3.2.1 12:28:39 python-novaclient==17.2.1 12:28:39 python-openstackclient==5.4.0 12:28:39 python-swiftclient==3.10.1 12:28:39 pytz==2020.1 12:28:39 PyYAML==5.3 12:28:39 requests==2.23.0 12:28:39 requests-oauthlib==1.3.0 12:28:39 requestsexceptions==1.4.0 12:28:39 rfc3986==1.4.0 12:28:39 rpm==4.11.3 12:28:39 rsa==4.0 12:28:39 ruamel.yaml==0.16.10 12:28:39 ruamel.yaml.clib==0.2.0 12:28:39 s3transfer==0.3.3 12:28:39 shade==1.27.2 12:28:39 simplejson==3.17.2 12:28:39 six==1.14.0 12:28:39 soupsieve==2.0 12:28:39 stevedore==3.2.2 12:28:39 tabulate==0.8.6 12:28:39 toml==0.10.0 12:28:39 tox==3.20.0 12:28:39 tqdm==4.43.0 12:28:39 typing-extensions==3.7.4.3 12:28:39 urllib3==1.25.8 12:28:39 virtualenv==20.0.33 12:28:39 wcwidth==0.2.5 12:28:39 websocket-client==0.57.0 12:28:39 wrapt==1.12.1 12:28:39 xdg==3.0.2 12:28:39 xmltodict==0.12.0 12:28:39 yarl==1.6.0 12:28:39 yq==2.11.1 12:28:39 zipp==3.3.0 12:28:39 Cache entry deserialization failed, entry ignored 12:28:39 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 12:28:39 Python 2.7.5 12:28:39 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 12:28:39 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 12:28:39 ansible==2.9.7 12:28:39 Babel==0.9.6 12:28:39 backports.ssl-match-hostname==3.5.0.1 12:28:39 beautifulsoup4==4.4.1 12:28:39 bodhi==2.11.0 12:28:39 bodhi-client==2.11.0 12:28:39 CCColUtils==1.4 12:28:39 cffi==1.6.0 12:28:39 chardet==2.2.1 12:28:39 click==6.7 12:28:39 cloud-init==18.5 12:28:39 configobj==4.7.2 12:28:39 cryptography==1.7.2 12:28:39 decorator==3.4.0 12:28:39 distro==1.2.0 12:28:39 enum34==1.0.4 12:28:39 fedpkg==1.38 12:28:39 futures==3.1.1 12:28:39 gitdb==0.6.4 12:28:39 GitPython==1.0.1 12:28:39 html5lib==0.999 12:28:39 httplib2==0.9.2 12:28:39 idna==2.4 12:28:39 iniparse==0.4 12:28:39 ipaddress==1.0.16 12:28:39 IPy==0.75 12:28:39 javapackages==1.0.0 12:28:39 Jinja2==2.7.2 12:28:39 jmespath==0.9.4 12:28:39 jsonpatch==1.2 12:28:39 jsonpointer==1.9 12:28:39 kerberos==1.1 12:28:39 kitchen==1.1.1 12:28:39 langtable==0.0.31 12:28:39 lockfile==0.9.1 12:28:39 lxml==3.2.1 12:28:39 MarkupSafe==0.11 12:28:39 munch==2.0.2 12:28:39 offtrac==0.1.0 12:28:39 openidc-client==0.6.0 12:28:39 packagedb-cli==2.14.1 12:28:39 paramiko==2.1.1 12:28:39 perf==0.1 12:28:39 ply==3.4 12:28:39 policycoreutils-default-encoding==0.1 12:28:39 prettytable==0.7.2 12:28:39 pyasn1==0.1.9 12:28:39 pycparser==2.14 12:28:39 pycurl==7.19.0 12:28:39 pygobject==3.22.0 12:28:39 pygpgme==0.3 12:28:39 pyliblzma==0.5.3 12:28:39 pyOpenSSL==0.13.1 12:28:39 pyparsing==1.5.6 12:28:39 pyserial==2.6 12:28:39 python-augeas==0.5.0 12:28:39 python-bugzilla==2.3.0 12:28:39 python-dateutil==1.5 12:28:39 python-fedora==0.10.0 12:28:39 python-linux-procfs==0.4.9 12:28:39 python-yubico==1.2.3 12:28:39 pyudev==0.15 12:28:39 pyusb==1.0.0b1 12:28:39 pyxattr==0.5.1 12:28:39 PyYAML==3.10 12:28:39 requests==2.6.0 12:28:39 requests-kerberos==0.7.0 12:28:39 rpkg==1.60 12:28:39 schedutils==0.4 12:28:39 seobject==0.1 12:28:39 sepolicy==1.1 12:28:39 six==1.9.0 12:28:39 smmap==0.9.0 12:28:39 urlgrabber==3.10 12:28:39 urllib3==1.10.2 12:28:39 virtualenv==15.1.0 12:28:39 yum-langpacks==0.4.2 12:28:39 yum-metadata-parser==1.1.4 [Pipeline] echo 12:28:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:28:39 ---> sudo-logs.sh 12:28:39 Archiving 'sudo' log.. [Pipeline] echo 12:28:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:28:40 ---> job-cost.sh 12:28:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DhJq 12:28:52 Cache entry deserialization failed, entry ignored 12:28:52 Cache entry deserialization failed, entry ignored 12:28:52 Cache entry deserialization failed, entry ignored 12:28:52 Cache entry deserialization failed, entry ignored 12:28:52 Cache entry deserialization failed, entry ignored 12:28:52 Cache entry deserialization failed, entry ignored 12:28:52 Cache entry deserialization failed, entry ignored 12:28:52 Cache entry deserialization failed, entry ignored 12:28:53 Cache entry deserialization failed, entry ignored 12:28:53 Cache entry deserialization failed, entry ignored 12:28:53 Cache entry deserialization failed, entry ignored 12:28:53 Cache entry deserialization failed, entry ignored 12:28:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:29:28 lf-activate-venv(): INFO: Adding /tmp/venv-DhJq/bin to PATH 12:29:28 INFO: No Stack... 12:29:28 INFO: Retrieving Pricing Info for: v1-standard-2 12:29:28 INFO: Archiving Costs [Pipeline] echo 12:29:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:29:29 ---> logs-deploy.sh 12:29:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2735/9 12:29:29 INFO: archiving workspace using pattern(s): 12:29:30 Archives upload complete. 12:29:30 INFO: archiving logs to Nexus