Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from c8fd14d44e3511f1fc42d47f205efd4689f12aac+119be5743e00329d34d55769b1b512288156e580 (bc26f6c4aae22015effa5751b74d4414d124f371) 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-32745 in /w/workspace/dgexfoundry_device-sdk-go_PR-844 [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-844 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/844/head:refs/remotes/origin/PR-844 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 119be5743e00329d34d55769b1b512288156e580 into PR head commit c8fd14d44e3511f1fc42d47f205efd4689f12aac Merge succeeded, producing 0260a98f875fcc2c542507b1dff7dcd3fafcd118 Checking out Revision 0260a98f875fcc2c542507b1dff7dcd3fafcd118 (PR-844) > git config core.sparsecheckout # timeout=10 > git checkout -f c8fd14d44e3511f1fc42d47f205efd4689f12aac # 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 119be5743e00329d34d55769b1b512288156e580 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0260a98f875fcc2c542507b1dff7dcd3fafcd118 # timeout=10 Commit message: "Merge commit '119be5743e00329d34d55769b1b512288156e580' into HEAD" > git rev-list --no-walk c8fd14d44e3511f1fc42d47f205efd4689f12aac # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-05T02:44:25.974Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-05T02:44:26.261Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-05T02:44:26.380Z] ========================================================= [2021-04-05T02:44:26.380Z] EdgeX Global Pipelines Version Info [2021-04-05T02:44:26.380Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-05T02:44:29.355Z] ------------------- [2021-04-05T02:44:29.355Z] stable info: [2021-04-05T02:44:29.355Z] ------------------- [2021-04-05T02:44:29.355Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-05T02:44:29.355Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-05T02:44:29.355Z] Message: update stable to v1.0.186 [2021-04-05T02:44:30.993Z] ------------------- [2021-04-05T02:44:30.993Z] experimental info: [2021-04-05T02:44:30.993Z] ------------------- [2021-04-05T02:44:30.993Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-05T02:44:30.993Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-05T02:44:30.993Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-05T02:44:31.460Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-05T02:44:31.563Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-05T02:44:31.659Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-05T02:44:31.750Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-05T02:44:31.851Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-05T02:44:31.950Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-05T02:44:32.046Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-05T02:44:32.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-05T02:44:32.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-05T02:44:32.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-05T02:44:32.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-05T02:44:32.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-05T02:44:32.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-05T02:44:32.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-05T02:44:32.938Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-05T02:44:33.069Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T02:44:33.165Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T02:44:33.263Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T02:44:33.392Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-05T02:44:33.491Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-05T02:44:33.595Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-05T02:44:33.687Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-05T02:44:33.847Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-05T02:44:33.992Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-05T02:44:34.123Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-05T02:44:34.248Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-05T02:44:34.335Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-844 [Pipeline] echo [2021-04-05T02:44:34.423Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-844 [Pipeline] echo [2021-04-05T02:44:34.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-844 [Pipeline] echo [2021-04-05T02:44:34.649Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0260a98f875fcc2c542507b1dff7dcd3fafcd118 [Pipeline] echo [2021-04-05T02:44:34.740Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0260a98 [Pipeline] echo [2021-04-05T02:44:34.832Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-05T02:44:35.016Z] provisioning config files... [2021-04-05T02:44:35.061Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp/config729870790764700226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-05T02:44:35.587Z] ---> docker-login.sh [2021-04-05T02:44:35.588Z] nexus3.edgexfoundry.org:10001 [2021-04-05T02:44:36.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:44:36.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:44:36.628Z] Configure a credential helper to remove this warning. See [2021-04-05T02:44:36.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:44:36.628Z] [2021-04-05T02:44:36.628Z] Login Succeeded [2021-04-05T02:44:36.628Z] nexus3.edgexfoundry.org:10002 [2021-04-05T02:44:37.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:44:37.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:44:37.315Z] Configure a credential helper to remove this warning. See [2021-04-05T02:44:37.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:44:37.315Z] [2021-04-05T02:44:37.315Z] Login Succeeded [2021-04-05T02:44:37.315Z] nexus3.edgexfoundry.org:10003 [2021-04-05T02:44:38.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:44:38.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:44:38.081Z] Configure a credential helper to remove this warning. See [2021-04-05T02:44:38.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:44:38.081Z] [2021-04-05T02:44:38.081Z] Login Succeeded [2021-04-05T02:44:38.081Z] nexus3.edgexfoundry.org:10004 [2021-04-05T02:44:38.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:44:39.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:44:39.105Z] Configure a credential helper to remove this warning. See [2021-04-05T02:44:39.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:44:39.105Z] [2021-04-05T02:44:39.105Z] Login Succeeded [2021-04-05T02:44:39.105Z] docker.io [2021-04-05T02:44:39.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:44:39.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:44:39.718Z] Configure a credential helper to remove this warning. See [2021-04-05T02:44:39.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:44:39.718Z] [2021-04-05T02:44:39.718Z] Login Succeeded [2021-04-05T02:44:39.718Z] ---> docker-login.sh ends [Pipeline] } [2021-04-05T02:44:39.863Z] 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-05T02:44:40.946Z] + git log --format=format:%s -1 0260a98f875fcc2c542507b1dff7dcd3fafcd118 [Pipeline] echo [2021-04-05T02:44:41.333Z] GIT_COMMIT: 0260a98f875fcc2c542507b1dff7dcd3fafcd118, Commit Message: Merge commit '119be5743e00329d34d55769b1b512288156e580' into HEAD [Pipeline] echo [2021-04-05T02:44:41.381Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:44:42.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T02:44:42.202Z] [2021-04-05T02:44:42.202Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:44:42.740Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T02:44:43.110Z] latest: Pulling from edgex-devops/git-semver [2021-04-05T02:44:43.110Z] 31603596830f: Pulling fs layer [2021-04-05T02:44:43.110Z] 2a8b12db71e7: Pulling fs layer [2021-04-05T02:44:43.110Z] 6ca5941a6612: Pulling fs layer [2021-04-05T02:44:43.110Z] ecc8261a40a4: Pulling fs layer [2021-04-05T02:44:43.110Z] ecc8261a40a4: Waiting [2021-04-05T02:44:43.110Z] 2a8b12db71e7: Verifying Checksum [2021-04-05T02:44:43.110Z] 2a8b12db71e7: Download complete [2021-04-05T02:44:43.983Z] 31603596830f: Verifying Checksum [2021-04-05T02:44:43.983Z] 31603596830f: Download complete [2021-04-05T02:44:44.384Z] ecc8261a40a4: Verifying Checksum [2021-04-05T02:44:44.384Z] ecc8261a40a4: Download complete [2021-04-05T02:44:44.384Z] 6ca5941a6612: Verifying Checksum [2021-04-05T02:44:44.384Z] 6ca5941a6612: Download complete [2021-04-05T02:44:45.068Z] 31603596830f: Pull complete [2021-04-05T02:44:45.404Z] 2a8b12db71e7: Pull complete [2021-04-05T02:44:47.013Z] 6ca5941a6612: Pull complete [2021-04-05T02:44:47.356Z] ecc8261a40a4: Pull complete [2021-04-05T02:44:47.356Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-05T02:44:47.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T02:44:47.356Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-05T02:44:48.035Z] prd-centos7-docker-4c-2g-32745 does not seem to be running inside a container [2021-04-05T02:44:48.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-844 -v /w/workspace/dgexfoundry_device-sdk-go_PR-844:/w/workspace/dgexfoundry_device-sdk-go_PR-844:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-05T02:44:51.271Z] $ docker top 548fc15b988b5f45da64d0e26d3d67b5b35e1837a54a8d406365957648a4536d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-05T02:44:51.710Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T02:44:51.711Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T02:44:52.930Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T02:44:52.972Z] $ docker exec 548fc15b988b5f45da64d0e26d3d67b5b35e1837a54a8d406365957648a4536d ssh-agent [2021-04-05T02:44:53.302Z] SSH_AUTH_SOCK=/tmp/ssh-PCMDRhDwbBnT/agent.11 [2021-04-05T02:44:53.302Z] SSH_AGENT_PID=16 [2021-04-05T02:44:53.332Z] Running ssh-add (command line suppressed) [2021-04-05T02:44:53.568Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp/private_key_5376207916577058283.key (/w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp/private_key_5376207916577058283.key) [2021-04-05T02:44:53.742Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T02:44:54.741Z] + git tag --points-at HEAD [Pipeline] } [2021-04-05T02:44:55.035Z] $ docker exec --env ******** --env ******** 548fc15b988b5f45da64d0e26d3d67b5b35e1837a54a8d406365957648a4536d ssh-agent -k [2021-04-05T02:44:55.527Z] unset SSH_AUTH_SOCK; [2021-04-05T02:44:55.527Z] unset SSH_AGENT_PID; [2021-04-05T02:44:55.528Z] echo Agent pid 16 killed; [2021-04-05T02:44:55.776Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-05T02:44:55.923Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T02:44:55.923Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T02:44:56.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T02:44:56.749Z] $ docker exec 548fc15b988b5f45da64d0e26d3d67b5b35e1837a54a8d406365957648a4536d ssh-agent [2021-04-05T02:44:57.271Z] SSH_AUTH_SOCK=/tmp/ssh-86pxvtGgG6Xx/agent.44 [2021-04-05T02:44:57.271Z] SSH_AGENT_PID=49 [2021-04-05T02:44:57.281Z] Running ssh-add (command line suppressed) [2021-04-05T02:44:57.697Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp/private_key_5582100727860127946.key (/w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp/private_key_5582100727860127946.key) [2021-04-05T02:44:57.893Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T02:44:58.385Z] + git semver init [2021-04-05T02:44:58.386Z] # -> Open(): unable to determine branch for HEAD [2021-04-05T02:44:58.386Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-844/.git [2021-04-05T02:44:58.386Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-844 [2021-04-05T02:44:58.386Z] # $SEMVER_REMOTE_NAME = origin [2021-04-05T02:44:58.386Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-05T02:44:58.386Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-05T02:44:58.386Z] # $SEMVER_BRANCH = PR-844 [2021-04-05T02:44:58.386Z] # $SEMVER_TEMP = /tmp/semver-729002108 [2021-04-05T02:44:58.386Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-05T02:44:59.899Z] # '/tmp/semver-729002108' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-844/.semver' [2021-04-05T02:44:59.899Z] # -> Force: false [2021-04-05T02:44:59.899Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-844/.semver [Pipeline] } [2021-04-05T02:44:59.916Z] $ docker exec --env ******** --env ******** 548fc15b988b5f45da64d0e26d3d67b5b35e1837a54a8d406365957648a4536d ssh-agent -k [2021-04-05T02:45:00.206Z] unset SSH_AUTH_SOCK; [2021-04-05T02:45:00.206Z] unset SSH_AGENT_PID; [2021-04-05T02:45:00.206Z] echo Agent pid 49 killed; [2021-04-05T02:45:00.291Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-05T02:45:01.229Z] + git semver [Pipeline] } [2021-04-05T02:45:01.297Z] $ docker stop --time=1 548fc15b988b5f45da64d0e26d3d67b5b35e1837a54a8d406365957648a4536d [2021-04-05T02:45:03.070Z] $ docker rm -f 548fc15b988b5f45da64d0e26d3d67b5b35e1837a54a8d406365957648a4536d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T02:45:04.950Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-05T02:45:06.138Z] Stashed 1 file(s) [Pipeline] echo [2021-04-05T02:45:06.141Z] [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-05T02:45:21.654Z] Still waiting to schedule task [2021-04-05T02:45:21.654Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-05T02:45:21.657Z] Still waiting to schedule task [2021-04-05T02:45:21.657Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32746’ is offline [2021-04-05T02:48:06.457Z] Running on prd-centos7-docker-4c-2g-32748 in /w/workspace/dgexfoundry_device-sdk-go_PR-844 [Pipeline] { [Pipeline] ws [2021-04-05T02:48:06.513Z] Running in /w/workspace/device-sdk-go/9 [Pipeline] { [Pipeline] checkout [2021-04-05T02:48:20.025Z] using credential edgex-jenkins-ssh [2021-04-05T02:48:20.144Z] Cloning the remote Git repository [2021-04-05T02:48:20.342Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-05T02:48:20.470Z] > git init /w/workspace/device-sdk-go/9 # timeout=10 [2021-04-05T02:48:20.648Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-05T02:48:20.649Z] > git --version # timeout=10 [2021-04-05T02:48:20.685Z] > git --version # 'git version 2.24.3' [2021-04-05T02:48:20.686Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T02:48:21.225Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T02:48:23.298Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32749 in /w/workspace/dgexfoundry_device-sdk-go_PR-844 [Pipeline] { [Pipeline] ws [2021-04-05T02:48:23.361Z] Running in /w/workspace/device-sdk-go/9 [Pipeline] { [Pipeline] checkout [2021-04-05T02:48:25.041Z] Merging remotes/origin/master commit 119be5743e00329d34d55769b1b512288156e580 into PR head commit c8fd14d44e3511f1fc42d47f205efd4689f12aac [2021-04-05T02:48:23.651Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-05T02:48:23.743Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T02:48:23.938Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-05T02:48:24.066Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-05T02:48:24.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T02:48:24.108Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/844/head:refs/remotes/origin/PR-844 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-05T02:48:25.059Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T02:48:25.108Z] > git checkout -f c8fd14d44e3511f1fc42d47f205efd4689f12aac # timeout=10 [2021-04-05T02:48:25.410Z] Merge succeeded, producing 551e8e98d19aff890ef432dcc6d2c3e36346cd29 [2021-04-05T02:48:25.410Z] Checking out Revision 551e8e98d19aff890ef432dcc6d2c3e36346cd29 (PR-844) [2021-04-05T02:48:25.301Z] > git remote # timeout=10 [2021-04-05T02:48:25.312Z] > git config --get remote.origin.url # timeout=10 [2021-04-05T02:48:25.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T02:48:25.343Z] > git merge 119be5743e00329d34d55769b1b512288156e580 # timeout=10 [2021-04-05T02:48:25.385Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-05T02:48:25.416Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T02:48:25.430Z] > git checkout -f 551e8e98d19aff890ef432dcc6d2c3e36346cd29 # timeout=10 [2021-04-05T02:48:28.015Z] using credential edgex-jenkins-ssh [2021-04-05T02:48:28.080Z] Cloning the remote Git repository [2021-04-05T02:48:28.139Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-05T02:48:28.256Z] > git init /w/workspace/device-sdk-go/9 # timeout=10 [2021-04-05T02:48:28.355Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-05T02:48:28.356Z] > git --version # timeout=10 [2021-04-05T02:48:28.393Z] > git --version # 'git version 2.17.1' [2021-04-05T02:48:28.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T02:48:28.461Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T02:48:29.523Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-05T02:48:29.546Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T02:48:29.583Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-05T02:48:29.614Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-05T02:48:29.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T02:48:29.627Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/844/head:refs/remotes/origin/PR-844 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-05T02:48:30.197Z] Merging remotes/origin/master commit 119be5743e00329d34d55769b1b512288156e580 into PR head commit c8fd14d44e3511f1fc42d47f205efd4689f12aac [2021-04-05T02:48:30.505Z] Merge succeeded, producing d539a69a555175dbe6c8b39e108593b73dc52c84 [2021-04-05T02:48:30.505Z] Checking out Revision d539a69a555175dbe6c8b39e108593b73dc52c84 (PR-844) [2021-04-05T02:48:30.221Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T02:48:30.242Z] > git checkout -f c8fd14d44e3511f1fc42d47f205efd4689f12aac # timeout=10 [2021-04-05T02:48:30.341Z] > git remote # timeout=10 [2021-04-05T02:48:30.356Z] > git config --get remote.origin.url # timeout=10 [2021-04-05T02:48:30.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T02:48:30.379Z] > git merge 119be5743e00329d34d55769b1b512288156e580 # timeout=10 [2021-04-05T02:48:30.455Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-05T02:48:30.518Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T02:48:30.547Z] > git checkout -f d539a69a555175dbe6c8b39e108593b73dc52c84 # timeout=10 [2021-04-05T02:48:32.019Z] Commit message: "Merge commit '119be5743e00329d34d55769b1b512288156e580' into HEAD" [2021-04-05T02:48:32.038Z] > git rev-list --no-walk c8fd14d44e3511f1fc42d47f205efd4689f12aac # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-05T02:48:34.835Z] Commit message: "Merge commit '119be5743e00329d34d55769b1b512288156e580' into HEAD" [2021-04-05T02:48:34.845Z] > git rev-list --no-walk c8fd14d44e3511f1fc42d47f205efd4689f12aac # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-05T02:48:35.561Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-05T02:48:36.538Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-05T02:48:36.835Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-05T02:48:36.948Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-05T02:48:37.701Z] + true [2021-04-05T02:48:37.701Z] + sudo service docker restart [2021-04-05T02:48:37.870Z] + true [2021-04-05T02:48:37.870Z] + sudo service docker restart [2021-04-05T02:48:38.447Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-05T02:48:40.431Z] provisioning config files... [2021-04-05T02:48:40.474Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/9@tmp/config2496781822283002553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-05T02:48:40.931Z] provisioning config files... [2021-04-05T02:48:40.931Z] ---> docker-login.sh [2021-04-05T02:48:40.931Z] nexus3.edgexfoundry.org:10001 [2021-04-05T02:48:41.107Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/9@tmp/config8887987292469955431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-05T02:48:41.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:48:42.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:48:42.132Z] Configure a credential helper to remove this warning. See [2021-04-05T02:48:42.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:48:42.132Z] [2021-04-05T02:48:42.132Z] Login Succeeded [2021-04-05T02:48:42.132Z] nexus3.edgexfoundry.org:10002 [2021-04-05T02:48:42.193Z] ---> docker-login.sh [2021-04-05T02:48:42.193Z] nexus3.edgexfoundry.org:10001 [2021-04-05T02:48:42.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:48:42.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:48:42.681Z] Configure a credential helper to remove this warning. See [2021-04-05T02:48:42.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:48:42.681Z] [2021-04-05T02:48:42.681Z] Login Succeeded [2021-04-05T02:48:42.681Z] nexus3.edgexfoundry.org:10003 [2021-04-05T02:48:42.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:48:43.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:48:43.227Z] Configure a credential helper to remove this warning. See [2021-04-05T02:48:43.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:48:43.227Z] [2021-04-05T02:48:43.227Z] Login Succeeded [2021-04-05T02:48:43.227Z] nexus3.edgexfoundry.org:10004 [2021-04-05T02:48:43.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:48:43.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:48:43.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:48:43.731Z] Configure a credential helper to remove this warning. See [2021-04-05T02:48:43.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:48:43.731Z] [2021-04-05T02:48:43.731Z] Login Succeeded [2021-04-05T02:48:43.731Z] nexus3.edgexfoundry.org:10002 [2021-04-05T02:48:43.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:48:43.775Z] Configure a credential helper to remove this warning. See [2021-04-05T02:48:43.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:48:43.775Z] [2021-04-05T02:48:43.775Z] Login Succeeded [2021-04-05T02:48:43.775Z] docker.io [2021-04-05T02:48:44.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:48:44.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:48:44.318Z] Configure a credential helper to remove this warning. See [2021-04-05T02:48:44.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:48:44.318Z] [2021-04-05T02:48:44.318Z] Login Succeeded [2021-04-05T02:48:44.318Z] ---> docker-login.sh ends [Pipeline] } [2021-04-05T02:48:44.335Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-04-05T02:48:44.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:48:44.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:48:44.479Z] Configure a credential helper to remove this warning. See [2021-04-05T02:48:44.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:48:44.479Z] [2021-04-05T02:48:44.479Z] Login Succeeded [2021-04-05T02:48:44.479Z] nexus3.edgexfoundry.org:10003 [Pipeline] unstash [Pipeline] echo [2021-04-05T02:48:44.779Z] ========================================================= [2021-04-05T02:48:44.779Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-05T02:48:44.779Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:48:45.161Z] + 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-05T02:48:45.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:48:45.435Z] Sending build context to Docker daemon 2.392MB [2021-04-05T02:48:45.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:48:45.623Z] Configure a credential helper to remove this warning. See [2021-04-05T02:48:45.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:48:45.623Z] [2021-04-05T02:48:45.623Z] Login Succeeded [2021-04-05T02:48:45.623Z] nexus3.edgexfoundry.org:10004 [2021-04-05T02:48:45.708Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-05T02:48:45.708Z] Step 2/8 : FROM ${BASE} [2021-04-05T02:48:45.708Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-05T02:48:45.708Z] 5f621e34cdf4: Pulling fs layer [2021-04-05T02:48:45.708Z] a4357932f1b6: Pulling fs layer [2021-04-05T02:48:45.708Z] 18c013af1878: Pulling fs layer [2021-04-05T02:48:45.708Z] 00ac8860ef70: Pulling fs layer [2021-04-05T02:48:45.708Z] 63d7cb157983: Pulling fs layer [2021-04-05T02:48:45.708Z] b116817d02f9: Pulling fs layer [2021-04-05T02:48:45.708Z] 745a02a5169b: Pulling fs layer [2021-04-05T02:48:45.708Z] 00ac8860ef70: Waiting [2021-04-05T02:48:45.708Z] b116817d02f9: Waiting [2021-04-05T02:48:45.708Z] 63d7cb157983: Waiting [2021-04-05T02:48:45.708Z] 745a02a5169b: Waiting [2021-04-05T02:48:45.708Z] 18c013af1878: Verifying Checksum [2021-04-05T02:48:45.708Z] 18c013af1878: Download complete [2021-04-05T02:48:45.708Z] a4357932f1b6: Verifying Checksum [2021-04-05T02:48:45.708Z] a4357932f1b6: Download complete [2021-04-05T02:48:45.708Z] 63d7cb157983: Download complete [2021-04-05T02:48:45.708Z] b116817d02f9: Verifying Checksum [2021-04-05T02:48:45.708Z] b116817d02f9: Download complete [2021-04-05T02:48:45.981Z] 5f621e34cdf4: Verifying Checksum [2021-04-05T02:48:45.981Z] 5f621e34cdf4: Download complete [2021-04-05T02:48:46.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:48:46.586Z] 5f621e34cdf4: Pull complete [2021-04-05T02:48:46.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:48:46.626Z] Configure a credential helper to remove this warning. See [2021-04-05T02:48:46.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:48:46.626Z] [2021-04-05T02:48:46.626Z] Login Succeeded [2021-04-05T02:48:46.626Z] docker.io [2021-04-05T02:48:47.208Z] a4357932f1b6: Pull complete [2021-04-05T02:48:47.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-05T02:48:47.494Z] 18c013af1878: Pull complete [2021-04-05T02:48:48.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-05T02:48:48.109Z] Configure a credential helper to remove this warning. See [2021-04-05T02:48:48.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-05T02:48:48.109Z] [2021-04-05T02:48:48.109Z] Login Succeeded [2021-04-05T02:48:48.109Z] ---> docker-login.sh ends [Pipeline] } [2021-04-05T02:48:48.187Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-05T02:48:48.928Z] 745a02a5169b: Download complete [Pipeline] echo [2021-04-05T02:48:49.676Z] ========================================================= [2021-04-05T02:48:49.677Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-05T02:48:49.677Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:48:50.325Z] + 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-05T02:48:50.359Z] 00ac8860ef70: Verifying Checksum [2021-04-05T02:48:50.359Z] 00ac8860ef70: Download complete [2021-04-05T02:48:50.986Z] Sending build context to Docker daemon 2.394MB [2021-04-05T02:48:50.986Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-05T02:48:50.986Z] Step 2/8 : FROM ${BASE} [2021-04-05T02:48:51.295Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-05T02:48:51.295Z] 188c0c94c7c5: Pulling fs layer [2021-04-05T02:48:51.295Z] 0ef7d3d256c8: Pulling fs layer [2021-04-05T02:48:51.295Z] de9db76c5a1d: Pulling fs layer [2021-04-05T02:48:51.295Z] bca2f99d35d6: Pulling fs layer [2021-04-05T02:48:51.295Z] 93359f2a8cfa: Pulling fs layer [2021-04-05T02:48:51.295Z] 7c6f9722023f: Pulling fs layer [2021-04-05T02:48:51.295Z] a35cf1a2eb13: Pulling fs layer [2021-04-05T02:48:51.295Z] bca2f99d35d6: Waiting [2021-04-05T02:48:51.295Z] 93359f2a8cfa: Waiting [2021-04-05T02:48:51.295Z] 7c6f9722023f: Waiting [2021-04-05T02:48:51.295Z] a35cf1a2eb13: Waiting [2021-04-05T02:48:51.295Z] de9db76c5a1d: Verifying Checksum [2021-04-05T02:48:51.295Z] de9db76c5a1d: Download complete [2021-04-05T02:48:51.295Z] 0ef7d3d256c8: Verifying Checksum [2021-04-05T02:48:51.295Z] 0ef7d3d256c8: Download complete [2021-04-05T02:48:51.295Z] 93359f2a8cfa: Verifying Checksum [2021-04-05T02:48:51.295Z] 93359f2a8cfa: Download complete [2021-04-05T02:48:51.295Z] 7c6f9722023f: Verifying Checksum [2021-04-05T02:48:51.295Z] 7c6f9722023f: Download complete [2021-04-05T02:48:52.223Z] 188c0c94c7c5: Verifying Checksum [2021-04-05T02:48:52.223Z] 188c0c94c7c5: Download complete [2021-04-05T02:48:52.552Z] 188c0c94c7c5: Pull complete [2021-04-05T02:48:52.872Z] 0ef7d3d256c8: Pull complete [2021-04-05T02:48:53.289Z] de9db76c5a1d: Pull complete [2021-04-05T02:49:00.510Z] 00ac8860ef70: Pull complete [2021-04-05T02:49:00.510Z] 63d7cb157983: Pull complete [2021-04-05T02:49:00.510Z] b116817d02f9: Pull complete [2021-04-05T02:49:02.251Z] a35cf1a2eb13: Verifying Checksum [2021-04-05T02:49:02.251Z] a35cf1a2eb13: Download complete [2021-04-05T02:49:04.125Z] bca2f99d35d6: Verifying Checksum [2021-04-05T02:49:04.125Z] bca2f99d35d6: Download complete [2021-04-05T02:49:04.830Z] 745a02a5169b: Pull complete [2021-04-05T02:49:04.830Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-05T02:49:04.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-05T02:49:04.830Z] ---> b7e6874047d6 [2021-04-05T02:49:04.830Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-05T02:49:07.453Z] ---> Running in 60b9fc67d506 [2021-04-05T02:49:07.453Z] Removing intermediate container 60b9fc67d506 [2021-04-05T02:49:07.453Z] ---> a7146f36f242 [2021-04-05T02:49:07.453Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-05T02:49:07.453Z] ---> Running in e548ac81d0f1 [2021-04-05T02:49:10.091Z] Removing intermediate container e548ac81d0f1 [2021-04-05T02:49:10.091Z] ---> 92883984daac [2021-04-05T02:49:10.091Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-05T02:49:10.091Z] ---> Running in 185c7c8a568f [2021-04-05T02:49:11.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-05T02:49:11.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-05T02:49:12.260Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-05T02:49:12.260Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-05T02:49:12.546Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-05T02:49:12.546Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-05T02:49:12.546Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-05T02:49:12.817Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-05T02:49:12.817Z] Executing busybox-1.31.1-r19.trigger [2021-04-05T02:49:12.817Z] OK: 144 MiB in 45 packages [2021-04-05T02:49:14.273Z] Removing intermediate container 185c7c8a568f [2021-04-05T02:49:14.273Z] ---> c46990683894 [2021-04-05T02:49:14.273Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-05T02:49:14.273Z] ---> Running in 367531a31bf7 [2021-04-05T02:49:14.870Z] Removing intermediate container 367531a31bf7 [2021-04-05T02:49:14.870Z] ---> 7d8751223c99 [2021-04-05T02:49:14.870Z] Step 7/8 : COPY . . [2021-04-05T02:49:16.300Z] ---> 90c2fc147868 [2021-04-05T02:49:16.300Z] Step 8/8 : RUN go mod download [2021-04-05T02:49:16.300Z] ---> Running in 32464624dff1 [2021-04-05T02:49:20.055Z] bca2f99d35d6: Pull complete [2021-04-05T02:49:20.674Z] 93359f2a8cfa: Pull complete [2021-04-05T02:49:20.976Z] 7c6f9722023f: Pull complete [2021-04-05T02:49:31.765Z] a35cf1a2eb13: Pull complete [2021-04-05T02:49:31.765Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-05T02:49:31.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-05T02:49:31.765Z] ---> a62c8e92a672 [2021-04-05T02:49:31.765Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-05T02:49:32.452Z] ---> Running in fc74bef2a169 [2021-04-05T02:49:33.139Z] Removing intermediate container fc74bef2a169 [2021-04-05T02:49:33.139Z] ---> 75a951d9bf93 [2021-04-05T02:49:33.139Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-05T02:49:33.139Z] ---> Running in 33a2ed8327f1 [2021-04-05T02:49:35.170Z] Removing intermediate container 33a2ed8327f1 [2021-04-05T02:49:35.170Z] ---> 88a95993b4b2 [2021-04-05T02:49:35.170Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-05T02:49:35.450Z] ---> Running in 8994e7104b18 [2021-04-05T02:49:36.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-05T02:49:37.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-05T02:49:37.834Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-05T02:49:37.834Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-05T02:49:38.165Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-05T02:49:38.165Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-05T02:49:38.525Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-05T02:49:38.525Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-05T02:49:38.525Z] Executing busybox-1.31.1-r19.trigger [2021-04-05T02:49:38.525Z] OK: 167 MiB in 45 packages [2021-04-05T02:49:39.680Z] Removing intermediate container 8994e7104b18 [2021-04-05T02:49:39.680Z] ---> 8f10e07ea6fd [2021-04-05T02:49:39.680Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-05T02:49:39.680Z] ---> Running in 3676dedb8ba4 [2021-04-05T02:49:40.066Z] Removing intermediate container 3676dedb8ba4 [2021-04-05T02:49:40.066Z] ---> 8cc694036642 [2021-04-05T02:49:40.066Z] Step 7/8 : COPY . . [2021-04-05T02:49:41.218Z] ---> e73ff35bdb84 [2021-04-05T02:49:41.218Z] Step 8/8 : RUN go mod download [2021-04-05T02:49:41.557Z] ---> Running in 6f64c5cdde8e [2021-04-05T02:49:43.085Z] Removing intermediate container 32464624dff1 [2021-04-05T02:49:43.085Z] ---> af4bcb823663 [2021-04-05T02:49:43.085Z] Successfully built af4bcb823663 [2021-04-05T02:49:43.085Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:49:43.427Z] + docker inspect -f . ci-base-image-arm64 [2021-04-05T02:49:43.427Z] . [Pipeline] withDockerContainer [2021-04-05T02:49:43.708Z] prd-ubuntu18.04-docker-arm64-4c-16g-32749 does not seem to be running inside a container [2021-04-05T02:49:43.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-05T02:49:45.390Z] $ docker top e403d42a7a0598594e7ac919d72995b4dce0aea2b5f9c397ca2c27b50b0d3a49 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T02:49:46.436Z] + go version [2021-04-05T02:49:46.436Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-05T02:49:46.461Z] $ docker stop --time=1 e403d42a7a0598594e7ac919d72995b4dce0aea2b5f9c397ca2c27b50b0d3a49 [2021-04-05T02:49:48.475Z] $ docker rm -f e403d42a7a0598594e7ac919d72995b4dce0aea2b5f9c397ca2c27b50b0d3a49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:49:49.534Z] + docker inspect -f . ci-base-image-arm64 [2021-04-05T02:49:49.534Z] . [Pipeline] withDockerContainer [2021-04-05T02:49:49.793Z] prd-ubuntu18.04-docker-arm64-4c-16g-32749 does not seem to be running inside a container [2021-04-05T02:49:49.877Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-05T02:49:51.506Z] $ docker top 2b27966e36b54d42a30485c6be8ca22148ea5dd254bf065ade258272cc72c538 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T02:49:52.530Z] + make test [2021-04-05T02:49:52.530Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-05T02:50:14.713Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-05T02:50:21.651Z] Removing intermediate container 6f64c5cdde8e [2021-04-05T02:50:21.651Z] ---> 355679d1d4b7 [2021-04-05T02:50:21.651Z] Successfully built 355679d1d4b7 [2021-04-05T02:50:21.651Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:50:22.137Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-05T02:50:22.418Z] . [Pipeline] withDockerContainer [2021-04-05T02:50:22.871Z] prd-centos7-docker-4c-2g-32748 does not seem to be running inside a container [2021-04-05T02:50:23.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-05T02:50:24.374Z] $ docker top dc52b42f6896cf54ce9f44fdf6de58c0bdd5717d40ecc7fba88d10a64befb119 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T02:50:25.218Z] + go version [2021-04-05T02:50:25.219Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-05T02:50:25.322Z] $ docker stop --time=1 dc52b42f6896cf54ce9f44fdf6de58c0bdd5717d40ecc7fba88d10a64befb119 [2021-04-05T02:50:27.099Z] $ docker rm -f dc52b42f6896cf54ce9f44fdf6de58c0bdd5717d40ecc7fba88d10a64befb119 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:50:28.274Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-05T02:50:28.274Z] . [Pipeline] withDockerContainer [2021-04-05T02:50:28.684Z] prd-centos7-docker-4c-2g-32748 does not seem to be running inside a container [2021-04-05T02:50:29.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-05T02:50:30.825Z] $ docker top cdaff5e09de4138755de6d1518f841e69de1c54eb139031e1de76c3391e351f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T02:50:32.487Z] + make test [2021-04-05T02:50:32.487Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-05T02:50:51.382Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-05T02:51:11.278Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-05T02:51:11.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-05T02:51:11.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-05T02:51:11.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-05T02:51:11.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-05T02:51:13.273Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.134s coverage: 28.1% of statements [2021-04-05T02:51:13.874Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.190s coverage: 81.2% of statements [2021-04-05T02:51:13.874Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.155s coverage: 7.8% of statements [2021-04-05T02:51:13.874Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-05T02:51:13.874Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-05T02:51:13.874Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-05T02:51:16.507Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.269s coverage: 32.5% of statements [2021-04-05T02:51:16.507Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-05T02:51:16.507Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-05T02:51:16.507Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-05T02:51:19.162Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.288s coverage: 57.3% of statements [2021-04-05T02:51:19.162Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.241s coverage: 6.6% of statements [2021-04-05T02:51:20.138Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.149s coverage: 5.0% of statements [2021-04-05T02:51:20.138Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-05T02:51:20.414Z] GO111MODULE=on go vet ./... [2021-04-05T02:51:31.345Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-05T02:51:31.345Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-05T02:51:31.345Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-05T02:51:31.345Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-05T02:51:31.345Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-05T02:51:35.551Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.261s coverage: 28.1% of statements [2021-04-05T02:51:35.551Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.273s coverage: 81.2% of statements [2021-04-05T02:51:35.958Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.455s coverage: 7.8% of statements [2021-04-05T02:51:35.958Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-05T02:51:35.958Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-05T02:51:35.958Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-05T02:51:38.906Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.369s coverage: 32.5% of statements [2021-04-05T02:51:38.906Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-05T02:51:38.906Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-05T02:51:38.906Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-05T02:51:41.978Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.317s coverage: 57.3% of statements [2021-04-05T02:51:41.978Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.614s coverage: 6.6% of statements [2021-04-05T02:51:41.978Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.088s coverage: 5.0% of statements [2021-04-05T02:51:41.978Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-05T02:51:42.312Z] GO111MODULE=on go vet ./... [2021-04-05T02:52:07.422Z] gofmt -l . [2021-04-05T02:52:07.422Z] [ "`gofmt -l .`" = "" ] [2021-04-05T02:52:07.422Z] ./bin/test-attribution-txt.sh [2021-04-05T02:52:07.422Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-05T02:52:07.442Z] $ docker stop --time=1 2b27966e36b54d42a30485c6be8ca22148ea5dd254bf065ade258272cc72c538 [2021-04-05T02:52:09.649Z] $ docker rm -f 2b27966e36b54d42a30485c6be8ca22148ea5dd254bf065ade258272cc72c538 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T02:52:10.846Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-05T02:52:11.919Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-05T02:52:13.352Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-05T02:52:13.713Z] + ls -al . [2021-04-05T02:52:13.713Z] total 224 [2021-04-05T02:52:13.713Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 5 02:52 . [2021-04-05T02:52:13.713Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 5 02:48 .. [2021-04-05T02:52:13.713Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 5 02:48 .dockerignore [2021-04-05T02:52:13.713Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 5 02:48 .git [2021-04-05T02:52:13.713Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 5 02:48 .github [2021-04-05T02:52:13.713Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 5 02:48 .gitignore [2021-04-05T02:52:13.713Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 5 02:48 Dockerfile.build [2021-04-05T02:52:13.713Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 5 02:48 Jenkinsfile [2021-04-05T02:52:13.713Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 5 02:48 LICENSE [2021-04-05T02:52:13.713Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 5 02:48 Makefile [2021-04-05T02:52:13.713Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 5 02:48 README.md [2021-04-05T02:52:13.713Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 5 02:48 RELEASE-NOTES.txt [2021-04-05T02:52:13.713Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 5 02:45 VERSION [2021-04-05T02:52:13.713Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 5 02:48 bin [2021-04-05T02:52:13.713Z] -rw-r--r-- 1 jenkins jenkins 101239 Apr 5 02:51 coverage.out [2021-04-05T02:52:13.713Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 5 02:48 example [2021-04-05T02:52:13.713Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 5 02:52 go.mod [2021-04-05T02:52:13.713Z] -rw-r--r-- 1 jenkins jenkins 20946 Apr 5 02:52 go.sum [2021-04-05T02:52:13.713Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 5 02:48 internal [2021-04-05T02:52:13.713Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 5 02:48 openapi [2021-04-05T02:52:13.713Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 5 02:48 pkg [2021-04-05T02:52:13.713Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 5 02:48 snap [2021-04-05T02:52:13.713Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 5 02:48 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:52:14.087Z] + 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=0260a98f875fcc2c542507b1dff7dcd3fafcd118 --label arch=arm64 --label version=0.0.0 . [2021-04-05T02:52:14.743Z] Sending build context to Docker daemon 2.494MB [2021-04-05T02:52:14.743Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-05T02:52:14.743Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-05T02:52:14.743Z] ---> af4bcb823663 [2021-04-05T02:52:14.743Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-05T02:52:15.024Z] ---> Running in fe0bc46e28c4 [2021-04-05T02:52:15.623Z] Removing intermediate container fe0bc46e28c4 [2021-04-05T02:52:15.623Z] ---> 47fb36a0e89f [2021-04-05T02:52:15.624Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-05T02:52:15.624Z] ---> Running in 9d0c9779dd55 [2021-04-05T02:52:16.216Z] Removing intermediate container 9d0c9779dd55 [2021-04-05T02:52:16.216Z] ---> eeafc7b3f5f9 [2021-04-05T02:52:16.216Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-05T02:52:16.216Z] ---> Running in 9f51c4074c54 [2021-04-05T02:52:18.199Z] Removing intermediate container 9f51c4074c54 [2021-04-05T02:52:18.199Z] ---> e95345097ba2 [2021-04-05T02:52:18.199Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-05T02:52:18.481Z] ---> Running in ce49a2432457 [2021-04-05T02:52:19.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-05T02:52:20.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-05T02:52:21.041Z] OK: 144 MiB in 45 packages [2021-04-05T02:52:22.478Z] Removing intermediate container ce49a2432457 [2021-04-05T02:52:22.478Z] ---> 35162be4fe33 [2021-04-05T02:52:22.478Z] Step 7/23 : COPY . . [2021-04-05T02:52:22.949Z] gofmt -l . [2021-04-05T02:52:22.949Z] [ "`gofmt -l .`" = "" ] [2021-04-05T02:52:22.949Z] ./bin/test-attribution-txt.sh [2021-04-05T02:52:23.459Z] ---> 64dbfca95579 [2021-04-05T02:52:23.459Z] Step 8/23 : RUN go mod download [2021-04-05T02:52:23.732Z] ---> Running in f2dcc4ec2f51 [2021-04-05T02:52:24.006Z] ./bin/test-go-mod-tidy.sh [2021-04-05T02:52:26.353Z] Removing intermediate container f2dcc4ec2f51 [2021-04-05T02:52:26.353Z] ---> fd7c12d83f3d [2021-04-05T02:52:26.353Z] Step 9/23 : RUN make build [2021-04-05T02:52:26.353Z] ---> Running in 7ba1669a5505 [Pipeline] } [2021-04-05T02:52:26.633Z] $ docker stop --time=1 cdaff5e09de4138755de6d1518f841e69de1c54eb139031e1de76c3391e351f1 [2021-04-05T02:52:27.332Z] 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-05T02:52:29.284Z] $ docker rm -f cdaff5e09de4138755de6d1518f841e69de1c54eb139031e1de76c3391e351f1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T02:52:30.371Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-05T02:52:30.510Z] Warning: overwriting stash ‘coverage-report’ [2021-04-05T02:52:31.982Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-05T02:52:32.886Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-05T02:52:33.331Z] + ls -al . [2021-04-05T02:52:33.331Z] total 188 [2021-04-05T02:52:33.331Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 5 02:52 . [2021-04-05T02:52:33.331Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 5 02:48 .. [2021-04-05T02:52:33.331Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 5 02:48 bin [2021-04-05T02:52:33.331Z] -rw-r--r--. 1 jenkins jenkins 101239 Apr 5 02:51 coverage.out [2021-04-05T02:52:33.331Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 5 02:48 Dockerfile.build [2021-04-05T02:52:33.331Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 5 02:48 .dockerignore [2021-04-05T02:52:33.331Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 5 02:48 example [2021-04-05T02:52:33.331Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 5 02:48 .git [2021-04-05T02:52:33.331Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 5 02:48 .github [2021-04-05T02:52:33.331Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 5 02:48 .gitignore [2021-04-05T02:52:33.331Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 5 02:52 go.mod [2021-04-05T02:52:33.331Z] -rw-r--r--. 1 jenkins jenkins 20946 Apr 5 02:52 go.sum [2021-04-05T02:52:33.331Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 5 02:48 internal [2021-04-05T02:52:33.331Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 5 02:48 Jenkinsfile [2021-04-05T02:52:33.331Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 5 02:48 LICENSE [2021-04-05T02:52:33.331Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 5 02:48 Makefile [2021-04-05T02:52:33.331Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 5 02:48 openapi [2021-04-05T02:52:33.331Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 5 02:48 pkg [2021-04-05T02:52:33.331Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 5 02:48 README.md [2021-04-05T02:52:33.331Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 5 02:48 RELEASE-NOTES.txt [2021-04-05T02:52:33.331Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 5 02:48 snap [2021-04-05T02:52:33.331Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 5 02:45 VERSION [2021-04-05T02:52:33.331Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 5 02:48 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:52:34.033Z] + 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=0260a98f875fcc2c542507b1dff7dcd3fafcd118 --label arch=amd64 --label version=0.0.0 . [2021-04-05T02:52:34.630Z] Sending build context to Docker daemon 2.495MB [2021-04-05T02:52:34.630Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-05T02:52:34.630Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-05T02:52:34.630Z] ---> 355679d1d4b7 [2021-04-05T02:52:34.630Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-05T02:52:34.948Z] ---> Running in 72e3bb319ad8 [2021-04-05T02:52:35.563Z] Removing intermediate container 72e3bb319ad8 [2021-04-05T02:52:35.563Z] ---> 54d0978c9bdd [2021-04-05T02:52:35.563Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-05T02:52:35.563Z] ---> Running in d636d99ba1d7 [2021-04-05T02:52:35.839Z] Removing intermediate container d636d99ba1d7 [2021-04-05T02:52:35.839Z] ---> b5592c940d29 [2021-04-05T02:52:35.839Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-05T02:52:35.839Z] ---> Running in 235ebaea5e9e [2021-04-05T02:52:37.334Z] Removing intermediate container 235ebaea5e9e [2021-04-05T02:52:37.334Z] ---> e227029564f3 [2021-04-05T02:52:37.334Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-05T02:52:37.334Z] ---> Running in 861ea5422cea [2021-04-05T02:52:38.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-05T02:52:38.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-05T02:52:39.655Z] OK: 167 MiB in 45 packages [2021-04-05T02:52:41.129Z] Removing intermediate container 861ea5422cea [2021-04-05T02:52:41.129Z] ---> 9fcebcd95d2c [2021-04-05T02:52:41.129Z] Step 7/23 : COPY . . [2021-04-05T02:52:42.691Z] ---> 4f7757d9ca9f [2021-04-05T02:52:42.691Z] Step 8/23 : RUN go mod download [2021-04-05T02:52:42.691Z] ---> Running in 74dfd4716c02 [2021-04-05T02:52:43.660Z] Removing intermediate container 74dfd4716c02 [2021-04-05T02:52:43.660Z] ---> 074303a63306 [2021-04-05T02:52:43.660Z] Step 9/23 : RUN make build [2021-04-05T02:52:43.930Z] ---> Running in d548e6430db8 [2021-04-05T02:52:46.051Z] 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-05T02:52:59.690Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-05T02:53:01.658Z] Removing intermediate container 7ba1669a5505 [2021-04-05T02:53:01.658Z] ---> ac855b5e4d6f [2021-04-05T02:53:01.658Z] Step 10/23 : FROM alpine:3.12 [2021-04-05T02:53:01.930Z] 3.12: Pulling from library/alpine [2021-04-05T02:53:02.203Z] 9a219e8acc52: Pulling fs layer [2021-04-05T02:53:02.476Z] 9a219e8acc52: Download complete [2021-04-05T02:53:03.073Z] 9a219e8acc52: Pull complete [2021-04-05T02:53:03.073Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-05T02:53:03.073Z] Status: Downloaded newer image for alpine:3.12 [2021-04-05T02:53:03.073Z] ---> d75e27dfc0a0 [2021-04-05T02:53:03.073Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-05T02:53:03.344Z] ---> Running in fe683bb6ff14 [2021-04-05T02:53:03.616Z] Removing intermediate container fe683bb6ff14 [2021-04-05T02:53:03.616Z] ---> 7a867ce3ca44 [2021-04-05T02:53:03.616Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-05T02:53:03.888Z] ---> Running in 4433f299b5c1 [2021-04-05T02:53:05.857Z] Removing intermediate container 4433f299b5c1 [2021-04-05T02:53:05.857Z] ---> 4b08d3557966 [2021-04-05T02:53:05.857Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-05T02:53:06.131Z] ---> Running in 740c672f7c19 [2021-04-05T02:53:07.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-05T02:53:08.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-05T02:53:08.350Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-05T02:53:08.621Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-05T02:53:08.621Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-05T02:53:08.896Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-05T02:53:08.896Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-05T02:53:08.896Z] Executing busybox-1.31.1-r20.trigger [2021-04-05T02:53:08.896Z] OK: 8 MiB in 19 packages [2021-04-05T02:53:10.325Z] Removing intermediate container 740c672f7c19 [2021-04-05T02:53:10.325Z] ---> 145cc73ad738 [2021-04-05T02:53:10.325Z] Step 14/23 : WORKDIR / [2021-04-05T02:53:10.325Z] ---> Running in 8f0e9bf74b5d [2021-04-05T02:53:10.919Z] Removing intermediate container 8f0e9bf74b5d [2021-04-05T02:53:10.919Z] ---> f5ab70283bd1 [2021-04-05T02:53:10.919Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-05T02:53:11.895Z] ---> 5e6c00e5d990 [2021-04-05T02:53:11.895Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-05T02:53:12.873Z] ---> 26c32bcbbb65 [2021-04-05T02:53:12.873Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-05T02:53:13.852Z] ---> 6b492f86089e [2021-04-05T02:53:13.852Z] Step 18/23 : EXPOSE 49990 [2021-04-05T02:53:13.852Z] ---> Running in 833ed77b0df8 [2021-04-05T02:53:14.123Z] Removing intermediate container 833ed77b0df8 [2021-04-05T02:53:14.123Z] ---> 611950c99cd2 [2021-04-05T02:53:14.123Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-05T02:53:14.393Z] ---> Running in 2903b23def5d [2021-04-05T02:53:14.988Z] Removing intermediate container 2903b23def5d [2021-04-05T02:53:14.988Z] ---> 35e55a03499e [2021-04-05T02:53:14.988Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-05T02:53:14.988Z] ---> Running in 119658d68575 [2021-04-05T02:53:15.587Z] Removing intermediate container 119658d68575 [2021-04-05T02:53:15.587Z] ---> bafe40ab08d3 [2021-04-05T02:53:15.587Z] Step 21/23 : LABEL arch=arm64 [2021-04-05T02:53:15.587Z] ---> Running in 7ae82b22f22c [2021-04-05T02:53:15.858Z] Removing intermediate container 7ae82b22f22c [2021-04-05T02:53:15.858Z] ---> 66b9fcbd114c [2021-04-05T02:53:15.858Z] Step 22/23 : LABEL git_sha=0260a98f875fcc2c542507b1dff7dcd3fafcd118 [2021-04-05T02:53:16.143Z] ---> Running in 08460c09483c [2021-04-05T02:53:16.521Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-05T02:53:16.736Z] Removing intermediate container 08460c09483c [2021-04-05T02:53:16.736Z] ---> 844a3f2668df [2021-04-05T02:53:16.736Z] Step 23/23 : LABEL version=0.0.0 [2021-04-05T02:53:16.736Z] ---> Running in f2792d142b7b [2021-04-05T02:53:17.329Z] Removing intermediate container f2792d142b7b [2021-04-05T02:53:17.329Z] ---> 4f6235a784ea [2021-04-05T02:53:17.329Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-05T02:53:17.329Z] Successfully built 4f6235a784ea [2021-04-05T02:53:17.329Z] 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-05T02:53:18.322Z] ---> job-cost.sh [2021-04-05T02:53:18.323Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R5uj [2021-04-05T02:53:18.844Z] Removing intermediate container d548e6430db8 [2021-04-05T02:53:18.845Z] ---> 81a3d553b422 [2021-04-05T02:53:18.845Z] Step 10/23 : FROM alpine:3.12 [2021-04-05T02:53:19.172Z] 3.12: Pulling from library/alpine [2021-04-05T02:53:19.172Z] 532819f3e44c: Pulling fs layer [2021-04-05T02:53:19.880Z] 532819f3e44c: Verifying Checksum [2021-04-05T02:53:19.880Z] 532819f3e44c: Download complete [2021-04-05T02:53:20.569Z] 532819f3e44c: Pull complete [2021-04-05T02:53:20.569Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-05T02:53:20.569Z] Status: Downloaded newer image for alpine:3.12 [2021-04-05T02:53:20.570Z] ---> 7230e588e954 [2021-04-05T02:53:20.570Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-05T02:53:20.570Z] ---> Running in d5ceccbbb989 [2021-04-05T02:53:20.943Z] Removing intermediate container d5ceccbbb989 [2021-04-05T02:53:20.943Z] ---> ad878ba605a5 [2021-04-05T02:53:20.943Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-05T02:53:20.943Z] ---> Running in d7a94629c290 [2021-04-05T02:53:23.276Z] Removing intermediate container d7a94629c290 [2021-04-05T02:53:23.276Z] ---> fec3c84545c3 [2021-04-05T02:53:23.276Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-05T02:53:23.568Z] ---> Running in a9d4022b6052 [2021-04-05T02:53:23.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-05T02:53:24.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-05T02:53:25.589Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-05T02:53:25.589Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-05T02:53:25.589Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-05T02:53:25.852Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-05T02:53:25.852Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-05T02:53:26.183Z] Executing busybox-1.31.1-r20.trigger [2021-04-05T02:53:26.183Z] OK: 8 MiB in 19 packages [2021-04-05T02:53:27.808Z] Removing intermediate container a9d4022b6052 [2021-04-05T02:53:27.808Z] ---> 26606c9c61eb [2021-04-05T02:53:27.808Z] Step 14/23 : WORKDIR / [2021-04-05T02:53:27.808Z] ---> Running in 6473dfaff093 [2021-04-05T02:53:28.225Z] Removing intermediate container 6473dfaff093 [2021-04-05T02:53:28.225Z] ---> 0bd49c2fc196 [2021-04-05T02:53:28.225Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-05T02:53:28.636Z] ---> a8c193251aa0 [2021-04-05T02:53:28.636Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-05T02:53:30.445Z] ---> 605973d45195 [2021-04-05T02:53:30.445Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-05T02:53:31.626Z] ---> 003f6dbbd670 [2021-04-05T02:53:31.626Z] Step 18/23 : EXPOSE 49990 [2021-04-05T02:53:31.626Z] ---> Running in 2af123dbb2b7 [2021-04-05T02:53:32.138Z] Removing intermediate container 2af123dbb2b7 [2021-04-05T02:53:32.138Z] ---> 46f9663917ef [2021-04-05T02:53:32.138Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-05T02:53:32.494Z] ---> Running in adcaa2d4e131 [2021-04-05T02:53:33.150Z] Removing intermediate container adcaa2d4e131 [2021-04-05T02:53:33.150Z] ---> 282b60592acf [2021-04-05T02:53:33.150Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-05T02:53:33.150Z] ---> Running in 6172400fcad4 [2021-04-05T02:53:33.893Z] Removing intermediate container 6172400fcad4 [2021-04-05T02:53:33.893Z] ---> 958f4ebd0944 [2021-04-05T02:53:33.893Z] Step 21/23 : LABEL arch=amd64 [2021-04-05T02:53:33.893Z] ---> Running in c2774e7630eb [2021-04-05T02:53:34.726Z] Removing intermediate container c2774e7630eb [2021-04-05T02:53:34.726Z] ---> dfd185ffd71d [2021-04-05T02:53:34.726Z] Step 22/23 : LABEL git_sha=0260a98f875fcc2c542507b1dff7dcd3fafcd118 [2021-04-05T02:53:34.726Z] ---> Running in c06afcf5b01a [2021-04-05T02:53:35.160Z] Removing intermediate container c06afcf5b01a [2021-04-05T02:53:35.160Z] ---> 236c0839804a [2021-04-05T02:53:35.160Z] Step 23/23 : LABEL version=0.0.0 [2021-04-05T02:53:35.160Z] ---> Running in 2e4e257dbaf4 [2021-04-05T02:53:35.613Z] Removing intermediate container 2e4e257dbaf4 [2021-04-05T02:53:35.613Z] ---> 7503cfe5771f [2021-04-05T02:53:35.613Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-05T02:53:35.613Z] Successfully built 7503cfe5771f [2021-04-05T02:53:35.613Z] 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-05T02:53:36.946Z] ---> job-cost.sh [2021-04-05T02:53:36.946Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ysIk [2021-04-05T02:53:57.263Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-05T02:54:10.059Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-05T02:54:49.903Z] lf-activate-venv(): INFO: Adding /tmp/venv-ysIk/bin to PATH [2021-04-05T02:54:49.903Z] INFO: No Stack... [2021-04-05T02:54:50.963Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-05T02:54:51.654Z] INFO: Archiving Costs [Pipeline] sh [2021-04-05T02:54:52.182Z] + cat /w/workspace/device-sdk-go/9/archives/cost.csv [2021-04-05T02:54:52.182Z] + cut -d, -f6 [Pipeline] lock [2021-04-05T02:54:52.293Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-844-9-stack-cost] [2021-04-05T02:54:52.303Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-844-9-stack-cost] did not exist. Created. [2021-04-05T02:54:52.303Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-844-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-05T02:54:52.879Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-05T02:54:53.323Z] Stashed 1 file(s) [Pipeline] } [2021-04-05T02:54:53.340Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-844-9-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-05T02:55:33.991Z] lf-activate-venv(): INFO: Adding /tmp/venv-R5uj/bin to PATH [2021-04-05T02:55:33.992Z] INFO: No Stack... [2021-04-05T02:55:33.992Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-05T02:55:33.992Z] INFO: Archiving Costs [Pipeline] sh [2021-04-05T02:55:34.326Z] + cut -d, -f6 [2021-04-05T02:55:34.326Z] + cat /w/workspace/device-sdk-go/9/archives/cost.csv [Pipeline] lock [2021-04-05T02:55:34.431Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-844-9-stack-cost] [2021-04-05T02:55:34.445Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-844-9-stack-cost] did not exist. Created. [2021-04-05T02:55:34.445Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-844-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-05T02:55:34.909Z] /w/workspace/device-sdk-go/9@tmp/durable-0197c85b/script.sh: 1: /w/workspace/device-sdk-go/9@tmp/durable-0197c85b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-05T02:55:35.258Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-05T02:55:35.332Z] Warning: overwriting stash ‘stack-cost’ [2021-04-05T02:55:35.491Z] Stashed 1 file(s) [Pipeline] } [2021-04-05T02:55:35.506Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-844-9-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-05T02:55:37.175Z] provisioning config files... [2021-04-05T02:55:37.196Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp/config7505293612111881551tmp [Pipeline] { [Pipeline] sh [2021-04-05T02:55:37.645Z] + set +x [2021-04-05T02:55:37.645Z] + curl -s https://codecov.io/bash [2021-04-05T02:55:37.645Z] + bash -s -- [2021-04-05T02:55:37.927Z] [2021-04-05T02:55:37.927Z] _____ _ [2021-04-05T02:55:37.927Z] / ____| | | [2021-04-05T02:55:37.927Z] | | ___ __| | ___ ___ _____ __ [2021-04-05T02:55:37.927Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-05T02:55:37.927Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-05T02:55:37.927Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-05T02:55:37.927Z] Bash-20210309-2b87ace [2021-04-05T02:55:37.927Z] [2021-04-05T02:55:37.927Z] [2021-04-05T02:55:37.927Z] ==> git version 2.24.3 found [2021-04-05T02:55:37.927Z] ==> 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-05T02:55:37.927Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-05T02:55:37.927Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-05T02:55:37.927Z] ==> Jenkins CI detected. [2021-04-05T02:55:37.927Z] project root: . [2021-04-05T02:55:37.927Z] --> token set from env [2021-04-05T02:55:37.927Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-05T02:55:38.210Z] ==> Running gcov in . (disable via -X gcov) [2021-04-05T02:55:38.210Z] ==> Python coveragepy not found [2021-04-05T02:55:38.210Z] ==> Searching for coverage reports in: [2021-04-05T02:55:38.210Z] + . [2021-04-05T02:55:38.210Z] -> Found 1 reports [2021-04-05T02:55:38.210Z] ==> Detecting git/mercurial file structure [2021-04-05T02:55:38.210Z] ==> Reading reports [2021-04-05T02:55:38.210Z] + ./coverage.out bytes=101239 [2021-04-05T02:55:38.210Z] ==> Appending adjustments [2021-04-05T02:55:38.210Z] https://docs.codecov.io/docs/fixing-reports [2021-04-05T02:55:38.858Z] + Found adjustments [2021-04-05T02:55:38.858Z] ==> Gzipping contents [2021-04-05T02:55:38.858Z] 16K /tmp/codecov.xXLaJ6.gz [2021-04-05T02:55:38.858Z] ==> Uploading reports [2021-04-05T02:55:38.858Z] url: https://codecov.io [2021-04-05T02:55:38.858Z] query: branch=PR-844&commit=0260a98f875fcc2c542507b1dff7dcd3fafcd118&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-844%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=844&job=&cmd_args= [2021-04-05T02:55:38.858Z] -> Pinging Codecov [2021-04-05T02:55:38.858Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-844&commit=0260a98f875fcc2c542507b1dff7dcd3fafcd118&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-844%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=844&job=&cmd_args= [2021-04-05T02:55:39.460Z] -> Uploading to [2021-04-05T02:55:39.460Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-05/7E55EF52A471D76F132DFD9A03CDDE97/0260a98f875fcc2c542507b1dff7dcd3fafcd118/2369c4ac-c659-4abc-9550-778ffd1d8b36.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210405%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210405T025539Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6097fec795090b38b888111d7bd19f2c7b112c3e63d0aeaeaf7bb0f8a1f02426 [2021-04-05T02:55:39.460Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-05T02:55:39.460Z] Dload Upload Total Spent Left Speed [2021-04-05T02:55:40.049Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13711 0 0 100 13711 0 25497 --:--:-- --:--:-- --:--:-- 25485 [2021-04-05T02:55:40.049Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0260a98f875fcc2c542507b1dff7dcd3fafcd118 [Pipeline] } [2021-04-05T02:55:40.083Z] 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-05T02:55:42.886Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T02:55:43.643Z] ---> package-listing.sh [2021-04-05T02:55:43.643Z] ++ facter osfamily [2021-04-05T02:55:43.643Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-05T02:55:43.643Z] + OS_FAMILY=redhat [2021-04-05T02:55:43.982Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-844 [2021-04-05T02:55:43.982Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-05T02:55:43.982Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-05T02:55:43.982Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-05T02:55:43.982Z] + PACKAGES=/tmp/packages_start.txt [2021-04-05T02:55:43.982Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-844 ']' [2021-04-05T02:55:43.982Z] + PACKAGES=/tmp/packages_end.txt [2021-04-05T02:55:43.982Z] + case "${OS_FAMILY}" in [2021-04-05T02:55:43.982Z] + rpm -qa [2021-04-05T02:55:43.982Z] + sort [2021-04-05T02:55:52.730Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-05T02:55:52.730Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-05T02:55:52.730Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-05T02:55:52.730Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-844 ']' [2021-04-05T02:55:52.730Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-844/archives/ [2021-04-05T02:55:52.730Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-844/archives/ [Pipeline] echo [2021-04-05T02:55:52.756Z] 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-844/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-05T02:55:53.392Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:55:54.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T02:55:54.185Z] [2021-04-05T02:55:54.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-05T02:55:54.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T02:55:54.585Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-05T02:55:54.585Z] df20fa9351a1: Pulling fs layer [2021-04-05T02:55:54.585Z] 36b3adc4ff6f: Pulling fs layer [2021-04-05T02:55:54.585Z] 8ad3a11d3b57: Pulling fs layer [2021-04-05T02:55:54.585Z] 46f8f816bc3b: Pulling fs layer [2021-04-05T02:55:54.585Z] 93b61091891f: Pulling fs layer [2021-04-05T02:55:54.585Z] 93b9cdb0e59b: Pulling fs layer [2021-04-05T02:55:54.585Z] 5e14af77c1be: Pulling fs layer [2021-04-05T02:55:54.585Z] 01666e4c0597: Pulling fs layer [2021-04-05T02:55:54.585Z] aa168da1d23b: Pulling fs layer [2021-04-05T02:55:54.585Z] 46f8f816bc3b: Waiting [2021-04-05T02:55:54.585Z] 93b61091891f: Waiting [2021-04-05T02:55:54.585Z] 93b9cdb0e59b: Waiting [2021-04-05T02:55:54.585Z] 5e14af77c1be: Waiting [2021-04-05T02:55:54.585Z] 01666e4c0597: Waiting [2021-04-05T02:55:54.585Z] aa168da1d23b: Waiting [2021-04-05T02:55:54.877Z] 36b3adc4ff6f: Verifying Checksum [2021-04-05T02:55:54.877Z] 36b3adc4ff6f: Download complete [2021-04-05T02:55:54.877Z] 46f8f816bc3b: Verifying Checksum [2021-04-05T02:55:54.877Z] 46f8f816bc3b: Download complete [2021-04-05T02:55:54.877Z] df20fa9351a1: Verifying Checksum [2021-04-05T02:55:54.877Z] df20fa9351a1: Download complete [2021-04-05T02:55:55.226Z] 93b9cdb0e59b: Verifying Checksum [2021-04-05T02:55:55.226Z] 93b9cdb0e59b: Download complete [2021-04-05T02:55:55.226Z] 5e14af77c1be: Verifying Checksum [2021-04-05T02:55:55.226Z] 5e14af77c1be: Download complete [2021-04-05T02:55:55.226Z] 01666e4c0597: Verifying Checksum [2021-04-05T02:55:55.226Z] 01666e4c0597: Download complete [2021-04-05T02:55:55.226Z] 93b61091891f: Verifying Checksum [2021-04-05T02:55:55.226Z] 93b61091891f: Download complete [2021-04-05T02:55:55.566Z] df20fa9351a1: Pull complete [2021-04-05T02:55:55.929Z] 36b3adc4ff6f: Pull complete [2021-04-05T02:55:56.232Z] 8ad3a11d3b57: Verifying Checksum [2021-04-05T02:55:56.232Z] 8ad3a11d3b57: Download complete [2021-04-05T02:55:58.898Z] 8ad3a11d3b57: Pull complete [2021-04-05T02:55:58.898Z] 46f8f816bc3b: Pull complete [2021-04-05T02:56:01.274Z] 93b61091891f: Pull complete [2021-04-05T02:56:01.274Z] 93b9cdb0e59b: Pull complete [2021-04-05T02:56:02.997Z] 5e14af77c1be: Pull complete [2021-04-05T02:56:03.282Z] 01666e4c0597: Pull complete [2021-04-05T02:56:04.319Z] aa168da1d23b: Verifying Checksum [2021-04-05T02:56:04.319Z] aa168da1d23b: Download complete [2021-04-05T02:56:23.195Z] aa168da1d23b: Pull complete [2021-04-05T02:56:23.195Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-05T02:56:23.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T02:56:23.195Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-05T02:56:23.613Z] prd-centos7-docker-4c-2g-32745 does not seem to be running inside a container [2021-04-05T02:56:23.742Z] $ 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-844/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-844 -v /w/workspace/dgexfoundry_device-sdk-go_PR-844:/w/workspace/dgexfoundry_device-sdk-go_PR-844:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-05T02:56:28.371Z] $ docker top 3928b3bcdd9ea7803b1db7a01fecb67fcb9bce48b2093176ee6075eb2da3e554 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T02:56:29.497Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-05T02:56:30.234Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-05T02:56:30.916Z] + ls /var/log/sa-host [2021-04-05T02:56:30.916Z] + sadf -c /var/log/sa-host/sa05 [2021-04-05T02:56:30.916Z] file_magic: OK [2021-04-05T02:56:30.916Z] HZ: Using current value: 100 [2021-04-05T02:56:30.916Z] file_header: OK [2021-04-05T02:56:30.916Z] 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-05T02:56:30.916Z] Statistics: [2021-04-05T02:56:30.916Z] 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... [2021-04-05T02:56:30.916Z] File successfully converted to sysstat format version 12.2.1 [2021-04-05T02:56:30.916Z] + sadf -c /var/log/sa-host/sa23 [2021-04-05T02:56:30.916Z] file_magic: OK [2021-04-05T02:56:30.916Z] HZ: Using current value: 100 [2021-04-05T02:56:30.916Z] file_header: OK [2021-04-05T02:56:30.916Z] 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-05T02:56:30.916Z] Statistics: [2021-04-05T02:56:30.916Z] Hnuu...uuuununununu... [2021-04-05T02:56:30.916Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-05T02:56:31.196Z] provisioning config files... [2021-04-05T02:56:31.256Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-844@tmp/config1147848342574651144tmp [Pipeline] { [Pipeline] echo [2021-04-05T02:56:31.450Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T02:56:32.517Z] ---> create-netrc.sh [Pipeline] } [2021-04-05T02:56:32.578Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-05T02:56:32.693Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T02:56:33.742Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-05T02:56:33.761Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T02:56:35.295Z] ---> sudo-logs.sh [2021-04-05T02:56:35.295Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-05T02:56:35.570Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T02:56:36.451Z] ---> job-cost.sh [2021-04-05T02:56:36.944Z] lf-activate-venv: SKIPPING [2021-04-05T02:56:36.944Z] DEBUG: total: 0.20999999344348907 [2021-04-05T02:56:36.944Z] INFO: Retrieving Stack Cost... [2021-04-05T02:56:37.920Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-05T02:56:38.586Z] INFO: Archiving Costs [Pipeline] echo [2021-04-05T02:56:38.620Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T02:56:39.593Z] ---> logs-deploy.sh [2021-04-05T02:56:39.594Z] lf-activate-venv: SKIPPING [2021-04-05T02:56:39.594Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-844/9 [2021-04-05T02:56:39.594Z] INFO: archiving workspace using pattern(s): [2021-04-05T02:56:44.123Z] Archives upload complete. [2021-04-05T02:56:44.123Z] INFO: archiving logs to Nexus