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 [2020-09-30T05:37:55.705Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-30T05:37:55.990Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-30T05:37:56.095Z] ========================================================= [2020-09-30T05:37:56.095Z] EdgeX Global Pipelines Version Info [2020-09-30T05:37:56.095Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-30T05:37:57.576Z] ------------------- [2020-09-30T05:37:57.576Z] stable info: [2020-09-30T05:37:57.576Z] ------------------- [2020-09-30T05:37:57.576Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-30T05:37:57.576Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-30T05:37:57.576Z] Message: update stable to v1.0.131 [2020-09-30T05:37:58.520Z] ------------------- [2020-09-30T05:37:58.520Z] experimental info: [2020-09-30T05:37:58.520Z] ------------------- [2020-09-30T05:37:58.520Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-30T05:37:58.520Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-30T05:37:58.520Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-30T05:37:58.911Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-30T05:37:59.009Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-30T05:37:59.103Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-30T05:37:59.192Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-30T05:37:59.285Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-30T05:37:59.376Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-30T05:37:59.487Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-30T05:37:59.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-30T05:37:59.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-30T05:37:59.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-30T05:37:59.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-30T05:38:00.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-30T05:38:00.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-30T05:38:00.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-30T05:38:00.428Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-30T05:38:00.552Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-30T05:38:00.707Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-30T05:38:00.820Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-30T05:38:00.911Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-30T05:38:01.017Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-30T05:38:01.113Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-30T05:38:01.226Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-30T05:38:01.318Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-30T05:38:01.413Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-30T05:38:01.504Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-09-30T05:38:01.597Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-30T05:38:01.710Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-30T05:38:01.799Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-30T05:38:01.997Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a1412fe3679be6652f13296ba45411ccc085237 [Pipeline] echo [2020-09-30T05:38:02.116Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a1412f [Pipeline] echo [2020-09-30T05:38:02.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-30T05:38:02.844Z] + git log --format=format:%s -1 4a1412fe3679be6652f13296ba45411ccc085237 [Pipeline] echo [2020-09-30T05:38:02.914Z] GIT_COMMIT: 4a1412fe3679be6652f13296ba45411ccc085237, Commit Message: Merge pull request #602 from hahattan/issue-529-common [Pipeline] echo [2020-09-30T05:38:02.962Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-30T05:38:03.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T05:38:03.807Z] [2020-09-30T05:38:03.807Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T05:38:04.162Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T05:38:04.162Z] latest: Pulling from edgex-devops/git-semver [2020-09-30T05:38:04.162Z] 31603596830f: Pulling fs layer [2020-09-30T05:38:04.162Z] 2a8b12db71e7: Pulling fs layer [2020-09-30T05:38:04.162Z] 6ca5941a6612: Pulling fs layer [2020-09-30T05:38:04.162Z] ecc8261a40a4: Pulling fs layer [2020-09-30T05:38:04.162Z] ecc8261a40a4: Waiting [2020-09-30T05:38:04.162Z] 2a8b12db71e7: Verifying Checksum [2020-09-30T05:38:04.162Z] 2a8b12db71e7: Download complete [2020-09-30T05:38:04.428Z] 31603596830f: Verifying Checksum [2020-09-30T05:38:04.428Z] 31603596830f: Download complete [2020-09-30T05:38:04.428Z] ecc8261a40a4: Verifying Checksum [2020-09-30T05:38:04.428Z] ecc8261a40a4: Download complete [2020-09-30T05:38:04.428Z] 6ca5941a6612: Verifying Checksum [2020-09-30T05:38:04.428Z] 6ca5941a6612: Download complete [2020-09-30T05:38:04.696Z] 31603596830f: Pull complete [2020-09-30T05:38:04.696Z] 2a8b12db71e7: Pull complete [2020-09-30T05:38:05.641Z] 6ca5941a6612: Pull complete [2020-09-30T05:38:05.641Z] ecc8261a40a4: Pull complete [2020-09-30T05:38:05.641Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-30T05:38:05.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T05:38:05.641Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-30T05:38:05.738Z] prd-centos7-docker-4c-2g-2145 does not seem to be running inside a container [2020-09-30T05:38:05.828Z] $ 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 [2020-09-30T05:38:08.378Z] $ docker top e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T05:38:08.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T05:38:08.751Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T05:38:08.953Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T05:38:08.959Z] $ docker exec e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 ssh-agent [2020-09-30T05:38:09.118Z] SSH_AUTH_SOCK=/tmp/ssh-38sKRYRTJ7Jk/agent.12 [2020-09-30T05:38:09.118Z] SSH_AGENT_PID=18 [2020-09-30T05:38:09.132Z] Running ssh-add (command line suppressed) [2020-09-30T05:38:09.253Z] 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) [2020-09-30T05:38:09.299Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T05:38:09.638Z] + git describe --exact-match --tags HEAD [2020-09-30T05:38:09.638Z] fatal: no tag exactly matches '4a1412fe3679be6652f13296ba45411ccc085237' [Pipeline] } [2020-09-30T05:38:09.666Z] $ docker exec --env ******** --env ******** e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 ssh-agent -k [2020-09-30T05:38:09.783Z] unset SSH_AUTH_SOCK; [2020-09-30T05:38:09.783Z] unset SSH_AGENT_PID; [2020-09-30T05:38:09.783Z] echo Agent pid 18 killed; [2020-09-30T05:38:09.824Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-30T05:38:09.915Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-30T05:38:09.915Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-30T05:38:10.016Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T05:38:10.016Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T05:38:10.184Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T05:38:10.190Z] $ docker exec e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 ssh-agent [2020-09-30T05:38:10.346Z] SSH_AUTH_SOCK=/tmp/ssh-pZXoW3J51cdC/agent.46 [2020-09-30T05:38:10.346Z] SSH_AGENT_PID=52 [2020-09-30T05:38:10.352Z] Running ssh-add (command line suppressed) [2020-09-30T05:38:10.478Z] 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) [2020-09-30T05:38:10.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T05:38:10.857Z] + git semver init [2020-09-30T05:38:10.857Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T05:38:10.857Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-09-30T05:38:10.857Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-09-30T05:38:10.857Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T05:38:10.857Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T05:38:10.857Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T05:38:10.857Z] # $SEMVER_BRANCH = master [2020-09-30T05:38:10.857Z] # $SEMVER_TEMP = /tmp/semver-306093523 [2020-09-30T05:38:10.857Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-30T05:38:11.437Z] # '/tmp/semver-306093523' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-09-30T05:38:11.703Z] # -> Force: false [2020-09-30T05:38:11.703Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-09-30T05:38:11.719Z] $ docker exec --env ******** --env ******** e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 ssh-agent -k [2020-09-30T05:38:11.833Z] unset SSH_AUTH_SOCK; [2020-09-30T05:38:11.834Z] unset SSH_AGENT_PID; [2020-09-30T05:38:11.834Z] echo Agent pid 52 killed; [2020-09-30T05:38:11.876Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T05:38:12.386Z] + git semver [Pipeline] } [2020-09-30T05:38:12.412Z] $ docker stop --time=1 e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 [2020-09-30T05:38:13.755Z] $ docker rm -f e9c5bd755e8e99b8c40b88e2a9fea7272ee1691b9ff3bc83b7a884df1c469a78 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-30T05:38:14.631Z] Stashed 36 file(s) [Pipeline] echo [2020-09-30T05:38:14.634Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.17 [Pipeline] echo [2020-09-30T05:38:14.724Z] 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 [2020-09-30T05:38:30.166Z] Still waiting to schedule task [2020-09-30T05:38:30.166Z] ‘prd-centos7-docker-4c-2g-2147’ is offline [2020-09-30T05:38:30.170Z] Still waiting to schedule task [2020-09-30T05:38:30.170Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2144’ [2020-09-30T05:39:45.340Z] Running on prd-centos7-docker-4c-2g-2150 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-30T05:39:45.391Z] Running in /w/workspace/device-sdk-go/67 [Pipeline] { [Pipeline] checkout [2020-09-30T05:39:48.038Z] using credential edgex-jenkins-ssh [2020-09-30T05:39:48.100Z] Cloning the remote Git repository [2020-09-30T05:39:48.136Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T05:39:48.207Z] > git init /w/workspace/device-sdk-go/67 # timeout=10 [2020-09-30T05:39:48.773Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T05:39:48.774Z] > git --version # timeout=10 [2020-09-30T05:39:48.781Z] > git --version # 'git version 2.16.5' [2020-09-30T05:39:48.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T05:39:48.814Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T05:39:49.494Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T05:39:49.504Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T05:39:49.519Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T05:39:49.533Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T05:39:49.533Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T05:39:49.538Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-30T05:39:50.843Z] Checking out Revision 4a1412fe3679be6652f13296ba45411ccc085237 (master) [2020-09-30T05:39:50.854Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T05:39:50.858Z] > git checkout -f 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 [2020-09-30T05:39:54.489Z] 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 [2020-09-30T05:39:55.344Z] ========================================================= [2020-09-30T05:39:55.344Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-30T05:39:55.344Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-30T05:39:55.914Z] + 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 . [2020-09-30T05:39:56.871Z] Sending build context to Docker daemon 3.415MB [2020-09-30T05:39:56.871Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-30T05:39:56.871Z] Step 2/8 : FROM ${BASE} [2020-09-30T05:39:56.871Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-30T05:39:56.871Z] df20fa9351a1: Pulling fs layer [2020-09-30T05:39:56.871Z] ed8968b2872e: Pulling fs layer [2020-09-30T05:39:56.871Z] a92cc7c5fd73: Pulling fs layer [2020-09-30T05:39:56.871Z] e871e8e8d7a9: Pulling fs layer [2020-09-30T05:39:56.871Z] e73272ec9a57: Pulling fs layer [2020-09-30T05:39:56.871Z] 1e910a182e73: Pulling fs layer [2020-09-30T05:39:56.871Z] 4e634b169226: Pulling fs layer [2020-09-30T05:39:56.871Z] e871e8e8d7a9: Waiting [2020-09-30T05:39:56.871Z] e73272ec9a57: Waiting [2020-09-30T05:39:56.871Z] 1e910a182e73: Waiting [2020-09-30T05:39:56.871Z] 4e634b169226: Waiting [2020-09-30T05:39:56.871Z] a92cc7c5fd73: Verifying Checksum [2020-09-30T05:39:56.871Z] a92cc7c5fd73: Download complete [2020-09-30T05:39:56.871Z] ed8968b2872e: Verifying Checksum [2020-09-30T05:39:56.871Z] ed8968b2872e: Download complete [2020-09-30T05:39:57.136Z] e73272ec9a57: Verifying Checksum [2020-09-30T05:39:57.136Z] e73272ec9a57: Download complete [2020-09-30T05:39:57.136Z] 1e910a182e73: Verifying Checksum [2020-09-30T05:39:57.136Z] 1e910a182e73: Download complete [2020-09-30T05:39:57.137Z] df20fa9351a1: Verifying Checksum [2020-09-30T05:39:57.137Z] df20fa9351a1: Download complete [2020-09-30T05:39:57.137Z] df20fa9351a1: Pull complete [2020-09-30T05:39:57.399Z] ed8968b2872e: Pull complete [2020-09-30T05:39:57.660Z] a92cc7c5fd73: Pull complete [2020-09-30T05:39:59.593Z] 4e634b169226: Verifying Checksum [2020-09-30T05:39:59.593Z] 4e634b169226: Download complete [2020-09-30T05:39:59.860Z] e871e8e8d7a9: Verifying Checksum [2020-09-30T05:39:59.860Z] e871e8e8d7a9: Download complete [2020-09-30T05:40:05.180Z] e871e8e8d7a9: Pull complete [2020-09-30T05:40:05.180Z] e73272ec9a57: Pull complete [2020-09-30T05:40:05.445Z] 1e910a182e73: Pull complete [2020-09-30T05:40:10.764Z] 4e634b169226: Pull complete [2020-09-30T05:40:10.764Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-30T05:40:10.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-30T05:40:10.764Z] ---> f7629b54cfaa [2020-09-30T05:40:10.764Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T05:40:10.764Z] ---> Running in 001371b7cc6e [2020-09-30T05:40:10.764Z] Removing intermediate container 001371b7cc6e [2020-09-30T05:40:10.764Z] ---> b2c9cc9cfea0 [2020-09-30T05:40:10.764Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T05:40:10.764Z] ---> Running in ceb6923b61e1 [2020-09-30T05:40:11.342Z] Removing intermediate container ceb6923b61e1 [2020-09-30T05:40:11.342Z] ---> f7e1f0c10d2d [2020-09-30T05:40:11.342Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-30T05:40:11.342Z] ---> Running in 508f39b7c429 [2020-09-30T05:40:12.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T05:40:13.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T05:40:13.506Z] OK: 166 MiB in 39 packages [2020-09-30T05:40:14.083Z] Removing intermediate container 508f39b7c429 [2020-09-30T05:40:14.083Z] ---> 865b0157e2e9 [2020-09-30T05:40:14.083Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-30T05:40:14.083Z] ---> Running in 05f4d60ccfa5 [2020-09-30T05:40:14.083Z] Removing intermediate container 05f4d60ccfa5 [2020-09-30T05:40:14.083Z] ---> cbea9f5a5e5c [2020-09-30T05:40:14.083Z] Step 7/8 : COPY . . [2020-09-30T05:40:15.034Z] ---> dcb68bd00d89 [2020-09-30T05:40:15.034Z] Step 8/8 : RUN go mod download [2020-09-30T05:40:15.298Z] ---> Running in d38173796645 [2020-09-30T05:40:33.488Z] Removing intermediate container d38173796645 [2020-09-30T05:40:33.488Z] ---> 0d13a8b23b40 [2020-09-30T05:40:33.488Z] Successfully built 0d13a8b23b40 [2020-09-30T05:40:33.488Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T05:40:33.834Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-30T05:40:33.835Z] . [Pipeline] withDockerContainer [2020-09-30T05:40:33.942Z] prd-centos7-docker-4c-2g-2150 does not seem to be running inside a container [2020-09-30T05:40:33.996Z] $ 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 [2020-09-30T05:40:35.096Z] $ docker top 5eb00017af78b6f66ded29a0d7e36b884631f96a91179a2983019302dab4d904 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T05:40:35.569Z] + go version [2020-09-30T05:40:35.570Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-30T05:40:35.586Z] $ docker stop --time=1 5eb00017af78b6f66ded29a0d7e36b884631f96a91179a2983019302dab4d904 [2020-09-30T05:40:36.926Z] $ 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 [2020-09-30T05:40:39.005Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-30T05:40:39.306Z] + ls -al . [2020-09-30T05:40:39.306Z] total 64 [2020-09-30T05:40:39.306Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 30 05:39 . [2020-09-30T05:40:39.306Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 30 05:39 .. [2020-09-30T05:40:39.306Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 30 05:39 bin [2020-09-30T05:40:39.306Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 30 05:39 Dockerfile.build [2020-09-30T05:40:39.306Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 30 05:39 .dockerignore [2020-09-30T05:40:39.307Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 30 05:39 example [2020-09-30T05:40:39.307Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 30 05:39 .git [2020-09-30T05:40:39.307Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 30 05:39 .github [2020-09-30T05:40:39.307Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 30 05:39 .gitignore [2020-09-30T05:40:39.307Z] -rw-rw-r--. 1 jenkins jenkins 517 Sep 30 05:39 go.mod [2020-09-30T05:40:39.307Z] drwxrwxr-x. 15 jenkins jenkins 211 Sep 30 05:39 internal [2020-09-30T05:40:39.307Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 30 05:39 Jenkinsfile [2020-09-30T05:40:39.307Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 30 05:39 LICENSE [2020-09-30T05:40:39.307Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 30 05:39 Makefile [2020-09-30T05:40:39.307Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 30 05:39 openapi [2020-09-30T05:40:39.307Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 30 05:39 pkg [2020-09-30T05:40:39.307Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 30 05:39 README.md [2020-09-30T05:40:39.307Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 30 05:39 RELEASE-NOTES.txt [2020-09-30T05:40:39.307Z] drwxrwxr-x. 3 jenkins jenkins 44 Sep 30 05:39 .semver [2020-09-30T05:40:39.307Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 30 05:39 snap [2020-09-30T05:40:39.307Z] -rw-rw-r--. 1 jenkins jenkins 12 Sep 30 05:38 VERSION [2020-09-30T05:40:39.307Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 30 05:39 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-30T05:40:39.668Z] + 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 . [2020-09-30T05:40:39.669Z] Sending build context to Docker daemon 3.415MB [2020-09-30T05:40:39.669Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-30T05:40:39.669Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-30T05:40:39.669Z] ---> 0d13a8b23b40 [2020-09-30T05:40:39.669Z] Step 3/24 : ARG MAKE='make build' [2020-09-30T05:40:40.242Z] ---> Running in 38a1f1fb232d [2020-09-30T05:40:40.504Z] Removing intermediate container 38a1f1fb232d [2020-09-30T05:40:40.504Z] ---> 4caad245d371 [2020-09-30T05:40:40.504Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-30T05:40:40.504Z] ---> Running in 96ad2f7a7463 [2020-09-30T05:40:40.766Z] Removing intermediate container 96ad2f7a7463 [2020-09-30T05:40:40.767Z] ---> b0b478a8061a [2020-09-30T05:40:40.767Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T05:40:40.767Z] ---> Running in d26fbe7f5772 [2020-09-30T05:40:40.767Z] Removing intermediate container d26fbe7f5772 [2020-09-30T05:40:40.767Z] ---> 5d4577cd8ac2 [2020-09-30T05:40:40.767Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T05:40:41.030Z] ---> Running in ddc8b4d90275 [2020-09-30T05:40:41.610Z] Removing intermediate container ddc8b4d90275 [2020-09-30T05:40:41.610Z] ---> 825c1de6f413 [2020-09-30T05:40:41.610Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-30T05:40:41.874Z] ---> Running in b8fbd3e49417 [2020-09-30T05:40:42.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T05:40:43.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T05:40:43.348Z] OK: 166 MiB in 39 packages [2020-09-30T05:40:43.935Z] Removing intermediate container b8fbd3e49417 [2020-09-30T05:40:43.935Z] ---> 474d9af0ff85 [2020-09-30T05:40:43.935Z] Step 8/24 : COPY . . [2020-09-30T05:40:44.887Z] ---> 03c070553f0d [2020-09-30T05:40:44.887Z] Step 9/24 : RUN ${MAKE} [2020-09-30T05:40:45.151Z] ---> Running in b2d16cd0f57f [2020-09-30T05:40:45.414Z] 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 [2020-09-30T05:40:53.661Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-30T05:40:55.589Z] Removing intermediate container b2d16cd0f57f [2020-09-30T05:40:55.589Z] ---> dda4079a3641 [2020-09-30T05:40:55.589Z] Step 10/24 : FROM scratch [2020-09-30T05:40:55.589Z] ---> [2020-09-30T05:40:55.589Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T05:40:55.589Z] ---> Running in e8eab260090e [2020-09-30T05:40:55.589Z] Removing intermediate container e8eab260090e [2020-09-30T05:40:55.589Z] ---> fb9359818b04 [2020-09-30T05:40:55.589Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-30T05:40:55.856Z] ---> Running in 36fb1fd96251 [2020-09-30T05:40:55.856Z] Removing intermediate container 36fb1fd96251 [2020-09-30T05:40:55.856Z] ---> 0672316730a4 [2020-09-30T05:40:55.856Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-30T05:40:55.856Z] ---> Running in fedae5f980a9 [2020-09-30T05:40:56.118Z] Removing intermediate container fedae5f980a9 [2020-09-30T05:40:56.118Z] ---> f0aa9636b534 [2020-09-30T05:40:56.118Z] Step 14/24 : WORKDIR / [2020-09-30T05:40:56.118Z] ---> Running in 1d2dc060a9b9 [2020-09-30T05:40:56.380Z] Removing intermediate container 1d2dc060a9b9 [2020-09-30T05:40:56.380Z] ---> dd0adc7ca0e3 [2020-09-30T05:40:56.380Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-30T05:40:56.956Z] ---> a7e348471e62 [2020-09-30T05:40:56.956Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-30T05:40:56.956Z] ---> b8c922b249ee [2020-09-30T05:40:56.956Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-30T05:40:57.219Z] ---> e9691209191e [2020-09-30T05:40:57.219Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-30T05:40:57.481Z] ---> a41cc101ce55 [2020-09-30T05:40:57.481Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-30T05:40:57.744Z] ---> 0c2faa73ef87 [2020-09-30T05:40:57.744Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-30T05:40:57.744Z] ---> Running in 8b2427d45418 [2020-09-30T05:40:58.007Z] Removing intermediate container 8b2427d45418 [2020-09-30T05:40:58.008Z] ---> f0893c7360af [2020-09-30T05:40:58.008Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T05:40:58.008Z] ---> Running in 8b17248e9b5c [2020-09-30T05:40:58.271Z] Removing intermediate container 8b17248e9b5c [2020-09-30T05:40:58.271Z] ---> 3652af2fc1f7 [2020-09-30T05:40:58.271Z] Step 22/24 : LABEL arch=amd64 [2020-09-30T05:40:58.271Z] ---> Running in 171868bb9feb [2020-09-30T05:40:58.271Z] Removing intermediate container 171868bb9feb [2020-09-30T05:40:58.271Z] ---> 83fe2bb66d04 [2020-09-30T05:40:58.271Z] Step 23/24 : LABEL git_sha=4a1412fe3679be6652f13296ba45411ccc085237 [2020-09-30T05:40:58.533Z] ---> Running in 5106ccc748d8 [2020-09-30T05:40:58.533Z] Removing intermediate container 5106ccc748d8 [2020-09-30T05:40:58.533Z] ---> 8d92feb31654 [2020-09-30T05:40:58.533Z] Step 24/24 : LABEL version=1.2.4-dev.17 [2020-09-30T05:40:58.795Z] ---> Running in 60511d4f0b54 [2020-09-30T05:40:58.795Z] Removing intermediate container 60511d4f0b54 [2020-09-30T05:40:58.795Z] ---> d1c2f7742f30 [2020-09-30T05:40:58.795Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-30T05:40:58.795Z] Successfully built d1c2f7742f30 [2020-09-30T05:40:58.795Z] 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] } [2020-09-30T05:41:25.411Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2152 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-30T05:41:25.494Z] Running in /w/workspace/device-sdk-go/67 [Pipeline] { [Pipeline] checkout [2020-09-30T05:41:30.775Z] using credential edgex-jenkins-ssh [2020-09-30T05:41:30.851Z] Cloning the remote Git repository [2020-09-30T05:41:30.938Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T05:41:31.055Z] > git init /w/workspace/device-sdk-go/67 # timeout=10 [2020-09-30T05:41:31.152Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T05:41:31.153Z] > git --version # timeout=10 [2020-09-30T05:41:31.184Z] > git --version # 'git version 2.17.1' [2020-09-30T05:41:31.185Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T05:41:31.254Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T05:41:32.925Z] Checking out Revision 4a1412fe3679be6652f13296ba45411ccc085237 (master) [2020-09-30T05:41:32.268Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T05:41:32.304Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T05:41:32.333Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T05:41:32.372Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T05:41:32.373Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T05:41:32.386Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-30T05:41:32.963Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T05:41:32.991Z] > git checkout -f 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 [2020-09-30T05:41:37.600Z] 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 [2020-09-30T05:41:38.874Z] ========================================================= [2020-09-30T05:41:38.874Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-30T05:41:38.874Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-30T05:41:40.119Z] + 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 . [2020-09-30T05:41:41.119Z] Sending build context to Docker daemon 3.414MB [2020-09-30T05:41:41.119Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-30T05:41:41.119Z] Step 2/8 : FROM ${BASE} [2020-09-30T05:41:41.724Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-30T05:41:41.724Z] b538f80385f9: Pulling fs layer [2020-09-30T05:41:41.724Z] 74f711af9a0d: Pulling fs layer [2020-09-30T05:41:41.724Z] 99f96fe45779: Pulling fs layer [2020-09-30T05:41:41.724Z] 8529a6b9a6be: Pulling fs layer [2020-09-30T05:41:41.724Z] 45590311c82a: Pulling fs layer [2020-09-30T05:41:41.724Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-30T05:41:41.724Z] 209524e5b208: Pulling fs layer [2020-09-30T05:41:41.724Z] 8529a6b9a6be: Waiting [2020-09-30T05:41:41.724Z] 45590311c82a: Waiting [2020-09-30T05:41:41.724Z] 69ca0ff8b7b3: Waiting [2020-09-30T05:41:41.724Z] 209524e5b208: Waiting [2020-09-30T05:41:41.724Z] 99f96fe45779: Verifying Checksum [2020-09-30T05:41:41.724Z] 99f96fe45779: Download complete [2020-09-30T05:41:41.724Z] 74f711af9a0d: Verifying Checksum [2020-09-30T05:41:41.724Z] 74f711af9a0d: Download complete [2020-09-30T05:41:41.724Z] 45590311c82a: Verifying Checksum [2020-09-30T05:41:41.724Z] 45590311c82a: Download complete [2020-09-30T05:41:41.724Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-30T05:41:41.724Z] 69ca0ff8b7b3: Download complete [2020-09-30T05:41:41.724Z] b538f80385f9: Verifying Checksum [2020-09-30T05:41:41.724Z] b538f80385f9: Download complete [2020-09-30T05:41:42.337Z] b538f80385f9: Pull complete [2020-09-30T05:41:43.329Z] 74f711af9a0d: Pull complete [2020-09-30T05:41:43.613Z] 99f96fe45779: Pull complete [2020-09-30T05:41:44.608Z] 209524e5b208: Verifying Checksum [2020-09-30T05:41:44.608Z] 209524e5b208: Download complete [2020-09-30T05:41:45.598Z] 8529a6b9a6be: Verifying Checksum [2020-09-30T05:41:45.598Z] 8529a6b9a6be: Download complete [2020-09-30T05:41:55.791Z] 8529a6b9a6be: Pull complete [2020-09-30T05:41:55.791Z] 45590311c82a: Pull complete [2020-09-30T05:41:55.791Z] 69ca0ff8b7b3: Pull complete [2020-09-30T05:41:59.187Z] 209524e5b208: Pull complete [2020-09-30T05:41:59.187Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-30T05:41:59.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-30T05:41:59.187Z] ---> 5bddaf1c2fca [2020-09-30T05:41:59.187Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T05:42:02.607Z] ---> Running in cd625d1c6745 [2020-09-30T05:42:02.883Z] Removing intermediate container cd625d1c6745 [2020-09-30T05:42:02.883Z] ---> 44ad515ffa9d [2020-09-30T05:42:02.883Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T05:42:03.157Z] ---> Running in 0e5c92060995 [2020-09-30T05:42:05.791Z] Removing intermediate container 0e5c92060995 [2020-09-30T05:42:05.791Z] ---> b1f5437b1335 [2020-09-30T05:42:05.791Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-30T05:42:06.078Z] ---> Running in 8287dbc7f116 [2020-09-30T05:42:07.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T05:42:08.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T05:42:09.133Z] OK: 142 MiB in 39 packages [2020-09-30T05:42:10.119Z] Removing intermediate container 8287dbc7f116 [2020-09-30T05:42:10.119Z] ---> cc9d85bf39b7 [2020-09-30T05:42:10.119Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-30T05:42:10.396Z] ---> Running in d105152e54f5 [2020-09-30T05:42:11.007Z] Removing intermediate container d105152e54f5 [2020-09-30T05:42:11.007Z] ---> ab3c318e4db7 [2020-09-30T05:42:11.007Z] Step 7/8 : COPY . . [2020-09-30T05:42:12.480Z] ---> 642e4a195682 [2020-09-30T05:42:12.480Z] Step 8/8 : RUN go mod download [2020-09-30T05:42:12.480Z] ---> Running in d637f79a773d [2020-09-30T05:42:39.326Z] Removing intermediate container d637f79a773d [2020-09-30T05:42:39.326Z] ---> 6a9737b1cf56 [2020-09-30T05:42:39.326Z] Successfully built 6a9737b1cf56 [2020-09-30T05:42:39.326Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T05:42:39.738Z] + docker inspect -f . ci-base-image-arm64 [2020-09-30T05:42:39.738Z] . [Pipeline] withDockerContainer [2020-09-30T05:42:40.005Z] prd-ubuntu18.04-docker-arm64-4c-16g-2152 does not seem to be running inside a container [2020-09-30T05:42:40.115Z] $ 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 [2020-09-30T05:42:42.034Z] $ docker top 5b3f77563ec6edbf5edcf79820a2cd129c002771358d0a7df676370785b81d8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T05:42:43.416Z] + go version [2020-09-30T05:42:43.416Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-30T05:42:43.459Z] $ docker stop --time=1 5b3f77563ec6edbf5edcf79820a2cd129c002771358d0a7df676370785b81d8d [2020-09-30T05:42:45.498Z] $ 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 [2020-09-30T05:42:46.728Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-30T05:42:47.074Z] + ls -al . [2020-09-30T05:42:47.074Z] total 104 [2020-09-30T05:42:47.074Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 30 05:41 . [2020-09-30T05:42:47.074Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 05:41 .. [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 30 05:41 .dockerignore [2020-09-30T05:42:47.074Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 30 05:41 .git [2020-09-30T05:42:47.074Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 30 05:41 .github [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 30 05:41 .gitignore [2020-09-30T05:42:47.074Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 30 05:41 .semver [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 30 05:41 Dockerfile.build [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 30 05:41 Jenkinsfile [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 30 05:41 LICENSE [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 30 05:41 Makefile [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 30 05:41 README.md [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 30 05:41 RELEASE-NOTES.txt [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 12 Sep 30 05:38 VERSION [2020-09-30T05:42:47.074Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 30 05:41 bin [2020-09-30T05:42:47.074Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 05:41 example [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 517 Sep 30 05:41 go.mod [2020-09-30T05:42:47.074Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 30 05:41 internal [2020-09-30T05:42:47.074Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 05:41 openapi [2020-09-30T05:42:47.074Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 30 05:41 pkg [2020-09-30T05:42:47.074Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 05:41 snap [2020-09-30T05:42:47.074Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 30 05:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-30T05:42:47.427Z] + 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 . [2020-09-30T05:42:48.030Z] Sending build context to Docker daemon 3.414MB [2020-09-30T05:42:48.031Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-30T05:42:48.031Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-30T05:42:48.031Z] ---> 6a9737b1cf56 [2020-09-30T05:42:48.031Z] Step 3/24 : ARG MAKE='make build' [2020-09-30T05:42:48.302Z] ---> Running in af64d874b75e [2020-09-30T05:42:48.577Z] Removing intermediate container af64d874b75e [2020-09-30T05:42:48.578Z] ---> 5ea2d3c85f10 [2020-09-30T05:42:48.578Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-30T05:42:48.851Z] ---> Running in 39b2110a66f6 [2020-09-30T05:42:49.446Z] Removing intermediate container 39b2110a66f6 [2020-09-30T05:42:49.446Z] ---> 14cb5874a842 [2020-09-30T05:42:49.446Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T05:42:49.446Z] ---> Running in cabe7f1634a3 [2020-09-30T05:42:50.042Z] Removing intermediate container cabe7f1634a3 [2020-09-30T05:42:50.042Z] ---> 4757a32da596 [2020-09-30T05:42:50.042Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T05:42:50.042Z] ---> Running in 3f34854ffb9a [2020-09-30T05:42:52.661Z] Removing intermediate container 3f34854ffb9a [2020-09-30T05:42:52.661Z] ---> 511d84a310eb [2020-09-30T05:42:52.661Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-30T05:42:52.661Z] ---> Running in 478b54a5dc1b [2020-09-30T05:42:54.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T05:42:55.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T05:42:55.678Z] OK: 142 MiB in 39 packages [2020-09-30T05:42:57.127Z] Removing intermediate container 478b54a5dc1b [2020-09-30T05:42:57.127Z] ---> 5c72258ba291 [2020-09-30T05:42:57.127Z] Step 8/24 : COPY . . [2020-09-30T05:42:58.574Z] ---> 2603fd5dd573 [2020-09-30T05:42:58.574Z] Step 9/24 : RUN ${MAKE} [2020-09-30T05:42:58.574Z] ---> Running in 926f90b4bacf [2020-09-30T05:43:00.033Z] 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 [2020-09-30T05:43:32.495Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-30T05:43:32.495Z] Removing intermediate container 926f90b4bacf [2020-09-30T05:43:32.495Z] ---> e5cb689e86a8 [2020-09-30T05:43:32.495Z] Step 10/24 : FROM scratch [2020-09-30T05:43:32.495Z] ---> [2020-09-30T05:43:32.495Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T05:43:32.495Z] ---> Running in 23ce3256c558 [2020-09-30T05:43:32.495Z] Removing intermediate container 23ce3256c558 [2020-09-30T05:43:32.495Z] ---> d98ed4e11503 [2020-09-30T05:43:32.495Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-30T05:43:32.495Z] ---> Running in 0b5db89d7e95 [2020-09-30T05:43:32.495Z] Removing intermediate container 0b5db89d7e95 [2020-09-30T05:43:32.495Z] ---> 046fb3576fdf [2020-09-30T05:43:32.495Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-30T05:43:32.495Z] ---> Running in b617ee3e6806 [2020-09-30T05:43:32.495Z] Removing intermediate container b617ee3e6806 [2020-09-30T05:43:32.495Z] ---> 22a6529b23b5 [2020-09-30T05:43:32.495Z] Step 14/24 : WORKDIR / [2020-09-30T05:43:32.495Z] ---> Running in b1b9046c086f [2020-09-30T05:43:32.495Z] Removing intermediate container b1b9046c086f [2020-09-30T05:43:32.495Z] ---> 9aa9caf53327 [2020-09-30T05:43:32.495Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-30T05:43:33.927Z] ---> fd0aa1229150 [2020-09-30T05:43:33.927Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-30T05:43:34.522Z] ---> 17a6172dcd1d [2020-09-30T05:43:34.522Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-30T05:43:35.126Z] ---> 15c1d258ed2b [2020-09-30T05:43:35.126Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-30T05:43:36.112Z] ---> 72e18b3bf9ed [2020-09-30T05:43:36.112Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-30T05:43:36.716Z] ---> 070f790d3c41 [2020-09-30T05:43:36.716Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-30T05:43:36.991Z] ---> Running in 98b19267dc49 [2020-09-30T05:43:37.594Z] Removing intermediate container 98b19267dc49 [2020-09-30T05:43:37.594Z] ---> 29e9cc324c66 [2020-09-30T05:43:37.594Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T05:43:37.594Z] ---> Running in f32577cf1ad1 [2020-09-30T05:43:38.203Z] Removing intermediate container f32577cf1ad1 [2020-09-30T05:43:38.203Z] ---> 698e6c642ffb [2020-09-30T05:43:38.203Z] Step 22/24 : LABEL arch=arm64 [2020-09-30T05:43:38.203Z] ---> Running in 9ed8600816b3 [2020-09-30T05:43:38.809Z] Removing intermediate container 9ed8600816b3 [2020-09-30T05:43:38.809Z] ---> c73ab8bae25f [2020-09-30T05:43:38.809Z] Step 23/24 : LABEL git_sha=4a1412fe3679be6652f13296ba45411ccc085237 [2020-09-30T05:43:39.085Z] ---> Running in 8e2257679fc3 [2020-09-30T05:43:39.686Z] Removing intermediate container 8e2257679fc3 [2020-09-30T05:43:39.686Z] ---> 31439999ec14 [2020-09-30T05:43:39.686Z] Step 24/24 : LABEL version=1.2.4-dev.17 [2020-09-30T05:43:39.686Z] ---> Running in 0b1fc8fe780e [2020-09-30T05:43:40.287Z] Removing intermediate container 0b1fc8fe780e [2020-09-30T05:43:40.287Z] ---> e157a021e8e1 [2020-09-30T05:43:40.287Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-30T05:43:40.287Z] Successfully built e157a021e8e1 [2020-09-30T05:43:40.287Z] 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 [2020-09-30T05:43:42.440Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-30T05:43:42.442Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-30T05:43:42.494Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T05:43:42.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-30T05:43:42.853Z] [2020-09-30T05:43:42.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-30T05:43:43.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-30T05:43:43.201Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-30T05:43:43.201Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-30T05:43:43.201Z] 408f87550127: Pulling fs layer [2020-09-30T05:43:43.201Z] fe522b08c979: Pulling fs layer [2020-09-30T05:43:43.201Z] 221eaa008020: Pulling fs layer [2020-09-30T05:43:43.201Z] 2a4607e5d6b9: Pulling fs layer [2020-09-30T05:43:43.201Z] 8f79b27c4fd2: Pulling fs layer [2020-09-30T05:43:43.201Z] e5c8dbe1645b: Pulling fs layer [2020-09-30T05:43:43.201Z] 23e8b3b47431: Pulling fs layer [2020-09-30T05:43:43.201Z] 5c568d65a230: Pulling fs layer [2020-09-30T05:43:43.201Z] 221eaa008020: Waiting [2020-09-30T05:43:43.201Z] e5c8dbe1645b: Waiting [2020-09-30T05:43:43.201Z] 2a4607e5d6b9: Waiting [2020-09-30T05:43:43.201Z] 8f79b27c4fd2: Waiting [2020-09-30T05:43:43.201Z] 23e8b3b47431: Waiting [2020-09-30T05:43:43.201Z] 5c568d65a230: Waiting [2020-09-30T05:43:43.201Z] fe522b08c979: Verifying Checksum [2020-09-30T05:43:43.201Z] fe522b08c979: Download complete [2020-09-30T05:43:43.201Z] 408f87550127: Verifying Checksum [2020-09-30T05:43:43.201Z] 408f87550127: Download complete [2020-09-30T05:43:43.201Z] 2a4607e5d6b9: Verifying Checksum [2020-09-30T05:43:43.201Z] 2a4607e5d6b9: Download complete [2020-09-30T05:43:43.201Z] 8f79b27c4fd2: Verifying Checksum [2020-09-30T05:43:43.201Z] 8f79b27c4fd2: Download complete [2020-09-30T05:43:43.201Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-30T05:43:43.201Z] cbdbe7a5bc2a: Download complete [2020-09-30T05:43:43.464Z] cbdbe7a5bc2a: Pull complete [2020-09-30T05:43:43.728Z] 408f87550127: Pull complete [2020-09-30T05:43:43.994Z] fe522b08c979: Pull complete [2020-09-30T05:43:44.261Z] e5c8dbe1645b: Verifying Checksum [2020-09-30T05:43:44.261Z] e5c8dbe1645b: Download complete [2020-09-30T05:43:45.223Z] 23e8b3b47431: Verifying Checksum [2020-09-30T05:43:45.223Z] 23e8b3b47431: Download complete [2020-09-30T05:43:45.485Z] 5c568d65a230: Verifying Checksum [2020-09-30T05:43:45.485Z] 5c568d65a230: Download complete [2020-09-30T05:43:46.439Z] 221eaa008020: Verifying Checksum [2020-09-30T05:43:46.439Z] 221eaa008020: Download complete [2020-09-30T05:43:51.748Z] 221eaa008020: Pull complete [2020-09-30T05:43:51.748Z] 2a4607e5d6b9: Pull complete [2020-09-30T05:43:51.748Z] 8f79b27c4fd2: Pull complete [2020-09-30T05:43:53.663Z] e5c8dbe1645b: Pull complete [2020-09-30T05:43:57.880Z] 23e8b3b47431: Pull complete [2020-09-30T05:43:58.457Z] 5c568d65a230: Pull complete [2020-09-30T05:43:58.457Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-30T05:43:58.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-30T05:43:58.718Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-30T05:43:58.888Z] prd-centos7-docker-4c-2g-2145 does not seem to be running inside a container [2020-09-30T05:43:58.936Z] $ 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 [2020-09-30T05:43:59.806Z] $ docker top 4aaf8d0f9cabc8e539bbfeb5bdf8c33a2ab21b73c76d0b42a416e28d79386afc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T05:44:00.405Z] + snyk monitor '--org=edgex-jenkins' [2020-09-30T05:44:15.327Z] [2020-09-30T05:44:15.327Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master... [2020-09-30T05:44:15.327Z] [2020-09-30T05:44:15.327Z] Internal error (reference: 09471163-fb26-4a66-a62a-4e5cb7009ece) [2020-09-30T05:44:15.327Z] [2020-09-30T05:44:15.327Z] Snyk CLI supports Node.js 8 and higher. [2020-09-30T05:44:15.327Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-30T05:44:15.327Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-30T05:44:15.327Z] [2020-09-30T05:44:15.327Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-30T05:44:15.327Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-30T05:44:15.346Z] $ docker stop --time=1 4aaf8d0f9cabc8e539bbfeb5bdf8c33a2ab21b73c76d0b42a416e28d79386afc [2020-09-30T05:44:17.750Z] $ 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 [2020-09-30T05:44:20.524Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T05:44:21.087Z] ---> package-listing.sh [2020-09-30T05:44:21.087Z] ++ facter osfamily [2020-09-30T05:44:21.087Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-30T05:44:21.087Z] + OS_FAMILY=redhat [2020-09-30T05:44:21.087Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-09-30T05:44:21.087Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-30T05:44:21.087Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-30T05:44:21.087Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-30T05:44:21.087Z] + PACKAGES=/tmp/packages_start.txt [2020-09-30T05:44:21.087Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-09-30T05:44:21.087Z] + PACKAGES=/tmp/packages_end.txt [2020-09-30T05:44:21.087Z] + case "${OS_FAMILY}" in [2020-09-30T05:44:21.087Z] + rpm -qa [2020-09-30T05:44:21.087Z] + sort [2020-09-30T05:44:25.301Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-30T05:44:25.301Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-30T05:44:25.301Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-30T05:44:25.301Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-09-30T05:44:25.301Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-09-30T05:44:25.301Z] + 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 [2020-09-30T05:44:25.958Z] provisioning config files... [2020-09-30T05:44:25.981Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config158435682869454381tmp [Pipeline] { [Pipeline] echo [2020-09-30T05:44:26.051Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T05:44:26.347Z] ---> create-netrc.sh [Pipeline] } [2020-09-30T05:44:26.356Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-09-30T05:44:26.450Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T05:44:26.740Z] ---> python-tools-install.sh [2020-09-30T05:44:26.740Z] Generating Requirements File [2020-09-30T05:45:48.282Z] Python 3.6.8 [2020-09-30T05:45:48.282Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-09-30T05:45:48.282Z] aiohttp==3.6.2 [2020-09-30T05:45:48.282Z] appdirs==1.4.3 [2020-09-30T05:45:48.282Z] argcomplete==1.12.1 [2020-09-30T05:45:48.282Z] aspy.yaml==1.3.0 [2020-09-30T05:45:48.282Z] async-timeout==3.0.1 [2020-09-30T05:45:48.282Z] attrs==19.3.0 [2020-09-30T05:45:48.282Z] Babel==2.8.0 [2020-09-30T05:45:48.282Z] beautifulsoup4==4.8.2 [2020-09-30T05:45:48.282Z] boto3==1.11.6 [2020-09-30T05:45:48.282Z] botocore==1.14.6 [2020-09-30T05:45:48.282Z] bs4==0.0.1 [2020-09-30T05:45:48.282Z] cachetools==4.1.1 [2020-09-30T05:45:48.282Z] certifi==2019.11.28 [2020-09-30T05:45:48.282Z] cffi==1.14.3 [2020-09-30T05:45:48.282Z] cfgv==2.0.1 [2020-09-30T05:45:48.282Z] chardet==3.0.4 [2020-09-30T05:45:48.282Z] click==7.1 [2020-09-30T05:45:48.282Z] cliff==3.4.0 [2020-09-30T05:45:48.282Z] cmd2==1.3.10 [2020-09-30T05:45:48.282Z] colorama==0.4.3 [2020-09-30T05:45:48.282Z] cryptography==3.1.1 [2020-09-30T05:45:48.282Z] debtcollector==2.2.0 [2020-09-30T05:45:48.282Z] decorator==4.4.2 [2020-09-30T05:45:48.282Z] defusedxml==0.6.0 [2020-09-30T05:45:48.282Z] Deprecated==1.2.7 [2020-09-30T05:45:48.282Z] distlib==0.3.1 [2020-09-30T05:45:48.282Z] distro==1.2.0 [2020-09-30T05:45:48.282Z] dnspython==1.16.0 [2020-09-30T05:45:48.282Z] docker==4.2.0 [2020-09-30T05:45:48.282Z] docutils==0.15.2 [2020-09-30T05:45:48.282Z] dogpile.cache==1.0.2 [2020-09-30T05:45:48.282Z] email-validator==1.0.5 [2020-09-30T05:45:48.282Z] filelock==3.0.12 [2020-09-30T05:45:48.282Z] future==0.18.2 [2020-09-30T05:45:48.282Z] google-auth==1.22.0 [2020-09-30T05:45:48.282Z] httplib2==0.17.0 [2020-09-30T05:45:48.282Z] identify==1.4.11 [2020-09-30T05:45:48.282Z] idna==2.9 [2020-09-30T05:45:48.282Z] idna-ssl==1.1.0 [2020-09-30T05:45:48.282Z] importlib-metadata==1.7.0 [2020-09-30T05:45:48.282Z] importlib-resources==1.5.0 [2020-09-30T05:45:48.282Z] iso8601==0.1.13 [2020-09-30T05:45:48.282Z] Jinja2==2.11.1 [2020-09-30T05:45:48.282Z] jmespath==0.10.0 [2020-09-30T05:45:48.282Z] jsonpatch==1.26 [2020-09-30T05:45:48.282Z] jsonpointer==2.0 [2020-09-30T05:45:48.282Z] jsonschema==3.2.0 [2020-09-30T05:45:48.282Z] keystoneauth1==4.2.1 [2020-09-30T05:45:48.282Z] kubernetes==11.0.0 [2020-09-30T05:45:48.282Z] lftools==0.34.2 [2020-09-30T05:45:48.282Z] lxml==4.5.0 [2020-09-30T05:45:48.282Z] MarkupSafe==0.23 [2020-09-30T05:45:48.283Z] msgpack==1.0.0 [2020-09-30T05:45:48.283Z] multi-key-dict==2.0.3 [2020-09-30T05:45:48.283Z] multidict==4.7.6 [2020-09-30T05:45:48.283Z] munch==2.5.0 [2020-09-30T05:45:48.283Z] netaddr==0.8.0 [2020-09-30T05:45:48.283Z] netifaces==0.10.9 [2020-09-30T05:45:48.283Z] niet==1.4.2 [2020-09-30T05:45:48.283Z] nodeenv==1.3.5 [2020-09-30T05:45:48.283Z] oauth2client==4.1.3 [2020-09-30T05:45:48.283Z] oauthlib==3.1.0 [2020-09-30T05:45:48.283Z] openstacksdk==0.50.0 [2020-09-30T05:45:48.283Z] os-client-config==2.1.0 [2020-09-30T05:45:48.283Z] os-service-types==1.7.0 [2020-09-30T05:45:48.283Z] osc-lib==2.2.1 [2020-09-30T05:45:48.283Z] oslo.config==8.3.2 [2020-09-30T05:45:48.283Z] oslo.context==3.1.1 [2020-09-30T05:45:48.283Z] oslo.i18n==5.0.1 [2020-09-30T05:45:48.283Z] oslo.log==4.4.0 [2020-09-30T05:45:48.283Z] oslo.serialization==4.0.1 [2020-09-30T05:45:48.283Z] oslo.utils==4.6.0 [2020-09-30T05:45:48.283Z] packaging==20.4 [2020-09-30T05:45:48.283Z] pbr==5.4.4 [2020-09-30T05:45:48.283Z] pluggy==0.13.1 [2020-09-30T05:45:48.283Z] prettytable==0.7.2 [2020-09-30T05:45:48.283Z] py==1.9.0 [2020-09-30T05:45:48.283Z] pyasn1==0.4.8 [2020-09-30T05:45:48.283Z] pyasn1-modules==0.2.8 [2020-09-30T05:45:48.283Z] pycparser==2.20 [2020-09-30T05:45:48.283Z] pygerrit2==2.0.10 [2020-09-30T05:45:48.283Z] PyGithub==1.46 [2020-09-30T05:45:48.283Z] pyinotify==0.9.6 [2020-09-30T05:45:48.283Z] PyJWT==1.7.1 [2020-09-30T05:45:48.283Z] pyparsing==2.4.7 [2020-09-30T05:45:48.283Z] pyperclip==1.8.0 [2020-09-30T05:45:48.283Z] pyroute2==0.4.13 [2020-09-30T05:45:48.283Z] pyrsistent==0.15.7 [2020-09-30T05:45:48.283Z] PySocks==1.6.8 [2020-09-30T05:45:48.283Z] python-cinderclient==7.2.0 [2020-09-30T05:45:48.283Z] python-dateutil==2.8.1 [2020-09-30T05:45:48.283Z] python-heatclient==2.2.1 [2020-09-30T05:45:48.283Z] python-jenkins==1.7.0 [2020-09-30T05:45:48.283Z] python-keystoneclient==4.1.1 [2020-09-30T05:45:48.283Z] python-magnumclient==3.2.1 [2020-09-30T05:45:48.283Z] python-novaclient==17.2.1 [2020-09-30T05:45:48.283Z] python-openstackclient==5.3.1 [2020-09-30T05:45:48.283Z] python-swiftclient==3.10.1 [2020-09-30T05:45:48.283Z] pytz==2020.1 [2020-09-30T05:45:48.283Z] PyYAML==5.3 [2020-09-30T05:45:48.283Z] requests==2.23.0 [2020-09-30T05:45:48.283Z] requests-oauthlib==1.3.0 [2020-09-30T05:45:48.283Z] requestsexceptions==1.4.0 [2020-09-30T05:45:48.283Z] rfc3986==1.4.0 [2020-09-30T05:45:48.283Z] rpm==4.11.3 [2020-09-30T05:45:48.283Z] rsa==4.0 [2020-09-30T05:45:48.283Z] ruamel.yaml==0.16.10 [2020-09-30T05:45:48.283Z] ruamel.yaml.clib==0.2.0 [2020-09-30T05:45:48.283Z] s3transfer==0.3.3 [2020-09-30T05:45:48.283Z] shade==1.27.2 [2020-09-30T05:45:48.283Z] simplejson==3.17.2 [2020-09-30T05:45:48.283Z] six==1.14.0 [2020-09-30T05:45:48.283Z] soupsieve==2.0 [2020-09-30T05:45:48.283Z] stevedore==3.2.2 [2020-09-30T05:45:48.283Z] tabulate==0.8.6 [2020-09-30T05:45:48.283Z] toml==0.10.0 [2020-09-30T05:45:48.283Z] tox==3.20.0 [2020-09-30T05:45:48.283Z] tqdm==4.43.0 [2020-09-30T05:45:48.283Z] typing-extensions==3.7.4.3 [2020-09-30T05:45:48.283Z] urllib3==1.25.8 [2020-09-30T05:45:48.283Z] virtualenv==20.0.31 [2020-09-30T05:45:48.283Z] wcwidth==0.2.5 [2020-09-30T05:45:48.283Z] websocket-client==0.57.0 [2020-09-30T05:45:48.283Z] wrapt==1.12.1 [2020-09-30T05:45:48.283Z] xdg==3.0.2 [2020-09-30T05:45:48.283Z] xmltodict==0.12.0 [2020-09-30T05:45:48.283Z] yarl==1.6.0 [2020-09-30T05:45:48.283Z] yq==2.11.1 [2020-09-30T05:45:48.283Z] zipp==3.2.0 [2020-09-30T05:45:48.283Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:45:48.283Z] 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. [2020-09-30T05:45:48.283Z] Python 2.7.5 [2020-09-30T05:45:48.283Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-09-30T05:45:48.283Z] 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. [2020-09-30T05:45:48.283Z] ansible==2.9.7 [2020-09-30T05:45:48.283Z] Babel==0.9.6 [2020-09-30T05:45:48.283Z] backports.ssl-match-hostname==3.5.0.1 [2020-09-30T05:45:48.283Z] beautifulsoup4==4.4.1 [2020-09-30T05:45:48.283Z] bodhi==2.11.0 [2020-09-30T05:45:48.283Z] bodhi-client==2.11.0 [2020-09-30T05:45:48.283Z] CCColUtils==1.4 [2020-09-30T05:45:48.283Z] cffi==1.6.0 [2020-09-30T05:45:48.283Z] chardet==2.2.1 [2020-09-30T05:45:48.283Z] click==6.7 [2020-09-30T05:45:48.283Z] cloud-init==18.5 [2020-09-30T05:45:48.283Z] configobj==4.7.2 [2020-09-30T05:45:48.283Z] cryptography==1.7.2 [2020-09-30T05:45:48.283Z] decorator==3.4.0 [2020-09-30T05:45:48.283Z] distro==1.2.0 [2020-09-30T05:45:48.283Z] enum34==1.0.4 [2020-09-30T05:45:48.283Z] fedpkg==1.38 [2020-09-30T05:45:48.283Z] futures==3.1.1 [2020-09-30T05:45:48.283Z] gitdb==0.6.4 [2020-09-30T05:45:48.283Z] GitPython==1.0.1 [2020-09-30T05:45:48.283Z] html5lib==0.999 [2020-09-30T05:45:48.283Z] httplib2==0.9.2 [2020-09-30T05:45:48.283Z] idna==2.4 [2020-09-30T05:45:48.283Z] iniparse==0.4 [2020-09-30T05:45:48.283Z] ipaddress==1.0.16 [2020-09-30T05:45:48.283Z] IPy==0.75 [2020-09-30T05:45:48.283Z] javapackages==1.0.0 [2020-09-30T05:45:48.283Z] Jinja2==2.7.2 [2020-09-30T05:45:48.283Z] jmespath==0.9.4 [2020-09-30T05:45:48.283Z] jsonpatch==1.2 [2020-09-30T05:45:48.283Z] jsonpointer==1.9 [2020-09-30T05:45:48.283Z] kerberos==1.1 [2020-09-30T05:45:48.283Z] kitchen==1.1.1 [2020-09-30T05:45:48.283Z] langtable==0.0.31 [2020-09-30T05:45:48.283Z] lockfile==0.9.1 [2020-09-30T05:45:48.283Z] lxml==3.2.1 [2020-09-30T05:45:48.283Z] MarkupSafe==0.11 [2020-09-30T05:45:48.283Z] munch==2.0.2 [2020-09-30T05:45:48.283Z] offtrac==0.1.0 [2020-09-30T05:45:48.283Z] openidc-client==0.6.0 [2020-09-30T05:45:48.283Z] packagedb-cli==2.14.1 [2020-09-30T05:45:48.283Z] paramiko==2.1.1 [2020-09-30T05:45:48.283Z] perf==0.1 [2020-09-30T05:45:48.283Z] ply==3.4 [2020-09-30T05:45:48.283Z] policycoreutils-default-encoding==0.1 [2020-09-30T05:45:48.283Z] prettytable==0.7.2 [2020-09-30T05:45:48.283Z] pyasn1==0.1.9 [2020-09-30T05:45:48.283Z] pycparser==2.14 [2020-09-30T05:45:48.283Z] pycurl==7.19.0 [2020-09-30T05:45:48.283Z] pygobject==3.22.0 [2020-09-30T05:45:48.283Z] pygpgme==0.3 [2020-09-30T05:45:48.283Z] pyliblzma==0.5.3 [2020-09-30T05:45:48.283Z] pyOpenSSL==0.13.1 [2020-09-30T05:45:48.283Z] pyparsing==1.5.6 [2020-09-30T05:45:48.283Z] pyserial==2.6 [2020-09-30T05:45:48.283Z] python-augeas==0.5.0 [2020-09-30T05:45:48.283Z] python-bugzilla==2.3.0 [2020-09-30T05:45:48.283Z] python-dateutil==1.5 [2020-09-30T05:45:48.283Z] python-fedora==0.10.0 [2020-09-30T05:45:48.283Z] python-linux-procfs==0.4.9 [2020-09-30T05:45:48.283Z] python-yubico==1.2.3 [2020-09-30T05:45:48.283Z] pyudev==0.15 [2020-09-30T05:45:48.283Z] pyusb==1.0.0b1 [2020-09-30T05:45:48.283Z] pyxattr==0.5.1 [2020-09-30T05:45:48.283Z] PyYAML==3.10 [2020-09-30T05:45:48.283Z] requests==2.6.0 [2020-09-30T05:45:48.283Z] requests-kerberos==0.7.0 [2020-09-30T05:45:48.283Z] rpkg==1.60 [2020-09-30T05:45:48.283Z] schedutils==0.4 [2020-09-30T05:45:48.283Z] seobject==0.1 [2020-09-30T05:45:48.283Z] sepolicy==1.1 [2020-09-30T05:45:48.283Z] six==1.9.0 [2020-09-30T05:45:48.283Z] smmap==0.9.0 [2020-09-30T05:45:48.283Z] urlgrabber==3.10 [2020-09-30T05:45:48.283Z] urllib3==1.10.2 [2020-09-30T05:45:48.283Z] virtualenv==15.1.0 [2020-09-30T05:45:48.283Z] yum-langpacks==0.4.2 [2020-09-30T05:45:48.283Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-09-30T05:45:48.293Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T05:45:48.590Z] ---> sudo-logs.sh [2020-09-30T05:45:48.590Z] Archiving 'sudo' log.. [Pipeline] echo [2020-09-30T05:45:48.860Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T05:45:49.154Z] ---> job-cost.sh [2020-09-30T05:45:49.154Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-37QZ [2020-09-30T05:46:01.408Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:01.408Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:02.357Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:02.357Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:02.618Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:02.618Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:02.879Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:02.879Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:03.141Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:03.141Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:03.141Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:03.402Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:03.402Z] Cache entry deserialization failed, entry ignored [2020-09-30T05:46:05.950Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-09-30T05:46:32.625Z] 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. [2020-09-30T05:46:32.625Z] [2020-09-30T05:46:32.625Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-09-30T05:46:32.625Z] [2020-09-30T05:46:32.625Z] 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. [2020-09-30T05:46:32.887Z] lf-activate-venv(): INFO: Adding /tmp/venv-37QZ/bin to PATH [2020-09-30T05:46:32.887Z] INFO: No Stack... [2020-09-30T05:46:33.836Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-09-30T05:46:34.786Z] INFO: Archiving Costs [Pipeline] echo [2020-09-30T05:46:34.802Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T05:46:35.105Z] ---> logs-deploy.sh [2020-09-30T05:46:35.105Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/67 [2020-09-30T05:46:35.105Z] INFO: archiving workspace using pattern(s): [2020-09-30T05:46:37.036Z] Archives upload complete. [2020-09-30T05:46:37.036Z] INFO: archiving logs to Nexus