Pull request #797 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 27265970ff8ae99cb5e027f101df95e10844a157+859d05bb29d195830a2bef80ceacb337f49ed4c7 (b2e9a9d720f5e6d12bb8875ec9b7a56fad8de594) Running in Durability level: MAX_SURVIVABILITY 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-797/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-797/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27493 in /w/workspace/dgexfoundry_device-sdk-go_PR-797 [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-797 # 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/797/head:refs/remotes/origin/PR-797 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 859d05bb29d195830a2bef80ceacb337f49ed4c7 into PR head commit 27265970ff8ae99cb5e027f101df95e10844a157 Merge succeeded, producing 27265970ff8ae99cb5e027f101df95e10844a157 Checking out Revision 27265970ff8ae99cb5e027f101df95e10844a157 (PR-797) > git config core.sparsecheckout # timeout=10 > git checkout -f 27265970ff8ae99cb5e027f101df95e10844a157 # 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 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 27265970ff8ae99cb5e027f101df95e10844a157 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-24T05:52:55.708Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-24T05:52:56.085Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-24T05:52:56.348Z] ========================================================= [2021-02-24T05:52:56.348Z] EdgeX Global Pipelines Version Info [2021-02-24T05:52:56.348Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-24T05:52:57.966Z] ------------------- [2021-02-24T05:52:57.966Z] stable info: [2021-02-24T05:52:57.966Z] ------------------- [2021-02-24T05:52:57.966Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-24T05:52:57.966Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T05:52:57.966Z] Message: update stable to v1.0.181 [2021-02-24T05:52:58.912Z] ------------------- [2021-02-24T05:52:58.912Z] experimental info: [2021-02-24T05:52:58.912Z] ------------------- [2021-02-24T05:52:58.912Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-24T05:52:58.912Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T05:52:58.912Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-24T05:52:59.377Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-24T05:52:59.515Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-24T05:52:59.649Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-24T05:52:59.780Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-24T05:52:59.954Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-24T05:53:00.092Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-24T05:53:00.218Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-24T05:53:00.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-24T05:53:00.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-24T05:53:00.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-24T05:53:00.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-24T05:53:00.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-24T05:53:01.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-24T05:53:01.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-24T05:53:01.406Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-24T05:53:01.537Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-24T05:53:01.668Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-24T05:53:01.794Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-24T05:53:01.926Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-24T05:53:02.050Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-24T05:53:02.182Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-24T05:53:02.335Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-24T05:53:02.500Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-24T05:53:02.623Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-24T05:53:02.745Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-24T05:53:02.885Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-797 [Pipeline] echo [2021-02-24T05:53:03.028Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-797 [Pipeline] echo [2021-02-24T05:53:03.154Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-797 [Pipeline] echo [2021-02-24T05:53:03.274Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 27265970ff8ae99cb5e027f101df95e10844a157 [Pipeline] echo [2021-02-24T05:53:03.393Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2726597 [Pipeline] echo [2021-02-24T05:53:03.530Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T05:53:03.820Z] provisioning config files... [2021-02-24T05:53:03.856Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp/config3442229230333852414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T05:53:04.322Z] ---> docker-login.sh [2021-02-24T05:53:04.322Z] nexus3.edgexfoundry.org:10001 [2021-02-24T05:53:04.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:53:04.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:53:04.590Z] Configure a credential helper to remove this warning. See [2021-02-24T05:53:04.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:53:04.590Z] [2021-02-24T05:53:04.590Z] Login Succeeded [2021-02-24T05:53:04.590Z] nexus3.edgexfoundry.org:10002 [2021-02-24T05:53:04.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:53:04.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:53:04.852Z] Configure a credential helper to remove this warning. See [2021-02-24T05:53:04.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:53:04.852Z] [2021-02-24T05:53:04.852Z] Login Succeeded [2021-02-24T05:53:04.852Z] nexus3.edgexfoundry.org:10003 [2021-02-24T05:53:04.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:53:04.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:53:04.852Z] Configure a credential helper to remove this warning. See [2021-02-24T05:53:04.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:53:04.852Z] [2021-02-24T05:53:04.852Z] Login Succeeded [2021-02-24T05:53:04.852Z] nexus3.edgexfoundry.org:10004 [2021-02-24T05:53:05.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:53:05.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:53:05.114Z] Configure a credential helper to remove this warning. See [2021-02-24T05:53:05.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:53:05.114Z] [2021-02-24T05:53:05.114Z] Login Succeeded [2021-02-24T05:53:05.114Z] docker.io [2021-02-24T05:53:05.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:53:05.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:53:05.644Z] Configure a credential helper to remove this warning. See [2021-02-24T05:53:05.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:53:05.644Z] [2021-02-24T05:53:05.644Z] Login Succeeded [2021-02-24T05:53:05.644Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T05:53:05.668Z] 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 [2021-02-24T05:53:06.803Z] + git log --format=format:%s -1 27265970ff8ae99cb5e027f101df95e10844a157 [Pipeline] echo [2021-02-24T05:53:06.935Z] GIT_COMMIT: 27265970ff8ae99cb5e027f101df95e10844a157, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-02-24T05:53:07.008Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-24T05:53:08.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T05:53:08.054Z] [2021-02-24T05:53:08.054Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T05:53:08.455Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T05:53:08.456Z] latest: Pulling from edgex-devops/git-semver [2021-02-24T05:53:08.456Z] 31603596830f: Pulling fs layer [2021-02-24T05:53:08.456Z] 2a8b12db71e7: Pulling fs layer [2021-02-24T05:53:08.456Z] 6ca5941a6612: Pulling fs layer [2021-02-24T05:53:08.456Z] ecc8261a40a4: Pulling fs layer [2021-02-24T05:53:08.456Z] ecc8261a40a4: Waiting [2021-02-24T05:53:08.456Z] 2a8b12db71e7: Verifying Checksum [2021-02-24T05:53:08.456Z] 2a8b12db71e7: Download complete [2021-02-24T05:53:08.720Z] 31603596830f: Verifying Checksum [2021-02-24T05:53:08.720Z] 31603596830f: Download complete [2021-02-24T05:53:08.720Z] ecc8261a40a4: Download complete [2021-02-24T05:53:08.988Z] 6ca5941a6612: Verifying Checksum [2021-02-24T05:53:08.988Z] 6ca5941a6612: Download complete [2021-02-24T05:53:08.988Z] 31603596830f: Pull complete [2021-02-24T05:53:09.262Z] 2a8b12db71e7: Pull complete [2021-02-24T05:53:09.834Z] 6ca5941a6612: Pull complete [2021-02-24T05:53:10.095Z] ecc8261a40a4: Pull complete [2021-02-24T05:53:10.095Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-24T05:53:10.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T05:53:10.357Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-24T05:53:10.479Z] prd-centos7-docker-4c-2g-27493 does not seem to be running inside a container [2021-02-24T05:53:10.524Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-797 -v /w/workspace/dgexfoundry_device-sdk-go_PR-797:/w/workspace/dgexfoundry_device-sdk-go_PR-797:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-24T05:53:12.734Z] $ docker top cdad2a3300fefd787bdd99dbbe0bf4062904711c0ae4f73b8a7bfe9a745faedc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-24T05:53:13.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T05:53:13.120Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T05:53:13.317Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T05:53:13.316Z] $ docker exec cdad2a3300fefd787bdd99dbbe0bf4062904711c0ae4f73b8a7bfe9a745faedc ssh-agent [2021-02-24T05:53:13.491Z] SSH_AUTH_SOCK=/tmp/ssh-HGMg2MHJwH9S/agent.12 [2021-02-24T05:53:13.491Z] SSH_AGENT_PID=17 [2021-02-24T05:53:13.505Z] Running ssh-add (command line suppressed) [2021-02-24T05:53:13.614Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp/private_key_1244585438940140649.key (/w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp/private_key_1244585438940140649.key) [2021-02-24T05:53:13.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T05:53:14.049Z] + git tag --points-at HEAD [Pipeline] } [2021-02-24T05:53:14.073Z] $ docker exec --env ******** --env ******** cdad2a3300fefd787bdd99dbbe0bf4062904711c0ae4f73b8a7bfe9a745faedc ssh-agent -k [2021-02-24T05:53:14.185Z] unset SSH_AUTH_SOCK; [2021-02-24T05:53:14.185Z] unset SSH_AGENT_PID; [2021-02-24T05:53:14.185Z] echo Agent pid 17 killed; [2021-02-24T05:53:14.234Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-24T05:53:14.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T05:53:14.429Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T05:53:14.587Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T05:53:14.587Z] $ docker exec cdad2a3300fefd787bdd99dbbe0bf4062904711c0ae4f73b8a7bfe9a745faedc ssh-agent [2021-02-24T05:53:14.744Z] SSH_AUTH_SOCK=/tmp/ssh-3xus1LjfTnO3/agent.46 [2021-02-24T05:53:14.744Z] SSH_AGENT_PID=51 [2021-02-24T05:53:14.752Z] Running ssh-add (command line suppressed) [2021-02-24T05:53:14.860Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp/private_key_1418272831174630593.key (/w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp/private_key_1418272831174630593.key) [2021-02-24T05:53:14.915Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T05:53:15.384Z] + git semver init [2021-02-24T05:53:15.384Z] # -> Open(): unable to determine branch for HEAD [2021-02-24T05:53:15.384Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-797/.git [2021-02-24T05:53:15.384Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-797 [2021-02-24T05:53:15.384Z] # $SEMVER_REMOTE_NAME = origin [2021-02-24T05:53:15.384Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-24T05:53:15.384Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-24T05:53:15.384Z] # $SEMVER_BRANCH = PR-797 [2021-02-24T05:53:15.384Z] # $SEMVER_TEMP = /tmp/semver-189275267 [2021-02-24T05:53:15.384Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-24T05:53:15.957Z] # '/tmp/semver-189275267' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-797/.semver' [2021-02-24T05:53:15.957Z] # -> Force: false [2021-02-24T05:53:15.957Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-797/.semver [Pipeline] } [2021-02-24T05:53:15.974Z] $ docker exec --env ******** --env ******** cdad2a3300fefd787bdd99dbbe0bf4062904711c0ae4f73b8a7bfe9a745faedc ssh-agent -k [2021-02-24T05:53:16.081Z] unset SSH_AUTH_SOCK; [2021-02-24T05:53:16.081Z] unset SSH_AGENT_PID; [2021-02-24T05:53:16.082Z] echo Agent pid 51 killed; [2021-02-24T05:53:16.130Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T05:53:16.768Z] + git semver [Pipeline] } [2021-02-24T05:53:16.795Z] $ docker stop --time=1 cdad2a3300fefd787bdd99dbbe0bf4062904711c0ae4f73b8a7bfe9a745faedc [2021-02-24T05:53:18.143Z] $ docker rm -f cdad2a3300fefd787bdd99dbbe0bf4062904711c0ae4f73b8a7bfe9a745faedc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T05:53:18.672Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-24T05:53:19.134Z] Stashed 1 file(s) [Pipeline] echo [2021-02-24T05:53:19.156Z] [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 [2021-02-24T05:53:35.311Z] Still waiting to schedule task [2021-02-24T05:53:35.311Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27493’ [2021-02-24T05:53:35.341Z] Still waiting to schedule task [2021-02-24T05:53:35.341Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-24T05:55:28.648Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27494 in /w/workspace/dgexfoundry_device-sdk-go_PR-797 [Pipeline] { [Pipeline] ws [2021-02-24T05:55:28.759Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-02-24T05:55:33.664Z] using credential edgex-jenkins-ssh [2021-02-24T05:55:33.724Z] Cloning the remote Git repository [2021-02-24T05:55:33.773Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-24T05:55:33.885Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-02-24T05:55:33.983Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-24T05:55:33.984Z] > git --version # timeout=10 [2021-02-24T05:55:34.000Z] > git --version # 'git version 2.17.1' [2021-02-24T05:55:34.001Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T05:55:34.060Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T05:55:35.910Z] Merging remotes/origin/master commit 859d05bb29d195830a2bef80ceacb337f49ed4c7 into PR head commit 27265970ff8ae99cb5e027f101df95e10844a157 [2021-02-24T05:55:36.224Z] Merge succeeded, producing 27265970ff8ae99cb5e027f101df95e10844a157 [2021-02-24T05:55:36.225Z] Checking out Revision 27265970ff8ae99cb5e027f101df95e10844a157 (PR-797) [2021-02-24T05:55:35.315Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-24T05:55:35.330Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T05:55:35.363Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-24T05:55:35.397Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-24T05:55:35.398Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T05:55:35.410Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/797/head:refs/remotes/origin/PR-797 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-24T05:55:35.926Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T05:55:35.939Z] > git checkout -f 27265970ff8ae99cb5e027f101df95e10844a157 # timeout=10 [2021-02-24T05:55:36.098Z] > git remote # timeout=10 [2021-02-24T05:55:36.129Z] > git config --get remote.origin.url # timeout=10 [2021-02-24T05:55:36.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T05:55:36.166Z] > git merge 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 [2021-02-24T05:55:36.201Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-24T05:55:36.228Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T05:55:36.243Z] > git checkout -f 27265970ff8ae99cb5e027f101df95e10844a157 # timeout=10 [2021-02-24T05:55:40.465Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-02-24T05:55:40.514Z] > git --version # timeout=10 [2021-02-24T05:55:40.524Z] > git --version # 'git version 2.17.1' [2021-02-24T05:55:40.537Z] fatal: bad object 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-24T05:55:42.214Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-24T05:55:42.683Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-24T05:55:43.052Z] + sudo service docker restart [2021-02-24T05:55:43.053Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T05:55:45.805Z] provisioning config files... [2021-02-24T05:55:45.846Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config3111051984496803857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T05:55:46.307Z] ---> docker-login.sh [2021-02-24T05:55:46.307Z] nexus3.edgexfoundry.org:10001 [2021-02-24T05:55:47.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:55:47.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:55:47.565Z] Configure a credential helper to remove this warning. See [2021-02-24T05:55:47.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:55:47.565Z] [2021-02-24T05:55:47.565Z] Login Succeeded [2021-02-24T05:55:47.565Z] nexus3.edgexfoundry.org:10002 [2021-02-24T05:55:47.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:55:48.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:55:48.113Z] Configure a credential helper to remove this warning. See [2021-02-24T05:55:48.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:55:48.113Z] [2021-02-24T05:55:48.113Z] Login Succeeded [2021-02-24T05:55:48.113Z] nexus3.edgexfoundry.org:10003 [2021-02-24T05:55:48.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:55:48.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:55:48.664Z] Configure a credential helper to remove this warning. See [2021-02-24T05:55:48.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:55:48.664Z] [2021-02-24T05:55:48.664Z] Login Succeeded [2021-02-24T05:55:48.664Z] nexus3.edgexfoundry.org:10004 [2021-02-24T05:55:48.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:55:49.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:55:49.213Z] Configure a credential helper to remove this warning. See [2021-02-24T05:55:49.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:55:49.213Z] [2021-02-24T05:55:49.213Z] Login Succeeded [2021-02-24T05:55:49.213Z] docker.io [2021-02-24T05:55:49.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:55:50.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:55:50.080Z] Configure a credential helper to remove this warning. See [2021-02-24T05:55:50.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:55:50.080Z] [2021-02-24T05:55:50.080Z] Login Succeeded [2021-02-24T05:55:50.080Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T05:55:50.112Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-24T05:55:50.704Z] ========================================================= [2021-02-24T05:55:50.704Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-24T05:55:50.704Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-24T05:55:51.156Z] + 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 . [2021-02-24T05:55:51.431Z] Sending build context to Docker daemon 2.399MB [2021-02-24T05:55:51.703Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T05:55:51.703Z] Step 2/8 : FROM ${BASE} [2021-02-24T05:55:51.703Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-24T05:55:51.703Z] 5f621e34cdf4: Pulling fs layer [2021-02-24T05:55:51.703Z] a4357932f1b6: Pulling fs layer [2021-02-24T05:55:51.703Z] 18c013af1878: Pulling fs layer [2021-02-24T05:55:51.703Z] 00ac8860ef70: Pulling fs layer [2021-02-24T05:55:51.703Z] 63d7cb157983: Pulling fs layer [2021-02-24T05:55:51.703Z] b116817d02f9: Pulling fs layer [2021-02-24T05:55:51.703Z] 745a02a5169b: Pulling fs layer [2021-02-24T05:55:51.703Z] 00ac8860ef70: Waiting [2021-02-24T05:55:51.703Z] b116817d02f9: Waiting [2021-02-24T05:55:51.703Z] 63d7cb157983: Waiting [2021-02-24T05:55:51.703Z] 745a02a5169b: Waiting [2021-02-24T05:55:51.703Z] 18c013af1878: Download complete [2021-02-24T05:55:51.703Z] a4357932f1b6: Verifying Checksum [2021-02-24T05:55:51.703Z] a4357932f1b6: Download complete [2021-02-24T05:55:51.973Z] 63d7cb157983: Verifying Checksum [2021-02-24T05:55:51.973Z] 63d7cb157983: Download complete [2021-02-24T05:55:52.572Z] b116817d02f9: Verifying Checksum [2021-02-24T05:55:52.572Z] b116817d02f9: Download complete [2021-02-24T05:55:52.572Z] 5f621e34cdf4: Verifying Checksum [2021-02-24T05:55:52.572Z] 5f621e34cdf4: Download complete [2021-02-24T05:55:53.175Z] 5f621e34cdf4: Pull complete [2021-02-24T05:55:53.450Z] a4357932f1b6: Pull complete [2021-02-24T05:55:54.053Z] 18c013af1878: Pull complete [2021-02-24T05:55:54.326Z] 745a02a5169b: Verifying Checksum [2021-02-24T05:55:54.326Z] 745a02a5169b: Download complete [2021-02-24T05:55:55.779Z] 00ac8860ef70: Verifying Checksum [2021-02-24T05:55:55.779Z] 00ac8860ef70: Download complete [2021-02-24T05:56:05.962Z] 00ac8860ef70: Pull complete [2021-02-24T05:56:06.147Z] Running on prd-centos7-docker-4c-2g-27495 in /w/workspace/dgexfoundry_device-sdk-go_PR-797 [Pipeline] { [2021-02-24T05:56:06.238Z] 63d7cb157983: Pull complete [Pipeline] ws [2021-02-24T05:56:06.258Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-02-24T05:56:06.512Z] b116817d02f9: Pull complete [2021-02-24T05:56:08.409Z] using credential edgex-jenkins-ssh [2021-02-24T05:56:08.462Z] Cloning the remote Git repository [2021-02-24T05:56:08.410Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-24T05:56:08.480Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-02-24T05:56:08.540Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-24T05:56:08.541Z] > git --version # timeout=10 [2021-02-24T05:56:08.546Z] > git --version # 'git version 2.24.3' [2021-02-24T05:56:08.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T05:56:08.579Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T05:56:09.278Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-24T05:56:09.284Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T05:56:09.298Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-24T05:56:09.310Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-24T05:56:09.311Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T05:56:09.315Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/797/head:refs/remotes/origin/PR-797 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-24T05:56:09.729Z] Merging remotes/origin/master commit 859d05bb29d195830a2bef80ceacb337f49ed4c7 into PR head commit 27265970ff8ae99cb5e027f101df95e10844a157 [2021-02-24T05:56:09.817Z] Merge succeeded, producing 27265970ff8ae99cb5e027f101df95e10844a157 [2021-02-24T05:56:09.817Z] Checking out Revision 27265970ff8ae99cb5e027f101df95e10844a157 (PR-797) [2021-02-24T05:56:09.739Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T05:56:09.742Z] > git checkout -f 27265970ff8ae99cb5e027f101df95e10844a157 # timeout=10 [2021-02-24T05:56:09.791Z] > git remote # timeout=10 [2021-02-24T05:56:09.796Z] > git config --get remote.origin.url # timeout=10 [2021-02-24T05:56:09.800Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T05:56:09.803Z] > git merge 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 [2021-02-24T05:56:09.812Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-24T05:56:09.820Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T05:56:09.824Z] > git checkout -f 27265970ff8ae99cb5e027f101df95e10844a157 # timeout=10 [2021-02-24T05:56:10.833Z] 745a02a5169b: Pull complete [2021-02-24T05:56:10.833Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-24T05:56:10.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-24T05:56:10.833Z] ---> b7e6874047d6 [2021-02-24T05:56:10.833Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-24T05:56:13.481Z] ---> Running in e76ee4aab57f [2021-02-24T05:56:13.524Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-02-24T05:56:13.548Z] > git --version # timeout=10 [2021-02-24T05:56:13.554Z] > git --version # 'git version 2.24.3' [2021-02-24T05:56:13.558Z] fatal: bad object 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T05:56:13.758Z] Removing intermediate container e76ee4aab57f [2021-02-24T05:56:13.758Z] ---> 6ddf51ef1004 [2021-02-24T05:56:13.758Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] withEnv [Pipeline] { [2021-02-24T05:56:14.032Z] ---> Running in c6f7fcc652e5 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-24T05:56:14.852Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-24T05:56:15.226Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-24T05:56:15.552Z] + sudo service docker restart [2021-02-24T05:56:15.552Z] + true [2021-02-24T05:56:15.552Z] Redirecting to /bin/systemctl restart docker.service [2021-02-24T05:56:16.034Z] Removing intermediate container c6f7fcc652e5 [2021-02-24T05:56:16.034Z] ---> 779eee4dfa23 [2021-02-24T05:56:16.034Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-24T05:56:16.312Z] ---> Running in 8b40bddeaf7c [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T05:56:16.639Z] provisioning config files... [2021-02-24T05:56:16.665Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config4068178982991056798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T05:56:17.121Z] ---> docker-login.sh [2021-02-24T05:56:17.121Z] nexus3.edgexfoundry.org:10001 [2021-02-24T05:56:17.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T05:56:17.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:56:17.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:56:17.385Z] Configure a credential helper to remove this warning. See [2021-02-24T05:56:17.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:56:17.385Z] [2021-02-24T05:56:17.385Z] Login Succeeded [2021-02-24T05:56:17.385Z] nexus3.edgexfoundry.org:10002 [2021-02-24T05:56:17.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:56:17.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:56:17.651Z] Configure a credential helper to remove this warning. See [2021-02-24T05:56:17.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:56:17.651Z] [2021-02-24T05:56:17.651Z] Login Succeeded [2021-02-24T05:56:17.651Z] nexus3.edgexfoundry.org:10003 [2021-02-24T05:56:17.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:56:17.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:56:17.651Z] Configure a credential helper to remove this warning. See [2021-02-24T05:56:17.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:56:17.651Z] [2021-02-24T05:56:17.651Z] Login Succeeded [2021-02-24T05:56:17.651Z] nexus3.edgexfoundry.org:10004 [2021-02-24T05:56:17.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:56:17.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:56:17.915Z] Configure a credential helper to remove this warning. See [2021-02-24T05:56:17.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:56:17.915Z] [2021-02-24T05:56:17.915Z] Login Succeeded [2021-02-24T05:56:17.915Z] docker.io [2021-02-24T05:56:17.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T05:56:18.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T05:56:18.178Z] Configure a credential helper to remove this warning. See [2021-02-24T05:56:18.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T05:56:18.178Z] [2021-02-24T05:56:18.178Z] Login Succeeded [2021-02-24T05:56:18.178Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T05:56:18.202Z] Deleting 1 temporary files [2021-02-24T05:56:18.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-24T05:56:18.781Z] ========================================================= [2021-02-24T05:56:18.781Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-24T05:56:18.781Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-24T05:56:18.887Z] OK: 142 MiB in 39 packages [2021-02-24T05:56:19.177Z] + 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 . [2021-02-24T05:56:19.177Z] Sending build context to Docker daemon 2.4MB [2021-02-24T05:56:19.177Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T05:56:19.177Z] Step 2/8 : FROM ${BASE} [2021-02-24T05:56:19.177Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-24T05:56:19.177Z] 188c0c94c7c5: Pulling fs layer [2021-02-24T05:56:19.177Z] 0ef7d3d256c8: Pulling fs layer [2021-02-24T05:56:19.177Z] de9db76c5a1d: Pulling fs layer [2021-02-24T05:56:19.177Z] bca2f99d35d6: Pulling fs layer [2021-02-24T05:56:19.177Z] 93359f2a8cfa: Pulling fs layer [2021-02-24T05:56:19.177Z] 7c6f9722023f: Pulling fs layer [2021-02-24T05:56:19.177Z] a35cf1a2eb13: Pulling fs layer [2021-02-24T05:56:19.177Z] bca2f99d35d6: Waiting [2021-02-24T05:56:19.177Z] 93359f2a8cfa: Waiting [2021-02-24T05:56:19.177Z] 7c6f9722023f: Waiting [2021-02-24T05:56:19.177Z] a35cf1a2eb13: Waiting [2021-02-24T05:56:19.440Z] de9db76c5a1d: Verifying Checksum [2021-02-24T05:56:19.440Z] de9db76c5a1d: Download complete [2021-02-24T05:56:19.440Z] 0ef7d3d256c8: Download complete [2021-02-24T05:56:19.440Z] 93359f2a8cfa: Verifying Checksum [2021-02-24T05:56:19.440Z] 93359f2a8cfa: Download complete [2021-02-24T05:56:19.440Z] 188c0c94c7c5: Verifying Checksum [2021-02-24T05:56:19.440Z] 188c0c94c7c5: Download complete [2021-02-24T05:56:19.440Z] 7c6f9722023f: Verifying Checksum [2021-02-24T05:56:19.440Z] 7c6f9722023f: Download complete [2021-02-24T05:56:19.708Z] 188c0c94c7c5: Pull complete [2021-02-24T05:56:19.708Z] 0ef7d3d256c8: Pull complete [2021-02-24T05:56:19.866Z] Removing intermediate container 8b40bddeaf7c [2021-02-24T05:56:19.866Z] ---> e1e718d04e67 [2021-02-24T05:56:19.866Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-24T05:56:19.974Z] de9db76c5a1d: Pull complete [2021-02-24T05:56:20.141Z] ---> Running in 35b51953f642 [2021-02-24T05:56:20.737Z] Removing intermediate container 35b51953f642 [2021-02-24T05:56:20.737Z] ---> d6a9c9133f41 [2021-02-24T05:56:20.737Z] Step 7/8 : COPY . . [2021-02-24T05:56:21.385Z] a35cf1a2eb13: Verifying Checksum [2021-02-24T05:56:21.385Z] a35cf1a2eb13: Download complete [2021-02-24T05:56:21.732Z] ---> f8fd9ab1f8ad [2021-02-24T05:56:21.733Z] Step 8/8 : RUN go mod download [2021-02-24T05:56:21.967Z] bca2f99d35d6: Verifying Checksum [2021-02-24T05:56:21.967Z] bca2f99d35d6: Download complete [2021-02-24T05:56:22.007Z] ---> Running in 551518487a9e [2021-02-24T05:56:27.299Z] bca2f99d35d6: Pull complete [2021-02-24T05:56:27.299Z] 93359f2a8cfa: Pull complete [2021-02-24T05:56:27.299Z] 7c6f9722023f: Pull complete [2021-02-24T05:56:32.613Z] a35cf1a2eb13: Pull complete [2021-02-24T05:56:32.613Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-24T05:56:32.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-24T05:56:32.613Z] ---> a62c8e92a672 [2021-02-24T05:56:32.613Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-24T05:56:32.613Z] ---> Running in 377873950d1e [2021-02-24T05:56:32.877Z] Removing intermediate container 377873950d1e [2021-02-24T05:56:32.877Z] ---> 12538598982d [2021-02-24T05:56:32.877Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T05:56:33.142Z] ---> Running in f840661a99e0 [2021-02-24T05:56:34.089Z] Removing intermediate container f840661a99e0 [2021-02-24T05:56:34.089Z] ---> 0b4db67fbf82 [2021-02-24T05:56:34.089Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-24T05:56:34.089Z] ---> Running in 51e60c2b1ec7 [2021-02-24T05:56:34.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T05:56:35.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T05:56:35.825Z] OK: 166 MiB in 39 packages [2021-02-24T05:56:36.399Z] Removing intermediate container 51e60c2b1ec7 [2021-02-24T05:56:36.399Z] ---> 638560a42f3b [2021-02-24T05:56:36.399Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-24T05:56:36.399Z] ---> Running in b31c78232993 [2021-02-24T05:56:36.663Z] Removing intermediate container b31c78232993 [2021-02-24T05:56:36.663Z] ---> b6ba8a1eefff [2021-02-24T05:56:36.663Z] Step 7/8 : COPY . . [2021-02-24T05:56:37.618Z] ---> ba35468bc22e [2021-02-24T05:56:37.618Z] Step 8/8 : RUN go mod download [2021-02-24T05:56:37.618Z] ---> Running in 548b250f876e [2021-02-24T05:56:48.821Z] Removing intermediate container 551518487a9e [2021-02-24T05:56:48.821Z] ---> 2f6e8e27bfb6 [2021-02-24T05:56:48.821Z] Successfully built 2f6e8e27bfb6 [2021-02-24T05:56:48.821Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T05:56:49.199Z] + docker inspect -f . ci-base-image-arm64 [2021-02-24T05:56:49.199Z] . [Pipeline] withDockerContainer [2021-02-24T05:56:49.457Z] prd-ubuntu18.04-docker-arm64-4c-16g-27494 does not seem to be running inside a container [2021-02-24T05:56:49.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat [2021-02-24T05:56:51.106Z] $ docker top 5b638496b24469db2ffca1b278569f9011f5cf008541d8d336bde52217bfb93a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T05:56:52.183Z] + go version [2021-02-24T05:56:52.183Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-24T05:56:52.214Z] $ docker stop --time=1 5b638496b24469db2ffca1b278569f9011f5cf008541d8d336bde52217bfb93a [2021-02-24T05:56:54.167Z] $ docker rm -f 5b638496b24469db2ffca1b278569f9011f5cf008541d8d336bde52217bfb93a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T05:56:55.461Z] + docker inspect -f . ci-base-image-arm64 [2021-02-24T05:56:55.461Z] . [Pipeline] withDockerContainer [2021-02-24T05:56:55.710Z] prd-ubuntu18.04-docker-arm64-4c-16g-27494 does not seem to be running inside a container [2021-02-24T05:56:55.793Z] Removing intermediate container 548b250f876e [2021-02-24T05:56:55.793Z] ---> 1ccdbabfe351 [2021-02-24T05:56:55.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat [2021-02-24T05:56:56.063Z] Successfully built 1ccdbabfe351 [2021-02-24T05:56:56.063Z] Successfully tagged ci-base-image-x86_64:latest [2021-02-24T05:56:57.234Z] $ docker top 2725cedac7b6187198252064b0ff9e64caa8cddeeef76e972d5ec048f95724bf -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-24T05:56:58.119Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-24T05:56:58.120Z] . [Pipeline] withDockerContainer [2021-02-24T05:56:58.241Z] prd-centos7-docker-4c-2g-27495 does not seem to be running inside a container [2021-02-24T05:56:58.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-24T05:56:58.332Z] + make test [2021-02-24T05:56:58.332Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-24T05:56:58.946Z] $ docker top bd2f0d2021ea9145efa000acad8096e195c1467fc9ce0085d21bf84d0fce0327 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T05:56:59.557Z] + go version [2021-02-24T05:56:59.557Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-24T05:56:59.588Z] $ docker stop --time=1 bd2f0d2021ea9145efa000acad8096e195c1467fc9ce0085d21bf84d0fce0327 [2021-02-24T05:57:00.937Z] $ docker rm -f bd2f0d2021ea9145efa000acad8096e195c1467fc9ce0085d21bf84d0fce0327 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T05:57:02.029Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-24T05:57:02.030Z] . [Pipeline] withDockerContainer [2021-02-24T05:57:02.161Z] prd-centos7-docker-4c-2g-27495 does not seem to be running inside a container [2021-02-24T05:57:02.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-24T05:57:03.077Z] $ docker top 2d936fc3f94dc3f509f1393ef5e09822462ed4f381d97a01aeea17df5369a278 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T05:57:03.597Z] + make test [2021-02-24T05:57:03.597Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-24T05:57:10.245Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-24T05:57:20.516Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-24T05:57:25.258Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-24T05:57:25.259Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-24T05:57:25.259Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-24T05:57:27.177Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.051s coverage: 25.5% of statements [2021-02-24T05:57:59.312Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.047s coverage: 10.1% of statements [2021-02-24T05:57:59.312Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.054s coverage: 12.5% of statements [2021-02-24T05:57:59.312Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-24T05:57:59.312Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.068s coverage: 84.8% of statements [2021-02-24T05:57:59.312Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-24T05:57:59.312Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-24T05:57:59.312Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-24T05:57:59.312Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-24T05:57:59.312Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.062s coverage: 49.2% of statements [2021-02-24T05:57:59.312Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-24T05:57:59.312Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.062s coverage: 81.3% of statements [2021-02-24T05:57:59.312Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.064s coverage: 24.8% of statements [2021-02-24T05:57:59.312Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.369s coverage: 83.5% of statements [2021-02-24T05:57:59.312Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.3% of statements [2021-02-24T05:57:59.312Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-24T05:57:59.312Z] GO111MODULE=on go vet ./... [2021-02-24T05:58:06.005Z] gofmt -l . [2021-02-24T05:58:06.005Z] [ "`gofmt -l .`" = "" ] [2021-02-24T05:58:06.005Z] ./bin/test-attribution-txt.sh [2021-02-24T05:58:06.005Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-24T05:58:06.297Z] $ docker stop --time=1 2d936fc3f94dc3f509f1393ef5e09822462ed4f381d97a01aeea17df5369a278 [2021-02-24T05:58:07.573Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-24T05:58:07.573Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-24T05:58:07.573Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-24T05:58:07.573Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.134s coverage: 25.5% of statements [2021-02-24T05:58:08.057Z] $ docker rm -f 2d936fc3f94dc3f509f1393ef5e09822462ed4f381d97a01aeea17df5369a278 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T05:58:08.755Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-24T05:58:09.106Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-24T05:58:11.986Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-24T05:58:12.323Z] + ls -al . [2021-02-24T05:58:12.323Z] total 184 [2021-02-24T05:58:12.323Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 24 05:58 . [2021-02-24T05:58:12.323Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 24 05:56 .. [2021-02-24T05:58:12.323Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 24 05:56 bin [2021-02-24T05:58:12.323Z] -rw-r--r--. 1 jenkins jenkins 101757 Feb 24 05:57 coverage.out [2021-02-24T05:58:12.323Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 24 05:56 Dockerfile.build [2021-02-24T05:58:12.323Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 24 05:56 .dockerignore [2021-02-24T05:58:12.323Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 24 05:56 example [2021-02-24T05:58:12.323Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 24 05:56 .git [2021-02-24T05:58:12.323Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 24 05:56 .github [2021-02-24T05:58:12.323Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 24 05:56 .gitignore [2021-02-24T05:58:12.323Z] -rw-r--r--. 1 jenkins jenkins 516 Feb 24 05:58 go.mod [2021-02-24T05:58:12.323Z] -rw-r--r--. 1 jenkins jenkins 17372 Feb 24 05:58 go.sum [2021-02-24T05:58:12.323Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 24 05:56 internal [2021-02-24T05:58:12.323Z] -rw-rw-r--. 1 jenkins jenkins 901 Feb 24 05:56 Jenkinsfile [2021-02-24T05:58:12.323Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 24 05:56 LICENSE [2021-02-24T05:58:12.323Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 24 05:56 Makefile [2021-02-24T05:58:12.323Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 24 05:56 openapi [2021-02-24T05:58:12.323Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 24 05:56 pkg [2021-02-24T05:58:12.323Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 24 05:56 README.md [2021-02-24T05:58:12.323Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 24 05:56 RELEASE-NOTES.txt [2021-02-24T05:58:12.323Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 24 05:56 snap [2021-02-24T05:58:12.323Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 24 05:53 VERSION [2021-02-24T05:58:12.323Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 24 05:56 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-24T05:58:12.667Z] + 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=27265970ff8ae99cb5e027f101df95e10844a157 --label arch=amd64 --label version=0.0.0 . [2021-02-24T05:58:12.929Z] Sending build context to Docker daemon 2.503MB [2021-02-24T05:58:12.929Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T05:58:12.929Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-24T05:58:12.929Z] ---> 1ccdbabfe351 [2021-02-24T05:58:12.930Z] Step 3/24 : ARG MAKE='make build' [2021-02-24T05:58:13.190Z] ---> Running in d294a836609c [2021-02-24T05:58:13.452Z] Removing intermediate container d294a836609c [2021-02-24T05:58:13.452Z] ---> 4cefecc07672 [2021-02-24T05:58:13.452Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-24T05:58:13.452Z] ---> Running in cd19936c0426 [2021-02-24T05:58:13.713Z] Removing intermediate container cd19936c0426 [2021-02-24T05:58:13.713Z] ---> a5c55300a9d6 [2021-02-24T05:58:13.713Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-24T05:58:13.713Z] ---> Running in e88bbdf62051 [2021-02-24T05:58:13.713Z] Removing intermediate container e88bbdf62051 [2021-02-24T05:58:13.713Z] ---> 15e11b8bde50 [2021-02-24T05:58:13.713Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T05:58:13.988Z] ---> Running in ee8f19c57e39 [2021-02-24T05:58:14.940Z] Removing intermediate container ee8f19c57e39 [2021-02-24T05:58:14.940Z] ---> 578f7948a59d [2021-02-24T05:58:14.940Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-24T05:58:14.940Z] ---> Running in ca01ede11ddf [2021-02-24T05:58:15.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T05:58:16.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T05:58:17.090Z] OK: 166 MiB in 39 packages [2021-02-24T05:58:17.351Z] Removing intermediate container ca01ede11ddf [2021-02-24T05:58:17.351Z] ---> 3579d2fefb4f [2021-02-24T05:58:17.351Z] Step 8/24 : COPY . . [2021-02-24T05:58:18.297Z] ---> 5ee5735219eb [2021-02-24T05:58:18.297Z] Step 9/24 : RUN ${MAKE} [2021-02-24T05:58:18.297Z] ---> Running in 3fa5c13d7c2d [2021-02-24T05:58:18.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-02-24T05:58:26.828Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-24T05:58:28.217Z] Removing intermediate container 3fa5c13d7c2d [2021-02-24T05:58:28.217Z] ---> fa630dfbce42 [2021-02-24T05:58:28.217Z] Step 10/24 : FROM scratch [2021-02-24T05:58:28.217Z] ---> [2021-02-24T05:58:28.217Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-24T05:58:28.217Z] ---> Running in 5ca337c01d5f [2021-02-24T05:58:28.478Z] Removing intermediate container 5ca337c01d5f [2021-02-24T05:58:28.478Z] ---> 63ac5738f285 [2021-02-24T05:58:28.478Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-24T05:58:28.478Z] ---> Running in b111ede9c2f8 [2021-02-24T05:58:28.738Z] Removing intermediate container b111ede9c2f8 [2021-02-24T05:58:28.738Z] ---> 95b2a2aa6240 [2021-02-24T05:58:28.738Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-24T05:58:28.738Z] ---> Running in cabcc3456cf5 [2021-02-24T05:58:28.738Z] Removing intermediate container cabcc3456cf5 [2021-02-24T05:58:28.738Z] ---> c9af4771330d [2021-02-24T05:58:28.738Z] Step 14/24 : WORKDIR / [2021-02-24T05:58:28.998Z] ---> Running in ff34d78a7590 [2021-02-24T05:58:28.998Z] Removing intermediate container ff34d78a7590 [2021-02-24T05:58:28.998Z] ---> cb669334d9f7 [2021-02-24T05:58:28.998Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-24T05:58:29.573Z] ---> 6857481fd5bf [2021-02-24T05:58:29.573Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-24T05:58:29.573Z] ---> 211815b73c84 [2021-02-24T05:58:29.573Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-24T05:58:29.834Z] ---> 77918a8e597c [2021-02-24T05:58:29.834Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-24T05:58:30.094Z] ---> b61459bd8f36 [2021-02-24T05:58:30.094Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-24T05:58:30.354Z] ---> b2c4723223ad [2021-02-24T05:58:30.354Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-24T05:58:30.354Z] ---> Running in d4a078d6bad0 [2021-02-24T05:58:30.621Z] Removing intermediate container d4a078d6bad0 [2021-02-24T05:58:30.621Z] ---> 286a5923d683 [2021-02-24T05:58:30.621Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T05:58:30.621Z] ---> Running in 61eaa25630ac [2021-02-24T05:58:30.882Z] Removing intermediate container 61eaa25630ac [2021-02-24T05:58:30.882Z] ---> 240b17923ac9 [2021-02-24T05:58:30.882Z] Step 22/24 : LABEL arch=amd64 [2021-02-24T05:58:30.882Z] ---> Running in 76c48530b2ee [2021-02-24T05:58:30.882Z] Removing intermediate container 76c48530b2ee [2021-02-24T05:58:30.882Z] ---> eaaf5839d835 [2021-02-24T05:58:30.882Z] Step 23/24 : LABEL git_sha=27265970ff8ae99cb5e027f101df95e10844a157 [2021-02-24T05:58:31.144Z] ---> Running in baf9313f512f [2021-02-24T05:58:31.144Z] Removing intermediate container baf9313f512f [2021-02-24T05:58:31.144Z] ---> f98a7e226bdd [2021-02-24T05:58:31.144Z] Step 24/24 : LABEL version=0.0.0 [2021-02-24T05:58:31.407Z] ---> Running in 296ba7c9a635 [2021-02-24T05:58:31.669Z] Removing intermediate container 296ba7c9a635 [2021-02-24T05:58:31.669Z] ---> a2b78e702be1 [2021-02-24T05:58:31.669Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-24T05:58:31.669Z] Successfully built a2b78e702be1 [2021-02-24T05:58:31.669Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-24T05:58:33.133Z] ---> job-cost.sh [2021-02-24T05:58:33.134Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3V8Z [2021-02-24T05:58:34.384Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.125s coverage: 10.1% of statements [2021-02-24T05:58:34.384Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.102s coverage: 12.5% of statements [2021-02-24T05:58:34.384Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-24T05:58:34.384Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.157s coverage: 84.8% of statements [2021-02-24T05:58:34.384Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-24T05:58:34.384Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-24T05:58:34.384Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-24T05:58:34.384Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-24T05:58:34.384Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.206s coverage: 49.2% of statements [2021-02-24T05:58:34.384Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-24T05:58:34.384Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.161s coverage: 81.3% of statements [2021-02-24T05:58:34.384Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.160s coverage: 24.8% of statements [2021-02-24T05:58:34.384Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.689s coverage: 83.5% of statements [2021-02-24T05:58:34.385Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 5.3% of statements [2021-02-24T05:58:34.385Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-24T05:58:34.385Z] GO111MODULE=on go vet ./... [2021-02-24T05:58:48.079Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-24T05:59:13.860Z] gofmt -l . [2021-02-24T05:59:13.860Z] [ "`gofmt -l .`" = "" ] [2021-02-24T05:59:13.860Z] ./bin/test-attribution-txt.sh [2021-02-24T05:59:13.860Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-24T05:59:13.897Z] $ docker stop --time=1 2725cedac7b6187198252064b0ff9e64caa8cddeeef76e972d5ec048f95724bf [2021-02-24T05:59:14.770Z] lf-activate-venv(): INFO: Adding /tmp/venv-3V8Z/bin to PATH [2021-02-24T05:59:14.770Z] INFO: No Stack... [2021-02-24T05:59:14.770Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-24T05:59:14.770Z] INFO: Archiving Costs [2021-02-24T05:59:16.169Z] $ docker rm -f 2725cedac7b6187198252064b0ff9e64caa8cddeeef76e972d5ec048f95724bf [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-02-24T05:59:17.531Z] + cut -d, -f6 [2021-02-24T05:59:17.531Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2021-02-24T05:59:17.571Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-24T05:59:17.612Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] lock [2021-02-24T05:59:17.716Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-797-1-stack-cost] [2021-02-24T05:59:17.724Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-797-1-stack-cost] did not exist. Created. [2021-02-24T05:59:17.724Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-797-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-24T05:59:18.237Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-24T05:59:18.338Z] Stashed 1 file(s) [Pipeline] } [2021-02-24T05:59:18.379Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-797-1-stack-cost] [2021-02-24T05:59:18.474Z] Stashed 1 file(s) [Pipeline] // lock [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-24T05:59:19.935Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-24T05:59:20.289Z] + ls -al . [2021-02-24T05:59:20.289Z] total 220 [2021-02-24T05:59:20.289Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 24 05:59 . [2021-02-24T05:59:20.289Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 05:55 .. [2021-02-24T05:59:20.289Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 24 05:55 .dockerignore [2021-02-24T05:59:20.289Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 24 05:55 .git [2021-02-24T05:59:20.289Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 05:55 .github [2021-02-24T05:59:20.289Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 24 05:55 .gitignore [2021-02-24T05:59:20.289Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 24 05:55 Dockerfile.build [2021-02-24T05:59:20.289Z] -rw-rw-r-- 1 jenkins jenkins 901 Feb 24 05:55 Jenkinsfile [2021-02-24T05:59:20.289Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 24 05:55 LICENSE [2021-02-24T05:59:20.289Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 24 05:55 Makefile [2021-02-24T05:59:20.289Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 24 05:55 README.md [2021-02-24T05:59:20.289Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 24 05:55 RELEASE-NOTES.txt [2021-02-24T05:59:20.289Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 24 05:53 VERSION [2021-02-24T05:59:20.289Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 05:55 bin [2021-02-24T05:59:20.289Z] -rw-r--r-- 1 jenkins jenkins 101757 Feb 24 05:58 coverage.out [2021-02-24T05:59:20.289Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 05:55 example [2021-02-24T05:59:20.289Z] -rw-r--r-- 1 jenkins jenkins 516 Feb 24 05:59 go.mod [2021-02-24T05:59:20.289Z] -rw-r--r-- 1 jenkins jenkins 17372 Feb 24 05:59 go.sum [2021-02-24T05:59:20.289Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 24 05:55 internal [2021-02-24T05:59:20.289Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 05:55 openapi [2021-02-24T05:59:20.289Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 24 05:55 pkg [2021-02-24T05:59:20.289Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 05:55 snap [2021-02-24T05:59:20.289Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 24 05:55 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-24T05:59:20.667Z] + 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=27265970ff8ae99cb5e027f101df95e10844a157 --label arch=arm64 --label version=0.0.0 . [2021-02-24T05:59:20.943Z] Sending build context to Docker daemon 2.502MB [2021-02-24T05:59:21.223Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T05:59:21.223Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-24T05:59:21.223Z] ---> 2f6e8e27bfb6 [2021-02-24T05:59:21.223Z] Step 3/24 : ARG MAKE='make build' [2021-02-24T05:59:21.496Z] ---> Running in dc9bf6a28554 [2021-02-24T05:59:22.101Z] Removing intermediate container dc9bf6a28554 [2021-02-24T05:59:22.101Z] ---> a14eac08245a [2021-02-24T05:59:22.101Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-24T05:59:22.101Z] ---> Running in ba446ee989b3 [2021-02-24T05:59:22.694Z] Removing intermediate container ba446ee989b3 [2021-02-24T05:59:22.694Z] ---> 113c7abc477c [2021-02-24T05:59:22.694Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-24T05:59:22.694Z] ---> Running in 187050004f0c [2021-02-24T05:59:22.967Z] Removing intermediate container 187050004f0c [2021-02-24T05:59:22.967Z] ---> 4481eceb42ca [2021-02-24T05:59:22.967Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T05:59:23.239Z] ---> Running in 51773a83a858 [2021-02-24T05:59:25.223Z] Removing intermediate container 51773a83a858 [2021-02-24T05:59:25.223Z] ---> eaf905a84b9a [2021-02-24T05:59:25.223Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-24T05:59:25.503Z] ---> Running in c9d0bec05a15 [2021-02-24T05:59:26.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T05:59:27.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T05:59:28.088Z] OK: 142 MiB in 39 packages [2021-02-24T05:59:29.513Z] Removing intermediate container c9d0bec05a15 [2021-02-24T05:59:29.513Z] ---> 632245ddad7a [2021-02-24T05:59:29.513Z] Step 8/24 : COPY . . [2021-02-24T05:59:30.943Z] ---> 1280d57bd99b [2021-02-24T05:59:30.943Z] Step 9/24 : RUN ${MAKE} [2021-02-24T05:59:30.943Z] ---> Running in 47ea32d7eddb [2021-02-24T05:59:31.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-02-24T05:59:58.712Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-24T05:59:59.686Z] Removing intermediate container 47ea32d7eddb [2021-02-24T05:59:59.686Z] ---> b3cda5b1b115 [2021-02-24T05:59:59.686Z] Step 10/24 : FROM scratch [2021-02-24T05:59:59.686Z] ---> [2021-02-24T05:59:59.686Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-24T05:59:59.959Z] ---> Running in 589d52a00cc6 [2021-02-24T06:00:00.229Z] Removing intermediate container 589d52a00cc6 [2021-02-24T06:00:00.229Z] ---> 3f6d289fc562 [2021-02-24T06:00:00.229Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-24T06:00:00.502Z] ---> Running in 709777d1dd27 [2021-02-24T06:00:00.774Z] Removing intermediate container 709777d1dd27 [2021-02-24T06:00:00.774Z] ---> 6ffcd5dcfd7a [2021-02-24T06:00:00.774Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-24T06:00:01.057Z] ---> Running in b6a6ad83a5f8 [2021-02-24T06:00:01.331Z] Removing intermediate container b6a6ad83a5f8 [2021-02-24T06:00:01.331Z] ---> dd1130fffccc [2021-02-24T06:00:01.331Z] Step 14/24 : WORKDIR / [2021-02-24T06:00:01.331Z] ---> Running in 73a4c56860d6 [2021-02-24T06:00:01.928Z] Removing intermediate container 73a4c56860d6 [2021-02-24T06:00:01.928Z] ---> a801da5a9c5f [2021-02-24T06:00:01.928Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-24T06:00:02.919Z] ---> ad69c52fedfc [2021-02-24T06:00:02.919Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-24T06:00:03.518Z] ---> 7592f9252893 [2021-02-24T06:00:03.518Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-24T06:00:04.500Z] ---> 94346bbb0f0c [2021-02-24T06:00:04.500Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-24T06:00:05.098Z] ---> c6d474fcfe26 [2021-02-24T06:00:05.098Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-24T06:00:05.695Z] ---> 3b024fe0828a [2021-02-24T06:00:05.696Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-24T06:00:05.976Z] ---> Running in 8102413bc903 [2021-02-24T06:00:06.250Z] Removing intermediate container 8102413bc903 [2021-02-24T06:00:06.250Z] ---> 6a22fc4bc434 [2021-02-24T06:00:06.250Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T06:00:06.524Z] ---> Running in 7296e20ccfc8 [2021-02-24T06:00:06.797Z] Removing intermediate container 7296e20ccfc8 [2021-02-24T06:00:06.797Z] ---> dfc5a7cfe12f [2021-02-24T06:00:06.797Z] Step 22/24 : LABEL arch=arm64 [2021-02-24T06:00:07.073Z] ---> Running in baa5eb082ca9 [2021-02-24T06:00:07.666Z] Removing intermediate container baa5eb082ca9 [2021-02-24T06:00:07.666Z] ---> f9dc8c6d274f [2021-02-24T06:00:07.666Z] Step 23/24 : LABEL git_sha=27265970ff8ae99cb5e027f101df95e10844a157 [2021-02-24T06:00:07.667Z] ---> Running in f4c41b3b5191 [2021-02-24T06:00:08.263Z] Removing intermediate container f4c41b3b5191 [2021-02-24T06:00:08.263Z] ---> 53311f2fc636 [2021-02-24T06:00:08.263Z] Step 24/24 : LABEL version=0.0.0 [2021-02-24T06:00:08.263Z] ---> Running in 0ee43bddae00 [2021-02-24T06:00:08.536Z] Removing intermediate container 0ee43bddae00 [2021-02-24T06:00:08.536Z] ---> f9dea32446a0 [2021-02-24T06:00:08.536Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-24T06:00:08.809Z] Successfully built f9dea32446a0 [2021-02-24T06:00:08.809Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-24T06:00:09.867Z] ---> job-cost.sh [2021-02-24T06:00:09.867Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3otD [2021-02-24T06:00:48.864Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-24T06:02:55.693Z] lf-activate-venv(): INFO: Adding /tmp/venv-3otD/bin to PATH [2021-02-24T06:02:55.693Z] INFO: No Stack... [2021-02-24T06:02:55.693Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-24T06:02:55.693Z] INFO: Archiving Costs [Pipeline] sh [2021-02-24T06:02:56.063Z] + cut -d, -f6 [2021-02-24T06:02:56.063Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2021-02-24T06:02:56.197Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-797-1-stack-cost] [2021-02-24T06:02:56.203Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-797-1-stack-cost] did not exist. Created. [2021-02-24T06:02:56.203Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-797-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-24T06:02:56.721Z] /w/workspace/device-sdk-go/1@tmp/durable-1717d7aa/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-1717d7aa/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-24T06:02:57.086Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-24T06:02:57.122Z] Warning: overwriting stash ‘stack-cost’ [2021-02-24T06:02:57.283Z] Stashed 1 file(s) [Pipeline] } [2021-02-24T06:02:57.298Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-797-1-stack-cost] [Pipeline] // lock [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 [2021-02-24T06:02:59.195Z] provisioning config files... [2021-02-24T06:02:59.204Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp/config5483886881256520853tmp [Pipeline] { [Pipeline] sh [2021-02-24T06:02:59.659Z] + set +x [2021-02-24T06:02:59.659Z] + curl -s https://codecov.io/bash [2021-02-24T06:02:59.659Z] + bash -s -- [2021-02-24T06:02:59.921Z] [2021-02-24T06:02:59.921Z] _____ _ [2021-02-24T06:02:59.921Z] / ____| | | [2021-02-24T06:02:59.921Z] | | ___ __| | ___ ___ _____ __ [2021-02-24T06:02:59.921Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-24T06:02:59.921Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-24T06:02:59.921Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-24T06:02:59.921Z] Bash-20210129-7c25fce [2021-02-24T06:02:59.921Z] [2021-02-24T06:02:59.921Z] [2021-02-24T06:02:59.921Z] ==> git version 2.24.3 found [2021-02-24T06:02:59.921Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-24T06:02:59.921Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-24T06:02:59.921Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-24T06:02:59.921Z] ==> Jenkins CI detected. [2021-02-24T06:02:59.921Z] project root: . [2021-02-24T06:02:59.921Z] --> token set from env [2021-02-24T06:02:59.921Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-24T06:02:59.921Z] ==> Running gcov in . (disable via -X gcov) [2021-02-24T06:02:59.921Z] ==> Python coveragepy not found [2021-02-24T06:02:59.921Z] ==> Searching for coverage reports in: [2021-02-24T06:02:59.921Z] + . [2021-02-24T06:02:59.921Z] -> Found 1 reports [2021-02-24T06:02:59.921Z] ==> Detecting git/mercurial file structure [2021-02-24T06:02:59.921Z] ==> Reading reports [2021-02-24T06:02:59.921Z] + ./coverage.out bytes=101757 [2021-02-24T06:02:59.921Z] ==> Appending adjustments [2021-02-24T06:02:59.921Z] https://docs.codecov.io/docs/fixing-reports [2021-02-24T06:03:00.496Z] + Found adjustments [2021-02-24T06:03:00.496Z] ==> Gzipping contents [2021-02-24T06:03:00.496Z] 20K /tmp/codecov.Ln3Kz2.gz [2021-02-24T06:03:00.496Z] ==> Uploading reports [2021-02-24T06:03:00.496Z] url: https://codecov.io [2021-02-24T06:03:00.496Z] query: branch=PR-797&commit=27265970ff8ae99cb5e027f101df95e10844a157&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-797%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=797&job=&cmd_args= [2021-02-24T06:03:00.496Z] -> Pinging Codecov [2021-02-24T06:03:00.496Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-797&commit=27265970ff8ae99cb5e027f101df95e10844a157&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-797%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=797&job=&cmd_args= [2021-02-24T06:03:00.756Z] -> Uploading to [2021-02-24T06:03:00.756Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-24/7E55EF52A471D76F132DFD9A03CDDE97/27265970ff8ae99cb5e027f101df95e10844a157/d4b6cb76-5414-4e98-95a4-6ed4d2260c66.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210224T060300Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b91f21ecdaa8c88f31e133cb98dde44d761f7a86d7b71ee6f6532390975831f1 [2021-02-24T06:03:00.756Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T06:03:00.756Z] Dload Upload Total Spent Left Speed [2021-02-24T06:03:01.291Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 16494 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16494 0 0 100 16494 0 33512 --:--:-- --:--:-- --:--:-- 33456 [2021-02-24T06:03:01.291Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/27265970ff8ae99cb5e027f101df95e10844a157 [Pipeline] } [2021-02-24T06:03:01.313Z] 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] { (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 [2021-02-24T06:03:04.826Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T06:03:05.167Z] ---> package-listing.sh [2021-02-24T06:03:05.167Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-24T06:03:05.167Z] ++ facter osfamily [2021-02-24T06:03:05.167Z] + OS_FAMILY=redhat [2021-02-24T06:03:05.167Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-797 [2021-02-24T06:03:05.167Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-24T06:03:05.167Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-24T06:03:05.167Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-24T06:03:05.167Z] + PACKAGES=/tmp/packages_start.txt [2021-02-24T06:03:05.167Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-797 ']' [2021-02-24T06:03:05.167Z] + PACKAGES=/tmp/packages_end.txt [2021-02-24T06:03:05.167Z] + case "${OS_FAMILY}" in [2021-02-24T06:03:05.167Z] + rpm -qa [2021-02-24T06:03:05.167Z] + sort [2021-02-24T06:03:10.473Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-24T06:03:10.473Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-24T06:03:10.473Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-24T06:03:10.473Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-797 ']' [2021-02-24T06:03:10.473Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-797/archives/ [2021-02-24T06:03:10.473Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-797/archives/ [Pipeline] echo [2021-02-24T06:03:10.522Z] 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-797/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-24T06:03:10.827Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-24T06:03:11.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T06:03:11.161Z] [2021-02-24T06:03:11.161Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-24T06:03:11.541Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T06:03:11.541Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-24T06:03:11.541Z] df20fa9351a1: Pulling fs layer [2021-02-24T06:03:11.541Z] 36b3adc4ff6f: Pulling fs layer [2021-02-24T06:03:11.541Z] 8ad3a11d3b57: Pulling fs layer [2021-02-24T06:03:11.541Z] 46f8f816bc3b: Pulling fs layer [2021-02-24T06:03:11.541Z] 93b61091891f: Pulling fs layer [2021-02-24T06:03:11.541Z] 93b9cdb0e59b: Pulling fs layer [2021-02-24T06:03:11.541Z] 5e14af77c1be: Pulling fs layer [2021-02-24T06:03:11.541Z] 01666e4c0597: Pulling fs layer [2021-02-24T06:03:11.541Z] aa168da1d23b: Pulling fs layer [2021-02-24T06:03:11.541Z] 46f8f816bc3b: Waiting [2021-02-24T06:03:11.541Z] 93b61091891f: Waiting [2021-02-24T06:03:11.541Z] 93b9cdb0e59b: Waiting [2021-02-24T06:03:11.541Z] 01666e4c0597: Waiting [2021-02-24T06:03:11.541Z] 5e14af77c1be: Waiting [2021-02-24T06:03:11.541Z] aa168da1d23b: Waiting [2021-02-24T06:03:11.541Z] 36b3adc4ff6f: Verifying Checksum [2021-02-24T06:03:11.541Z] 36b3adc4ff6f: Download complete [2021-02-24T06:03:11.541Z] 46f8f816bc3b: Verifying Checksum [2021-02-24T06:03:11.541Z] 46f8f816bc3b: Download complete [2021-02-24T06:03:11.803Z] df20fa9351a1: Verifying Checksum [2021-02-24T06:03:11.803Z] df20fa9351a1: Download complete [2021-02-24T06:03:11.803Z] 93b9cdb0e59b: Download complete [2021-02-24T06:03:11.803Z] 5e14af77c1be: Verifying Checksum [2021-02-24T06:03:11.803Z] 5e14af77c1be: Download complete [2021-02-24T06:03:11.803Z] 01666e4c0597: Verifying Checksum [2021-02-24T06:03:11.803Z] 01666e4c0597: Download complete [2021-02-24T06:03:11.803Z] 93b61091891f: Verifying Checksum [2021-02-24T06:03:11.803Z] 93b61091891f: Download complete [2021-02-24T06:03:11.803Z] 8ad3a11d3b57: Verifying Checksum [2021-02-24T06:03:11.803Z] 8ad3a11d3b57: Download complete [2021-02-24T06:03:12.068Z] df20fa9351a1: Pull complete [2021-02-24T06:03:12.642Z] 36b3adc4ff6f: Pull complete [2021-02-24T06:03:13.599Z] 8ad3a11d3b57: Pull complete [2021-02-24T06:03:13.865Z] 46f8f816bc3b: Pull complete [2021-02-24T06:03:13.865Z] aa168da1d23b: Verifying Checksum [2021-02-24T06:03:13.865Z] aa168da1d23b: Download complete [2021-02-24T06:03:14.126Z] 93b61091891f: Pull complete [2021-02-24T06:03:14.126Z] 93b9cdb0e59b: Pull complete [2021-02-24T06:03:14.390Z] 5e14af77c1be: Pull complete [2021-02-24T06:03:14.390Z] 01666e4c0597: Pull complete [2021-02-24T06:03:21.004Z] aa168da1d23b: Pull complete [2021-02-24T06:03:21.004Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-24T06:03:21.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T06:03:21.004Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-24T06:03:21.167Z] prd-centos7-docker-4c-2g-27493 does not seem to be running inside a container [2021-02-24T06:03:21.213Z] $ 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-797/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-797 -v /w/workspace/dgexfoundry_device-sdk-go_PR-797:/w/workspace/dgexfoundry_device-sdk-go_PR-797:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-24T06:03:24.623Z] $ docker top e162d512e3a0e39548b56d5c2a9570d242ebd4b0e42aa0ed2b3d8f65b0a58af3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T06:03:25.178Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-24T06:03:25.492Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-24T06:03:25.801Z] + ls /var/log/sa-host [2021-02-24T06:03:25.802Z] + sadf -c /var/log/sa-host/sa23 [2021-02-24T06:03:25.802Z] file_magic: OK [2021-02-24T06:03:25.802Z] HZ: Using current value: 100 [2021-02-24T06:03:25.802Z] file_header: OK [2021-02-24T06:03:25.802Z] 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 [2021-02-24T06:03:25.802Z] Statistics: [2021-02-24T06:03:25.802Z] Hnuu...uuuununununu... [2021-02-24T06:03:25.802Z] File successfully converted to sysstat format version 12.2.1 [2021-02-24T06:03:25.802Z] + sadf -c /var/log/sa-host/sa24 [2021-02-24T06:03:25.802Z] file_magic: OK [2021-02-24T06:03:25.802Z] HZ: Using current value: 100 [2021-02-24T06:03:25.802Z] file_header: OK [2021-02-24T06:03:25.802Z] 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 [2021-02-24T06:03:25.802Z] Statistics: [2021-02-24T06:03:25.802Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-24T06:03:25.802Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-24T06:03:26.537Z] provisioning config files... [2021-02-24T06:03:26.590Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-797@tmp/config7503488561388438977tmp [Pipeline] { [Pipeline] echo [2021-02-24T06:03:26.731Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T06:03:27.065Z] ---> create-netrc.sh [Pipeline] } [2021-02-24T06:03:27.099Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-24T06:03:27.243Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T06:03:27.572Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-24T06:03:27.602Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T06:03:27.935Z] ---> sudo-logs.sh [2021-02-24T06:03:27.936Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-24T06:03:28.059Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T06:03:28.394Z] ---> job-cost.sh [2021-02-24T06:03:28.394Z] lf-activate-venv: SKIPPING [2021-02-24T06:03:28.394Z] DEBUG: total: 0.20999999344348907 [2021-02-24T06:03:28.394Z] INFO: Retrieving Stack Cost... [2021-02-24T06:03:29.785Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-24T06:03:30.357Z] INFO: Archiving Costs [Pipeline] echo [2021-02-24T06:03:30.387Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T06:03:30.712Z] ---> logs-deploy.sh [2021-02-24T06:03:30.712Z] lf-activate-venv: SKIPPING [2021-02-24T06:03:30.712Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-797/1 [2021-02-24T06:03:30.712Z] INFO: archiving workspace using pattern(s): [2021-02-24T06:03:32.630Z] Archives upload complete. [2021-02-24T06:03:32.630Z] INFO: archiving logs to Nexus