Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 628559142d23fa9d6fe61ea3329529ff5e9788fb+acdd4826cae80a3b8a1f7d698808ff3080e1060b (e9db19b282abe82bd93794a5d6dbcf911fadbb9f) 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-43361 in /w/workspace/dgexfoundry_device-sdk-go_PR-586 [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 Fetching without tags > git init /w/workspace/dgexfoundry_device-sdk-go_PR-586 # 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/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/586/head:refs/remotes/origin/PR-586 # 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/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 628559142d23fa9d6fe61ea3329529ff5e9788fb Merge succeeded, producing 008e04b076563efc6f8683aeda7071f1facd26eb Checking out Revision 008e04b076563efc6f8683aeda7071f1facd26eb (PR-586) > git config core.sparsecheckout # timeout=10 > git checkout -f 628559142d23fa9d6fe61ea3329529ff5e9788fb # 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 acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 008e04b076563efc6f8683aeda7071f1facd26eb # timeout=10 Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" > git rev-list --no-walk 628559142d23fa9d6fe61ea3329529ff5e9788fb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T18:42:29.783Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T18:42:30.072Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T18:42:30.187Z] ========================================================= [2020-09-15T18:42:30.187Z] EdgeX Global Pipelines Version Info [2020-09-15T18:42:30.187Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:42:31.672Z] ------------------- [2020-09-15T18:42:31.672Z] stable info: [2020-09-15T18:42:31.672Z] ------------------- [2020-09-15T18:42:31.672Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T18:42:31.672Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T18:42:31.672Z] Message: update stable to v1.0.119 [2020-09-15T18:42:32.617Z] ------------------- [2020-09-15T18:42:32.617Z] experimental info: [2020-09-15T18:42:32.617Z] ------------------- [2020-09-15T18:42:32.617Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T18:42:32.617Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T18:42:32.617Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T18:42:33.000Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T18:42:33.092Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T18:42:33.180Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T18:42:33.274Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T18:42:33.366Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T18:42:33.460Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T18:42:33.557Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T18:42:33.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T18:42:33.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T18:42:33.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T18:42:33.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T18:42:34.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T18:42:34.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T18:42:34.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T18:42:34.367Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T18:42:34.465Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T18:42:34.559Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T18:42:34.675Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T18:42:34.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T18:42:34.861Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T18:42:34.958Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T18:42:35.056Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T18:42:35.151Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-586 [Pipeline] echo [2020-09-15T18:42:35.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-586 [Pipeline] echo [2020-09-15T18:42:35.354Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-586 [Pipeline] echo [2020-09-15T18:42:35.500Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 008e04b076563efc6f8683aeda7071f1facd26eb [Pipeline] echo [2020-09-15T18:42:35.657Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 008e04b [Pipeline] echo [2020-09-15T18:42:35.749Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T18:42:36.383Z] + git log --format=format:%s -1 008e04b076563efc6f8683aeda7071f1facd26eb [Pipeline] echo [2020-09-15T18:42:36.447Z] GIT_COMMIT: 008e04b076563efc6f8683aeda7071f1facd26eb, Commit Message: Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD [Pipeline] echo [2020-09-15T18:42:36.494Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:42:37.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T18:42:37.296Z] [2020-09-15T18:42:37.296Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:42:37.659Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T18:42:37.659Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T18:42:37.659Z] 31603596830f: Pulling fs layer [2020-09-15T18:42:37.659Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T18:42:37.659Z] 6ca5941a6612: Pulling fs layer [2020-09-15T18:42:37.659Z] ecc8261a40a4: Pulling fs layer [2020-09-15T18:42:37.659Z] ecc8261a40a4: Waiting [2020-09-15T18:42:37.659Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T18:42:37.659Z] 2a8b12db71e7: Download complete [2020-09-15T18:42:37.922Z] 6ca5941a6612: Verifying Checksum [2020-09-15T18:42:37.922Z] ecc8261a40a4: Verifying Checksum [2020-09-15T18:42:37.922Z] ecc8261a40a4: Download complete [2020-09-15T18:42:37.922Z] 6ca5941a6612: Download complete [2020-09-15T18:42:37.922Z] 31603596830f: Verifying Checksum [2020-09-15T18:42:37.922Z] 31603596830f: Download complete [2020-09-15T18:42:38.505Z] 31603596830f: Pull complete [2020-09-15T18:42:38.768Z] 2a8b12db71e7: Pull complete [2020-09-15T18:42:39.722Z] 6ca5941a6612: Pull complete [2020-09-15T18:42:39.722Z] ecc8261a40a4: Pull complete [2020-09-15T18:42:39.984Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T18:42:39.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T18:42:39.984Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T18:42:40.094Z] prd-centos7-docker-4c-2g-43361 does not seem to be running inside a container [2020-09-15T18:42:40.144Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-586 -v /w/workspace/dgexfoundry_device-sdk-go_PR-586:/w/workspace/dgexfoundry_device-sdk-go_PR-586:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-586@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T18:42:42.219Z] $ docker top 150a59193762f178be9d082ee28a23cca562091a2722deaf1652c7dbd4991528 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T18:42:42.512Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T18:42:42.512Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T18:42:42.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T18:42:42.729Z] $ docker exec 150a59193762f178be9d082ee28a23cca562091a2722deaf1652c7dbd4991528 ssh-agent [2020-09-15T18:42:42.893Z] SSH_AUTH_SOCK=/tmp/ssh-054KFImC8l4Q/agent.12 [2020-09-15T18:42:42.893Z] SSH_AGENT_PID=18 [2020-09-15T18:42:42.903Z] Running ssh-add (command line suppressed) [2020-09-15T18:42:43.025Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_8029625300984935656.key (/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_8029625300984935656.key) [2020-09-15T18:42:43.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T18:42:43.441Z] + git describe --exact-match --tags HEAD [2020-09-15T18:42:43.441Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T18:42:43.465Z] $ docker exec --env ******** --env ******** 150a59193762f178be9d082ee28a23cca562091a2722deaf1652c7dbd4991528 ssh-agent -k [2020-09-15T18:42:43.588Z] unset SSH_AUTH_SOCK; [2020-09-15T18:42:43.588Z] unset SSH_AGENT_PID; [2020-09-15T18:42:43.588Z] echo Agent pid 18 killed; [2020-09-15T18:42:43.631Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T18:42:43.724Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T18:42:43.724Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T18:42:43.827Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T18:42:43.827Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T18:42:43.997Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T18:42:44.002Z] $ docker exec 150a59193762f178be9d082ee28a23cca562091a2722deaf1652c7dbd4991528 ssh-agent [2020-09-15T18:42:44.165Z] SSH_AUTH_SOCK=/tmp/ssh-1QtW5jgw4bwE/agent.47 [2020-09-15T18:42:44.165Z] SSH_AGENT_PID=53 [2020-09-15T18:42:44.172Z] Running ssh-add (command line suppressed) [2020-09-15T18:42:44.299Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_6461531743692457244.key (/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_6461531743692457244.key) [2020-09-15T18:42:44.351Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T18:42:44.696Z] + git semver init [2020-09-15T18:42:44.696Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T18:42:44.696Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-586/.git [2020-09-15T18:42:44.696Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-586 [2020-09-15T18:42:44.696Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T18:42:44.696Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T18:42:44.696Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T18:42:44.696Z] # $SEMVER_BRANCH = PR-586 [2020-09-15T18:42:44.696Z] # $SEMVER_TEMP = /tmp/semver-707687014 [2020-09-15T18:42:44.696Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T18:42:45.281Z] # '/tmp/semver-707687014' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-586/.semver' [2020-09-15T18:42:45.281Z] # -> Force: false [2020-09-15T18:42:45.281Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-586/.semver [Pipeline] } [2020-09-15T18:42:45.298Z] $ docker exec --env ******** --env ******** 150a59193762f178be9d082ee28a23cca562091a2722deaf1652c7dbd4991528 ssh-agent -k [2020-09-15T18:42:45.411Z] unset SSH_AUTH_SOCK; [2020-09-15T18:42:45.411Z] unset SSH_AGENT_PID; [2020-09-15T18:42:45.411Z] echo Agent pid 53 killed; [2020-09-15T18:42:45.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T18:42:46.083Z] + git semver [Pipeline] } [2020-09-15T18:42:46.124Z] $ docker stop --time=1 150a59193762f178be9d082ee28a23cca562091a2722deaf1652c7dbd4991528 [2020-09-15T18:42:47.479Z] $ docker rm -f 150a59193762f178be9d082ee28a23cca562091a2722deaf1652c7dbd4991528 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T18:42:48.326Z] Stashed 36 file(s) [Pipeline] echo [2020-09-15T18:42:48.330Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T18:42:48.430Z] 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-15T18:43:03.949Z] Still waiting to schedule task [2020-09-15T18:43:03.949Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T18:43:03.952Z] Still waiting to schedule task [2020-09-15T18:43:03.952Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T18:44:06.883Z] Running on prd-centos7-docker-4c-2g-43367 in /w/workspace/dgexfoundry_device-sdk-go_PR-586 [Pipeline] { [Pipeline] ws [2020-09-15T18:44:06.939Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-09-15T18:44:09.489Z] using credential edgex-jenkins-ssh [2020-09-15T18:44:09.556Z] Cloning the remote Git repository [2020-09-15T18:44:09.556Z] Cloning with configured refspecs honoured and without tags [2020-09-15T18:44:10.364Z] Fetching without tags [2020-09-15T18:44:09.588Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:44:09.652Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-09-15T18:44:09.702Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:44:09.703Z] > git --version # timeout=10 [2020-09-15T18:44:09.710Z] > git --version # 'git version 2.16.5' [2020-09-15T18:44:09.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:44:09.737Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:44:10.336Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:44:10.343Z] > git config --add remote.origin.fetch +refs/pull/586/head:refs/remotes/origin/PR-586 # timeout=10 [2020-09-15T18:44:10.348Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:44:10.360Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:44:10.370Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:44:10.370Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:44:10.374Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:44:10.755Z] Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 628559142d23fa9d6fe61ea3329529ff5e9788fb [2020-09-15T18:44:10.866Z] Merge succeeded, producing 7cfa3d6502927f16cd5c79dcbd77c147cebe71a3 [2020-09-15T18:44:10.867Z] Checking out Revision 7cfa3d6502927f16cd5c79dcbd77c147cebe71a3 (PR-586) [2020-09-15T18:44:10.765Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:44:10.773Z] > git checkout -f 628559142d23fa9d6fe61ea3329529ff5e9788fb # timeout=10 [2020-09-15T18:44:10.818Z] > git remote # timeout=10 [2020-09-15T18:44:10.825Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T18:44:10.831Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:44:10.834Z] > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 [2020-09-15T18:44:10.863Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T18:44:10.871Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:44:10.879Z] > git checkout -f 7cfa3d6502927f16cd5c79dcbd77c147cebe71a3 # timeout=10 [2020-09-15T18:44:14.507Z] Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" [2020-09-15T18:44:14.512Z] > git rev-list --no-walk 628559142d23fa9d6fe61ea3329529ff5e9788fb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T18:44:15.333Z] ========================================================= [2020-09-15T18:44:15.333Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T18:44:15.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:44:16.018Z] + 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-15T18:44:17.090Z] Sending build context to Docker daemon 3.168MB [2020-09-15T18:44:17.090Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T18:44:17.090Z] Step 2/8 : FROM ${BASE} [2020-09-15T18:44:17.090Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T18:44:17.090Z] df20fa9351a1: Pulling fs layer [2020-09-15T18:44:17.090Z] ed8968b2872e: Pulling fs layer [2020-09-15T18:44:17.090Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T18:44:17.090Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T18:44:17.090Z] e73272ec9a57: Pulling fs layer [2020-09-15T18:44:17.090Z] 1e910a182e73: Pulling fs layer [2020-09-15T18:44:17.090Z] 4e634b169226: Pulling fs layer [2020-09-15T18:44:17.090Z] e73272ec9a57: Waiting [2020-09-15T18:44:17.090Z] 1e910a182e73: Waiting [2020-09-15T18:44:17.090Z] e871e8e8d7a9: Waiting [2020-09-15T18:44:17.090Z] 4e634b169226: Waiting [2020-09-15T18:44:17.355Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T18:44:17.355Z] a92cc7c5fd73: Download complete [2020-09-15T18:44:17.355Z] ed8968b2872e: Download complete [2020-09-15T18:44:17.355Z] e73272ec9a57: Verifying Checksum [2020-09-15T18:44:17.355Z] e73272ec9a57: Download complete [2020-09-15T18:44:17.355Z] 1e910a182e73: Verifying Checksum [2020-09-15T18:44:17.355Z] 1e910a182e73: Download complete [2020-09-15T18:44:17.617Z] df20fa9351a1: Verifying Checksum [2020-09-15T18:44:17.617Z] df20fa9351a1: Download complete [2020-09-15T18:44:17.890Z] df20fa9351a1: Pull complete [2020-09-15T18:44:18.152Z] ed8968b2872e: Pull complete [2020-09-15T18:44:18.152Z] a92cc7c5fd73: Pull complete [2020-09-15T18:44:18.727Z] 4e634b169226: Verifying Checksum [2020-09-15T18:44:18.727Z] 4e634b169226: Download complete [2020-09-15T18:44:19.680Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T18:44:19.680Z] e871e8e8d7a9: Download complete [2020-09-15T18:44:25.015Z] e871e8e8d7a9: Pull complete [2020-09-15T18:44:25.015Z] e73272ec9a57: Pull complete [2020-09-15T18:44:25.015Z] 1e910a182e73: Pull complete [2020-09-15T18:44:30.341Z] 4e634b169226: Pull complete [2020-09-15T18:44:30.341Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T18:44:30.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T18:44:30.341Z] ---> f7629b54cfaa [2020-09-15T18:44:30.341Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:44:30.341Z] ---> Running in 110d9043fc2f [2020-09-15T18:44:30.341Z] Removing intermediate container 110d9043fc2f [2020-09-15T18:44:30.341Z] ---> 1fc058e502d1 [2020-09-15T18:44:30.341Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:44:30.341Z] ---> Running in d6919e01594a [2020-09-15T18:44:31.292Z] Removing intermediate container d6919e01594a [2020-09-15T18:44:31.292Z] ---> 0e1c7034dc55 [2020-09-15T18:44:31.292Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T18:44:31.292Z] ---> Running in 94b1df0e8649 [2020-09-15T18:44:32.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T18:44:32.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T18:44:33.076Z] OK: 166 MiB in 39 packages [2020-09-15T18:44:33.651Z] Removing intermediate container 94b1df0e8649 [2020-09-15T18:44:33.651Z] ---> 67a0f7d2e916 [2020-09-15T18:44:33.651Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T18:44:33.651Z] ---> Running in cb78a4a396a5 [2020-09-15T18:44:33.651Z] Removing intermediate container cb78a4a396a5 [2020-09-15T18:44:33.651Z] ---> 02bcf3672b74 [2020-09-15T18:44:33.651Z] Step 7/8 : COPY . . [2020-09-15T18:44:35.063Z] ---> 146ebd6921c5 [2020-09-15T18:44:35.063Z] Step 8/8 : RUN go mod download [2020-09-15T18:44:35.063Z] ---> Running in 9d29648ad8d8 [2020-09-15T18:44:47.353Z] Removing intermediate container 9d29648ad8d8 [2020-09-15T18:44:47.353Z] ---> 57e824204aac [2020-09-15T18:44:47.353Z] Successfully built 57e824204aac [2020-09-15T18:44:47.353Z] 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-15T18:44:48.121Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T18:44:48.122Z] . [Pipeline] withDockerContainer [2020-09-15T18:44:48.227Z] prd-centos7-docker-4c-2g-43367 does not seem to be running inside a container [2020-09-15T18:44:48.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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-15T18:44:49.481Z] $ docker top 4d54d2b29ae3ba0dfcc838ba085081e6509ae1b2c921c8e4737353d12e970a45 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T18:44:49.976Z] + go version [2020-09-15T18:44:49.976Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T18:44:50.294Z] + make test [2020-09-15T18:44:50.294Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T18:44:56.950Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T18:45:09.326Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T18:45:09.326Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T18:45:09.326Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T18:45:09.326Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.033s coverage: 21.0% of statements [2020-09-15T18:45:10.759Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.408s coverage: 95.7% of statements [2020-09-15T18:45:42.926Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.035s coverage: 8.6% of statements [2020-09-15T18:45:42.926Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.030s coverage: 21.7% of statements [2020-09-15T18:45:42.926Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T18:45:42.926Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.174s coverage: 37.0% of statements [2020-09-15T18:45:42.926Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T18:45:42.926Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.283s coverage: 65.4% of statements [2020-09-15T18:45:42.926Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T18:45:42.926Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T18:45:42.926Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T18:45:42.926Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.062s coverage: 52.6% of statements [2020-09-15T18:45:42.926Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.211s coverage: 68.9% of statements [2020-09-15T18:45:42.926Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T18:45:42.926Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T18:45:42.926Z] GO111MODULE=on go vet ./... [2020-09-15T18:45:48.279Z] gofmt -l . [2020-09-15T18:45:48.279Z] [ "`gofmt -l .`" = "" ] [2020-09-15T18:45:48.279Z] ./bin/test-attribution-txt.sh [2020-09-15T18:45:48.852Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T18:45:49.228Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T18:45:49.236Z] $ docker stop --time=1 4d54d2b29ae3ba0dfcc838ba085081e6509ae1b2c921c8e4737353d12e970a45 [2020-09-15T18:45:51.071Z] $ docker rm -f 4d54d2b29ae3ba0dfcc838ba085081e6509ae1b2c921c8e4737353d12e970a45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T18:45:53.771Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T18:45:54.069Z] + ls -al . [2020-09-15T18:45:54.069Z] total 188 [2020-09-15T18:45:54.069Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 18:45 . [2020-09-15T18:45:54.069Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 18:44 .. [2020-09-15T18:45:54.069Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 18:44 bin [2020-09-15T18:45:54.069Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 15 18:45 coverage.out [2020-09-15T18:45:54.069Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 18:44 Dockerfile.build [2020-09-15T18:45:54.069Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 18:44 .dockerignore [2020-09-15T18:45:54.069Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 18:44 example [2020-09-15T18:45:54.069Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 18:44 .git [2020-09-15T18:45:54.069Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 18:44 .github [2020-09-15T18:45:54.069Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 18:44 .gitignore [2020-09-15T18:45:54.069Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 18:45 go.mod [2020-09-15T18:45:54.069Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 15 18:45 go.sum [2020-09-15T18:45:54.069Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 18:44 internal [2020-09-15T18:45:54.069Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 18:44 Jenkinsfile [2020-09-15T18:45:54.069Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 18:44 LICENSE [2020-09-15T18:45:54.069Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 15 18:44 Makefile [2020-09-15T18:45:54.069Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 18:44 openapi [2020-09-15T18:45:54.069Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 18:44 pkg [2020-09-15T18:45:54.069Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 18:44 README.md [2020-09-15T18:45:54.069Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 18:44 RELEASE-NOTES.txt [2020-09-15T18:45:54.069Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 18:44 .semver [2020-09-15T18:45:54.069Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 18:44 snap [2020-09-15T18:45:54.069Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 18:42 VERSION [2020-09-15T18:45:54.069Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 18:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:45:54.376Z] + 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=008e04b076563efc6f8683aeda7071f1facd26eb --label arch=amd64 --label version=0.0.0 . [2020-09-15T18:45:54.646Z] Sending build context to Docker daemon 3.282MB [2020-09-15T18:45:54.646Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T18:45:54.646Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T18:45:54.646Z] ---> 57e824204aac [2020-09-15T18:45:54.646Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T18:45:55.221Z] ---> Running in b73858c02011 [2020-09-15T18:45:55.221Z] Removing intermediate container b73858c02011 [2020-09-15T18:45:55.221Z] ---> 5f2d0b93dd26 [2020-09-15T18:45:55.221Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T18:45:55.221Z] ---> Running in bd122e324142 [2020-09-15T18:45:55.483Z] Removing intermediate container bd122e324142 [2020-09-15T18:45:55.483Z] ---> 12437d9dd4c0 [2020-09-15T18:45:55.483Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:45:55.483Z] ---> Running in f32bf5f41618 [2020-09-15T18:45:55.745Z] Removing intermediate container f32bf5f41618 [2020-09-15T18:45:55.745Z] ---> 2ae0f1fd0a1d [2020-09-15T18:45:55.745Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:45:55.745Z] ---> Running in 00f2b4b4917c [2020-09-15T18:45:56.691Z] Removing intermediate container 00f2b4b4917c [2020-09-15T18:45:56.691Z] ---> d4ccdac50ec4 [2020-09-15T18:45:56.691Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T18:45:56.691Z] ---> Running in 9ca45a2c166e [2020-09-15T18:45:56.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T18:45:57.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T18:45:58.165Z] OK: 166 MiB in 39 packages [2020-09-15T18:45:58.740Z] Removing intermediate container 9ca45a2c166e [2020-09-15T18:45:58.740Z] ---> 0669784b86de [2020-09-15T18:45:58.740Z] Step 8/24 : COPY . . [2020-09-15T18:45:59.690Z] ---> 82a76f10ec19 [2020-09-15T18:45:59.690Z] Step 9/24 : RUN ${MAKE} [2020-09-15T18:45:59.690Z] ---> Running in c96de9147fe4 [2020-09-15T18:46:00.278Z] 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-15T18:46:04.322Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43370 in /w/workspace/dgexfoundry_device-sdk-go_PR-586 [Pipeline] { [Pipeline] ws [2020-09-15T18:46:04.373Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-09-15T18:46:06.972Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T18:46:09.538Z] Removing intermediate container c96de9147fe4 [2020-09-15T18:46:09.538Z] ---> 2d6125ff6eeb [2020-09-15T18:46:09.538Z] Step 10/24 : FROM scratch [2020-09-15T18:46:09.538Z] ---> [2020-09-15T18:46:09.538Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:46:09.538Z] ---> Running in ab484daf3b52 [2020-09-15T18:46:09.538Z] Removing intermediate container ab484daf3b52 [2020-09-15T18:46:09.538Z] ---> 1cdda54c3d35 [2020-09-15T18:46:09.538Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T18:46:09.538Z] ---> Running in b8421717c9f6 [2020-09-15T18:46:09.538Z] Removing intermediate container b8421717c9f6 [2020-09-15T18:46:09.538Z] ---> fd780a50d27a [2020-09-15T18:46:09.538Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T18:46:09.538Z] ---> Running in 192b04959f0e [2020-09-15T18:46:09.802Z] Removing intermediate container 192b04959f0e [2020-09-15T18:46:09.802Z] ---> bca819ab337e [2020-09-15T18:46:09.802Z] Step 14/24 : WORKDIR / [2020-09-15T18:46:09.802Z] ---> Running in e07ea835167b [2020-09-15T18:46:10.025Z] using credential edgex-jenkins-ssh [2020-09-15T18:46:10.064Z] Removing intermediate container e07ea835167b [2020-09-15T18:46:10.064Z] ---> d91a586e5e8d [2020-09-15T18:46:10.064Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T18:46:10.085Z] Cloning the remote Git repository [2020-09-15T18:46:10.086Z] Cloning with configured refspecs honoured and without tags [2020-09-15T18:46:10.327Z] ---> c1a10e910fa1 [2020-09-15T18:46:10.327Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T18:46:10.591Z] ---> 9413b762e7ae [2020-09-15T18:46:10.591Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T18:46:10.151Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:46:10.281Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-09-15T18:46:10.354Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:46:10.355Z] > git --version # timeout=10 [2020-09-15T18:46:10.381Z] > git --version # 'git version 2.17.1' [2020-09-15T18:46:10.383Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:46:10.453Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:46:10.853Z] ---> e2246efccf5f [2020-09-15T18:46:10.853Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T18:46:11.119Z] ---> d0d84941939f [2020-09-15T18:46:11.119Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T18:46:11.382Z] ---> db371f017a11 [2020-09-15T18:46:11.382Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T18:46:11.382Z] ---> Running in 234484a23afe [2020-09-15T18:46:11.382Z] Removing intermediate container 234484a23afe [2020-09-15T18:46:11.382Z] ---> 6e7554b072f4 [2020-09-15T18:46:11.382Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T18:46:11.618Z] Fetching without tags [2020-09-15T18:46:11.645Z] ---> Running in 970daebb2568 [2020-09-15T18:46:11.645Z] Removing intermediate container 970daebb2568 [2020-09-15T18:46:11.645Z] ---> 70414d839969 [2020-09-15T18:46:11.645Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T18:46:11.906Z] ---> Running in dbc20caab919 [2020-09-15T18:46:11.906Z] Removing intermediate container dbc20caab919 [2020-09-15T18:46:11.906Z] ---> 5f8bcaf1d881 [2020-09-15T18:46:11.907Z] Step 23/24 : LABEL git_sha=008e04b076563efc6f8683aeda7071f1facd26eb [2020-09-15T18:46:11.907Z] ---> Running in 74c2fea04e54 [2020-09-15T18:46:11.508Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:46:11.526Z] > git config --add remote.origin.fetch +refs/pull/586/head:refs/remotes/origin/PR-586 # timeout=10 [2020-09-15T18:46:11.546Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:46:11.581Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:46:11.626Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:46:11.626Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:46:11.638Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:46:12.168Z] Removing intermediate container 74c2fea04e54 [2020-09-15T18:46:12.168Z] ---> 2c51cebbf603 [2020-09-15T18:46:12.168Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T18:46:12.168Z] ---> Running in f592999e279b [2020-09-15T18:46:12.220Z] Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 628559142d23fa9d6fe61ea3329529ff5e9788fb [2020-09-15T18:46:12.430Z] Removing intermediate container f592999e279b [2020-09-15T18:46:12.430Z] ---> df6bf7f8692a [2020-09-15T18:46:12.430Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T18:46:12.430Z] Successfully built df6bf7f8692a [2020-09-15T18:46:12.430Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-09-15T18:46:12.784Z] Merge succeeded, producing 0752ed88b901f1a1e7ddc6bed6aaadeeefcd9ce0 [2020-09-15T18:46:12.785Z] Checking out Revision 0752ed88b901f1a1e7ddc6bed6aaadeeefcd9ce0 (PR-586) 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] } [2020-09-15T18:46:12.236Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:46:12.259Z] > git checkout -f 628559142d23fa9d6fe61ea3329529ff5e9788fb # timeout=10 [2020-09-15T18:46:12.386Z] > git remote # timeout=10 [2020-09-15T18:46:12.474Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T18:46:12.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:46:12.553Z] > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 [2020-09-15T18:46:12.756Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T18:46:12.786Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:46:12.817Z] > git checkout -f 0752ed88b901f1a1e7ddc6bed6aaadeeefcd9ce0 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-15T18:46:17.339Z] Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" [2020-09-15T18:46:17.341Z] > git rev-list --no-walk 628559142d23fa9d6fe61ea3329529ff5e9788fb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T18:46:18.716Z] ========================================================= [2020-09-15T18:46:18.716Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T18:46:18.716Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:46:20.020Z] + 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-15T18:46:21.014Z] Sending build context to Docker daemon 3.167MB [2020-09-15T18:46:21.014Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T18:46:21.014Z] Step 2/8 : FROM ${BASE} [2020-09-15T18:46:21.289Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T18:46:21.289Z] b538f80385f9: Pulling fs layer [2020-09-15T18:46:21.289Z] 74f711af9a0d: Pulling fs layer [2020-09-15T18:46:21.289Z] 99f96fe45779: Pulling fs layer [2020-09-15T18:46:21.289Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T18:46:21.289Z] 45590311c82a: Pulling fs layer [2020-09-15T18:46:21.289Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T18:46:21.289Z] 209524e5b208: Pulling fs layer [2020-09-15T18:46:21.289Z] 8529a6b9a6be: Waiting [2020-09-15T18:46:21.289Z] 45590311c82a: Waiting [2020-09-15T18:46:21.289Z] 69ca0ff8b7b3: Waiting [2020-09-15T18:46:21.289Z] 209524e5b208: Waiting [2020-09-15T18:46:21.289Z] 99f96fe45779: Verifying Checksum [2020-09-15T18:46:21.289Z] 99f96fe45779: Download complete [2020-09-15T18:46:21.289Z] 74f711af9a0d: Verifying Checksum [2020-09-15T18:46:21.289Z] 74f711af9a0d: Download complete [2020-09-15T18:46:21.570Z] 45590311c82a: Download complete [2020-09-15T18:46:21.570Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T18:46:21.570Z] 69ca0ff8b7b3: Download complete [2020-09-15T18:46:21.847Z] b538f80385f9: Verifying Checksum [2020-09-15T18:46:21.847Z] b538f80385f9: Download complete [2020-09-15T18:46:22.470Z] b538f80385f9: Pull complete [2020-09-15T18:46:23.073Z] 74f711af9a0d: Pull complete [2020-09-15T18:46:23.348Z] 99f96fe45779: Pull complete [2020-09-15T18:46:23.956Z] 209524e5b208: Download complete [2020-09-15T18:46:26.576Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T18:46:26.576Z] 8529a6b9a6be: Download complete [2020-09-15T18:46:36.745Z] 8529a6b9a6be: Pull complete [2020-09-15T18:46:36.745Z] 45590311c82a: Pull complete [2020-09-15T18:46:36.745Z] 69ca0ff8b7b3: Pull complete [2020-09-15T18:46:40.175Z] 209524e5b208: Pull complete [2020-09-15T18:46:40.175Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T18:46:40.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T18:46:40.175Z] ---> 5bddaf1c2fca [2020-09-15T18:46:40.175Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:46:43.592Z] ---> Running in e9c1344f7d34 [2020-09-15T18:46:43.592Z] Removing intermediate container e9c1344f7d34 [2020-09-15T18:46:43.592Z] ---> 4c423f250294 [2020-09-15T18:46:43.592Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:46:43.592Z] ---> Running in f45090111f02 [2020-09-15T18:46:46.226Z] Removing intermediate container f45090111f02 [2020-09-15T18:46:46.226Z] ---> 125d1be3df16 [2020-09-15T18:46:46.226Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T18:46:46.504Z] ---> Running in 99fff5f98827 [2020-09-15T18:46:47.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T18:46:48.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T18:46:50.383Z] OK: 142 MiB in 39 packages [2020-09-15T18:46:51.380Z] Removing intermediate container 99fff5f98827 [2020-09-15T18:46:51.380Z] ---> 3da52389d08a [2020-09-15T18:46:51.380Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T18:46:51.654Z] ---> Running in 9e7f8199380b [2020-09-15T18:46:52.254Z] Removing intermediate container 9e7f8199380b [2020-09-15T18:46:52.254Z] ---> 04853bef0254 [2020-09-15T18:46:52.254Z] Step 7/8 : COPY . . [2020-09-15T18:46:53.694Z] ---> 5cbb1012d55a [2020-09-15T18:46:53.694Z] Step 8/8 : RUN go mod download [2020-09-15T18:46:53.694Z] ---> Running in 5ca5c4afb5f9 [2020-09-15T18:47:08.807Z] Removing intermediate container 5ca5c4afb5f9 [2020-09-15T18:47:08.807Z] ---> c0a8462f4259 [2020-09-15T18:47:08.807Z] Successfully built c0a8462f4259 [2020-09-15T18:47:08.807Z] 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-15T18:47:09.608Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T18:47:09.608Z] . [Pipeline] withDockerContainer [2020-09-15T18:47:09.901Z] prd-ubuntu18.04-docker-arm64-4c-16g-43370 does not seem to be running inside a container [2020-09-15T18:47:10.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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-15T18:47:11.818Z] $ docker top 7a1fdd138fd0c3a4c31c7f37fe938a98664aeb7e2839479600baee85112f92ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T18:47:13.278Z] + go version [2020-09-15T18:47:13.278Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T18:47:14.394Z] + make test [2020-09-15T18:47:14.394Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T18:47:36.604Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T18:48:23.668Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T18:48:23.668Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T18:48:23.668Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T18:48:23.668Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.086s coverage: 21.0% of statements [2020-09-15T18:48:23.668Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.280s coverage: 95.7% of statements [2020-09-15T18:48:50.435Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.064s coverage: 8.6% of statements [2020-09-15T18:48:50.435Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.077s coverage: 21.7% of statements [2020-09-15T18:48:50.435Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T18:48:50.435Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.461s coverage: 37.0% of statements [2020-09-15T18:48:50.435Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T18:48:50.435Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.660s coverage: 65.4% of statements [2020-09-15T18:48:50.435Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T18:48:50.435Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T18:48:50.435Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T18:48:50.435Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.144s coverage: 52.6% of statements [2020-09-15T18:48:50.435Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.739s coverage: 68.9% of statements [2020-09-15T18:48:50.435Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T18:48:50.435Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T18:48:50.435Z] GO111MODULE=on go vet ./... [2020-09-15T18:49:22.853Z] gofmt -l . [2020-09-15T18:49:22.853Z] [ "`gofmt -l .`" = "" ] [2020-09-15T18:49:22.853Z] ./bin/test-attribution-txt.sh [2020-09-15T18:49:22.853Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T18:49:22.874Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T18:49:23.806Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T18:49:23.809Z] $ docker stop --time=1 7a1fdd138fd0c3a4c31c7f37fe938a98664aeb7e2839479600baee85112f92ab [2020-09-15T18:49:26.049Z] $ docker rm -f 7a1fdd138fd0c3a4c31c7f37fe938a98664aeb7e2839479600baee85112f92ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T18:49:27.613Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T18:49:27.996Z] + ls -al . [2020-09-15T18:49:27.996Z] total 228 [2020-09-15T18:49:27.996Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 18:49 . [2020-09-15T18:49:27.996Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 .. [2020-09-15T18:49:27.996Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 18:46 .dockerignore [2020-09-15T18:49:27.996Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 18:46 .git [2020-09-15T18:49:27.996Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 18:46 .github [2020-09-15T18:49:27.996Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 18:46 .gitignore [2020-09-15T18:49:27.996Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 18:46 .semver [2020-09-15T18:49:27.996Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 18:46 Dockerfile.build [2020-09-15T18:49:27.996Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 18:46 Jenkinsfile [2020-09-15T18:49:27.996Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 18:46 LICENSE [2020-09-15T18:49:27.996Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 15 18:46 Makefile [2020-09-15T18:49:27.996Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 18:46 README.md [2020-09-15T18:49:27.996Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 18:46 RELEASE-NOTES.txt [2020-09-15T18:49:27.996Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 18:42 VERSION [2020-09-15T18:49:27.996Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 18:46 bin [2020-09-15T18:49:27.996Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 15 18:48 coverage.out [2020-09-15T18:49:27.996Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 example [2020-09-15T18:49:27.996Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 18:49 go.mod [2020-09-15T18:49:27.996Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 15 18:49 go.sum [2020-09-15T18:49:27.996Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 18:46 internal [2020-09-15T18:49:27.996Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 openapi [2020-09-15T18:49:27.996Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 18:46 pkg [2020-09-15T18:49:27.996Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 snap [2020-09-15T18:49:27.996Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 18:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:49:28.357Z] + 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=008e04b076563efc6f8683aeda7071f1facd26eb --label arch=arm64 --label version=0.0.0 . [2020-09-15T18:49:28.956Z] Sending build context to Docker daemon 3.28MB [2020-09-15T18:49:28.956Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T18:49:28.956Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T18:49:28.956Z] ---> c0a8462f4259 [2020-09-15T18:49:28.956Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T18:49:29.234Z] ---> Running in 352df2084496 [2020-09-15T18:49:29.509Z] Removing intermediate container 352df2084496 [2020-09-15T18:49:29.509Z] ---> da1c02255a6c [2020-09-15T18:49:29.509Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T18:49:29.782Z] ---> Running in dea4692574ee [2020-09-15T18:49:30.379Z] Removing intermediate container dea4692574ee [2020-09-15T18:49:30.379Z] ---> 39197032d6a0 [2020-09-15T18:49:30.379Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:49:30.379Z] ---> Running in c628589d51c4 [2020-09-15T18:49:30.977Z] Removing intermediate container c628589d51c4 [2020-09-15T18:49:30.977Z] ---> b9351befed9f [2020-09-15T18:49:30.977Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:49:30.977Z] ---> Running in 22c5d43c6f73 [2020-09-15T18:49:33.612Z] Removing intermediate container 22c5d43c6f73 [2020-09-15T18:49:33.612Z] ---> 1028c35ca910 [2020-09-15T18:49:33.612Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T18:49:33.612Z] ---> Running in 0121f1307590 [2020-09-15T18:49:35.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T18:49:35.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T18:49:36.840Z] OK: 142 MiB in 39 packages [2020-09-15T18:49:37.821Z] Removing intermediate container 0121f1307590 [2020-09-15T18:49:37.821Z] ---> 88f2133dd0c4 [2020-09-15T18:49:37.821Z] Step 8/24 : COPY . . [2020-09-15T18:49:39.268Z] ---> aef547d2e9e7 [2020-09-15T18:49:39.268Z] Step 9/24 : RUN ${MAKE} [2020-09-15T18:49:39.268Z] ---> Running in 1fce95b5d4ad [2020-09-15T18:49:41.249Z] 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-15T18:50:08.136Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T18:50:08.136Z] Removing intermediate container 1fce95b5d4ad [2020-09-15T18:50:08.136Z] ---> f1602036bce2 [2020-09-15T18:50:08.136Z] Step 10/24 : FROM scratch [2020-09-15T18:50:08.136Z] ---> [2020-09-15T18:50:08.136Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:50:08.136Z] ---> Running in 14cdce743945 [2020-09-15T18:50:08.735Z] Removing intermediate container 14cdce743945 [2020-09-15T18:50:08.735Z] ---> f13e8eb1cd43 [2020-09-15T18:50:08.735Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T18:50:08.735Z] ---> Running in 0a0d7444bf04 [2020-09-15T18:50:09.006Z] Removing intermediate container 0a0d7444bf04 [2020-09-15T18:50:09.006Z] ---> 1d615bbf9ba1 [2020-09-15T18:50:09.006Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T18:50:09.279Z] ---> Running in 58b581798c6a [2020-09-15T18:50:09.552Z] Removing intermediate container 58b581798c6a [2020-09-15T18:50:09.552Z] ---> db97b91b7554 [2020-09-15T18:50:09.552Z] Step 14/24 : WORKDIR / [2020-09-15T18:50:09.552Z] ---> Running in d468c1c682d1 [2020-09-15T18:50:10.146Z] Removing intermediate container d468c1c682d1 [2020-09-15T18:50:10.146Z] ---> 38bae6bf349b [2020-09-15T18:50:10.146Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T18:50:11.129Z] ---> c3a80d068a29 [2020-09-15T18:50:11.129Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T18:50:12.108Z] ---> 89df953b4862 [2020-09-15T18:50:12.109Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T18:50:12.706Z] ---> ccd537e53782 [2020-09-15T18:50:12.706Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T18:50:13.303Z] ---> 11ac46799195 [2020-09-15T18:50:13.303Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T18:50:14.286Z] ---> 279c79bd2cff [2020-09-15T18:50:14.286Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T18:50:14.286Z] ---> Running in 24b76f9becff [2020-09-15T18:50:14.563Z] Removing intermediate container 24b76f9becff [2020-09-15T18:50:14.563Z] ---> fb348061df04 [2020-09-15T18:50:14.563Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T18:50:14.836Z] ---> Running in d66f9820248d [2020-09-15T18:50:15.432Z] Removing intermediate container d66f9820248d [2020-09-15T18:50:15.432Z] ---> f808f426a16d [2020-09-15T18:50:15.432Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T18:50:15.432Z] ---> Running in 6949ae35fad8 [2020-09-15T18:50:15.704Z] Removing intermediate container 6949ae35fad8 [2020-09-15T18:50:15.704Z] ---> 20964483c14c [2020-09-15T18:50:15.704Z] Step 23/24 : LABEL git_sha=008e04b076563efc6f8683aeda7071f1facd26eb [2020-09-15T18:50:15.978Z] ---> Running in b49e219649dc [2020-09-15T18:50:16.256Z] Removing intermediate container b49e219649dc [2020-09-15T18:50:16.256Z] ---> cabe7ac79c4e [2020-09-15T18:50:16.256Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T18:50:16.530Z] ---> Running in facd0631bc79 [2020-09-15T18:50:17.126Z] Removing intermediate container facd0631bc79 [2020-09-15T18:50:17.126Z] ---> 7f14bf5d47dd [2020-09-15T18:50:17.126Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T18:50:17.126Z] Successfully built 7f14bf5d47dd [2020-09-15T18:50:17.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-09-15T18:50:19.835Z] provisioning config files... [2020-09-15T18:50:19.853Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/config7157617228934330795tmp [Pipeline] { [Pipeline] sh [2020-09-15T18:50:20.246Z] + curl -s https://codecov.io/bash [2020-09-15T18:50:20.246Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/config7157617228934330795tmp [Pipeline] } [2020-09-15T18:50:20.524Z] 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-15T18:50:23.275Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:50:23.841Z] ---> package-listing.sh [2020-09-15T18:50:23.841Z] ++ facter osfamily [2020-09-15T18:50:23.841Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T18:50:23.841Z] + OS_FAMILY=redhat [2020-09-15T18:50:23.841Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-586 [2020-09-15T18:50:23.841Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T18:50:23.841Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T18:50:23.841Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T18:50:23.841Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T18:50:23.841Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-586 ']' [2020-09-15T18:50:23.841Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T18:50:23.841Z] + case "${OS_FAMILY}" in [2020-09-15T18:50:23.841Z] + rpm -qa [2020-09-15T18:50:23.841Z] + sort [2020-09-15T18:50:28.062Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T18:50:28.062Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T18:50:28.062Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T18:50:28.062Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-586 ']' [2020-09-15T18:50:28.062Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-586/archives/ [2020-09-15T18:50:28.062Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-586/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:50:28.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T18:50:28.562Z] [2020-09-15T18:50:28.562Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:50:28.918Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T18:50:28.918Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T18:50:28.918Z] df20fa9351a1: Pulling fs layer [2020-09-15T18:50:28.918Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T18:50:28.918Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T18:50:28.918Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T18:50:28.918Z] 0dadc02b9964: Pulling fs layer [2020-09-15T18:50:28.918Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T18:50:28.918Z] 7a184a31f384: Pulling fs layer [2020-09-15T18:50:28.918Z] 0879bd2ef858: Pulling fs layer [2020-09-15T18:50:28.918Z] 46f8f816bc3b: Waiting [2020-09-15T18:50:28.918Z] 0dadc02b9964: Waiting [2020-09-15T18:50:28.918Z] ce6a7cf60c04: Waiting [2020-09-15T18:50:28.918Z] 7a184a31f384: Waiting [2020-09-15T18:50:28.918Z] 0879bd2ef858: Waiting [2020-09-15T18:50:28.918Z] 36b3adc4ff6f: Download complete [2020-09-15T18:50:28.918Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T18:50:28.918Z] 46f8f816bc3b: Download complete [2020-09-15T18:50:28.918Z] df20fa9351a1: Verifying Checksum [2020-09-15T18:50:28.918Z] df20fa9351a1: Download complete [2020-09-15T18:50:28.918Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T18:50:28.918Z] ce6a7cf60c04: Download complete [2020-09-15T18:50:28.918Z] 7a184a31f384: Verifying Checksum [2020-09-15T18:50:28.918Z] 7a184a31f384: Download complete [2020-09-15T18:50:29.187Z] 0dadc02b9964: Verifying Checksum [2020-09-15T18:50:29.187Z] 0dadc02b9964: Download complete [2020-09-15T18:50:29.451Z] df20fa9351a1: Pull complete [2020-09-15T18:50:29.451Z] 0879bd2ef858: Verifying Checksum [2020-09-15T18:50:29.451Z] 0879bd2ef858: Download complete [2020-09-15T18:50:29.451Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T18:50:29.451Z] 8ad3a11d3b57: Download complete [2020-09-15T18:50:29.714Z] 36b3adc4ff6f: Pull complete [2020-09-15T18:50:30.292Z] 8ad3a11d3b57: Pull complete [2020-09-15T18:50:30.292Z] 46f8f816bc3b: Pull complete [2020-09-15T18:50:30.554Z] 0dadc02b9964: Pull complete [2020-09-15T18:50:30.554Z] ce6a7cf60c04: Pull complete [2020-09-15T18:50:30.828Z] 7a184a31f384: Pull complete [2020-09-15T18:50:33.391Z] 0879bd2ef858: Pull complete [2020-09-15T18:50:33.391Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T18:50:33.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T18:50:33.391Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T18:50:33.522Z] prd-centos7-docker-4c-2g-43361 does not seem to be running inside a container [2020-09-15T18:50:33.567Z] $ 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-586 -v /w/workspace/dgexfoundry_device-sdk-go_PR-586:/w/workspace/dgexfoundry_device-sdk-go_PR-586:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-586@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T18:50:38.319Z] $ docker top 94336e6d5fe7d08df205cf9be47d9792d6593220e8a0632768f3297130571f22 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T18:50:38.856Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T18:50:39.157Z] + ls /var/log/sa-host [2020-09-15T18:50:39.157Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T18:50:39.157Z] file_magic: OK [2020-09-15T18:50:39.157Z] HZ: Using current value: 100 [2020-09-15T18:50:39.157Z] file_header: OK [2020-09-15T18:50:39.157Z] 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-15T18:50:39.157Z] Statistics: [2020-09-15T18:50:39.157Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T18:50:39.157Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T18:50:39.157Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T18:50:39.157Z] file_magic: OK [2020-09-15T18:50:39.157Z] HZ: Using current value: 100 [2020-09-15T18:50:39.157Z] file_header: OK [2020-09-15T18:50:39.157Z] 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-15T18:50:39.157Z] Statistics: [2020-09-15T18:50:39.157Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T18:50:39.157Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T18:50:39.228Z] provisioning config files... [2020-09-15T18:50:39.243Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/config6497226202385203888tmp [Pipeline] { [Pipeline] echo [2020-09-15T18:50:39.328Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:50:39.626Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T18:50:39.637Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:50:39.935Z] ---> logs-deploy.sh [2020-09-15T18:50:39.935Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-586/6 [2020-09-15T18:50:39.935Z] INFO: archiving workspace using pattern(s): [2020-09-15T18:50:41.334Z] Archives upload complete. [2020-09-15T18:50:41.597Z] INFO: archiving logs to Nexus