Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c6564cc59fa320e64cbefe1226e27f5e26549f22+8659f99871c0873da8324f2f6a625b509cb242d1 (5c950449a9af5f9e82ae80e3557c0c77f4420ee0) 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-583 in /w/workspace/dgexfoundry_device-sdk-go_PR-882 [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-882 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/882/head:refs/remotes/origin/PR-882 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit c6564cc59fa320e64cbefe1226e27f5e26549f22 Merge succeeded, producing 1d031c3aec04283123f422e6bfc328e848fa64d8 Checking out Revision 1d031c3aec04283123f422e6bfc328e848fa64d8 (PR-882) > git config core.sparsecheckout # timeout=10 > git checkout -f c6564cc59fa320e64cbefe1226e27f5e26549f22 # 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 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1d031c3aec04283123f422e6bfc328e848fa64d8 # timeout=10 Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" > git rev-list --no-walk c6564cc59fa320e64cbefe1226e27f5e26549f22 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-17T22:42:23.759Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-17T22:42:23.855Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-17T22:42:23.886Z] ========================================================= [2021-04-17T22:42:23.886Z] EdgeX Global Pipelines Version Info [2021-04-17T22:42:23.886Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-17T22:42:25.425Z] ------------------- [2021-04-17T22:42:25.425Z] stable info: [2021-04-17T22:42:25.425Z] ------------------- [2021-04-17T22:42:25.425Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-17T22:42:25.425Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-17T22:42:25.425Z] Message: update stable to v1.0.186 [2021-04-17T22:42:26.369Z] ------------------- [2021-04-17T22:42:26.369Z] experimental info: [2021-04-17T22:42:26.369Z] ------------------- [2021-04-17T22:42:26.369Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-17T22:42:26.369Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-17T22:42:26.369Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-17T22:42:26.490Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-17T22:42:26.514Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-17T22:42:26.540Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-17T22:42:26.566Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-17T22:42:26.589Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-17T22:42:26.612Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-17T22:42:26.636Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-17T22:42:26.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-17T22:42:26.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-17T22:42:26.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-17T22:42:26.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-17T22:42:26.800Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-17T22:42:26.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-17T22:42:26.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-17T22:42:26.879Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-17T22:42:26.903Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-17T22:42:26.926Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-17T22:42:26.951Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-17T22:42:26.978Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-17T22:42:27.003Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-17T22:42:27.032Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-17T22:42:27.056Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-17T22:42:27.081Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-17T22:42:27.120Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-17T22:42:27.144Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-17T22:42:27.169Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-17T22:42:27.193Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-882 [Pipeline] echo [2021-04-17T22:42:27.219Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-882 [Pipeline] echo [2021-04-17T22:42:27.242Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-882 [Pipeline] echo [2021-04-17T22:42:27.266Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1d031c3aec04283123f422e6bfc328e848fa64d8 [Pipeline] echo [2021-04-17T22:42:27.290Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1d031c3 [Pipeline] echo [2021-04-17T22:42:27.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-17T22:42:27.394Z] provisioning config files... [2021-04-17T22:42:27.428Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/config1302490451436233122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T22:42:27.783Z] ---> docker-login.sh [2021-04-17T22:42:27.783Z] nexus3.edgexfoundry.org:10001 [2021-04-17T22:42:28.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:42:28.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:42:28.047Z] Configure a credential helper to remove this warning. See [2021-04-17T22:42:28.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:42:28.047Z] [2021-04-17T22:42:28.047Z] Login Succeeded [2021-04-17T22:42:28.047Z] nexus3.edgexfoundry.org:10002 [2021-04-17T22:42:28.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:42:28.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:42:28.315Z] Configure a credential helper to remove this warning. See [2021-04-17T22:42:28.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:42:28.315Z] [2021-04-17T22:42:28.315Z] Login Succeeded [2021-04-17T22:42:28.315Z] nexus3.edgexfoundry.org:10003 [2021-04-17T22:42:28.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:42:28.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:42:28.579Z] Configure a credential helper to remove this warning. See [2021-04-17T22:42:28.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:42:28.579Z] [2021-04-17T22:42:28.579Z] Login Succeeded [2021-04-17T22:42:28.579Z] nexus3.edgexfoundry.org:10004 [2021-04-17T22:42:28.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:42:28.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:42:28.840Z] Configure a credential helper to remove this warning. See [2021-04-17T22:42:28.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:42:28.840Z] [2021-04-17T22:42:28.840Z] Login Succeeded [2021-04-17T22:42:28.840Z] docker.io [2021-04-17T22:42:28.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:42:29.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:42:29.102Z] Configure a credential helper to remove this warning. See [2021-04-17T22:42:29.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:42:29.102Z] [2021-04-17T22:42:29.102Z] Login Succeeded [2021-04-17T22:42:29.102Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T22:42:29.112Z] 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-17T22:42:29.551Z] + git log --format=format:%s -1 1d031c3aec04283123f422e6bfc328e848fa64d8 [Pipeline] echo [2021-04-17T22:42:29.628Z] GIT_COMMIT: 1d031c3aec04283123f422e6bfc328e848fa64d8, Commit Message: Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD [Pipeline] echo [2021-04-17T22:42:29.641Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-17T22:42:30.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T22:42:30.177Z] [2021-04-17T22:42:30.177Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T22:42:30.496Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T22:42:30.496Z] latest: Pulling from edgex-devops/git-semver [2021-04-17T22:42:30.496Z] 31603596830f: Pulling fs layer [2021-04-17T22:42:30.496Z] 2a8b12db71e7: Pulling fs layer [2021-04-17T22:42:30.496Z] 6ca5941a6612: Pulling fs layer [2021-04-17T22:42:30.496Z] ecc8261a40a4: Pulling fs layer [2021-04-17T22:42:30.496Z] ecc8261a40a4: Waiting [2021-04-17T22:42:30.496Z] 2a8b12db71e7: Verifying Checksum [2021-04-17T22:42:30.496Z] 2a8b12db71e7: Download complete [2021-04-17T22:42:30.496Z] 31603596830f: Download complete [2021-04-17T22:42:30.760Z] ecc8261a40a4: Verifying Checksum [2021-04-17T22:42:30.760Z] ecc8261a40a4: Download complete [2021-04-17T22:42:30.760Z] 6ca5941a6612: Verifying Checksum [2021-04-17T22:42:30.760Z] 6ca5941a6612: Download complete [2021-04-17T22:42:31.029Z] 31603596830f: Pull complete [2021-04-17T22:42:31.029Z] 2a8b12db71e7: Pull complete [2021-04-17T22:42:32.022Z] 6ca5941a6612: Pull complete [2021-04-17T22:42:32.286Z] ecc8261a40a4: Pull complete [2021-04-17T22:42:32.286Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-17T22:42:32.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T22:42:32.286Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-17T22:42:32.397Z] prd-centos7-docker-4c-2g-583 does not seem to be running inside a container [2021-04-17T22:42:32.442Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-882 -v /w/workspace/dgexfoundry_device-sdk-go_PR-882:/w/workspace/dgexfoundry_device-sdk-go_PR-882:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-882@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-17T22:42:34.549Z] $ docker top 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-17T22:42:34.807Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T22:42:34.807Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T22:42:35.024Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T22:42:35.028Z] $ docker exec 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb ssh-agent [2021-04-17T22:42:35.200Z] SSH_AUTH_SOCK=/tmp/ssh-Nu7RJeIZJsJM/agent.12 [2021-04-17T22:42:35.200Z] SSH_AGENT_PID=18 [2021-04-17T22:42:35.213Z] Running ssh-add (command line suppressed) [2021-04-17T22:42:35.331Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/private_key_3208987261006647911.key (/w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/private_key_3208987261006647911.key) [2021-04-17T22:42:35.384Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T22:42:35.688Z] + git tag --points-at HEAD [Pipeline] } [2021-04-17T22:42:35.708Z] $ docker exec --env ******** --env ******** 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb ssh-agent -k [2021-04-17T22:42:35.822Z] unset SSH_AUTH_SOCK; [2021-04-17T22:42:35.822Z] unset SSH_AGENT_PID; [2021-04-17T22:42:35.822Z] echo Agent pid 18 killed; [2021-04-17T22:42:35.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-17T22:42:35.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T22:42:35.912Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T22:42:36.086Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T22:42:36.089Z] $ docker exec 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb ssh-agent [2021-04-17T22:42:36.254Z] SSH_AUTH_SOCK=/tmp/ssh-1mDMtgKV22D3/agent.48 [2021-04-17T22:42:36.254Z] SSH_AGENT_PID=54 [2021-04-17T22:42:36.261Z] Running ssh-add (command line suppressed) [2021-04-17T22:42:36.384Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/private_key_1294129713234746911.key (/w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/private_key_1294129713234746911.key) [2021-04-17T22:42:36.453Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T22:42:36.896Z] + git semver init [2021-04-17T22:42:36.896Z] # -> Open(): unable to determine branch for HEAD [2021-04-17T22:42:36.896Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-882/.git [2021-04-17T22:42:36.896Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-882 [2021-04-17T22:42:36.896Z] # $SEMVER_REMOTE_NAME = origin [2021-04-17T22:42:36.896Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-17T22:42:36.896Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-17T22:42:36.896Z] # $SEMVER_BRANCH = PR-882 [2021-04-17T22:42:36.896Z] # $SEMVER_TEMP = /tmp/semver-743528353 [2021-04-17T22:42:36.896Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-17T22:42:37.858Z] # '/tmp/semver-743528353' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-882/.semver' [2021-04-17T22:42:37.858Z] # -> Force: false [2021-04-17T22:42:37.858Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-882/.semver [Pipeline] } [2021-04-17T22:42:37.872Z] $ docker exec --env ******** --env ******** 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb ssh-agent -k [2021-04-17T22:42:37.979Z] unset SSH_AUTH_SOCK; [2021-04-17T22:42:37.980Z] unset SSH_AGENT_PID; [2021-04-17T22:42:37.980Z] echo Agent pid 54 killed; [2021-04-17T22:42:38.033Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T22:42:38.373Z] + git semver [Pipeline] } [2021-04-17T22:42:38.393Z] $ docker stop --time=1 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb [2021-04-17T22:42:40.220Z] $ docker rm -f 05fe343528fc339a56e0770164c34c45e68806964300de2947e505b0f1f01bdb [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-17T22:42:40.626Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-17T22:42:40.963Z] Stashed 1 file(s) [Pipeline] echo [2021-04-17T22:42:40.966Z] [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-17T22:42:56.138Z] Still waiting to schedule task [2021-04-17T22:42:56.138Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-585’ is offline [2021-04-17T22:42:56.140Z] Still waiting to schedule task [2021-04-17T22:42:56.140Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-17T22:44:04.715Z] Running on prd-centos7-docker-4c-2g-587 in /w/workspace/dgexfoundry_device-sdk-go_PR-882 [Pipeline] { [Pipeline] ws [2021-04-17T22:44:04.733Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-04-17T22:44:17.455Z] using credential edgex-jenkins-ssh [2021-04-17T22:44:17.471Z] Cloning the remote Git repository [2021-04-17T22:44:17.565Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T22:44:17.689Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-04-17T22:44:17.846Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T22:44:17.846Z] > git --version # timeout=10 [2021-04-17T22:44:17.902Z] > git --version # 'git version 2.24.3' [2021-04-17T22:44:17.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T22:44:17.963Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T22:44:18.846Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-17T22:44:18.893Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T22:44:19.011Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-17T22:44:19.624Z] Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit c6564cc59fa320e64cbefe1226e27f5e26549f22 [2021-04-17T22:44:20.004Z] Merge succeeded, producing a8675e8d175f4b4891e759f6774d4b31fcc9f251 [2021-04-17T22:44:20.004Z] Checking out Revision a8675e8d175f4b4891e759f6774d4b31fcc9f251 (PR-882) [2021-04-17T22:44:19.124Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T22:44:19.125Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T22:44:19.131Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/882/head:refs/remotes/origin/PR-882 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-17T22:44:19.638Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T22:44:19.721Z] > git checkout -f c6564cc59fa320e64cbefe1226e27f5e26549f22 # timeout=10 [2021-04-17T22:44:19.839Z] > git remote # timeout=10 [2021-04-17T22:44:19.864Z] > git config --get remote.origin.url # timeout=10 [2021-04-17T22:44:19.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T22:44:19.900Z] > git merge 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 [2021-04-17T22:44:19.967Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-17T22:44:20.010Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T22:44:20.029Z] > git checkout -f a8675e8d175f4b4891e759f6774d4b31fcc9f251 # timeout=10 [2021-04-17T22:44:25.186Z] Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" [2021-04-17T22:44:25.195Z] > git rev-list --no-walk c6564cc59fa320e64cbefe1226e27f5e26549f22 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-17T22:44:28.303Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-17T22:44:28.717Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-17T22:44:29.139Z] + true [2021-04-17T22:44:29.140Z] + sudo service docker restart [2021-04-17T22:44:29.140Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-17T22:44:31.365Z] provisioning config files... [2021-04-17T22:44:31.400Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config199872274960825419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T22:44:31.873Z] ---> docker-login.sh [2021-04-17T22:44:31.873Z] nexus3.edgexfoundry.org:10001 [2021-04-17T22:44:32.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:44:33.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:44:33.287Z] Configure a credential helper to remove this warning. See [2021-04-17T22:44:33.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:44:33.287Z] [2021-04-17T22:44:33.287Z] Login Succeeded [2021-04-17T22:44:33.287Z] nexus3.edgexfoundry.org:10002 [2021-04-17T22:44:33.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:44:33.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:44:33.898Z] Configure a credential helper to remove this warning. See [2021-04-17T22:44:33.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:44:33.898Z] [2021-04-17T22:44:33.898Z] Login Succeeded [2021-04-17T22:44:33.898Z] nexus3.edgexfoundry.org:10003 [2021-04-17T22:44:34.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:44:34.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:44:34.598Z] Configure a credential helper to remove this warning. See [2021-04-17T22:44:34.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:44:34.598Z] [2021-04-17T22:44:34.598Z] Login Succeeded [2021-04-17T22:44:34.598Z] nexus3.edgexfoundry.org:10004 [2021-04-17T22:44:35.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:44:35.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:44:35.525Z] Configure a credential helper to remove this warning. See [2021-04-17T22:44:35.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:44:35.525Z] [2021-04-17T22:44:35.525Z] Login Succeeded [2021-04-17T22:44:35.525Z] docker.io [2021-04-17T22:44:35.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:44:36.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:44:36.084Z] Configure a credential helper to remove this warning. See [2021-04-17T22:44:36.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:44:36.084Z] [2021-04-17T22:44:36.084Z] Login Succeeded [2021-04-17T22:44:36.084Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T22:44:36.120Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-17T22:44:36.609Z] ========================================================= [2021-04-17T22:44:36.609Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-17T22:44:36.609Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-17T22:44:37.036Z] + 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-17T22:44:37.774Z] Sending build context to Docker daemon 2.445MB [2021-04-17T22:44:38.069Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-17T22:44:38.069Z] Step 2/8 : FROM ${BASE} [2021-04-17T22:44:38.069Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-17T22:44:38.069Z] 188c0c94c7c5: Pulling fs layer [2021-04-17T22:44:38.069Z] 0ef7d3d256c8: Pulling fs layer [2021-04-17T22:44:38.069Z] de9db76c5a1d: Pulling fs layer [2021-04-17T22:44:38.069Z] bca2f99d35d6: Pulling fs layer [2021-04-17T22:44:38.069Z] 93359f2a8cfa: Pulling fs layer [2021-04-17T22:44:38.069Z] 7c6f9722023f: Pulling fs layer [2021-04-17T22:44:38.069Z] a35cf1a2eb13: Pulling fs layer [2021-04-17T22:44:38.069Z] bca2f99d35d6: Waiting [2021-04-17T22:44:38.069Z] 93359f2a8cfa: Waiting [2021-04-17T22:44:38.069Z] 7c6f9722023f: Waiting [2021-04-17T22:44:38.069Z] a35cf1a2eb13: Waiting [2021-04-17T22:44:38.402Z] de9db76c5a1d: Verifying Checksum [2021-04-17T22:44:38.402Z] de9db76c5a1d: Download complete [2021-04-17T22:44:38.402Z] 0ef7d3d256c8: Verifying Checksum [2021-04-17T22:44:38.402Z] 0ef7d3d256c8: Download complete [2021-04-17T22:44:38.402Z] 93359f2a8cfa: Verifying Checksum [2021-04-17T22:44:38.402Z] 93359f2a8cfa: Download complete [2021-04-17T22:44:38.402Z] 7c6f9722023f: Verifying Checksum [2021-04-17T22:44:38.402Z] 7c6f9722023f: Download complete [2021-04-17T22:44:38.692Z] 188c0c94c7c5: Verifying Checksum [2021-04-17T22:44:38.692Z] 188c0c94c7c5: Download complete [2021-04-17T22:44:40.017Z] 188c0c94c7c5: Pull complete [2021-04-17T22:44:40.403Z] 0ef7d3d256c8: Pull complete [2021-04-17T22:44:40.844Z] de9db76c5a1d: Pull complete [2021-04-17T22:44:44.498Z] a35cf1a2eb13: Verifying Checksum [2021-04-17T22:44:44.498Z] a35cf1a2eb13: Download complete [2021-04-17T22:44:47.405Z] bca2f99d35d6: Verifying Checksum [2021-04-17T22:44:47.405Z] bca2f99d35d6: Download complete [2021-04-17T22:45:06.640Z] bca2f99d35d6: Pull complete [2021-04-17T22:45:06.640Z] 93359f2a8cfa: Pull complete [2021-04-17T22:45:06.640Z] 7c6f9722023f: Pull complete [2021-04-17T22:45:13.721Z] a35cf1a2eb13: Pull complete [2021-04-17T22:45:13.721Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-17T22:45:13.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-17T22:45:13.721Z] ---> a62c8e92a672 [2021-04-17T22:45:13.721Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-17T22:45:13.721Z] ---> Running in 309fbeb7417d [2021-04-17T22:45:14.160Z] Removing intermediate container 309fbeb7417d [2021-04-17T22:45:14.160Z] ---> b3e55cee7748 [2021-04-17T22:45:14.160Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T22:45:14.160Z] ---> Running in 0ee629d3777c [2021-04-17T22:45:17.163Z] Removing intermediate container 0ee629d3777c [2021-04-17T22:45:17.163Z] ---> 4acf168071a2 [2021-04-17T22:45:17.163Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-17T22:45:17.163Z] ---> Running in 576469ab48e8 [2021-04-17T22:45:18.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T22:45:19.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T22:45:20.529Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-17T22:45:20.529Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-17T22:45:20.860Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-17T22:45:20.860Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-17T22:45:20.860Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-17T22:45:21.145Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-17T22:45:21.145Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T22:45:21.145Z] OK: 167 MiB in 45 packages [2021-04-17T22:45:22.712Z] Removing intermediate container 576469ab48e8 [2021-04-17T22:45:22.712Z] ---> 1e24bfd65ad4 [2021-04-17T22:45:22.712Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-17T22:45:22.712Z] ---> Running in 9dd1e04115cc [2021-04-17T22:45:23.042Z] Removing intermediate container 9dd1e04115cc [2021-04-17T22:45:23.042Z] ---> 2be4f101b848 [2021-04-17T22:45:23.042Z] Step 7/8 : COPY . . [2021-04-17T22:45:24.608Z] ---> a981f7a46f45 [2021-04-17T22:45:24.608Z] Step 8/8 : RUN go mod download [2021-04-17T22:45:24.608Z] ---> Running in 9b4f0fc861d7 [2021-04-17T22:45:27.242Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-590 in /w/workspace/dgexfoundry_device-sdk-go_PR-882 [Pipeline] { [Pipeline] ws [2021-04-17T22:45:27.259Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-04-17T22:45:33.706Z] using credential edgex-jenkins-ssh [2021-04-17T22:45:33.737Z] Cloning the remote Git repository [2021-04-17T22:45:33.811Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T22:45:33.927Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-04-17T22:45:33.995Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T22:45:33.995Z] > git --version # timeout=10 [2021-04-17T22:45:34.010Z] > git --version # 'git version 2.17.1' [2021-04-17T22:45:34.012Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T22:45:34.072Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T22:45:35.900Z] Merging remotes/origin/master commit 8659f99871c0873da8324f2f6a625b509cb242d1 into PR head commit c6564cc59fa320e64cbefe1226e27f5e26549f22 [2021-04-17T22:45:36.140Z] Merge succeeded, producing 74d0e3c56c6e162c5b9d4611c6bba10994a4a88e [2021-04-17T22:45:36.141Z] Checking out Revision 74d0e3c56c6e162c5b9d4611c6bba10994a4a88e (PR-882) [2021-04-17T22:45:35.313Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-17T22:45:35.332Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T22:45:35.359Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-17T22:45:35.391Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T22:45:35.392Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T22:45:35.403Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/882/head:refs/remotes/origin/PR-882 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-17T22:45:35.934Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T22:45:35.946Z] > git checkout -f c6564cc59fa320e64cbefe1226e27f5e26549f22 # timeout=10 [2021-04-17T22:45:36.039Z] > git remote # timeout=10 [2021-04-17T22:45:36.054Z] > git config --get remote.origin.url # timeout=10 [2021-04-17T22:45:36.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T22:45:36.077Z] > git merge 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 [2021-04-17T22:45:36.144Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-17T22:45:36.162Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T22:45:36.172Z] > git checkout -f 74d0e3c56c6e162c5b9d4611c6bba10994a4a88e # timeout=10 [2021-04-17T22:45:40.335Z] Commit message: "Merge commit '8659f99871c0873da8324f2f6a625b509cb242d1' into HEAD" [2021-04-17T22:45:40.356Z] > git rev-list --no-walk c6564cc59fa320e64cbefe1226e27f5e26549f22 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-17T22:45:41.801Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-17T22:45:42.215Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-17T22:45:42.551Z] + true [2021-04-17T22:45:42.551Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-17T22:45:45.224Z] provisioning config files... [2021-04-17T22:45:45.265Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config2245285393114613621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T22:45:45.649Z] ---> docker-login.sh [2021-04-17T22:45:45.649Z] nexus3.edgexfoundry.org:10001 [2021-04-17T22:45:46.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:45:46.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:45:46.849Z] Configure a credential helper to remove this warning. See [2021-04-17T22:45:46.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:45:46.849Z] [2021-04-17T22:45:46.849Z] Login Succeeded [2021-04-17T22:45:46.849Z] nexus3.edgexfoundry.org:10002 [2021-04-17T22:45:47.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:45:47.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:45:47.122Z] Configure a credential helper to remove this warning. See [2021-04-17T22:45:47.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:45:47.122Z] [2021-04-17T22:45:47.122Z] Login Succeeded [2021-04-17T22:45:47.122Z] nexus3.edgexfoundry.org:10003 [2021-04-17T22:45:47.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:45:47.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:45:47.718Z] Configure a credential helper to remove this warning. See [2021-04-17T22:45:47.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:45:47.718Z] [2021-04-17T22:45:47.718Z] Login Succeeded [2021-04-17T22:45:47.718Z] nexus3.edgexfoundry.org:10004 [2021-04-17T22:45:48.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:45:48.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:45:48.327Z] Configure a credential helper to remove this warning. See [2021-04-17T22:45:48.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:45:48.327Z] [2021-04-17T22:45:48.327Z] Login Succeeded [2021-04-17T22:45:48.327Z] docker.io [2021-04-17T22:45:48.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T22:45:48.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T22:45:48.873Z] Configure a credential helper to remove this warning. See [2021-04-17T22:45:48.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T22:45:48.873Z] [2021-04-17T22:45:48.873Z] Login Succeeded [2021-04-17T22:45:48.873Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T22:45:48.895Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-17T22:45:49.198Z] ========================================================= [2021-04-17T22:45:49.198Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-17T22:45:49.198Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-17T22:45:49.546Z] + 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-17T22:45:50.149Z] Sending build context to Docker daemon 2.452MB [2021-04-17T22:45:50.149Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-17T22:45:50.149Z] Step 2/8 : FROM ${BASE} [2021-04-17T22:45:50.149Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-17T22:45:50.149Z] 5f621e34cdf4: Pulling fs layer [2021-04-17T22:45:50.149Z] a4357932f1b6: Pulling fs layer [2021-04-17T22:45:50.149Z] 18c013af1878: Pulling fs layer [2021-04-17T22:45:50.149Z] 00ac8860ef70: Pulling fs layer [2021-04-17T22:45:50.149Z] 63d7cb157983: Pulling fs layer [2021-04-17T22:45:50.149Z] b116817d02f9: Pulling fs layer [2021-04-17T22:45:50.149Z] 745a02a5169b: Pulling fs layer [2021-04-17T22:45:50.149Z] 00ac8860ef70: Waiting [2021-04-17T22:45:50.149Z] 63d7cb157983: Waiting [2021-04-17T22:45:50.149Z] 745a02a5169b: Waiting [2021-04-17T22:45:50.149Z] 18c013af1878: Download complete [2021-04-17T22:45:50.149Z] a4357932f1b6: Download complete [2021-04-17T22:45:50.149Z] 63d7cb157983: Verifying Checksum [2021-04-17T22:45:50.149Z] 63d7cb157983: Download complete [2021-04-17T22:45:50.149Z] b116817d02f9: Download complete [2021-04-17T22:45:50.149Z] 5f621e34cdf4: Verifying Checksum [2021-04-17T22:45:50.149Z] 5f621e34cdf4: Download complete [2021-04-17T22:45:51.135Z] 5f621e34cdf4: Pull complete [2021-04-17T22:45:51.412Z] a4357932f1b6: Pull complete [2021-04-17T22:45:51.709Z] 18c013af1878: Pull complete [2021-04-17T22:45:53.144Z] 745a02a5169b: Verifying Checksum [2021-04-17T22:45:53.144Z] 745a02a5169b: Download complete [2021-04-17T22:45:54.582Z] 00ac8860ef70: Verifying Checksum [2021-04-17T22:45:54.582Z] 00ac8860ef70: Download complete [2021-04-17T22:45:58.255Z] Removing intermediate container 9b4f0fc861d7 [2021-04-17T22:45:58.255Z] ---> 4ce893a74819 [2021-04-17T22:45:58.255Z] Successfully built 4ce893a74819 [2021-04-17T22:45:58.255Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T22:45:58.642Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-17T22:45:59.044Z] . [Pipeline] withDockerContainer [2021-04-17T22:45:59.479Z] prd-centos7-docker-4c-2g-587 does not seem to be running inside a container [2021-04-17T22:45:59.789Z] $ 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-17T22:46:03.135Z] $ docker top 92718d9bccd02c8a39bd7339a6d10aff93ac6cdea6412bf7997dc59005df6c30 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T22:46:04.730Z] 00ac8860ef70: Pull complete [2021-04-17T22:46:04.730Z] 63d7cb157983: Pull complete [2021-04-17T22:46:04.730Z] b116817d02f9: Pull complete [2021-04-17T22:46:04.949Z] + go version [2021-04-17T22:46:04.949Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-17T22:46:05.321Z] $ docker stop --time=1 92718d9bccd02c8a39bd7339a6d10aff93ac6cdea6412bf7997dc59005df6c30 [2021-04-17T22:46:07.556Z] $ docker rm -f 92718d9bccd02c8a39bd7339a6d10aff93ac6cdea6412bf7997dc59005df6c30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T22:46:08.327Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-17T22:46:08.623Z] . [Pipeline] withDockerContainer [2021-04-17T22:46:09.040Z] 745a02a5169b: Pull complete [2021-04-17T22:46:09.040Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-17T22:46:09.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-17T22:46:09.040Z] ---> b7e6874047d6 [2021-04-17T22:46:09.040Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-17T22:46:09.165Z] prd-centos7-docker-4c-2g-587 does not seem to be running inside a container [2021-04-17T22:46:09.284Z] $ 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-17T22:46:11.466Z] $ docker top 2264f576e244803ff0fccf60708f90ff89f996d819b2966825ecb431fc2d532a -eo pid,comm [2021-04-17T22:46:11.665Z] ---> Running in 399580922c26 [2021-04-17T22:46:11.665Z] Removing intermediate container 399580922c26 [2021-04-17T22:46:11.665Z] ---> 26664423f6a2 [2021-04-17T22:46:11.665Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T22:46:11.665Z] ---> Running in 0be43a7ab2b3 [Pipeline] { [Pipeline] sh [2021-04-17T22:46:12.979Z] + make test [2021-04-17T22:46:12.979Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-17T22:46:14.291Z] Removing intermediate container 0be43a7ab2b3 [2021-04-17T22:46:14.291Z] ---> 0899cf476159 [2021-04-17T22:46:14.291Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-17T22:46:14.291Z] ---> Running in 525140e5fa5d [2021-04-17T22:46:15.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T22:46:15.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T22:46:16.836Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-17T22:46:16.836Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-17T22:46:16.836Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-17T22:46:17.108Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-17T22:46:17.108Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-17T22:46:17.379Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-17T22:46:17.379Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T22:46:17.379Z] OK: 144 MiB in 45 packages [2021-04-17T22:46:18.825Z] Removing intermediate container 525140e5fa5d [2021-04-17T22:46:18.825Z] ---> 695b134761a1 [2021-04-17T22:46:18.825Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-17T22:46:18.825Z] ---> Running in 22dc88620d68 [2021-04-17T22:46:19.419Z] Removing intermediate container 22dc88620d68 [2021-04-17T22:46:19.419Z] ---> cf349fe65585 [2021-04-17T22:46:19.419Z] Step 7/8 : COPY . . [2021-04-17T22:46:20.398Z] ---> e9bd655d976e [2021-04-17T22:46:20.398Z] Step 8/8 : RUN go mod download [2021-04-17T22:46:20.671Z] ---> Running in 24be1fa0fb81 [2021-04-17T22:46:38.253Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-17T22:46:47.473Z] Removing intermediate container 24be1fa0fb81 [2021-04-17T22:46:47.473Z] ---> ec4f61c4722b [2021-04-17T22:46:47.473Z] Successfully built ec4f61c4722b [2021-04-17T22:46:47.473Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T22:46:47.815Z] + docker inspect -f . ci-base-image-arm64 [2021-04-17T22:46:47.815Z] . [Pipeline] withDockerContainer [2021-04-17T22:46:48.083Z] prd-ubuntu18.04-docker-arm64-4c-16g-590 does not seem to be running inside a container [2021-04-17T22:46:48.166Z] $ 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-arm64 cat [2021-04-17T22:46:49.703Z] $ docker top 9df68c7a445581808aa516c0b33bc1391a38e30552a8d0610fb798a9e3d306e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T22:46:50.656Z] + go version [2021-04-17T22:46:50.656Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-17T22:46:50.683Z] $ docker stop --time=1 9df68c7a445581808aa516c0b33bc1391a38e30552a8d0610fb798a9e3d306e9 [2021-04-17T22:46:52.582Z] $ docker rm -f 9df68c7a445581808aa516c0b33bc1391a38e30552a8d0610fb798a9e3d306e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T22:46:53.255Z] + docker inspect -f . ci-base-image-arm64 [2021-04-17T22:46:53.255Z] . [Pipeline] withDockerContainer [2021-04-17T22:46:53.525Z] prd-ubuntu18.04-docker-arm64-4c-16g-590 does not seem to be running inside a container [2021-04-17T22:46:53.604Z] $ 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-arm64 cat [2021-04-17T22:46:55.188Z] $ docker top 663dade98bdf9989d99c7c7ee2a7f076a9c5b236a2799704d314af4a78f3f07c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T22:46:56.138Z] + make test [2021-04-17T22:46:56.138Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-17T22:47:18.187Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-17T22:47:18.187Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-17T22:47:18.187Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-17T22:47:18.187Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-17T22:47:18.187Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-17T22:47:18.312Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-17T22:47:22.788Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.151s coverage: 28.1% of statements [2021-04-17T22:47:23.065Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.113s coverage: 78.9% of statements [2021-04-17T22:47:23.662Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.094s coverage: 7.8% of statements [2021-04-17T22:47:23.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-17T22:47:23.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-17T22:47:23.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-17T22:47:23.932Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.206s coverage: 32.0% of statements [2021-04-17T22:47:23.932Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-17T22:47:23.932Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-17T22:47:23.932Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-17T22:47:25.662Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.239s coverage: 57.1% of statements [2021-04-17T22:47:26.426Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.014s coverage: 6.6% of statements [2021-04-17T22:47:27.158Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.082s coverage: 5.0% of statements [2021-04-17T22:47:27.158Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-17T22:47:27.516Z] GO111MODULE=on go vet ./... [2021-04-17T22:48:07.839Z] gofmt -l . [2021-04-17T22:48:07.839Z] [ "`gofmt -l .`" = "" ] [2021-04-17T22:48:07.839Z] ./bin/test-attribution-txt.sh [2021-04-17T22:48:08.142Z] An attribution for golang.org/x/text is missing from in Attribution.txt, please add [2021-04-17T22:48:08.412Z] make: *** [Makefile:36: test] Error 1 [Pipeline] } [2021-04-17T22:48:08.447Z] $ docker stop --time=1 2264f576e244803ff0fccf60708f90ff89f996d819b2966825ecb431fc2d532a [2021-04-17T22:48:10.953Z] $ docker rm -f 2264f576e244803ff0fccf60708f90ff89f996d819b2966825ecb431fc2d532a [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-17T22:48:12.512Z] ---> job-cost.sh [2021-04-17T22:48:12.512Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-v3D8 [2021-04-17T22:48:14.897Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-17T22:48:14.897Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-17T22:48:14.897Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-17T22:48:14.897Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-17T22:48:14.897Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-17T22:48:18.305Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.181s coverage: 28.1% of statements [2021-04-17T22:48:18.583Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.192s coverage: 78.9% of statements [2021-04-17T22:48:18.583Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.172s coverage: 7.8% of statements [2021-04-17T22:48:18.583Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-17T22:48:18.583Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-17T22:48:18.583Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-17T22:48:20.041Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.225s coverage: 32.0% of statements [2021-04-17T22:48:20.041Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-17T22:48:20.041Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-17T22:48:20.041Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-17T22:48:24.387Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.298s coverage: 57.1% of statements [2021-04-17T22:48:24.387Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.024s coverage: 6.6% of statements [2021-04-17T22:48:24.387Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.159s coverage: 5.0% of statements [2021-04-17T22:48:24.387Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-17T22:48:24.664Z] GO111MODULE=on go vet ./... [2021-04-17T22:48:40.011Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-17T22:49:11.713Z] gofmt -l . [2021-04-17T22:49:11.713Z] [ "`gofmt -l .`" = "" ] [2021-04-17T22:49:11.713Z] ./bin/test-attribution-txt.sh [2021-04-17T22:49:11.713Z] An attribution for golang.org/x/text is missing from in Attribution.txt, please add [2021-04-17T22:49:11.713Z] make: *** [Makefile:36: test] Error 1 [Pipeline] } [2021-04-17T22:49:11.740Z] $ docker stop --time=1 663dade98bdf9989d99c7c7ee2a7f076a9c5b236a2799704d314af4a78f3f07c [2021-04-17T22:49:14.033Z] $ docker rm -f 663dade98bdf9989d99c7c7ee2a7f076a9c5b236a2799704d314af4a78f3f07c [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-17T22:49:15.259Z] ---> job-cost.sh [2021-04-17T22:49:15.259Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0miv [2021-04-17T22:49:27.444Z] lf-activate-venv(): INFO: Adding /tmp/venv-v3D8/bin to PATH [2021-04-17T22:49:27.444Z] INFO: No Stack... [2021-04-17T22:49:27.444Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-17T22:49:27.444Z] INFO: Archiving Costs [Pipeline] sh [2021-04-17T22:49:27.866Z] + cat /w/workspace/device-sdk-go/2/archives/cost.csv [2021-04-17T22:49:27.866Z] + cut -d, -f6 [Pipeline] lock [2021-04-17T22:49:28.230Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] [2021-04-17T22:49:28.255Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] did not exist. Created. [2021-04-17T22:49:28.256Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-17T22:49:28.805Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-17T22:49:29.713Z] Stashed 1 file(s) [Pipeline] } [2021-04-17T22:49:29.728Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-17T22:49:29.879Z] Failed in branch amd64 [2021-04-17T22:49:54.214Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-17T22:51:30.995Z] lf-activate-venv(): INFO: Adding /tmp/venv-0miv/bin to PATH [2021-04-17T22:51:30.995Z] INFO: No Stack... [2021-04-17T22:51:30.995Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-17T22:51:30.995Z] INFO: Archiving Costs [Pipeline] sh [2021-04-17T22:51:31.334Z] + + cut -d, -f6cat [2021-04-17T22:51:31.334Z] /w/workspace/device-sdk-go/2/archives/cost.csv [Pipeline] lock [2021-04-17T22:51:31.768Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] [2021-04-17T22:51:31.789Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] did not exist. Created. [2021-04-17T22:51:31.789Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-17T22:51:32.227Z] /w/workspace/device-sdk-go/2@tmp/durable-2d78332e/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-2d78332e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-17T22:51:32.677Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-17T22:51:32.736Z] Warning: overwriting stash ‘stack-cost’ [2021-04-17T22:51:33.492Z] Stashed 1 file(s) [Pipeline] } [2021-04-17T22:51:33.502Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-882-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-17T22:51:33.651Z] 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-17T22:51:34.534Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T22:51:35.129Z] ---> package-listing.sh [2021-04-17T22:51:35.129Z] ++ facter osfamily [2021-04-17T22:51:35.129Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-17T22:51:35.129Z] + OS_FAMILY=redhat [2021-04-17T22:51:35.129Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-882 [2021-04-17T22:51:35.129Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-17T22:51:35.129Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-17T22:51:35.129Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-17T22:51:35.129Z] + PACKAGES=/tmp/packages_start.txt [2021-04-17T22:51:35.129Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-882 ']' [2021-04-17T22:51:35.129Z] + PACKAGES=/tmp/packages_end.txt [2021-04-17T22:51:35.129Z] + case "${OS_FAMILY}" in [2021-04-17T22:51:35.129Z] + rpm -qa [2021-04-17T22:51:35.129Z] + sort [2021-04-17T22:51:40.457Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-17T22:51:40.457Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-17T22:51:40.457Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-17T22:51:40.457Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-882 ']' [2021-04-17T22:51:40.457Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-882/archives/ [2021-04-17T22:51:40.457Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-882/archives/ [Pipeline] echo [2021-04-17T22:51:40.472Z] 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-882/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-17T22:51:40.766Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-17T22:51:41.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T22:51:41.074Z] [2021-04-17T22:51:41.074Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-17T22:51:41.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T22:51:41.389Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-17T22:51:41.389Z] df20fa9351a1: Pulling fs layer [2021-04-17T22:51:41.389Z] 36b3adc4ff6f: Pulling fs layer [2021-04-17T22:51:41.389Z] 8ad3a11d3b57: Pulling fs layer [2021-04-17T22:51:41.389Z] 46f8f816bc3b: Pulling fs layer [2021-04-17T22:51:41.389Z] 93b61091891f: Pulling fs layer [2021-04-17T22:51:41.389Z] 93b9cdb0e59b: Pulling fs layer [2021-04-17T22:51:41.389Z] 5e14af77c1be: Pulling fs layer [2021-04-17T22:51:41.389Z] 01666e4c0597: Pulling fs layer [2021-04-17T22:51:41.389Z] aa168da1d23b: Pulling fs layer [2021-04-17T22:51:41.389Z] 93b9cdb0e59b: Waiting [2021-04-17T22:51:41.389Z] 46f8f816bc3b: Waiting [2021-04-17T22:51:41.389Z] 93b61091891f: Waiting [2021-04-17T22:51:41.389Z] 01666e4c0597: Waiting [2021-04-17T22:51:41.389Z] aa168da1d23b: Waiting [2021-04-17T22:51:41.389Z] 5e14af77c1be: Waiting [2021-04-17T22:51:41.389Z] 36b3adc4ff6f: Verifying Checksum [2021-04-17T22:51:41.389Z] 36b3adc4ff6f: Download complete [2021-04-17T22:51:41.389Z] 46f8f816bc3b: Download complete [2021-04-17T22:51:41.389Z] df20fa9351a1: Download complete [2021-04-17T22:51:41.389Z] 93b9cdb0e59b: Verifying Checksum [2021-04-17T22:51:41.389Z] 93b9cdb0e59b: Download complete [2021-04-17T22:51:41.389Z] 93b61091891f: Download complete [2021-04-17T22:51:41.389Z] 5e14af77c1be: Verifying Checksum [2021-04-17T22:51:41.389Z] 5e14af77c1be: Download complete [2021-04-17T22:51:41.653Z] 01666e4c0597: Verifying Checksum [2021-04-17T22:51:41.653Z] 01666e4c0597: Download complete [2021-04-17T22:51:41.915Z] df20fa9351a1: Pull complete [2021-04-17T22:51:41.915Z] 8ad3a11d3b57: Verifying Checksum [2021-04-17T22:51:41.915Z] 8ad3a11d3b57: Download complete [2021-04-17T22:51:41.915Z] 36b3adc4ff6f: Pull complete [2021-04-17T22:51:42.877Z] 8ad3a11d3b57: Pull complete [2021-04-17T22:51:42.877Z] 46f8f816bc3b: Pull complete [2021-04-17T22:51:43.830Z] 93b61091891f: Pull complete [2021-04-17T22:51:43.830Z] aa168da1d23b: Verifying Checksum [2021-04-17T22:51:43.830Z] aa168da1d23b: Download complete [2021-04-17T22:51:43.830Z] 93b9cdb0e59b: Pull complete [2021-04-17T22:51:44.095Z] 5e14af77c1be: Pull complete [2021-04-17T22:51:44.095Z] 01666e4c0597: Pull complete [2021-04-17T22:51:50.723Z] aa168da1d23b: Pull complete [2021-04-17T22:51:50.723Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-17T22:51:50.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T22:51:50.724Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-17T22:51:50.951Z] prd-centos7-docker-4c-2g-583 does not seem to be running inside a container [2021-04-17T22:51:50.998Z] $ 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-882/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-882 -v /w/workspace/dgexfoundry_device-sdk-go_PR-882:/w/workspace/dgexfoundry_device-sdk-go_PR-882:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-882@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-17T22:51:54.846Z] $ docker top 77a86499ccf996f3e3fc086cee5fa6bb7ac3365f7e66303571729a8bef6da782 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T22:51:55.272Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-17T22:51:55.571Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-17T22:51:55.870Z] + ls /var/log/sa-host [2021-04-17T22:51:55.870Z] + sadf -c /var/log/sa-host/sa17 [2021-04-17T22:51:55.870Z] file_magic: OK [2021-04-17T22:51:55.870Z] HZ: Using current value: 100 [2021-04-17T22:51:55.870Z] file_header: OK [2021-04-17T22:51:55.870Z] 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-17T22:51:55.870Z] Statistics: [2021-04-17T22:51:55.870Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-17T22:51:55.870Z] File successfully converted to sysstat format version 12.2.1 [2021-04-17T22:51:55.870Z] + sadf -c /var/log/sa-host/sa23 [2021-04-17T22:51:55.870Z] file_magic: OK [2021-04-17T22:51:55.870Z] HZ: Using current value: 100 [2021-04-17T22:51:55.870Z] file_header: OK [2021-04-17T22:51:55.870Z] 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-17T22:51:55.870Z] Statistics: [2021-04-17T22:51:55.870Z] Hnuu...uuuununununu... [2021-04-17T22:51:55.870Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-17T22:51:56.030Z] provisioning config files... [2021-04-17T22:51:56.045Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-882@tmp/config7397199667148673722tmp [Pipeline] { [Pipeline] echo [2021-04-17T22:51:56.067Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T22:51:56.372Z] ---> create-netrc.sh [Pipeline] } [2021-04-17T22:51:56.382Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-17T22:51:56.409Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T22:51:56.705Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-17T22:51:56.717Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T22:51:57.038Z] ---> sudo-logs.sh [2021-04-17T22:51:57.038Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-17T22:51:57.113Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T22:51:57.419Z] ---> job-cost.sh [2021-04-17T22:51:57.419Z] lf-activate-venv: SKIPPING [2021-04-17T22:51:57.419Z] DEBUG: total: 0.20999999344348907 [2021-04-17T22:51:57.419Z] INFO: Retrieving Stack Cost... [2021-04-17T22:51:58.377Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-17T22:51:58.952Z] INFO: Archiving Costs [Pipeline] echo [2021-04-17T22:51:58.967Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T22:51:59.264Z] ---> logs-deploy.sh [2021-04-17T22:51:59.264Z] lf-activate-venv: SKIPPING [2021-04-17T22:51:59.264Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-882/2 [2021-04-17T22:51:59.264Z] INFO: archiving workspace using pattern(s): [2021-04-17T22:52:01.190Z] Archives upload complete. [2021-04-17T22:52:01.190Z] INFO: archiving logs to Nexus