Pull request #133 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 56f7dc23c3325b967609fb8d4a44cb67c69fe60a+8d31429af90f845313e1f83db91362442934a267 (46f97269257e252ea4b7d0d002f9bc5e52d8700d) 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1938 in /w/workspace/foundry_device-virtual-go_PR-133 [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_PR-133 # 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/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8d31429af90f845313e1f83db91362442934a267 into PR head commit 56f7dc23c3325b967609fb8d4a44cb67c69fe60a Merge succeeded, producing 56f7dc23c3325b967609fb8d4a44cb67c69fe60a Checking out Revision 56f7dc23c3325b967609fb8d4a44cb67c69fe60a (PR-133) > git config core.sparsecheckout # timeout=10 > git checkout -f 56f7dc23c3325b967609fb8d4a44cb67c69fe60a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8d31429af90f845313e1f83db91362442934a267 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56f7dc23c3325b967609fb8d4a44cb67c69fe60a # timeout=10 Commit message: "feat: Support array value type" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-29T05:54:34.047Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-29T05:54:34.351Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-29T05:54:34.440Z] ========================================================= [2020-09-29T05:54:34.440Z] EdgeX Global Pipelines Version Info [2020-09-29T05:54:34.440Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 14de97bef61c4a3ad4987893a50bfb286afdaff3 # timeout=10 [2020-09-29T05:54:35.911Z] ------------------- [2020-09-29T05:54:35.911Z] stable info: [2020-09-29T05:54:35.911Z] ------------------- [2020-09-29T05:54:35.911Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-29T05:54:35.911Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-29T05:54:35.911Z] Message: update stable to v1.0.131 [2020-09-29T05:54:36.858Z] ------------------- [2020-09-29T05:54:36.858Z] experimental info: [2020-09-29T05:54:36.858Z] ------------------- [2020-09-29T05:54:36.858Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-29T05:54:36.858Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-29T05:54:36.858Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-29T05:54:37.266Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-09-29T05:54:37.350Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-09-29T05:54:37.438Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-29T05:54:37.533Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-29T05:54:37.657Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-29T05:54:37.751Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-29T05:54:37.855Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-29T05:54:37.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-29T05:54:38.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-29T05:54:38.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-29T05:54:38.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-29T05:54:38.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-09-29T05:54:38.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-29T05:54:38.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-29T05:54:38.551Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-29T05:54:38.638Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-29T05:54:38.723Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-29T05:54:38.807Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-29T05:54:38.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-29T05:54:38.979Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-29T05:54:39.101Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-29T05:54:39.185Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-29T05:54:39.286Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-29T05:54:39.381Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-29T05:54:39.466Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-09-29T05:54:39.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-133 [Pipeline] echo [2020-09-29T05:54:39.640Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-133 [Pipeline] echo [2020-09-29T05:54:39.765Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-133 [Pipeline] echo [2020-09-29T05:54:39.852Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 56f7dc23c3325b967609fb8d4a44cb67c69fe60a [Pipeline] echo [2020-09-29T05:54:39.944Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 56f7dc2 [Pipeline] echo [2020-09-29T05:54:40.048Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-29T05:54:40.710Z] + git log --format=format:%s -1 56f7dc23c3325b967609fb8d4a44cb67c69fe60a [Pipeline] echo [2020-09-29T05:54:40.769Z] GIT_COMMIT: 56f7dc23c3325b967609fb8d4a44cb67c69fe60a, Commit Message: feat: Support array value type [Pipeline] echo [2020-09-29T05:54:40.813Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:54:41.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T05:54:41.679Z] [2020-09-29T05:54:41.679Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:54:42.036Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T05:54:42.036Z] latest: Pulling from edgex-devops/git-semver [2020-09-29T05:54:42.036Z] 31603596830f: Pulling fs layer [2020-09-29T05:54:42.036Z] 2a8b12db71e7: Pulling fs layer [2020-09-29T05:54:42.036Z] 6ca5941a6612: Pulling fs layer [2020-09-29T05:54:42.036Z] ecc8261a40a4: Pulling fs layer [2020-09-29T05:54:42.036Z] ecc8261a40a4: Waiting [2020-09-29T05:54:42.036Z] 2a8b12db71e7: Verifying Checksum [2020-09-29T05:54:42.036Z] 2a8b12db71e7: Download complete [2020-09-29T05:54:42.304Z] 31603596830f: Download complete [2020-09-29T05:54:42.304Z] ecc8261a40a4: Verifying Checksum [2020-09-29T05:54:42.304Z] ecc8261a40a4: Download complete [2020-09-29T05:54:42.304Z] 6ca5941a6612: Verifying Checksum [2020-09-29T05:54:42.304Z] 6ca5941a6612: Download complete [2020-09-29T05:54:42.582Z] 31603596830f: Pull complete [2020-09-29T05:54:42.582Z] 2a8b12db71e7: Pull complete [2020-09-29T05:54:43.531Z] 6ca5941a6612: Pull complete [2020-09-29T05:54:43.797Z] ecc8261a40a4: Pull complete [2020-09-29T05:54:43.797Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-29T05:54:44.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T05:54:44.058Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-29T05:54:44.172Z] prd-centos7-docker-4c-2g-1938 does not seem to be running inside a container [2020-09-29T05:54:44.229Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-133 -v /w/workspace/foundry_device-virtual-go_PR-133:/w/workspace/foundry_device-virtual-go_PR-133:rw,z -v /w/workspace/foundry_device-virtual-go_PR-133@tmp:/w/workspace/foundry_device-virtual-go_PR-133@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-29T05:54:45.892Z] $ docker top 7b053e5cdd49e5bec50241954529dcba2a778ada4d6d4d7e8a3d828e94e0c42a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-29T05:54:46.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T05:54:46.242Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T05:54:46.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T05:54:46.447Z] $ docker exec 7b053e5cdd49e5bec50241954529dcba2a778ada4d6d4d7e8a3d828e94e0c42a ssh-agent [2020-09-29T05:54:46.610Z] SSH_AUTH_SOCK=/tmp/ssh-AQ2Q2DUKZ2ts/agent.13 [2020-09-29T05:54:46.610Z] SSH_AGENT_PID=18 [2020-09-29T05:54:46.622Z] Running ssh-add (command line suppressed) [2020-09-29T05:54:46.744Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_1432528546031444394.key (/w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_1432528546031444394.key) [2020-09-29T05:54:46.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T05:54:47.128Z] + git describe --exact-match --tags HEAD [2020-09-29T05:54:47.128Z] fatal: no tag exactly matches '56f7dc23c3325b967609fb8d4a44cb67c69fe60a' [Pipeline] } [2020-09-29T05:54:47.153Z] $ docker exec --env ******** --env ******** 7b053e5cdd49e5bec50241954529dcba2a778ada4d6d4d7e8a3d828e94e0c42a ssh-agent -k [2020-09-29T05:54:47.268Z] unset SSH_AUTH_SOCK; [2020-09-29T05:54:47.268Z] unset SSH_AGENT_PID; [2020-09-29T05:54:47.268Z] echo Agent pid 18 killed; [2020-09-29T05:54:47.311Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-29T05:54:47.406Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-29T05:54:47.406Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-29T05:54:47.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T05:54:47.533Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T05:54:47.698Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T05:54:47.703Z] $ docker exec 7b053e5cdd49e5bec50241954529dcba2a778ada4d6d4d7e8a3d828e94e0c42a ssh-agent [2020-09-29T05:54:47.858Z] SSH_AUTH_SOCK=/tmp/ssh-lWrcBibO0lZO/agent.47 [2020-09-29T05:54:47.858Z] SSH_AGENT_PID=53 [2020-09-29T05:54:47.864Z] Running ssh-add (command line suppressed) [2020-09-29T05:54:47.977Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_843457980665117876.key (/w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_843457980665117876.key) [2020-09-29T05:54:48.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T05:54:48.373Z] + git semver init [2020-09-29T05:54:48.373Z] # -> Open(): unable to determine branch for HEAD [2020-09-29T05:54:48.373Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-133/.git [2020-09-29T05:54:48.373Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-133 [2020-09-29T05:54:48.373Z] # $SEMVER_REMOTE_NAME = origin [2020-09-29T05:54:48.373Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-29T05:54:48.373Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-29T05:54:48.373Z] # $SEMVER_BRANCH = PR-133 [2020-09-29T05:54:48.373Z] # $SEMVER_TEMP = /tmp/semver-182087206 [2020-09-29T05:54:48.373Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-09-29T05:54:48.635Z] # '/tmp/semver-182087206' -> '/w/workspace/foundry_device-virtual-go_PR-133/.semver' [2020-09-29T05:54:48.635Z] # -> Force: false [2020-09-29T05:54:48.635Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-133/.semver [Pipeline] } [2020-09-29T05:54:48.649Z] $ docker exec --env ******** --env ******** 7b053e5cdd49e5bec50241954529dcba2a778ada4d6d4d7e8a3d828e94e0c42a ssh-agent -k [2020-09-29T05:54:48.756Z] unset SSH_AUTH_SOCK; [2020-09-29T05:54:48.757Z] unset SSH_AGENT_PID; [2020-09-29T05:54:48.757Z] echo Agent pid 53 killed; [2020-09-29T05:54:48.800Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-29T05:54:49.257Z] + git semver [Pipeline] } [2020-09-29T05:54:49.276Z] $ docker stop --time=1 7b053e5cdd49e5bec50241954529dcba2a778ada4d6d4d7e8a3d828e94e0c42a [2020-09-29T05:54:50.630Z] $ docker rm -f 7b053e5cdd49e5bec50241954529dcba2a778ada4d6d4d7e8a3d828e94e0c42a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-29T05:54:51.575Z] Stashed 30 file(s) [Pipeline] echo [2020-09-29T05:54:51.578Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-29T05:54:51.671Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-29T05:55:07.136Z] Still waiting to schedule task [2020-09-29T05:55:07.136Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-29T05:55:07.138Z] Still waiting to schedule task [2020-09-29T05:55:07.139Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-29T05:57:00.499Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1939 in /w/workspace/foundry_device-virtual-go_PR-133 [Pipeline] { [Pipeline] ws [2020-09-29T05:57:00.592Z] Running in /w/workspace/device-virtual-go/7 [Pipeline] { [Pipeline] checkout [2020-09-29T05:57:05.892Z] using credential edgex-jenkins-ssh [2020-09-29T05:57:05.953Z] Cloning the remote Git repository [2020-09-29T05:57:06.026Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-29T05:57:06.130Z] > git init /w/workspace/device-virtual-go/7 # timeout=10 [2020-09-29T05:57:06.206Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-29T05:57:06.207Z] > git --version # timeout=10 [2020-09-29T05:57:06.238Z] > git --version # 'git version 2.17.1' [2020-09-29T05:57:06.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T05:57:06.296Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-29T05:57:07.016Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-29T05:57:07.037Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-29T05:57:07.067Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-29T05:57:07.154Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-29T05:57:07.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T05:57:07.777Z] Merging remotes/origin/master commit 8d31429af90f845313e1f83db91362442934a267 into PR head commit 56f7dc23c3325b967609fb8d4a44cb67c69fe60a [2020-09-29T05:57:07.960Z] Merge succeeded, producing 56f7dc23c3325b967609fb8d4a44cb67c69fe60a [2020-09-29T05:57:07.960Z] Checking out Revision 56f7dc23c3325b967609fb8d4a44cb67c69fe60a (PR-133) [2020-09-29T05:57:07.177Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-29T05:57:07.813Z] > git config core.sparsecheckout # timeout=10 [2020-09-29T05:57:07.826Z] > git checkout -f 56f7dc23c3325b967609fb8d4a44cb67c69fe60a # timeout=10 [2020-09-29T05:57:07.906Z] > git remote # timeout=10 [2020-09-29T05:57:07.922Z] > git config --get remote.origin.url # timeout=10 [2020-09-29T05:57:07.933Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T05:57:07.943Z] > git merge 8d31429af90f845313e1f83db91362442934a267 # timeout=10 [2020-09-29T05:57:07.964Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-29T05:57:07.983Z] > git config core.sparsecheckout # timeout=10 [2020-09-29T05:57:07.992Z] > git checkout -f 56f7dc23c3325b967609fb8d4a44cb67c69fe60a # timeout=10 [2020-09-29T05:57:12.142Z] Commit message: "feat: Support array value type" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-29T05:57:13.145Z] ========================================================= [2020-09-29T05:57:13.145Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-29T05:57:13.145Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:57:14.354Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-29T05:57:15.353Z] Sending build context to Docker daemon 717.8kB [2020-09-29T05:57:15.353Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-29T05:57:15.353Z] Step 2/8 : FROM ${BASE} [2020-09-29T05:57:15.629Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-29T05:57:15.629Z] b538f80385f9: Pulling fs layer [2020-09-29T05:57:15.629Z] 74f711af9a0d: Pulling fs layer [2020-09-29T05:57:15.629Z] 99f96fe45779: Pulling fs layer [2020-09-29T05:57:15.629Z] 8529a6b9a6be: Pulling fs layer [2020-09-29T05:57:15.629Z] 45590311c82a: Pulling fs layer [2020-09-29T05:57:15.629Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-29T05:57:15.629Z] 209524e5b208: Pulling fs layer [2020-09-29T05:57:15.629Z] 8529a6b9a6be: Waiting [2020-09-29T05:57:15.629Z] 45590311c82a: Waiting [2020-09-29T05:57:15.629Z] 69ca0ff8b7b3: Waiting [2020-09-29T05:57:15.629Z] 209524e5b208: Waiting [2020-09-29T05:57:15.904Z] 99f96fe45779: Verifying Checksum [2020-09-29T05:57:15.904Z] 99f96fe45779: Download complete [2020-09-29T05:57:15.904Z] 74f711af9a0d: Verifying Checksum [2020-09-29T05:57:15.904Z] 74f711af9a0d: Download complete [2020-09-29T05:57:15.904Z] 45590311c82a: Verifying Checksum [2020-09-29T05:57:15.904Z] 45590311c82a: Download complete [2020-09-29T05:57:15.904Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-29T05:57:15.904Z] 69ca0ff8b7b3: Download complete [2020-09-29T05:57:16.503Z] b538f80385f9: Verifying Checksum [2020-09-29T05:57:16.503Z] b538f80385f9: Download complete [2020-09-29T05:57:17.488Z] b538f80385f9: Pull complete [2020-09-29T05:57:17.770Z] 74f711af9a0d: Pull complete [2020-09-29T05:57:18.374Z] 99f96fe45779: Pull complete [2020-09-29T05:57:18.978Z] 209524e5b208: Verifying Checksum [2020-09-29T05:57:18.978Z] 209524e5b208: Download complete [2020-09-29T05:57:19.956Z] 8529a6b9a6be: Verifying Checksum [2020-09-29T05:57:19.956Z] 8529a6b9a6be: Download complete [2020-09-29T05:57:29.458Z] Running on prd-centos7-docker-4c-2g-1941 in /w/workspace/foundry_device-virtual-go_PR-133 [Pipeline] { [Pipeline] ws [2020-09-29T05:57:29.512Z] Running in /w/workspace/device-virtual-go/7 [Pipeline] { [Pipeline] checkout [2020-09-29T05:57:30.147Z] 8529a6b9a6be: Pull complete [2020-09-29T05:57:30.429Z] 45590311c82a: Pull complete [2020-09-29T05:57:31.025Z] 69ca0ff8b7b3: Pull complete [2020-09-29T05:57:32.214Z] using credential edgex-jenkins-ssh [2020-09-29T05:57:32.271Z] Cloning the remote Git repository [2020-09-29T05:57:32.299Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-29T05:57:32.361Z] > git init /w/workspace/device-virtual-go/7 # timeout=10 [2020-09-29T05:57:32.446Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-29T05:57:32.446Z] > git --version # timeout=10 [2020-09-29T05:57:32.469Z] > git --version # 'git version 2.16.5' [2020-09-29T05:57:32.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T05:57:32.502Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-29T05:57:34.202Z] Merging remotes/origin/master commit 8d31429af90f845313e1f83db91362442934a267 into PR head commit 56f7dc23c3325b967609fb8d4a44cb67c69fe60a [2020-09-29T05:57:34.292Z] Merge succeeded, producing 56f7dc23c3325b967609fb8d4a44cb67c69fe60a [2020-09-29T05:57:34.293Z] Checking out Revision 56f7dc23c3325b967609fb8d4a44cb67c69fe60a (PR-133) [2020-09-29T05:57:33.682Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-29T05:57:33.690Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-29T05:57:33.700Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-29T05:57:33.715Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-29T05:57:33.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T05:57:33.719Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-29T05:57:34.213Z] > git config core.sparsecheckout # timeout=10 [2020-09-29T05:57:34.222Z] > git checkout -f 56f7dc23c3325b967609fb8d4a44cb67c69fe60a # timeout=10 [2020-09-29T05:57:34.257Z] > git remote # timeout=10 [2020-09-29T05:57:34.264Z] > git config --get remote.origin.url # timeout=10 [2020-09-29T05:57:34.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T05:57:34.278Z] > git merge 8d31429af90f845313e1f83db91362442934a267 # timeout=10 [2020-09-29T05:57:34.289Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-29T05:57:34.299Z] > git config core.sparsecheckout # timeout=10 [2020-09-29T05:57:34.303Z] > git checkout -f 56f7dc23c3325b967609fb8d4a44cb67c69fe60a # timeout=10 [2020-09-29T05:57:34.425Z] 209524e5b208: Pull complete [2020-09-29T05:57:34.425Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-29T05:57:34.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-29T05:57:34.425Z] ---> 5bddaf1c2fca [2020-09-29T05:57:34.425Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-29T05:57:37.059Z] ---> Running in 72d5f72e9aba [2020-09-29T05:57:37.657Z] Removing intermediate container 72d5f72e9aba [2020-09-29T05:57:37.657Z] ---> 2aefc205646d [2020-09-29T05:57:37.657Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T05:57:37.930Z] ---> Running in 1eeb9ff25449 [2020-09-29T05:57:38.010Z] Commit message: "feat: Support array value type" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-29T05:57:38.702Z] ========================================================= [2020-09-29T05:57:38.702Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-29T05:57:38.702Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:57:39.350Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-29T05:57:39.927Z] Sending build context to Docker daemon 717.8kB [2020-09-29T05:57:39.927Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-29T05:57:39.927Z] Step 2/8 : FROM ${BASE} [2020-09-29T05:57:39.927Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-29T05:57:39.927Z] df20fa9351a1: Pulling fs layer [2020-09-29T05:57:39.927Z] ed8968b2872e: Pulling fs layer [2020-09-29T05:57:39.927Z] a92cc7c5fd73: Pulling fs layer [2020-09-29T05:57:39.927Z] e871e8e8d7a9: Pulling fs layer [2020-09-29T05:57:39.927Z] e73272ec9a57: Pulling fs layer [2020-09-29T05:57:39.927Z] 1e910a182e73: Pulling fs layer [2020-09-29T05:57:39.927Z] 4e634b169226: Pulling fs layer [2020-09-29T05:57:39.927Z] e73272ec9a57: Waiting [2020-09-29T05:57:39.927Z] 1e910a182e73: Waiting [2020-09-29T05:57:39.927Z] 4e634b169226: Waiting [2020-09-29T05:57:39.927Z] e871e8e8d7a9: Waiting [2020-09-29T05:57:39.927Z] a92cc7c5fd73: Download complete [2020-09-29T05:57:39.927Z] ed8968b2872e: Download complete [2020-09-29T05:57:39.927Z] e73272ec9a57: Verifying Checksum [2020-09-29T05:57:39.927Z] e73272ec9a57: Download complete [2020-09-29T05:57:39.927Z] 1e910a182e73: Download complete [2020-09-29T05:57:39.927Z] df20fa9351a1: Verifying Checksum [2020-09-29T05:57:39.927Z] df20fa9351a1: Download complete [2020-09-29T05:57:40.195Z] df20fa9351a1: Pull complete [2020-09-29T05:57:40.463Z] ed8968b2872e: Pull complete [2020-09-29T05:57:40.561Z] Removing intermediate container 1eeb9ff25449 [2020-09-29T05:57:40.561Z] ---> f10ec9e2281b [2020-09-29T05:57:40.561Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-29T05:57:40.561Z] ---> Running in 9c73b0568be9 [2020-09-29T05:57:40.727Z] a92cc7c5fd73: Pull complete [2020-09-29T05:57:41.680Z] 4e634b169226: Verifying Checksum [2020-09-29T05:57:41.680Z] 4e634b169226: Download complete [2020-09-29T05:57:42.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T05:57:42.636Z] e871e8e8d7a9: Verifying Checksum [2020-09-29T05:57:42.636Z] e871e8e8d7a9: Download complete [2020-09-29T05:57:42.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T05:57:43.799Z] (1/14) Installing libmagic (5.38-r0) [2020-09-29T05:57:44.072Z] (2/14) Installing file (5.38-r0) [2020-09-29T05:57:44.353Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-29T05:57:44.353Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-29T05:57:47.973Z] e871e8e8d7a9: Pull complete [2020-09-29T05:57:47.974Z] e73272ec9a57: Pull complete [2020-09-29T05:57:47.974Z] 1e910a182e73: Pull complete [2020-09-29T05:57:48.649Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-29T05:57:48.649Z] (6/14) Installing patch (2.7.6-r6) [2020-09-29T05:57:48.649Z] (7/14) Installing build-base (0.5-r2) [2020-09-29T05:57:48.649Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-29T05:57:48.649Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-29T05:57:48.649Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-29T05:57:48.649Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-29T05:57:48.921Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-29T05:57:48.921Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-29T05:57:49.194Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-29T05:57:49.194Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T05:57:49.194Z] OK: 221 MiB in 53 packages [2020-09-29T05:57:52.235Z] 4e634b169226: Pull complete [2020-09-29T05:57:52.236Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-29T05:57:52.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-29T05:57:52.236Z] ---> f7629b54cfaa [2020-09-29T05:57:52.236Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-29T05:57:52.501Z] ---> Running in 165634565bfa [2020-09-29T05:57:52.763Z] Removing intermediate container 165634565bfa [2020-09-29T05:57:52.763Z] ---> f4e33ade38ec [2020-09-29T05:57:52.763Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T05:57:52.763Z] ---> Running in b823a4917085 [2020-09-29T05:57:53.515Z] Removing intermediate container 9c73b0568be9 [2020-09-29T05:57:53.515Z] ---> 52553ab130f4 [2020-09-29T05:57:53.515Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-29T05:57:53.515Z] ---> Running in 7b962c5ba715 [2020-09-29T05:57:53.788Z] Removing intermediate container 7b962c5ba715 [2020-09-29T05:57:53.789Z] ---> bf9cca6d3313 [2020-09-29T05:57:53.789Z] Step 7/8 : COPY . . [2020-09-29T05:57:54.154Z] Removing intermediate container b823a4917085 [2020-09-29T05:57:54.154Z] ---> cc9b7e9eb853 [2020-09-29T05:57:54.154Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-29T05:57:54.154Z] ---> Running in ee31f48294ab [2020-09-29T05:57:54.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T05:57:54.771Z] ---> 6e45e8d86e29 [2020-09-29T05:57:54.771Z] Step 8/8 : RUN go mod download [2020-09-29T05:57:55.049Z] ---> Running in d4bb6e6494d9 [2020-09-29T05:57:55.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T05:57:55.877Z] (1/14) Installing libmagic (5.38-r0) [2020-09-29T05:57:55.877Z] (2/14) Installing file (5.38-r0) [2020-09-29T05:57:55.877Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-29T05:57:56.139Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-29T05:58:01.445Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-29T05:58:01.445Z] (6/14) Installing patch (2.7.6-r6) [2020-09-29T05:58:01.445Z] (7/14) Installing build-base (0.5-r2) [2020-09-29T05:58:01.445Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-29T05:58:01.445Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-29T05:58:01.709Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-29T05:58:01.975Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-29T05:58:02.243Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-29T05:58:02.243Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-29T05:58:02.243Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-29T05:58:02.508Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T05:58:02.508Z] OK: 237 MiB in 53 packages [2020-09-29T05:58:05.828Z] Removing intermediate container ee31f48294ab [2020-09-29T05:58:05.828Z] ---> ccab28b31148 [2020-09-29T05:58:05.828Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-29T05:58:06.091Z] ---> Running in 3826076314e7 [2020-09-29T05:58:06.091Z] Removing intermediate container 3826076314e7 [2020-09-29T05:58:06.091Z] ---> eeac46262242 [2020-09-29T05:58:06.091Z] Step 7/8 : COPY . . [2020-09-29T05:58:07.042Z] ---> 0bf7032bfe43 [2020-09-29T05:58:07.042Z] Step 8/8 : RUN go mod download [2020-09-29T05:58:07.305Z] ---> Running in 64f144f930b4 [2020-09-29T05:58:10.132Z] Removing intermediate container d4bb6e6494d9 [2020-09-29T05:58:10.132Z] ---> 769957f73ec7 [2020-09-29T05:58:10.132Z] Successfully built 769957f73ec7 [2020-09-29T05:58:10.132Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:58:10.541Z] + docker inspect -f . ci-base-image-arm64 [2020-09-29T05:58:10.541Z] . [Pipeline] withDockerContainer [2020-09-29T05:58:10.818Z] prd-ubuntu18.04-docker-arm64-4c-16g-1939 does not seem to be running inside a container [2020-09-29T05:58:10.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/7 -v /w/workspace/device-virtual-go/7:/w/workspace/device-virtual-go/7:rw,z -v /w/workspace/device-virtual-go/7@tmp:/w/workspace/device-virtual-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-29T05:58:12.805Z] $ docker top e90131a3cc56bd7b294b903b39d4a5498265ee50db56810e0000be2af20818f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T05:58:14.224Z] + go version [2020-09-29T05:58:14.224Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-29T05:58:14.254Z] $ docker stop --time=1 e90131a3cc56bd7b294b903b39d4a5498265ee50db56810e0000be2af20818f7 [2020-09-29T05:58:16.281Z] $ docker rm -f e90131a3cc56bd7b294b903b39d4a5498265ee50db56810e0000be2af20818f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:58:17.350Z] + docker inspect -f . ci-base-image-arm64 [2020-09-29T05:58:17.350Z] . [Pipeline] withDockerContainer [2020-09-29T05:58:17.596Z] prd-ubuntu18.04-docker-arm64-4c-16g-1939 does not seem to be running inside a container [2020-09-29T05:58:17.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/7 -v /w/workspace/device-virtual-go/7:/w/workspace/device-virtual-go/7:rw,z -v /w/workspace/device-virtual-go/7@tmp:/w/workspace/device-virtual-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-29T05:58:19.549Z] $ docker top 2daf5c0d9b210c244e3f67cb5f9e2fba9b1f372f3879f2f28ef6014b4eedd87c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T05:58:20.972Z] + make test [2020-09-29T05:58:20.972Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-29T05:58:21.964Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-29T05:58:22.240Z] Removing intermediate container 64f144f930b4 [2020-09-29T05:58:22.240Z] ---> bb7bfbc04a6c [2020-09-29T05:58:22.240Z] Successfully built bb7bfbc04a6c [2020-09-29T05:58:22.240Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:58:22.597Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-29T05:58:22.597Z] . [Pipeline] withDockerContainer [2020-09-29T05:58:22.848Z] prd-centos7-docker-4c-2g-1941 does not seem to be running inside a container [2020-09-29T05:58:22.901Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/7 -v /w/workspace/device-virtual-go/7:/w/workspace/device-virtual-go/7:rw,z -v /w/workspace/device-virtual-go/7@tmp:/w/workspace/device-virtual-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-29T05:58:24.160Z] $ docker top c8eda0112a434519d8f57922df9b0c4a4d8740b003f4ab21cba955127e87a525 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T05:58:24.683Z] + go version [2020-09-29T05:58:24.683Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-29T05:58:24.701Z] $ docker stop --time=1 c8eda0112a434519d8f57922df9b0c4a4d8740b003f4ab21cba955127e87a525 [2020-09-29T05:58:26.055Z] $ docker rm -f c8eda0112a434519d8f57922df9b0c4a4d8740b003f4ab21cba955127e87a525 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:58:26.926Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-29T05:58:26.926Z] . [Pipeline] withDockerContainer [2020-09-29T05:58:27.024Z] prd-centos7-docker-4c-2g-1941 does not seem to be running inside a container [2020-09-29T05:58:27.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/7 -v /w/workspace/device-virtual-go/7:/w/workspace/device-virtual-go/7:rw,z -v /w/workspace/device-virtual-go/7@tmp:/w/workspace/device-virtual-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-29T05:58:27.656Z] $ docker top 4e399f575b12fda527fa5242e93e2ef2a3a0b625bb3f7408a2d132f435f96e92 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T05:58:28.142Z] + make test [2020-09-29T05:58:28.142Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-29T05:58:28.790Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-29T05:58:41.147Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-29T05:58:41.725Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.314s coverage: 64.4% of statements [2020-09-29T05:58:41.725Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-29T05:58:44.321Z] gofmt -l . [2020-09-29T05:58:44.321Z] [ "`gofmt -l .`" = "" ] [2020-09-29T05:58:44.321Z] ./bin/test-attribution-txt.sh [2020-09-29T05:58:44.896Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-29T05:58:45.510Z] Stashed 1 file(s) [Pipeline] } [2020-09-29T05:58:45.518Z] $ docker stop --time=1 4e399f575b12fda527fa5242e93e2ef2a3a0b625bb3f7408a2d132f435f96e92 [2020-09-29T05:58:47.963Z] $ docker rm -f 4e399f575b12fda527fa5242e93e2ef2a3a0b625bb3f7408a2d132f435f96e92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-09-29T05:58:52.792Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-29T05:58:53.093Z] + ls -al . [2020-09-29T05:58:53.093Z] total 124 [2020-09-29T05:58:53.093Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 29 05:58 . [2020-09-29T05:58:53.093Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 29 05:57 .. [2020-09-29T05:58:53.093Z] -rw-rw-r--. 1 jenkins jenkins 6036 Sep 29 05:57 Attribution.txt [2020-09-29T05:58:53.093Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 29 05:57 bin [2020-09-29T05:58:53.093Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 29 05:57 cmd [2020-09-29T05:58:53.093Z] -rw-r--r--. 1 jenkins jenkins 47242 Sep 29 05:58 coverage.out [2020-09-29T05:58:53.093Z] -rw-rw-r--. 1 jenkins jenkins 1834 Sep 29 05:57 Dockerfile [2020-09-29T05:58:53.093Z] -rw-rw-r--. 1 jenkins jenkins 957 Sep 29 05:57 Dockerfile.build [2020-09-29T05:58:53.093Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 29 05:57 .git [2020-09-29T05:58:53.093Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 29 05:57 .github [2020-09-29T05:58:53.093Z] -rw-rw-r--. 1 jenkins jenkins 258 Sep 29 05:57 .gitignore [2020-09-29T05:58:53.093Z] -rw-r--r--. 1 jenkins jenkins 862 Sep 29 05:58 go.mod [2020-09-29T05:58:53.093Z] -rw-r--r--. 1 jenkins jenkins 14908 Sep 29 05:58 go.sum [2020-09-29T05:58:53.093Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 29 05:57 internal [2020-09-29T05:58:53.093Z] -rw-rw-r--. 1 jenkins jenkins 660 Sep 29 05:57 Jenkinsfile [2020-09-29T05:58:53.093Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 29 05:57 LICENSE [2020-09-29T05:58:53.093Z] -rw-rw-r--. 1 jenkins jenkins 873 Sep 29 05:57 Makefile [2020-09-29T05:58:53.093Z] -rw-rw-r--. 1 jenkins jenkins 918 Sep 29 05:57 README.md [2020-09-29T05:58:53.093Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 29 05:57 .semver [2020-09-29T05:58:53.093Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 29 05:54 VERSION [2020-09-29T05:58:53.093Z] -rw-rw-r--. 1 jenkins jenkins 235 Sep 29 05:57 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:58:53.403Z] + 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=56f7dc23c3325b967609fb8d4a44cb67c69fe60a --label arch=amd64 --label version=0.0.0 . [2020-09-29T05:58:53.403Z] Sending build context to Docker daemon 781.8kB [2020-09-29T05:58:53.403Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-29T05:58:53.403Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-29T05:58:53.403Z] ---> bb7bfbc04a6c [2020-09-29T05:58:53.403Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-29T05:58:53.977Z] ---> Running in fd45dfa6596b [2020-09-29T05:58:53.977Z] Removing intermediate container fd45dfa6596b [2020-09-29T05:58:53.977Z] ---> a36b1c24e361 [2020-09-29T05:58:53.977Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-29T05:58:53.977Z] ---> Running in adf07246f76b [2020-09-29T05:58:54.240Z] Removing intermediate container adf07246f76b [2020-09-29T05:58:54.240Z] ---> e1ee1db6a0d6 [2020-09-29T05:58:54.240Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-29T05:58:54.240Z] ---> Running in 74f2b73ffa92 [2020-09-29T05:58:54.501Z] Removing intermediate container 74f2b73ffa92 [2020-09-29T05:58:54.501Z] ---> fc448131db50 [2020-09-29T05:58:54.501Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T05:58:54.501Z] ---> Running in 13a74bc20acb [2020-09-29T05:58:55.448Z] Removing intermediate container 13a74bc20acb [2020-09-29T05:58:55.448Z] ---> b623e703a6a2 [2020-09-29T05:58:55.448Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-29T05:58:55.448Z] ---> Running in feba1be6a9e1 [2020-09-29T05:58:55.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T05:58:56.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T05:58:56.861Z] OK: 237 MiB in 53 packages [2020-09-29T05:58:57.124Z] Removing intermediate container feba1be6a9e1 [2020-09-29T05:58:57.124Z] ---> 979ce9f27217 [2020-09-29T05:58:57.124Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-29T05:58:57.124Z] ---> Running in afd35ddb7070 [2020-09-29T05:58:57.392Z] Removing intermediate container afd35ddb7070 [2020-09-29T05:58:57.392Z] ---> 36521deaee5a [2020-09-29T05:58:57.392Z] Step 9/22 : COPY . . [2020-09-29T05:58:58.343Z] ---> 0c3311248971 [2020-09-29T05:58:58.343Z] Step 10/22 : ARG MAKE='make build' [2020-09-29T05:58:58.343Z] ---> Running in 53f504793b58 [2020-09-29T05:58:58.343Z] Removing intermediate container 53f504793b58 [2020-09-29T05:58:58.343Z] ---> a3cb65299c60 [2020-09-29T05:58:58.343Z] Step 11/22 : RUN $MAKE [2020-09-29T05:58:58.606Z] ---> Running in c7326566168f [2020-09-29T05:58:58.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-09-29T05:59:01.027Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-29T05:59:03.652Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.428s coverage: 64.4% of statements [2020-09-29T05:59:03.652Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-29T05:59:09.010Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-29T05:59:11.967Z] gofmt -l . [2020-09-29T05:59:11.967Z] [ "`gofmt -l .`" = "" ] [2020-09-29T05:59:11.967Z] ./bin/test-attribution-txt.sh [2020-09-29T05:59:12.344Z] Removing intermediate container c7326566168f [2020-09-29T05:59:12.344Z] ---> 5e68e97b4e9a [2020-09-29T05:59:12.344Z] Step 12/22 : FROM alpine [2020-09-29T05:59:12.344Z] latest: Pulling from library/alpine [2020-09-29T05:59:12.344Z] df20fa9351a1: Already exists [2020-09-29T05:59:12.344Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-29T05:59:12.573Z] ./bin/test-go-mod-tidy.sh [2020-09-29T05:59:12.609Z] Status: Downloaded newer image for alpine:latest [2020-09-29T05:59:12.609Z] ---> a24bb4013296 [2020-09-29T05:59:12.609Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-29T05:59:12.609Z] ---> Running in 376f59729c39 [2020-09-29T05:59:12.609Z] Removing intermediate container 376f59729c39 [2020-09-29T05:59:12.609Z] ---> 633c6d6ada74 [2020-09-29T05:59:12.609Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-29T05:59:12.872Z] ---> Running in d8bb0d8754e1 [2020-09-29T05:59:12.872Z] Removing intermediate container d8bb0d8754e1 [2020-09-29T05:59:12.872Z] ---> 5755d9710eed [2020-09-29T05:59:12.872Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [Pipeline] stash [2020-09-29T05:59:13.194Z] Warning: overwriting stash ‘coverage-report’ [2020-09-29T05:59:13.448Z] ---> 5c7150083095 [2020-09-29T05:59:13.448Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-29T05:59:13.711Z] ---> 6fef1a11e16a [2020-09-29T05:59:13.711Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-29T05:59:13.954Z] Stashed 1 file(s) [Pipeline] } [2020-09-29T05:59:13.973Z] $ docker stop --time=1 2daf5c0d9b210c244e3f67cb5f9e2fba9b1f372f3879f2f28ef6014b4eedd87c [2020-09-29T05:59:13.974Z] ---> d2195cbd79da [2020-09-29T05:59:13.974Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-29T05:59:13.974Z] ---> Running in 083de9813791 [2020-09-29T05:59:14.237Z] Removing intermediate container 083de9813791 [2020-09-29T05:59:14.237Z] ---> 1122fc49e2b3 [2020-09-29T05:59:14.237Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T05:59:14.237Z] ---> Running in ef725a9f9393 [2020-09-29T05:59:14.500Z] Removing intermediate container ef725a9f9393 [2020-09-29T05:59:14.500Z] ---> 2949e23009f0 [2020-09-29T05:59:14.500Z] Step 20/22 : LABEL arch=amd64 [2020-09-29T05:59:14.500Z] ---> Running in 6f8fe64092e3 [2020-09-29T05:59:14.762Z] Removing intermediate container 6f8fe64092e3 [2020-09-29T05:59:14.762Z] ---> bc796e755857 [2020-09-29T05:59:14.762Z] Step 21/22 : LABEL git_sha=56f7dc23c3325b967609fb8d4a44cb67c69fe60a [2020-09-29T05:59:14.762Z] ---> Running in d70f41be53d3 [2020-09-29T05:59:14.762Z] Removing intermediate container d70f41be53d3 [2020-09-29T05:59:14.762Z] ---> a3b329507119 [2020-09-29T05:59:14.762Z] Step 22/22 : LABEL version=0.0.0 [2020-09-29T05:59:15.027Z] ---> Running in 672fb0b3d29d [2020-09-29T05:59:15.027Z] Removing intermediate container 672fb0b3d29d [2020-09-29T05:59:15.027Z] ---> b08aaffdae7d [2020-09-29T05:59:15.027Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-29T05:59:15.027Z] Successfully built b08aaffdae7d [2020-09-29T05:59:15.027Z] Successfully tagged docker-device-virtual-go:latest [2020-09-29T05:59:16.235Z] $ docker rm -f 2daf5c0d9b210c244e3f67cb5f9e2fba9b1f372f3879f2f28ef6014b4eedd87c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2020-09-29T05:59:17.598Z] + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-09-29T05:59:18.050Z] + ls -al . [2020-09-29T05:59:18.051Z] total 152 [2020-09-29T05:59:18.051Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 29 05:59 . [2020-09-29T05:59:18.051Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 29 05:57 .. [2020-09-29T05:59:18.051Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 29 05:57 .git [2020-09-29T05:59:18.051Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 29 05:57 .github [2020-09-29T05:59:18.051Z] -rw-rw-r-- 1 jenkins jenkins 258 Sep 29 05:57 .gitignore [2020-09-29T05:59:18.051Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 29 05:57 .semver [2020-09-29T05:59:18.051Z] -rw-rw-r-- 1 jenkins jenkins 6036 Sep 29 05:57 Attribution.txt [2020-09-29T05:59:18.051Z] -rw-rw-r-- 1 jenkins jenkins 1834 Sep 29 05:57 Dockerfile [2020-09-29T05:59:18.051Z] -rw-rw-r-- 1 jenkins jenkins 957 Sep 29 05:57 Dockerfile.build [2020-09-29T05:59:18.051Z] -rw-rw-r-- 1 jenkins jenkins 660 Sep 29 05:57 Jenkinsfile [2020-09-29T05:59:18.051Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 29 05:57 LICENSE [2020-09-29T05:59:18.051Z] -rw-rw-r-- 1 jenkins jenkins 873 Sep 29 05:57 Makefile [2020-09-29T05:59:18.051Z] -rw-rw-r-- 1 jenkins jenkins 918 Sep 29 05:57 README.md [2020-09-29T05:59:18.051Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 29 05:54 VERSION [2020-09-29T05:59:18.051Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 29 05:57 bin [2020-09-29T05:59:18.051Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 29 05:57 cmd [2020-09-29T05:59:18.051Z] -rw-r--r-- 1 jenkins jenkins 47242 Sep 29 05:59 coverage.out [2020-09-29T05:59:18.051Z] -rw-r--r-- 1 jenkins jenkins 862 Sep 29 05:59 go.mod [2020-09-29T05:59:18.051Z] -rw-r--r-- 1 jenkins jenkins 14908 Sep 29 05:59 go.sum [2020-09-29T05:59:18.051Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 29 05:57 internal [2020-09-29T05:59:18.051Z] -rw-rw-r-- 1 jenkins jenkins 235 Sep 29 05:57 version.go [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:59:18.631Z] + 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=56f7dc23c3325b967609fb8d4a44cb67c69fe60a --label arch=arm64 --label version=0.0.0 . [2020-09-29T05:59:18.911Z] Sending build context to Docker daemon 781.8kB [2020-09-29T05:59:19.182Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-29T05:59:19.182Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-29T05:59:19.182Z] ---> 769957f73ec7 [2020-09-29T05:59:19.182Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-29T05:59:19.455Z] ---> Running in c7efd80fb980 [2020-09-29T05:59:19.726Z] Removing intermediate container c7efd80fb980 [2020-09-29T05:59:19.726Z] ---> 0cf460f0eeba [2020-09-29T05:59:19.726Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-29T05:59:20.000Z] ---> Running in fd94861c0e5d [2020-09-29T05:59:20.274Z] Removing intermediate container fd94861c0e5d [2020-09-29T05:59:20.274Z] ---> 10fcd941c413 [2020-09-29T05:59:20.274Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-29T05:59:20.546Z] ---> Running in c0ba07c71802 [2020-09-29T05:59:20.817Z] Removing intermediate container c0ba07c71802 [2020-09-29T05:59:20.817Z] ---> 424f5f4e6a95 [2020-09-29T05:59:20.817Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T05:59:21.089Z] ---> Running in 239a1958641b [2020-09-29T05:59:23.731Z] Removing intermediate container 239a1958641b [2020-09-29T05:59:23.731Z] ---> fb8cc9e181e7 [2020-09-29T05:59:23.731Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-29T05:59:23.731Z] ---> Running in 95c3fedb47d9 [2020-09-29T05:59:25.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T05:59:25.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T05:59:26.361Z] OK: 221 MiB in 53 packages [2020-09-29T05:59:27.800Z] Removing intermediate container 95c3fedb47d9 [2020-09-29T05:59:27.800Z] ---> 6d2ce974adaa [2020-09-29T05:59:27.800Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-29T05:59:27.800Z] ---> Running in 7f882fc5d7a3 [2020-09-29T05:59:28.394Z] Removing intermediate container 7f882fc5d7a3 [2020-09-29T05:59:28.394Z] ---> aeccf05dde93 [2020-09-29T05:59:28.394Z] Step 9/22 : COPY . . [2020-09-29T05:59:29.369Z] ---> d9a49dbf5dc0 [2020-09-29T05:59:29.369Z] Step 10/22 : ARG MAKE='make build' [2020-09-29T05:59:29.369Z] ---> Running in 4dcf618666cd [2020-09-29T05:59:29.975Z] Removing intermediate container 4dcf618666cd [2020-09-29T05:59:29.975Z] ---> c67f02d69441 [2020-09-29T05:59:29.975Z] Step 11/22 : RUN $MAKE [2020-09-29T05:59:29.975Z] ---> Running in a3568591d195 [2020-09-29T05:59:31.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-09-29T06:00:03.818Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-29T06:00:09.219Z] Removing intermediate container a3568591d195 [2020-09-29T06:00:09.219Z] ---> 9c1b3a97685d [2020-09-29T06:00:09.219Z] Step 12/22 : FROM alpine [2020-09-29T06:00:09.219Z] latest: Pulling from library/alpine [2020-09-29T06:00:09.219Z] b538f80385f9: Already exists [2020-09-29T06:00:09.219Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-29T06:00:09.219Z] Status: Downloaded newer image for alpine:latest [2020-09-29T06:00:09.219Z] ---> 62ee0e9f8440 [2020-09-29T06:00:09.219Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-29T06:00:09.492Z] ---> Running in f66387c98b1a [2020-09-29T06:00:10.089Z] Removing intermediate container f66387c98b1a [2020-09-29T06:00:10.089Z] ---> 00faea152caf [2020-09-29T06:00:10.089Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-29T06:00:10.089Z] ---> Running in ffa546b6a11a [2020-09-29T06:00:10.363Z] Removing intermediate container ffa546b6a11a [2020-09-29T06:00:10.363Z] ---> 51945aba04cb [2020-09-29T06:00:10.363Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-29T06:00:11.801Z] ---> ddfc324d9344 [2020-09-29T06:00:11.801Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-29T06:00:12.398Z] ---> 926697477ba0 [2020-09-29T06:00:12.398Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-29T06:00:13.388Z] ---> bde2b0f7ae11 [2020-09-29T06:00:13.388Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-29T06:00:13.388Z] ---> Running in bb7f7aa869a8 [2020-09-29T06:00:13.662Z] Removing intermediate container bb7f7aa869a8 [2020-09-29T06:00:13.662Z] ---> 9e78a982474d [2020-09-29T06:00:13.662Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T06:00:13.940Z] ---> Running in 0ba6cd709ef2 [2020-09-29T06:00:14.215Z] Removing intermediate container 0ba6cd709ef2 [2020-09-29T06:00:14.215Z] ---> 93c571488f7d [2020-09-29T06:00:14.215Z] Step 20/22 : LABEL arch=arm64 [2020-09-29T06:00:14.490Z] ---> Running in 874ad4e8579f [2020-09-29T06:00:14.764Z] Removing intermediate container 874ad4e8579f [2020-09-29T06:00:14.764Z] ---> 5c5835554888 [2020-09-29T06:00:14.764Z] Step 21/22 : LABEL git_sha=56f7dc23c3325b967609fb8d4a44cb67c69fe60a [2020-09-29T06:00:15.038Z] ---> Running in f4f0d3a45843 [2020-09-29T06:00:15.312Z] Removing intermediate container f4f0d3a45843 [2020-09-29T06:00:15.312Z] ---> b198ec5f1a6d [2020-09-29T06:00:15.312Z] Step 22/22 : LABEL version=0.0.0 [2020-09-29T06:00:15.588Z] ---> Running in cd3220a74a8b [2020-09-29T06:00:16.185Z] Removing intermediate container cd3220a74a8b [2020-09-29T06:00:16.185Z] ---> 61bd89298dce [2020-09-29T06:00:16.185Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-29T06:00:16.185Z] Successfully built 61bd89298dce [2020-09-29T06:00:16.185Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-29T06:00:18.186Z] provisioning config files... [2020-09-29T06:00:18.202Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-133@tmp/config7649198426204864833tmp [Pipeline] { [Pipeline] sh [2020-09-29T06:00:18.593Z] + set +x [2020-09-29T06:00:18.593Z] + curl -s https://codecov.io/bash [2020-09-29T06:00:18.593Z] + bash -s -- [2020-09-29T06:00:18.856Z] [2020-09-29T06:00:18.856Z] _____ _ [2020-09-29T06:00:18.856Z] / ____| | | [2020-09-29T06:00:18.856Z] | | ___ __| | ___ ___ _____ __ [2020-09-29T06:00:18.856Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-09-29T06:00:18.856Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-09-29T06:00:18.856Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-09-29T06:00:18.856Z] Bash-20200917-4e8f14b [2020-09-29T06:00:18.856Z] [2020-09-29T06:00:18.856Z] [2020-09-29T06:00:18.856Z] ==> Jenkins CI detected. [2020-09-29T06:00:18.856Z] project root: . [2020-09-29T06:00:18.856Z] --> token set from env [2020-09-29T06:00:18.856Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-09-29T06:00:18.856Z] ==> Running gcov in . (disable via -X gcov) [2020-09-29T06:00:18.856Z] ==> Python coveragepy not found [2020-09-29T06:00:18.856Z] ==> Searching for coverage reports in: [2020-09-29T06:00:18.856Z] + . [2020-09-29T06:00:18.856Z] -> Found 1 reports [2020-09-29T06:00:18.856Z] ==> Detecting git/mercurial file structure [2020-09-29T06:00:18.856Z] ==> Reading reports [2020-09-29T06:00:18.856Z] + ./coverage.out bytes=47242 [2020-09-29T06:00:18.856Z] ==> Appending adjustments [2020-09-29T06:00:18.856Z] https://docs.codecov.io/docs/fixing-reports [2020-09-29T06:00:19.120Z] + Found adjustments [2020-09-29T06:00:19.120Z] ==> Gzipping contents [2020-09-29T06:00:19.120Z] ==> Uploading reports [2020-09-29T06:00:19.120Z] url: https://codecov.io [2020-09-29T06:00:19.120Z] query: branch=PR-133&commit=56f7dc23c3325b967609fb8d4a44cb67c69fe60a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-133%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=133&job=&cmd_args= [2020-09-29T06:00:19.120Z] -> Pinging Codecov [2020-09-29T06:00:19.120Z] https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-133&commit=56f7dc23c3325b967609fb8d4a44cb67c69fe60a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-133%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=133&job=&cmd_args= [2020-09-29T06:00:19.695Z] -> Uploading to [2020-09-29T06:00:19.695Z] https://storage.googleapis.com/codecov/v4/raw/2020-09-29/5E52B4B073DB2E39498172D8E973AA87/56f7dc23c3325b967609fb8d4a44cb67c69fe60a/891f4d04-d52a-4fd7-9e97-6fe965069b3c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20200929%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20200929T060019Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b47b7bf01615b6cd60b77517c80cad8aaee41075dcf1b2463e5987100a021999 [2020-09-29T06:00:19.695Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T06:00:19.695Z] Dload Upload Total Spent Left Speed [2020-09-29T06:00:20.271Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5780 0 0 100 5780 0 13846 --:--:-- --:--:-- --:--:-- 13827 100 5780 0 0 100 5780 0 13842 --:--:-- --:--:-- --:--:-- 13827 [2020-09-29T06:00:20.271Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/56f7dc23c3325b967609fb8d4a44cb67c69fe60a [Pipeline] } [2020-09-29T06:00:20.282Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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-09-29T06:00:23.023Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T06:00:23.596Z] ---> package-listing.sh [2020-09-29T06:00:23.596Z] ++ facter osfamily [2020-09-29T06:00:23.596Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-29T06:00:23.596Z] + OS_FAMILY=redhat [2020-09-29T06:00:23.596Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-133 [2020-09-29T06:00:23.596Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-29T06:00:23.596Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-29T06:00:23.596Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-29T06:00:23.596Z] + PACKAGES=/tmp/packages_start.txt [2020-09-29T06:00:23.596Z] + '[' /w/workspace/foundry_device-virtual-go_PR-133 ']' [2020-09-29T06:00:23.596Z] + PACKAGES=/tmp/packages_end.txt [2020-09-29T06:00:23.596Z] + case "${OS_FAMILY}" in [2020-09-29T06:00:23.596Z] + rpm -qa [2020-09-29T06:00:23.596Z] + sort [2020-09-29T06:00:27.828Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-29T06:00:27.828Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-29T06:00:27.828Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-29T06:00:27.828Z] + '[' /w/workspace/foundry_device-virtual-go_PR-133 ']' [2020-09-29T06:00:27.828Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-133/archives/ [2020-09-29T06:00:27.828Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-133/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-29T06:00:28.060Z] provisioning config files... [2020-09-29T06:00:28.076Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-133@tmp/config4435618832975751841tmp [Pipeline] { [Pipeline] echo [2020-09-29T06:00:28.163Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T06:00:28.470Z] ---> create-netrc.sh [Pipeline] } [2020-09-29T06:00:28.480Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-09-29T06:00:28.602Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T06:00:28.900Z] ---> python-tools-install.sh [2020-09-29T06:00:28.900Z] Generating Requirements File [2020-09-29T06:01:50.693Z] Python 3.6.8 [2020-09-29T06:01:50.693Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-09-29T06:01:50.693Z] aiohttp==3.6.2 [2020-09-29T06:01:50.693Z] appdirs==1.4.3 [2020-09-29T06:01:50.693Z] argcomplete==1.12.1 [2020-09-29T06:01:50.693Z] aspy.yaml==1.3.0 [2020-09-29T06:01:50.693Z] async-timeout==3.0.1 [2020-09-29T06:01:50.693Z] attrs==19.3.0 [2020-09-29T06:01:50.693Z] Babel==2.8.0 [2020-09-29T06:01:50.693Z] beautifulsoup4==4.8.2 [2020-09-29T06:01:50.693Z] boto3==1.11.6 [2020-09-29T06:01:50.693Z] botocore==1.14.6 [2020-09-29T06:01:50.693Z] bs4==0.0.1 [2020-09-29T06:01:50.693Z] cachetools==4.1.1 [2020-09-29T06:01:50.693Z] certifi==2019.11.28 [2020-09-29T06:01:50.694Z] cffi==1.14.3 [2020-09-29T06:01:50.694Z] cfgv==2.0.1 [2020-09-29T06:01:50.694Z] chardet==3.0.4 [2020-09-29T06:01:50.694Z] click==7.1 [2020-09-29T06:01:50.694Z] cliff==3.4.0 [2020-09-29T06:01:50.694Z] cmd2==1.3.10 [2020-09-29T06:01:50.694Z] colorama==0.4.3 [2020-09-29T06:01:50.694Z] cryptography==3.1.1 [2020-09-29T06:01:50.694Z] debtcollector==2.2.0 [2020-09-29T06:01:50.694Z] decorator==4.4.2 [2020-09-29T06:01:50.694Z] defusedxml==0.6.0 [2020-09-29T06:01:50.694Z] Deprecated==1.2.7 [2020-09-29T06:01:50.694Z] distlib==0.3.1 [2020-09-29T06:01:50.694Z] distro==1.2.0 [2020-09-29T06:01:50.694Z] dnspython==1.16.0 [2020-09-29T06:01:50.694Z] docker==4.2.0 [2020-09-29T06:01:50.694Z] docutils==0.15.2 [2020-09-29T06:01:50.694Z] dogpile.cache==1.0.2 [2020-09-29T06:01:50.694Z] email-validator==1.0.5 [2020-09-29T06:01:50.694Z] filelock==3.0.12 [2020-09-29T06:01:50.694Z] future==0.18.2 [2020-09-29T06:01:50.694Z] google-auth==1.22.0 [2020-09-29T06:01:50.694Z] httplib2==0.17.0 [2020-09-29T06:01:50.694Z] identify==1.4.11 [2020-09-29T06:01:50.694Z] idna==2.9 [2020-09-29T06:01:50.694Z] idna-ssl==1.1.0 [2020-09-29T06:01:50.694Z] importlib-metadata==1.7.0 [2020-09-29T06:01:50.694Z] importlib-resources==1.5.0 [2020-09-29T06:01:50.694Z] iso8601==0.1.13 [2020-09-29T06:01:50.694Z] Jinja2==2.11.1 [2020-09-29T06:01:50.694Z] jmespath==0.10.0 [2020-09-29T06:01:50.694Z] jsonpatch==1.26 [2020-09-29T06:01:50.694Z] jsonpointer==2.0 [2020-09-29T06:01:50.694Z] jsonschema==3.2.0 [2020-09-29T06:01:50.694Z] keystoneauth1==4.2.1 [2020-09-29T06:01:50.694Z] kubernetes==11.0.0 [2020-09-29T06:01:50.694Z] lftools==0.34.2 [2020-09-29T06:01:50.694Z] lxml==4.5.0 [2020-09-29T06:01:50.694Z] MarkupSafe==0.23 [2020-09-29T06:01:50.694Z] msgpack==1.0.0 [2020-09-29T06:01:50.694Z] multi-key-dict==2.0.3 [2020-09-29T06:01:50.694Z] multidict==4.7.6 [2020-09-29T06:01:50.694Z] munch==2.5.0 [2020-09-29T06:01:50.694Z] netaddr==0.8.0 [2020-09-29T06:01:50.694Z] netifaces==0.10.9 [2020-09-29T06:01:50.694Z] niet==1.4.2 [2020-09-29T06:01:50.694Z] nodeenv==1.3.5 [2020-09-29T06:01:50.694Z] oauth2client==4.1.3 [2020-09-29T06:01:50.694Z] oauthlib==3.1.0 [2020-09-29T06:01:50.694Z] openstacksdk==0.50.0 [2020-09-29T06:01:50.694Z] os-client-config==2.1.0 [2020-09-29T06:01:50.694Z] os-service-types==1.7.0 [2020-09-29T06:01:50.694Z] osc-lib==2.2.1 [2020-09-29T06:01:50.694Z] oslo.config==8.3.2 [2020-09-29T06:01:50.694Z] oslo.context==3.1.1 [2020-09-29T06:01:50.694Z] oslo.i18n==5.0.1 [2020-09-29T06:01:50.694Z] oslo.log==4.4.0 [2020-09-29T06:01:50.694Z] oslo.serialization==4.0.1 [2020-09-29T06:01:50.694Z] oslo.utils==4.6.0 [2020-09-29T06:01:50.694Z] packaging==20.4 [2020-09-29T06:01:50.694Z] pbr==5.4.4 [2020-09-29T06:01:50.694Z] pluggy==0.13.1 [2020-09-29T06:01:50.694Z] prettytable==0.7.2 [2020-09-29T06:01:50.694Z] py==1.9.0 [2020-09-29T06:01:50.694Z] pyasn1==0.4.8 [2020-09-29T06:01:50.694Z] pyasn1-modules==0.2.8 [2020-09-29T06:01:50.694Z] pycparser==2.20 [2020-09-29T06:01:50.694Z] pygerrit2==2.0.10 [2020-09-29T06:01:50.694Z] PyGithub==1.46 [2020-09-29T06:01:50.694Z] pyinotify==0.9.6 [2020-09-29T06:01:50.694Z] PyJWT==1.7.1 [2020-09-29T06:01:50.694Z] pyparsing==2.4.7 [2020-09-29T06:01:50.694Z] pyperclip==1.8.0 [2020-09-29T06:01:50.694Z] pyroute2==0.4.13 [2020-09-29T06:01:50.694Z] pyrsistent==0.15.7 [2020-09-29T06:01:50.694Z] PySocks==1.6.8 [2020-09-29T06:01:50.694Z] python-cinderclient==7.2.0 [2020-09-29T06:01:50.694Z] python-dateutil==2.8.1 [2020-09-29T06:01:50.694Z] python-heatclient==2.2.1 [2020-09-29T06:01:50.694Z] python-jenkins==1.7.0 [2020-09-29T06:01:50.694Z] python-keystoneclient==4.1.1 [2020-09-29T06:01:50.694Z] python-magnumclient==3.2.1 [2020-09-29T06:01:50.694Z] python-novaclient==17.2.1 [2020-09-29T06:01:50.694Z] python-openstackclient==5.3.1 [2020-09-29T06:01:50.694Z] python-swiftclient==3.10.1 [2020-09-29T06:01:50.694Z] pytz==2020.1 [2020-09-29T06:01:50.694Z] PyYAML==5.3 [2020-09-29T06:01:50.694Z] requests==2.23.0 [2020-09-29T06:01:50.694Z] requests-oauthlib==1.3.0 [2020-09-29T06:01:50.694Z] requestsexceptions==1.4.0 [2020-09-29T06:01:50.694Z] rfc3986==1.4.0 [2020-09-29T06:01:50.694Z] rpm==4.11.3 [2020-09-29T06:01:50.694Z] rsa==4.0 [2020-09-29T06:01:50.694Z] ruamel.yaml==0.16.10 [2020-09-29T06:01:50.694Z] ruamel.yaml.clib==0.2.0 [2020-09-29T06:01:50.694Z] s3transfer==0.3.3 [2020-09-29T06:01:50.694Z] shade==1.27.2 [2020-09-29T06:01:50.694Z] simplejson==3.17.2 [2020-09-29T06:01:50.694Z] six==1.14.0 [2020-09-29T06:01:50.694Z] soupsieve==2.0 [2020-09-29T06:01:50.694Z] stevedore==3.2.2 [2020-09-29T06:01:50.694Z] tabulate==0.8.6 [2020-09-29T06:01:50.694Z] toml==0.10.0 [2020-09-29T06:01:50.694Z] tox==3.20.0 [2020-09-29T06:01:50.694Z] tqdm==4.43.0 [2020-09-29T06:01:50.694Z] typing-extensions==3.7.4.3 [2020-09-29T06:01:50.694Z] urllib3==1.25.8 [2020-09-29T06:01:50.694Z] virtualenv==20.0.31 [2020-09-29T06:01:50.694Z] wcwidth==0.2.5 [2020-09-29T06:01:50.694Z] websocket-client==0.57.0 [2020-09-29T06:01:50.694Z] wrapt==1.12.1 [2020-09-29T06:01:50.694Z] xdg==3.0.2 [2020-09-29T06:01:50.694Z] xmltodict==0.12.0 [2020-09-29T06:01:50.694Z] yarl==1.6.0 [2020-09-29T06:01:50.694Z] yq==2.11.1 [2020-09-29T06:01:50.694Z] zipp==3.2.0 [2020-09-29T06:01:50.694Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:01:50.694Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-09-29T06:01:50.694Z] Python 2.7.5 [2020-09-29T06:01:50.694Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-09-29T06:01:50.694Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-09-29T06:01:50.694Z] ansible==2.9.7 [2020-09-29T06:01:50.694Z] Babel==0.9.6 [2020-09-29T06:01:50.694Z] backports.ssl-match-hostname==3.5.0.1 [2020-09-29T06:01:50.694Z] beautifulsoup4==4.4.1 [2020-09-29T06:01:50.694Z] bodhi==2.11.0 [2020-09-29T06:01:50.694Z] bodhi-client==2.11.0 [2020-09-29T06:01:50.694Z] CCColUtils==1.4 [2020-09-29T06:01:50.694Z] cffi==1.6.0 [2020-09-29T06:01:50.694Z] chardet==2.2.1 [2020-09-29T06:01:50.694Z] click==6.7 [2020-09-29T06:01:50.694Z] cloud-init==18.5 [2020-09-29T06:01:50.694Z] configobj==4.7.2 [2020-09-29T06:01:50.694Z] cryptography==1.7.2 [2020-09-29T06:01:50.694Z] decorator==3.4.0 [2020-09-29T06:01:50.694Z] distro==1.2.0 [2020-09-29T06:01:50.694Z] enum34==1.0.4 [2020-09-29T06:01:50.694Z] fedpkg==1.38 [2020-09-29T06:01:50.694Z] futures==3.1.1 [2020-09-29T06:01:50.694Z] gitdb==0.6.4 [2020-09-29T06:01:50.694Z] GitPython==1.0.1 [2020-09-29T06:01:50.694Z] html5lib==0.999 [2020-09-29T06:01:50.694Z] httplib2==0.9.2 [2020-09-29T06:01:50.694Z] idna==2.4 [2020-09-29T06:01:50.694Z] iniparse==0.4 [2020-09-29T06:01:50.694Z] ipaddress==1.0.16 [2020-09-29T06:01:50.694Z] IPy==0.75 [2020-09-29T06:01:50.694Z] javapackages==1.0.0 [2020-09-29T06:01:50.694Z] Jinja2==2.7.2 [2020-09-29T06:01:50.694Z] jmespath==0.9.4 [2020-09-29T06:01:50.694Z] jsonpatch==1.2 [2020-09-29T06:01:50.694Z] jsonpointer==1.9 [2020-09-29T06:01:50.694Z] kerberos==1.1 [2020-09-29T06:01:50.694Z] kitchen==1.1.1 [2020-09-29T06:01:50.694Z] langtable==0.0.31 [2020-09-29T06:01:50.694Z] lockfile==0.9.1 [2020-09-29T06:01:50.694Z] lxml==3.2.1 [2020-09-29T06:01:50.694Z] MarkupSafe==0.11 [2020-09-29T06:01:50.694Z] munch==2.0.2 [2020-09-29T06:01:50.694Z] offtrac==0.1.0 [2020-09-29T06:01:50.694Z] openidc-client==0.6.0 [2020-09-29T06:01:50.694Z] packagedb-cli==2.14.1 [2020-09-29T06:01:50.694Z] paramiko==2.1.1 [2020-09-29T06:01:50.694Z] perf==0.1 [2020-09-29T06:01:50.694Z] ply==3.4 [2020-09-29T06:01:50.694Z] policycoreutils-default-encoding==0.1 [2020-09-29T06:01:50.694Z] prettytable==0.7.2 [2020-09-29T06:01:50.694Z] pyasn1==0.1.9 [2020-09-29T06:01:50.694Z] pycparser==2.14 [2020-09-29T06:01:50.694Z] pycurl==7.19.0 [2020-09-29T06:01:50.694Z] pygobject==3.22.0 [2020-09-29T06:01:50.694Z] pygpgme==0.3 [2020-09-29T06:01:50.694Z] pyliblzma==0.5.3 [2020-09-29T06:01:50.694Z] pyOpenSSL==0.13.1 [2020-09-29T06:01:50.694Z] pyparsing==1.5.6 [2020-09-29T06:01:50.694Z] pyserial==2.6 [2020-09-29T06:01:50.694Z] python-augeas==0.5.0 [2020-09-29T06:01:50.694Z] python-bugzilla==2.3.0 [2020-09-29T06:01:50.694Z] python-dateutil==1.5 [2020-09-29T06:01:50.694Z] python-fedora==0.10.0 [2020-09-29T06:01:50.694Z] python-linux-procfs==0.4.9 [2020-09-29T06:01:50.694Z] python-yubico==1.2.3 [2020-09-29T06:01:50.694Z] pyudev==0.15 [2020-09-29T06:01:50.694Z] pyusb==1.0.0b1 [2020-09-29T06:01:50.694Z] pyxattr==0.5.1 [2020-09-29T06:01:50.694Z] PyYAML==3.10 [2020-09-29T06:01:50.694Z] requests==2.6.0 [2020-09-29T06:01:50.694Z] requests-kerberos==0.7.0 [2020-09-29T06:01:50.694Z] rpkg==1.60 [2020-09-29T06:01:50.694Z] schedutils==0.4 [2020-09-29T06:01:50.694Z] seobject==0.1 [2020-09-29T06:01:50.694Z] sepolicy==1.1 [2020-09-29T06:01:50.694Z] six==1.9.0 [2020-09-29T06:01:50.694Z] smmap==0.9.0 [2020-09-29T06:01:50.694Z] urlgrabber==3.10 [2020-09-29T06:01:50.694Z] urllib3==1.10.2 [2020-09-29T06:01:50.694Z] virtualenv==15.1.0 [2020-09-29T06:01:50.694Z] yum-langpacks==0.4.2 [2020-09-29T06:01:50.694Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-09-29T06:01:50.707Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T06:01:51.013Z] ---> sudo-logs.sh [2020-09-29T06:01:51.013Z] Archiving 'sudo' log.. [Pipeline] echo [2020-09-29T06:01:51.286Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T06:01:51.587Z] ---> job-cost.sh [2020-09-29T06:01:51.587Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-29DM [2020-09-29T06:02:01.616Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:01.881Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:02.834Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:02.834Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:03.097Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:03.097Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:03.097Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:03.359Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:03.359Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:03.359Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:03.622Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:03.622Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:03.622Z] Cache entry deserialization failed, entry ignored [2020-09-29T06:02:06.186Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-09-29T06:02:32.843Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-09-29T06:02:32.843Z] [2020-09-29T06:02:32.843Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-09-29T06:02:32.843Z] [2020-09-29T06:02:32.843Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-09-29T06:02:32.843Z] lf-activate-venv(): INFO: Adding /tmp/venv-29DM/bin to PATH [2020-09-29T06:02:32.843Z] INFO: No Stack... [2020-09-29T06:02:33.418Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-09-29T06:02:34.820Z] INFO: Archiving Costs [Pipeline] echo [2020-09-29T06:02:34.840Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T06:02:35.253Z] ---> logs-deploy.sh [2020-09-29T06:02:35.253Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-133/7 [2020-09-29T06:02:35.253Z] INFO: archiving workspace using pattern(s): [2020-09-29T06:02:36.648Z] Archives upload complete. [2020-09-29T06:02:36.909Z] INFO: archiving logs to Nexus