Pull request #661 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 c21ff6277396b81a1001baea71274dd2dd19f737 rather than a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 Obtained Jenkinsfile from c21ff6277396b81a1001baea71274dd2dd19f737 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-15345 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-661 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c21ff6277396b81a1001baea71274dd2dd19f737 into PR head commit a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 Merge succeeded, producing a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 Checking out Revision a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 (PR-661) > git config core.sparsecheckout # timeout=10 > git checkout -f a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 # 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 c21ff6277396b81a1001baea71274dd2dd19f737 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 # timeout=10 Commit message: "feat: add a comment to explain why use buffer for sending event" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 02761826d13a242f4f05e5d183ea2f44098b7bfd # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-10T06:52:33.773Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-10T06:52:34.113Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-10T06:52:34.247Z] ========================================================= [2020-12-10T06:52:34.247Z] EdgeX Global Pipelines Version Info [2020-12-10T06:52:34.247Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-10T06:52:35.870Z] ------------------- [2020-12-10T06:52:35.870Z] stable info: [2020-12-10T06:52:35.870Z] ------------------- [2020-12-10T06:52:35.870Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T06:52:35.870Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T06:52:35.870Z] Message: update stable to v1.0.172 [2020-12-10T06:52:36.817Z] ------------------- [2020-12-10T06:52:36.817Z] experimental info: [2020-12-10T06:52:36.817Z] ------------------- [2020-12-10T06:52:36.817Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T06:52:36.817Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T06:52:36.817Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T06:52:37.101Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-10T06:52:37.216Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-10T06:52:37.314Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-10T06:52:37.410Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-10T06:52:37.523Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-10T06:52:37.626Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-10T06:52:37.724Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-10T06:52:37.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-10T06:52:37.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-10T06:52:38.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-10T06:52:38.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-10T06:52:38.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-10T06:52:38.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-10T06:52:38.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-10T06:52:38.510Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T06:52:38.615Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T06:52:38.743Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T06:52:38.847Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T06:52:38.944Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-10T06:52:39.041Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-10T06:52:39.141Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-10T06:52:39.255Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-10T06:52:39.378Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-10T06:52:39.475Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-10T06:52:39.580Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-10T06:52:39.673Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-10T06:52:39.764Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-661 [Pipeline] echo [2020-12-10T06:52:39.858Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-661 [Pipeline] echo [2020-12-10T06:52:39.954Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-661 [Pipeline] echo [2020-12-10T06:52:40.047Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 [Pipeline] echo [2020-12-10T06:52:40.330Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a1efd3b [Pipeline] echo [2020-12-10T06:52:40.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T06:52:40.742Z] provisioning config files... [2020-12-10T06:52:40.774Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config1741745981217471330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T06:52:41.149Z] ---> docker-login.sh [2020-12-10T06:52:41.150Z] nexus3.edgexfoundry.org:10001 [2020-12-10T06:52:41.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:52:41.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:52:41.686Z] Configure a credential helper to remove this warning. See [2020-12-10T06:52:41.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:52:41.686Z] [2020-12-10T06:52:41.686Z] Login Succeeded [2020-12-10T06:52:41.686Z] nexus3.edgexfoundry.org:10002 [2020-12-10T06:52:41.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:52:41.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:52:41.949Z] Configure a credential helper to remove this warning. See [2020-12-10T06:52:41.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:52:41.949Z] [2020-12-10T06:52:41.949Z] Login Succeeded [2020-12-10T06:52:41.949Z] nexus3.edgexfoundry.org:10003 [2020-12-10T06:52:41.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:52:41.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:52:41.949Z] Configure a credential helper to remove this warning. See [2020-12-10T06:52:41.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:52:41.949Z] [2020-12-10T06:52:41.949Z] Login Succeeded [2020-12-10T06:52:41.949Z] nexus3.edgexfoundry.org:10004 [2020-12-10T06:52:42.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:52:42.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:52:42.213Z] Configure a credential helper to remove this warning. See [2020-12-10T06:52:42.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:52:42.213Z] [2020-12-10T06:52:42.213Z] Login Succeeded [2020-12-10T06:52:42.213Z] docker.io [2020-12-10T06:52:42.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:52:42.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:52:42.741Z] Configure a credential helper to remove this warning. See [2020-12-10T06:52:42.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:52:42.741Z] [2020-12-10T06:52:42.741Z] Login Succeeded [2020-12-10T06:52:42.741Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T06:52:42.752Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T06:52:43.701Z] + git log --format=format:%s -1 a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 [Pipeline] echo [2020-12-10T06:52:43.772Z] GIT_COMMIT: a1efd3b5f5051e75bcd403a2d3463c22f1729ba5, Commit Message: feat: add a comment to explain why use buffer for sending event [Pipeline] echo [2020-12-10T06:52:43.819Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:52:44.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T06:52:44.853Z] [2020-12-10T06:52:44.853Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:52:45.204Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T06:52:45.205Z] latest: Pulling from edgex-devops/git-semver [2020-12-10T06:52:45.205Z] 31603596830f: Pulling fs layer [2020-12-10T06:52:45.205Z] 2a8b12db71e7: Pulling fs layer [2020-12-10T06:52:45.205Z] 6ca5941a6612: Pulling fs layer [2020-12-10T06:52:45.205Z] ecc8261a40a4: Pulling fs layer [2020-12-10T06:52:45.205Z] 2a8b12db71e7: Download complete [2020-12-10T06:52:45.467Z] 31603596830f: Verifying Checksum [2020-12-10T06:52:45.468Z] 31603596830f: Download complete [2020-12-10T06:52:45.468Z] ecc8261a40a4: Verifying Checksum [2020-12-10T06:52:45.468Z] ecc8261a40a4: Download complete [2020-12-10T06:52:45.468Z] 6ca5941a6612: Verifying Checksum [2020-12-10T06:52:45.468Z] 6ca5941a6612: Download complete [2020-12-10T06:52:45.731Z] 31603596830f: Pull complete [2020-12-10T06:52:45.995Z] 2a8b12db71e7: Pull complete [2020-12-10T06:52:46.952Z] 6ca5941a6612: Pull complete [2020-12-10T06:52:46.952Z] ecc8261a40a4: Pull complete [2020-12-10T06:52:46.952Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-10T06:52:47.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T06:52:47.216Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-10T06:52:47.338Z] prd-centos7-docker-4c-2g-15345 does not seem to be running inside a container [2020-12-10T06:52:47.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-661 -v /w/workspace/dgexfoundry_device-sdk-go_PR-661:/w/workspace/dgexfoundry_device-sdk-go_PR-661:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-661@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-10T06:52:49.811Z] $ docker top 3d390e3d0ceedbeaeba0a52e096e56eb1e22602459ab1490f1012a6f697250ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T06:52:50.145Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T06:52:50.146Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T06:52:50.385Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T06:52:50.391Z] $ docker exec 3d390e3d0ceedbeaeba0a52e096e56eb1e22602459ab1490f1012a6f697250ad ssh-agent [2020-12-10T06:52:50.567Z] SSH_AUTH_SOCK=/tmp/ssh-TPvVbUIzl0yk/agent.11 [2020-12-10T06:52:50.567Z] SSH_AGENT_PID=16 [2020-12-10T06:52:50.578Z] Running ssh-add (command line suppressed) [2020-12-10T06:52:50.702Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_6207055656506882822.key (/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_6207055656506882822.key) [2020-12-10T06:52:50.754Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T06:52:51.096Z] + git tag --points-at HEAD [Pipeline] } [2020-12-10T06:52:51.119Z] $ docker exec --env ******** --env ******** 3d390e3d0ceedbeaeba0a52e096e56eb1e22602459ab1490f1012a6f697250ad ssh-agent -k [2020-12-10T06:52:51.234Z] unset SSH_AUTH_SOCK; [2020-12-10T06:52:51.235Z] unset SSH_AGENT_PID; [2020-12-10T06:52:51.235Z] echo Agent pid 16 killed; [2020-12-10T06:52:51.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-10T06:52:51.423Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T06:52:51.424Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T06:52:51.605Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T06:52:51.611Z] $ docker exec 3d390e3d0ceedbeaeba0a52e096e56eb1e22602459ab1490f1012a6f697250ad ssh-agent [2020-12-10T06:52:51.779Z] SSH_AUTH_SOCK=/tmp/ssh-4LWWrzbI7XQR/agent.46 [2020-12-10T06:52:51.779Z] SSH_AGENT_PID=51 [2020-12-10T06:52:51.787Z] Running ssh-add (command line suppressed) [2020-12-10T06:52:51.914Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_3313745771962179672.key (/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_3313745771962179672.key) [2020-12-10T06:52:51.969Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T06:52:52.307Z] + git semver init [2020-12-10T06:52:52.307Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T06:52:52.307Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-661/.git [2020-12-10T06:52:52.307Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-661 [2020-12-10T06:52:52.307Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T06:52:52.307Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T06:52:52.307Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T06:52:52.307Z] # $SEMVER_BRANCH = PR-661 [2020-12-10T06:52:52.307Z] # $SEMVER_TEMP = /tmp/semver-062905403 [2020-12-10T06:52:52.307Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-10T06:52:53.254Z] # '/tmp/semver-062905403' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-661/.semver' [2020-12-10T06:52:53.254Z] # -> Force: false [2020-12-10T06:52:53.254Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-661/.semver [Pipeline] } [2020-12-10T06:52:53.272Z] $ docker exec --env ******** --env ******** 3d390e3d0ceedbeaeba0a52e096e56eb1e22602459ab1490f1012a6f697250ad ssh-agent -k [2020-12-10T06:52:53.383Z] unset SSH_AUTH_SOCK; [2020-12-10T06:52:53.383Z] unset SSH_AGENT_PID; [2020-12-10T06:52:53.383Z] echo Agent pid 51 killed; [2020-12-10T06:52:53.432Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T06:52:53.949Z] + git semver [Pipeline] } [2020-12-10T06:52:53.971Z] $ docker stop --time=1 3d390e3d0ceedbeaeba0a52e096e56eb1e22602459ab1490f1012a6f697250ad [2020-12-10T06:52:55.505Z] $ docker rm -f 3d390e3d0ceedbeaeba0a52e096e56eb1e22602459ab1490f1012a6f697250ad [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T06:52:56.006Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-10T06:52:56.609Z] Stashed 1 file(s) [Pipeline] echo [2020-12-10T06:52:56.612Z] [edgeXSemver]: initialized semver on 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-12-10T06:53:12.135Z] Still waiting to schedule task [2020-12-10T06:53:12.135Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15345’ [2020-12-10T06:53:12.138Z] Still waiting to schedule task [2020-12-10T06:53:12.138Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-10T06:55:02.837Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15346 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] ws [2020-12-10T06:55:02.902Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-12-10T06:55:07.972Z] using credential edgex-jenkins-ssh [2020-12-10T06:55:08.039Z] Cloning the remote Git repository [2020-12-10T06:55:08.103Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T06:55:08.224Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2020-12-10T06:55:08.306Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T06:55:08.307Z] > git --version # timeout=10 [2020-12-10T06:55:08.328Z] > git --version # 'git version 2.17.1' [2020-12-10T06:55:08.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T06:55:08.386Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T06:55:10.258Z] Merging remotes/origin/master commit c21ff6277396b81a1001baea71274dd2dd19f737 into PR head commit a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 [2020-12-10T06:55:09.556Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-10T06:55:09.585Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T06:55:09.609Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-10T06:55:09.641Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T06:55:09.642Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T06:55:09.653Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T06:55:10.302Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T06:55:10.332Z] > git checkout -f a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 # timeout=10 [2020-12-10T06:55:10.586Z] Merge succeeded, producing a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 [2020-12-10T06:55:10.587Z] Checking out Revision a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 (PR-661) [2020-12-10T06:55:10.463Z] > git remote # timeout=10 [2020-12-10T06:55:10.502Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T06:55:10.533Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T06:55:10.543Z] > git merge c21ff6277396b81a1001baea71274dd2dd19f737 # timeout=10 [2020-12-10T06:55:10.564Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T06:55:10.584Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T06:55:10.603Z] > git checkout -f a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 # timeout=10 [2020-12-10T06:55:14.846Z] Commit message: "feat: add a comment to explain why use buffer for sending event" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T06:55:16.529Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-10T06:55:16.993Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T06:55:17.338Z] + sudo service docker restart [2020-12-10T06:55:17.338Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T06:55:20.060Z] provisioning config files... [2020-12-10T06:55:20.100Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/7@tmp/config1389845876744352611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T06:55:20.520Z] ---> docker-login.sh [2020-12-10T06:55:20.520Z] nexus3.edgexfoundry.org:10001 [2020-12-10T06:55:21.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:55:21.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:55:21.726Z] Configure a credential helper to remove this warning. See [2020-12-10T06:55:21.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:55:21.726Z] [2020-12-10T06:55:21.726Z] Login Succeeded [2020-12-10T06:55:21.726Z] nexus3.edgexfoundry.org:10002 [2020-12-10T06:55:22.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:55:22.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:55:22.274Z] Configure a credential helper to remove this warning. See [2020-12-10T06:55:22.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:55:22.274Z] [2020-12-10T06:55:22.274Z] Login Succeeded [2020-12-10T06:55:22.274Z] nexus3.edgexfoundry.org:10003 [2020-12-10T06:55:22.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:55:22.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:55:22.824Z] Configure a credential helper to remove this warning. See [2020-12-10T06:55:22.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:55:22.824Z] [2020-12-10T06:55:22.824Z] Login Succeeded [2020-12-10T06:55:22.824Z] nexus3.edgexfoundry.org:10004 [2020-12-10T06:55:23.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:55:23.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:55:23.099Z] Configure a credential helper to remove this warning. See [2020-12-10T06:55:23.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:55:23.099Z] [2020-12-10T06:55:23.099Z] Login Succeeded [2020-12-10T06:55:23.099Z] docker.io [2020-12-10T06:55:23.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:55:23.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:55:23.972Z] Configure a credential helper to remove this warning. See [2020-12-10T06:55:23.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:55:23.972Z] [2020-12-10T06:55:23.972Z] Login Succeeded [2020-12-10T06:55:23.972Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T06:55:23.990Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-10T06:55:24.424Z] ========================================================= [2020-12-10T06:55:24.424Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-10T06:55:24.424Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:55:24.810Z] + 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-12-10T06:55:25.085Z] Sending build context to Docker daemon 2.4MB [2020-12-10T06:55:25.085Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-10T06:55:25.085Z] Step 2/8 : FROM ${BASE} [2020-12-10T06:55:25.362Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-10T06:55:25.362Z] 5f621e34cdf4: Pulling fs layer [2020-12-10T06:55:25.362Z] a4357932f1b6: Pulling fs layer [2020-12-10T06:55:25.362Z] 18c013af1878: Pulling fs layer [2020-12-10T06:55:25.362Z] 00ac8860ef70: Pulling fs layer [2020-12-10T06:55:25.362Z] 63d7cb157983: Pulling fs layer [2020-12-10T06:55:25.362Z] b116817d02f9: Pulling fs layer [2020-12-10T06:55:25.362Z] 745a02a5169b: Pulling fs layer [2020-12-10T06:55:25.362Z] 00ac8860ef70: Waiting [2020-12-10T06:55:25.362Z] 63d7cb157983: Waiting [2020-12-10T06:55:25.362Z] b116817d02f9: Waiting [2020-12-10T06:55:25.362Z] 745a02a5169b: Waiting [2020-12-10T06:55:25.362Z] 18c013af1878: Download complete [2020-12-10T06:55:25.362Z] a4357932f1b6: Download complete [2020-12-10T06:55:25.362Z] 63d7cb157983: Verifying Checksum [2020-12-10T06:55:25.362Z] 63d7cb157983: Download complete [2020-12-10T06:55:25.362Z] 5f621e34cdf4: Download complete [2020-12-10T06:55:25.363Z] b116817d02f9: Verifying Checksum [2020-12-10T06:55:25.363Z] b116817d02f9: Download complete [2020-12-10T06:55:25.964Z] 5f621e34cdf4: Pull complete [2020-12-10T06:55:26.570Z] a4357932f1b6: Pull complete [2020-12-10T06:55:26.852Z] 18c013af1878: Pull complete [2020-12-10T06:55:28.297Z] 745a02a5169b: Verifying Checksum [2020-12-10T06:55:28.297Z] 745a02a5169b: Download complete [2020-12-10T06:55:29.732Z] 00ac8860ef70: Verifying Checksum [2020-12-10T06:55:29.732Z] 00ac8860ef70: Download complete [2020-12-10T06:55:39.923Z] 00ac8860ef70: Pull complete [2020-12-10T06:55:39.923Z] 63d7cb157983: Pull complete [2020-12-10T06:55:39.923Z] b116817d02f9: Pull complete [2020-12-10T06:55:41.453Z] Running on prd-centos7-docker-4c-2g-15347 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] ws [2020-12-10T06:55:41.553Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-12-10T06:55:43.970Z] using credential edgex-jenkins-ssh [2020-12-10T06:55:44.038Z] Cloning the remote Git repository [2020-12-10T06:55:44.267Z] 745a02a5169b: Pull complete [2020-12-10T06:55:44.267Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-10T06:55:44.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-10T06:55:44.267Z] ---> b7e6874047d6 [2020-12-10T06:55:44.267Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T06:55:43.492Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T06:55:43.579Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2020-12-10T06:55:43.645Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T06:55:43.645Z] > git --version # timeout=10 [2020-12-10T06:55:43.653Z] > git --version # 'git version 2.24.3' [2020-12-10T06:55:43.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T06:55:43.679Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T06:55:45.685Z] Merging remotes/origin/master commit c21ff6277396b81a1001baea71274dd2dd19f737 into PR head commit a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 [2020-12-10T06:55:45.793Z] Merge succeeded, producing a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 [2020-12-10T06:55:45.794Z] Checking out Revision a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 (PR-661) [2020-12-10T06:55:44.699Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-10T06:55:44.711Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T06:55:44.723Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-10T06:55:44.740Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T06:55:44.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T06:55:44.745Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T06:55:45.258Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T06:55:45.263Z] > git checkout -f a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 # timeout=10 [2020-12-10T06:55:45.324Z] > git remote # timeout=10 [2020-12-10T06:55:45.329Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T06:55:45.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T06:55:45.341Z] > git merge c21ff6277396b81a1001baea71274dd2dd19f737 # timeout=10 [2020-12-10T06:55:45.356Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T06:55:45.369Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T06:55:45.377Z] > git checkout -f a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 # timeout=10 [2020-12-10T06:55:47.088Z] ---> Running in 2a8731ba3555 [2020-12-10T06:55:47.088Z] Removing intermediate container 2a8731ba3555 [2020-12-10T06:55:47.088Z] ---> 9af7ed9f3b8b [2020-12-10T06:55:47.088Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T06:55:47.088Z] ---> Running in d0a84bbb32b3 [2020-12-10T06:55:49.709Z] Removing intermediate container d0a84bbb32b3 [2020-12-10T06:55:49.709Z] ---> a82d224c3f97 [2020-12-10T06:55:49.709Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-10T06:55:49.709Z] ---> Running in 188f3a1feb2f [2020-12-10T06:55:50.497Z] Commit message: "feat: add a comment to explain why use buffer for sending event" [2020-12-10T06:55:50.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T06:55:51.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T06:55:51.839Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-10T06:55:51.882Z] OK: 142 MiB in 39 packages [2020-12-10T06:55:52.172Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T06:55:52.471Z] + true [2020-12-10T06:55:52.471Z] + sudo service docker restart [2020-12-10T06:55:52.471Z] Redirecting to /bin/systemctl restart docker.service [2020-12-10T06:55:53.310Z] Removing intermediate container 188f3a1feb2f [2020-12-10T06:55:53.310Z] ---> 74d5ffdf04e9 [2020-12-10T06:55:53.310Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-10T06:55:53.310Z] ---> Running in f6fe562f9a09 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T06:55:53.485Z] provisioning config files... [2020-12-10T06:55:53.516Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/7@tmp/config500991227887425017tmp [Pipeline] { [2020-12-10T06:55:53.585Z] Removing intermediate container f6fe562f9a09 [2020-12-10T06:55:53.585Z] ---> da521c3d28b4 [2020-12-10T06:55:53.585Z] Step 7/8 : COPY . . [Pipeline] libraryResource [Pipeline] sh [2020-12-10T06:55:53.883Z] ---> docker-login.sh [2020-12-10T06:55:53.883Z] nexus3.edgexfoundry.org:10001 [2020-12-10T06:55:54.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:55:54.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:55:54.151Z] Configure a credential helper to remove this warning. See [2020-12-10T06:55:54.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:55:54.151Z] [2020-12-10T06:55:54.151Z] Login Succeeded [2020-12-10T06:55:54.151Z] nexus3.edgexfoundry.org:10002 [2020-12-10T06:55:54.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:55:54.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:55:54.417Z] Configure a credential helper to remove this warning. See [2020-12-10T06:55:54.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:55:54.417Z] [2020-12-10T06:55:54.417Z] Login Succeeded [2020-12-10T06:55:54.417Z] nexus3.edgexfoundry.org:10003 [2020-12-10T06:55:54.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:55:54.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:55:54.680Z] Configure a credential helper to remove this warning. See [2020-12-10T06:55:54.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:55:54.680Z] [2020-12-10T06:55:54.680Z] Login Succeeded [2020-12-10T06:55:54.680Z] nexus3.edgexfoundry.org:10004 [2020-12-10T06:55:54.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:55:54.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:55:54.943Z] Configure a credential helper to remove this warning. See [2020-12-10T06:55:54.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:55:54.943Z] [2020-12-10T06:55:54.943Z] Login Succeeded [2020-12-10T06:55:54.943Z] docker.io [2020-12-10T06:55:54.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T06:55:55.035Z] ---> 5a476a899429 [2020-12-10T06:55:55.035Z] Step 8/8 : RUN go mod download [2020-12-10T06:55:55.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T06:55:55.207Z] Configure a credential helper to remove this warning. See [2020-12-10T06:55:55.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T06:55:55.207Z] [2020-12-10T06:55:55.207Z] Login Succeeded [2020-12-10T06:55:55.207Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T06:55:55.217Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-10T06:55:55.313Z] ---> Running in be48cf8fc6fe [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-10T06:55:55.600Z] ========================================================= [2020-12-10T06:55:55.600Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-10T06:55:55.600Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:55:55.949Z] + 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-12-10T06:55:56.214Z] Sending build context to Docker daemon 2.401MB [2020-12-10T06:55:56.214Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-10T06:55:56.214Z] Step 2/8 : FROM ${BASE} [2020-12-10T06:55:56.214Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-10T06:55:56.214Z] 188c0c94c7c5: Pulling fs layer [2020-12-10T06:55:56.214Z] 0ef7d3d256c8: Pulling fs layer [2020-12-10T06:55:56.214Z] de9db76c5a1d: Pulling fs layer [2020-12-10T06:55:56.214Z] bca2f99d35d6: Pulling fs layer [2020-12-10T06:55:56.214Z] 93359f2a8cfa: Pulling fs layer [2020-12-10T06:55:56.214Z] 7c6f9722023f: Pulling fs layer [2020-12-10T06:55:56.214Z] a35cf1a2eb13: Pulling fs layer [2020-12-10T06:55:56.214Z] 93359f2a8cfa: Waiting [2020-12-10T06:55:56.214Z] bca2f99d35d6: Waiting [2020-12-10T06:55:56.214Z] 7c6f9722023f: Waiting [2020-12-10T06:55:56.214Z] a35cf1a2eb13: Waiting [2020-12-10T06:55:56.214Z] de9db76c5a1d: Download complete [2020-12-10T06:55:56.214Z] 0ef7d3d256c8: Verifying Checksum [2020-12-10T06:55:56.214Z] 0ef7d3d256c8: Download complete [2020-12-10T06:55:56.214Z] 93359f2a8cfa: Verifying Checksum [2020-12-10T06:55:56.214Z] 93359f2a8cfa: Download complete [2020-12-10T06:55:56.214Z] 188c0c94c7c5: Verifying Checksum [2020-12-10T06:55:56.214Z] 188c0c94c7c5: Download complete [2020-12-10T06:55:56.214Z] 7c6f9722023f: Verifying Checksum [2020-12-10T06:55:56.214Z] 7c6f9722023f: Download complete [2020-12-10T06:55:56.482Z] 188c0c94c7c5: Pull complete [2020-12-10T06:55:56.745Z] 0ef7d3d256c8: Pull complete [2020-12-10T06:55:56.745Z] de9db76c5a1d: Pull complete [2020-12-10T06:55:58.683Z] a35cf1a2eb13: Verifying Checksum [2020-12-10T06:55:58.683Z] a35cf1a2eb13: Download complete [2020-12-10T06:55:59.263Z] bca2f99d35d6: Verifying Checksum [2020-12-10T06:55:59.263Z] bca2f99d35d6: Download complete [2020-12-10T06:56:04.589Z] bca2f99d35d6: Pull complete [2020-12-10T06:56:04.589Z] 93359f2a8cfa: Pull complete [2020-12-10T06:56:04.589Z] 7c6f9722023f: Pull complete [2020-12-10T06:56:11.238Z] a35cf1a2eb13: Pull complete [2020-12-10T06:56:11.501Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-10T06:56:11.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-10T06:56:11.501Z] ---> a62c8e92a672 [2020-12-10T06:56:11.501Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T06:56:12.078Z] ---> Running in 3d20baae2c0e [2020-12-10T06:56:12.342Z] Removing intermediate container 3d20baae2c0e [2020-12-10T06:56:12.342Z] ---> 5e6073016bab [2020-12-10T06:56:12.342Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T06:56:12.342Z] ---> Running in 12ea80d3cbce [2020-12-10T06:56:13.291Z] Removing intermediate container 12ea80d3cbce [2020-12-10T06:56:13.291Z] ---> 020d6ecb1f4e [2020-12-10T06:56:13.291Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-10T06:56:13.291Z] ---> Running in 4b5d8ff69e83 [2020-12-10T06:56:13.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T06:56:14.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T06:56:15.019Z] OK: 166 MiB in 39 packages [2020-12-10T06:56:15.281Z] Removing intermediate container 4b5d8ff69e83 [2020-12-10T06:56:15.281Z] ---> e982adca38b7 [2020-12-10T06:56:15.281Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-10T06:56:15.544Z] ---> Running in 68af573430cf [2020-12-10T06:56:15.544Z] Removing intermediate container 68af573430cf [2020-12-10T06:56:15.544Z] ---> 1c2a6546f8e2 [2020-12-10T06:56:15.544Z] Step 7/8 : COPY . . [2020-12-10T06:56:16.935Z] ---> a4e60617574a [2020-12-10T06:56:16.935Z] Step 8/8 : RUN go mod download [2020-12-10T06:56:16.935Z] ---> Running in d2093d84cca5 [2020-12-10T06:56:17.490Z] Removing intermediate container be48cf8fc6fe [2020-12-10T06:56:17.490Z] ---> 06dbe2b9746f [2020-12-10T06:56:17.490Z] Successfully built 06dbe2b9746f [2020-12-10T06:56:17.490Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:56:17.829Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T06:56:17.829Z] . [Pipeline] withDockerContainer [2020-12-10T06:56:18.068Z] prd-ubuntu18.04-docker-arm64-4c-16g-15346 does not seem to be running inside a container [2020-12-10T06:56:18.177Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T06:56:19.681Z] $ docker top 069b2c99ede243ece9320e3e12976e85afe1e5d9c14c772a43efb707939a33d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T06:56:20.695Z] + go version [2020-12-10T06:56:20.695Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-10T06:56:20.745Z] $ docker stop --time=1 069b2c99ede243ece9320e3e12976e85afe1e5d9c14c772a43efb707939a33d4 [2020-12-10T06:56:22.668Z] $ docker rm -f 069b2c99ede243ece9320e3e12976e85afe1e5d9c14c772a43efb707939a33d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:56:23.758Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T06:56:23.758Z] . [Pipeline] withDockerContainer [2020-12-10T06:56:24.019Z] prd-ubuntu18.04-docker-arm64-4c-16g-15346 does not seem to be running inside a container [2020-12-10T06:56:24.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T06:56:25.622Z] $ docker top 7461e274f4b9a3ecae792bea1c73f7551c4119083a4606e9f5cd1cb4303e1047 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T06:56:26.625Z] + make test [2020-12-10T06:56:26.625Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-10T06:56:35.116Z] Removing intermediate container d2093d84cca5 [2020-12-10T06:56:35.116Z] ---> d98182118bf5 [2020-12-10T06:56:35.116Z] Successfully built d98182118bf5 [2020-12-10T06:56:35.116Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:56:35.453Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T06:56:35.453Z] . [Pipeline] withDockerContainer [2020-12-10T06:56:35.712Z] prd-centos7-docker-4c-2g-15347 does not seem to be running inside a container [2020-12-10T06:56:35.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-10T06:56:36.494Z] $ docker top e3a3473462185888e179a38940727e3681f529f15f23a7519fe24db4cf207933 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T06:56:36.989Z] + go version [2020-12-10T06:56:36.989Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-10T06:56:37.008Z] $ docker stop --time=1 e3a3473462185888e179a38940727e3681f529f15f23a7519fe24db4cf207933 [2020-12-10T06:56:38.346Z] $ docker rm -f e3a3473462185888e179a38940727e3681f529f15f23a7519fe24db4cf207933 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:56:39.274Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T06:56:39.274Z] . [Pipeline] withDockerContainer [2020-12-10T06:56:39.370Z] prd-centos7-docker-4c-2g-15347 does not seem to be running inside a container [2020-12-10T06:56:39.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-10T06:56:40.071Z] $ docker top ba76a75e0ce0044256ca963a600dd0b78235a2067a1dd329e1885edd01cb6631 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T06:56:40.610Z] + make test [2020-12-10T06:56:40.611Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-10T06:56:48.805Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-10T06:56:48.813Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-10T06:57:03.809Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-10T06:57:03.809Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-10T06:57:03.809Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-10T06:57:03.809Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.071s coverage: 20.0% of statements [2020-12-10T06:57:04.763Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.460s coverage: 97.1% of statements [2020-12-10T06:57:27.847Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-10T06:57:27.847Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-10T06:57:27.847Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-10T06:57:27.847Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.123s coverage: 20.0% of statements [2020-12-10T06:57:32.192Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.176s coverage: 97.1% of statements [2020-12-10T06:57:36.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.064s coverage: 9.4% of statements [2020-12-10T06:57:36.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.057s coverage: 21.9% of statements [2020-12-10T06:57:36.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-10T06:57:36.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.213s coverage: 42.5% of statements [2020-12-10T06:57:36.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-10T06:57:36.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.297s coverage: 68.9% of statements [2020-12-10T06:57:36.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-10T06:57:36.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-10T06:57:36.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-10T06:57:36.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-10T06:57:36.953Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.080s coverage: 52.6% of statements [2020-12-10T06:57:36.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-10T06:57:36.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-10T06:57:36.953Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-10T06:57:36.953Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.369s coverage: 68.9% of statements [2020-12-10T06:57:36.953Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.060s coverage: 4.7% of statements [2020-12-10T06:57:36.953Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-10T06:57:36.953Z] GO111MODULE=on go vet ./... [2020-12-10T06:57:43.644Z] gofmt -l . [2020-12-10T06:57:43.644Z] [ "`gofmt -l .`" = "" ] [2020-12-10T06:57:43.644Z] ./bin/test-attribution-txt.sh [2020-12-10T06:57:43.911Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-10T06:57:44.196Z] $ docker stop --time=1 ba76a75e0ce0044256ca963a600dd0b78235a2067a1dd329e1885edd01cb6631 [2020-12-10T06:57:46.087Z] $ docker rm -f ba76a75e0ce0044256ca963a600dd0b78235a2067a1dd329e1885edd01cb6631 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T06:57:46.805Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-10T06:57:47.263Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-10T06:57:49.862Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-10T06:57:50.163Z] + ls -al . [2020-12-10T06:57:50.163Z] total 208 [2020-12-10T06:57:50.163Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 10 06:57 . [2020-12-10T06:57:50.163Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 10 06:55 .. [2020-12-10T06:57:50.163Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 10 06:55 bin [2020-12-10T06:57:50.163Z] -rw-r--r--. 1 jenkins jenkins 127698 Dec 10 06:57 coverage.out [2020-12-10T06:57:50.163Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 10 06:55 Dockerfile.build [2020-12-10T06:57:50.163Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 10 06:55 .dockerignore [2020-12-10T06:57:50.163Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 10 06:55 example [2020-12-10T06:57:50.163Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 10 06:55 .git [2020-12-10T06:57:50.163Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 10 06:55 .github [2020-12-10T06:57:50.163Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 10 06:55 .gitignore [2020-12-10T06:57:50.163Z] -rw-r--r--. 1 jenkins jenkins 518 Dec 10 06:57 go.mod [2020-12-10T06:57:50.163Z] -rw-r--r--. 1 jenkins jenkins 13631 Dec 10 06:57 go.sum [2020-12-10T06:57:50.163Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 10 06:55 internal [2020-12-10T06:57:50.163Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 10 06:55 Jenkinsfile [2020-12-10T06:57:50.163Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 10 06:55 LICENSE [2020-12-10T06:57:50.163Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 10 06:55 Makefile [2020-12-10T06:57:50.163Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 10 06:55 openapi [2020-12-10T06:57:50.163Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 10 06:55 pkg [2020-12-10T06:57:50.163Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 10 06:55 README.md [2020-12-10T06:57:50.163Z] -rw-rw-r--. 1 jenkins jenkins 4291 Dec 10 06:55 RELEASE-NOTES.txt [2020-12-10T06:57:50.163Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 10 06:55 snap [2020-12-10T06:57:50.163Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 10 06:52 VERSION [2020-12-10T06:57:50.163Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 10 06:55 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:57:50.472Z] + 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=a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 --label arch=amd64 --label version=0.0.0 . [2020-12-10T06:57:50.735Z] Sending build context to Docker daemon 2.529MB [2020-12-10T06:57:50.735Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-10T06:57:50.735Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-10T06:57:50.735Z] ---> d98182118bf5 [2020-12-10T06:57:50.735Z] Step 3/24 : ARG MAKE='make build' [2020-12-10T06:57:51.309Z] ---> Running in e2e12605941e [2020-12-10T06:57:51.575Z] Removing intermediate container e2e12605941e [2020-12-10T06:57:51.575Z] ---> a5cef860dd1d [2020-12-10T06:57:51.575Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-10T06:57:51.575Z] ---> Running in 021b3ff431bc [2020-12-10T06:57:51.837Z] Removing intermediate container 021b3ff431bc [2020-12-10T06:57:51.837Z] ---> 6cd04d386fd6 [2020-12-10T06:57:51.837Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T06:57:51.837Z] ---> Running in 7e9764cf7605 [2020-12-10T06:57:52.099Z] Removing intermediate container 7e9764cf7605 [2020-12-10T06:57:52.099Z] ---> 284b0d2634bc [2020-12-10T06:57:52.099Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T06:57:52.099Z] ---> Running in 9f2cc1ebbeec [2020-12-10T06:57:53.050Z] Removing intermediate container 9f2cc1ebbeec [2020-12-10T06:57:53.050Z] ---> 3dabbce3d2d6 [2020-12-10T06:57:53.050Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-10T06:57:53.050Z] ---> Running in f04b6a9061fb [2020-12-10T06:57:53.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T06:57:54.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T06:57:54.524Z] OK: 166 MiB in 39 packages [2020-12-10T06:57:55.102Z] Removing intermediate container f04b6a9061fb [2020-12-10T06:57:55.102Z] ---> b3ce0ab4c39e [2020-12-10T06:57:55.102Z] Step 8/24 : COPY . . [2020-12-10T06:57:56.049Z] ---> f1c80a4336a9 [2020-12-10T06:57:56.049Z] Step 9/24 : RUN ${MAKE} [2020-12-10T06:57:56.049Z] ---> Running in 1800f39688a6 [2020-12-10T06:57:56.641Z] 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-12-10T06:58:04.581Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.151s coverage: 9.4% of statements [2020-12-10T06:58:04.582Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.128s coverage: 21.9% of statements [2020-12-10T06:58:04.582Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-10T06:58:04.582Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.566s coverage: 42.5% of statements [2020-12-10T06:58:04.582Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-10T06:58:04.582Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.773s coverage: 68.9% of statements [2020-12-10T06:58:04.582Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-10T06:58:04.582Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-10T06:58:04.582Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-10T06:58:04.582Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-10T06:58:04.582Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.188s coverage: 52.6% of statements [2020-12-10T06:58:04.582Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-10T06:58:04.582Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-10T06:58:04.582Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-10T06:58:04.582Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.963s coverage: 68.9% of statements [2020-12-10T06:58:04.582Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.133s coverage: 4.7% of statements [2020-12-10T06:58:04.582Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-10T06:58:04.582Z] GO111MODULE=on go vet ./... [2020-12-10T06:58:04.882Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-10T06:58:07.438Z] Removing intermediate container 1800f39688a6 [2020-12-10T06:58:07.438Z] ---> a4860a54f118 [2020-12-10T06:58:07.438Z] Step 10/24 : FROM scratch [2020-12-10T06:58:07.438Z] ---> [2020-12-10T06:58:07.438Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T06:58:07.438Z] ---> Running in 29db56121a90 [2020-12-10T06:58:07.438Z] Removing intermediate container 29db56121a90 [2020-12-10T06:58:07.438Z] ---> 86045d40e2a1 [2020-12-10T06:58:07.438Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-10T06:58:07.438Z] ---> Running in 38a6f849c679 [2020-12-10T06:58:07.438Z] Removing intermediate container 38a6f849c679 [2020-12-10T06:58:07.438Z] ---> efab17a83620 [2020-12-10T06:58:07.438Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-10T06:58:07.438Z] ---> Running in d290c2a98d37 [2020-12-10T06:58:07.701Z] Removing intermediate container d290c2a98d37 [2020-12-10T06:58:07.701Z] ---> 3b97e93e7d54 [2020-12-10T06:58:07.701Z] Step 14/24 : WORKDIR / [2020-12-10T06:58:07.701Z] ---> Running in 1f48b66e0ce2 [2020-12-10T06:58:07.701Z] Removing intermediate container 1f48b66e0ce2 [2020-12-10T06:58:07.701Z] ---> 359254206f50 [2020-12-10T06:58:07.701Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-10T06:58:08.276Z] ---> d21a4e8ed290 [2020-12-10T06:58:08.276Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-10T06:58:08.537Z] ---> 1e7f3676d114 [2020-12-10T06:58:08.537Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-10T06:58:08.799Z] ---> 7c33b69af339 [2020-12-10T06:58:08.799Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-10T06:58:09.062Z] ---> fc8db4a4aa73 [2020-12-10T06:58:09.062Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-10T06:58:09.324Z] ---> 3f7dd7fdfe91 [2020-12-10T06:58:09.324Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-10T06:58:09.324Z] ---> Running in 4d076a1c85a4 [2020-12-10T06:58:09.324Z] Removing intermediate container 4d076a1c85a4 [2020-12-10T06:58:09.324Z] ---> 1899a505f388 [2020-12-10T06:58:09.324Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T06:58:09.587Z] ---> Running in b06cd62e56b6 [2020-12-10T06:58:09.587Z] Removing intermediate container b06cd62e56b6 [2020-12-10T06:58:09.587Z] ---> e05e0df03158 [2020-12-10T06:58:09.587Z] Step 22/24 : LABEL arch=amd64 [2020-12-10T06:58:09.587Z] ---> Running in 7f06f7301fea [2020-12-10T06:58:09.850Z] Removing intermediate container 7f06f7301fea [2020-12-10T06:58:09.850Z] ---> a091fcd180f4 [2020-12-10T06:58:09.850Z] Step 23/24 : LABEL git_sha=a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 [2020-12-10T06:58:09.850Z] ---> Running in fba53455a747 [2020-12-10T06:58:10.112Z] Removing intermediate container fba53455a747 [2020-12-10T06:58:10.112Z] ---> 8bc8f5e25195 [2020-12-10T06:58:10.112Z] Step 24/24 : LABEL version=0.0.0 [2020-12-10T06:58:10.112Z] ---> Running in 744af86a9edb [2020-12-10T06:58:10.375Z] Removing intermediate container 744af86a9edb [2020-12-10T06:58:10.375Z] ---> 355e5a311e38 [2020-12-10T06:58:10.375Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-10T06:58:10.375Z] Successfully built 355e5a311e38 [2020-12-10T06:58:10.375Z] Successfully tagged docker-device-sdk-simple:latest [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-12-10T06:58:31.591Z] gofmt -l . [2020-12-10T06:58:31.591Z] [ "`gofmt -l .`" = "" ] [2020-12-10T06:58:31.591Z] ./bin/test-attribution-txt.sh [2020-12-10T06:58:31.863Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-10T06:58:32.547Z] $ docker stop --time=1 7461e274f4b9a3ecae792bea1c73f7551c4119083a4606e9f5cd1cb4303e1047 [2020-12-10T06:58:34.817Z] $ docker rm -f 7461e274f4b9a3ecae792bea1c73f7551c4119083a4606e9f5cd1cb4303e1047 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T06:58:35.853Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-10T06:58:35.952Z] Warning: overwriting stash ‘coverage-report’ [2020-12-10T06:58:36.794Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T06:58:37.555Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-10T06:58:37.886Z] + ls -al . [2020-12-10T06:58:37.886Z] total 244 [2020-12-10T06:58:37.886Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 10 06:58 . [2020-12-10T06:58:37.886Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 06:55 .. [2020-12-10T06:58:37.886Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 10 06:55 .dockerignore [2020-12-10T06:58:37.886Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 10 06:55 .git [2020-12-10T06:58:37.886Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 10 06:55 .github [2020-12-10T06:58:37.886Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 10 06:55 .gitignore [2020-12-10T06:58:37.886Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 10 06:55 Dockerfile.build [2020-12-10T06:58:37.886Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 10 06:55 Jenkinsfile [2020-12-10T06:58:37.886Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 10 06:55 LICENSE [2020-12-10T06:58:37.886Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 10 06:55 Makefile [2020-12-10T06:58:37.886Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 10 06:55 README.md [2020-12-10T06:58:37.886Z] -rw-rw-r-- 1 jenkins jenkins 4291 Dec 10 06:55 RELEASE-NOTES.txt [2020-12-10T06:58:37.886Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 10 06:52 VERSION [2020-12-10T06:58:37.886Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 10 06:55 bin [2020-12-10T06:58:37.886Z] -rw-r--r-- 1 jenkins jenkins 127698 Dec 10 06:57 coverage.out [2020-12-10T06:58:37.886Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 06:55 example [2020-12-10T06:58:37.886Z] -rw-r--r-- 1 jenkins jenkins 518 Dec 10 06:58 go.mod [2020-12-10T06:58:37.886Z] -rw-r--r-- 1 jenkins jenkins 13631 Dec 10 06:58 go.sum [2020-12-10T06:58:37.886Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 10 06:55 internal [2020-12-10T06:58:37.886Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 06:55 openapi [2020-12-10T06:58:37.886Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 10 06:55 pkg [2020-12-10T06:58:37.886Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 06:55 snap [2020-12-10T06:58:37.886Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 10 06:55 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:58:38.226Z] + 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=a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 --label arch=arm64 --label version=0.0.0 . [2020-12-10T06:58:38.827Z] Sending build context to Docker daemon 2.528MB [2020-12-10T06:58:38.827Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-10T06:58:38.827Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-10T06:58:38.827Z] ---> 06dbe2b9746f [2020-12-10T06:58:38.827Z] Step 3/24 : ARG MAKE='make build' [2020-12-10T06:58:39.100Z] ---> Running in 5955b85f1ae0 [2020-12-10T06:58:39.372Z] Removing intermediate container 5955b85f1ae0 [2020-12-10T06:58:39.372Z] ---> 04a380fcbf2b [2020-12-10T06:58:39.372Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-10T06:58:39.645Z] ---> Running in 534adde0b501 [2020-12-10T06:58:40.241Z] Removing intermediate container 534adde0b501 [2020-12-10T06:58:40.241Z] ---> efd9cf69c54c [2020-12-10T06:58:40.241Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T06:58:40.241Z] ---> Running in b791fe42d2bf [2020-12-10T06:58:40.517Z] Removing intermediate container b791fe42d2bf [2020-12-10T06:58:40.517Z] ---> c07dbc812cad [2020-12-10T06:58:40.517Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T06:58:40.790Z] ---> Running in fbba33729270 [2020-12-10T06:58:42.762Z] Removing intermediate container fbba33729270 [2020-12-10T06:58:42.762Z] ---> 93253f378373 [2020-12-10T06:58:42.762Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-10T06:58:43.044Z] ---> Running in fa2bae12006e [2020-12-10T06:58:44.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T06:58:44.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T06:58:45.232Z] OK: 142 MiB in 39 packages [2020-12-10T06:58:46.223Z] Removing intermediate container fa2bae12006e [2020-12-10T06:58:46.223Z] ---> d0cc0aa65776 [2020-12-10T06:58:46.223Z] Step 8/24 : COPY . . [2020-12-10T06:58:47.665Z] ---> 75c9f1fb25d1 [2020-12-10T06:58:47.665Z] Step 9/24 : RUN ${MAKE} [2020-12-10T06:58:47.943Z] ---> Running in 0bcb427e28be [2020-12-10T06:58:48.926Z] 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-12-10T06:59:15.751Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-10T06:59:15.751Z] Removing intermediate container 0bcb427e28be [2020-12-10T06:59:15.751Z] ---> 50fa7c6df34f [2020-12-10T06:59:15.751Z] Step 10/24 : FROM scratch [2020-12-10T06:59:15.751Z] ---> [2020-12-10T06:59:15.751Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T06:59:15.751Z] ---> Running in 771e1682a774 [2020-12-10T06:59:16.024Z] Removing intermediate container 771e1682a774 [2020-12-10T06:59:16.024Z] ---> f8cf65fd9a30 [2020-12-10T06:59:16.024Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-10T06:59:16.295Z] ---> Running in 3ac57d69e3fa [2020-12-10T06:59:16.569Z] Removing intermediate container 3ac57d69e3fa [2020-12-10T06:59:16.569Z] ---> 7518cd3bfa58 [2020-12-10T06:59:16.569Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-10T06:59:16.569Z] ---> Running in df00a0c67029 [2020-12-10T06:59:17.167Z] Removing intermediate container df00a0c67029 [2020-12-10T06:59:17.167Z] ---> 370b78bb1a2d [2020-12-10T06:59:17.167Z] Step 14/24 : WORKDIR / [2020-12-10T06:59:17.167Z] ---> Running in 4828b37df09d [2020-12-10T06:59:17.763Z] Removing intermediate container 4828b37df09d [2020-12-10T06:59:17.763Z] ---> f29eb81b7f62 [2020-12-10T06:59:17.763Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-10T06:59:18.740Z] ---> c58dc17ef813 [2020-12-10T06:59:18.740Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-10T06:59:19.335Z] ---> 1eddfa5948fd [2020-12-10T06:59:19.335Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-10T06:59:20.317Z] ---> e59d216260d2 [2020-12-10T06:59:20.317Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-10T06:59:20.910Z] ---> afd54d19b15e [2020-12-10T06:59:20.910Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-10T06:59:21.506Z] ---> 1bc0d6e9c3de [2020-12-10T06:59:21.506Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-10T06:59:21.506Z] ---> Running in c07ad5c99bd0 [2020-12-10T06:59:22.100Z] Removing intermediate container c07ad5c99bd0 [2020-12-10T06:59:22.100Z] ---> 5f7bcd36e02e [2020-12-10T06:59:22.100Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T06:59:22.100Z] ---> Running in e93dc7a727c6 [2020-12-10T06:59:22.694Z] Removing intermediate container e93dc7a727c6 [2020-12-10T06:59:22.694Z] ---> 1498c029e5cc [2020-12-10T06:59:22.694Z] Step 22/24 : LABEL arch=arm64 [2020-12-10T06:59:22.694Z] ---> Running in d9cbeb35e401 [2020-12-10T06:59:23.288Z] Removing intermediate container d9cbeb35e401 [2020-12-10T06:59:23.288Z] ---> 6768e08dc3b4 [2020-12-10T06:59:23.288Z] Step 23/24 : LABEL git_sha=a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 [2020-12-10T06:59:23.288Z] ---> Running in fff87d2546fd [2020-12-10T06:59:23.882Z] Removing intermediate container fff87d2546fd [2020-12-10T06:59:23.882Z] ---> 525d3e342a46 [2020-12-10T06:59:23.882Z] Step 24/24 : LABEL version=0.0.0 [2020-12-10T06:59:23.882Z] ---> Running in 77678e91b558 [2020-12-10T06:59:24.154Z] Removing intermediate container 77678e91b558 [2020-12-10T06:59:24.154Z] ---> 42299f375b98 [2020-12-10T06:59:24.154Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-10T06:59:24.424Z] Successfully built 42299f375b98 [2020-12-10T06:59:24.424Z] 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] } [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-12-10T06:59:26.242Z] provisioning config files... [2020-12-10T06:59:26.255Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config4007448882589388475tmp [Pipeline] { [Pipeline] sh [2020-12-10T06:59:26.709Z] + set +x [2020-12-10T06:59:26.709Z] + curl -s https://codecov.io/bash [2020-12-10T06:59:26.709Z] + bash -s -- [2020-12-10T06:59:26.972Z] [2020-12-10T06:59:26.972Z] _____ _ [2020-12-10T06:59:26.972Z] / ____| | | [2020-12-10T06:59:26.972Z] | | ___ __| | ___ ___ _____ __ [2020-12-10T06:59:26.972Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-10T06:59:26.972Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-10T06:59:26.972Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-10T06:59:26.972Z] Bash-20201130-cc6d3fe [2020-12-10T06:59:26.972Z] [2020-12-10T06:59:26.972Z] [2020-12-10T06:59:26.972Z] ==> Jenkins CI detected. [2020-12-10T06:59:26.972Z] project root: . [2020-12-10T06:59:26.972Z] --> token set from env [2020-12-10T06:59:26.972Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-10T06:59:26.972Z] ==> Running gcov in . (disable via -X gcov) [2020-12-10T06:59:26.972Z] ==> Python coveragepy not found [2020-12-10T06:59:26.972Z] ==> Searching for coverage reports in: [2020-12-10T06:59:26.972Z] + . [2020-12-10T06:59:26.972Z] -> Found 1 reports [2020-12-10T06:59:26.972Z] ==> Detecting git/mercurial file structure [2020-12-10T06:59:26.972Z] ==> Reading reports [2020-12-10T06:59:26.972Z] + ./coverage.out bytes=127698 [2020-12-10T06:59:26.972Z] ==> Appending adjustments [2020-12-10T06:59:26.972Z] https://docs.codecov.io/docs/fixing-reports [2020-12-10T06:59:27.548Z] + Found adjustments [2020-12-10T06:59:27.548Z] ==> Gzipping contents [2020-12-10T06:59:27.548Z] 24K /tmp/codecov.GNq6Fe.gz [2020-12-10T06:59:27.548Z] ==> Uploading reports [2020-12-10T06:59:27.548Z] url: https://codecov.io [2020-12-10T06:59:27.548Z] query: branch=PR-661&commit=a1efd3b5f5051e75bcd403a2d3463c22f1729ba5&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-661%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=661&job=&cmd_args= [2020-12-10T06:59:27.548Z] -> Pinging Codecov [2020-12-10T06:59:27.549Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-661&commit=a1efd3b5f5051e75bcd403a2d3463c22f1729ba5&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-661%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=661&job=&cmd_args= [2020-12-10T06:59:28.124Z] -> Uploading to [2020-12-10T06:59:28.124Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-10/7E55EF52A471D76F132DFD9A03CDDE97/a1efd3b5f5051e75bcd403a2d3463c22f1729ba5/d4c4fbd3-7656-49c4-af2e-755a1b30ab82.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201210%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201210T065927Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5af33e07534d60712c87ca4880e74c5ca247f3d6417addda7878fb3542d95a8c [2020-12-10T06:59:28.124Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T06:59:28.124Z] Dload Upload Total Spent Left Speed [2020-12-10T06:59:28.703Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20861 0 0 100 20861 0 41258 --:--:-- --:--:-- --:--:-- 41227 [2020-12-10T06:59:28.703Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 [Pipeline] } [2020-12-10T06:59:28.721Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" 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-12-10T06:59:31.853Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T06:59:32.439Z] ---> package-listing.sh [2020-12-10T06:59:32.440Z] ++ facter osfamily [2020-12-10T06:59:32.440Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-10T06:59:32.440Z] + OS_FAMILY=redhat [2020-12-10T06:59:32.440Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-661 [2020-12-10T06:59:32.440Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-10T06:59:32.440Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-10T06:59:32.440Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-10T06:59:32.440Z] + PACKAGES=/tmp/packages_start.txt [2020-12-10T06:59:32.440Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-661 ']' [2020-12-10T06:59:32.440Z] + PACKAGES=/tmp/packages_end.txt [2020-12-10T06:59:32.440Z] + case "${OS_FAMILY}" in [2020-12-10T06:59:32.440Z] + rpm -qa [2020-12-10T06:59:32.440Z] + sort [2020-12-10T06:59:37.778Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-10T06:59:37.778Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-10T06:59:37.778Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-10T06:59:37.778Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-661 ']' [2020-12-10T06:59:37.778Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-661/archives/ [2020-12-10T06:59:37.778Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-661/archives/ [Pipeline] echo [2020-12-10T06:59:37.792Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-661/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-10T06:59:38.094Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:59:38.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T06:59:38.405Z] [2020-12-10T06:59:38.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-10T06:59:38.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T06:59:38.777Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-10T06:59:38.777Z] df20fa9351a1: Pulling fs layer [2020-12-10T06:59:38.777Z] 36b3adc4ff6f: Pulling fs layer [2020-12-10T06:59:38.777Z] 8ad3a11d3b57: Pulling fs layer [2020-12-10T06:59:38.777Z] 46f8f816bc3b: Pulling fs layer [2020-12-10T06:59:38.777Z] 93b61091891f: Pulling fs layer [2020-12-10T06:59:38.777Z] 93b9cdb0e59b: Pulling fs layer [2020-12-10T06:59:38.777Z] 5e14af77c1be: Pulling fs layer [2020-12-10T06:59:38.777Z] 01666e4c0597: Pulling fs layer [2020-12-10T06:59:38.777Z] aa168da1d23b: Pulling fs layer [2020-12-10T06:59:38.777Z] 46f8f816bc3b: Waiting [2020-12-10T06:59:38.777Z] 93b61091891f: Waiting [2020-12-10T06:59:38.777Z] 93b9cdb0e59b: Waiting [2020-12-10T06:59:38.777Z] 5e14af77c1be: Waiting [2020-12-10T06:59:38.777Z] 01666e4c0597: Waiting [2020-12-10T06:59:38.777Z] aa168da1d23b: Waiting [2020-12-10T06:59:38.777Z] 36b3adc4ff6f: Verifying Checksum [2020-12-10T06:59:38.777Z] 36b3adc4ff6f: Download complete [2020-12-10T06:59:39.043Z] 46f8f816bc3b: Verifying Checksum [2020-12-10T06:59:39.043Z] 46f8f816bc3b: Download complete [2020-12-10T06:59:39.043Z] df20fa9351a1: Verifying Checksum [2020-12-10T06:59:39.043Z] df20fa9351a1: Download complete [2020-12-10T06:59:39.043Z] 93b9cdb0e59b: Verifying Checksum [2020-12-10T06:59:39.043Z] 93b9cdb0e59b: Download complete [2020-12-10T06:59:39.043Z] 93b61091891f: Verifying Checksum [2020-12-10T06:59:39.043Z] 93b61091891f: Download complete [2020-12-10T06:59:39.043Z] 5e14af77c1be: Verifying Checksum [2020-12-10T06:59:39.043Z] 5e14af77c1be: Download complete [2020-12-10T06:59:39.043Z] 01666e4c0597: Verifying Checksum [2020-12-10T06:59:39.043Z] 01666e4c0597: Download complete [2020-12-10T06:59:39.306Z] df20fa9351a1: Pull complete [2020-12-10T06:59:39.569Z] 8ad3a11d3b57: Verifying Checksum [2020-12-10T06:59:39.569Z] 8ad3a11d3b57: Download complete [2020-12-10T06:59:39.569Z] 36b3adc4ff6f: Pull complete [2020-12-10T06:59:40.529Z] 8ad3a11d3b57: Pull complete [2020-12-10T06:59:40.529Z] 46f8f816bc3b: Pull complete [2020-12-10T06:59:41.494Z] aa168da1d23b: Verifying Checksum [2020-12-10T06:59:41.494Z] aa168da1d23b: Download complete [2020-12-10T06:59:41.762Z] 93b61091891f: Pull complete [2020-12-10T06:59:42.031Z] 93b9cdb0e59b: Pull complete [2020-12-10T06:59:42.296Z] 5e14af77c1be: Pull complete [2020-12-10T06:59:42.296Z] 01666e4c0597: Pull complete [2020-12-10T06:59:48.937Z] aa168da1d23b: Pull complete [2020-12-10T06:59:48.937Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-10T06:59:48.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T06:59:48.937Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-10T06:59:49.077Z] prd-centos7-docker-4c-2g-15345 does not seem to be running inside a container [2020-12-10T06:59:49.130Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-661/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-661 -v /w/workspace/dgexfoundry_device-sdk-go_PR-661:/w/workspace/dgexfoundry_device-sdk-go_PR-661:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-661@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-10T06:59:53.725Z] $ docker top bb456bfdb906dd33a7583e3c8eefedd0ab4782af825adf885fec99f86149d116 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T06:59:54.384Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-10T06:59:54.690Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-10T06:59:54.993Z] + ls /var/log/sa-host [2020-12-10T06:59:54.993Z] + sadf -c /var/log/sa-host/sa10 [2020-12-10T06:59:54.993Z] file_magic: OK [2020-12-10T06:59:54.993Z] HZ: Using current value: 100 [2020-12-10T06:59:54.993Z] file_header: OK [2020-12-10T06:59:54.993Z] 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-12-10T06:59:54.993Z] Statistics: [2020-12-10T06:59:54.993Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-10T06:59:54.993Z] File successfully converted to sysstat format version 12.2.1 [2020-12-10T06:59:54.993Z] + sadf -c /var/log/sa-host/sa23 [2020-12-10T06:59:54.993Z] file_magic: OK [2020-12-10T06:59:54.993Z] HZ: Using current value: 100 [2020-12-10T06:59:54.993Z] file_header: OK [2020-12-10T06:59:54.993Z] 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-12-10T06:59:54.993Z] Statistics: [2020-12-10T06:59:54.993Z] Hnuu...uuuununununu... [2020-12-10T06:59:54.993Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-10T06:59:55.618Z] provisioning config files... [2020-12-10T06:59:55.634Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config4587470857578989459tmp [Pipeline] { [Pipeline] echo [2020-12-10T06:59:55.715Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T06:59:56.013Z] ---> create-netrc.sh [Pipeline] } [2020-12-10T06:59:56.023Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-10T06:59:56.126Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T06:59:56.426Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-10T06:59:56.436Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T06:59:56.738Z] ---> sudo-logs.sh [2020-12-10T06:59:56.738Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-10T06:59:56.749Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T06:59:57.048Z] ---> job-cost.sh [2020-12-10T06:59:57.048Z] lf-activate-venv: SKIPPING [2020-12-10T06:59:57.048Z] INFO: No Stack... [2020-12-10T06:59:58.440Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-10T06:59:58.702Z] INFO: Archiving Costs [Pipeline] echo [2020-12-10T06:59:58.715Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T06:59:59.012Z] ---> logs-deploy.sh [2020-12-10T06:59:59.012Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-661/7 [2020-12-10T06:59:59.012Z] INFO: archiving workspace using pattern(s): [2020-12-10T07:00:00.940Z] Archives upload complete. [2020-12-10T07:00:00.940Z] INFO: archiving logs to Nexus