Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6cabb274cc574262546194301fe1698430925cf7+5d943473fe8cb7b2263b29163a15a9eda06ca963 (24a969ab1ae31a65118202a1b79ec01784ea16ab) 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-2946 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [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-584 # 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/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5d943473fe8cb7b2263b29163a15a9eda06ca963 into PR head commit 6cabb274cc574262546194301fe1698430925cf7 Merge succeeded, producing 6cabb274cc574262546194301fe1698430925cf7 Checking out Revision 6cabb274cc574262546194301fe1698430925cf7 (PR-584) > git config core.sparsecheckout # timeout=10 > git checkout -f 6cabb274cc574262546194301fe1698430925cf7 # 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 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cabb274cc574262546194301fe1698430925cf7 # timeout=10 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-02T02:19:38.403Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 01f73668349dd60523176862b1e577a64d0e54b7 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-02T02:19:38.670Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-02T02:19:38.786Z] ========================================================= [2020-10-02T02:19:38.786Z] EdgeX Global Pipelines Version Info [2020-10-02T02:19:38.786Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:19:40.842Z] ------------------- [2020-10-02T02:19:40.842Z] stable info: [2020-10-02T02:19:40.842Z] ------------------- [2020-10-02T02:19:40.842Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-02T02:19:40.842Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-02T02:19:40.842Z] Message: update stable to v1.0.131 [2020-10-02T02:19:41.805Z] ------------------- [2020-10-02T02:19:41.805Z] experimental info: [2020-10-02T02:19:41.805Z] ------------------- [2020-10-02T02:19:41.805Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-10-02T02:19:41.805Z] Commit SHA: 037048ec40675a742bbe4f4e63335516fc22ae8d [2020-10-02T02:19:41.805Z] Message: update experimental to v1.0.133 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-02T02:19:42.217Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-02T02:19:42.327Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-02T02:19:42.433Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-02T02:19:42.528Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-02T02:19:42.626Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-02T02:19:42.726Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-02T02:19:42.825Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-02T02:19:42.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-02T02:19:43.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-02T02:19:43.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-02T02:19:43.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-02T02:19:43.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-02T02:19:43.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-02T02:19:43.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-02T02:19:43.741Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-02T02:19:43.881Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-02T02:19:44.008Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-02T02:19:44.162Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-02T02:19:44.280Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-02T02:19:44.421Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-02T02:19:44.532Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-02T02:19:44.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-02T02:19:44.806Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-02T02:19:44.913Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-02T02:19:45.037Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-02T02:19:45.141Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2020-10-02T02:19:45.295Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2020-10-02T02:19:45.418Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2020-10-02T02:19:45.522Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cabb274cc574262546194301fe1698430925cf7 [Pipeline] echo [2020-10-02T02:19:45.633Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cabb27 [Pipeline] echo [2020-10-02T02:19:45.842Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-02T02:19:46.752Z] + git log --format=format:%s -1 6cabb274cc574262546194301fe1698430925cf7 [Pipeline] echo [2020-10-02T02:19:46.842Z] GIT_COMMIT: 6cabb274cc574262546194301fe1698430925cf7, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo [2020-10-02T02:19:46.893Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:19:47.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:19:47.796Z] [2020-10-02T02:19:47.796Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:19:48.178Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:19:48.447Z] latest: Pulling from edgex-devops/git-semver [2020-10-02T02:19:48.447Z] 31603596830f: Pulling fs layer [2020-10-02T02:19:48.447Z] 2a8b12db71e7: Pulling fs layer [2020-10-02T02:19:48.447Z] 6ca5941a6612: Pulling fs layer [2020-10-02T02:19:48.447Z] ecc8261a40a4: Pulling fs layer [2020-10-02T02:19:48.447Z] ecc8261a40a4: Waiting [2020-10-02T02:19:48.447Z] 2a8b12db71e7: Verifying Checksum [2020-10-02T02:19:48.447Z] 2a8b12db71e7: Download complete [2020-10-02T02:19:50.401Z] 31603596830f: Verifying Checksum [2020-10-02T02:19:50.402Z] 31603596830f: Download complete [2020-10-02T02:19:50.402Z] 31603596830f: Pull complete [2020-10-02T02:19:50.672Z] 2a8b12db71e7: Pull complete [2020-10-02T02:19:53.248Z] ecc8261a40a4: Verifying Checksum [2020-10-02T02:19:53.248Z] ecc8261a40a4: Download complete [2020-10-02T02:19:53.835Z] 6ca5941a6612: Verifying Checksum [2020-10-02T02:19:53.835Z] 6ca5941a6612: Download complete [2020-10-02T02:19:54.805Z] 6ca5941a6612: Pull complete [2020-10-02T02:19:55.076Z] ecc8261a40a4: Pull complete [2020-10-02T02:19:55.076Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-02T02:19:55.076Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:19:55.076Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-02T02:19:55.323Z] prd-centos7-docker-4c-2g-2946 does not seem to be running inside a container [2020-10-02T02:19:55.401Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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-10-02T02:19:57.393Z] $ docker top bbb37cb9c56dd9007da90a084b6931491438723e0b34be60a33d3f4914ef9252 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-02T02:19:57.728Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T02:19:57.728Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T02:19:58.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T02:19:58.046Z] $ docker exec bbb37cb9c56dd9007da90a084b6931491438723e0b34be60a33d3f4914ef9252 ssh-agent [2020-10-02T02:19:58.286Z] SSH_AUTH_SOCK=/tmp/ssh-zy6l8ZKyolrm/agent.12 [2020-10-02T02:19:58.286Z] SSH_AGENT_PID=17 [2020-10-02T02:19:58.299Z] Running ssh-add (command line suppressed) [2020-10-02T02:19:58.547Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_1449700771142782519.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_1449700771142782519.key) [2020-10-02T02:19:58.643Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T02:19:59.253Z] + git describe --exact-match --tags HEAD [2020-10-02T02:19:59.253Z] fatal: no tag exactly matches '6cabb274cc574262546194301fe1698430925cf7' [Pipeline] } [2020-10-02T02:19:59.287Z] $ docker exec --env ******** --env ******** bbb37cb9c56dd9007da90a084b6931491438723e0b34be60a33d3f4914ef9252 ssh-agent -k [2020-10-02T02:19:59.443Z] unset SSH_AUTH_SOCK; [2020-10-02T02:19:59.443Z] unset SSH_AGENT_PID; [2020-10-02T02:19:59.443Z] echo Agent pid 17 killed; [2020-10-02T02:19:59.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-02T02:19:59.631Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-02T02:19:59.631Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-02T02:19:59.757Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T02:19:59.758Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T02:19:59.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T02:19:59.987Z] $ docker exec bbb37cb9c56dd9007da90a084b6931491438723e0b34be60a33d3f4914ef9252 ssh-agent [2020-10-02T02:20:00.254Z] SSH_AUTH_SOCK=/tmp/ssh-UwBDJx4GjtOM/agent.46 [2020-10-02T02:20:00.254Z] SSH_AGENT_PID=51 [2020-10-02T02:20:00.269Z] Running ssh-add (command line suppressed) [2020-10-02T02:20:00.419Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8893085462924820249.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8893085462924820249.key) [2020-10-02T02:20:00.490Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T02:20:00.845Z] + git semver init [2020-10-02T02:20:00.846Z] # -> Open(): unable to determine branch for HEAD [2020-10-02T02:20:00.846Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git [2020-10-02T02:20:00.846Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-10-02T02:20:00.846Z] # $SEMVER_REMOTE_NAME = origin [2020-10-02T02:20:00.846Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-02T02:20:00.846Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-02T02:20:00.846Z] # $SEMVER_BRANCH = PR-584 [2020-10-02T02:20:00.846Z] # $SEMVER_TEMP = /tmp/semver-524996837 [2020-10-02T02:20:00.846Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-02T02:20:02.799Z] # '/tmp/semver-524996837' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' [2020-10-02T02:20:02.799Z] # -> Force: false [2020-10-02T02:20:02.799Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } [2020-10-02T02:20:02.819Z] $ docker exec --env ******** --env ******** bbb37cb9c56dd9007da90a084b6931491438723e0b34be60a33d3f4914ef9252 ssh-agent -k [2020-10-02T02:20:02.984Z] unset SSH_AUTH_SOCK; [2020-10-02T02:20:02.985Z] unset SSH_AGENT_PID; [2020-10-02T02:20:02.985Z] echo Agent pid 51 killed; [2020-10-02T02:20:03.036Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-02T02:20:03.880Z] + git semver [Pipeline] } [2020-10-02T02:20:03.907Z] $ docker stop --time=1 bbb37cb9c56dd9007da90a084b6931491438723e0b34be60a33d3f4914ef9252 [2020-10-02T02:20:05.453Z] $ docker rm -f bbb37cb9c56dd9007da90a084b6931491438723e0b34be60a33d3f4914ef9252 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-02T02:20:06.729Z] Stashed 40 file(s) [Pipeline] echo [2020-10-02T02:20:06.733Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-10-02T02:20:06.845Z] 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-02T02:20:22.529Z] Still waiting to schedule task [2020-10-02T02:20:22.529Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-02T02:20:22.532Z] Still waiting to schedule task [2020-10-02T02:20:22.533Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2936’ [2020-10-02T02:22:21.209Z] Running on prd-centos7-docker-4c-2g-2954 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-10-02T02:22:21.500Z] Running in /w/workspace/device-sdk-go/13 [Pipeline] { [Pipeline] checkout [2020-10-02T02:22:24.300Z] using credential edgex-jenkins-ssh [2020-10-02T02:22:24.362Z] Cloning the remote Git repository [2020-10-02T02:22:24.387Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:22:24.462Z] > git init /w/workspace/device-sdk-go/13 # timeout=10 [2020-10-02T02:22:24.518Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:22:24.518Z] > git --version # timeout=10 [2020-10-02T02:22:24.524Z] > git --version # 'git version 2.16.5' [2020-10-02T02:22:24.525Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:22:24.555Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:22:27.338Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:22:27.346Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:22:27.360Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:22:27.374Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:22:27.375Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:22:27.379Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-02T02:22:27.744Z] Merging remotes/origin/master commit 5d943473fe8cb7b2263b29163a15a9eda06ca963 into PR head commit 6cabb274cc574262546194301fe1698430925cf7 [2020-10-02T02:22:27.855Z] Merge succeeded, producing 6cabb274cc574262546194301fe1698430925cf7 [2020-10-02T02:22:27.855Z] Checking out Revision 6cabb274cc574262546194301fe1698430925cf7 (PR-584) [2020-10-02T02:22:27.757Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T02:22:27.761Z] > git checkout -f 6cabb274cc574262546194301fe1698430925cf7 # timeout=10 [2020-10-02T02:22:27.827Z] > git remote # timeout=10 [2020-10-02T02:22:27.831Z] > git config --get remote.origin.url # timeout=10 [2020-10-02T02:22:27.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:22:27.840Z] > git merge 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 [2020-10-02T02:22:27.850Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-02T02:22:27.860Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T02:22:27.864Z] > git checkout -f 6cabb274cc574262546194301fe1698430925cf7 # timeout=10 [2020-10-02T02:22:31.636Z] Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-02T02:22:32.697Z] ========================================================= [2020-10-02T02:22:32.697Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-02T02:22:32.697Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:22:33.451Z] + 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-02T02:22:34.035Z] Sending build context to Docker daemon 3.419MB [2020-10-02T02:22:34.036Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-02T02:22:34.036Z] Step 2/8 : FROM ${BASE} [2020-10-02T02:22:34.298Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-02T02:22:34.298Z] df20fa9351a1: Pulling fs layer [2020-10-02T02:22:34.298Z] ed8968b2872e: Pulling fs layer [2020-10-02T02:22:34.298Z] a92cc7c5fd73: Pulling fs layer [2020-10-02T02:22:34.298Z] e871e8e8d7a9: Pulling fs layer [2020-10-02T02:22:34.298Z] e73272ec9a57: Pulling fs layer [2020-10-02T02:22:34.298Z] 1e910a182e73: Pulling fs layer [2020-10-02T02:22:34.298Z] 4e634b169226: Pulling fs layer [2020-10-02T02:22:34.298Z] e73272ec9a57: Waiting [2020-10-02T02:22:34.298Z] 1e910a182e73: Waiting [2020-10-02T02:22:34.298Z] 4e634b169226: Waiting [2020-10-02T02:22:34.298Z] a92cc7c5fd73: Verifying Checksum [2020-10-02T02:22:34.298Z] a92cc7c5fd73: Download complete [2020-10-02T02:22:35.259Z] ed8968b2872e: Verifying Checksum [2020-10-02T02:22:35.259Z] ed8968b2872e: Download complete [2020-10-02T02:22:35.259Z] e73272ec9a57: Verifying Checksum [2020-10-02T02:22:35.259Z] e73272ec9a57: Download complete [2020-10-02T02:22:35.259Z] 1e910a182e73: Verifying Checksum [2020-10-02T02:22:35.259Z] 1e910a182e73: Download complete [2020-10-02T02:22:37.829Z] df20fa9351a1: Verifying Checksum [2020-10-02T02:22:37.829Z] df20fa9351a1: Download complete [2020-10-02T02:22:37.829Z] df20fa9351a1: Pull complete [2020-10-02T02:22:37.829Z] ed8968b2872e: Pull complete [2020-10-02T02:22:37.829Z] a92cc7c5fd73: Pull complete [2020-10-02T02:23:10.020Z] 4e634b169226: Verifying Checksum [2020-10-02T02:23:10.020Z] 4e634b169226: Download complete [2020-10-02T02:23:37.071Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2955 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-10-02T02:23:37.140Z] Running in /w/workspace/device-sdk-go/13 [Pipeline] { [Pipeline] checkout [2020-10-02T02:23:42.407Z] using credential edgex-jenkins-ssh [2020-10-02T02:23:42.478Z] Cloning the remote Git repository [2020-10-02T02:23:42.529Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:23:42.640Z] > git init /w/workspace/device-sdk-go/13 # timeout=10 [2020-10-02T02:23:42.715Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:23:42.716Z] > git --version # timeout=10 [2020-10-02T02:23:42.737Z] > git --version # 'git version 2.17.1' [2020-10-02T02:23:42.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:23:42.820Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:23:49.017Z] Merging remotes/origin/master commit 5d943473fe8cb7b2263b29163a15a9eda06ca963 into PR head commit 6cabb274cc574262546194301fe1698430925cf7 [2020-10-02T02:23:48.334Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:23:48.352Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:23:48.378Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:23:48.410Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:23:48.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:23:48.423Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-02T02:23:49.039Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T02:23:49.246Z] Merge succeeded, producing 6cabb274cc574262546194301fe1698430925cf7 [2020-10-02T02:23:49.247Z] Checking out Revision 6cabb274cc574262546194301fe1698430925cf7 (PR-584) [2020-10-02T02:23:49.061Z] > git checkout -f 6cabb274cc574262546194301fe1698430925cf7 # timeout=10 [2020-10-02T02:23:49.168Z] > git remote # timeout=10 [2020-10-02T02:23:49.185Z] > git config --get remote.origin.url # timeout=10 [2020-10-02T02:23:49.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:23:49.210Z] > git merge 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 [2020-10-02T02:23:49.234Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-02T02:23:49.252Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T02:23:49.304Z] > git checkout -f 6cabb274cc574262546194301fe1698430925cf7 # timeout=10 [2020-10-02T02:23:53.704Z] Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-02T02:23:54.886Z] ========================================================= [2020-10-02T02:23:54.886Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-02T02:23:54.886Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:23:55.972Z] + 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-02T02:23:56.871Z] e871e8e8d7a9: Verifying Checksum [2020-10-02T02:23:56.871Z] e871e8e8d7a9: Download complete [2020-10-02T02:23:56.963Z] Sending build context to Docker daemon 3.421MB [2020-10-02T02:23:56.963Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-02T02:23:56.963Z] Step 2/8 : FROM ${BASE} [2020-10-02T02:23:57.458Z] e871e8e8d7a9: Pull complete [2020-10-02T02:23:57.458Z] e73272ec9a57: Pull complete [2020-10-02T02:23:57.576Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-02T02:23:57.576Z] b538f80385f9: Pulling fs layer [2020-10-02T02:23:57.576Z] 74f711af9a0d: Pulling fs layer [2020-10-02T02:23:57.576Z] 99f96fe45779: Pulling fs layer [2020-10-02T02:23:57.576Z] 8529a6b9a6be: Pulling fs layer [2020-10-02T02:23:57.576Z] 45590311c82a: Pulling fs layer [2020-10-02T02:23:57.576Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-02T02:23:57.576Z] 209524e5b208: Pulling fs layer [2020-10-02T02:23:57.576Z] 8529a6b9a6be: Waiting [2020-10-02T02:23:57.576Z] 45590311c82a: Waiting [2020-10-02T02:23:57.576Z] 69ca0ff8b7b3: Waiting [2020-10-02T02:23:57.576Z] 209524e5b208: Waiting [2020-10-02T02:23:57.576Z] 99f96fe45779: Download complete [2020-10-02T02:23:57.576Z] 74f711af9a0d: Download complete [2020-10-02T02:23:57.576Z] 45590311c82a: Verifying Checksum [2020-10-02T02:23:57.576Z] 45590311c82a: Download complete [2020-10-02T02:23:57.722Z] 1e910a182e73: Pull complete [2020-10-02T02:23:57.850Z] 69ca0ff8b7b3: Download complete [2020-10-02T02:23:59.304Z] b538f80385f9: Download complete [2020-10-02T02:23:59.581Z] b538f80385f9: Pull complete [2020-10-02T02:24:00.188Z] 74f711af9a0d: Pull complete [2020-10-02T02:24:00.464Z] 99f96fe45779: Pull complete [2020-10-02T02:24:07.795Z] 4e634b169226: Pull complete [2020-10-02T02:24:07.795Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-02T02:24:07.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-02T02:24:07.795Z] ---> f7629b54cfaa [2020-10-02T02:24:07.795Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:24:07.795Z] ---> Running in af1414aae86c [2020-10-02T02:24:08.069Z] Removing intermediate container af1414aae86c [2020-10-02T02:24:08.069Z] ---> 8ee43a88f181 [2020-10-02T02:24:08.069Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:24:08.069Z] ---> Running in b70c254d2a67 [2020-10-02T02:24:09.476Z] Removing intermediate container b70c254d2a67 [2020-10-02T02:24:09.476Z] ---> b058e687c487 [2020-10-02T02:24:09.476Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-02T02:24:09.476Z] ---> Running in e225e2173193 [2020-10-02T02:24:10.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T02:24:20.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T02:24:35.080Z] OK: 166 MiB in 39 packages [2020-10-02T02:24:35.080Z] Removing intermediate container e225e2173193 [2020-10-02T02:24:35.080Z] ---> 626085c8b94e [2020-10-02T02:24:35.080Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-02T02:24:35.080Z] ---> Running in 24637b6c1f07 [2020-10-02T02:24:35.080Z] Removing intermediate container 24637b6c1f07 [2020-10-02T02:24:35.080Z] ---> cdf39693549b [2020-10-02T02:24:35.080Z] Step 7/8 : COPY . . [2020-10-02T02:24:36.486Z] ---> dd12d17c1a97 [2020-10-02T02:24:36.486Z] Step 8/8 : RUN go mod download [2020-10-02T02:24:36.486Z] ---> Running in dc05000be2b2 [2020-10-02T02:24:39.478Z] 209524e5b208: Verifying Checksum [2020-10-02T02:24:39.479Z] 209524e5b208: Download complete [2020-10-02T02:24:57.823Z] 8529a6b9a6be: Verifying Checksum [2020-10-02T02:24:57.823Z] 8529a6b9a6be: Download complete [2020-10-02T02:24:58.515Z] Removing intermediate container dc05000be2b2 [2020-10-02T02:24:58.515Z] ---> e07d28fa0c16 [2020-10-02T02:24:58.515Z] Successfully built e07d28fa0c16 [2020-10-02T02:24:58.515Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:24:58.877Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-02T02:24:58.877Z] . [Pipeline] withDockerContainer [2020-10-02T02:24:58.990Z] prd-centos7-docker-4c-2g-2954 does not seem to be running inside a container [2020-10-02T02:24:59.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/13 -v /w/workspace/device-sdk-go/13:/w/workspace/device-sdk-go/13:rw,z -v /w/workspace/device-sdk-go/13@tmp:/w/workspace/device-sdk-go/13@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 ******** ci-base-image-x86_64 cat [2020-10-02T02:24:59.708Z] $ docker top f73a60b6e781e1eaffc3c617404dd753e090fdfda653d1b3ae42c4850f8c86f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T02:25:00.201Z] + go version [2020-10-02T02:25:00.202Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-02T02:25:00.221Z] $ docker stop --time=1 f73a60b6e781e1eaffc3c617404dd753e090fdfda653d1b3ae42c4850f8c86f6 [2020-10-02T02:25:01.563Z] $ docker rm -f f73a60b6e781e1eaffc3c617404dd753e090fdfda653d1b3ae42c4850f8c86f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:25:02.767Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-02T02:25:02.767Z] . [Pipeline] withDockerContainer [2020-10-02T02:25:02.869Z] prd-centos7-docker-4c-2g-2954 does not seem to be running inside a container [2020-10-02T02:25:02.920Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/13 -v /w/workspace/device-sdk-go/13:/w/workspace/device-sdk-go/13:rw,z -v /w/workspace/device-sdk-go/13@tmp:/w/workspace/device-sdk-go/13@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 ******** ci-base-image-x86_64 cat [2020-10-02T02:25:03.539Z] $ docker top 4fec63b2d55241659b0711a821989dd42f6709334dd668735f2a7a946c0420e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T02:25:04.067Z] + make test [2020-10-02T02:25:04.067Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-02T02:25:06.187Z] 8529a6b9a6be: Pull complete [2020-10-02T02:25:06.187Z] 45590311c82a: Pull complete [2020-10-02T02:25:06.187Z] 69ca0ff8b7b3: Pull complete [2020-10-02T02:25:09.613Z] 209524e5b208: Pull complete [2020-10-02T02:25:09.613Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-02T02:25:09.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-02T02:25:09.613Z] ---> 5bddaf1c2fca [2020-10-02T02:25:09.613Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:25:12.255Z] ---> Running in 81c740fcab6e [2020-10-02T02:25:12.255Z] Removing intermediate container 81c740fcab6e [2020-10-02T02:25:12.255Z] ---> 50adbbb6bcda [2020-10-02T02:25:12.255Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:25:12.255Z] ---> Running in fcac140e2d49 [2020-10-02T02:25:12.324Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-02T02:25:14.908Z] Removing intermediate container fcac140e2d49 [2020-10-02T02:25:14.908Z] ---> 77fbbafa2335 [2020-10-02T02:25:14.908Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-02T02:25:15.194Z] ---> Running in 332cc3bfb4cd [2020-10-02T02:25:16.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T02:25:22.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T02:25:27.406Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-02T02:25:27.406Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-02T02:25:27.406Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-02T02:25:27.406Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.069s coverage: 21.6% of statements [2020-10-02T02:25:27.406Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.430s coverage: 97.1% of statements [2020-10-02T02:25:34.474Z] OK: 142 MiB in 39 packages [2020-10-02T02:25:35.468Z] Removing intermediate container 332cc3bfb4cd [2020-10-02T02:25:35.468Z] ---> b99f691615ff [2020-10-02T02:25:35.468Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-02T02:25:35.745Z] ---> Running in 70327bdf8280 [2020-10-02T02:25:36.018Z] Removing intermediate container 70327bdf8280 [2020-10-02T02:25:36.018Z] ---> fe7c4b81b7f1 [2020-10-02T02:25:36.018Z] Step 7/8 : COPY . . [2020-10-02T02:25:37.454Z] ---> 862024e9463b [2020-10-02T02:25:37.454Z] Step 8/8 : RUN go mod download [2020-10-02T02:25:37.729Z] ---> Running in 435db7edcd44 [2020-10-02T02:25:59.595Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.058s coverage: 9.4% of statements [2020-10-02T02:25:59.595Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.064s coverage: 21.9% of statements [2020-10-02T02:25:59.595Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-02T02:25:59.595Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.201s coverage: 39.5% of statements [2020-10-02T02:25:59.595Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-02T02:25:59.595Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.290s coverage: 65.4% of statements [2020-10-02T02:25:59.595Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-02T02:25:59.595Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-02T02:25:59.595Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-02T02:25:59.595Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-02T02:25:59.595Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements [2020-10-02T02:25:59.595Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-02T02:25:59.595Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.626s coverage: 68.9% of statements [2020-10-02T02:25:59.595Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-02T02:25:59.595Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-02T02:25:59.595Z] GO111MODULE=on go vet ./... [2020-10-02T02:25:59.934Z] Removing intermediate container 435db7edcd44 [2020-10-02T02:25:59.935Z] ---> 7054e51135f2 [2020-10-02T02:25:59.935Z] Successfully built 7054e51135f2 [2020-10-02T02:25:59.935Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:26:00.344Z] + docker inspect -f . ci-base-image-arm64 [2020-10-02T02:26:00.344Z] . [Pipeline] withDockerContainer [2020-10-02T02:26:00.576Z] prd-ubuntu18.04-docker-arm64-4c-16g-2955 does not seem to be running inside a container [2020-10-02T02:26:00.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/13 -v /w/workspace/device-sdk-go/13:/w/workspace/device-sdk-go/13:rw,z -v /w/workspace/device-sdk-go/13@tmp:/w/workspace/device-sdk-go/13@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-10-02T02:26:02.420Z] $ docker top 21770a0f07810b457d3857d45bc43d82185a566815feb1e394f3eedaea22ace5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T02:26:03.826Z] + go version [2020-10-02T02:26:03.826Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-02T02:26:03.857Z] $ docker stop --time=1 21770a0f07810b457d3857d45bc43d82185a566815feb1e394f3eedaea22ace5 [2020-10-02T02:26:04.968Z] gofmt -l . [2020-10-02T02:26:04.968Z] [ "`gofmt -l .`" = "" ] [2020-10-02T02:26:04.968Z] ./bin/test-attribution-txt.sh [2020-10-02T02:26:05.552Z] ./bin/test-go-mod-tidy.sh [2020-10-02T02:26:05.700Z] $ docker rm -f 21770a0f07810b457d3857d45bc43d82185a566815feb1e394f3eedaea22ace5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [2020-10-02T02:26:06.303Z] Stashed 1 file(s) [Pipeline] { [Pipeline] } [2020-10-02T02:26:06.368Z] $ docker stop --time=1 4fec63b2d55241659b0711a821989dd42f6709334dd668735f2a7a946c0420e8 [2020-10-02T02:26:08.293Z] $ docker rm -f 4fec63b2d55241659b0711a821989dd42f6709334dd668735f2a7a946c0420e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [2020-10-02T02:26:09.089Z] + docker inspect -f . ci-base-image-arm64 [2020-10-02T02:26:09.090Z] . [Pipeline] sh [Pipeline] withDockerContainer [2020-10-02T02:26:09.774Z] prd-ubuntu18.04-docker-arm64-4c-16g-2955 does not seem to be running inside a container [2020-10-02T02:26:09.819Z] + sudo chown -R jenkins:jenkins . [2020-10-02T02:26:09.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/13 -v /w/workspace/device-sdk-go/13:/w/workspace/device-sdk-go/13:rw,z -v /w/workspace/device-sdk-go/13@tmp:/w/workspace/device-sdk-go/13@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-10-02T02:26:11.578Z] $ docker top 750032bb723bb6334ae78762179b1ab0dd4367808af29530db7b773c95dde529 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-10-02T02:26:12.208Z] + ls -al . [2020-10-02T02:26:12.208Z] total 192 [2020-10-02T02:26:12.208Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 2 02:26 . [2020-10-02T02:26:12.208Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 2 02:22 .. [2020-10-02T02:26:12.208Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 2 02:22 bin [2020-10-02T02:26:12.208Z] -rw-r--r--. 1 jenkins jenkins 111041 Oct 2 02:25 coverage.out [2020-10-02T02:26:12.208Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 2 02:22 Dockerfile.build [2020-10-02T02:26:12.208Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 2 02:22 .dockerignore [2020-10-02T02:26:12.208Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 2 02:22 example [2020-10-02T02:26:12.208Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 2 02:22 .git [2020-10-02T02:26:12.208Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 2 02:22 .github [2020-10-02T02:26:12.208Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 2 02:22 .gitignore [2020-10-02T02:26:12.208Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 2 02:26 go.mod [2020-10-02T02:26:12.208Z] -rw-r--r--. 1 jenkins jenkins 13652 Oct 2 02:26 go.sum [2020-10-02T02:26:12.208Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 2 02:22 internal [2020-10-02T02:26:12.208Z] -rw-rw-r--. 1 jenkins jenkins 785 Oct 2 02:22 Jenkinsfile [2020-10-02T02:26:12.208Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 2 02:22 LICENSE [2020-10-02T02:26:12.208Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 2 02:22 Makefile [2020-10-02T02:26:12.208Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 2 02:22 openapi [2020-10-02T02:26:12.208Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 2 02:22 pkg [2020-10-02T02:26:12.208Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 2 02:22 README.md [2020-10-02T02:26:12.208Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 2 02:22 RELEASE-NOTES.txt [2020-10-02T02:26:12.208Z] drwxrwxr-x. 3 jenkins jenkins 58 Oct 2 02:22 .semver [2020-10-02T02:26:12.208Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 2 02:22 snap [2020-10-02T02:26:12.208Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 2 02:20 VERSION [2020-10-02T02:26:12.208Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 2 02:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:26:12.519Z] + 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=6cabb274cc574262546194301fe1698430925cf7 --label arch=amd64 --label version=0.0.0 . [2020-10-02T02:26:12.782Z] Sending build context to Docker daemon 3.531MB [2020-10-02T02:26:12.782Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-02T02:26:12.782Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-02T02:26:12.782Z] ---> e07d28fa0c16 [2020-10-02T02:26:12.782Z] Step 3/24 : ARG MAKE='make build' [2020-10-02T02:26:12.982Z] + make test [2020-10-02T02:26:12.982Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-02T02:26:13.358Z] ---> Running in 5e4689202822 [2020-10-02T02:26:13.358Z] Removing intermediate container 5e4689202822 [2020-10-02T02:26:13.358Z] ---> f985751582c0 [2020-10-02T02:26:13.358Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-02T02:26:13.358Z] ---> Running in ab4c9ab726a3 [2020-10-02T02:26:13.621Z] Removing intermediate container ab4c9ab726a3 [2020-10-02T02:26:13.621Z] ---> 17254a2322cc [2020-10-02T02:26:13.621Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:26:13.621Z] ---> Running in bb64c914d70d [2020-10-02T02:26:13.883Z] Removing intermediate container bb64c914d70d [2020-10-02T02:26:13.883Z] ---> 8f9b36635a48 [2020-10-02T02:26:13.883Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:26:13.883Z] ---> Running in ea2c05b03d02 [2020-10-02T02:26:14.833Z] Removing intermediate container ea2c05b03d02 [2020-10-02T02:26:14.833Z] ---> f3ea6f437966 [2020-10-02T02:26:14.833Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-02T02:26:14.833Z] ---> Running in c1d9df895a01 [2020-10-02T02:26:15.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T02:26:23.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T02:26:35.278Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-02T02:26:35.520Z] OK: 166 MiB in 39 packages [2020-10-02T02:26:36.100Z] Removing intermediate container c1d9df895a01 [2020-10-02T02:26:36.100Z] ---> 80e1725b47ad [2020-10-02T02:26:36.100Z] Step 8/24 : COPY . . [2020-10-02T02:26:37.049Z] ---> d8950274cb42 [2020-10-02T02:26:37.049Z] Step 9/24 : RUN ${MAKE} [2020-10-02T02:26:37.049Z] ---> Running in 67c2330e57fb [2020-10-02T02:26:37.631Z] 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-02T02:26:45.900Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-02T02:26:47.322Z] Removing intermediate container 67c2330e57fb [2020-10-02T02:26:47.322Z] ---> b5aff7da27a0 [2020-10-02T02:26:47.322Z] Step 10/24 : FROM scratch [2020-10-02T02:26:47.322Z] ---> [2020-10-02T02:26:47.322Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:26:47.322Z] ---> Running in 2893ee6068ef [2020-10-02T02:26:47.603Z] Removing intermediate container 2893ee6068ef [2020-10-02T02:26:47.603Z] ---> 8e611a5fab6c [2020-10-02T02:26:47.603Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-02T02:26:47.603Z] ---> Running in e89ca1b288cb [2020-10-02T02:26:47.603Z] Removing intermediate container e89ca1b288cb [2020-10-02T02:26:47.603Z] ---> 31d2196b795d [2020-10-02T02:26:47.603Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-02T02:26:47.895Z] ---> Running in 9f2de5809088 [2020-10-02T02:26:47.895Z] Removing intermediate container 9f2de5809088 [2020-10-02T02:26:47.895Z] ---> 31f5c56d282f [2020-10-02T02:26:47.895Z] Step 14/24 : WORKDIR / [2020-10-02T02:26:47.895Z] ---> Running in 5d5d0fa789df [2020-10-02T02:26:48.190Z] Removing intermediate container 5d5d0fa789df [2020-10-02T02:26:48.190Z] ---> 464192b0aa0e [2020-10-02T02:26:48.190Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-02T02:26:48.480Z] ---> a1cf80991381 [2020-10-02T02:26:48.480Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-02T02:26:48.803Z] ---> fd2e797e22f0 [2020-10-02T02:26:48.803Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-02T02:26:49.065Z] ---> 39ac2f68460d [2020-10-02T02:26:49.065Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-02T02:26:49.326Z] ---> b4dc71ceaebd [2020-10-02T02:26:49.326Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-02T02:26:49.589Z] ---> ab4315f7b141 [2020-10-02T02:26:49.589Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-02T02:26:49.589Z] ---> Running in 97fa27c975ed [2020-10-02T02:26:49.851Z] Removing intermediate container 97fa27c975ed [2020-10-02T02:26:49.851Z] ---> ebbbb8bf69a4 [2020-10-02T02:26:49.851Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T02:26:49.851Z] ---> Running in 0a90574395e2 [2020-10-02T02:26:49.851Z] Removing intermediate container 0a90574395e2 [2020-10-02T02:26:49.851Z] ---> 42d228a60da0 [2020-10-02T02:26:49.851Z] Step 22/24 : LABEL arch=amd64 [2020-10-02T02:26:50.117Z] ---> Running in 971d8a8bf32f [2020-10-02T02:26:50.117Z] Removing intermediate container 971d8a8bf32f [2020-10-02T02:26:50.117Z] ---> 7dd35db072bf [2020-10-02T02:26:50.117Z] Step 23/24 : LABEL git_sha=6cabb274cc574262546194301fe1698430925cf7 [2020-10-02T02:26:50.117Z] ---> Running in 410e632ffc53 [2020-10-02T02:26:50.379Z] Removing intermediate container 410e632ffc53 [2020-10-02T02:26:50.379Z] ---> a2a768d7048c [2020-10-02T02:26:50.379Z] Step 24/24 : LABEL version=0.0.0 [2020-10-02T02:26:50.379Z] ---> Running in 3c0bdc2f11b5 [2020-10-02T02:26:50.640Z] Removing intermediate container 3c0bdc2f11b5 [2020-10-02T02:26:50.640Z] ---> bf7403b76263 [2020-10-02T02:26:50.640Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-02T02:26:50.640Z] Successfully built bf7403b76263 [2020-10-02T02:26:50.640Z] 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-02T02:27:14.331Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-02T02:27:14.331Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-02T02:27:14.331Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-02T02:27:15.778Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.114s coverage: 21.6% of statements [2020-10-02T02:27:21.223Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.222s coverage: 97.1% of statements [2020-10-02T02:27:48.046Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.136s coverage: 9.4% of statements [2020-10-02T02:27:48.046Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.146s coverage: 21.9% of statements [2020-10-02T02:27:48.046Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-02T02:27:48.046Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.515s coverage: 39.5% of statements [2020-10-02T02:27:48.046Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-02T02:27:48.046Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.761s coverage: 65.4% of statements [2020-10-02T02:27:48.046Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-02T02:27:48.046Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-02T02:27:48.046Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-02T02:27:48.046Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-02T02:27:48.046Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.175s coverage: 52.6% of statements [2020-10-02T02:27:48.046Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-02T02:27:48.046Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.666s coverage: 68.9% of statements [2020-10-02T02:27:48.046Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-02T02:27:48.046Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-02T02:27:48.046Z] GO111MODULE=on go vet ./... [2020-10-02T02:28:20.425Z] gofmt -l . [2020-10-02T02:28:20.425Z] [ "`gofmt -l .`" = "" ] [2020-10-02T02:28:20.425Z] ./bin/test-attribution-txt.sh [2020-10-02T02:28:20.425Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-02T02:28:20.446Z] Warning: overwriting stash ‘coverage-report’ [2020-10-02T02:28:21.187Z] Stashed 1 file(s) [Pipeline] } [2020-10-02T02:28:21.205Z] $ docker stop --time=1 750032bb723bb6334ae78762179b1ab0dd4367808af29530db7b773c95dde529 [2020-10-02T02:28:23.393Z] $ docker rm -f 750032bb723bb6334ae78762179b1ab0dd4367808af29530db7b773c95dde529 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-02T02:28:24.916Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-02T02:28:25.253Z] + ls -al . [2020-10-02T02:28:25.253Z] total 232 [2020-10-02T02:28:25.253Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 2 02:28 . [2020-10-02T02:28:25.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:23 .. [2020-10-02T02:28:25.253Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 2 02:23 .dockerignore [2020-10-02T02:28:25.253Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 02:23 .git [2020-10-02T02:28:25.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 02:23 .github [2020-10-02T02:28:25.253Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 2 02:23 .gitignore [2020-10-02T02:28:25.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 2 02:23 .semver [2020-10-02T02:28:25.253Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 2 02:23 Dockerfile.build [2020-10-02T02:28:25.253Z] -rw-rw-r-- 1 jenkins jenkins 785 Oct 2 02:23 Jenkinsfile [2020-10-02T02:28:25.253Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 2 02:23 LICENSE [2020-10-02T02:28:25.253Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 2 02:23 Makefile [2020-10-02T02:28:25.253Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 2 02:23 README.md [2020-10-02T02:28:25.253Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 2 02:23 RELEASE-NOTES.txt [2020-10-02T02:28:25.253Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 2 02:20 VERSION [2020-10-02T02:28:25.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 02:23 bin [2020-10-02T02:28:25.253Z] -rw-r--r-- 1 jenkins jenkins 111041 Oct 2 02:27 coverage.out [2020-10-02T02:28:25.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:23 example [2020-10-02T02:28:25.253Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 2 02:28 go.mod [2020-10-02T02:28:25.253Z] -rw-r--r-- 1 jenkins jenkins 13652 Oct 2 02:28 go.sum [2020-10-02T02:28:25.253Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 2 02:23 internal [2020-10-02T02:28:25.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:23 openapi [2020-10-02T02:28:25.253Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 2 02:23 pkg [2020-10-02T02:28:25.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:23 snap [2020-10-02T02:28:25.253Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 2 02:23 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:28:25.614Z] + 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=6cabb274cc574262546194301fe1698430925cf7 --label arch=arm64 --label version=0.0.0 . [2020-10-02T02:28:26.212Z] Sending build context to Docker daemon 3.533MB [2020-10-02T02:28:26.212Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-02T02:28:26.212Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-02T02:28:26.212Z] ---> 7054e51135f2 [2020-10-02T02:28:26.212Z] Step 3/24 : ARG MAKE='make build' [2020-10-02T02:28:26.488Z] ---> Running in 4359c96af169 [2020-10-02T02:28:26.772Z] Removing intermediate container 4359c96af169 [2020-10-02T02:28:26.772Z] ---> a84afb753cef [2020-10-02T02:28:26.772Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-02T02:28:27.049Z] ---> Running in fb49cd21c135 [2020-10-02T02:28:27.655Z] Removing intermediate container fb49cd21c135 [2020-10-02T02:28:27.655Z] ---> 9b4f3dad84cd [2020-10-02T02:28:27.655Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:28:27.655Z] ---> Running in 38828d924d4f [2020-10-02T02:28:27.934Z] Removing intermediate container 38828d924d4f [2020-10-02T02:28:27.934Z] ---> 75ae149d1c96 [2020-10-02T02:28:27.934Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:28:28.215Z] ---> Running in 9206039d4b9c [2020-10-02T02:28:30.828Z] Removing intermediate container 9206039d4b9c [2020-10-02T02:28:30.828Z] ---> 9bdb83102eff [2020-10-02T02:28:30.828Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-02T02:28:30.828Z] ---> Running in 8c150cfb36f0 [2020-10-02T02:28:32.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T02:28:37.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T02:28:47.781Z] OK: 142 MiB in 39 packages [2020-10-02T02:28:47.781Z] Removing intermediate container 8c150cfb36f0 [2020-10-02T02:28:47.781Z] ---> 8239e09c9ad8 [2020-10-02T02:28:47.781Z] Step 8/24 : COPY . . [2020-10-02T02:28:49.228Z] ---> fc93317201b9 [2020-10-02T02:28:49.228Z] Step 9/24 : RUN ${MAKE} [2020-10-02T02:28:49.228Z] ---> Running in db68521ae047 [2020-10-02T02:28:50.666Z] 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-02T02:29:17.494Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-02T02:29:17.494Z] Removing intermediate container db68521ae047 [2020-10-02T02:29:17.494Z] ---> 298d4e9ce930 [2020-10-02T02:29:17.494Z] Step 10/24 : FROM scratch [2020-10-02T02:29:17.494Z] ---> [2020-10-02T02:29:17.494Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:29:17.494Z] ---> Running in 5e4f0f2eb3cf [2020-10-02T02:29:17.494Z] Removing intermediate container 5e4f0f2eb3cf [2020-10-02T02:29:17.494Z] ---> cf1edda20e77 [2020-10-02T02:29:17.494Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-02T02:29:17.494Z] ---> Running in 3816684843f7 [2020-10-02T02:29:17.494Z] Removing intermediate container 3816684843f7 [2020-10-02T02:29:17.494Z] ---> 68813ff7309a [2020-10-02T02:29:17.494Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-02T02:29:17.494Z] ---> Running in 573202eebd7d [2020-10-02T02:29:17.768Z] Removing intermediate container 573202eebd7d [2020-10-02T02:29:17.768Z] ---> e67717536921 [2020-10-02T02:29:17.768Z] Step 14/24 : WORKDIR / [2020-10-02T02:29:17.768Z] ---> Running in a2274d11d95d [2020-10-02T02:29:18.360Z] Removing intermediate container a2274d11d95d [2020-10-02T02:29:18.360Z] ---> 1e8c81ed5d10 [2020-10-02T02:29:18.360Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-02T02:29:19.334Z] ---> e3128dc4f953 [2020-10-02T02:29:19.334Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-02T02:29:19.929Z] ---> 0819f5f03b65 [2020-10-02T02:29:19.929Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-02T02:29:20.909Z] ---> cd6790d07c7d [2020-10-02T02:29:20.909Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-02T02:29:21.507Z] ---> 14e5e5dbbaa3 [2020-10-02T02:29:21.507Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-02T02:29:22.104Z] ---> c2fbff85ba32 [2020-10-02T02:29:22.104Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-02T02:29:22.377Z] ---> Running in 819e0fc65e5e [2020-10-02T02:29:22.656Z] Removing intermediate container 819e0fc65e5e [2020-10-02T02:29:22.656Z] ---> 4b7f2a3a3f70 [2020-10-02T02:29:22.656Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T02:29:22.930Z] ---> Running in 9a58c5461333 [2020-10-02T02:29:23.207Z] Removing intermediate container 9a58c5461333 [2020-10-02T02:29:23.207Z] ---> 670fd41cb41e [2020-10-02T02:29:23.207Z] Step 22/24 : LABEL arch=arm64 [2020-10-02T02:29:23.482Z] ---> Running in 3323f76b6151 [2020-10-02T02:29:23.757Z] Removing intermediate container 3323f76b6151 [2020-10-02T02:29:23.757Z] ---> 0feeb6c7d348 [2020-10-02T02:29:23.757Z] Step 23/24 : LABEL git_sha=6cabb274cc574262546194301fe1698430925cf7 [2020-10-02T02:29:24.028Z] ---> Running in 3c231e740ba8 [2020-10-02T02:29:24.304Z] Removing intermediate container 3c231e740ba8 [2020-10-02T02:29:24.304Z] ---> 68063e01fd02 [2020-10-02T02:29:24.304Z] Step 24/24 : LABEL version=0.0.0 [2020-10-02T02:29:24.578Z] ---> Running in 2b660dd57f30 [2020-10-02T02:29:24.853Z] Removing intermediate container 2b660dd57f30 [2020-10-02T02:29:24.853Z] ---> 45d3e2dff6ec [2020-10-02T02:29:24.853Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-02T02:29:25.125Z] Successfully built 45d3e2dff6ec [2020-10-02T02:29:25.126Z] 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-02T02:29:27.112Z] provisioning config files... [2020-10-02T02:29:27.144Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1831979055278568926tmp [Pipeline] { [Pipeline] sh [2020-10-02T02:29:27.531Z] + set +x [2020-10-02T02:29:27.531Z] + curl -s https://codecov.io/bash [2020-10-02T02:29:27.531Z] + bash -s -- [2020-10-02T02:29:27.796Z] [2020-10-02T02:29:27.796Z] _____ _ [2020-10-02T02:29:27.796Z] / ____| | | [2020-10-02T02:29:27.796Z] | | ___ __| | ___ ___ _____ __ [2020-10-02T02:29:27.796Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-02T02:29:27.796Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-02T02:29:27.796Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-02T02:29:27.796Z] Bash-20200917-4e8f14b [2020-10-02T02:29:27.796Z] [2020-10-02T02:29:27.796Z] [2020-10-02T02:29:27.796Z] ==> Jenkins CI detected. [2020-10-02T02:29:27.797Z] project root: . [2020-10-02T02:29:27.797Z] --> token set from env [2020-10-02T02:29:27.797Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-02T02:29:27.797Z] ==> Running gcov in . (disable via -X gcov) [2020-10-02T02:29:27.797Z] ==> Python coveragepy not found [2020-10-02T02:29:27.797Z] ==> Searching for coverage reports in: [2020-10-02T02:29:27.797Z] + . [2020-10-02T02:29:27.797Z] -> Found 1 reports [2020-10-02T02:29:27.797Z] ==> Detecting git/mercurial file structure [2020-10-02T02:29:27.797Z] ==> Reading reports [2020-10-02T02:29:27.797Z] + ./coverage.out bytes=111041 [2020-10-02T02:29:28.074Z] ==> Appending adjustments [2020-10-02T02:29:28.074Z] https://docs.codecov.io/docs/fixing-reports [2020-10-02T02:29:28.339Z] + Found adjustments [2020-10-02T02:29:28.339Z] ==> Gzipping contents [2020-10-02T02:29:28.339Z] ==> Uploading reports [2020-10-02T02:29:28.339Z] url: https://codecov.io [2020-10-02T02:29:28.339Z] query: branch=PR-584&commit=6cabb274cc574262546194301fe1698430925cf7&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F13%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2020-10-02T02:29:28.339Z] -> Pinging Codecov [2020-10-02T02:29:28.339Z] https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-584&commit=6cabb274cc574262546194301fe1698430925cf7&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F13%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2020-10-02T02:29:28.921Z] -> Uploading to [2020-10-02T02:29:28.921Z] https://storage.googleapis.com/codecov/v4/raw/2020-10-02/7E55EF52A471D76F132DFD9A03CDDE97/6cabb274cc574262546194301fe1698430925cf7/14a6455e-82a6-48ff-85a5-6c48a7873490.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201002%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201002T022928Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0029fd0029371ed828081b67cc32fc141e799e1adc89a1f24fecedcb16a37b6d [2020-10-02T02:29:28.921Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T02:29:28.921Z] Dload Upload Total Spent Left Speed [2020-10-02T02:29:29.517Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18334 0 0 100 18334 0 40024 --:--:-- --:--:-- --:--:-- 40030 100 18334 0 0 100 18334 0 39991 --:--:-- --:--:-- --:--:-- 39943 [2020-10-02T02:29:29.517Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6cabb274cc574262546194301fe1698430925cf7 [Pipeline] } [2020-10-02T02:29:29.544Z] 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-02T02:29:32.691Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:29:33.278Z] ---> package-listing.sh [2020-10-02T02:29:33.278Z] ++ facter osfamily [2020-10-02T02:29:33.278Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-02T02:29:33.278Z] + OS_FAMILY=redhat [2020-10-02T02:29:33.278Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-10-02T02:29:33.278Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-02T02:29:33.278Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-02T02:29:33.278Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-02T02:29:33.278Z] + PACKAGES=/tmp/packages_start.txt [2020-10-02T02:29:33.278Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-10-02T02:29:33.278Z] + PACKAGES=/tmp/packages_end.txt [2020-10-02T02:29:33.278Z] + case "${OS_FAMILY}" in [2020-10-02T02:29:33.278Z] + rpm -qa [2020-10-02T02:29:33.278Z] + sort [2020-10-02T02:29:37.549Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-02T02:29:37.549Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-02T02:29:37.549Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-02T02:29:37.549Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-10-02T02:29:37.549Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [2020-10-02T02:29:37.549Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-02T02:29:37.743Z] provisioning config files... [2020-10-02T02:29:37.765Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1619287883516269879tmp [Pipeline] { [Pipeline] echo [2020-10-02T02:29:37.850Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:29:38.179Z] ---> create-netrc.sh [Pipeline] } [2020-10-02T02:29:38.194Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-02T02:29:38.291Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:29:38.612Z] ---> python-tools-install.sh [2020-10-02T02:29:38.612Z] Generating Requirements File [2020-10-02T02:31:30.324Z] Python 3.6.8 [2020-10-02T02:31:30.324Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-02T02:31:30.324Z] aiohttp==3.6.2 [2020-10-02T02:31:30.324Z] appdirs==1.4.3 [2020-10-02T02:31:30.324Z] argcomplete==1.12.1 [2020-10-02T02:31:30.324Z] aspy.yaml==1.3.0 [2020-10-02T02:31:30.324Z] async-timeout==3.0.1 [2020-10-02T02:31:30.324Z] attrs==19.3.0 [2020-10-02T02:31:30.324Z] Babel==2.8.0 [2020-10-02T02:31:30.324Z] beautifulsoup4==4.8.2 [2020-10-02T02:31:30.324Z] boto3==1.11.6 [2020-10-02T02:31:30.324Z] botocore==1.14.6 [2020-10-02T02:31:30.324Z] bs4==0.0.1 [2020-10-02T02:31:30.324Z] cachetools==4.1.1 [2020-10-02T02:31:30.324Z] certifi==2019.11.28 [2020-10-02T02:31:30.324Z] cffi==1.14.3 [2020-10-02T02:31:30.324Z] cfgv==2.0.1 [2020-10-02T02:31:30.324Z] chardet==3.0.4 [2020-10-02T02:31:30.324Z] click==7.1 [2020-10-02T02:31:30.324Z] cliff==3.4.0 [2020-10-02T02:31:30.324Z] cmd2==1.3.11 [2020-10-02T02:31:30.324Z] colorama==0.4.3 [2020-10-02T02:31:30.324Z] cryptography==3.1.1 [2020-10-02T02:31:30.324Z] debtcollector==2.2.0 [2020-10-02T02:31:30.324Z] decorator==4.4.2 [2020-10-02T02:31:30.324Z] defusedxml==0.6.0 [2020-10-02T02:31:30.324Z] Deprecated==1.2.7 [2020-10-02T02:31:30.324Z] distlib==0.3.1 [2020-10-02T02:31:30.324Z] distro==1.2.0 [2020-10-02T02:31:30.324Z] dnspython==1.16.0 [2020-10-02T02:31:30.324Z] docker==4.2.0 [2020-10-02T02:31:30.324Z] docutils==0.15.2 [2020-10-02T02:31:30.324Z] dogpile.cache==1.0.2 [2020-10-02T02:31:30.324Z] email-validator==1.0.5 [2020-10-02T02:31:30.324Z] filelock==3.0.12 [2020-10-02T02:31:30.324Z] future==0.18.2 [2020-10-02T02:31:30.324Z] google-auth==1.22.0 [2020-10-02T02:31:30.324Z] httplib2==0.17.0 [2020-10-02T02:31:30.324Z] identify==1.4.11 [2020-10-02T02:31:30.324Z] idna==2.9 [2020-10-02T02:31:30.324Z] idna-ssl==1.1.0 [2020-10-02T02:31:30.324Z] importlib-metadata==1.7.0 [2020-10-02T02:31:30.324Z] importlib-resources==1.5.0 [2020-10-02T02:31:30.324Z] iso8601==0.1.13 [2020-10-02T02:31:30.324Z] Jinja2==2.11.1 [2020-10-02T02:31:30.324Z] jmespath==0.10.0 [2020-10-02T02:31:30.324Z] jsonpatch==1.26 [2020-10-02T02:31:30.324Z] jsonpointer==2.0 [2020-10-02T02:31:30.324Z] jsonschema==3.2.0 [2020-10-02T02:31:30.324Z] keystoneauth1==4.2.1 [2020-10-02T02:31:30.324Z] kubernetes==11.0.0 [2020-10-02T02:31:30.324Z] lftools==0.34.2 [2020-10-02T02:31:30.324Z] lxml==4.5.0 [2020-10-02T02:31:30.324Z] MarkupSafe==0.23 [2020-10-02T02:31:30.324Z] msgpack==1.0.0 [2020-10-02T02:31:30.324Z] multi-key-dict==2.0.3 [2020-10-02T02:31:30.324Z] multidict==4.7.6 [2020-10-02T02:31:30.324Z] munch==2.5.0 [2020-10-02T02:31:30.324Z] netaddr==0.8.0 [2020-10-02T02:31:30.324Z] netifaces==0.10.9 [2020-10-02T02:31:30.324Z] niet==1.4.2 [2020-10-02T02:31:30.324Z] nodeenv==1.3.5 [2020-10-02T02:31:30.324Z] oauth2client==4.1.3 [2020-10-02T02:31:30.324Z] oauthlib==3.1.0 [2020-10-02T02:31:30.324Z] openstacksdk==0.50.0 [2020-10-02T02:31:30.324Z] os-client-config==2.1.0 [2020-10-02T02:31:30.324Z] os-service-types==1.7.0 [2020-10-02T02:31:30.324Z] osc-lib==2.2.1 [2020-10-02T02:31:30.324Z] oslo.config==8.3.2 [2020-10-02T02:31:30.324Z] oslo.context==3.1.1 [2020-10-02T02:31:30.324Z] oslo.i18n==5.0.1 [2020-10-02T02:31:30.324Z] oslo.log==4.4.0 [2020-10-02T02:31:30.324Z] oslo.serialization==4.0.1 [2020-10-02T02:31:30.324Z] oslo.utils==4.6.0 [2020-10-02T02:31:30.324Z] packaging==20.4 [2020-10-02T02:31:30.324Z] pbr==5.4.4 [2020-10-02T02:31:30.324Z] pluggy==0.13.1 [2020-10-02T02:31:30.324Z] prettytable==0.7.2 [2020-10-02T02:31:30.324Z] py==1.9.0 [2020-10-02T02:31:30.324Z] pyasn1==0.4.8 [2020-10-02T02:31:30.324Z] pyasn1-modules==0.2.8 [2020-10-02T02:31:30.324Z] pycparser==2.20 [2020-10-02T02:31:30.324Z] pygerrit2==2.0.10 [2020-10-02T02:31:30.324Z] PyGithub==1.46 [2020-10-02T02:31:30.324Z] pyinotify==0.9.6 [2020-10-02T02:31:30.324Z] PyJWT==1.7.1 [2020-10-02T02:31:30.324Z] pyparsing==2.4.7 [2020-10-02T02:31:30.324Z] pyperclip==1.8.0 [2020-10-02T02:31:30.324Z] pyroute2==0.4.13 [2020-10-02T02:31:30.324Z] pyrsistent==0.15.7 [2020-10-02T02:31:30.324Z] PySocks==1.6.8 [2020-10-02T02:31:30.324Z] python-cinderclient==7.2.0 [2020-10-02T02:31:30.324Z] python-dateutil==2.8.1 [2020-10-02T02:31:30.324Z] python-heatclient==2.2.1 [2020-10-02T02:31:30.324Z] python-jenkins==1.7.0 [2020-10-02T02:31:30.324Z] python-keystoneclient==4.1.1 [2020-10-02T02:31:30.324Z] python-magnumclient==3.2.1 [2020-10-02T02:31:30.324Z] python-novaclient==17.2.1 [2020-10-02T02:31:30.324Z] python-openstackclient==5.3.1 [2020-10-02T02:31:30.324Z] python-swiftclient==3.10.1 [2020-10-02T02:31:30.324Z] pytz==2020.1 [2020-10-02T02:31:30.324Z] PyYAML==5.3 [2020-10-02T02:31:30.324Z] requests==2.23.0 [2020-10-02T02:31:30.324Z] requests-oauthlib==1.3.0 [2020-10-02T02:31:30.324Z] requestsexceptions==1.4.0 [2020-10-02T02:31:30.324Z] rfc3986==1.4.0 [2020-10-02T02:31:30.324Z] rpm==4.11.3 [2020-10-02T02:31:30.324Z] rsa==4.0 [2020-10-02T02:31:30.324Z] ruamel.yaml==0.16.10 [2020-10-02T02:31:30.324Z] ruamel.yaml.clib==0.2.0 [2020-10-02T02:31:30.324Z] s3transfer==0.3.3 [2020-10-02T02:31:30.324Z] shade==1.27.2 [2020-10-02T02:31:30.324Z] simplejson==3.17.2 [2020-10-02T02:31:30.324Z] six==1.14.0 [2020-10-02T02:31:30.324Z] soupsieve==2.0 [2020-10-02T02:31:30.324Z] stevedore==3.2.2 [2020-10-02T02:31:30.324Z] tabulate==0.8.6 [2020-10-02T02:31:30.324Z] toml==0.10.0 [2020-10-02T02:31:30.324Z] tox==3.20.0 [2020-10-02T02:31:30.324Z] tqdm==4.43.0 [2020-10-02T02:31:30.324Z] typing-extensions==3.7.4.3 [2020-10-02T02:31:30.324Z] urllib3==1.25.8 [2020-10-02T02:31:30.324Z] virtualenv==20.0.32 [2020-10-02T02:31:30.324Z] wcwidth==0.2.5 [2020-10-02T02:31:30.324Z] websocket-client==0.57.0 [2020-10-02T02:31:30.324Z] wrapt==1.12.1 [2020-10-02T02:31:30.324Z] xdg==3.0.2 [2020-10-02T02:31:30.324Z] xmltodict==0.12.0 [2020-10-02T02:31:30.324Z] yarl==1.6.0 [2020-10-02T02:31:30.324Z] yq==2.11.1 [2020-10-02T02:31:30.324Z] zipp==3.2.0 [2020-10-02T02:31:30.324Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:30.324Z] 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-02T02:31:35.703Z] Python 2.7.5 [2020-10-02T02:31:35.703Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-02T02:31:36.299Z] 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-02T02:31:36.299Z] ansible==2.9.7 [2020-10-02T02:31:36.299Z] Babel==0.9.6 [2020-10-02T02:31:36.299Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-02T02:31:36.299Z] beautifulsoup4==4.4.1 [2020-10-02T02:31:36.299Z] bodhi==2.11.0 [2020-10-02T02:31:36.299Z] bodhi-client==2.11.0 [2020-10-02T02:31:36.299Z] CCColUtils==1.4 [2020-10-02T02:31:36.299Z] cffi==1.6.0 [2020-10-02T02:31:36.299Z] chardet==2.2.1 [2020-10-02T02:31:36.299Z] click==6.7 [2020-10-02T02:31:36.299Z] cloud-init==18.5 [2020-10-02T02:31:36.299Z] configobj==4.7.2 [2020-10-02T02:31:36.299Z] cryptography==1.7.2 [2020-10-02T02:31:36.299Z] decorator==3.4.0 [2020-10-02T02:31:36.299Z] distro==1.2.0 [2020-10-02T02:31:36.299Z] enum34==1.0.4 [2020-10-02T02:31:36.299Z] fedpkg==1.38 [2020-10-02T02:31:36.299Z] futures==3.1.1 [2020-10-02T02:31:36.299Z] gitdb==0.6.4 [2020-10-02T02:31:36.299Z] GitPython==1.0.1 [2020-10-02T02:31:36.299Z] html5lib==0.999 [2020-10-02T02:31:36.299Z] httplib2==0.9.2 [2020-10-02T02:31:36.299Z] idna==2.4 [2020-10-02T02:31:36.299Z] iniparse==0.4 [2020-10-02T02:31:36.299Z] ipaddress==1.0.16 [2020-10-02T02:31:36.299Z] IPy==0.75 [2020-10-02T02:31:36.299Z] javapackages==1.0.0 [2020-10-02T02:31:36.299Z] Jinja2==2.7.2 [2020-10-02T02:31:36.299Z] jmespath==0.9.4 [2020-10-02T02:31:36.299Z] jsonpatch==1.2 [2020-10-02T02:31:36.299Z] jsonpointer==1.9 [2020-10-02T02:31:36.299Z] kerberos==1.1 [2020-10-02T02:31:36.299Z] kitchen==1.1.1 [2020-10-02T02:31:36.299Z] langtable==0.0.31 [2020-10-02T02:31:36.299Z] lockfile==0.9.1 [2020-10-02T02:31:36.299Z] lxml==3.2.1 [2020-10-02T02:31:36.299Z] MarkupSafe==0.11 [2020-10-02T02:31:36.299Z] munch==2.0.2 [2020-10-02T02:31:36.299Z] offtrac==0.1.0 [2020-10-02T02:31:36.299Z] openidc-client==0.6.0 [2020-10-02T02:31:36.299Z] packagedb-cli==2.14.1 [2020-10-02T02:31:36.299Z] paramiko==2.1.1 [2020-10-02T02:31:36.299Z] perf==0.1 [2020-10-02T02:31:36.299Z] ply==3.4 [2020-10-02T02:31:36.299Z] policycoreutils-default-encoding==0.1 [2020-10-02T02:31:36.299Z] prettytable==0.7.2 [2020-10-02T02:31:36.299Z] pyasn1==0.1.9 [2020-10-02T02:31:36.299Z] pycparser==2.14 [2020-10-02T02:31:36.299Z] pycurl==7.19.0 [2020-10-02T02:31:36.299Z] pygobject==3.22.0 [2020-10-02T02:31:36.299Z] pygpgme==0.3 [2020-10-02T02:31:36.299Z] pyliblzma==0.5.3 [2020-10-02T02:31:36.299Z] pyOpenSSL==0.13.1 [2020-10-02T02:31:36.299Z] pyparsing==1.5.6 [2020-10-02T02:31:36.299Z] pyserial==2.6 [2020-10-02T02:31:36.299Z] python-augeas==0.5.0 [2020-10-02T02:31:36.299Z] python-bugzilla==2.3.0 [2020-10-02T02:31:36.299Z] python-dateutil==1.5 [2020-10-02T02:31:36.299Z] python-fedora==0.10.0 [2020-10-02T02:31:36.299Z] python-linux-procfs==0.4.9 [2020-10-02T02:31:36.300Z] python-yubico==1.2.3 [2020-10-02T02:31:36.300Z] pyudev==0.15 [2020-10-02T02:31:36.300Z] pyusb==1.0.0b1 [2020-10-02T02:31:36.300Z] pyxattr==0.5.1 [2020-10-02T02:31:36.300Z] PyYAML==3.10 [2020-10-02T02:31:36.300Z] requests==2.6.0 [2020-10-02T02:31:36.300Z] requests-kerberos==0.7.0 [2020-10-02T02:31:36.300Z] rpkg==1.60 [2020-10-02T02:31:36.300Z] schedutils==0.4 [2020-10-02T02:31:36.300Z] seobject==0.1 [2020-10-02T02:31:36.300Z] sepolicy==1.1 [2020-10-02T02:31:36.300Z] six==1.9.0 [2020-10-02T02:31:36.300Z] smmap==0.9.0 [2020-10-02T02:31:36.300Z] urlgrabber==3.10 [2020-10-02T02:31:36.300Z] urllib3==1.10.2 [2020-10-02T02:31:36.300Z] virtualenv==15.1.0 [2020-10-02T02:31:36.300Z] yum-langpacks==0.4.2 [2020-10-02T02:31:36.300Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-02T02:31:36.316Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:31:36.642Z] ---> sudo-logs.sh [2020-10-02T02:31:36.642Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-02T02:31:37.323Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:31:37.696Z] ---> job-cost.sh [2020-10-02T02:31:37.696Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CQqk [2020-10-02T02:31:50.029Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:50.029Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:51.453Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:51.717Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:51.981Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:52.245Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:52.245Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:52.245Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:52.523Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:52.523Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:52.792Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:52.792Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:31:58.141Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-02T02:32:37.224Z] lf-activate-venv(): INFO: Adding /tmp/venv-CQqk/bin to PATH [2020-10-02T02:32:37.224Z] INFO: No Stack... [2020-10-02T02:32:37.224Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-02T02:32:37.224Z] INFO: Archiving Costs [Pipeline] echo [2020-10-02T02:32:37.241Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:32:37.575Z] ---> logs-deploy.sh [2020-10-02T02:32:37.575Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/13 [2020-10-02T02:32:37.575Z] INFO: archiving workspace using pattern(s): [2020-10-02T02:32:40.199Z] Archives upload complete. [2020-10-02T02:32:40.199Z] INFO: archiving logs to Nexus