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 [2020-09-28T19:00:28.267Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-28T19:00:28.543Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-28T19:00:28.660Z] ========================================================= [2020-09-28T19:00:28.660Z] EdgeX Global Pipelines Version Info [2020-09-28T19:00:28.660Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-28T19:00:30.137Z] ------------------- [2020-09-28T19:00:30.138Z] stable info: [2020-09-28T19:00:30.138Z] ------------------- [2020-09-28T19:00:30.138Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-28T19:00:30.138Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-28T19:00:30.138Z] Message: update stable to v1.0.131 [2020-09-28T19:00:31.088Z] ------------------- [2020-09-28T19:00:31.088Z] experimental info: [2020-09-28T19:00:31.089Z] ------------------- [2020-09-28T19:00:31.089Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-28T19:00:31.089Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-28T19:00:31.089Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-28T19:00:31.519Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-09-28T19:00:31.664Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-09-28T19:00:31.770Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-28T19:00:31.908Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-28T19:00:32.044Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-28T19:00:32.149Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-28T19:00:32.279Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-28T19:00:32.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-28T19:00:32.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-28T19:00:32.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-28T19:00:32.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-28T19:00:32.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-09-28T19:00:32.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-28T19:00:33.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-28T19:00:33.154Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-28T19:00:33.280Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-28T19:00:33.417Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-28T19:00:33.523Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-28T19:00:33.618Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-28T19:00:33.739Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-28T19:00:33.841Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-28T19:00:33.962Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-28T19:00:34.106Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-28T19:00:34.203Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-28T19:00:34.331Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-09-28T19:00:34.428Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-133 [Pipeline] echo [2020-09-28T19:00:34.576Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-133 [Pipeline] echo [2020-09-28T19:00:34.673Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-133 [Pipeline] echo [2020-09-28T19:00:34.808Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91b6cffc5c456462fe53a11172bab6380debd0de [Pipeline] echo [2020-09-28T19:00:34.917Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91b6cff [Pipeline] echo [2020-09-28T19:00:35.025Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-28T19:00:35.697Z] + git log --format=format:%s -1 91b6cffc5c456462fe53a11172bab6380debd0de [Pipeline] echo [2020-09-28T19:00:35.777Z] GIT_COMMIT: 91b6cffc5c456462fe53a11172bab6380debd0de, Commit Message: feat: Support array value type [Pipeline] echo [2020-09-28T19:00:35.829Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-28T19:00:36.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-28T19:00:36.989Z] [2020-09-28T19:00:36.989Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-28T19:00:37.353Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-28T19:00:37.353Z] latest: Pulling from edgex-devops/git-semver [2020-09-28T19:00:37.353Z] 31603596830f: Pulling fs layer [2020-09-28T19:00:37.353Z] 2a8b12db71e7: Pulling fs layer [2020-09-28T19:00:37.353Z] 6ca5941a6612: Pulling fs layer [2020-09-28T19:00:37.353Z] ecc8261a40a4: Pulling fs layer [2020-09-28T19:00:37.353Z] ecc8261a40a4: Waiting [2020-09-28T19:00:37.353Z] 2a8b12db71e7: Verifying Checksum [2020-09-28T19:00:37.353Z] 2a8b12db71e7: Download complete [2020-09-28T19:00:37.625Z] 31603596830f: Verifying Checksum [2020-09-28T19:00:37.625Z] 31603596830f: Download complete [2020-09-28T19:00:37.625Z] ecc8261a40a4: Verifying Checksum [2020-09-28T19:00:37.625Z] 6ca5941a6612: Verifying Checksum [2020-09-28T19:00:37.625Z] 6ca5941a6612: Download complete [2020-09-28T19:00:37.894Z] 31603596830f: Pull complete [2020-09-28T19:00:37.894Z] 2a8b12db71e7: Pull complete [2020-09-28T19:00:38.861Z] 6ca5941a6612: Pull complete [2020-09-28T19:00:39.126Z] ecc8261a40a4: Pull complete [2020-09-28T19:00:39.126Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-28T19:00:39.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-28T19:00:39.126Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-28T19:00:39.237Z] prd-centos7-docker-4c-2g-1804 does not seem to be running inside a container [2020-09-28T19:00:39.288Z] $ 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 [2020-09-28T19:00:41.329Z] $ docker top a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-28T19:00:41.660Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-28T19:00:41.660Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-28T19:00:41.892Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-28T19:00:41.898Z] $ docker exec a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 ssh-agent [2020-09-28T19:00:42.082Z] SSH_AUTH_SOCK=/tmp/ssh-0eCmhar8ZPVe/agent.11 [2020-09-28T19:00:42.082Z] SSH_AGENT_PID=16 [2020-09-28T19:00:42.097Z] Running ssh-add (command line suppressed) [2020-09-28T19:00:42.230Z] 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) [2020-09-28T19:00:42.285Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-28T19:00:42.650Z] + git describe --exact-match --tags HEAD [2020-09-28T19:00:42.650Z] fatal: no tag exactly matches '91b6cffc5c456462fe53a11172bab6380debd0de' [Pipeline] } [2020-09-28T19:00:42.680Z] $ docker exec --env ******** --env ******** a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 ssh-agent -k [2020-09-28T19:00:42.799Z] unset SSH_AUTH_SOCK; [2020-09-28T19:00:42.799Z] unset SSH_AGENT_PID; [2020-09-28T19:00:42.799Z] echo Agent pid 16 killed; [2020-09-28T19:00:42.848Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-28T19:00:42.947Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-28T19:00:42.947Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-28T19:00:43.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-28T19:00:43.083Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-28T19:00:43.268Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-28T19:00:43.274Z] $ docker exec a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 ssh-agent [2020-09-28T19:00:43.451Z] SSH_AUTH_SOCK=/tmp/ssh-DPTuZlVtddfq/agent.46 [2020-09-28T19:00:43.451Z] SSH_AGENT_PID=51 [2020-09-28T19:00:43.459Z] Running ssh-add (command line suppressed) [2020-09-28T19:00:43.590Z] 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) [2020-09-28T19:00:43.643Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-28T19:00:43.986Z] + git semver init [2020-09-28T19:00:43.986Z] # -> Open(): unable to determine branch for HEAD [2020-09-28T19:00:43.986Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-133/.git [2020-09-28T19:00:43.986Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-133 [2020-09-28T19:00:43.986Z] # $SEMVER_REMOTE_NAME = origin [2020-09-28T19:00:43.986Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-28T19:00:43.986Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-28T19:00:43.986Z] # $SEMVER_BRANCH = PR-133 [2020-09-28T19:00:43.986Z] # $SEMVER_TEMP = /tmp/semver-270460656 [2020-09-28T19:00:43.986Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-09-28T19:00:44.251Z] # '/tmp/semver-270460656' -> '/w/workspace/foundry_device-virtual-go_PR-133/.semver' [2020-09-28T19:00:44.251Z] # -> Force: false [2020-09-28T19:00:44.251Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-133/.semver [Pipeline] } [2020-09-28T19:00:44.268Z] $ docker exec --env ******** --env ******** a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 ssh-agent -k [2020-09-28T19:00:44.392Z] unset SSH_AUTH_SOCK; [2020-09-28T19:00:44.392Z] unset SSH_AGENT_PID; [2020-09-28T19:00:44.392Z] echo Agent pid 51 killed; [2020-09-28T19:00:44.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-28T19:00:44.993Z] + git semver [Pipeline] } [2020-09-28T19:00:45.018Z] $ docker stop --time=1 a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 [2020-09-28T19:00:46.402Z] $ docker rm -f a373a0a813887a3fb319a127c416bf45c1432e2f22c8db574ed0321d02b77f67 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-28T19:00:47.368Z] Stashed 29 file(s) [Pipeline] echo [2020-09-28T19:00:47.372Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-28T19:00:47.527Z] 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-28T19:01:03.100Z] Still waiting to schedule task [2020-09-28T19:01:03.100Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-28T19:01:03.102Z] Still waiting to schedule task [2020-09-28T19:01:03.102Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-28T19:02:55.397Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1806 in /w/workspace/foundry_device-virtual-go_PR-133 [Pipeline] { [Pipeline] ws [2020-09-28T19:02:55.450Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-09-28T19:03:00.483Z] using credential edgex-jenkins-ssh [2020-09-28T19:03:00.578Z] Cloning the remote Git repository [2020-09-28T19:03:00.658Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-28T19:03:00.777Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-09-28T19:03:00.871Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-28T19:03:00.872Z] > git --version # timeout=10 [2020-09-28T19:03:00.896Z] > git --version # 'git version 2.17.1' [2020-09-28T19:03:00.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T19:03:00.987Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T19:03:02.866Z] Merging remotes/origin/master commit 5bf229cf24b8f9ed794e66431934aece6c25b156 into PR head commit 91b6cffc5c456462fe53a11172bab6380debd0de [2020-09-28T19:03:01.915Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-28T19:03:01.938Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T19:03:01.967Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-28T19:03:02.019Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-28T19:03:02.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T19:03:02.032Z] > 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-28T19:03:02.899Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T19:03:02.919Z] > git checkout -f 91b6cffc5c456462fe53a11172bab6380debd0de # timeout=10 [2020-09-28T19:03:03.086Z] Merge succeeded, producing 91b6cffc5c456462fe53a11172bab6380debd0de [2020-09-28T19:03:03.086Z] Checking out Revision 91b6cffc5c456462fe53a11172bab6380debd0de (PR-133) [2020-09-28T19:03:03.007Z] > git remote # timeout=10 [2020-09-28T19:03:03.024Z] > git config --get remote.origin.url # timeout=10 [2020-09-28T19:03:03.046Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T19:03:03.057Z] > git merge 5bf229cf24b8f9ed794e66431934aece6c25b156 # timeout=10 [2020-09-28T19:03:03.080Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-28T19:03:03.105Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T19:03:03.119Z] > git checkout -f 91b6cffc5c456462fe53a11172bab6380debd0de # timeout=10 [2020-09-28T19:03:07.683Z] 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-28T19:03:08.683Z] ========================================================= [2020-09-28T19:03:08.684Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-28T19:03:08.684Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-28T19:03:09.795Z] + 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-28T19:03:10.790Z] Sending build context to Docker daemon 711.2kB [2020-09-28T19:03:10.790Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-28T19:03:10.790Z] Step 2/8 : FROM ${BASE} [2020-09-28T19:03:11.065Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-28T19:03:11.066Z] b538f80385f9: Pulling fs layer [2020-09-28T19:03:11.066Z] 74f711af9a0d: Pulling fs layer [2020-09-28T19:03:11.066Z] 99f96fe45779: Pulling fs layer [2020-09-28T19:03:11.066Z] 8529a6b9a6be: Pulling fs layer [2020-09-28T19:03:11.066Z] 45590311c82a: Pulling fs layer [2020-09-28T19:03:11.066Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-28T19:03:11.066Z] 209524e5b208: Pulling fs layer [2020-09-28T19:03:11.066Z] 8529a6b9a6be: Waiting [2020-09-28T19:03:11.066Z] 45590311c82a: Waiting [2020-09-28T19:03:11.066Z] 69ca0ff8b7b3: Waiting [2020-09-28T19:03:11.066Z] 209524e5b208: Waiting [2020-09-28T19:03:11.066Z] 99f96fe45779: Verifying Checksum [2020-09-28T19:03:11.066Z] 99f96fe45779: Download complete [2020-09-28T19:03:11.066Z] 74f711af9a0d: Verifying Checksum [2020-09-28T19:03:11.066Z] 74f711af9a0d: Download complete [2020-09-28T19:03:11.066Z] 45590311c82a: Verifying Checksum [2020-09-28T19:03:11.066Z] 45590311c82a: Download complete [2020-09-28T19:03:11.066Z] 69ca0ff8b7b3: Download complete [2020-09-28T19:03:11.066Z] b538f80385f9: Download complete [2020-09-28T19:03:12.066Z] b538f80385f9: Pull complete [2020-09-28T19:03:12.668Z] 74f711af9a0d: Pull complete [2020-09-28T19:03:12.946Z] 99f96fe45779: Pull complete [2020-09-28T19:03:13.939Z] 209524e5b208: Verifying Checksum [2020-09-28T19:03:13.939Z] 209524e5b208: Download complete [2020-09-28T19:03:15.374Z] 8529a6b9a6be: Verifying Checksum [2020-09-28T19:03:15.374Z] 8529a6b9a6be: Download complete [2020-09-28T19:03:25.547Z] 8529a6b9a6be: Pull complete [2020-09-28T19:03:25.548Z] 45590311c82a: Pull complete [2020-09-28T19:03:25.823Z] 69ca0ff8b7b3: Pull complete [2020-09-28T19:03:29.227Z] 209524e5b208: Pull complete [2020-09-28T19:03:29.504Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-28T19:03:29.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-28T19:03:29.504Z] ---> 5bddaf1c2fca [2020-09-28T19:03:29.504Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-28T19:03:32.907Z] ---> Running in 82a10852b754 [2020-09-28T19:03:32.907Z] Removing intermediate container 82a10852b754 [2020-09-28T19:03:32.907Z] ---> d7c8991f66b9 [2020-09-28T19:03:32.907Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-28T19:03:32.907Z] ---> Running in 7587afca2498 [2020-09-28T19:03:36.347Z] Removing intermediate container 7587afca2498 [2020-09-28T19:03:36.347Z] ---> 4c2bc1aa311d [2020-09-28T19:03:36.347Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-28T19:03:36.347Z] ---> Running in f35d6930ca56 [2020-09-28T19:03:37.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-28T19:03:38.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-28T19:03:38.927Z] (1/14) Installing libmagic (5.38-r0) [2020-09-28T19:03:38.927Z] (2/14) Installing file (5.38-r0) [2020-09-28T19:03:38.927Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-28T19:03:39.200Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-28T19:03:51.594Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-28T19:03:51.594Z] (6/14) Installing patch (2.7.6-r6) [2020-09-28T19:03:51.594Z] (7/14) Installing build-base (0.5-r2) [2020-09-28T19:03:51.594Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-28T19:03:51.868Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-28T19:03:51.868Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-28T19:03:52.843Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-28T19:03:52.843Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-28T19:03:52.843Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-28T19:03:53.118Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-28T19:03:53.118Z] Executing busybox-1.31.1-r16.trigger [2020-09-28T19:03:53.164Z] Running on prd-centos7-docker-4c-2g-1807 in /w/workspace/foundry_device-virtual-go_PR-133 [Pipeline] { [Pipeline] ws [2020-09-28T19:03:53.221Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-09-28T19:03:53.394Z] OK: 221 MiB in 53 packages [2020-09-28T19:03:57.719Z] Removing intermediate container f35d6930ca56 [2020-09-28T19:03:57.719Z] ---> 91da873f8573 [2020-09-28T19:03:57.719Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-28T19:03:57.719Z] ---> Running in 1a84adac4133 [2020-09-28T19:03:58.316Z] Removing intermediate container 1a84adac4133 [2020-09-28T19:03:58.316Z] ---> 10f0b7fa5896 [2020-09-28T19:03:58.316Z] Step 7/8 : COPY . . [2020-09-28T19:03:59.715Z] using credential edgex-jenkins-ssh [2020-09-28T19:03:59.752Z] ---> b3e0498529fe [2020-09-28T19:03:59.752Z] Step 8/8 : RUN go mod download [2020-09-28T19:03:59.793Z] Cloning the remote Git repository [2020-09-28T19:04:00.031Z] ---> Running in 85574342343f [2020-09-28T19:03:59.867Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-28T19:03:59.954Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-09-28T19:04:00.054Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-28T19:04:00.054Z] > git --version # timeout=10 [2020-09-28T19:04:00.068Z] > git --version # 'git version 2.16.5' [2020-09-28T19:04:00.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T19:04:00.113Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T19:04:00.663Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-28T19:04:00.675Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T19:04:00.691Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-28T19:04:00.708Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-28T19:04:00.709Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T19:04:00.718Z] > 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-28T19:04:01.474Z] Merging remotes/origin/master commit 5bf229cf24b8f9ed794e66431934aece6c25b156 into PR head commit 91b6cffc5c456462fe53a11172bab6380debd0de [2020-09-28T19:04:01.852Z] Merge succeeded, producing 91b6cffc5c456462fe53a11172bab6380debd0de [2020-09-28T19:04:01.853Z] Checking out Revision 91b6cffc5c456462fe53a11172bab6380debd0de (PR-133) [2020-09-28T19:04:01.485Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T19:04:01.499Z] > git checkout -f 91b6cffc5c456462fe53a11172bab6380debd0de # timeout=10 [2020-09-28T19:04:01.781Z] > git remote # timeout=10 [2020-09-28T19:04:01.801Z] > git config --get remote.origin.url # timeout=10 [2020-09-28T19:04:01.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T19:04:01.817Z] > git merge 5bf229cf24b8f9ed794e66431934aece6c25b156 # timeout=10 [2020-09-28T19:04:01.829Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-28T19:04:01.857Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T19:04:01.887Z] > git checkout -f 91b6cffc5c456462fe53a11172bab6380debd0de # timeout=10 [2020-09-28T19:04:05.809Z] 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-28T19:04:06.707Z] ========================================================= [2020-09-28T19:04:06.707Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-28T19:04:06.707Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-28T19:04:07.476Z] + 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-28T19:04:07.765Z] Sending build context to Docker daemon 711.2kB [2020-09-28T19:04:08.029Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-28T19:04:08.029Z] Step 2/8 : FROM ${BASE} [2020-09-28T19:04:08.029Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-28T19:04:08.029Z] df20fa9351a1: Pulling fs layer [2020-09-28T19:04:08.029Z] ed8968b2872e: Pulling fs layer [2020-09-28T19:04:08.029Z] a92cc7c5fd73: Pulling fs layer [2020-09-28T19:04:08.029Z] e871e8e8d7a9: Pulling fs layer [2020-09-28T19:04:08.029Z] e73272ec9a57: Pulling fs layer [2020-09-28T19:04:08.029Z] 1e910a182e73: Pulling fs layer [2020-09-28T19:04:08.029Z] 4e634b169226: Pulling fs layer [2020-09-28T19:04:08.029Z] e73272ec9a57: Waiting [2020-09-28T19:04:08.029Z] 1e910a182e73: Waiting [2020-09-28T19:04:08.029Z] 4e634b169226: Waiting [2020-09-28T19:04:08.029Z] e871e8e8d7a9: Waiting [2020-09-28T19:04:08.029Z] a92cc7c5fd73: Verifying Checksum [2020-09-28T19:04:08.029Z] a92cc7c5fd73: Download complete [2020-09-28T19:04:08.029Z] ed8968b2872e: Verifying Checksum [2020-09-28T19:04:08.029Z] ed8968b2872e: Download complete [2020-09-28T19:04:08.029Z] e73272ec9a57: Verifying Checksum [2020-09-28T19:04:08.029Z] e73272ec9a57: Download complete [2020-09-28T19:04:08.029Z] 1e910a182e73: Verifying Checksum [2020-09-28T19:04:08.029Z] 1e910a182e73: Download complete [2020-09-28T19:04:08.629Z] df20fa9351a1: Verifying Checksum [2020-09-28T19:04:08.629Z] df20fa9351a1: Download complete [2020-09-28T19:04:09.248Z] df20fa9351a1: Pull complete [2020-09-28T19:04:09.545Z] ed8968b2872e: Pull complete [2020-09-28T19:04:09.816Z] a92cc7c5fd73: Pull complete [2020-09-28T19:04:11.254Z] 4e634b169226: Verifying Checksum [2020-09-28T19:04:11.254Z] 4e634b169226: Download complete [2020-09-28T19:04:12.233Z] e871e8e8d7a9: Verifying Checksum [2020-09-28T19:04:12.233Z] e871e8e8d7a9: Download complete [2020-09-28T19:04:18.331Z] Removing intermediate container 85574342343f [2020-09-28T19:04:18.331Z] ---> d723d78dcc59 [2020-09-28T19:04:18.331Z] Successfully built d723d78dcc59 [2020-09-28T19:04:18.331Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-28T19:04:18.732Z] + docker inspect -f . ci-base-image-arm64 [2020-09-28T19:04:18.732Z] . [Pipeline] withDockerContainer [2020-09-28T19:04:19.013Z] prd-ubuntu18.04-docker-arm64-4c-16g-1806 does not seem to be running inside a container [2020-09-28T19:04:19.103Z] $ 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 [2020-09-28T19:04:20.521Z] e871e8e8d7a9: Pull complete [2020-09-28T19:04:20.521Z] e73272ec9a57: Pull complete [2020-09-28T19:04:20.521Z] 1e910a182e73: Pull complete [2020-09-28T19:04:20.894Z] $ docker top d3616e4115f833051c7d53a6a94e427fe5095f824e44d5a3c752f4815720bbae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-28T19:04:22.256Z] + go version [2020-09-28T19:04:22.256Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-28T19:04:22.286Z] $ docker stop --time=1 d3616e4115f833051c7d53a6a94e427fe5095f824e44d5a3c752f4815720bbae [2020-09-28T19:04:24.156Z] $ docker rm -f d3616e4115f833051c7d53a6a94e427fe5095f824e44d5a3c752f4815720bbae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-28T19:04:25.192Z] + docker inspect -f . ci-base-image-arm64 [2020-09-28T19:04:25.192Z] . [Pipeline] withDockerContainer [2020-09-28T19:04:25.465Z] prd-ubuntu18.04-docker-arm64-4c-16g-1806 does not seem to be running inside a container [2020-09-28T19:04:25.553Z] $ 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 [2020-09-28T19:04:27.216Z] 4e634b169226: Pull complete [2020-09-28T19:04:27.216Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-28T19:04:27.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-28T19:04:27.216Z] ---> f7629b54cfaa [2020-09-28T19:04:27.216Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-28T19:04:27.376Z] $ docker top 475130b3230714c455cf111305e1e9a86f2d622bfe8bb6dbc7c0a80c9db28c6f -eo pid,comm [2020-09-28T19:04:27.497Z] ---> Running in 68d61663da15 [Pipeline] { [Pipeline] sh [2020-09-28T19:04:28.131Z] Removing intermediate container 68d61663da15 [2020-09-28T19:04:28.131Z] ---> f1f17eb9e6c7 [2020-09-28T19:04:28.131Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-28T19:04:28.131Z] ---> Running in ca375063ed6c [2020-09-28T19:04:28.799Z] + make test [2020-09-28T19:04:28.799Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-28T19:04:29.558Z] Removing intermediate container ca375063ed6c [2020-09-28T19:04:29.558Z] ---> f21ee8286c9c [2020-09-28T19:04:29.558Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-28T19:04:29.793Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-28T19:04:29.843Z] ---> Running in 6832f0b5a966 [2020-09-28T19:04:30.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-28T19:04:31.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-28T19:04:32.347Z] (1/14) Installing libmagic (5.38-r0) [2020-09-28T19:04:32.632Z] (2/14) Installing file (5.38-r0) [2020-09-28T19:04:32.632Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-28T19:04:32.632Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-28T19:04:47.631Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-28T19:04:47.631Z] (6/14) Installing patch (2.7.6-r6) [2020-09-28T19:04:47.631Z] (7/14) Installing build-base (0.5-r2) [2020-09-28T19:04:47.631Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-28T19:04:47.631Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-28T19:04:47.631Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-28T19:04:47.631Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-28T19:04:47.631Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-28T19:04:47.631Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-28T19:04:47.631Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-28T19:04:47.631Z] Executing busybox-1.31.1-r16.trigger [2020-09-28T19:04:47.631Z] OK: 237 MiB in 53 packages [2020-09-28T19:04:51.066Z] Removing intermediate container 6832f0b5a966 [2020-09-28T19:04:51.066Z] ---> d08012cbb31c [2020-09-28T19:04:51.066Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-28T19:04:51.066Z] ---> Running in 5ee9a5ac23e4 [2020-09-28T19:04:51.066Z] Removing intermediate container 5ee9a5ac23e4 [2020-09-28T19:04:51.066Z] ---> d50003f54975 [2020-09-28T19:04:51.066Z] Step 7/8 : COPY . . [2020-09-28T19:04:52.051Z] ---> 0d39cb07d526 [2020-09-28T19:04:52.051Z] Step 8/8 : RUN go mod download [2020-09-28T19:04:52.051Z] ---> Running in 6ed2ea3952a4 [2020-09-28T19:05:10.558Z] Removing intermediate container 6ed2ea3952a4 [2020-09-28T19:05:10.558Z] ---> 1280d9e0acba [2020-09-28T19:05:10.558Z] Successfully built 1280d9e0acba [2020-09-28T19:05:10.558Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-28T19:05:10.942Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-28T19:05:11.219Z] . [Pipeline] withDockerContainer [2020-09-28T19:05:11.680Z] prd-centos7-docker-4c-2g-1807 does not seem to be running inside a container [2020-09-28T19:05:11.798Z] $ 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 [2020-09-28T19:05:13.329Z] $ docker top fa8ea9d87d903df479629c332bbc2ab1739d0672cb7db75b9438d0e3e35001ee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-28T19:05:14.338Z] + go version [2020-09-28T19:05:14.338Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-28T19:05:14.359Z] $ docker stop --time=1 fa8ea9d87d903df479629c332bbc2ab1739d0672cb7db75b9438d0e3e35001ee [2020-09-28T19:05:15.820Z] $ docker rm -f fa8ea9d87d903df479629c332bbc2ab1739d0672cb7db75b9438d0e3e35001ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-28T19:05:16.838Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-28T19:05:16.838Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.473s coverage: 64.2% of statements [2020-09-28T19:05:16.838Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-28T19:05:16.943Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-28T19:05:16.943Z] . [Pipeline] withDockerContainer [2020-09-28T19:05:17.056Z] prd-centos7-docker-4c-2g-1807 does not seem to be running inside a container [2020-09-28T19:05:17.119Z] $ 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 [2020-09-28T19:05:18.040Z] $ docker top 0f1789b7a5b36a1a9086403294124ce92b316e224da19afdfe0aafb34be67c5d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-28T19:05:18.675Z] + make test [2020-09-28T19:05:18.675Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-28T19:05:19.267Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-28T19:05:20.246Z] gofmt -l . [2020-09-28T19:05:20.246Z] [ "`gofmt -l .`" = "" ] [2020-09-28T19:05:20.246Z] ./bin/test-attribution-txt.sh [2020-09-28T19:05:21.232Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-28T19:05:22.308Z] Stashed 1 file(s) [Pipeline] } [2020-09-28T19:05:22.320Z] $ docker stop --time=1 475130b3230714c455cf111305e1e9a86f2d622bfe8bb6dbc7c0a80c9db28c6f [2020-09-28T19:05:24.600Z] $ docker rm -f 475130b3230714c455cf111305e1e9a86f2d622bfe8bb6dbc7c0a80c9db28c6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-28T19:05:28.002Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-28T19:05:28.354Z] + ls -al . [2020-09-28T19:05:28.354Z] total 152 [2020-09-28T19:05:28.354Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 28 19:05 . [2020-09-28T19:05:28.354Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 28 19:03 .. [2020-09-28T19:05:28.354Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 28 19:03 .git [2020-09-28T19:05:28.354Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 28 19:03 .github [2020-09-28T19:05:28.354Z] -rw-rw-r-- 1 jenkins jenkins 258 Sep 28 19:03 .gitignore [2020-09-28T19:05:28.354Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 28 19:03 .semver [2020-09-28T19:05:28.354Z] -rw-rw-r-- 1 jenkins jenkins 6036 Sep 28 19:03 Attribution.txt [2020-09-28T19:05:28.354Z] -rw-rw-r-- 1 jenkins jenkins 1834 Sep 28 19:03 Dockerfile [2020-09-28T19:05:28.354Z] -rw-rw-r-- 1 jenkins jenkins 957 Sep 28 19:03 Dockerfile.build [2020-09-28T19:05:28.354Z] -rw-rw-r-- 1 jenkins jenkins 660 Sep 28 19:03 Jenkinsfile [2020-09-28T19:05:28.354Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 28 19:03 LICENSE [2020-09-28T19:05:28.354Z] -rw-rw-r-- 1 jenkins jenkins 873 Sep 28 19:03 Makefile [2020-09-28T19:05:28.354Z] -rw-rw-r-- 1 jenkins jenkins 918 Sep 28 19:03 README.md [2020-09-28T19:05:28.354Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 28 19:00 VERSION [2020-09-28T19:05:28.354Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 28 19:03 bin [2020-09-28T19:05:28.354Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 28 19:03 cmd [2020-09-28T19:05:28.354Z] -rw-r--r-- 1 jenkins jenkins 46542 Sep 28 19:05 coverage.out [2020-09-28T19:05:28.354Z] -rw-r--r-- 1 jenkins jenkins 862 Sep 28 19:05 go.mod [2020-09-28T19:05:28.354Z] -rw-r--r-- 1 jenkins jenkins 14908 Sep 28 19:05 go.sum [2020-09-28T19:05:28.355Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 28 19:03 internal [2020-09-28T19:05:28.355Z] -rw-rw-r-- 1 jenkins jenkins 235 Sep 28 19:03 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-28T19:05:28.788Z] + 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 . [2020-09-28T19:05:29.078Z] Sending build context to Docker daemon 774.1kB [2020-09-28T19:05:29.358Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-28T19:05:29.358Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-28T19:05:29.358Z] ---> d723d78dcc59 [2020-09-28T19:05:29.358Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-28T19:05:29.632Z] ---> Running in fb1700660b65 [2020-09-28T19:05:29.904Z] Removing intermediate container fb1700660b65 [2020-09-28T19:05:29.904Z] ---> 15cfc1f0c4cf [2020-09-28T19:05:29.904Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-28T19:05:30.177Z] ---> Running in e3cacff07cd1 [2020-09-28T19:05:30.453Z] Removing intermediate container e3cacff07cd1 [2020-09-28T19:05:30.453Z] ---> 5c7eea4c928b [2020-09-28T19:05:30.453Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-28T19:05:30.731Z] ---> Running in b1b71be4644c [2020-09-28T19:05:31.004Z] Removing intermediate container b1b71be4644c [2020-09-28T19:05:31.004Z] ---> 44db13d24a7c [2020-09-28T19:05:31.004Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-28T19:05:31.276Z] ---> Running in 53691fefa264 [2020-09-28T19:05:33.902Z] Removing intermediate container 53691fefa264 [2020-09-28T19:05:33.902Z] ---> 5325ab91f942 [2020-09-28T19:05:33.902Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-28T19:05:33.902Z] ---> Running in e19b736b4830 [2020-09-28T19:05:35.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-28T19:05:35.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-28T19:05:36.901Z] OK: 221 MiB in 53 packages [2020-09-28T19:05:37.881Z] Removing intermediate container e19b736b4830 [2020-09-28T19:05:37.881Z] ---> 2ee774677a19 [2020-09-28T19:05:37.881Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-28T19:05:37.881Z] ---> Running in 93af3c1ff4b4 [2020-09-28T19:05:38.163Z] Removing intermediate container 93af3c1ff4b4 [2020-09-28T19:05:38.163Z] ---> 9a1a869b17d3 [2020-09-28T19:05:38.163Z] Step 9/22 : COPY . . [2020-09-28T19:05:39.136Z] ---> b3e497e0c4a9 [2020-09-28T19:05:39.136Z] Step 10/22 : ARG MAKE='make build' [2020-09-28T19:05:39.411Z] ---> Running in 8e0a838cbfe1 [2020-09-28T19:05:39.683Z] Removing intermediate container 8e0a838cbfe1 [2020-09-28T19:05:39.683Z] ---> 86620f0fc5fe [2020-09-28T19:05:39.683Z] Step 11/22 : RUN $MAKE [2020-09-28T19:05:39.956Z] ---> Running in 907cecb8fb6a [2020-09-28T19:05:41.389Z] 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-28T19:05:46.390Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-28T19:05:46.390Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.663s coverage: 64.2% of statements [2020-09-28T19:05:46.390Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-28T19:05:47.880Z] gofmt -l . [2020-09-28T19:05:47.880Z] [ "`gofmt -l .`" = "" ] [2020-09-28T19:05:47.880Z] ./bin/test-attribution-txt.sh [2020-09-28T19:05:49.332Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-28T19:05:49.611Z] Warning: overwriting stash ‘coverage-report’ [2020-09-28T19:05:49.991Z] Stashed 1 file(s) [Pipeline] } [2020-09-28T19:05:50.002Z] $ docker stop --time=1 0f1789b7a5b36a1a9086403294124ce92b316e224da19afdfe0aafb34be67c5d [2020-09-28T19:05:52.351Z] $ docker rm -f 0f1789b7a5b36a1a9086403294124ce92b316e224da19afdfe0aafb34be67c5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-09-28T19:05:53.419Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-28T19:05:53.765Z] + ls -al . [2020-09-28T19:05:53.765Z] total 124 [2020-09-28T19:05:53.765Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 28 19:05 . [2020-09-28T19:05:53.765Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 28 19:04 .. [2020-09-28T19:05:53.765Z] -rw-rw-r--. 1 jenkins jenkins 6036 Sep 28 19:04 Attribution.txt [2020-09-28T19:05:53.765Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 28 19:04 bin [2020-09-28T19:05:53.765Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 28 19:04 cmd [2020-09-28T19:05:53.765Z] -rw-r--r--. 1 jenkins jenkins 46542 Sep 28 19:05 coverage.out [2020-09-28T19:05:53.765Z] -rw-rw-r--. 1 jenkins jenkins 1834 Sep 28 19:04 Dockerfile [2020-09-28T19:05:53.765Z] -rw-rw-r--. 1 jenkins jenkins 957 Sep 28 19:04 Dockerfile.build [2020-09-28T19:05:53.765Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 28 19:04 .git [2020-09-28T19:05:53.765Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 28 19:04 .github [2020-09-28T19:05:53.765Z] -rw-rw-r--. 1 jenkins jenkins 258 Sep 28 19:04 .gitignore [2020-09-28T19:05:53.765Z] -rw-r--r--. 1 jenkins jenkins 862 Sep 28 19:05 go.mod [2020-09-28T19:05:53.765Z] -rw-r--r--. 1 jenkins jenkins 14908 Sep 28 19:05 go.sum [2020-09-28T19:05:53.765Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 28 19:04 internal [2020-09-28T19:05:53.765Z] -rw-rw-r--. 1 jenkins jenkins 660 Sep 28 19:04 Jenkinsfile [2020-09-28T19:05:53.765Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 28 19:04 LICENSE [2020-09-28T19:05:53.765Z] -rw-rw-r--. 1 jenkins jenkins 873 Sep 28 19:04 Makefile [2020-09-28T19:05:53.765Z] -rw-rw-r--. 1 jenkins jenkins 918 Sep 28 19:04 README.md [2020-09-28T19:05:53.765Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 28 19:04 .semver [2020-09-28T19:05:53.765Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 28 19:00 VERSION [2020-09-28T19:05:53.765Z] -rw-rw-r--. 1 jenkins jenkins 235 Sep 28 19:04 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-28T19:05:54.091Z] + 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 . [2020-09-28T19:05:54.364Z] Sending build context to Docker daemon 774.1kB [2020-09-28T19:05:54.364Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-28T19:05:54.364Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-28T19:05:54.364Z] ---> 1280d9e0acba [2020-09-28T19:05:54.364Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-28T19:05:54.630Z] ---> Running in 161d06dd49bf [2020-09-28T19:05:54.630Z] Removing intermediate container 161d06dd49bf [2020-09-28T19:05:54.630Z] ---> b7ee083515fa [2020-09-28T19:05:54.630Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-28T19:05:54.904Z] ---> Running in 492c33b63b26 [2020-09-28T19:05:54.904Z] Removing intermediate container 492c33b63b26 [2020-09-28T19:05:54.904Z] ---> 2e247d21b075 [2020-09-28T19:05:54.904Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-28T19:05:54.904Z] ---> Running in aa6f3df454f5 [2020-09-28T19:05:55.190Z] Removing intermediate container aa6f3df454f5 [2020-09-28T19:05:55.190Z] ---> 0e2b92381bbf [2020-09-28T19:05:55.190Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-28T19:05:55.190Z] ---> Running in 14887e457945 [2020-09-28T19:05:56.658Z] Removing intermediate container 14887e457945 [2020-09-28T19:05:56.658Z] ---> 82468582ba06 [2020-09-28T19:05:56.658Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-28T19:05:56.930Z] ---> Running in 2677d03ed36e [2020-09-28T19:05:57.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-28T19:05:58.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-28T19:05:58.692Z] OK: 237 MiB in 53 packages [2020-09-28T19:05:58.956Z] Removing intermediate container 2677d03ed36e [2020-09-28T19:05:58.956Z] ---> 9fc3ad96bf5f [2020-09-28T19:05:58.956Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-28T19:05:59.222Z] ---> Running in 8cdf6efcbd5f [2020-09-28T19:05:59.223Z] Removing intermediate container 8cdf6efcbd5f [2020-09-28T19:05:59.223Z] ---> cc4667af2aaa [2020-09-28T19:05:59.223Z] Step 9/22 : COPY . . [2020-09-28T19:06:00.191Z] ---> 8db4f8422166 [2020-09-28T19:06:00.191Z] Step 10/22 : ARG MAKE='make build' [2020-09-28T19:06:00.191Z] ---> Running in e8c413e98827 [2020-09-28T19:06:00.456Z] Removing intermediate container e8c413e98827 [2020-09-28T19:06:00.456Z] ---> 5e26bf82297d [2020-09-28T19:06:00.456Z] Step 11/22 : RUN $MAKE [2020-09-28T19:06:00.456Z] ---> Running in 479d9293335f [2020-09-28T19:06:01.043Z] 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-28T19:06:13.767Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-28T19:06:19.170Z] Removing intermediate container 907cecb8fb6a [2020-09-28T19:06:19.170Z] ---> c44dd545dfc1 [2020-09-28T19:06:19.170Z] Step 12/22 : FROM alpine [2020-09-28T19:06:19.170Z] latest: Pulling from library/alpine [2020-09-28T19:06:19.443Z] b538f80385f9: Already exists [2020-09-28T19:06:19.443Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-28T19:06:19.443Z] Status: Downloaded newer image for alpine:latest [2020-09-28T19:06:19.443Z] ---> 62ee0e9f8440 [2020-09-28T19:06:19.443Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-28T19:06:19.622Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-28T19:06:19.717Z] ---> Running in 7e115e44156f [2020-09-28T19:06:19.990Z] Removing intermediate container 7e115e44156f [2020-09-28T19:06:19.990Z] ---> 80473b08f102 [2020-09-28T19:06:19.990Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-28T19:06:20.262Z] ---> Running in ed55fed245ea [2020-09-28T19:06:20.859Z] Removing intermediate container ed55fed245ea [2020-09-28T19:06:20.859Z] ---> 3876ca4b3c1a [2020-09-28T19:06:20.859Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-28T19:06:22.200Z] Removing intermediate container 479d9293335f [2020-09-28T19:06:22.200Z] ---> 8585f6a3cee6 [2020-09-28T19:06:22.200Z] Step 12/22 : FROM alpine [2020-09-28T19:06:22.302Z] ---> 7be007994557 [2020-09-28T19:06:22.302Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-28T19:06:22.463Z] latest: Pulling from library/alpine [2020-09-28T19:06:22.726Z] df20fa9351a1: Already exists [2020-09-28T19:06:22.726Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-28T19:06:22.726Z] Status: Downloaded newer image for alpine:latest [2020-09-28T19:06:22.726Z] ---> a24bb4013296 [2020-09-28T19:06:22.726Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-28T19:06:22.896Z] ---> 5230c922098d [2020-09-28T19:06:22.897Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-28T19:06:22.991Z] ---> Running in 9b375b950e00 [2020-09-28T19:06:22.991Z] Removing intermediate container 9b375b950e00 [2020-09-28T19:06:22.991Z] ---> da091bc7e8b3 [2020-09-28T19:06:22.991Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-28T19:06:22.991Z] ---> Running in ca0c89e6e742 [2020-09-28T19:06:23.257Z] Removing intermediate container ca0c89e6e742 [2020-09-28T19:06:23.257Z] ---> 84bc072135c3 [2020-09-28T19:06:23.257Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-28T19:06:23.492Z] ---> 58351c29a4c7 [2020-09-28T19:06:23.492Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-28T19:06:23.765Z] ---> Running in 6d4c605a7e7f [2020-09-28T19:06:24.037Z] Removing intermediate container 6d4c605a7e7f [2020-09-28T19:06:24.037Z] ---> f2bc4ac6ec9b [2020-09-28T19:06:24.037Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-28T19:06:24.230Z] ---> d89b04a20ba8 [2020-09-28T19:06:24.230Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-28T19:06:24.310Z] ---> Running in 15b0a1545db2 [2020-09-28T19:06:24.494Z] ---> 16aad1167073 [2020-09-28T19:06:24.495Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-28T19:06:24.495Z] ---> c48ef994a399 [2020-09-28T19:06:24.495Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-28T19:06:24.582Z] Removing intermediate container 15b0a1545db2 [2020-09-28T19:06:24.582Z] ---> eff795dda9d6 [2020-09-28T19:06:24.582Z] Step 20/22 : LABEL arch=arm64 [2020-09-28T19:06:24.761Z] ---> Running in 8e1054ed8fd5 [2020-09-28T19:06:24.762Z] Removing intermediate container 8e1054ed8fd5 [2020-09-28T19:06:24.762Z] ---> 6b1c96e8aae7 [2020-09-28T19:06:24.762Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-28T19:06:24.855Z] ---> Running in 5177911a619b [2020-09-28T19:06:25.026Z] ---> Running in eeed136d8a97 [2020-09-28T19:06:25.130Z] Removing intermediate container 5177911a619b [2020-09-28T19:06:25.130Z] ---> 6b65700cf253 [2020-09-28T19:06:25.130Z] Step 21/22 : LABEL git_sha=91b6cffc5c456462fe53a11172bab6380debd0de [2020-09-28T19:06:25.290Z] Removing intermediate container eeed136d8a97 [2020-09-28T19:06:25.290Z] ---> 0055e9fac807 [2020-09-28T19:06:25.290Z] Step 20/22 : LABEL arch=amd64 [2020-09-28T19:06:25.290Z] ---> Running in 2a65f49a3baf [2020-09-28T19:06:25.403Z] ---> Running in f2a1a7c58af0 [2020-09-28T19:06:25.554Z] Removing intermediate container 2a65f49a3baf [2020-09-28T19:06:25.554Z] ---> 608b4db139e0 [2020-09-28T19:06:25.554Z] Step 21/22 : LABEL git_sha=91b6cffc5c456462fe53a11172bab6380debd0de [2020-09-28T19:06:25.554Z] ---> Running in eb130b932c58 [2020-09-28T19:06:25.673Z] Removing intermediate container f2a1a7c58af0 [2020-09-28T19:06:25.674Z] ---> 3b0b3c4aa93c [2020-09-28T19:06:25.674Z] Step 22/22 : LABEL version=0.0.0 [2020-09-28T19:06:25.825Z] Removing intermediate container eb130b932c58 [2020-09-28T19:06:25.825Z] ---> d798a899698a [2020-09-28T19:06:25.825Z] Step 22/22 : LABEL version=0.0.0 [2020-09-28T19:06:25.825Z] ---> Running in 819a523d45d4 [2020-09-28T19:06:25.948Z] ---> Running in 56ed57e35fba [2020-09-28T19:06:26.090Z] Removing intermediate container 819a523d45d4 [2020-09-28T19:06:26.090Z] ---> cef6b9f621f3 [2020-09-28T19:06:26.090Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-28T19:06:26.090Z] Successfully built cef6b9f621f3 [2020-09-28T19:06:26.090Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [2020-09-28T19:06:26.225Z] Removing intermediate container 56ed57e35fba [2020-09-28T19:06:26.225Z] ---> 78285bebb269 [2020-09-28T19:06:26.225Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-28T19:06:26.225Z] Successfully built 78285bebb269 [2020-09-28T19:06:26.225Z] 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 [2020-09-28T19:06:28.852Z] provisioning config files... [2020-09-28T19:06:28.865Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-133@tmp/config4476756370685371064tmp [Pipeline] { [Pipeline] sh [2020-09-28T19:06:29.254Z] + set +x [2020-09-28T19:06:29.254Z] + curl -s https://codecov.io/bash [2020-09-28T19:06:29.254Z] + bash -s -- [2020-09-28T19:06:29.519Z] [2020-09-28T19:06:29.519Z] _____ _ [2020-09-28T19:06:29.519Z] / ____| | | [2020-09-28T19:06:29.519Z] | | ___ __| | ___ ___ _____ __ [2020-09-28T19:06:29.519Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-09-28T19:06:29.519Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-09-28T19:06:29.519Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-09-28T19:06:29.519Z] Bash-20200917-4e8f14b [2020-09-28T19:06:29.519Z] [2020-09-28T19:06:29.519Z] [2020-09-28T19:06:29.519Z] ==> Jenkins CI detected. [2020-09-28T19:06:29.519Z] project root: . [2020-09-28T19:06:29.519Z] --> token set from env [2020-09-28T19:06:29.519Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-09-28T19:06:29.520Z] ==> Running gcov in . (disable via -X gcov) [2020-09-28T19:06:29.520Z] ==> Python coveragepy not found [2020-09-28T19:06:29.520Z] ==> Searching for coverage reports in: [2020-09-28T19:06:29.520Z] + . [2020-09-28T19:06:29.520Z] -> Found 1 reports [2020-09-28T19:06:29.520Z] ==> Detecting git/mercurial file structure [2020-09-28T19:06:29.520Z] ==> Reading reports [2020-09-28T19:06:29.520Z] + ./coverage.out bytes=46542 [2020-09-28T19:06:29.520Z] ==> Appending adjustments [2020-09-28T19:06:29.520Z] https://docs.codecov.io/docs/fixing-reports [2020-09-28T19:06:29.784Z] + Found adjustments [2020-09-28T19:06:29.784Z] ==> Gzipping contents [2020-09-28T19:06:29.784Z] ==> Uploading reports [2020-09-28T19:06:29.784Z] url: https://codecov.io [2020-09-28T19:06:29.784Z] 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= [2020-09-28T19:06:29.784Z] -> Pinging Codecov [2020-09-28T19:06:29.784Z] 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= [2020-09-28T19:06:30.359Z] -> Uploading to [2020-09-28T19:06:30.359Z] 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 [2020-09-28T19:06:30.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-28T19:06:30.359Z] Dload Upload Total Spent Left Speed [2020-09-28T19:06:30.935Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5758 0 0 100 5758 0 13003 --:--:-- --:--:-- --:--:-- 13027 [2020-09-28T19:06:30.935Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/91b6cffc5c456462fe53a11172bab6380debd0de [Pipeline] } [2020-09-28T19:06:30.946Z] 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-28T19:06:33.603Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T19:06:34.182Z] ---> package-listing.sh [2020-09-28T19:06:34.182Z] ++ facter osfamily [2020-09-28T19:06:34.182Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-28T19:06:34.182Z] + OS_FAMILY=redhat [2020-09-28T19:06:34.182Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-133 [2020-09-28T19:06:34.182Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-28T19:06:34.182Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-28T19:06:34.182Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-28T19:06:34.182Z] + PACKAGES=/tmp/packages_start.txt [2020-09-28T19:06:34.182Z] + '[' /w/workspace/foundry_device-virtual-go_PR-133 ']' [2020-09-28T19:06:34.182Z] + PACKAGES=/tmp/packages_end.txt [2020-09-28T19:06:34.182Z] + case "${OS_FAMILY}" in [2020-09-28T19:06:34.182Z] + rpm -qa [2020-09-28T19:06:34.182Z] + sort [2020-09-28T19:06:38.417Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-28T19:06:38.417Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-28T19:06:38.417Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-28T19:06:38.417Z] + '[' /w/workspace/foundry_device-virtual-go_PR-133 ']' [2020-09-28T19:06:38.417Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-133/archives/ [2020-09-28T19:06:38.417Z] + 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-28T19:06:39.062Z] provisioning config files... [2020-09-28T19:06:39.081Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-133@tmp/config5646493011819171794tmp [Pipeline] { [Pipeline] echo [2020-09-28T19:06:39.159Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T19:06:39.469Z] ---> create-netrc.sh [Pipeline] } [2020-09-28T19:06:39.480Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-09-28T19:06:39.579Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T19:06:39.879Z] ---> python-tools-install.sh [2020-09-28T19:06:39.879Z] Generating Requirements File [2020-09-28T19:08:01.454Z] Python 3.6.8 [2020-09-28T19:08:01.454Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-09-28T19:08:01.454Z] appdirs==1.4.3 [2020-09-28T19:08:01.454Z] argcomplete==1.12.1 [2020-09-28T19:08:01.454Z] aspy.yaml==1.3.0 [2020-09-28T19:08:01.454Z] attrs==19.3.0 [2020-09-28T19:08:01.454Z] Babel==2.8.0 [2020-09-28T19:08:01.454Z] beautifulsoup4==4.8.2 [2020-09-28T19:08:01.454Z] boto3==1.11.6 [2020-09-28T19:08:01.454Z] botocore==1.14.6 [2020-09-28T19:08:01.454Z] bs4==0.0.1 [2020-09-28T19:08:01.454Z] cachetools==4.1.1 [2020-09-28T19:08:01.454Z] certifi==2019.11.28 [2020-09-28T19:08:01.454Z] cffi==1.14.3 [2020-09-28T19:08:01.454Z] cfgv==2.0.1 [2020-09-28T19:08:01.454Z] chardet==3.0.4 [2020-09-28T19:08:01.454Z] click==7.1 [2020-09-28T19:08:01.454Z] cliff==3.4.0 [2020-09-28T19:08:01.454Z] cmd2==1.3.10 [2020-09-28T19:08:01.454Z] colorama==0.4.3 [2020-09-28T19:08:01.454Z] cryptography==3.1.1 [2020-09-28T19:08:01.454Z] debtcollector==2.2.0 [2020-09-28T19:08:01.454Z] decorator==4.4.2 [2020-09-28T19:08:01.454Z] defusedxml==0.6.0 [2020-09-28T19:08:01.454Z] Deprecated==1.2.7 [2020-09-28T19:08:01.454Z] distlib==0.3.1 [2020-09-28T19:08:01.454Z] distro==1.2.0 [2020-09-28T19:08:01.454Z] dnspython==1.16.0 [2020-09-28T19:08:01.454Z] docker==4.2.0 [2020-09-28T19:08:01.454Z] docutils==0.15.2 [2020-09-28T19:08:01.454Z] dogpile.cache==1.0.2 [2020-09-28T19:08:01.454Z] email-validator==1.0.5 [2020-09-28T19:08:01.454Z] filelock==3.0.12 [2020-09-28T19:08:01.454Z] future==0.18.2 [2020-09-28T19:08:01.454Z] google-auth==1.21.3 [2020-09-28T19:08:01.454Z] httplib2==0.17.0 [2020-09-28T19:08:01.454Z] identify==1.4.11 [2020-09-28T19:08:01.454Z] idna==2.9 [2020-09-28T19:08:01.454Z] importlib-metadata==1.7.0 [2020-09-28T19:08:01.454Z] importlib-resources==1.5.0 [2020-09-28T19:08:01.454Z] iso8601==0.1.13 [2020-09-28T19:08:01.454Z] Jinja2==2.11.1 [2020-09-28T19:08:01.454Z] jmespath==0.10.0 [2020-09-28T19:08:01.454Z] jsonpatch==1.26 [2020-09-28T19:08:01.454Z] jsonpointer==2.0 [2020-09-28T19:08:01.454Z] jsonschema==3.2.0 [2020-09-28T19:08:01.454Z] keystoneauth1==4.2.1 [2020-09-28T19:08:01.454Z] kubernetes==11.0.0 [2020-09-28T19:08:01.454Z] lftools==0.34.2 [2020-09-28T19:08:01.454Z] lxml==4.5.0 [2020-09-28T19:08:01.454Z] MarkupSafe==0.23 [2020-09-28T19:08:01.454Z] msgpack==1.0.0 [2020-09-28T19:08:01.454Z] multi-key-dict==2.0.3 [2020-09-28T19:08:01.454Z] munch==2.5.0 [2020-09-28T19:08:01.454Z] netaddr==0.8.0 [2020-09-28T19:08:01.454Z] netifaces==0.10.9 [2020-09-28T19:08:01.454Z] niet==1.4.2 [2020-09-28T19:08:01.454Z] nodeenv==1.3.5 [2020-09-28T19:08:01.454Z] oauth2client==4.1.3 [2020-09-28T19:08:01.454Z] oauthlib==3.1.0 [2020-09-28T19:08:01.454Z] openstacksdk==0.50.0 [2020-09-28T19:08:01.454Z] os-client-config==2.1.0 [2020-09-28T19:08:01.454Z] os-service-types==1.7.0 [2020-09-28T19:08:01.454Z] osc-lib==2.2.1 [2020-09-28T19:08:01.454Z] oslo.config==8.3.2 [2020-09-28T19:08:01.454Z] oslo.context==3.1.1 [2020-09-28T19:08:01.454Z] oslo.i18n==5.0.1 [2020-09-28T19:08:01.454Z] oslo.log==4.4.0 [2020-09-28T19:08:01.454Z] oslo.serialization==4.0.1 [2020-09-28T19:08:01.454Z] oslo.utils==4.6.0 [2020-09-28T19:08:01.454Z] packaging==20.4 [2020-09-28T19:08:01.454Z] pbr==5.4.4 [2020-09-28T19:08:01.454Z] pluggy==0.13.1 [2020-09-28T19:08:01.454Z] prettytable==0.7.2 [2020-09-28T19:08:01.454Z] py==1.9.0 [2020-09-28T19:08:01.454Z] pyasn1==0.4.8 [2020-09-28T19:08:01.454Z] pyasn1-modules==0.2.8 [2020-09-28T19:08:01.454Z] pycparser==2.20 [2020-09-28T19:08:01.454Z] pygerrit2==2.0.10 [2020-09-28T19:08:01.454Z] PyGithub==1.46 [2020-09-28T19:08:01.454Z] pyinotify==0.9.6 [2020-09-28T19:08:01.454Z] PyJWT==1.7.1 [2020-09-28T19:08:01.454Z] pyparsing==2.4.7 [2020-09-28T19:08:01.454Z] pyperclip==1.8.0 [2020-09-28T19:08:01.454Z] pyroute2==0.4.13 [2020-09-28T19:08:01.454Z] pyrsistent==0.15.7 [2020-09-28T19:08:01.454Z] PySocks==1.6.8 [2020-09-28T19:08:01.454Z] python-cinderclient==7.2.0 [2020-09-28T19:08:01.454Z] python-dateutil==2.8.1 [2020-09-28T19:08:01.454Z] python-heatclient==2.2.1 [2020-09-28T19:08:01.454Z] python-jenkins==1.7.0 [2020-09-28T19:08:01.454Z] python-keystoneclient==4.1.1 [2020-09-28T19:08:01.454Z] python-magnumclient==3.2.1 [2020-09-28T19:08:01.454Z] python-novaclient==17.2.1 [2020-09-28T19:08:01.454Z] python-openstackclient==5.3.1 [2020-09-28T19:08:01.454Z] python-swiftclient==3.10.1 [2020-09-28T19:08:01.454Z] pytz==2020.1 [2020-09-28T19:08:01.454Z] PyYAML==5.3 [2020-09-28T19:08:01.454Z] requests==2.23.0 [2020-09-28T19:08:01.454Z] requests-oauthlib==1.3.0 [2020-09-28T19:08:01.454Z] requestsexceptions==1.4.0 [2020-09-28T19:08:01.454Z] rfc3986==1.4.0 [2020-09-28T19:08:01.454Z] rpm==4.11.3 [2020-09-28T19:08:01.454Z] rsa==4.0 [2020-09-28T19:08:01.454Z] ruamel.yaml==0.16.10 [2020-09-28T19:08:01.454Z] ruamel.yaml.clib==0.2.0 [2020-09-28T19:08:01.454Z] s3transfer==0.3.3 [2020-09-28T19:08:01.454Z] shade==1.27.2 [2020-09-28T19:08:01.454Z] simplejson==3.17.2 [2020-09-28T19:08:01.454Z] six==1.14.0 [2020-09-28T19:08:01.454Z] soupsieve==2.0 [2020-09-28T19:08:01.454Z] stevedore==3.2.2 [2020-09-28T19:08:01.454Z] tabulate==0.8.6 [2020-09-28T19:08:01.454Z] toml==0.10.0 [2020-09-28T19:08:01.455Z] tox==3.20.0 [2020-09-28T19:08:01.455Z] tqdm==4.43.0 [2020-09-28T19:08:01.455Z] urllib3==1.25.8 [2020-09-28T19:08:01.455Z] virtualenv==20.0.31 [2020-09-28T19:08:01.455Z] wcwidth==0.2.5 [2020-09-28T19:08:01.455Z] websocket-client==0.57.0 [2020-09-28T19:08:01.455Z] wrapt==1.12.1 [2020-09-28T19:08:01.455Z] xdg==3.0.2 [2020-09-28T19:08:01.455Z] xmltodict==0.12.0 [2020-09-28T19:08:01.455Z] yq==2.11.1 [2020-09-28T19:08:01.455Z] zipp==3.2.0 [2020-09-28T19:08:01.455Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:01.455Z] 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-28T19:08:01.455Z] Python 2.7.5 [2020-09-28T19:08:01.455Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-09-28T19:08:01.455Z] 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-28T19:08:01.455Z] ansible==2.9.7 [2020-09-28T19:08:01.455Z] Babel==0.9.6 [2020-09-28T19:08:01.455Z] backports.ssl-match-hostname==3.5.0.1 [2020-09-28T19:08:01.455Z] beautifulsoup4==4.4.1 [2020-09-28T19:08:01.455Z] bodhi==2.11.0 [2020-09-28T19:08:01.455Z] bodhi-client==2.11.0 [2020-09-28T19:08:01.455Z] CCColUtils==1.4 [2020-09-28T19:08:01.455Z] cffi==1.6.0 [2020-09-28T19:08:01.455Z] chardet==2.2.1 [2020-09-28T19:08:01.455Z] click==6.7 [2020-09-28T19:08:01.455Z] cloud-init==18.5 [2020-09-28T19:08:01.455Z] configobj==4.7.2 [2020-09-28T19:08:01.455Z] cryptography==1.7.2 [2020-09-28T19:08:01.455Z] decorator==3.4.0 [2020-09-28T19:08:01.455Z] distro==1.2.0 [2020-09-28T19:08:01.455Z] enum34==1.0.4 [2020-09-28T19:08:01.455Z] fedpkg==1.38 [2020-09-28T19:08:01.455Z] futures==3.1.1 [2020-09-28T19:08:01.455Z] gitdb==0.6.4 [2020-09-28T19:08:01.455Z] GitPython==1.0.1 [2020-09-28T19:08:01.455Z] html5lib==0.999 [2020-09-28T19:08:01.455Z] httplib2==0.9.2 [2020-09-28T19:08:01.455Z] idna==2.4 [2020-09-28T19:08:01.455Z] iniparse==0.4 [2020-09-28T19:08:01.455Z] ipaddress==1.0.16 [2020-09-28T19:08:01.455Z] IPy==0.75 [2020-09-28T19:08:01.455Z] javapackages==1.0.0 [2020-09-28T19:08:01.455Z] Jinja2==2.7.2 [2020-09-28T19:08:01.455Z] jmespath==0.9.4 [2020-09-28T19:08:01.455Z] jsonpatch==1.2 [2020-09-28T19:08:01.455Z] jsonpointer==1.9 [2020-09-28T19:08:01.455Z] kerberos==1.1 [2020-09-28T19:08:01.455Z] kitchen==1.1.1 [2020-09-28T19:08:01.455Z] langtable==0.0.31 [2020-09-28T19:08:01.455Z] lockfile==0.9.1 [2020-09-28T19:08:01.455Z] lxml==3.2.1 [2020-09-28T19:08:01.455Z] MarkupSafe==0.11 [2020-09-28T19:08:01.455Z] munch==2.0.2 [2020-09-28T19:08:01.455Z] offtrac==0.1.0 [2020-09-28T19:08:01.455Z] openidc-client==0.6.0 [2020-09-28T19:08:01.455Z] packagedb-cli==2.14.1 [2020-09-28T19:08:01.455Z] paramiko==2.1.1 [2020-09-28T19:08:01.455Z] perf==0.1 [2020-09-28T19:08:01.455Z] ply==3.4 [2020-09-28T19:08:01.455Z] policycoreutils-default-encoding==0.1 [2020-09-28T19:08:01.455Z] prettytable==0.7.2 [2020-09-28T19:08:01.455Z] pyasn1==0.1.9 [2020-09-28T19:08:01.455Z] pycparser==2.14 [2020-09-28T19:08:01.455Z] pycurl==7.19.0 [2020-09-28T19:08:01.455Z] pygobject==3.22.0 [2020-09-28T19:08:01.455Z] pygpgme==0.3 [2020-09-28T19:08:01.455Z] pyliblzma==0.5.3 [2020-09-28T19:08:01.455Z] pyOpenSSL==0.13.1 [2020-09-28T19:08:01.455Z] pyparsing==1.5.6 [2020-09-28T19:08:01.455Z] pyserial==2.6 [2020-09-28T19:08:01.455Z] python-augeas==0.5.0 [2020-09-28T19:08:01.455Z] python-bugzilla==2.3.0 [2020-09-28T19:08:01.455Z] python-dateutil==1.5 [2020-09-28T19:08:01.455Z] python-fedora==0.10.0 [2020-09-28T19:08:01.455Z] python-linux-procfs==0.4.9 [2020-09-28T19:08:01.455Z] python-yubico==1.2.3 [2020-09-28T19:08:01.455Z] pyudev==0.15 [2020-09-28T19:08:01.455Z] pyusb==1.0.0b1 [2020-09-28T19:08:01.455Z] pyxattr==0.5.1 [2020-09-28T19:08:01.455Z] PyYAML==3.10 [2020-09-28T19:08:01.455Z] requests==2.6.0 [2020-09-28T19:08:01.455Z] requests-kerberos==0.7.0 [2020-09-28T19:08:01.455Z] rpkg==1.60 [2020-09-28T19:08:01.455Z] schedutils==0.4 [2020-09-28T19:08:01.455Z] seobject==0.1 [2020-09-28T19:08:01.455Z] sepolicy==1.1 [2020-09-28T19:08:01.455Z] six==1.9.0 [2020-09-28T19:08:01.455Z] smmap==0.9.0 [2020-09-28T19:08:01.455Z] urlgrabber==3.10 [2020-09-28T19:08:01.455Z] urllib3==1.10.2 [2020-09-28T19:08:01.455Z] virtualenv==15.1.0 [2020-09-28T19:08:01.455Z] yum-langpacks==0.4.2 [2020-09-28T19:08:01.455Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-09-28T19:08:01.471Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T19:08:01.779Z] ---> sudo-logs.sh [2020-09-28T19:08:01.779Z] Archiving 'sudo' log.. [Pipeline] echo [2020-09-28T19:08:02.053Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T19:08:02.354Z] ---> job-cost.sh [2020-09-28T19:08:02.354Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7LWB [2020-09-28T19:08:14.620Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.620Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.620Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.621Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.621Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.621Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.621Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.621Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.621Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.888Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.888Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.888Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:14.888Z] Cache entry deserialization failed, entry ignored [2020-09-28T19:08:20.213Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-09-28T19:08:52.404Z] 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-28T19:08:52.404Z] [2020-09-28T19:08:52.404Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-09-28T19:08:52.404Z] [2020-09-28T19:08:52.404Z] 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-28T19:08:52.404Z] lf-activate-venv(): INFO: Adding /tmp/venv-7LWB/bin to PATH [2020-09-28T19:08:52.404Z] INFO: No Stack... [2020-09-28T19:08:52.404Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-09-28T19:08:52.404Z] INFO: Archiving Costs [Pipeline] echo [2020-09-28T19:08:52.420Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T19:08:52.724Z] ---> logs-deploy.sh [2020-09-28T19:08:52.724Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-133/3 [2020-09-28T19:08:52.724Z] INFO: archiving workspace using pattern(s): [2020-09-28T19:08:54.116Z] Archives upload complete. [2020-09-28T19:08:54.378Z] INFO: archiving logs to Nexus