Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 245068c04ff2830f60caa5933c53c336b25cd27b+34586eebf1e8dc7164860841d693f6652cfed50d (8ca37c542a9e987087a4bcedfe6e26431b5f9805) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43280 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 with configured refspecs honoured and without tags 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 --no-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 Fetching without tags Merging remotes/origin/master commit 34586eebf1e8dc7164860841d693f6652cfed50d into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b Merge succeeded, producing 245068c04ff2830f60caa5933c53c336b25cd27b Checking out Revision 245068c04ff2830f60caa5933c53c336b25cd27b (PR-584) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-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 > git config core.sparsecheckout # timeout=10 > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # 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 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # 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-09-15T10:27:26.537Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 3dd64f9fa75ea99c23536790964834e4e2db85e8 # timeout=10 [Pipeline] withCredentials [2020-09-15T10:27:26.786Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T10:27:26.894Z] ========================================================= [2020-09-15T10:27:26.894Z] EdgeX Global Pipelines Version Info [2020-09-15T10:27:26.894Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T10:27:28.360Z] ------------------- [2020-09-15T10:27:28.361Z] stable info: [2020-09-15T10:27:28.361Z] ------------------- [2020-09-15T10:27:28.361Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T10:27:28.361Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T10:27:28.361Z] Message: update stable to v1.0.119 [2020-09-15T10:27:29.307Z] ------------------- [2020-09-15T10:27:29.307Z] experimental info: [2020-09-15T10:27:29.307Z] ------------------- [2020-09-15T10:27:29.307Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T10:27:29.307Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T10:27:29.307Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T10:27:29.701Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T10:27:29.802Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T10:27:29.939Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T10:27:30.031Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T10:27:30.131Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T10:27:30.267Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T10:27:30.470Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T10:27:30.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T10:27:30.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T10:27:30.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T10:27:31.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T10:27:31.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T10:27:31.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T10:27:31.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T10:27:31.533Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T10:27:31.623Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T10:27:31.721Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T10:27:31.821Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T10:27:31.920Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T10:27:32.014Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T10:27:32.108Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T10:27:32.218Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T10:27:32.313Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2020-09-15T10:27:32.427Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2020-09-15T10:27:32.529Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2020-09-15T10:27:32.634Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 245068c04ff2830f60caa5933c53c336b25cd27b [Pipeline] echo [2020-09-15T10:27:32.734Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 245068c [Pipeline] echo [2020-09-15T10:27:32.856Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T10:27:33.548Z] + git log --format=format:%s -1 245068c04ff2830f60caa5933c53c336b25cd27b [Pipeline] echo [2020-09-15T10:27:33.613Z] GIT_COMMIT: 245068c04ff2830f60caa5933c53c336b25cd27b, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo [2020-09-15T10:27:33.665Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:27:34.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T10:27:35.489Z] [2020-09-15T10:27:35.489Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:27:35.848Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T10:27:35.848Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T10:27:35.848Z] 31603596830f: Pulling fs layer [2020-09-15T10:27:35.848Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T10:27:35.848Z] 6ca5941a6612: Pulling fs layer [2020-09-15T10:27:35.848Z] ecc8261a40a4: Pulling fs layer [2020-09-15T10:27:35.848Z] ecc8261a40a4: Waiting [2020-09-15T10:27:35.848Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T10:27:35.848Z] 2a8b12db71e7: Download complete [2020-09-15T10:27:36.427Z] ecc8261a40a4: Verifying Checksum [2020-09-15T10:27:36.427Z] ecc8261a40a4: Download complete [2020-09-15T10:27:36.427Z] 31603596830f: Verifying Checksum [2020-09-15T10:27:36.427Z] 31603596830f: Download complete [2020-09-15T10:27:36.691Z] 6ca5941a6612: Verifying Checksum [2020-09-15T10:27:36.691Z] 6ca5941a6612: Download complete [2020-09-15T10:27:36.956Z] 31603596830f: Pull complete [2020-09-15T10:27:36.956Z] 2a8b12db71e7: Pull complete [2020-09-15T10:27:37.917Z] 6ca5941a6612: Pull complete [2020-09-15T10:27:37.917Z] ecc8261a40a4: Pull complete [2020-09-15T10:27:37.917Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T10:27:37.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T10:27:37.917Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T10:27:38.021Z] prd-centos7-docker-4c-2g-43280 does not seem to be running inside a container [2020-09-15T10:27:38.088Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T10:27:40.253Z] $ docker top b1efe035c897865bf54a961c55a269bc9d2baf216c673149e7807088841c4b85 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T10:27:40.600Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T10:27:40.600Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T10:27:40.812Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T10:27:40.817Z] $ docker exec b1efe035c897865bf54a961c55a269bc9d2baf216c673149e7807088841c4b85 ssh-agent [2020-09-15T10:27:40.983Z] SSH_AUTH_SOCK=/tmp/ssh-4qr1gGxd9Uy0/agent.11 [2020-09-15T10:27:40.983Z] SSH_AGENT_PID=16 [2020-09-15T10:27:40.994Z] Running ssh-add (command line suppressed) [2020-09-15T10:27:41.111Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8233770523887668006.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8233770523887668006.key) [2020-09-15T10:27:41.162Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T10:27:41.495Z] + git describe --exact-match --tags HEAD [2020-09-15T10:27:41.495Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T10:27:41.519Z] $ docker exec --env ******** --env ******** b1efe035c897865bf54a961c55a269bc9d2baf216c673149e7807088841c4b85 ssh-agent -k [2020-09-15T10:27:41.642Z] unset SSH_AUTH_SOCK; [2020-09-15T10:27:41.642Z] unset SSH_AGENT_PID; [2020-09-15T10:27:41.642Z] echo Agent pid 16 killed; [2020-09-15T10:27:41.688Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T10:27:41.774Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T10:27:41.774Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T10:27:41.887Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T10:27:41.887Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T10:27:42.044Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T10:27:42.049Z] $ docker exec b1efe035c897865bf54a961c55a269bc9d2baf216c673149e7807088841c4b85 ssh-agent [2020-09-15T10:27:42.202Z] SSH_AUTH_SOCK=/tmp/ssh-rjSyKokZgGAV/agent.44 [2020-09-15T10:27:42.202Z] SSH_AGENT_PID=50 [2020-09-15T10:27:42.208Z] Running ssh-add (command line suppressed) [2020-09-15T10:27:42.326Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_4331672823024546292.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_4331672823024546292.key) [2020-09-15T10:27:42.375Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T10:27:42.712Z] + git semver init [2020-09-15T10:27:42.713Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T10:27:42.713Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git [2020-09-15T10:27:42.713Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-15T10:27:42.713Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T10:27:42.713Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T10:27:42.713Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T10:27:42.713Z] # $SEMVER_BRANCH = PR-584 [2020-09-15T10:27:42.713Z] # $SEMVER_TEMP = /tmp/semver-394170457 [2020-09-15T10:27:42.713Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T10:27:43.295Z] # '/tmp/semver-394170457' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' [2020-09-15T10:27:43.295Z] # -> Force: false [2020-09-15T10:27:43.295Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } [2020-09-15T10:27:43.317Z] $ docker exec --env ******** --env ******** b1efe035c897865bf54a961c55a269bc9d2baf216c673149e7807088841c4b85 ssh-agent -k [2020-09-15T10:27:43.432Z] unset SSH_AUTH_SOCK; [2020-09-15T10:27:43.432Z] unset SSH_AGENT_PID; [2020-09-15T10:27:43.432Z] echo Agent pid 50 killed; [2020-09-15T10:27:43.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T10:27:43.955Z] + git semver [Pipeline] } [2020-09-15T10:27:43.972Z] $ docker stop --time=1 b1efe035c897865bf54a961c55a269bc9d2baf216c673149e7807088841c4b85 [2020-09-15T10:27:45.297Z] $ docker rm -f b1efe035c897865bf54a961c55a269bc9d2baf216c673149e7807088841c4b85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T10:27:46.206Z] Stashed 34 file(s) [Pipeline] echo [2020-09-15T10:27:46.209Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T10:27:46.296Z] 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-15T10:28:01.855Z] Still waiting to schedule task [2020-09-15T10:28:01.856Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T10:28:01.858Z] Still waiting to schedule task [2020-09-15T10:28:01.858Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-43265’ is offline [2020-09-15T10:29:20.493Z] Running on prd-centos7-docker-4c-2g-43287 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-09-15T10:29:20.613Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout [2020-09-15T10:29:23.011Z] using credential edgex-jenkins-ssh [2020-09-15T10:29:23.062Z] Cloning the remote Git repository [2020-09-15T10:29:23.062Z] Cloning with configured refspecs honoured and without tags [2020-09-15T10:29:23.799Z] Fetching without tags [2020-09-15T10:29:22.860Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:29:22.929Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2020-09-15T10:29:22.972Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:29:22.972Z] > git --version # timeout=10 [2020-09-15T10:29:22.980Z] > git --version # 'git version 2.16.5' [2020-09-15T10:29:22.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:29:23.005Z] > git fetch --no-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-09-15T10:29:23.593Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T10:29:23.603Z] > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 [2020-09-15T10:29:23.612Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T10:29:23.624Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T10:29:23.636Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:29:23.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:29:23.640Z] > git fetch --no-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-09-15T10:29:24.175Z] Merging remotes/origin/master commit 34586eebf1e8dc7164860841d693f6652cfed50d into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b [2020-09-15T10:29:24.258Z] Merge succeeded, producing 245068c04ff2830f60caa5933c53c336b25cd27b [2020-09-15T10:29:24.258Z] Checking out Revision 245068c04ff2830f60caa5933c53c336b25cd27b (PR-584) [2020-09-15T10:29:24.049Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T10:29:24.054Z] > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [2020-09-15T10:29:24.101Z] > git remote # timeout=10 [2020-09-15T10:29:24.106Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T10:29:24.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:29:24.114Z] > git merge 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 [2020-09-15T10:29:24.123Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T10:29:24.132Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T10:29:24.137Z] > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [2020-09-15T10:29:27.849Z] 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-09-15T10:29:28.664Z] ========================================================= [2020-09-15T10:29:28.664Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T10:29:28.664Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:29:29.321Z] + 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-15T10:29:29.897Z] Sending build context to Docker daemon 3.152MB [2020-09-15T10:29:29.897Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T10:29:29.897Z] Step 2/8 : FROM ${BASE} [2020-09-15T10:29:29.897Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T10:29:29.897Z] df20fa9351a1: Pulling fs layer [2020-09-15T10:29:29.897Z] ed8968b2872e: Pulling fs layer [2020-09-15T10:29:29.897Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T10:29:29.897Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T10:29:29.897Z] e73272ec9a57: Pulling fs layer [2020-09-15T10:29:29.897Z] 1e910a182e73: Pulling fs layer [2020-09-15T10:29:29.897Z] 4e634b169226: Pulling fs layer [2020-09-15T10:29:29.897Z] e73272ec9a57: Waiting [2020-09-15T10:29:29.897Z] 1e910a182e73: Waiting [2020-09-15T10:29:29.897Z] 4e634b169226: Waiting [2020-09-15T10:29:29.897Z] e871e8e8d7a9: Waiting [2020-09-15T10:29:29.897Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T10:29:29.897Z] a92cc7c5fd73: Download complete [2020-09-15T10:29:29.897Z] ed8968b2872e: Download complete [2020-09-15T10:29:30.472Z] e73272ec9a57: Download complete [2020-09-15T10:29:30.472Z] 1e910a182e73: Verifying Checksum [2020-09-15T10:29:30.472Z] 1e910a182e73: Download complete [2020-09-15T10:29:30.735Z] df20fa9351a1: Verifying Checksum [2020-09-15T10:29:30.735Z] df20fa9351a1: Download complete [2020-09-15T10:29:31.003Z] df20fa9351a1: Pull complete [2020-09-15T10:29:31.265Z] ed8968b2872e: Pull complete [2020-09-15T10:29:31.526Z] a92cc7c5fd73: Pull complete [2020-09-15T10:29:34.079Z] 4e634b169226: Verifying Checksum [2020-09-15T10:29:35.037Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T10:29:35.037Z] e871e8e8d7a9: Download complete [2020-09-15T10:29:41.695Z] e871e8e8d7a9: Pull complete [2020-09-15T10:29:41.695Z] e73272ec9a57: Pull complete [2020-09-15T10:29:41.695Z] 1e910a182e73: Pull complete [2020-09-15T10:29:45.985Z] 4e634b169226: Pull complete [2020-09-15T10:29:45.985Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T10:29:45.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T10:29:45.985Z] ---> f7629b54cfaa [2020-09-15T10:29:45.985Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:29:45.985Z] ---> Running in 992097e82e2f [2020-09-15T10:29:45.985Z] Removing intermediate container 992097e82e2f [2020-09-15T10:29:45.985Z] ---> 719fbbbcd057 [2020-09-15T10:29:45.985Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T10:29:45.985Z] ---> Running in 641159ca5b03 [2020-09-15T10:29:47.393Z] Removing intermediate container 641159ca5b03 [2020-09-15T10:29:47.393Z] ---> ed23ba5cca70 [2020-09-15T10:29:47.393Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T10:29:47.393Z] ---> Running in 0c9b7ccd3ce2 [2020-09-15T10:29:48.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T10:29:48.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T10:29:49.187Z] OK: 166 MiB in 39 packages [2020-09-15T10:29:49.771Z] Removing intermediate container 0c9b7ccd3ce2 [2020-09-15T10:29:49.771Z] ---> 3111332588bc [2020-09-15T10:29:49.771Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T10:29:49.771Z] ---> Running in 9039f29ef7b2 [2020-09-15T10:29:50.036Z] Removing intermediate container 9039f29ef7b2 [2020-09-15T10:29:50.036Z] ---> 7343aa31944c [2020-09-15T10:29:50.036Z] Step 7/8 : COPY . . [2020-09-15T10:29:50.993Z] ---> 72fc4e5ff5f6 [2020-09-15T10:29:50.993Z] Step 8/8 : RUN go mod download [2020-09-15T10:29:50.993Z] ---> Running in 01606a4739bc [2020-09-15T10:30:03.275Z] Removing intermediate container 01606a4739bc [2020-09-15T10:30:03.275Z] ---> 0f344614b788 [2020-09-15T10:30:03.275Z] Successfully built 0f344614b788 [2020-09-15T10:30:03.275Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:30:04.052Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T10:30:04.052Z] . [Pipeline] withDockerContainer [2020-09-15T10:30:04.177Z] prd-centos7-docker-4c-2g-43287 does not seem to be running inside a container [2020-09-15T10:30:04.253Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** ci-base-image-x86_64 cat [2020-09-15T10:30:05.481Z] $ docker top e7c362dc2cf1bb95e499f1c570671a726bc60dcc9b6353c5aaa8711fe50e5db3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T10:30:06.048Z] + go version [2020-09-15T10:30:06.049Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T10:30:06.353Z] + make test [2020-09-15T10:30:06.353Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T10:30:14.576Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T10:30:26.958Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T10:30:26.958Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T10:30:26.958Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T10:30:26.958Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.038s coverage: 21.0% of statements [2020-09-15T10:30:28.375Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.422s coverage: 95.7% of statements [2020-09-15T10:31:00.524Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.033s coverage: 8.6% of statements [2020-09-15T10:31:00.524Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.033s coverage: 21.7% of statements [2020-09-15T10:31:00.524Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T10:31:00.524Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.175s coverage: 37.0% of statements [2020-09-15T10:31:00.524Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T10:31:00.524Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.274s coverage: 65.4% of statements [2020-09-15T10:31:00.524Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T10:31:00.524Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T10:31:00.524Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T10:31:00.524Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.132s coverage: 52.6% of statements [2020-09-15T10:31:00.524Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.305s coverage: 68.9% of statements [2020-09-15T10:31:00.524Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T10:31:00.524Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T10:31:00.524Z] GO111MODULE=on go vet ./... [2020-09-15T10:31:07.229Z] gofmt -l . [2020-09-15T10:31:07.229Z] [ "`gofmt -l .`" = "" ] [2020-09-15T10:31:07.229Z] ./bin/test-attribution-txt.sh [2020-09-15T10:31:07.229Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T10:31:07.575Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T10:31:07.587Z] $ docker stop --time=1 e7c362dc2cf1bb95e499f1c570671a726bc60dcc9b6353c5aaa8711fe50e5db3 [2020-09-15T10:31:09.459Z] $ docker rm -f e7c362dc2cf1bb95e499f1c570671a726bc60dcc9b6353c5aaa8711fe50e5db3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T10:31:11.035Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T10:31:11.337Z] + ls -al . [2020-09-15T10:31:11.337Z] total 188 [2020-09-15T10:31:11.337Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 10:31 . [2020-09-15T10:31:11.337Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 10:29 .. [2020-09-15T10:31:11.337Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 10:29 bin [2020-09-15T10:31:11.337Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 15 10:30 coverage.out [2020-09-15T10:31:11.337Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 10:29 Dockerfile.build [2020-09-15T10:31:11.337Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 10:29 .dockerignore [2020-09-15T10:31:11.337Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 10:29 example [2020-09-15T10:31:11.337Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 10:29 .git [2020-09-15T10:31:11.337Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 10:29 .github [2020-09-15T10:31:11.337Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 10:29 .gitignore [2020-09-15T10:31:11.337Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 10:31 go.mod [2020-09-15T10:31:11.337Z] -rw-r--r--. 1 jenkins jenkins 12264 Sep 15 10:31 go.sum [2020-09-15T10:31:11.337Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 10:29 internal [2020-09-15T10:31:11.337Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 10:29 Jenkinsfile [2020-09-15T10:31:11.337Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 10:29 LICENSE [2020-09-15T10:31:11.337Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 15 10:29 Makefile [2020-09-15T10:31:11.337Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 10:29 openapi [2020-09-15T10:31:11.337Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 10:29 pkg [2020-09-15T10:31:11.337Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 10:29 README.md [2020-09-15T10:31:11.337Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 10:29 RELEASE-NOTES.txt [2020-09-15T10:31:11.337Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 10:29 .semver [2020-09-15T10:31:11.337Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 10:29 snap [2020-09-15T10:31:11.337Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 10:27 VERSION [2020-09-15T10:31:11.337Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 10:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:31:11.647Z] + 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=245068c04ff2830f60caa5933c53c336b25cd27b --label arch=amd64 --label version=0.0.0 . [2020-09-15T10:31:11.912Z] Sending build context to Docker daemon 3.266MB [2020-09-15T10:31:11.912Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T10:31:11.912Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T10:31:11.912Z] ---> 0f344614b788 [2020-09-15T10:31:11.912Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T10:31:12.175Z] ---> Running in 1ca6361a0e34 [2020-09-15T10:31:12.440Z] Removing intermediate container 1ca6361a0e34 [2020-09-15T10:31:12.440Z] ---> 7da59494e8ce [2020-09-15T10:31:12.440Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T10:31:12.440Z] ---> Running in ea08912d9cf4 [2020-09-15T10:31:12.701Z] Removing intermediate container ea08912d9cf4 [2020-09-15T10:31:12.701Z] ---> 1703f27031f4 [2020-09-15T10:31:12.701Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:31:12.701Z] ---> Running in b8db49dd5cad [2020-09-15T10:31:12.962Z] Removing intermediate container b8db49dd5cad [2020-09-15T10:31:12.962Z] ---> 993b9f79bb84 [2020-09-15T10:31:12.962Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T10:31:12.962Z] ---> Running in 04dd674282a6 [2020-09-15T10:31:13.909Z] Removing intermediate container 04dd674282a6 [2020-09-15T10:31:13.909Z] ---> 8066006f007e [2020-09-15T10:31:13.909Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T10:31:13.909Z] ---> Running in 51ec1a0c998c [2020-09-15T10:31:14.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T10:31:15.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T10:31:17.253Z] OK: 166 MiB in 39 packages [2020-09-15T10:31:17.833Z] Removing intermediate container 51ec1a0c998c [2020-09-15T10:31:17.833Z] ---> 0ba1513958e9 [2020-09-15T10:31:17.833Z] Step 8/24 : COPY . . [2020-09-15T10:31:18.814Z] ---> 434261eb8db3 [2020-09-15T10:31:18.814Z] Step 9/24 : RUN ${MAKE} [2020-09-15T10:31:18.814Z] ---> Running in eff747cf921c [2020-09-15T10:31:19.076Z] 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-15T10:31:25.722Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T10:31:27.644Z] Removing intermediate container eff747cf921c [2020-09-15T10:31:27.644Z] ---> e457c34e7b16 [2020-09-15T10:31:27.644Z] Step 10/24 : FROM scratch [2020-09-15T10:31:27.644Z] ---> [2020-09-15T10:31:27.644Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:31:27.906Z] ---> Running in fb6922209839 [2020-09-15T10:31:27.907Z] Removing intermediate container fb6922209839 [2020-09-15T10:31:27.907Z] ---> 9a895d6fab7b [2020-09-15T10:31:27.907Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T10:31:27.907Z] ---> Running in 86e78dfeb580 [2020-09-15T10:31:28.176Z] Removing intermediate container 86e78dfeb580 [2020-09-15T10:31:28.176Z] ---> 07832f7ab003 [2020-09-15T10:31:28.176Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T10:31:28.176Z] ---> Running in 1d92a7472acf [2020-09-15T10:31:28.176Z] Removing intermediate container 1d92a7472acf [2020-09-15T10:31:28.176Z] ---> 1771e7f762dc [2020-09-15T10:31:28.176Z] Step 14/24 : WORKDIR / [2020-09-15T10:31:28.438Z] ---> Running in 58a523e5758e [2020-09-15T10:31:28.438Z] Removing intermediate container 58a523e5758e [2020-09-15T10:31:28.438Z] ---> 11df122e2e1d [2020-09-15T10:31:28.438Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T10:31:29.012Z] ---> d8993c4cb3b0 [2020-09-15T10:31:29.012Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T10:31:29.274Z] ---> 4c5523735f25 [2020-09-15T10:31:29.274Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T10:31:29.274Z] ---> a374db59de19 [2020-09-15T10:31:29.274Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T10:31:29.539Z] ---> b5f02741bb95 [2020-09-15T10:31:29.539Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T10:31:29.801Z] ---> f503c5966e2f [2020-09-15T10:31:29.801Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T10:31:29.801Z] ---> Running in 6fc2b028a3bd [2020-09-15T10:31:30.063Z] Removing intermediate container 6fc2b028a3bd [2020-09-15T10:31:30.063Z] ---> f14159a3401c [2020-09-15T10:31:30.063Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T10:31:30.063Z] ---> Running in 6d100f5fcb37 [2020-09-15T10:31:30.325Z] Removing intermediate container 6d100f5fcb37 [2020-09-15T10:31:30.325Z] ---> 8b185dff9e67 [2020-09-15T10:31:30.325Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T10:31:30.325Z] ---> Running in d1004e97adce [2020-09-15T10:31:30.587Z] Removing intermediate container d1004e97adce [2020-09-15T10:31:30.587Z] ---> 2d3fe6fc3853 [2020-09-15T10:31:30.587Z] Step 23/24 : LABEL git_sha=245068c04ff2830f60caa5933c53c336b25cd27b [2020-09-15T10:31:30.587Z] ---> Running in ed91596ec606 [2020-09-15T10:31:30.587Z] Removing intermediate container ed91596ec606 [2020-09-15T10:31:30.587Z] ---> ea71409ccef5 [2020-09-15T10:31:30.587Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T10:31:30.850Z] ---> Running in a501c9934a9f [2020-09-15T10:31:30.850Z] Removing intermediate container a501c9934a9f [2020-09-15T10:31:30.850Z] ---> 1fbfec0d03ef [2020-09-15T10:31:30.850Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T10:31:30.850Z] Successfully built 1fbfec0d03ef [2020-09-15T10:31:30.850Z] Successfully tagged docker-device-sdk-simple: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-15T10:31:43.400Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43291 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-09-15T10:31:43.478Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout [2020-09-15T10:31:49.613Z] using credential edgex-jenkins-ssh [2020-09-15T10:31:49.670Z] Cloning the remote Git repository [2020-09-15T10:31:49.670Z] Cloning with configured refspecs honoured and without tags [2020-09-15T10:31:49.745Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:31:49.881Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2020-09-15T10:31:49.972Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:31:49.974Z] > git --version # timeout=10 [2020-09-15T10:31:50.004Z] > git --version # 'git version 2.17.1' [2020-09-15T10:31:50.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:31:50.077Z] > git fetch --no-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-09-15T10:31:51.201Z] Fetching without tags [2020-09-15T10:31:51.105Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T10:31:51.132Z] > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 [2020-09-15T10:31:51.150Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T10:31:51.173Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T10:31:51.222Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T10:31:51.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:31:51.243Z] > git fetch --no-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-09-15T10:31:51.730Z] Merging remotes/origin/master commit 34586eebf1e8dc7164860841d693f6652cfed50d into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b [2020-09-15T10:31:52.045Z] Merge succeeded, producing 245068c04ff2830f60caa5933c53c336b25cd27b [2020-09-15T10:31:52.046Z] Checking out Revision 245068c04ff2830f60caa5933c53c336b25cd27b (PR-584) [2020-09-15T10:31:51.755Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T10:31:51.772Z] > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [2020-09-15T10:31:51.887Z] > git remote # timeout=10 [2020-09-15T10:31:51.903Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T10:31:51.915Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T10:31:51.928Z] > git merge 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 [2020-09-15T10:31:52.020Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T10:31:52.076Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T10:31:52.104Z] > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [2020-09-15T10:31:56.660Z] 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-09-15T10:31:57.908Z] ========================================================= [2020-09-15T10:31:57.908Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T10:31:57.908Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:31:59.096Z] + 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-15T10:32:00.081Z] Sending build context to Docker daemon 3.152MB [2020-09-15T10:32:00.081Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T10:32:00.081Z] Step 2/8 : FROM ${BASE} [2020-09-15T10:32:00.355Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T10:32:00.355Z] b538f80385f9: Pulling fs layer [2020-09-15T10:32:00.355Z] 74f711af9a0d: Pulling fs layer [2020-09-15T10:32:00.355Z] 99f96fe45779: Pulling fs layer [2020-09-15T10:32:00.355Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T10:32:00.355Z] 45590311c82a: Pulling fs layer [2020-09-15T10:32:00.355Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T10:32:00.355Z] 209524e5b208: Pulling fs layer [2020-09-15T10:32:00.355Z] 45590311c82a: Waiting [2020-09-15T10:32:00.355Z] 69ca0ff8b7b3: Waiting [2020-09-15T10:32:00.355Z] 209524e5b208: Waiting [2020-09-15T10:32:00.355Z] 8529a6b9a6be: Waiting [2020-09-15T10:32:00.355Z] 99f96fe45779: Verifying Checksum [2020-09-15T10:32:00.355Z] 99f96fe45779: Download complete [2020-09-15T10:32:00.634Z] 74f711af9a0d: Download complete [2020-09-15T10:32:00.913Z] 45590311c82a: Download complete [2020-09-15T10:32:00.913Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T10:32:00.913Z] 69ca0ff8b7b3: Download complete [2020-09-15T10:32:00.913Z] b538f80385f9: Verifying Checksum [2020-09-15T10:32:00.913Z] b538f80385f9: Download complete [2020-09-15T10:32:01.902Z] b538f80385f9: Pull complete [2020-09-15T10:32:02.187Z] 74f711af9a0d: Pull complete [2020-09-15T10:32:02.794Z] 99f96fe45779: Pull complete [2020-09-15T10:32:04.238Z] 209524e5b208: Download complete [2020-09-15T10:32:07.644Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T10:32:07.644Z] 8529a6b9a6be: Download complete [2020-09-15T10:32:18.005Z] 8529a6b9a6be: Pull complete [2020-09-15T10:32:18.280Z] 45590311c82a: Pull complete [2020-09-15T10:32:18.561Z] 69ca0ff8b7b3: Pull complete [2020-09-15T10:32:22.887Z] 209524e5b208: Pull complete [2020-09-15T10:32:22.887Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T10:32:22.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T10:32:22.887Z] ---> 5bddaf1c2fca [2020-09-15T10:32:22.887Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:32:25.523Z] ---> Running in 76614ff9918b [2020-09-15T10:32:25.801Z] Removing intermediate container 76614ff9918b [2020-09-15T10:32:25.801Z] ---> f7ff45d0e65b [2020-09-15T10:32:25.801Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T10:32:26.073Z] ---> Running in a9757f2552b2 [2020-09-15T10:32:28.734Z] Removing intermediate container a9757f2552b2 [2020-09-15T10:32:28.734Z] ---> ca30081c7e67 [2020-09-15T10:32:28.734Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T10:32:29.009Z] ---> Running in fc491133f554 [2020-09-15T10:32:30.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T10:32:31.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T10:32:32.865Z] OK: 142 MiB in 39 packages [2020-09-15T10:32:33.858Z] Removing intermediate container fc491133f554 [2020-09-15T10:32:33.858Z] ---> a0f27be3a13c [2020-09-15T10:32:33.858Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T10:32:34.131Z] ---> Running in 012940ff4472 [2020-09-15T10:32:34.728Z] Removing intermediate container 012940ff4472 [2020-09-15T10:32:34.728Z] ---> 6c7f37551dad [2020-09-15T10:32:34.728Z] Step 7/8 : COPY . . [2020-09-15T10:32:36.185Z] ---> 50ccf61aeab6 [2020-09-15T10:32:36.185Z] Step 8/8 : RUN go mod download [2020-09-15T10:32:36.185Z] ---> Running in c9bc004c57c1 [2020-09-15T10:32:51.320Z] Removing intermediate container c9bc004c57c1 [2020-09-15T10:32:51.320Z] ---> 261bffbf32ee [2020-09-15T10:32:51.320Z] Successfully built 261bffbf32ee [2020-09-15T10:32:51.320Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:32:52.101Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T10:32:52.102Z] . [Pipeline] withDockerContainer [2020-09-15T10:32:52.394Z] prd-ubuntu18.04-docker-arm64-4c-16g-43291 does not seem to be running inside a container [2020-09-15T10:32:52.489Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** ci-base-image-arm64 cat [2020-09-15T10:32:54.387Z] $ docker top 6348c1d810d7e95a6110c1967a1e41e66ebd751bf574b22b0fb92e5ba633206d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T10:32:55.854Z] + go version [2020-09-15T10:32:55.854Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T10:32:56.929Z] + make test [2020-09-15T10:32:56.929Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T10:33:23.792Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T10:34:02.859Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T10:34:02.859Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T10:34:02.859Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T10:34:02.859Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.089s coverage: 21.0% of statements [2020-09-15T10:34:03.457Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.319s coverage: 95.7% of statements [2020-09-15T10:34:35.838Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.056s coverage: 8.6% of statements [2020-09-15T10:34:35.838Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.063s coverage: 21.7% of statements [2020-09-15T10:34:35.838Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T10:34:35.838Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.492s coverage: 37.0% of statements [2020-09-15T10:34:35.838Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T10:34:35.838Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.676s coverage: 65.4% of statements [2020-09-15T10:34:35.838Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T10:34:35.838Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T10:34:35.838Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T10:34:35.838Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.141s coverage: 52.6% of statements [2020-09-15T10:34:35.838Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.977s coverage: 68.9% of statements [2020-09-15T10:34:35.838Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T10:34:35.838Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T10:34:35.838Z] GO111MODULE=on go vet ./... [2020-09-15T10:35:02.689Z] gofmt -l . [2020-09-15T10:35:02.689Z] [ "`gofmt -l .`" = "" ] [2020-09-15T10:35:02.689Z] ./bin/test-attribution-txt.sh [2020-09-15T10:35:03.287Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T10:35:03.902Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T10:35:04.821Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T10:35:04.826Z] $ docker stop --time=1 6348c1d810d7e95a6110c1967a1e41e66ebd751bf574b22b0fb92e5ba633206d [2020-09-15T10:35:07.065Z] $ docker rm -f 6348c1d810d7e95a6110c1967a1e41e66ebd751bf574b22b0fb92e5ba633206d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T10:35:08.797Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T10:35:09.183Z] + ls -al . [2020-09-15T10:35:09.183Z] total 228 [2020-09-15T10:35:09.183Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 10:35 . [2020-09-15T10:35:09.183Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:31 .. [2020-09-15T10:35:09.183Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 10:31 .dockerignore [2020-09-15T10:35:09.183Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 10:31 .git [2020-09-15T10:35:09.183Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 10:31 .github [2020-09-15T10:35:09.183Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 10:31 .gitignore [2020-09-15T10:35:09.183Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 10:31 .semver [2020-09-15T10:35:09.183Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 10:31 Dockerfile.build [2020-09-15T10:35:09.183Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 10:31 Jenkinsfile [2020-09-15T10:35:09.183Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 10:31 LICENSE [2020-09-15T10:35:09.183Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 15 10:31 Makefile [2020-09-15T10:35:09.183Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 10:31 README.md [2020-09-15T10:35:09.183Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 10:31 RELEASE-NOTES.txt [2020-09-15T10:35:09.183Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 10:27 VERSION [2020-09-15T10:35:09.183Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 10:31 bin [2020-09-15T10:35:09.183Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 15 10:34 coverage.out [2020-09-15T10:35:09.183Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:31 example [2020-09-15T10:35:09.183Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 10:35 go.mod [2020-09-15T10:35:09.183Z] -rw-r--r-- 1 jenkins jenkins 12264 Sep 15 10:35 go.sum [2020-09-15T10:35:09.183Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 10:31 internal [2020-09-15T10:35:09.183Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:31 openapi [2020-09-15T10:35:09.183Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 10:31 pkg [2020-09-15T10:35:09.183Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 10:31 snap [2020-09-15T10:35:09.183Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 10:31 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:35:09.594Z] + 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=245068c04ff2830f60caa5933c53c336b25cd27b --label arch=arm64 --label version=0.0.0 . [2020-09-15T10:35:10.192Z] Sending build context to Docker daemon 3.266MB [2020-09-15T10:35:10.192Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T10:35:10.192Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T10:35:10.192Z] ---> 261bffbf32ee [2020-09-15T10:35:10.192Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T10:35:10.473Z] ---> Running in ec25416d1139 [2020-09-15T10:35:10.745Z] Removing intermediate container ec25416d1139 [2020-09-15T10:35:10.745Z] ---> 01dc7fad9347 [2020-09-15T10:35:10.745Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T10:35:11.018Z] ---> Running in 27a7ba7b6ee2 [2020-09-15T10:35:11.611Z] Removing intermediate container 27a7ba7b6ee2 [2020-09-15T10:35:11.611Z] ---> 2db95b6b83fd [2020-09-15T10:35:11.611Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:35:11.611Z] ---> Running in 15ff6e48f5ac [2020-09-15T10:35:12.209Z] Removing intermediate container 15ff6e48f5ac [2020-09-15T10:35:12.209Z] ---> e9eb90b9329a [2020-09-15T10:35:12.209Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T10:35:12.209Z] ---> Running in f8ec03c6f927 [2020-09-15T10:35:14.847Z] Removing intermediate container f8ec03c6f927 [2020-09-15T10:35:14.847Z] ---> adb85e9d2809 [2020-09-15T10:35:14.847Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T10:35:14.847Z] ---> Running in c3bab7c79b37 [2020-09-15T10:35:16.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T10:35:16.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T10:35:17.843Z] OK: 142 MiB in 39 packages [2020-09-15T10:35:19.280Z] Removing intermediate container c3bab7c79b37 [2020-09-15T10:35:19.280Z] ---> d598fe5b1c07 [2020-09-15T10:35:19.280Z] Step 8/24 : COPY . . [2020-09-15T10:35:20.270Z] ---> c38408343dc6 [2020-09-15T10:35:20.270Z] Step 9/24 : RUN ${MAKE} [2020-09-15T10:35:20.547Z] ---> Running in def8629988f5 [2020-09-15T10:35:21.989Z] 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-15T10:35:44.180Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T10:35:46.142Z] Removing intermediate container def8629988f5 [2020-09-15T10:35:46.142Z] ---> 8da46b087b3a [2020-09-15T10:35:46.142Z] Step 10/24 : FROM scratch [2020-09-15T10:35:46.142Z] ---> [2020-09-15T10:35:46.142Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T10:35:46.142Z] ---> Running in c627baaef325 [2020-09-15T10:35:46.416Z] Removing intermediate container c627baaef325 [2020-09-15T10:35:46.416Z] ---> 960190326fb0 [2020-09-15T10:35:46.416Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T10:35:46.416Z] ---> Running in 6d5689d2b91d [2020-09-15T10:35:46.688Z] Removing intermediate container 6d5689d2b91d [2020-09-15T10:35:46.688Z] ---> 396631c92f4a [2020-09-15T10:35:46.688Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T10:35:46.962Z] ---> Running in d41fd762e1f3 [2020-09-15T10:35:47.232Z] Removing intermediate container d41fd762e1f3 [2020-09-15T10:35:47.232Z] ---> 7bef6b466efc [2020-09-15T10:35:47.232Z] Step 14/24 : WORKDIR / [2020-09-15T10:35:47.505Z] ---> Running in a7cc657e24d6 [2020-09-15T10:35:47.777Z] Removing intermediate container a7cc657e24d6 [2020-09-15T10:35:47.777Z] ---> a3ea90e533d1 [2020-09-15T10:35:47.777Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T10:35:49.210Z] ---> 1858b76a5e31 [2020-09-15T10:35:49.210Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T10:35:49.805Z] ---> 6750132a4be5 [2020-09-15T10:35:49.805Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T10:35:50.782Z] ---> 38f139ba44ba [2020-09-15T10:35:50.782Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T10:35:51.378Z] ---> 20707e3f7b3c [2020-09-15T10:35:51.378Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T10:35:51.980Z] ---> f86e55062ad1 [2020-09-15T10:35:51.980Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T10:35:52.251Z] ---> Running in dc5d711ba2d1 [2020-09-15T10:35:52.524Z] Removing intermediate container dc5d711ba2d1 [2020-09-15T10:35:52.524Z] ---> 5cf9a1b0fd19 [2020-09-15T10:35:52.524Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T10:35:52.802Z] ---> Running in 649b2e07db6e [2020-09-15T10:35:53.421Z] Removing intermediate container 649b2e07db6e [2020-09-15T10:35:53.421Z] ---> f23cb1bd89a2 [2020-09-15T10:35:53.421Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T10:35:53.421Z] ---> Running in e21113a4bd41 [2020-09-15T10:35:54.034Z] Removing intermediate container e21113a4bd41 [2020-09-15T10:35:54.034Z] ---> 5ee4e0c1f207 [2020-09-15T10:35:54.034Z] Step 23/24 : LABEL git_sha=245068c04ff2830f60caa5933c53c336b25cd27b [2020-09-15T10:35:54.034Z] ---> Running in 67266b04ccf9 [2020-09-15T10:35:54.308Z] Removing intermediate container 67266b04ccf9 [2020-09-15T10:35:54.308Z] ---> 7b7e9b638b2c [2020-09-15T10:35:54.308Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T10:35:54.580Z] ---> Running in 1c8beeab6aa1 [2020-09-15T10:35:54.851Z] Removing intermediate container 1c8beeab6aa1 [2020-09-15T10:35:54.851Z] ---> 099d2bb1f008 [2020-09-15T10:35:54.851Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T10:35:55.124Z] Successfully built 099d2bb1f008 [2020-09-15T10:35:55.125Z] 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-09-15T10:35:56.987Z] provisioning config files... [2020-09-15T10:35:56.998Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1204444694461659619tmp [Pipeline] { [Pipeline] sh [2020-09-15T10:35:57.386Z] + curl -s https://codecov.io/bash [2020-09-15T10:35:57.386Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1204444694461659619tmp [Pipeline] } [2020-09-15T10:35:57.657Z] 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] { (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-15T10:35:59.924Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T10:36:00.489Z] ---> package-listing.sh [2020-09-15T10:36:00.489Z] ++ facter osfamily [2020-09-15T10:36:00.489Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T10:36:00.489Z] + OS_FAMILY=redhat [2020-09-15T10:36:00.489Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-15T10:36:00.489Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T10:36:00.489Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T10:36:00.489Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T10:36:00.489Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T10:36:00.489Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-09-15T10:36:00.489Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T10:36:00.489Z] + case "${OS_FAMILY}" in [2020-09-15T10:36:00.489Z] + rpm -qa [2020-09-15T10:36:00.489Z] + sort [2020-09-15T10:36:03.797Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T10:36:03.797Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T10:36:03.797Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T10:36:03.797Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-09-15T10:36:03.797Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [2020-09-15T10:36:03.797Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:36:04.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T10:36:04.276Z] [2020-09-15T10:36:04.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T10:36:04.643Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T10:36:04.643Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T10:36:04.643Z] df20fa9351a1: Pulling fs layer [2020-09-15T10:36:04.643Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T10:36:04.643Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T10:36:04.643Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T10:36:04.643Z] 0dadc02b9964: Pulling fs layer [2020-09-15T10:36:04.643Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T10:36:04.643Z] 7a184a31f384: Pulling fs layer [2020-09-15T10:36:04.643Z] 0879bd2ef858: Pulling fs layer [2020-09-15T10:36:04.643Z] 0dadc02b9964: Waiting [2020-09-15T10:36:04.643Z] ce6a7cf60c04: Waiting [2020-09-15T10:36:04.643Z] 7a184a31f384: Waiting [2020-09-15T10:36:04.643Z] 0879bd2ef858: Waiting [2020-09-15T10:36:04.643Z] 46f8f816bc3b: Waiting [2020-09-15T10:36:04.643Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T10:36:04.643Z] 36b3adc4ff6f: Download complete [2020-09-15T10:36:04.643Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T10:36:04.643Z] 46f8f816bc3b: Download complete [2020-09-15T10:36:04.643Z] df20fa9351a1: Verifying Checksum [2020-09-15T10:36:04.643Z] df20fa9351a1: Download complete [2020-09-15T10:36:04.643Z] ce6a7cf60c04: Download complete [2020-09-15T10:36:04.906Z] 7a184a31f384: Download complete [2020-09-15T10:36:04.906Z] 0dadc02b9964: Verifying Checksum [2020-09-15T10:36:04.906Z] 0dadc02b9964: Download complete [2020-09-15T10:36:04.906Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T10:36:04.906Z] 8ad3a11d3b57: Download complete [2020-09-15T10:36:05.173Z] df20fa9351a1: Pull complete [2020-09-15T10:36:05.173Z] 36b3adc4ff6f: Pull complete [2020-09-15T10:36:05.439Z] 0879bd2ef858: Verifying Checksum [2020-09-15T10:36:05.439Z] 0879bd2ef858: Download complete [2020-09-15T10:36:06.021Z] 8ad3a11d3b57: Pull complete [2020-09-15T10:36:06.021Z] 46f8f816bc3b: Pull complete [2020-09-15T10:36:06.284Z] 0dadc02b9964: Pull complete [2020-09-15T10:36:06.546Z] ce6a7cf60c04: Pull complete [2020-09-15T10:36:06.546Z] 7a184a31f384: Pull complete [2020-09-15T10:36:09.125Z] 0879bd2ef858: Pull complete [2020-09-15T10:36:09.125Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T10:36:09.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T10:36:09.125Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T10:36:09.257Z] prd-centos7-docker-4c-2g-43280 does not seem to be running inside a container [2020-09-15T10:36:09.301Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T10:36:14.103Z] $ docker top b7785c5c19e958ac852a59e802b8c2f200c0e62eb090c7f5eb08c24dcd601693 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T10:36:14.626Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T10:36:14.945Z] + ls /var/log/sa-host [2020-09-15T10:36:14.945Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T10:36:14.945Z] file_magic: OK [2020-09-15T10:36:14.945Z] HZ: Using current value: 100 [2020-09-15T10:36:14.945Z] file_header: OK [2020-09-15T10:36:14.945Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-15T10:36:14.945Z] Statistics: [2020-09-15T10:36:14.945Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T10:36:14.945Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T10:36:14.945Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T10:36:14.945Z] file_magic: OK [2020-09-15T10:36:14.945Z] HZ: Using current value: 100 [2020-09-15T10:36:14.945Z] file_header: OK [2020-09-15T10:36:14.945Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-15T10:36:14.945Z] Statistics: [2020-09-15T10:36:14.945Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T10:36:14.945Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T10:36:15.009Z] provisioning config files... [2020-09-15T10:36:15.031Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config7902201755411244408tmp [Pipeline] { [Pipeline] echo [2020-09-15T10:36:15.096Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T10:36:15.398Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T10:36:15.410Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T10:36:15.711Z] ---> logs-deploy.sh [2020-09-15T10:36:15.711Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/5 [2020-09-15T10:36:15.711Z] INFO: archiving workspace using pattern(s): [2020-09-15T10:36:17.104Z] Archives upload complete. [2020-09-15T10:36:17.104Z] INFO: archiving logs to Nexus