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 91b6cffc5c456462fe53a11172bab6380debd0de+5bf229cf24b8f9ed794e66431934aece6c25b156 (0fe27871838fdb4e242e7ce6b7f4117157e2ecd1) 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 ‘prd-centos7-docker-4c-2g-1801’ is offline Running on prd-centos7-docker-4c-2g-1804 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 Merging remotes/origin/master commit 5bf229cf24b8f9ed794e66431934aece6c25b156 into PR head commit 91b6cffc5c456462fe53a11172bab6380debd0de Merge succeeded, producing 91b6cffc5c456462fe53a11172bab6380debd0de Checking out Revision 91b6cffc5c456462fe53a11172bab6380debd0de (PR-133) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 91b6cffc5c456462fe53a11172bab6380debd0de # 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 5bf229cf24b8f9ed794e66431934aece6c25b156 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91b6cffc5c456462fe53a11172bab6380debd0de # timeout=10 Commit message: "feat: Support array value type" First time build. Skipping changelog. > git rev-list --no-walk 3303d290092bdef83d9b9a986f11eaf4f5668651 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:00:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:00:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:00:28 ========================================================= 19:00:28 EdgeX Global Pipelines Version Info 19:00:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:00:30 ------------------- 19:00:30 stable info: 19:00:30 ------------------- 19:00:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:00:30 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 19:00:30 Message: update stable to v1.0.131 19:00:31 ------------------- 19:00:31 experimental info: 19:00:31 ------------------- 19:00:31 Commited By: **** collab-it+edgex@linuxfoundation.org 19:00:31 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 19:00:31 Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:00:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 19:00:31 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 19:00:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:00:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:00:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:00:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:00:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:00:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:00:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:00:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:00:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:00:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 19:00:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:00:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:00:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:00:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:00:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:00:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:00:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:00:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:00:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:00:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:00:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:00:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 19:00:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-133 [Pipeline] echo 19:00:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-133 [Pipeline] echo 19:00:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-133 [Pipeline] echo 19:00:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91b6cffc5c456462fe53a11172bab6380debd0de [Pipeline] echo 19:00:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91b6cff [Pipeline] echo 19:00:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:00:35 + git log --format=format:%s -1 91b6cffc5c456462fe53a11172bab6380debd0de [Pipeline] echo 19:00:35 GIT_COMMIT: 91b6cffc5c456462fe53a11172bab6380debd0de, Commit Message: feat: Support array value type [Pipeline] echo 19:00:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:00:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:00:36 19:00:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:00:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:00:37 latest: Pulling from edgex-devops/git-semver 19:00:37 31603596830f: Pulling fs layer 19:00:37 2a8b12db71e7: Pulling fs layer 19:00:37 6ca5941a6612: Pulling fs layer 19:00:37 ecc8261a40a4: Pulling fs layer 19:00:37 ecc8261a40a4: Waiting 19:00:37 2a8b12db71e7: Verifying Checksum 19:00:37 2a8b12db71e7: Download complete 19:00:37 31603596830f: Verifying Checksum 19:00:37 31603596830f: Download complete 19:00:37 ecc8261a40a4: Verifying Checksum 19:00:37 6ca5941a6612: Verifying Checksum 19:00:37 6ca5941a6612: Download complete 19:00:37 31603596830f: Pull complete 19:00:37 2a8b12db71e7: Pull complete 19:00:38 6ca5941a6612: Pull complete 19:00:39 ecc8261a40a4: Pull complete 19:00:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:00:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:00:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:00:39 prd-centos7-docker-4c-2g-1804 does not seem to be running inside a container 19:00:39 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:00:41 $ docker top a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:00:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:00:41 [ssh-agent] Looking for ssh-agent implementation... 19:00:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:00:41 $ docker exec a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 ssh-agent 19:00:42 SSH_AUTH_SOCK=/tmp/ssh-0eCmhar8ZPVe/agent.11 19:00:42 SSH_AGENT_PID=16 19:00:42 Running ssh-add (command line suppressed) 19:00:42 Identity added: /w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_4745009147322030755.key (/w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_4745009147322030755.key) 19:00:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:00:42 + git describe --exact-match --tags HEAD 19:00:42 fatal: no tag exactly matches '91b6cffc5c456462fe53a11172bab6380debd0de' [Pipeline] } 19:00:42 $ docker exec --env ******** --env ******** a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 ssh-agent -k 19:00:42 unset SSH_AUTH_SOCK; 19:00:42 unset SSH_AGENT_PID; 19:00:42 echo Agent pid 16 killed; 19:00:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:00:42 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:00:42 This usually means this commit has not been tagged. [Pipeline] sshagent 19:00:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:00:43 [ssh-agent] Looking for ssh-agent implementation... 19:00:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:00:43 $ docker exec a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 ssh-agent 19:00:43 SSH_AUTH_SOCK=/tmp/ssh-DPTuZlVtddfq/agent.46 19:00:43 SSH_AGENT_PID=51 19:00:43 Running ssh-add (command line suppressed) 19:00:43 Identity added: /w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_3732499109400162108.key (/w/workspace/foundry_device-virtual-go_PR-133@tmp/private_key_3732499109400162108.key) 19:00:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:00:43 + git semver init 19:00:43 # -> Open(): unable to determine branch for HEAD 19:00:43 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-133/.git 19:00:43 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-133 19:00:43 # $SEMVER_REMOTE_NAME = origin 19:00:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:00:43 # $SEMVER_USER_NAME = edgex-jenkins 19:00:43 # $SEMVER_BRANCH = PR-133 19:00:43 # $SEMVER_TEMP = /tmp/semver-270460656 19:00:43 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 19:00:44 # '/tmp/semver-270460656' -> '/w/workspace/foundry_device-virtual-go_PR-133/.semver' 19:00:44 # -> Force: false 19:00:44 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-133/.semver [Pipeline] } 19:00:44 $ docker exec --env ******** --env ******** a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 ssh-agent -k 19:00:44 unset SSH_AUTH_SOCK; 19:00:44 unset SSH_AGENT_PID; 19:00:44 echo Agent pid 51 killed; 19:00:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:00:44 + git semver [Pipeline] } 19:00:45 $ docker stop --time=1 a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 19:00:46 $ docker rm -f a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:00:47 Stashed 29 file(s) [Pipeline] echo 19:00:47 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:00:47 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 19:01:03 Still waiting to schedule task 19:01:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:01:03 Still waiting to schedule task 19:01:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:02:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1806 in /w/workspace/foundry_device-virtual-go_PR-133 [Pipeline] { [Pipeline] ws 19:02:55 Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout 19:03:00 using credential edgex-jenkins-ssh 19:03:00 Cloning the remote Git repository 19:03:00 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 19:03:00 > git init /w/workspace/device-virtual-go/3 # timeout=10 19:03:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 19:03:00 > git --version # timeout=10 19:03:00 > git --version # 'git version 2.17.1' 19:03:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:03:02 Merging remotes/origin/master commit 5bf229cf24b8f9ed794e66431934aece6c25b156 into PR head commit 91b6cffc5c456462fe53a11172bab6380debd0de 19:03:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 19:03:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:03:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 19:03:02 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 19:03:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:02 > 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 19:03:02 > git config core.sparsecheckout # timeout=10 19:03:02 > git checkout -f 91b6cffc5c456462fe53a11172bab6380debd0de # timeout=10 19:03:03 Merge succeeded, producing 91b6cffc5c456462fe53a11172bab6380debd0de 19:03:03 Checking out Revision 91b6cffc5c456462fe53a11172bab6380debd0de (PR-133) 19:03:03 > git remote # timeout=10 19:03:03 > git config --get remote.origin.url # timeout=10 19:03:03 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:03 > git merge 5bf229cf24b8f9ed794e66431934aece6c25b156 # timeout=10 19:03:03 > git rev-parse HEAD^{commit} # timeout=10 19:03:03 > git config core.sparsecheckout # timeout=10 19:03:03 > git checkout -f 91b6cffc5c456462fe53a11172bab6380debd0de # timeout=10 19:03:07 Commit message: "feat: Support array value type" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:03:08 ========================================================= 19:03:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:03:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:03:09 + 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 . 19:03:10 Sending build context to Docker daemon 711.2kB 19:03:10 Step 1/8 : ARG BASE=golang:1.15-alpine 19:03:10 Step 2/8 : FROM ${BASE} 19:03:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:03:11 b538f80385f9: Pulling fs layer 19:03:11 74f711af9a0d: Pulling fs layer 19:03:11 99f96fe45779: Pulling fs layer 19:03:11 8529a6b9a6be: Pulling fs layer 19:03:11 45590311c82a: Pulling fs layer 19:03:11 69ca0ff8b7b3: Pulling fs layer 19:03:11 209524e5b208: Pulling fs layer 19:03:11 8529a6b9a6be: Waiting 19:03:11 45590311c82a: Waiting 19:03:11 69ca0ff8b7b3: Waiting 19:03:11 209524e5b208: Waiting 19:03:11 99f96fe45779: Verifying Checksum 19:03:11 99f96fe45779: Download complete 19:03:11 74f711af9a0d: Verifying Checksum 19:03:11 74f711af9a0d: Download complete 19:03:11 45590311c82a: Verifying Checksum 19:03:11 45590311c82a: Download complete 19:03:11 69ca0ff8b7b3: Download complete 19:03:11 b538f80385f9: Download complete 19:03:12 b538f80385f9: Pull complete 19:03:12 74f711af9a0d: Pull complete 19:03:12 99f96fe45779: Pull complete 19:03:13 209524e5b208: Verifying Checksum 19:03:13 209524e5b208: Download complete 19:03:15 8529a6b9a6be: Verifying Checksum 19:03:15 8529a6b9a6be: Download complete 19:03:25 8529a6b9a6be: Pull complete 19:03:25 45590311c82a: Pull complete 19:03:25 69ca0ff8b7b3: Pull complete 19:03:29 209524e5b208: Pull complete 19:03:29 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:03:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:03:29 ---> 5bddaf1c2fca 19:03:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:03:32 ---> Running in 82a10852b754 19:03:32 Removing intermediate container 82a10852b754 19:03:32 ---> d7c8991f66b9 19:03:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:32 ---> Running in 7587afca2498 19:03:36 Removing intermediate container 7587afca2498 19:03:36 ---> 4c2bc1aa311d 19:03:36 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:03:36 ---> Running in f35d6930ca56 19:03:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:03:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:03:38 (1/14) Installing libmagic (5.38-r0) 19:03:38 (2/14) Installing file (5.38-r0) 19:03:38 (3/14) Installing libc-dev (0.7.2-r3) 19:03:39 (4/14) Installing g++ (9.3.0-r2) 19:03:51 (5/14) Installing fortify-headers (1.1-r0) 19:03:51 (6/14) Installing patch (2.7.6-r6) 19:03:51 (7/14) Installing build-base (0.5-r2) 19:03:51 (8/14) Installing openssh-keygen (8.3_p1-r0) 19:03:51 (9/14) Installing libedit (20191231.3.1-r0) 19:03:51 (10/14) Installing openssh-client (8.3_p1-r0) 19:03:52 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 19:03:52 (12/14) Installing openssh-server-common (8.3_p1-r0) 19:03:52 (13/14) Installing openssh-server (8.3_p1-r0) 19:03:53 (14/14) Installing openssh (8.3_p1-r0) 19:03:53 Executing busybox-1.31.1-r16.trigger 19:03:53 Running on prd-centos7-docker-4c-2g-1807 in /w/workspace/foundry_device-virtual-go_PR-133 [Pipeline] { [Pipeline] ws 19:03:53 Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout 19:03:53 OK: 221 MiB in 53 packages 19:03:57 Removing intermediate container f35d6930ca56 19:03:57 ---> 91da873f8573 19:03:57 Step 6/8 : WORKDIR /device-virtual-go 19:03:57 ---> Running in 1a84adac4133 19:03:58 Removing intermediate container 1a84adac4133 19:03:58 ---> 10f0b7fa5896 19:03:58 Step 7/8 : COPY . . 19:03:59 using credential edgex-jenkins-ssh 19:03:59 ---> b3e0498529fe 19:03:59 Step 8/8 : RUN go mod download 19:03:59 Cloning the remote Git repository 19:04:00 ---> Running in 85574342343f 19:03:59 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 19:03:59 > git init /w/workspace/device-virtual-go/3 # timeout=10 19:04:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 19:04:00 > git --version # timeout=10 19:04:00 > git --version # 'git version 2.16.5' 19:04:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:04:00 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 19:04:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:04:00 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 19:04:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 19:04:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:00 > 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 19:04:01 Merging remotes/origin/master commit 5bf229cf24b8f9ed794e66431934aece6c25b156 into PR head commit 91b6cffc5c456462fe53a11172bab6380debd0de 19:04:01 Merge succeeded, producing 91b6cffc5c456462fe53a11172bab6380debd0de 19:04:01 Checking out Revision 91b6cffc5c456462fe53a11172bab6380debd0de (PR-133) 19:04:01 > git config core.sparsecheckout # timeout=10 19:04:01 > git checkout -f 91b6cffc5c456462fe53a11172bab6380debd0de # timeout=10 19:04:01 > git remote # timeout=10 19:04:01 > git config --get remote.origin.url # timeout=10 19:04:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:01 > git merge 5bf229cf24b8f9ed794e66431934aece6c25b156 # timeout=10 19:04:01 > git rev-parse HEAD^{commit} # timeout=10 19:04:01 > git config core.sparsecheckout # timeout=10 19:04:01 > git checkout -f 91b6cffc5c456462fe53a11172bab6380debd0de # timeout=10 19:04:05 Commit message: "feat: Support array value type" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:04:06 ========================================================= 19:04:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:04:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:04:07 + 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 . 19:04:07 Sending build context to Docker daemon 711.2kB 19:04:08 Step 1/8 : ARG BASE=golang:1.15-alpine 19:04:08 Step 2/8 : FROM ${BASE} 19:04:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:04:08 df20fa9351a1: Pulling fs layer 19:04:08 ed8968b2872e: Pulling fs layer 19:04:08 a92cc7c5fd73: Pulling fs layer 19:04:08 e871e8e8d7a9: Pulling fs layer 19:04:08 e73272ec9a57: Pulling fs layer 19:04:08 1e910a182e73: Pulling fs layer 19:04:08 4e634b169226: Pulling fs layer 19:04:08 e73272ec9a57: Waiting 19:04:08 1e910a182e73: Waiting 19:04:08 4e634b169226: Waiting 19:04:08 e871e8e8d7a9: Waiting 19:04:08 a92cc7c5fd73: Verifying Checksum 19:04:08 a92cc7c5fd73: Download complete 19:04:08 ed8968b2872e: Verifying Checksum 19:04:08 ed8968b2872e: Download complete 19:04:08 e73272ec9a57: Verifying Checksum 19:04:08 e73272ec9a57: Download complete 19:04:08 1e910a182e73: Verifying Checksum 19:04:08 1e910a182e73: Download complete 19:04:08 df20fa9351a1: Verifying Checksum 19:04:08 df20fa9351a1: Download complete 19:04:09 df20fa9351a1: Pull complete 19:04:09 ed8968b2872e: Pull complete 19:04:09 a92cc7c5fd73: Pull complete 19:04:11 4e634b169226: Verifying Checksum 19:04:11 4e634b169226: Download complete 19:04:12 e871e8e8d7a9: Verifying Checksum 19:04:12 e871e8e8d7a9: Download complete 19:04:18 Removing intermediate container 85574342343f 19:04:18 ---> d723d78dcc59 19:04:18 Successfully built d723d78dcc59 19:04:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:04:18 + docker inspect -f . ci-base-image-arm64 19:04:18 . [Pipeline] withDockerContainer 19:04:19 prd-ubuntu18.04-docker-arm64-4c-16g-1806 does not seem to be running inside a container 19:04:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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-arm64 cat 19:04:20 e871e8e8d7a9: Pull complete 19:04:20 e73272ec9a57: Pull complete 19:04:20 1e910a182e73: Pull complete 19:04:20 $ docker top d3616e4115f833051c7d53a6a94e427fe5095f824e44d5a3c752f4815720bbae -eo pid,comm [Pipeline] { [Pipeline] sh 19:04:22 + go version 19:04:22 go version go1.15.2 linux/arm64 [Pipeline] } 19:04:22 $ docker stop --time=1 d3616e4115f833051c7d53a6a94e427fe5095f824e44d5a3c752f4815720bbae 19:04:24 $ docker rm -f d3616e4115f833051c7d53a6a94e427fe5095f824e44d5a3c752f4815720bbae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:04:25 + docker inspect -f . ci-base-image-arm64 19:04:25 . [Pipeline] withDockerContainer 19:04:25 prd-ubuntu18.04-docker-arm64-4c-16g-1806 does not seem to be running inside a container 19:04:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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-arm64 cat 19:04:27 4e634b169226: Pull complete 19:04:27 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:04:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:04:27 ---> f7629b54cfaa 19:04:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:04:27 $ docker top 475130b3230714c455cf111305e1e9a86f2d622bfe8bb6dbc7c0a80c9db28c6f -eo pid,comm 19:04:27 ---> Running in 68d61663da15 [Pipeline] { [Pipeline] sh 19:04:28 Removing intermediate container 68d61663da15 19:04:28 ---> f1f17eb9e6c7 19:04:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:28 ---> Running in ca375063ed6c 19:04:28 + make test 19:04:28 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:04:29 Removing intermediate container ca375063ed6c 19:04:29 ---> f21ee8286c9c 19:04:29 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:04:29 ? github.com/edgexfoundry/device-virtual-go [no test files] 19:04:29 ---> Running in 6832f0b5a966 19:04:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:32 (1/14) Installing libmagic (5.38-r0) 19:04:32 (2/14) Installing file (5.38-r0) 19:04:32 (3/14) Installing libc-dev (0.7.2-r3) 19:04:32 (4/14) Installing g++ (9.3.0-r2) 19:04:47 (5/14) Installing fortify-headers (1.1-r0) 19:04:47 (6/14) Installing patch (2.7.6-r6) 19:04:47 (7/14) Installing build-base (0.5-r2) 19:04:47 (8/14) Installing openssh-keygen (8.3_p1-r0) 19:04:47 (9/14) Installing libedit (20191231.3.1-r0) 19:04:47 (10/14) Installing openssh-client (8.3_p1-r0) 19:04:47 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 19:04:47 (12/14) Installing openssh-server-common (8.3_p1-r0) 19:04:47 (13/14) Installing openssh-server (8.3_p1-r0) 19:04:47 (14/14) Installing openssh (8.3_p1-r0) 19:04:47 Executing busybox-1.31.1-r16.trigger 19:04:47 OK: 237 MiB in 53 packages 19:04:51 Removing intermediate container 6832f0b5a966 19:04:51 ---> d08012cbb31c 19:04:51 Step 6/8 : WORKDIR /device-virtual-go 19:04:51 ---> Running in 5ee9a5ac23e4 19:04:51 Removing intermediate container 5ee9a5ac23e4 19:04:51 ---> d50003f54975 19:04:51 Step 7/8 : COPY . . 19:04:52 ---> 0d39cb07d526 19:04:52 Step 8/8 : RUN go mod download 19:04:52 ---> Running in 6ed2ea3952a4 19:05:10 Removing intermediate container 6ed2ea3952a4 19:05:10 ---> 1280d9e0acba 19:05:10 Successfully built 1280d9e0acba 19:05:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:05:10 + docker inspect -f . ci-base-image-x86_64 19:05:11 . [Pipeline] withDockerContainer 19:05:11 prd-centos7-docker-4c-2g-1807 does not seem to be running inside a container 19:05:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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 19:05:13 $ docker top fa8ea9d87d903df479629c332bbc2ab1739d0672cb7db75b9438d0e3e35001ee -eo pid,comm [Pipeline] { [Pipeline] sh 19:05:14 + go version 19:05:14 go version go1.15.2 linux/amd64 [Pipeline] } 19:05:14 $ docker stop --time=1 fa8ea9d87d903df479629c332bbc2ab1739d0672cb7db75b9438d0e3e35001ee 19:05:15 $ docker rm -f fa8ea9d87d903df479629c332bbc2ab1739d0672cb7db75b9438d0e3e35001ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:05:16 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 19:05:16 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.473s coverage: 64.2% of statements 19:05:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:05:16 + docker inspect -f . ci-base-image-x86_64 19:05:16 . [Pipeline] withDockerContainer 19:05:17 prd-centos7-docker-4c-2g-1807 does not seem to be running inside a container 19:05:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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 19:05:18 $ docker top 0f1789b7a5b36a1a9086403294124ce92b316e224da19afdfe0aafb34be67c5d -eo pid,comm [Pipeline] { [Pipeline] sh 19:05:18 + make test 19:05:18 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:05:19 ? github.com/edgexfoundry/device-virtual-go [no test files] 19:05:20 gofmt -l . 19:05:20 [ "`gofmt -l .`" = "" ] 19:05:20 ./bin/test-attribution-txt.sh 19:05:21 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:05:22 Stashed 1 file(s) [Pipeline] } 19:05:22 $ docker stop --time=1 475130b3230714c455cf111305e1e9a86f2d622bfe8bb6dbc7c0a80c9db28c6f 19:05:24 $ docker rm -f 475130b3230714c455cf111305e1e9a86f2d622bfe8bb6dbc7c0a80c9db28c6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:05:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:05:28 + ls -al . 19:05:28 total 152 19:05:28 drwxrwxr-x 8 jenkins jenkins 4096 Sep 28 19:05 . 19:05:28 drwxrwxr-x 4 jenkins jenkins 4096 Sep 28 19:03 .. 19:05:28 drwxrwxr-x 8 jenkins jenkins 4096 Sep 28 19:03 .git 19:05:28 drwxrwxr-x 2 jenkins jenkins 4096 Sep 28 19:03 .github 19:05:28 -rw-rw-r-- 1 jenkins jenkins 258 Sep 28 19:03 .gitignore 19:05:28 drwxrwxr-x 3 jenkins jenkins 4096 Sep 28 19:03 .semver 19:05:28 -rw-rw-r-- 1 jenkins jenkins 6036 Sep 28 19:03 Attribution.txt 19:05:28 -rw-rw-r-- 1 jenkins jenkins 1834 Sep 28 19:03 Dockerfile 19:05:28 -rw-rw-r-- 1 jenkins jenkins 957 Sep 28 19:03 Dockerfile.build 19:05:28 -rw-rw-r-- 1 jenkins jenkins 660 Sep 28 19:03 Jenkinsfile 19:05:28 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 28 19:03 LICENSE 19:05:28 -rw-rw-r-- 1 jenkins jenkins 873 Sep 28 19:03 Makefile 19:05:28 -rw-rw-r-- 1 jenkins jenkins 918 Sep 28 19:03 README.md 19:05:28 -rw-rw-r-- 1 jenkins jenkins 5 Sep 28 19:00 VERSION 19:05:28 drwxrwxr-x 2 jenkins jenkins 4096 Sep 28 19:03 bin 19:05:28 drwxrwxr-x 3 jenkins jenkins 4096 Sep 28 19:03 cmd 19:05:28 -rw-r--r-- 1 jenkins jenkins 46542 Sep 28 19:05 coverage.out 19:05:28 -rw-r--r-- 1 jenkins jenkins 862 Sep 28 19:05 go.mod 19:05:28 -rw-r--r-- 1 jenkins jenkins 14908 Sep 28 19:05 go.sum 19:05:28 drwxrwxr-x 3 jenkins jenkins 4096 Sep 28 19:03 internal 19:05:28 -rw-rw-r-- 1 jenkins jenkins 235 Sep 28 19:03 version.go [Pipeline] isUnix [Pipeline] sh 19:05:28 + 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=91b6cffc5c456462fe53a11172bab6380debd0de --label arch=arm64 --label version=0.0.0 . 19:05:29 Sending build context to Docker daemon 774.1kB 19:05:29 Step 1/22 : ARG BASE=golang:1.15-alpine 19:05:29 Step 2/22 : FROM ${BASE} AS builder 19:05:29 ---> d723d78dcc59 19:05:29 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 19:05:29 ---> Running in fb1700660b65 19:05:29 Removing intermediate container fb1700660b65 19:05:29 ---> 15cfc1f0c4cf 19:05:29 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 19:05:30 ---> Running in e3cacff07cd1 19:05:30 Removing intermediate container e3cacff07cd1 19:05:30 ---> 5c7eea4c928b 19:05:30 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 19:05:30 ---> Running in b1b71be4644c 19:05:31 Removing intermediate container b1b71be4644c 19:05:31 ---> 44db13d24a7c 19:05:31 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:31 ---> Running in 53691fefa264 19:05:33 Removing intermediate container 53691fefa264 19:05:33 ---> 5325ab91f942 19:05:33 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:05:33 ---> Running in e19b736b4830 19:05:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:36 OK: 221 MiB in 53 packages 19:05:37 Removing intermediate container e19b736b4830 19:05:37 ---> 2ee774677a19 19:05:37 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 19:05:37 ---> Running in 93af3c1ff4b4 19:05:38 Removing intermediate container 93af3c1ff4b4 19:05:38 ---> 9a1a869b17d3 19:05:38 Step 9/22 : COPY . . 19:05:39 ---> b3e497e0c4a9 19:05:39 Step 10/22 : ARG MAKE='make build' 19:05:39 ---> Running in 8e0a838cbfe1 19:05:39 Removing intermediate container 8e0a838cbfe1 19:05:39 ---> 86620f0fc5fe 19:05:39 Step 11/22 : RUN $MAKE 19:05:39 ---> Running in 907cecb8fb6a 19:05:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 19:05:46 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 19:05:46 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.663s coverage: 64.2% of statements 19:05:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:05:47 gofmt -l . 19:05:47 [ "`gofmt -l .`" = "" ] 19:05:47 ./bin/test-attribution-txt.sh 19:05:49 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:05:49 Warning: overwriting stash ‘coverage-report’ 19:05:49 Stashed 1 file(s) [Pipeline] } 19:05:50 $ docker stop --time=1 0f1789b7a5b36a1a9086403294124ce92b316e224da19afdfe0aafb34be67c5d 19:05:52 $ docker rm -f 0f1789b7a5b36a1a9086403294124ce92b316e224da19afdfe0aafb34be67c5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 19:05:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:05:53 + ls -al . 19:05:53 total 124 19:05:53 drwxrwxr-x. 8 jenkins jenkins 4096 Sep 28 19:05 . 19:05:53 drwxrwxr-x. 4 jenkins jenkins 28 Sep 28 19:04 .. 19:05:53 -rw-rw-r--. 1 jenkins jenkins 6036 Sep 28 19:04 Attribution.txt 19:05:53 drwxrwxr-x. 2 jenkins jenkins 64 Sep 28 19:04 bin 19:05:53 drwxrwxr-x. 3 jenkins jenkins 32 Sep 28 19:04 cmd 19:05:53 -rw-r--r--. 1 jenkins jenkins 46542 Sep 28 19:05 coverage.out 19:05:53 -rw-rw-r--. 1 jenkins jenkins 1834 Sep 28 19:04 Dockerfile 19:05:53 -rw-rw-r--. 1 jenkins jenkins 957 Sep 28 19:04 Dockerfile.build 19:05:53 drwxrwxr-x. 8 jenkins jenkins 179 Sep 28 19:04 .git 19:05:53 drwxrwxr-x. 2 jenkins jenkins 38 Sep 28 19:04 .github 19:05:53 -rw-rw-r--. 1 jenkins jenkins 258 Sep 28 19:04 .gitignore 19:05:53 -rw-r--r--. 1 jenkins jenkins 862 Sep 28 19:05 go.mod 19:05:53 -rw-r--r--. 1 jenkins jenkins 14908 Sep 28 19:05 go.sum 19:05:53 drwxrwxr-x. 3 jenkins jenkins 20 Sep 28 19:04 internal 19:05:53 -rw-rw-r--. 1 jenkins jenkins 660 Sep 28 19:04 Jenkinsfile 19:05:53 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 28 19:04 LICENSE 19:05:53 -rw-rw-r--. 1 jenkins jenkins 873 Sep 28 19:04 Makefile 19:05:53 -rw-rw-r--. 1 jenkins jenkins 918 Sep 28 19:04 README.md 19:05:53 drwxrwxr-x. 3 jenkins jenkins 58 Sep 28 19:04 .semver 19:05:53 -rw-rw-r--. 1 jenkins jenkins 5 Sep 28 19:00 VERSION 19:05:53 -rw-rw-r--. 1 jenkins jenkins 235 Sep 28 19:04 version.go [Pipeline] isUnix [Pipeline] sh 19:05:54 + 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=91b6cffc5c456462fe53a11172bab6380debd0de --label arch=amd64 --label version=0.0.0 . 19:05:54 Sending build context to Docker daemon 774.1kB 19:05:54 Step 1/22 : ARG BASE=golang:1.15-alpine 19:05:54 Step 2/22 : FROM ${BASE} AS builder 19:05:54 ---> 1280d9e0acba 19:05:54 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 19:05:54 ---> Running in 161d06dd49bf 19:05:54 Removing intermediate container 161d06dd49bf 19:05:54 ---> b7ee083515fa 19:05:54 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 19:05:54 ---> Running in 492c33b63b26 19:05:54 Removing intermediate container 492c33b63b26 19:05:54 ---> 2e247d21b075 19:05:54 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 19:05:54 ---> Running in aa6f3df454f5 19:05:55 Removing intermediate container aa6f3df454f5 19:05:55 ---> 0e2b92381bbf 19:05:55 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:55 ---> Running in 14887e457945 19:05:56 Removing intermediate container 14887e457945 19:05:56 ---> 82468582ba06 19:05:56 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:05:56 ---> Running in 2677d03ed36e 19:05:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:05:58 OK: 237 MiB in 53 packages 19:05:58 Removing intermediate container 2677d03ed36e 19:05:58 ---> 9fc3ad96bf5f 19:05:58 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 19:05:59 ---> Running in 8cdf6efcbd5f 19:05:59 Removing intermediate container 8cdf6efcbd5f 19:05:59 ---> cc4667af2aaa 19:05:59 Step 9/22 : COPY . . 19:06:00 ---> 8db4f8422166 19:06:00 Step 10/22 : ARG MAKE='make build' 19:06:00 ---> Running in e8c413e98827 19:06:00 Removing intermediate container e8c413e98827 19:06:00 ---> 5e26bf82297d 19:06:00 Step 11/22 : RUN $MAKE 19:06:00 ---> Running in 479d9293335f 19:06:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 19:06:13 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:06:19 Removing intermediate container 907cecb8fb6a 19:06:19 ---> c44dd545dfc1 19:06:19 Step 12/22 : FROM alpine 19:06:19 latest: Pulling from library/alpine 19:06:19 b538f80385f9: Already exists 19:06:19 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:06:19 Status: Downloaded newer image for alpine:latest 19:06:19 ---> 62ee0e9f8440 19:06:19 Step 13/22 : ENV APP_PORT=49990 19:06:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:06:19 ---> Running in 7e115e44156f 19:06:19 Removing intermediate container 7e115e44156f 19:06:19 ---> 80473b08f102 19:06:19 Step 14/22 : EXPOSE $APP_PORT 19:06:20 ---> Running in ed55fed245ea 19:06:20 Removing intermediate container ed55fed245ea 19:06:20 ---> 3876ca4b3c1a 19:06:20 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 19:06:22 Removing intermediate container 479d9293335f 19:06:22 ---> 8585f6a3cee6 19:06:22 Step 12/22 : FROM alpine 19:06:22 ---> 7be007994557 19:06:22 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 19:06:22 latest: Pulling from library/alpine 19:06:22 df20fa9351a1: Already exists 19:06:22 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:06:22 Status: Downloaded newer image for alpine:latest 19:06:22 ---> a24bb4013296 19:06:22 Step 13/22 : ENV APP_PORT=49990 19:06:22 ---> 5230c922098d 19:06:22 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 19:06:22 ---> Running in 9b375b950e00 19:06:22 Removing intermediate container 9b375b950e00 19:06:22 ---> da091bc7e8b3 19:06:22 Step 14/22 : EXPOSE $APP_PORT 19:06:22 ---> Running in ca0c89e6e742 19:06:23 Removing intermediate container ca0c89e6e742 19:06:23 ---> 84bc072135c3 19:06:23 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 19:06:23 ---> 58351c29a4c7 19:06:23 Step 18/22 : ENTRYPOINT ["/device-virtual"] 19:06:23 ---> Running in 6d4c605a7e7f 19:06:24 Removing intermediate container 6d4c605a7e7f 19:06:24 ---> f2bc4ac6ec9b 19:06:24 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:06:24 ---> d89b04a20ba8 19:06:24 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 19:06:24 ---> Running in 15b0a1545db2 19:06:24 ---> 16aad1167073 19:06:24 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 19:06:24 ---> c48ef994a399 19:06:24 Step 18/22 : ENTRYPOINT ["/device-virtual"] 19:06:24 Removing intermediate container 15b0a1545db2 19:06:24 ---> eff795dda9d6 19:06:24 Step 20/22 : LABEL arch=arm64 19:06:24 ---> Running in 8e1054ed8fd5 19:06:24 Removing intermediate container 8e1054ed8fd5 19:06:24 ---> 6b1c96e8aae7 19:06:24 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:06:24 ---> Running in 5177911a619b 19:06:25 ---> Running in eeed136d8a97 19:06:25 Removing intermediate container 5177911a619b 19:06:25 ---> 6b65700cf253 19:06:25 Step 21/22 : LABEL git_sha=91b6cffc5c456462fe53a11172bab6380debd0de 19:06:25 Removing intermediate container eeed136d8a97 19:06:25 ---> 0055e9fac807 19:06:25 Step 20/22 : LABEL arch=amd64 19:06:25 ---> Running in 2a65f49a3baf 19:06:25 ---> Running in f2a1a7c58af0 19:06:25 Removing intermediate container 2a65f49a3baf 19:06:25 ---> 608b4db139e0 19:06:25 Step 21/22 : LABEL git_sha=91b6cffc5c456462fe53a11172bab6380debd0de 19:06:25 ---> Running in eb130b932c58 19:06:25 Removing intermediate container f2a1a7c58af0 19:06:25 ---> 3b0b3c4aa93c 19:06:25 Step 22/22 : LABEL version=0.0.0 19:06:25 Removing intermediate container eb130b932c58 19:06:25 ---> d798a899698a 19:06:25 Step 22/22 : LABEL version=0.0.0 19:06:25 ---> Running in 819a523d45d4 19:06:25 ---> Running in 56ed57e35fba 19:06:26 Removing intermediate container 819a523d45d4 19:06:26 ---> cef6b9f621f3 19:06:26 [Warning] One or more build-args [ARCH] were not consumed 19:06:26 Successfully built cef6b9f621f3 19:06:26 Successfully tagged docker-device-virtual-go:latest [Pipeline] } 19:06:26 Removing intermediate container 56ed57e35fba 19:06:26 ---> 78285bebb269 19:06:26 [Warning] One or more build-args [ARCH] were not consumed 19:06:26 Successfully built 78285bebb269 19:06:26 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // ws [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:06:28 provisioning config files... 19:06:28 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-133@tmp/config4476756370685371064tmp [Pipeline] { [Pipeline] sh 19:06:29 + set +x 19:06:29 + curl -s https://codecov.io/bash 19:06:29 + bash -s -- 19:06:29 19:06:29 _____ _ 19:06:29 / ____| | | 19:06:29 | | ___ __| | ___ ___ _____ __ 19:06:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:06:29 | |___| (_) | (_| | __/ (_| (_) \ V / 19:06:29 \_____\___/ \__,_|\___|\___\___/ \_/ 19:06:29 Bash-20200917-4e8f14b 19:06:29 19:06:29 19:06:29 ==> Jenkins CI detected. 19:06:29 project root: . 19:06:29 --> token set from env 19:06:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:06:29 ==> Running gcov in . (disable via -X gcov) 19:06:29 ==> Python coveragepy not found 19:06:29 ==> Searching for coverage reports in: 19:06:29 + . 19:06:29 -> Found 1 reports 19:06:29 ==> Detecting git/mercurial file structure 19:06:29 ==> Reading reports 19:06:29 + ./coverage.out bytes=46542 19:06:29 ==> Appending adjustments 19:06:29 https://docs.codecov.io/docs/fixing-reports 19:06:29 + Found adjustments 19:06:29 ==> Gzipping contents 19:06:29 ==> Uploading reports 19:06:29 url: https://codecov.io 19:06:29 query: branch=PR-133&commit=91b6cffc5c456462fe53a11172bab6380debd0de&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-133%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=133&job=&cmd_args= 19:06:29 -> Pinging Codecov 19:06:29 https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-133&commit=91b6cffc5c456462fe53a11172bab6380debd0de&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-133%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=133&job=&cmd_args= 19:06:30 -> Uploading to 19:06:30 https://storage.googleapis.com/codecov/v4/raw/2020-09-28/5E52B4B073DB2E39498172D8E973AA87/91b6cffc5c456462fe53a11172bab6380debd0de/ba9d2c5b-2aee-40f5-b681-cba491c9a948.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20200928%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20200928T190630Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=990dc69883db60996b73cb0985684c3ce641c13ae57c9d639030c1492d381a4b 19:06:30 % Total % Received % Xferd Average Speed Time Time Time Current 19:06:30 Dload Upload Total Spent Left Speed 19:06:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5758 0 0 100 5758 0 13003 --:--:-- --:--:-- --:--:-- 13027 19:06:30 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/91b6cffc5c456462fe53a11172bab6380debd0de [Pipeline] } 19:06:30 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 19:06:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:06:34 ---> package-listing.sh 19:06:34 ++ facter osfamily 19:06:34 ++ tr '[:upper:]' '[:lower:]' 19:06:34 + OS_FAMILY=redhat 19:06:34 + workspace=/w/workspace/foundry_device-virtual-go_PR-133 19:06:34 + START_PACKAGES=/tmp/packages_start.txt 19:06:34 + END_PACKAGES=/tmp/packages_end.txt 19:06:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:06:34 + PACKAGES=/tmp/packages_start.txt 19:06:34 + '[' /w/workspace/foundry_device-virtual-go_PR-133 ']' 19:06:34 + PACKAGES=/tmp/packages_end.txt 19:06:34 + case "${OS_FAMILY}" in 19:06:34 + rpm -qa 19:06:34 + sort 19:06:38 + '[' -f /tmp/packages_start.txt ']' 19:06:38 + '[' -f /tmp/packages_end.txt ']' 19:06:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:06:38 + '[' /w/workspace/foundry_device-virtual-go_PR-133 ']' 19:06:38 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-133/archives/ 19:06:38 + 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 19:06:39 provisioning config files... 19:06:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-133@tmp/config5646493011819171794tmp [Pipeline] { [Pipeline] echo 19:06:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:06:39 ---> create-netrc.sh [Pipeline] } 19:06:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:06:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:06:39 ---> python-tools-install.sh 19:06:39 Generating Requirements File 19:08:01 Python 3.6.8 19:08:01 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 19:08:01 appdirs==1.4.3 19:08:01 argcomplete==1.12.1 19:08:01 aspy.yaml==1.3.0 19:08:01 attrs==19.3.0 19:08:01 Babel==2.8.0 19:08:01 beautifulsoup4==4.8.2 19:08:01 boto3==1.11.6 19:08:01 botocore==1.14.6 19:08:01 bs4==0.0.1 19:08:01 cachetools==4.1.1 19:08:01 certifi==2019.11.28 19:08:01 cffi==1.14.3 19:08:01 cfgv==2.0.1 19:08:01 chardet==3.0.4 19:08:01 click==7.1 19:08:01 cliff==3.4.0 19:08:01 cmd2==1.3.10 19:08:01 colorama==0.4.3 19:08:01 cryptography==3.1.1 19:08:01 debtcollector==2.2.0 19:08:01 decorator==4.4.2 19:08:01 defusedxml==0.6.0 19:08:01 Deprecated==1.2.7 19:08:01 distlib==0.3.1 19:08:01 distro==1.2.0 19:08:01 dnspython==1.16.0 19:08:01 docker==4.2.0 19:08:01 docutils==0.15.2 19:08:01 dogpile.cache==1.0.2 19:08:01 email-validator==1.0.5 19:08:01 filelock==3.0.12 19:08:01 future==0.18.2 19:08:01 google-auth==1.21.3 19:08:01 httplib2==0.17.0 19:08:01 identify==1.4.11 19:08:01 idna==2.9 19:08:01 importlib-metadata==1.7.0 19:08:01 importlib-resources==1.5.0 19:08:01 iso8601==0.1.13 19:08:01 Jinja2==2.11.1 19:08:01 jmespath==0.10.0 19:08:01 jsonpatch==1.26 19:08:01 jsonpointer==2.0 19:08:01 jsonschema==3.2.0 19:08:01 keystoneauth1==4.2.1 19:08:01 kubernetes==11.0.0 19:08:01 lftools==0.34.2 19:08:01 lxml==4.5.0 19:08:01 MarkupSafe==0.23 19:08:01 msgpack==1.0.0 19:08:01 multi-key-dict==2.0.3 19:08:01 munch==2.5.0 19:08:01 netaddr==0.8.0 19:08:01 netifaces==0.10.9 19:08:01 niet==1.4.2 19:08:01 nodeenv==1.3.5 19:08:01 oauth2client==4.1.3 19:08:01 oauthlib==3.1.0 19:08:01 openstacksdk==0.50.0 19:08:01 os-client-config==2.1.0 19:08:01 os-service-types==1.7.0 19:08:01 osc-lib==2.2.1 19:08:01 oslo.config==8.3.2 19:08:01 oslo.context==3.1.1 19:08:01 oslo.i18n==5.0.1 19:08:01 oslo.log==4.4.0 19:08:01 oslo.serialization==4.0.1 19:08:01 oslo.utils==4.6.0 19:08:01 packaging==20.4 19:08:01 pbr==5.4.4 19:08:01 pluggy==0.13.1 19:08:01 prettytable==0.7.2 19:08:01 py==1.9.0 19:08:01 pyasn1==0.4.8 19:08:01 pyasn1-modules==0.2.8 19:08:01 pycparser==2.20 19:08:01 pygerrit2==2.0.10 19:08:01 PyGithub==1.46 19:08:01 pyinotify==0.9.6 19:08:01 PyJWT==1.7.1 19:08:01 pyparsing==2.4.7 19:08:01 pyperclip==1.8.0 19:08:01 pyroute2==0.4.13 19:08:01 pyrsistent==0.15.7 19:08:01 PySocks==1.6.8 19:08:01 python-cinderclient==7.2.0 19:08:01 python-dateutil==2.8.1 19:08:01 python-heatclient==2.2.1 19:08:01 python-jenkins==1.7.0 19:08:01 python-keystoneclient==4.1.1 19:08:01 python-magnumclient==3.2.1 19:08:01 python-novaclient==17.2.1 19:08:01 python-openstackclient==5.3.1 19:08:01 python-swiftclient==3.10.1 19:08:01 pytz==2020.1 19:08:01 PyYAML==5.3 19:08:01 requests==2.23.0 19:08:01 requests-oauthlib==1.3.0 19:08:01 requestsexceptions==1.4.0 19:08:01 rfc3986==1.4.0 19:08:01 rpm==4.11.3 19:08:01 rsa==4.0 19:08:01 ruamel.yaml==0.16.10 19:08:01 ruamel.yaml.clib==0.2.0 19:08:01 s3transfer==0.3.3 19:08:01 shade==1.27.2 19:08:01 simplejson==3.17.2 19:08:01 six==1.14.0 19:08:01 soupsieve==2.0 19:08:01 stevedore==3.2.2 19:08:01 tabulate==0.8.6 19:08:01 toml==0.10.0 19:08:01 tox==3.20.0 19:08:01 tqdm==4.43.0 19:08:01 urllib3==1.25.8 19:08:01 virtualenv==20.0.31 19:08:01 wcwidth==0.2.5 19:08:01 websocket-client==0.57.0 19:08:01 wrapt==1.12.1 19:08:01 xdg==3.0.2 19:08:01 xmltodict==0.12.0 19:08:01 yq==2.11.1 19:08:01 zipp==3.2.0 19:08:01 Cache entry deserialization failed, entry ignored 19:08:01 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. 19:08:01 Python 2.7.5 19:08:01 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 19:08:01 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. 19:08:01 ansible==2.9.7 19:08:01 Babel==0.9.6 19:08:01 backports.ssl-match-hostname==3.5.0.1 19:08:01 beautifulsoup4==4.4.1 19:08:01 bodhi==2.11.0 19:08:01 bodhi-client==2.11.0 19:08:01 CCColUtils==1.4 19:08:01 cffi==1.6.0 19:08:01 chardet==2.2.1 19:08:01 click==6.7 19:08:01 cloud-init==18.5 19:08:01 configobj==4.7.2 19:08:01 cryptography==1.7.2 19:08:01 decorator==3.4.0 19:08:01 distro==1.2.0 19:08:01 enum34==1.0.4 19:08:01 fedpkg==1.38 19:08:01 futures==3.1.1 19:08:01 gitdb==0.6.4 19:08:01 GitPython==1.0.1 19:08:01 html5lib==0.999 19:08:01 httplib2==0.9.2 19:08:01 idna==2.4 19:08:01 iniparse==0.4 19:08:01 ipaddress==1.0.16 19:08:01 IPy==0.75 19:08:01 javapackages==1.0.0 19:08:01 Jinja2==2.7.2 19:08:01 jmespath==0.9.4 19:08:01 jsonpatch==1.2 19:08:01 jsonpointer==1.9 19:08:01 kerberos==1.1 19:08:01 kitchen==1.1.1 19:08:01 langtable==0.0.31 19:08:01 lockfile==0.9.1 19:08:01 lxml==3.2.1 19:08:01 MarkupSafe==0.11 19:08:01 munch==2.0.2 19:08:01 offtrac==0.1.0 19:08:01 openidc-client==0.6.0 19:08:01 packagedb-cli==2.14.1 19:08:01 paramiko==2.1.1 19:08:01 perf==0.1 19:08:01 ply==3.4 19:08:01 policycoreutils-default-encoding==0.1 19:08:01 prettytable==0.7.2 19:08:01 pyasn1==0.1.9 19:08:01 pycparser==2.14 19:08:01 pycurl==7.19.0 19:08:01 pygobject==3.22.0 19:08:01 pygpgme==0.3 19:08:01 pyliblzma==0.5.3 19:08:01 pyOpenSSL==0.13.1 19:08:01 pyparsing==1.5.6 19:08:01 pyserial==2.6 19:08:01 python-augeas==0.5.0 19:08:01 python-bugzilla==2.3.0 19:08:01 python-dateutil==1.5 19:08:01 python-fedora==0.10.0 19:08:01 python-linux-procfs==0.4.9 19:08:01 python-yubico==1.2.3 19:08:01 pyudev==0.15 19:08:01 pyusb==1.0.0b1 19:08:01 pyxattr==0.5.1 19:08:01 PyYAML==3.10 19:08:01 requests==2.6.0 19:08:01 requests-kerberos==0.7.0 19:08:01 rpkg==1.60 19:08:01 schedutils==0.4 19:08:01 seobject==0.1 19:08:01 sepolicy==1.1 19:08:01 six==1.9.0 19:08:01 smmap==0.9.0 19:08:01 urlgrabber==3.10 19:08:01 urllib3==1.10.2 19:08:01 virtualenv==15.1.0 19:08:01 yum-langpacks==0.4.2 19:08:01 yum-metadata-parser==1.1.4 [Pipeline] echo 19:08:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:08:01 ---> sudo-logs.sh 19:08:01 Archiving 'sudo' log.. [Pipeline] echo 19:08:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:08:02 ---> job-cost.sh 19:08:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7LWB 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:14 Cache entry deserialization failed, entry ignored 19:08:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:08:52 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. 19:08:52 19:08:52 We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 19:08:52 19:08:52 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. 19:08:52 lf-activate-venv(): INFO: Adding /tmp/venv-7LWB/bin to PATH 19:08:52 INFO: No Stack... 19:08:52 INFO: Retrieving Pricing Info for: v1-standard-2 19:08:52 INFO: Archiving Costs [Pipeline] echo 19:08:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:08:52 ---> logs-deploy.sh 19:08:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-133/3 19:08:52 INFO: archiving workspace using pattern(s): 19:08:54 Archives upload complete. 19:08:54 INFO: archiving logs to Nexus