Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 91a128fb3261b794220e36635c93107914f86303+7565948cf2a22d3fef01b48e9653f9446226441c (8834e15f9a597705fb6deea027c19f58165a8eb5) 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-33105 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [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-856 # 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 7565948cf2a22d3fef01b48e9653f9446226441c into PR head commit 91a128fb3261b794220e36635c93107914f86303 Merge succeeded, producing 3eeb019c6cf75db9f355111c49d0514cd1381149 Checking out Revision 3eeb019c6cf75db9f355111c49d0514cd1381149 (PR-856) > 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/856/head:refs/remotes/origin/PR-856 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # 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 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3eeb019c6cf75db9f355111c49d0514cd1381149 # timeout=10 Commit message: "Merge commit '7565948cf2a22d3fef01b48e9653f9446226441c' into HEAD" > git rev-list --no-walk 91a128fb3261b794220e36635c93107914f86303 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T02:44:21.182Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T02:44:21.473Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-07T02:44:21.591Z] ========================================================= [2021-04-07T02:44:21.591Z] EdgeX Global Pipelines Version Info [2021-04-07T02:44:21.591Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:44:24.705Z] ------------------- [2021-04-07T02:44:24.705Z] stable info: [2021-04-07T02:44:24.705Z] ------------------- [2021-04-07T02:44:24.705Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T02:44:24.705Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T02:44:24.705Z] Message: update stable to v1.0.186 [2021-04-07T02:44:25.794Z] ------------------- [2021-04-07T02:44:25.794Z] experimental info: [2021-04-07T02:44:25.794Z] ------------------- [2021-04-07T02:44:25.795Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T02:44:25.795Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T02:44:25.795Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T02:44:26.192Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-07T02:44:26.277Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-07T02:44:26.362Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T02:44:26.447Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T02:44:26.532Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T02:44:26.619Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-07T02:44:26.736Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-07T02:44:26.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-07T02:44:26.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-07T02:44:27.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-07T02:44:27.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T02:44:27.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-07T02:44:27.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T02:44:27.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T02:44:27.492Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T02:44:27.612Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T02:44:27.707Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T02:44:27.804Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T02:44:27.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T02:44:27.985Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-07T02:44:28.071Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-07T02:44:28.158Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-07T02:44:28.244Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-07T02:44:28.331Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-07T02:44:28.441Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-07T02:44:28.530Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T02:44:28.613Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-856 [Pipeline] echo [2021-04-07T02:44:28.696Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-856 [Pipeline] echo [2021-04-07T02:44:28.785Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-856 [Pipeline] echo [2021-04-07T02:44:28.868Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3eeb019c6cf75db9f355111c49d0514cd1381149 [Pipeline] echo [2021-04-07T02:44:28.974Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3eeb019 [Pipeline] echo [2021-04-07T02:44:29.106Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T02:44:29.272Z] provisioning config files... [2021-04-07T02:44:29.372Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config794202101653588052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:44:29.950Z] ---> docker-login.sh [2021-04-07T02:44:29.950Z] nexus3.edgexfoundry.org:10001 [2021-04-07T02:44:31.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:44:31.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:44:31.332Z] Configure a credential helper to remove this warning. See [2021-04-07T02:44:31.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:44:31.332Z] [2021-04-07T02:44:31.332Z] Login Succeeded [2021-04-07T02:44:31.332Z] nexus3.edgexfoundry.org:10002 [2021-04-07T02:44:31.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:44:31.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:44:31.683Z] Configure a credential helper to remove this warning. See [2021-04-07T02:44:31.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:44:31.683Z] [2021-04-07T02:44:31.683Z] Login Succeeded [2021-04-07T02:44:31.683Z] nexus3.edgexfoundry.org:10003 [2021-04-07T02:44:33.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:44:33.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:44:33.390Z] Configure a credential helper to remove this warning. See [2021-04-07T02:44:33.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:44:33.390Z] [2021-04-07T02:44:33.390Z] Login Succeeded [2021-04-07T02:44:33.811Z] nexus3.edgexfoundry.org:10004 [2021-04-07T02:44:34.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:44:34.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:44:34.645Z] Configure a credential helper to remove this warning. See [2021-04-07T02:44:34.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:44:34.645Z] [2021-04-07T02:44:34.645Z] Login Succeeded [2021-04-07T02:44:34.645Z] docker.io [2021-04-07T02:44:35.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:44:35.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:44:35.651Z] Configure a credential helper to remove this warning. See [2021-04-07T02:44:35.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:44:35.651Z] [2021-04-07T02:44:35.651Z] Login Succeeded [2021-04-07T02:44:35.651Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T02:44:35.699Z] 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-07T02:44:36.629Z] + git log --format=format:%s -1 3eeb019c6cf75db9f355111c49d0514cd1381149 [Pipeline] echo [2021-04-07T02:44:36.801Z] GIT_COMMIT: 3eeb019c6cf75db9f355111c49d0514cd1381149, Commit Message: Merge commit '7565948cf2a22d3fef01b48e9653f9446226441c' into HEAD [Pipeline] echo [2021-04-07T02:44:36.849Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:44:38.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T02:44:38.312Z] [2021-04-07T02:44:38.312Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:44:38.844Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T02:44:39.318Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T02:44:39.318Z] 31603596830f: Pulling fs layer [2021-04-07T02:44:39.318Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T02:44:39.318Z] 6ca5941a6612: Pulling fs layer [2021-04-07T02:44:39.318Z] ecc8261a40a4: Pulling fs layer [2021-04-07T02:44:39.318Z] ecc8261a40a4: Waiting [2021-04-07T02:44:39.318Z] 2a8b12db71e7: Download complete [2021-04-07T02:44:40.109Z] 31603596830f: Verifying Checksum [2021-04-07T02:44:40.109Z] 31603596830f: Download complete [2021-04-07T02:44:40.824Z] ecc8261a40a4: Verifying Checksum [2021-04-07T02:44:40.825Z] ecc8261a40a4: Download complete [2021-04-07T02:44:40.825Z] 6ca5941a6612: Verifying Checksum [2021-04-07T02:44:40.825Z] 6ca5941a6612: Download complete [2021-04-07T02:44:41.426Z] 31603596830f: Pull complete [2021-04-07T02:44:41.786Z] 2a8b12db71e7: Pull complete [2021-04-07T02:44:45.697Z] 6ca5941a6612: Pull complete [2021-04-07T02:44:46.335Z] ecc8261a40a4: Pull complete [2021-04-07T02:44:46.335Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T02:44:46.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T02:44:46.335Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T02:44:46.885Z] prd-centos7-docker-4c-2g-33105 does not seem to be running inside a container [2021-04-07T02:44:47.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-856 -v /w/workspace/dgexfoundry_device-sdk-go_PR-856:/w/workspace/dgexfoundry_device-sdk-go_PR-856:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-856@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:10004/edgex-devops/git-semver:latest cat [2021-04-07T02:44:51.685Z] $ docker top cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T02:44:52.165Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T02:44:52.165Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T02:44:53.009Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T02:44:53.014Z] $ docker exec cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 ssh-agent [2021-04-07T02:44:53.638Z] SSH_AUTH_SOCK=/tmp/ssh-sEFFSQT7OjKU/agent.11 [2021-04-07T02:44:53.638Z] SSH_AGENT_PID=16 [2021-04-07T02:44:53.685Z] Running ssh-add (command line suppressed) [2021-04-07T02:44:54.132Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_4761779584520713903.key (/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_4761779584520713903.key) [2021-04-07T02:44:54.270Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T02:44:54.795Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T02:44:54.932Z] $ docker exec --env ******** --env ******** cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 ssh-agent -k [2021-04-07T02:44:55.365Z] unset SSH_AUTH_SOCK; [2021-04-07T02:44:55.366Z] unset SSH_AGENT_PID; [2021-04-07T02:44:55.366Z] echo Agent pid 16 killed; [2021-04-07T02:44:55.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T02:44:55.739Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T02:44:55.739Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T02:44:56.397Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T02:44:56.445Z] $ docker exec cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 ssh-agent [2021-04-07T02:44:57.098Z] SSH_AUTH_SOCK=/tmp/ssh-TRWm3nzyKfHj/agent.46 [2021-04-07T02:44:57.098Z] SSH_AGENT_PID=51 [2021-04-07T02:44:57.109Z] Running ssh-add (command line suppressed) [2021-04-07T02:44:57.675Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_8187664909937499576.key (/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_8187664909937499576.key) [2021-04-07T02:44:57.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T02:44:58.425Z] + git semver init [2021-04-07T02:44:58.425Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T02:44:58.425Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-856/.git [2021-04-07T02:44:58.425Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-856 [2021-04-07T02:44:58.425Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T02:44:58.425Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T02:44:58.425Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T02:44:58.425Z] # $SEMVER_BRANCH = PR-856 [2021-04-07T02:44:58.425Z] # $SEMVER_TEMP = /tmp/semver-288368862 [2021-04-07T02:44:58.425Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-07T02:45:00.556Z] # '/tmp/semver-288368862' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-856/.semver' [2021-04-07T02:45:00.556Z] # -> Force: false [2021-04-07T02:45:00.556Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-856/.semver [Pipeline] } [2021-04-07T02:45:00.619Z] $ docker exec --env ******** --env ******** cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 ssh-agent -k [2021-04-07T02:45:00.903Z] unset SSH_AUTH_SOCK; [2021-04-07T02:45:00.904Z] unset SSH_AGENT_PID; [2021-04-07T02:45:00.904Z] echo Agent pid 51 killed; [2021-04-07T02:45:01.065Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T02:45:02.339Z] + git semver [Pipeline] } [2021-04-07T02:45:02.526Z] $ docker stop --time=1 cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 [2021-04-07T02:45:05.067Z] $ docker rm -f cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T02:45:05.712Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T02:45:07.010Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T02:45:07.013Z] [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-07T02:45:22.597Z] Still waiting to schedule task [2021-04-07T02:45:22.597Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-07T02:45:22.600Z] Still waiting to schedule task [2021-04-07T02:45:22.600Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-07T02:48:20.828Z] Running on prd-centos7-docker-4c-2g-33107 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [Pipeline] { [Pipeline] ws [2021-04-07T02:48:20.881Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2021-04-07T02:48:27.917Z] using credential edgex-jenkins-ssh [2021-04-07T02:48:27.975Z] Cloning the remote Git repository [2021-04-07T02:48:28.043Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T02:48:28.182Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2021-04-07T02:48:28.280Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T02:48:28.280Z] > git --version # timeout=10 [2021-04-07T02:48:28.291Z] > git --version # 'git version 2.24.3' [2021-04-07T02:48:28.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T02:48:28.329Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T02:48:30.124Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-07T02:48:30.243Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T02:48:30.387Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-07T02:48:31.164Z] Merging remotes/origin/master commit 7565948cf2a22d3fef01b48e9653f9446226441c into PR head commit 91a128fb3261b794220e36635c93107914f86303 [2021-04-07T02:48:31.691Z] Merge succeeded, producing 71949dffbd53779930c5f129014af28ba079cae5 [2021-04-07T02:48:31.692Z] Checking out Revision 71949dffbd53779930c5f129014af28ba079cae5 (PR-856) [2021-04-07T02:48:30.601Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T02:48:30.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T02:48:30.626Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/856/head:refs/remotes/origin/PR-856 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T02:48:31.178Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T02:48:31.263Z] > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # timeout=10 [2021-04-07T02:48:31.362Z] > git remote # timeout=10 [2021-04-07T02:48:31.482Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T02:48:31.502Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T02:48:31.508Z] > git merge 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 [2021-04-07T02:48:31.603Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T02:48:31.702Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T02:48:31.782Z] > git checkout -f 71949dffbd53779930c5f129014af28ba079cae5 # timeout=10 [2021-04-07T02:48:37.130Z] Commit message: "Merge commit '7565948cf2a22d3fef01b48e9653f9446226441c' into HEAD" [2021-04-07T02:48:37.158Z] > git rev-list --no-walk 91a128fb3261b794220e36635c93107914f86303 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T02:48:39.838Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T02:48:40.251Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T02:48:40.762Z] + true [2021-04-07T02:48:40.762Z] + sudo service docker restart [2021-04-07T02:48:40.762Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T02:48:43.110Z] provisioning config files... [2021-04-07T02:48:43.141Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/7@tmp/config4585898216485671637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:48:43.835Z] ---> docker-login.sh [2021-04-07T02:48:43.835Z] nexus3.edgexfoundry.org:10001 [2021-04-07T02:48:44.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:48:44.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:48:44.452Z] Configure a credential helper to remove this warning. See [2021-04-07T02:48:44.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:48:44.452Z] [2021-04-07T02:48:44.452Z] Login Succeeded [2021-04-07T02:48:44.452Z] nexus3.edgexfoundry.org:10002 [2021-04-07T02:48:45.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:48:45.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:48:45.111Z] Configure a credential helper to remove this warning. See [2021-04-07T02:48:45.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:48:45.111Z] [2021-04-07T02:48:45.111Z] Login Succeeded [2021-04-07T02:48:45.111Z] nexus3.edgexfoundry.org:10003 [2021-04-07T02:48:45.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:48:46.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:48:46.270Z] Configure a credential helper to remove this warning. See [2021-04-07T02:48:46.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:48:46.270Z] [2021-04-07T02:48:46.270Z] Login Succeeded [2021-04-07T02:48:46.270Z] nexus3.edgexfoundry.org:10004 [2021-04-07T02:48:46.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:48:47.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:48:47.131Z] Configure a credential helper to remove this warning. See [2021-04-07T02:48:47.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:48:47.131Z] [2021-04-07T02:48:47.131Z] Login Succeeded [2021-04-07T02:48:47.131Z] docker.io [2021-04-07T02:48:47.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:48:47.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:48:47.737Z] Configure a credential helper to remove this warning. See [2021-04-07T02:48:47.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:48:47.737Z] [2021-04-07T02:48:47.737Z] Login Succeeded [2021-04-07T02:48:47.737Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T02:48:47.773Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T02:48:49.101Z] ========================================================= [2021-04-07T02:48:49.101Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-07T02:48:49.101Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:48:49.678Z] + 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-07T02:48:50.890Z] Sending build context to Docker daemon 2.391MB [2021-04-07T02:48:51.428Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T02:48:51.428Z] Step 2/8 : FROM ${BASE} [2021-04-07T02:48:51.883Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-07T02:48:51.883Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T02:48:51.883Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T02:48:51.883Z] de9db76c5a1d: Pulling fs layer [2021-04-07T02:48:51.883Z] bca2f99d35d6: Pulling fs layer [2021-04-07T02:48:51.883Z] 93359f2a8cfa: Pulling fs layer [2021-04-07T02:48:51.883Z] 7c6f9722023f: Pulling fs layer [2021-04-07T02:48:51.883Z] a35cf1a2eb13: Pulling fs layer [2021-04-07T02:48:51.883Z] bca2f99d35d6: Waiting [2021-04-07T02:48:51.883Z] 93359f2a8cfa: Waiting [2021-04-07T02:48:51.883Z] 7c6f9722023f: Waiting [2021-04-07T02:48:51.883Z] a35cf1a2eb13: Waiting [2021-04-07T02:48:51.883Z] de9db76c5a1d: Verifying Checksum [2021-04-07T02:48:51.883Z] de9db76c5a1d: Download complete [2021-04-07T02:48:52.167Z] 0ef7d3d256c8: Verifying Checksum [2021-04-07T02:48:52.167Z] 0ef7d3d256c8: Download complete [2021-04-07T02:48:53.063Z] 93359f2a8cfa: Verifying Checksum [2021-04-07T02:48:53.063Z] 93359f2a8cfa: Download complete [2021-04-07T02:48:53.063Z] 7c6f9722023f: Verifying Checksum [2021-04-07T02:48:53.063Z] 7c6f9722023f: Download complete [2021-04-07T02:48:53.591Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T02:48:53.591Z] 188c0c94c7c5: Download complete [2021-04-07T02:48:54.624Z] 188c0c94c7c5: Pull complete [2021-04-07T02:48:55.037Z] 0ef7d3d256c8: Pull complete [2021-04-07T02:48:55.422Z] de9db76c5a1d: Pull complete [2021-04-07T02:49:02.445Z] a35cf1a2eb13: Verifying Checksum [2021-04-07T02:49:02.445Z] a35cf1a2eb13: Download complete [2021-04-07T02:49:04.905Z] bca2f99d35d6: Verifying Checksum [2021-04-07T02:49:04.905Z] bca2f99d35d6: Download complete [2021-04-07T02:49:20.928Z] bca2f99d35d6: Pull complete [2021-04-07T02:49:20.928Z] 93359f2a8cfa: Pull complete [2021-04-07T02:49:20.928Z] 7c6f9722023f: Pull complete [2021-04-07T02:49:29.757Z] a35cf1a2eb13: Pull complete [2021-04-07T02:49:29.757Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-07T02:49:29.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-07T02:49:29.757Z] ---> a62c8e92a672 [2021-04-07T02:49:29.757Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T02:49:29.757Z] ---> Running in 8566dcdc191b [2021-04-07T02:49:29.757Z] Removing intermediate container 8566dcdc191b [2021-04-07T02:49:29.757Z] ---> 0d2f752efaac [2021-04-07T02:49:29.757Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T02:49:29.757Z] ---> Running in 6445e325cb10 [2021-04-07T02:49:33.551Z] Removing intermediate container 6445e325cb10 [2021-04-07T02:49:33.551Z] ---> 720741cdbe20 [2021-04-07T02:49:33.551Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-07T02:49:33.551Z] ---> Running in 752e5d29e773 [2021-04-07T02:49:34.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T02:49:34.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T02:49:35.544Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-07T02:49:35.544Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-07T02:49:35.544Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-07T02:49:35.833Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-07T02:49:35.833Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T02:49:35.833Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-07T02:49:36.150Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T02:49:36.150Z] OK: 167 MiB in 45 packages [2021-04-07T02:49:37.164Z] Removing intermediate container 752e5d29e773 [2021-04-07T02:49:37.164Z] ---> 5045e7cbcbe8 [2021-04-07T02:49:37.164Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-07T02:49:37.164Z] ---> Running in 35ce1a355431 [2021-04-07T02:49:37.492Z] Removing intermediate container 35ce1a355431 [2021-04-07T02:49:37.493Z] ---> 8768a7c124d8 [2021-04-07T02:49:37.493Z] Step 7/8 : COPY . . [2021-04-07T02:49:39.135Z] ---> 6dd64b1cdeb1 [2021-04-07T02:49:39.135Z] Step 8/8 : RUN go mod download [2021-04-07T02:49:39.409Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33108 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [Pipeline] { [2021-04-07T02:49:39.474Z] ---> Running in ef3ea82a645e [Pipeline] ws [2021-04-07T02:49:39.523Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2021-04-07T02:49:44.808Z] using credential edgex-jenkins-ssh [2021-04-07T02:49:44.867Z] Cloning the remote Git repository [2021-04-07T02:49:44.918Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T02:49:45.030Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2021-04-07T02:49:45.113Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T02:49:45.113Z] > git --version # timeout=10 [2021-04-07T02:49:45.135Z] > git --version # 'git version 2.17.1' [2021-04-07T02:49:45.138Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T02:49:45.210Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T02:49:46.958Z] Merging remotes/origin/master commit 7565948cf2a22d3fef01b48e9653f9446226441c into PR head commit 91a128fb3261b794220e36635c93107914f86303 [2021-04-07T02:49:46.345Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-07T02:49:46.379Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T02:49:46.402Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-07T02:49:46.435Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T02:49:46.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T02:49:46.447Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/856/head:refs/remotes/origin/PR-856 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T02:49:46.966Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T02:49:46.981Z] > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # timeout=10 [2021-04-07T02:49:47.325Z] Merge succeeded, producing 09c02b5f62508916a9d8f9f61329fe33041c9f5d [2021-04-07T02:49:47.326Z] Checking out Revision 09c02b5f62508916a9d8f9f61329fe33041c9f5d (PR-856) [2021-04-07T02:49:47.121Z] > git remote # timeout=10 [2021-04-07T02:49:47.149Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T02:49:47.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T02:49:47.201Z] > git merge 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 [2021-04-07T02:49:47.299Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T02:49:47.319Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T02:49:47.329Z] > git checkout -f 09c02b5f62508916a9d8f9f61329fe33041c9f5d # timeout=10 [2021-04-07T02:49:51.557Z] Commit message: "Merge commit '7565948cf2a22d3fef01b48e9653f9446226441c' into HEAD" [2021-04-07T02:49:51.556Z] > git rev-list --no-walk 91a128fb3261b794220e36635c93107914f86303 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T02:49:53.001Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T02:49:53.490Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T02:49:53.835Z] + true [2021-04-07T02:49:53.835Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T02:49:56.562Z] provisioning config files... [2021-04-07T02:49:56.602Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/7@tmp/config491671230786198790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:49:57.003Z] ---> docker-login.sh [2021-04-07T02:49:57.003Z] nexus3.edgexfoundry.org:10001 [2021-04-07T02:49:57.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:49:58.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:49:58.206Z] Configure a credential helper to remove this warning. See [2021-04-07T02:49:58.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:49:58.206Z] [2021-04-07T02:49:58.206Z] Login Succeeded [2021-04-07T02:49:58.206Z] nexus3.edgexfoundry.org:10002 [2021-04-07T02:49:58.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:49:58.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:49:58.750Z] Configure a credential helper to remove this warning. See [2021-04-07T02:49:58.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:49:58.750Z] [2021-04-07T02:49:58.750Z] Login Succeeded [2021-04-07T02:49:58.750Z] nexus3.edgexfoundry.org:10003 [2021-04-07T02:49:59.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:49:59.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:49:59.022Z] Configure a credential helper to remove this warning. See [2021-04-07T02:49:59.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:49:59.022Z] [2021-04-07T02:49:59.022Z] Login Succeeded [2021-04-07T02:49:59.022Z] nexus3.edgexfoundry.org:10004 [2021-04-07T02:49:59.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:49:59.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:49:59.616Z] Configure a credential helper to remove this warning. See [2021-04-07T02:49:59.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:49:59.616Z] [2021-04-07T02:49:59.616Z] Login Succeeded [2021-04-07T02:49:59.616Z] docker.io [2021-04-07T02:49:59.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T02:50:00.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T02:50:00.487Z] Configure a credential helper to remove this warning. See [2021-04-07T02:50:00.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T02:50:00.487Z] [2021-04-07T02:50:00.487Z] Login Succeeded [2021-04-07T02:50:00.487Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T02:50:00.504Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T02:50:01.036Z] ========================================================= [2021-04-07T02:50:01.036Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-07T02:50:01.036Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:50:01.415Z] + 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-07T02:50:01.702Z] Sending build context to Docker daemon 2.377MB [2021-04-07T02:50:01.978Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T02:50:01.978Z] Step 2/8 : FROM ${BASE} [2021-04-07T02:50:01.978Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-07T02:50:01.978Z] 5f621e34cdf4: Pulling fs layer [2021-04-07T02:50:01.978Z] a4357932f1b6: Pulling fs layer [2021-04-07T02:50:01.978Z] 18c013af1878: Pulling fs layer [2021-04-07T02:50:01.978Z] 00ac8860ef70: Pulling fs layer [2021-04-07T02:50:01.978Z] 63d7cb157983: Pulling fs layer [2021-04-07T02:50:01.978Z] b116817d02f9: Pulling fs layer [2021-04-07T02:50:01.978Z] 745a02a5169b: Pulling fs layer [2021-04-07T02:50:01.978Z] 63d7cb157983: Waiting [2021-04-07T02:50:01.978Z] b116817d02f9: Waiting [2021-04-07T02:50:01.978Z] 745a02a5169b: Waiting [2021-04-07T02:50:01.978Z] 00ac8860ef70: Waiting [2021-04-07T02:50:01.978Z] 18c013af1878: Verifying Checksum [2021-04-07T02:50:01.978Z] 18c013af1878: Download complete [2021-04-07T02:50:01.978Z] a4357932f1b6: Verifying Checksum [2021-04-07T02:50:01.978Z] a4357932f1b6: Download complete [2021-04-07T02:50:01.978Z] 63d7cb157983: Download complete [2021-04-07T02:50:01.978Z] b116817d02f9: Verifying Checksum [2021-04-07T02:50:01.978Z] b116817d02f9: Download complete [2021-04-07T02:50:02.254Z] 5f621e34cdf4: Verifying Checksum [2021-04-07T02:50:02.254Z] 5f621e34cdf4: Download complete [2021-04-07T02:50:03.243Z] 5f621e34cdf4: Pull complete [2021-04-07T02:50:03.848Z] a4357932f1b6: Pull complete [2021-04-07T02:50:04.123Z] 18c013af1878: Pull complete [2021-04-07T02:50:05.118Z] 745a02a5169b: Verifying Checksum [2021-04-07T02:50:05.118Z] 745a02a5169b: Download complete [2021-04-07T02:50:06.099Z] 00ac8860ef70: Verifying Checksum [2021-04-07T02:50:06.100Z] 00ac8860ef70: Download complete [2021-04-07T02:50:16.260Z] 00ac8860ef70: Pull complete [2021-04-07T02:50:16.260Z] 63d7cb157983: Pull complete [2021-04-07T02:50:16.533Z] b116817d02f9: Pull complete [2021-04-07T02:50:19.763Z] Removing intermediate container ef3ea82a645e [2021-04-07T02:50:19.763Z] ---> 5f226440e943 [2021-04-07T02:50:19.763Z] Successfully built 5f226440e943 [2021-04-07T02:50:19.763Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:50:19.926Z] 745a02a5169b: Pull complete [2021-04-07T02:50:19.926Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-07T02:50:19.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-07T02:50:19.926Z] ---> b7e6874047d6 [2021-04-07T02:50:19.926Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T02:50:20.985Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T02:50:21.862Z] . [Pipeline] withDockerContainer [2021-04-07T02:50:22.147Z] prd-centos7-docker-4c-2g-33107 does not seem to be running inside a container [2021-04-07T02:50:22.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T02:50:23.355Z] ---> Running in 4f01985ac8c6 [2021-04-07T02:50:23.355Z] Removing intermediate container 4f01985ac8c6 [2021-04-07T02:50:23.355Z] ---> 0500f5c2c287 [2021-04-07T02:50:23.355Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T02:50:23.355Z] ---> Running in c30e0e7aed02 [2021-04-07T02:50:24.317Z] $ docker top 4a2a887bc433c9848ffc3ee71da1faa130ce3eeb4a07f148174f244dc118ef3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T02:50:25.943Z] + go version [2021-04-07T02:50:25.944Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-07T02:50:25.987Z] Removing intermediate container c30e0e7aed02 [2021-04-07T02:50:25.987Z] ---> fba332e8eb7e [2021-04-07T02:50:25.987Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-07T02:50:25.987Z] ---> Running in efab6d2b39f3 [2021-04-07T02:50:25.984Z] $ docker stop --time=1 4a2a887bc433c9848ffc3ee71da1faa130ce3eeb4a07f148174f244dc118ef3a [2021-04-07T02:50:26.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T02:50:27.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T02:50:28.038Z] $ docker rm -f 4a2a887bc433c9848ffc3ee71da1faa130ce3eeb4a07f148174f244dc118ef3a [2021-04-07T02:50:28.163Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-07T02:50:28.163Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-07T02:50:28.163Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-07T02:50:28.163Z] (4/6) Installing libsodium-dev (1.0.18-r0) [Pipeline] // withDockerContainer [Pipeline] } [2021-04-07T02:50:28.434Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T02:50:28.434Z] (6/6) Installing zeromq-dev (4.3.3-r0) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-04-07T02:50:28.708Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T02:50:28.708Z] OK: 144 MiB in 45 packages [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:50:29.190Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T02:50:29.190Z] . [Pipeline] withDockerContainer [2021-04-07T02:50:29.691Z] prd-centos7-docker-4c-2g-33107 does not seem to be running inside a container [2021-04-07T02:50:30.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T02:50:30.137Z] Removing intermediate container efab6d2b39f3 [2021-04-07T02:50:30.138Z] ---> debf14c57ad2 [2021-04-07T02:50:30.138Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-07T02:50:30.138Z] ---> Running in 50951d48b1fb [2021-04-07T02:50:30.409Z] Removing intermediate container 50951d48b1fb [2021-04-07T02:50:30.409Z] ---> 400ba3fbe0e7 [2021-04-07T02:50:30.409Z] Step 7/8 : COPY . . [2021-04-07T02:50:31.636Z] $ docker top 755471aafe2737c9c2266c037a37b79ebacffc774d0d0d05203309aa41318fd0 -eo pid,comm [2021-04-07T02:50:31.842Z] ---> 7cf64a72fb1e [2021-04-07T02:50:31.842Z] Step 8/8 : RUN go mod download [2021-04-07T02:50:31.842Z] ---> Running in b20c8c52b585 [Pipeline] { [Pipeline] sh [2021-04-07T02:50:33.381Z] + make test [2021-04-07T02:50:33.381Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T02:50:52.984Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-07T02:50:58.627Z] Removing intermediate container b20c8c52b585 [2021-04-07T02:50:58.627Z] ---> 2971c23313a5 [2021-04-07T02:50:58.627Z] Successfully built 2971c23313a5 [2021-04-07T02:50:58.627Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:50:58.968Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T02:50:58.968Z] . [Pipeline] withDockerContainer [2021-04-07T02:50:59.247Z] prd-ubuntu18.04-docker-arm64-4c-16g-33108 does not seem to be running inside a container [2021-04-07T02:50:59.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T02:51:00.847Z] $ docker top 8ca2acd0580ca6c790a00c12f0c6720e5d4b59b838e5e3ce2018c6b6a80fc101 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T02:51:01.904Z] + go version [2021-04-07T02:51:01.904Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-07T02:51:01.943Z] $ docker stop --time=1 8ca2acd0580ca6c790a00c12f0c6720e5d4b59b838e5e3ce2018c6b6a80fc101 [2021-04-07T02:51:03.878Z] $ docker rm -f 8ca2acd0580ca6c790a00c12f0c6720e5d4b59b838e5e3ce2018c6b6a80fc101 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:51:04.877Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T02:51:04.877Z] . [Pipeline] withDockerContainer [2021-04-07T02:51:05.146Z] prd-ubuntu18.04-docker-arm64-4c-16g-33108 does not seem to be running inside a container [2021-04-07T02:51:05.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T02:51:06.738Z] $ docker top a66a72fa8a2e72454bfe8c9da2797bbcf075be8e8481a23ae442b2b1576a58c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T02:51:07.719Z] + make test [2021-04-07T02:51:07.719Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T02:51:29.983Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-07T02:51:41.655Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-07T02:51:41.655Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-07T02:51:41.655Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-07T02:51:41.655Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-07T02:51:41.655Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-07T02:51:41.655Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.248s coverage: 28.1% of statements [2021-04-07T02:51:41.655Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.483s coverage: 78.9% of statements [2021-04-07T02:51:42.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.290s coverage: 7.8% of statements [2021-04-07T02:51:42.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-07T02:51:42.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-07T02:51:42.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-07T02:51:45.710Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.558s coverage: 32.5% of statements [2021-04-07T02:51:45.710Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-07T02:51:45.710Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-07T02:51:45.710Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-07T02:51:46.500Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.721s coverage: 57.3% of statements [2021-04-07T02:51:48.055Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.088s coverage: 6.6% of statements [2021-04-07T02:51:48.055Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.106s coverage: 5.0% of statements [2021-04-07T02:51:48.055Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-07T02:51:48.055Z] GO111MODULE=on go vet ./... [2021-04-07T02:52:17.034Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-07T02:52:17.034Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-07T02:52:17.034Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-07T02:52:17.034Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-07T02:52:17.034Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-07T02:52:29.449Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.139s coverage: 28.1% of statements [2021-04-07T02:52:29.724Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.273s coverage: 78.9% of statements [2021-04-07T02:52:29.724Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.145s coverage: 7.8% of statements [2021-04-07T02:52:29.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-07T02:52:29.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-07T02:52:29.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-07T02:52:32.359Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.309s coverage: 32.5% of statements [2021-04-07T02:52:32.359Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-07T02:52:32.359Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-07T02:52:32.359Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-07T02:52:34.999Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.276s coverage: 57.3% of statements [2021-04-07T02:52:34.999Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.134s coverage: 6.6% of statements [2021-04-07T02:52:35.627Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.135s coverage: 5.0% of statements [2021-04-07T02:52:35.627Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-07T02:52:36.225Z] GO111MODULE=on go vet ./... [2021-04-07T02:52:49.590Z] gofmt -l . [2021-04-07T02:52:49.590Z] [ "`gofmt -l .`" = "" ] [2021-04-07T02:52:49.590Z] ./bin/test-attribution-txt.sh [2021-04-07T02:52:49.590Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-07T02:52:50.289Z] $ docker stop --time=1 755471aafe2737c9c2266c037a37b79ebacffc774d0d0d05203309aa41318fd0 [2021-04-07T02:52:54.529Z] $ docker rm -f 755471aafe2737c9c2266c037a37b79ebacffc774d0d0d05203309aa41318fd0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T02:52:55.635Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-07T02:52:57.641Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-07T02:52:59.343Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T02:52:59.974Z] + ls -al . [2021-04-07T02:52:59.974Z] total 188 [2021-04-07T02:52:59.974Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 7 02:52 . [2021-04-07T02:52:59.974Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 7 02:48 .. [2021-04-07T02:52:59.974Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 02:48 bin [2021-04-07T02:52:59.974Z] -rw-r--r--. 1 jenkins jenkins 99189 Apr 7 02:51 coverage.out [2021-04-07T02:52:59.974Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 7 02:48 Dockerfile.build [2021-04-07T02:52:59.974Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 7 02:48 .dockerignore [2021-04-07T02:52:59.974Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 7 02:48 example [2021-04-07T02:52:59.974Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 7 02:48 .git [2021-04-07T02:52:59.974Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 7 02:48 .github [2021-04-07T02:52:59.974Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 7 02:48 .gitignore [2021-04-07T02:52:59.974Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 7 02:52 go.mod [2021-04-07T02:52:59.974Z] -rw-r--r--. 1 jenkins jenkins 21064 Apr 7 02:52 go.sum [2021-04-07T02:52:59.974Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 7 02:48 internal [2021-04-07T02:52:59.974Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 7 02:48 Jenkinsfile [2021-04-07T02:52:59.974Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 7 02:48 LICENSE [2021-04-07T02:52:59.974Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 7 02:48 Makefile [2021-04-07T02:52:59.974Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 7 02:48 openapi [2021-04-07T02:52:59.974Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 7 02:48 pkg [2021-04-07T02:52:59.974Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 7 02:48 README.md [2021-04-07T02:52:59.974Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 7 02:48 RELEASE-NOTES.txt [2021-04-07T02:52:59.974Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 7 02:48 snap [2021-04-07T02:52:59.974Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 7 02:45 VERSION [2021-04-07T02:52:59.974Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 7 02:48 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:53:00.474Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3eeb019c6cf75db9f355111c49d0514cd1381149 --label arch=amd64 --label version=0.0.0 . [2021-04-07T02:53:02.076Z] Sending build context to Docker daemon 2.491MB [2021-04-07T02:53:02.076Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T02:53:02.076Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-07T02:53:02.076Z] ---> 5f226440e943 [2021-04-07T02:53:02.076Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-07T02:53:02.076Z] ---> Running in b0e83569fdea [2021-04-07T02:53:03.299Z] Removing intermediate container b0e83569fdea [2021-04-07T02:53:03.299Z] ---> 0a27e24715f9 [2021-04-07T02:53:03.299Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T02:53:03.299Z] ---> Running in 9cdc89c0e438 [2021-04-07T02:53:03.596Z] Removing intermediate container 9cdc89c0e438 [2021-04-07T02:53:03.596Z] ---> 38d66feeb434 [2021-04-07T02:53:03.596Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T02:53:03.596Z] ---> Running in d9469883751c [2021-04-07T02:53:07.289Z] Removing intermediate container d9469883751c [2021-04-07T02:53:07.289Z] ---> 97bc21c4b225 [2021-04-07T02:53:07.289Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-07T02:53:07.289Z] ---> Running in a7f8bb780ef6 [2021-04-07T02:53:09.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T02:53:10.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T02:53:11.352Z] OK: 167 MiB in 45 packages [2021-04-07T02:53:12.839Z] Removing intermediate container a7f8bb780ef6 [2021-04-07T02:53:12.839Z] ---> e3b990fd1330 [2021-04-07T02:53:12.839Z] Step 7/23 : COPY . . [2021-04-07T02:53:14.427Z] ---> d091ee20c857 [2021-04-07T02:53:14.427Z] Step 8/23 : RUN go mod download [2021-04-07T02:53:14.427Z] ---> Running in cfa1c1ca69e0 [2021-04-07T02:53:18.301Z] Removing intermediate container cfa1c1ca69e0 [2021-04-07T02:53:18.301Z] ---> 438aed9edbbf [2021-04-07T02:53:18.301Z] Step 9/23 : RUN make build [2021-04-07T02:53:18.301Z] ---> Running in be1e01d38124 [2021-04-07T02:53:20.276Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-07T02:53:23.322Z] gofmt -l . [2021-04-07T02:53:23.322Z] [ "`gofmt -l .`" = "" ] [2021-04-07T02:53:23.322Z] ./bin/test-attribution-txt.sh [2021-04-07T02:53:23.322Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-07T02:53:23.353Z] $ docker stop --time=1 a66a72fa8a2e72454bfe8c9da2797bbcf075be8e8481a23ae442b2b1576a58c9 [2021-04-07T02:53:25.689Z] $ docker rm -f a66a72fa8a2e72454bfe8c9da2797bbcf075be8e8481a23ae442b2b1576a58c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T02:53:26.857Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-07T02:53:26.923Z] Warning: overwriting stash ‘coverage-report’ [2021-04-07T02:53:27.844Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T02:53:28.569Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T02:53:28.961Z] + ls -al . [2021-04-07T02:53:28.961Z] total 224 [2021-04-07T02:53:28.961Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 02:53 . [2021-04-07T02:53:28.961Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:49 .. [2021-04-07T02:53:28.961Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 7 02:49 .dockerignore [2021-04-07T02:53:28.961Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:49 .git [2021-04-07T02:53:28.961Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:49 .github [2021-04-07T02:53:28.961Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 7 02:49 .gitignore [2021-04-07T02:53:28.961Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 7 02:49 Dockerfile.build [2021-04-07T02:53:28.961Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 7 02:49 Jenkinsfile [2021-04-07T02:53:28.961Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 7 02:49 LICENSE [2021-04-07T02:53:28.961Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 7 02:49 Makefile [2021-04-07T02:53:28.961Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 7 02:49 README.md [2021-04-07T02:53:28.961Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 7 02:49 RELEASE-NOTES.txt [2021-04-07T02:53:28.961Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 7 02:45 VERSION [2021-04-07T02:53:28.961Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:49 bin [2021-04-07T02:53:28.961Z] -rw-r--r-- 1 jenkins jenkins 99189 Apr 7 02:52 coverage.out [2021-04-07T02:53:28.961Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 02:49 example [2021-04-07T02:53:28.961Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 7 02:53 go.mod [2021-04-07T02:53:28.961Z] -rw-r--r-- 1 jenkins jenkins 21064 Apr 7 02:53 go.sum [2021-04-07T02:53:28.961Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 7 02:49 internal [2021-04-07T02:53:28.961Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:49 openapi [2021-04-07T02:53:28.961Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 02:49 pkg [2021-04-07T02:53:28.961Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:49 snap [2021-04-07T02:53:28.961Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 7 02:49 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:53:29.352Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3eeb019c6cf75db9f355111c49d0514cd1381149 --label arch=arm64 --label version=0.0.0 . [2021-04-07T02:53:29.979Z] Sending build context to Docker daemon 2.477MB [2021-04-07T02:53:29.979Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T02:53:29.979Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-07T02:53:29.979Z] ---> 2971c23313a5 [2021-04-07T02:53:29.979Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-07T02:53:30.260Z] ---> Running in 8d1fd149ad70 [2021-04-07T02:53:30.867Z] Removing intermediate container 8d1fd149ad70 [2021-04-07T02:53:30.867Z] ---> af4b08b4d06b [2021-04-07T02:53:30.867Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T02:53:30.867Z] ---> Running in ed52bb4f0955 [2021-04-07T02:53:31.462Z] Removing intermediate container ed52bb4f0955 [2021-04-07T02:53:31.462Z] ---> e23a1698b5ac [2021-04-07T02:53:31.462Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T02:53:31.462Z] ---> Running in 569e87099f4e [2021-04-07T02:53:33.432Z] Removing intermediate container 569e87099f4e [2021-04-07T02:53:33.432Z] ---> e3fbd475d995 [2021-04-07T02:53:33.432Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-07T02:53:33.704Z] ---> Running in 0d604cc07cd3 [2021-04-07T02:53:34.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T02:53:35.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T02:53:36.257Z] OK: 144 MiB in 45 packages [2021-04-07T02:53:37.230Z] Removing intermediate container 0d604cc07cd3 [2021-04-07T02:53:37.230Z] ---> a8280efe7757 [2021-04-07T02:53:37.230Z] Step 7/23 : COPY . . [2021-04-07T02:53:38.665Z] ---> 01e36ff1e814 [2021-04-07T02:53:38.665Z] Step 8/23 : RUN go mod download [2021-04-07T02:53:38.665Z] ---> Running in abbfc5fa7761 [2021-04-07T02:53:40.645Z] Removing intermediate container abbfc5fa7761 [2021-04-07T02:53:40.645Z] ---> 79e9765ad1a3 [2021-04-07T02:53:40.645Z] Step 9/23 : RUN make build [2021-04-07T02:53:40.918Z] ---> Running in df0218894daf [2021-04-07T02:53:41.894Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-07T02:53:48.530Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-07T02:53:52.218Z] Removing intermediate container be1e01d38124 [2021-04-07T02:53:52.218Z] ---> a5814c950614 [2021-04-07T02:53:52.218Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T02:53:52.574Z] 3.12: Pulling from library/alpine [2021-04-07T02:53:52.903Z] 532819f3e44c: Pulling fs layer [2021-04-07T02:53:52.903Z] 532819f3e44c: Download complete [2021-04-07T02:53:53.506Z] 532819f3e44c: Pull complete [2021-04-07T02:53:53.506Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T02:53:53.506Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T02:53:53.506Z] ---> 7230e588e954 [2021-04-07T02:53:53.506Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T02:53:53.805Z] ---> Running in 6c36baeb4802 [2021-04-07T02:53:54.162Z] Removing intermediate container 6c36baeb4802 [2021-04-07T02:53:54.162Z] ---> 8a9d4786877b [2021-04-07T02:53:54.162Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T02:53:54.162Z] ---> Running in 0392ff6c8a3a [2021-04-07T02:53:57.803Z] Removing intermediate container 0392ff6c8a3a [2021-04-07T02:53:57.803Z] ---> 217089d9aa53 [2021-04-07T02:53:57.803Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-07T02:53:58.146Z] ---> Running in 3943f60c011b [2021-04-07T02:54:00.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T02:54:01.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T02:54:02.483Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-07T02:54:02.483Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-07T02:54:02.483Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-07T02:54:02.964Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-07T02:54:02.964Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-07T02:54:02.964Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T02:54:03.289Z] OK: 8 MiB in 19 packages [2021-04-07T02:54:04.020Z] Removing intermediate container 3943f60c011b [2021-04-07T02:54:04.020Z] ---> a0bcf35633fb [2021-04-07T02:54:04.020Z] Step 14/23 : WORKDIR / [2021-04-07T02:54:04.020Z] ---> Running in 9f663d6bf49d [2021-04-07T02:54:04.695Z] Removing intermediate container 9f663d6bf49d [2021-04-07T02:54:04.695Z] ---> 355abf3d55a8 [2021-04-07T02:54:04.695Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-07T02:54:05.865Z] ---> 874460c8f5af [2021-04-07T02:54:05.865Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-07T02:54:07.406Z] ---> 39765256b48a [2021-04-07T02:54:07.406Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-07T02:54:07.675Z] ---> 11ab3c3c83a3 [2021-04-07T02:54:07.675Z] Step 18/23 : EXPOSE 49990 [2021-04-07T02:54:07.675Z] ---> Running in 003e0d8b6d60 [2021-04-07T02:54:07.963Z] Removing intermediate container 003e0d8b6d60 [2021-04-07T02:54:07.964Z] ---> e753a3e8b7ad [2021-04-07T02:54:07.964Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-07T02:54:08.325Z] ---> Running in eac14ea87679 [2021-04-07T02:54:08.631Z] Removing intermediate container eac14ea87679 [2021-04-07T02:54:08.631Z] ---> 28ba124853ec [2021-04-07T02:54:08.631Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T02:54:08.941Z] ---> Running in 064adae55aa9 [2021-04-07T02:54:09.262Z] Removing intermediate container 064adae55aa9 [2021-04-07T02:54:09.262Z] ---> 72f9c84593fe [2021-04-07T02:54:09.262Z] Step 21/23 : LABEL arch=amd64 [2021-04-07T02:54:09.647Z] ---> Running in 38d064d26d09 [2021-04-07T02:54:10.381Z] Removing intermediate container 38d064d26d09 [2021-04-07T02:54:10.381Z] ---> 24f08b91c6b2 [2021-04-07T02:54:10.381Z] Step 22/23 : LABEL git_sha=3eeb019c6cf75db9f355111c49d0514cd1381149 [2021-04-07T02:54:10.381Z] ---> Running in 040d4841ab0e [2021-04-07T02:54:11.091Z] Removing intermediate container 040d4841ab0e [2021-04-07T02:54:11.091Z] ---> 454225fa5592 [2021-04-07T02:54:11.091Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T02:54:11.091Z] ---> Running in 92a6e145d657 [2021-04-07T02:54:11.370Z] Removing intermediate container 92a6e145d657 [2021-04-07T02:54:11.370Z] ---> 9b8d80923d91 [2021-04-07T02:54:11.370Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-07T02:54:11.370Z] Successfully built 9b8d80923d91 [2021-04-07T02:54:11.370Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:54:12.838Z] ---> job-cost.sh [2021-04-07T02:54:12.839Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hmGt [2021-04-07T02:54:14.290Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-07T02:54:17.674Z] Removing intermediate container df0218894daf [2021-04-07T02:54:17.674Z] ---> 48f789b982b0 [2021-04-07T02:54:17.674Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T02:54:17.674Z] 3.12: Pulling from library/alpine [2021-04-07T02:54:17.946Z] 9a219e8acc52: Pulling fs layer [2021-04-07T02:54:17.946Z] 9a219e8acc52: Download complete [2021-04-07T02:54:18.546Z] 9a219e8acc52: Pull complete [2021-04-07T02:54:18.546Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T02:54:18.546Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T02:54:18.546Z] ---> d75e27dfc0a0 [2021-04-07T02:54:18.546Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T02:54:18.820Z] ---> Running in c0c6ebc3b468 [2021-04-07T02:54:19.415Z] Removing intermediate container c0c6ebc3b468 [2021-04-07T02:54:19.415Z] ---> de79d188a18d [2021-04-07T02:54:19.415Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T02:54:19.415Z] ---> Running in 33acfa030817 [2021-04-07T02:54:21.382Z] Removing intermediate container 33acfa030817 [2021-04-07T02:54:21.382Z] ---> d2fe4b79bbf9 [2021-04-07T02:54:21.382Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-07T02:54:21.658Z] ---> Running in 15d75774553f [2021-04-07T02:54:22.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T02:54:23.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T02:54:23.817Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-07T02:54:24.087Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-07T02:54:24.088Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-07T02:54:24.356Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-07T02:54:24.356Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-07T02:54:24.628Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T02:54:24.628Z] OK: 8 MiB in 19 packages [2021-04-07T02:54:25.611Z] Removing intermediate container 15d75774553f [2021-04-07T02:54:25.611Z] ---> 748b22f65832 [2021-04-07T02:54:25.611Z] Step 14/23 : WORKDIR / [2021-04-07T02:54:25.884Z] ---> Running in 8fa00e2e778d [2021-04-07T02:54:26.476Z] Removing intermediate container 8fa00e2e778d [2021-04-07T02:54:26.476Z] ---> 0de5512d192b [2021-04-07T02:54:26.476Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-07T02:54:27.071Z] ---> f67a2db8494e [2021-04-07T02:54:27.071Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-07T02:54:28.502Z] ---> 686c385795b3 [2021-04-07T02:54:28.502Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-07T02:54:29.100Z] ---> e70388eccd56 [2021-04-07T02:54:29.100Z] Step 18/23 : EXPOSE 49990 [2021-04-07T02:54:29.100Z] ---> Running in 8fe22f98e5f9 [2021-04-07T02:54:29.698Z] Removing intermediate container 8fe22f98e5f9 [2021-04-07T02:54:29.698Z] ---> fbcac755923f [2021-04-07T02:54:29.698Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-07T02:54:29.698Z] ---> Running in fb7952ec69ca [2021-04-07T02:54:30.294Z] Removing intermediate container fb7952ec69ca [2021-04-07T02:54:30.294Z] ---> 250387fe5122 [2021-04-07T02:54:30.294Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T02:54:30.294Z] ---> Running in a60b2060d760 [2021-04-07T02:54:30.889Z] Removing intermediate container a60b2060d760 [2021-04-07T02:54:30.889Z] ---> 4f2d97d3196f [2021-04-07T02:54:30.889Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T02:54:30.889Z] ---> Running in 129ae4a3eee3 [2021-04-07T02:54:31.487Z] Removing intermediate container 129ae4a3eee3 [2021-04-07T02:54:31.487Z] ---> 8aa9fac34fb4 [2021-04-07T02:54:31.487Z] Step 22/23 : LABEL git_sha=3eeb019c6cf75db9f355111c49d0514cd1381149 [2021-04-07T02:54:31.487Z] ---> Running in 91db31bbd43e [2021-04-07T02:54:32.080Z] Removing intermediate container 91db31bbd43e [2021-04-07T02:54:32.080Z] ---> 9e4836e091ec [2021-04-07T02:54:32.080Z] Step 23/23 : LABEL version=0.0.0 [2021-04-07T02:54:32.080Z] ---> Running in 4e7caa09b6a5 [2021-04-07T02:54:32.673Z] Removing intermediate container 4e7caa09b6a5 [2021-04-07T02:54:32.673Z] ---> 2fd8f58c4d7d [2021-04-07T02:54:32.673Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-07T02:54:32.673Z] Successfully built 2fd8f58c4d7d [2021-04-07T02:54:32.673Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:54:33.571Z] ---> job-cost.sh [2021-04-07T02:54:33.571Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RyYU [2021-04-07T02:54:46.405Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T02:55:12.521Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T02:55:26.523Z] lf-activate-venv(): INFO: Adding /tmp/venv-hmGt/bin to PATH [2021-04-07T02:55:26.524Z] INFO: No Stack... [2021-04-07T02:55:26.524Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T02:55:26.524Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T02:55:27.086Z] + cat /w/workspace/device-sdk-go/7/archives/cost.csv [2021-04-07T02:55:27.086Z] + cut -d, -f6 [Pipeline] lock [2021-04-07T02:55:27.273Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] [2021-04-07T02:55:27.282Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] did not exist. Created. [2021-04-07T02:55:27.282Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T02:55:27.794Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-07T02:55:28.072Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T02:55:28.086Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T02:56:49.312Z] lf-activate-venv(): INFO: Adding /tmp/venv-RyYU/bin to PATH [2021-04-07T02:56:49.312Z] INFO: No Stack... [2021-04-07T02:56:49.312Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-07T02:56:49.312Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T02:56:49.654Z] + + cat /w/workspace/device-sdk-go/7/archives/cost.csvcut [2021-04-07T02:56:49.654Z] -d, -f6 [Pipeline] lock [2021-04-07T02:56:49.770Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] [2021-04-07T02:56:49.778Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] did not exist. Created. [2021-04-07T02:56:49.778Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T02:56:50.248Z] /w/workspace/device-sdk-go/7@tmp/durable-3464b51c/script.sh: 1: /w/workspace/device-sdk-go/7@tmp/durable-3464b51c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-07T02:56:50.592Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-07T02:56:50.667Z] Warning: overwriting stash ‘stack-cost’ [2021-04-07T02:56:50.849Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T02:56:50.862Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-07T02:56:52.508Z] provisioning config files... [2021-04-07T02:56:52.537Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config3248812133898403739tmp [Pipeline] { [Pipeline] sh [2021-04-07T02:56:53.375Z] + set +x [2021-04-07T02:56:53.375Z] + curl -s https://codecov.io/bash [2021-04-07T02:56:53.375Z] + bash -s -- [2021-04-07T02:56:53.674Z] [2021-04-07T02:56:53.674Z] _____ _ [2021-04-07T02:56:53.674Z] / ____| | | [2021-04-07T02:56:53.674Z] | | ___ __| | ___ ___ _____ __ [2021-04-07T02:56:53.674Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-07T02:56:53.674Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-07T02:56:53.674Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-07T02:56:53.674Z] Bash-20210309-2b87ace [2021-04-07T02:56:53.674Z] [2021-04-07T02:56:53.674Z] [2021-04-07T02:56:53.674Z] ==> git version 2.24.3 found [2021-04-07T02:56:53.674Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-07T02:56:53.674Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-07T02:56:53.674Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-07T02:56:53.674Z] ==> Jenkins CI detected. [2021-04-07T02:56:53.674Z] project root: . [2021-04-07T02:56:53.674Z] --> token set from env [2021-04-07T02:56:53.674Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-07T02:56:53.974Z] ==> Running gcov in . (disable via -X gcov) [2021-04-07T02:56:53.974Z] ==> Python coveragepy not found [2021-04-07T02:56:53.974Z] ==> Searching for coverage reports in: [2021-04-07T02:56:53.974Z] + . [2021-04-07T02:56:53.974Z] -> Found 1 reports [2021-04-07T02:56:53.974Z] ==> Detecting git/mercurial file structure [2021-04-07T02:56:53.974Z] ==> Reading reports [2021-04-07T02:56:53.974Z] + ./coverage.out bytes=99189 [2021-04-07T02:56:53.974Z] ==> Appending adjustments [2021-04-07T02:56:53.974Z] https://docs.codecov.io/docs/fixing-reports [2021-04-07T02:56:54.980Z] + Found adjustments [2021-04-07T02:56:54.980Z] ==> Gzipping contents [2021-04-07T02:56:54.980Z] 16K /tmp/codecov.26SHh1.gz [2021-04-07T02:56:54.980Z] ==> Uploading reports [2021-04-07T02:56:54.980Z] url: https://codecov.io [2021-04-07T02:56:54.980Z] query: branch=PR-856&commit=3eeb019c6cf75db9f355111c49d0514cd1381149&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-856%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=856&job=&cmd_args= [2021-04-07T02:56:54.980Z] -> Pinging Codecov [2021-04-07T02:56:54.980Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-856&commit=3eeb019c6cf75db9f355111c49d0514cd1381149&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-856%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=856&job=&cmd_args= [2021-04-07T02:56:55.634Z] -> Uploading to [2021-04-07T02:56:55.634Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-07/7E55EF52A471D76F132DFD9A03CDDE97/3eeb019c6cf75db9f355111c49d0514cd1381149/d23b8056-cda3-4f76-a5d8-8367ff4bb055.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T025655Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a11077d4f350cac1fec61c9ff90a0d534fe629a1b01954b5da6dd2178c34417d [2021-04-07T02:56:55.634Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T02:56:55.634Z] Dload Upload Total Spent Left Speed [2021-04-07T02:56:56.324Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13414 0 0 100 13414 0 18431 --:--:-- --:--:-- --:--:-- 18425 [2021-04-07T02:56:56.324Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/3eeb019c6cf75db9f355111c49d0514cd1381149 [Pipeline] } [2021-04-07T02:56:56.425Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:56:59.147Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:57:00.316Z] ---> package-listing.sh [2021-04-07T02:57:00.316Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T02:57:00.316Z] ++ facter osfamily [2021-04-07T02:57:00.610Z] + OS_FAMILY=redhat [2021-04-07T02:57:00.610Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-856 [2021-04-07T02:57:00.610Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T02:57:00.610Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T02:57:00.610Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T02:57:00.610Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T02:57:00.610Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-856 ']' [2021-04-07T02:57:00.610Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T02:57:00.610Z] + case "${OS_FAMILY}" in [2021-04-07T02:57:00.610Z] + rpm -qa [2021-04-07T02:57:00.610Z] + sort [2021-04-07T02:57:09.279Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T02:57:09.279Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T02:57:09.279Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T02:57:09.279Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-856 ']' [2021-04-07T02:57:09.279Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-856/archives/ [2021-04-07T02:57:09.279Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-856/archives/ [Pipeline] echo [2021-04-07T02:57:09.302Z] 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-856/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-07T02:57:09.655Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:57:10.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T02:57:11.043Z] [2021-04-07T02:57:11.043Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T02:57:11.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T02:57:11.981Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T02:57:11.981Z] df20fa9351a1: Pulling fs layer [2021-04-07T02:57:11.981Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T02:57:11.981Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T02:57:11.981Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T02:57:11.981Z] 93b61091891f: Pulling fs layer [2021-04-07T02:57:11.981Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T02:57:11.981Z] 5e14af77c1be: Pulling fs layer [2021-04-07T02:57:11.981Z] 01666e4c0597: Pulling fs layer [2021-04-07T02:57:11.981Z] aa168da1d23b: Pulling fs layer [2021-04-07T02:57:11.981Z] 46f8f816bc3b: Waiting [2021-04-07T02:57:11.981Z] 93b61091891f: Waiting [2021-04-07T02:57:11.981Z] 93b9cdb0e59b: Waiting [2021-04-07T02:57:11.981Z] 5e14af77c1be: Waiting [2021-04-07T02:57:11.981Z] 01666e4c0597: Waiting [2021-04-07T02:57:11.981Z] aa168da1d23b: Waiting [2021-04-07T02:57:11.981Z] 36b3adc4ff6f: Verifying Checksum [2021-04-07T02:57:11.981Z] 36b3adc4ff6f: Download complete [2021-04-07T02:57:11.981Z] 46f8f816bc3b: Verifying Checksum [2021-04-07T02:57:11.981Z] 46f8f816bc3b: Download complete [2021-04-07T02:57:12.315Z] df20fa9351a1: Verifying Checksum [2021-04-07T02:57:12.315Z] df20fa9351a1: Download complete [2021-04-07T02:57:12.315Z] 93b61091891f: Verifying Checksum [2021-04-07T02:57:12.315Z] 93b61091891f: Download complete [2021-04-07T02:57:12.315Z] 93b9cdb0e59b: Verifying Checksum [2021-04-07T02:57:12.315Z] 93b9cdb0e59b: Download complete [2021-04-07T02:57:12.606Z] 5e14af77c1be: Verifying Checksum [2021-04-07T02:57:12.606Z] 5e14af77c1be: Download complete [2021-04-07T02:57:12.606Z] 01666e4c0597: Verifying Checksum [2021-04-07T02:57:12.606Z] 01666e4c0597: Download complete [2021-04-07T02:57:13.945Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T02:57:13.945Z] 8ad3a11d3b57: Download complete [2021-04-07T02:57:13.945Z] df20fa9351a1: Pull complete [2021-04-07T02:57:14.639Z] 36b3adc4ff6f: Pull complete [2021-04-07T02:57:17.552Z] 8ad3a11d3b57: Pull complete [2021-04-07T02:57:17.552Z] 46f8f816bc3b: Pull complete [2021-04-07T02:57:19.805Z] 93b61091891f: Pull complete [2021-04-07T02:57:20.147Z] 93b9cdb0e59b: Pull complete [2021-04-07T02:57:20.147Z] 5e14af77c1be: Pull complete [2021-04-07T02:57:20.815Z] 01666e4c0597: Pull complete [2021-04-07T02:57:20.815Z] aa168da1d23b: Verifying Checksum [2021-04-07T02:57:20.815Z] aa168da1d23b: Download complete [2021-04-07T02:57:39.957Z] aa168da1d23b: Pull complete [2021-04-07T02:57:39.957Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T02:57:39.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T02:57:39.957Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T02:57:40.706Z] prd-centos7-docker-4c-2g-33105 does not seem to be running inside a container [2021-04-07T02:57:40.870Z] $ 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-856/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-856 -v /w/workspace/dgexfoundry_device-sdk-go_PR-856:/w/workspace/dgexfoundry_device-sdk-go_PR-856:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-856@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:10003/edgex-lftools-log-publisher:alpine cat [2021-04-07T02:57:45.680Z] $ docker top 48b65f5cc7fef10cec6dbc23bc283436da91085157401ccc11da51684bb503f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T02:57:47.132Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T02:57:48.010Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T02:57:48.912Z] + ls /var/log/sa-host [2021-04-07T02:57:48.912Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T02:57:48.912Z] file_magic: OK [2021-04-07T02:57:48.912Z] HZ: Using current value: 100 [2021-04-07T02:57:48.912Z] file_header: OK [2021-04-07T02:57:48.912Z] 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-07T02:57:48.912Z] Statistics: [2021-04-07T02:57:48.912Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-07T02:57:48.912Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T02:57:48.912Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T02:57:48.912Z] file_magic: OK [2021-04-07T02:57:48.912Z] HZ: Using current value: 100 [2021-04-07T02:57:48.912Z] file_header: OK [2021-04-07T02:57:48.912Z] 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-07T02:57:48.912Z] Statistics: [2021-04-07T02:57:48.912Z] Hnuu...uuuununununu... [2021-04-07T02:57:48.912Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T02:57:49.194Z] provisioning config files... [2021-04-07T02:57:49.230Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config5695468529926402996tmp [Pipeline] { [Pipeline] echo [2021-04-07T02:57:49.322Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:57:50.326Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T02:57:50.408Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T02:57:50.524Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:57:51.315Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T02:57:51.357Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:57:52.194Z] ---> sudo-logs.sh [2021-04-07T02:57:52.195Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T02:57:52.396Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:57:53.286Z] ---> job-cost.sh [2021-04-07T02:57:53.598Z] lf-activate-venv: SKIPPING [2021-04-07T02:57:53.598Z] DEBUG: total: 0.20999999344348907 [2021-04-07T02:57:53.598Z] INFO: Retrieving Stack Cost... [2021-04-07T02:57:54.565Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T02:57:55.157Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T02:57:55.177Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T02:57:56.349Z] ---> logs-deploy.sh [2021-04-07T02:57:56.349Z] lf-activate-venv: SKIPPING [2021-04-07T02:57:56.349Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-856/7 [2021-04-07T02:57:56.349Z] INFO: archiving workspace using pattern(s): [2021-04-07T02:58:00.235Z] Archives upload complete. [2021-04-07T02:58:00.235Z] INFO: archiving logs to Nexus