Pull request #582 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1d2c81029f0f7629bd95555b5541e500469cf9cd+3453c8bcbae7db027b2f999f18fb2d5ddccd55eb (7a94d30ce975d9c4a9e4e5c5bc4fa15edc3ac01d) 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-43250 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [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-582 # 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/582/head:refs/remotes/origin/PR-582 +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/582/head:refs/remotes/origin/PR-582 # 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/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 1d2c81029f0f7629bd95555b5541e500469cf9cd Merge succeeded, producing 1d2c81029f0f7629bd95555b5541e500469cf9cd Checking out Revision 1d2c81029f0f7629bd95555b5541e500469cf9cd (PR-582) > git config core.sparsecheckout # timeout=10 > git checkout -f 1d2c81029f0f7629bd95555b5541e500469cf9cd # 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 1d2c81029f0f7629bd95555b5541e500469cf9cd # timeout=10 Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T06:32:15.602Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T06:32:15.869Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T06:32:15.991Z] ========================================================= [2020-09-15T06:32:15.991Z] EdgeX Global Pipelines Version Info [2020-09-15T06:32:15.991Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk accf9f0e3ed7a56a9eba8ac9dd90f7bf8bdba1da # timeout=10 [2020-09-15T06:32:18.432Z] ------------------- [2020-09-15T06:32:18.432Z] stable info: [2020-09-15T06:32:18.432Z] ------------------- [2020-09-15T06:32:18.432Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T06:32:18.432Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T06:32:18.432Z] Message: update stable to v1.0.119 [2020-09-15T06:32:19.005Z] ------------------- [2020-09-15T06:32:19.005Z] experimental info: [2020-09-15T06:32:19.005Z] ------------------- [2020-09-15T06:32:19.005Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T06:32:19.005Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T06:32:19.005Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T06:32:19.348Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T06:32:19.437Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T06:32:19.527Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T06:32:19.616Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T06:32:19.706Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T06:32:19.801Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T06:32:19.898Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T06:32:19.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T06:32:20.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T06:32:20.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T06:32:20.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T06:32:20.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T06:32:20.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T06:32:20.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T06:32:20.865Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T06:32:20.968Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:32:21.077Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:32:21.175Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:32:21.279Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T06:32:21.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T06:32:21.485Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T06:32:21.582Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T06:32:21.691Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo [2020-09-15T06:32:21.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo [2020-09-15T06:32:21.894Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo [2020-09-15T06:32:21.988Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1d2c81029f0f7629bd95555b5541e500469cf9cd [Pipeline] echo [2020-09-15T06:32:22.078Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1d2c810 [Pipeline] echo [2020-09-15T06:32:22.167Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:32:22.735Z] + git log --format=format:%s -1 1d2c81029f0f7629bd95555b5541e500469cf9cd [Pipeline] echo [2020-09-15T06:32:22.793Z] GIT_COMMIT: 1d2c81029f0f7629bd95555b5541e500469cf9cd, Commit Message: build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 [Pipeline] echo [2020-09-15T06:32:22.839Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:32:23.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:32:23.678Z] [2020-09-15T06:32:23.678Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:32:24.036Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:32:24.036Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T06:32:24.036Z] 31603596830f: Pulling fs layer [2020-09-15T06:32:24.036Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T06:32:24.036Z] 6ca5941a6612: Pulling fs layer [2020-09-15T06:32:24.036Z] ecc8261a40a4: Pulling fs layer [2020-09-15T06:32:24.036Z] ecc8261a40a4: Waiting [2020-09-15T06:32:24.036Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T06:32:24.036Z] 2a8b12db71e7: Download complete [2020-09-15T06:32:24.304Z] 31603596830f: Download complete [2020-09-15T06:32:24.304Z] ecc8261a40a4: Verifying Checksum [2020-09-15T06:32:24.304Z] ecc8261a40a4: Download complete [2020-09-15T06:32:24.304Z] 6ca5941a6612: Verifying Checksum [2020-09-15T06:32:24.304Z] 6ca5941a6612: Download complete [2020-09-15T06:32:24.568Z] 31603596830f: Pull complete [2020-09-15T06:32:24.568Z] 2a8b12db71e7: Pull complete [2020-09-15T06:32:25.523Z] 6ca5941a6612: Pull complete [2020-09-15T06:32:25.785Z] ecc8261a40a4: Pull complete [2020-09-15T06:32:25.785Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T06:32:25.785Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:32:25.785Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T06:32:25.917Z] prd-centos7-docker-4c-2g-43250 does not seem to be running inside a container [2020-09-15T06:32:25.983Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T06:32:28.034Z] $ docker top 6ddbad99636317e5cb2db761466a92e6c7de071200e0b477ab3e848752aadcb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T06:32:28.372Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T06:32:28.372Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T06:32:28.559Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T06:32:28.564Z] $ docker exec 6ddbad99636317e5cb2db761466a92e6c7de071200e0b477ab3e848752aadcb0 ssh-agent [2020-09-15T06:32:28.719Z] SSH_AUTH_SOCK=/tmp/ssh-IC99ETR7Kvgc/agent.11 [2020-09-15T06:32:28.719Z] SSH_AGENT_PID=16 [2020-09-15T06:32:28.732Z] Running ssh-add (command line suppressed) [2020-09-15T06:32:28.851Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_3684256910923509722.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_3684256910923509722.key) [2020-09-15T06:32:28.907Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T06:32:29.249Z] + git describe --exact-match --tags HEAD [2020-09-15T06:32:29.249Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T06:32:29.274Z] $ docker exec --env ******** --env ******** 6ddbad99636317e5cb2db761466a92e6c7de071200e0b477ab3e848752aadcb0 ssh-agent -k [2020-09-15T06:32:29.387Z] unset SSH_AUTH_SOCK; [2020-09-15T06:32:29.387Z] unset SSH_AGENT_PID; [2020-09-15T06:32:29.387Z] echo Agent pid 16 killed; [2020-09-15T06:32:29.428Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T06:32:29.527Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T06:32:29.527Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T06:32:29.622Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T06:32:29.622Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T06:32:29.792Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T06:32:29.798Z] $ docker exec 6ddbad99636317e5cb2db761466a92e6c7de071200e0b477ab3e848752aadcb0 ssh-agent [2020-09-15T06:32:29.969Z] SSH_AUTH_SOCK=/tmp/ssh-tLBO4JHs5Bt1/agent.44 [2020-09-15T06:32:29.970Z] SSH_AGENT_PID=49 [2020-09-15T06:32:29.976Z] Running ssh-add (command line suppressed) [2020-09-15T06:32:30.111Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_6037648027772258519.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_6037648027772258519.key) [2020-09-15T06:32:30.159Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T06:32:30.541Z] + git semver init [2020-09-15T06:32:30.541Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T06:32:30.541Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.git [2020-09-15T06:32:30.541Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-09-15T06:32:30.541Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T06:32:30.541Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T06:32:30.541Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T06:32:30.542Z] # $SEMVER_BRANCH = PR-582 [2020-09-15T06:32:30.542Z] # $SEMVER_TEMP = /tmp/semver-492966006 [2020-09-15T06:32:30.542Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T06:32:31.114Z] # '/tmp/semver-492966006' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver' [2020-09-15T06:32:31.114Z] # -> Force: false [2020-09-15T06:32:31.114Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver [Pipeline] } [2020-09-15T06:32:31.128Z] $ docker exec --env ******** --env ******** 6ddbad99636317e5cb2db761466a92e6c7de071200e0b477ab3e848752aadcb0 ssh-agent -k [2020-09-15T06:32:31.236Z] unset SSH_AUTH_SOCK; [2020-09-15T06:32:31.236Z] unset SSH_AGENT_PID; [2020-09-15T06:32:31.236Z] echo Agent pid 49 killed; [2020-09-15T06:32:31.277Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T06:32:31.773Z] + git semver [Pipeline] } [2020-09-15T06:32:31.791Z] $ docker stop --time=1 6ddbad99636317e5cb2db761466a92e6c7de071200e0b477ab3e848752aadcb0 [2020-09-15T06:32:33.136Z] $ docker rm -f 6ddbad99636317e5cb2db761466a92e6c7de071200e0b477ab3e848752aadcb0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T06:32:34.095Z] Stashed 34 file(s) [Pipeline] echo [2020-09-15T06:32:34.098Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T06:32:34.202Z] 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:32:49.633Z] Still waiting to schedule task [2020-09-15T06:32:49.633Z] ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-43251’ is offline; ‘prd-centos7-docker-4c-2g-43252’ is offline [2020-09-15T06:32:49.636Z] Still waiting to schedule task [2020-09-15T06:32:49.636Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T06:34:16.264Z] Running on prd-centos7-docker-4c-2g-43256 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws [2020-09-15T06:34:16.320Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-15T06:34:18.942Z] using credential edgex-jenkins-ssh [2020-09-15T06:34:18.993Z] Cloning the remote Git repository [2020-09-15T06:34:18.994Z] Cloning with configured refspecs honoured and without tags [2020-09-15T06:34:19.822Z] Fetching without tags [2020-09-15T06:34:19.023Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:34:19.088Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-15T06:34:19.135Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:34:19.135Z] > git --version # timeout=10 [2020-09-15T06:34:19.142Z] > git --version # 'git version 2.16.5' [2020-09-15T06:34:19.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:34:19.168Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:34:19.792Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:34:19.798Z] > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 [2020-09-15T06:34:19.805Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:34:19.816Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:34:19.828Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:34:19.828Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:34:19.833Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:34:20.221Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 1d2c81029f0f7629bd95555b5541e500469cf9cd [2020-09-15T06:34:20.329Z] Merge succeeded, producing 1d2c81029f0f7629bd95555b5541e500469cf9cd [2020-09-15T06:34:20.329Z] Checking out Revision 1d2c81029f0f7629bd95555b5541e500469cf9cd (PR-582) [2020-09-15T06:34:20.231Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:34:20.239Z] > git checkout -f 1d2c81029f0f7629bd95555b5541e500469cf9cd # timeout=10 [2020-09-15T06:34:20.296Z] > git remote # timeout=10 [2020-09-15T06:34:20.302Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T06:34:20.308Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:34:20.312Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T06:34:20.323Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T06:34:20.335Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:34:20.347Z] > git checkout -f 1d2c81029f0f7629bd95555b5541e500469cf9cd # timeout=10 [2020-09-15T06:34:24.730Z] Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T06:34:25.831Z] ========================================================= [2020-09-15T06:34:25.831Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T06:34:25.831Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:34:26.507Z] + 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:34:26.773Z] Sending build context to Docker daemon 3.148MB [2020-09-15T06:34:26.773Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T06:34:26.773Z] Step 2/8 : FROM ${BASE} [2020-09-15T06:34:27.037Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T06:34:27.037Z] df20fa9351a1: Pulling fs layer [2020-09-15T06:34:27.037Z] ed8968b2872e: Pulling fs layer [2020-09-15T06:34:27.037Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T06:34:27.037Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T06:34:27.037Z] e73272ec9a57: Pulling fs layer [2020-09-15T06:34:27.037Z] 1e910a182e73: Pulling fs layer [2020-09-15T06:34:27.037Z] 4e634b169226: Pulling fs layer [2020-09-15T06:34:27.037Z] e871e8e8d7a9: Waiting [2020-09-15T06:34:27.037Z] e73272ec9a57: Waiting [2020-09-15T06:34:27.037Z] 1e910a182e73: Waiting [2020-09-15T06:34:27.037Z] 4e634b169226: Waiting [2020-09-15T06:34:27.037Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T06:34:27.037Z] a92cc7c5fd73: Download complete [2020-09-15T06:34:27.037Z] ed8968b2872e: Verifying Checksum [2020-09-15T06:34:27.037Z] ed8968b2872e: Download complete [2020-09-15T06:34:27.037Z] e73272ec9a57: Verifying Checksum [2020-09-15T06:34:27.037Z] e73272ec9a57: Download complete [2020-09-15T06:34:27.307Z] 1e910a182e73: Verifying Checksum [2020-09-15T06:34:27.307Z] 1e910a182e73: Download complete [2020-09-15T06:34:27.307Z] df20fa9351a1: Verifying Checksum [2020-09-15T06:34:27.307Z] df20fa9351a1: Download complete [2020-09-15T06:34:27.578Z] df20fa9351a1: Pull complete [2020-09-15T06:34:27.851Z] ed8968b2872e: Pull complete [2020-09-15T06:34:28.117Z] a92cc7c5fd73: Pull complete [2020-09-15T06:34:28.699Z] 4e634b169226: Verifying Checksum [2020-09-15T06:34:28.699Z] 4e634b169226: Download complete [2020-09-15T06:34:30.100Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T06:34:30.100Z] e871e8e8d7a9: Download complete [2020-09-15T06:34:34.332Z] e871e8e8d7a9: Pull complete [2020-09-15T06:34:34.595Z] e73272ec9a57: Pull complete [2020-09-15T06:34:34.595Z] 1e910a182e73: Pull complete [2020-09-15T06:34:42.769Z] 4e634b169226: Pull complete [2020-09-15T06:34:42.769Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T06:34:42.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T06:34:42.769Z] ---> f7629b54cfaa [2020-09-15T06:34:42.769Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:34:43.351Z] ---> Running in f40932ba9a12 [2020-09-15T06:34:43.351Z] Removing intermediate container f40932ba9a12 [2020-09-15T06:34:43.351Z] ---> 41b953b4bf82 [2020-09-15T06:34:43.351Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:34:43.615Z] ---> Running in bdbbc9209925 [2020-09-15T06:34:45.019Z] Removing intermediate container bdbbc9209925 [2020-09-15T06:34:45.019Z] ---> 0fd66e1ccd3b [2020-09-15T06:34:45.019Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T06:34:45.287Z] ---> Running in befa2086969e [2020-09-15T06:34:45.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T06:34:46.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T06:34:48.207Z] OK: 166 MiB in 39 packages [2020-09-15T06:34:48.474Z] Removing intermediate container befa2086969e [2020-09-15T06:34:48.474Z] ---> 47a23c493df6 [2020-09-15T06:34:48.474Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T06:34:48.474Z] ---> Running in ac3bf7c84cc5 [2020-09-15T06:34:48.474Z] Removing intermediate container ac3bf7c84cc5 [2020-09-15T06:34:48.474Z] ---> 014ad09332a5 [2020-09-15T06:34:48.474Z] Step 7/8 : COPY . . [2020-09-15T06:34:49.870Z] ---> 85727878a377 [2020-09-15T06:34:49.870Z] Step 8/8 : RUN go mod download [2020-09-15T06:34:49.870Z] ---> Running in 180b49aab817 [2020-09-15T06:35:02.186Z] Removing intermediate container 180b49aab817 [2020-09-15T06:35:02.186Z] ---> 97274530eae0 [2020-09-15T06:35:02.186Z] Successfully built 97274530eae0 [2020-09-15T06:35:02.186Z] 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:35:02.908Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T06:35:02.908Z] . [Pipeline] withDockerContainer [2020-09-15T06:35:03.019Z] prd-centos7-docker-4c-2g-43256 does not seem to be running inside a container [2020-09-15T06:35:03.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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-15T06:35:04.292Z] $ docker top c7e54a9e920b8fab6bc38a0265d78f9fd9093ce244fa98ed09937e4fb4fc79f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:35:04.872Z] + go version [2020-09-15T06:35:04.872Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T06:35:05.185Z] + make test [2020-09-15T06:35:05.185Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T06:35:05.768Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T06:35:15.891Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T06:35:15.891Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T06:35:15.891Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T06:35:15.891Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.005s coverage: 21.0% of statements [2020-09-15T06:35:15.891Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.073s coverage: 95.7% of statements [2020-09-15T06:35:48.073Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.018s coverage: 8.6% of statements [2020-09-15T06:35:48.073Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.007s coverage: 21.7% of statements [2020-09-15T06:35:48.073Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T06:35:48.073Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.026s coverage: 37.0% of statements [2020-09-15T06:35:48.073Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T06:35:48.073Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.027s coverage: 65.4% of statements [2020-09-15T06:35:48.073Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T06:35:48.073Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T06:35:48.073Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T06:35:48.073Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.111s coverage: 52.6% of statements [2020-09-15T06:35:48.073Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.069s coverage: 68.9% of statements [2020-09-15T06:35:48.074Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T06:35:48.074Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T06:35:48.074Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T06:35:48.074Z] gofmt -l . [2020-09-15T06:35:48.074Z] [ "`gofmt -l .`" = "" ] [2020-09-15T06:35:48.074Z] ./bin/test-attribution-txt.sh [2020-09-15T06:35:48.337Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T06:35:48.975Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T06:35:48.985Z] $ docker stop --time=1 c7e54a9e920b8fab6bc38a0265d78f9fd9093ce244fa98ed09937e4fb4fc79f4 [2020-09-15T06:35:50.521Z] $ docker rm -f c7e54a9e920b8fab6bc38a0265d78f9fd9093ce244fa98ed09937e4fb4fc79f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:35:52.062Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T06:35:52.360Z] + ls -al . [2020-09-15T06:35:52.360Z] total 188 [2020-09-15T06:35:52.360Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 06:35 . [2020-09-15T06:35:52.360Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 06:34 .. [2020-09-15T06:35:52.360Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 06:34 bin [2020-09-15T06:35:52.360Z] -rw-r--r--. 1 jenkins jenkins 111650 Sep 15 06:35 coverage.out [2020-09-15T06:35:52.360Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 06:34 Dockerfile.build [2020-09-15T06:35:52.360Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 06:34 .dockerignore [2020-09-15T06:35:52.360Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 06:34 example [2020-09-15T06:35:52.360Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 06:34 .git [2020-09-15T06:35:52.360Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 06:34 .github [2020-09-15T06:35:52.360Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 06:34 .gitignore [2020-09-15T06:35:52.360Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 06:35 go.mod [2020-09-15T06:35:52.360Z] -rw-r--r--. 1 jenkins jenkins 12258 Sep 15 06:35 go.sum [2020-09-15T06:35:52.360Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 06:34 internal [2020-09-15T06:35:52.360Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 06:34 Jenkinsfile [2020-09-15T06:35:52.360Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 06:34 LICENSE [2020-09-15T06:35:52.360Z] -rw-rw-r--. 1 jenkins jenkins 892 Sep 15 06:34 Makefile [2020-09-15T06:35:52.360Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 06:34 openapi [2020-09-15T06:35:52.360Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 06:34 pkg [2020-09-15T06:35:52.360Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 06:34 README.md [2020-09-15T06:35:52.360Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 06:34 RELEASE-NOTES.txt [2020-09-15T06:35:52.360Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 06:34 .semver [2020-09-15T06:35:52.360Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 06:34 snap [2020-09-15T06:35:52.360Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 06:32 VERSION [2020-09-15T06:35:52.360Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 06:34 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:35:52.666Z] + 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=1d2c81029f0f7629bd95555b5541e500469cf9cd --label arch=amd64 --label version=0.0.0 . [2020-09-15T06:35:52.929Z] Sending build context to Docker daemon 3.262MB [2020-09-15T06:35:52.929Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T06:35:52.929Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T06:35:52.929Z] ---> 97274530eae0 [2020-09-15T06:35:52.929Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T06:35:53.507Z] ---> Running in 3ad31e5fa88a [2020-09-15T06:35:53.507Z] Removing intermediate container 3ad31e5fa88a [2020-09-15T06:35:53.507Z] ---> 7a1a5c1aecb4 [2020-09-15T06:35:53.507Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T06:35:53.507Z] ---> Running in f848ea747540 [2020-09-15T06:35:54.457Z] Removing intermediate container f848ea747540 [2020-09-15T06:35:54.457Z] ---> 3ebdad1f6964 [2020-09-15T06:35:54.457Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:35:54.457Z] ---> Running in 5eccd9c0b789 [2020-09-15T06:35:54.457Z] Removing intermediate container 5eccd9c0b789 [2020-09-15T06:35:54.457Z] ---> 9b2da91bca43 [2020-09-15T06:35:54.457Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:35:54.727Z] ---> Running in b34abba56092 [2020-09-15T06:35:55.675Z] Removing intermediate container b34abba56092 [2020-09-15T06:35:55.675Z] ---> 46463ba877d4 [2020-09-15T06:35:55.676Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T06:35:55.676Z] ---> Running in 3f9bc675f0e1 [2020-09-15T06:35:56.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T06:35:57.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T06:35:57.777Z] OK: 166 MiB in 39 packages [2020-09-15T06:35:58.351Z] Removing intermediate container 3f9bc675f0e1 [2020-09-15T06:35:58.351Z] ---> ba15a41f474a [2020-09-15T06:35:58.351Z] Step 8/24 : COPY . . [2020-09-15T06:35:59.303Z] ---> 2b3794db9009 [2020-09-15T06:35:59.303Z] Step 9/24 : RUN ${MAKE} [2020-09-15T06:35:59.303Z] ---> Running in c2b7f6ee3b80 [2020-09-15T06:35:59.892Z] 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:36:05.850Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43259 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws [2020-09-15T06:36:05.911Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-15T06:36:08.150Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T06:36:09.096Z] Removing intermediate container c2b7f6ee3b80 [2020-09-15T06:36:09.096Z] ---> 67ef24743bf6 [2020-09-15T06:36:09.096Z] Step 10/24 : FROM scratch [2020-09-15T06:36:09.097Z] ---> [2020-09-15T06:36:09.097Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:36:09.097Z] ---> Running in 1c79f8eee2fc [2020-09-15T06:36:09.362Z] Removing intermediate container 1c79f8eee2fc [2020-09-15T06:36:09.362Z] ---> f9c7a9c29288 [2020-09-15T06:36:09.362Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T06:36:09.362Z] ---> Running in 5448a142b62d [2020-09-15T06:36:09.362Z] Removing intermediate container 5448a142b62d [2020-09-15T06:36:09.362Z] ---> 58d85ff00e77 [2020-09-15T06:36:09.362Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T06:36:09.626Z] ---> Running in 99740856c559 [2020-09-15T06:36:09.626Z] Removing intermediate container 99740856c559 [2020-09-15T06:36:09.626Z] ---> f36bd5aae07b [2020-09-15T06:36:09.626Z] Step 14/24 : WORKDIR / [2020-09-15T06:36:09.626Z] ---> Running in 0aa1d1667f83 [2020-09-15T06:36:09.888Z] Removing intermediate container 0aa1d1667f83 [2020-09-15T06:36:09.888Z] ---> 182c68516780 [2020-09-15T06:36:09.888Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T06:36:10.461Z] ---> a0243fac7125 [2020-09-15T06:36:10.461Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T06:36:10.461Z] ---> 0b1cbbd2fcb1 [2020-09-15T06:36:10.461Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T06:36:10.724Z] ---> 2391bb98e966 [2020-09-15T06:36:10.724Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T06:36:10.986Z] ---> 6fc6626776a6 [2020-09-15T06:36:10.986Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T06:36:11.248Z] ---> 885935cf7d68 [2020-09-15T06:36:11.248Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T06:36:11.248Z] ---> Running in e3059a161775 [2020-09-15T06:36:11.511Z] Removing intermediate container e3059a161775 [2020-09-15T06:36:11.511Z] ---> 198292a11f42 [2020-09-15T06:36:11.511Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T06:36:11.511Z] ---> Running in bfcbbbc529e8 [2020-09-15T06:36:11.772Z] Removing intermediate container bfcbbbc529e8 [2020-09-15T06:36:11.772Z] ---> 376083538db5 [2020-09-15T06:36:11.772Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T06:36:11.772Z] ---> Running in 68a8e53b14fa [2020-09-15T06:36:11.864Z] using credential edgex-jenkins-ssh [2020-09-15T06:36:11.929Z] Cloning the remote Git repository [2020-09-15T06:36:11.929Z] Cloning with configured refspecs honoured and without tags [2020-09-15T06:36:12.034Z] Removing intermediate container 68a8e53b14fa [2020-09-15T06:36:12.034Z] ---> cf3c6890f645 [2020-09-15T06:36:12.034Z] Step 23/24 : LABEL git_sha=1d2c81029f0f7629bd95555b5541e500469cf9cd [2020-09-15T06:36:12.034Z] ---> Running in 5e1bef2b1ee6 [2020-09-15T06:36:11.981Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:36:12.109Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-15T06:36:12.190Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:36:12.191Z] > git --version # timeout=10 [2020-09-15T06:36:12.206Z] > git --version # 'git version 2.17.1' [2020-09-15T06:36:12.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:36:12.295Z] Removing intermediate container 5e1bef2b1ee6 [2020-09-15T06:36:12.295Z] ---> 07cf5f1f6f68 [2020-09-15T06:36:12.295Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T06:36:12.295Z] ---> Running in 7a48800f86d3 [2020-09-15T06:36:12.557Z] Removing intermediate container 7a48800f86d3 [2020-09-15T06:36:12.557Z] ---> 2b2c6801ffef [2020-09-15T06:36:12.557Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T06:36:12.557Z] Successfully built 2b2c6801ffef [2020-09-15T06:36:12.557Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-09-15T06:36:13.319Z] Fetching without tags [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2020-09-15T06:36:12.271Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:36:13.214Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:36:13.241Z] > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 [2020-09-15T06:36:13.262Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:36:13.289Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:36:13.326Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:36:13.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:36:13.342Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-15T06:36:13.796Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 1d2c81029f0f7629bd95555b5541e500469cf9cd [Pipeline] // stage [Pipeline] } [2020-09-15T06:36:14.067Z] Merge succeeded, producing 1d2c81029f0f7629bd95555b5541e500469cf9cd [2020-09-15T06:36:14.068Z] Checking out Revision 1d2c81029f0f7629bd95555b5541e500469cf9cd (PR-582) [2020-09-15T06:36:13.813Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:36:13.829Z] > git checkout -f 1d2c81029f0f7629bd95555b5541e500469cf9cd # timeout=10 [2020-09-15T06:36:13.953Z] > git remote # timeout=10 [2020-09-15T06:36:13.977Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T06:36:14.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:36:14.022Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T06:36:14.046Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T06:36:14.072Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:36:14.087Z] > git checkout -f 1d2c81029f0f7629bd95555b5541e500469cf9cd # timeout=10 [2020-09-15T06:36:18.652Z] Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T06:36:19.974Z] ========================================================= [2020-09-15T06:36:19.974Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T06:36:19.974Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:36:20.980Z] + 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:36:21.960Z] Sending build context to Docker daemon 3.15MB [2020-09-15T06:36:21.961Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T06:36:21.961Z] Step 2/8 : FROM ${BASE} [2020-09-15T06:36:22.238Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T06:36:22.238Z] b538f80385f9: Pulling fs layer [2020-09-15T06:36:22.238Z] 74f711af9a0d: Pulling fs layer [2020-09-15T06:36:22.238Z] 99f96fe45779: Pulling fs layer [2020-09-15T06:36:22.238Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T06:36:22.238Z] 45590311c82a: Pulling fs layer [2020-09-15T06:36:22.238Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T06:36:22.238Z] 209524e5b208: Pulling fs layer [2020-09-15T06:36:22.238Z] 8529a6b9a6be: Waiting [2020-09-15T06:36:22.238Z] 45590311c82a: Waiting [2020-09-15T06:36:22.238Z] 69ca0ff8b7b3: Waiting [2020-09-15T06:36:22.238Z] 209524e5b208: Waiting [2020-09-15T06:36:22.515Z] 99f96fe45779: Verifying Checksum [2020-09-15T06:36:22.515Z] 99f96fe45779: Download complete [2020-09-15T06:36:22.515Z] 74f711af9a0d: Verifying Checksum [2020-09-15T06:36:22.515Z] 74f711af9a0d: Download complete [2020-09-15T06:36:22.515Z] 45590311c82a: Verifying Checksum [2020-09-15T06:36:22.515Z] 45590311c82a: Download complete [2020-09-15T06:36:22.792Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T06:36:22.792Z] 69ca0ff8b7b3: Download complete [2020-09-15T06:36:22.792Z] b538f80385f9: Verifying Checksum [2020-09-15T06:36:22.792Z] b538f80385f9: Download complete [2020-09-15T06:36:23.389Z] b538f80385f9: Pull complete [2020-09-15T06:36:24.000Z] 74f711af9a0d: Pull complete [2020-09-15T06:36:24.278Z] 99f96fe45779: Pull complete [2020-09-15T06:36:24.882Z] 209524e5b208: Verifying Checksum [2020-09-15T06:36:24.882Z] 209524e5b208: Download complete [2020-09-15T06:36:27.520Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T06:36:27.520Z] 8529a6b9a6be: Download complete [2020-09-15T06:36:37.683Z] 8529a6b9a6be: Pull complete [2020-09-15T06:36:37.683Z] 45590311c82a: Pull complete [2020-09-15T06:36:37.683Z] 69ca0ff8b7b3: Pull complete [2020-09-15T06:36:41.101Z] 209524e5b208: Pull complete [2020-09-15T06:36:41.101Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T06:36:41.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T06:36:41.101Z] ---> 5bddaf1c2fca [2020-09-15T06:36:41.101Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:36:43.721Z] ---> Running in 038827a8a8b0 [2020-09-15T06:36:44.318Z] Removing intermediate container 038827a8a8b0 [2020-09-15T06:36:44.319Z] ---> f10807eaf09c [2020-09-15T06:36:44.319Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:36:44.319Z] ---> Running in e32472fdec9f [2020-09-15T06:36:46.984Z] Removing intermediate container e32472fdec9f [2020-09-15T06:36:46.984Z] ---> 4e03b00faea3 [2020-09-15T06:36:46.984Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T06:36:47.257Z] ---> Running in c96229b7b590 [2020-09-15T06:36:48.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T06:36:50.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T06:36:52.142Z] OK: 142 MiB in 39 packages [2020-09-15T06:36:52.742Z] Removing intermediate container c96229b7b590 [2020-09-15T06:36:52.742Z] ---> 67f82eba22b8 [2020-09-15T06:36:52.742Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T06:36:53.016Z] ---> Running in 97a77cf8821c [2020-09-15T06:36:53.610Z] Removing intermediate container 97a77cf8821c [2020-09-15T06:36:53.610Z] ---> 27ba9a74206c [2020-09-15T06:36:53.610Z] Step 7/8 : COPY . . [2020-09-15T06:36:55.036Z] ---> 01d30d35ac9c [2020-09-15T06:36:55.036Z] Step 8/8 : RUN go mod download [2020-09-15T06:36:55.036Z] ---> Running in 21399043a068 [2020-09-15T06:37:10.148Z] Removing intermediate container 21399043a068 [2020-09-15T06:37:10.148Z] ---> e336f3043d51 [2020-09-15T06:37:10.148Z] Successfully built e336f3043d51 [2020-09-15T06:37:10.148Z] 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:37:11.076Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T06:37:11.076Z] . [Pipeline] withDockerContainer [2020-09-15T06:37:11.465Z] prd-ubuntu18.04-docker-arm64-4c-16g-43259 does not seem to be running inside a container [2020-09-15T06:37:11.588Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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-arm64 cat [2020-09-15T06:37:13.708Z] $ docker top 56edc0c450a33a5b4a12b9042c792e9de1f95674d8d015584d6f57cd069a7815 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:37:15.223Z] + go version [2020-09-15T06:37:15.223Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T06:37:16.306Z] + make test [2020-09-15T06:37:16.306Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T06:37:17.289Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T06:37:49.716Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T06:37:49.716Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T06:37:49.716Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T06:37:49.716Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.027s coverage: 21.0% of statements [2020-09-15T06:37:50.705Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.175s coverage: 95.7% of statements [2020-09-15T06:38:23.066Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.021s coverage: 8.6% of statements [2020-09-15T06:38:23.066Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.018s coverage: 21.7% of statements [2020-09-15T06:38:23.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T06:38:23.066Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.085s coverage: 37.0% of statements [2020-09-15T06:38:23.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T06:38:23.066Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.154s coverage: 65.4% of statements [2020-09-15T06:38:23.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T06:38:23.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T06:38:23.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T06:38:23.066Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.052s coverage: 52.6% of statements [2020-09-15T06:38:23.066Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.255s coverage: 68.9% of statements [2020-09-15T06:38:23.066Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T06:38:23.066Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T06:38:23.066Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T06:38:27.397Z] gofmt -l . [2020-09-15T06:38:27.990Z] [ "`gofmt -l .`" = "" ] [2020-09-15T06:38:28.268Z] ./bin/test-attribution-txt.sh [2020-09-15T06:38:28.874Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T06:38:29.507Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T06:38:30.347Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T06:38:30.359Z] $ docker stop --time=1 56edc0c450a33a5b4a12b9042c792e9de1f95674d8d015584d6f57cd069a7815 [2020-09-15T06:38:32.564Z] $ docker rm -f 56edc0c450a33a5b4a12b9042c792e9de1f95674d8d015584d6f57cd069a7815 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:38:34.058Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T06:38:34.397Z] + ls -al . [2020-09-15T06:38:34.397Z] total 228 [2020-09-15T06:38:34.397Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 06:38 . [2020-09-15T06:38:34.397Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:36 .. [2020-09-15T06:38:34.397Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 06:36 .dockerignore [2020-09-15T06:38:34.397Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 06:36 .git [2020-09-15T06:38:34.397Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 06:36 .github [2020-09-15T06:38:34.397Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 06:36 .gitignore [2020-09-15T06:38:34.397Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 06:36 .semver [2020-09-15T06:38:34.397Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 06:36 Dockerfile.build [2020-09-15T06:38:34.397Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 06:36 Jenkinsfile [2020-09-15T06:38:34.397Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 06:36 LICENSE [2020-09-15T06:38:34.397Z] -rw-rw-r-- 1 jenkins jenkins 892 Sep 15 06:36 Makefile [2020-09-15T06:38:34.397Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 06:36 README.md [2020-09-15T06:38:34.397Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 06:36 RELEASE-NOTES.txt [2020-09-15T06:38:34.397Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 06:32 VERSION [2020-09-15T06:38:34.397Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 06:36 bin [2020-09-15T06:38:34.397Z] -rw-r--r-- 1 jenkins jenkins 111650 Sep 15 06:38 coverage.out [2020-09-15T06:38:34.397Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:36 example [2020-09-15T06:38:34.397Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 06:38 go.mod [2020-09-15T06:38:34.397Z] -rw-r--r-- 1 jenkins jenkins 12258 Sep 15 06:38 go.sum [2020-09-15T06:38:34.397Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 06:36 internal [2020-09-15T06:38:34.397Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:36 openapi [2020-09-15T06:38:34.397Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 06:36 pkg [2020-09-15T06:38:34.397Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:36 snap [2020-09-15T06:38:34.397Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 06:36 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:38:34.752Z] + 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=1d2c81029f0f7629bd95555b5541e500469cf9cd --label arch=arm64 --label version=0.0.0 . [2020-09-15T06:38:35.027Z] Sending build context to Docker daemon 3.264MB [2020-09-15T06:38:35.306Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T06:38:35.306Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T06:38:35.306Z] ---> e336f3043d51 [2020-09-15T06:38:35.306Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T06:38:35.582Z] ---> Running in e4273dd546d5 [2020-09-15T06:38:35.877Z] Removing intermediate container e4273dd546d5 [2020-09-15T06:38:35.877Z] ---> 8b0686fe8e57 [2020-09-15T06:38:35.877Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T06:38:36.161Z] ---> Running in 8422d4e74d01 [2020-09-15T06:38:36.770Z] Removing intermediate container 8422d4e74d01 [2020-09-15T06:38:36.770Z] ---> 4779648e0786 [2020-09-15T06:38:36.770Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:38:36.770Z] ---> Running in 9df05bf61e50 [2020-09-15T06:38:37.376Z] Removing intermediate container 9df05bf61e50 [2020-09-15T06:38:37.376Z] ---> 6810532c975d [2020-09-15T06:38:37.376Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:38:37.376Z] ---> Running in 008d59bf1d5f [2020-09-15T06:38:40.036Z] Removing intermediate container 008d59bf1d5f [2020-09-15T06:38:40.036Z] ---> afc77b6c3fbf [2020-09-15T06:38:40.036Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T06:38:40.036Z] ---> Running in ae87c74bf926 [2020-09-15T06:38:41.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T06:38:42.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T06:38:43.430Z] OK: 142 MiB in 39 packages [2020-09-15T06:38:44.432Z] Removing intermediate container ae87c74bf926 [2020-09-15T06:38:44.432Z] ---> ac3a7903925b [2020-09-15T06:38:44.432Z] Step 8/24 : COPY . . [2020-09-15T06:38:45.882Z] ---> 839e70dd7df6 [2020-09-15T06:38:45.882Z] Step 9/24 : RUN ${MAKE} [2020-09-15T06:38:45.882Z] ---> Running in b3492fd644fa [2020-09-15T06:38:47.331Z] 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:39:09.568Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T06:39:12.242Z] Removing intermediate container b3492fd644fa [2020-09-15T06:39:12.242Z] ---> e4e921686ca6 [2020-09-15T06:39:12.242Z] Step 10/24 : FROM scratch [2020-09-15T06:39:12.242Z] ---> [2020-09-15T06:39:12.242Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:39:12.242Z] ---> Running in 91989f717d6a [2020-09-15T06:39:12.242Z] Removing intermediate container 91989f717d6a [2020-09-15T06:39:12.242Z] ---> cbd26b4184a7 [2020-09-15T06:39:12.242Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T06:39:12.526Z] ---> Running in f04655b6b603 [2020-09-15T06:39:12.811Z] Removing intermediate container f04655b6b603 [2020-09-15T06:39:12.811Z] ---> 5c0441e679f2 [2020-09-15T06:39:12.811Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T06:39:13.101Z] ---> Running in 51995ee12d91 [2020-09-15T06:39:13.372Z] Removing intermediate container 51995ee12d91 [2020-09-15T06:39:13.372Z] ---> 0ca868cdc12b [2020-09-15T06:39:13.372Z] Step 14/24 : WORKDIR / [2020-09-15T06:39:13.372Z] ---> Running in 4cab9a3c9b2e [2020-09-15T06:39:13.970Z] Removing intermediate container 4cab9a3c9b2e [2020-09-15T06:39:13.970Z] ---> 1e49ceb3529e [2020-09-15T06:39:13.970Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T06:39:14.999Z] ---> 2d72dc03ebde [2020-09-15T06:39:14.999Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T06:39:15.990Z] ---> d698098114c3 [2020-09-15T06:39:15.990Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T06:39:16.596Z] ---> 30627eae5aff [2020-09-15T06:39:16.596Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T06:39:17.204Z] ---> 7276559bb73d [2020-09-15T06:39:17.204Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T06:39:17.837Z] ---> 11e14ba86077 [2020-09-15T06:39:17.837Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T06:39:18.112Z] ---> Running in 6e1039ec527e [2020-09-15T06:39:18.708Z] Removing intermediate container 6e1039ec527e [2020-09-15T06:39:18.709Z] ---> ab673f0f0bf6 [2020-09-15T06:39:18.709Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T06:39:18.709Z] ---> Running in 10be182f7f0d [2020-09-15T06:39:19.307Z] Removing intermediate container 10be182f7f0d [2020-09-15T06:39:19.307Z] ---> 229e04646138 [2020-09-15T06:39:19.307Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T06:39:19.307Z] ---> Running in c1e390907120 [2020-09-15T06:39:19.913Z] Removing intermediate container c1e390907120 [2020-09-15T06:39:19.913Z] ---> 24810c7052ae [2020-09-15T06:39:19.913Z] Step 23/24 : LABEL git_sha=1d2c81029f0f7629bd95555b5541e500469cf9cd [2020-09-15T06:39:19.913Z] ---> Running in e3f1cb9407f7 [2020-09-15T06:39:20.530Z] Removing intermediate container e3f1cb9407f7 [2020-09-15T06:39:20.530Z] ---> 102689e2b156 [2020-09-15T06:39:20.530Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T06:39:20.530Z] ---> Running in 360d5000f923 [2020-09-15T06:39:21.135Z] Removing intermediate container 360d5000f923 [2020-09-15T06:39:21.135Z] ---> c67fd0f47a23 [2020-09-15T06:39:21.135Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T06:39:21.135Z] Successfully built c67fd0f47a23 [2020-09-15T06:39:21.135Z] 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:39:23.504Z] provisioning config files... [2020-09-15T06:39:23.515Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config1690669790937481501tmp [Pipeline] { [Pipeline] sh [2020-09-15T06:39:23.923Z] + curl -s https://codecov.io/bash [2020-09-15T06:39:23.923Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config1690669790937481501tmp [Pipeline] } [2020-09-15T06:39:24.200Z] 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:39:26.608Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:39:27.189Z] ---> package-listing.sh [2020-09-15T06:39:27.190Z] ++ facter osfamily [2020-09-15T06:39:27.190Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T06:39:27.190Z] + OS_FAMILY=redhat [2020-09-15T06:39:27.190Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-09-15T06:39:27.190Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T06:39:27.190Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T06:39:27.190Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T06:39:27.190Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T06:39:27.190Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' [2020-09-15T06:39:27.190Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T06:39:27.190Z] + case "${OS_FAMILY}" in [2020-09-15T06:39:27.190Z] + rpm -qa [2020-09-15T06:39:27.190Z] + sort [2020-09-15T06:39:31.447Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T06:39:31.447Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T06:39:31.447Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T06:39:31.447Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' [2020-09-15T06:39:31.447Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [2020-09-15T06:39:31.447Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:39:31.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:39:31.956Z] [2020-09-15T06:39:31.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:39:32.321Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:39:32.322Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T06:39:32.322Z] df20fa9351a1: Pulling fs layer [2020-09-15T06:39:32.322Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T06:39:32.322Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T06:39:32.322Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T06:39:32.322Z] 0dadc02b9964: Pulling fs layer [2020-09-15T06:39:32.322Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T06:39:32.322Z] 7a184a31f384: Pulling fs layer [2020-09-15T06:39:32.322Z] 0879bd2ef858: Pulling fs layer [2020-09-15T06:39:32.322Z] ce6a7cf60c04: Waiting [2020-09-15T06:39:32.322Z] 7a184a31f384: Waiting [2020-09-15T06:39:32.322Z] 0879bd2ef858: Waiting [2020-09-15T06:39:32.322Z] 46f8f816bc3b: Waiting [2020-09-15T06:39:32.322Z] 0dadc02b9964: Waiting [2020-09-15T06:39:32.322Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T06:39:32.322Z] 36b3adc4ff6f: Download complete [2020-09-15T06:39:32.322Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T06:39:32.322Z] 46f8f816bc3b: Download complete [2020-09-15T06:39:32.322Z] df20fa9351a1: Download complete [2020-09-15T06:39:32.322Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T06:39:32.322Z] ce6a7cf60c04: Download complete [2020-09-15T06:39:32.586Z] 7a184a31f384: Verifying Checksum [2020-09-15T06:39:32.586Z] 7a184a31f384: Download complete [2020-09-15T06:39:32.586Z] 0dadc02b9964: Verifying Checksum [2020-09-15T06:39:32.586Z] 0dadc02b9964: Download complete [2020-09-15T06:39:32.586Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T06:39:32.586Z] 8ad3a11d3b57: Download complete [2020-09-15T06:39:32.855Z] df20fa9351a1: Pull complete [2020-09-15T06:39:33.124Z] 36b3adc4ff6f: Pull complete [2020-09-15T06:39:33.124Z] 0879bd2ef858: Verifying Checksum [2020-09-15T06:39:33.124Z] 0879bd2ef858: Download complete [2020-09-15T06:39:33.712Z] 8ad3a11d3b57: Pull complete [2020-09-15T06:39:33.712Z] 46f8f816bc3b: Pull complete [2020-09-15T06:39:33.979Z] 0dadc02b9964: Pull complete [2020-09-15T06:39:33.979Z] ce6a7cf60c04: Pull complete [2020-09-15T06:39:34.242Z] 7a184a31f384: Pull complete [2020-09-15T06:39:36.190Z] 0879bd2ef858: Pull complete [2020-09-15T06:39:36.454Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T06:39:36.454Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:39:36.454Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T06:39:36.604Z] prd-centos7-docker-4c-2g-43250 does not seem to be running inside a container [2020-09-15T06:39:36.661Z] $ 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-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T06:39:42.699Z] $ docker top da57b93e2ed8bfeff35731fbfa9a2764f0722fc1e59f7e283021a7645039d9ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:39:43.259Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T06:39:43.573Z] + ls /var/log/sa-host [2020-09-15T06:39:43.573Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T06:39:43.573Z] file_magic: OK [2020-09-15T06:39:43.573Z] HZ: Using current value: 100 [2020-09-15T06:39:43.573Z] file_header: OK [2020-09-15T06:39:43.573Z] 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:39:43.573Z] Statistics: [2020-09-15T06:39:43.573Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T06:39:43.573Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T06:39:43.573Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T06:39:43.573Z] file_magic: OK [2020-09-15T06:39:43.573Z] HZ: Using current value: 100 [2020-09-15T06:39:43.573Z] file_header: OK [2020-09-15T06:39:43.573Z] 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:39:43.573Z] Statistics: [2020-09-15T06:39:43.573Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T06:39:43.573Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T06:39:43.638Z] provisioning config files... [2020-09-15T06:39:43.663Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config3703350768894740610tmp [Pipeline] { [Pipeline] echo [2020-09-15T06:39:43.733Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:39:44.033Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T06:39:44.043Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:39:44.349Z] ---> logs-deploy.sh [2020-09-15T06:39:44.349Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-582/3 [2020-09-15T06:39:44.349Z] INFO: archiving workspace using pattern(s): [2020-09-15T06:39:45.766Z] Archives upload complete. [2020-09-15T06:39:45.766Z] INFO: archiving logs to Nexus