Pull request #624 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 hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1+833c05b782f270c396ee40879762f076aaf9331e (839daeec738b3c7994f85a853f8777dfdeffcaa1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-4237 in /w/workspace/dgexfoundry_device-sdk-go_PR-624 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-624 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 833c05b782f270c396ee40879762f076aaf9331e into PR head commit 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/624/head:refs/remotes/origin/PR-624 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 # 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 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 Merge succeeded, producing 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 Checking out Revision 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 (PR-624) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 # timeout=10 Commit message: "refactor(sdk): release lock after discovery complete" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-08T15:23:28.172Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 1ad5bff171402c01e136b41b63c15df401bca220 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-08T15:23:28.565Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-08T15:23:28.699Z] ========================================================= [2020-10-08T15:23:28.699Z] EdgeX Global Pipelines Version Info [2020-10-08T15:23:28.699Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-08T15:23:32.308Z] ------------------- [2020-10-08T15:23:32.308Z] stable info: [2020-10-08T15:23:32.308Z] ------------------- [2020-10-08T15:23:32.308Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-08T15:23:32.308Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-08T15:23:32.308Z] Message: update stable to v1.0.131 [2020-10-08T15:23:33.882Z] ------------------- [2020-10-08T15:23:33.882Z] experimental info: [2020-10-08T15:23:33.882Z] ------------------- [2020-10-08T15:23:33.882Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-08T15:23:33.882Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-08T15:23:33.882Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-08T15:23:34.580Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-08T15:23:34.721Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-08T15:23:34.866Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-08T15:23:35.069Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-08T15:23:35.265Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-08T15:23:35.451Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-08T15:23:36.560Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-08T15:23:36.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-08T15:23:36.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-08T15:23:36.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-08T15:23:37.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-08T15:23:37.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-08T15:23:37.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-08T15:23:37.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-08T15:23:37.718Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-08T15:23:37.917Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-08T15:23:38.042Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-08T15:23:38.167Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-08T15:23:38.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-08T15:23:38.436Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-08T15:23:38.556Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-08T15:23:38.675Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-08T15:23:38.790Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-08T15:23:38.911Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-08T15:23:39.035Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-08T15:23:39.168Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-624 [Pipeline] echo [2020-10-08T15:23:39.294Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-624 [Pipeline] echo [2020-10-08T15:23:39.443Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-624 [Pipeline] echo [2020-10-08T15:23:39.568Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 [Pipeline] echo [2020-10-08T15:23:39.692Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b7bdf6 [Pipeline] echo [2020-10-08T15:23:39.833Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-08T15:23:40.781Z] + git log --format=format:%s -1 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 [Pipeline] echo [2020-10-08T15:23:40.922Z] GIT_COMMIT: 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1, Commit Message: refactor(sdk): release lock after discovery complete [Pipeline] echo [2020-10-08T15:23:40.997Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-08T15:23:42.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T15:23:42.516Z] [2020-10-08T15:23:42.516Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T15:23:42.913Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T15:23:43.206Z] latest: Pulling from edgex-devops/git-semver [2020-10-08T15:23:43.206Z] 31603596830f: Pulling fs layer [2020-10-08T15:23:43.206Z] 2a8b12db71e7: Pulling fs layer [2020-10-08T15:23:43.206Z] 6ca5941a6612: Pulling fs layer [2020-10-08T15:23:43.206Z] ecc8261a40a4: Pulling fs layer [2020-10-08T15:23:43.206Z] ecc8261a40a4: Waiting [2020-10-08T15:23:43.206Z] 2a8b12db71e7: Verifying Checksum [2020-10-08T15:23:43.206Z] 2a8b12db71e7: Download complete [2020-10-08T15:23:43.206Z] 31603596830f: Verifying Checksum [2020-10-08T15:23:43.206Z] 31603596830f: Download complete [2020-10-08T15:23:43.516Z] ecc8261a40a4: Verifying Checksum [2020-10-08T15:23:43.517Z] ecc8261a40a4: Download complete [2020-10-08T15:23:43.802Z] 6ca5941a6612: Verifying Checksum [2020-10-08T15:23:43.802Z] 6ca5941a6612: Download complete [2020-10-08T15:23:44.079Z] 31603596830f: Pull complete [2020-10-08T15:23:44.079Z] 2a8b12db71e7: Pull complete [2020-10-08T15:23:45.069Z] 6ca5941a6612: Pull complete [2020-10-08T15:23:45.351Z] ecc8261a40a4: Pull complete [2020-10-08T15:23:45.644Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-08T15:23:45.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T15:23:45.644Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-08T15:23:46.048Z] prd-centos7-docker-4c-2g-4237 does not seem to be running inside a container [2020-10-08T15:23:46.296Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-624 -v /w/workspace/dgexfoundry_device-sdk-go_PR-624:/w/workspace/dgexfoundry_device-sdk-go_PR-624:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-624@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-624@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-08T15:23:48.722Z] $ docker top 2b6b583688c51e881f65a9773fafeef44ab6ff0ae21420b40b4660dde9867a9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T15:23:49.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T15:23:49.344Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T15:23:49.699Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T15:23:49.727Z] $ docker exec 2b6b583688c51e881f65a9773fafeef44ab6ff0ae21420b40b4660dde9867a9e ssh-agent [2020-10-08T15:23:49.987Z] SSH_AUTH_SOCK=/tmp/ssh-7N2C0DQPWzeH/agent.12 [2020-10-08T15:23:49.987Z] SSH_AGENT_PID=17 [2020-10-08T15:23:50.081Z] Running ssh-add (command line suppressed) [2020-10-08T15:23:50.341Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-624@tmp/private_key_8002659129589445079.key (/w/workspace/dgexfoundry_device-sdk-go_PR-624@tmp/private_key_8002659129589445079.key) [2020-10-08T15:23:50.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T15:23:51.230Z] + git describe --exact-match --tags HEAD [2020-10-08T15:23:51.230Z] fatal: no tag exactly matches '3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1' [Pipeline] } [2020-10-08T15:23:51.302Z] $ docker exec --env ******** --env ******** 2b6b583688c51e881f65a9773fafeef44ab6ff0ae21420b40b4660dde9867a9e ssh-agent -k [2020-10-08T15:23:51.610Z] unset SSH_AUTH_SOCK; [2020-10-08T15:23:51.611Z] unset SSH_AGENT_PID; [2020-10-08T15:23:51.611Z] echo Agent pid 17 killed; [2020-10-08T15:23:51.724Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-08T15:23:51.848Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-08T15:23:51.848Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-08T15:23:51.964Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T15:23:51.964Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T15:23:52.336Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T15:23:52.355Z] $ docker exec 2b6b583688c51e881f65a9773fafeef44ab6ff0ae21420b40b4660dde9867a9e ssh-agent [2020-10-08T15:23:52.621Z] SSH_AUTH_SOCK=/tmp/ssh-nNnWGw6wHmJb/agent.46 [2020-10-08T15:23:52.621Z] SSH_AGENT_PID=52 [2020-10-08T15:23:52.652Z] Running ssh-add (command line suppressed) [2020-10-08T15:23:52.899Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-624@tmp/private_key_1068043428505103667.key (/w/workspace/dgexfoundry_device-sdk-go_PR-624@tmp/private_key_1068043428505103667.key) [2020-10-08T15:23:53.116Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T15:23:53.653Z] + git semver init [2020-10-08T15:23:53.654Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T15:23:53.654Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-624/.git [2020-10-08T15:23:53.654Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-624 [2020-10-08T15:23:53.654Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T15:23:53.654Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T15:23:53.654Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T15:23:53.654Z] # $SEMVER_BRANCH = PR-624 [2020-10-08T15:23:53.654Z] # $SEMVER_TEMP = /tmp/semver-067733081 [2020-10-08T15:23:53.654Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-08T15:23:54.728Z] # '/tmp/semver-067733081' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-624/.semver' [2020-10-08T15:23:54.728Z] # -> Force: false [2020-10-08T15:23:54.728Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-624/.semver [Pipeline] } [2020-10-08T15:23:54.913Z] $ docker exec --env ******** --env ******** 2b6b583688c51e881f65a9773fafeef44ab6ff0ae21420b40b4660dde9867a9e ssh-agent -k [2020-10-08T15:23:55.133Z] unset SSH_AUTH_SOCK; [2020-10-08T15:23:55.134Z] unset SSH_AGENT_PID; [2020-10-08T15:23:55.134Z] echo Agent pid 52 killed; [2020-10-08T15:23:55.189Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T15:23:55.783Z] + git semver [Pipeline] } [2020-10-08T15:23:55.849Z] $ docker stop --time=1 2b6b583688c51e881f65a9773fafeef44ab6ff0ae21420b40b4660dde9867a9e [2020-10-08T15:23:57.323Z] $ docker rm -f 2b6b583688c51e881f65a9773fafeef44ab6ff0ae21420b40b4660dde9867a9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-08T15:23:58.671Z] Stashed 46 file(s) [Pipeline] echo [2020-10-08T15:23:58.675Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-10-08T15:23:58.774Z] 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-10-08T15:24:14.311Z] Still waiting to schedule task [2020-10-08T15:24:14.312Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-08T15:24:14.312Z] Still waiting to schedule task [2020-10-08T15:24:14.312Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-08T15:26:27.298Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4238 in /w/workspace/dgexfoundry_device-sdk-go_PR-624 [Pipeline] { [Pipeline] ws [2020-10-08T15:26:27.381Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-10-08T15:26:33.424Z] using credential edgex-jenkins-ssh [2020-10-08T15:26:33.492Z] Cloning the remote Git repository [2020-10-08T15:26:33.508Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-08T15:26:33.639Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-10-08T15:26:33.723Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-08T15:26:33.724Z] > git --version # timeout=10 [2020-10-08T15:26:33.740Z] > git --version # 'git version 2.17.1' [2020-10-08T15:26:33.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T15:26:33.813Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T15:26:34.756Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-08T15:26:34.776Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T15:26:34.802Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-08T15:26:34.833Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-08T15:26:34.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T15:26:34.845Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/624/head:refs/remotes/origin/PR-624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-08T15:26:35.466Z] Merging remotes/origin/master commit 833c05b782f270c396ee40879762f076aaf9331e into PR head commit 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 [2020-10-08T15:26:35.707Z] Merge succeeded, producing 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 [2020-10-08T15:26:35.707Z] Checking out Revision 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 (PR-624) [2020-10-08T15:26:35.457Z] > git config core.sparsecheckout # timeout=10 [2020-10-08T15:26:35.470Z] > git checkout -f 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 # timeout=10 [2020-10-08T15:26:35.588Z] > git remote # timeout=10 [2020-10-08T15:26:35.604Z] > git config --get remote.origin.url # timeout=10 [2020-10-08T15:26:35.616Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T15:26:35.626Z] > git merge 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 [2020-10-08T15:26:35.647Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-08T15:26:35.668Z] > git config core.sparsecheckout # timeout=10 [2020-10-08T15:26:35.690Z] > git checkout -f 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 # timeout=10 [2020-10-08T15:26:40.423Z] Commit message: "refactor(sdk): release lock after discovery complete" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-08T15:26:42.299Z] ========================================================= [2020-10-08T15:26:42.299Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-08T15:26:42.299Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-08T15:26:43.445Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-08T15:26:44.471Z] Sending build context to Docker daemon 3.52MB [2020-10-08T15:26:44.471Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-08T15:26:44.471Z] Step 2/8 : FROM ${BASE} [2020-10-08T15:26:44.748Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-08T15:26:44.748Z] b538f80385f9: Pulling fs layer [2020-10-08T15:26:44.748Z] 74f711af9a0d: Pulling fs layer [2020-10-08T15:26:44.748Z] 99f96fe45779: Pulling fs layer [2020-10-08T15:26:44.748Z] 8529a6b9a6be: Pulling fs layer [2020-10-08T15:26:44.748Z] 45590311c82a: Pulling fs layer [2020-10-08T15:26:44.748Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-08T15:26:44.748Z] 209524e5b208: Pulling fs layer [2020-10-08T15:26:44.748Z] 8529a6b9a6be: Waiting [2020-10-08T15:26:44.748Z] 45590311c82a: Waiting [2020-10-08T15:26:44.748Z] 69ca0ff8b7b3: Waiting [2020-10-08T15:26:44.748Z] 209524e5b208: Waiting [2020-10-08T15:26:44.748Z] 99f96fe45779: Verifying Checksum [2020-10-08T15:26:44.748Z] 99f96fe45779: Download complete [2020-10-08T15:26:44.748Z] 74f711af9a0d: Verifying Checksum [2020-10-08T15:26:44.748Z] 74f711af9a0d: Download complete [2020-10-08T15:26:44.748Z] 45590311c82a: Download complete [2020-10-08T15:26:44.748Z] 69ca0ff8b7b3: Download complete [2020-10-08T15:26:45.745Z] b538f80385f9: Verifying Checksum [2020-10-08T15:26:45.745Z] b538f80385f9: Download complete [2020-10-08T15:26:46.348Z] b538f80385f9: Pull complete [2020-10-08T15:26:46.966Z] 74f711af9a0d: Pull complete [2020-10-08T15:26:47.250Z] 99f96fe45779: Pull complete [2020-10-08T15:26:48.774Z] 209524e5b208: Verifying Checksum [2020-10-08T15:26:48.774Z] 209524e5b208: Download complete [2020-10-08T15:26:49.785Z] 8529a6b9a6be: Verifying Checksum [2020-10-08T15:26:49.785Z] 8529a6b9a6be: Download complete [2020-10-08T15:27:02.277Z] 8529a6b9a6be: Pull complete [2020-10-08T15:27:02.277Z] 45590311c82a: Pull complete [2020-10-08T15:27:02.277Z] 69ca0ff8b7b3: Pull complete [2020-10-08T15:27:05.047Z] 209524e5b208: Pull complete [2020-10-08T15:27:05.047Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-08T15:27:05.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-08T15:27:05.047Z] ---> 5bddaf1c2fca [2020-10-08T15:27:05.047Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-08T15:27:07.787Z] ---> Running in 54f1dbf6a134 [2020-10-08T15:27:07.787Z] Removing intermediate container 54f1dbf6a134 [2020-10-08T15:27:07.787Z] ---> d6a3d082bc70 [2020-10-08T15:27:07.787Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T15:27:08.297Z] ---> Running in 86902a9739c2 [2020-10-08T15:27:10.985Z] Removing intermediate container 86902a9739c2 [2020-10-08T15:27:10.985Z] ---> 4c475f719cd7 [2020-10-08T15:27:10.985Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-08T15:27:10.985Z] ---> Running in e6af6e9c3f82 [2020-10-08T15:27:12.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T15:27:13.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T15:27:14.516Z] OK: 142 MiB in 39 packages [2020-10-08T15:27:15.519Z] Removing intermediate container e6af6e9c3f82 [2020-10-08T15:27:15.519Z] ---> 5bea5241dcd3 [2020-10-08T15:27:15.519Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-08T15:27:15.519Z] ---> Running in fbfec2f5bb3d [2020-10-08T15:27:16.151Z] Removing intermediate container fbfec2f5bb3d [2020-10-08T15:27:16.151Z] ---> fe062ad8c354 [2020-10-08T15:27:16.151Z] Step 7/8 : COPY . . [2020-10-08T15:27:17.016Z] Running on prd-centos7-docker-4c-2g-4239 in /w/workspace/dgexfoundry_device-sdk-go_PR-624 [Pipeline] { [Pipeline] ws [2020-10-08T15:27:17.099Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-10-08T15:27:17.629Z] ---> d424feb9fd24 [2020-10-08T15:27:17.629Z] Step 8/8 : RUN go mod download [2020-10-08T15:27:17.629Z] ---> Running in 72cbd552a5ac [2020-10-08T15:27:20.629Z] using credential edgex-jenkins-ssh [2020-10-08T15:27:20.709Z] Cloning the remote Git repository [2020-10-08T15:27:20.741Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-08T15:27:20.830Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-10-08T15:27:20.891Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-08T15:27:20.891Z] > git --version # timeout=10 [2020-10-08T15:27:20.898Z] > git --version # 'git version 2.16.5' [2020-10-08T15:27:20.899Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T15:27:20.932Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T15:27:22.819Z] Merging remotes/origin/master commit 833c05b782f270c396ee40879762f076aaf9331e into PR head commit 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 [2020-10-08T15:27:22.925Z] Merge succeeded, producing 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 [2020-10-08T15:27:22.925Z] Checking out Revision 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 (PR-624) [2020-10-08T15:27:22.306Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-08T15:27:22.313Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T15:27:22.330Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-08T15:27:22.351Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-08T15:27:22.352Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T15:27:22.357Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/624/head:refs/remotes/origin/PR-624 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-08T15:27:22.832Z] > git config core.sparsecheckout # timeout=10 [2020-10-08T15:27:22.838Z] > git checkout -f 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 # timeout=10 [2020-10-08T15:27:22.896Z] > git remote # timeout=10 [2020-10-08T15:27:22.901Z] > git config --get remote.origin.url # timeout=10 [2020-10-08T15:27:22.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T15:27:22.909Z] > git merge 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 [2020-10-08T15:27:22.921Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-08T15:27:22.932Z] > git config core.sparsecheckout # timeout=10 [2020-10-08T15:27:22.936Z] > git checkout -f 3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 # timeout=10 [2020-10-08T15:27:27.066Z] Commit message: "refactor(sdk): release lock after discovery complete" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-08T15:27:28.163Z] ========================================================= [2020-10-08T15:27:28.163Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-08T15:27:28.163Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-08T15:27:29.025Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-08T15:27:29.301Z] Sending build context to Docker daemon 3.518MB [2020-10-08T15:27:29.301Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-08T15:27:29.301Z] Step 2/8 : FROM ${BASE} [2020-10-08T15:27:29.301Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-08T15:27:29.301Z] df20fa9351a1: Pulling fs layer [2020-10-08T15:27:29.301Z] ed8968b2872e: Pulling fs layer [2020-10-08T15:27:29.301Z] a92cc7c5fd73: Pulling fs layer [2020-10-08T15:27:29.301Z] e871e8e8d7a9: Pulling fs layer [2020-10-08T15:27:29.301Z] e73272ec9a57: Pulling fs layer [2020-10-08T15:27:29.301Z] 1e910a182e73: Pulling fs layer [2020-10-08T15:27:29.301Z] 4e634b169226: Pulling fs layer [2020-10-08T15:27:29.301Z] e73272ec9a57: Waiting [2020-10-08T15:27:29.301Z] 1e910a182e73: Waiting [2020-10-08T15:27:29.301Z] 4e634b169226: Waiting [2020-10-08T15:27:29.301Z] e871e8e8d7a9: Waiting [2020-10-08T15:27:29.583Z] a92cc7c5fd73: Verifying Checksum [2020-10-08T15:27:29.583Z] a92cc7c5fd73: Download complete [2020-10-08T15:27:29.583Z] ed8968b2872e: Download complete [2020-10-08T15:27:29.583Z] e73272ec9a57: Download complete [2020-10-08T15:27:30.198Z] 1e910a182e73: Verifying Checksum [2020-10-08T15:27:30.198Z] 1e910a182e73: Download complete [2020-10-08T15:27:30.486Z] df20fa9351a1: Verifying Checksum [2020-10-08T15:27:30.486Z] df20fa9351a1: Download complete [2020-10-08T15:27:30.770Z] df20fa9351a1: Pull complete [2020-10-08T15:27:31.054Z] ed8968b2872e: Pull complete [2020-10-08T15:27:31.054Z] a92cc7c5fd73: Pull complete [2020-10-08T15:27:33.711Z] 4e634b169226: Verifying Checksum [2020-10-08T15:27:33.711Z] 4e634b169226: Download complete [2020-10-08T15:27:33.987Z] e871e8e8d7a9: Verifying Checksum [2020-10-08T15:27:33.987Z] e871e8e8d7a9: Download complete [2020-10-08T15:27:39.387Z] e871e8e8d7a9: Pull complete [2020-10-08T15:27:39.387Z] e73272ec9a57: Pull complete [2020-10-08T15:27:39.387Z] 1e910a182e73: Pull complete [2020-10-08T15:27:40.138Z] Removing intermediate container 72cbd552a5ac [2020-10-08T15:27:40.139Z] ---> 9bb5477492d1 [2020-10-08T15:27:40.139Z] Successfully built 9bb5477492d1 [2020-10-08T15:27:40.139Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T15:27:40.701Z] + docker inspect -f . ci-base-image-arm64 [2020-10-08T15:27:40.701Z] . [Pipeline] withDockerContainer [2020-10-08T15:27:41.073Z] prd-ubuntu18.04-docker-arm64-4c-16g-4238 does not seem to be running inside a container [2020-10-08T15:27:41.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-08T15:27:43.197Z] $ docker top 7289e5d4028bb3d7aa13497452cee402fbcbdb7d3d02daea64a325e0ecacf068 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T15:27:44.696Z] + go version [2020-10-08T15:27:44.697Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-08T15:27:44.754Z] $ docker stop --time=1 7289e5d4028bb3d7aa13497452cee402fbcbdb7d3d02daea64a325e0ecacf068 [2020-10-08T15:27:46.735Z] $ docker rm -f 7289e5d4028bb3d7aa13497452cee402fbcbdb7d3d02daea64a325e0ecacf068 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T15:27:47.930Z] + docker inspect -f . ci-base-image-arm64 [2020-10-08T15:27:47.930Z] . [Pipeline] withDockerContainer [2020-10-08T15:27:48.129Z] 4e634b169226: Pull complete [2020-10-08T15:27:48.129Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-08T15:27:48.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-08T15:27:48.129Z] ---> f7629b54cfaa [2020-10-08T15:27:48.129Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-08T15:27:48.247Z] prd-ubuntu18.04-docker-arm64-4c-16g-4238 does not seem to be running inside a container [2020-10-08T15:27:48.409Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-08T15:27:48.405Z] ---> Running in bf870f8188da [2020-10-08T15:27:48.405Z] Removing intermediate container bf870f8188da [2020-10-08T15:27:48.405Z] ---> 58c17919ac73 [2020-10-08T15:27:48.405Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T15:27:48.683Z] ---> Running in 201490a57029 [2020-10-08T15:27:49.900Z] Removing intermediate container 201490a57029 [2020-10-08T15:27:49.900Z] ---> 84e8496cce36 [2020-10-08T15:27:49.900Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-08T15:27:49.900Z] ---> Running in 3b14b19fc128 [2020-10-08T15:27:50.364Z] $ docker top 7754b283ed9e415e693360ae54851390ffc9e8932097c95a71e0c3fd6e5c9d51 -eo pid,comm [2020-10-08T15:27:50.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-10-08T15:27:51.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T15:27:51.882Z] + make test [2020-10-08T15:27:51.882Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-08T15:27:52.167Z] OK: 166 MiB in 39 packages [2020-10-08T15:27:52.458Z] Removing intermediate container 3b14b19fc128 [2020-10-08T15:27:52.458Z] ---> e2c73f99efcb [2020-10-08T15:27:52.458Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-08T15:27:52.458Z] ---> Running in f3b5e0bace3b [2020-10-08T15:27:52.746Z] Removing intermediate container f3b5e0bace3b [2020-10-08T15:27:52.746Z] ---> 54c9b6156d91 [2020-10-08T15:27:52.746Z] Step 7/8 : COPY . . [2020-10-08T15:27:54.789Z] ---> ec918808c093 [2020-10-08T15:27:54.789Z] Step 8/8 : RUN go mod download [2020-10-08T15:27:54.789Z] ---> Running in e33c55be13b5 [2020-10-08T15:28:13.199Z] Removing intermediate container e33c55be13b5 [2020-10-08T15:28:13.199Z] ---> 40713945235b [2020-10-08T15:28:13.199Z] Successfully built 40713945235b [2020-10-08T15:28:13.199Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T15:28:13.643Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-08T15:28:13.643Z] . [Pipeline] withDockerContainer [2020-10-08T15:28:13.806Z] prd-centos7-docker-4c-2g-4239 does not seem to be running inside a container [2020-10-08T15:28:13.925Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-08T15:28:14.259Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-08T15:28:14.679Z] $ docker top c07287c31100991075e8cba1f0318d6419e6e6e419f3de947df4625c845206eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T15:28:15.290Z] + go version [2020-10-08T15:28:15.290Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-08T15:28:15.327Z] $ docker stop --time=1 c07287c31100991075e8cba1f0318d6419e6e6e419f3de947df4625c845206eb [2020-10-08T15:28:16.669Z] $ docker rm -f c07287c31100991075e8cba1f0318d6419e6e6e419f3de947df4625c845206eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T15:28:17.881Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-08T15:28:17.881Z] . [Pipeline] withDockerContainer [2020-10-08T15:28:17.986Z] prd-centos7-docker-4c-2g-4239 does not seem to be running inside a container [2020-10-08T15:28:18.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-08T15:28:18.706Z] $ docker top 40820c4d5a578cdb0af865360d42edfaf4be29e66372573ac69cd4bc0762bb6a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T15:28:19.298Z] + make test [2020-10-08T15:28:19.298Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-08T15:28:25.958Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-08T15:28:41.053Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-08T15:28:41.053Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-08T15:28:41.053Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-08T15:28:41.053Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.051s coverage: 21.6% of statements [2020-10-08T15:28:42.047Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.738s coverage: 97.1% of statements [2020-10-08T15:28:53.478Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-08T15:28:53.479Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-08T15:28:53.479Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-08T15:28:53.479Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.143s coverage: 21.6% of statements [2020-10-08T15:28:56.907Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.166s coverage: 97.1% of statements [2020-10-08T15:29:14.369Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.057s coverage: 9.4% of statements [2020-10-08T15:29:14.370Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.055s coverage: 21.9% of statements [2020-10-08T15:29:14.370Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-08T15:29:14.370Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.582s coverage: 40.0% of statements [2020-10-08T15:29:14.370Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-08T15:29:14.370Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.267s coverage: 68.9% of statements [2020-10-08T15:29:14.370Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-08T15:29:14.370Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-08T15:29:14.370Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-08T15:29:14.370Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-08T15:29:14.370Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements [2020-10-08T15:29:14.370Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-08T15:29:14.370Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.263s coverage: 68.9% of statements [2020-10-08T15:29:14.370Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-08T15:29:14.370Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-08T15:29:14.370Z] GO111MODULE=on go vet ./... [2020-10-08T15:29:19.770Z] gofmt -l . [2020-10-08T15:29:19.770Z] [ "`gofmt -l .`" = "" ] [2020-10-08T15:29:19.770Z] ./bin/test-attribution-txt.sh [2020-10-08T15:29:20.348Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-08T15:29:20.943Z] Stashed 1 file(s) [Pipeline] } [2020-10-08T15:29:20.952Z] $ docker stop --time=1 40820c4d5a578cdb0af865360d42edfaf4be29e66372573ac69cd4bc0762bb6a [2020-10-08T15:29:22.809Z] $ docker rm -f 40820c4d5a578cdb0af865360d42edfaf4be29e66372573ac69cd4bc0762bb6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-10-08T15:29:23.735Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.144s coverage: 9.4% of statements [2020-10-08T15:29:23.735Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.117s coverage: 21.9% of statements [2020-10-08T15:29:23.735Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-08T15:29:23.735Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.576s coverage: 40.0% of statements [2020-10-08T15:29:23.735Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-08T15:29:23.735Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.780s coverage: 68.9% of statements [2020-10-08T15:29:23.735Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-08T15:29:23.735Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-08T15:29:23.735Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-08T15:29:23.735Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-08T15:29:23.735Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.174s coverage: 52.6% of statements [2020-10-08T15:29:23.735Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-08T15:29:23.735Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.642s coverage: 68.9% of statements [2020-10-08T15:29:23.735Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-08T15:29:23.735Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-08T15:29:24.010Z] GO111MODULE=on go vet ./... [Pipeline] sh [2020-10-08T15:29:26.161Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-08T15:29:26.460Z] + ls -al . [2020-10-08T15:29:26.461Z] total 188 [2020-10-08T15:29:26.461Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 8 15:29 . [2020-10-08T15:29:26.461Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 8 15:27 .. [2020-10-08T15:29:26.461Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 8 15:27 bin [2020-10-08T15:29:26.461Z] -rw-r--r--. 1 jenkins jenkins 110392 Oct 8 15:29 coverage.out [2020-10-08T15:29:26.461Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 8 15:27 Dockerfile.build [2020-10-08T15:29:26.461Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 8 15:27 .dockerignore [2020-10-08T15:29:26.461Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 8 15:27 example [2020-10-08T15:29:26.461Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 8 15:27 .git [2020-10-08T15:29:26.461Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 8 15:27 .github [2020-10-08T15:29:26.461Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 8 15:27 .gitignore [2020-10-08T15:29:26.461Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 8 15:29 go.mod [2020-10-08T15:29:26.461Z] -rw-r--r--. 1 jenkins jenkins 13652 Oct 8 15:29 go.sum [2020-10-08T15:29:26.461Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 8 15:27 internal [2020-10-08T15:29:26.461Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 8 15:27 Jenkinsfile [2020-10-08T15:29:26.461Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 8 15:27 LICENSE [2020-10-08T15:29:26.461Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 8 15:27 Makefile [2020-10-08T15:29:26.461Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 8 15:27 openapi [2020-10-08T15:29:26.461Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 8 15:27 pkg [2020-10-08T15:29:26.461Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 8 15:27 README.md [2020-10-08T15:29:26.461Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 8 15:27 RELEASE-NOTES.txt [2020-10-08T15:29:26.461Z] drwxrwxr-x. 3 jenkins jenkins 58 Oct 8 15:27 .semver [2020-10-08T15:29:26.461Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 8 15:27 snap [2020-10-08T15:29:26.461Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 8 15:23 VERSION [2020-10-08T15:29:26.461Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 8 15:27 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-08T15:29:26.801Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 --label arch=amd64 --label version=0.0.0 . [2020-10-08T15:29:27.063Z] Sending build context to Docker daemon 3.63MB [2020-10-08T15:29:27.063Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-08T15:29:27.063Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-08T15:29:27.063Z] ---> 40713945235b [2020-10-08T15:29:27.063Z] Step 3/24 : ARG MAKE='make build' [2020-10-08T15:29:27.638Z] ---> Running in fe101a363be2 [2020-10-08T15:29:27.899Z] Removing intermediate container fe101a363be2 [2020-10-08T15:29:27.899Z] ---> 5781cb1f4ab8 [2020-10-08T15:29:27.899Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-08T15:29:27.899Z] ---> Running in 518668041c73 [2020-10-08T15:29:27.899Z] Removing intermediate container 518668041c73 [2020-10-08T15:29:27.899Z] ---> d0559954f524 [2020-10-08T15:29:27.899Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-08T15:29:28.161Z] ---> Running in 82b27cc7cd92 [2020-10-08T15:29:28.161Z] Removing intermediate container 82b27cc7cd92 [2020-10-08T15:29:28.161Z] ---> aae4e082410a [2020-10-08T15:29:28.161Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T15:29:28.425Z] ---> Running in fa7d19e73eea [2020-10-08T15:29:29.370Z] Removing intermediate container fa7d19e73eea [2020-10-08T15:29:29.370Z] ---> c7d4396dac37 [2020-10-08T15:29:29.370Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-08T15:29:29.370Z] ---> Running in 779f26004a3c [2020-10-08T15:29:29.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T15:29:30.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T15:29:31.156Z] OK: 166 MiB in 39 packages [2020-10-08T15:29:31.419Z] Removing intermediate container 779f26004a3c [2020-10-08T15:29:31.419Z] ---> 862c0398d5cb [2020-10-08T15:29:31.419Z] Step 8/24 : COPY . . [2020-10-08T15:29:32.815Z] ---> 5b0d8241b17d [2020-10-08T15:29:32.815Z] Step 9/24 : RUN ${MAKE} [2020-10-08T15:29:32.815Z] ---> Running in 443f6b053dd9 [2020-10-08T15:29:33.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-08T15:29:41.295Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-08T15:29:42.686Z] Removing intermediate container 443f6b053dd9 [2020-10-08T15:29:42.686Z] ---> 0503baf57ac8 [2020-10-08T15:29:42.686Z] Step 10/24 : FROM scratch [2020-10-08T15:29:42.686Z] ---> [2020-10-08T15:29:42.686Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-08T15:29:42.686Z] ---> Running in 2c7c55fdcd55 [2020-10-08T15:29:42.686Z] Removing intermediate container 2c7c55fdcd55 [2020-10-08T15:29:42.686Z] ---> 79f1cecb84d2 [2020-10-08T15:29:42.686Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-08T15:29:42.686Z] ---> Running in c86645dd791b [2020-10-08T15:29:42.948Z] Removing intermediate container c86645dd791b [2020-10-08T15:29:42.948Z] ---> 24e5f17db3ea [2020-10-08T15:29:42.948Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-08T15:29:42.948Z] ---> Running in 3cfee4930eff [2020-10-08T15:29:42.948Z] Removing intermediate container 3cfee4930eff [2020-10-08T15:29:42.948Z] ---> 51c0c9d00a20 [2020-10-08T15:29:42.948Z] Step 14/24 : WORKDIR / [2020-10-08T15:29:43.211Z] ---> Running in 5a006c3f610b [2020-10-08T15:29:43.211Z] Removing intermediate container 5a006c3f610b [2020-10-08T15:29:43.211Z] ---> 53eb119d8fbf [2020-10-08T15:29:43.211Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-08T15:29:43.787Z] ---> 74c41b2f128a [2020-10-08T15:29:43.787Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-08T15:29:44.050Z] ---> 88c68830a930 [2020-10-08T15:29:44.050Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-08T15:29:44.312Z] ---> ef0944d1aa42 [2020-10-08T15:29:44.312Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-08T15:29:44.312Z] ---> bee028d8a684 [2020-10-08T15:29:44.312Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-08T15:29:44.578Z] ---> a835558884ed [2020-10-08T15:29:44.578Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-08T15:29:44.578Z] ---> Running in 3428ba657af6 [2020-10-08T15:29:44.841Z] Removing intermediate container 3428ba657af6 [2020-10-08T15:29:44.841Z] ---> 110d33416493 [2020-10-08T15:29:44.841Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T15:29:44.841Z] ---> Running in 6f667fd222ba [2020-10-08T15:29:45.103Z] Removing intermediate container 6f667fd222ba [2020-10-08T15:29:45.103Z] ---> 6b529c76d365 [2020-10-08T15:29:45.103Z] Step 22/24 : LABEL arch=amd64 [2020-10-08T15:29:45.103Z] ---> Running in ddaa7573c9eb [2020-10-08T15:29:45.366Z] Removing intermediate container ddaa7573c9eb [2020-10-08T15:29:45.366Z] ---> b44e25ef9024 [2020-10-08T15:29:45.367Z] Step 23/24 : LABEL git_sha=3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 [2020-10-08T15:29:45.367Z] ---> Running in 5666db190377 [2020-10-08T15:29:45.629Z] Removing intermediate container 5666db190377 [2020-10-08T15:29:45.629Z] ---> c85fe026ec8a [2020-10-08T15:29:45.629Z] Step 24/24 : LABEL version=0.0.0 [2020-10-08T15:29:45.629Z] ---> Running in 3a3de48e099a [2020-10-08T15:29:45.629Z] Removing intermediate container 3a3de48e099a [2020-10-08T15:29:45.629Z] ---> c478748c4c8c [2020-10-08T15:29:45.629Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-08T15:29:45.891Z] Successfully built c478748c4c8c [2020-10-08T15:29:45.891Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-08T15:29:56.389Z] gofmt -l . [2020-10-08T15:29:56.389Z] [ "`gofmt -l .`" = "" ] [2020-10-08T15:29:56.389Z] ./bin/test-attribution-txt.sh [2020-10-08T15:29:56.389Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-08T15:29:56.459Z] Warning: overwriting stash ‘coverage-report’ [2020-10-08T15:29:57.270Z] Stashed 1 file(s) [Pipeline] } [2020-10-08T15:29:57.358Z] $ docker stop --time=1 7754b283ed9e415e693360ae54851390ffc9e8932097c95a71e0c3fd6e5c9d51 [2020-10-08T15:29:59.653Z] $ docker rm -f 7754b283ed9e415e693360ae54851390ffc9e8932097c95a71e0c3fd6e5c9d51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-08T15:30:01.334Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-08T15:30:01.717Z] + ls -al . [2020-10-08T15:30:01.717Z] total 228 [2020-10-08T15:30:01.717Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 8 15:29 . [2020-10-08T15:30:01.717Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 15:26 .. [2020-10-08T15:30:01.717Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 8 15:26 .dockerignore [2020-10-08T15:30:01.717Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 15:26 .git [2020-10-08T15:30:01.717Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 8 15:26 .github [2020-10-08T15:30:01.717Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 8 15:26 .gitignore [2020-10-08T15:30:01.717Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 8 15:26 .semver [2020-10-08T15:30:01.717Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 8 15:26 Dockerfile.build [2020-10-08T15:30:01.717Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 8 15:26 Jenkinsfile [2020-10-08T15:30:01.717Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 8 15:26 LICENSE [2020-10-08T15:30:01.717Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 8 15:26 Makefile [2020-10-08T15:30:01.717Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 8 15:26 README.md [2020-10-08T15:30:01.717Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 8 15:26 RELEASE-NOTES.txt [2020-10-08T15:30:01.717Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 8 15:23 VERSION [2020-10-08T15:30:01.717Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 8 15:26 bin [2020-10-08T15:30:01.717Z] -rw-r--r-- 1 jenkins jenkins 110392 Oct 8 15:29 coverage.out [2020-10-08T15:30:01.717Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 15:26 example [2020-10-08T15:30:01.717Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 8 15:29 go.mod [2020-10-08T15:30:01.717Z] -rw-r--r-- 1 jenkins jenkins 13652 Oct 8 15:29 go.sum [2020-10-08T15:30:01.717Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 8 15:26 internal [2020-10-08T15:30:01.717Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 15:26 openapi [2020-10-08T15:30:01.717Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 8 15:26 pkg [2020-10-08T15:30:01.717Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 15:26 snap [2020-10-08T15:30:01.717Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 8 15:26 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-08T15:30:02.083Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 --label arch=arm64 --label version=0.0.0 . [2020-10-08T15:30:02.703Z] Sending build context to Docker daemon 3.631MB [2020-10-08T15:30:02.703Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-08T15:30:02.703Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-08T15:30:02.703Z] ---> 9bb5477492d1 [2020-10-08T15:30:02.703Z] Step 3/24 : ARG MAKE='make build' [2020-10-08T15:30:02.978Z] ---> Running in 25a09bc6f191 [2020-10-08T15:30:03.578Z] Removing intermediate container 25a09bc6f191 [2020-10-08T15:30:03.578Z] ---> e5495d0d9cf3 [2020-10-08T15:30:03.578Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-08T15:30:03.578Z] ---> Running in a2d9872e770b [2020-10-08T15:30:04.177Z] Removing intermediate container a2d9872e770b [2020-10-08T15:30:04.177Z] ---> c039d1887035 [2020-10-08T15:30:04.177Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-08T15:30:04.177Z] ---> Running in d8aa178141b3 [2020-10-08T15:30:04.787Z] Removing intermediate container d8aa178141b3 [2020-10-08T15:30:04.787Z] ---> 516342a1909a [2020-10-08T15:30:04.787Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T15:30:04.787Z] ---> Running in d24c8bb89f77 [2020-10-08T15:30:07.403Z] Removing intermediate container d24c8bb89f77 [2020-10-08T15:30:07.403Z] ---> e7e4a1cd67c4 [2020-10-08T15:30:07.403Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-08T15:30:07.682Z] ---> Running in 9f43b2acdad4 [2020-10-08T15:30:09.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T15:30:10.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T15:30:11.080Z] OK: 142 MiB in 39 packages [2020-10-08T15:30:12.523Z] Removing intermediate container 9f43b2acdad4 [2020-10-08T15:30:12.523Z] ---> 60dfe99259b0 [2020-10-08T15:30:12.523Z] Step 8/24 : COPY . . [2020-10-08T15:30:13.963Z] ---> 619f2757ea87 [2020-10-08T15:30:13.963Z] Step 9/24 : RUN ${MAKE} [2020-10-08T15:30:13.963Z] ---> Running in 5f8b96e99424 [2020-10-08T15:30:15.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-08T15:30:42.261Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-08T15:30:42.261Z] Removing intermediate container 5f8b96e99424 [2020-10-08T15:30:42.261Z] ---> 98c9143ff586 [2020-10-08T15:30:42.261Z] Step 10/24 : FROM scratch [2020-10-08T15:30:42.261Z] ---> [2020-10-08T15:30:42.261Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-08T15:30:42.261Z] ---> Running in a316345c93c1 [2020-10-08T15:30:42.261Z] Removing intermediate container a316345c93c1 [2020-10-08T15:30:42.261Z] ---> af7c5ad95572 [2020-10-08T15:30:42.261Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-08T15:30:42.261Z] ---> Running in 2314ae98779d [2020-10-08T15:30:42.861Z] Removing intermediate container 2314ae98779d [2020-10-08T15:30:42.861Z] ---> f091f23500e5 [2020-10-08T15:30:42.861Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-08T15:30:42.861Z] ---> Running in d1e31e580dd1 [2020-10-08T15:30:43.461Z] Removing intermediate container d1e31e580dd1 [2020-10-08T15:30:43.461Z] ---> 00119e9b9d4f [2020-10-08T15:30:43.461Z] Step 14/24 : WORKDIR / [2020-10-08T15:30:43.461Z] ---> Running in 5dfb28dd1483 [2020-10-08T15:30:44.061Z] Removing intermediate container 5dfb28dd1483 [2020-10-08T15:30:44.061Z] ---> 19b28c2e873b [2020-10-08T15:30:44.061Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-08T15:30:45.500Z] ---> 8c898caa7dcc [2020-10-08T15:30:45.500Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-08T15:30:46.095Z] ---> 7f9071e9fa91 [2020-10-08T15:30:46.095Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-08T15:30:46.690Z] ---> f6d30f9c919a [2020-10-08T15:30:46.690Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-08T15:30:47.285Z] ---> 849c20e6dd7a [2020-10-08T15:30:47.285Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-08T15:30:48.264Z] ---> f976d7be7b36 [2020-10-08T15:30:48.264Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-08T15:30:48.264Z] ---> Running in 79f15438611e [2020-10-08T15:30:48.859Z] Removing intermediate container 79f15438611e [2020-10-08T15:30:48.859Z] ---> 9fd3e58e16d4 [2020-10-08T15:30:48.859Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T15:30:48.859Z] ---> Running in 2ba77a9ce9ed [2020-10-08T15:30:49.456Z] Removing intermediate container 2ba77a9ce9ed [2020-10-08T15:30:49.456Z] ---> c3196093212b [2020-10-08T15:30:49.456Z] Step 22/24 : LABEL arch=arm64 [2020-10-08T15:30:49.456Z] ---> Running in 2ff96a0924e6 [2020-10-08T15:30:50.050Z] Removing intermediate container 2ff96a0924e6 [2020-10-08T15:30:50.050Z] ---> ae9f285b3b47 [2020-10-08T15:30:50.050Z] Step 23/24 : LABEL git_sha=3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 [2020-10-08T15:30:50.050Z] ---> Running in 919d83d35de0 [2020-10-08T15:30:50.650Z] Removing intermediate container 919d83d35de0 [2020-10-08T15:30:50.650Z] ---> b35778b8f646 [2020-10-08T15:30:50.650Z] Step 24/24 : LABEL version=0.0.0 [2020-10-08T15:30:50.650Z] ---> Running in ad741da65aa9 [2020-10-08T15:30:51.243Z] Removing intermediate container ad741da65aa9 [2020-10-08T15:30:51.243Z] ---> 214a43f1b9e4 [2020-10-08T15:30:51.243Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-08T15:30:51.243Z] Successfully built 214a43f1b9e4 [2020-10-08T15:30:51.243Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-08T15:30:53.607Z] provisioning config files... [2020-10-08T15:30:53.623Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-624@tmp/config7988226560227837315tmp [Pipeline] { [Pipeline] sh [2020-10-08T15:30:54.051Z] + set +x [2020-10-08T15:30:54.051Z] + curl -s https://codecov.io/bash [2020-10-08T15:30:54.051Z] + bash -s -- [2020-10-08T15:30:54.319Z] [2020-10-08T15:30:54.319Z] _____ _ [2020-10-08T15:30:54.319Z] / ____| | | [2020-10-08T15:30:54.319Z] | | ___ __| | ___ ___ _____ __ [2020-10-08T15:30:54.319Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-08T15:30:54.319Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-08T15:30:54.319Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-08T15:30:54.319Z] Bash-20201007-7e25d0a [2020-10-08T15:30:54.319Z] [2020-10-08T15:30:54.319Z] [2020-10-08T15:30:54.319Z] ==> Jenkins CI detected. [2020-10-08T15:30:54.319Z] project root: . [2020-10-08T15:30:54.319Z] --> token set from env [2020-10-08T15:30:54.319Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-08T15:30:54.319Z] ==> Running gcov in . (disable via -X gcov) [2020-10-08T15:30:54.319Z] ==> Python coveragepy not found [2020-10-08T15:30:54.319Z] ==> Searching for coverage reports in: [2020-10-08T15:30:54.319Z] + . [2020-10-08T15:30:54.320Z] -> Found 1 reports [2020-10-08T15:30:54.320Z] ==> Detecting git/mercurial file structure [2020-10-08T15:30:54.320Z] ==> Reading reports [2020-10-08T15:30:54.320Z] + ./coverage.out bytes=110392 [2020-10-08T15:30:54.596Z] ==> Appending adjustments [2020-10-08T15:30:54.596Z] https://docs.codecov.io/docs/fixing-reports [2020-10-08T15:30:54.873Z] + Found adjustments [2020-10-08T15:30:54.873Z] ==> Gzipping contents [2020-10-08T15:30:54.873Z] ==> Uploading reports [2020-10-08T15:30:54.873Z] url: https://codecov.io [2020-10-08T15:30:54.873Z] query: branch=PR-624&commit=3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-624%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=624&job=&cmd_args= [2020-10-08T15:30:54.873Z] -> Pinging Codecov [2020-10-08T15:30:54.873Z] https://codecov.io/upload/v4?package=bash-20201007-7e25d0a&token=secret&branch=PR-624&commit=3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-624%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=624&job=&cmd_args= [2020-10-08T15:30:55.165Z] -> Uploading to [2020-10-08T15:30:55.165Z] [2020-10-08T15:30:55.165Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T15:30:55.165Z] Dload Upload Total Spent Left Speed [2020-10-08T15:30:55.433Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-08T15:30:55.433Z] X> Failed to upload [2020-10-08T15:30:55.433Z] ==> Uploading to Codecov [2020-10-08T15:30:55.433Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T15:30:55.433Z] Dload Upload Total Spent Left Speed [2020-10-08T15:30:56.016Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19672 100 110 100 19562 143 25583 --:--:-- --:--:-- --:--:-- 25604 [2020-10-08T15:30:56.016Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/3b7bdf68c6152a5815cebe1ed98ca8a9b46609f1 [Pipeline] } [2020-10-08T15:30:56.029Z] 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-10-08T15:30:59.014Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T15:30:59.632Z] ---> package-listing.sh [2020-10-08T15:30:59.632Z] ++ facter osfamily [2020-10-08T15:30:59.632Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-08T15:30:59.898Z] + OS_FAMILY=redhat [2020-10-08T15:30:59.898Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-624 [2020-10-08T15:30:59.898Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-08T15:30:59.898Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-08T15:30:59.898Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-08T15:30:59.898Z] + PACKAGES=/tmp/packages_start.txt [2020-10-08T15:30:59.898Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-624 ']' [2020-10-08T15:30:59.898Z] + PACKAGES=/tmp/packages_end.txt [2020-10-08T15:30:59.898Z] + case "${OS_FAMILY}" in [2020-10-08T15:30:59.898Z] + rpm -qa [2020-10-08T15:30:59.898Z] + sort [2020-10-08T15:31:04.193Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-08T15:31:04.193Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-08T15:31:04.193Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-08T15:31:04.193Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-624 ']' [2020-10-08T15:31:04.193Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-624/archives/ [2020-10-08T15:31:04.193Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-624/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-08T15:31:04.855Z] provisioning config files... [2020-10-08T15:31:04.881Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-624@tmp/config4964913582562736547tmp [Pipeline] { [Pipeline] echo [2020-10-08T15:31:04.964Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T15:31:05.285Z] ---> create-netrc.sh [Pipeline] } [2020-10-08T15:31:05.302Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-08T15:31:05.402Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T15:31:05.750Z] ---> python-tools-install.sh [2020-10-08T15:31:05.750Z] Generating Requirements File [2020-10-08T15:32:42.860Z] Python 3.6.8 [2020-10-08T15:32:42.860Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-08T15:32:42.860Z] appdirs==1.4.3 [2020-10-08T15:32:42.860Z] argcomplete==1.12.1 [2020-10-08T15:32:42.860Z] aspy.yaml==1.3.0 [2020-10-08T15:32:42.860Z] attrs==19.3.0 [2020-10-08T15:32:42.860Z] Babel==2.8.0 [2020-10-08T15:32:42.860Z] beautifulsoup4==4.8.2 [2020-10-08T15:32:42.860Z] boto3==1.11.6 [2020-10-08T15:32:42.860Z] botocore==1.14.6 [2020-10-08T15:32:42.860Z] bs4==0.0.1 [2020-10-08T15:32:42.860Z] cachetools==4.1.1 [2020-10-08T15:32:42.860Z] certifi==2019.11.28 [2020-10-08T15:32:42.860Z] cffi==1.14.3 [2020-10-08T15:32:42.860Z] cfgv==2.0.1 [2020-10-08T15:32:42.860Z] chardet==3.0.4 [2020-10-08T15:32:42.860Z] click==7.1 [2020-10-08T15:32:42.860Z] cliff==3.4.0 [2020-10-08T15:32:42.860Z] cmd2==1.3.11 [2020-10-08T15:32:42.860Z] colorama==0.4.3 [2020-10-08T15:32:42.860Z] cryptography==3.1.1 [2020-10-08T15:32:42.860Z] debtcollector==2.2.0 [2020-10-08T15:32:42.860Z] decorator==4.4.2 [2020-10-08T15:32:42.860Z] defusedxml==0.6.0 [2020-10-08T15:32:42.860Z] Deprecated==1.2.7 [2020-10-08T15:32:42.860Z] distlib==0.3.1 [2020-10-08T15:32:42.860Z] distro==1.2.0 [2020-10-08T15:32:42.860Z] dnspython==1.16.0 [2020-10-08T15:32:42.860Z] docker==4.2.0 [2020-10-08T15:32:42.860Z] docutils==0.15.2 [2020-10-08T15:32:42.860Z] dogpile.cache==1.0.2 [2020-10-08T15:32:42.860Z] email-validator==1.0.5 [2020-10-08T15:32:42.860Z] filelock==3.0.12 [2020-10-08T15:32:42.860Z] future==0.18.2 [2020-10-08T15:32:42.860Z] google-auth==1.22.1 [2020-10-08T15:32:42.860Z] httplib2==0.17.0 [2020-10-08T15:32:42.860Z] identify==1.4.11 [2020-10-08T15:32:42.860Z] idna==2.9 [2020-10-08T15:32:42.860Z] importlib-metadata==1.7.0 [2020-10-08T15:32:42.860Z] importlib-resources==1.5.0 [2020-10-08T15:32:42.860Z] iso8601==0.1.13 [2020-10-08T15:32:42.860Z] Jinja2==2.11.1 [2020-10-08T15:32:42.860Z] jmespath==0.10.0 [2020-10-08T15:32:42.860Z] jsonpatch==1.26 [2020-10-08T15:32:42.860Z] jsonpointer==2.0 [2020-10-08T15:32:42.860Z] jsonschema==3.2.0 [2020-10-08T15:32:42.860Z] keystoneauth1==4.2.1 [2020-10-08T15:32:42.860Z] kubernetes==11.0.0 [2020-10-08T15:32:42.860Z] lftools==0.34.2 [2020-10-08T15:32:42.860Z] lxml==4.5.0 [2020-10-08T15:32:42.860Z] MarkupSafe==0.23 [2020-10-08T15:32:42.860Z] msgpack==1.0.0 [2020-10-08T15:32:42.860Z] multi-key-dict==2.0.3 [2020-10-08T15:32:42.860Z] munch==2.5.0 [2020-10-08T15:32:42.860Z] netaddr==0.8.0 [2020-10-08T15:32:42.860Z] netifaces==0.10.9 [2020-10-08T15:32:42.860Z] niet==1.4.2 [2020-10-08T15:32:42.860Z] nodeenv==1.3.5 [2020-10-08T15:32:42.860Z] oauth2client==4.1.3 [2020-10-08T15:32:42.860Z] oauthlib==3.1.0 [2020-10-08T15:32:42.860Z] openstacksdk==0.50.0 [2020-10-08T15:32:42.860Z] os-client-config==2.1.0 [2020-10-08T15:32:42.860Z] os-service-types==1.7.0 [2020-10-08T15:32:42.860Z] osc-lib==2.2.1 [2020-10-08T15:32:42.860Z] oslo.config==8.3.2 [2020-10-08T15:32:42.860Z] oslo.context==3.1.1 [2020-10-08T15:32:42.860Z] oslo.i18n==5.0.1 [2020-10-08T15:32:42.860Z] oslo.log==4.4.0 [2020-10-08T15:32:42.860Z] oslo.serialization==4.0.1 [2020-10-08T15:32:42.860Z] oslo.utils==4.6.0 [2020-10-08T15:32:42.860Z] packaging==20.4 [2020-10-08T15:32:42.860Z] pbr==5.4.4 [2020-10-08T15:32:42.860Z] pluggy==0.13.1 [2020-10-08T15:32:42.860Z] prettytable==0.7.2 [2020-10-08T15:32:42.860Z] py==1.9.0 [2020-10-08T15:32:42.860Z] pyasn1==0.4.8 [2020-10-08T15:32:42.860Z] pyasn1-modules==0.2.8 [2020-10-08T15:32:42.860Z] pycparser==2.20 [2020-10-08T15:32:42.860Z] pygerrit2==2.0.10 [2020-10-08T15:32:42.860Z] PyGithub==1.46 [2020-10-08T15:32:42.860Z] pyinotify==0.9.6 [2020-10-08T15:32:42.860Z] PyJWT==1.7.1 [2020-10-08T15:32:42.860Z] pyparsing==2.4.7 [2020-10-08T15:32:42.860Z] pyperclip==1.8.0 [2020-10-08T15:32:42.860Z] pyroute2==0.4.13 [2020-10-08T15:32:42.860Z] pyrsistent==0.15.7 [2020-10-08T15:32:42.860Z] PySocks==1.6.8 [2020-10-08T15:32:42.860Z] python-cinderclient==7.2.0 [2020-10-08T15:32:42.860Z] python-dateutil==2.8.1 [2020-10-08T15:32:42.860Z] python-heatclient==2.2.1 [2020-10-08T15:32:42.860Z] python-jenkins==1.7.0 [2020-10-08T15:32:42.860Z] python-keystoneclient==4.1.1 [2020-10-08T15:32:42.860Z] python-magnumclient==3.2.1 [2020-10-08T15:32:42.860Z] python-novaclient==17.2.1 [2020-10-08T15:32:42.860Z] python-openstackclient==5.4.0 [2020-10-08T15:32:42.860Z] python-swiftclient==3.10.1 [2020-10-08T15:32:42.860Z] pytz==2020.1 [2020-10-08T15:32:42.860Z] PyYAML==5.3 [2020-10-08T15:32:42.860Z] requests==2.23.0 [2020-10-08T15:32:42.860Z] requests-oauthlib==1.3.0 [2020-10-08T15:32:42.860Z] requestsexceptions==1.4.0 [2020-10-08T15:32:42.860Z] rfc3986==1.4.0 [2020-10-08T15:32:42.860Z] rpm==4.11.3 [2020-10-08T15:32:42.860Z] rsa==4.0 [2020-10-08T15:32:42.860Z] ruamel.yaml==0.16.10 [2020-10-08T15:32:42.860Z] ruamel.yaml.clib==0.2.0 [2020-10-08T15:32:42.860Z] s3transfer==0.3.3 [2020-10-08T15:32:42.860Z] shade==1.27.2 [2020-10-08T15:32:42.860Z] simplejson==3.17.2 [2020-10-08T15:32:42.860Z] six==1.14.0 [2020-10-08T15:32:42.860Z] soupsieve==2.0 [2020-10-08T15:32:42.860Z] stevedore==3.2.2 [2020-10-08T15:32:42.860Z] tabulate==0.8.6 [2020-10-08T15:32:42.860Z] toml==0.10.0 [2020-10-08T15:32:42.860Z] tox==3.20.0 [2020-10-08T15:32:42.860Z] tqdm==4.43.0 [2020-10-08T15:32:42.860Z] urllib3==1.25.8 [2020-10-08T15:32:42.860Z] virtualenv==20.0.33 [2020-10-08T15:32:42.860Z] wcwidth==0.2.5 [2020-10-08T15:32:42.860Z] websocket-client==0.57.0 [2020-10-08T15:32:42.860Z] wrapt==1.12.1 [2020-10-08T15:32:42.860Z] xdg==3.0.2 [2020-10-08T15:32:42.860Z] xmltodict==0.12.0 [2020-10-08T15:32:42.860Z] yq==2.11.1 [2020-10-08T15:32:42.860Z] zipp==3.3.0 [2020-10-08T15:32:42.860Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:32:44.935Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-08T15:32:49.290Z] Python 2.7.5 [2020-10-08T15:32:49.290Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-08T15:32:50.266Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-08T15:32:50.266Z] ansible==2.9.7 [2020-10-08T15:32:50.266Z] Babel==0.9.6 [2020-10-08T15:32:50.266Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-08T15:32:50.266Z] beautifulsoup4==4.4.1 [2020-10-08T15:32:50.266Z] bodhi==2.11.0 [2020-10-08T15:32:50.266Z] bodhi-client==2.11.0 [2020-10-08T15:32:50.266Z] CCColUtils==1.4 [2020-10-08T15:32:50.266Z] cffi==1.6.0 [2020-10-08T15:32:50.266Z] chardet==2.2.1 [2020-10-08T15:32:50.266Z] click==6.7 [2020-10-08T15:32:50.266Z] cloud-init==18.5 [2020-10-08T15:32:50.266Z] configobj==4.7.2 [2020-10-08T15:32:50.266Z] cryptography==1.7.2 [2020-10-08T15:32:50.266Z] decorator==3.4.0 [2020-10-08T15:32:50.266Z] distro==1.2.0 [2020-10-08T15:32:50.266Z] enum34==1.0.4 [2020-10-08T15:32:50.266Z] fedpkg==1.38 [2020-10-08T15:32:50.266Z] futures==3.1.1 [2020-10-08T15:32:50.266Z] gitdb==0.6.4 [2020-10-08T15:32:50.266Z] GitPython==1.0.1 [2020-10-08T15:32:50.266Z] html5lib==0.999 [2020-10-08T15:32:50.266Z] httplib2==0.9.2 [2020-10-08T15:32:50.266Z] idna==2.4 [2020-10-08T15:32:50.266Z] iniparse==0.4 [2020-10-08T15:32:50.266Z] ipaddress==1.0.16 [2020-10-08T15:32:50.266Z] IPy==0.75 [2020-10-08T15:32:50.266Z] javapackages==1.0.0 [2020-10-08T15:32:50.266Z] Jinja2==2.7.2 [2020-10-08T15:32:50.266Z] jmespath==0.9.4 [2020-10-08T15:32:50.266Z] jsonpatch==1.2 [2020-10-08T15:32:50.266Z] jsonpointer==1.9 [2020-10-08T15:32:50.266Z] kerberos==1.1 [2020-10-08T15:32:50.266Z] kitchen==1.1.1 [2020-10-08T15:32:50.266Z] langtable==0.0.31 [2020-10-08T15:32:50.266Z] lockfile==0.9.1 [2020-10-08T15:32:50.266Z] lxml==3.2.1 [2020-10-08T15:32:50.266Z] MarkupSafe==0.11 [2020-10-08T15:32:50.266Z] munch==2.0.2 [2020-10-08T15:32:50.266Z] offtrac==0.1.0 [2020-10-08T15:32:50.266Z] openidc-client==0.6.0 [2020-10-08T15:32:50.266Z] packagedb-cli==2.14.1 [2020-10-08T15:32:50.266Z] paramiko==2.1.1 [2020-10-08T15:32:50.266Z] perf==0.1 [2020-10-08T15:32:50.266Z] ply==3.4 [2020-10-08T15:32:50.266Z] policycoreutils-default-encoding==0.1 [2020-10-08T15:32:50.266Z] prettytable==0.7.2 [2020-10-08T15:32:50.266Z] pyasn1==0.1.9 [2020-10-08T15:32:50.266Z] pycparser==2.14 [2020-10-08T15:32:50.266Z] pycurl==7.19.0 [2020-10-08T15:32:50.266Z] pygobject==3.22.0 [2020-10-08T15:32:50.266Z] pygpgme==0.3 [2020-10-08T15:32:50.266Z] pyliblzma==0.5.3 [2020-10-08T15:32:50.266Z] pyOpenSSL==0.13.1 [2020-10-08T15:32:50.266Z] pyparsing==1.5.6 [2020-10-08T15:32:50.266Z] pyserial==2.6 [2020-10-08T15:32:50.266Z] python-augeas==0.5.0 [2020-10-08T15:32:50.266Z] python-bugzilla==2.3.0 [2020-10-08T15:32:50.266Z] python-dateutil==1.5 [2020-10-08T15:32:50.266Z] python-fedora==0.10.0 [2020-10-08T15:32:50.266Z] python-linux-procfs==0.4.9 [2020-10-08T15:32:50.266Z] python-yubico==1.2.3 [2020-10-08T15:32:50.266Z] pyudev==0.15 [2020-10-08T15:32:50.266Z] pyusb==1.0.0b1 [2020-10-08T15:32:50.266Z] pyxattr==0.5.1 [2020-10-08T15:32:50.266Z] PyYAML==3.10 [2020-10-08T15:32:50.266Z] requests==2.6.0 [2020-10-08T15:32:50.266Z] requests-kerberos==0.7.0 [2020-10-08T15:32:50.266Z] rpkg==1.60 [2020-10-08T15:32:50.266Z] schedutils==0.4 [2020-10-08T15:32:50.266Z] seobject==0.1 [2020-10-08T15:32:50.266Z] sepolicy==1.1 [2020-10-08T15:32:50.266Z] six==1.9.0 [2020-10-08T15:32:50.266Z] smmap==0.9.0 [2020-10-08T15:32:50.266Z] urlgrabber==3.10 [2020-10-08T15:32:50.266Z] urllib3==1.10.2 [2020-10-08T15:32:50.266Z] virtualenv==15.1.0 [2020-10-08T15:32:50.266Z] yum-langpacks==0.4.2 [2020-10-08T15:32:50.266Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-08T15:32:50.281Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T15:32:50.603Z] ---> sudo-logs.sh [2020-10-08T15:32:50.603Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-08T15:32:50.881Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T15:32:51.219Z] ---> job-cost.sh [2020-10-08T15:32:51.219Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7ZeT [2020-10-08T15:33:03.593Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:04.229Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:05.229Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:05.506Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:05.506Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:05.777Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:06.046Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:06.046Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:06.310Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:06.310Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:06.575Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:06.575Z] Cache entry deserialization failed, entry ignored [2020-10-08T15:33:10.105Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-08T15:33:49.221Z] lf-activate-venv(): INFO: Adding /tmp/venv-7ZeT/bin to PATH [2020-10-08T15:33:49.222Z] INFO: No Stack... [2020-10-08T15:33:49.807Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-08T15:33:50.840Z] INFO: Archiving Costs [Pipeline] echo [2020-10-08T15:33:50.865Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T15:33:51.239Z] ---> logs-deploy.sh [2020-10-08T15:33:51.239Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-624/3 [2020-10-08T15:33:51.239Z] INFO: archiving workspace using pattern(s): [2020-10-08T15:33:53.190Z] Archives upload complete. [2020-10-08T15:33:53.483Z] INFO: archiving logs to Nexus [2020-10-08T15:33:54.940Z] ---> uname -a: [2020-10-08T15:33:54.940Z] Linux prd-centos7-docker-4c-2g-4237.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-08T15:33:54.940Z] [2020-10-08T15:33:54.940Z]