Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4a1412fe3679be6652f13296ba45411ccc085237 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2143’ Running on prd-centos7-docker-4c-2g-2145 in /w/workspace/dgexfoundry_device-sdk-go_master [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/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 4a1412fe3679be6652f13296ba45411ccc085237 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 Commit message: "Merge pull request #602 from hahattan/issue-529-common" > git rev-list --no-walk fb7330ff9bf92f9fa1366cf6687914141b9e28cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:37:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:37:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:37:56 ========================================================= 05:37:56 EdgeX Global Pipelines Version Info 05:37:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:37:57 ------------------- 05:37:57 stable info: 05:37:57 ------------------- 05:37:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:37:57 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 05:37:57 Message: update stable to v1.0.131 05:37:58 ------------------- 05:37:58 experimental info: 05:37:58 ------------------- 05:37:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:37:58 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 05:37:58 Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 05:37:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 05:37:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 05:37:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:37:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:37:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:37:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:37:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:37:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:37:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 05:37:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:37:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:38:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 05:38:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:38:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:38:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:38:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:38:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:38:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:38:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:38:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:38:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:38:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:38:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:38:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:38:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:38:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 05:38:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 05:38:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 05:38:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a1412fe3679be6652f13296ba45411ccc085237 [Pipeline] echo 05:38:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a1412f [Pipeline] echo 05:38:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:38:02 + git log --format=format:%s -1 4a1412fe3679be6652f13296ba45411ccc085237 [Pipeline] echo 05:38:02 GIT_COMMIT: 4a1412fe3679be6652f13296ba45411ccc085237, Commit Message: Merge pull request #602 from hahattan/issue-529-common [Pipeline] echo 05:38:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:38:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:38:03 05:38:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:38:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:38:04 latest: Pulling from edgex-devops/git-semver 05:38:04 31603596830f: Pulling fs layer 05:38:04 2a8b12db71e7: Pulling fs layer 05:38:04 6ca5941a6612: Pulling fs layer 05:38:04 ecc8261a40a4: Pulling fs layer 05:38:04 ecc8261a40a4: Waiting 05:38:04 2a8b12db71e7: Verifying Checksum 05:38:04 2a8b12db71e7: Download complete 05:38:04 31603596830f: Verifying Checksum 05:38:04 31603596830f: Download complete 05:38:04 ecc8261a40a4: Verifying Checksum 05:38:04 ecc8261a40a4: Download complete 05:38:04 6ca5941a6612: Verifying Checksum 05:38:04 6ca5941a6612: Download complete 05:38:04 31603596830f: Pull complete 05:38:04 2a8b12db71e7: Pull complete 05:38:05 6ca5941a6612: Pull complete 05:38:05 ecc8261a40a4: Pull complete 05:38:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:38:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:38:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:38:05 prd-centos7-docker-4c-2g-2145 does not seem to be running inside a container 05:38:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:38:08 $ docker top e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:38:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:38:08 [ssh-agent] Looking for ssh-agent implementation... 05:38:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:38:08 $ docker exec e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 ssh-agent 05:38:09 SSH_AUTH_SOCK=/tmp/ssh-38sKRYRTJ7Jk/agent.12 05:38:09 SSH_AGENT_PID=18 05:38:09 Running ssh-add (command line suppressed) 05:38:09 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5142116986428509375.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5142116986428509375.key) 05:38:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:38:09 + git describe --exact-match --tags HEAD 05:38:09 fatal: no tag exactly matches '4a1412fe3679be6652f13296ba45411ccc085237' [Pipeline] } 05:38:09 $ docker exec --env ******** --env ******** e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 ssh-agent -k 05:38:09 unset SSH_AUTH_SOCK; 05:38:09 unset SSH_AGENT_PID; 05:38:09 echo Agent pid 18 killed; 05:38:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 05:38:09 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 05:38:09 This usually means this commit has not been tagged. [Pipeline] sshagent 05:38:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:38:10 [ssh-agent] Looking for ssh-agent implementation... 05:38:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:38:10 $ docker exec e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 ssh-agent 05:38:10 SSH_AUTH_SOCK=/tmp/ssh-pZXoW3J51cdC/agent.46 05:38:10 SSH_AGENT_PID=52 05:38:10 Running ssh-add (command line suppressed) 05:38:10 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1807238244046136876.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1807238244046136876.key) 05:38:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:38:10 + git semver init 05:38:10 # -> Open(): unable to determine branch for HEAD 05:38:10 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:38:10 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:38:10 # $SEMVER_REMOTE_NAME = origin 05:38:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:38:10 # $SEMVER_USER_NAME = edgex-jenkins 05:38:10 # $SEMVER_BRANCH = master 05:38:10 # $SEMVER_TEMP = /tmp/semver-306093523 05:38:10 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 05:38:11 # '/tmp/semver-306093523' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 05:38:11 # -> Force: false 05:38:11 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 05:38:11 $ docker exec --env ******** --env ******** e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 ssh-agent -k 05:38:11 unset SSH_AUTH_SOCK; 05:38:11 unset SSH_AGENT_PID; 05:38:11 echo Agent pid 52 killed; 05:38:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:38:12 + git semver [Pipeline] } 05:38:12 $ docker stop --time=1 e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 05:38:13 $ docker rm -f e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 05:38:14 Stashed 36 file(s) [Pipeline] echo 05:38:14 [edgeXSemver]: initialized semver on version 1.2.4-dev.17 [Pipeline] echo 05:38:14 Archived original version: [1.2.4-dev.17] [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 05:38:30 Still waiting to schedule task 05:38:30 ‘prd-centos7-docker-4c-2g-2147’ is offline 05:38:30 Still waiting to schedule task 05:38:30 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2144’ 05:39:45 Running on prd-centos7-docker-4c-2g-2150 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 05:39:45 Running in /w/workspace/device-sdk-go/67 [Pipeline] { [Pipeline] checkout 05:39:48 using credential edgex-jenkins-ssh 05:39:48 Cloning the remote Git repository 05:39:48 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:39:48 > git init /w/workspace/device-sdk-go/67 # timeout=10 05:39:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:39:48 > git --version # timeout=10 05:39:48 > git --version # 'git version 2.16.5' 05:39:48 using GIT_SSH to set credentials SSH Credentials for GitHub 05:39:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:39:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:39:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:39:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:39:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:39:49 using GIT_SSH to set credentials SSH Credentials for GitHub 05:39:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:39:50 Checking out Revision 4a1412fe3679be6652f13296ba45411ccc085237 (master) 05:39:50 > git config core.sparsecheckout # timeout=10 05:39:50 > git checkout -f 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 05:39:54 Commit message: "Merge pull request #602 from hahattan/issue-529-common" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:39:55 ========================================================= 05:39:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:39:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:39:55 + 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 . 05:39:56 Sending build context to Docker daemon 3.415MB 05:39:56 Step 1/8 : ARG BASE=golang:1.15-alpine 05:39:56 Step 2/8 : FROM ${BASE} 05:39:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:39:56 df20fa9351a1: Pulling fs layer 05:39:56 ed8968b2872e: Pulling fs layer 05:39:56 a92cc7c5fd73: Pulling fs layer 05:39:56 e871e8e8d7a9: Pulling fs layer 05:39:56 e73272ec9a57: Pulling fs layer 05:39:56 1e910a182e73: Pulling fs layer 05:39:56 4e634b169226: Pulling fs layer 05:39:56 e871e8e8d7a9: Waiting 05:39:56 e73272ec9a57: Waiting 05:39:56 1e910a182e73: Waiting 05:39:56 4e634b169226: Waiting 05:39:56 a92cc7c5fd73: Verifying Checksum 05:39:56 a92cc7c5fd73: Download complete 05:39:56 ed8968b2872e: Verifying Checksum 05:39:56 ed8968b2872e: Download complete 05:39:57 e73272ec9a57: Verifying Checksum 05:39:57 e73272ec9a57: Download complete 05:39:57 1e910a182e73: Verifying Checksum 05:39:57 1e910a182e73: Download complete 05:39:57 df20fa9351a1: Verifying Checksum 05:39:57 df20fa9351a1: Download complete 05:39:57 df20fa9351a1: Pull complete 05:39:57 ed8968b2872e: Pull complete 05:39:57 a92cc7c5fd73: Pull complete 05:39:59 4e634b169226: Verifying Checksum 05:39:59 4e634b169226: Download complete 05:39:59 e871e8e8d7a9: Verifying Checksum 05:39:59 e871e8e8d7a9: Download complete 05:40:05 e871e8e8d7a9: Pull complete 05:40:05 e73272ec9a57: Pull complete 05:40:05 1e910a182e73: Pull complete 05:40:10 4e634b169226: Pull complete 05:40:10 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 05:40:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:40:10 ---> f7629b54cfaa 05:40:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:40:10 ---> Running in 001371b7cc6e 05:40:10 Removing intermediate container 001371b7cc6e 05:40:10 ---> b2c9cc9cfea0 05:40:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:10 ---> Running in ceb6923b61e1 05:40:11 Removing intermediate container ceb6923b61e1 05:40:11 ---> f7e1f0c10d2d 05:40:11 Step 5/8 : RUN apk add --no-cache make git 05:40:11 ---> Running in 508f39b7c429 05:40:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:40:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:40:13 OK: 166 MiB in 39 packages 05:40:14 Removing intermediate container 508f39b7c429 05:40:14 ---> 865b0157e2e9 05:40:14 Step 6/8 : WORKDIR /device-sdk-go 05:40:14 ---> Running in 05f4d60ccfa5 05:40:14 Removing intermediate container 05f4d60ccfa5 05:40:14 ---> cbea9f5a5e5c 05:40:14 Step 7/8 : COPY . . 05:40:15 ---> dcb68bd00d89 05:40:15 Step 8/8 : RUN go mod download 05:40:15 ---> Running in d38173796645 05:40:33 Removing intermediate container d38173796645 05:40:33 ---> 0d13a8b23b40 05:40:33 Successfully built 0d13a8b23b40 05:40:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:40:33 + docker inspect -f . ci-base-image-x86_64 05:40:33 . [Pipeline] withDockerContainer 05:40:33 prd-centos7-docker-4c-2g-2150 does not seem to be running inside a container 05:40:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/67 -v /w/workspace/device-sdk-go/67:/w/workspace/device-sdk-go/67:rw,z -v /w/workspace/device-sdk-go/67@tmp:/w/workspace/device-sdk-go/67@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 ******** ci-base-image-x86_64 cat 05:40:35 $ docker top 5eb00017af78b6f66ded29a0d7e36b884631f96a91179a2983019302dab4d904 -eo pid,comm [Pipeline] { [Pipeline] sh 05:40:35 + go version 05:40:35 go version go1.15.2 linux/amd64 [Pipeline] } 05:40:35 $ docker stop --time=1 5eb00017af78b6f66ded29a0d7e36b884631f96a91179a2983019302dab4d904 05:40:36 $ docker rm -f 5eb00017af78b6f66ded29a0d7e36b884631f96a91179a2983019302dab4d904 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:40:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:40:39 + ls -al . 05:40:39 total 64 05:40:39 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 30 05:39 . 05:40:39 drwxrwxr-x. 4 jenkins jenkins 30 Sep 30 05:39 .. 05:40:39 drwxrwxr-x. 2 jenkins jenkins 64 Sep 30 05:39 bin 05:40:39 -rw-rw-r--. 1 jenkins jenkins 936 Sep 30 05:39 Dockerfile.build 05:40:39 -rw-rw-r--. 1 jenkins jenkins 140 Sep 30 05:39 .dockerignore 05:40:39 drwxrwxr-x. 4 jenkins jenkins 48 Sep 30 05:39 example 05:40:39 drwxrwxr-x. 8 jenkins jenkins 162 Sep 30 05:39 .git 05:40:39 drwxrwxr-x. 2 jenkins jenkins 60 Sep 30 05:39 .github 05:40:39 -rw-rw-r--. 1 jenkins jenkins 138 Sep 30 05:39 .gitignore 05:40:39 -rw-rw-r--. 1 jenkins jenkins 517 Sep 30 05:39 go.mod 05:40:39 drwxrwxr-x. 15 jenkins jenkins 211 Sep 30 05:39 internal 05:40:39 -rw-rw-r--. 1 jenkins jenkins 785 Sep 30 05:39 Jenkinsfile 05:40:39 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 30 05:39 LICENSE 05:40:39 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 30 05:39 Makefile 05:40:39 drwxrwxr-x. 4 jenkins jenkins 26 Sep 30 05:39 openapi 05:40:39 drwxrwxr-x. 5 jenkins jenkins 50 Sep 30 05:39 pkg 05:40:39 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 30 05:39 README.md 05:40:39 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 30 05:39 RELEASE-NOTES.txt 05:40:39 drwxrwxr-x. 3 jenkins jenkins 44 Sep 30 05:39 .semver 05:40:39 drwxrwxr-x. 4 jenkins jenkins 54 Sep 30 05:39 snap 05:40:39 -rw-rw-r--. 1 jenkins jenkins 12 Sep 30 05:38 VERSION 05:40:39 -rw-rw-r--. 1 jenkins jenkins 222 Sep 30 05:39 version.go [Pipeline] isUnix [Pipeline] sh 05:40:39 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4a1412fe3679be6652f13296ba45411ccc085237 --label arch=amd64 --label version=1.2.4-dev.17 . 05:40:39 Sending build context to Docker daemon 3.415MB 05:40:39 Step 1/24 : ARG BASE=golang:1.15-alpine 05:40:39 Step 2/24 : FROM ${BASE} AS builder 05:40:39 ---> 0d13a8b23b40 05:40:39 Step 3/24 : ARG MAKE='make build' 05:40:40 ---> Running in 38a1f1fb232d 05:40:40 Removing intermediate container 38a1f1fb232d 05:40:40 ---> 4caad245d371 05:40:40 Step 4/24 : WORKDIR /device-sdk-go 05:40:40 ---> Running in 96ad2f7a7463 05:40:40 Removing intermediate container 96ad2f7a7463 05:40:40 ---> b0b478a8061a 05:40:40 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:40:40 ---> Running in d26fbe7f5772 05:40:40 Removing intermediate container d26fbe7f5772 05:40:40 ---> 5d4577cd8ac2 05:40:40 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:41 ---> Running in ddc8b4d90275 05:40:41 Removing intermediate container ddc8b4d90275 05:40:41 ---> 825c1de6f413 05:40:41 Step 7/24 : RUN apk add --update --no-cache make git 05:40:41 ---> Running in b8fbd3e49417 05:40:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:40:43 OK: 166 MiB in 39 packages 05:40:43 Removing intermediate container b8fbd3e49417 05:40:43 ---> 474d9af0ff85 05:40:43 Step 8/24 : COPY . . 05:40:44 ---> 03c070553f0d 05:40:44 Step 9/24 : RUN ${MAKE} 05:40:45 ---> Running in b2d16cd0f57f 05:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.17" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:40:53 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:40:55 Removing intermediate container b2d16cd0f57f 05:40:55 ---> dda4079a3641 05:40:55 Step 10/24 : FROM scratch 05:40:55 ---> 05:40:55 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:40:55 ---> Running in e8eab260090e 05:40:55 Removing intermediate container e8eab260090e 05:40:55 ---> fb9359818b04 05:40:55 Step 12/24 : ENV APP_PORT=49990 05:40:55 ---> Running in 36fb1fd96251 05:40:55 Removing intermediate container 36fb1fd96251 05:40:55 ---> 0672316730a4 05:40:55 Step 13/24 : EXPOSE $APP_PORT 05:40:55 ---> Running in fedae5f980a9 05:40:56 Removing intermediate container fedae5f980a9 05:40:56 ---> f0aa9636b534 05:40:56 Step 14/24 : WORKDIR / 05:40:56 ---> Running in 1d2dc060a9b9 05:40:56 Removing intermediate container 1d2dc060a9b9 05:40:56 ---> dd0adc7ca0e3 05:40:56 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:40:56 ---> a7e348471e62 05:40:56 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:40:56 ---> b8c922b249ee 05:40:56 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:40:57 ---> e9691209191e 05:40:57 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:40:57 ---> a41cc101ce55 05:40:57 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:40:57 ---> 0c2faa73ef87 05:40:57 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:40:57 ---> Running in 8b2427d45418 05:40:58 Removing intermediate container 8b2427d45418 05:40:58 ---> f0893c7360af 05:40:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:40:58 ---> Running in 8b17248e9b5c 05:40:58 Removing intermediate container 8b17248e9b5c 05:40:58 ---> 3652af2fc1f7 05:40:58 Step 22/24 : LABEL arch=amd64 05:40:58 ---> Running in 171868bb9feb 05:40:58 Removing intermediate container 171868bb9feb 05:40:58 ---> 83fe2bb66d04 05:40:58 Step 23/24 : LABEL git_sha=4a1412fe3679be6652f13296ba45411ccc085237 05:40:58 ---> Running in 5106ccc748d8 05:40:58 Removing intermediate container 5106ccc748d8 05:40:58 ---> 8d92feb31654 05:40:58 Step 24/24 : LABEL version=1.2.4-dev.17 05:40:58 ---> Running in 60511d4f0b54 05:40:58 Removing intermediate container 60511d4f0b54 05:40:58 ---> d1c2f7742f30 05:40:58 [Warning] One or more build-args [ARCH] were not consumed 05:40:58 Successfully built d1c2f7742f30 05:40:58 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:41:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2152 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 05:41:25 Running in /w/workspace/device-sdk-go/67 [Pipeline] { [Pipeline] checkout 05:41:30 using credential edgex-jenkins-ssh 05:41:30 Cloning the remote Git repository 05:41:30 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:41:31 > git init /w/workspace/device-sdk-go/67 # timeout=10 05:41:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:41:31 > git --version # timeout=10 05:41:31 > git --version # 'git version 2.17.1' 05:41:31 using GIT_SSH to set credentials SSH Credentials for GitHub 05:41:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:41:32 Checking out Revision 4a1412fe3679be6652f13296ba45411ccc085237 (master) 05:41:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:41:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:41:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:41:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:41:32 using GIT_SSH to set credentials SSH Credentials for GitHub 05:41:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:41:32 > git config core.sparsecheckout # timeout=10 05:41:32 > git checkout -f 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 05:41:37 Commit message: "Merge pull request #602 from hahattan/issue-529-common" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:41:38 ========================================================= 05:41:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:41:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:41:40 + 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 . 05:41:41 Sending build context to Docker daemon 3.414MB 05:41:41 Step 1/8 : ARG BASE=golang:1.15-alpine 05:41:41 Step 2/8 : FROM ${BASE} 05:41:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:41:41 b538f80385f9: Pulling fs layer 05:41:41 74f711af9a0d: Pulling fs layer 05:41:41 99f96fe45779: Pulling fs layer 05:41:41 8529a6b9a6be: Pulling fs layer 05:41:41 45590311c82a: Pulling fs layer 05:41:41 69ca0ff8b7b3: Pulling fs layer 05:41:41 209524e5b208: Pulling fs layer 05:41:41 8529a6b9a6be: Waiting 05:41:41 45590311c82a: Waiting 05:41:41 69ca0ff8b7b3: Waiting 05:41:41 209524e5b208: Waiting 05:41:41 99f96fe45779: Verifying Checksum 05:41:41 99f96fe45779: Download complete 05:41:41 74f711af9a0d: Verifying Checksum 05:41:41 74f711af9a0d: Download complete 05:41:41 45590311c82a: Verifying Checksum 05:41:41 45590311c82a: Download complete 05:41:41 69ca0ff8b7b3: Verifying Checksum 05:41:41 69ca0ff8b7b3: Download complete 05:41:41 b538f80385f9: Verifying Checksum 05:41:41 b538f80385f9: Download complete 05:41:42 b538f80385f9: Pull complete 05:41:43 74f711af9a0d: Pull complete 05:41:43 99f96fe45779: Pull complete 05:41:44 209524e5b208: Verifying Checksum 05:41:44 209524e5b208: Download complete 05:41:45 8529a6b9a6be: Verifying Checksum 05:41:45 8529a6b9a6be: Download complete 05:41:55 8529a6b9a6be: Pull complete 05:41:55 45590311c82a: Pull complete 05:41:55 69ca0ff8b7b3: Pull complete 05:41:59 209524e5b208: Pull complete 05:41:59 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 05:41:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:41:59 ---> 5bddaf1c2fca 05:41:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:42:02 ---> Running in cd625d1c6745 05:42:02 Removing intermediate container cd625d1c6745 05:42:02 ---> 44ad515ffa9d 05:42:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:42:03 ---> Running in 0e5c92060995 05:42:05 Removing intermediate container 0e5c92060995 05:42:05 ---> b1f5437b1335 05:42:05 Step 5/8 : RUN apk add --no-cache make git 05:42:06 ---> Running in 8287dbc7f116 05:42:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:42:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:42:09 OK: 142 MiB in 39 packages 05:42:10 Removing intermediate container 8287dbc7f116 05:42:10 ---> cc9d85bf39b7 05:42:10 Step 6/8 : WORKDIR /device-sdk-go 05:42:10 ---> Running in d105152e54f5 05:42:11 Removing intermediate container d105152e54f5 05:42:11 ---> ab3c318e4db7 05:42:11 Step 7/8 : COPY . . 05:42:12 ---> 642e4a195682 05:42:12 Step 8/8 : RUN go mod download 05:42:12 ---> Running in d637f79a773d 05:42:39 Removing intermediate container d637f79a773d 05:42:39 ---> 6a9737b1cf56 05:42:39 Successfully built 6a9737b1cf56 05:42:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:42:39 + docker inspect -f . ci-base-image-arm64 05:42:39 . [Pipeline] withDockerContainer 05:42:40 prd-ubuntu18.04-docker-arm64-4c-16g-2152 does not seem to be running inside a container 05:42:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/67 -v /w/workspace/device-sdk-go/67:/w/workspace/device-sdk-go/67:rw,z -v /w/workspace/device-sdk-go/67@tmp:/w/workspace/device-sdk-go/67@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 ******** ci-base-image-arm64 cat 05:42:42 $ docker top 5b3f77563ec6edbf5edcf79820a2cd129c002771358d0a7df676370785b81d8d -eo pid,comm [Pipeline] { [Pipeline] sh 05:42:43 + go version 05:42:43 go version go1.15.2 linux/arm64 [Pipeline] } 05:42:43 $ docker stop --time=1 5b3f77563ec6edbf5edcf79820a2cd129c002771358d0a7df676370785b81d8d 05:42:45 $ docker rm -f 5b3f77563ec6edbf5edcf79820a2cd129c002771358d0a7df676370785b81d8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:42:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:42:47 + ls -al . 05:42:47 total 104 05:42:47 drwxrwxr-x 11 jenkins jenkins 4096 Sep 30 05:41 . 05:42:47 drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 05:41 .. 05:42:47 -rw-rw-r-- 1 jenkins jenkins 140 Sep 30 05:41 .dockerignore 05:42:47 drwxrwxr-x 8 jenkins jenkins 4096 Sep 30 05:41 .git 05:42:47 drwxrwxr-x 2 jenkins jenkins 4096 Sep 30 05:41 .github 05:42:47 -rw-rw-r-- 1 jenkins jenkins 138 Sep 30 05:41 .gitignore 05:42:47 drwxrwxr-x 3 jenkins jenkins 4096 Sep 30 05:41 .semver 05:42:47 -rw-rw-r-- 1 jenkins jenkins 936 Sep 30 05:41 Dockerfile.build 05:42:47 -rw-rw-r-- 1 jenkins jenkins 785 Sep 30 05:41 Jenkinsfile 05:42:47 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 30 05:41 LICENSE 05:42:47 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 30 05:41 Makefile 05:42:47 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 30 05:41 README.md 05:42:47 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 30 05:41 RELEASE-NOTES.txt 05:42:47 -rw-rw-r-- 1 jenkins jenkins 12 Sep 30 05:38 VERSION 05:42:47 drwxrwxr-x 2 jenkins jenkins 4096 Sep 30 05:41 bin 05:42:47 drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 05:41 example 05:42:47 -rw-rw-r-- 1 jenkins jenkins 517 Sep 30 05:41 go.mod 05:42:47 drwxrwxr-x 15 jenkins jenkins 4096 Sep 30 05:41 internal 05:42:47 drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 05:41 openapi 05:42:47 drwxrwxr-x 5 jenkins jenkins 4096 Sep 30 05:41 pkg 05:42:47 drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 05:41 snap 05:42:47 -rw-rw-r-- 1 jenkins jenkins 222 Sep 30 05:41 version.go [Pipeline] isUnix [Pipeline] sh 05:42:47 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4a1412fe3679be6652f13296ba45411ccc085237 --label arch=arm64 --label version=1.2.4-dev.17 . 05:42:48 Sending build context to Docker daemon 3.414MB 05:42:48 Step 1/24 : ARG BASE=golang:1.15-alpine 05:42:48 Step 2/24 : FROM ${BASE} AS builder 05:42:48 ---> 6a9737b1cf56 05:42:48 Step 3/24 : ARG MAKE='make build' 05:42:48 ---> Running in af64d874b75e 05:42:48 Removing intermediate container af64d874b75e 05:42:48 ---> 5ea2d3c85f10 05:42:48 Step 4/24 : WORKDIR /device-sdk-go 05:42:48 ---> Running in 39b2110a66f6 05:42:49 Removing intermediate container 39b2110a66f6 05:42:49 ---> 14cb5874a842 05:42:49 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:42:49 ---> Running in cabe7f1634a3 05:42:50 Removing intermediate container cabe7f1634a3 05:42:50 ---> 4757a32da596 05:42:50 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:42:50 ---> Running in 3f34854ffb9a 05:42:52 Removing intermediate container 3f34854ffb9a 05:42:52 ---> 511d84a310eb 05:42:52 Step 7/24 : RUN apk add --update --no-cache make git 05:42:52 ---> Running in 478b54a5dc1b 05:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:42:55 OK: 142 MiB in 39 packages 05:42:57 Removing intermediate container 478b54a5dc1b 05:42:57 ---> 5c72258ba291 05:42:57 Step 8/24 : COPY . . 05:42:58 ---> 2603fd5dd573 05:42:58 Step 9/24 : RUN ${MAKE} 05:42:58 ---> Running in 926f90b4bacf 05:43:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.17" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:43:32 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:43:32 Removing intermediate container 926f90b4bacf 05:43:32 ---> e5cb689e86a8 05:43:32 Step 10/24 : FROM scratch 05:43:32 ---> 05:43:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:43:32 ---> Running in 23ce3256c558 05:43:32 Removing intermediate container 23ce3256c558 05:43:32 ---> d98ed4e11503 05:43:32 Step 12/24 : ENV APP_PORT=49990 05:43:32 ---> Running in 0b5db89d7e95 05:43:32 Removing intermediate container 0b5db89d7e95 05:43:32 ---> 046fb3576fdf 05:43:32 Step 13/24 : EXPOSE $APP_PORT 05:43:32 ---> Running in b617ee3e6806 05:43:32 Removing intermediate container b617ee3e6806 05:43:32 ---> 22a6529b23b5 05:43:32 Step 14/24 : WORKDIR / 05:43:32 ---> Running in b1b9046c086f 05:43:32 Removing intermediate container b1b9046c086f 05:43:32 ---> 9aa9caf53327 05:43:32 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:43:33 ---> fd0aa1229150 05:43:33 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:43:34 ---> 17a6172dcd1d 05:43:34 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:43:35 ---> 15c1d258ed2b 05:43:35 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:43:36 ---> 72e18b3bf9ed 05:43:36 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:43:36 ---> 070f790d3c41 05:43:36 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:43:36 ---> Running in 98b19267dc49 05:43:37 Removing intermediate container 98b19267dc49 05:43:37 ---> 29e9cc324c66 05:43:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:43:37 ---> Running in f32577cf1ad1 05:43:38 Removing intermediate container f32577cf1ad1 05:43:38 ---> 698e6c642ffb 05:43:38 Step 22/24 : LABEL arch=arm64 05:43:38 ---> Running in 9ed8600816b3 05:43:38 Removing intermediate container 9ed8600816b3 05:43:38 ---> c73ab8bae25f 05:43:38 Step 23/24 : LABEL git_sha=4a1412fe3679be6652f13296ba45411ccc085237 05:43:39 ---> Running in 8e2257679fc3 05:43:39 Removing intermediate container 8e2257679fc3 05:43:39 ---> 31439999ec14 05:43:39 Step 24/24 : LABEL version=1.2.4-dev.17 05:43:39 ---> Running in 0b1fc8fe780e 05:43:40 Removing intermediate container 0b1fc8fe780e 05:43:40 ---> e157a021e8e1 05:43:40 [Warning] One or more build-args [ARCH] were not consumed 05:43:40 Successfully built e157a021e8e1 05:43:40 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:43:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 05:43:42 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 05:43:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:43:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:43:42 05:43:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 05:43:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:43:43 1.317.0: Pulling from edgex-devops/edgex-snyk-go 05:43:43 cbdbe7a5bc2a: Pulling fs layer 05:43:43 408f87550127: Pulling fs layer 05:43:43 fe522b08c979: Pulling fs layer 05:43:43 221eaa008020: Pulling fs layer 05:43:43 2a4607e5d6b9: Pulling fs layer 05:43:43 8f79b27c4fd2: Pulling fs layer 05:43:43 e5c8dbe1645b: Pulling fs layer 05:43:43 23e8b3b47431: Pulling fs layer 05:43:43 5c568d65a230: Pulling fs layer 05:43:43 221eaa008020: Waiting 05:43:43 e5c8dbe1645b: Waiting 05:43:43 2a4607e5d6b9: Waiting 05:43:43 8f79b27c4fd2: Waiting 05:43:43 23e8b3b47431: Waiting 05:43:43 5c568d65a230: Waiting 05:43:43 fe522b08c979: Verifying Checksum 05:43:43 fe522b08c979: Download complete 05:43:43 408f87550127: Verifying Checksum 05:43:43 408f87550127: Download complete 05:43:43 2a4607e5d6b9: Verifying Checksum 05:43:43 2a4607e5d6b9: Download complete 05:43:43 8f79b27c4fd2: Verifying Checksum 05:43:43 8f79b27c4fd2: Download complete 05:43:43 cbdbe7a5bc2a: Verifying Checksum 05:43:43 cbdbe7a5bc2a: Download complete 05:43:43 cbdbe7a5bc2a: Pull complete 05:43:43 408f87550127: Pull complete 05:43:43 fe522b08c979: Pull complete 05:43:44 e5c8dbe1645b: Verifying Checksum 05:43:44 e5c8dbe1645b: Download complete 05:43:45 23e8b3b47431: Verifying Checksum 05:43:45 23e8b3b47431: Download complete 05:43:45 5c568d65a230: Verifying Checksum 05:43:45 5c568d65a230: Download complete 05:43:46 221eaa008020: Verifying Checksum 05:43:46 221eaa008020: Download complete 05:43:51 221eaa008020: Pull complete 05:43:51 2a4607e5d6b9: Pull complete 05:43:51 8f79b27c4fd2: Pull complete 05:43:53 e5c8dbe1645b: Pull complete 05:43:57 23e8b3b47431: Pull complete 05:43:58 5c568d65a230: Pull complete 05:43:58 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 05:43:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:43:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 05:43:58 prd-centos7-docker-4c-2g-2145 does not seem to be running inside a container 05:43:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 05:43:59 $ docker top 4aaf8d0f9cabc8e539bbfeb5bdf8c33a2ab21b73c76d0b42a416e28d79386afc -eo pid,comm [Pipeline] { [Pipeline] sh 05:44:00 + snyk monitor '--org=edgex-jenkins' 05:44:15 05:44:15 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master... 05:44:15 05:44:15 Internal error (reference: 09471163-fb26-4a66-a62a-4e5cb7009ece) 05:44:15 05:44:15 Snyk CLI supports Node.js 8 and higher. 05:44:15 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 05:44:15 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 05:44:15 05:44:15 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 05:44:15 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 05:44:15 $ docker stop --time=1 4aaf8d0f9cabc8e539bbfeb5bdf8c33a2ab21b73c76d0b42a416e28d79386afc 05:44:17 $ docker rm -f 4aaf8d0f9cabc8e539bbfeb5bdf8c33a2ab21b73c76d0b42a416e28d79386afc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:44:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:44:21 ---> package-listing.sh 05:44:21 ++ facter osfamily 05:44:21 ++ tr '[:upper:]' '[:lower:]' 05:44:21 + OS_FAMILY=redhat 05:44:21 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 05:44:21 + START_PACKAGES=/tmp/packages_start.txt 05:44:21 + END_PACKAGES=/tmp/packages_end.txt 05:44:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:44:21 + PACKAGES=/tmp/packages_start.txt 05:44:21 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 05:44:21 + PACKAGES=/tmp/packages_end.txt 05:44:21 + case "${OS_FAMILY}" in 05:44:21 + rpm -qa 05:44:21 + sort 05:44:25 + '[' -f /tmp/packages_start.txt ']' 05:44:25 + '[' -f /tmp/packages_end.txt ']' 05:44:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:44:25 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 05:44:25 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 05:44:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:44:25 provisioning config files... 05:44:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config158435682869454381tmp [Pipeline] { [Pipeline] echo 05:44:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:44:26 ---> create-netrc.sh [Pipeline] } 05:44:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:44:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:44:26 ---> python-tools-install.sh 05:44:26 Generating Requirements File 05:45:48 Python 3.6.8 05:45:48 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 05:45:48 aiohttp==3.6.2 05:45:48 appdirs==1.4.3 05:45:48 argcomplete==1.12.1 05:45:48 aspy.yaml==1.3.0 05:45:48 async-timeout==3.0.1 05:45:48 attrs==19.3.0 05:45:48 Babel==2.8.0 05:45:48 beautifulsoup4==4.8.2 05:45:48 boto3==1.11.6 05:45:48 botocore==1.14.6 05:45:48 bs4==0.0.1 05:45:48 cachetools==4.1.1 05:45:48 certifi==2019.11.28 05:45:48 cffi==1.14.3 05:45:48 cfgv==2.0.1 05:45:48 chardet==3.0.4 05:45:48 click==7.1 05:45:48 cliff==3.4.0 05:45:48 cmd2==1.3.10 05:45:48 colorama==0.4.3 05:45:48 cryptography==3.1.1 05:45:48 debtcollector==2.2.0 05:45:48 decorator==4.4.2 05:45:48 defusedxml==0.6.0 05:45:48 Deprecated==1.2.7 05:45:48 distlib==0.3.1 05:45:48 distro==1.2.0 05:45:48 dnspython==1.16.0 05:45:48 docker==4.2.0 05:45:48 docutils==0.15.2 05:45:48 dogpile.cache==1.0.2 05:45:48 email-validator==1.0.5 05:45:48 filelock==3.0.12 05:45:48 future==0.18.2 05:45:48 google-auth==1.22.0 05:45:48 httplib2==0.17.0 05:45:48 identify==1.4.11 05:45:48 idna==2.9 05:45:48 idna-ssl==1.1.0 05:45:48 importlib-metadata==1.7.0 05:45:48 importlib-resources==1.5.0 05:45:48 iso8601==0.1.13 05:45:48 Jinja2==2.11.1 05:45:48 jmespath==0.10.0 05:45:48 jsonpatch==1.26 05:45:48 jsonpointer==2.0 05:45:48 jsonschema==3.2.0 05:45:48 keystoneauth1==4.2.1 05:45:48 kubernetes==11.0.0 05:45:48 lftools==0.34.2 05:45:48 lxml==4.5.0 05:45:48 MarkupSafe==0.23 05:45:48 msgpack==1.0.0 05:45:48 multi-key-dict==2.0.3 05:45:48 multidict==4.7.6 05:45:48 munch==2.5.0 05:45:48 netaddr==0.8.0 05:45:48 netifaces==0.10.9 05:45:48 niet==1.4.2 05:45:48 nodeenv==1.3.5 05:45:48 oauth2client==4.1.3 05:45:48 oauthlib==3.1.0 05:45:48 openstacksdk==0.50.0 05:45:48 os-client-config==2.1.0 05:45:48 os-service-types==1.7.0 05:45:48 osc-lib==2.2.1 05:45:48 oslo.config==8.3.2 05:45:48 oslo.context==3.1.1 05:45:48 oslo.i18n==5.0.1 05:45:48 oslo.log==4.4.0 05:45:48 oslo.serialization==4.0.1 05:45:48 oslo.utils==4.6.0 05:45:48 packaging==20.4 05:45:48 pbr==5.4.4 05:45:48 pluggy==0.13.1 05:45:48 prettytable==0.7.2 05:45:48 py==1.9.0 05:45:48 pyasn1==0.4.8 05:45:48 pyasn1-modules==0.2.8 05:45:48 pycparser==2.20 05:45:48 pygerrit2==2.0.10 05:45:48 PyGithub==1.46 05:45:48 pyinotify==0.9.6 05:45:48 PyJWT==1.7.1 05:45:48 pyparsing==2.4.7 05:45:48 pyperclip==1.8.0 05:45:48 pyroute2==0.4.13 05:45:48 pyrsistent==0.15.7 05:45:48 PySocks==1.6.8 05:45:48 python-cinderclient==7.2.0 05:45:48 python-dateutil==2.8.1 05:45:48 python-heatclient==2.2.1 05:45:48 python-jenkins==1.7.0 05:45:48 python-keystoneclient==4.1.1 05:45:48 python-magnumclient==3.2.1 05:45:48 python-novaclient==17.2.1 05:45:48 python-openstackclient==5.3.1 05:45:48 python-swiftclient==3.10.1 05:45:48 pytz==2020.1 05:45:48 PyYAML==5.3 05:45:48 requests==2.23.0 05:45:48 requests-oauthlib==1.3.0 05:45:48 requestsexceptions==1.4.0 05:45:48 rfc3986==1.4.0 05:45:48 rpm==4.11.3 05:45:48 rsa==4.0 05:45:48 ruamel.yaml==0.16.10 05:45:48 ruamel.yaml.clib==0.2.0 05:45:48 s3transfer==0.3.3 05:45:48 shade==1.27.2 05:45:48 simplejson==3.17.2 05:45:48 six==1.14.0 05:45:48 soupsieve==2.0 05:45:48 stevedore==3.2.2 05:45:48 tabulate==0.8.6 05:45:48 toml==0.10.0 05:45:48 tox==3.20.0 05:45:48 tqdm==4.43.0 05:45:48 typing-extensions==3.7.4.3 05:45:48 urllib3==1.25.8 05:45:48 virtualenv==20.0.31 05:45:48 wcwidth==0.2.5 05:45:48 websocket-client==0.57.0 05:45:48 wrapt==1.12.1 05:45:48 xdg==3.0.2 05:45:48 xmltodict==0.12.0 05:45:48 yarl==1.6.0 05:45:48 yq==2.11.1 05:45:48 zipp==3.2.0 05:45:48 Cache entry deserialization failed, entry ignored 05:45:48 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. 05:45:48 Python 2.7.5 05:45:48 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 05:45:48 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. 05:45:48 ansible==2.9.7 05:45:48 Babel==0.9.6 05:45:48 backports.ssl-match-hostname==3.5.0.1 05:45:48 beautifulsoup4==4.4.1 05:45:48 bodhi==2.11.0 05:45:48 bodhi-client==2.11.0 05:45:48 CCColUtils==1.4 05:45:48 cffi==1.6.0 05:45:48 chardet==2.2.1 05:45:48 click==6.7 05:45:48 cloud-init==18.5 05:45:48 configobj==4.7.2 05:45:48 cryptography==1.7.2 05:45:48 decorator==3.4.0 05:45:48 distro==1.2.0 05:45:48 enum34==1.0.4 05:45:48 fedpkg==1.38 05:45:48 futures==3.1.1 05:45:48 gitdb==0.6.4 05:45:48 GitPython==1.0.1 05:45:48 html5lib==0.999 05:45:48 httplib2==0.9.2 05:45:48 idna==2.4 05:45:48 iniparse==0.4 05:45:48 ipaddress==1.0.16 05:45:48 IPy==0.75 05:45:48 javapackages==1.0.0 05:45:48 Jinja2==2.7.2 05:45:48 jmespath==0.9.4 05:45:48 jsonpatch==1.2 05:45:48 jsonpointer==1.9 05:45:48 kerberos==1.1 05:45:48 kitchen==1.1.1 05:45:48 langtable==0.0.31 05:45:48 lockfile==0.9.1 05:45:48 lxml==3.2.1 05:45:48 MarkupSafe==0.11 05:45:48 munch==2.0.2 05:45:48 offtrac==0.1.0 05:45:48 openidc-client==0.6.0 05:45:48 packagedb-cli==2.14.1 05:45:48 paramiko==2.1.1 05:45:48 perf==0.1 05:45:48 ply==3.4 05:45:48 policycoreutils-default-encoding==0.1 05:45:48 prettytable==0.7.2 05:45:48 pyasn1==0.1.9 05:45:48 pycparser==2.14 05:45:48 pycurl==7.19.0 05:45:48 pygobject==3.22.0 05:45:48 pygpgme==0.3 05:45:48 pyliblzma==0.5.3 05:45:48 pyOpenSSL==0.13.1 05:45:48 pyparsing==1.5.6 05:45:48 pyserial==2.6 05:45:48 python-augeas==0.5.0 05:45:48 python-bugzilla==2.3.0 05:45:48 python-dateutil==1.5 05:45:48 python-fedora==0.10.0 05:45:48 python-linux-procfs==0.4.9 05:45:48 python-yubico==1.2.3 05:45:48 pyudev==0.15 05:45:48 pyusb==1.0.0b1 05:45:48 pyxattr==0.5.1 05:45:48 PyYAML==3.10 05:45:48 requests==2.6.0 05:45:48 requests-kerberos==0.7.0 05:45:48 rpkg==1.60 05:45:48 schedutils==0.4 05:45:48 seobject==0.1 05:45:48 sepolicy==1.1 05:45:48 six==1.9.0 05:45:48 smmap==0.9.0 05:45:48 urlgrabber==3.10 05:45:48 urllib3==1.10.2 05:45:48 virtualenv==15.1.0 05:45:48 yum-langpacks==0.4.2 05:45:48 yum-metadata-parser==1.1.4 [Pipeline] echo 05:45:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:45:48 ---> sudo-logs.sh 05:45:48 Archiving 'sudo' log.. [Pipeline] echo 05:45:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:45:49 ---> job-cost.sh 05:45:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-37QZ 05:46:01 Cache entry deserialization failed, entry ignored 05:46:01 Cache entry deserialization failed, entry ignored 05:46:02 Cache entry deserialization failed, entry ignored 05:46:02 Cache entry deserialization failed, entry ignored 05:46:02 Cache entry deserialization failed, entry ignored 05:46:02 Cache entry deserialization failed, entry ignored 05:46:02 Cache entry deserialization failed, entry ignored 05:46:02 Cache entry deserialization failed, entry ignored 05:46:03 Cache entry deserialization failed, entry ignored 05:46:03 Cache entry deserialization failed, entry ignored 05:46:03 Cache entry deserialization failed, entry ignored 05:46:03 Cache entry deserialization failed, entry ignored 05:46:03 Cache entry deserialization failed, entry ignored 05:46:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:46:32 ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. 05:46:32 05:46:32 We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 05:46:32 05:46:32 virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. 05:46:32 lf-activate-venv(): INFO: Adding /tmp/venv-37QZ/bin to PATH 05:46:32 INFO: No Stack... 05:46:33 INFO: Retrieving Pricing Info for: v1-standard-2 05:46:34 INFO: Archiving Costs [Pipeline] echo 05:46:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:46:35 ---> logs-deploy.sh 05:46:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/67 05:46:35 INFO: archiving workspace using pattern(s): 05:46:37 Archives upload complete. 05:46:37 INFO: archiving logs to Nexus