Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9ea0527b5d1a073a631b73d3258d2c3828b97479+4d2675d668c2f9064e370a810b18e5856622130c (c74db1424645789406bfda265605d8f9fccd32f4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 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 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1014 in /w/workspace/dgexfoundry_device-sdk-go_PR-885 [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-885 # 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 Merging remotes/origin/master commit 4d2675d668c2f9064e370a810b18e5856622130c into PR head commit 9ea0527b5d1a073a631b73d3258d2c3828b97479 Merge succeeded, producing 327c9a77ed7bb9945469035ffdadec10d827d345 Checking out Revision 327c9a77ed7bb9945469035ffdadec10d827d345 (PR-885) > 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/885/head:refs/remotes/origin/PR-885 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ea0527b5d1a073a631b73d3258d2c3828b97479 # 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 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 327c9a77ed7bb9945469035ffdadec10d827d345 # timeout=10 Commit message: "Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD" > git rev-list --no-walk 9ea0527b5d1a073a631b73d3258d2c3828b97479 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T22:42:15.285Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T22:42:15.371Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T22:42:15.400Z] ========================================================= [2021-04-19T22:42:15.400Z] EdgeX Global Pipelines Version Info [2021-04-19T22:42:15.400Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:42:17.020Z] ------------------- [2021-04-19T22:42:17.020Z] stable info: [2021-04-19T22:42:17.020Z] ------------------- [2021-04-19T22:42:17.020Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T22:42:17.020Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T22:42:17.020Z] Message: update stable to v1.0.186 [2021-04-19T22:42:17.968Z] ------------------- [2021-04-19T22:42:17.968Z] experimental info: [2021-04-19T22:42:17.968Z] ------------------- [2021-04-19T22:42:17.968Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T22:42:17.968Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-19T22:42:17.968Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T22:42:18.082Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-19T22:42:18.105Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-19T22:42:18.136Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T22:42:18.160Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T22:42:18.193Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T22:42:18.217Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T22:42:18.242Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T22:42:18.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T22:42:18.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-19T22:42:18.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T22:42:18.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T22:42:18.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-19T22:42:18.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T22:42:18.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T22:42:18.434Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T22:42:18.459Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T22:42:18.485Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T22:42:18.509Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T22:42:18.535Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T22:42:18.558Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T22:42:18.581Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T22:42:18.605Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T22:42:18.633Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T22:42:18.656Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T22:42:18.682Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T22:42:18.706Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T22:42:18.730Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-885 [Pipeline] echo [2021-04-19T22:42:18.756Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-885 [Pipeline] echo [2021-04-19T22:42:18.790Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-885 [Pipeline] echo [2021-04-19T22:42:18.824Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 327c9a77ed7bb9945469035ffdadec10d827d345 [Pipeline] echo [2021-04-19T22:42:18.853Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 327c9a7 [Pipeline] echo [2021-04-19T22:42:18.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T22:42:18.952Z] provisioning config files... [2021-04-19T22:42:18.979Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/config2830404277986919717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:42:19.300Z] ---> docker-login.sh [2021-04-19T22:42:19.300Z] nexus3.edgexfoundry.org:10001 [2021-04-19T22:42:19.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:42:19.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:42:19.832Z] Configure a credential helper to remove this warning. See [2021-04-19T22:42:19.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:42:19.832Z] [2021-04-19T22:42:19.832Z] Login Succeeded [2021-04-19T22:42:19.832Z] nexus3.edgexfoundry.org:10002 [2021-04-19T22:42:19.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:42:19.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:42:19.832Z] Configure a credential helper to remove this warning. See [2021-04-19T22:42:19.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:42:19.832Z] [2021-04-19T22:42:19.832Z] Login Succeeded [2021-04-19T22:42:19.832Z] nexus3.edgexfoundry.org:10003 [2021-04-19T22:42:20.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:42:20.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:42:20.098Z] Configure a credential helper to remove this warning. See [2021-04-19T22:42:20.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:42:20.098Z] [2021-04-19T22:42:20.098Z] Login Succeeded [2021-04-19T22:42:20.098Z] nexus3.edgexfoundry.org:10004 [2021-04-19T22:42:20.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:42:20.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:42:20.363Z] Configure a credential helper to remove this warning. See [2021-04-19T22:42:20.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:42:20.363Z] [2021-04-19T22:42:20.363Z] Login Succeeded [2021-04-19T22:42:20.363Z] docker.io [2021-04-19T22:42:20.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:42:20.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:42:20.625Z] Configure a credential helper to remove this warning. See [2021-04-19T22:42:20.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:42:20.625Z] [2021-04-19T22:42:20.625Z] Login Succeeded [2021-04-19T22:42:20.625Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T22:42:20.635Z] 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-04-19T22:42:21.082Z] + git log --format=format:%s -1 327c9a77ed7bb9945469035ffdadec10d827d345 [Pipeline] echo [2021-04-19T22:42:21.170Z] GIT_COMMIT: 327c9a77ed7bb9945469035ffdadec10d827d345, Commit Message: Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD [Pipeline] echo [2021-04-19T22:42:21.183Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:42:21.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:42:21.991Z] [2021-04-19T22:42:21.991Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:42:22.337Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:42:22.337Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T22:42:22.337Z] 31603596830f: Pulling fs layer [2021-04-19T22:42:22.337Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T22:42:22.337Z] 6ca5941a6612: Pulling fs layer [2021-04-19T22:42:22.337Z] ecc8261a40a4: Pulling fs layer [2021-04-19T22:42:22.337Z] ecc8261a40a4: Waiting [2021-04-19T22:42:22.337Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T22:42:22.337Z] 2a8b12db71e7: Download complete [2021-04-19T22:42:22.337Z] 31603596830f: Download complete [2021-04-19T22:42:22.605Z] ecc8261a40a4: Verifying Checksum [2021-04-19T22:42:22.605Z] ecc8261a40a4: Download complete [2021-04-19T22:42:22.605Z] 6ca5941a6612: Verifying Checksum [2021-04-19T22:42:22.605Z] 6ca5941a6612: Download complete [2021-04-19T22:42:22.869Z] 31603596830f: Pull complete [2021-04-19T22:42:22.869Z] 2a8b12db71e7: Pull complete [2021-04-19T22:42:23.831Z] 6ca5941a6612: Pull complete [2021-04-19T22:42:24.093Z] ecc8261a40a4: Pull complete [2021-04-19T22:42:24.093Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T22:42:24.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:42:24.356Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T22:42:24.474Z] prd-centos7-docker-4c-2g-1014 does not seem to be running inside a container [2021-04-19T22:42:24.523Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-885 -v /w/workspace/dgexfoundry_device-sdk-go_PR-885:/w/workspace/dgexfoundry_device-sdk-go_PR-885:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T22:42:26.619Z] $ docker top 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:42:26.889Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:42:26.889Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:42:27.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:42:27.167Z] $ docker exec 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 ssh-agent [2021-04-19T22:42:27.351Z] SSH_AUTH_SOCK=/tmp/ssh-j8swGZ2MuoiS/agent.12 [2021-04-19T22:42:27.351Z] SSH_AGENT_PID=17 [2021-04-19T22:42:27.368Z] Running ssh-add (command line suppressed) [2021-04-19T22:42:27.504Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/private_key_4515102123888861677.key (/w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/private_key_4515102123888861677.key) [2021-04-19T22:42:27.565Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:42:27.871Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T22:42:27.897Z] $ docker exec --env ******** --env ******** 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 ssh-agent -k [2021-04-19T22:42:28.018Z] unset SSH_AUTH_SOCK; [2021-04-19T22:42:28.018Z] unset SSH_AGENT_PID; [2021-04-19T22:42:28.019Z] echo Agent pid 17 killed; [2021-04-19T22:42:28.066Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T22:42:28.104Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:42:28.104Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:42:28.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:42:28.318Z] $ docker exec 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 ssh-agent [2021-04-19T22:42:28.514Z] SSH_AUTH_SOCK=/tmp/ssh-8BF3eREiTgC7/agent.47 [2021-04-19T22:42:28.514Z] SSH_AGENT_PID=53 [2021-04-19T22:42:28.521Z] Running ssh-add (command line suppressed) [2021-04-19T22:42:28.655Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/private_key_8389709463543762969.key (/w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/private_key_8389709463543762969.key) [2021-04-19T22:42:28.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:42:29.019Z] + git semver init [2021-04-19T22:42:29.019Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:42:29.019Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-885/.git [2021-04-19T22:42:29.019Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-885 [2021-04-19T22:42:29.019Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:42:29.019Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:42:29.019Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:42:29.019Z] # $SEMVER_BRANCH = PR-885 [2021-04-19T22:42:29.019Z] # $SEMVER_TEMP = /tmp/semver-650333683 [2021-04-19T22:42:29.019Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-19T22:42:30.427Z] # '/tmp/semver-650333683' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-885/.semver' [2021-04-19T22:42:30.427Z] # -> Force: false [2021-04-19T22:42:30.427Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-885/.semver [Pipeline] } [2021-04-19T22:42:30.442Z] $ docker exec --env ******** --env ******** 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 ssh-agent -k [2021-04-19T22:42:30.575Z] unset SSH_AUTH_SOCK; [2021-04-19T22:42:30.576Z] unset SSH_AGENT_PID; [2021-04-19T22:42:30.577Z] echo Agent pid 53 killed; [2021-04-19T22:42:30.628Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:42:30.968Z] + git semver [Pipeline] } [2021-04-19T22:42:30.987Z] $ docker stop --time=1 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 [2021-04-19T22:42:32.708Z] $ docker rm -f 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T22:42:33.142Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T22:42:33.510Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T22:42:33.514Z] [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-04-19T22:42:48.699Z] Still waiting to schedule task [2021-04-19T22:42:48.699Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-958’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1008’ is offline; ‘prd-centos7-docker-4c-2g-1013’ is offline; ‘prd-centos7-docker-4c-2g-1019’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-949’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1015’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-04-19T22:42:48.703Z] Still waiting to schedule task [2021-04-19T22:42:48.703Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-builder-2c-1g-958’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1008’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1013’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1019’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-949’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1015’ is offline [2021-04-19T22:44:23.826Z] Running on prd-centos7-docker-4c-2g-1020 in /w/workspace/dgexfoundry_device-sdk-go_PR-885 [Pipeline] { [Pipeline] ws [2021-04-19T22:44:23.848Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-04-19T22:44:35.358Z] using credential edgex-jenkins-ssh [2021-04-19T22:44:35.538Z] Cloning the remote Git repository [2021-04-19T22:44:35.923Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T22:44:36.096Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-04-19T22:44:36.528Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T22:44:36.528Z] > git --version # timeout=10 [2021-04-19T22:44:36.568Z] > git --version # 'git version 2.24.3' [2021-04-19T22:44:36.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T22:44:36.637Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T22:44:37.730Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-19T22:44:37.760Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T22:44:37.843Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-19T22:44:37.902Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T22:44:37.905Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T22:44:37.928Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/885/head:refs/remotes/origin/PR-885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T22:44:38.323Z] Merging remotes/origin/master commit 4d2675d668c2f9064e370a810b18e5856622130c into PR head commit 9ea0527b5d1a073a631b73d3258d2c3828b97479 [2021-04-19T22:44:38.532Z] Merge succeeded, producing 4eecad023aa499f9d081898bc50705c71a9e5731 [2021-04-19T22:44:38.533Z] Checking out Revision 4eecad023aa499f9d081898bc50705c71a9e5731 (PR-885) [2021-04-19T22:44:38.337Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T22:44:38.345Z] > git checkout -f 9ea0527b5d1a073a631b73d3258d2c3828b97479 # timeout=10 [2021-04-19T22:44:38.402Z] > git remote # timeout=10 [2021-04-19T22:44:38.409Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T22:44:38.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T22:44:38.434Z] > git merge 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 [2021-04-19T22:44:38.482Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T22:44:38.541Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T22:44:38.642Z] > git checkout -f 4eecad023aa499f9d081898bc50705c71a9e5731 # timeout=10 [2021-04-19T22:44:42.591Z] Commit message: "Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD" [2021-04-19T22:44:42.600Z] > git rev-list --no-walk 9ea0527b5d1a073a631b73d3258d2c3828b97479 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T22:44:44.022Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T22:44:44.392Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T22:44:44.723Z] + true [2021-04-19T22:44:44.723Z] + sudo service docker restart [2021-04-19T22:44:44.723Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T22:44:46.711Z] provisioning config files... [2021-04-19T22:44:46.752Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6672917009084525419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:44:47.208Z] ---> docker-login.sh [2021-04-19T22:44:47.208Z] nexus3.edgexfoundry.org:10001 [2021-04-19T22:44:48.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:44:48.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:44:48.992Z] Configure a credential helper to remove this warning. See [2021-04-19T22:44:48.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:44:48.992Z] [2021-04-19T22:44:48.992Z] Login Succeeded [2021-04-19T22:44:48.992Z] nexus3.edgexfoundry.org:10002 [2021-04-19T22:44:49.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:44:49.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:44:49.261Z] Configure a credential helper to remove this warning. See [2021-04-19T22:44:49.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:44:49.261Z] [2021-04-19T22:44:49.261Z] Login Succeeded [2021-04-19T22:44:49.261Z] nexus3.edgexfoundry.org:10003 [2021-04-19T22:44:49.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:44:49.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:44:49.535Z] Configure a credential helper to remove this warning. See [2021-04-19T22:44:49.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:44:49.535Z] [2021-04-19T22:44:49.535Z] Login Succeeded [2021-04-19T22:44:49.535Z] nexus3.edgexfoundry.org:10004 [2021-04-19T22:44:49.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:44:49.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:44:49.813Z] Configure a credential helper to remove this warning. See [2021-04-19T22:44:49.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:44:49.813Z] [2021-04-19T22:44:49.813Z] Login Succeeded [2021-04-19T22:44:49.813Z] docker.io [2021-04-19T22:44:50.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:44:50.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:44:50.399Z] Configure a credential helper to remove this warning. See [2021-04-19T22:44:50.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:44:50.399Z] [2021-04-19T22:44:50.399Z] Login Succeeded [2021-04-19T22:44:50.399Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T22:44:50.413Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T22:44:50.653Z] ========================================================= [2021-04-19T22:44:50.653Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T22:44:50.653Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:44:51.056Z] + 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-04-19T22:44:51.364Z] Sending build context to Docker daemon 2.462MB [2021-04-19T22:44:51.644Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T22:44:51.644Z] Step 2/8 : FROM ${BASE} [2021-04-19T22:44:51.644Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T22:44:51.644Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T22:44:51.644Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T22:44:51.644Z] de9db76c5a1d: Pulling fs layer [2021-04-19T22:44:51.644Z] bca2f99d35d6: Pulling fs layer [2021-04-19T22:44:51.644Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T22:44:51.644Z] 7c6f9722023f: Pulling fs layer [2021-04-19T22:44:51.644Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T22:44:51.644Z] 93359f2a8cfa: Waiting [2021-04-19T22:44:51.644Z] 7c6f9722023f: Waiting [2021-04-19T22:44:51.644Z] a35cf1a2eb13: Waiting [2021-04-19T22:44:51.644Z] bca2f99d35d6: Waiting [2021-04-19T22:44:51.644Z] de9db76c5a1d: Download complete [2021-04-19T22:44:51.644Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T22:44:51.644Z] 0ef7d3d256c8: Download complete [2021-04-19T22:44:51.644Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T22:44:51.644Z] 93359f2a8cfa: Download complete [2021-04-19T22:44:51.644Z] 7c6f9722023f: Verifying Checksum [2021-04-19T22:44:51.644Z] 7c6f9722023f: Download complete [2021-04-19T22:44:51.644Z] 188c0c94c7c5: Download complete [2021-04-19T22:44:52.231Z] 188c0c94c7c5: Pull complete [2021-04-19T22:44:52.500Z] 0ef7d3d256c8: Pull complete [2021-04-19T22:44:52.500Z] de9db76c5a1d: Pull complete [2021-04-19T22:44:54.503Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T22:44:54.503Z] a35cf1a2eb13: Download complete [2021-04-19T22:44:55.495Z] bca2f99d35d6: Verifying Checksum [2021-04-19T22:44:55.495Z] bca2f99d35d6: Download complete [2021-04-19T22:45:03.486Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1021 in /w/workspace/dgexfoundry_device-sdk-go_PR-885 [Pipeline] { [Pipeline] ws [2021-04-19T22:45:03.503Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-04-19T22:45:09.555Z] using credential edgex-jenkins-ssh [2021-04-19T22:45:09.573Z] Cloning the remote Git repository [2021-04-19T22:45:09.660Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T22:45:09.833Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-04-19T22:45:10.754Z] bca2f99d35d6: Pull complete [2021-04-19T22:45:10.754Z] 93359f2a8cfa: Pull complete [2021-04-19T22:45:10.754Z] 7c6f9722023f: Pull complete [2021-04-19T22:45:09.921Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T22:45:09.922Z] > git --version # timeout=10 [2021-04-19T22:45:09.943Z] > git --version # 'git version 2.17.1' [2021-04-19T22:45:09.945Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T22:45:10.026Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T22:45:11.940Z] Merging remotes/origin/master commit 4d2675d668c2f9064e370a810b18e5856622130c into PR head commit 9ea0527b5d1a073a631b73d3258d2c3828b97479 [2021-04-19T22:45:12.197Z] Merge succeeded, producing a73b6629d073b35008b3d11f7ade5a707a0c80e1 [2021-04-19T22:45:12.198Z] Checking out Revision a73b6629d073b35008b3d11f7ade5a707a0c80e1 (PR-885) [2021-04-19T22:45:11.314Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-19T22:45:11.337Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T22:45:11.366Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-19T22:45:11.398Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T22:45:11.399Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T22:45:11.411Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/885/head:refs/remotes/origin/PR-885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T22:45:11.961Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T22:45:11.981Z] > git checkout -f 9ea0527b5d1a073a631b73d3258d2c3828b97479 # timeout=10 [2021-04-19T22:45:12.083Z] > git remote # timeout=10 [2021-04-19T22:45:12.102Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T22:45:12.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T22:45:12.126Z] > git merge 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 [2021-04-19T22:45:12.186Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T22:45:12.207Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T22:45:12.234Z] > git checkout -f a73b6629d073b35008b3d11f7ade5a707a0c80e1 # timeout=10 [2021-04-19T22:45:16.481Z] Commit message: "Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD" [2021-04-19T22:45:16.494Z] > git rev-list --no-walk 9ea0527b5d1a073a631b73d3258d2c3828b97479 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T22:45:18.042Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T22:45:18.457Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T22:45:18.802Z] + + sudotrue service [2021-04-19T22:45:18.803Z] docker restart [2021-04-19T22:45:19.275Z] a35cf1a2eb13: Pull complete [2021-04-19T22:45:19.275Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T22:45:19.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T22:45:19.275Z] ---> a62c8e92a672 [2021-04-19T22:45:19.275Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T22:45:19.553Z] ---> Running in 2edfe2690e77 [2021-04-19T22:45:20.199Z] Removing intermediate container 2edfe2690e77 [2021-04-19T22:45:20.199Z] ---> d7ff19fad30f [2021-04-19T22:45:20.199Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T22:45:20.199Z] ---> Running in ac9103906d9a [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T22:45:20.850Z] provisioning config files... [2021-04-19T22:45:20.895Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config4827982583113498168tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:45:21.340Z] ---> docker-login.sh [2021-04-19T22:45:21.340Z] nexus3.edgexfoundry.org:10001 [2021-04-19T22:45:22.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:45:22.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:45:22.613Z] Configure a credential helper to remove this warning. See [2021-04-19T22:45:22.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:45:22.613Z] [2021-04-19T22:45:22.613Z] Login Succeeded [2021-04-19T22:45:22.613Z] nexus3.edgexfoundry.org:10002 [2021-04-19T22:45:22.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:45:22.992Z] Removing intermediate container ac9103906d9a [2021-04-19T22:45:22.992Z] ---> 8f9f83062e88 [2021-04-19T22:45:22.992Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-19T22:45:22.992Z] ---> Running in 68cdfd8901c2 [2021-04-19T22:45:23.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:45:23.167Z] Configure a credential helper to remove this warning. See [2021-04-19T22:45:23.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:45:23.167Z] [2021-04-19T22:45:23.167Z] Login Succeeded [2021-04-19T22:45:23.167Z] nexus3.edgexfoundry.org:10003 [2021-04-19T22:45:23.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:45:23.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:45:23.718Z] Configure a credential helper to remove this warning. See [2021-04-19T22:45:23.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:45:23.718Z] [2021-04-19T22:45:23.718Z] Login Succeeded [2021-04-19T22:45:23.718Z] nexus3.edgexfoundry.org:10004 [2021-04-19T22:45:23.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T22:45:23.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:45:24.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:45:24.267Z] Configure a credential helper to remove this warning. See [2021-04-19T22:45:24.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:45:24.267Z] [2021-04-19T22:45:24.267Z] Login Succeeded [2021-04-19T22:45:24.267Z] docker.io [2021-04-19T22:45:24.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T22:45:24.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T22:45:24.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T22:45:24.816Z] Configure a credential helper to remove this warning. See [2021-04-19T22:45:24.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T22:45:24.816Z] [2021-04-19T22:45:24.816Z] Login Succeeded [2021-04-19T22:45:24.816Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T22:45:24.834Z] Deleting 1 temporary files [2021-04-19T22:45:24.848Z] (1/6) Installing libc-dev (0.7.2-r3) [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-19T22:45:25.114Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-19T22:45:25.114Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-19T22:45:25.114Z] (4/6) Installing libsodium-dev (1.0.18-r0) [Pipeline] echo [2021-04-19T22:45:25.149Z] ========================================================= [2021-04-19T22:45:25.149Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T22:45:25.149Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:45:25.387Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T22:45:25.387Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-19T22:45:25.387Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T22:45:25.496Z] + 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-04-19T22:45:25.659Z] OK: 167 MiB in 45 packages [2021-04-19T22:45:25.774Z] Sending build context to Docker daemon 2.461MB [2021-04-19T22:45:26.051Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T22:45:26.051Z] Step 2/8 : FROM ${BASE} [2021-04-19T22:45:26.051Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T22:45:26.051Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T22:45:26.051Z] a4357932f1b6: Pulling fs layer [2021-04-19T22:45:26.051Z] 18c013af1878: Pulling fs layer [2021-04-19T22:45:26.051Z] 00ac8860ef70: Pulling fs layer [2021-04-19T22:45:26.051Z] 63d7cb157983: Pulling fs layer [2021-04-19T22:45:26.051Z] b116817d02f9: Pulling fs layer [2021-04-19T22:45:26.051Z] 745a02a5169b: Pulling fs layer [2021-04-19T22:45:26.051Z] 63d7cb157983: Waiting [2021-04-19T22:45:26.051Z] b116817d02f9: Waiting [2021-04-19T22:45:26.051Z] 745a02a5169b: Waiting [2021-04-19T22:45:26.051Z] 00ac8860ef70: Waiting [2021-04-19T22:45:26.051Z] 18c013af1878: Download complete [2021-04-19T22:45:26.051Z] a4357932f1b6: Verifying Checksum [2021-04-19T22:45:26.051Z] a4357932f1b6: Download complete [2021-04-19T22:45:26.051Z] 63d7cb157983: Verifying Checksum [2021-04-19T22:45:26.051Z] 63d7cb157983: Download complete [2021-04-19T22:45:26.051Z] b116817d02f9: Verifying Checksum [2021-04-19T22:45:26.051Z] b116817d02f9: Download complete [2021-04-19T22:45:26.051Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T22:45:26.051Z] 5f621e34cdf4: Download complete [2021-04-19T22:45:26.277Z] Removing intermediate container 68cdfd8901c2 [2021-04-19T22:45:26.278Z] ---> df68d9c5c31b [2021-04-19T22:45:26.278Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-19T22:45:26.585Z] ---> Running in 6d05b20a0084 [2021-04-19T22:45:26.876Z] Removing intermediate container 6d05b20a0084 [2021-04-19T22:45:26.876Z] ---> ebe930255a8d [2021-04-19T22:45:26.876Z] Step 7/8 : COPY . . [2021-04-19T22:45:27.052Z] 5f621e34cdf4: Pull complete [2021-04-19T22:45:27.335Z] a4357932f1b6: Pull complete [2021-04-19T22:45:27.940Z] 18c013af1878: Pull complete [2021-04-19T22:45:28.211Z] 745a02a5169b: Verifying Checksum [2021-04-19T22:45:28.211Z] 745a02a5169b: Download complete [2021-04-19T22:45:28.878Z] ---> 510e21b3b7ea [2021-04-19T22:45:28.878Z] Step 8/8 : RUN go mod download [2021-04-19T22:45:28.878Z] ---> Running in faa5f6d1faf1 [2021-04-19T22:45:29.203Z] 00ac8860ef70: Verifying Checksum [2021-04-19T22:45:29.203Z] 00ac8860ef70: Download complete [2021-04-19T22:45:39.478Z] 00ac8860ef70: Pull complete [2021-04-19T22:45:39.749Z] 63d7cb157983: Pull complete [2021-04-19T22:45:40.019Z] b116817d02f9: Pull complete [2021-04-19T22:45:43.413Z] 745a02a5169b: Pull complete [2021-04-19T22:45:43.413Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T22:45:43.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T22:45:43.687Z] ---> b7e6874047d6 [2021-04-19T22:45:43.687Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T22:45:47.095Z] ---> Running in 3b4f7cc264ba [2021-04-19T22:45:47.095Z] Removing intermediate container 3b4f7cc264ba [2021-04-19T22:45:47.095Z] ---> d48b3f29e1d6 [2021-04-19T22:45:47.095Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T22:45:47.095Z] ---> Running in 18d966cf9101 [2021-04-19T22:45:49.733Z] Removing intermediate container 18d966cf9101 [2021-04-19T22:45:49.733Z] ---> 9924662dc271 [2021-04-19T22:45:49.733Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-19T22:45:49.733Z] ---> Running in 8b804705153f [2021-04-19T22:45:50.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T22:45:51.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T22:45:52.292Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-19T22:45:52.565Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-19T22:45:52.565Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-19T22:45:52.565Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-19T22:45:52.839Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T22:45:52.839Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-19T22:45:52.839Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T22:45:52.839Z] OK: 144 MiB in 45 packages [2021-04-19T22:45:54.294Z] Removing intermediate container 8b804705153f [2021-04-19T22:45:54.294Z] ---> 025a7284fec8 [2021-04-19T22:45:54.294Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-19T22:45:54.594Z] ---> Running in 8b10c2febdba [2021-04-19T22:45:55.196Z] Removing intermediate container 8b10c2febdba [2021-04-19T22:45:55.196Z] ---> 8bea15c2e195 [2021-04-19T22:45:55.196Z] Step 7/8 : COPY . . [2021-04-19T22:45:56.648Z] ---> e81396226b17 [2021-04-19T22:45:56.648Z] Step 8/8 : RUN go mod download [2021-04-19T22:45:56.648Z] ---> Running in e646d9a170ac [2021-04-19T22:46:08.338Z] Removing intermediate container faa5f6d1faf1 [2021-04-19T22:46:08.338Z] ---> 0b160883e2b1 [2021-04-19T22:46:08.613Z] Successfully built 0b160883e2b1 [2021-04-19T22:46:08.613Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:46:08.955Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T22:46:09.224Z] . [Pipeline] withDockerContainer [2021-04-19T22:46:09.423Z] prd-centos7-docker-4c-2g-1020 does not seem to be running inside a container [2021-04-19T22:46:09.495Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T22:46:12.066Z] $ docker top 5bbce9f3c7c06df216a2e39ddf0c51b0bfd3b221858ea3213e88304bde8edd09 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:46:12.629Z] + go version [2021-04-19T22:46:12.629Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T22:46:12.650Z] $ docker stop --time=1 5bbce9f3c7c06df216a2e39ddf0c51b0bfd3b221858ea3213e88304bde8edd09 [2021-04-19T22:46:14.431Z] $ docker rm -f 5bbce9f3c7c06df216a2e39ddf0c51b0bfd3b221858ea3213e88304bde8edd09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:46:15.040Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T22:46:15.041Z] . [Pipeline] withDockerContainer [2021-04-19T22:46:15.199Z] prd-centos7-docker-4c-2g-1020 does not seem to be running inside a container [2021-04-19T22:46:15.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T22:46:16.885Z] $ docker top 51e371dc281add199a4349ad75d9e3de570534bc410634af918652399681c229 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:46:18.305Z] + make test [2021-04-19T22:46:18.305Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T22:46:23.445Z] Removing intermediate container e646d9a170ac [2021-04-19T22:46:23.445Z] ---> 78f85365d3c9 [2021-04-19T22:46:23.445Z] Successfully built 78f85365d3c9 [2021-04-19T22:46:23.445Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:46:23.791Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T22:46:23.792Z] . [Pipeline] withDockerContainer [2021-04-19T22:46:24.065Z] prd-ubuntu18.04-docker-arm64-4c-16g-1021 does not seem to be running inside a container [2021-04-19T22:46:24.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T22:46:25.545Z] $ docker top 0453f1211cf88ad7579ca82f132812857a6c19a3b7ba8bc8f16fe730986ad191 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:46:26.452Z] + go version [2021-04-19T22:46:26.452Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T22:46:26.481Z] $ docker stop --time=1 0453f1211cf88ad7579ca82f132812857a6c19a3b7ba8bc8f16fe730986ad191 [2021-04-19T22:46:28.404Z] $ docker rm -f 0453f1211cf88ad7579ca82f132812857a6c19a3b7ba8bc8f16fe730986ad191 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:46:29.094Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T22:46:29.094Z] . [Pipeline] withDockerContainer [2021-04-19T22:46:29.329Z] prd-ubuntu18.04-docker-arm64-4c-16g-1021 does not seem to be running inside a container [2021-04-19T22:46:29.420Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T22:46:30.771Z] $ docker top 94d6bd8b27fdb1e366b017ec18605d5e54b00255c56b04135ed8c85cf9cebadc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:46:31.736Z] + make test [2021-04-19T22:46:31.736Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T22:46:36.810Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-19T22:46:53.930Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-19T22:47:37.935Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.123s coverage: 28.1% of statements [2021-04-19T22:47:37.935Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.110s coverage: 78.9% of statements [2021-04-19T22:47:37.935Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.140s coverage: 7.8% of statements [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-19T22:47:37.935Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.297s coverage: 32.0% of statements [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-19T22:47:37.935Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-19T22:47:37.935Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.136s coverage: 57.1% of statements [2021-04-19T22:47:40.652Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.670s coverage: 6.6% of statements [2021-04-19T22:47:40.652Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.190s coverage: 5.0% of statements [2021-04-19T22:47:40.652Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-19T22:47:40.652Z] GO111MODULE=on go vet ./... [2021-04-19T22:47:50.970Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-19T22:47:50.970Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-19T22:47:50.970Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-19T22:47:50.970Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-19T22:47:50.970Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-19T22:48:01.112Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.137s coverage: 28.1% of statements [2021-04-19T22:48:01.112Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.285s coverage: 78.9% of statements [2021-04-19T22:48:01.112Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.190s coverage: 7.8% of statements [2021-04-19T22:48:01.112Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-19T22:48:01.112Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-19T22:48:01.112Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-19T22:48:02.567Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.338s coverage: 32.0% of statements [2021-04-19T22:48:02.567Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-19T22:48:02.567Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-19T22:48:02.567Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-19T22:48:05.992Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.325s coverage: 57.1% of statements [2021-04-19T22:48:05.992Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.185s coverage: 6.6% of statements [2021-04-19T22:48:06.262Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.137s coverage: 5.0% of statements [2021-04-19T22:48:06.262Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-19T22:48:06.854Z] GO111MODULE=on go vet ./... [2021-04-19T22:48:28.908Z] gofmt -l . [2021-04-19T22:48:28.908Z] [ "`gofmt -l .`" = "" ] [2021-04-19T22:48:28.908Z] ./bin/test-attribution-txt.sh [2021-04-19T22:48:28.908Z] An attribution for golang.org/x/text is missing from in Attribution.txt, please add [2021-04-19T22:48:28.908Z] make: *** [Makefile:36: test] Error 1 [Pipeline] } [2021-04-19T22:48:28.964Z] $ docker stop --time=1 51e371dc281add199a4349ad75d9e3de570534bc410634af918652399681c229 [2021-04-19T22:48:31.770Z] $ docker rm -f 51e371dc281add199a4349ad75d9e3de570534bc410634af918652399681c229 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:48:33.319Z] ---> job-cost.sh [2021-04-19T22:48:33.319Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ChmA [2021-04-19T22:48:53.829Z] gofmt -l . [2021-04-19T22:48:53.829Z] [ "`gofmt -l .`" = "" ] [2021-04-19T22:48:53.829Z] ./bin/test-attribution-txt.sh [2021-04-19T22:48:53.829Z] An attribution for golang.org/x/text is missing from in Attribution.txt, please add [2021-04-19T22:48:53.829Z] make: *** [Makefile:36: test] Error 1 [Pipeline] } [2021-04-19T22:48:53.860Z] $ docker stop --time=1 94d6bd8b27fdb1e366b017ec18605d5e54b00255c56b04135ed8c85cf9cebadc [2021-04-19T22:48:56.114Z] $ docker rm -f 94d6bd8b27fdb1e366b017ec18605d5e54b00255c56b04135ed8c85cf9cebadc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:48:57.326Z] ---> job-cost.sh [2021-04-19T22:48:57.326Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tQaB [2021-04-19T22:49:00.563Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T22:49:44.273Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T22:49:57.725Z] lf-activate-venv(): INFO: Adding /tmp/venv-ChmA/bin to PATH [2021-04-19T22:49:57.725Z] INFO: No Stack... [2021-04-19T22:49:57.725Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T22:49:57.725Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T22:49:58.061Z] + cut -d, -f6 [2021-04-19T22:49:58.061Z] + cat /w/workspace/device-sdk-go/2/archives/cost.csv [Pipeline] lock [2021-04-19T22:49:58.175Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] [2021-04-19T22:49:58.186Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] did not exist. Created. [2021-04-19T22:49:58.186Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T22:49:58.540Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T22:49:59.508Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T22:49:59.523Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T22:49:59.682Z] Failed in branch amd64 [2021-04-19T22:51:36.048Z] lf-activate-venv(): INFO: Adding /tmp/venv-tQaB/bin to PATH [2021-04-19T22:51:36.048Z] INFO: No Stack... [2021-04-19T22:51:36.048Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T22:51:36.048Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T22:51:36.384Z] + + cat /w/workspace/device-sdk-go/2/archives/cost.csv [2021-04-19T22:51:36.384Z] cut -d, -f6 [Pipeline] lock [2021-04-19T22:51:36.747Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] [2021-04-19T22:51:36.759Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] did not exist. Created. [2021-04-19T22:51:36.759Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T22:51:37.184Z] /w/workspace/device-sdk-go/2@tmp/durable-e3e58f07/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-e3e58f07/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T22:51:37.570Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T22:51:37.592Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T22:51:38.273Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T22:51:38.283Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T22:51:38.485Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:51:39.414Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:51:40.141Z] ---> package-listing.sh [2021-04-19T22:51:40.141Z] ++ facter osfamily [2021-04-19T22:51:40.141Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T22:51:40.141Z] + OS_FAMILY=redhat [2021-04-19T22:51:40.141Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-885 [2021-04-19T22:51:40.141Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T22:51:40.141Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T22:51:40.141Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T22:51:40.141Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T22:51:40.141Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-885 ']' [2021-04-19T22:51:40.141Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T22:51:40.141Z] + case "${OS_FAMILY}" in [2021-04-19T22:51:40.141Z] + rpm -qa [2021-04-19T22:51:40.141Z] + sort [2021-04-19T22:51:45.451Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T22:51:45.451Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T22:51:45.451Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T22:51:45.451Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-885 ']' [2021-04-19T22:51:45.451Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-885/archives/ [2021-04-19T22:51:45.451Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-885/archives/ [Pipeline] echo [2021-04-19T22:51:45.467Z] 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-885/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T22:51:45.761Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:51:46.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:51:46.072Z] [2021-04-19T22:51:46.072Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:51:46.391Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:51:46.391Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T22:51:46.391Z] df20fa9351a1: Pulling fs layer [2021-04-19T22:51:46.391Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T22:51:46.391Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T22:51:46.391Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T22:51:46.391Z] 93b61091891f: Pulling fs layer [2021-04-19T22:51:46.391Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T22:51:46.391Z] 5e14af77c1be: Pulling fs layer [2021-04-19T22:51:46.391Z] 01666e4c0597: Pulling fs layer [2021-04-19T22:51:46.391Z] aa168da1d23b: Pulling fs layer [2021-04-19T22:51:46.391Z] 93b9cdb0e59b: Waiting [2021-04-19T22:51:46.391Z] 5e14af77c1be: Waiting [2021-04-19T22:51:46.391Z] 46f8f816bc3b: Waiting [2021-04-19T22:51:46.391Z] 93b61091891f: Waiting [2021-04-19T22:51:46.391Z] aa168da1d23b: Waiting [2021-04-19T22:51:46.391Z] 01666e4c0597: Waiting [2021-04-19T22:51:46.391Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T22:51:46.391Z] 36b3adc4ff6f: Download complete [2021-04-19T22:51:46.391Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T22:51:46.391Z] 46f8f816bc3b: Download complete [2021-04-19T22:51:46.391Z] df20fa9351a1: Verifying Checksum [2021-04-19T22:51:46.391Z] df20fa9351a1: Download complete [2021-04-19T22:51:46.391Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T22:51:46.391Z] 93b9cdb0e59b: Download complete [2021-04-19T22:51:46.658Z] 5e14af77c1be: Verifying Checksum [2021-04-19T22:51:46.658Z] 5e14af77c1be: Download complete [2021-04-19T22:51:46.658Z] 93b61091891f: Verifying Checksum [2021-04-19T22:51:46.658Z] 93b61091891f: Download complete [2021-04-19T22:51:46.658Z] 01666e4c0597: Verifying Checksum [2021-04-19T22:51:46.658Z] 01666e4c0597: Download complete [2021-04-19T22:51:46.658Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T22:51:46.658Z] 8ad3a11d3b57: Download complete [2021-04-19T22:51:46.924Z] df20fa9351a1: Pull complete [2021-04-19T22:51:47.188Z] 36b3adc4ff6f: Pull complete [2021-04-19T22:51:49.119Z] aa168da1d23b: Verifying Checksum [2021-04-19T22:51:49.119Z] aa168da1d23b: Download complete [2021-04-19T22:51:49.119Z] 8ad3a11d3b57: Pull complete [2021-04-19T22:51:49.119Z] 46f8f816bc3b: Pull complete [2021-04-19T22:51:49.383Z] 93b61091891f: Pull complete [2021-04-19T22:51:49.647Z] 93b9cdb0e59b: Pull complete [2021-04-19T22:51:49.647Z] 5e14af77c1be: Pull complete [2021-04-19T22:51:49.911Z] 01666e4c0597: Pull complete [2021-04-19T22:51:56.546Z] aa168da1d23b: Pull complete [2021-04-19T22:51:56.546Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T22:51:56.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:51:56.546Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T22:51:56.769Z] prd-centos7-docker-4c-2g-1014 does not seem to be running inside a container [2021-04-19T22:51:56.835Z] $ 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-885/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-885 -v /w/workspace/dgexfoundry_device-sdk-go_PR-885:/w/workspace/dgexfoundry_device-sdk-go_PR-885:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T22:52:03.597Z] $ docker top 5c66b178e54c288715f3de3f35d7fd8989d01cfb929cbba09866ecd7c762ebdb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:52:04.023Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T22:52:04.327Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T22:52:04.629Z] + ls /var/log/sa-host [2021-04-19T22:52:04.629Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T22:52:04.629Z] file_magic: OK [2021-04-19T22:52:04.629Z] HZ: Using current value: 100 [2021-04-19T22:52:04.629Z] file_header: OK [2021-04-19T22:52:04.629Z] 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-04-19T22:52:04.629Z] Statistics: [2021-04-19T22:52:04.629Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T22:52:04.629Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T22:52:04.629Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T22:52:04.629Z] file_magic: OK [2021-04-19T22:52:04.629Z] HZ: Using current value: 100 [2021-04-19T22:52:04.629Z] file_header: OK [2021-04-19T22:52:04.629Z] 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-04-19T22:52:04.629Z] Statistics: [2021-04-19T22:52:04.629Z] Hnuu...uuuununununu... [2021-04-19T22:52:04.629Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T22:52:04.797Z] provisioning config files... [2021-04-19T22:52:04.814Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/config2819171106140425090tmp [Pipeline] { [Pipeline] echo [2021-04-19T22:52:04.837Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:52:05.138Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T22:52:05.148Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T22:52:05.174Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:52:05.473Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T22:52:05.485Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:52:05.784Z] ---> sudo-logs.sh [2021-04-19T22:52:05.784Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T22:52:05.875Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:52:06.178Z] ---> job-cost.sh [2021-04-19T22:52:06.178Z] lf-activate-venv: SKIPPING [2021-04-19T22:52:06.178Z] DEBUG: total: 0.20999999344348907 [2021-04-19T22:52:06.178Z] INFO: Retrieving Stack Cost... [2021-04-19T22:52:07.126Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T22:52:07.702Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T22:52:07.721Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:52:08.028Z] ---> logs-deploy.sh [2021-04-19T22:52:08.028Z] lf-activate-venv: SKIPPING [2021-04-19T22:52:08.028Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-885/2 [2021-04-19T22:52:08.028Z] INFO: archiving workspace using pattern(s): [2021-04-19T22:52:09.959Z] Archives upload complete. [2021-04-19T22:52:09.959Z] INFO: archiving logs to Nexus