hahattan commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from f11e55c319cbdbeef90700ad7434ca004756aab4+e522836f5d508ce20413c5d2a08a926bd2b9771b (d6fa7569d5e81bac6ae2f58f7f7233e0bf0ed0fa) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31318 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [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-829 # 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 e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit f11e55c319cbdbeef90700ad7434ca004756aab4 Merge succeeded, producing f11e55c319cbdbeef90700ad7434ca004756aab4 Checking out Revision f11e55c319cbdbeef90700ad7434ca004756aab4 (PR-829) > 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/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # 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 e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 Commit message: "feat: update example configuration to support MessageBus" > git rev-list --no-walk f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T04:41:57.046Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T04:41:57.336Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T04:41:57.443Z] ========================================================= [2021-03-25T04:41:57.443Z] EdgeX Global Pipelines Version Info [2021-03-25T04:41:57.443Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T04:41:58.887Z] ------------------- [2021-03-25T04:41:58.887Z] stable info: [2021-03-25T04:41:58.887Z] ------------------- [2021-03-25T04:41:58.887Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T04:41:58.887Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T04:41:58.887Z] Message: update stable to v1.0.186 [2021-03-25T04:41:59.833Z] ------------------- [2021-03-25T04:41:59.833Z] experimental info: [2021-03-25T04:41:59.833Z] ------------------- [2021-03-25T04:41:59.833Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T04:41:59.833Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-25T04:41:59.833Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T04:42:00.098Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-03-25T04:42:00.212Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-03-25T04:42:00.336Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T04:42:00.466Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T04:42:00.579Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T04:42:00.707Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T04:42:00.804Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T04:42:00.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T04:42:00.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-03-25T04:42:01.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T04:42:01.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T04:42:01.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-03-25T04:42:01.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T04:42:01.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T04:42:01.665Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T04:42:01.769Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T04:42:01.876Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T04:42:02.001Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T04:42:02.089Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T04:42:02.179Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-25T04:42:02.266Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-25T04:42:02.354Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-25T04:42:02.447Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-25T04:42:02.537Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-25T04:42:02.649Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-25T04:42:02.741Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T04:42:02.835Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-829 [Pipeline] echo [2021-03-25T04:42:02.925Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-829 [Pipeline] echo [2021-03-25T04:42:03.016Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-829 [Pipeline] echo [2021-03-25T04:42:03.108Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f11e55c319cbdbeef90700ad7434ca004756aab4 [Pipeline] echo [2021-03-25T04:42:03.203Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f11e55c [Pipeline] echo [2021-03-25T04:42:03.332Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T04:42:03.549Z] provisioning config files... [2021-03-25T04:42:03.587Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/config1765271463242886708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T04:42:03.954Z] ---> docker-login.sh [2021-03-25T04:42:03.954Z] nexus3.edgexfoundry.org:10001 [2021-03-25T04:42:04.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:42:04.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:42:04.481Z] Configure a credential helper to remove this warning. See [2021-03-25T04:42:04.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:42:04.481Z] [2021-03-25T04:42:04.481Z] Login Succeeded [2021-03-25T04:42:04.481Z] nexus3.edgexfoundry.org:10002 [2021-03-25T04:42:04.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:42:04.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:42:04.481Z] Configure a credential helper to remove this warning. See [2021-03-25T04:42:04.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:42:04.481Z] [2021-03-25T04:42:04.481Z] Login Succeeded [2021-03-25T04:42:04.481Z] nexus3.edgexfoundry.org:10003 [2021-03-25T04:42:04.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:42:04.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:42:04.747Z] Configure a credential helper to remove this warning. See [2021-03-25T04:42:04.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:42:04.747Z] [2021-03-25T04:42:04.747Z] Login Succeeded [2021-03-25T04:42:04.747Z] nexus3.edgexfoundry.org:10004 [2021-03-25T04:42:04.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:42:05.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:42:05.012Z] Configure a credential helper to remove this warning. See [2021-03-25T04:42:05.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:42:05.012Z] [2021-03-25T04:42:05.012Z] Login Succeeded [2021-03-25T04:42:05.012Z] docker.io [2021-03-25T04:42:05.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:42:05.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:42:05.277Z] Configure a credential helper to remove this warning. See [2021-03-25T04:42:05.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:42:05.277Z] [2021-03-25T04:42:05.277Z] Login Succeeded [2021-03-25T04:42:05.277Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T04:42:05.287Z] 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-03-25T04:42:06.157Z] + git log --format=format:%s -1 f11e55c319cbdbeef90700ad7434ca004756aab4 [Pipeline] echo [2021-03-25T04:42:06.239Z] GIT_COMMIT: f11e55c319cbdbeef90700ad7434ca004756aab4, Commit Message: feat: update example configuration to support MessageBus [Pipeline] echo [2021-03-25T04:42:06.286Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-25T04:42:07.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T04:42:07.044Z] [2021-03-25T04:42:07.044Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T04:42:07.394Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T04:42:07.394Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T04:42:07.394Z] 31603596830f: Pulling fs layer [2021-03-25T04:42:07.394Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T04:42:07.394Z] 6ca5941a6612: Pulling fs layer [2021-03-25T04:42:07.394Z] ecc8261a40a4: Pulling fs layer [2021-03-25T04:42:07.394Z] ecc8261a40a4: Waiting [2021-03-25T04:42:07.394Z] 2a8b12db71e7: Verifying Checksum [2021-03-25T04:42:07.394Z] 2a8b12db71e7: Download complete [2021-03-25T04:42:07.657Z] 31603596830f: Verifying Checksum [2021-03-25T04:42:07.657Z] 31603596830f: Download complete [2021-03-25T04:42:07.657Z] ecc8261a40a4: Verifying Checksum [2021-03-25T04:42:07.657Z] ecc8261a40a4: Download complete [2021-03-25T04:42:07.657Z] 6ca5941a6612: Download complete [2021-03-25T04:42:07.919Z] 31603596830f: Pull complete [2021-03-25T04:42:08.183Z] 2a8b12db71e7: Pull complete [2021-03-25T04:42:08.766Z] 6ca5941a6612: Pull complete [2021-03-25T04:42:09.028Z] ecc8261a40a4: Pull complete [2021-03-25T04:42:09.029Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T04:42:09.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T04:42:09.292Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T04:42:09.394Z] prd-centos7-docker-4c-2g-31318 does not seem to be running inside a container [2021-03-25T04:42:09.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-829 -v /w/workspace/dgexfoundry_device-sdk-go_PR-829:/w/workspace/dgexfoundry_device-sdk-go_PR-829:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-829@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T04:42:11.738Z] $ docker top b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T04:42:12.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T04:42:12.102Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T04:42:12.316Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T04:42:12.320Z] $ docker exec b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd ssh-agent [2021-03-25T04:42:12.484Z] SSH_AUTH_SOCK=/tmp/ssh-SvAs6BJBYtOz/agent.11 [2021-03-25T04:42:12.484Z] SSH_AGENT_PID=16 [2021-03-25T04:42:12.495Z] Running ssh-add (command line suppressed) [2021-03-25T04:42:12.615Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_4651072608201772947.key (/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_4651072608201772947.key) [2021-03-25T04:42:12.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T04:42:13.018Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T04:42:13.042Z] $ docker exec --env ******** --env ******** b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd ssh-agent -k [2021-03-25T04:42:13.153Z] unset SSH_AUTH_SOCK; [2021-03-25T04:42:13.154Z] unset SSH_AGENT_PID; [2021-03-25T04:42:13.154Z] echo Agent pid 16 killed; [2021-03-25T04:42:13.198Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T04:42:13.465Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T04:42:13.465Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T04:42:13.627Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T04:42:13.631Z] $ docker exec b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd ssh-agent [2021-03-25T04:42:13.790Z] SSH_AUTH_SOCK=/tmp/ssh-m2k6xVfrf0fc/agent.45 [2021-03-25T04:42:13.790Z] SSH_AGENT_PID=50 [2021-03-25T04:42:13.797Z] Running ssh-add (command line suppressed) [2021-03-25T04:42:13.925Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_3173012481590080547.key (/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_3173012481590080547.key) [2021-03-25T04:42:13.974Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T04:42:14.317Z] + git semver init [2021-03-25T04:42:14.317Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T04:42:14.317Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-829/.git [2021-03-25T04:42:14.317Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-829 [2021-03-25T04:42:14.317Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T04:42:14.317Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T04:42:14.317Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T04:42:14.317Z] # $SEMVER_BRANCH = PR-829 [2021-03-25T04:42:14.317Z] # $SEMVER_TEMP = /tmp/semver-431424050 [2021-03-25T04:42:14.317Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-03-25T04:42:14.896Z] # '/tmp/semver-431424050' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-829/.semver' [2021-03-25T04:42:15.158Z] # -> Force: false [2021-03-25T04:42:15.158Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-829/.semver [Pipeline] } [2021-03-25T04:42:15.172Z] $ docker exec --env ******** --env ******** b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd ssh-agent -k [2021-03-25T04:42:15.281Z] unset SSH_AUTH_SOCK; [2021-03-25T04:42:15.281Z] unset SSH_AGENT_PID; [2021-03-25T04:42:15.281Z] echo Agent pid 50 killed; [2021-03-25T04:42:15.329Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T04:42:15.791Z] + git semver [Pipeline] } [2021-03-25T04:42:15.808Z] $ docker stop --time=1 b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd [2021-03-25T04:42:17.246Z] $ docker rm -f b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T04:42:17.710Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T04:42:18.172Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T04:42:18.175Z] [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-03-25T04:42:33.698Z] Still waiting to schedule task [2021-03-25T04:42:33.698Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-25T04:42:33.701Z] Still waiting to schedule task [2021-03-25T04:42:33.701Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-25T04:44:08.534Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31319 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [Pipeline] { [Pipeline] ws [2021-03-25T04:44:08.593Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2021-03-25T04:44:13.497Z] using credential edgex-jenkins-ssh [2021-03-25T04:44:13.564Z] Cloning the remote Git repository [2021-03-25T04:44:13.644Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T04:44:13.765Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2021-03-25T04:44:13.843Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T04:44:13.844Z] > git --version # timeout=10 [2021-03-25T04:44:13.861Z] > git --version # 'git version 2.17.1' [2021-03-25T04:44:13.863Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T04:44:13.912Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T04:44:15.786Z] Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit f11e55c319cbdbeef90700ad7434ca004756aab4 [2021-03-25T04:44:16.035Z] Merge succeeded, producing f11e55c319cbdbeef90700ad7434ca004756aab4 [2021-03-25T04:44:16.036Z] Checking out Revision f11e55c319cbdbeef90700ad7434ca004756aab4 (PR-829) [2021-03-25T04:44:15.099Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-25T04:44:15.132Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T04:44:15.166Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-25T04:44:15.213Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T04:44:15.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T04:44:15.235Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T04:44:15.827Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T04:44:15.853Z] > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 [2021-03-25T04:44:15.964Z] > git remote # timeout=10 [2021-03-25T04:44:15.983Z] > git config --get remote.origin.url # timeout=10 [2021-03-25T04:44:15.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T04:44:16.006Z] > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 [2021-03-25T04:44:16.030Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-25T04:44:16.063Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T04:44:16.074Z] > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 [2021-03-25T04:44:20.499Z] Commit message: "feat: update example configuration to support MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T04:44:22.223Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T04:44:22.643Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T04:44:22.988Z] + true [2021-03-25T04:44:22.988Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T04:44:25.039Z] provisioning config files... [2021-03-25T04:44:25.086Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config5622878409339674182tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T04:44:25.836Z] ---> docker-login.sh [2021-03-25T04:44:25.836Z] nexus3.edgexfoundry.org:10001 [2021-03-25T04:44:26.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:44:27.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:44:27.098Z] Configure a credential helper to remove this warning. See [2021-03-25T04:44:27.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:44:27.098Z] [2021-03-25T04:44:27.098Z] Login Succeeded [2021-03-25T04:44:27.098Z] nexus3.edgexfoundry.org:10002 [2021-03-25T04:44:27.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:44:27.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:44:27.665Z] Configure a credential helper to remove this warning. See [2021-03-25T04:44:27.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:44:27.665Z] [2021-03-25T04:44:27.665Z] Login Succeeded [2021-03-25T04:44:27.665Z] nexus3.edgexfoundry.org:10003 [2021-03-25T04:44:27.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:44:28.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:44:28.216Z] Configure a credential helper to remove this warning. See [2021-03-25T04:44:28.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:44:28.216Z] [2021-03-25T04:44:28.216Z] Login Succeeded [2021-03-25T04:44:28.216Z] nexus3.edgexfoundry.org:10004 [2021-03-25T04:44:28.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:44:28.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:44:28.773Z] Configure a credential helper to remove this warning. See [2021-03-25T04:44:28.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:44:28.773Z] [2021-03-25T04:44:28.773Z] Login Succeeded [2021-03-25T04:44:28.773Z] docker.io [2021-03-25T04:44:29.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:44:29.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:44:29.337Z] Configure a credential helper to remove this warning. See [2021-03-25T04:44:29.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:44:29.337Z] [2021-03-25T04:44:29.337Z] Login Succeeded [2021-03-25T04:44:29.337Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T04:44:29.356Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-25T04:44:29.867Z] ========================================================= [2021-03-25T04:44:29.868Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T04:44:29.868Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T04:44:30.256Z] + 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-03-25T04:44:30.538Z] Sending build context to Docker daemon 2.393MB [2021-03-25T04:44:30.538Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T04:44:30.538Z] Step 2/8 : FROM ${BASE} [2021-03-25T04:44:30.811Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T04:44:30.811Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T04:44:30.811Z] a4357932f1b6: Pulling fs layer [2021-03-25T04:44:30.811Z] 18c013af1878: Pulling fs layer [2021-03-25T04:44:30.811Z] 00ac8860ef70: Pulling fs layer [2021-03-25T04:44:30.811Z] 63d7cb157983: Pulling fs layer [2021-03-25T04:44:30.811Z] b116817d02f9: Pulling fs layer [2021-03-25T04:44:30.811Z] 745a02a5169b: Pulling fs layer [2021-03-25T04:44:30.811Z] 00ac8860ef70: Waiting [2021-03-25T04:44:30.811Z] 63d7cb157983: Waiting [2021-03-25T04:44:30.811Z] b116817d02f9: Waiting [2021-03-25T04:44:30.811Z] 745a02a5169b: Waiting [2021-03-25T04:44:30.811Z] 18c013af1878: Verifying Checksum [2021-03-25T04:44:30.811Z] 18c013af1878: Download complete [2021-03-25T04:44:30.811Z] a4357932f1b6: Verifying Checksum [2021-03-25T04:44:30.811Z] a4357932f1b6: Download complete [2021-03-25T04:44:30.811Z] 63d7cb157983: Download complete [2021-03-25T04:44:30.811Z] b116817d02f9: Verifying Checksum [2021-03-25T04:44:30.811Z] b116817d02f9: Download complete [2021-03-25T04:44:31.406Z] 5f621e34cdf4: Verifying Checksum [2021-03-25T04:44:31.406Z] 5f621e34cdf4: Download complete [2021-03-25T04:44:32.393Z] 5f621e34cdf4: Pull complete [2021-03-25T04:44:32.999Z] a4357932f1b6: Pull complete [2021-03-25T04:44:33.277Z] 18c013af1878: Pull complete [2021-03-25T04:44:33.874Z] 745a02a5169b: Verifying Checksum [2021-03-25T04:44:33.874Z] 745a02a5169b: Download complete [2021-03-25T04:44:34.851Z] 00ac8860ef70: Verifying Checksum [2021-03-25T04:44:34.851Z] 00ac8860ef70: Download complete [2021-03-25T04:44:45.015Z] 00ac8860ef70: Pull complete [2021-03-25T04:44:45.015Z] 63d7cb157983: Pull complete [2021-03-25T04:44:45.015Z] b116817d02f9: Pull complete [2021-03-25T04:44:49.345Z] 745a02a5169b: Pull complete [2021-03-25T04:44:49.345Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T04:44:49.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T04:44:49.345Z] ---> b7e6874047d6 [2021-03-25T04:44:49.345Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T04:44:51.986Z] ---> Running in 9825a15c6afd [2021-03-25T04:44:52.259Z] Removing intermediate container 9825a15c6afd [2021-03-25T04:44:52.259Z] ---> 797ef0bfc4fb [2021-03-25T04:44:52.259Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T04:44:52.534Z] ---> Running in cdf18d3b574f [2021-03-25T04:44:54.788Z] Running on prd-centos7-docker-4c-2g-31320 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [Pipeline] { [Pipeline] ws [2021-03-25T04:44:54.843Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2021-03-25T04:44:55.158Z] Removing intermediate container cdf18d3b574f [2021-03-25T04:44:55.159Z] ---> a58d1cbe4428 [2021-03-25T04:44:55.159Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-25T04:44:55.159Z] ---> Running in a977b6227c90 [2021-03-25T04:44:56.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T04:44:56.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T04:44:57.066Z] using credential edgex-jenkins-ssh [2021-03-25T04:44:57.122Z] Cloning the remote Git repository [2021-03-25T04:44:57.341Z] OK: 142 MiB in 39 packages [2021-03-25T04:44:56.944Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T04:44:57.011Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2021-03-25T04:44:57.073Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T04:44:57.074Z] > git --version # timeout=10 [2021-03-25T04:44:57.081Z] > git --version # 'git version 2.24.3' [2021-03-25T04:44:57.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T04:44:57.106Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T04:44:57.906Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-25T04:44:57.914Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T04:44:57.928Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-25T04:44:57.945Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-25T04:44:57.946Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T04:44:57.951Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T04:44:58.328Z] Removing intermediate container a977b6227c90 [2021-03-25T04:44:58.328Z] ---> 498a99def491 [2021-03-25T04:44:58.328Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-25T04:44:58.585Z] Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit f11e55c319cbdbeef90700ad7434ca004756aab4 [2021-03-25T04:44:58.603Z] ---> Running in d8420c4f738d [2021-03-25T04:44:58.677Z] Merge succeeded, producing f11e55c319cbdbeef90700ad7434ca004756aab4 [2021-03-25T04:44:58.677Z] Checking out Revision f11e55c319cbdbeef90700ad7434ca004756aab4 (PR-829) [2021-03-25T04:44:59.198Z] Removing intermediate container d8420c4f738d [2021-03-25T04:44:59.198Z] ---> 721b7050d9a9 [2021-03-25T04:44:59.198Z] Step 7/8 : COPY . . [2021-03-25T04:44:58.515Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T04:44:58.522Z] > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 [2021-03-25T04:44:58.571Z] > git remote # timeout=10 [2021-03-25T04:44:58.578Z] > git config --get remote.origin.url # timeout=10 [2021-03-25T04:44:58.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T04:44:58.589Z] > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 [2021-03-25T04:44:58.599Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-25T04:44:58.609Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T04:44:58.614Z] > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 [2021-03-25T04:45:00.632Z] ---> 93f7a73a2ad9 [2021-03-25T04:45:00.632Z] Step 8/8 : RUN go mod download [2021-03-25T04:45:00.632Z] ---> Running in e2b0f6b84617 [2021-03-25T04:45:02.319Z] Commit message: "feat: update example configuration to support MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T04:45:03.905Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T04:45:04.245Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T04:45:04.550Z] + sudo service docker restart [2021-03-25T04:45:04.550Z] + true [2021-03-25T04:45:04.550Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T04:45:06.005Z] provisioning config files... [2021-03-25T04:45:06.033Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config8670796562370956385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T04:45:06.412Z] ---> docker-login.sh [2021-03-25T04:45:06.412Z] nexus3.edgexfoundry.org:10001 [2021-03-25T04:45:06.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:45:06.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:45:06.680Z] Configure a credential helper to remove this warning. See [2021-03-25T04:45:06.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:45:06.680Z] [2021-03-25T04:45:06.680Z] Login Succeeded [2021-03-25T04:45:06.680Z] nexus3.edgexfoundry.org:10002 [2021-03-25T04:45:06.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:45:06.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:45:06.943Z] Configure a credential helper to remove this warning. See [2021-03-25T04:45:06.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:45:06.943Z] [2021-03-25T04:45:06.943Z] Login Succeeded [2021-03-25T04:45:06.943Z] nexus3.edgexfoundry.org:10003 [2021-03-25T04:45:06.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:45:07.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:45:07.208Z] Configure a credential helper to remove this warning. See [2021-03-25T04:45:07.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:45:07.208Z] [2021-03-25T04:45:07.208Z] Login Succeeded [2021-03-25T04:45:07.208Z] nexus3.edgexfoundry.org:10004 [2021-03-25T04:45:07.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:45:07.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:45:07.208Z] Configure a credential helper to remove this warning. See [2021-03-25T04:45:07.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:45:07.208Z] [2021-03-25T04:45:07.208Z] Login Succeeded [2021-03-25T04:45:07.208Z] docker.io [2021-03-25T04:45:07.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T04:45:07.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T04:45:07.739Z] Configure a credential helper to remove this warning. See [2021-03-25T04:45:07.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T04:45:07.739Z] [2021-03-25T04:45:07.739Z] Login Succeeded [2021-03-25T04:45:07.739Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T04:45:07.750Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-25T04:45:08.062Z] ========================================================= [2021-03-25T04:45:08.063Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T04:45:08.063Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T04:45:08.415Z] + 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-03-25T04:45:08.682Z] Sending build context to Docker daemon 2.394MB [2021-03-25T04:45:08.682Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T04:45:08.682Z] Step 2/8 : FROM ${BASE} [2021-03-25T04:45:08.682Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T04:45:08.682Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T04:45:08.682Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T04:45:08.682Z] de9db76c5a1d: Pulling fs layer [2021-03-25T04:45:08.682Z] bca2f99d35d6: Pulling fs layer [2021-03-25T04:45:08.682Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T04:45:08.682Z] 7c6f9722023f: Pulling fs layer [2021-03-25T04:45:08.682Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T04:45:08.682Z] 7c6f9722023f: Waiting [2021-03-25T04:45:08.682Z] a35cf1a2eb13: Waiting [2021-03-25T04:45:08.682Z] 93359f2a8cfa: Waiting [2021-03-25T04:45:08.682Z] bca2f99d35d6: Waiting [2021-03-25T04:45:08.682Z] de9db76c5a1d: Verifying Checksum [2021-03-25T04:45:08.682Z] de9db76c5a1d: Download complete [2021-03-25T04:45:08.682Z] 0ef7d3d256c8: Download complete [2021-03-25T04:45:08.682Z] 93359f2a8cfa: Verifying Checksum [2021-03-25T04:45:08.682Z] 93359f2a8cfa: Download complete [2021-03-25T04:45:08.682Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T04:45:08.682Z] 188c0c94c7c5: Download complete [2021-03-25T04:45:08.682Z] 7c6f9722023f: Verifying Checksum [2021-03-25T04:45:08.682Z] 7c6f9722023f: Download complete [2021-03-25T04:45:08.946Z] 188c0c94c7c5: Pull complete [2021-03-25T04:45:09.215Z] 0ef7d3d256c8: Pull complete [2021-03-25T04:45:09.482Z] de9db76c5a1d: Pull complete [2021-03-25T04:45:10.886Z] a35cf1a2eb13: Download complete [2021-03-25T04:45:11.152Z] bca2f99d35d6: Verifying Checksum [2021-03-25T04:45:11.152Z] bca2f99d35d6: Download complete [2021-03-25T04:45:16.479Z] bca2f99d35d6: Pull complete [2021-03-25T04:45:16.479Z] 93359f2a8cfa: Pull complete [2021-03-25T04:45:16.479Z] 7c6f9722023f: Pull complete [2021-03-25T04:45:20.713Z] a35cf1a2eb13: Pull complete [2021-03-25T04:45:20.713Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T04:45:20.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T04:45:20.713Z] ---> a62c8e92a672 [2021-03-25T04:45:20.713Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T04:45:20.713Z] ---> Running in 4899f2e222eb [2021-03-25T04:45:20.713Z] Removing intermediate container 4899f2e222eb [2021-03-25T04:45:20.713Z] ---> 9bbe2eee7a0a [2021-03-25T04:45:20.713Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T04:45:20.713Z] ---> Running in adf8349161f0 [2021-03-25T04:45:21.671Z] Removing intermediate container adf8349161f0 [2021-03-25T04:45:21.671Z] ---> 5e02361f4728 [2021-03-25T04:45:21.671Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-25T04:45:21.942Z] ---> Running in 187d8d6b19c4 [2021-03-25T04:45:22.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T04:45:23.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T04:45:24.053Z] OK: 166 MiB in 39 packages [2021-03-25T04:45:24.628Z] Removing intermediate container 187d8d6b19c4 [2021-03-25T04:45:24.628Z] ---> 9b99f048885d [2021-03-25T04:45:24.628Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-25T04:45:24.628Z] ---> Running in ab9552fd3e0d [2021-03-25T04:45:24.628Z] Removing intermediate container ab9552fd3e0d [2021-03-25T04:45:24.628Z] ---> 54310d3b5dcf [2021-03-25T04:45:24.628Z] Step 7/8 : COPY . . [2021-03-25T04:45:26.019Z] ---> 05d427c6d002 [2021-03-25T04:45:26.019Z] Step 8/8 : RUN go mod download [2021-03-25T04:45:26.019Z] ---> Running in 8bdb6bc00230 [2021-03-25T04:45:27.409Z] Removing intermediate container e2b0f6b84617 [2021-03-25T04:45:27.409Z] ---> 5c222be520f5 [2021-03-25T04:45:27.409Z] Successfully built 5c222be520f5 [2021-03-25T04:45:27.409Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T04:45:27.745Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T04:45:27.745Z] . [Pipeline] withDockerContainer [2021-03-25T04:45:27.982Z] prd-ubuntu18.04-docker-arm64-4c-16g-31319 does not seem to be running inside a container [2021-03-25T04:45:28.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T04:45:29.502Z] $ docker top 95110539e2ea570a10c1fdeba0fdd5ca9e4090c4171623f4fd656fb064674c29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T04:45:30.530Z] + go version [2021-03-25T04:45:30.530Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T04:45:30.564Z] $ docker stop --time=1 95110539e2ea570a10c1fdeba0fdd5ca9e4090c4171623f4fd656fb064674c29 [2021-03-25T04:45:32.439Z] $ docker rm -f 95110539e2ea570a10c1fdeba0fdd5ca9e4090c4171623f4fd656fb064674c29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T04:45:33.520Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T04:45:33.520Z] . [Pipeline] withDockerContainer [2021-03-25T04:45:33.785Z] prd-ubuntu18.04-docker-arm64-4c-16g-31319 does not seem to be running inside a container [2021-03-25T04:45:33.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T04:45:35.396Z] $ docker top 90795bee0b41f3c7d12e884d8870c45ab670b5e79444b6af0d900384d36f554b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T04:45:36.395Z] + make test [2021-03-25T04:45:36.395Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T04:45:48.049Z] Removing intermediate container 8bdb6bc00230 [2021-03-25T04:45:48.049Z] ---> a6d0631a8723 [2021-03-25T04:45:48.049Z] Successfully built a6d0631a8723 [2021-03-25T04:45:48.049Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T04:45:48.364Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T04:45:48.364Z] . [Pipeline] withDockerContainer [2021-03-25T04:45:48.474Z] prd-centos7-docker-4c-2g-31320 does not seem to be running inside a container [2021-03-25T04:45:48.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-25T04:45:49.267Z] $ docker top c1716a38ffdf219565d58615edbb5c7ed70136bdab8d5cc8974df1123cdcc00c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T04:45:49.773Z] + go version [2021-03-25T04:45:49.773Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T04:45:49.801Z] $ docker stop --time=1 c1716a38ffdf219565d58615edbb5c7ed70136bdab8d5cc8974df1123cdcc00c [2021-03-25T04:45:51.151Z] $ docker rm -f c1716a38ffdf219565d58615edbb5c7ed70136bdab8d5cc8974df1123cdcc00c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T04:45:52.110Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T04:45:52.111Z] . [Pipeline] withDockerContainer [2021-03-25T04:45:52.202Z] prd-centos7-docker-4c-2g-31320 does not seem to be running inside a container [2021-03-25T04:45:52.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-25T04:45:52.796Z] $ docker top 79644c8cc0286a1023761ae615aaf1f17f8459f2b87e1a41aa10cfe8b917afac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T04:45:53.289Z] + make test [2021-03-25T04:45:53.289Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T04:45:58.573Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-25T04:45:59.924Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-25T04:46:06.569Z] # pkg-config --cflags -- libzmq [2021-03-25T04:46:06.569Z] pkg-config: exec: "pkg-config": executable file not found in $PATH [2021-03-25T04:46:08.779Z] # pkg-config --cflags -- libzmq [2021-03-25T04:46:08.779Z] pkg-config: exec: "pkg-config": executable file not found in $PATH [2021-03-25T04:46:21.579Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent [build failed] [2021-03-25T04:46:21.580Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/cache [build failed] [2021-03-25T04:46:21.580Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/clients [build failed] [2021-03-25T04:46:21.580Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http [build failed] [2021-03-25T04:46:21.580Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/transformer [build failed] [2021-03-25T04:46:21.580Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.107s coverage: 6.6% of statements [2021-03-25T04:46:21.580Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/service [build failed] [2021-03-25T04:46:21.580Z] make: *** [Makefile:32: test] Error 2 [Pipeline] } [2021-03-25T04:46:21.603Z] $ docker stop --time=1 79644c8cc0286a1023761ae615aaf1f17f8459f2b87e1a41aa10cfe8b917afac [2021-03-25T04:46:23.387Z] $ docker rm -f 79644c8cc0286a1023761ae615aaf1f17f8459f2b87e1a41aa10cfe8b917afac [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-03-25T04:46:24.949Z] ---> job-cost.sh [2021-03-25T04:46:24.949Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KgFZ [2021-03-25T04:46:39.884Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T04:46:47.824Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent [build failed] [2021-03-25T04:46:47.825Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/cache [build failed] [2021-03-25T04:46:47.825Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/clients [build failed] [2021-03-25T04:46:47.825Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http [build failed] [2021-03-25T04:46:47.825Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/transformer [build failed] [2021-03-25T04:46:51.214Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.799s coverage: 6.6% of statements [2021-03-25T04:46:51.214Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/service [build failed] [2021-03-25T04:46:51.804Z] make: *** [Makefile:32: test] Error 2 [Pipeline] } [2021-03-25T04:46:51.841Z] $ docker stop --time=1 90795bee0b41f3c7d12e884d8870c45ab670b5e79444b6af0d900384d36f554b [2021-03-25T04:46:54.209Z] $ docker rm -f 90795bee0b41f3c7d12e884d8870c45ab670b5e79444b6af0d900384d36f554b [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-03-25T04:46:55.846Z] ---> job-cost.sh [2021-03-25T04:46:55.847Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XfF3 [2021-03-25T04:47:06.538Z] lf-activate-venv(): INFO: Adding /tmp/venv-KgFZ/bin to PATH [2021-03-25T04:47:06.538Z] INFO: No Stack... [2021-03-25T04:47:06.538Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T04:47:06.802Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T04:47:07.112Z] + cat /w/workspace/device-sdk-go/6/archives/cost.csv [2021-03-25T04:47:07.112Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T04:47:07.207Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] [2021-03-25T04:47:07.216Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] did not exist. Created. [2021-03-25T04:47:07.216Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T04:47:07.613Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-25T04:47:08.069Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T04:47:08.082Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-25T04:47:08.744Z] Failed in branch amd64 [2021-03-25T04:47:34.931Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T04:49:11.677Z] lf-activate-venv(): INFO: Adding /tmp/venv-XfF3/bin to PATH [2021-03-25T04:49:11.677Z] INFO: No Stack... [2021-03-25T04:49:11.677Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T04:49:11.677Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T04:49:12.026Z] + cat /w/workspace/device-sdk-go/6/archives/cost.csv [2021-03-25T04:49:12.026Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T04:49:12.143Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] [2021-03-25T04:49:12.152Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] did not exist. Created. [2021-03-25T04:49:12.152Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T04:49:12.606Z] /w/workspace/device-sdk-go/6@tmp/durable-c0bd8594/script.sh: 1: /w/workspace/device-sdk-go/6@tmp/durable-c0bd8594/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-25T04:49:12.954Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T04:49:13.023Z] Warning: overwriting stash ‘stack-cost’ [2021-03-25T04:49:13.874Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T04:49:13.882Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-25T04:49:14.589Z] 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-03-25T04:49:17.405Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T04:49:17.715Z] ---> package-listing.sh [2021-03-25T04:49:17.715Z] ++ facter osfamily [2021-03-25T04:49:17.715Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T04:49:17.715Z] + OS_FAMILY=redhat [2021-03-25T04:49:17.715Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-829 [2021-03-25T04:49:17.715Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T04:49:17.715Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T04:49:17.715Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T04:49:17.715Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T04:49:17.716Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-829 ']' [2021-03-25T04:49:17.716Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T04:49:17.716Z] + case "${OS_FAMILY}" in [2021-03-25T04:49:17.716Z] + rpm -qa [2021-03-25T04:49:17.716Z] + sort [2021-03-25T04:49:23.029Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T04:49:23.029Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T04:49:23.029Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T04:49:23.029Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-829 ']' [2021-03-25T04:49:23.029Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-829/archives/ [2021-03-25T04:49:23.029Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-829/archives/ [Pipeline] echo [2021-03-25T04:49:23.046Z] 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-829/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-25T04:49:23.340Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T04:49:23.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T04:49:23.650Z] [2021-03-25T04:49:23.650Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T04:49:24.011Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T04:49:24.011Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T04:49:24.011Z] df20fa9351a1: Pulling fs layer [2021-03-25T04:49:24.011Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T04:49:24.011Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T04:49:24.011Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T04:49:24.011Z] 93b61091891f: Pulling fs layer [2021-03-25T04:49:24.011Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T04:49:24.011Z] 5e14af77c1be: Pulling fs layer [2021-03-25T04:49:24.011Z] 01666e4c0597: Pulling fs layer [2021-03-25T04:49:24.011Z] aa168da1d23b: Pulling fs layer [2021-03-25T04:49:24.011Z] 93b9cdb0e59b: Waiting [2021-03-25T04:49:24.011Z] 5e14af77c1be: Waiting [2021-03-25T04:49:24.011Z] 01666e4c0597: Waiting [2021-03-25T04:49:24.011Z] aa168da1d23b: Waiting [2021-03-25T04:49:24.011Z] 93b61091891f: Waiting [2021-03-25T04:49:24.011Z] 46f8f816bc3b: Waiting [2021-03-25T04:49:24.011Z] 36b3adc4ff6f: Download complete [2021-03-25T04:49:24.011Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T04:49:24.011Z] 46f8f816bc3b: Download complete [2021-03-25T04:49:24.272Z] df20fa9351a1: Verifying Checksum [2021-03-25T04:49:24.272Z] df20fa9351a1: Download complete [2021-03-25T04:49:24.272Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T04:49:24.272Z] 93b9cdb0e59b: Download complete [2021-03-25T04:49:24.272Z] 93b61091891f: Download complete [2021-03-25T04:49:24.272Z] 5e14af77c1be: Verifying Checksum [2021-03-25T04:49:24.272Z] 5e14af77c1be: Download complete [2021-03-25T04:49:24.272Z] 01666e4c0597: Verifying Checksum [2021-03-25T04:49:24.272Z] 01666e4c0597: Download complete [2021-03-25T04:49:24.542Z] df20fa9351a1: Pull complete [2021-03-25T04:49:24.805Z] 36b3adc4ff6f: Pull complete [2021-03-25T04:49:25.067Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T04:49:25.067Z] 8ad3a11d3b57: Download complete [2021-03-25T04:49:26.031Z] 8ad3a11d3b57: Pull complete [2021-03-25T04:49:26.031Z] 46f8f816bc3b: Pull complete [2021-03-25T04:49:26.613Z] 93b61091891f: Pull complete [2021-03-25T04:49:26.877Z] aa168da1d23b: Verifying Checksum [2021-03-25T04:49:27.142Z] 93b9cdb0e59b: Pull complete [2021-03-25T04:49:27.142Z] 5e14af77c1be: Pull complete [2021-03-25T04:49:27.404Z] 01666e4c0597: Pull complete [2021-03-25T04:49:35.601Z] aa168da1d23b: Pull complete [2021-03-25T04:49:35.602Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T04:49:35.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T04:49:35.602Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T04:49:35.804Z] prd-centos7-docker-4c-2g-31318 does not seem to be running inside a container [2021-03-25T04:49:35.854Z] $ 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-829/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-829 -v /w/workspace/dgexfoundry_device-sdk-go_PR-829:/w/workspace/dgexfoundry_device-sdk-go_PR-829:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-25T04:49:39.277Z] $ docker top 6e65e0ded35f5da6032233c9967c1d563b4c9ffdc4a1d1d2cd70757fbffec086 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T04:49:39.812Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T04:49:40.113Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T04:49:40.417Z] + ls /var/log/sa-host [2021-03-25T04:49:40.417Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T04:49:40.417Z] file_magic: OK [2021-03-25T04:49:40.417Z] HZ: Using current value: 100 [2021-03-25T04:49:40.417Z] file_header: OK [2021-03-25T04:49:40.417Z] 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-03-25T04:49:40.417Z] Statistics: [2021-03-25T04:49:40.417Z] Hnuu...uuuununununu... [2021-03-25T04:49:40.417Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T04:49:40.417Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T04:49:40.417Z] file_magic: OK [2021-03-25T04:49:40.417Z] HZ: Using current value: 100 [2021-03-25T04:49:40.417Z] file_header: OK [2021-03-25T04:49:40.417Z] 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-03-25T04:49:40.417Z] Statistics: [2021-03-25T04:49:40.417Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-25T04:49:40.417Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T04:49:40.648Z] provisioning config files... [2021-03-25T04:49:40.667Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/config1347982965607819110tmp [Pipeline] { [Pipeline] echo [2021-03-25T04:49:40.749Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T04:49:41.049Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T04:49:41.059Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T04:49:41.157Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T04:49:41.458Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T04:49:41.470Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T04:49:41.781Z] ---> sudo-logs.sh [2021-03-25T04:49:41.781Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T04:49:41.851Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T04:49:42.150Z] ---> job-cost.sh [2021-03-25T04:49:42.150Z] lf-activate-venv: SKIPPING [2021-03-25T04:49:42.150Z] DEBUG: total: 0.20999999344348907 [2021-03-25T04:49:42.150Z] INFO: Retrieving Stack Cost... [2021-03-25T04:49:43.544Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T04:49:44.491Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T04:49:44.505Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T04:49:44.805Z] ---> logs-deploy.sh [2021-03-25T04:49:44.805Z] lf-activate-venv: SKIPPING [2021-03-25T04:49:44.805Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-829/6 [2021-03-25T04:49:44.805Z] INFO: archiving workspace using pattern(s): [2021-03-25T04:49:46.725Z] Archives upload complete. [2021-03-25T04:49:46.725Z] INFO: archiving logs to Nexus