Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5333790cbfc620bb38957914a0d65453366236ce 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-virtual-go] ========================================================= [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-virtual-go-settings PROJECT: device-virtual-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3167’ Running on prd-centos7-docker-4c-2g-3171 in /w/workspace/foundry_device-virtual-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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5333790cbfc620bb38957914a0d65453366236ce (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5333790cbfc620bb38957914a0d65453366236ce # timeout=10 Commit message: "Merge pull request #133 from FelixTing/issue-112" > git rev-list --no-walk 8d31429af90f845313e1f83db91362442934a267 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-03T02:45:09.727Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-03T02:45:10.018Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-03T02:45:10.126Z] ========================================================= [2020-10-03T02:45:10.126Z] EdgeX Global Pipelines Version Info [2020-10-03T02:45:10.126Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:45:11.595Z] ------------------- [2020-10-03T02:45:11.596Z] stable info: [2020-10-03T02:45:11.596Z] ------------------- [2020-10-03T02:45:11.596Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-03T02:45:11.596Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-03T02:45:11.596Z] Message: update stable to v1.0.131 [2020-10-03T02:45:12.542Z] ------------------- [2020-10-03T02:45:12.542Z] experimental info: [2020-10-03T02:45:12.542Z] ------------------- [2020-10-03T02:45:12.542Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-03T02:45:12.542Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-03T02:45:12.542Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-03T02:45:12.914Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-10-03T02:45:13.001Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-10-03T02:45:13.098Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-03T02:45:13.203Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-03T02:45:13.301Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-03T02:45:13.392Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-03T02:45:13.481Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-03T02:45:13.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-03T02:45:13.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-03T02:45:13.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-03T02:45:13.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-03T02:45:14.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-10-03T02:45:14.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-03T02:45:14.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-03T02:45:14.301Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-03T02:45:14.390Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-03T02:45:14.484Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-03T02:45:14.572Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-03T02:45:14.667Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-03T02:45:14.759Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-03T02:45:14.865Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-03T02:45:14.960Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-03T02:45:15.057Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-03T02:45:15.154Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-03T02:45:15.242Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-03T02:45:15.335Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-03T02:45:15.432Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-03T02:45:15.521Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-03T02:45:15.621Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5333790cbfc620bb38957914a0d65453366236ce [Pipeline] echo [2020-10-03T02:45:15.714Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5333790 [Pipeline] echo [2020-10-03T02:45:15.805Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-03T02:45:16.391Z] + git log --format=format:%s -1 5333790cbfc620bb38957914a0d65453366236ce [Pipeline] echo [2020-10-03T02:45:16.453Z] GIT_COMMIT: 5333790cbfc620bb38957914a0d65453366236ce, Commit Message: Merge pull request #133 from FelixTing/issue-112 [Pipeline] echo [2020-10-03T02:45:16.504Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:45:17.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T02:45:17.372Z] [2020-10-03T02:45:17.372Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:45:17.723Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T02:45:17.723Z] latest: Pulling from edgex-devops/git-semver [2020-10-03T02:45:17.723Z] 31603596830f: Pulling fs layer [2020-10-03T02:45:17.723Z] 2a8b12db71e7: Pulling fs layer [2020-10-03T02:45:17.723Z] 6ca5941a6612: Pulling fs layer [2020-10-03T02:45:17.723Z] ecc8261a40a4: Pulling fs layer [2020-10-03T02:45:17.723Z] ecc8261a40a4: Waiting [2020-10-03T02:45:17.723Z] 2a8b12db71e7: Verifying Checksum [2020-10-03T02:45:17.723Z] 2a8b12db71e7: Download complete [2020-10-03T02:45:17.987Z] 31603596830f: Verifying Checksum [2020-10-03T02:45:17.987Z] 31603596830f: Download complete [2020-10-03T02:45:17.987Z] ecc8261a40a4: Verifying Checksum [2020-10-03T02:45:17.987Z] ecc8261a40a4: Download complete [2020-10-03T02:45:17.987Z] 6ca5941a6612: Verifying Checksum [2020-10-03T02:45:17.987Z] 6ca5941a6612: Download complete [2020-10-03T02:45:18.251Z] 31603596830f: Pull complete [2020-10-03T02:45:18.516Z] 2a8b12db71e7: Pull complete [2020-10-03T02:45:19.099Z] 6ca5941a6612: Pull complete [2020-10-03T02:45:19.363Z] ecc8261a40a4: Pull complete [2020-10-03T02:45:19.363Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-03T02:45:19.363Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T02:45:19.363Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-03T02:45:19.467Z] prd-centos7-docker-4c-2g-3171 does not seem to be running inside a container [2020-10-03T02:45:19.523Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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-03T02:45:21.885Z] $ docker top 53d8b24e9dad6a83f9cb6e32b7de94130857aa4accefbe706b1461847cb65d09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T02:45:22.181Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T02:45:22.181Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T02:45:22.368Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T02:45:22.374Z] $ docker exec 53d8b24e9dad6a83f9cb6e32b7de94130857aa4accefbe706b1461847cb65d09 ssh-agent [2020-10-03T02:45:22.530Z] SSH_AUTH_SOCK=/tmp/ssh-TlIP4fBDME26/agent.11 [2020-10-03T02:45:22.530Z] SSH_AGENT_PID=16 [2020-10-03T02:45:22.543Z] Running ssh-add (command line suppressed) [2020-10-03T02:45:22.664Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8088137320271991883.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8088137320271991883.key) [2020-10-03T02:45:22.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T02:45:23.064Z] + git describe --exact-match --tags HEAD [2020-10-03T02:45:23.064Z] fatal: no tag exactly matches '5333790cbfc620bb38957914a0d65453366236ce' [Pipeline] } [2020-10-03T02:45:23.090Z] $ docker exec --env ******** --env ******** 53d8b24e9dad6a83f9cb6e32b7de94130857aa4accefbe706b1461847cb65d09 ssh-agent -k [2020-10-03T02:45:23.199Z] unset SSH_AUTH_SOCK; [2020-10-03T02:45:23.199Z] unset SSH_AGENT_PID; [2020-10-03T02:45:23.199Z] echo Agent pid 16 killed; [2020-10-03T02:45:23.239Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-03T02:45:23.354Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-03T02:45:23.354Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-03T02:45:23.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T02:45:23.456Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T02:45:23.610Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T02:45:23.615Z] $ docker exec 53d8b24e9dad6a83f9cb6e32b7de94130857aa4accefbe706b1461847cb65d09 ssh-agent [2020-10-03T02:45:23.764Z] SSH_AUTH_SOCK=/tmp/ssh-XFe4GaoHGmWA/agent.45 [2020-10-03T02:45:23.764Z] SSH_AGENT_PID=50 [2020-10-03T02:45:23.771Z] Running ssh-add (command line suppressed) [2020-10-03T02:45:23.886Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2366088994776721208.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2366088994776721208.key) [2020-10-03T02:45:23.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T02:45:24.271Z] + git semver init [2020-10-03T02:45:24.271Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T02:45:24.271Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-10-03T02:45:24.271Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-10-03T02:45:24.271Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T02:45:24.271Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T02:45:24.271Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T02:45:24.271Z] # $SEMVER_BRANCH = master [2020-10-03T02:45:24.271Z] # $SEMVER_TEMP = /tmp/semver-056342542 [2020-10-03T02:45:24.271Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-10-03T02:45:24.844Z] # '/tmp/semver-056342542' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2020-10-03T02:45:24.844Z] # -> Force: false [2020-10-03T02:45:24.844Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-10-03T02:45:24.858Z] $ docker exec --env ******** --env ******** 53d8b24e9dad6a83f9cb6e32b7de94130857aa4accefbe706b1461847cb65d09 ssh-agent -k [2020-10-03T02:45:24.967Z] unset SSH_AUTH_SOCK; [2020-10-03T02:45:24.967Z] unset SSH_AGENT_PID; [2020-10-03T02:45:24.967Z] echo Agent pid 50 killed; [2020-10-03T02:45:25.008Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T02:45:25.475Z] + git semver [Pipeline] } [2020-10-03T02:45:25.494Z] $ docker stop --time=1 53d8b24e9dad6a83f9cb6e32b7de94130857aa4accefbe706b1461847cb65d09 [2020-10-03T02:45:26.814Z] $ docker rm -f 53d8b24e9dad6a83f9cb6e32b7de94130857aa4accefbe706b1461847cb65d09 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-03T02:45:27.520Z] Stashed 26 file(s) [Pipeline] echo [2020-10-03T02:45:27.523Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.8 [Pipeline] echo [2020-10-03T02:45:27.620Z] Archived original version: [1.2.4-dev.8] [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-03T02:45:43.038Z] Still waiting to schedule task [2020-10-03T02:45:43.038Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-03T02:45:43.041Z] Still waiting to schedule task [2020-10-03T02:45:43.041Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3170’ is offline [2020-10-03T02:47:34.306Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3172 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-10-03T02:47:34.367Z] Running in /w/workspace/device-virtual-go/29 [Pipeline] { [Pipeline] checkout [2020-10-03T02:47:39.703Z] using credential edgex-jenkins-ssh [2020-10-03T02:47:39.805Z] Cloning the remote Git repository [2020-10-03T02:47:39.885Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-10-03T02:47:40.004Z] > git init /w/workspace/device-virtual-go/29 # timeout=10 [2020-10-03T02:47:40.076Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-10-03T02:47:40.076Z] > git --version # timeout=10 [2020-10-03T02:47:40.095Z] > git --version # 'git version 2.17.1' [2020-10-03T02:47:40.097Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T02:47:40.153Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T02:47:41.431Z] Checking out Revision 5333790cbfc620bb38957914a0d65453366236ce (master) [2020-10-03T02:47:40.871Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-10-03T02:47:40.892Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T02:47:40.924Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-10-03T02:47:40.952Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-10-03T02:47:40.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T02:47:40.964Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-03T02:47:41.468Z] > git config core.sparsecheckout # timeout=10 [2020-10-03T02:47:41.489Z] > git checkout -f 5333790cbfc620bb38957914a0d65453366236ce # timeout=10 [2020-10-03T02:47:45.844Z] Commit message: "Merge pull request #133 from FelixTing/issue-112" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-03T02:47:47.003Z] ========================================================= [2020-10-03T02:47:47.003Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-03T02:47:47.003Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:47:47.966Z] + 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-03T02:47:48.957Z] Sending build context to Docker daemon 672.8kB [2020-10-03T02:47:48.957Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-03T02:47:48.957Z] Step 2/8 : FROM ${BASE} [2020-10-03T02:47:49.232Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-03T02:47:49.232Z] b538f80385f9: Pulling fs layer [2020-10-03T02:47:49.232Z] 74f711af9a0d: Pulling fs layer [2020-10-03T02:47:49.232Z] 99f96fe45779: Pulling fs layer [2020-10-03T02:47:49.232Z] 8529a6b9a6be: Pulling fs layer [2020-10-03T02:47:49.232Z] 45590311c82a: Pulling fs layer [2020-10-03T02:47:49.232Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-03T02:47:49.232Z] 209524e5b208: Pulling fs layer [2020-10-03T02:47:49.232Z] 45590311c82a: Waiting [2020-10-03T02:47:49.232Z] 69ca0ff8b7b3: Waiting [2020-10-03T02:47:49.232Z] 209524e5b208: Waiting [2020-10-03T02:47:49.232Z] 8529a6b9a6be: Waiting [2020-10-03T02:47:49.233Z] 99f96fe45779: Verifying Checksum [2020-10-03T02:47:49.233Z] 99f96fe45779: Download complete [2020-10-03T02:47:49.233Z] 74f711af9a0d: Verifying Checksum [2020-10-03T02:47:49.233Z] 74f711af9a0d: Download complete [2020-10-03T02:47:49.233Z] 45590311c82a: Verifying Checksum [2020-10-03T02:47:49.233Z] 45590311c82a: Download complete [2020-10-03T02:47:49.922Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-03T02:47:49.922Z] 69ca0ff8b7b3: Download complete [2020-10-03T02:47:50.339Z] b538f80385f9: Verifying Checksum [2020-10-03T02:47:50.339Z] b538f80385f9: Download complete [2020-10-03T02:47:51.340Z] b538f80385f9: Pull complete [2020-10-03T02:47:51.620Z] 74f711af9a0d: Pull complete [2020-10-03T02:47:52.223Z] 99f96fe45779: Pull complete [2020-10-03T02:47:53.211Z] 209524e5b208: Verifying Checksum [2020-10-03T02:47:53.211Z] 209524e5b208: Download complete [2020-10-03T02:47:54.206Z] 8529a6b9a6be: Verifying Checksum [2020-10-03T02:47:54.206Z] 8529a6b9a6be: Download complete [2020-10-03T02:48:04.378Z] 8529a6b9a6be: Pull complete [2020-10-03T02:48:04.378Z] 45590311c82a: Pull complete [2020-10-03T02:48:04.653Z] 69ca0ff8b7b3: Pull complete [2020-10-03T02:48:08.979Z] 209524e5b208: Pull complete [2020-10-03T02:48:08.979Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-03T02:48:08.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-03T02:48:08.979Z] ---> 5bddaf1c2fca [2020-10-03T02:48:08.979Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-03T02:48:11.605Z] ---> Running in 3a5272f27d2c [2020-10-03T02:48:11.605Z] Removing intermediate container 3a5272f27d2c [2020-10-03T02:48:11.605Z] ---> ba9f73111983 [2020-10-03T02:48:11.605Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T02:48:11.605Z] ---> Running in 8285ced71a7a [2020-10-03T02:48:14.240Z] Removing intermediate container 8285ced71a7a [2020-10-03T02:48:14.240Z] ---> 8e17276bfbcc [2020-10-03T02:48:14.240Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-03T02:48:14.524Z] ---> Running in 988027f51ecc [2020-10-03T02:48:15.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T02:48:16.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T02:48:17.155Z] (1/14) Installing libmagic (5.38-r0) [2020-10-03T02:48:17.750Z] (2/14) Installing file (5.38-r0) [2020-10-03T02:48:17.750Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-03T02:48:17.750Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-03T02:48:26.015Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-03T02:48:26.015Z] (6/14) Installing patch (2.7.6-r6) [2020-10-03T02:48:26.015Z] (7/14) Installing build-base (0.5-r2) [2020-10-03T02:48:26.015Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-03T02:48:26.287Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-03T02:48:26.287Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-03T02:48:26.878Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-03T02:48:26.878Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-03T02:48:27.151Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-03T02:48:27.151Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-03T02:48:27.424Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T02:48:27.424Z] OK: 221 MiB in 53 packages [2020-10-03T02:48:31.743Z] Removing intermediate container 988027f51ecc [2020-10-03T02:48:31.743Z] ---> 853258cf18d6 [2020-10-03T02:48:31.743Z] Step 6/8 : WORKDIR /device-virtual-go [2020-10-03T02:48:31.743Z] ---> Running in b29c3757fae4 [2020-10-03T02:48:32.016Z] Removing intermediate container b29c3757fae4 [2020-10-03T02:48:32.016Z] ---> e572e2e4ca2c [2020-10-03T02:48:32.016Z] Step 7/8 : COPY . . [2020-10-03T02:48:32.991Z] ---> 788cf68f3889 [2020-10-03T02:48:32.991Z] Step 8/8 : RUN go mod download [2020-10-03T02:48:33.274Z] ---> Running in 9e45b3794c22 [2020-10-03T02:48:40.565Z] Running on prd-centos7-docker-4c-2g-3173 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-10-03T02:48:40.713Z] Running in /w/workspace/device-virtual-go/29 [Pipeline] { [Pipeline] checkout [2020-10-03T02:48:43.192Z] using credential edgex-jenkins-ssh [2020-10-03T02:48:43.246Z] Cloning the remote Git repository [2020-10-03T02:48:43.281Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-10-03T02:48:43.365Z] > git init /w/workspace/device-virtual-go/29 # timeout=10 [2020-10-03T02:48:43.965Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-10-03T02:48:43.965Z] > git --version # timeout=10 [2020-10-03T02:48:43.971Z] > git --version # 'git version 2.16.5' [2020-10-03T02:48:43.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T02:48:44.140Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T02:48:45.054Z] Checking out Revision 5333790cbfc620bb38957914a0d65453366236ce (master) [2020-10-03T02:48:44.622Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-10-03T02:48:44.631Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T02:48:44.645Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-10-03T02:48:44.661Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-10-03T02:48:44.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T02:48:44.666Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-03T02:48:45.066Z] > git config core.sparsecheckout # timeout=10 [2020-10-03T02:48:45.071Z] > git checkout -f 5333790cbfc620bb38957914a0d65453366236ce # timeout=10 [2020-10-03T02:48:48.409Z] Removing intermediate container 9e45b3794c22 [2020-10-03T02:48:48.409Z] ---> b50bd9ff5f69 [2020-10-03T02:48:48.409Z] Successfully built b50bd9ff5f69 [2020-10-03T02:48:48.409Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:48:48.710Z] Commit message: "Merge pull request #133 from FelixTing/issue-112" [2020-10-03T02:48:48.819Z] + docker inspect -f . ci-base-image-arm64 [2020-10-03T02:48:48.819Z] . [Pipeline] withDockerContainer [2020-10-03T02:48:49.106Z] prd-ubuntu18.04-docker-arm64-4c-16g-3172 does not seem to be running inside a container [2020-10-03T02:48:49.212Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/29 -v /w/workspace/device-virtual-go/29:/w/workspace/device-virtual-go/29:rw,z -v /w/workspace/device-virtual-go/29@tmp:/w/workspace/device-virtual-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-03T02:48:50.977Z] $ docker top d7ee3a515da10eedb7730b691ade7473bc4944b17076a3c166c11fe6b8aaed58 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-03T02:48:51.944Z] ========================================================= [2020-10-03T02:48:51.944Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-03T02:48:51.944Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:48:52.365Z] + go version [2020-10-03T02:48:52.365Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-03T02:48:52.410Z] $ docker stop --time=1 d7ee3a515da10eedb7730b691ade7473bc4944b17076a3c166c11fe6b8aaed58 [2020-10-03T02:48:52.646Z] + 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-03T02:48:52.909Z] Sending build context to Docker daemon 672.8kB [2020-10-03T02:48:52.909Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-03T02:48:52.909Z] Step 2/8 : FROM ${BASE} [2020-10-03T02:48:53.182Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-03T02:48:53.182Z] df20fa9351a1: Pulling fs layer [2020-10-03T02:48:53.182Z] ed8968b2872e: Pulling fs layer [2020-10-03T02:48:53.182Z] a92cc7c5fd73: Pulling fs layer [2020-10-03T02:48:53.182Z] e871e8e8d7a9: Pulling fs layer [2020-10-03T02:48:53.182Z] e73272ec9a57: Pulling fs layer [2020-10-03T02:48:53.182Z] 1e910a182e73: Pulling fs layer [2020-10-03T02:48:53.182Z] 4e634b169226: Pulling fs layer [2020-10-03T02:48:53.182Z] e73272ec9a57: Waiting [2020-10-03T02:48:53.182Z] 4e634b169226: Waiting [2020-10-03T02:48:53.182Z] 1e910a182e73: Waiting [2020-10-03T02:48:53.182Z] e871e8e8d7a9: Waiting [2020-10-03T02:48:53.182Z] a92cc7c5fd73: Verifying Checksum [2020-10-03T02:48:53.182Z] a92cc7c5fd73: Download complete [2020-10-03T02:48:53.182Z] ed8968b2872e: Download complete [2020-10-03T02:48:53.182Z] e73272ec9a57: Verifying Checksum [2020-10-03T02:48:53.182Z] e73272ec9a57: Download complete [2020-10-03T02:48:53.182Z] 1e910a182e73: Verifying Checksum [2020-10-03T02:48:53.182Z] 1e910a182e73: Download complete [2020-10-03T02:48:53.182Z] df20fa9351a1: Verifying Checksum [2020-10-03T02:48:53.182Z] df20fa9351a1: Download complete [2020-10-03T02:48:53.448Z] df20fa9351a1: Pull complete [2020-10-03T02:48:53.715Z] ed8968b2872e: Pull complete [2020-10-03T02:48:53.715Z] a92cc7c5fd73: Pull complete [2020-10-03T02:48:54.274Z] $ docker rm -f d7ee3a515da10eedb7730b691ade7473bc4944b17076a3c166c11fe6b8aaed58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-10-03T02:48:55.645Z] 4e634b169226: Verifying Checksum [2020-10-03T02:48:56.604Z] e871e8e8d7a9: Download complete [Pipeline] sh [2020-10-03T02:48:57.637Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-03T02:48:57.979Z] + ls -al . [2020-10-03T02:48:57.979Z] total 88 [2020-10-03T02:48:57.979Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 02:47 . [2020-10-03T02:48:57.979Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 02:47 .. [2020-10-03T02:48:57.979Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 02:47 .git [2020-10-03T02:48:57.979Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 02:47 .github [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 258 Oct 3 02:47 .gitignore [2020-10-03T02:48:57.979Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 02:47 .semver [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 6036 Oct 3 02:47 Attribution.txt [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 1834 Oct 3 02:47 Dockerfile [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 957 Oct 3 02:47 Dockerfile.build [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 660 Oct 3 02:47 Jenkinsfile [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 3 02:47 LICENSE [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 873 Oct 3 02:47 Makefile [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 918 Oct 3 02:47 README.md [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 3 02:45 VERSION [2020-10-03T02:48:57.979Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 02:47 bin [2020-10-03T02:48:57.979Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 02:47 cmd [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 862 Oct 3 02:47 go.mod [2020-10-03T02:48:57.979Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 02:47 internal [2020-10-03T02:48:57.979Z] -rw-rw-r-- 1 jenkins jenkins 235 Oct 3 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:48:58.333Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5333790cbfc620bb38957914a0d65453366236ce --label arch=arm64 --label version=1.2.4-dev.8 . [2020-10-03T02:48:58.605Z] Sending build context to Docker daemon 672.8kB [2020-10-03T02:48:58.605Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-03T02:48:58.605Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-03T02:48:58.605Z] ---> b50bd9ff5f69 [2020-10-03T02:48:58.605Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-03T02:48:58.880Z] ---> Running in 1bbb5215f70f [2020-10-03T02:48:59.485Z] Removing intermediate container 1bbb5215f70f [2020-10-03T02:48:59.485Z] ---> f40e6b6946b3 [2020-10-03T02:48:59.485Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-03T02:48:59.485Z] ---> Running in db77bd044472 [2020-10-03T02:48:59.759Z] Removing intermediate container db77bd044472 [2020-10-03T02:48:59.759Z] ---> 2e3f4418ccf6 [2020-10-03T02:48:59.759Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-10-03T02:49:00.032Z] ---> Running in 614e8e567e41 [2020-10-03T02:49:00.305Z] Removing intermediate container 614e8e567e41 [2020-10-03T02:49:00.305Z] ---> 317efa9cf667 [2020-10-03T02:49:00.305Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T02:49:00.578Z] ---> Running in e7b9f731b5f8 [2020-10-03T02:49:02.009Z] e871e8e8d7a9: Pull complete [2020-10-03T02:49:02.009Z] e73272ec9a57: Pull complete [2020-10-03T02:49:02.009Z] 1e910a182e73: Pull complete [2020-10-03T02:49:03.206Z] Removing intermediate container e7b9f731b5f8 [2020-10-03T02:49:03.207Z] ---> ab881f6a6f36 [2020-10-03T02:49:03.207Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-03T02:49:03.207Z] ---> Running in a77e4f7f4764 [2020-10-03T02:49:04.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T02:49:05.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T02:49:05.819Z] OK: 221 MiB in 53 packages [2020-10-03T02:49:06.806Z] Removing intermediate container a77e4f7f4764 [2020-10-03T02:49:06.806Z] ---> 70bb581bcb3e [2020-10-03T02:49:06.806Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-10-03T02:49:07.081Z] ---> Running in d4179e365081 [2020-10-03T02:49:07.683Z] Removing intermediate container d4179e365081 [2020-10-03T02:49:07.683Z] ---> 1c9ab578848f [2020-10-03T02:49:07.683Z] Step 9/22 : COPY . . [2020-10-03T02:49:08.668Z] ---> c00898d477de [2020-10-03T02:49:08.668Z] Step 10/22 : ARG MAKE='make build' [2020-10-03T02:49:08.668Z] ---> Running in 4778b0b2f3f5 [2020-10-03T02:49:09.266Z] Removing intermediate container 4778b0b2f3f5 [2020-10-03T02:49:09.266Z] ---> c3790c71d04f [2020-10-03T02:49:09.266Z] Step 11/22 : RUN $MAKE [2020-10-03T02:49:09.266Z] ---> Running in 39bec5639c09 [2020-10-03T02:49:10.185Z] 4e634b169226: Pull complete [2020-10-03T02:49:10.185Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-03T02:49:10.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-03T02:49:10.185Z] ---> f7629b54cfaa [2020-10-03T02:49:10.185Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-03T02:49:10.185Z] ---> Running in cd437604794e [2020-10-03T02:49:10.185Z] Removing intermediate container cd437604794e [2020-10-03T02:49:10.185Z] ---> 23e88f146ded [2020-10-03T02:49:10.185Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T02:49:10.185Z] ---> Running in 9bdcf8da1c4a [2020-10-03T02:49:10.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.8" -o cmd/device-virtual ./cmd [2020-10-03T02:49:11.588Z] Removing intermediate container 9bdcf8da1c4a [2020-10-03T02:49:11.588Z] ---> 2d747900a3d7 [2020-10-03T02:49:11.588Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-03T02:49:11.856Z] ---> Running in 334b60773635 [2020-10-03T02:49:12.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T02:49:13.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T02:49:13.584Z] (1/14) Installing libmagic (5.38-r0) [2020-10-03T02:49:13.846Z] (2/14) Installing file (5.38-r0) [2020-10-03T02:49:13.846Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-03T02:49:13.846Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-03T02:49:26.125Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-03T02:49:26.125Z] (6/14) Installing patch (2.7.6-r6) [2020-10-03T02:49:26.125Z] (7/14) Installing build-base (0.5-r2) [2020-10-03T02:49:26.125Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-03T02:49:26.125Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-03T02:49:26.125Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-03T02:49:26.125Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-03T02:49:26.125Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-03T02:49:26.125Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-03T02:49:26.387Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-03T02:49:26.964Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T02:49:26.964Z] OK: 237 MiB in 53 packages [2020-10-03T02:49:30.280Z] Removing intermediate container 334b60773635 [2020-10-03T02:49:30.280Z] ---> 33d494acee84 [2020-10-03T02:49:30.280Z] Step 6/8 : WORKDIR /device-virtual-go [2020-10-03T02:49:30.280Z] ---> Running in e96746ee591c [2020-10-03T02:49:30.280Z] Removing intermediate container e96746ee591c [2020-10-03T02:49:30.280Z] ---> 7e224534880d [2020-10-03T02:49:30.280Z] Step 7/8 : COPY . . [2020-10-03T02:49:31.228Z] ---> 5554e115f107 [2020-10-03T02:49:31.228Z] Step 8/8 : RUN go mod download [2020-10-03T02:49:31.228Z] ---> Running in 7f35b9882365 [2020-10-03T02:49:43.108Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-03T02:49:43.492Z] Removing intermediate container 7f35b9882365 [2020-10-03T02:49:43.492Z] ---> 1eff304aaf6b [2020-10-03T02:49:43.492Z] Successfully built 1eff304aaf6b [2020-10-03T02:49:43.492Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:49:43.834Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-03T02:49:43.834Z] . [Pipeline] withDockerContainer [2020-10-03T02:49:44.046Z] prd-centos7-docker-4c-2g-3173 does not seem to be running inside a container [2020-10-03T02:49:44.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/29 -v /w/workspace/device-virtual-go/29:/w/workspace/device-virtual-go/29:rw,z -v /w/workspace/device-virtual-go/29@tmp:/w/workspace/device-virtual-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-03T02:49:45.427Z] $ docker top 08ea6de17877e85d10a0279813e13dc25328dd68b7490a4d4bf1fb566c0ed1dc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T02:49:45.902Z] + go version [2020-10-03T02:49:45.902Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-03T02:49:45.919Z] $ docker stop --time=1 08ea6de17877e85d10a0279813e13dc25328dd68b7490a4d4bf1fb566c0ed1dc [2020-10-03T02:49:47.252Z] $ docker rm -f 08ea6de17877e85d10a0279813e13dc25328dd68b7490a4d4bf1fb566c0ed1dc [Pipeline] // withDockerContainer [2020-10-03T02:49:47.401Z] Removing intermediate container 39bec5639c09 [2020-10-03T02:49:47.401Z] ---> 421ed510c4c9 [2020-10-03T02:49:47.401Z] Step 12/22 : FROM alpine [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-10-03T02:49:47.675Z] latest: Pulling from library/alpine Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-03T02:49:47.949Z] b538f80385f9: Already exists [2020-10-03T02:49:47.949Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-03T02:49:47.949Z] Status: Downloaded newer image for alpine:latest [2020-10-03T02:49:47.949Z] ---> 62ee0e9f8440 [2020-10-03T02:49:47.949Z] Step 13/22 : ENV APP_PORT=49990 [2020-10-03T02:49:48.223Z] + sudo chown -R jenkins:jenkins . [2020-10-03T02:49:48.226Z] ---> Running in 872f7d7e49b5 [Pipeline] sh [2020-10-03T02:49:48.498Z] Removing intermediate container 872f7d7e49b5 [2020-10-03T02:49:48.498Z] ---> 8b02bf0f5f8e [2020-10-03T02:49:48.498Z] Step 14/22 : EXPOSE $APP_PORT [2020-10-03T02:49:48.525Z] + ls -al . [2020-10-03T02:49:48.525Z] total 60 [2020-10-03T02:49:48.525Z] drwxrwxr-x. 8 jenkins jenkins 4096 Oct 3 02:48 . [2020-10-03T02:49:48.525Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 3 02:48 .. [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 6036 Oct 3 02:48 Attribution.txt [2020-10-03T02:49:48.525Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 3 02:48 bin [2020-10-03T02:49:48.525Z] drwxrwxr-x. 3 jenkins jenkins 32 Oct 3 02:48 cmd [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 1834 Oct 3 02:48 Dockerfile [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 957 Oct 3 02:48 Dockerfile.build [2020-10-03T02:49:48.525Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 3 02:48 .git [2020-10-03T02:49:48.525Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 3 02:48 .github [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 258 Oct 3 02:48 .gitignore [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 862 Oct 3 02:48 go.mod [2020-10-03T02:49:48.525Z] drwxrwxr-x. 3 jenkins jenkins 20 Oct 3 02:48 internal [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 660 Oct 3 02:48 Jenkinsfile [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 11340 Oct 3 02:48 LICENSE [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 873 Oct 3 02:48 Makefile [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 918 Oct 3 02:48 README.md [2020-10-03T02:49:48.525Z] drwxrwxr-x. 3 jenkins jenkins 44 Oct 3 02:48 .semver [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 11 Oct 3 02:45 VERSION [2020-10-03T02:49:48.525Z] -rw-rw-r--. 1 jenkins jenkins 235 Oct 3 02:48 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:49:48.770Z] ---> Running in 80fa49c13c92 [2020-10-03T02:49:48.840Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=5333790cbfc620bb38957914a0d65453366236ce --label arch=amd64 --label version=1.2.4-dev.8 . [2020-10-03T02:49:48.840Z] Sending build context to Docker daemon 672.8kB [2020-10-03T02:49:48.840Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-03T02:49:48.840Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-03T02:49:48.840Z] ---> 1eff304aaf6b [2020-10-03T02:49:48.840Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-03T02:49:49.045Z] Removing intermediate container 80fa49c13c92 [2020-10-03T02:49:49.045Z] ---> 853cd71e8dc4 [2020-10-03T02:49:49.045Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-10-03T02:49:49.103Z] ---> Running in 07e1e1efb44a [2020-10-03T02:49:49.103Z] Removing intermediate container 07e1e1efb44a [2020-10-03T02:49:49.103Z] ---> a46788697eb3 [2020-10-03T02:49:49.103Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-03T02:49:49.103Z] ---> Running in b1403081c965 [2020-10-03T02:49:49.365Z] Removing intermediate container b1403081c965 [2020-10-03T02:49:49.365Z] ---> 4dad541fbc97 [2020-10-03T02:49:49.365Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-10-03T02:49:49.365Z] ---> Running in 6f05e4f99655 [2020-10-03T02:49:49.627Z] Removing intermediate container 6f05e4f99655 [2020-10-03T02:49:49.627Z] ---> 85ceb2f76364 [2020-10-03T02:49:49.627Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T02:49:49.627Z] ---> Running in 7bdf8e67c150 [2020-10-03T02:49:50.478Z] ---> fb96c1cb17be [2020-10-03T02:49:50.478Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-10-03T02:49:51.028Z] Removing intermediate container 7bdf8e67c150 [2020-10-03T02:49:51.028Z] ---> da51ba33ae6f [2020-10-03T02:49:51.028Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-03T02:49:51.028Z] ---> Running in 15c876a680e9 [2020-10-03T02:49:51.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T02:49:51.459Z] ---> 93092d0c1506 [2020-10-03T02:49:51.459Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-10-03T02:49:52.058Z] ---> 9496fe244a3b [2020-10-03T02:49:52.058Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-10-03T02:49:52.058Z] ---> Running in 1a332142df5c [2020-10-03T02:49:52.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T02:49:52.657Z] Removing intermediate container 1a332142df5c [2020-10-03T02:49:52.657Z] ---> b8100ff3ba13 [2020-10-03T02:49:52.657Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T02:49:52.657Z] ---> Running in 4f9a8ef674f1 [2020-10-03T02:49:53.249Z] Removing intermediate container 4f9a8ef674f1 [2020-10-03T02:49:53.249Z] ---> 212355afb8aa [2020-10-03T02:49:53.249Z] Step 20/22 : LABEL arch=arm64 [2020-10-03T02:49:53.249Z] ---> Running in 17e95de6f43e [2020-10-03T02:49:53.627Z] OK: 237 MiB in 53 packages [2020-10-03T02:49:53.847Z] Removing intermediate container 17e95de6f43e [2020-10-03T02:49:53.847Z] ---> 8bdf36842769 [2020-10-03T02:49:53.847Z] Step 21/22 : LABEL git_sha=5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:49:53.847Z] ---> Running in 2f7608dc0cf0 [2020-10-03T02:49:54.200Z] Removing intermediate container 15c876a680e9 [2020-10-03T02:49:54.200Z] ---> 051cf3efab2a [2020-10-03T02:49:54.200Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-10-03T02:49:54.200Z] ---> Running in 5fbe344e7bda [2020-10-03T02:49:54.200Z] Removing intermediate container 5fbe344e7bda [2020-10-03T02:49:54.200Z] ---> 6c1464d42a16 [2020-10-03T02:49:54.200Z] Step 9/22 : COPY . . [2020-10-03T02:49:54.447Z] Removing intermediate container 2f7608dc0cf0 [2020-10-03T02:49:54.447Z] ---> ca7d04d8fffa [2020-10-03T02:49:54.447Z] Step 22/22 : LABEL version=1.2.4-dev.8 [2020-10-03T02:49:54.447Z] ---> Running in b75083d211cc [2020-10-03T02:49:55.047Z] Removing intermediate container b75083d211cc [2020-10-03T02:49:55.047Z] ---> 3142ab5b1b80 [2020-10-03T02:49:55.047Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-03T02:49:55.047Z] Successfully built 3142ab5b1b80 [2020-10-03T02:49:55.047Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [2020-10-03T02:49:55.147Z] ---> a879c9657669 [2020-10-03T02:49:55.147Z] Step 10/22 : ARG MAKE='make build' [2020-10-03T02:49:55.147Z] ---> Running in 16869f834eaf [Pipeline] } [2020-10-03T02:49:55.409Z] Removing intermediate container 16869f834eaf [2020-10-03T02:49:55.409Z] ---> b73b267102f6 [2020-10-03T02:49:55.409Z] Step 11/22 : RUN $MAKE [2020-10-03T02:49:55.409Z] ---> Running in 21d5aab6116c [2020-10-03T02:49:55.671Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.8" -o cmd/device-virtual ./cmd [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-03T02:49:56.110Z] provisioning config files... [2020-10-03T02:49:56.160Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/29@tmp/config8333082006549567672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:49:56.551Z] ---> docker-login.sh [2020-10-03T02:49:56.551Z] nexus3.edgexfoundry.org:10001 [2020-10-03T02:49:56.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T02:49:57.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T02:49:57.092Z] Configure a credential helper to remove this warning. See [2020-10-03T02:49:57.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T02:49:57.092Z] [2020-10-03T02:49:57.092Z] Login Succeeded [2020-10-03T02:49:57.092Z] nexus3.edgexfoundry.org:10002 [2020-10-03T02:49:57.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T02:49:57.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T02:49:57.637Z] Configure a credential helper to remove this warning. See [2020-10-03T02:49:57.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T02:49:57.637Z] [2020-10-03T02:49:57.637Z] Login Succeeded [2020-10-03T02:49:57.637Z] nexus3.edgexfoundry.org:10003 [2020-10-03T02:49:57.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T02:49:58.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T02:49:58.179Z] Configure a credential helper to remove this warning. See [2020-10-03T02:49:58.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T02:49:58.179Z] [2020-10-03T02:49:58.179Z] Login Succeeded [2020-10-03T02:49:58.179Z] nexus3.edgexfoundry.org:10004 [2020-10-03T02:49:58.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T02:49:58.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T02:49:58.453Z] Configure a credential helper to remove this warning. See [2020-10-03T02:49:58.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T02:49:58.453Z] [2020-10-03T02:49:58.453Z] Login Succeeded [2020-10-03T02:49:58.728Z] docker.io [2020-10-03T02:49:59.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T02:49:59.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T02:49:59.275Z] Configure a credential helper to remove this warning. See [2020-10-03T02:49:59.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T02:49:59.275Z] [2020-10-03T02:49:59.275Z] Login Succeeded [2020-10-03T02:49:59.275Z] ---> docker-login.sh ends [Pipeline] } [2020-10-03T02:49:59.292Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T02:49:59.491Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2020-10-03T02:49:59.491Z] 5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:49:59.491Z] latest [2020-10-03T02:49:59.491Z] 1.2.4-dev.8 [2020-10-03T02:49:59.491Z] 5333790cbfc620bb38957914a0d65453366236ce-1.2.4-dev.8 [2020-10-03T02:49:59.491Z] master [2020-10-03T02:49:59.491Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:00.012Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5333790cbfc620bb38957914a0d65453366236ce [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:00.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:50:00.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-10-03T02:50:00.354Z] 54fb28b0bc2c: Preparing [2020-10-03T02:50:00.354Z] 312a241e40bd: Preparing [2020-10-03T02:50:00.354Z] dbd2a6d18a5c: Preparing [2020-10-03T02:50:00.354Z] e2f13739ad41: Preparing [2020-10-03T02:50:00.627Z] e2f13739ad41: Layer already exists [2020-10-03T02:50:00.627Z] 54fb28b0bc2c: Pushed [2020-10-03T02:50:00.627Z] 312a241e40bd: Pushed [2020-10-03T02:50:04.015Z] dbd2a6d18a5c: Pushed [2020-10-03T02:50:04.015Z] 5333790cbfc620bb38957914a0d65453366236ce: digest: sha256:d95761d6514b569cd36df3d4c5d53f319d0ec88bfafa1cb91350e0d7d75aa112 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:04.353Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:04.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-10-03T02:50:04.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-10-03T02:50:04.688Z] 54fb28b0bc2c: Preparing [2020-10-03T02:50:04.688Z] 312a241e40bd: Preparing [2020-10-03T02:50:04.688Z] dbd2a6d18a5c: Preparing [2020-10-03T02:50:04.688Z] e2f13739ad41: Preparing [2020-10-03T02:50:04.961Z] e2f13739ad41: Layer already exists [2020-10-03T02:50:04.961Z] 312a241e40bd: Layer already exists [2020-10-03T02:50:04.961Z] dbd2a6d18a5c: Layer already exists [2020-10-03T02:50:04.961Z] 54fb28b0bc2c: Layer already exists [2020-10-03T02:50:04.961Z] latest: digest: sha256:d95761d6514b569cd36df3d4c5d53f319d0ec88bfafa1cb91350e0d7d75aa112 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:05.309Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:05.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.8 [2020-10-03T02:50:05.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-10-03T02:50:05.647Z] 54fb28b0bc2c: Preparing [2020-10-03T02:50:05.647Z] 312a241e40bd: Preparing [2020-10-03T02:50:05.647Z] dbd2a6d18a5c: Preparing [2020-10-03T02:50:05.647Z] e2f13739ad41: Preparing [2020-10-03T02:50:05.647Z] 54fb28b0bc2c: Layer already exists [2020-10-03T02:50:05.647Z] 312a241e40bd: Layer already exists [2020-10-03T02:50:05.647Z] dbd2a6d18a5c: Layer already exists [2020-10-03T02:50:05.647Z] e2f13739ad41: Layer already exists [2020-10-03T02:50:05.919Z] 1.2.4-dev.8: digest: sha256:d95761d6514b569cd36df3d4c5d53f319d0ec88bfafa1cb91350e0d7d75aa112 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:06.261Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5333790cbfc620bb38957914a0d65453366236ce-1.2.4-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:06.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5333790cbfc620bb38957914a0d65453366236ce-1.2.4-dev.8 [2020-10-03T02:50:06.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-10-03T02:50:06.605Z] 54fb28b0bc2c: Preparing [2020-10-03T02:50:06.605Z] 312a241e40bd: Preparing [2020-10-03T02:50:06.605Z] dbd2a6d18a5c: Preparing [2020-10-03T02:50:06.605Z] e2f13739ad41: Preparing [2020-10-03T02:50:06.879Z] dbd2a6d18a5c: Layer already exists [2020-10-03T02:50:06.879Z] e2f13739ad41: Layer already exists [2020-10-03T02:50:06.879Z] 312a241e40bd: Layer already exists [2020-10-03T02:50:06.879Z] 54fb28b0bc2c: Layer already exists [2020-10-03T02:50:06.879Z] 5333790cbfc620bb38957914a0d65453366236ce-1.2.4-dev.8: digest: sha256:d95761d6514b569cd36df3d4c5d53f319d0ec88bfafa1cb91350e0d7d75aa112 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:07.228Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:07.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2020-10-03T02:50:07.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-10-03T02:50:07.577Z] 54fb28b0bc2c: Preparing [2020-10-03T02:50:07.577Z] 312a241e40bd: Preparing [2020-10-03T02:50:07.577Z] dbd2a6d18a5c: Preparing [2020-10-03T02:50:07.577Z] e2f13739ad41: Preparing [2020-10-03T02:50:07.852Z] e2f13739ad41: Layer already exists [2020-10-03T02:50:07.852Z] dbd2a6d18a5c: Layer already exists [2020-10-03T02:50:07.852Z] 54fb28b0bc2c: Layer already exists [2020-10-03T02:50:07.852Z] 312a241e40bd: Layer already exists [2020-10-03T02:50:07.852Z] master: digest: sha256:d95761d6514b569cd36df3d4c5d53f319d0ec88bfafa1cb91350e0d7d75aa112 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-03T02:50:08.002Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [Pipeline] echo [2020-10-03T02:50:08.040Z] ===================================================== [Pipeline] echo [2020-10-03T02:50:08.089Z] taggedImages: [2020-10-03T02:50:08.090Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:50:08.090Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-10-03T02:50:08.090Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.8 [2020-10-03T02:50:08.090Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5333790cbfc620bb38957914a0d65453366236ce-1.2.4-dev.8 [2020-10-03T02:50:08.090Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [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-03T02:50:09.998Z] Removing intermediate container 21d5aab6116c [2020-10-03T02:50:09.998Z] ---> 93e891e80233 [2020-10-03T02:50:09.998Z] Step 12/22 : FROM alpine [2020-10-03T02:50:10.260Z] latest: Pulling from library/alpine [2020-10-03T02:50:10.260Z] df20fa9351a1: Already exists [2020-10-03T02:50:10.522Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-03T02:50:10.522Z] Status: Downloaded newer image for alpine:latest [2020-10-03T02:50:10.522Z] ---> a24bb4013296 [2020-10-03T02:50:10.522Z] Step 13/22 : ENV APP_PORT=49990 [2020-10-03T02:50:10.522Z] ---> Running in c75eab650930 [2020-10-03T02:50:10.784Z] Removing intermediate container c75eab650930 [2020-10-03T02:50:10.784Z] ---> 2fdd3861ecae [2020-10-03T02:50:10.784Z] Step 14/22 : EXPOSE $APP_PORT [2020-10-03T02:50:10.784Z] ---> Running in 6c00c376104b [2020-10-03T02:50:10.784Z] Removing intermediate container 6c00c376104b [2020-10-03T02:50:10.784Z] ---> c65f57fd8fae [2020-10-03T02:50:10.784Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-10-03T02:50:11.358Z] ---> 587de029b855 [2020-10-03T02:50:11.358Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-10-03T02:50:11.621Z] ---> 515f41c9db41 [2020-10-03T02:50:11.621Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-10-03T02:50:11.883Z] ---> 7df71ed6fbd8 [2020-10-03T02:50:11.883Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-10-03T02:50:11.883Z] ---> Running in 6373dff3c278 [2020-10-03T02:50:12.146Z] Removing intermediate container 6373dff3c278 [2020-10-03T02:50:12.146Z] ---> f95403a0af7b [2020-10-03T02:50:12.146Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T02:50:12.146Z] ---> Running in f5d0f39dae71 [2020-10-03T02:50:12.146Z] Removing intermediate container f5d0f39dae71 [2020-10-03T02:50:12.146Z] ---> 1a2c977be7f1 [2020-10-03T02:50:12.146Z] Step 20/22 : LABEL arch=amd64 [2020-10-03T02:50:12.409Z] ---> Running in a78772e24cd2 [2020-10-03T02:50:12.409Z] Removing intermediate container a78772e24cd2 [2020-10-03T02:50:12.409Z] ---> 60d89595a464 [2020-10-03T02:50:12.409Z] Step 21/22 : LABEL git_sha=5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:50:12.409Z] ---> Running in 16135f823de8 [2020-10-03T02:50:12.671Z] Removing intermediate container 16135f823de8 [2020-10-03T02:50:12.671Z] ---> 801b1e09ca62 [2020-10-03T02:50:12.671Z] Step 22/22 : LABEL version=1.2.4-dev.8 [2020-10-03T02:50:12.671Z] ---> Running in ec59dfc640f2 [2020-10-03T02:50:12.934Z] Removing intermediate container ec59dfc640f2 [2020-10-03T02:50:12.935Z] ---> 282315a3ce87 [2020-10-03T02:50:12.935Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-03T02:50:12.935Z] Successfully built 282315a3ce87 [2020-10-03T02:50:12.935Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-03T02:50:13.266Z] provisioning config files... [2020-10-03T02:50:13.308Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/29@tmp/config1033510139730955437tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:50:13.671Z] ---> docker-login.sh [2020-10-03T02:50:13.671Z] nexus3.edgexfoundry.org:10001 [2020-10-03T02:50:13.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T02:50:13.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T02:50:13.933Z] Configure a credential helper to remove this warning. See [2020-10-03T02:50:13.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T02:50:13.933Z] [2020-10-03T02:50:13.933Z] Login Succeeded [2020-10-03T02:50:13.933Z] nexus3.edgexfoundry.org:10002 [2020-10-03T02:50:13.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T02:50:14.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T02:50:14.196Z] Configure a credential helper to remove this warning. See [2020-10-03T02:50:14.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T02:50:14.196Z] [2020-10-03T02:50:14.196Z] Login Succeeded [2020-10-03T02:50:14.196Z] nexus3.edgexfoundry.org:10003 [2020-10-03T02:50:14.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T02:50:14.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T02:50:14.196Z] Configure a credential helper to remove this warning. See [2020-10-03T02:50:14.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T02:50:14.196Z] [2020-10-03T02:50:14.196Z] Login Succeeded [2020-10-03T02:50:14.196Z] nexus3.edgexfoundry.org:10004 [2020-10-03T02:50:14.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T02:50:14.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T02:50:14.458Z] Configure a credential helper to remove this warning. See [2020-10-03T02:50:14.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T02:50:14.458Z] [2020-10-03T02:50:14.458Z] Login Succeeded [2020-10-03T02:50:14.458Z] docker.io [2020-10-03T02:50:14.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T02:50:14.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T02:50:14.983Z] Configure a credential helper to remove this warning. See [2020-10-03T02:50:14.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T02:50:14.983Z] [2020-10-03T02:50:14.983Z] Login Succeeded [2020-10-03T02:50:14.983Z] ---> docker-login.sh ends [Pipeline] } [2020-10-03T02:50:14.992Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T02:50:15.181Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2020-10-03T02:50:15.181Z] 5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:50:15.181Z] latest [2020-10-03T02:50:15.181Z] 1.2.4-dev.8 [2020-10-03T02:50:15.181Z] 5333790cbfc620bb38957914a0d65453366236ce-1.2.4-dev.8 [2020-10-03T02:50:15.181Z] master [2020-10-03T02:50:15.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:15.657Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5333790cbfc620bb38957914a0d65453366236ce [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:15.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:50:15.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-10-03T02:50:15.962Z] 08ed9d2e10e8: Preparing [2020-10-03T02:50:15.962Z] bb182535e6db: Preparing [2020-10-03T02:50:15.962Z] dd84f61c68ea: Preparing [2020-10-03T02:50:15.962Z] 50644c29ef5a: Preparing [2020-10-03T02:50:15.962Z] 50644c29ef5a: Layer already exists [2020-10-03T02:50:16.224Z] 08ed9d2e10e8: Pushed [2020-10-03T02:50:16.224Z] bb182535e6db: Pushed [2020-10-03T02:50:17.614Z] dd84f61c68ea: Pushed [2020-10-03T02:50:17.614Z] 5333790cbfc620bb38957914a0d65453366236ce: digest: sha256:215a8531227be8f6f8a1cb5265ae24b7499ba072e2e045eabc3e231793f9bdc0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:17.917Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:18.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-10-03T02:50:18.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-10-03T02:50:18.217Z] 08ed9d2e10e8: Preparing [2020-10-03T02:50:18.217Z] bb182535e6db: Preparing [2020-10-03T02:50:18.217Z] dd84f61c68ea: Preparing [2020-10-03T02:50:18.217Z] 50644c29ef5a: Preparing [2020-10-03T02:50:18.217Z] dd84f61c68ea: Layer already exists [2020-10-03T02:50:18.217Z] bb182535e6db: Layer already exists [2020-10-03T02:50:18.217Z] 08ed9d2e10e8: Layer already exists [2020-10-03T02:50:18.217Z] 50644c29ef5a: Layer already exists [2020-10-03T02:50:18.217Z] latest: digest: sha256:215a8531227be8f6f8a1cb5265ae24b7499ba072e2e045eabc3e231793f9bdc0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:18.523Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:18.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.8 [2020-10-03T02:50:18.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-10-03T02:50:18.823Z] 08ed9d2e10e8: Preparing [2020-10-03T02:50:18.823Z] bb182535e6db: Preparing [2020-10-03T02:50:18.823Z] dd84f61c68ea: Preparing [2020-10-03T02:50:18.823Z] 50644c29ef5a: Preparing [2020-10-03T02:50:18.823Z] 08ed9d2e10e8: Layer already exists [2020-10-03T02:50:18.823Z] 50644c29ef5a: Layer already exists [2020-10-03T02:50:18.823Z] bb182535e6db: Layer already exists [2020-10-03T02:50:18.823Z] dd84f61c68ea: Layer already exists [2020-10-03T02:50:18.823Z] 1.2.4-dev.8: digest: sha256:215a8531227be8f6f8a1cb5265ae24b7499ba072e2e045eabc3e231793f9bdc0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:19.128Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5333790cbfc620bb38957914a0d65453366236ce-1.2.4-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:19.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5333790cbfc620bb38957914a0d65453366236ce-1.2.4-dev.8 [2020-10-03T02:50:19.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-10-03T02:50:19.429Z] 08ed9d2e10e8: Preparing [2020-10-03T02:50:19.429Z] bb182535e6db: Preparing [2020-10-03T02:50:19.429Z] dd84f61c68ea: Preparing [2020-10-03T02:50:19.429Z] 50644c29ef5a: Preparing [2020-10-03T02:50:19.429Z] 50644c29ef5a: Layer already exists [2020-10-03T02:50:19.429Z] dd84f61c68ea: Layer already exists [2020-10-03T02:50:19.429Z] bb182535e6db: Layer already exists [2020-10-03T02:50:19.690Z] 08ed9d2e10e8: Layer already exists [2020-10-03T02:50:19.690Z] 5333790cbfc620bb38957914a0d65453366236ce-1.2.4-dev.8: digest: sha256:215a8531227be8f6f8a1cb5265ae24b7499ba072e2e045eabc3e231793f9bdc0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:19.998Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:20.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2020-10-03T02:50:20.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-10-03T02:50:20.303Z] 08ed9d2e10e8: Preparing [2020-10-03T02:50:20.303Z] bb182535e6db: Preparing [2020-10-03T02:50:20.303Z] dd84f61c68ea: Preparing [2020-10-03T02:50:20.303Z] 50644c29ef5a: Preparing [2020-10-03T02:50:20.303Z] bb182535e6db: Layer already exists [2020-10-03T02:50:20.303Z] 08ed9d2e10e8: Layer already exists [2020-10-03T02:50:20.303Z] dd84f61c68ea: Layer already exists [2020-10-03T02:50:21.251Z] 50644c29ef5a: Layer already exists [2020-10-03T02:50:21.251Z] master: digest: sha256:215a8531227be8f6f8a1cb5265ae24b7499ba072e2e045eabc3e231793f9bdc0 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T02:50:21.729Z] ===================================================== [Pipeline] echo [2020-10-03T02:50:21.775Z] taggedImages: [2020-10-03T02:50:21.775Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:50:21.775Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-10-03T02:50:21.775Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.8 [2020-10-03T02:50:21.775Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5333790cbfc620bb38957914a0d65453366236ce-1.2.4-dev.8 [2020-10-03T02:50:21.775Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [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-03T02:50:23.502Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-03T02:50:23.504Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-03T02:50:23.564Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:23.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-03T02:50:23.911Z] [2020-10-03T02:50:23.911Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:50:24.267Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-03T02:50:24.267Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-03T02:50:24.267Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-03T02:50:24.267Z] 408f87550127: Pulling fs layer [2020-10-03T02:50:24.267Z] fe522b08c979: Pulling fs layer [2020-10-03T02:50:24.267Z] 221eaa008020: Pulling fs layer [2020-10-03T02:50:24.267Z] 2a4607e5d6b9: Pulling fs layer [2020-10-03T02:50:24.267Z] 8f79b27c4fd2: Pulling fs layer [2020-10-03T02:50:24.267Z] e5c8dbe1645b: Pulling fs layer [2020-10-03T02:50:24.267Z] 23e8b3b47431: Pulling fs layer [2020-10-03T02:50:24.267Z] 5c568d65a230: Pulling fs layer [2020-10-03T02:50:24.267Z] 221eaa008020: Waiting [2020-10-03T02:50:24.267Z] 2a4607e5d6b9: Waiting [2020-10-03T02:50:24.267Z] 8f79b27c4fd2: Waiting [2020-10-03T02:50:24.267Z] e5c8dbe1645b: Waiting [2020-10-03T02:50:24.267Z] 23e8b3b47431: Waiting [2020-10-03T02:50:24.267Z] 5c568d65a230: Waiting [2020-10-03T02:50:24.267Z] fe522b08c979: Verifying Checksum [2020-10-03T02:50:24.267Z] fe522b08c979: Download complete [2020-10-03T02:50:24.267Z] 408f87550127: Verifying Checksum [2020-10-03T02:50:24.267Z] 408f87550127: Download complete [2020-10-03T02:50:24.267Z] 2a4607e5d6b9: Verifying Checksum [2020-10-03T02:50:24.267Z] 2a4607e5d6b9: Download complete [2020-10-03T02:50:24.267Z] 8f79b27c4fd2: Verifying Checksum [2020-10-03T02:50:24.267Z] 8f79b27c4fd2: Download complete [2020-10-03T02:50:24.267Z] cbdbe7a5bc2a: Download complete [2020-10-03T02:50:24.560Z] cbdbe7a5bc2a: Pull complete [2020-10-03T02:50:24.823Z] 408f87550127: Pull complete [2020-10-03T02:50:24.823Z] e5c8dbe1645b: Download complete [2020-10-03T02:50:24.823Z] fe522b08c979: Pull complete [2020-10-03T02:50:26.226Z] 23e8b3b47431: Verifying Checksum [2020-10-03T02:50:26.226Z] 23e8b3b47431: Download complete [2020-10-03T02:50:26.486Z] 5c568d65a230: Verifying Checksum [2020-10-03T02:50:26.486Z] 5c568d65a230: Download complete [2020-10-03T02:50:27.433Z] 221eaa008020: Download complete [2020-10-03T02:50:32.778Z] 221eaa008020: Pull complete [2020-10-03T02:50:32.778Z] 2a4607e5d6b9: Pull complete [2020-10-03T02:50:32.778Z] 8f79b27c4fd2: Pull complete [2020-10-03T02:50:34.704Z] e5c8dbe1645b: Pull complete [2020-10-03T02:50:38.023Z] 23e8b3b47431: Pull complete [2020-10-03T02:50:38.969Z] 5c568d65a230: Pull complete [2020-10-03T02:50:38.969Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-03T02:50:38.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-03T02:50:38.969Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-03T02:50:39.125Z] prd-centos7-docker-4c-2g-3171 does not seem to be running inside a container [2020-10-03T02:50:39.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/foundry_device-virtual-go_master:/ws -w /ws --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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-03T02:50:39.953Z] $ docker top 9ca7884d6b2910129b27d77fb23b0078baba06a4e91af0530c8d426d63ffc046 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T02:50:40.535Z] + snyk monitor '--org=edgex-jenkins' [2020-10-03T02:51:02.519Z] [2020-10-03T02:51:02.519Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2020-10-03T02:51:02.519Z] [2020-10-03T02:51:02.519Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/cfe5b62b-0467-4afd-9fca-e7c88cd2b606 [2020-10-03T02:51:02.519Z] [2020-10-03T02:51:02.519Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-03T02:51:02.519Z] [2020-10-03T02:51:02.519Z] [2020-10-03T02:51:02.519Z] Snyk CLI supports Node.js 8 and higher. [2020-10-03T02:51:02.519Z] 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-03T02:51:02.519Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-03T02:51:02.519Z] [2020-10-03T02:51:02.519Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-03T02:51:02.519Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-03T02:51:02.535Z] $ docker stop --time=1 9ca7884d6b2910129b27d77fb23b0078baba06a4e91af0530c8d426d63ffc046 [2020-10-03T02:51:04.768Z] $ docker rm -f 9ca7884d6b2910129b27d77fb23b0078baba06a4e91af0530c8d426d63ffc046 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:51:05.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T02:51:05.949Z] [2020-10-03T02:51:05.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:51:06.350Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T02:51:06.350Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-03T02:51:06.350Z] e7c96db7181b: Pulling fs layer [2020-10-03T02:51:06.350Z] 1868ca2cb446: Pulling fs layer [2020-10-03T02:51:06.350Z] 136be5d0fe8e: Pulling fs layer [2020-10-03T02:51:06.350Z] 894bfe63afcb: Pulling fs layer [2020-10-03T02:51:06.350Z] 894bfe63afcb: Waiting [2020-10-03T02:51:06.350Z] 1868ca2cb446: Verifying Checksum [2020-10-03T02:51:06.350Z] 1868ca2cb446: Download complete [2020-10-03T02:51:06.350Z] 136be5d0fe8e: Verifying Checksum [2020-10-03T02:51:06.350Z] 136be5d0fe8e: Download complete [2020-10-03T02:51:06.350Z] e7c96db7181b: Verifying Checksum [2020-10-03T02:51:06.350Z] e7c96db7181b: Download complete [2020-10-03T02:51:06.616Z] 894bfe63afcb: Verifying Checksum [2020-10-03T02:51:06.616Z] 894bfe63afcb: Download complete [2020-10-03T02:51:06.616Z] e7c96db7181b: Pull complete [2020-10-03T02:51:06.879Z] 1868ca2cb446: Pull complete [2020-10-03T02:51:07.141Z] 136be5d0fe8e: Pull complete [2020-10-03T02:51:07.141Z] 894bfe63afcb: Pull complete [2020-10-03T02:51:07.141Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-03T02:51:07.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T02:51:07.402Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-03T02:51:07.517Z] prd-centos7-docker-4c-2g-3171 does not seem to be running inside a container [2020-10-03T02:51:07.559Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-03T02:51:08.360Z] $ docker top c6c558614cabe1bfe133d10e2a094543eccb2e60df3f981826d4e012ea8e1917 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T02:51:08.913Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:51:08.914Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T02:51:13.334Z] $ docker stop --time=1 c6c558614cabe1bfe133d10e2a094543eccb2e60df3f981826d4e012ea8e1917 [2020-10-03T02:51:14.668Z] $ docker rm -f c6c558614cabe1bfe133d10e2a094543eccb2e60df3f981826d4e012ea8e1917 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:51:15.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T02:51:15.150Z] . [Pipeline] withDockerContainer [2020-10-03T02:51:15.241Z] prd-centos7-docker-4c-2g-3171 does not seem to be running inside a container [2020-10-03T02:51:15.285Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-03T02:51:15.826Z] $ docker top 1543e6961ca82bceff79a9b413a4b3e2762d8f08293acdda834f499d0ce65d73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T02:51:16.462Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5333790cbfc620bb38957914a0d65453366236ce+ [2020-10-03T02:51:16.462Z] tee [2020-10-03T02:51:16.462Z] clair timeout 1m0s [2020-10-03T02:51:16.462Z] docker timeout: 1m0s [2020-10-03T02:51:16.462Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T02:51:17.145Z] $ docker stop --time=1 1543e6961ca82bceff79a9b413a4b3e2762d8f08293acdda834f499d0ce65d73 [2020-10-03T02:51:18.476Z] $ docker rm -f 1543e6961ca82bceff79a9b413a4b3e2762d8f08293acdda834f499d0ce65d73 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T02:51:18.959Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-10-03T02:51:18.974Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_5333790cbfc620bb38957914a0d65453366236ce.html [Pipeline] writeFile [Pipeline] step [2020-10-03T02:51:19.036Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:51:19.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T02:51:19.387Z] . [Pipeline] withDockerContainer [2020-10-03T02:51:19.485Z] prd-centos7-docker-4c-2g-3171 does not seem to be running inside a container [2020-10-03T02:51:19.529Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-03T02:51:20.135Z] $ docker top 98a24cd07373ce9df6a15290260af2c401ca4fe81228fd80d749ee428589de19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T02:51:20.685Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:51:20.685Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T02:51:25.066Z] $ docker stop --time=1 98a24cd07373ce9df6a15290260af2c401ca4fe81228fd80d749ee428589de19 [2020-10-03T02:51:26.413Z] $ docker rm -f 98a24cd07373ce9df6a15290260af2c401ca4fe81228fd80d749ee428589de19 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:51:26.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T02:51:26.939Z] . [Pipeline] withDockerContainer [2020-10-03T02:51:27.027Z] prd-centos7-docker-4c-2g-3171 does not seem to be running inside a container [2020-10-03T02:51:27.068Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-03T02:51:27.879Z] $ docker top 85efb96167b48168f5bf41c9587e5d4f54feb5957ff28bd436a6e5cf19f8d823 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T02:51:28.384Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5333790cbfc620bb38957914a0d65453366236ce [2020-10-03T02:51:28.384Z] + tee [2020-10-03T02:51:28.384Z] clair timeout 1m0s [2020-10-03T02:51:28.384Z] docker timeout: 1m0s [2020-10-03T02:51:28.384Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T02:51:29.070Z] $ docker stop --time=1 85efb96167b48168f5bf41c9587e5d4f54feb5957ff28bd436a6e5cf19f8d823 [2020-10-03T02:51:30.398Z] $ docker rm -f 85efb96167b48168f5bf41c9587e5d4f54feb5957ff28bd436a6e5cf19f8d823 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T02:51:30.929Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-10-03T02:51:30.952Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_5333790cbfc620bb38957914a0d65453366236ce.html [Pipeline] writeFile [Pipeline] step [2020-10-03T02:51:31.034Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:51:32.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T02:51:32.588Z] . [Pipeline] withDockerContainer [2020-10-03T02:51:32.687Z] prd-centos7-docker-4c-2g-3171 does not seem to be running inside a container [2020-10-03T02:51:32.734Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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-03T02:51:33.330Z] $ docker top 1df8ec7a5aea853cda3d79c17168a1b5805979e5084eef3ed91d18737a25cbd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T02:51:33.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T02:51:33.617Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T02:51:33.811Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T02:51:33.815Z] $ docker exec 1df8ec7a5aea853cda3d79c17168a1b5805979e5084eef3ed91d18737a25cbd3 ssh-agent [2020-10-03T02:51:33.973Z] SSH_AUTH_SOCK=/tmp/ssh-upJ3vRuLYIbz/agent.11 [2020-10-03T02:51:33.973Z] SSH_AGENT_PID=16 [2020-10-03T02:51:33.979Z] Running ssh-add (command line suppressed) [2020-10-03T02:51:34.103Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2875227669437385138.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2875227669437385138.key) [2020-10-03T02:51:34.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T02:51:34.496Z] + git semver tag [2020-10-03T02:51:34.496Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T02:51:34.496Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-10-03T02:51:34.496Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-10-03T02:51:34.496Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T02:51:34.496Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T02:51:34.496Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T02:51:34.496Z] # $SEMVER_BRANCH = master [2020-10-03T02:51:34.496Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-10-03T02:51:34.496Z] # 5333790cbfc620bb38957914a0d65453366236ce HEAD [2020-10-03T02:51:34.496Z] # -> Force: false [2020-10-03T02:51:34.496Z] # c32dd8fccc9895375c146044bea0dd14f5789b99 refs/tags/v1.2.4-dev.8 [Pipeline] } [2020-10-03T02:51:34.509Z] $ docker exec --env ******** --env ******** 1df8ec7a5aea853cda3d79c17168a1b5805979e5084eef3ed91d18737a25cbd3 ssh-agent -k [2020-10-03T02:51:34.630Z] unset SSH_AUTH_SOCK; [2020-10-03T02:51:34.630Z] unset SSH_AGENT_PID; [2020-10-03T02:51:34.630Z] echo Agent pid 16 killed; [2020-10-03T02:51:34.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T02:51:35.174Z] + git semver [Pipeline] } [2020-10-03T02:51:35.193Z] $ docker stop --time=1 1df8ec7a5aea853cda3d79c17168a1b5805979e5084eef3ed91d18737a25cbd3 [2020-10-03T02:51:36.524Z] $ docker rm -f 1df8ec7a5aea853cda3d79c17168a1b5805979e5084eef3ed91d18737a25cbd3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:51:37.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-03T02:51:37.222Z] [2020-10-03T02:51:37.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:51:37.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-03T02:51:37.604Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-03T02:51:37.604Z] ab5ef0e58194: Pulling fs layer [2020-10-03T02:51:37.604Z] 9712f1f96733: Pulling fs layer [2020-10-03T02:51:37.604Z] 63f879dbbcfc: Pulling fs layer [2020-10-03T02:51:37.604Z] 0d9ebad4ef96: Pulling fs layer [2020-10-03T02:51:37.604Z] e9a5061849ea: Pulling fs layer [2020-10-03T02:51:37.604Z] d747dcd14b5f: Pulling fs layer [2020-10-03T02:51:37.604Z] 2de7ff778b66: Pulling fs layer [2020-10-03T02:51:37.604Z] e9a5061849ea: Waiting [2020-10-03T02:51:37.604Z] d747dcd14b5f: Waiting [2020-10-03T02:51:37.604Z] 2de7ff778b66: Waiting [2020-10-03T02:51:37.604Z] 0d9ebad4ef96: Waiting [2020-10-03T02:51:38.995Z] 63f879dbbcfc: Verifying Checksum [2020-10-03T02:51:38.995Z] 63f879dbbcfc: Download complete [2020-10-03T02:51:39.260Z] e9a5061849ea: Verifying Checksum [2020-10-03T02:51:39.260Z] e9a5061849ea: Download complete [2020-10-03T02:51:39.260Z] d747dcd14b5f: Download complete [2020-10-03T02:51:39.528Z] 2de7ff778b66: Verifying Checksum [2020-10-03T02:51:39.528Z] 2de7ff778b66: Download complete [2020-10-03T02:51:39.528Z] 0d9ebad4ef96: Verifying Checksum [2020-10-03T02:51:39.528Z] 0d9ebad4ef96: Download complete [2020-10-03T02:51:39.794Z] ab5ef0e58194: Download complete [2020-10-03T02:51:44.045Z] ab5ef0e58194: Pull complete [2020-10-03T02:51:44.045Z] 9712f1f96733: Pull complete [2020-10-03T02:51:45.997Z] 63f879dbbcfc: Pull complete [2020-10-03T02:51:51.307Z] 0d9ebad4ef96: Pull complete [2020-10-03T02:51:53.868Z] e9a5061849ea: Pull complete [2020-10-03T02:51:53.868Z] d747dcd14b5f: Pull complete [2020-10-03T02:51:56.416Z] 2de7ff778b66: Pull complete [2020-10-03T02:51:56.416Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-03T02:51:56.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-03T02:51:56.416Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-03T02:51:56.570Z] prd-centos7-docker-4c-2g-3171 does not seem to be running inside a container [2020-10-03T02:51:56.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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-03T02:52:00.089Z] $ docker top 7eedcd7d1c9897a310e56ce373bd84432a119879c7d7ed77fefb2af5a8b71531 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-03T02:52:00.369Z] provisioning config files... [2020-10-03T02:52:00.383Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5717687842766203090tmp [2020-10-03T02:52:00.402Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5680707387812299332tmp [2020-10-03T02:52:00.416Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2037267489398761030tmp [Pipeline] { [Pipeline] echo [2020-10-03T02:52:00.502Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:52:00.794Z] ---> sigul-configuration.sh [2020-10-03T02:52:00.794Z] gpg: directory `/root/.gnupg' created [2020-10-03T02:52:00.794Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-03T02:52:00.794Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-03T02:52:00.794Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-03T02:52:00.794Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-03T02:52:00.794Z] gpg: CAST5 encrypted data [2020-10-03T02:52:01.055Z] gpg: encrypted with 1 passphrase [2020-10-03T02:52:01.055Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-03T02:52:01.348Z] + mkdir /home/jenkins [2020-10-03T02:52:01.348Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-03T02:52:01.647Z] + 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-03T02:52:01.660Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:52:01.962Z] ---> sigul-install.sh [2020-10-03T02:52:07.275Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-03T02:52:07.575Z] + git tag --list [2020-10-03T02:52:07.575Z] v1.0.0 [2020-10-03T02:52:07.575Z] v1.1.0 [2020-10-03T02:52:07.575Z] v1.1.1 [2020-10-03T02:52:07.575Z] v1.2.0 [2020-10-03T02:52:07.575Z] v1.2.1 [2020-10-03T02:52:07.575Z] v1.2.2 [2020-10-03T02:52:07.575Z] v1.2.3 [2020-10-03T02:52:07.575Z] v1.2.3-dev.1 [2020-10-03T02:52:07.575Z] v1.2.3-dev.2 [2020-10-03T02:52:07.575Z] v1.2.4-dev.1 [2020-10-03T02:52:07.575Z] v1.2.4-dev.2 [2020-10-03T02:52:07.575Z] v1.2.4-dev.3 [2020-10-03T02:52:07.575Z] v1.2.4-dev.4 [2020-10-03T02:52:07.575Z] v1.2.4-dev.5 [2020-10-03T02:52:07.575Z] v1.2.4-dev.6 [2020-10-03T02:52:07.575Z] v1.2.4-dev.7 [2020-10-03T02:52:07.575Z] v1.2.4-dev.8 [Pipeline] sh [2020-10-03T02:52:07.873Z] + lftools sign git-tag v1.2.4-dev.8 [2020-10-03T02:52:08.816Z] Signing Git tag with Sigul... [2020-10-03T02:52:08.816Z] Signing v1.2.4-dev.8 [Pipeline] echo [2020-10-03T02:52:10.218Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:52:10.516Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-03T02:52:10.526Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-03T02:52:10.675Z] $ docker stop --time=1 7eedcd7d1c9897a310e56ce373bd84432a119879c7d7ed77fefb2af5a8b71531 [2020-10-03T02:52:12.520Z] $ docker rm -f 7eedcd7d1c9897a310e56ce373bd84432a119879c7d7ed77fefb2af5a8b71531 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:52:13.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T02:52:13.390Z] . [Pipeline] withDockerContainer [2020-10-03T02:52:13.495Z] prd-centos7-docker-4c-2g-3171 does not seem to be running inside a container [2020-10-03T02:52:13.539Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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-03T02:52:14.148Z] $ docker top 9d51f22005d4348c18d5af87dbf1e275fc3c1ffffc9c63236fc05a4dd3dc44d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T02:52:14.437Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T02:52:14.437Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T02:52:14.616Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T02:52:14.622Z] $ docker exec 9d51f22005d4348c18d5af87dbf1e275fc3c1ffffc9c63236fc05a4dd3dc44d4 ssh-agent [2020-10-03T02:52:14.784Z] SSH_AUTH_SOCK=/tmp/ssh-lsP0YDWIieHy/agent.12 [2020-10-03T02:52:14.784Z] SSH_AGENT_PID=18 [2020-10-03T02:52:14.791Z] Running ssh-add (command line suppressed) [2020-10-03T02:52:14.918Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4319352752680397969.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4319352752680397969.key) [2020-10-03T02:52:14.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T02:52:15.304Z] + git semver bump pre [2020-10-03T02:52:15.304Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T02:52:15.304Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-10-03T02:52:15.304Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-10-03T02:52:15.304Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T02:52:15.304Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T02:52:15.304Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T02:52:15.304Z] # $SEMVER_BRANCH = master [2020-10-03T02:52:15.304Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-10-03T02:52:15.304Z] 1.2.4-dev.9 [Pipeline] } [2020-10-03T02:52:15.317Z] $ docker exec --env ******** --env ******** 9d51f22005d4348c18d5af87dbf1e275fc3c1ffffc9c63236fc05a4dd3dc44d4 ssh-agent -k [2020-10-03T02:52:15.430Z] unset SSH_AUTH_SOCK; [2020-10-03T02:52:15.430Z] unset SSH_AGENT_PID; [2020-10-03T02:52:15.430Z] echo Agent pid 18 killed; [2020-10-03T02:52:15.475Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T02:52:15.967Z] + git semver [Pipeline] } [2020-10-03T02:52:15.994Z] $ docker stop --time=1 9d51f22005d4348c18d5af87dbf1e275fc3c1ffffc9c63236fc05a4dd3dc44d4 [2020-10-03T02:52:17.325Z] $ docker rm -f 9d51f22005d4348c18d5af87dbf1e275fc3c1ffffc9c63236fc05a4dd3dc44d4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T02:52:17.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T02:52:17.843Z] . [Pipeline] withDockerContainer [2020-10-03T02:52:17.938Z] prd-centos7-docker-4c-2g-3171 does not seem to be running inside a container [2020-10-03T02:52:17.983Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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-03T02:52:18.582Z] $ docker top 7bb7e611d1369a7226c2d07d9cbae45d63932b998ff074e517f6ba33532ec73d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T02:52:18.949Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T02:52:18.950Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T02:52:19.138Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T02:52:19.143Z] $ docker exec 7bb7e611d1369a7226c2d07d9cbae45d63932b998ff074e517f6ba33532ec73d ssh-agent [2020-10-03T02:52:19.302Z] SSH_AUTH_SOCK=/tmp/ssh-x4gpdhYXMUhD/agent.12 [2020-10-03T02:52:19.302Z] SSH_AGENT_PID=17 [2020-10-03T02:52:19.309Z] Running ssh-add (command line suppressed) [2020-10-03T02:52:19.431Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1379835389662140192.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1379835389662140192.key) [2020-10-03T02:52:19.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T02:52:19.826Z] + git semver push [2020-10-03T02:52:19.826Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T02:52:19.826Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-10-03T02:52:19.826Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-10-03T02:52:19.826Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T02:52:19.826Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T02:52:19.826Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T02:52:19.826Z] # $SEMVER_BRANCH = master [2020-10-03T02:52:19.826Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-10-03T02:52:26.436Z] $ docker exec --env ******** --env ******** 7bb7e611d1369a7226c2d07d9cbae45d63932b998ff074e517f6ba33532ec73d ssh-agent -k [2020-10-03T02:52:26.616Z] unset SSH_AUTH_SOCK; [2020-10-03T02:52:26.616Z] unset SSH_AGENT_PID; [2020-10-03T02:52:26.616Z] echo Agent pid 17 killed; [2020-10-03T02:52:26.672Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T02:52:27.194Z] + git semver [Pipeline] } [2020-10-03T02:52:27.213Z] $ docker stop --time=1 7bb7e611d1369a7226c2d07d9cbae45d63932b998ff074e517f6ba33532ec73d [2020-10-03T02:52:28.547Z] $ docker rm -f 7bb7e611d1369a7226c2d07d9cbae45d63932b998ff074e517f6ba33532ec73d [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-03T02:52:29.952Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:52:30.517Z] ---> package-listing.sh [2020-10-03T02:52:30.517Z] ++ facter osfamily [2020-10-03T02:52:30.517Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-03T02:52:30.517Z] + OS_FAMILY=redhat [2020-10-03T02:52:30.517Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2020-10-03T02:52:30.517Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-03T02:52:30.517Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-03T02:52:30.517Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-03T02:52:30.517Z] + PACKAGES=/tmp/packages_start.txt [2020-10-03T02:52:30.517Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-10-03T02:52:30.517Z] + PACKAGES=/tmp/packages_end.txt [2020-10-03T02:52:30.517Z] + case "${OS_FAMILY}" in [2020-10-03T02:52:30.517Z] + rpm -qa [2020-10-03T02:52:30.517Z] + sort [2020-10-03T02:52:34.752Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-03T02:52:34.752Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-03T02:52:34.752Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-03T02:52:34.752Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-10-03T02:52:34.752Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2020-10-03T02:52:34.752Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-03T02:52:34.990Z] provisioning config files... [2020-10-03T02:52:35.006Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1984496362899969646tmp [Pipeline] { [Pipeline] echo [2020-10-03T02:52:35.084Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:52:35.385Z] ---> create-netrc.sh [Pipeline] } [2020-10-03T02:52:35.395Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-03T02:52:35.491Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:52:35.792Z] ---> python-tools-install.sh [2020-10-03T02:52:35.792Z] Generating Requirements File [2020-10-03T02:53:57.571Z] Python 3.6.8 [2020-10-03T02:53:57.571Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-03T02:53:57.571Z] aiohttp==3.6.2 [2020-10-03T02:53:57.571Z] appdirs==1.4.3 [2020-10-03T02:53:57.571Z] argcomplete==1.12.1 [2020-10-03T02:53:57.571Z] aspy.yaml==1.3.0 [2020-10-03T02:53:57.572Z] async-timeout==3.0.1 [2020-10-03T02:53:57.572Z] attrs==19.3.0 [2020-10-03T02:53:57.572Z] Babel==2.8.0 [2020-10-03T02:53:57.572Z] beautifulsoup4==4.8.2 [2020-10-03T02:53:57.572Z] boto3==1.11.6 [2020-10-03T02:53:57.572Z] botocore==1.14.6 [2020-10-03T02:53:57.572Z] bs4==0.0.1 [2020-10-03T02:53:57.572Z] cachetools==4.1.1 [2020-10-03T02:53:57.572Z] certifi==2019.11.28 [2020-10-03T02:53:57.572Z] cffi==1.14.3 [2020-10-03T02:53:57.572Z] cfgv==2.0.1 [2020-10-03T02:53:57.572Z] chardet==3.0.4 [2020-10-03T02:53:57.572Z] click==7.1 [2020-10-03T02:53:57.572Z] cliff==3.4.0 [2020-10-03T02:53:57.572Z] cmd2==1.3.11 [2020-10-03T02:53:57.572Z] colorama==0.4.3 [2020-10-03T02:53:57.572Z] cryptography==3.1.1 [2020-10-03T02:53:57.572Z] debtcollector==2.2.0 [2020-10-03T02:53:57.572Z] decorator==4.4.2 [2020-10-03T02:53:57.572Z] defusedxml==0.6.0 [2020-10-03T02:53:57.572Z] Deprecated==1.2.7 [2020-10-03T02:53:57.572Z] distlib==0.3.1 [2020-10-03T02:53:57.572Z] distro==1.2.0 [2020-10-03T02:53:57.572Z] dnspython==1.16.0 [2020-10-03T02:53:57.572Z] docker==4.2.0 [2020-10-03T02:53:57.572Z] docutils==0.15.2 [2020-10-03T02:53:57.572Z] dogpile.cache==1.0.2 [2020-10-03T02:53:57.572Z] email-validator==1.0.5 [2020-10-03T02:53:57.572Z] filelock==3.0.12 [2020-10-03T02:53:57.572Z] future==0.18.2 [2020-10-03T02:53:57.572Z] google-auth==1.22.0 [2020-10-03T02:53:57.572Z] httplib2==0.17.0 [2020-10-03T02:53:57.572Z] identify==1.4.11 [2020-10-03T02:53:57.572Z] idna==2.9 [2020-10-03T02:53:57.572Z] idna-ssl==1.1.0 [2020-10-03T02:53:57.572Z] importlib-metadata==1.7.0 [2020-10-03T02:53:57.572Z] importlib-resources==1.5.0 [2020-10-03T02:53:57.572Z] iso8601==0.1.13 [2020-10-03T02:53:57.572Z] Jinja2==2.11.1 [2020-10-03T02:53:57.572Z] jmespath==0.10.0 [2020-10-03T02:53:57.572Z] jsonpatch==1.26 [2020-10-03T02:53:57.572Z] jsonpointer==2.0 [2020-10-03T02:53:57.572Z] jsonschema==3.2.0 [2020-10-03T02:53:57.572Z] keystoneauth1==4.2.1 [2020-10-03T02:53:57.572Z] kubernetes==11.0.0 [2020-10-03T02:53:57.572Z] lftools==0.34.2 [2020-10-03T02:53:57.572Z] lxml==4.5.0 [2020-10-03T02:53:57.572Z] MarkupSafe==0.23 [2020-10-03T02:53:57.572Z] msgpack==1.0.0 [2020-10-03T02:53:57.572Z] multi-key-dict==2.0.3 [2020-10-03T02:53:57.572Z] multidict==4.7.6 [2020-10-03T02:53:57.572Z] munch==2.5.0 [2020-10-03T02:53:57.572Z] netaddr==0.8.0 [2020-10-03T02:53:57.572Z] netifaces==0.10.9 [2020-10-03T02:53:57.572Z] niet==1.4.2 [2020-10-03T02:53:57.572Z] nodeenv==1.3.5 [2020-10-03T02:53:57.572Z] oauth2client==4.1.3 [2020-10-03T02:53:57.572Z] oauthlib==3.1.0 [2020-10-03T02:53:57.572Z] openstacksdk==0.50.0 [2020-10-03T02:53:57.572Z] os-client-config==2.1.0 [2020-10-03T02:53:57.572Z] os-service-types==1.7.0 [2020-10-03T02:53:57.572Z] osc-lib==2.2.1 [2020-10-03T02:53:57.572Z] oslo.config==8.3.2 [2020-10-03T02:53:57.572Z] oslo.context==3.1.1 [2020-10-03T02:53:57.572Z] oslo.i18n==5.0.1 [2020-10-03T02:53:57.572Z] oslo.log==4.4.0 [2020-10-03T02:53:57.572Z] oslo.serialization==4.0.1 [2020-10-03T02:53:57.572Z] oslo.utils==4.6.0 [2020-10-03T02:53:57.572Z] packaging==20.4 [2020-10-03T02:53:57.572Z] pbr==5.4.4 [2020-10-03T02:53:57.572Z] pluggy==0.13.1 [2020-10-03T02:53:57.572Z] prettytable==0.7.2 [2020-10-03T02:53:57.572Z] py==1.9.0 [2020-10-03T02:53:57.572Z] pyasn1==0.4.8 [2020-10-03T02:53:57.572Z] pyasn1-modules==0.2.8 [2020-10-03T02:53:57.572Z] pycparser==2.20 [2020-10-03T02:53:57.572Z] pygerrit2==2.0.10 [2020-10-03T02:53:57.572Z] PyGithub==1.46 [2020-10-03T02:53:57.572Z] pyinotify==0.9.6 [2020-10-03T02:53:57.572Z] PyJWT==1.7.1 [2020-10-03T02:53:57.572Z] pyparsing==2.4.7 [2020-10-03T02:53:57.572Z] pyperclip==1.8.0 [2020-10-03T02:53:57.572Z] pyroute2==0.4.13 [2020-10-03T02:53:57.572Z] pyrsistent==0.15.7 [2020-10-03T02:53:57.572Z] PySocks==1.6.8 [2020-10-03T02:53:57.572Z] python-cinderclient==7.2.0 [2020-10-03T02:53:57.572Z] python-dateutil==2.8.1 [2020-10-03T02:53:57.572Z] python-heatclient==2.2.1 [2020-10-03T02:53:57.572Z] python-jenkins==1.7.0 [2020-10-03T02:53:57.572Z] python-keystoneclient==4.1.1 [2020-10-03T02:53:57.572Z] python-magnumclient==3.2.1 [2020-10-03T02:53:57.572Z] python-novaclient==17.2.1 [2020-10-03T02:53:57.572Z] python-openstackclient==5.4.0 [2020-10-03T02:53:57.572Z] python-swiftclient==3.10.1 [2020-10-03T02:53:57.572Z] pytz==2020.1 [2020-10-03T02:53:57.572Z] PyYAML==5.3 [2020-10-03T02:53:57.572Z] requests==2.23.0 [2020-10-03T02:53:57.572Z] requests-oauthlib==1.3.0 [2020-10-03T02:53:57.572Z] requestsexceptions==1.4.0 [2020-10-03T02:53:57.572Z] rfc3986==1.4.0 [2020-10-03T02:53:57.572Z] rpm==4.11.3 [2020-10-03T02:53:57.572Z] rsa==4.0 [2020-10-03T02:53:57.572Z] ruamel.yaml==0.16.10 [2020-10-03T02:53:57.572Z] ruamel.yaml.clib==0.2.0 [2020-10-03T02:53:57.572Z] s3transfer==0.3.3 [2020-10-03T02:53:57.572Z] shade==1.27.2 [2020-10-03T02:53:57.572Z] simplejson==3.17.2 [2020-10-03T02:53:57.572Z] six==1.14.0 [2020-10-03T02:53:57.572Z] soupsieve==2.0 [2020-10-03T02:53:57.572Z] stevedore==3.2.2 [2020-10-03T02:53:57.572Z] tabulate==0.8.6 [2020-10-03T02:53:57.572Z] toml==0.10.0 [2020-10-03T02:53:57.572Z] tox==3.20.0 [2020-10-03T02:53:57.572Z] tqdm==4.43.0 [2020-10-03T02:53:57.572Z] typing-extensions==3.7.4.3 [2020-10-03T02:53:57.572Z] urllib3==1.25.8 [2020-10-03T02:53:57.572Z] virtualenv==20.0.32 [2020-10-03T02:53:57.572Z] wcwidth==0.2.5 [2020-10-03T02:53:57.572Z] websocket-client==0.57.0 [2020-10-03T02:53:57.572Z] wrapt==1.12.1 [2020-10-03T02:53:57.572Z] xdg==3.0.2 [2020-10-03T02:53:57.572Z] xmltodict==0.12.0 [2020-10-03T02:53:57.572Z] yarl==1.6.0 [2020-10-03T02:53:57.572Z] yq==2.11.1 [2020-10-03T02:53:57.572Z] zipp==3.2.0 [2020-10-03T02:53:57.572Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:53:57.572Z] 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-03T02:53:57.572Z] Python 2.7.5 [2020-10-03T02:53:57.572Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-03T02:53:57.572Z] 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-03T02:53:57.572Z] ansible==2.9.7 [2020-10-03T02:53:57.572Z] Babel==0.9.6 [2020-10-03T02:53:57.572Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-03T02:53:57.572Z] beautifulsoup4==4.4.1 [2020-10-03T02:53:57.572Z] bodhi==2.11.0 [2020-10-03T02:53:57.572Z] bodhi-client==2.11.0 [2020-10-03T02:53:57.572Z] CCColUtils==1.4 [2020-10-03T02:53:57.572Z] cffi==1.6.0 [2020-10-03T02:53:57.572Z] chardet==2.2.1 [2020-10-03T02:53:57.572Z] click==6.7 [2020-10-03T02:53:57.572Z] cloud-init==18.5 [2020-10-03T02:53:57.572Z] configobj==4.7.2 [2020-10-03T02:53:57.572Z] cryptography==1.7.2 [2020-10-03T02:53:57.572Z] decorator==3.4.0 [2020-10-03T02:53:57.572Z] distro==1.2.0 [2020-10-03T02:53:57.572Z] enum34==1.0.4 [2020-10-03T02:53:57.572Z] fedpkg==1.38 [2020-10-03T02:53:57.572Z] futures==3.1.1 [2020-10-03T02:53:57.572Z] gitdb==0.6.4 [2020-10-03T02:53:57.572Z] GitPython==1.0.1 [2020-10-03T02:53:57.572Z] html5lib==0.999 [2020-10-03T02:53:57.572Z] httplib2==0.9.2 [2020-10-03T02:53:57.572Z] idna==2.4 [2020-10-03T02:53:57.572Z] iniparse==0.4 [2020-10-03T02:53:57.572Z] ipaddress==1.0.16 [2020-10-03T02:53:57.572Z] IPy==0.75 [2020-10-03T02:53:57.572Z] javapackages==1.0.0 [2020-10-03T02:53:57.572Z] Jinja2==2.7.2 [2020-10-03T02:53:57.572Z] jmespath==0.9.4 [2020-10-03T02:53:57.572Z] jsonpatch==1.2 [2020-10-03T02:53:57.572Z] jsonpointer==1.9 [2020-10-03T02:53:57.572Z] kerberos==1.1 [2020-10-03T02:53:57.572Z] kitchen==1.1.1 [2020-10-03T02:53:57.572Z] langtable==0.0.31 [2020-10-03T02:53:57.572Z] lockfile==0.9.1 [2020-10-03T02:53:57.572Z] lxml==3.2.1 [2020-10-03T02:53:57.572Z] MarkupSafe==0.11 [2020-10-03T02:53:57.572Z] munch==2.0.2 [2020-10-03T02:53:57.572Z] offtrac==0.1.0 [2020-10-03T02:53:57.572Z] openidc-client==0.6.0 [2020-10-03T02:53:57.572Z] packagedb-cli==2.14.1 [2020-10-03T02:53:57.572Z] paramiko==2.1.1 [2020-10-03T02:53:57.572Z] perf==0.1 [2020-10-03T02:53:57.572Z] ply==3.4 [2020-10-03T02:53:57.572Z] policycoreutils-default-encoding==0.1 [2020-10-03T02:53:57.572Z] prettytable==0.7.2 [2020-10-03T02:53:57.572Z] pyasn1==0.1.9 [2020-10-03T02:53:57.572Z] pycparser==2.14 [2020-10-03T02:53:57.572Z] pycurl==7.19.0 [2020-10-03T02:53:57.572Z] pygobject==3.22.0 [2020-10-03T02:53:57.572Z] pygpgme==0.3 [2020-10-03T02:53:57.572Z] pyliblzma==0.5.3 [2020-10-03T02:53:57.572Z] pyOpenSSL==0.13.1 [2020-10-03T02:53:57.572Z] pyparsing==1.5.6 [2020-10-03T02:53:57.572Z] pyserial==2.6 [2020-10-03T02:53:57.572Z] python-augeas==0.5.0 [2020-10-03T02:53:57.572Z] python-bugzilla==2.3.0 [2020-10-03T02:53:57.572Z] python-dateutil==1.5 [2020-10-03T02:53:57.572Z] python-fedora==0.10.0 [2020-10-03T02:53:57.572Z] python-linux-procfs==0.4.9 [2020-10-03T02:53:57.572Z] python-yubico==1.2.3 [2020-10-03T02:53:57.572Z] pyudev==0.15 [2020-10-03T02:53:57.572Z] pyusb==1.0.0b1 [2020-10-03T02:53:57.572Z] pyxattr==0.5.1 [2020-10-03T02:53:57.572Z] PyYAML==3.10 [2020-10-03T02:53:57.572Z] requests==2.6.0 [2020-10-03T02:53:57.572Z] requests-kerberos==0.7.0 [2020-10-03T02:53:57.572Z] rpkg==1.60 [2020-10-03T02:53:57.572Z] schedutils==0.4 [2020-10-03T02:53:57.572Z] seobject==0.1 [2020-10-03T02:53:57.572Z] sepolicy==1.1 [2020-10-03T02:53:57.572Z] six==1.9.0 [2020-10-03T02:53:57.572Z] smmap==0.9.0 [2020-10-03T02:53:57.572Z] urlgrabber==3.10 [2020-10-03T02:53:57.572Z] urllib3==1.10.2 [2020-10-03T02:53:57.572Z] virtualenv==15.1.0 [2020-10-03T02:53:57.572Z] yum-langpacks==0.4.2 [2020-10-03T02:53:57.572Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-03T02:53:57.594Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:53:57.936Z] ---> sudo-logs.sh [2020-10-03T02:53:57.936Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-03T02:53:58.222Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:53:58.543Z] ---> job-cost.sh [2020-10-03T02:53:58.543Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qomG [2020-10-03T02:54:06.735Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:06.736Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:07.002Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:07.002Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:07.270Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:07.270Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:07.532Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:07.532Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:07.532Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:07.532Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:07.796Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:07.796Z] Cache entry deserialization failed, entry ignored [2020-10-03T02:54:11.118Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-03T02:54:43.273Z] lf-activate-venv(): INFO: Adding /tmp/venv-qomG/bin to PATH [2020-10-03T02:54:43.273Z] INFO: No Stack... [2020-10-03T02:54:43.273Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-03T02:54:43.273Z] INFO: Archiving Costs [Pipeline] echo [2020-10-03T02:54:43.289Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T02:54:43.590Z] ---> logs-deploy.sh [2020-10-03T02:54:43.590Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/29 [2020-10-03T02:54:43.590Z] INFO: archiving workspace using pattern(s): [2020-10-03T02:54:44.981Z] Archives upload complete. [2020-10-03T02:54:45.244Z] INFO: archiving logs to Nexus