Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9121cb4fd2f17f024cc2e84f36967dd0fb0597df 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-5305 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9121cb4fd2f17f024cc2e84f36967dd0fb0597df (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 Commit message: "Merge pull request #625 from hahattan/issue-529-cache" > git rev-list --no-walk 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-14T06:27:09.021Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-14T06:27:09.332Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-14T06:27:09.429Z] ========================================================= [2020-10-14T06:27:09.429Z] EdgeX Global Pipelines Version Info [2020-10-14T06:27:09.429Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:27:11.958Z] ------------------- [2020-10-14T06:27:11.958Z] stable info: [2020-10-14T06:27:11.958Z] ------------------- [2020-10-14T06:27:11.958Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-14T06:27:11.958Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-14T06:27:11.958Z] Message: update stable to v1.0.131 [2020-10-14T06:27:12.928Z] ------------------- [2020-10-14T06:27:12.928Z] experimental info: [2020-10-14T06:27:12.928Z] ------------------- [2020-10-14T06:27:12.928Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-14T06:27:12.928Z] Commit SHA: a2275391807e67b7600a554c2b5f26031cb9c010 [2020-10-14T06:27:12.928Z] Message: update experimental to v1.0.141 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-14T06:27:13.330Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-14T06:27:13.424Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-14T06:27:13.521Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-14T06:27:13.615Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-14T06:27:13.709Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-14T06:27:13.803Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-14T06:27:13.901Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-14T06:27:14.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-14T06:27:14.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-14T06:27:14.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-14T06:27:14.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-14T06:27:14.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-14T06:27:14.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-14T06:27:14.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-14T06:27:14.732Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-14T06:27:14.827Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-14T06:27:14.918Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-14T06:27:15.014Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-14T06:27:15.108Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-14T06:27:15.216Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-14T06:27:15.312Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-14T06:27:15.407Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-14T06:27:15.497Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-14T06:27:15.626Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-14T06:27:15.721Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-14T06:27:15.811Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-14T06:27:15.963Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-14T06:27:16.057Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-14T06:27:16.149Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9121cb4fd2f17f024cc2e84f36967dd0fb0597df [Pipeline] echo [2020-10-14T06:27:16.243Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9121cb4 [Pipeline] echo [2020-10-14T06:27:16.333Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-14T06:27:16.989Z] + git log --format=format:%s -1 9121cb4fd2f17f024cc2e84f36967dd0fb0597df [Pipeline] echo [2020-10-14T06:27:17.106Z] GIT_COMMIT: 9121cb4fd2f17f024cc2e84f36967dd0fb0597df, Commit Message: Merge pull request #625 from hahattan/issue-529-cache [Pipeline] echo [2020-10-14T06:27:17.155Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:27:18.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T06:27:18.311Z] [2020-10-14T06:27:18.311Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:27:18.821Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T06:27:19.146Z] latest: Pulling from edgex-devops/git-semver [2020-10-14T06:27:19.146Z] 31603596830f: Pulling fs layer [2020-10-14T06:27:19.146Z] 2a8b12db71e7: Pulling fs layer [2020-10-14T06:27:19.146Z] 6ca5941a6612: Pulling fs layer [2020-10-14T06:27:19.146Z] ecc8261a40a4: Pulling fs layer [2020-10-14T06:27:19.146Z] ecc8261a40a4: Waiting [2020-10-14T06:27:19.146Z] 2a8b12db71e7: Download complete [2020-10-14T06:27:19.424Z] 31603596830f: Verifying Checksum [2020-10-14T06:27:19.424Z] 31603596830f: Download complete [2020-10-14T06:27:19.732Z] 6ca5941a6612: Verifying Checksum [2020-10-14T06:27:19.732Z] 6ca5941a6612: Download complete [2020-10-14T06:27:20.010Z] ecc8261a40a4: Verifying Checksum [2020-10-14T06:27:20.010Z] ecc8261a40a4: Download complete [2020-10-14T06:27:20.010Z] 31603596830f: Pull complete [2020-10-14T06:27:20.283Z] 2a8b12db71e7: Pull complete [2020-10-14T06:27:21.272Z] 6ca5941a6612: Pull complete [2020-10-14T06:27:21.871Z] ecc8261a40a4: Pull complete [2020-10-14T06:27:21.871Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-14T06:27:21.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T06:27:21.871Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-14T06:27:22.070Z] prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container [2020-10-14T06:27:22.231Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T06:27:24.772Z] $ docker top c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T06:27:25.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T06:27:25.126Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T06:27:25.489Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T06:27:25.501Z] $ docker exec c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef ssh-agent [2020-10-14T06:27:25.742Z] SSH_AUTH_SOCK=/tmp/ssh-ZjQ0IJYi4hYj/agent.11 [2020-10-14T06:27:25.742Z] SSH_AGENT_PID=16 [2020-10-14T06:27:25.762Z] Running ssh-add (command line suppressed) [2020-10-14T06:27:25.975Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7933159568189472904.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7933159568189472904.key) [2020-10-14T06:27:26.052Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T06:27:26.488Z] + git describe --exact-match --tags HEAD [2020-10-14T06:27:26.488Z] fatal: no tag exactly matches '9121cb4fd2f17f024cc2e84f36967dd0fb0597df' [Pipeline] } [2020-10-14T06:27:26.545Z] $ docker exec --env ******** --env ******** c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef ssh-agent -k [2020-10-14T06:27:26.750Z] unset SSH_AUTH_SOCK; [2020-10-14T06:27:26.753Z] unset SSH_AGENT_PID; [2020-10-14T06:27:26.753Z] echo Agent pid 16 killed; [2020-10-14T06:27:26.796Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-14T06:27:26.884Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-14T06:27:26.884Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-14T06:27:26.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T06:27:26.982Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T06:27:27.308Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T06:27:27.316Z] $ docker exec c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef ssh-agent [2020-10-14T06:27:27.721Z] SSH_AUTH_SOCK=/tmp/ssh-xa0rw4zxcnYJ/agent.46 [2020-10-14T06:27:27.721Z] SSH_AGENT_PID=51 [2020-10-14T06:27:27.733Z] Running ssh-add (command line suppressed) [2020-10-14T06:27:28.072Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7486250482053474967.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7486250482053474967.key) [2020-10-14T06:27:28.274Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T06:27:28.737Z] + git semver init [2020-10-14T06:27:28.737Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T06:27:28.737Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-14T06:27:28.737Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-14T06:27:28.737Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T06:27:28.737Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T06:27:28.737Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T06:27:28.737Z] # $SEMVER_BRANCH = master [2020-10-14T06:27:28.737Z] # $SEMVER_TEMP = /tmp/semver-715248251 [2020-10-14T06:27:28.737Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-14T06:27:30.218Z] # '/tmp/semver-715248251' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-14T06:27:30.218Z] # -> Force: false [2020-10-14T06:27:30.218Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-14T06:27:30.276Z] $ docker exec --env ******** --env ******** c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef ssh-agent -k [2020-10-14T06:27:30.557Z] unset SSH_AUTH_SOCK; [2020-10-14T06:27:30.560Z] unset SSH_AGENT_PID; [2020-10-14T06:27:30.560Z] echo Agent pid 51 killed; [2020-10-14T06:27:30.635Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T06:27:31.149Z] + git semver [Pipeline] } [2020-10-14T06:27:31.193Z] $ docker stop --time=1 c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef [2020-10-14T06:27:32.867Z] $ docker rm -f c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-14T06:27:34.623Z] Stashed 44 file(s) [Pipeline] echo [2020-10-14T06:27:34.626Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.25 [Pipeline] echo [2020-10-14T06:27:34.721Z] Archived original version: [1.2.4-dev.25] [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-14T06:27:50.234Z] Still waiting to schedule task [2020-10-14T06:27:50.235Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-14T06:27:50.237Z] Still waiting to schedule task [2020-10-14T06:27:50.237Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-14T06:29:50.875Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5307 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-14T06:29:50.930Z] Running in /w/workspace/device-sdk-go/76 [Pipeline] { [Pipeline] checkout [2020-10-14T06:29:56.066Z] using credential edgex-jenkins-ssh [2020-10-14T06:29:56.130Z] Cloning the remote Git repository [2020-10-14T06:29:56.203Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-14T06:29:56.314Z] > git init /w/workspace/device-sdk-go/76 # timeout=10 [2020-10-14T06:29:56.399Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-14T06:29:56.400Z] > git --version # timeout=10 [2020-10-14T06:29:56.415Z] > git --version # 'git version 2.17.1' [2020-10-14T06:29:56.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T06:29:56.489Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T06:29:58.248Z] Checking out Revision 9121cb4fd2f17f024cc2e84f36967dd0fb0597df (master) [2020-10-14T06:29:57.586Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-14T06:29:57.615Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T06:29:57.646Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-14T06:29:57.684Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-14T06:29:57.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T06:29:57.718Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-14T06:29:58.274Z] > git config core.sparsecheckout # timeout=10 [2020-10-14T06:29:58.293Z] > git checkout -f 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 [2020-10-14T06:29:59.672Z] Running on prd-centos7-docker-4c-2g-5308 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-14T06:29:59.723Z] Running in /w/workspace/device-sdk-go/76 [Pipeline] { [Pipeline] checkout [2020-10-14T06:30:02.738Z] using credential edgex-jenkins-ssh [2020-10-14T06:30:02.794Z] Cloning the remote Git repository [2020-10-14T06:30:02.864Z] Commit message: "Merge pull request #625 from hahattan/issue-529-cache" [2020-10-14T06:30:02.819Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-14T06:30:02.901Z] > git init /w/workspace/device-sdk-go/76 # timeout=10 [2020-10-14T06:30:02.953Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-14T06:30:02.954Z] > git --version # timeout=10 [2020-10-14T06:30:02.963Z] > git --version # 'git version 2.16.5' [2020-10-14T06:30:02.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T06:30:02.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-14T06:30:04.248Z] ========================================================= [2020-10-14T06:30:04.248Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-14T06:30:04.248Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:30:05.332Z] + 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-14T06:30:05.514Z] Checking out Revision 9121cb4fd2f17f024cc2e84f36967dd0fb0597df (master) [2020-10-14T06:30:04.785Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-14T06:30:04.794Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T06:30:04.808Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-14T06:30:04.823Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-14T06:30:04.823Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T06:30:04.828Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-14T06:30:05.520Z] > git config core.sparsecheckout # timeout=10 [2020-10-14T06:30:05.526Z] > git checkout -f 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 [2020-10-14T06:30:06.317Z] Sending build context to Docker daemon 3.536MB [2020-10-14T06:30:06.317Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-14T06:30:06.317Z] Step 2/8 : FROM ${BASE} [2020-10-14T06:30:06.599Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-14T06:30:06.599Z] b538f80385f9: Pulling fs layer [2020-10-14T06:30:06.599Z] 74f711af9a0d: Pulling fs layer [2020-10-14T06:30:06.599Z] 99f96fe45779: Pulling fs layer [2020-10-14T06:30:06.599Z] 8529a6b9a6be: Pulling fs layer [2020-10-14T06:30:06.599Z] 45590311c82a: Pulling fs layer [2020-10-14T06:30:06.599Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-14T06:30:06.599Z] 209524e5b208: Pulling fs layer [2020-10-14T06:30:06.599Z] 45590311c82a: Waiting [2020-10-14T06:30:06.599Z] 69ca0ff8b7b3: Waiting [2020-10-14T06:30:06.599Z] 209524e5b208: Waiting [2020-10-14T06:30:06.599Z] 8529a6b9a6be: Waiting [2020-10-14T06:30:06.599Z] 99f96fe45779: Download complete [2020-10-14T06:30:06.599Z] 74f711af9a0d: Verifying Checksum [2020-10-14T06:30:06.599Z] 74f711af9a0d: Download complete [2020-10-14T06:30:06.599Z] 45590311c82a: Verifying Checksum [2020-10-14T06:30:06.599Z] 45590311c82a: Download complete [2020-10-14T06:30:06.599Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-14T06:30:06.599Z] 69ca0ff8b7b3: Download complete [2020-10-14T06:30:06.599Z] b538f80385f9: Verifying Checksum [2020-10-14T06:30:06.599Z] b538f80385f9: Download complete [2020-10-14T06:30:07.588Z] b538f80385f9: Pull complete [2020-10-14T06:30:07.862Z] 74f711af9a0d: Pull complete [2020-10-14T06:30:08.477Z] 99f96fe45779: Pull complete [2020-10-14T06:30:09.221Z] Commit message: "Merge pull request #625 from hahattan/issue-529-cache" [2020-10-14T06:30:09.469Z] 209524e5b208: Verifying Checksum [2020-10-14T06:30:09.469Z] 209524e5b208: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-14T06:30:10.062Z] ========================================================= [2020-10-14T06:30:10.062Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-14T06:30:10.062Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:30:10.795Z] + 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-14T06:30:10.926Z] 8529a6b9a6be: Verifying Checksum [2020-10-14T06:30:10.926Z] 8529a6b9a6be: Download complete [2020-10-14T06:30:11.062Z] Sending build context to Docker daemon 3.536MB [2020-10-14T06:30:11.062Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-14T06:30:11.062Z] Step 2/8 : FROM ${BASE} [2020-10-14T06:30:11.333Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-14T06:30:11.333Z] df20fa9351a1: Pulling fs layer [2020-10-14T06:30:11.333Z] ed8968b2872e: Pulling fs layer [2020-10-14T06:30:11.333Z] a92cc7c5fd73: Pulling fs layer [2020-10-14T06:30:11.333Z] e871e8e8d7a9: Pulling fs layer [2020-10-14T06:30:11.333Z] e73272ec9a57: Pulling fs layer [2020-10-14T06:30:11.333Z] 1e910a182e73: Pulling fs layer [2020-10-14T06:30:11.333Z] 4e634b169226: Pulling fs layer [2020-10-14T06:30:11.333Z] e73272ec9a57: Waiting [2020-10-14T06:30:11.333Z] 1e910a182e73: Waiting [2020-10-14T06:30:11.333Z] 4e634b169226: Waiting [2020-10-14T06:30:11.333Z] e871e8e8d7a9: Waiting [2020-10-14T06:30:11.333Z] a92cc7c5fd73: Verifying Checksum [2020-10-14T06:30:11.333Z] a92cc7c5fd73: Download complete [2020-10-14T06:30:11.333Z] ed8968b2872e: Download complete [2020-10-14T06:30:11.333Z] e73272ec9a57: Download complete [2020-10-14T06:30:11.333Z] 1e910a182e73: Verifying Checksum [2020-10-14T06:30:11.334Z] 1e910a182e73: Download complete [2020-10-14T06:30:11.334Z] df20fa9351a1: Download complete [2020-10-14T06:30:11.911Z] df20fa9351a1: Pull complete [2020-10-14T06:30:12.174Z] ed8968b2872e: Pull complete [2020-10-14T06:30:12.174Z] a92cc7c5fd73: Pull complete [2020-10-14T06:30:13.130Z] 4e634b169226: Verifying Checksum [2020-10-14T06:30:13.130Z] 4e634b169226: Download complete [2020-10-14T06:30:13.707Z] e871e8e8d7a9: Verifying Checksum [2020-10-14T06:30:13.707Z] e871e8e8d7a9: Download complete [2020-10-14T06:30:19.058Z] e871e8e8d7a9: Pull complete [2020-10-14T06:30:19.058Z] e73272ec9a57: Pull complete [2020-10-14T06:30:19.058Z] 1e910a182e73: Pull complete [2020-10-14T06:30:21.102Z] 8529a6b9a6be: Pull complete [2020-10-14T06:30:21.376Z] 45590311c82a: Pull complete [2020-10-14T06:30:21.650Z] 69ca0ff8b7b3: Pull complete [2020-10-14T06:30:25.073Z] 209524e5b208: Pull complete [2020-10-14T06:30:25.346Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-14T06:30:25.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-14T06:30:25.346Z] ---> 5bddaf1c2fca [2020-10-14T06:30:25.346Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-14T06:30:27.988Z] ---> Running in 6c51ff9500c7 [2020-10-14T06:30:28.589Z] Removing intermediate container 6c51ff9500c7 [2020-10-14T06:30:28.589Z] ---> 0eb9848fd995 [2020-10-14T06:30:28.589Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T06:30:28.589Z] ---> Running in 87cc0ff7378b [2020-10-14T06:30:29.091Z] 4e634b169226: Pull complete [2020-10-14T06:30:29.091Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-14T06:30:29.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-14T06:30:29.091Z] ---> f7629b54cfaa [2020-10-14T06:30:29.091Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-14T06:30:29.091Z] ---> Running in 06840632d5b6 [2020-10-14T06:30:29.091Z] Removing intermediate container 06840632d5b6 [2020-10-14T06:30:29.091Z] ---> 76016bf29fd5 [2020-10-14T06:30:29.091Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T06:30:29.091Z] ---> Running in 046622b0b80f [2020-10-14T06:30:30.048Z] Removing intermediate container 046622b0b80f [2020-10-14T06:30:30.048Z] ---> 43e7f11df4a8 [2020-10-14T06:30:30.048Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-14T06:30:30.048Z] ---> Running in 41ff8f64251d [2020-10-14T06:30:30.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T06:30:31.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T06:30:31.838Z] OK: 166 MiB in 39 packages [2020-10-14T06:30:32.015Z] Removing intermediate container 87cc0ff7378b [2020-10-14T06:30:32.016Z] ---> 9118e0bee829 [2020-10-14T06:30:32.016Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-14T06:30:32.016Z] ---> Running in 8e2fa5fa5674 [2020-10-14T06:30:32.421Z] Removing intermediate container 41ff8f64251d [2020-10-14T06:30:32.421Z] ---> 95d9e3e9bb05 [2020-10-14T06:30:32.421Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-14T06:30:32.421Z] ---> Running in 3cac915c1c20 [2020-10-14T06:30:32.421Z] Removing intermediate container 3cac915c1c20 [2020-10-14T06:30:32.421Z] ---> 432ce7ad2539 [2020-10-14T06:30:32.421Z] Step 7/8 : COPY . . [2020-10-14T06:30:33.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T06:30:33.818Z] ---> b214175c0cca [2020-10-14T06:30:33.818Z] Step 8/8 : RUN go mod download [2020-10-14T06:30:33.818Z] ---> Running in 1f855cc4a17b [2020-10-14T06:30:33.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T06:30:34.580Z] OK: 142 MiB in 39 packages [2020-10-14T06:30:36.038Z] Removing intermediate container 8e2fa5fa5674 [2020-10-14T06:30:36.038Z] ---> c86cce3c2d44 [2020-10-14T06:30:36.038Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-14T06:30:36.038Z] ---> Running in 666ecfb9d300 [2020-10-14T06:30:36.320Z] Removing intermediate container 666ecfb9d300 [2020-10-14T06:30:36.320Z] ---> 4c9b09afacf2 [2020-10-14T06:30:36.320Z] Step 7/8 : COPY . . [2020-10-14T06:30:38.306Z] ---> 7f5c4dab1da1 [2020-10-14T06:30:38.306Z] Step 8/8 : RUN go mod download [2020-10-14T06:30:38.306Z] ---> Running in 0e9048f38f88 [2020-10-14T06:30:55.853Z] Removing intermediate container 1f855cc4a17b [2020-10-14T06:30:55.853Z] ---> ac5052deba67 [2020-10-14T06:30:55.853Z] Successfully built ac5052deba67 [2020-10-14T06:30:55.853Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:30:56.229Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-14T06:30:56.230Z] . [Pipeline] withDockerContainer [2020-10-14T06:30:56.341Z] prd-centos7-docker-4c-2g-5308 does not seem to be running inside a container [2020-10-14T06:30:56.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/76 -v /w/workspace/device-sdk-go/76:/w/workspace/device-sdk-go/76:rw,z -v /w/workspace/device-sdk-go/76@tmp:/w/workspace/device-sdk-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-14T06:30:57.177Z] $ docker top e85babfbbb219f532483c88d6f69b35fb6f735353e2a9058c4fcf147fad38e28 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T06:30:57.759Z] + go version [2020-10-14T06:30:57.759Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-14T06:30:57.772Z] $ docker stop --time=1 e85babfbbb219f532483c88d6f69b35fb6f735353e2a9058c4fcf147fad38e28 [2020-10-14T06:30:59.137Z] $ docker rm -f e85babfbbb219f532483c88d6f69b35fb6f735353e2a9058c4fcf147fad38e28 [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-14T06:31:00.509Z] Removing intermediate container 0e9048f38f88 [2020-10-14T06:31:00.509Z] ---> dcb8043bf0b1 [2020-10-14T06:31:00.509Z] Successfully built dcb8043bf0b1 [2020-10-14T06:31:00.509Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:31:02.427Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-14T06:31:02.556Z] + docker inspect -f . ci-base-image-arm64 [2020-10-14T06:31:02.556Z] . [Pipeline] withDockerContainer [2020-10-14T06:31:02.729Z] + ls -al . [2020-10-14T06:31:02.729Z] total 64 [2020-10-14T06:31:02.729Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 14 06:30 . [2020-10-14T06:31:02.729Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 14 06:30 .. [2020-10-14T06:31:02.729Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 14 06:30 bin [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 14 06:30 Dockerfile.build [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 14 06:30 .dockerignore [2020-10-14T06:31:02.729Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 14 06:30 example [2020-10-14T06:31:02.729Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 14 06:30 .git [2020-10-14T06:31:02.729Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 14 06:30 .github [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 14 06:30 .gitignore [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 14 06:30 go.mod [2020-10-14T06:31:02.729Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 14 06:30 internal [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 14 06:30 Jenkinsfile [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 14 06:30 LICENSE [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 14 06:30 Makefile [2020-10-14T06:31:02.729Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 14 06:30 openapi [2020-10-14T06:31:02.729Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 14 06:30 pkg [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 14 06:30 README.md [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 14 06:30 RELEASE-NOTES.txt [2020-10-14T06:31:02.729Z] drwxrwxr-x. 3 jenkins jenkins 44 Oct 14 06:30 .semver [2020-10-14T06:31:02.729Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 14 06:30 snap [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 14 06:27 VERSION [2020-10-14T06:31:02.729Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 14 06:30 version.go [2020-10-14T06:31:02.836Z] prd-ubuntu18.04-docker-arm64-4c-16g-5307 does not seem to be running inside a container [2020-10-14T06:31:02.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/76 -v /w/workspace/device-sdk-go/76:/w/workspace/device-sdk-go/76:rw,z -v /w/workspace/device-sdk-go/76@tmp:/w/workspace/device-sdk-go/76@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-arm64 cat [2020-10-14T06:31:05.022Z] $ docker top af9a6e4144811cfef919a49bba279cc7f0884a304083aa0d757c8a1bba50d1d4 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:31:05.838Z] + 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=9121cb4fd2f17f024cc2e84f36967dd0fb0597df --label arch=amd64 --label version=1.2.4-dev.25 . [2020-10-14T06:31:05.838Z] Sending build context to Docker daemon 3.536MB [2020-10-14T06:31:05.838Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-14T06:31:05.838Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-14T06:31:05.838Z] ---> ac5052deba67 [2020-10-14T06:31:05.838Z] Step 3/24 : ARG MAKE='make build' [2020-10-14T06:31:06.417Z] ---> Running in 9a425c81ebfd [2020-10-14T06:31:06.468Z] + go version [2020-10-14T06:31:06.468Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-14T06:31:06.489Z] $ docker stop --time=1 af9a6e4144811cfef919a49bba279cc7f0884a304083aa0d757c8a1bba50d1d4 [2020-10-14T06:31:06.680Z] Removing intermediate container 9a425c81ebfd [2020-10-14T06:31:06.680Z] ---> 68784c5ee4ab [2020-10-14T06:31:06.680Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-14T06:31:06.680Z] ---> Running in 760cbe91ab10 [2020-10-14T06:31:06.941Z] Removing intermediate container 760cbe91ab10 [2020-10-14T06:31:06.941Z] ---> a4a76adcc823 [2020-10-14T06:31:06.941Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-14T06:31:06.941Z] ---> Running in 8f1ac6e6621e [2020-10-14T06:31:07.210Z] Removing intermediate container 8f1ac6e6621e [2020-10-14T06:31:07.210Z] ---> 7aa52c6f7f4f [2020-10-14T06:31:07.210Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T06:31:07.210Z] ---> Running in ed0ec9d71e19 [2020-10-14T06:31:08.163Z] Removing intermediate container ed0ec9d71e19 [2020-10-14T06:31:08.163Z] ---> b400c2955282 [2020-10-14T06:31:08.163Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-14T06:31:08.163Z] ---> Running in 2a812ff1a75e [2020-10-14T06:31:08.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T06:31:08.619Z] $ docker rm -f af9a6e4144811cfef919a49bba279cc7f0884a304083aa0d757c8a1bba50d1d4 [Pipeline] // withDockerContainer [Pipeline] } [2020-10-14T06:31:09.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-14T06:31:09.601Z] OK: 166 MiB in 39 packages [2020-10-14T06:31:09.927Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-14T06:31:10.184Z] Removing intermediate container 2a812ff1a75e [2020-10-14T06:31:10.184Z] ---> 35b70839b0b2 [2020-10-14T06:31:10.184Z] Step 8/24 : COPY . . [2020-10-14T06:31:10.275Z] + ls -al . [2020-10-14T06:31:10.275Z] total 104 [2020-10-14T06:31:10.275Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 14 06:30 . [2020-10-14T06:31:10.275Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 06:29 .. [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 14 06:29 .dockerignore [2020-10-14T06:31:10.275Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 06:30 .git [2020-10-14T06:31:10.275Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 06:29 .github [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 14 06:29 .gitignore [2020-10-14T06:31:10.275Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 06:30 .semver [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 14 06:29 Dockerfile.build [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 14 06:29 Jenkinsfile [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 14 06:29 LICENSE [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 14 06:29 Makefile [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 14 06:29 README.md [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 14 06:29 RELEASE-NOTES.txt [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 06:27 VERSION [2020-10-14T06:31:10.275Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 06:29 bin [2020-10-14T06:31:10.275Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 06:29 example [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 14 06:29 go.mod [2020-10-14T06:31:10.275Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 14 06:29 internal [2020-10-14T06:31:10.275Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 06:29 openapi [2020-10-14T06:31:10.275Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 14 06:29 pkg [2020-10-14T06:31:10.275Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 06:29 snap [2020-10-14T06:31:10.275Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 14 06:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:31:10.646Z] + 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=9121cb4fd2f17f024cc2e84f36967dd0fb0597df --label arch=arm64 --label version=1.2.4-dev.25 . [2020-10-14T06:31:11.142Z] ---> b698c7ce21cb [2020-10-14T06:31:11.142Z] Step 9/24 : RUN ${MAKE} [2020-10-14T06:31:11.249Z] Sending build context to Docker daemon 3.536MB [2020-10-14T06:31:11.249Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-14T06:31:11.249Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-14T06:31:11.249Z] ---> dcb8043bf0b1 [2020-10-14T06:31:11.249Z] Step 3/24 : ARG MAKE='make build' [2020-10-14T06:31:11.411Z] ---> Running in c42c0acca0e4 [2020-10-14T06:31:11.522Z] ---> Running in 4763b81f6d39 [2020-10-14T06:31:11.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.25" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-14T06:31:11.796Z] Removing intermediate container 4763b81f6d39 [2020-10-14T06:31:11.796Z] ---> e8cc7b4b2bc1 [2020-10-14T06:31:11.796Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-14T06:31:12.076Z] ---> Running in 146b80bbdba6 [2020-10-14T06:31:12.678Z] Removing intermediate container 146b80bbdba6 [2020-10-14T06:31:12.678Z] ---> 81731fd398e4 [2020-10-14T06:31:12.678Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-14T06:31:12.678Z] ---> Running in f419046f785d [2020-10-14T06:31:13.284Z] Removing intermediate container f419046f785d [2020-10-14T06:31:13.284Z] ---> bce588e75818 [2020-10-14T06:31:13.284Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T06:31:13.284Z] ---> Running in fa90d4234b16 [2020-10-14T06:31:15.955Z] Removing intermediate container fa90d4234b16 [2020-10-14T06:31:15.955Z] ---> 7b599969f655 [2020-10-14T06:31:15.955Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-14T06:31:16.250Z] ---> Running in 6589341f3a6d [2020-10-14T06:31:17.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T06:31:18.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T06:31:19.292Z] OK: 142 MiB in 39 packages [2020-10-14T06:31:20.292Z] Removing intermediate container 6589341f3a6d [2020-10-14T06:31:20.292Z] ---> f770256125f2 [2020-10-14T06:31:20.292Z] Step 8/24 : COPY . . [2020-10-14T06:31:21.785Z] ---> 814ccfbda7b8 [2020-10-14T06:31:21.785Z] Step 9/24 : RUN ${MAKE} [2020-10-14T06:31:21.785Z] ---> Running in 29469d98b8ee [2020-10-14T06:31:21.846Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-14T06:31:22.448Z] Removing intermediate container c42c0acca0e4 [2020-10-14T06:31:22.448Z] ---> c2420ad028d7 [2020-10-14T06:31:22.448Z] Step 10/24 : FROM scratch [2020-10-14T06:31:22.448Z] ---> [2020-10-14T06:31:22.448Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-14T06:31:22.448Z] ---> Running in b8905ea1caa8 [2020-10-14T06:31:22.718Z] Removing intermediate container b8905ea1caa8 [2020-10-14T06:31:22.718Z] ---> 3b88eeab7fb1 [2020-10-14T06:31:22.718Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-14T06:31:22.718Z] ---> Running in fb3775985078 [2020-10-14T06:31:23.005Z] Removing intermediate container fb3775985078 [2020-10-14T06:31:23.005Z] ---> 8ce7c721d399 [2020-10-14T06:31:23.005Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-14T06:31:23.005Z] ---> Running in 5213180e22d7 [2020-10-14T06:31:23.005Z] Removing intermediate container 5213180e22d7 [2020-10-14T06:31:23.005Z] ---> 4003692fa715 [2020-10-14T06:31:23.005Z] Step 14/24 : WORKDIR / [2020-10-14T06:31:23.291Z] ---> Running in 5fed1d62d160 [2020-10-14T06:31:23.291Z] Removing intermediate container 5fed1d62d160 [2020-10-14T06:31:23.291Z] ---> b3b46b72643e [2020-10-14T06:31:23.291Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-14T06:31:23.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.25" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-14T06:31:23.876Z] ---> f4524c312093 [2020-10-14T06:31:23.876Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-14T06:31:24.150Z] ---> f8a363616131 [2020-10-14T06:31:24.150Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-14T06:31:24.445Z] ---> 98fe0c0df767 [2020-10-14T06:31:24.445Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-14T06:31:24.445Z] ---> c1687222507c [2020-10-14T06:31:24.445Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-14T06:31:24.713Z] ---> 2a9969e9c8a7 [2020-10-14T06:31:24.713Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-14T06:31:24.713Z] ---> Running in 1cf3f2e06ded [2020-10-14T06:31:25.019Z] Removing intermediate container 1cf3f2e06ded [2020-10-14T06:31:25.019Z] ---> 5eb1ca7dff1a [2020-10-14T06:31:25.019Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T06:31:25.019Z] ---> Running in bb8f5b696690 [2020-10-14T06:31:25.380Z] Removing intermediate container bb8f5b696690 [2020-10-14T06:31:25.380Z] ---> 5e67ff1bfb13 [2020-10-14T06:31:25.380Z] Step 22/24 : LABEL arch=amd64 [2020-10-14T06:31:25.380Z] ---> Running in 12ac6a3ca674 [2020-10-14T06:31:25.380Z] Removing intermediate container 12ac6a3ca674 [2020-10-14T06:31:25.380Z] ---> 18594ea9c8c7 [2020-10-14T06:31:25.380Z] Step 23/24 : LABEL git_sha=9121cb4fd2f17f024cc2e84f36967dd0fb0597df [2020-10-14T06:31:25.380Z] ---> Running in 9b23e3fd34cb [2020-10-14T06:31:25.811Z] Removing intermediate container 9b23e3fd34cb [2020-10-14T06:31:25.811Z] ---> 1cfa6b6ac2a1 [2020-10-14T06:31:25.811Z] Step 24/24 : LABEL version=1.2.4-dev.25 [2020-10-14T06:31:25.811Z] ---> Running in 4aa61ad34731 [2020-10-14T06:31:25.811Z] Removing intermediate container 4aa61ad34731 [2020-10-14T06:31:25.811Z] ---> 4670f40cfcf7 [2020-10-14T06:31:25.811Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-14T06:31:25.811Z] Successfully built 4670f40cfcf7 [2020-10-14T06:31:25.811Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-14T06:31:50.462Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-14T06:31:50.463Z] Removing intermediate container 29469d98b8ee [2020-10-14T06:31:50.463Z] ---> 92184f32c29e [2020-10-14T06:31:50.463Z] Step 10/24 : FROM scratch [2020-10-14T06:31:50.463Z] ---> [2020-10-14T06:31:50.463Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-14T06:31:50.463Z] ---> Running in de16be77765e [2020-10-14T06:31:50.463Z] Removing intermediate container de16be77765e [2020-10-14T06:31:50.463Z] ---> 9ac51604c454 [2020-10-14T06:31:50.463Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-14T06:31:50.463Z] ---> Running in 03fe3d3154e1 [2020-10-14T06:31:50.739Z] Removing intermediate container 03fe3d3154e1 [2020-10-14T06:31:50.739Z] ---> 9f550fa4a414 [2020-10-14T06:31:50.739Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-14T06:31:50.739Z] ---> Running in 7b3c736c3caa [2020-10-14T06:31:51.345Z] Removing intermediate container 7b3c736c3caa [2020-10-14T06:31:51.345Z] ---> 15518432b1f3 [2020-10-14T06:31:51.345Z] Step 14/24 : WORKDIR / [2020-10-14T06:31:51.345Z] ---> Running in 043af9717456 [2020-10-14T06:31:51.941Z] Removing intermediate container 043af9717456 [2020-10-14T06:31:51.941Z] ---> 1334e38eff85 [2020-10-14T06:31:51.941Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-14T06:31:53.372Z] ---> 6d73e7c7740a [2020-10-14T06:31:53.372Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-14T06:31:53.967Z] ---> 9c75483c811a [2020-10-14T06:31:53.967Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-14T06:31:54.564Z] ---> 7d9790c1c4ee [2020-10-14T06:31:54.564Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-14T06:31:55.162Z] ---> eecfd946f2cf [2020-10-14T06:31:55.162Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-14T06:31:56.142Z] ---> 01b723e23b68 [2020-10-14T06:31:56.142Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-14T06:31:56.142Z] ---> Running in 4260bce1f60b [2020-10-14T06:31:56.415Z] Removing intermediate container 4260bce1f60b [2020-10-14T06:31:56.415Z] ---> 745f154eafb2 [2020-10-14T06:31:56.415Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-14T06:31:56.688Z] ---> Running in 6baabaf81708 [2020-10-14T06:31:57.286Z] Removing intermediate container 6baabaf81708 [2020-10-14T06:31:57.286Z] ---> 27ffc1e56dcf [2020-10-14T06:31:57.286Z] Step 22/24 : LABEL arch=arm64 [2020-10-14T06:31:57.286Z] ---> Running in cef50f457950 [2020-10-14T06:31:57.559Z] Removing intermediate container cef50f457950 [2020-10-14T06:31:57.559Z] ---> 0d56291839e2 [2020-10-14T06:31:57.559Z] Step 23/24 : LABEL git_sha=9121cb4fd2f17f024cc2e84f36967dd0fb0597df [2020-10-14T06:31:57.832Z] ---> Running in 298c6555e6e9 [2020-10-14T06:31:58.429Z] Removing intermediate container 298c6555e6e9 [2020-10-14T06:31:58.429Z] ---> 584d0402e865 [2020-10-14T06:31:58.429Z] Step 24/24 : LABEL version=1.2.4-dev.25 [2020-10-14T06:31:58.429Z] ---> Running in 6a914f249156 [2020-10-14T06:31:59.028Z] Removing intermediate container 6a914f249156 [2020-10-14T06:31:59.028Z] ---> 0fd15e00908d [2020-10-14T06:31:59.028Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-14T06:31:59.028Z] Successfully built 0fd15e00908d [2020-10-14T06:31:59.028Z] 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-14T06:32:01.268Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-14T06:32:01.270Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-14T06:32:01.331Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:32:01.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-14T06:32:01.737Z] [2020-10-14T06:32:01.737Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:32:02.312Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-14T06:32:02.312Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-14T06:32:02.312Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-14T06:32:02.312Z] 408f87550127: Pulling fs layer [2020-10-14T06:32:02.312Z] fe522b08c979: Pulling fs layer [2020-10-14T06:32:02.312Z] 221eaa008020: Pulling fs layer [2020-10-14T06:32:02.312Z] 2a4607e5d6b9: Pulling fs layer [2020-10-14T06:32:02.312Z] 8f79b27c4fd2: Pulling fs layer [2020-10-14T06:32:02.312Z] e5c8dbe1645b: Pulling fs layer [2020-10-14T06:32:02.312Z] 23e8b3b47431: Pulling fs layer [2020-10-14T06:32:02.312Z] 5c568d65a230: Pulling fs layer [2020-10-14T06:32:02.312Z] 2a4607e5d6b9: Waiting [2020-10-14T06:32:02.312Z] 8f79b27c4fd2: Waiting [2020-10-14T06:32:02.312Z] e5c8dbe1645b: Waiting [2020-10-14T06:32:02.312Z] 23e8b3b47431: Waiting [2020-10-14T06:32:02.312Z] 5c568d65a230: Waiting [2020-10-14T06:32:02.312Z] 221eaa008020: Waiting [2020-10-14T06:32:02.312Z] fe522b08c979: Verifying Checksum [2020-10-14T06:32:02.312Z] fe522b08c979: Download complete [2020-10-14T06:32:02.312Z] 408f87550127: Verifying Checksum [2020-10-14T06:32:02.312Z] 408f87550127: Download complete [2020-10-14T06:32:02.780Z] 2a4607e5d6b9: Verifying Checksum [2020-10-14T06:32:02.780Z] 2a4607e5d6b9: Download complete [2020-10-14T06:32:02.780Z] 8f79b27c4fd2: Verifying Checksum [2020-10-14T06:32:02.780Z] 8f79b27c4fd2: Download complete [2020-10-14T06:32:03.162Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-14T06:32:03.162Z] cbdbe7a5bc2a: Download complete [2020-10-14T06:32:03.978Z] cbdbe7a5bc2a: Pull complete [2020-10-14T06:32:03.978Z] 408f87550127: Pull complete [2020-10-14T06:32:04.270Z] fe522b08c979: Pull complete [2020-10-14T06:32:04.890Z] e5c8dbe1645b: Verifying Checksum [2020-10-14T06:32:04.890Z] e5c8dbe1645b: Download complete [2020-10-14T06:32:07.748Z] 5c568d65a230: Verifying Checksum [2020-10-14T06:32:07.748Z] 23e8b3b47431: Verifying Checksum [2020-10-14T06:32:07.748Z] 23e8b3b47431: Download complete [2020-10-14T06:32:12.334Z] 221eaa008020: Verifying Checksum [2020-10-14T06:32:12.334Z] 221eaa008020: Download complete [2020-10-14T06:32:22.843Z] 221eaa008020: Pull complete [2020-10-14T06:32:22.843Z] 2a4607e5d6b9: Pull complete [2020-10-14T06:32:22.843Z] 8f79b27c4fd2: Pull complete [2020-10-14T06:32:23.824Z] e5c8dbe1645b: Pull complete [2020-10-14T06:32:27.197Z] 23e8b3b47431: Pull complete [2020-10-14T06:32:29.222Z] 5c568d65a230: Pull complete [2020-10-14T06:32:29.222Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-14T06:32:29.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-14T06:32:29.222Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-14T06:32:29.547Z] prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container [2020-10-14T06:32:29.709Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-14T06:32:31.185Z] $ docker top 8f22003e91421fe215f4f606ac1af03d573cb70d2274926eeed5ab0a9993da85 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T06:32:31.874Z] + snyk monitor '--org=edgex-jenkins' [2020-10-14T06:32:42.103Z] [2020-10-14T06:32:42.103Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-14T06:32:42.103Z] [2020-10-14T06:32:42.103Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/4adbf46b-3d5e-49a9-a2bf-c48a59b29fae [2020-10-14T06:32:42.103Z] [2020-10-14T06:32:42.103Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-14T06:32:42.103Z] [2020-10-14T06:32:42.103Z] [2020-10-14T06:32:42.103Z] Snyk CLI supports Node.js 8 and higher. [2020-10-14T06:32:42.103Z] 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-14T06:32:42.103Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-14T06:32:42.103Z] [2020-10-14T06:32:42.103Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-14T06:32:42.103Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-14T06:32:42.127Z] $ docker stop --time=1 8f22003e91421fe215f4f606ac1af03d573cb70d2274926eeed5ab0a9993da85 [2020-10-14T06:32:44.699Z] $ docker rm -f 8f22003e91421fe215f4f606ac1af03d573cb70d2274926eeed5ab0a9993da85 [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-14T06:32:46.419Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-14T06:32:46.472Z] provisioning config files... [2020-10-14T06:32:46.510Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5249866065285320836tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:32:46.951Z] --> edgex-publish-swagger.sh [2020-10-14T06:32:46.952Z] === Publish openapi/v1 API === [2020-10-14T06:32:46.952Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-14T06:32:46.952Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-14T06:32:46.952Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T06:32:46.952Z] Dload Upload Total Spent Left Speed [2020-10-14T06:32:47.549Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 27208 --:--:-- --:--:-- --:--:-- 27244 [2020-10-14T06:32:47.549Z] [2020-10-14T06:32:47.549Z] [2020-10-14T06:32:47.549Z] === Publish openapi/v2 API === [2020-10-14T06:32:47.549Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-14T06:32:47.549Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-14T06:32:47.549Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-14T06:32:47.549Z] Dload Upload Total Spent Left Speed [2020-10-14T06:32:48.407Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 60521 --:--:-- --:--:-- --:--:-- 60533 [2020-10-14T06:32:48.407Z] [2020-10-14T06:32:48.407Z] [Pipeline] } [2020-10-14T06:32:48.426Z] 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-14T06:32:49.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T06:32:49.715Z] . [Pipeline] withDockerContainer [2020-10-14T06:32:49.892Z] prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container [2020-10-14T06:32:50.003Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T06:32:51.090Z] $ docker top 1f7018b9d58edcf2feb8a0cc926f4121b640f6a319962d0c9656b1ce9beac213 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T06:32:51.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T06:32:51.441Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T06:32:51.910Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T06:32:51.920Z] $ docker exec 1f7018b9d58edcf2feb8a0cc926f4121b640f6a319962d0c9656b1ce9beac213 ssh-agent [2020-10-14T06:32:52.319Z] SSH_AUTH_SOCK=/tmp/ssh-W6s6BC4D7y77/agent.11 [2020-10-14T06:32:52.319Z] SSH_AGENT_PID=16 [2020-10-14T06:32:52.339Z] Running ssh-add (command line suppressed) [2020-10-14T06:32:52.728Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2834459583256678782.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2834459583256678782.key) [2020-10-14T06:32:52.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T06:32:53.262Z] + git semver tag [2020-10-14T06:32:53.526Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T06:32:53.526Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-14T06:32:53.526Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-14T06:32:53.526Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T06:32:53.526Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T06:32:53.526Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T06:32:53.526Z] # $SEMVER_BRANCH = master [2020-10-14T06:32:53.526Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-14T06:32:53.526Z] # 9121cb4fd2f17f024cc2e84f36967dd0fb0597df HEAD [2020-10-14T06:32:53.526Z] # -> Force: false [2020-10-14T06:32:53.526Z] # fd2e6cf6ec012685764796edbe5301d8db5397ed refs/tags/v1.2.4-dev.25 [Pipeline] } [2020-10-14T06:32:53.544Z] $ docker exec --env ******** --env ******** 1f7018b9d58edcf2feb8a0cc926f4121b640f6a319962d0c9656b1ce9beac213 ssh-agent -k [2020-10-14T06:32:53.697Z] unset SSH_AUTH_SOCK; [2020-10-14T06:32:53.698Z] unset SSH_AGENT_PID; [2020-10-14T06:32:53.698Z] echo Agent pid 16 killed; [2020-10-14T06:32:53.764Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T06:32:54.328Z] + git semver [Pipeline] } [2020-10-14T06:32:54.623Z] $ docker stop --time=1 1f7018b9d58edcf2feb8a0cc926f4121b640f6a319962d0c9656b1ce9beac213 [2020-10-14T06:32:56.302Z] $ docker rm -f 1f7018b9d58edcf2feb8a0cc926f4121b640f6a319962d0c9656b1ce9beac213 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:32:57.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T06:32:57.047Z] [2020-10-14T06:32:57.047Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:32:57.532Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T06:32:57.819Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-14T06:32:57.819Z] ab5ef0e58194: Pulling fs layer [2020-10-14T06:32:57.819Z] 9712f1f96733: Pulling fs layer [2020-10-14T06:32:57.819Z] 63f879dbbcfc: Pulling fs layer [2020-10-14T06:32:57.819Z] 0d9ebad4ef96: Pulling fs layer [2020-10-14T06:32:57.819Z] e9a5061849ea: Pulling fs layer [2020-10-14T06:32:57.819Z] d747dcd14b5f: Pulling fs layer [2020-10-14T06:32:57.819Z] 2de7ff778b66: Pulling fs layer [2020-10-14T06:32:57.819Z] 0d9ebad4ef96: Waiting [2020-10-14T06:32:57.819Z] e9a5061849ea: Waiting [2020-10-14T06:32:57.819Z] d747dcd14b5f: Waiting [2020-10-14T06:32:57.819Z] 2de7ff778b66: Waiting [2020-10-14T06:32:57.819Z] 9712f1f96733: Verifying Checksum [2020-10-14T06:32:57.819Z] 9712f1f96733: Download complete [2020-10-14T06:33:04.736Z] 63f879dbbcfc: Verifying Checksum [2020-10-14T06:33:04.736Z] 63f879dbbcfc: Download complete [2020-10-14T06:33:04.736Z] e9a5061849ea: Verifying Checksum [2020-10-14T06:33:04.736Z] e9a5061849ea: Download complete [2020-10-14T06:33:04.736Z] d747dcd14b5f: Verifying Checksum [2020-10-14T06:33:04.736Z] d747dcd14b5f: Download complete [2020-10-14T06:33:06.448Z] 2de7ff778b66: Verifying Checksum [2020-10-14T06:33:06.448Z] 2de7ff778b66: Download complete [2020-10-14T06:33:06.743Z] 0d9ebad4ef96: Verifying Checksum [2020-10-14T06:33:06.743Z] 0d9ebad4ef96: Download complete [2020-10-14T06:33:07.020Z] ab5ef0e58194: Verifying Checksum [2020-10-14T06:33:07.020Z] ab5ef0e58194: Download complete [2020-10-14T06:33:17.577Z] ab5ef0e58194: Pull complete [2020-10-14T06:33:17.577Z] 9712f1f96733: Pull complete [2020-10-14T06:33:19.713Z] 63f879dbbcfc: Pull complete [2020-10-14T06:33:33.035Z] 0d9ebad4ef96: Pull complete [2020-10-14T06:33:34.032Z] e9a5061849ea: Pull complete [2020-10-14T06:33:34.302Z] d747dcd14b5f: Pull complete [2020-10-14T06:33:38.726Z] 2de7ff778b66: Pull complete [2020-10-14T06:33:38.726Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-14T06:33:38.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T06:33:38.726Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-14T06:33:39.151Z] prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container [2020-10-14T06:33:39.253Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-14T06:33:42.149Z] $ docker top 14af2758d8e9c5a9b77a26ec172d161305a2bee4f5490223f5b0ed9edf4f507e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-14T06:33:42.554Z] provisioning config files... [2020-10-14T06:33:42.575Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1570261780513956589tmp [2020-10-14T06:33:42.599Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4505456013815422797tmp [2020-10-14T06:33:42.625Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config892860213238262354tmp [Pipeline] { [Pipeline] echo [2020-10-14T06:33:42.702Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:33:43.390Z] ---> sigul-configuration.sh [2020-10-14T06:33:43.390Z] gpg: directory `/root/.gnupg' created [2020-10-14T06:33:43.390Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-14T06:33:43.390Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-14T06:33:43.390Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-14T06:33:43.390Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-14T06:33:43.390Z] gpg: CAST5 encrypted data [2020-10-14T06:33:43.390Z] gpg: encrypted with 1 passphrase [2020-10-14T06:33:43.390Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-14T06:33:44.137Z] + mkdir /home/jenkins [2020-10-14T06:33:44.137Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-14T06:33:45.027Z] + 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-14T06:33:45.043Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:33:45.357Z] ---> sigul-install.sh [2020-10-14T06:33:53.841Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-14T06:33:54.502Z] + git tag --list [2020-10-14T06:33:54.502Z] 0.7.1 [2020-10-14T06:33:54.502Z] delhi-tag [2020-10-14T06:33:54.502Z] v1.0.0 [2020-10-14T06:33:54.502Z] v1.1.0 [2020-10-14T06:33:54.502Z] v1.1.1 [2020-10-14T06:33:54.502Z] v1.1.2 [2020-10-14T06:33:54.502Z] v1.2.0 [2020-10-14T06:33:54.502Z] v1.2.1 [2020-10-14T06:33:54.502Z] v1.2.2 [2020-10-14T06:33:54.502Z] v1.2.3 [2020-10-14T06:33:54.502Z] v1.2.4-dev.1 [2020-10-14T06:33:54.502Z] v1.2.4-dev.10 [2020-10-14T06:33:54.502Z] v1.2.4-dev.11 [2020-10-14T06:33:54.502Z] v1.2.4-dev.12 [2020-10-14T06:33:54.502Z] v1.2.4-dev.13 [2020-10-14T06:33:54.502Z] v1.2.4-dev.14 [2020-10-14T06:33:54.502Z] v1.2.4-dev.15 [2020-10-14T06:33:54.502Z] v1.2.4-dev.16 [2020-10-14T06:33:54.502Z] v1.2.4-dev.17 [2020-10-14T06:33:54.503Z] v1.2.4-dev.18 [2020-10-14T06:33:54.503Z] v1.2.4-dev.19 [2020-10-14T06:33:54.503Z] v1.2.4-dev.2 [2020-10-14T06:33:54.503Z] v1.2.4-dev.20 [2020-10-14T06:33:54.503Z] v1.2.4-dev.21 [2020-10-14T06:33:54.503Z] v1.2.4-dev.22 [2020-10-14T06:33:54.503Z] v1.2.4-dev.23 [2020-10-14T06:33:54.503Z] v1.2.4-dev.24 [2020-10-14T06:33:54.503Z] v1.2.4-dev.25 [2020-10-14T06:33:54.503Z] v1.2.4-dev.3 [2020-10-14T06:33:54.503Z] v1.2.4-dev.4 [2020-10-14T06:33:54.503Z] v1.2.4-dev.5 [2020-10-14T06:33:54.503Z] v1.2.4-dev.6 [2020-10-14T06:33:54.503Z] v1.2.4-dev.7 [2020-10-14T06:33:54.503Z] v1.2.4-dev.8 [2020-10-14T06:33:54.503Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-14T06:33:54.852Z] + lftools sign git-tag v1.2.4-dev.25 [2020-10-14T06:33:56.789Z] Signing Git tag with Sigul... [2020-10-14T06:33:56.789Z] Signing v1.2.4-dev.25 [Pipeline] echo [2020-10-14T06:33:58.238Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:33:58.905Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-14T06:33:58.951Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-14T06:33:59.101Z] $ docker stop --time=1 14af2758d8e9c5a9b77a26ec172d161305a2bee4f5490223f5b0ed9edf4f507e [2020-10-14T06:34:01.176Z] $ docker rm -f 14af2758d8e9c5a9b77a26ec172d161305a2bee4f5490223f5b0ed9edf4f507e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:34:02.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T06:34:02.693Z] . [Pipeline] withDockerContainer [2020-10-14T06:34:02.860Z] prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container [2020-10-14T06:34:02.949Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T06:34:04.045Z] $ docker top 8c4332f8fb55557b3dff6487ef63f68e122baa76a6d32f5350d423a10458abb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T06:34:04.499Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T06:34:04.500Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T06:34:05.025Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T06:34:05.044Z] $ docker exec 8c4332f8fb55557b3dff6487ef63f68e122baa76a6d32f5350d423a10458abb1 ssh-agent [2020-10-14T06:34:05.418Z] SSH_AUTH_SOCK=/tmp/ssh-1B9GasthXmwK/agent.11 [2020-10-14T06:34:05.418Z] SSH_AGENT_PID=16 [2020-10-14T06:34:05.431Z] Running ssh-add (command line suppressed) [2020-10-14T06:34:05.641Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2610186978227138656.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2610186978227138656.key) [2020-10-14T06:34:05.716Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T06:34:06.083Z] + git semver bump pre [2020-10-14T06:34:06.083Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T06:34:06.083Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-14T06:34:06.083Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-14T06:34:06.083Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T06:34:06.083Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T06:34:06.083Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T06:34:06.083Z] # $SEMVER_BRANCH = master [2020-10-14T06:34:06.083Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-14T06:34:06.083Z] 1.2.4-dev.26 [Pipeline] } [2020-10-14T06:34:06.128Z] $ docker exec --env ******** --env ******** 8c4332f8fb55557b3dff6487ef63f68e122baa76a6d32f5350d423a10458abb1 ssh-agent -k [2020-10-14T06:34:06.302Z] unset SSH_AUTH_SOCK; [2020-10-14T06:34:06.303Z] unset SSH_AGENT_PID; [2020-10-14T06:34:06.303Z] echo Agent pid 16 killed; [2020-10-14T06:34:06.458Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T06:34:07.307Z] + git semver [Pipeline] } [2020-10-14T06:34:07.333Z] $ docker stop --time=1 8c4332f8fb55557b3dff6487ef63f68e122baa76a6d32f5350d423a10458abb1 [2020-10-14T06:34:08.887Z] $ docker rm -f 8c4332f8fb55557b3dff6487ef63f68e122baa76a6d32f5350d423a10458abb1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T06:34:09.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T06:34:09.736Z] . [Pipeline] withDockerContainer [2020-10-14T06:34:10.043Z] prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container [2020-10-14T06:34:10.140Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T06:34:11.150Z] $ docker top 271a033323b270956f89df3be2fd33d25cdb2b85139a8156f18526957bb0eaa4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T06:34:11.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T06:34:11.482Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T06:34:11.915Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T06:34:11.922Z] $ docker exec 271a033323b270956f89df3be2fd33d25cdb2b85139a8156f18526957bb0eaa4 ssh-agent [2020-10-14T06:34:12.157Z] SSH_AUTH_SOCK=/tmp/ssh-rqDMozkpDOT0/agent.11 [2020-10-14T06:34:12.157Z] SSH_AGENT_PID=16 [2020-10-14T06:34:12.168Z] Running ssh-add (command line suppressed) [2020-10-14T06:34:12.496Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7322821521275897964.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7322821521275897964.key) [2020-10-14T06:34:12.584Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T06:34:13.279Z] + git semver push [2020-10-14T06:34:13.279Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T06:34:13.279Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-14T06:34:13.279Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-14T06:34:13.279Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T06:34:13.279Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T06:34:13.279Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T06:34:13.279Z] # $SEMVER_BRANCH = master [2020-10-14T06:34:13.279Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-14T06:34:20.038Z] $ docker exec --env ******** --env ******** 271a033323b270956f89df3be2fd33d25cdb2b85139a8156f18526957bb0eaa4 ssh-agent -k [2020-10-14T06:34:20.300Z] unset SSH_AUTH_SOCK; [2020-10-14T06:34:20.301Z] unset SSH_AGENT_PID; [2020-10-14T06:34:20.301Z] echo Agent pid 16 killed; [2020-10-14T06:34:20.385Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T06:34:21.038Z] + git semver [Pipeline] } [2020-10-14T06:34:21.073Z] $ docker stop --time=1 271a033323b270956f89df3be2fd33d25cdb2b85139a8156f18526957bb0eaa4 [2020-10-14T06:34:22.943Z] $ docker rm -f 271a033323b270956f89df3be2fd33d25cdb2b85139a8156f18526957bb0eaa4 [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-14T06:34:24.482Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:34:25.095Z] ---> package-listing.sh [2020-10-14T06:34:25.095Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-14T06:34:25.095Z] ++ facter osfamily [2020-10-14T06:34:25.376Z] + OS_FAMILY=redhat [2020-10-14T06:34:25.376Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-14T06:34:25.376Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-14T06:34:25.376Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-14T06:34:25.376Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-14T06:34:25.376Z] + PACKAGES=/tmp/packages_start.txt [2020-10-14T06:34:25.376Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-14T06:34:25.376Z] + PACKAGES=/tmp/packages_end.txt [2020-10-14T06:34:25.376Z] + case "${OS_FAMILY}" in [2020-10-14T06:34:25.376Z] + rpm -qa [2020-10-14T06:34:25.376Z] + sort [2020-10-14T06:34:30.774Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-14T06:34:30.774Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-14T06:34:30.774Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-14T06:34:30.774Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-14T06:34:30.774Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-14T06:34:30.774Z] + 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-14T06:34:30.967Z] provisioning config files... [2020-10-14T06:34:30.999Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6855443696004175079tmp [Pipeline] { [Pipeline] echo [2020-10-14T06:34:31.081Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:34:31.422Z] ---> create-netrc.sh [Pipeline] } [2020-10-14T06:34:31.435Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-14T06:34:31.537Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:34:31.867Z] ---> python-tools-install.sh [2020-10-14T06:34:31.867Z] Generating Requirements File [2020-10-14T06:36:08.696Z] Python 3.6.8 [2020-10-14T06:36:08.696Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-14T06:36:08.696Z] appdirs==1.4.3 [2020-10-14T06:36:08.696Z] argcomplete==1.12.1 [2020-10-14T06:36:08.696Z] aspy.yaml==1.3.0 [2020-10-14T06:36:08.696Z] attrs==19.3.0 [2020-10-14T06:36:08.696Z] Babel==2.8.0 [2020-10-14T06:36:08.696Z] beautifulsoup4==4.8.2 [2020-10-14T06:36:08.696Z] boto3==1.11.6 [2020-10-14T06:36:08.696Z] botocore==1.14.6 [2020-10-14T06:36:08.696Z] bs4==0.0.1 [2020-10-14T06:36:08.696Z] cachetools==4.1.1 [2020-10-14T06:36:08.696Z] certifi==2019.11.28 [2020-10-14T06:36:08.696Z] cffi==1.14.3 [2020-10-14T06:36:08.696Z] cfgv==2.0.1 [2020-10-14T06:36:08.696Z] chardet==3.0.4 [2020-10-14T06:36:08.696Z] click==7.1 [2020-10-14T06:36:08.696Z] cliff==3.4.0 [2020-10-14T06:36:08.696Z] cmd2==1.3.11 [2020-10-14T06:36:08.696Z] colorama==0.4.4 [2020-10-14T06:36:08.696Z] cryptography==3.1.1 [2020-10-14T06:36:08.696Z] debtcollector==2.2.0 [2020-10-14T06:36:08.696Z] decorator==4.4.2 [2020-10-14T06:36:08.696Z] defusedxml==0.6.0 [2020-10-14T06:36:08.696Z] Deprecated==1.2.7 [2020-10-14T06:36:08.696Z] distlib==0.3.1 [2020-10-14T06:36:08.696Z] distro==1.2.0 [2020-10-14T06:36:08.696Z] dnspython==1.16.0 [2020-10-14T06:36:08.696Z] docker==4.2.0 [2020-10-14T06:36:08.696Z] docutils==0.15.2 [2020-10-14T06:36:08.696Z] dogpile.cache==1.0.2 [2020-10-14T06:36:08.696Z] email-validator==1.0.5 [2020-10-14T06:36:08.696Z] filelock==3.0.12 [2020-10-14T06:36:08.696Z] future==0.18.2 [2020-10-14T06:36:08.696Z] google-auth==1.22.1 [2020-10-14T06:36:08.696Z] httplib2==0.17.0 [2020-10-14T06:36:08.696Z] identify==1.4.11 [2020-10-14T06:36:08.696Z] idna==2.9 [2020-10-14T06:36:08.696Z] importlib-metadata==2.0.0 [2020-10-14T06:36:08.696Z] importlib-resources==1.5.0 [2020-10-14T06:36:08.696Z] iso8601==0.1.13 [2020-10-14T06:36:08.696Z] Jinja2==2.11.1 [2020-10-14T06:36:08.696Z] jmespath==0.10.0 [2020-10-14T06:36:08.696Z] jsonpatch==1.26 [2020-10-14T06:36:08.697Z] jsonpointer==2.0 [2020-10-14T06:36:08.697Z] jsonschema==3.2.0 [2020-10-14T06:36:08.697Z] keystoneauth1==4.2.1 [2020-10-14T06:36:08.697Z] kubernetes==11.0.0 [2020-10-14T06:36:08.697Z] lftools==0.34.2 [2020-10-14T06:36:08.697Z] lxml==4.5.0 [2020-10-14T06:36:08.697Z] MarkupSafe==0.23 [2020-10-14T06:36:08.697Z] msgpack==1.0.0 [2020-10-14T06:36:08.697Z] multi-key-dict==2.0.3 [2020-10-14T06:36:08.697Z] munch==2.5.0 [2020-10-14T06:36:08.697Z] netaddr==0.8.0 [2020-10-14T06:36:08.697Z] netifaces==0.10.9 [2020-10-14T06:36:08.697Z] niet==1.4.2 [2020-10-14T06:36:08.697Z] nodeenv==1.3.5 [2020-10-14T06:36:08.697Z] oauth2client==4.1.3 [2020-10-14T06:36:08.697Z] oauthlib==3.1.0 [2020-10-14T06:36:08.697Z] openstacksdk==0.50.0 [2020-10-14T06:36:08.697Z] os-client-config==2.1.0 [2020-10-14T06:36:08.697Z] os-service-types==1.7.0 [2020-10-14T06:36:08.697Z] osc-lib==2.2.1 [2020-10-14T06:36:08.697Z] oslo.config==8.3.2 [2020-10-14T06:36:08.697Z] oslo.context==3.1.1 [2020-10-14T06:36:08.697Z] oslo.i18n==5.0.1 [2020-10-14T06:36:08.697Z] oslo.log==4.4.0 [2020-10-14T06:36:08.697Z] oslo.serialization==4.0.1 [2020-10-14T06:36:08.697Z] oslo.utils==4.6.0 [2020-10-14T06:36:08.697Z] packaging==20.4 [2020-10-14T06:36:08.697Z] pbr==5.4.4 [2020-10-14T06:36:08.697Z] pluggy==0.13.1 [2020-10-14T06:36:08.697Z] prettytable==0.7.2 [2020-10-14T06:36:08.697Z] py==1.9.0 [2020-10-14T06:36:08.697Z] pyasn1==0.4.8 [2020-10-14T06:36:08.697Z] pyasn1-modules==0.2.8 [2020-10-14T06:36:08.697Z] pycparser==2.20 [2020-10-14T06:36:08.697Z] pygerrit2==2.0.10 [2020-10-14T06:36:08.697Z] PyGithub==1.46 [2020-10-14T06:36:08.697Z] pyinotify==0.9.6 [2020-10-14T06:36:08.697Z] PyJWT==1.7.1 [2020-10-14T06:36:08.697Z] pyparsing==2.4.7 [2020-10-14T06:36:08.697Z] pyperclip==1.8.1 [2020-10-14T06:36:08.697Z] pyroute2==0.4.13 [2020-10-14T06:36:08.697Z] pyrsistent==0.15.7 [2020-10-14T06:36:08.697Z] PySocks==1.6.8 [2020-10-14T06:36:08.697Z] python-cinderclient==7.2.0 [2020-10-14T06:36:08.697Z] python-dateutil==2.8.1 [2020-10-14T06:36:08.697Z] python-heatclient==2.2.1 [2020-10-14T06:36:08.697Z] python-jenkins==1.7.0 [2020-10-14T06:36:08.697Z] python-keystoneclient==4.1.1 [2020-10-14T06:36:08.697Z] python-magnumclient==3.2.1 [2020-10-14T06:36:08.697Z] python-novaclient==17.2.1 [2020-10-14T06:36:08.697Z] python-openstackclient==5.4.0 [2020-10-14T06:36:08.697Z] python-swiftclient==3.10.1 [2020-10-14T06:36:08.697Z] pytz==2020.1 [2020-10-14T06:36:08.697Z] PyYAML==5.3 [2020-10-14T06:36:08.697Z] requests==2.23.0 [2020-10-14T06:36:08.697Z] requests-oauthlib==1.3.0 [2020-10-14T06:36:08.697Z] requestsexceptions==1.4.0 [2020-10-14T06:36:08.697Z] rfc3986==1.4.0 [2020-10-14T06:36:08.697Z] rpm==4.11.3 [2020-10-14T06:36:08.697Z] rsa==4.0 [2020-10-14T06:36:08.697Z] ruamel.yaml==0.16.10 [2020-10-14T06:36:08.697Z] ruamel.yaml.clib==0.2.0 [2020-10-14T06:36:08.697Z] s3transfer==0.3.3 [2020-10-14T06:36:08.697Z] shade==1.27.2 [2020-10-14T06:36:08.697Z] simplejson==3.17.2 [2020-10-14T06:36:08.697Z] six==1.14.0 [2020-10-14T06:36:08.697Z] soupsieve==2.0 [2020-10-14T06:36:08.697Z] stevedore==3.2.2 [2020-10-14T06:36:08.697Z] tabulate==0.8.6 [2020-10-14T06:36:08.697Z] toml==0.10.0 [2020-10-14T06:36:08.697Z] tox==3.20.1 [2020-10-14T06:36:08.697Z] tqdm==4.43.0 [2020-10-14T06:36:08.697Z] urllib3==1.25.8 [2020-10-14T06:36:08.697Z] virtualenv==20.0.34 [2020-10-14T06:36:08.697Z] wcwidth==0.2.5 [2020-10-14T06:36:08.697Z] websocket-client==0.57.0 [2020-10-14T06:36:08.697Z] wrapt==1.12.1 [2020-10-14T06:36:08.697Z] xdg==3.0.2 [2020-10-14T06:36:08.697Z] xmltodict==0.12.0 [2020-10-14T06:36:08.697Z] yq==2.11.1 [2020-10-14T06:36:08.697Z] zipp==3.3.0 [2020-10-14T06:36:10.246Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:14.608Z] 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-14T06:36:19.032Z] Python 2.7.5 [2020-10-14T06:36:19.032Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-14T06:36:19.815Z] 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-14T06:36:19.815Z] ansible==2.9.7 [2020-10-14T06:36:19.815Z] Babel==0.9.6 [2020-10-14T06:36:19.815Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-14T06:36:19.815Z] beautifulsoup4==4.4.1 [2020-10-14T06:36:19.815Z] bodhi==2.11.0 [2020-10-14T06:36:19.815Z] bodhi-client==2.11.0 [2020-10-14T06:36:19.815Z] CCColUtils==1.4 [2020-10-14T06:36:19.815Z] cffi==1.6.0 [2020-10-14T06:36:19.815Z] chardet==2.2.1 [2020-10-14T06:36:19.815Z] click==6.7 [2020-10-14T06:36:19.815Z] cloud-init==18.5 [2020-10-14T06:36:19.815Z] configobj==4.7.2 [2020-10-14T06:36:19.815Z] cryptography==1.7.2 [2020-10-14T06:36:19.815Z] decorator==3.4.0 [2020-10-14T06:36:19.815Z] distro==1.2.0 [2020-10-14T06:36:19.815Z] enum34==1.0.4 [2020-10-14T06:36:19.815Z] fedpkg==1.38 [2020-10-14T06:36:19.815Z] futures==3.1.1 [2020-10-14T06:36:19.815Z] gitdb==0.6.4 [2020-10-14T06:36:19.815Z] GitPython==1.0.1 [2020-10-14T06:36:19.815Z] html5lib==0.999 [2020-10-14T06:36:19.815Z] httplib2==0.9.2 [2020-10-14T06:36:19.815Z] idna==2.4 [2020-10-14T06:36:19.815Z] iniparse==0.4 [2020-10-14T06:36:19.815Z] ipaddress==1.0.16 [2020-10-14T06:36:19.815Z] IPy==0.75 [2020-10-14T06:36:19.815Z] javapackages==1.0.0 [2020-10-14T06:36:19.815Z] Jinja2==2.7.2 [2020-10-14T06:36:19.815Z] jmespath==0.9.4 [2020-10-14T06:36:19.815Z] jsonpatch==1.2 [2020-10-14T06:36:19.815Z] jsonpointer==1.9 [2020-10-14T06:36:19.815Z] kerberos==1.1 [2020-10-14T06:36:19.815Z] kitchen==1.1.1 [2020-10-14T06:36:19.815Z] langtable==0.0.31 [2020-10-14T06:36:19.815Z] lockfile==0.9.1 [2020-10-14T06:36:19.815Z] lxml==3.2.1 [2020-10-14T06:36:19.816Z] MarkupSafe==0.11 [2020-10-14T06:36:19.816Z] munch==2.0.2 [2020-10-14T06:36:19.816Z] offtrac==0.1.0 [2020-10-14T06:36:19.816Z] openidc-client==0.6.0 [2020-10-14T06:36:19.816Z] packagedb-cli==2.14.1 [2020-10-14T06:36:19.816Z] paramiko==2.1.1 [2020-10-14T06:36:19.816Z] perf==0.1 [2020-10-14T06:36:19.816Z] ply==3.4 [2020-10-14T06:36:19.816Z] policycoreutils-default-encoding==0.1 [2020-10-14T06:36:19.816Z] prettytable==0.7.2 [2020-10-14T06:36:19.816Z] pyasn1==0.1.9 [2020-10-14T06:36:19.816Z] pycparser==2.14 [2020-10-14T06:36:19.816Z] pycurl==7.19.0 [2020-10-14T06:36:19.816Z] pygobject==3.22.0 [2020-10-14T06:36:19.816Z] pygpgme==0.3 [2020-10-14T06:36:19.816Z] pyliblzma==0.5.3 [2020-10-14T06:36:19.816Z] pyOpenSSL==0.13.1 [2020-10-14T06:36:19.816Z] pyparsing==1.5.6 [2020-10-14T06:36:19.816Z] pyserial==2.6 [2020-10-14T06:36:19.816Z] python-augeas==0.5.0 [2020-10-14T06:36:19.816Z] python-bugzilla==2.3.0 [2020-10-14T06:36:19.816Z] python-dateutil==1.5 [2020-10-14T06:36:19.816Z] python-fedora==0.10.0 [2020-10-14T06:36:19.816Z] python-linux-procfs==0.4.9 [2020-10-14T06:36:19.816Z] python-yubico==1.2.3 [2020-10-14T06:36:19.816Z] pyudev==0.15 [2020-10-14T06:36:19.816Z] pyusb==1.0.0b1 [2020-10-14T06:36:19.816Z] pyxattr==0.5.1 [2020-10-14T06:36:19.816Z] PyYAML==3.10 [2020-10-14T06:36:19.816Z] requests==2.6.0 [2020-10-14T06:36:19.816Z] requests-kerberos==0.7.0 [2020-10-14T06:36:19.816Z] rpkg==1.60 [2020-10-14T06:36:19.816Z] schedutils==0.4 [2020-10-14T06:36:19.816Z] seobject==0.1 [2020-10-14T06:36:19.816Z] sepolicy==1.1 [2020-10-14T06:36:19.816Z] six==1.9.0 [2020-10-14T06:36:19.816Z] smmap==0.9.0 [2020-10-14T06:36:19.816Z] urlgrabber==3.10 [2020-10-14T06:36:19.816Z] urllib3==1.10.2 [2020-10-14T06:36:19.816Z] virtualenv==15.1.0 [2020-10-14T06:36:19.816Z] yum-langpacks==0.4.2 [2020-10-14T06:36:19.816Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-14T06:36:19.861Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:36:20.333Z] ---> sudo-logs.sh [2020-10-14T06:36:20.333Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-14T06:36:20.638Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:36:20.996Z] ---> job-cost.sh [2020-10-14T06:36:20.996Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kbq9 [2020-10-14T06:36:36.139Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:36.139Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:36.139Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:36.139Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:36.139Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:36.139Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:36.414Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:36.687Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:36.687Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:36.955Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:36.955Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:37.252Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:37.252Z] Cache entry deserialization failed, entry ignored [2020-10-14T06:36:41.758Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-14T06:37:28.983Z] lf-activate-venv(): INFO: Adding /tmp/venv-kbq9/bin to PATH [2020-10-14T06:37:28.983Z] INFO: No Stack... [2020-10-14T06:37:28.983Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-14T06:37:28.983Z] INFO: Archiving Costs [Pipeline] echo [2020-10-14T06:37:29.003Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T06:37:29.370Z] ---> logs-deploy.sh [2020-10-14T06:37:29.370Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/76 [2020-10-14T06:37:29.370Z] INFO: archiving workspace using pattern(s): [2020-10-14T06:37:31.967Z] Archives upload complete. [2020-10-14T06:37:31.967Z] INFO: archiving logs to Nexus