Pull request #600 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad+4a1412fe3679be6652f13296ba45411ccc085237 (2e30c4a1200382ac56ef33f54e2dcfcfa5ad748b) 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] ========================================================= [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: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2185 in /w/workspace/dgexfoundry_device-sdk-go_PR-600 [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-600 # 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 > 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/600/head:refs/remotes/origin/PR-600 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a1412fe3679be6652f13296ba45411ccc085237 into PR head commit a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad Merge succeeded, producing a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad Checking out Revision a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad (PR-600) > git config core.sparsecheckout # timeout=10 > git checkout -f a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad # 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 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-30T06:31:30.192Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-30T06:31:30.471Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk dc954164ebb5d503321f0d6678cc193a22677244 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-30T06:31:30.697Z] ========================================================= [2020-09-30T06:31:30.697Z] EdgeX Global Pipelines Version Info [2020-09-30T06:31:30.697Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:31:33.013Z] ------------------- [2020-09-30T06:31:33.013Z] stable info: [2020-09-30T06:31:33.013Z] ------------------- [2020-09-30T06:31:33.013Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-30T06:31:33.013Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-30T06:31:33.013Z] Message: update stable to v1.0.131 [2020-09-30T06:31:34.016Z] ------------------- [2020-09-30T06:31:34.016Z] experimental info: [2020-09-30T06:31:34.016Z] ------------------- [2020-09-30T06:31:34.016Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-30T06:31:34.016Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-30T06:31:34.016Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-30T06:31:34.527Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-30T06:31:34.619Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-30T06:31:34.715Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-30T06:31:34.810Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-30T06:31:34.914Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-30T06:31:35.018Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-30T06:31:35.138Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-30T06:31:35.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-30T06:31:35.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-30T06:31:35.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-30T06:31:35.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-30T06:31:35.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-30T06:31:35.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-30T06:31:35.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-30T06:31:36.088Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-30T06:31:36.186Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-30T06:31:36.285Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-30T06:31:36.398Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-30T06:31:36.498Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-30T06:31:36.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-30T06:31:36.735Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-30T06:31:36.833Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-30T06:31:36.989Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-30T06:31:37.113Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-30T06:31:37.354Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-09-30T06:31:37.470Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-600 [Pipeline] echo [2020-09-30T06:31:37.563Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-600 [Pipeline] echo [2020-09-30T06:31:37.703Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-600 [Pipeline] echo [2020-09-30T06:31:37.804Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad [Pipeline] echo [2020-09-30T06:31:37.903Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a563bd0 [Pipeline] echo [2020-09-30T06:31:37.993Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-30T06:31:38.730Z] + git log --format=format:%s -1 a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad [Pipeline] echo [2020-09-30T06:31:38.847Z] GIT_COMMIT: a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry [Pipeline] echo [2020-09-30T06:31:38.912Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:31:39.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T06:31:40.245Z] [2020-09-30T06:31:40.245Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:31:40.603Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T06:31:40.603Z] latest: Pulling from edgex-devops/git-semver [2020-09-30T06:31:40.603Z] 31603596830f: Pulling fs layer [2020-09-30T06:31:40.603Z] 2a8b12db71e7: Pulling fs layer [2020-09-30T06:31:40.603Z] 6ca5941a6612: Pulling fs layer [2020-09-30T06:31:40.603Z] ecc8261a40a4: Pulling fs layer [2020-09-30T06:31:40.603Z] ecc8261a40a4: Waiting [2020-09-30T06:31:40.603Z] 2a8b12db71e7: Verifying Checksum [2020-09-30T06:31:40.603Z] 2a8b12db71e7: Download complete [2020-09-30T06:31:40.889Z] 31603596830f: Download complete [2020-09-30T06:31:41.160Z] ecc8261a40a4: Verifying Checksum [2020-09-30T06:31:41.160Z] ecc8261a40a4: Download complete [2020-09-30T06:31:41.160Z] 6ca5941a6612: Verifying Checksum [2020-09-30T06:31:41.160Z] 6ca5941a6612: Download complete [2020-09-30T06:31:41.427Z] 31603596830f: Pull complete [2020-09-30T06:31:41.694Z] 2a8b12db71e7: Pull complete [2020-09-30T06:31:43.734Z] 6ca5941a6612: Pull complete [2020-09-30T06:31:44.010Z] ecc8261a40a4: Pull complete [2020-09-30T06:31:44.010Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-30T06:31:44.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T06:31:44.010Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-30T06:31:44.223Z] prd-centos7-docker-4c-2g-2185 does not seem to be running inside a container [2020-09-30T06:31:44.303Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-600 -v /w/workspace/dgexfoundry_device-sdk-go_PR-600:/w/workspace/dgexfoundry_device-sdk-go_PR-600:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-600@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-600@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-30T06:31:47.186Z] $ docker top 65a1e6f73e041c9543e1c0682bce8f124bd42c08205004c18efcccb5ba6a9f9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T06:31:47.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T06:31:47.630Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T06:31:47.922Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T06:31:47.929Z] $ docker exec 65a1e6f73e041c9543e1c0682bce8f124bd42c08205004c18efcccb5ba6a9f9f ssh-agent [2020-09-30T06:31:48.211Z] SSH_AUTH_SOCK=/tmp/ssh-0oZPnyzH5nZ2/agent.11 [2020-09-30T06:31:48.211Z] SSH_AGENT_PID=17 [2020-09-30T06:31:48.225Z] Running ssh-add (command line suppressed) [2020-09-30T06:31:48.430Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-600@tmp/private_key_6141112187654552963.key (/w/workspace/dgexfoundry_device-sdk-go_PR-600@tmp/private_key_6141112187654552963.key) [2020-09-30T06:31:48.524Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T06:31:48.890Z] + git describe --exact-match --tags HEAD [2020-09-30T06:31:48.890Z] fatal: no tag exactly matches 'a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad' [Pipeline] } [2020-09-30T06:31:48.943Z] $ docker exec --env ******** --env ******** 65a1e6f73e041c9543e1c0682bce8f124bd42c08205004c18efcccb5ba6a9f9f ssh-agent -k [2020-09-30T06:31:49.157Z] unset SSH_AUTH_SOCK; [2020-09-30T06:31:49.158Z] unset SSH_AGENT_PID; [2020-09-30T06:31:49.158Z] echo Agent pid 17 killed; [2020-09-30T06:31:49.202Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-30T06:31:49.291Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-30T06:31:49.291Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-30T06:31:49.400Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T06:31:49.400Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T06:31:49.599Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T06:31:49.607Z] $ docker exec 65a1e6f73e041c9543e1c0682bce8f124bd42c08205004c18efcccb5ba6a9f9f ssh-agent [2020-09-30T06:31:49.823Z] SSH_AUTH_SOCK=/tmp/ssh-VgyXazjfrPuq/agent.47 [2020-09-30T06:31:49.823Z] SSH_AGENT_PID=52 [2020-09-30T06:31:49.842Z] Running ssh-add (command line suppressed) [2020-09-30T06:31:50.046Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-600@tmp/private_key_8287061383753577332.key (/w/workspace/dgexfoundry_device-sdk-go_PR-600@tmp/private_key_8287061383753577332.key) [2020-09-30T06:31:50.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T06:31:50.473Z] + git semver init [2020-09-30T06:31:50.473Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T06:31:50.473Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-600/.git [2020-09-30T06:31:50.473Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-600 [2020-09-30T06:31:50.473Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T06:31:50.473Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T06:31:50.473Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T06:31:50.473Z] # $SEMVER_BRANCH = PR-600 [2020-09-30T06:31:50.473Z] # $SEMVER_TEMP = /tmp/semver-625216910 [2020-09-30T06:31:50.473Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-30T06:31:51.515Z] # '/tmp/semver-625216910' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-600/.semver' [2020-09-30T06:31:51.515Z] # -> Force: false [2020-09-30T06:31:51.515Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-600/.semver [Pipeline] } [2020-09-30T06:31:51.535Z] $ docker exec --env ******** --env ******** 65a1e6f73e041c9543e1c0682bce8f124bd42c08205004c18efcccb5ba6a9f9f ssh-agent -k [2020-09-30T06:31:51.753Z] unset SSH_AUTH_SOCK; [2020-09-30T06:31:51.764Z] unset SSH_AGENT_PID; [2020-09-30T06:31:51.764Z] echo Agent pid 52 killed; [2020-09-30T06:31:51.851Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T06:31:52.359Z] + git semver [Pipeline] } [2020-09-30T06:31:52.379Z] $ docker stop --time=1 65a1e6f73e041c9543e1c0682bce8f124bd42c08205004c18efcccb5ba6a9f9f [2020-09-30T06:31:53.809Z] $ docker rm -f 65a1e6f73e041c9543e1c0682bce8f124bd42c08205004c18efcccb5ba6a9f9f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-30T06:31:55.138Z] Stashed 40 file(s) [Pipeline] echo [2020-09-30T06:31:55.141Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-30T06:31:55.228Z] 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-30T06:32:10.689Z] Still waiting to schedule task [2020-09-30T06:32:10.689Z] ‘prd-centos7-docker-4c-2g-2177’ is offline; ‘prd-centos7-docker-4c-2g-2182’ is offline; ‘prd-centos7-docker-4c-2g-2188’ is offline; ‘prd-centos7-docker-4c-2g-2189’ is offline; ‘prd-centos7-docker-8c-8g-2175’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2169’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2176’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-30T06:32:10.692Z] Still waiting to schedule task [2020-09-30T06:32:10.692Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-30T06:35:35.222Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2193 in /w/workspace/dgexfoundry_device-sdk-go_PR-600 [Pipeline] { [Pipeline] ws [2020-09-30T06:35:35.275Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-09-30T06:35:41.737Z] using credential edgex-jenkins-ssh [2020-09-30T06:35:41.795Z] Cloning the remote Git repository [2020-09-30T06:35:41.867Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T06:35:41.992Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-09-30T06:35:42.081Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T06:35:42.082Z] > git --version # timeout=10 [2020-09-30T06:35:42.105Z] > git --version # 'git version 2.17.1' [2020-09-30T06:35:42.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T06:35:42.217Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T06:35:44.018Z] Merging remotes/origin/master commit 4a1412fe3679be6652f13296ba45411ccc085237 into PR head commit a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad [2020-09-30T06:35:43.320Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T06:35:43.344Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T06:35:43.374Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T06:35:43.423Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T06:35:43.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T06:35:43.449Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/600/head:refs/remotes/origin/PR-600 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-30T06:35:44.048Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T06:35:44.069Z] > git checkout -f a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad # timeout=10 [2020-09-30T06:35:44.221Z] > git remote # timeout=10 [2020-09-30T06:35:44.248Z] > git config --get remote.origin.url # timeout=10 [2020-09-30T06:35:44.278Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T06:35:44.300Z] > git merge 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 [2020-09-30T06:35:44.367Z] Merge succeeded, producing a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad [2020-09-30T06:35:44.368Z] Checking out Revision a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad (PR-600) [2020-09-30T06:35:44.335Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-30T06:35:44.380Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T06:35:44.402Z] > git checkout -f a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad # timeout=10 [2020-09-30T06:35:49.535Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-30T06:35:50.767Z] ========================================================= [2020-09-30T06:35:50.767Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-30T06:35:50.767Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:35:52.035Z] + 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-30T06:35:53.043Z] Sending build context to Docker daemon 3.421MB [2020-09-30T06:35:53.043Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-30T06:35:53.043Z] Step 2/8 : FROM ${BASE} [2020-09-30T06:35:53.641Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-30T06:35:53.641Z] b538f80385f9: Pulling fs layer [2020-09-30T06:35:53.641Z] 74f711af9a0d: Pulling fs layer [2020-09-30T06:35:53.641Z] 99f96fe45779: Pulling fs layer [2020-09-30T06:35:53.641Z] 8529a6b9a6be: Pulling fs layer [2020-09-30T06:35:53.641Z] 45590311c82a: Pulling fs layer [2020-09-30T06:35:53.641Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-30T06:35:53.641Z] 209524e5b208: Pulling fs layer [2020-09-30T06:35:53.641Z] 45590311c82a: Waiting [2020-09-30T06:35:53.641Z] 69ca0ff8b7b3: Waiting [2020-09-30T06:35:53.641Z] 209524e5b208: Waiting [2020-09-30T06:35:53.641Z] 8529a6b9a6be: Waiting [2020-09-30T06:35:53.641Z] 99f96fe45779: Verifying Checksum [2020-09-30T06:35:53.641Z] 99f96fe45779: Download complete [2020-09-30T06:35:53.641Z] 74f711af9a0d: Verifying Checksum [2020-09-30T06:35:53.641Z] 74f711af9a0d: Download complete [2020-09-30T06:35:53.641Z] 45590311c82a: Download complete [2020-09-30T06:35:53.641Z] 69ca0ff8b7b3: Download complete [2020-09-30T06:35:53.923Z] b538f80385f9: Verifying Checksum [2020-09-30T06:35:53.923Z] b538f80385f9: Download complete [2020-09-30T06:35:54.920Z] b538f80385f9: Pull complete [2020-09-30T06:35:55.534Z] 74f711af9a0d: Pull complete [2020-09-30T06:35:55.821Z] 99f96fe45779: Pull complete [2020-09-30T06:35:56.098Z] 209524e5b208: Verifying Checksum [2020-09-30T06:35:57.562Z] 8529a6b9a6be: Verifying Checksum [2020-09-30T06:35:57.563Z] 8529a6b9a6be: Download complete [2020-09-30T06:36:07.740Z] 8529a6b9a6be: Pull complete [2020-09-30T06:36:07.740Z] 45590311c82a: Pull complete [2020-09-30T06:36:08.015Z] 69ca0ff8b7b3: Pull complete [2020-09-30T06:36:11.446Z] 209524e5b208: Pull complete [2020-09-30T06:36:11.446Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-30T06:36:11.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-30T06:36:11.446Z] ---> 5bddaf1c2fca [2020-09-30T06:36:11.446Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T06:36:14.868Z] ---> Running in 77fd85b52de3 [2020-09-30T06:36:15.143Z] Removing intermediate container 77fd85b52de3 [2020-09-30T06:36:15.143Z] ---> 787c539103ab [2020-09-30T06:36:15.143Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:36:15.417Z] ---> Running in c23afed61b4b [2020-09-30T06:36:18.847Z] Removing intermediate container c23afed61b4b [2020-09-30T06:36:18.847Z] ---> 266fac032d1d [2020-09-30T06:36:18.847Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-30T06:36:18.847Z] ---> Running in fb491d4ec898 [2020-09-30T06:36:20.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:36:21.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:36:23.920Z] OK: 142 MiB in 39 packages [2020-09-30T06:36:24.905Z] Removing intermediate container fb491d4ec898 [2020-09-30T06:36:24.905Z] ---> 8a232aa0a058 [2020-09-30T06:36:24.905Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-30T06:36:24.905Z] ---> Running in c38c430605c5 [2020-09-30T06:36:25.503Z] Removing intermediate container c38c430605c5 [2020-09-30T06:36:25.503Z] ---> e66ce2b3ed5a [2020-09-30T06:36:25.503Z] Step 7/8 : COPY . . [2020-09-30T06:36:26.938Z] ---> 131f01ba7e98 [2020-09-30T06:36:26.938Z] Step 8/8 : RUN go mod download [2020-09-30T06:36:27.213Z] ---> Running in 7abcb47e67dc [2020-09-30T06:36:54.005Z] Removing intermediate container 7abcb47e67dc [2020-09-30T06:36:54.005Z] ---> f4e9e302d2fe [2020-09-30T06:36:54.005Z] Successfully built f4e9e302d2fe [2020-09-30T06:36:54.005Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:36:54.433Z] + docker inspect -f . ci-base-image-arm64 [2020-09-30T06:36:54.433Z] . [Pipeline] withDockerContainer [2020-09-30T06:36:54.749Z] prd-ubuntu18.04-docker-arm64-4c-16g-2193 does not seem to be running inside a container [2020-09-30T06:36:54.850Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-arm64 cat [2020-09-30T06:36:56.922Z] $ docker top 9373824443b44c9b65f7c7b8296b52425f3b4a52cafa0d9c50a894c65aa0e61e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T06:36:58.373Z] + go version [2020-09-30T06:36:58.373Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-30T06:36:58.404Z] $ docker stop --time=1 9373824443b44c9b65f7c7b8296b52425f3b4a52cafa0d9c50a894c65aa0e61e [2020-09-30T06:37:00.449Z] $ docker rm -f 9373824443b44c9b65f7c7b8296b52425f3b4a52cafa0d9c50a894c65aa0e61e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:37:01.577Z] + docker inspect -f . ci-base-image-arm64 [2020-09-30T06:37:01.577Z] . [Pipeline] withDockerContainer [2020-09-30T06:37:01.882Z] prd-ubuntu18.04-docker-arm64-4c-16g-2193 does not seem to be running inside a container [2020-09-30T06:37:01.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-arm64 cat [2020-09-30T06:37:04.170Z] $ docker top d896e5cd27077f3971df003a6d8834aa474d4a506d6540d13c3c82d8b35dae6b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T06:37:05.650Z] + make test [2020-09-30T06:37:05.650Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-30T06:37:32.529Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-30T06:38:19.620Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-30T06:38:19.620Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-30T06:38:19.620Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-30T06:38:19.620Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.156s coverage: 21.6% of statements [2020-09-30T06:38:22.298Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.339s coverage: 97.1% of statements [2020-09-30T06:38:27.370Z] Running on prd-centos7-docker-4c-2g-2197 in /w/workspace/dgexfoundry_device-sdk-go_PR-600 [Pipeline] { [Pipeline] ws [2020-09-30T06:38:27.472Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-09-30T06:38:31.095Z] using credential edgex-jenkins-ssh [2020-09-30T06:38:31.181Z] Cloning the remote Git repository [2020-09-30T06:38:31.217Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T06:38:31.303Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-09-30T06:38:31.360Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T06:38:31.360Z] > git --version # timeout=10 [2020-09-30T06:38:31.365Z] > git --version # 'git version 2.16.5' [2020-09-30T06:38:31.366Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T06:38:31.394Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T06:38:31.993Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T06:38:31.998Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T06:38:32.012Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-30T06:38:32.033Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-30T06:38:32.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T06:38:32.037Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/600/head:refs/remotes/origin/PR-600 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-30T06:38:32.451Z] Merging remotes/origin/master commit 4a1412fe3679be6652f13296ba45411ccc085237 into PR head commit a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad [2020-09-30T06:38:32.577Z] Merge succeeded, producing a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad [2020-09-30T06:38:32.578Z] Checking out Revision a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad (PR-600) [2020-09-30T06:38:32.479Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T06:38:32.483Z] > git checkout -f a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad # timeout=10 [2020-09-30T06:38:32.541Z] > git remote # timeout=10 [2020-09-30T06:38:32.548Z] > git config --get remote.origin.url # timeout=10 [2020-09-30T06:38:32.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T06:38:32.557Z] > git merge 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 [2020-09-30T06:38:32.574Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-30T06:38:32.584Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T06:38:32.588Z] > git checkout -f a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad # timeout=10 [2020-09-30T06:38:36.345Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-30T06:38:37.159Z] ========================================================= [2020-09-30T06:38:37.159Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-30T06:38:37.159Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:38:37.810Z] + 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-30T06:38:38.072Z] Sending build context to Docker daemon 3.423MB [2020-09-30T06:38:38.072Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-30T06:38:38.072Z] Step 2/8 : FROM ${BASE} [2020-09-30T06:38:38.341Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-30T06:38:38.341Z] df20fa9351a1: Pulling fs layer [2020-09-30T06:38:38.341Z] ed8968b2872e: Pulling fs layer [2020-09-30T06:38:38.341Z] a92cc7c5fd73: Pulling fs layer [2020-09-30T06:38:38.341Z] e871e8e8d7a9: Pulling fs layer [2020-09-30T06:38:38.341Z] e73272ec9a57: Pulling fs layer [2020-09-30T06:38:38.341Z] 1e910a182e73: Pulling fs layer [2020-09-30T06:38:38.341Z] 4e634b169226: Pulling fs layer [2020-09-30T06:38:38.341Z] e73272ec9a57: Waiting [2020-09-30T06:38:38.341Z] 1e910a182e73: Waiting [2020-09-30T06:38:38.341Z] 4e634b169226: Waiting [2020-09-30T06:38:38.341Z] e871e8e8d7a9: Waiting [2020-09-30T06:38:38.341Z] a92cc7c5fd73: Verifying Checksum [2020-09-30T06:38:38.341Z] a92cc7c5fd73: Download complete [2020-09-30T06:38:38.341Z] ed8968b2872e: Download complete [2020-09-30T06:38:38.341Z] e73272ec9a57: Verifying Checksum [2020-09-30T06:38:38.341Z] e73272ec9a57: Download complete [2020-09-30T06:38:38.341Z] 1e910a182e73: Verifying Checksum [2020-09-30T06:38:38.341Z] 1e910a182e73: Download complete [2020-09-30T06:38:38.341Z] df20fa9351a1: Verifying Checksum [2020-09-30T06:38:38.341Z] df20fa9351a1: Download complete [2020-09-30T06:38:38.611Z] df20fa9351a1: Pull complete [2020-09-30T06:38:38.874Z] ed8968b2872e: Pull complete [2020-09-30T06:38:39.140Z] a92cc7c5fd73: Pull complete [2020-09-30T06:38:41.091Z] 4e634b169226: Verifying Checksum [2020-09-30T06:38:41.091Z] 4e634b169226: Download complete [2020-09-30T06:38:41.360Z] e871e8e8d7a9: Verifying Checksum [2020-09-30T06:38:41.360Z] e871e8e8d7a9: Download complete [2020-09-30T06:38:45.767Z] e871e8e8d7a9: Pull complete [2020-09-30T06:38:45.767Z] e73272ec9a57: Pull complete [2020-09-30T06:38:46.046Z] 1e910a182e73: Pull complete [2020-09-30T06:38:49.337Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.177s coverage: 9.4% of statements [2020-09-30T06:38:49.337Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.132s coverage: 21.9% of statements [2020-09-30T06:38:49.337Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-30T06:38:49.337Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.596s coverage: 39.5% of statements [2020-09-30T06:38:49.337Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-30T06:38:49.337Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.819s coverage: 65.4% of statements [2020-09-30T06:38:49.337Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-30T06:38:49.337Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-30T06:38:49.337Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-30T06:38:49.337Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-09-30T06:38:49.337Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.195s coverage: 52.6% of statements [2020-09-30T06:38:49.337Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-09-30T06:38:49.337Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.151s coverage: 68.9% of statements [2020-09-30T06:38:49.337Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-30T06:38:49.337Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-30T06:38:49.629Z] GO111MODULE=on go vet ./... [2020-09-30T06:38:56.198Z] 4e634b169226: Pull complete [2020-09-30T06:38:56.198Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-30T06:38:56.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-30T06:38:56.199Z] ---> f7629b54cfaa [2020-09-30T06:38:56.199Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T06:38:56.199Z] ---> Running in ebeae7bd9512 [2020-09-30T06:38:56.199Z] Removing intermediate container ebeae7bd9512 [2020-09-30T06:38:56.199Z] ---> 640d24df9b71 [2020-09-30T06:38:56.199Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:38:56.199Z] ---> Running in 2dbf56dd4251 [2020-09-30T06:38:57.168Z] Removing intermediate container 2dbf56dd4251 [2020-09-30T06:38:57.168Z] ---> 61204d787fa8 [2020-09-30T06:38:57.168Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-30T06:38:57.168Z] ---> Running in f3d3b418a654 [2020-09-30T06:38:57.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:38:58.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:38:59.004Z] OK: 166 MiB in 39 packages [2020-09-30T06:38:59.608Z] Removing intermediate container f3d3b418a654 [2020-09-30T06:38:59.608Z] ---> c1674639000b [2020-09-30T06:38:59.608Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-30T06:38:59.608Z] ---> Running in 041159b5b7e3 [2020-09-30T06:38:59.901Z] Removing intermediate container 041159b5b7e3 [2020-09-30T06:38:59.901Z] ---> 54addc9258e4 [2020-09-30T06:38:59.901Z] Step 7/8 : COPY . . [2020-09-30T06:39:01.293Z] ---> 56d1821400ad [2020-09-30T06:39:01.294Z] Step 8/8 : RUN go mod download [2020-09-30T06:39:01.294Z] ---> Running in 4693e1606c43 [2020-09-30T06:39:19.461Z] Removing intermediate container 4693e1606c43 [2020-09-30T06:39:19.461Z] ---> d63aca626dc7 [2020-09-30T06:39:19.461Z] Successfully built d63aca626dc7 [2020-09-30T06:39:19.461Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:39:19.819Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-30T06:39:19.819Z] . [Pipeline] withDockerContainer [2020-09-30T06:39:19.934Z] prd-centos7-docker-4c-2g-2197 does not seem to be running inside a container [2020-09-30T06:39:19.988Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-x86_64 cat [2020-09-30T06:39:20.753Z] $ docker top d004a18633870a1e998e44b96ec485339c01178ba54b635b4e2fafacc1ff3fa1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T06:39:21.236Z] + go version [2020-09-30T06:39:21.236Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-30T06:39:21.254Z] $ docker stop --time=1 d004a18633870a1e998e44b96ec485339c01178ba54b635b4e2fafacc1ff3fa1 [2020-09-30T06:39:22.201Z] gofmt -l . [2020-09-30T06:39:22.201Z] [ "`gofmt -l .`" = "" ] [2020-09-30T06:39:22.598Z] $ docker rm -f d004a18633870a1e998e44b96ec485339c01178ba54b635b4e2fafacc1ff3fa1 [Pipeline] // withDockerContainer [Pipeline] } [2020-09-30T06:39:22.802Z] ./bin/test-attribution-txt.sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:39:23.514Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-30T06:39:23.515Z] . [Pipeline] withDockerContainer [2020-09-30T06:39:23.722Z] prd-centos7-docker-4c-2g-2197 does not seem to be running inside a container [2020-09-30T06:39:23.787Z] ./bin/test-go-mod-tidy.sh [2020-09-30T06:39:23.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-x86_64 cat [2020-09-30T06:39:24.396Z] $ docker top dfe7042bbed03a2601968299c28c9b286facc3ede86980816e8dfb09ee86bb72 -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh [2020-09-30T06:39:24.944Z] + make test [2020-09-30T06:39:24.944Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-30T06:39:25.630Z] Stashed 1 file(s) [Pipeline] } [2020-09-30T06:39:25.637Z] $ docker stop --time=1 d896e5cd27077f3971df003a6d8834aa474d4a506d6540d13c3c82d8b35dae6b [2020-09-30T06:39:28.072Z] $ docker rm -f d896e5cd27077f3971df003a6d8834aa474d4a506d6540d13c3c82d8b35dae6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-30T06:39:30.227Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-30T06:39:30.638Z] + ls -al . [2020-09-30T06:39:30.638Z] total 232 [2020-09-30T06:39:30.639Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 30 06:39 . [2020-09-30T06:39:30.639Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 06:35 .. [2020-09-30T06:39:30.639Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 30 06:35 .dockerignore [2020-09-30T06:39:30.639Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 30 06:35 .git [2020-09-30T06:39:30.639Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 30 06:35 .github [2020-09-30T06:39:30.639Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 30 06:35 .gitignore [2020-09-30T06:39:30.639Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 30 06:35 .semver [2020-09-30T06:39:30.639Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 30 06:35 Dockerfile.build [2020-09-30T06:39:30.639Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 30 06:35 Jenkinsfile [2020-09-30T06:39:30.639Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 30 06:35 LICENSE [2020-09-30T06:39:30.639Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 30 06:35 Makefile [2020-09-30T06:39:30.639Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 30 06:35 README.md [2020-09-30T06:39:30.639Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 30 06:35 RELEASE-NOTES.txt [2020-09-30T06:39:30.639Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 30 06:31 VERSION [2020-09-30T06:39:30.639Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 30 06:35 bin [2020-09-30T06:39:30.639Z] -rw-r--r-- 1 jenkins jenkins 111041 Sep 30 06:38 coverage.out [2020-09-30T06:39:30.639Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 06:35 example [2020-09-30T06:39:30.639Z] -rw-r--r-- 1 jenkins jenkins 517 Sep 30 06:39 go.mod [2020-09-30T06:39:30.639Z] -rw-r--r-- 1 jenkins jenkins 13567 Sep 30 06:39 go.sum [2020-09-30T06:39:30.639Z] drwxrwxr-x 15 jenkins jenkins 4096 Sep 30 06:35 internal [2020-09-30T06:39:30.639Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 06:35 openapi [2020-09-30T06:39:30.639Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 30 06:35 pkg [2020-09-30T06:39:30.639Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 06:35 snap [2020-09-30T06:39:30.639Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 30 06:35 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:39:31.072Z] + 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=a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad --label arch=arm64 --label version=0.0.0 . [2020-09-30T06:39:31.591Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-30T06:39:31.682Z] Sending build context to Docker daemon 3.533MB [2020-09-30T06:39:31.682Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-30T06:39:31.682Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-30T06:39:31.682Z] ---> f4e9e302d2fe [2020-09-30T06:39:31.682Z] Step 3/24 : ARG MAKE='make build' [2020-09-30T06:39:31.956Z] ---> Running in 9a08df88ed52 [2020-09-30T06:39:32.554Z] Removing intermediate container 9a08df88ed52 [2020-09-30T06:39:32.554Z] ---> 170c4ea7a2cf [2020-09-30T06:39:32.554Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-30T06:39:32.554Z] ---> Running in e968e16c3cef [2020-09-30T06:39:33.150Z] Removing intermediate container e968e16c3cef [2020-09-30T06:39:33.150Z] ---> 8d12c155d481 [2020-09-30T06:39:33.150Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T06:39:33.150Z] ---> Running in b05159f76ac9 [2020-09-30T06:39:33.747Z] Removing intermediate container b05159f76ac9 [2020-09-30T06:39:33.747Z] ---> 0b374f403a57 [2020-09-30T06:39:33.747Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:39:33.747Z] ---> Running in 89aaa8047223 [2020-09-30T06:39:36.371Z] Removing intermediate container 89aaa8047223 [2020-09-30T06:39:36.371Z] ---> 0fef13f33b9d [2020-09-30T06:39:36.371Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-30T06:39:36.645Z] ---> Running in 19c6f0245a34 [2020-09-30T06:39:38.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:39:39.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:39:39.655Z] OK: 142 MiB in 39 packages [2020-09-30T06:39:41.090Z] Removing intermediate container 19c6f0245a34 [2020-09-30T06:39:41.090Z] ---> 4e99daba67f1 [2020-09-30T06:39:41.090Z] Step 8/24 : COPY . . [2020-09-30T06:39:42.529Z] ---> decbad8c46ca [2020-09-30T06:39:42.529Z] Step 9/24 : RUN ${MAKE} [2020-09-30T06:39:42.529Z] ---> Running in 25f54f85fda9 [2020-09-30T06:39:43.971Z] 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-09-30T06:39:46.579Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-30T06:39:46.579Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-30T06:39:46.579Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-30T06:39:46.579Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.052s coverage: 21.6% of statements [2020-09-30T06:39:46.579Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.423s coverage: 97.1% of statements [2020-09-30T06:40:10.801Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-30T06:40:12.783Z] Removing intermediate container 25f54f85fda9 [2020-09-30T06:40:12.783Z] ---> f5037dec8a0c [2020-09-30T06:40:12.783Z] Step 10/24 : FROM scratch [2020-09-30T06:40:12.783Z] ---> [2020-09-30T06:40:12.783Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T06:40:12.783Z] ---> Running in 2830e08d2b85 [2020-09-30T06:40:13.387Z] Removing intermediate container 2830e08d2b85 [2020-09-30T06:40:13.387Z] ---> 3a0a87c79664 [2020-09-30T06:40:13.387Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-30T06:40:13.387Z] ---> Running in 9d5a1acd6c22 [2020-09-30T06:40:13.987Z] Removing intermediate container 9d5a1acd6c22 [2020-09-30T06:40:13.987Z] ---> 843051379a1e [2020-09-30T06:40:13.987Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-30T06:40:13.987Z] ---> Running in 0787120824a2 [2020-09-30T06:40:14.262Z] Removing intermediate container 0787120824a2 [2020-09-30T06:40:14.262Z] ---> b856aafbeff1 [2020-09-30T06:40:14.262Z] Step 14/24 : WORKDIR / [2020-09-30T06:40:14.538Z] ---> Running in 6c81d5586e8f [2020-09-30T06:40:14.823Z] Removing intermediate container 6c81d5586e8f [2020-09-30T06:40:14.823Z] ---> 728534b73927 [2020-09-30T06:40:14.823Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-30T06:40:16.262Z] ---> 99aa3557e20b [2020-09-30T06:40:16.262Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-30T06:40:16.868Z] ---> 49492338c2b5 [2020-09-30T06:40:16.868Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-30T06:40:17.846Z] ---> a172b7eadb23 [2020-09-30T06:40:17.846Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-30T06:40:18.444Z] ---> ad86ac969f8b [2020-09-30T06:40:18.444Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-30T06:40:18.766Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.054s coverage: 9.4% of statements [2020-09-30T06:40:18.766Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.049s coverage: 21.9% of statements [2020-09-30T06:40:18.766Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-30T06:40:18.766Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.194s coverage: 39.5% of statements [2020-09-30T06:40:18.766Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-30T06:40:18.766Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.284s coverage: 65.4% of statements [2020-09-30T06:40:18.766Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-30T06:40:18.766Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-30T06:40:18.766Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-30T06:40:18.766Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-09-30T06:40:18.766Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.065s coverage: 52.6% of statements [2020-09-30T06:40:18.766Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-09-30T06:40:18.766Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.726s coverage: 68.9% of statements [2020-09-30T06:40:18.766Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-30T06:40:18.766Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-30T06:40:18.766Z] GO111MODULE=on go vet ./... [2020-09-30T06:40:19.423Z] ---> 05b7533af852 [2020-09-30T06:40:19.423Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-30T06:40:19.423Z] ---> Running in 769dbd071e80 [2020-09-30T06:40:20.020Z] Removing intermediate container 769dbd071e80 [2020-09-30T06:40:20.020Z] ---> 42dc29adc341 [2020-09-30T06:40:20.020Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:40:20.020Z] ---> Running in da9f557c56b8 [2020-09-30T06:40:20.616Z] Removing intermediate container da9f557c56b8 [2020-09-30T06:40:20.617Z] ---> c8d89649c4e0 [2020-09-30T06:40:20.617Z] Step 22/24 : LABEL arch=arm64 [2020-09-30T06:40:20.617Z] ---> Running in 275e6778ddaf [2020-09-30T06:40:21.213Z] Removing intermediate container 275e6778ddaf [2020-09-30T06:40:21.213Z] ---> 62dc71086b37 [2020-09-30T06:40:21.213Z] Step 23/24 : LABEL git_sha=a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad [2020-09-30T06:40:21.213Z] ---> Running in 6743ac26278f [2020-09-30T06:40:21.821Z] Removing intermediate container 6743ac26278f [2020-09-30T06:40:21.821Z] ---> ca3989543dfb [2020-09-30T06:40:21.821Z] Step 24/24 : LABEL version=0.0.0 [2020-09-30T06:40:21.821Z] ---> Running in 1b144adacb14 [2020-09-30T06:40:22.423Z] Removing intermediate container 1b144adacb14 [2020-09-30T06:40:22.423Z] ---> 39e37c66a2f4 [2020-09-30T06:40:22.423Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-30T06:40:22.423Z] Successfully built 39e37c66a2f4 [2020-09-30T06:40:22.423Z] 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] } [2020-09-30T06:40:24.136Z] gofmt -l . [2020-09-30T06:40:24.137Z] [ "`gofmt -l .`" = "" ] [2020-09-30T06:40:24.137Z] ./bin/test-attribution-txt.sh [2020-09-30T06:40:24.721Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-30T06:40:25.057Z] Warning: overwriting stash ‘coverage-report’ [2020-09-30T06:40:25.362Z] Stashed 1 file(s) [Pipeline] } [2020-09-30T06:40:25.371Z] $ docker stop --time=1 dfe7042bbed03a2601968299c28c9b286facc3ede86980816e8dfb09ee86bb72 [2020-09-30T06:40:27.263Z] $ docker rm -f dfe7042bbed03a2601968299c28c9b286facc3ede86980816e8dfb09ee86bb72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-09-30T06:40:28.189Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-30T06:40:28.487Z] + ls -al . [2020-09-30T06:40:28.487Z] total 192 [2020-09-30T06:40:28.487Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 30 06:40 . [2020-09-30T06:40:28.487Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 30 06:38 .. [2020-09-30T06:40:28.487Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 30 06:38 bin [2020-09-30T06:40:28.487Z] -rw-r--r--. 1 jenkins jenkins 111041 Sep 30 06:40 coverage.out [2020-09-30T06:40:28.487Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 30 06:38 Dockerfile.build [2020-09-30T06:40:28.487Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 30 06:38 .dockerignore [2020-09-30T06:40:28.487Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 30 06:38 example [2020-09-30T06:40:28.487Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 30 06:38 .git [2020-09-30T06:40:28.487Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 30 06:38 .github [2020-09-30T06:40:28.487Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 30 06:38 .gitignore [2020-09-30T06:40:28.487Z] -rw-r--r--. 1 jenkins jenkins 517 Sep 30 06:40 go.mod [2020-09-30T06:40:28.487Z] -rw-r--r--. 1 jenkins jenkins 13567 Sep 30 06:40 go.sum [2020-09-30T06:40:28.487Z] drwxrwxr-x. 15 jenkins jenkins 211 Sep 30 06:38 internal [2020-09-30T06:40:28.487Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 30 06:38 Jenkinsfile [2020-09-30T06:40:28.487Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 30 06:38 LICENSE [2020-09-30T06:40:28.487Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 30 06:38 Makefile [2020-09-30T06:40:28.487Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 30 06:38 openapi [2020-09-30T06:40:28.487Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 30 06:38 pkg [2020-09-30T06:40:28.487Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 30 06:38 README.md [2020-09-30T06:40:28.487Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 30 06:38 RELEASE-NOTES.txt [2020-09-30T06:40:28.487Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 30 06:38 .semver [2020-09-30T06:40:28.487Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 30 06:38 snap [2020-09-30T06:40:28.487Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 30 06:31 VERSION [2020-09-30T06:40:28.487Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 30 06:38 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:40:28.793Z] + 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=a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad --label arch=amd64 --label version=0.0.0 . [2020-09-30T06:40:29.055Z] Sending build context to Docker daemon 3.534MB [2020-09-30T06:40:29.055Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-30T06:40:29.055Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-30T06:40:29.055Z] ---> d63aca626dc7 [2020-09-30T06:40:29.055Z] Step 3/24 : ARG MAKE='make build' [2020-09-30T06:40:29.629Z] ---> Running in 17abe9e1becb [2020-09-30T06:40:29.629Z] Removing intermediate container 17abe9e1becb [2020-09-30T06:40:29.629Z] ---> 461203620029 [2020-09-30T06:40:29.629Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-30T06:40:29.891Z] ---> Running in 20449945a627 [2020-09-30T06:40:29.891Z] Removing intermediate container 20449945a627 [2020-09-30T06:40:29.891Z] ---> 08e76e894479 [2020-09-30T06:40:29.891Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T06:40:30.153Z] ---> Running in adaac681237f [2020-09-30T06:40:30.153Z] Removing intermediate container adaac681237f [2020-09-30T06:40:30.153Z] ---> dab811f111f4 [2020-09-30T06:40:30.153Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:40:30.153Z] ---> Running in f50b6b7e19a0 [2020-09-30T06:40:31.106Z] Removing intermediate container f50b6b7e19a0 [2020-09-30T06:40:31.106Z] ---> 580e28e9bbca [2020-09-30T06:40:31.106Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-30T06:40:31.106Z] ---> Running in b607583d8d4a [2020-09-30T06:40:31.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:40:32.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:40:32.829Z] OK: 166 MiB in 39 packages [2020-09-30T06:40:33.093Z] Removing intermediate container b607583d8d4a [2020-09-30T06:40:33.093Z] ---> 8cf2ce8dd313 [2020-09-30T06:40:33.093Z] Step 8/24 : COPY . . [2020-09-30T06:40:34.489Z] ---> cb66dc6b3363 [2020-09-30T06:40:34.489Z] Step 9/24 : RUN ${MAKE} [2020-09-30T06:40:34.489Z] ---> Running in 7d7c01d580e9 [2020-09-30T06:40:34.756Z] 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-09-30T06:40:41.461Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-30T06:40:43.389Z] Removing intermediate container 7d7c01d580e9 [2020-09-30T06:40:43.389Z] ---> f29c50f62fdf [2020-09-30T06:40:43.389Z] Step 10/24 : FROM scratch [2020-09-30T06:40:43.389Z] ---> [2020-09-30T06:40:43.389Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-30T06:40:43.651Z] ---> Running in 725f486bce2c [2020-09-30T06:40:43.651Z] Removing intermediate container 725f486bce2c [2020-09-30T06:40:43.651Z] ---> 685d89f4c8c4 [2020-09-30T06:40:43.651Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-30T06:40:43.651Z] ---> Running in 45d024ac28cf [2020-09-30T06:40:44.599Z] Removing intermediate container 45d024ac28cf [2020-09-30T06:40:44.599Z] ---> 43f26902826c [2020-09-30T06:40:44.599Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-30T06:40:44.599Z] ---> Running in 2dec8c958c45 [2020-09-30T06:40:44.860Z] Removing intermediate container 2dec8c958c45 [2020-09-30T06:40:44.860Z] ---> 8156416ee803 [2020-09-30T06:40:44.860Z] Step 14/24 : WORKDIR / [2020-09-30T06:40:44.860Z] ---> Running in 18f223319050 [2020-09-30T06:40:44.860Z] Removing intermediate container 18f223319050 [2020-09-30T06:40:44.860Z] ---> 81d7ac0c43fd [2020-09-30T06:40:44.860Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-30T06:40:45.434Z] ---> 397353928797 [2020-09-30T06:40:45.434Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-30T06:40:45.696Z] ---> 2e92f7a92af1 [2020-09-30T06:40:45.696Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-30T06:40:45.958Z] ---> 95709e606469 [2020-09-30T06:40:45.958Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-30T06:40:45.958Z] ---> cf5efc1fce7c [2020-09-30T06:40:45.958Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-30T06:40:46.222Z] ---> 048b8e9c4990 [2020-09-30T06:40:46.222Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-30T06:40:46.485Z] ---> Running in be98b2582416 [2020-09-30T06:40:46.485Z] Removing intermediate container be98b2582416 [2020-09-30T06:40:46.485Z] ---> 55d507aa5689 [2020-09-30T06:40:46.485Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:40:46.485Z] ---> Running in cf4872f4398f [2020-09-30T06:40:46.748Z] Removing intermediate container cf4872f4398f [2020-09-30T06:40:46.748Z] ---> ee8268fcbfd1 [2020-09-30T06:40:46.748Z] Step 22/24 : LABEL arch=amd64 [2020-09-30T06:40:46.748Z] ---> Running in dc164f8d9499 [2020-09-30T06:40:47.009Z] Removing intermediate container dc164f8d9499 [2020-09-30T06:40:47.009Z] ---> 3592c866aa08 [2020-09-30T06:40:47.009Z] Step 23/24 : LABEL git_sha=a563bd0f243a8da7a6f8cb9bdcf15792c44e13ad [2020-09-30T06:40:47.009Z] ---> Running in 77d25ef30820 [2020-09-30T06:40:47.272Z] Removing intermediate container 77d25ef30820 [2020-09-30T06:40:47.272Z] ---> 70f80e9dceba [2020-09-30T06:40:47.272Z] Step 24/24 : LABEL version=0.0.0 [2020-09-30T06:40:47.272Z] ---> Running in 1268a5796958 [2020-09-30T06:40:47.533Z] Removing intermediate container 1268a5796958 [2020-09-30T06:40:47.533Z] ---> 50cf2067820f [2020-09-30T06:40:47.533Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-30T06:40:47.533Z] Successfully built 50cf2067820f [2020-09-30T06:40:47.533Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-30T06:40:49.243Z] provisioning config files... [2020-09-30T06:40:49.268Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-600@tmp/config9149548046547522907tmp [Pipeline] { [Pipeline] sh [2020-09-30T06:40:49.704Z] + set +x [2020-09-30T06:40:49.704Z] + curl -s https://codecov.io/bash [2020-09-30T06:40:49.704Z] + bash -s -- [Pipeline] } [2020-09-30T06:43:11.480Z] 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-30T06:43:14.222Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:43:14.841Z] ---> package-listing.sh [2020-09-30T06:43:14.841Z] ++ facter osfamily [2020-09-30T06:43:14.841Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-30T06:43:15.110Z] + OS_FAMILY=redhat [2020-09-30T06:43:15.110Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-600 [2020-09-30T06:43:15.110Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-30T06:43:15.110Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-30T06:43:15.110Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-30T06:43:15.110Z] + PACKAGES=/tmp/packages_start.txt [2020-09-30T06:43:15.110Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-600 ']' [2020-09-30T06:43:15.110Z] + PACKAGES=/tmp/packages_end.txt [2020-09-30T06:43:15.110Z] + case "${OS_FAMILY}" in [2020-09-30T06:43:15.110Z] + rpm -qa [2020-09-30T06:43:15.110Z] + sort [2020-09-30T06:43:19.383Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-30T06:43:19.383Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-30T06:43:19.383Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-30T06:43:19.383Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-600 ']' [2020-09-30T06:43:19.383Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-600/archives/ [2020-09-30T06:43:19.383Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-600/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-30T06:43:19.583Z] provisioning config files... [2020-09-30T06:43:19.604Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-600@tmp/config401849048784550355tmp [Pipeline] { [Pipeline] echo [2020-09-30T06:43:19.680Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:43:20.032Z] ---> create-netrc.sh [Pipeline] } [2020-09-30T06:43:20.052Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-09-30T06:43:20.158Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:43:20.492Z] ---> python-tools-install.sh [2020-09-30T06:43:20.492Z] Generating Requirements File [2020-09-30T06:45:12.634Z] Python 3.6.8 [2020-09-30T06:45:12.634Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-09-30T06:45:12.634Z] aiohttp==3.6.2 [2020-09-30T06:45:12.634Z] appdirs==1.4.3 [2020-09-30T06:45:12.634Z] argcomplete==1.12.1 [2020-09-30T06:45:12.634Z] aspy.yaml==1.3.0 [2020-09-30T06:45:12.634Z] async-timeout==3.0.1 [2020-09-30T06:45:12.634Z] attrs==19.3.0 [2020-09-30T06:45:12.634Z] Babel==2.8.0 [2020-09-30T06:45:12.634Z] beautifulsoup4==4.8.2 [2020-09-30T06:45:12.634Z] boto3==1.11.6 [2020-09-30T06:45:12.634Z] botocore==1.14.6 [2020-09-30T06:45:12.634Z] bs4==0.0.1 [2020-09-30T06:45:12.634Z] cachetools==4.1.1 [2020-09-30T06:45:12.634Z] certifi==2019.11.28 [2020-09-30T06:45:12.634Z] cffi==1.14.3 [2020-09-30T06:45:12.634Z] cfgv==2.0.1 [2020-09-30T06:45:12.634Z] chardet==3.0.4 [2020-09-30T06:45:12.634Z] click==7.1 [2020-09-30T06:45:12.634Z] cliff==3.4.0 [2020-09-30T06:45:12.634Z] cmd2==1.3.10 [2020-09-30T06:45:12.634Z] colorama==0.4.3 [2020-09-30T06:45:12.634Z] cryptography==3.1.1 [2020-09-30T06:45:12.634Z] debtcollector==2.2.0 [2020-09-30T06:45:12.634Z] decorator==4.4.2 [2020-09-30T06:45:12.634Z] defusedxml==0.6.0 [2020-09-30T06:45:12.634Z] Deprecated==1.2.7 [2020-09-30T06:45:12.634Z] distlib==0.3.1 [2020-09-30T06:45:12.634Z] distro==1.2.0 [2020-09-30T06:45:12.634Z] dnspython==1.16.0 [2020-09-30T06:45:12.634Z] docker==4.2.0 [2020-09-30T06:45:12.634Z] docutils==0.15.2 [2020-09-30T06:45:12.634Z] dogpile.cache==1.0.2 [2020-09-30T06:45:12.634Z] email-validator==1.0.5 [2020-09-30T06:45:12.634Z] filelock==3.0.12 [2020-09-30T06:45:12.634Z] future==0.18.2 [2020-09-30T06:45:12.634Z] google-auth==1.22.0 [2020-09-30T06:45:12.634Z] httplib2==0.17.0 [2020-09-30T06:45:12.634Z] identify==1.4.11 [2020-09-30T06:45:12.634Z] idna==2.9 [2020-09-30T06:45:12.634Z] idna-ssl==1.1.0 [2020-09-30T06:45:12.634Z] importlib-metadata==1.7.0 [2020-09-30T06:45:12.634Z] importlib-resources==1.5.0 [2020-09-30T06:45:12.634Z] iso8601==0.1.13 [2020-09-30T06:45:12.634Z] Jinja2==2.11.1 [2020-09-30T06:45:12.634Z] jmespath==0.10.0 [2020-09-30T06:45:12.634Z] jsonpatch==1.26 [2020-09-30T06:45:12.634Z] jsonpointer==2.0 [2020-09-30T06:45:12.634Z] jsonschema==3.2.0 [2020-09-30T06:45:12.634Z] keystoneauth1==4.2.1 [2020-09-30T06:45:12.634Z] kubernetes==11.0.0 [2020-09-30T06:45:12.634Z] lftools==0.34.2 [2020-09-30T06:45:12.634Z] lxml==4.5.0 [2020-09-30T06:45:12.634Z] MarkupSafe==0.23 [2020-09-30T06:45:12.634Z] msgpack==1.0.0 [2020-09-30T06:45:12.634Z] multi-key-dict==2.0.3 [2020-09-30T06:45:12.634Z] multidict==4.7.6 [2020-09-30T06:45:12.634Z] munch==2.5.0 [2020-09-30T06:45:12.634Z] netaddr==0.8.0 [2020-09-30T06:45:12.634Z] netifaces==0.10.9 [2020-09-30T06:45:12.634Z] niet==1.4.2 [2020-09-30T06:45:12.634Z] nodeenv==1.3.5 [2020-09-30T06:45:12.634Z] oauth2client==4.1.3 [2020-09-30T06:45:12.634Z] oauthlib==3.1.0 [2020-09-30T06:45:12.634Z] openstacksdk==0.50.0 [2020-09-30T06:45:12.634Z] os-client-config==2.1.0 [2020-09-30T06:45:12.634Z] os-service-types==1.7.0 [2020-09-30T06:45:12.634Z] osc-lib==2.2.1 [2020-09-30T06:45:12.634Z] oslo.config==8.3.2 [2020-09-30T06:45:12.634Z] oslo.context==3.1.1 [2020-09-30T06:45:12.634Z] oslo.i18n==5.0.1 [2020-09-30T06:45:12.634Z] oslo.log==4.4.0 [2020-09-30T06:45:12.634Z] oslo.serialization==4.0.1 [2020-09-30T06:45:12.634Z] oslo.utils==4.6.0 [2020-09-30T06:45:12.634Z] packaging==20.4 [2020-09-30T06:45:12.634Z] pbr==5.4.4 [2020-09-30T06:45:12.634Z] pluggy==0.13.1 [2020-09-30T06:45:12.634Z] prettytable==0.7.2 [2020-09-30T06:45:12.634Z] py==1.9.0 [2020-09-30T06:45:12.634Z] pyasn1==0.4.8 [2020-09-30T06:45:12.634Z] pyasn1-modules==0.2.8 [2020-09-30T06:45:12.634Z] pycparser==2.20 [2020-09-30T06:45:12.634Z] pygerrit2==2.0.10 [2020-09-30T06:45:12.634Z] PyGithub==1.46 [2020-09-30T06:45:12.634Z] pyinotify==0.9.6 [2020-09-30T06:45:12.634Z] PyJWT==1.7.1 [2020-09-30T06:45:12.634Z] pyparsing==2.4.7 [2020-09-30T06:45:12.634Z] pyperclip==1.8.0 [2020-09-30T06:45:12.634Z] pyroute2==0.4.13 [2020-09-30T06:45:12.634Z] pyrsistent==0.15.7 [2020-09-30T06:45:12.634Z] PySocks==1.6.8 [2020-09-30T06:45:12.634Z] python-cinderclient==7.2.0 [2020-09-30T06:45:12.634Z] python-dateutil==2.8.1 [2020-09-30T06:45:12.634Z] python-heatclient==2.2.1 [2020-09-30T06:45:12.634Z] python-jenkins==1.7.0 [2020-09-30T06:45:12.634Z] python-keystoneclient==4.1.1 [2020-09-30T06:45:12.634Z] python-magnumclient==3.2.1 [2020-09-30T06:45:12.634Z] python-novaclient==17.2.1 [2020-09-30T06:45:12.634Z] python-openstackclient==5.3.1 [2020-09-30T06:45:12.634Z] python-swiftclient==3.10.1 [2020-09-30T06:45:12.634Z] pytz==2020.1 [2020-09-30T06:45:12.634Z] PyYAML==5.3 [2020-09-30T06:45:12.634Z] requests==2.23.0 [2020-09-30T06:45:12.634Z] requests-oauthlib==1.3.0 [2020-09-30T06:45:12.634Z] requestsexceptions==1.4.0 [2020-09-30T06:45:12.634Z] rfc3986==1.4.0 [2020-09-30T06:45:12.634Z] rpm==4.11.3 [2020-09-30T06:45:12.634Z] rsa==4.0 [2020-09-30T06:45:12.634Z] ruamel.yaml==0.16.10 [2020-09-30T06:45:12.634Z] ruamel.yaml.clib==0.2.0 [2020-09-30T06:45:12.634Z] s3transfer==0.3.3 [2020-09-30T06:45:12.634Z] shade==1.27.2 [2020-09-30T06:45:12.634Z] simplejson==3.17.2 [2020-09-30T06:45:12.634Z] six==1.14.0 [2020-09-30T06:45:12.634Z] soupsieve==2.0 [2020-09-30T06:45:12.635Z] stevedore==3.2.2 [2020-09-30T06:45:12.635Z] tabulate==0.8.6 [2020-09-30T06:45:12.635Z] toml==0.10.0 [2020-09-30T06:45:12.635Z] tox==3.20.0 [2020-09-30T06:45:12.635Z] tqdm==4.43.0 [2020-09-30T06:45:12.635Z] typing-extensions==3.7.4.3 [2020-09-30T06:45:12.635Z] urllib3==1.25.8 [2020-09-30T06:45:12.635Z] virtualenv==20.0.31 [2020-09-30T06:45:12.635Z] wcwidth==0.2.5 [2020-09-30T06:45:12.635Z] websocket-client==0.57.0 [2020-09-30T06:45:12.635Z] wrapt==1.12.1 [2020-09-30T06:45:12.635Z] xdg==3.0.2 [2020-09-30T06:45:12.635Z] xmltodict==0.12.0 [2020-09-30T06:45:12.635Z] yarl==1.6.0 [2020-09-30T06:45:12.635Z] yq==2.11.1 [2020-09-30T06:45:12.635Z] zipp==3.2.0 [2020-09-30T06:45:12.635Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:15.294Z] 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-30T06:45:20.726Z] Python 2.7.5 [2020-09-30T06:45:20.726Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-09-30T06:45:21.752Z] 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-30T06:45:21.752Z] ansible==2.9.7 [2020-09-30T06:45:21.752Z] Babel==0.9.6 [2020-09-30T06:45:21.752Z] backports.ssl-match-hostname==3.5.0.1 [2020-09-30T06:45:21.752Z] beautifulsoup4==4.4.1 [2020-09-30T06:45:21.752Z] bodhi==2.11.0 [2020-09-30T06:45:21.752Z] bodhi-client==2.11.0 [2020-09-30T06:45:21.752Z] CCColUtils==1.4 [2020-09-30T06:45:21.752Z] cffi==1.6.0 [2020-09-30T06:45:21.752Z] chardet==2.2.1 [2020-09-30T06:45:21.752Z] click==6.7 [2020-09-30T06:45:21.752Z] cloud-init==18.5 [2020-09-30T06:45:21.752Z] configobj==4.7.2 [2020-09-30T06:45:21.752Z] cryptography==1.7.2 [2020-09-30T06:45:21.752Z] decorator==3.4.0 [2020-09-30T06:45:21.752Z] distro==1.2.0 [2020-09-30T06:45:21.752Z] enum34==1.0.4 [2020-09-30T06:45:21.752Z] fedpkg==1.38 [2020-09-30T06:45:21.752Z] futures==3.1.1 [2020-09-30T06:45:21.752Z] gitdb==0.6.4 [2020-09-30T06:45:21.752Z] GitPython==1.0.1 [2020-09-30T06:45:21.752Z] html5lib==0.999 [2020-09-30T06:45:21.752Z] httplib2==0.9.2 [2020-09-30T06:45:21.752Z] idna==2.4 [2020-09-30T06:45:21.752Z] iniparse==0.4 [2020-09-30T06:45:21.752Z] ipaddress==1.0.16 [2020-09-30T06:45:21.752Z] IPy==0.75 [2020-09-30T06:45:21.752Z] javapackages==1.0.0 [2020-09-30T06:45:21.752Z] Jinja2==2.7.2 [2020-09-30T06:45:21.752Z] jmespath==0.9.4 [2020-09-30T06:45:21.752Z] jsonpatch==1.2 [2020-09-30T06:45:21.752Z] jsonpointer==1.9 [2020-09-30T06:45:21.752Z] kerberos==1.1 [2020-09-30T06:45:21.752Z] kitchen==1.1.1 [2020-09-30T06:45:21.752Z] langtable==0.0.31 [2020-09-30T06:45:21.752Z] lockfile==0.9.1 [2020-09-30T06:45:21.752Z] lxml==3.2.1 [2020-09-30T06:45:21.752Z] MarkupSafe==0.11 [2020-09-30T06:45:21.752Z] munch==2.0.2 [2020-09-30T06:45:21.752Z] offtrac==0.1.0 [2020-09-30T06:45:21.752Z] openidc-client==0.6.0 [2020-09-30T06:45:21.752Z] packagedb-cli==2.14.1 [2020-09-30T06:45:21.752Z] paramiko==2.1.1 [2020-09-30T06:45:21.752Z] perf==0.1 [2020-09-30T06:45:21.752Z] ply==3.4 [2020-09-30T06:45:21.752Z] policycoreutils-default-encoding==0.1 [2020-09-30T06:45:21.752Z] prettytable==0.7.2 [2020-09-30T06:45:21.752Z] pyasn1==0.1.9 [2020-09-30T06:45:21.752Z] pycparser==2.14 [2020-09-30T06:45:21.752Z] pycurl==7.19.0 [2020-09-30T06:45:21.752Z] pygobject==3.22.0 [2020-09-30T06:45:21.752Z] pygpgme==0.3 [2020-09-30T06:45:21.752Z] pyliblzma==0.5.3 [2020-09-30T06:45:21.752Z] pyOpenSSL==0.13.1 [2020-09-30T06:45:21.752Z] pyparsing==1.5.6 [2020-09-30T06:45:21.752Z] pyserial==2.6 [2020-09-30T06:45:21.752Z] python-augeas==0.5.0 [2020-09-30T06:45:21.752Z] python-bugzilla==2.3.0 [2020-09-30T06:45:21.752Z] python-dateutil==1.5 [2020-09-30T06:45:21.752Z] python-fedora==0.10.0 [2020-09-30T06:45:21.752Z] python-linux-procfs==0.4.9 [2020-09-30T06:45:21.752Z] python-yubico==1.2.3 [2020-09-30T06:45:21.752Z] pyudev==0.15 [2020-09-30T06:45:21.752Z] pyusb==1.0.0b1 [2020-09-30T06:45:21.752Z] pyxattr==0.5.1 [2020-09-30T06:45:21.752Z] PyYAML==3.10 [2020-09-30T06:45:21.752Z] requests==2.6.0 [2020-09-30T06:45:21.752Z] requests-kerberos==0.7.0 [2020-09-30T06:45:21.752Z] rpkg==1.60 [2020-09-30T06:45:21.752Z] schedutils==0.4 [2020-09-30T06:45:21.752Z] seobject==0.1 [2020-09-30T06:45:21.752Z] sepolicy==1.1 [2020-09-30T06:45:21.752Z] six==1.9.0 [2020-09-30T06:45:21.752Z] smmap==0.9.0 [2020-09-30T06:45:21.752Z] urlgrabber==3.10 [2020-09-30T06:45:21.752Z] urllib3==1.10.2 [2020-09-30T06:45:21.752Z] virtualenv==15.1.0 [2020-09-30T06:45:21.752Z] yum-langpacks==0.4.2 [2020-09-30T06:45:21.752Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-09-30T06:45:21.797Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:45:22.161Z] ---> sudo-logs.sh [2020-09-30T06:45:22.161Z] Archiving 'sudo' log.. [Pipeline] echo [2020-09-30T06:45:22.783Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:45:23.111Z] ---> job-cost.sh [2020-09-30T06:45:23.111Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xI1w [2020-09-30T06:45:35.508Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:35.508Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:36.106Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:36.107Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:36.107Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:36.380Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:36.380Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:36.647Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:36.647Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:36.921Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:36.921Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:37.188Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:37.188Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:45:41.556Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-09-30T06:46:28.850Z] 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-30T06:46:28.850Z] [2020-09-30T06:46:28.850Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-09-30T06:46:28.850Z] [2020-09-30T06:46:28.850Z] 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-30T06:46:28.850Z] lf-activate-venv(): INFO: Adding /tmp/venv-xI1w/bin to PATH [2020-09-30T06:46:28.850Z] INFO: No Stack... [2020-09-30T06:46:28.850Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-09-30T06:46:28.850Z] INFO: Archiving Costs [Pipeline] echo [2020-09-30T06:46:28.873Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:46:29.239Z] ---> logs-deploy.sh [2020-09-30T06:46:29.239Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-600/2 [2020-09-30T06:46:29.239Z] INFO: archiving workspace using pattern(s): [2020-09-30T06:46:31.927Z] Archives upload complete. [2020-09-30T06:46:31.927Z] INFO: archiving logs to Nexus