Pull request #553 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 weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 34586eebf1e8dc7164860841d693f6652cfed50d rather than 925ab5b9da818d45ca80fc76b648a7cd48e44316 Obtained Jenkinsfile from 34586eebf1e8dc7164860841d693f6652cfed50d 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43314 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [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-553 # 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/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 34586eebf1e8dc7164860841d693f6652cfed50d into PR head commit 925ab5b9da818d45ca80fc76b648a7cd48e44316 Merge succeeded, producing 925ab5b9da818d45ca80fc76b648a7cd48e44316 Checking out Revision 925ab5b9da818d45ca80fc76b648a7cd48e44316 (PR-553) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # 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/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 925ab5b9da818d45ca80fc76b648a7cd48e44316 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 925ab5b9da818d45ca80fc76b648a7cd48e44316 # timeout=10 Commit message: "fix: Create a buffer to handle the AsyncValues" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 966a3ac5b3067e46b49cbd3d06faec0746e464c1 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T15:16:53.525Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T15:16:53.824Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T15:16:53.938Z] ========================================================= [2020-09-15T15:16:53.939Z] EdgeX Global Pipelines Version Info [2020-09-15T15:16:53.939Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T15:16:56.342Z] ------------------- [2020-09-15T15:16:56.342Z] stable info: [2020-09-15T15:16:56.342Z] ------------------- [2020-09-15T15:16:56.342Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T15:16:56.342Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T15:16:56.342Z] Message: update stable to v1.0.119 [2020-09-15T15:16:57.289Z] ------------------- [2020-09-15T15:16:57.289Z] experimental info: [2020-09-15T15:16:57.289Z] ------------------- [2020-09-15T15:16:57.289Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T15:16:57.289Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T15:16:57.289Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T15:16:57.830Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T15:16:57.949Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T15:16:58.049Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T15:16:58.147Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T15:16:58.256Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T15:16:58.358Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T15:16:58.465Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T15:16:58.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T15:16:58.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T15:16:58.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T15:16:58.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T15:16:59.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T15:16:59.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T15:16:59.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T15:16:59.348Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T15:16:59.497Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T15:16:59.611Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T15:16:59.718Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T15:16:59.819Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T15:16:59.914Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T15:17:00.012Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T15:17:00.118Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T15:17:00.456Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-553 [Pipeline] echo [2020-09-15T15:17:00.584Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-553 [Pipeline] echo [2020-09-15T15:17:00.689Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-553 [Pipeline] echo [2020-09-15T15:17:00.808Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 925ab5b9da818d45ca80fc76b648a7cd48e44316 [Pipeline] echo [2020-09-15T15:17:01.118Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 925ab5b [Pipeline] echo [2020-09-15T15:17:01.235Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T15:17:02.175Z] + git log --format=format:%s -1 925ab5b9da818d45ca80fc76b648a7cd48e44316 [Pipeline] echo [2020-09-15T15:17:02.239Z] GIT_COMMIT: 925ab5b9da818d45ca80fc76b648a7cd48e44316, Commit Message: fix: Create a buffer to handle the AsyncValues [Pipeline] echo [2020-09-15T15:17:02.302Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:17:02.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T15:17:03.156Z] [2020-09-15T15:17:03.156Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:17:03.507Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T15:17:03.507Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T15:17:03.507Z] 31603596830f: Pulling fs layer [2020-09-15T15:17:03.507Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T15:17:03.507Z] 6ca5941a6612: Pulling fs layer [2020-09-15T15:17:03.507Z] ecc8261a40a4: Pulling fs layer [2020-09-15T15:17:03.507Z] ecc8261a40a4: Waiting [2020-09-15T15:17:03.507Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T15:17:03.507Z] 2a8b12db71e7: Download complete [2020-09-15T15:17:03.770Z] 31603596830f: Verifying Checksum [2020-09-15T15:17:03.770Z] 31603596830f: Download complete [2020-09-15T15:17:03.770Z] ecc8261a40a4: Verifying Checksum [2020-09-15T15:17:03.770Z] ecc8261a40a4: Download complete [2020-09-15T15:17:03.770Z] 6ca5941a6612: Verifying Checksum [2020-09-15T15:17:03.770Z] 6ca5941a6612: Download complete [2020-09-15T15:17:04.034Z] 31603596830f: Pull complete [2020-09-15T15:17:04.034Z] 2a8b12db71e7: Pull complete [2020-09-15T15:17:04.982Z] 6ca5941a6612: Pull complete [2020-09-15T15:17:05.243Z] ecc8261a40a4: Pull complete [2020-09-15T15:17:05.243Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T15:17:05.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T15:17:05.243Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T15:17:05.348Z] prd-centos7-docker-4c-2g-43314 does not seem to be running inside a container [2020-09-15T15:17:05.406Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T15:17:07.599Z] $ docker top 0ac3969c63a1a95c85341038c856cd07cdf1c5a61b744b168253e96f9f8394f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T15:17:07.916Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T15:17:07.917Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T15:17:08.135Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T15:17:08.143Z] $ docker exec 0ac3969c63a1a95c85341038c856cd07cdf1c5a61b744b168253e96f9f8394f4 ssh-agent [2020-09-15T15:17:08.310Z] SSH_AUTH_SOCK=/tmp/ssh-bG09x3nJUbxW/agent.11 [2020-09-15T15:17:08.310Z] SSH_AGENT_PID=16 [2020-09-15T15:17:08.321Z] Running ssh-add (command line suppressed) [2020-09-15T15:17:08.444Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_7022085783381543473.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_7022085783381543473.key) [2020-09-15T15:17:08.492Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T15:17:08.827Z] + git describe --exact-match --tags HEAD [2020-09-15T15:17:08.827Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T15:17:08.852Z] $ docker exec --env ******** --env ******** 0ac3969c63a1a95c85341038c856cd07cdf1c5a61b744b168253e96f9f8394f4 ssh-agent -k [2020-09-15T15:17:08.962Z] unset SSH_AUTH_SOCK; [2020-09-15T15:17:08.962Z] unset SSH_AGENT_PID; [2020-09-15T15:17:08.962Z] echo Agent pid 16 killed; [2020-09-15T15:17:09.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T15:17:09.101Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T15:17:09.102Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T15:17:09.205Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T15:17:09.206Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T15:17:09.369Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T15:17:09.376Z] $ docker exec 0ac3969c63a1a95c85341038c856cd07cdf1c5a61b744b168253e96f9f8394f4 ssh-agent [2020-09-15T15:17:09.550Z] SSH_AUTH_SOCK=/tmp/ssh-nBjQLoSeZiRa/agent.46 [2020-09-15T15:17:09.550Z] SSH_AGENT_PID=51 [2020-09-15T15:17:09.557Z] Running ssh-add (command line suppressed) [2020-09-15T15:17:09.727Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_304564954251781549.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_304564954251781549.key) [2020-09-15T15:17:09.775Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T15:17:10.114Z] + git semver init [2020-09-15T15:17:10.114Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T15:17:10.114Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.git [2020-09-15T15:17:10.114Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-09-15T15:17:10.114Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T15:17:10.114Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T15:17:10.114Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T15:17:10.114Z] # $SEMVER_BRANCH = PR-553 [2020-09-15T15:17:10.114Z] # $SEMVER_TEMP = /tmp/semver-491418988 [2020-09-15T15:17:10.114Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T15:17:10.690Z] # '/tmp/semver-491418988' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver' [2020-09-15T15:17:10.690Z] # -> Force: false [2020-09-15T15:17:10.690Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver [Pipeline] } [2020-09-15T15:17:10.706Z] $ docker exec --env ******** --env ******** 0ac3969c63a1a95c85341038c856cd07cdf1c5a61b744b168253e96f9f8394f4 ssh-agent -k [2020-09-15T15:17:10.827Z] unset SSH_AUTH_SOCK; [2020-09-15T15:17:10.828Z] unset SSH_AGENT_PID; [2020-09-15T15:17:10.828Z] echo Agent pid 51 killed; [2020-09-15T15:17:10.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T15:17:11.515Z] + git semver [Pipeline] } [2020-09-15T15:17:11.540Z] $ docker stop --time=1 0ac3969c63a1a95c85341038c856cd07cdf1c5a61b744b168253e96f9f8394f4 [2020-09-15T15:17:12.943Z] $ docker rm -f 0ac3969c63a1a95c85341038c856cd07cdf1c5a61b744b168253e96f9f8394f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T15:17:13.907Z] Stashed 35 file(s) [Pipeline] echo [2020-09-15T15:17:13.911Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T15:17:14.040Z] 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-15T15:17:29.557Z] Still waiting to schedule task [2020-09-15T15:17:29.557Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T15:17:29.560Z] Still waiting to schedule task [2020-09-15T15:17:29.560Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-15T15:20:49.139Z] Running on prd-centos7-docker-4c-2g-43316 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws [2020-09-15T15:20:49.250Z] Running in /w/workspace/device-sdk-go/18 [Pipeline] { [Pipeline] checkout [2020-09-15T15:20:56.831Z] using credential edgex-jenkins-ssh [2020-09-15T15:20:56.941Z] Cloning the remote Git repository [2020-09-15T15:20:56.942Z] Cloning with configured refspecs honoured and without tags [2020-09-15T15:20:56.980Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T15:20:58.043Z] Fetching without tags [2020-09-15T15:20:57.081Z] > git init /w/workspace/device-sdk-go/18 # timeout=10 [2020-09-15T15:20:57.159Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T15:20:57.159Z] > git --version # timeout=10 [2020-09-15T15:20:57.171Z] > git --version # 'git version 2.16.5' [2020-09-15T15:20:57.172Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T15:20:57.234Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T15:20:57.959Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T15:20:57.972Z] > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 [2020-09-15T15:20:58.009Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T15:20:58.032Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T15:20:58.057Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T15:20:58.058Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T15:20:58.065Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T15:20:58.534Z] Merging remotes/origin/master commit 34586eebf1e8dc7164860841d693f6652cfed50d into PR head commit 925ab5b9da818d45ca80fc76b648a7cd48e44316 [2020-09-15T15:20:58.809Z] Merge succeeded, producing 925ab5b9da818d45ca80fc76b648a7cd48e44316 [2020-09-15T15:20:58.809Z] Checking out Revision 925ab5b9da818d45ca80fc76b648a7cd48e44316 (PR-553) [2020-09-15T15:20:58.546Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T15:20:58.569Z] > git checkout -f 925ab5b9da818d45ca80fc76b648a7cd48e44316 # timeout=10 [2020-09-15T15:20:58.633Z] > git remote # timeout=10 [2020-09-15T15:20:58.644Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T15:20:58.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T15:20:58.702Z] > git merge 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 [2020-09-15T15:20:58.746Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T15:20:58.815Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T15:20:58.840Z] > git checkout -f 925ab5b9da818d45ca80fc76b648a7cd48e44316 # timeout=10 [2020-09-15T15:21:00.453Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43315 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws [2020-09-15T15:21:00.539Z] Running in /w/workspace/device-sdk-go/18 [Pipeline] { [Pipeline] checkout [2020-09-15T15:21:02.909Z] Commit message: "fix: Create a buffer to handle the AsyncValues" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T15:21:04.134Z] ========================================================= [2020-09-15T15:21:04.134Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T15:21:04.134Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:21:05.408Z] + 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-15T15:21:05.755Z] using credential edgex-jenkins-ssh [2020-09-15T15:21:05.815Z] Cloning the remote Git repository [2020-09-15T15:21:05.815Z] Cloning with configured refspecs honoured and without tags [2020-09-15T15:21:06.480Z] Sending build context to Docker daemon 3.156MB [2020-09-15T15:21:06.481Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T15:21:06.481Z] Step 2/8 : FROM ${BASE} [2020-09-15T15:21:06.481Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T15:21:06.481Z] df20fa9351a1: Pulling fs layer [2020-09-15T15:21:06.481Z] ed8968b2872e: Pulling fs layer [2020-09-15T15:21:06.481Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T15:21:06.481Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T15:21:06.481Z] e73272ec9a57: Pulling fs layer [2020-09-15T15:21:06.481Z] 1e910a182e73: Pulling fs layer [2020-09-15T15:21:06.481Z] 4e634b169226: Pulling fs layer [2020-09-15T15:21:06.481Z] e73272ec9a57: Waiting [2020-09-15T15:21:06.481Z] 1e910a182e73: Waiting [2020-09-15T15:21:06.481Z] 4e634b169226: Waiting [2020-09-15T15:21:06.481Z] e871e8e8d7a9: Waiting [2020-09-15T15:21:06.481Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T15:21:06.481Z] a92cc7c5fd73: Download complete [2020-09-15T15:21:06.481Z] ed8968b2872e: Download complete [2020-09-15T15:21:06.481Z] e73272ec9a57: Verifying Checksum [2020-09-15T15:21:06.481Z] e73272ec9a57: Download complete [2020-09-15T15:21:05.881Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T15:21:05.989Z] > git init /w/workspace/device-sdk-go/18 # timeout=10 [2020-09-15T15:21:06.048Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T15:21:06.048Z] > git --version # timeout=10 [2020-09-15T15:21:06.072Z] > git --version # 'git version 2.17.1' [2020-09-15T15:21:06.074Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T15:21:06.150Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T15:21:07.183Z] 1e910a182e73: Verifying Checksum [2020-09-15T15:21:07.183Z] 1e910a182e73: Download complete [2020-09-15T15:21:07.336Z] Fetching without tags [2020-09-15T15:21:07.814Z] Merging remotes/origin/master commit 34586eebf1e8dc7164860841d693f6652cfed50d into PR head commit 925ab5b9da818d45ca80fc76b648a7cd48e44316 [2020-09-15T15:21:07.871Z] df20fa9351a1: Verifying Checksum [2020-09-15T15:21:07.871Z] df20fa9351a1: Download complete [2020-09-15T15:21:08.141Z] Merge succeeded, producing 925ab5b9da818d45ca80fc76b648a7cd48e44316 [2020-09-15T15:21:08.142Z] Checking out Revision 925ab5b9da818d45ca80fc76b648a7cd48e44316 (PR-553) [2020-09-15T15:21:08.150Z] df20fa9351a1: Pull complete [2020-09-15T15:21:07.234Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T15:21:07.257Z] > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 [2020-09-15T15:21:07.289Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T15:21:07.316Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T15:21:07.355Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T15:21:07.355Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T15:21:07.371Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T15:21:07.842Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T15:21:07.869Z] > git checkout -f 925ab5b9da818d45ca80fc76b648a7cd48e44316 # timeout=10 [2020-09-15T15:21:07.982Z] > git remote # timeout=10 [2020-09-15T15:21:08.008Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T15:21:08.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T15:21:08.034Z] > git merge 34586eebf1e8dc7164860841d693f6652cfed50d # timeout=10 [2020-09-15T15:21:08.116Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T15:21:08.154Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T15:21:08.175Z] > git checkout -f 925ab5b9da818d45ca80fc76b648a7cd48e44316 # timeout=10 [2020-09-15T15:21:08.840Z] ed8968b2872e: Pull complete [2020-09-15T15:21:09.111Z] a92cc7c5fd73: Pull complete [2020-09-15T15:21:12.581Z] Commit message: "fix: Create a buffer to handle the AsyncValues" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-15T15:21:13.704Z] 4e634b169226: Verifying Checksum [2020-09-15T15:21:13.704Z] 4e634b169226: Download complete [Pipeline] echo [2020-09-15T15:21:13.878Z] ========================================================= [2020-09-15T15:21:13.878Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T15:21:13.878Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:21:14.300Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T15:21:14.300Z] e871e8e8d7a9: Download complete [2020-09-15T15:21:15.107Z] + 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-15T15:21:16.105Z] Sending build context to Docker daemon 3.156MB [2020-09-15T15:21:16.105Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T15:21:16.105Z] Step 2/8 : FROM ${BASE} [2020-09-15T15:21:16.389Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T15:21:16.389Z] b538f80385f9: Pulling fs layer [2020-09-15T15:21:16.389Z] 74f711af9a0d: Pulling fs layer [2020-09-15T15:21:16.389Z] 99f96fe45779: Pulling fs layer [2020-09-15T15:21:16.389Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T15:21:16.389Z] 45590311c82a: Pulling fs layer [2020-09-15T15:21:16.389Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T15:21:16.389Z] 209524e5b208: Pulling fs layer [2020-09-15T15:21:16.389Z] 8529a6b9a6be: Waiting [2020-09-15T15:21:16.389Z] 69ca0ff8b7b3: Waiting [2020-09-15T15:21:16.389Z] 45590311c82a: Waiting [2020-09-15T15:21:16.389Z] 209524e5b208: Waiting [2020-09-15T15:21:16.389Z] 99f96fe45779: Verifying Checksum [2020-09-15T15:21:16.389Z] 99f96fe45779: Download complete [2020-09-15T15:21:16.389Z] 74f711af9a0d: Verifying Checksum [2020-09-15T15:21:16.389Z] 74f711af9a0d: Download complete [2020-09-15T15:21:16.668Z] 45590311c82a: Verifying Checksum [2020-09-15T15:21:16.668Z] 45590311c82a: Download complete [2020-09-15T15:21:16.668Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T15:21:16.668Z] 69ca0ff8b7b3: Download complete [2020-09-15T15:21:16.668Z] b538f80385f9: Verifying Checksum [2020-09-15T15:21:16.668Z] b538f80385f9: Download complete [2020-09-15T15:21:17.657Z] b538f80385f9: Pull complete [2020-09-15T15:21:17.933Z] 74f711af9a0d: Pull complete [2020-09-15T15:21:18.535Z] 99f96fe45779: Pull complete [2020-09-15T15:21:18.535Z] 209524e5b208: Verifying Checksum [2020-09-15T15:21:18.535Z] 209524e5b208: Download complete [2020-09-15T15:21:21.675Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T15:21:21.675Z] 8529a6b9a6be: Download complete [2020-09-15T15:21:23.293Z] e871e8e8d7a9: Pull complete [2020-09-15T15:21:23.293Z] e73272ec9a57: Pull complete [2020-09-15T15:21:23.293Z] 1e910a182e73: Pull complete [2020-09-15T15:21:28.867Z] 4e634b169226: Pull complete [2020-09-15T15:21:28.867Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T15:21:28.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T15:21:28.867Z] ---> f7629b54cfaa [2020-09-15T15:21:28.867Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T15:21:28.867Z] ---> Running in 0a0becfa0fa8 [2020-09-15T15:21:28.867Z] Removing intermediate container 0a0becfa0fa8 [2020-09-15T15:21:28.867Z] ---> 54c3c4a970c0 [2020-09-15T15:21:28.867Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:21:28.867Z] ---> Running in 76eb52a500bc [2020-09-15T15:21:30.831Z] Removing intermediate container 76eb52a500bc [2020-09-15T15:21:30.831Z] ---> d9e3aec40ff5 [2020-09-15T15:21:30.831Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T15:21:30.831Z] ---> Running in 4194061dd28f [2020-09-15T15:21:31.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T15:21:31.839Z] 8529a6b9a6be: Pull complete [2020-09-15T15:21:31.839Z] 45590311c82a: Pull complete [2020-09-15T15:21:31.839Z] 69ca0ff8b7b3: Pull complete [2020-09-15T15:21:32.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T15:21:33.015Z] OK: 166 MiB in 39 packages [2020-09-15T15:21:33.287Z] Removing intermediate container 4194061dd28f [2020-09-15T15:21:33.287Z] ---> ebe5431e14ce [2020-09-15T15:21:33.287Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T15:21:33.287Z] ---> Running in 8e5b3b553835 [2020-09-15T15:21:33.583Z] Removing intermediate container 8e5b3b553835 [2020-09-15T15:21:33.583Z] ---> 2c72a74054e8 [2020-09-15T15:21:33.583Z] Step 7/8 : COPY . . [2020-09-15T15:21:34.558Z] ---> bdc1c0875b22 [2020-09-15T15:21:34.558Z] Step 8/8 : RUN go mod download [2020-09-15T15:21:34.558Z] ---> Running in 54414c1aa3c3 [2020-09-15T15:21:35.227Z] 209524e5b208: Pull complete [2020-09-15T15:21:35.227Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T15:21:35.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T15:21:35.227Z] ---> 5bddaf1c2fca [2020-09-15T15:21:35.227Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T15:21:37.892Z] ---> Running in 10af6a3d15cf [2020-09-15T15:21:37.892Z] Removing intermediate container 10af6a3d15cf [2020-09-15T15:21:37.892Z] ---> 217abe7874d4 [2020-09-15T15:21:37.892Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:21:37.892Z] ---> Running in 7b30acc5e84c [2020-09-15T15:21:40.511Z] Removing intermediate container 7b30acc5e84c [2020-09-15T15:21:40.511Z] ---> be4273dd88a2 [2020-09-15T15:21:40.511Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T15:21:40.794Z] ---> Running in c096a50227b3 [2020-09-15T15:21:42.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:21:42.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:21:43.822Z] OK: 142 MiB in 39 packages [2020-09-15T15:21:44.814Z] Removing intermediate container c096a50227b3 [2020-09-15T15:21:44.814Z] ---> 402f42d17bee [2020-09-15T15:21:44.814Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T15:21:44.814Z] ---> Running in 9568d0644e45 [2020-09-15T15:21:45.415Z] Removing intermediate container 9568d0644e45 [2020-09-15T15:21:45.415Z] ---> 4c41dda9c5bc [2020-09-15T15:21:45.415Z] Step 7/8 : COPY . . [2020-09-15T15:21:46.399Z] ---> 66fb209c4156 [2020-09-15T15:21:46.683Z] Step 8/8 : RUN go mod download [2020-09-15T15:21:46.683Z] ---> Running in a1b35d9e5021 [2020-09-15T15:21:47.188Z] Removing intermediate container 54414c1aa3c3 [2020-09-15T15:21:47.188Z] ---> d0e7be756bcf [2020-09-15T15:21:47.188Z] Successfully built d0e7be756bcf [2020-09-15T15:21:47.188Z] 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-15T15:21:48.093Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T15:21:48.093Z] . [Pipeline] withDockerContainer [2020-09-15T15:21:48.264Z] prd-centos7-docker-4c-2g-43316 does not seem to be running inside a container [2020-09-15T15:21:48.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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-15T15:21:49.394Z] $ docker top 86ca1dd9c75fb4ae69ac6fa4f3b8c4589b087ec46116eda9c2f847e68d87c16c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T15:21:50.493Z] + go version [2020-09-15T15:21:50.774Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T15:21:51.141Z] + make test [2020-09-15T15:21:51.141Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T15:22:01.787Z] Removing intermediate container a1b35d9e5021 [2020-09-15T15:22:01.787Z] ---> ad89331926f0 [2020-09-15T15:22:01.787Z] Successfully built ad89331926f0 [2020-09-15T15:22:01.787Z] 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-15T15:22:02.809Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T15:22:02.809Z] . [Pipeline] withDockerContainer [2020-09-15T15:22:03.046Z] prd-ubuntu18.04-docker-arm64-4c-16g-43315 does not seem to be running inside a container [2020-09-15T15:22:03.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-15T15:22:03.677Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T15:22:05.097Z] $ docker top 95e6746b1e3718ab1164e33ad6a85e6bae9a0706a178c5d95a0640393bfd1192 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T15:22:06.518Z] + go version [2020-09-15T15:22:06.518Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T15:22:07.574Z] + make test [2020-09-15T15:22:07.574Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T15:22:26.447Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T15:22:26.448Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T15:22:26.448Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T15:22:26.448Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.074s coverage: 21.0% of statements [2020-09-15T15:22:27.097Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.578s coverage: 95.7% of statements [2020-09-15T15:22:29.764Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T15:22:59.599Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.107s coverage: 8.6% of statements [2020-09-15T15:22:59.599Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.044s coverage: 21.7% of statements [2020-09-15T15:22:59.599Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T15:22:59.599Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.209s coverage: 37.0% of statements [2020-09-15T15:22:59.599Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T15:22:59.599Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.458s coverage: 65.4% of statements [2020-09-15T15:22:59.599Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T15:22:59.599Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T15:22:59.599Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T15:22:59.599Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.122s coverage: 52.6% of statements [2020-09-15T15:22:59.599Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 4.201s coverage: 68.9% of statements [2020-09-15T15:22:59.599Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T15:22:59.599Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T15:22:59.599Z] GO111MODULE=on go vet ./... [2020-09-15T15:23:08.864Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T15:23:08.864Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T15:23:08.864Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T15:23:08.864Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.076s coverage: 21.0% of statements [2020-09-15T15:23:08.864Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.201s coverage: 95.7% of statements [2020-09-15T15:23:12.774Z] gofmt -l . [2020-09-15T15:23:12.774Z] [ "`gofmt -l .`" = "" ] [2020-09-15T15:23:12.774Z] ./bin/test-attribution-txt.sh [2020-09-15T15:23:13.061Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T15:23:14.265Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T15:23:14.279Z] $ docker stop --time=1 86ca1dd9c75fb4ae69ac6fa4f3b8c4589b087ec46116eda9c2f847e68d87c16c [2020-09-15T15:23:16.395Z] $ docker rm -f 86ca1dd9c75fb4ae69ac6fa4f3b8c4589b087ec46116eda9c2f847e68d87c16c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T15:23:18.866Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T15:23:19.188Z] + ls -al . [2020-09-15T15:23:19.188Z] total 188 [2020-09-15T15:23:19.188Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 15:23 . [2020-09-15T15:23:19.188Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 15 15:20 .. [2020-09-15T15:23:19.188Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 15:20 bin [2020-09-15T15:23:19.188Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 15 15:22 coverage.out [2020-09-15T15:23:19.188Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 15:20 Dockerfile.build [2020-09-15T15:23:19.188Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 15:20 .dockerignore [2020-09-15T15:23:19.188Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 15:20 example [2020-09-15T15:23:19.188Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 15:21 .git [2020-09-15T15:23:19.188Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 15:20 .github [2020-09-15T15:23:19.188Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 15:20 .gitignore [2020-09-15T15:23:19.188Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 15:23 go.mod [2020-09-15T15:23:19.188Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 15 15:23 go.sum [2020-09-15T15:23:19.188Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 15:20 internal [2020-09-15T15:23:19.188Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 15:20 Jenkinsfile [2020-09-15T15:23:19.188Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 15:20 LICENSE [2020-09-15T15:23:19.188Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 15 15:20 Makefile [2020-09-15T15:23:19.188Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 15:20 openapi [2020-09-15T15:23:19.188Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 15:20 pkg [2020-09-15T15:23:19.188Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 15:20 README.md [2020-09-15T15:23:19.188Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 15:20 RELEASE-NOTES.txt [2020-09-15T15:23:19.188Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 15:21 .semver [2020-09-15T15:23:19.188Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 15:20 snap [2020-09-15T15:23:19.188Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 15:17 VERSION [2020-09-15T15:23:19.188Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 15:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:23:19.504Z] + 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=925ab5b9da818d45ca80fc76b648a7cd48e44316 --label arch=amd64 --label version=0.0.0 . [2020-09-15T15:23:19.820Z] Sending build context to Docker daemon 3.27MB [2020-09-15T15:23:20.118Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T15:23:20.118Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T15:23:20.118Z] ---> d0e7be756bcf [2020-09-15T15:23:20.118Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T15:23:20.383Z] ---> Running in 07dacd16751b [2020-09-15T15:23:20.668Z] Removing intermediate container 07dacd16751b [2020-09-15T15:23:20.668Z] ---> cd653738ca2d [2020-09-15T15:23:20.668Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T15:23:20.668Z] ---> Running in 6271f3ae8825 [2020-09-15T15:23:21.257Z] Removing intermediate container 6271f3ae8825 [2020-09-15T15:23:21.257Z] ---> 570d696271f0 [2020-09-15T15:23:21.257Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T15:23:21.524Z] ---> Running in ff8e59e27e15 [2020-09-15T15:23:21.798Z] Removing intermediate container ff8e59e27e15 [2020-09-15T15:23:21.798Z] ---> b761eae4d613 [2020-09-15T15:23:21.798Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:23:21.798Z] ---> Running in bb120d46845a [2020-09-15T15:23:23.251Z] Removing intermediate container bb120d46845a [2020-09-15T15:23:23.251Z] ---> c4124adb9600 [2020-09-15T15:23:23.251Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T15:23:23.251Z] ---> Running in e7bc609e6da5 [2020-09-15T15:23:23.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T15:23:24.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T15:23:25.534Z] OK: 166 MiB in 39 packages [2020-09-15T15:23:26.156Z] Removing intermediate container e7bc609e6da5 [2020-09-15T15:23:26.156Z] ---> 36051b56ea29 [2020-09-15T15:23:26.156Z] Step 8/24 : COPY . . [2020-09-15T15:23:27.608Z] ---> 1dc7305084b4 [2020-09-15T15:23:27.609Z] Step 9/24 : RUN ${MAKE} [2020-09-15T15:23:27.609Z] ---> Running in 9f96a0b079e3 [2020-09-15T15:23:28.250Z] 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-15T15:23:41.142Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T15:23:41.220Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.055s coverage: 8.6% of statements [2020-09-15T15:23:41.220Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.073s coverage: 21.7% of statements [2020-09-15T15:23:41.220Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T15:23:41.220Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.455s coverage: 37.0% of statements [2020-09-15T15:23:41.220Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T15:23:41.220Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.692s coverage: 65.4% of statements [2020-09-15T15:23:41.220Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T15:23:41.220Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T15:23:41.220Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T15:23:41.220Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.288s coverage: 52.6% of statements [2020-09-15T15:23:41.220Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.633s coverage: 68.9% of statements [2020-09-15T15:23:41.220Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T15:23:41.220Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T15:23:41.220Z] GO111MODULE=on go vet ./... [2020-09-15T15:23:43.882Z] Removing intermediate container 9f96a0b079e3 [2020-09-15T15:23:43.882Z] ---> c5ed40b64332 [2020-09-15T15:23:43.882Z] Step 10/24 : FROM scratch [2020-09-15T15:23:43.882Z] ---> [2020-09-15T15:23:43.882Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T15:23:43.882Z] ---> Running in 96b6ee50213b [2020-09-15T15:23:43.882Z] Removing intermediate container 96b6ee50213b [2020-09-15T15:23:43.882Z] ---> 63bf4d19f3a9 [2020-09-15T15:23:43.882Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T15:23:44.175Z] ---> Running in 8a3906e46dcf [2020-09-15T15:23:44.175Z] Removing intermediate container 8a3906e46dcf [2020-09-15T15:23:44.175Z] ---> 5202a5d0ddc2 [2020-09-15T15:23:44.175Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T15:23:44.175Z] ---> Running in 051fda9f0ebf [2020-09-15T15:23:44.455Z] Removing intermediate container 051fda9f0ebf [2020-09-15T15:23:44.455Z] ---> fba70da645cd [2020-09-15T15:23:44.455Z] Step 14/24 : WORKDIR / [2020-09-15T15:23:44.455Z] ---> Running in 7e01dcbcfd90 [2020-09-15T15:23:44.722Z] Removing intermediate container 7e01dcbcfd90 [2020-09-15T15:23:44.722Z] ---> 65ddec966f7d [2020-09-15T15:23:44.722Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T15:23:45.318Z] ---> 74de9343c705 [2020-09-15T15:23:45.318Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T15:23:45.585Z] ---> bfc822ba3703 [2020-09-15T15:23:45.586Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T15:23:45.857Z] ---> b78e5c230a15 [2020-09-15T15:23:45.857Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T15:23:46.127Z] ---> a136a82b06f7 [2020-09-15T15:23:46.127Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T15:23:46.429Z] ---> 20a66cbe5686 [2020-09-15T15:23:46.429Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T15:23:46.429Z] ---> Running in 0a6925501cda [2020-09-15T15:23:46.735Z] Removing intermediate container 0a6925501cda [2020-09-15T15:23:46.735Z] ---> 83dd1e43a5ad [2020-09-15T15:23:46.735Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T15:23:46.735Z] ---> Running in fd23acd0f605 [2020-09-15T15:23:47.078Z] Removing intermediate container fd23acd0f605 [2020-09-15T15:23:47.078Z] ---> 0a99f94b367c [2020-09-15T15:23:47.078Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T15:23:47.078Z] ---> Running in 39ceb36620ec [2020-09-15T15:23:47.395Z] Removing intermediate container 39ceb36620ec [2020-09-15T15:23:47.395Z] ---> ab5b91692b69 [2020-09-15T15:23:47.395Z] Step 23/24 : LABEL git_sha=925ab5b9da818d45ca80fc76b648a7cd48e44316 [2020-09-15T15:23:47.395Z] ---> Running in a3314c56accd [2020-09-15T15:23:47.395Z] Removing intermediate container a3314c56accd [2020-09-15T15:23:47.395Z] ---> 495b27e1a00e [2020-09-15T15:23:47.395Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T15:23:47.721Z] ---> Running in 791ed8c183c5 [2020-09-15T15:23:47.721Z] Removing intermediate container 791ed8c183c5 [2020-09-15T15:23:47.721Z] ---> a006a3cc04a1 [2020-09-15T15:23:47.721Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T15:23:47.721Z] Successfully built a006a3cc04a1 [2020-09-15T15:23:47.721Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-15T15:24:08.185Z] gofmt -l . [2020-09-15T15:24:08.185Z] [ "`gofmt -l .`" = "" ] [2020-09-15T15:24:08.185Z] ./bin/test-attribution-txt.sh [2020-09-15T15:24:08.185Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T15:24:08.206Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T15:24:09.046Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T15:24:09.056Z] $ docker stop --time=1 95e6746b1e3718ab1164e33ad6a85e6bae9a0706a178c5d95a0640393bfd1192 [2020-09-15T15:24:11.195Z] $ docker rm -f 95e6746b1e3718ab1164e33ad6a85e6bae9a0706a178c5d95a0640393bfd1192 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T15:24:14.318Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T15:24:14.679Z] + ls -al . [2020-09-15T15:24:14.679Z] total 228 [2020-09-15T15:24:14.679Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 15:24 . [2020-09-15T15:24:14.679Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 15:21 .. [2020-09-15T15:24:14.679Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 15:21 .dockerignore [2020-09-15T15:24:14.679Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 15:21 .git [2020-09-15T15:24:14.679Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 15:21 .github [2020-09-15T15:24:14.679Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 15:21 .gitignore [2020-09-15T15:24:14.679Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 15:21 .semver [2020-09-15T15:24:14.679Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 15:21 Dockerfile.build [2020-09-15T15:24:14.679Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 15:21 Jenkinsfile [2020-09-15T15:24:14.679Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 15:21 LICENSE [2020-09-15T15:24:14.679Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 15 15:21 Makefile [2020-09-15T15:24:14.679Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 15:21 README.md [2020-09-15T15:24:14.679Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 15:21 RELEASE-NOTES.txt [2020-09-15T15:24:14.679Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 15:17 VERSION [2020-09-15T15:24:14.679Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 15:21 bin [2020-09-15T15:24:14.679Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 15 15:23 coverage.out [2020-09-15T15:24:14.679Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 15:21 example [2020-09-15T15:24:14.679Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 15:24 go.mod [2020-09-15T15:24:14.679Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 15 15:24 go.sum [2020-09-15T15:24:14.679Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 15:21 internal [2020-09-15T15:24:14.679Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 15:21 openapi [2020-09-15T15:24:14.679Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 15:21 pkg [2020-09-15T15:24:14.679Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 15:21 snap [2020-09-15T15:24:14.679Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 15:21 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:24:15.053Z] + 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=925ab5b9da818d45ca80fc76b648a7cd48e44316 --label arch=arm64 --label version=0.0.0 . [2020-09-15T15:24:15.678Z] Sending build context to Docker daemon 3.27MB [2020-09-15T15:24:15.678Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T15:24:15.678Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T15:24:15.678Z] ---> ad89331926f0 [2020-09-15T15:24:15.678Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T15:24:15.953Z] ---> Running in b0a097a092d1 [2020-09-15T15:24:16.226Z] Removing intermediate container b0a097a092d1 [2020-09-15T15:24:16.226Z] ---> dbb484ce8527 [2020-09-15T15:24:16.226Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T15:24:16.501Z] ---> Running in 23ad6391752d [2020-09-15T15:24:16.784Z] Removing intermediate container 23ad6391752d [2020-09-15T15:24:16.784Z] ---> aa9e48853445 [2020-09-15T15:24:16.784Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T15:24:17.057Z] ---> Running in 3549fc9a1516 [2020-09-15T15:24:17.327Z] Removing intermediate container 3549fc9a1516 [2020-09-15T15:24:17.327Z] ---> 2bcae27cf273 [2020-09-15T15:24:17.327Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:24:17.599Z] ---> Running in d0bc9edee06f [2020-09-15T15:24:19.565Z] Removing intermediate container d0bc9edee06f [2020-09-15T15:24:19.565Z] ---> 9ccc863988cc [2020-09-15T15:24:19.565Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T15:24:19.842Z] ---> Running in a9be6386bd33 [2020-09-15T15:24:21.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:24:21.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:24:22.861Z] OK: 142 MiB in 39 packages [2020-09-15T15:24:23.837Z] Removing intermediate container a9be6386bd33 [2020-09-15T15:24:23.837Z] ---> 65a29074f813 [2020-09-15T15:24:23.837Z] Step 8/24 : COPY . . [2020-09-15T15:24:25.285Z] ---> 43cac415c2a2 [2020-09-15T15:24:25.285Z] Step 9/24 : RUN ${MAKE} [2020-09-15T15:24:25.285Z] ---> Running in f7e4a4bec3d5 [2020-09-15T15:24:26.724Z] 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-15T15:24:48.913Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T15:24:50.892Z] Removing intermediate container f7e4a4bec3d5 [2020-09-15T15:24:50.892Z] ---> ac4020fa3de7 [2020-09-15T15:24:50.892Z] Step 10/24 : FROM scratch [2020-09-15T15:24:50.892Z] ---> [2020-09-15T15:24:50.892Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T15:24:51.165Z] ---> Running in 5cd03d0aab61 [2020-09-15T15:24:51.761Z] Removing intermediate container 5cd03d0aab61 [2020-09-15T15:24:51.761Z] ---> 472fe42c430b [2020-09-15T15:24:51.761Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T15:24:51.761Z] ---> Running in c7708e0de05b [2020-09-15T15:24:52.036Z] Removing intermediate container c7708e0de05b [2020-09-15T15:24:52.036Z] ---> b2a35c76f664 [2020-09-15T15:24:52.036Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T15:24:52.308Z] ---> Running in da991596c711 [2020-09-15T15:24:52.581Z] Removing intermediate container da991596c711 [2020-09-15T15:24:52.581Z] ---> 298a5b838b35 [2020-09-15T15:24:52.581Z] Step 14/24 : WORKDIR / [2020-09-15T15:24:52.853Z] ---> Running in f9e14d1693b8 [2020-09-15T15:24:53.125Z] Removing intermediate container f9e14d1693b8 [2020-09-15T15:24:53.125Z] ---> ad41fe03758f [2020-09-15T15:24:53.125Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T15:24:54.559Z] ---> 55bd7f960ef0 [2020-09-15T15:24:54.559Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T15:24:55.151Z] ---> ebab833444f5 [2020-09-15T15:24:55.151Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T15:24:55.773Z] ---> d7cae2a89630 [2020-09-15T15:24:55.773Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T15:24:56.366Z] ---> 86d167ca92f0 [2020-09-15T15:24:56.366Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T15:24:57.348Z] ---> ab9531a3a0fe [2020-09-15T15:24:57.348Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T15:24:57.348Z] ---> Running in 0a91e68597d9 [2020-09-15T15:24:57.618Z] Removing intermediate container 0a91e68597d9 [2020-09-15T15:24:57.618Z] ---> 4b80c67e3288 [2020-09-15T15:24:57.618Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T15:24:57.889Z] ---> Running in 6e303556d829 [2020-09-15T15:24:58.161Z] Removing intermediate container 6e303556d829 [2020-09-15T15:24:58.161Z] ---> 265928dc23ed [2020-09-15T15:24:58.161Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T15:24:58.435Z] ---> Running in 1827c9ab9872 [2020-09-15T15:24:58.703Z] Removing intermediate container 1827c9ab9872 [2020-09-15T15:24:58.703Z] ---> d40f5178fcbd [2020-09-15T15:24:58.704Z] Step 23/24 : LABEL git_sha=925ab5b9da818d45ca80fc76b648a7cd48e44316 [2020-09-15T15:24:58.974Z] ---> Running in 00b5cbd36244 [2020-09-15T15:24:59.245Z] Removing intermediate container 00b5cbd36244 [2020-09-15T15:24:59.245Z] ---> ebc71626c019 [2020-09-15T15:24:59.245Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T15:24:59.516Z] ---> Running in 6084fa4b56b5 [2020-09-15T15:24:59.785Z] Removing intermediate container 6084fa4b56b5 [2020-09-15T15:24:59.785Z] ---> 8fb459471aa3 [2020-09-15T15:24:59.785Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T15:24:59.785Z] Successfully built 8fb459471aa3 [2020-09-15T15:24:59.785Z] 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-15T15:25:02.365Z] provisioning config files... [2020-09-15T15:25:02.379Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config5579249917161975649tmp [Pipeline] { [Pipeline] sh [2020-09-15T15:25:02.757Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config5579249917161975649tmp [2020-09-15T15:25:02.757Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-09-15T15:25:03.029Z] 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-15T15:25:05.657Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T15:25:06.234Z] ---> package-listing.sh [2020-09-15T15:25:06.234Z] ++ facter osfamily [2020-09-15T15:25:06.234Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T15:25:06.234Z] + OS_FAMILY=redhat [2020-09-15T15:25:06.234Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-09-15T15:25:06.234Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T15:25:06.234Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T15:25:06.234Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T15:25:06.234Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T15:25:06.234Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' [2020-09-15T15:25:06.234Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T15:25:06.234Z] + case "${OS_FAMILY}" in [2020-09-15T15:25:06.234Z] + rpm -qa [2020-09-15T15:25:06.234Z] + sort [2020-09-15T15:25:11.546Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T15:25:11.546Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T15:25:11.546Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T15:25:11.546Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' [2020-09-15T15:25:11.546Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ [2020-09-15T15:25:11.546Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:25:12.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T15:25:12.027Z] [2020-09-15T15:25:12.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:25:12.378Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T15:25:12.378Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T15:25:12.378Z] df20fa9351a1: Pulling fs layer [2020-09-15T15:25:12.378Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T15:25:12.378Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T15:25:12.378Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T15:25:12.378Z] 0dadc02b9964: Pulling fs layer [2020-09-15T15:25:12.378Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T15:25:12.378Z] 7a184a31f384: Pulling fs layer [2020-09-15T15:25:12.378Z] 0879bd2ef858: Pulling fs layer [2020-09-15T15:25:12.378Z] 0dadc02b9964: Waiting [2020-09-15T15:25:12.378Z] ce6a7cf60c04: Waiting [2020-09-15T15:25:12.378Z] 7a184a31f384: Waiting [2020-09-15T15:25:12.378Z] 0879bd2ef858: Waiting [2020-09-15T15:25:12.378Z] 46f8f816bc3b: Waiting [2020-09-15T15:25:12.378Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T15:25:12.378Z] 36b3adc4ff6f: Download complete [2020-09-15T15:25:12.378Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T15:25:12.378Z] 46f8f816bc3b: Download complete [2020-09-15T15:25:12.378Z] df20fa9351a1: Verifying Checksum [2020-09-15T15:25:12.378Z] df20fa9351a1: Download complete [2020-09-15T15:25:12.378Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T15:25:12.378Z] ce6a7cf60c04: Download complete [2020-09-15T15:25:12.378Z] 0dadc02b9964: Verifying Checksum [2020-09-15T15:25:12.378Z] 0dadc02b9964: Download complete [2020-09-15T15:25:12.644Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T15:25:12.644Z] 8ad3a11d3b57: Download complete [2020-09-15T15:25:12.908Z] df20fa9351a1: Pull complete [2020-09-15T15:25:12.908Z] 36b3adc4ff6f: Pull complete [2020-09-15T15:25:13.177Z] 0879bd2ef858: Verifying Checksum [2020-09-15T15:25:13.177Z] 0879bd2ef858: Download complete [2020-09-15T15:25:13.439Z] 7a184a31f384: Verifying Checksum [2020-09-15T15:25:13.440Z] 7a184a31f384: Download complete [2020-09-15T15:25:13.703Z] 8ad3a11d3b57: Pull complete [2020-09-15T15:25:13.703Z] 46f8f816bc3b: Pull complete [2020-09-15T15:25:13.966Z] 0dadc02b9964: Pull complete [2020-09-15T15:25:14.227Z] ce6a7cf60c04: Pull complete [2020-09-15T15:25:14.227Z] 7a184a31f384: Pull complete [2020-09-15T15:25:16.817Z] 0879bd2ef858: Pull complete [2020-09-15T15:25:16.817Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T15:25:16.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T15:25:16.817Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T15:25:16.999Z] prd-centos7-docker-4c-2g-43314 does not seem to be running inside a container [2020-09-15T15:25:17.051Z] $ 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-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T15:25:21.802Z] $ docker top a837e08e7ea4f6105f9c0fdec8fab2891b294b7734fc6002791ba21004184998 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T15:25:22.316Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T15:25:22.616Z] + ls /var/log/sa-host [2020-09-15T15:25:22.616Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T15:25:22.616Z] file_magic: OK [2020-09-15T15:25:22.616Z] HZ: Using current value: 100 [2020-09-15T15:25:22.616Z] file_header: OK [2020-09-15T15:25:22.616Z] 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-15T15:25:22.616Z] Statistics: [2020-09-15T15:25:22.616Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T15:25:22.616Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T15:25:22.616Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T15:25:22.616Z] file_magic: OK [2020-09-15T15:25:22.616Z] HZ: Using current value: 100 [2020-09-15T15:25:22.616Z] file_header: OK [2020-09-15T15:25:22.616Z] 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-15T15:25:22.616Z] Statistics: [2020-09-15T15:25:22.616Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T15:25:22.616Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T15:25:22.682Z] provisioning config files... [2020-09-15T15:25:22.699Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config1152992702197760675tmp [Pipeline] { [Pipeline] echo [2020-09-15T15:25:22.772Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T15:25:23.072Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T15:25:23.083Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T15:25:23.388Z] ---> logs-deploy.sh [2020-09-15T15:25:23.388Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/18 [2020-09-15T15:25:23.388Z] INFO: archiving workspace using pattern(s): [2020-09-15T15:25:24.782Z] Archives upload complete. [2020-09-15T15:25:24.782Z] INFO: archiving logs to Nexus