Pull request #571 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from c7cb3d9741048bbcc98f0a6032f64df0031f89a5+3453c8bcbae7db027b2f999f18fb2d5ddccd55eb (72fb4d2dcfff2ce25944707d3a4af941aa0f3843) 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-43245 in /w/workspace/dgexfoundry_device-sdk-go_PR-571 [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-571 # 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/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit c7cb3d9741048bbcc98f0a6032f64df0031f89a5 Merge succeeded, producing c7cb3d9741048bbcc98f0a6032f64df0031f89a5 Checking out Revision c7cb3d9741048bbcc98f0a6032f64df0031f89a5 (PR-571) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/571/head:refs/remotes/origin/PR-571 # 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/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7cb3d9741048bbcc98f0a6032f64df0031f89a5 # 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 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7cb3d9741048bbcc98f0a6032f64df0031f89a5 # timeout=10 Commit message: "Remove globalvars and refactor remaining packages" First time build. Skipping changelog. > git rev-list --no-walk af5de07fbca8008184ecf07d9ae563f724de5245 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T06:16:29.317Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T06:16:29.640Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T06:16:29.756Z] ========================================================= [2020-09-15T06:16:29.756Z] EdgeX Global Pipelines Version Info [2020-09-15T06:16:29.756Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:16:31.332Z] ------------------- [2020-09-15T06:16:31.332Z] stable info: [2020-09-15T06:16:31.332Z] ------------------- [2020-09-15T06:16:31.332Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T06:16:31.332Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T06:16:31.332Z] Message: update stable to v1.0.119 [2020-09-15T06:16:32.277Z] ------------------- [2020-09-15T06:16:32.277Z] experimental info: [2020-09-15T06:16:32.277Z] ------------------- [2020-09-15T06:16:32.277Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T06:16:32.277Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T06:16:32.277Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T06:16:32.857Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T06:16:32.982Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T06:16:33.099Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T06:16:33.225Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T06:16:33.347Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T06:16:33.450Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T06:16:33.561Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T06:16:33.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T06:16:33.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T06:16:33.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T06:16:34.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T06:16:34.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T06:16:34.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T06:16:34.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T06:16:34.473Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T06:16:34.579Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:16:34.690Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:16:34.795Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:16:34.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T06:16:35.057Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T06:16:35.159Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T06:16:35.260Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T06:16:35.366Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-571 [Pipeline] echo [2020-09-15T06:16:35.513Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-571 [Pipeline] echo [2020-09-15T06:16:35.623Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-571 [Pipeline] echo [2020-09-15T06:16:35.736Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c7cb3d9741048bbcc98f0a6032f64df0031f89a5 [Pipeline] echo [2020-09-15T06:16:35.847Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c7cb3d9 [Pipeline] echo [2020-09-15T06:16:35.965Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:16:36.616Z] + git log --format=format:%s -1 c7cb3d9741048bbcc98f0a6032f64df0031f89a5 [Pipeline] echo [2020-09-15T06:16:36.664Z] GIT_COMMIT: c7cb3d9741048bbcc98f0a6032f64df0031f89a5, Commit Message: Remove globalvars and refactor remaining packages [Pipeline] echo [2020-09-15T06:16:36.717Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:16:37.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:16:37.998Z] [2020-09-15T06:16:37.998Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:16:38.362Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:16:38.362Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T06:16:38.362Z] 31603596830f: Pulling fs layer [2020-09-15T06:16:38.362Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T06:16:38.362Z] 6ca5941a6612: Pulling fs layer [2020-09-15T06:16:38.362Z] ecc8261a40a4: Pulling fs layer [2020-09-15T06:16:38.362Z] ecc8261a40a4: Waiting [2020-09-15T06:16:38.362Z] 2a8b12db71e7: Download complete [2020-09-15T06:16:38.626Z] 31603596830f: Download complete [2020-09-15T06:16:38.901Z] ecc8261a40a4: Verifying Checksum [2020-09-15T06:16:38.901Z] ecc8261a40a4: Download complete [2020-09-15T06:16:38.901Z] 6ca5941a6612: Verifying Checksum [2020-09-15T06:16:38.901Z] 6ca5941a6612: Download complete [2020-09-15T06:16:38.901Z] 31603596830f: Pull complete [2020-09-15T06:16:39.167Z] 2a8b12db71e7: Pull complete [2020-09-15T06:16:39.750Z] 6ca5941a6612: Pull complete [2020-09-15T06:16:40.013Z] ecc8261a40a4: Pull complete [2020-09-15T06:16:40.013Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T06:16:40.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:16:40.013Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T06:16:40.139Z] prd-centos7-docker-4c-2g-43245 does not seem to be running inside a container [2020-09-15T06:16:40.190Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-571 -v /w/workspace/dgexfoundry_device-sdk-go_PR-571:/w/workspace/dgexfoundry_device-sdk-go_PR-571:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-571@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:10004/edgex-devops/git-semver:latest cat [2020-09-15T06:16:42.354Z] $ docker top ff7a723a9ffd63fc5955344472c42d83943c92c9be48b7a91c1d7e6e72c0f915 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T06:16:42.741Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T06:16:42.741Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T06:16:42.951Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T06:16:42.957Z] $ docker exec ff7a723a9ffd63fc5955344472c42d83943c92c9be48b7a91c1d7e6e72c0f915 ssh-agent [2020-09-15T06:16:43.120Z] SSH_AUTH_SOCK=/tmp/ssh-cuQ4cVnLaBDg/agent.12 [2020-09-15T06:16:43.120Z] SSH_AGENT_PID=17 [2020-09-15T06:16:43.131Z] Running ssh-add (command line suppressed) [2020-09-15T06:16:43.248Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_8212052050825251076.key (/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_8212052050825251076.key) [2020-09-15T06:16:43.298Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T06:16:43.643Z] + git describe --exact-match --tags HEAD [2020-09-15T06:16:43.643Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T06:16:43.667Z] $ docker exec --env ******** --env ******** ff7a723a9ffd63fc5955344472c42d83943c92c9be48b7a91c1d7e6e72c0f915 ssh-agent -k [2020-09-15T06:16:43.779Z] unset SSH_AUTH_SOCK; [2020-09-15T06:16:43.779Z] unset SSH_AGENT_PID; [2020-09-15T06:16:43.779Z] echo Agent pid 17 killed; [2020-09-15T06:16:43.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T06:16:43.924Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T06:16:43.924Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T06:16:44.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T06:16:44.080Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T06:16:44.240Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T06:16:44.246Z] $ docker exec ff7a723a9ffd63fc5955344472c42d83943c92c9be48b7a91c1d7e6e72c0f915 ssh-agent [2020-09-15T06:16:44.411Z] SSH_AUTH_SOCK=/tmp/ssh-NNX282EaXgwz/agent.46 [2020-09-15T06:16:44.411Z] SSH_AGENT_PID=51 [2020-09-15T06:16:44.418Z] Running ssh-add (command line suppressed) [2020-09-15T06:16:44.542Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_5254383896475495904.key (/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_5254383896475495904.key) [2020-09-15T06:16:44.598Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T06:16:44.948Z] + git semver init [2020-09-15T06:16:44.948Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T06:16:44.948Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-571/.git [2020-09-15T06:16:44.948Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-571 [2020-09-15T06:16:44.948Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T06:16:44.948Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T06:16:44.948Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T06:16:44.948Z] # $SEMVER_BRANCH = PR-571 [2020-09-15T06:16:44.948Z] # $SEMVER_TEMP = /tmp/semver-620291538 [2020-09-15T06:16:44.948Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T06:16:46.875Z] # '/tmp/semver-620291538' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-571/.semver' [2020-09-15T06:16:46.875Z] # -> Force: false [2020-09-15T06:16:46.875Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-571/.semver [Pipeline] } [2020-09-15T06:16:46.891Z] $ docker exec --env ******** --env ******** ff7a723a9ffd63fc5955344472c42d83943c92c9be48b7a91c1d7e6e72c0f915 ssh-agent -k [2020-09-15T06:16:47.006Z] unset SSH_AUTH_SOCK; [2020-09-15T06:16:47.007Z] unset SSH_AGENT_PID; [2020-09-15T06:16:47.007Z] echo Agent pid 51 killed; [2020-09-15T06:16:47.106Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T06:16:47.695Z] + git semver [Pipeline] } [2020-09-15T06:16:47.719Z] $ docker stop --time=1 ff7a723a9ffd63fc5955344472c42d83943c92c9be48b7a91c1d7e6e72c0f915 [2020-09-15T06:16:49.077Z] $ docker rm -f ff7a723a9ffd63fc5955344472c42d83943c92c9be48b7a91c1d7e6e72c0f915 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T06:16:50.295Z] Stashed 34 file(s) [Pipeline] echo [2020-09-15T06:16:50.298Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T06:16:50.532Z] 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-15T06:17:06.011Z] Still waiting to schedule task [2020-09-15T06:17:06.011Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T06:17:06.014Z] Still waiting to schedule task [2020-09-15T06:17:06.014Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T06:19:06.284Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43246 in /w/workspace/dgexfoundry_device-sdk-go_PR-571 [Pipeline] { [Pipeline] ws [2020-09-15T06:19:06.343Z] Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout [2020-09-15T06:19:11.274Z] using credential edgex-jenkins-ssh [2020-09-15T06:19:11.342Z] Cloning the remote Git repository [2020-09-15T06:19:11.342Z] Cloning with configured refspecs honoured and without tags [2020-09-15T06:19:11.399Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:19:11.517Z] > git init /w/workspace/device-sdk-go/10 # timeout=10 [2020-09-15T06:19:11.585Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:19:11.586Z] > git --version # timeout=10 [2020-09-15T06:19:11.616Z] > git --version # 'git version 2.17.1' [2020-09-15T06:19:11.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:19:11.702Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:19:12.639Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:19:12.722Z] Fetching without tags [2020-09-15T06:19:13.207Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit c7cb3d9741048bbcc98f0a6032f64df0031f89a5 [2020-09-15T06:19:13.618Z] Merge succeeded, producing c7cb3d9741048bbcc98f0a6032f64df0031f89a5 [2020-09-15T06:19:13.619Z] Checking out Revision c7cb3d9741048bbcc98f0a6032f64df0031f89a5 (PR-571) [2020-09-15T06:19:12.667Z] > git config --add remote.origin.fetch +refs/pull/571/head:refs/remotes/origin/PR-571 # timeout=10 [2020-09-15T06:19:12.682Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:19:12.703Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:19:12.728Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:19:12.729Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:19:12.741Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:19:13.222Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:19:13.244Z] > git checkout -f c7cb3d9741048bbcc98f0a6032f64df0031f89a5 # timeout=10 [2020-09-15T06:19:13.355Z] > git remote # timeout=10 [2020-09-15T06:19:13.448Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T06:19:13.502Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:19:13.522Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T06:19:13.561Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T06:19:13.623Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:19:13.657Z] > git checkout -f c7cb3d9741048bbcc98f0a6032f64df0031f89a5 # timeout=10 [2020-09-15T06:19:17.886Z] Commit message: "Remove globalvars and refactor remaining packages" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T06:19:19.200Z] ========================================================= [2020-09-15T06:19:19.201Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T06:19:19.201Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:19:20.380Z] + 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-15T06:19:21.360Z] Sending build context to Docker daemon 3.152MB [2020-09-15T06:19:21.360Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T06:19:21.360Z] Step 2/8 : FROM ${BASE} [2020-09-15T06:19:21.636Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T06:19:21.636Z] b538f80385f9: Pulling fs layer [2020-09-15T06:19:21.636Z] 74f711af9a0d: Pulling fs layer [2020-09-15T06:19:21.636Z] 99f96fe45779: Pulling fs layer [2020-09-15T06:19:21.636Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T06:19:21.636Z] 45590311c82a: Pulling fs layer [2020-09-15T06:19:21.636Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T06:19:21.636Z] 209524e5b208: Pulling fs layer [2020-09-15T06:19:21.636Z] 8529a6b9a6be: Waiting [2020-09-15T06:19:21.636Z] 69ca0ff8b7b3: Waiting [2020-09-15T06:19:21.636Z] 209524e5b208: Waiting [2020-09-15T06:19:21.636Z] 45590311c82a: Waiting [2020-09-15T06:19:21.636Z] 99f96fe45779: Verifying Checksum [2020-09-15T06:19:21.636Z] 74f711af9a0d: Verifying Checksum [2020-09-15T06:19:21.636Z] 74f711af9a0d: Download complete [2020-09-15T06:19:21.636Z] 45590311c82a: Verifying Checksum [2020-09-15T06:19:21.636Z] 45590311c82a: Download complete [2020-09-15T06:19:21.636Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T06:19:21.636Z] 69ca0ff8b7b3: Download complete [2020-09-15T06:19:21.636Z] b538f80385f9: Verifying Checksum [2020-09-15T06:19:21.636Z] b538f80385f9: Download complete [2020-09-15T06:19:22.635Z] b538f80385f9: Pull complete [2020-09-15T06:19:23.244Z] 74f711af9a0d: Pull complete [2020-09-15T06:19:23.527Z] 99f96fe45779: Pull complete [2020-09-15T06:19:24.122Z] 209524e5b208: Verifying Checksum [2020-09-15T06:19:24.122Z] 209524e5b208: Download complete [2020-09-15T06:19:25.100Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T06:19:25.100Z] 8529a6b9a6be: Download complete [2020-09-15T06:19:30.779Z] Running on prd-centos7-docker-4c-2g-43247 in /w/workspace/dgexfoundry_device-sdk-go_PR-571 [Pipeline] { [Pipeline] ws [2020-09-15T06:19:30.832Z] Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout [2020-09-15T06:19:33.468Z] using credential edgex-jenkins-ssh [2020-09-15T06:19:33.517Z] Cloning the remote Git repository [2020-09-15T06:19:33.517Z] Cloning with configured refspecs honoured and without tags [2020-09-15T06:19:33.383Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:19:33.451Z] > git init /w/workspace/device-sdk-go/10 # timeout=10 [2020-09-15T06:19:33.839Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:19:33.839Z] > git --version # timeout=10 [2020-09-15T06:19:33.846Z] > git --version # 'git version 2.16.5' [2020-09-15T06:19:33.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:19:33.886Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:19:34.699Z] Fetching without tags [2020-09-15T06:19:35.159Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit c7cb3d9741048bbcc98f0a6032f64df0031f89a5 [2020-09-15T06:19:35.260Z] Merge succeeded, producing c7cb3d9741048bbcc98f0a6032f64df0031f89a5 [2020-09-15T06:19:35.261Z] Checking out Revision c7cb3d9741048bbcc98f0a6032f64df0031f89a5 (PR-571) [2020-09-15T06:19:35.265Z] 8529a6b9a6be: Pull complete [2020-09-15T06:19:35.265Z] 45590311c82a: Pull complete [2020-09-15T06:19:34.591Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:19:34.599Z] > git config --add remote.origin.fetch +refs/pull/571/head:refs/remotes/origin/PR-571 # timeout=10 [2020-09-15T06:19:34.611Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:19:34.629Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:19:34.645Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:19:34.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:19:34.651Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:19:35.150Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:19:35.156Z] > git checkout -f c7cb3d9741048bbcc98f0a6032f64df0031f89a5 # timeout=10 [2020-09-15T06:19:35.215Z] > git remote # timeout=10 [2020-09-15T06:19:35.223Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T06:19:35.227Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:19:35.233Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T06:19:35.242Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T06:19:35.251Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:19:35.256Z] > git checkout -f c7cb3d9741048bbcc98f0a6032f64df0031f89a5 # timeout=10 [2020-09-15T06:19:35.863Z] 69ca0ff8b7b3: Pull complete [2020-09-15T06:19:38.865Z] Commit message: "Remove globalvars and refactor remaining packages" [Pipeline] withEnv [Pipeline] { [2020-09-15T06:19:39.258Z] 209524e5b208: Pull complete [2020-09-15T06:19:39.258Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T06:19:39.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T06:19:39.258Z] ---> 5bddaf1c2fca [2020-09-15T06:19:39.258Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T06:19:39.768Z] ========================================================= [2020-09-15T06:19:39.768Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T06:19:39.768Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:19:40.442Z] + 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-15T06:19:41.423Z] Sending build context to Docker daemon 3.154MB [2020-09-15T06:19:41.423Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T06:19:41.423Z] Step 2/8 : FROM ${BASE} [2020-09-15T06:19:41.685Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T06:19:41.686Z] df20fa9351a1: Pulling fs layer [2020-09-15T06:19:41.686Z] ed8968b2872e: Pulling fs layer [2020-09-15T06:19:41.686Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T06:19:41.686Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T06:19:41.686Z] e73272ec9a57: Pulling fs layer [2020-09-15T06:19:41.686Z] 1e910a182e73: Pulling fs layer [2020-09-15T06:19:41.686Z] 4e634b169226: Pulling fs layer [2020-09-15T06:19:41.686Z] e871e8e8d7a9: Waiting [2020-09-15T06:19:41.686Z] e73272ec9a57: Waiting [2020-09-15T06:19:41.686Z] 1e910a182e73: Waiting [2020-09-15T06:19:41.686Z] 4e634b169226: Waiting [2020-09-15T06:19:41.686Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T06:19:41.686Z] a92cc7c5fd73: Download complete [2020-09-15T06:19:41.686Z] ed8968b2872e: Download complete [2020-09-15T06:19:42.263Z] e73272ec9a57: Verifying Checksum [2020-09-15T06:19:42.263Z] e73272ec9a57: Download complete [2020-09-15T06:19:42.263Z] 1e910a182e73: Verifying Checksum [2020-09-15T06:19:42.263Z] 1e910a182e73: Download complete [2020-09-15T06:19:42.263Z] df20fa9351a1: Verifying Checksum [2020-09-15T06:19:42.263Z] df20fa9351a1: Download complete [2020-09-15T06:19:42.263Z] df20fa9351a1: Pull complete [2020-09-15T06:19:42.526Z] ed8968b2872e: Pull complete [2020-09-15T06:19:42.697Z] ---> Running in 25ae00e79fec [2020-09-15T06:19:42.697Z] Removing intermediate container 25ae00e79fec [2020-09-15T06:19:42.697Z] ---> 7db7a7e506da [2020-09-15T06:19:42.697Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:19:42.697Z] ---> Running in dcaacfc5124b [2020-09-15T06:19:42.790Z] a92cc7c5fd73: Pull complete [2020-09-15T06:19:43.742Z] 4e634b169226: Verifying Checksum [2020-09-15T06:19:43.742Z] 4e634b169226: Download complete [2020-09-15T06:19:45.150Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T06:19:45.150Z] e871e8e8d7a9: Download complete [2020-09-15T06:19:45.337Z] Removing intermediate container dcaacfc5124b [2020-09-15T06:19:45.337Z] ---> d279e43ef8ed [2020-09-15T06:19:45.337Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T06:19:45.619Z] ---> Running in 4dc14bd8ad21 [2020-09-15T06:19:47.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T06:19:47.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T06:19:48.257Z] OK: 142 MiB in 39 packages [2020-09-15T06:19:49.710Z] Removing intermediate container 4dc14bd8ad21 [2020-09-15T06:19:49.710Z] ---> 67c57f0ae787 [2020-09-15T06:19:49.710Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T06:19:49.710Z] ---> Running in 8f0937bb5069 [2020-09-15T06:19:50.307Z] Removing intermediate container 8f0937bb5069 [2020-09-15T06:19:50.307Z] ---> cbee780e9c18 [2020-09-15T06:19:50.307Z] Step 7/8 : COPY . . [2020-09-15T06:19:50.472Z] e871e8e8d7a9: Pull complete [2020-09-15T06:19:50.472Z] e73272ec9a57: Pull complete [2020-09-15T06:19:50.472Z] 1e910a182e73: Pull complete [2020-09-15T06:19:51.293Z] ---> 6f0c5dd73672 [2020-09-15T06:19:51.293Z] Step 8/8 : RUN go mod download [2020-09-15T06:19:51.566Z] ---> Running in 1d10c8f08f48 [2020-09-15T06:19:54.696Z] 4e634b169226: Pull complete [2020-09-15T06:19:54.696Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T06:19:54.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T06:19:54.696Z] ---> f7629b54cfaa [2020-09-15T06:19:54.696Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:19:54.696Z] ---> Running in 6d08f8ead9e6 [2020-09-15T06:19:54.964Z] Removing intermediate container 6d08f8ead9e6 [2020-09-15T06:19:54.964Z] ---> 84c70c193ed7 [2020-09-15T06:19:54.964Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:19:54.964Z] ---> Running in 9b11775e637c [2020-09-15T06:19:56.891Z] Removing intermediate container 9b11775e637c [2020-09-15T06:19:56.891Z] ---> a014d2d031b1 [2020-09-15T06:19:56.891Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T06:19:56.891Z] ---> Running in 0e5b361fe971 [2020-09-15T06:19:56.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T06:19:58.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T06:19:59.234Z] OK: 166 MiB in 39 packages [2020-09-15T06:19:59.496Z] Removing intermediate container 0e5b361fe971 [2020-09-15T06:19:59.496Z] ---> 99e7c5a676d7 [2020-09-15T06:19:59.496Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T06:19:59.759Z] ---> Running in 38d6ae3f0135 [2020-09-15T06:19:59.759Z] Removing intermediate container 38d6ae3f0135 [2020-09-15T06:19:59.759Z] ---> 6f3d2029b602 [2020-09-15T06:19:59.759Z] Step 7/8 : COPY . . [2020-09-15T06:20:01.152Z] ---> c426944c512d [2020-09-15T06:20:01.152Z] Step 8/8 : RUN go mod download [2020-09-15T06:20:01.152Z] ---> Running in fd34034681fe [2020-09-15T06:20:06.658Z] Removing intermediate container 1d10c8f08f48 [2020-09-15T06:20:06.658Z] ---> e85c047e3153 [2020-09-15T06:20:06.658Z] Successfully built e85c047e3153 [2020-09-15T06:20:06.658Z] 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-15T06:20:07.473Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T06:20:07.473Z] . [Pipeline] withDockerContainer [2020-09-15T06:20:07.743Z] prd-ubuntu18.04-docker-arm64-4c-16g-43246 does not seem to be running inside a container [2020-09-15T06:20:07.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-15T06:20:09.650Z] $ docker top 504b68847fefb5456440ff99c734f8749932101976e9cc6c696f796970cb1fbd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:20:11.097Z] + go version [2020-09-15T06:20:11.097Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T06:20:11.176Z] Removing intermediate container fd34034681fe [2020-09-15T06:20:11.176Z] ---> 53e891a9194c [2020-09-15T06:20:11.176Z] Successfully built 53e891a9194c [2020-09-15T06:20:11.176Z] 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-15T06:20:12.101Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T06:20:12.101Z] . [Pipeline] withDockerContainer [2020-09-15T06:20:12.145Z] + make test [2020-09-15T06:20:12.145Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T06:20:12.203Z] prd-centos7-docker-4c-2g-43247 does not seem to be running inside a container [2020-09-15T06:20:12.252Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-15T06:20:13.133Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T06:20:13.622Z] $ docker top d1dffe7b63a28e5358fc9ca11379d4684502f1c626f30f85d41b7cd529d306e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:20:14.202Z] + go version [2020-09-15T06:20:14.202Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T06:20:14.510Z] + make test [2020-09-15T06:20:14.510Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T06:20:15.098Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T06:20:25.472Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T06:20:25.472Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T06:20:25.472Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T06:20:25.472Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.023s coverage: 20.8% of statements [2020-09-15T06:20:25.472Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.057s coverage: 97.1% of statements [2020-09-15T06:20:45.595Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T06:20:45.595Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T06:20:45.595Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T06:20:45.595Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.031s coverage: 20.8% of statements [2020-09-15T06:20:45.595Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.142s coverage: 97.1% of statements [2020-09-15T06:20:57.631Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.009s coverage: 9.4% of statements [2020-09-15T06:20:57.631Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.027s coverage: 21.9% of statements [2020-09-15T06:20:57.631Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T06:20:57.631Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.023s coverage: 37.0% of statements [2020-09-15T06:20:57.631Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T06:20:57.631Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.031s coverage: 65.4% of statements [2020-09-15T06:20:57.631Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T06:20:57.631Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T06:20:57.631Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T06:20:57.631Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.007s coverage: 52.6% of statements [2020-09-15T06:20:57.631Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.063s coverage: 68.9% of statements [2020-09-15T06:20:57.631Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T06:20:57.631Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T06:20:57.631Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T06:20:57.631Z] gofmt -l . [2020-09-15T06:20:57.631Z] [ "`gofmt -l .`" = "" ] [2020-09-15T06:20:57.631Z] ./bin/test-attribution-txt.sh [2020-09-15T06:20:57.892Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T06:20:58.195Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T06:20:58.202Z] $ docker stop --time=1 d1dffe7b63a28e5358fc9ca11379d4684502f1c626f30f85d41b7cd529d306e9 [2020-09-15T06:20:59.624Z] $ docker rm -f d1dffe7b63a28e5358fc9ca11379d4684502f1c626f30f85d41b7cd529d306e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:21:03.159Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T06:21:03.456Z] + ls -al . [2020-09-15T06:21:03.456Z] total 188 [2020-09-15T06:21:03.456Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 06:20 . [2020-09-15T06:21:03.456Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 15 06:19 .. [2020-09-15T06:21:03.456Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 06:19 bin [2020-09-15T06:21:03.456Z] -rw-r--r--. 1 jenkins jenkins 110898 Sep 15 06:20 coverage.out [2020-09-15T06:21:03.456Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 06:19 Dockerfile.build [2020-09-15T06:21:03.456Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 06:19 .dockerignore [2020-09-15T06:21:03.456Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 06:19 example [2020-09-15T06:21:03.456Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 06:19 .git [2020-09-15T06:21:03.456Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 06:19 .github [2020-09-15T06:21:03.456Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 06:19 .gitignore [2020-09-15T06:21:03.456Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 06:20 go.mod [2020-09-15T06:21:03.456Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 15 06:20 go.sum [2020-09-15T06:21:03.456Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 06:19 internal [2020-09-15T06:21:03.456Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 06:19 Jenkinsfile [2020-09-15T06:21:03.456Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 06:19 LICENSE [2020-09-15T06:21:03.456Z] -rw-rw-r--. 1 jenkins jenkins 892 Sep 15 06:19 Makefile [2020-09-15T06:21:03.456Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 06:19 openapi [2020-09-15T06:21:03.456Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 06:19 pkg [2020-09-15T06:21:03.456Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 06:19 README.md [2020-09-15T06:21:03.456Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 06:19 RELEASE-NOTES.txt [2020-09-15T06:21:03.456Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 06:19 .semver [2020-09-15T06:21:03.456Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 06:19 snap [2020-09-15T06:21:03.456Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 06:16 VERSION [2020-09-15T06:21:03.456Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 06:19 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:21:03.758Z] + 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=c7cb3d9741048bbcc98f0a6032f64df0031f89a5 --label arch=amd64 --label version=0.0.0 . [2020-09-15T06:21:04.020Z] Sending build context to Docker daemon 3.266MB [2020-09-15T06:21:04.020Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T06:21:04.020Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T06:21:04.020Z] ---> 53e891a9194c [2020-09-15T06:21:04.020Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T06:21:04.282Z] ---> Running in 86661faac238 [2020-09-15T06:21:04.548Z] Removing intermediate container 86661faac238 [2020-09-15T06:21:04.548Z] ---> 54242c779f41 [2020-09-15T06:21:04.548Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T06:21:04.548Z] ---> Running in 39f5a677661a [2020-09-15T06:21:04.810Z] Removing intermediate container 39f5a677661a [2020-09-15T06:21:04.811Z] ---> ce4bf04feed5 [2020-09-15T06:21:04.811Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:21:04.811Z] ---> Running in 4b348bb1d603 [2020-09-15T06:21:05.075Z] Removing intermediate container 4b348bb1d603 [2020-09-15T06:21:05.075Z] ---> 06a569157d77 [2020-09-15T06:21:05.075Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:21:05.075Z] ---> Running in a19e063f23be [2020-09-15T06:21:06.022Z] Removing intermediate container a19e063f23be [2020-09-15T06:21:06.022Z] ---> cb250e133921 [2020-09-15T06:21:06.022Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T06:21:06.022Z] ---> Running in 09b7f484e65f [2020-09-15T06:21:06.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T06:21:07.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T06:21:08.172Z] OK: 166 MiB in 39 packages [2020-09-15T06:21:08.746Z] Removing intermediate container 09b7f484e65f [2020-09-15T06:21:08.746Z] ---> 4948ae9ad0ed [2020-09-15T06:21:08.746Z] Step 8/24 : COPY . . [2020-09-15T06:21:09.698Z] ---> e196145fcc91 [2020-09-15T06:21:09.698Z] Step 9/24 : RUN ${MAKE} [2020-09-15T06:21:09.698Z] ---> Running in 8715209b2154 [2020-09-15T06:21:09.962Z] 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-15T06:21:17.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.014s coverage: 9.4% of statements [2020-09-15T06:21:17.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.012s coverage: 21.9% of statements [2020-09-15T06:21:17.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T06:21:17.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.093s coverage: 37.0% of statements [2020-09-15T06:21:17.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T06:21:17.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.130s coverage: 65.4% of statements [2020-09-15T06:21:17.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T06:21:17.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T06:21:17.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T06:21:17.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.031s coverage: 52.6% of statements [2020-09-15T06:21:17.953Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.274s coverage: 68.9% of statements [2020-09-15T06:21:17.953Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T06:21:17.953Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T06:21:17.953Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T06:21:18.164Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T06:21:19.127Z] Removing intermediate container 8715209b2154 [2020-09-15T06:21:19.127Z] ---> 06fb5deaa546 [2020-09-15T06:21:19.127Z] Step 10/24 : FROM scratch [2020-09-15T06:21:19.127Z] ---> [2020-09-15T06:21:19.127Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:21:19.389Z] ---> Running in c82a2d946298 [2020-09-15T06:21:19.389Z] Removing intermediate container c82a2d946298 [2020-09-15T06:21:19.389Z] ---> b1d3016ab382 [2020-09-15T06:21:19.389Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T06:21:19.389Z] ---> Running in 457ab4f4c323 [2020-09-15T06:21:19.651Z] Removing intermediate container 457ab4f4c323 [2020-09-15T06:21:19.651Z] ---> e74b58927b1b [2020-09-15T06:21:19.651Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T06:21:19.651Z] ---> Running in 217d60561bfb [2020-09-15T06:21:19.651Z] Removing intermediate container 217d60561bfb [2020-09-15T06:21:19.651Z] ---> 630a61a71af3 [2020-09-15T06:21:19.651Z] Step 14/24 : WORKDIR / [2020-09-15T06:21:19.913Z] ---> Running in 6f894b78a3f7 [2020-09-15T06:21:19.913Z] Removing intermediate container 6f894b78a3f7 [2020-09-15T06:21:19.913Z] ---> 038e669690fa [2020-09-15T06:21:19.913Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T06:21:20.490Z] ---> dacc863d62e5 [2020-09-15T06:21:20.491Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T06:21:20.600Z] gofmt -l . [2020-09-15T06:21:20.754Z] ---> ee4ab8625bd0 [2020-09-15T06:21:20.754Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T06:21:20.873Z] [ "`gofmt -l .`" = "" ] [2020-09-15T06:21:21.016Z] ---> 75b89511d016 [2020-09-15T06:21:21.016Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T06:21:21.146Z] ./bin/test-attribution-txt.sh [2020-09-15T06:21:21.591Z] ---> f3c5aeaf8b36 [2020-09-15T06:21:21.591Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T06:21:21.853Z] ---> 7eb9ca55634b [2020-09-15T06:21:21.853Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T06:21:21.853Z] ---> Running in 9638bc1d1111 [2020-09-15T06:21:22.114Z] Removing intermediate container 9638bc1d1111 [2020-09-15T06:21:22.114Z] ---> 84836ad2264e [2020-09-15T06:21:22.114Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T06:21:22.114Z] ---> Running in b9a957278c76 [2020-09-15T06:21:22.114Z] Removing intermediate container b9a957278c76 [2020-09-15T06:21:22.114Z] ---> c02c7a5d61d2 [2020-09-15T06:21:22.114Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T06:21:22.122Z] ./bin/test-go-mod-tidy.sh [2020-09-15T06:21:22.378Z] ---> Running in e0e9188d919f [2020-09-15T06:21:22.378Z] Removing intermediate container e0e9188d919f [2020-09-15T06:21:22.378Z] ---> 8a3f8ea2fee3 [2020-09-15T06:21:22.378Z] Step 23/24 : LABEL git_sha=c7cb3d9741048bbcc98f0a6032f64df0031f89a5 [2020-09-15T06:21:22.378Z] ---> Running in 2e0c385cf82e [Pipeline] stash [2020-09-15T06:21:22.413Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T06:21:22.639Z] Removing intermediate container 2e0c385cf82e [2020-09-15T06:21:22.640Z] ---> 85e7f03a644b [2020-09-15T06:21:22.640Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T06:21:22.640Z] ---> Running in a74b18337d08 [2020-09-15T06:21:22.901Z] Removing intermediate container a74b18337d08 [2020-09-15T06:21:22.901Z] ---> d80d738b3bb7 [2020-09-15T06:21:22.901Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T06:21:22.901Z] Successfully built d80d738b3bb7 [2020-09-15T06:21:22.901Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-09-15T06:21:23.219Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T06:21:23.264Z] $ docker stop --time=1 504b68847fefb5456440ff99c734f8749932101976e9cc6c696f796970cb1fbd [2020-09-15T06:21:25.336Z] $ docker rm -f 504b68847fefb5456440ff99c734f8749932101976e9cc6c696f796970cb1fbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] script [Pipeline] { [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-15T06:21:26.685Z] + sudo chown -R jenkins:jenkins . [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-15T06:21:27.141Z] + ls -al . [2020-09-15T06:21:27.141Z] total 228 [2020-09-15T06:21:27.141Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 06:21 . [2020-09-15T06:21:27.141Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:19 .. [2020-09-15T06:21:27.141Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 06:19 .dockerignore [2020-09-15T06:21:27.141Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 06:19 .git [2020-09-15T06:21:27.141Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 06:19 .github [2020-09-15T06:21:27.141Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 06:19 .gitignore [2020-09-15T06:21:27.141Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 06:19 .semver [2020-09-15T06:21:27.141Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 06:19 Dockerfile.build [2020-09-15T06:21:27.141Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 06:19 Jenkinsfile [2020-09-15T06:21:27.141Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 06:19 LICENSE [2020-09-15T06:21:27.141Z] -rw-rw-r-- 1 jenkins jenkins 892 Sep 15 06:19 Makefile [2020-09-15T06:21:27.141Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 06:19 README.md [2020-09-15T06:21:27.141Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 06:19 RELEASE-NOTES.txt [2020-09-15T06:21:27.141Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 06:16 VERSION [2020-09-15T06:21:27.141Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 06:19 bin [2020-09-15T06:21:27.141Z] -rw-r--r-- 1 jenkins jenkins 110898 Sep 15 06:21 coverage.out [2020-09-15T06:21:27.141Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:19 example [2020-09-15T06:21:27.141Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 06:21 go.mod [2020-09-15T06:21:27.141Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 15 06:21 go.sum [2020-09-15T06:21:27.141Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 06:19 internal [2020-09-15T06:21:27.141Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:19 openapi [2020-09-15T06:21:27.141Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 06:19 pkg [2020-09-15T06:21:27.141Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:19 snap [2020-09-15T06:21:27.141Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 06:19 version.go [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:21:27.651Z] + 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=c7cb3d9741048bbcc98f0a6032f64df0031f89a5 --label arch=arm64 --label version=0.0.0 . [2020-09-15T06:21:28.256Z] Sending build context to Docker daemon 3.263MB [2020-09-15T06:21:28.256Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T06:21:28.256Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T06:21:28.256Z] ---> e85c047e3153 [2020-09-15T06:21:28.256Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T06:21:28.527Z] ---> Running in 1ce2d9d5bdad [2020-09-15T06:21:28.799Z] Removing intermediate container 1ce2d9d5bdad [2020-09-15T06:21:28.799Z] ---> 095c39803b19 [2020-09-15T06:21:28.799Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T06:21:29.072Z] ---> Running in c1e29c12057d [2020-09-15T06:21:29.351Z] Removing intermediate container c1e29c12057d [2020-09-15T06:21:29.351Z] ---> da38e7a22b5d [2020-09-15T06:21:29.351Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:21:29.627Z] ---> Running in 5bd02bf15d87 [2020-09-15T06:21:30.222Z] Removing intermediate container 5bd02bf15d87 [2020-09-15T06:21:30.222Z] ---> 17e6143bbd6f [2020-09-15T06:21:30.222Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:21:30.222Z] ---> Running in 8a3da8ced131 [2020-09-15T06:21:32.838Z] Removing intermediate container 8a3da8ced131 [2020-09-15T06:21:32.838Z] ---> 7a12d03de853 [2020-09-15T06:21:32.838Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T06:21:32.838Z] ---> Running in 6e8941548736 [2020-09-15T06:21:34.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T06:21:35.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T06:21:36.224Z] OK: 142 MiB in 39 packages [2020-09-15T06:21:37.209Z] Removing intermediate container 6e8941548736 [2020-09-15T06:21:37.209Z] ---> 8e960c01c2e2 [2020-09-15T06:21:37.209Z] Step 8/24 : COPY . . [2020-09-15T06:21:38.645Z] ---> 60c27ebe09e7 [2020-09-15T06:21:38.645Z] Step 9/24 : RUN ${MAKE} [2020-09-15T06:21:38.645Z] ---> Running in ec6d7b03089d [2020-09-15T06:21:40.095Z] 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-15T06:22:02.289Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T06:22:04.266Z] Removing intermediate container ec6d7b03089d [2020-09-15T06:22:04.266Z] ---> da5e4497dcf8 [2020-09-15T06:22:04.266Z] Step 10/24 : FROM scratch [2020-09-15T06:22:04.266Z] ---> [2020-09-15T06:22:04.266Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:22:04.539Z] ---> Running in 5023e9392470 [2020-09-15T06:22:05.132Z] Removing intermediate container 5023e9392470 [2020-09-15T06:22:05.132Z] ---> 0008e4cab225 [2020-09-15T06:22:05.132Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T06:22:05.132Z] ---> Running in 5186ccaee264 [2020-09-15T06:22:05.730Z] Removing intermediate container 5186ccaee264 [2020-09-15T06:22:05.730Z] ---> 3bf657b25983 [2020-09-15T06:22:05.730Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T06:22:05.730Z] ---> Running in 7ef1f9d505e3 [2020-09-15T06:22:06.001Z] Removing intermediate container 7ef1f9d505e3 [2020-09-15T06:22:06.001Z] ---> af74f34918b4 [2020-09-15T06:22:06.001Z] Step 14/24 : WORKDIR / [2020-09-15T06:22:06.273Z] ---> Running in 7c96e37e2114 [2020-09-15T06:22:06.868Z] Removing intermediate container 7c96e37e2114 [2020-09-15T06:22:06.868Z] ---> 5d98b8c93821 [2020-09-15T06:22:06.868Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T06:22:07.846Z] ---> 5ea6a8828357 [2020-09-15T06:22:07.846Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T06:22:08.821Z] ---> 18f5dfa6ddc8 [2020-09-15T06:22:08.821Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T06:22:09.415Z] ---> 9b25a877a6c6 [2020-09-15T06:22:09.415Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T06:22:10.386Z] ---> be4c90064208 [2020-09-15T06:22:10.386Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T06:22:10.977Z] ---> c7d241b9dde5 [2020-09-15T06:22:10.977Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T06:22:11.248Z] ---> Running in f1eeee218da6 [2020-09-15T06:22:11.847Z] Removing intermediate container f1eeee218da6 [2020-09-15T06:22:11.847Z] ---> d258722397f2 [2020-09-15T06:22:11.847Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T06:22:11.847Z] ---> Running in 2012684d3c07 [2020-09-15T06:22:12.441Z] Removing intermediate container 2012684d3c07 [2020-09-15T06:22:12.441Z] ---> 3364c2c058cd [2020-09-15T06:22:12.441Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T06:22:12.716Z] ---> Running in f2f4a46d426c [2020-09-15T06:22:12.989Z] Removing intermediate container f2f4a46d426c [2020-09-15T06:22:12.989Z] ---> ebaa53cdfc11 [2020-09-15T06:22:12.989Z] Step 23/24 : LABEL git_sha=c7cb3d9741048bbcc98f0a6032f64df0031f89a5 [2020-09-15T06:22:13.264Z] ---> Running in 9b2f438cdd8a [2020-09-15T06:22:13.861Z] Removing intermediate container 9b2f438cdd8a [2020-09-15T06:22:13.861Z] ---> 1ef41b1f6865 [2020-09-15T06:22:13.861Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T06:22:14.135Z] ---> Running in 7a3362a258f4 [2020-09-15T06:22:14.724Z] Removing intermediate container 7a3362a258f4 [2020-09-15T06:22:14.724Z] ---> 26c77e672ea6 [2020-09-15T06:22:14.724Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T06:22:14.724Z] Successfully built 26c77e672ea6 [2020-09-15T06:22:14.724Z] 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-15T06:22:17.006Z] provisioning config files... [2020-09-15T06:22:17.018Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/config759685311029901061tmp [Pipeline] { [Pipeline] sh [2020-09-15T06:22:17.421Z] + curl -s https://codecov.io/bash [2020-09-15T06:22:17.421Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/config759685311029901061tmp [Pipeline] } [2020-09-15T06:22:17.692Z] 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-15T06:22:21.547Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:22:22.113Z] ---> package-listing.sh [2020-09-15T06:22:22.113Z] ++ facter osfamily [2020-09-15T06:22:22.113Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T06:22:22.113Z] + OS_FAMILY=redhat [2020-09-15T06:22:22.113Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-571 [2020-09-15T06:22:22.113Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T06:22:22.113Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T06:22:22.113Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T06:22:22.113Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T06:22:22.113Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-571 ']' [2020-09-15T06:22:22.113Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T06:22:22.113Z] + case "${OS_FAMILY}" in [2020-09-15T06:22:22.113Z] + rpm -qa [2020-09-15T06:22:22.113Z] + sort [2020-09-15T06:22:26.345Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T06:22:26.345Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T06:22:26.345Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T06:22:26.345Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-571 ']' [2020-09-15T06:22:26.345Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-571/archives/ [2020-09-15T06:22:26.345Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-571/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:22:27.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:22:27.572Z] [2020-09-15T06:22:27.572Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:22:27.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:22:27.938Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T06:22:27.938Z] df20fa9351a1: Pulling fs layer [2020-09-15T06:22:27.938Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T06:22:27.938Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T06:22:27.938Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T06:22:27.938Z] 0dadc02b9964: Pulling fs layer [2020-09-15T06:22:27.938Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T06:22:27.938Z] 7a184a31f384: Pulling fs layer [2020-09-15T06:22:27.938Z] 0879bd2ef858: Pulling fs layer [2020-09-15T06:22:27.938Z] 46f8f816bc3b: Waiting [2020-09-15T06:22:27.938Z] 0dadc02b9964: Waiting [2020-09-15T06:22:27.938Z] ce6a7cf60c04: Waiting [2020-09-15T06:22:27.938Z] 7a184a31f384: Waiting [2020-09-15T06:22:27.938Z] 0879bd2ef858: Waiting [2020-09-15T06:22:27.938Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T06:22:27.938Z] 36b3adc4ff6f: Download complete [2020-09-15T06:22:27.938Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T06:22:27.938Z] 46f8f816bc3b: Download complete [2020-09-15T06:22:28.204Z] df20fa9351a1: Download complete [2020-09-15T06:22:28.204Z] ce6a7cf60c04: Download complete [2020-09-15T06:22:28.204Z] 7a184a31f384: Verifying Checksum [2020-09-15T06:22:28.204Z] 7a184a31f384: Download complete [2020-09-15T06:22:28.204Z] 0dadc02b9964: Verifying Checksum [2020-09-15T06:22:28.204Z] 0dadc02b9964: Download complete [2020-09-15T06:22:28.470Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T06:22:28.470Z] 8ad3a11d3b57: Download complete [2020-09-15T06:22:28.470Z] df20fa9351a1: Pull complete [2020-09-15T06:22:28.734Z] 36b3adc4ff6f: Pull complete [2020-09-15T06:22:28.734Z] 0879bd2ef858: Verifying Checksum [2020-09-15T06:22:28.734Z] 0879bd2ef858: Download complete [2020-09-15T06:22:29.314Z] 8ad3a11d3b57: Pull complete [2020-09-15T06:22:29.314Z] 46f8f816bc3b: Pull complete [2020-09-15T06:22:29.579Z] 0dadc02b9964: Pull complete [2020-09-15T06:22:29.842Z] ce6a7cf60c04: Pull complete [2020-09-15T06:22:29.842Z] 7a184a31f384: Pull complete [2020-09-15T06:22:32.436Z] 0879bd2ef858: Pull complete [2020-09-15T06:22:32.436Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T06:22:32.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:22:32.436Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T06:22:32.603Z] prd-centos7-docker-4c-2g-43245 does not seem to be running inside a container [2020-09-15T06:22:32.651Z] $ 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-571 -v /w/workspace/dgexfoundry_device-sdk-go_PR-571:/w/workspace/dgexfoundry_device-sdk-go_PR-571:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T06:22:39.166Z] $ docker top a471e60260d3f8384aee68a99d22fa3dc90bf2276f8a1fadd24aa745b61c0c37 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:22:39.687Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T06:22:39.991Z] + ls /var/log/sa-host [2020-09-15T06:22:39.991Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T06:22:39.991Z] file_magic: OK [2020-09-15T06:22:39.991Z] HZ: Using current value: 100 [2020-09-15T06:22:39.991Z] file_header: OK [2020-09-15T06:22:39.991Z] 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-15T06:22:39.991Z] Statistics: [2020-09-15T06:22:39.991Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T06:22:39.991Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T06:22:39.991Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T06:22:39.991Z] file_magic: OK [2020-09-15T06:22:39.991Z] HZ: Using current value: 100 [2020-09-15T06:22:39.991Z] file_header: OK [2020-09-15T06:22:39.991Z] 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-15T06:22:39.991Z] Statistics: [2020-09-15T06:22:39.991Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T06:22:39.991Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T06:22:40.054Z] provisioning config files... [2020-09-15T06:22:40.074Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/config3798769338691457085tmp [Pipeline] { [Pipeline] echo [2020-09-15T06:22:40.165Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:22:40.463Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T06:22:40.473Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:22:40.769Z] ---> logs-deploy.sh [2020-09-15T06:22:40.769Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-571/10 [2020-09-15T06:22:40.769Z] INFO: archiving workspace using pattern(s): [2020-09-15T06:22:42.161Z] Archives upload complete. [2020-09-15T06:22:42.161Z] INFO: archiving logs to Nexus