Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 833c05b782f270c396ee40879762f076aaf9331e 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, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3677 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 > 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 Checking out Revision 833c05b782f270c396ee40879762f076aaf9331e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 Commit message: "Merge pull request #603 from hahattan/issue-529-discovery" > git rev-list --no-walk 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T06:17:27.744Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T06:17:27.994Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T06:17:28.083Z] ========================================================= [2020-10-06T06:17:28.084Z] EdgeX Global Pipelines Version Info [2020-10-06T06:17:28.084Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:17:29.638Z] ------------------- [2020-10-06T06:17:29.638Z] stable info: [2020-10-06T06:17:29.638Z] ------------------- [2020-10-06T06:17:29.638Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T06:17:29.638Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T06:17:29.638Z] Message: update stable to v1.0.131 [2020-10-06T06:17:30.582Z] ------------------- [2020-10-06T06:17:30.582Z] experimental info: [2020-10-06T06:17:30.582Z] ------------------- [2020-10-06T06:17:30.582Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T06:17:30.582Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T06:17:30.582Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-06T06:17:31.119Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-06T06:17:31.225Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-06T06:17:31.375Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T06:17:31.463Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T06:17:31.595Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T06:17:31.756Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T06:17:31.864Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T06:17:32.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T06:17:32.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-06T06:17:32.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T06:17:32.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T06:17:32.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-06T06:17:32.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T06:17:32.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T06:17:32.790Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T06:17:32.885Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T06:17:33.021Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T06:17:33.117Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T06:17:33.233Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T06:17:33.363Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-06T06:17:33.451Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-06T06:17:33.582Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-06T06:17:33.679Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-06T06:17:33.827Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-06T06:17:33.951Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-06T06:17:34.040Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-06T06:17:34.159Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-06T06:17:34.250Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-06T06:17:34.371Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 833c05b782f270c396ee40879762f076aaf9331e [Pipeline] echo [2020-10-06T06:17:34.480Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 833c05b [Pipeline] echo [2020-10-06T06:17:34.573Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T06:17:35.233Z] + git log --format=format:%s -1 833c05b782f270c396ee40879762f076aaf9331e [Pipeline] echo [2020-10-06T06:17:35.294Z] GIT_COMMIT: 833c05b782f270c396ee40879762f076aaf9331e, Commit Message: Merge pull request #603 from hahattan/issue-529-discovery [Pipeline] echo [2020-10-06T06:17:35.347Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:17:36.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T06:17:36.162Z] [2020-10-06T06:17:36.162Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:17:36.511Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T06:17:36.511Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T06:17:36.511Z] 31603596830f: Pulling fs layer [2020-10-06T06:17:36.511Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T06:17:36.511Z] 6ca5941a6612: Pulling fs layer [2020-10-06T06:17:36.511Z] ecc8261a40a4: Pulling fs layer [2020-10-06T06:17:36.511Z] ecc8261a40a4: Waiting [2020-10-06T06:17:36.511Z] 2a8b12db71e7: Download complete [2020-10-06T06:17:36.777Z] 31603596830f: Verifying Checksum [2020-10-06T06:17:36.777Z] 31603596830f: Download complete [2020-10-06T06:17:36.777Z] 6ca5941a6612: Verifying Checksum [2020-10-06T06:17:36.777Z] 6ca5941a6612: Download complete [2020-10-06T06:17:36.777Z] ecc8261a40a4: Verifying Checksum [2020-10-06T06:17:36.777Z] ecc8261a40a4: Download complete [2020-10-06T06:17:37.040Z] 31603596830f: Pull complete [2020-10-06T06:17:37.040Z] 2a8b12db71e7: Pull complete [2020-10-06T06:17:37.618Z] 6ca5941a6612: Pull complete [2020-10-06T06:17:37.880Z] ecc8261a40a4: Pull complete [2020-10-06T06:17:37.880Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T06:17:37.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T06:17:37.880Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T06:17:37.974Z] prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container [2020-10-06T06:17:38.019Z] $ 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-10-06T06:17:40.214Z] $ docker top 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T06:17:40.556Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T06:17:40.556Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T06:17:40.742Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T06:17:40.748Z] $ docker exec 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe ssh-agent [2020-10-06T06:17:40.891Z] SSH_AUTH_SOCK=/tmp/ssh-KW5kPSoMvtjl/agent.12 [2020-10-06T06:17:40.891Z] SSH_AGENT_PID=17 [2020-10-06T06:17:40.902Z] Running ssh-add (command line suppressed) [2020-10-06T06:17:41.015Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3370520403288640853.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3370520403288640853.key) [2020-10-06T06:17:41.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T06:17:41.509Z] + git describe --exact-match --tags HEAD [2020-10-06T06:17:41.509Z] fatal: no tag exactly matches '833c05b782f270c396ee40879762f076aaf9331e' [Pipeline] } [2020-10-06T06:17:41.532Z] $ docker exec --env ******** --env ******** 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe ssh-agent -k [2020-10-06T06:17:41.640Z] unset SSH_AUTH_SOCK; [2020-10-06T06:17:41.641Z] unset SSH_AGENT_PID; [2020-10-06T06:17:41.641Z] echo Agent pid 17 killed; [2020-10-06T06:17:41.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T06:17:41.802Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T06:17:41.802Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T06:17:41.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T06:17:41.899Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T06:17:42.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T06:17:42.061Z] $ docker exec 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe ssh-agent [2020-10-06T06:17:42.225Z] SSH_AUTH_SOCK=/tmp/ssh-KohSe3BJ7jXF/agent.46 [2020-10-06T06:17:42.225Z] SSH_AGENT_PID=51 [2020-10-06T06:17:42.232Z] Running ssh-add (command line suppressed) [2020-10-06T06:17:42.350Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7209139247096060123.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7209139247096060123.key) [2020-10-06T06:17:42.397Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T06:17:42.733Z] + git semver init [2020-10-06T06:17:42.733Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T06:17:42.733Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T06:17:42.733Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T06:17:42.733Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T06:17:42.733Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T06:17:42.733Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T06:17:42.733Z] # $SEMVER_BRANCH = master [2020-10-06T06:17:42.733Z] # $SEMVER_TEMP = /tmp/semver-015490230 [2020-10-06T06:17:42.733Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-06T06:17:43.308Z] # '/tmp/semver-015490230' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-06T06:17:43.308Z] # -> Force: false [2020-10-06T06:17:43.308Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-06T06:17:43.321Z] $ docker exec --env ******** --env ******** 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe ssh-agent -k [2020-10-06T06:17:43.430Z] unset SSH_AUTH_SOCK; [2020-10-06T06:17:43.431Z] unset SSH_AGENT_PID; [2020-10-06T06:17:43.431Z] echo Agent pid 51 killed; [2020-10-06T06:17:43.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T06:17:43.943Z] + git semver [Pipeline] } [2020-10-06T06:17:43.963Z] $ docker stop --time=1 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe [2020-10-06T06:17:45.311Z] $ docker rm -f 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T06:17:46.065Z] Stashed 41 file(s) [Pipeline] echo [2020-10-06T06:17:46.068Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.22 [Pipeline] echo [2020-10-06T06:17:46.159Z] Archived original version: [1.2.4-dev.22] [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-10-06T06:18:01.605Z] Still waiting to schedule task [2020-10-06T06:18:01.605Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-06T06:18:01.609Z] Still waiting to schedule task [2020-10-06T06:18:01.609Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3675’ is offline [2020-10-06T06:20:04.231Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3679 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-06T06:20:04.300Z] Running in /w/workspace/device-sdk-go/73 [Pipeline] { [Pipeline] checkout [2020-10-06T06:20:04.558Z] Running on prd-centos7-docker-4c-2g-3680 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-06T06:20:04.614Z] Running in /w/workspace/device-sdk-go/73 [Pipeline] { [Pipeline] checkout [2020-10-06T06:20:07.456Z] using credential edgex-jenkins-ssh [2020-10-06T06:20:07.510Z] Cloning the remote Git repository [2020-10-06T06:20:07.542Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T06:20:07.626Z] > git init /w/workspace/device-sdk-go/73 # timeout=10 [2020-10-06T06:20:07.679Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T06:20:07.679Z] > git --version # timeout=10 [2020-10-06T06:20:07.687Z] > git --version # 'git version 2.16.5' [2020-10-06T06:20:07.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T06:20:07.719Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T06:20:08.964Z] Checking out Revision 833c05b782f270c396ee40879762f076aaf9331e (master) [2020-10-06T06:20:08.546Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T06:20:08.553Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T06:20:08.566Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T06:20:08.578Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T06:20:08.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T06:20:08.584Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T06:20:08.974Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T06:20:08.978Z] > git checkout -f 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 [2020-10-06T06:20:09.556Z] using credential edgex-jenkins-ssh [2020-10-06T06:20:09.616Z] Cloning the remote Git repository [2020-10-06T06:20:09.678Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T06:20:09.788Z] > git init /w/workspace/device-sdk-go/73 # timeout=10 [2020-10-06T06:20:09.867Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T06:20:09.868Z] > git --version # timeout=10 [2020-10-06T06:20:09.889Z] > git --version # 'git version 2.17.1' [2020-10-06T06:20:09.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T06:20:09.973Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T06:20:11.463Z] Checking out Revision 833c05b782f270c396ee40879762f076aaf9331e (master) [2020-10-06T06:20:10.885Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T06:20:10.902Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T06:20:10.939Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T06:20:10.979Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T06:20:10.979Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T06:20:10.989Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T06:20:11.485Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T06:20:11.496Z] > git checkout -f 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 [2020-10-06T06:20:12.968Z] Commit message: "Merge pull request #603 from hahattan/issue-529-discovery" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T06:20:13.838Z] ========================================================= [2020-10-06T06:20:13.838Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T06:20:13.838Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:20:14.616Z] + 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-10-06T06:20:14.881Z] Sending build context to Docker daemon 3.516MB [2020-10-06T06:20:14.881Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T06:20:14.881Z] Step 2/8 : FROM ${BASE} [2020-10-06T06:20:15.142Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T06:20:15.142Z] df20fa9351a1: Pulling fs layer [2020-10-06T06:20:15.142Z] ed8968b2872e: Pulling fs layer [2020-10-06T06:20:15.142Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T06:20:15.142Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T06:20:15.142Z] e73272ec9a57: Pulling fs layer [2020-10-06T06:20:15.142Z] 1e910a182e73: Pulling fs layer [2020-10-06T06:20:15.142Z] 4e634b169226: Pulling fs layer [2020-10-06T06:20:15.142Z] e73272ec9a57: Waiting [2020-10-06T06:20:15.142Z] 1e910a182e73: Waiting [2020-10-06T06:20:15.142Z] 4e634b169226: Waiting [2020-10-06T06:20:15.142Z] e871e8e8d7a9: Waiting [2020-10-06T06:20:15.142Z] a92cc7c5fd73: Verifying Checksum [2020-10-06T06:20:15.142Z] a92cc7c5fd73: Download complete [2020-10-06T06:20:15.142Z] ed8968b2872e: Download complete [2020-10-06T06:20:15.142Z] e73272ec9a57: Verifying Checksum [2020-10-06T06:20:15.142Z] e73272ec9a57: Download complete [2020-10-06T06:20:15.142Z] 1e910a182e73: Verifying Checksum [2020-10-06T06:20:15.142Z] 1e910a182e73: Download complete [2020-10-06T06:20:15.407Z] df20fa9351a1: Verifying Checksum [2020-10-06T06:20:15.407Z] df20fa9351a1: Download complete [2020-10-06T06:20:15.407Z] df20fa9351a1: Pull complete [2020-10-06T06:20:15.675Z] ed8968b2872e: Pull complete [2020-10-06T06:20:15.934Z] Commit message: "Merge pull request #603 from hahattan/issue-529-discovery" [2020-10-06T06:20:15.941Z] a92cc7c5fd73: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T06:20:17.182Z] ========================================================= [2020-10-06T06:20:17.182Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T06:20:17.182Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:20:18.259Z] + 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-10-06T06:20:18.521Z] 4e634b169226: Verifying Checksum [2020-10-06T06:20:18.521Z] 4e634b169226: Download complete [2020-10-06T06:20:19.260Z] Sending build context to Docker daemon 3.516MB [2020-10-06T06:20:19.260Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T06:20:19.260Z] Step 2/8 : FROM ${BASE} [2020-10-06T06:20:19.476Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T06:20:19.476Z] e871e8e8d7a9: Download complete [2020-10-06T06:20:19.539Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T06:20:19.539Z] b538f80385f9: Pulling fs layer [2020-10-06T06:20:19.539Z] 74f711af9a0d: Pulling fs layer [2020-10-06T06:20:19.539Z] 99f96fe45779: Pulling fs layer [2020-10-06T06:20:19.539Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T06:20:19.539Z] 45590311c82a: Pulling fs layer [2020-10-06T06:20:19.539Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T06:20:19.539Z] 209524e5b208: Pulling fs layer [2020-10-06T06:20:19.539Z] 8529a6b9a6be: Waiting [2020-10-06T06:20:19.539Z] 45590311c82a: Waiting [2020-10-06T06:20:19.539Z] 69ca0ff8b7b3: Waiting [2020-10-06T06:20:19.539Z] 99f96fe45779: Verifying Checksum [2020-10-06T06:20:19.539Z] 99f96fe45779: Download complete [2020-10-06T06:20:19.539Z] 74f711af9a0d: Download complete [2020-10-06T06:20:19.539Z] 45590311c82a: Download complete [2020-10-06T06:20:19.539Z] 69ca0ff8b7b3: Download complete [2020-10-06T06:20:19.816Z] b538f80385f9: Verifying Checksum [2020-10-06T06:20:19.816Z] b538f80385f9: Download complete [2020-10-06T06:20:20.434Z] b538f80385f9: Pull complete [2020-10-06T06:20:21.044Z] 74f711af9a0d: Pull complete [2020-10-06T06:20:21.323Z] 99f96fe45779: Pull complete [2020-10-06T06:20:22.316Z] 209524e5b208: Verifying Checksum [2020-10-06T06:20:22.316Z] 209524e5b208: Download complete [2020-10-06T06:20:23.300Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T06:20:23.300Z] 8529a6b9a6be: Download complete [2020-10-06T06:20:24.807Z] e871e8e8d7a9: Pull complete [2020-10-06T06:20:24.807Z] e73272ec9a57: Pull complete [2020-10-06T06:20:24.807Z] 1e910a182e73: Pull complete [2020-10-06T06:20:32.983Z] 4e634b169226: Pull complete [2020-10-06T06:20:32.983Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T06:20:32.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T06:20:32.983Z] ---> f7629b54cfaa [2020-10-06T06:20:32.983Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T06:20:32.983Z] ---> Running in 87f3466ca203 [2020-10-06T06:20:33.250Z] Removing intermediate container 87f3466ca203 [2020-10-06T06:20:33.250Z] ---> 0234406b3494 [2020-10-06T06:20:33.250Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:20:33.250Z] ---> Running in f5e39c54d5df [2020-10-06T06:20:34.650Z] Removing intermediate container f5e39c54d5df [2020-10-06T06:20:34.650Z] ---> 62c80c1ee77e [2020-10-06T06:20:34.650Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T06:20:34.650Z] ---> Running in 442d77f31910 [2020-10-06T06:20:35.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:20:35.775Z] 8529a6b9a6be: Pull complete [2020-10-06T06:20:35.775Z] 45590311c82a: Pull complete [2020-10-06T06:20:35.775Z] 69ca0ff8b7b3: Pull complete [2020-10-06T06:20:36.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:20:37.579Z] OK: 166 MiB in 39 packages [2020-10-06T06:20:37.843Z] Removing intermediate container 442d77f31910 [2020-10-06T06:20:37.843Z] ---> 1c5501e6c356 [2020-10-06T06:20:37.843Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-06T06:20:38.106Z] ---> Running in c1b39610df48 [2020-10-06T06:20:38.106Z] Removing intermediate container c1b39610df48 [2020-10-06T06:20:38.106Z] ---> d41368f4a34a [2020-10-06T06:20:38.106Z] Step 7/8 : COPY . . [2020-10-06T06:20:38.409Z] 209524e5b208: Pull complete [2020-10-06T06:20:38.409Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T06:20:38.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T06:20:38.409Z] ---> 5bddaf1c2fca [2020-10-06T06:20:38.409Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T06:20:39.503Z] ---> 8fb19c783814 [2020-10-06T06:20:39.504Z] Step 8/8 : RUN go mod download [2020-10-06T06:20:39.504Z] ---> Running in 7ff9432f7507 [2020-10-06T06:20:41.064Z] ---> Running in bc5101c86c3e [2020-10-06T06:20:41.337Z] Removing intermediate container bc5101c86c3e [2020-10-06T06:20:41.337Z] ---> ad9c99f12b94 [2020-10-06T06:20:41.337Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:20:41.610Z] ---> Running in 0e9be6f1efe2 [2020-10-06T06:20:44.234Z] Removing intermediate container 0e9be6f1efe2 [2020-10-06T06:20:44.234Z] ---> 090ef03484ad [2020-10-06T06:20:44.234Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T06:20:44.234Z] ---> Running in 07adf126dd04 [2020-10-06T06:20:45.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:20:47.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:20:49.750Z] OK: 142 MiB in 39 packages [2020-10-06T06:20:51.186Z] Removing intermediate container 07adf126dd04 [2020-10-06T06:20:51.186Z] ---> 28f2cbd2c11a [2020-10-06T06:20:51.186Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-06T06:20:51.186Z] ---> Running in 67e188118fbd [2020-10-06T06:20:51.461Z] Removing intermediate container 67e188118fbd [2020-10-06T06:20:51.461Z] ---> 1f09eaf2f4a4 [2020-10-06T06:20:51.461Z] Step 7/8 : COPY . . [2020-10-06T06:20:52.900Z] ---> 9684a4a5eb57 [2020-10-06T06:20:52.900Z] Step 8/8 : RUN go mod download [2020-10-06T06:20:53.175Z] ---> Running in 3c8d28e789bc [2020-10-06T06:21:01.543Z] Removing intermediate container 7ff9432f7507 [2020-10-06T06:21:01.543Z] ---> d6c29e0f21ae [2020-10-06T06:21:01.543Z] Successfully built d6c29e0f21ae [2020-10-06T06:21:01.543Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:21:01.908Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T06:21:01.908Z] . [Pipeline] withDockerContainer [2020-10-06T06:21:02.014Z] prd-centos7-docker-4c-2g-3680 does not seem to be running inside a container [2020-10-06T06:21:02.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/73 -v /w/workspace/device-sdk-go/73:/w/workspace/device-sdk-go/73:rw,z -v /w/workspace/device-sdk-go/73@tmp:/w/workspace/device-sdk-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-06T06:21:02.794Z] $ docker top 0f3f6daa0b857c390831bbd92a9d65ee87a82627ee5974641beb4c8435419f72 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T06:21:03.294Z] + go version [2020-10-06T06:21:03.294Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T06:21:03.310Z] $ docker stop --time=1 0f3f6daa0b857c390831bbd92a9d65ee87a82627ee5974641beb4c8435419f72 [2020-10-06T06:21:04.638Z] $ docker rm -f 0f3f6daa0b857c390831bbd92a9d65ee87a82627ee5974641beb4c8435419f72 [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-10-06T06:21:06.267Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-06T06:21:06.568Z] + ls -al . [2020-10-06T06:21:06.568Z] total 64 [2020-10-06T06:21:06.568Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 6 06:20 . [2020-10-06T06:21:06.568Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 6 06:20 .. [2020-10-06T06:21:06.568Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 6 06:20 bin [2020-10-06T06:21:06.568Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 6 06:20 Dockerfile.build [2020-10-06T06:21:06.568Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 6 06:20 .dockerignore [2020-10-06T06:21:06.568Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 6 06:20 example [2020-10-06T06:21:06.568Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 6 06:20 .git [2020-10-06T06:21:06.568Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 6 06:20 .github [2020-10-06T06:21:06.568Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 6 06:20 .gitignore [2020-10-06T06:21:06.568Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 6 06:20 go.mod [2020-10-06T06:21:06.568Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 6 06:20 internal [2020-10-06T06:21:06.568Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 6 06:20 Jenkinsfile [2020-10-06T06:21:06.568Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 6 06:20 LICENSE [2020-10-06T06:21:06.569Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 6 06:20 Makefile [2020-10-06T06:21:06.569Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 6 06:20 openapi [2020-10-06T06:21:06.569Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 6 06:20 pkg [2020-10-06T06:21:06.569Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 6 06:20 README.md [2020-10-06T06:21:06.569Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 6 06:20 RELEASE-NOTES.txt [2020-10-06T06:21:06.569Z] drwxrwxr-x. 3 jenkins jenkins 44 Oct 6 06:20 .semver [2020-10-06T06:21:06.569Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 6 06:20 snap [2020-10-06T06:21:06.569Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 6 06:17 VERSION [2020-10-06T06:21:06.569Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 6 06:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:21:06.882Z] + 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=833c05b782f270c396ee40879762f076aaf9331e --label arch=amd64 --label version=1.2.4-dev.22 . [2020-10-06T06:21:06.882Z] Sending build context to Docker daemon 3.516MB [2020-10-06T06:21:06.882Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-06T06:21:06.882Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-06T06:21:06.882Z] ---> d6c29e0f21ae [2020-10-06T06:21:06.882Z] Step 3/24 : ARG MAKE='make build' [2020-10-06T06:21:07.458Z] ---> Running in 8ab6a035732b [2020-10-06T06:21:07.720Z] Removing intermediate container 8ab6a035732b [2020-10-06T06:21:07.720Z] ---> 8ee96987a0b6 [2020-10-06T06:21:07.720Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-06T06:21:07.720Z] ---> Running in cab78d91235f [2020-10-06T06:21:07.983Z] Removing intermediate container cab78d91235f [2020-10-06T06:21:07.983Z] ---> 5657628f2863 [2020-10-06T06:21:07.983Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T06:21:07.983Z] ---> Running in 69b239137ec8 [2020-10-06T06:21:08.246Z] Removing intermediate container 69b239137ec8 [2020-10-06T06:21:08.246Z] ---> 7604f12415fc [2020-10-06T06:21:08.246Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T06:21:08.246Z] ---> Running in d74558ac6dd9 [2020-10-06T06:21:08.823Z] Removing intermediate container d74558ac6dd9 [2020-10-06T06:21:08.824Z] ---> 644e07a8be34 [2020-10-06T06:21:08.824Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-06T06:21:09.087Z] ---> Running in 835ed26438fe [2020-10-06T06:21:09.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T06:21:11.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T06:21:14.599Z] OK: 166 MiB in 39 packages [2020-10-06T06:21:14.599Z] Removing intermediate container 835ed26438fe [2020-10-06T06:21:14.599Z] ---> 8bbe4aaeef2a [2020-10-06T06:21:14.599Z] Step 8/24 : COPY . . [2020-10-06T06:21:16.143Z] ---> 0adcbfbb29d8 [2020-10-06T06:21:16.143Z] Step 9/24 : RUN ${MAKE} [2020-10-06T06:21:16.143Z] ---> Running in 045b9813144c [2020-10-06T06:21:16.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.22" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-06T06:21:19.999Z] Removing intermediate container 3c8d28e789bc [2020-10-06T06:21:19.999Z] ---> aae3d4839e61 [2020-10-06T06:21:19.999Z] Successfully built aae3d4839e61 [2020-10-06T06:21:19.999Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:21:20.412Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T06:21:20.412Z] . [Pipeline] withDockerContainer [2020-10-06T06:21:20.654Z] prd-ubuntu18.04-docker-arm64-4c-16g-3679 does not seem to be running inside a container [2020-10-06T06:21:20.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/73 -v /w/workspace/device-sdk-go/73:/w/workspace/device-sdk-go/73:rw,z -v /w/workspace/device-sdk-go/73@tmp:/w/workspace/device-sdk-go/73@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-10-06T06:21:22.384Z] $ docker top ae42f13b5c2997739fdeb40d42d7ced2eca86b9cbcf56771cdf7063cbb96195f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T06:21:23.749Z] + go version [2020-10-06T06:21:23.749Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T06:21:23.776Z] $ docker stop --time=1 ae42f13b5c2997739fdeb40d42d7ced2eca86b9cbcf56771cdf7063cbb96195f [2020-10-06T06:21:24.623Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-06T06:21:25.728Z] $ docker rm -f ae42f13b5c2997739fdeb40d42d7ced2eca86b9cbcf56771cdf7063cbb96195f [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) [2020-10-06T06:21:26.556Z] Removing intermediate container 045b9813144c [2020-10-06T06:21:26.557Z] ---> f1cf5ffdb67c [2020-10-06T06:21:26.557Z] Step 10/24 : FROM scratch [2020-10-06T06:21:26.557Z] ---> [2020-10-06T06:21:26.557Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T06:21:26.557Z] ---> Running in 890c7e307f32 [2020-10-06T06:21:26.557Z] Removing intermediate container 890c7e307f32 [2020-10-06T06:21:26.557Z] ---> 04939135ace9 [2020-10-06T06:21:26.557Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-06T06:21:26.557Z] ---> Running in 9647839f15c4 [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T06:21:26.820Z] Removing intermediate container 9647839f15c4 [2020-10-06T06:21:26.820Z] ---> 46c6c3dda18f [2020-10-06T06:21:26.820Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T06:21:26.820Z] ---> Running in 39faa2ee74a6 [2020-10-06T06:21:26.820Z] Removing intermediate container 39faa2ee74a6 [2020-10-06T06:21:26.820Z] ---> a445e585c93e [2020-10-06T06:21:26.820Z] Step 14/24 : WORKDIR / [2020-10-06T06:21:26.959Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-06T06:21:27.081Z] ---> Running in aceb56d4f3ff [2020-10-06T06:21:27.081Z] Removing intermediate container aceb56d4f3ff [2020-10-06T06:21:27.081Z] ---> 187a20ecea64 [2020-10-06T06:21:27.081Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-06T06:21:27.289Z] + ls -al . [2020-10-06T06:21:27.289Z] total 104 [2020-10-06T06:21:27.289Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 6 06:20 . [2020-10-06T06:21:27.289Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:20 .. [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 6 06:20 .dockerignore [2020-10-06T06:21:27.289Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 06:20 .git [2020-10-06T06:21:27.289Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 06:20 .github [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 6 06:20 .gitignore [2020-10-06T06:21:27.289Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 06:20 .semver [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 6 06:20 Dockerfile.build [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 6 06:20 Jenkinsfile [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 6 06:20 LICENSE [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 6 06:20 Makefile [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 6 06:20 README.md [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 6 06:20 RELEASE-NOTES.txt [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 6 06:17 VERSION [2020-10-06T06:21:27.289Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 06:20 bin [2020-10-06T06:21:27.289Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:20 example [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 6 06:20 go.mod [2020-10-06T06:21:27.289Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 6 06:20 internal [2020-10-06T06:21:27.289Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:20 openapi [2020-10-06T06:21:27.289Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 6 06:20 pkg [2020-10-06T06:21:27.289Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:20 snap [2020-10-06T06:21:27.289Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 6 06:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:21:27.633Z] + 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=833c05b782f270c396ee40879762f076aaf9331e --label arch=arm64 --label version=1.2.4-dev.22 . [2020-10-06T06:21:27.655Z] ---> 762609e78370 [2020-10-06T06:21:27.655Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-06T06:21:27.917Z] ---> 95007654cfa1 [2020-10-06T06:21:27.917Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-06T06:21:27.917Z] ---> e3ed6ada2b1b [2020-10-06T06:21:27.917Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-06T06:21:28.181Z] ---> 7e05f12ea384 [2020-10-06T06:21:28.181Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-06T06:21:28.231Z] Sending build context to Docker daemon 3.516MB [2020-10-06T06:21:28.231Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-06T06:21:28.231Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-06T06:21:28.231Z] ---> aae3d4839e61 [2020-10-06T06:21:28.231Z] Step 3/24 : ARG MAKE='make build' [2020-10-06T06:21:28.444Z] ---> c435b65f04b6 [2020-10-06T06:21:28.444Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-06T06:21:28.444Z] ---> Running in 57d11f121f30 [2020-10-06T06:21:28.506Z] ---> Running in 4a73b31ee90a [2020-10-06T06:21:28.708Z] Removing intermediate container 57d11f121f30 [2020-10-06T06:21:28.708Z] ---> 0a1c8616c2d1 [2020-10-06T06:21:28.708Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:21:28.708Z] ---> Running in 8fe091367a73 [2020-10-06T06:21:28.779Z] Removing intermediate container 4a73b31ee90a [2020-10-06T06:21:28.779Z] ---> 73a0af88734b [2020-10-06T06:21:28.779Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-06T06:21:28.970Z] Removing intermediate container 8fe091367a73 [2020-10-06T06:21:28.970Z] ---> ae4f5126b4bd [2020-10-06T06:21:28.970Z] Step 22/24 : LABEL arch=amd64 [2020-10-06T06:21:28.970Z] ---> Running in 6b531de22602 [2020-10-06T06:21:28.970Z] Removing intermediate container 6b531de22602 [2020-10-06T06:21:28.970Z] ---> c7c0384cf290 [2020-10-06T06:21:28.970Z] Step 23/24 : LABEL git_sha=833c05b782f270c396ee40879762f076aaf9331e [2020-10-06T06:21:29.053Z] ---> Running in 878a91565d8d [2020-10-06T06:21:29.234Z] ---> Running in 8fa908b0e624 [2020-10-06T06:21:29.234Z] Removing intermediate container 8fa908b0e624 [2020-10-06T06:21:29.234Z] ---> 7db743cee533 [2020-10-06T06:21:29.234Z] Step 24/24 : LABEL version=1.2.4-dev.22 [2020-10-06T06:21:29.347Z] Removing intermediate container 878a91565d8d [2020-10-06T06:21:29.348Z] ---> 1b901731cbfc [2020-10-06T06:21:29.348Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T06:21:29.499Z] ---> Running in 9f7f218b9174 [2020-10-06T06:21:29.499Z] Removing intermediate container 9f7f218b9174 [2020-10-06T06:21:29.499Z] ---> 3926c5bde7b6 [2020-10-06T06:21:29.499Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-06T06:21:29.499Z] Successfully built 3926c5bde7b6 [2020-10-06T06:21:29.499Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [2020-10-06T06:21:29.661Z] ---> Running in 0e2ac3886a0b [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-10-06T06:21:29.935Z] Removing intermediate container 0e2ac3886a0b [2020-10-06T06:21:29.935Z] ---> 33ef84ee58c1 [2020-10-06T06:21:29.935Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T06:21:30.210Z] ---> Running in f3b42165b3c4 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T06:21:32.841Z] Removing intermediate container f3b42165b3c4 [2020-10-06T06:21:32.841Z] ---> 2f8294f0d96a [2020-10-06T06:21:32.841Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-06T06:21:32.841Z] ---> Running in 5b463f8262ae [2020-10-06T06:21:34.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T06:21:36.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T06:21:39.521Z] OK: 142 MiB in 39 packages [2020-10-06T06:21:40.957Z] Removing intermediate container 5b463f8262ae [2020-10-06T06:21:40.957Z] ---> 29fec0f9de92 [2020-10-06T06:21:40.957Z] Step 8/24 : COPY . . [2020-10-06T06:21:41.936Z] ---> 54279f9a4ad9 [2020-10-06T06:21:41.936Z] Step 9/24 : RUN ${MAKE} [2020-10-06T06:21:42.209Z] ---> Running in c19163cc99e6 [2020-10-06T06:21:43.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.22" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-06T06:22:10.534Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-06T06:22:10.534Z] Removing intermediate container c19163cc99e6 [2020-10-06T06:22:10.534Z] ---> 6243fcfb7496 [2020-10-06T06:22:10.534Z] Step 10/24 : FROM scratch [2020-10-06T06:22:10.534Z] ---> [2020-10-06T06:22:10.534Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T06:22:10.534Z] ---> Running in fb8c55747aab [2020-10-06T06:22:10.534Z] Removing intermediate container fb8c55747aab [2020-10-06T06:22:10.534Z] ---> dfd12401ab85 [2020-10-06T06:22:10.534Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-06T06:22:10.534Z] ---> Running in a0f04b66ec9f [2020-10-06T06:22:10.534Z] Removing intermediate container a0f04b66ec9f [2020-10-06T06:22:10.534Z] ---> 7c183e01e91f [2020-10-06T06:22:10.534Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T06:22:10.534Z] ---> Running in 47dcaeec1458 [2020-10-06T06:22:10.811Z] Removing intermediate container 47dcaeec1458 [2020-10-06T06:22:10.811Z] ---> 3f0bd72036bc [2020-10-06T06:22:10.811Z] Step 14/24 : WORKDIR / [2020-10-06T06:22:10.811Z] ---> Running in d014f587e1f3 [2020-10-06T06:22:11.411Z] Removing intermediate container d014f587e1f3 [2020-10-06T06:22:11.411Z] ---> c2056107e42c [2020-10-06T06:22:11.411Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-06T06:22:12.854Z] ---> 8633ac58961e [2020-10-06T06:22:12.854Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-06T06:22:13.450Z] ---> 30b3a5134290 [2020-10-06T06:22:13.450Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-06T06:22:14.046Z] ---> 5b76966ac964 [2020-10-06T06:22:14.046Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-06T06:22:15.026Z] ---> 66a77412f869 [2020-10-06T06:22:15.026Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-06T06:22:15.622Z] ---> bcb3a8312f98 [2020-10-06T06:22:15.622Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-06T06:22:15.898Z] ---> Running in 92bb6cd29c9e [2020-10-06T06:22:16.169Z] Removing intermediate container 92bb6cd29c9e [2020-10-06T06:22:16.169Z] ---> 4317293f6c0f [2020-10-06T06:22:16.169Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T06:22:16.444Z] ---> Running in 5322596aec4d [2020-10-06T06:22:16.718Z] Removing intermediate container 5322596aec4d [2020-10-06T06:22:16.718Z] ---> ad60699fa7cd [2020-10-06T06:22:16.718Z] Step 22/24 : LABEL arch=arm64 [2020-10-06T06:22:16.992Z] ---> Running in 9bb556eb5bbf [2020-10-06T06:22:17.267Z] Removing intermediate container 9bb556eb5bbf [2020-10-06T06:22:17.267Z] ---> 8a5b37a12ed1 [2020-10-06T06:22:17.267Z] Step 23/24 : LABEL git_sha=833c05b782f270c396ee40879762f076aaf9331e [2020-10-06T06:22:17.542Z] ---> Running in f53151f78ccf [2020-10-06T06:22:17.816Z] Removing intermediate container f53151f78ccf [2020-10-06T06:22:17.816Z] ---> ae3b87ba39fc [2020-10-06T06:22:17.816Z] Step 24/24 : LABEL version=1.2.4-dev.22 [2020-10-06T06:22:18.093Z] ---> Running in 2a49f0dcba32 [2020-10-06T06:22:18.371Z] Removing intermediate container 2a49f0dcba32 [2020-10-06T06:22:18.371Z] ---> fb2bd4621243 [2020-10-06T06:22:18.371Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-06T06:22:18.645Z] Successfully built fb2bd4621243 [2020-10-06T06:22:18.645Z] 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-10-06T06:22:21.310Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-06T06:22:21.312Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-06T06:22:21.362Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:22:21.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T06:22:21.720Z] [2020-10-06T06:22:21.720Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:22:22.079Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T06:22:22.079Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-06T06:22:22.079Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-06T06:22:22.079Z] 408f87550127: Pulling fs layer [2020-10-06T06:22:22.079Z] fe522b08c979: Pulling fs layer [2020-10-06T06:22:22.079Z] 221eaa008020: Pulling fs layer [2020-10-06T06:22:22.079Z] 2a4607e5d6b9: Pulling fs layer [2020-10-06T06:22:22.079Z] 8f79b27c4fd2: Pulling fs layer [2020-10-06T06:22:22.079Z] e5c8dbe1645b: Pulling fs layer [2020-10-06T06:22:22.079Z] 23e8b3b47431: Pulling fs layer [2020-10-06T06:22:22.079Z] 5c568d65a230: Pulling fs layer [2020-10-06T06:22:22.079Z] 8f79b27c4fd2: Waiting [2020-10-06T06:22:22.079Z] 5c568d65a230: Waiting [2020-10-06T06:22:22.079Z] e5c8dbe1645b: Waiting [2020-10-06T06:22:22.079Z] 23e8b3b47431: Waiting [2020-10-06T06:22:22.079Z] 221eaa008020: Waiting [2020-10-06T06:22:22.079Z] 2a4607e5d6b9: Waiting [2020-10-06T06:22:22.079Z] fe522b08c979: Verifying Checksum [2020-10-06T06:22:22.079Z] fe522b08c979: Download complete [2020-10-06T06:22:22.079Z] 408f87550127: Verifying Checksum [2020-10-06T06:22:22.079Z] 408f87550127: Download complete [2020-10-06T06:22:22.079Z] 2a4607e5d6b9: Verifying Checksum [2020-10-06T06:22:22.079Z] 2a4607e5d6b9: Download complete [2020-10-06T06:22:22.079Z] 8f79b27c4fd2: Verifying Checksum [2020-10-06T06:22:22.079Z] 8f79b27c4fd2: Download complete [2020-10-06T06:22:23.024Z] cbdbe7a5bc2a: Download complete [2020-10-06T06:22:23.287Z] cbdbe7a5bc2a: Pull complete [2020-10-06T06:22:23.549Z] 408f87550127: Pull complete [2020-10-06T06:22:23.810Z] fe522b08c979: Pull complete [2020-10-06T06:22:24.770Z] e5c8dbe1645b: Verifying Checksum [2020-10-06T06:22:24.770Z] e5c8dbe1645b: Download complete [2020-10-06T06:22:25.722Z] 23e8b3b47431: Verifying Checksum [2020-10-06T06:22:25.722Z] 23e8b3b47431: Download complete [2020-10-06T06:22:26.678Z] 5c568d65a230: Verifying Checksum [2020-10-06T06:22:26.678Z] 5c568d65a230: Download complete [2020-10-06T06:22:27.626Z] 221eaa008020: Verifying Checksum [2020-10-06T06:22:27.626Z] 221eaa008020: Download complete [2020-10-06T06:22:32.976Z] 221eaa008020: Pull complete [2020-10-06T06:22:32.976Z] 2a4607e5d6b9: Pull complete [2020-10-06T06:22:32.976Z] 8f79b27c4fd2: Pull complete [2020-10-06T06:22:34.378Z] e5c8dbe1645b: Pull complete [2020-10-06T06:22:37.703Z] 23e8b3b47431: Pull complete [2020-10-06T06:22:38.297Z] 5c568d65a230: Pull complete [2020-10-06T06:22:38.297Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-06T06:22:38.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T06:22:38.297Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-06T06:22:38.439Z] prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container [2020-10-06T06:22:38.488Z] $ 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-10-06T06:22:39.547Z] $ docker top 86230608f0930ad83171d60337070f04f94a16c5fdcfbcb74ca6e378d56ec0d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T06:22:40.023Z] + snyk monitor '--org=edgex-jenkins' [2020-10-06T06:22:45.335Z] [2020-10-06T06:22:45.335Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-06T06:22:45.335Z] [2020-10-06T06:22:45.335Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/884bcda0-279a-4871-8276-33422dd8a55d [2020-10-06T06:22:45.335Z] [2020-10-06T06:22:45.335Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-06T06:22:45.335Z] [2020-10-06T06:22:45.335Z] [2020-10-06T06:22:45.335Z] Snyk CLI supports Node.js 8 and higher. [2020-10-06T06:22:45.335Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-06T06:22:45.335Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-06T06:22:45.335Z] [2020-10-06T06:22:45.335Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-06T06:22:45.335Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-06T06:22:45.355Z] $ docker stop --time=1 86230608f0930ad83171d60337070f04f94a16c5fdcfbcb74ca6e378d56ec0d7 [2020-10-06T06:22:48.312Z] $ docker rm -f 86230608f0930ad83171d60337070f04f94a16c5fdcfbcb74ca6e378d56ec0d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-06T06:22:49.549Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T06:22:49.608Z] provisioning config files... [2020-10-06T06:22:49.658Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config260343279047925991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:22:50.045Z] --> edgex-publish-swagger.sh [2020-10-06T06:22:50.045Z] === Publish openapi/v1 API === [2020-10-06T06:22:50.045Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-06T06:22:50.045Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-06T06:22:50.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T06:22:50.045Z] Dload Upload Total Spent Left Speed [2020-10-06T06:22:50.568Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 30406 --:--:-- --:--:-- --:--:-- 30403 [2020-10-06T06:22:50.568Z] [2020-10-06T06:22:50.568Z] [2020-10-06T06:22:50.568Z] === Publish openapi/v2 API === [2020-10-06T06:22:50.568Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-06T06:22:50.568Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-06T06:22:50.568Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T06:22:50.568Z] Dload Upload Total Spent Left Speed [2020-10-06T06:22:51.516Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 75427 --:--:-- --:--:-- --:--:-- 75342 100 49274 0 0 100 49274 0 75409 --:--:-- --:--:-- --:--:-- 75342 [2020-10-06T06:22:51.516Z] [2020-10-06T06:22:51.516Z] [Pipeline] } [2020-10-06T06:22:51.527Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:22:52.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T06:22:52.565Z] . [Pipeline] withDockerContainer [2020-10-06T06:22:52.653Z] prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container [2020-10-06T06:22:52.696Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T06:22:53.323Z] $ docker top ad2f116b2835dbf00cd7d5939429cb05134a2681a762e6df0ecca39cfc599998 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T06:22:53.609Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T06:22:53.609Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T06:22:53.800Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T06:22:53.805Z] $ docker exec ad2f116b2835dbf00cd7d5939429cb05134a2681a762e6df0ecca39cfc599998 ssh-agent [2020-10-06T06:22:53.961Z] SSH_AUTH_SOCK=/tmp/ssh-EotEvoSfpmy3/agent.11 [2020-10-06T06:22:53.961Z] SSH_AGENT_PID=16 [2020-10-06T06:22:53.967Z] Running ssh-add (command line suppressed) [2020-10-06T06:22:54.094Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3193829955876765563.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3193829955876765563.key) [2020-10-06T06:22:54.138Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T06:22:54.476Z] + git semver tag [2020-10-06T06:22:54.476Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T06:22:54.476Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T06:22:54.476Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T06:22:54.476Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T06:22:54.476Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T06:22:54.476Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T06:22:54.476Z] # $SEMVER_BRANCH = master [2020-10-06T06:22:54.476Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-06T06:22:54.476Z] # 833c05b782f270c396ee40879762f076aaf9331e HEAD [2020-10-06T06:22:54.476Z] # -> Force: false [2020-10-06T06:22:54.476Z] # 3685e2d01842a0d195747c4b08100798e612836a refs/tags/v1.2.4-dev.22 [Pipeline] } [2020-10-06T06:22:54.490Z] $ docker exec --env ******** --env ******** ad2f116b2835dbf00cd7d5939429cb05134a2681a762e6df0ecca39cfc599998 ssh-agent -k [2020-10-06T06:22:54.615Z] unset SSH_AUTH_SOCK; [2020-10-06T06:22:54.615Z] unset SSH_AGENT_PID; [2020-10-06T06:22:54.615Z] echo Agent pid 16 killed; [2020-10-06T06:22:54.658Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T06:22:55.140Z] + git semver [Pipeline] } [2020-10-06T06:22:55.157Z] $ docker stop --time=1 ad2f116b2835dbf00cd7d5939429cb05134a2681a762e6df0ecca39cfc599998 [2020-10-06T06:22:56.520Z] $ docker rm -f ad2f116b2835dbf00cd7d5939429cb05134a2681a762e6df0ecca39cfc599998 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:22:57.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T06:22:57.147Z] [2020-10-06T06:22:57.147Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:22:57.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T06:22:57.503Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-06T06:22:57.503Z] ab5ef0e58194: Pulling fs layer [2020-10-06T06:22:57.503Z] 9712f1f96733: Pulling fs layer [2020-10-06T06:22:57.503Z] 63f879dbbcfc: Pulling fs layer [2020-10-06T06:22:57.503Z] 0d9ebad4ef96: Pulling fs layer [2020-10-06T06:22:57.503Z] e9a5061849ea: Pulling fs layer [2020-10-06T06:22:57.503Z] d747dcd14b5f: Pulling fs layer [2020-10-06T06:22:57.503Z] 2de7ff778b66: Pulling fs layer [2020-10-06T06:22:57.503Z] e9a5061849ea: Waiting [2020-10-06T06:22:57.503Z] 0d9ebad4ef96: Waiting [2020-10-06T06:22:57.503Z] d747dcd14b5f: Waiting [2020-10-06T06:22:57.503Z] 9712f1f96733: Download complete [2020-10-06T06:22:59.437Z] 63f879dbbcfc: Verifying Checksum [2020-10-06T06:22:59.437Z] 63f879dbbcfc: Download complete [2020-10-06T06:22:59.437Z] e9a5061849ea: Verifying Checksum [2020-10-06T06:22:59.437Z] e9a5061849ea: Download complete [2020-10-06T06:22:59.437Z] d747dcd14b5f: Verifying Checksum [2020-10-06T06:22:59.437Z] d747dcd14b5f: Download complete [2020-10-06T06:22:59.703Z] 2de7ff778b66: Verifying Checksum [2020-10-06T06:22:59.703Z] 2de7ff778b66: Download complete [2020-10-06T06:22:59.964Z] 0d9ebad4ef96: Verifying Checksum [2020-10-06T06:22:59.964Z] 0d9ebad4ef96: Download complete [2020-10-06T06:22:59.964Z] ab5ef0e58194: Verifying Checksum [2020-10-06T06:22:59.964Z] ab5ef0e58194: Download complete [2020-10-06T06:23:04.205Z] ab5ef0e58194: Pull complete [2020-10-06T06:23:04.205Z] 9712f1f96733: Pull complete [2020-10-06T06:23:06.898Z] 63f879dbbcfc: Pull complete [2020-10-06T06:23:13.519Z] 0d9ebad4ef96: Pull complete [2020-10-06T06:23:13.519Z] e9a5061849ea: Pull complete [2020-10-06T06:23:13.519Z] d747dcd14b5f: Pull complete [2020-10-06T06:23:16.828Z] 2de7ff778b66: Pull complete [2020-10-06T06:23:17.091Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-06T06:23:17.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T06:23:17.091Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-06T06:23:17.221Z] prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container [2020-10-06T06:23:17.273Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-06T06:23:20.014Z] $ docker top 1fe6d8178c4d501d3c84329060e09482b4c4292a19d351819ed68d0ba9ee2a74 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-06T06:23:20.280Z] provisioning config files... [2020-10-06T06:23:20.291Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3582907455559376986tmp [2020-10-06T06:23:20.306Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3618899201557709180tmp [2020-10-06T06:23:20.319Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6983891987716701279tmp [Pipeline] { [Pipeline] echo [2020-10-06T06:23:20.396Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:23:20.692Z] ---> sigul-configuration.sh [2020-10-06T06:23:20.692Z] gpg: directory `/root/.gnupg' created [2020-10-06T06:23:20.692Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-06T06:23:20.692Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-06T06:23:20.692Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-06T06:23:20.692Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-06T06:23:20.692Z] gpg: CAST5 encrypted data [2020-10-06T06:23:20.953Z] gpg: encrypted with 1 passphrase [2020-10-06T06:23:20.953Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-06T06:23:21.251Z] + mkdir /home/jenkins [2020-10-06T06:23:21.251Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-06T06:23:21.545Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-06T06:23:21.555Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:23:21.847Z] ---> sigul-install.sh [2020-10-06T06:23:27.144Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-06T06:23:27.441Z] + git tag --list [2020-10-06T06:23:27.441Z] 0.7.1 [2020-10-06T06:23:27.441Z] delhi-tag [2020-10-06T06:23:27.441Z] v1.0.0 [2020-10-06T06:23:27.441Z] v1.1.0 [2020-10-06T06:23:27.441Z] v1.1.1 [2020-10-06T06:23:27.441Z] v1.1.2 [2020-10-06T06:23:27.441Z] v1.2.0 [2020-10-06T06:23:27.441Z] v1.2.1 [2020-10-06T06:23:27.441Z] v1.2.2 [2020-10-06T06:23:27.441Z] v1.2.3 [2020-10-06T06:23:27.441Z] v1.2.4-dev.1 [2020-10-06T06:23:27.441Z] v1.2.4-dev.10 [2020-10-06T06:23:27.441Z] v1.2.4-dev.11 [2020-10-06T06:23:27.441Z] v1.2.4-dev.12 [2020-10-06T06:23:27.441Z] v1.2.4-dev.13 [2020-10-06T06:23:27.441Z] v1.2.4-dev.14 [2020-10-06T06:23:27.441Z] v1.2.4-dev.15 [2020-10-06T06:23:27.441Z] v1.2.4-dev.16 [2020-10-06T06:23:27.441Z] v1.2.4-dev.17 [2020-10-06T06:23:27.441Z] v1.2.4-dev.18 [2020-10-06T06:23:27.441Z] v1.2.4-dev.19 [2020-10-06T06:23:27.441Z] v1.2.4-dev.2 [2020-10-06T06:23:27.441Z] v1.2.4-dev.20 [2020-10-06T06:23:27.441Z] v1.2.4-dev.21 [2020-10-06T06:23:27.441Z] v1.2.4-dev.22 [2020-10-06T06:23:27.441Z] v1.2.4-dev.3 [2020-10-06T06:23:27.441Z] v1.2.4-dev.4 [2020-10-06T06:23:27.441Z] v1.2.4-dev.5 [2020-10-06T06:23:27.441Z] v1.2.4-dev.6 [2020-10-06T06:23:27.441Z] v1.2.4-dev.7 [2020-10-06T06:23:27.441Z] v1.2.4-dev.8 [2020-10-06T06:23:27.441Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-06T06:23:27.735Z] + lftools sign git-tag v1.2.4-dev.22 [2020-10-06T06:23:28.676Z] Signing Git tag with Sigul... [2020-10-06T06:23:28.676Z] Signing v1.2.4-dev.22 [Pipeline] echo [2020-10-06T06:23:30.070Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:23:30.366Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-06T06:23:30.375Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-06T06:23:30.477Z] $ docker stop --time=1 1fe6d8178c4d501d3c84329060e09482b4c4292a19d351819ed68d0ba9ee2a74 [2020-10-06T06:23:32.445Z] $ docker rm -f 1fe6d8178c4d501d3c84329060e09482b4c4292a19d351819ed68d0ba9ee2a74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:23:33.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T06:23:33.294Z] . [Pipeline] withDockerContainer [2020-10-06T06:23:33.380Z] prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container [2020-10-06T06:23:33.425Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T06:23:33.991Z] $ docker top e3cf5d5c215110f8252cb781c9a4de00a749d24312d4d0f8c176057b33e486b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T06:23:34.291Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T06:23:34.292Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T06:23:34.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T06:23:34.464Z] $ docker exec e3cf5d5c215110f8252cb781c9a4de00a749d24312d4d0f8c176057b33e486b1 ssh-agent [2020-10-06T06:23:34.619Z] SSH_AUTH_SOCK=/tmp/ssh-upCAiQR9XLnk/agent.11 [2020-10-06T06:23:34.619Z] SSH_AGENT_PID=16 [2020-10-06T06:23:34.625Z] Running ssh-add (command line suppressed) [2020-10-06T06:23:34.738Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1888298644525236765.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1888298644525236765.key) [2020-10-06T06:23:34.788Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T06:23:35.140Z] + git semver bump pre [2020-10-06T06:23:35.140Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T06:23:35.140Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T06:23:35.140Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T06:23:35.140Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T06:23:35.140Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T06:23:35.140Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T06:23:35.140Z] # $SEMVER_BRANCH = master [2020-10-06T06:23:35.140Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-06T06:23:35.140Z] 1.2.4-dev.23 [Pipeline] } [2020-10-06T06:23:35.155Z] $ docker exec --env ******** --env ******** e3cf5d5c215110f8252cb781c9a4de00a749d24312d4d0f8c176057b33e486b1 ssh-agent -k [2020-10-06T06:23:35.270Z] unset SSH_AUTH_SOCK; [2020-10-06T06:23:35.270Z] unset SSH_AGENT_PID; [2020-10-06T06:23:35.270Z] echo Agent pid 16 killed; [2020-10-06T06:23:35.314Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T06:23:35.785Z] + git semver [Pipeline] } [2020-10-06T06:23:35.803Z] $ docker stop --time=1 e3cf5d5c215110f8252cb781c9a4de00a749d24312d4d0f8c176057b33e486b1 [2020-10-06T06:23:37.144Z] $ docker rm -f e3cf5d5c215110f8252cb781c9a4de00a749d24312d4d0f8c176057b33e486b1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T06:23:37.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T06:23:37.659Z] . [Pipeline] withDockerContainer [2020-10-06T06:23:37.748Z] prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container [2020-10-06T06:23:37.791Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T06:23:38.372Z] $ docker top 2cc604a4bbed1604744d5f79c06f6fb6956d557c373afd65da8e3f6c06dd6a9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T06:23:38.669Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T06:23:38.669Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T06:23:38.830Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T06:23:38.836Z] $ docker exec 2cc604a4bbed1604744d5f79c06f6fb6956d557c373afd65da8e3f6c06dd6a9b ssh-agent [2020-10-06T06:23:38.985Z] SSH_AUTH_SOCK=/tmp/ssh-8YCyuwiVooOj/agent.11 [2020-10-06T06:23:38.985Z] SSH_AGENT_PID=17 [2020-10-06T06:23:38.993Z] Running ssh-add (command line suppressed) [2020-10-06T06:23:39.105Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_987372766064083687.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_987372766064083687.key) [2020-10-06T06:23:39.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T06:23:39.481Z] + git semver push [2020-10-06T06:23:39.482Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T06:23:39.482Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T06:23:39.482Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T06:23:39.482Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T06:23:39.482Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T06:23:39.482Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T06:23:39.482Z] # $SEMVER_BRANCH = master [2020-10-06T06:23:39.482Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-06T06:23:46.086Z] $ docker exec --env ******** --env ******** 2cc604a4bbed1604744d5f79c06f6fb6956d557c373afd65da8e3f6c06dd6a9b ssh-agent -k [2020-10-06T06:23:46.207Z] unset SSH_AUTH_SOCK; [2020-10-06T06:23:46.209Z] unset SSH_AGENT_PID; [2020-10-06T06:23:46.209Z] echo Agent pid 17 killed; [2020-10-06T06:23:46.256Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T06:23:46.745Z] + git semver [Pipeline] } [2020-10-06T06:23:46.765Z] $ docker stop --time=1 2cc604a4bbed1604744d5f79c06f6fb6956d557c373afd65da8e3f6c06dd6a9b [2020-10-06T06:23:48.118Z] $ docker rm -f 2cc604a4bbed1604744d5f79c06f6fb6956d557c373afd65da8e3f6c06dd6a9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:23:49.492Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:23:50.055Z] ---> package-listing.sh [2020-10-06T06:23:50.055Z] ++ facter osfamily [2020-10-06T06:23:50.055Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T06:23:50.055Z] + OS_FAMILY=redhat [2020-10-06T06:23:50.055Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T06:23:50.055Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T06:23:50.055Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T06:23:50.055Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T06:23:50.055Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T06:23:50.055Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-06T06:23:50.055Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T06:23:50.055Z] + case "${OS_FAMILY}" in [2020-10-06T06:23:50.055Z] + rpm -qa [2020-10-06T06:23:50.055Z] + sort [2020-10-06T06:23:54.274Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T06:23:54.274Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T06:23:54.274Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T06:23:54.274Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-06T06:23:54.274Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-06T06:23:54.274Z] + 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-10-06T06:23:54.476Z] provisioning config files... [2020-10-06T06:23:54.491Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5237845461110742288tmp [Pipeline] { [Pipeline] echo [2020-10-06T06:23:54.581Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:23:54.875Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T06:23:54.883Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T06:23:55.150Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:23:55.444Z] ---> python-tools-install.sh [2020-10-06T06:23:55.444Z] Generating Requirements File [2020-10-06T06:25:03.353Z] Python 3.6.8 [2020-10-06T06:25:03.353Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T06:25:03.353Z] appdirs==1.4.3 [2020-10-06T06:25:03.353Z] argcomplete==1.12.1 [2020-10-06T06:25:03.353Z] aspy.yaml==1.3.0 [2020-10-06T06:25:03.353Z] attrs==19.3.0 [2020-10-06T06:25:03.353Z] Babel==2.8.0 [2020-10-06T06:25:03.353Z] beautifulsoup4==4.8.2 [2020-10-06T06:25:03.353Z] boto3==1.11.6 [2020-10-06T06:25:03.353Z] botocore==1.14.6 [2020-10-06T06:25:03.353Z] bs4==0.0.1 [2020-10-06T06:25:03.353Z] cachetools==4.1.1 [2020-10-06T06:25:03.353Z] certifi==2019.11.28 [2020-10-06T06:25:03.353Z] cffi==1.14.3 [2020-10-06T06:25:03.353Z] cfgv==2.0.1 [2020-10-06T06:25:03.353Z] chardet==3.0.4 [2020-10-06T06:25:03.353Z] click==7.1 [2020-10-06T06:25:03.353Z] cliff==3.4.0 [2020-10-06T06:25:03.353Z] cmd2==1.3.11 [2020-10-06T06:25:03.353Z] colorama==0.4.3 [2020-10-06T06:25:03.353Z] cryptography==3.1.1 [2020-10-06T06:25:03.353Z] debtcollector==2.2.0 [2020-10-06T06:25:03.353Z] decorator==4.4.2 [2020-10-06T06:25:03.353Z] defusedxml==0.6.0 [2020-10-06T06:25:03.353Z] Deprecated==1.2.7 [2020-10-06T06:25:03.353Z] distlib==0.3.1 [2020-10-06T06:25:03.353Z] distro==1.2.0 [2020-10-06T06:25:03.353Z] dnspython==1.16.0 [2020-10-06T06:25:03.353Z] docker==4.2.0 [2020-10-06T06:25:03.353Z] docutils==0.15.2 [2020-10-06T06:25:03.353Z] dogpile.cache==1.0.2 [2020-10-06T06:25:03.353Z] email-validator==1.0.5 [2020-10-06T06:25:03.353Z] filelock==3.0.12 [2020-10-06T06:25:03.353Z] future==0.18.2 [2020-10-06T06:25:03.353Z] google-auth==1.22.1 [2020-10-06T06:25:03.353Z] httplib2==0.17.0 [2020-10-06T06:25:03.353Z] identify==1.4.11 [2020-10-06T06:25:03.353Z] idna==2.9 [2020-10-06T06:25:03.353Z] importlib-metadata==1.7.0 [2020-10-06T06:25:03.353Z] importlib-resources==1.5.0 [2020-10-06T06:25:03.353Z] iso8601==0.1.13 [2020-10-06T06:25:03.353Z] Jinja2==2.11.1 [2020-10-06T06:25:03.353Z] jmespath==0.10.0 [2020-10-06T06:25:03.353Z] jsonpatch==1.26 [2020-10-06T06:25:03.353Z] jsonpointer==2.0 [2020-10-06T06:25:03.353Z] jsonschema==3.2.0 [2020-10-06T06:25:03.353Z] keystoneauth1==4.2.1 [2020-10-06T06:25:03.353Z] kubernetes==11.0.0 [2020-10-06T06:25:03.353Z] lftools==0.34.2 [2020-10-06T06:25:03.353Z] lxml==4.5.0 [2020-10-06T06:25:03.353Z] MarkupSafe==0.23 [2020-10-06T06:25:03.353Z] msgpack==1.0.0 [2020-10-06T06:25:03.353Z] multi-key-dict==2.0.3 [2020-10-06T06:25:03.353Z] munch==2.5.0 [2020-10-06T06:25:03.353Z] netaddr==0.8.0 [2020-10-06T06:25:03.353Z] netifaces==0.10.9 [2020-10-06T06:25:03.353Z] niet==1.4.2 [2020-10-06T06:25:03.353Z] nodeenv==1.3.5 [2020-10-06T06:25:03.353Z] oauth2client==4.1.3 [2020-10-06T06:25:03.353Z] oauthlib==3.1.0 [2020-10-06T06:25:03.353Z] openstacksdk==0.50.0 [2020-10-06T06:25:03.354Z] os-client-config==2.1.0 [2020-10-06T06:25:03.354Z] os-service-types==1.7.0 [2020-10-06T06:25:03.354Z] osc-lib==2.2.1 [2020-10-06T06:25:03.354Z] oslo.config==8.3.2 [2020-10-06T06:25:03.354Z] oslo.context==3.1.1 [2020-10-06T06:25:03.354Z] oslo.i18n==5.0.1 [2020-10-06T06:25:03.354Z] oslo.log==4.4.0 [2020-10-06T06:25:03.354Z] oslo.serialization==4.0.1 [2020-10-06T06:25:03.354Z] oslo.utils==4.6.0 [2020-10-06T06:25:03.354Z] packaging==20.4 [2020-10-06T06:25:03.354Z] pbr==5.4.4 [2020-10-06T06:25:03.354Z] pluggy==0.13.1 [2020-10-06T06:25:03.354Z] prettytable==0.7.2 [2020-10-06T06:25:03.354Z] py==1.9.0 [2020-10-06T06:25:03.354Z] pyasn1==0.4.8 [2020-10-06T06:25:03.354Z] pyasn1-modules==0.2.8 [2020-10-06T06:25:03.354Z] pycparser==2.20 [2020-10-06T06:25:03.354Z] pygerrit2==2.0.10 [2020-10-06T06:25:03.354Z] PyGithub==1.46 [2020-10-06T06:25:03.354Z] pyinotify==0.9.6 [2020-10-06T06:25:03.354Z] PyJWT==1.7.1 [2020-10-06T06:25:03.354Z] pyparsing==2.4.7 [2020-10-06T06:25:03.354Z] pyperclip==1.8.0 [2020-10-06T06:25:03.354Z] pyroute2==0.4.13 [2020-10-06T06:25:03.354Z] pyrsistent==0.15.7 [2020-10-06T06:25:03.354Z] PySocks==1.6.8 [2020-10-06T06:25:03.354Z] python-cinderclient==7.2.0 [2020-10-06T06:25:03.354Z] python-dateutil==2.8.1 [2020-10-06T06:25:03.354Z] python-heatclient==2.2.1 [2020-10-06T06:25:03.354Z] python-jenkins==1.7.0 [2020-10-06T06:25:03.354Z] python-keystoneclient==4.1.1 [2020-10-06T06:25:03.354Z] python-magnumclient==3.2.1 [2020-10-06T06:25:03.354Z] python-novaclient==17.2.1 [2020-10-06T06:25:03.354Z] python-openstackclient==5.4.0 [2020-10-06T06:25:03.354Z] python-swiftclient==3.10.1 [2020-10-06T06:25:03.354Z] pytz==2020.1 [2020-10-06T06:25:03.354Z] PyYAML==5.3 [2020-10-06T06:25:03.354Z] requests==2.23.0 [2020-10-06T06:25:03.354Z] requests-oauthlib==1.3.0 [2020-10-06T06:25:03.354Z] requestsexceptions==1.4.0 [2020-10-06T06:25:03.354Z] rfc3986==1.4.0 [2020-10-06T06:25:03.354Z] rpm==4.11.3 [2020-10-06T06:25:03.354Z] rsa==4.0 [2020-10-06T06:25:03.354Z] ruamel.yaml==0.16.10 [2020-10-06T06:25:03.354Z] ruamel.yaml.clib==0.2.0 [2020-10-06T06:25:03.354Z] s3transfer==0.3.3 [2020-10-06T06:25:03.354Z] shade==1.27.2 [2020-10-06T06:25:03.354Z] simplejson==3.17.2 [2020-10-06T06:25:03.354Z] six==1.14.0 [2020-10-06T06:25:03.354Z] soupsieve==2.0 [2020-10-06T06:25:03.354Z] stevedore==3.2.2 [2020-10-06T06:25:03.354Z] tabulate==0.8.6 [2020-10-06T06:25:03.354Z] toml==0.10.0 [2020-10-06T06:25:03.354Z] tox==3.20.0 [2020-10-06T06:25:03.354Z] tqdm==4.43.0 [2020-10-06T06:25:03.354Z] urllib3==1.25.8 [2020-10-06T06:25:03.354Z] virtualenv==20.0.33 [2020-10-06T06:25:03.354Z] wcwidth==0.2.5 [2020-10-06T06:25:03.354Z] websocket-client==0.57.0 [2020-10-06T06:25:03.354Z] wrapt==1.12.1 [2020-10-06T06:25:03.354Z] xdg==3.0.2 [2020-10-06T06:25:03.354Z] xmltodict==0.12.0 [2020-10-06T06:25:03.354Z] yq==2.11.1 [2020-10-06T06:25:03.354Z] zipp==3.3.0 [2020-10-06T06:25:03.354Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:05.912Z] 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-10-06T06:25:08.474Z] Python 2.7.5 [2020-10-06T06:25:08.738Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T06:25:09.002Z] 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-10-06T06:25:09.265Z] ansible==2.9.7 [2020-10-06T06:25:09.265Z] Babel==0.9.6 [2020-10-06T06:25:09.265Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T06:25:09.265Z] beautifulsoup4==4.4.1 [2020-10-06T06:25:09.265Z] bodhi==2.11.0 [2020-10-06T06:25:09.265Z] bodhi-client==2.11.0 [2020-10-06T06:25:09.265Z] CCColUtils==1.4 [2020-10-06T06:25:09.265Z] cffi==1.6.0 [2020-10-06T06:25:09.265Z] chardet==2.2.1 [2020-10-06T06:25:09.265Z] click==6.7 [2020-10-06T06:25:09.265Z] cloud-init==18.5 [2020-10-06T06:25:09.265Z] configobj==4.7.2 [2020-10-06T06:25:09.265Z] cryptography==1.7.2 [2020-10-06T06:25:09.265Z] decorator==3.4.0 [2020-10-06T06:25:09.265Z] distro==1.2.0 [2020-10-06T06:25:09.265Z] enum34==1.0.4 [2020-10-06T06:25:09.265Z] fedpkg==1.38 [2020-10-06T06:25:09.265Z] futures==3.1.1 [2020-10-06T06:25:09.265Z] gitdb==0.6.4 [2020-10-06T06:25:09.265Z] GitPython==1.0.1 [2020-10-06T06:25:09.265Z] html5lib==0.999 [2020-10-06T06:25:09.265Z] httplib2==0.9.2 [2020-10-06T06:25:09.265Z] idna==2.4 [2020-10-06T06:25:09.265Z] iniparse==0.4 [2020-10-06T06:25:09.265Z] ipaddress==1.0.16 [2020-10-06T06:25:09.265Z] IPy==0.75 [2020-10-06T06:25:09.265Z] javapackages==1.0.0 [2020-10-06T06:25:09.265Z] Jinja2==2.7.2 [2020-10-06T06:25:09.265Z] jmespath==0.9.4 [2020-10-06T06:25:09.265Z] jsonpatch==1.2 [2020-10-06T06:25:09.265Z] jsonpointer==1.9 [2020-10-06T06:25:09.265Z] kerberos==1.1 [2020-10-06T06:25:09.265Z] kitchen==1.1.1 [2020-10-06T06:25:09.265Z] langtable==0.0.31 [2020-10-06T06:25:09.265Z] lockfile==0.9.1 [2020-10-06T06:25:09.265Z] lxml==3.2.1 [2020-10-06T06:25:09.265Z] MarkupSafe==0.11 [2020-10-06T06:25:09.265Z] munch==2.0.2 [2020-10-06T06:25:09.265Z] offtrac==0.1.0 [2020-10-06T06:25:09.265Z] openidc-client==0.6.0 [2020-10-06T06:25:09.265Z] packagedb-cli==2.14.1 [2020-10-06T06:25:09.265Z] paramiko==2.1.1 [2020-10-06T06:25:09.266Z] perf==0.1 [2020-10-06T06:25:09.266Z] ply==3.4 [2020-10-06T06:25:09.266Z] policycoreutils-default-encoding==0.1 [2020-10-06T06:25:09.266Z] prettytable==0.7.2 [2020-10-06T06:25:09.266Z] pyasn1==0.1.9 [2020-10-06T06:25:09.266Z] pycparser==2.14 [2020-10-06T06:25:09.266Z] pycurl==7.19.0 [2020-10-06T06:25:09.266Z] pygobject==3.22.0 [2020-10-06T06:25:09.266Z] pygpgme==0.3 [2020-10-06T06:25:09.266Z] pyliblzma==0.5.3 [2020-10-06T06:25:09.266Z] pyOpenSSL==0.13.1 [2020-10-06T06:25:09.266Z] pyparsing==1.5.6 [2020-10-06T06:25:09.266Z] pyserial==2.6 [2020-10-06T06:25:09.266Z] python-augeas==0.5.0 [2020-10-06T06:25:09.266Z] python-bugzilla==2.3.0 [2020-10-06T06:25:09.266Z] python-dateutil==1.5 [2020-10-06T06:25:09.266Z] python-fedora==0.10.0 [2020-10-06T06:25:09.266Z] python-linux-procfs==0.4.9 [2020-10-06T06:25:09.266Z] python-yubico==1.2.3 [2020-10-06T06:25:09.266Z] pyudev==0.15 [2020-10-06T06:25:09.266Z] pyusb==1.0.0b1 [2020-10-06T06:25:09.266Z] pyxattr==0.5.1 [2020-10-06T06:25:09.266Z] PyYAML==3.10 [2020-10-06T06:25:09.266Z] requests==2.6.0 [2020-10-06T06:25:09.266Z] requests-kerberos==0.7.0 [2020-10-06T06:25:09.266Z] rpkg==1.60 [2020-10-06T06:25:09.266Z] schedutils==0.4 [2020-10-06T06:25:09.266Z] seobject==0.1 [2020-10-06T06:25:09.266Z] sepolicy==1.1 [2020-10-06T06:25:09.266Z] six==1.9.0 [2020-10-06T06:25:09.266Z] smmap==0.9.0 [2020-10-06T06:25:09.266Z] urlgrabber==3.10 [2020-10-06T06:25:09.266Z] urllib3==1.10.2 [2020-10-06T06:25:09.266Z] virtualenv==15.1.0 [2020-10-06T06:25:09.266Z] yum-langpacks==0.4.2 [2020-10-06T06:25:09.266Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T06:25:09.277Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:25:09.578Z] ---> sudo-logs.sh [2020-10-06T06:25:09.578Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T06:25:09.857Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:25:10.170Z] ---> job-cost.sh [2020-10-06T06:25:10.170Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jqoK [2020-10-06T06:25:18.351Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:18.351Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:19.293Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:19.293Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:19.293Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:19.293Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:19.558Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:19.558Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:19.558Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:19.824Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:19.825Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:20.088Z] Cache entry deserialization failed, entry ignored [2020-10-06T06:25:23.406Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T06:25:55.581Z] lf-activate-venv(): INFO: Adding /tmp/venv-jqoK/bin to PATH [2020-10-06T06:25:55.581Z] INFO: No Stack... [2020-10-06T06:25:55.581Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T06:25:55.581Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T06:25:55.594Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T06:25:55.888Z] ---> logs-deploy.sh [2020-10-06T06:25:55.888Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/73 [2020-10-06T06:25:55.888Z] INFO: archiving workspace using pattern(s): [2020-10-06T06:25:57.802Z] Archives upload complete. [2020-10-06T06:25:57.802Z] INFO: archiving logs to Nexus