Pull request #850 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d513111ac14c6685eb65e02aa97fd0b735a55fb2+666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (9c834c82a0c2a9451f93cc8fd9cedd8a5fc603fd) 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-32694 in /w/workspace/dgexfoundry_device-sdk-go_PR-850 [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-850 # 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/850/head:refs/remotes/origin/PR-850 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit d513111ac14c6685eb65e02aa97fd0b735a55fb2 Merge succeeded, producing d513111ac14c6685eb65e02aa97fd0b735a55fb2 Checking out Revision d513111ac14c6685eb65e02aa97fd0b735a55fb2 (PR-850) > git config core.sparsecheckout # timeout=10 > git checkout -f d513111ac14c6685eb65e02aa97fd0b735a55fb2 # 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 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d513111ac14c6685eb65e02aa97fd0b735a55fb2 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-04T06:33:54.957Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 7835cba7ba0ebd50693c73636895cef7a996a10e # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-04T06:33:55.343Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-04T06:33:55.447Z] ========================================================= [2021-04-04T06:33:55.447Z] EdgeX Global Pipelines Version Info [2021-04-04T06:33:55.447Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:33:56.949Z] ------------------- [2021-04-04T06:33:56.949Z] stable info: [2021-04-04T06:33:56.949Z] ------------------- [2021-04-04T06:33:56.949Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-04T06:33:56.949Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-04T06:33:56.949Z] Message: update stable to v1.0.186 [2021-04-04T06:33:57.895Z] ------------------- [2021-04-04T06:33:57.895Z] experimental info: [2021-04-04T06:33:57.895Z] ------------------- [2021-04-04T06:33:57.895Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-04T06:33:57.895Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-04T06:33:57.895Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-04T06:33:58.151Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-04T06:33:58.244Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-04T06:33:58.332Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-04T06:33:58.420Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-04T06:33:58.509Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-04T06:33:58.610Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-04T06:33:58.700Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-04T06:33:58.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-04T06:33:58.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-04T06:33:58.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-04T06:33:59.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-04T06:33:59.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-04T06:33:59.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-04T06:33:59.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-04T06:33:59.466Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-04T06:33:59.555Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-04T06:33:59.646Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-04T06:33:59.739Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-04T06:33:59.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-04T06:33:59.927Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-04T06:34:00.016Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-04T06:34:00.104Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-04T06:34:00.195Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-04T06:34:00.346Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-04T06:34:00.452Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-04T06:34:00.606Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-04T06:34:00.758Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-850 [Pipeline] echo [2021-04-04T06:34:00.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-850 [Pipeline] echo [2021-04-04T06:34:00.934Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-850 [Pipeline] echo [2021-04-04T06:34:01.023Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d513111ac14c6685eb65e02aa97fd0b735a55fb2 [Pipeline] echo [2021-04-04T06:34:01.163Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d513111 [Pipeline] echo [2021-04-04T06:34:01.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-04T06:34:01.466Z] provisioning config files... [2021-04-04T06:34:01.501Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp/config1884612596363805972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:34:01.902Z] ---> docker-login.sh [2021-04-04T06:34:01.902Z] nexus3.edgexfoundry.org:10001 [2021-04-04T06:34:02.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:34:02.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:34:02.430Z] Configure a credential helper to remove this warning. See [2021-04-04T06:34:02.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:34:02.430Z] [2021-04-04T06:34:02.430Z] Login Succeeded [2021-04-04T06:34:02.430Z] nexus3.edgexfoundry.org:10002 [2021-04-04T06:34:02.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:34:02.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:34:02.693Z] Configure a credential helper to remove this warning. See [2021-04-04T06:34:02.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:34:02.693Z] [2021-04-04T06:34:02.693Z] Login Succeeded [2021-04-04T06:34:02.693Z] nexus3.edgexfoundry.org:10003 [2021-04-04T06:34:02.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:34:02.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:34:02.957Z] Configure a credential helper to remove this warning. See [2021-04-04T06:34:02.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:34:02.957Z] [2021-04-04T06:34:02.957Z] Login Succeeded [2021-04-04T06:34:02.957Z] nexus3.edgexfoundry.org:10004 [2021-04-04T06:34:03.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:34:03.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:34:03.222Z] Configure a credential helper to remove this warning. See [2021-04-04T06:34:03.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:34:03.222Z] [2021-04-04T06:34:03.222Z] Login Succeeded [2021-04-04T06:34:03.222Z] docker.io [2021-04-04T06:34:03.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:34:03.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:34:03.486Z] Configure a credential helper to remove this warning. See [2021-04-04T06:34:03.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:34:03.486Z] [2021-04-04T06:34:03.486Z] Login Succeeded [2021-04-04T06:34:03.486Z] ---> docker-login.sh ends [Pipeline] } [2021-04-04T06:34:03.499Z] 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-04T06:34:04.410Z] + git log --format=format:%s -1 d513111ac14c6685eb65e02aa97fd0b735a55fb2 [Pipeline] echo [2021-04-04T06:34:04.484Z] GIT_COMMIT: d513111ac14c6685eb65e02aa97fd0b735a55fb2, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo [2021-04-04T06:34:04.532Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:34:05.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-04T06:34:05.550Z] [2021-04-04T06:34:05.550Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:34:05.900Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-04T06:34:05.900Z] latest: Pulling from edgex-devops/git-semver [2021-04-04T06:34:05.900Z] 31603596830f: Pulling fs layer [2021-04-04T06:34:05.900Z] 2a8b12db71e7: Pulling fs layer [2021-04-04T06:34:05.900Z] 6ca5941a6612: Pulling fs layer [2021-04-04T06:34:05.900Z] ecc8261a40a4: Pulling fs layer [2021-04-04T06:34:05.900Z] ecc8261a40a4: Waiting [2021-04-04T06:34:05.900Z] 2a8b12db71e7: Verifying Checksum [2021-04-04T06:34:05.900Z] 2a8b12db71e7: Download complete [2021-04-04T06:34:05.900Z] 31603596830f: Download complete [2021-04-04T06:34:06.164Z] 6ca5941a6612: Verifying Checksum [2021-04-04T06:34:06.164Z] 6ca5941a6612: Download complete [2021-04-04T06:34:06.164Z] ecc8261a40a4: Verifying Checksum [2021-04-04T06:34:06.165Z] ecc8261a40a4: Download complete [2021-04-04T06:34:06.428Z] 31603596830f: Pull complete [2021-04-04T06:34:06.428Z] 2a8b12db71e7: Pull complete [2021-04-04T06:34:07.383Z] 6ca5941a6612: Pull complete [2021-04-04T06:34:07.647Z] ecc8261a40a4: Pull complete [2021-04-04T06:34:07.647Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-04T06:34:07.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-04T06:34:07.647Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-04T06:34:07.760Z] prd-centos7-docker-4c-2g-32694 does not seem to be running inside a container [2021-04-04T06:34:07.806Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-850 -v /w/workspace/dgexfoundry_device-sdk-go_PR-850:/w/workspace/dgexfoundry_device-sdk-go_PR-850:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-04T06:34:10.064Z] $ docker top f378943f9595896e412c09c7c167f26a3ab3fbb0fcf5817da183bd76f02f7139 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-04T06:34:10.386Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-04T06:34:10.386Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-04T06:34:10.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-04T06:34:10.618Z] $ docker exec f378943f9595896e412c09c7c167f26a3ab3fbb0fcf5817da183bd76f02f7139 ssh-agent [2021-04-04T06:34:10.811Z] SSH_AUTH_SOCK=/tmp/ssh-Q4yi3Potkswc/agent.12 [2021-04-04T06:34:10.811Z] SSH_AGENT_PID=17 [2021-04-04T06:34:10.823Z] Running ssh-add (command line suppressed) [2021-04-04T06:34:10.941Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp/private_key_8864043226281029301.key (/w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp/private_key_8864043226281029301.key) [2021-04-04T06:34:11.000Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-04T06:34:11.351Z] + git tag --points-at HEAD [Pipeline] } [2021-04-04T06:34:11.371Z] $ docker exec --env ******** --env ******** f378943f9595896e412c09c7c167f26a3ab3fbb0fcf5817da183bd76f02f7139 ssh-agent -k [2021-04-04T06:34:11.490Z] unset SSH_AUTH_SOCK; [2021-04-04T06:34:11.491Z] unset SSH_AGENT_PID; [2021-04-04T06:34:11.491Z] echo Agent pid 17 killed; [2021-04-04T06:34:11.551Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-04T06:34:11.737Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-04T06:34:11.737Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-04T06:34:11.911Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-04T06:34:11.910Z] $ docker exec f378943f9595896e412c09c7c167f26a3ab3fbb0fcf5817da183bd76f02f7139 ssh-agent [2021-04-04T06:34:12.080Z] SSH_AUTH_SOCK=/tmp/ssh-OFVpinPsskVj/agent.46 [2021-04-04T06:34:12.080Z] SSH_AGENT_PID=51 [2021-04-04T06:34:12.087Z] Running ssh-add (command line suppressed) [2021-04-04T06:34:12.204Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp/private_key_5953779944165155429.key (/w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp/private_key_5953779944165155429.key) [2021-04-04T06:34:12.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-04T06:34:12.606Z] + git semver init [2021-04-04T06:34:12.606Z] # -> Open(): unable to determine branch for HEAD [2021-04-04T06:34:12.606Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-850/.git [2021-04-04T06:34:12.606Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-850 [2021-04-04T06:34:12.606Z] # $SEMVER_REMOTE_NAME = origin [2021-04-04T06:34:12.606Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-04T06:34:12.606Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-04T06:34:12.606Z] # $SEMVER_BRANCH = PR-850 [2021-04-04T06:34:12.606Z] # $SEMVER_TEMP = /tmp/semver-141110499 [2021-04-04T06:34:12.606Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-04T06:34:13.577Z] # '/tmp/semver-141110499' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-850/.semver' [2021-04-04T06:34:13.577Z] # -> Force: false [2021-04-04T06:34:13.577Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-850/.semver [Pipeline] } [2021-04-04T06:34:13.599Z] $ docker exec --env ******** --env ******** f378943f9595896e412c09c7c167f26a3ab3fbb0fcf5817da183bd76f02f7139 ssh-agent -k [2021-04-04T06:34:13.753Z] unset SSH_AUTH_SOCK; [2021-04-04T06:34:13.754Z] unset SSH_AGENT_PID; [2021-04-04T06:34:13.754Z] echo Agent pid 51 killed; [2021-04-04T06:34:13.814Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-04T06:34:14.349Z] + git semver [Pipeline] } [2021-04-04T06:34:14.365Z] $ docker stop --time=1 f378943f9595896e412c09c7c167f26a3ab3fbb0fcf5817da183bd76f02f7139 [2021-04-04T06:34:15.879Z] $ docker rm -f f378943f9595896e412c09c7c167f26a3ab3fbb0fcf5817da183bd76f02f7139 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-04T06:34:16.386Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-04T06:34:17.010Z] Stashed 1 file(s) [Pipeline] echo [2021-04-04T06:34:17.013Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-04T06:34:32.515Z] Still waiting to schedule task [2021-04-04T06:34:32.515Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32694’ [2021-04-04T06:34:32.518Z] Still waiting to schedule task [2021-04-04T06:34:32.518Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-04T06:36:17.609Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32695 in /w/workspace/dgexfoundry_device-sdk-go_PR-850 [Pipeline] { [Pipeline] ws [2021-04-04T06:36:17.667Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-04-04T06:36:22.921Z] using credential edgex-jenkins-ssh [2021-04-04T06:36:23.033Z] Cloning the remote Git repository [2021-04-04T06:36:23.099Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:36:23.211Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-04-04T06:36:23.317Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:36:23.318Z] > git --version # timeout=10 [2021-04-04T06:36:23.340Z] > git --version # 'git version 2.17.1' [2021-04-04T06:36:23.342Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-04T06:36:23.417Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-04T06:36:25.187Z] Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit d513111ac14c6685eb65e02aa97fd0b735a55fb2 [2021-04-04T06:36:24.560Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-04T06:36:24.609Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-04T06:36:24.644Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-04T06:36:24.684Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:36:24.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-04T06:36:24.700Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/850/head:refs/remotes/origin/PR-850 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-04T06:36:25.200Z] > git config core.sparsecheckout # timeout=10 [2021-04-04T06:36:25.219Z] > git checkout -f d513111ac14c6685eb65e02aa97fd0b735a55fb2 # timeout=10 [2021-04-04T06:36:25.431Z] Merge succeeded, producing d513111ac14c6685eb65e02aa97fd0b735a55fb2 [2021-04-04T06:36:25.432Z] Checking out Revision d513111ac14c6685eb65e02aa97fd0b735a55fb2 (PR-850) [2021-04-04T06:36:25.332Z] > git remote # timeout=10 [2021-04-04T06:36:25.349Z] > git config --get remote.origin.url # timeout=10 [2021-04-04T06:36:25.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-04T06:36:25.382Z] > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 [2021-04-04T06:36:25.409Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-04T06:36:25.436Z] > git config core.sparsecheckout # timeout=10 [2021-04-04T06:36:25.515Z] > git checkout -f d513111ac14c6685eb65e02aa97fd0b735a55fb2 # timeout=10 [2021-04-04T06:36:29.997Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-04T06:36:31.682Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-04T06:36:32.138Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-04T06:36:32.477Z] + sudo service docker restart+ true [2021-04-04T06:36:32.477Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-04T06:36:35.182Z] provisioning config files... [2021-04-04T06:36:35.224Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config1085234815705005253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:36:35.640Z] ---> docker-login.sh [2021-04-04T06:36:35.640Z] nexus3.edgexfoundry.org:10001 [2021-04-04T06:36:36.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:36:37.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:36:37.229Z] Configure a credential helper to remove this warning. See [2021-04-04T06:36:37.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:36:37.229Z] [2021-04-04T06:36:37.229Z] Login Succeeded [2021-04-04T06:36:37.229Z] nexus3.edgexfoundry.org:10002 [2021-04-04T06:36:37.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:36:37.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:36:37.506Z] Configure a credential helper to remove this warning. See [2021-04-04T06:36:37.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:36:37.506Z] [2021-04-04T06:36:37.506Z] Login Succeeded [2021-04-04T06:36:37.506Z] nexus3.edgexfoundry.org:10003 [2021-04-04T06:36:38.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:36:38.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:36:38.105Z] Configure a credential helper to remove this warning. See [2021-04-04T06:36:38.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:36:38.105Z] [2021-04-04T06:36:38.105Z] Login Succeeded [2021-04-04T06:36:38.105Z] nexus3.edgexfoundry.org:10004 [2021-04-04T06:36:38.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:36:38.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:36:38.709Z] Configure a credential helper to remove this warning. See [2021-04-04T06:36:38.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:36:38.709Z] [2021-04-04T06:36:38.709Z] Login Succeeded [2021-04-04T06:36:38.709Z] docker.io [2021-04-04T06:36:38.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:36:39.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:36:39.591Z] Configure a credential helper to remove this warning. See [2021-04-04T06:36:39.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:36:39.591Z] [2021-04-04T06:36:39.591Z] Login Succeeded [2021-04-04T06:36:39.591Z] ---> docker-login.sh ends [Pipeline] } [2021-04-04T06:36:39.608Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-04T06:36:40.059Z] ========================================================= [2021-04-04T06:36:40.059Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-04T06:36:40.059Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:36:40.444Z] + 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-04T06:36:40.723Z] Sending build context to Docker daemon 2.346MB [2021-04-04T06:36:40.995Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-04T06:36:40.995Z] Step 2/8 : FROM ${BASE} [2021-04-04T06:36:40.995Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-04T06:36:40.995Z] 5f621e34cdf4: Pulling fs layer [2021-04-04T06:36:40.995Z] a4357932f1b6: Pulling fs layer [2021-04-04T06:36:40.995Z] 18c013af1878: Pulling fs layer [2021-04-04T06:36:40.995Z] 00ac8860ef70: Pulling fs layer [2021-04-04T06:36:40.995Z] 63d7cb157983: Pulling fs layer [2021-04-04T06:36:40.995Z] b116817d02f9: Pulling fs layer [2021-04-04T06:36:40.995Z] 745a02a5169b: Pulling fs layer [2021-04-04T06:36:40.995Z] 00ac8860ef70: Waiting [2021-04-04T06:36:40.995Z] 63d7cb157983: Waiting [2021-04-04T06:36:40.995Z] b116817d02f9: Waiting [2021-04-04T06:36:40.995Z] 745a02a5169b: Waiting [2021-04-04T06:36:40.995Z] 18c013af1878: Verifying Checksum [2021-04-04T06:36:40.995Z] 18c013af1878: Download complete [2021-04-04T06:36:40.995Z] a4357932f1b6: Verifying Checksum [2021-04-04T06:36:40.995Z] a4357932f1b6: Download complete [2021-04-04T06:36:40.995Z] 63d7cb157983: Download complete [2021-04-04T06:36:41.975Z] b116817d02f9: Verifying Checksum [2021-04-04T06:36:41.975Z] b116817d02f9: Download complete [2021-04-04T06:36:41.975Z] 5f621e34cdf4: Verifying Checksum [2021-04-04T06:36:41.975Z] 5f621e34cdf4: Download complete [2021-04-04T06:36:42.583Z] 5f621e34cdf4: Pull complete [2021-04-04T06:36:43.191Z] a4357932f1b6: Pull complete [2021-04-04T06:36:43.470Z] 18c013af1878: Pull complete [2021-04-04T06:36:44.071Z] 745a02a5169b: Verifying Checksum [2021-04-04T06:36:44.071Z] 745a02a5169b: Download complete [2021-04-04T06:36:45.511Z] 00ac8860ef70: Verifying Checksum [2021-04-04T06:36:45.511Z] 00ac8860ef70: Download complete [2021-04-04T06:36:55.694Z] 00ac8860ef70: Pull complete [2021-04-04T06:36:55.970Z] 63d7cb157983: Pull complete [2021-04-04T06:36:56.244Z] b116817d02f9: Pull complete [2021-04-04T06:36:57.058Z] Running on prd-centos7-docker-4c-2g-32696 in /w/workspace/dgexfoundry_device-sdk-go_PR-850 [Pipeline] { [Pipeline] ws [2021-04-04T06:36:57.109Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-04-04T06:36:59.533Z] using credential edgex-jenkins-ssh [2021-04-04T06:36:59.588Z] Cloning the remote Git repository [2021-04-04T06:36:59.468Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:36:59.544Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-04-04T06:36:59.619Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:36:59.619Z] > git --version # timeout=10 [2021-04-04T06:36:59.626Z] > git --version # 'git version 2.24.3' [2021-04-04T06:36:59.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-04T06:36:59.655Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-04T06:37:00.572Z] 745a02a5169b: Pull complete [2021-04-04T06:37:00.572Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-04T06:37:00.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-04T06:37:00.572Z] ---> b7e6874047d6 [2021-04-04T06:37:00.572Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:37:00.978Z] Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit d513111ac14c6685eb65e02aa97fd0b735a55fb2 [2021-04-04T06:37:01.076Z] Merge succeeded, producing d513111ac14c6685eb65e02aa97fd0b735a55fb2 [2021-04-04T06:37:01.076Z] Checking out Revision d513111ac14c6685eb65e02aa97fd0b735a55fb2 (PR-850) [2021-04-04T06:37:00.437Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-04T06:37:00.445Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-04T06:37:00.459Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-04T06:37:00.483Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:37:00.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-04T06:37:00.488Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/850/head:refs/remotes/origin/PR-850 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-04T06:37:00.950Z] > git config core.sparsecheckout # timeout=10 [2021-04-04T06:37:00.959Z] > git checkout -f d513111ac14c6685eb65e02aa97fd0b735a55fb2 # timeout=10 [2021-04-04T06:37:01.010Z] > git remote # timeout=10 [2021-04-04T06:37:01.016Z] > git config --get remote.origin.url # timeout=10 [2021-04-04T06:37:01.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-04T06:37:01.027Z] > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 [2021-04-04T06:37:01.038Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-04T06:37:01.050Z] > git config core.sparsecheckout # timeout=10 [2021-04-04T06:37:01.055Z] > git checkout -f d513111ac14c6685eb65e02aa97fd0b735a55fb2 # timeout=10 [2021-04-04T06:37:03.198Z] ---> Running in 24f92890a0d8 [2021-04-04T06:37:03.472Z] Removing intermediate container 24f92890a0d8 [2021-04-04T06:37:03.472Z] ---> 2b82454a72f4 [2021-04-04T06:37:03.472Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:37:03.752Z] ---> Running in 72def13d9010 [2021-04-04T06:37:04.693Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-04T06:37:05.826Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-04T06:37:06.156Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-04T06:37:06.386Z] Removing intermediate container 72def13d9010 [2021-04-04T06:37:06.386Z] ---> 42829b45c9ca [2021-04-04T06:37:06.386Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-04T06:37:06.386Z] ---> Running in 78e2bacd0fab [2021-04-04T06:37:06.453Z] + sudo service docker restart [2021-04-04T06:37:06.453Z] + true [2021-04-04T06:37:06.453Z] Redirecting to /bin/systemctl restart docker.service [2021-04-04T06:37:07.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-04T06:37:07.906Z] provisioning config files... [2021-04-04T06:37:07.932Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config1842726528249687706tmp [Pipeline] { [2021-04-04T06:37:07.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:37:08.292Z] ---> docker-login.sh [2021-04-04T06:37:08.292Z] nexus3.edgexfoundry.org:10001 [2021-04-04T06:37:08.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:37:08.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:37:08.556Z] Configure a credential helper to remove this warning. See [2021-04-04T06:37:08.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:37:08.556Z] [2021-04-04T06:37:08.556Z] Login Succeeded [2021-04-04T06:37:08.556Z] nexus3.edgexfoundry.org:10002 [2021-04-04T06:37:08.573Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-04T06:37:08.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:37:08.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:37:08.825Z] Configure a credential helper to remove this warning. See [2021-04-04T06:37:08.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:37:08.825Z] [2021-04-04T06:37:08.825Z] Login Succeeded [2021-04-04T06:37:08.825Z] nexus3.edgexfoundry.org:10003 [2021-04-04T06:37:08.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:37:08.843Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-04T06:37:08.843Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-04T06:37:08.843Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-04T06:37:09.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:37:09.093Z] Configure a credential helper to remove this warning. See [2021-04-04T06:37:09.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:37:09.093Z] [2021-04-04T06:37:09.093Z] Login Succeeded [2021-04-04T06:37:09.093Z] nexus3.edgexfoundry.org:10004 [2021-04-04T06:37:09.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:37:09.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:37:09.093Z] Configure a credential helper to remove this warning. See [2021-04-04T06:37:09.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:37:09.093Z] [2021-04-04T06:37:09.093Z] Login Succeeded [2021-04-04T06:37:09.093Z] docker.io [2021-04-04T06:37:09.123Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-04T06:37:09.123Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-04T06:37:09.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:37:09.401Z] Executing busybox-1.31.1-r19.trigger [2021-04-04T06:37:09.401Z] OK: 144 MiB in 45 packages [2021-04-04T06:37:09.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:37:09.618Z] Configure a credential helper to remove this warning. See [2021-04-04T06:37:09.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:37:09.618Z] [2021-04-04T06:37:09.618Z] Login Succeeded [2021-04-04T06:37:09.618Z] ---> docker-login.sh ends [Pipeline] } [2021-04-04T06:37:09.628Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-04T06:37:09.954Z] ========================================================= [2021-04-04T06:37:09.954Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-04T06:37:09.954Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:37:10.315Z] + 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-04T06:37:10.315Z] Sending build context to Docker daemon 2.35MB [2021-04-04T06:37:10.315Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-04T06:37:10.315Z] Step 2/8 : FROM ${BASE} [2021-04-04T06:37:10.580Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-04T06:37:10.580Z] 188c0c94c7c5: Pulling fs layer [2021-04-04T06:37:10.580Z] 0ef7d3d256c8: Pulling fs layer [2021-04-04T06:37:10.580Z] de9db76c5a1d: Pulling fs layer [2021-04-04T06:37:10.580Z] bca2f99d35d6: Pulling fs layer [2021-04-04T06:37:10.580Z] 93359f2a8cfa: Pulling fs layer [2021-04-04T06:37:10.580Z] 7c6f9722023f: Pulling fs layer [2021-04-04T06:37:10.580Z] a35cf1a2eb13: Pulling fs layer [2021-04-04T06:37:10.580Z] bca2f99d35d6: Waiting [2021-04-04T06:37:10.580Z] 93359f2a8cfa: Waiting [2021-04-04T06:37:10.580Z] 7c6f9722023f: Waiting [2021-04-04T06:37:10.580Z] a35cf1a2eb13: Waiting [2021-04-04T06:37:10.580Z] 0ef7d3d256c8: Verifying Checksum [2021-04-04T06:37:10.580Z] 0ef7d3d256c8: Download complete [2021-04-04T06:37:10.580Z] de9db76c5a1d: Verifying Checksum [2021-04-04T06:37:10.580Z] de9db76c5a1d: Download complete [2021-04-04T06:37:10.580Z] 93359f2a8cfa: Verifying Checksum [2021-04-04T06:37:10.580Z] 93359f2a8cfa: Download complete [2021-04-04T06:37:10.580Z] 188c0c94c7c5: Verifying Checksum [2021-04-04T06:37:10.580Z] 7c6f9722023f: Verifying Checksum [2021-04-04T06:37:10.580Z] 7c6f9722023f: Download complete [2021-04-04T06:37:10.839Z] Removing intermediate container 78e2bacd0fab [2021-04-04T06:37:10.840Z] ---> 6b8cfac7a9dd [2021-04-04T06:37:10.840Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-04T06:37:10.840Z] ---> Running in d2c9cb5df0f8 [2021-04-04T06:37:10.851Z] 188c0c94c7c5: Pull complete [2021-04-04T06:37:11.121Z] 0ef7d3d256c8: Pull complete [2021-04-04T06:37:11.121Z] de9db76c5a1d: Pull complete [2021-04-04T06:37:11.435Z] Removing intermediate container d2c9cb5df0f8 [2021-04-04T06:37:11.435Z] ---> 4c9b2e7c7fc7 [2021-04-04T06:37:11.435Z] Step 7/8 : COPY . . [2021-04-04T06:37:12.413Z] ---> 1be1070980c6 [2021-04-04T06:37:12.413Z] Step 8/8 : RUN go mod download [2021-04-04T06:37:12.537Z] a35cf1a2eb13: Verifying Checksum [2021-04-04T06:37:12.537Z] a35cf1a2eb13: Download complete [2021-04-04T06:37:12.691Z] ---> Running in 36e4f098fdd5 [2021-04-04T06:37:13.125Z] bca2f99d35d6: Verifying Checksum [2021-04-04T06:37:13.125Z] bca2f99d35d6: Download complete [2021-04-04T06:37:18.468Z] bca2f99d35d6: Pull complete [2021-04-04T06:37:18.468Z] 93359f2a8cfa: Pull complete [2021-04-04T06:37:18.468Z] 7c6f9722023f: Pull complete [2021-04-04T06:37:28.519Z] a35cf1a2eb13: Pull complete [2021-04-04T06:37:28.519Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-04T06:37:28.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-04T06:37:28.519Z] ---> a62c8e92a672 [2021-04-04T06:37:28.519Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:37:28.519Z] ---> Running in b0959c114e91 [2021-04-04T06:37:28.519Z] Removing intermediate container b0959c114e91 [2021-04-04T06:37:28.519Z] ---> e7b4f08d5ba6 [2021-04-04T06:37:28.519Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:37:28.519Z] ---> Running in 9bab1be0e4df [2021-04-04T06:37:28.782Z] Removing intermediate container 9bab1be0e4df [2021-04-04T06:37:28.782Z] ---> 4ef5c28c3cd1 [2021-04-04T06:37:28.782Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-04T06:37:28.782Z] ---> Running in 9b9b3600dbef [2021-04-04T06:37:29.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-04T06:37:30.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-04T06:37:30.888Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-04T06:37:30.888Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-04T06:37:30.888Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-04T06:37:31.150Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-04T06:37:31.150Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-04T06:37:31.150Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-04T06:37:31.414Z] Executing busybox-1.31.1-r19.trigger [2021-04-04T06:37:31.414Z] OK: 167 MiB in 45 packages [2021-04-04T06:37:31.991Z] Removing intermediate container 9b9b3600dbef [2021-04-04T06:37:31.991Z] ---> cac061cc520b [2021-04-04T06:37:31.991Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-04T06:37:31.991Z] ---> Running in 5f09d7b59386 [2021-04-04T06:37:32.255Z] Removing intermediate container 5f09d7b59386 [2021-04-04T06:37:32.255Z] ---> 1bf175f0ac29 [2021-04-04T06:37:32.255Z] Step 7/8 : COPY . . [2021-04-04T06:37:33.658Z] ---> 07d28f1fda19 [2021-04-04T06:37:33.658Z] Step 8/8 : RUN go mod download [2021-04-04T06:37:33.658Z] ---> Running in 9e118891da14 [2021-04-04T06:37:45.035Z] Removing intermediate container 36e4f098fdd5 [2021-04-04T06:37:45.035Z] ---> 17aad402b696 [2021-04-04T06:37:45.035Z] Successfully built 17aad402b696 [2021-04-04T06:37:45.035Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:37:45.376Z] + docker inspect -f . ci-base-image-arm64 [2021-04-04T06:37:45.376Z] . [Pipeline] withDockerContainer [2021-04-04T06:37:45.655Z] prd-ubuntu18.04-docker-arm64-4c-16g-32695 does not seem to be running inside a container [2021-04-04T06:37:45.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-04T06:37:47.265Z] $ docker top 194b1aa051fdd658de984bb80926a7a14ebbd05387a69b56b710c9db277a1045 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-04T06:37:48.297Z] + go version [2021-04-04T06:37:48.297Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-04T06:37:48.319Z] $ docker stop --time=1 194b1aa051fdd658de984bb80926a7a14ebbd05387a69b56b710c9db277a1045 [2021-04-04T06:37:50.263Z] $ docker rm -f 194b1aa051fdd658de984bb80926a7a14ebbd05387a69b56b710c9db277a1045 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:37:51.485Z] + docker inspect -f . ci-base-image-arm64 [2021-04-04T06:37:51.485Z] . [Pipeline] withDockerContainer [2021-04-04T06:37:51.746Z] prd-ubuntu18.04-docker-arm64-4c-16g-32695 does not seem to be running inside a container [2021-04-04T06:37:51.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-04T06:37:53.274Z] $ docker top 4f3fef215dff2718e718dda1e1967e5c31bcc31abefc97b0c2b5dc7249f772ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-04T06:37:54.273Z] + make test [2021-04-04T06:37:54.273Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-04T06:37:55.724Z] Removing intermediate container 9e118891da14 [2021-04-04T06:37:55.724Z] ---> 0725eef6a506 [2021-04-04T06:37:55.724Z] Successfully built 0725eef6a506 [2021-04-04T06:37:55.724Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:37:56.110Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-04T06:37:56.110Z] . [Pipeline] withDockerContainer [2021-04-04T06:37:56.396Z] prd-centos7-docker-4c-2g-32696 does not seem to be running inside a container [2021-04-04T06:37:56.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-04T06:37:57.413Z] $ docker top 5f5b28e5520b7aeb621c397eccad5885ed4b980336dc6869a53f768c75a088ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-04T06:37:57.958Z] + go version [2021-04-04T06:37:57.958Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-04T06:37:57.971Z] $ docker stop --time=1 5f5b28e5520b7aeb621c397eccad5885ed4b980336dc6869a53f768c75a088ab [2021-04-04T06:37:59.328Z] $ docker rm -f 5f5b28e5520b7aeb621c397eccad5885ed4b980336dc6869a53f768c75a088ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:38:00.089Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-04T06:38:00.089Z] . [Pipeline] withDockerContainer [2021-04-04T06:38:00.185Z] prd-centos7-docker-4c-2g-32696 does not seem to be running inside a container [2021-04-04T06:38:00.231Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-04T06:38:00.833Z] $ docker top 66e7160a5c0128dd7cc33b4d4dca4c7b6d2d30795642de8f7792dd4e9caa7faa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-04T06:38:01.339Z] + make test [2021-04-04T06:38:01.339Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-04T06:38:09.531Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-04T06:38:16.501Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-04T06:38:31.628Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-04T06:38:31.628Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-04T06:38:31.628Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-04T06:38:31.628Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-04T06:38:31.628Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-04T06:38:31.628Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.096s coverage: 28.1% of statements [2021-04-04T06:38:31.628Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.073s coverage: 81.2% of statements [2021-04-04T06:38:32.218Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.057s coverage: 7.8% of statements [2021-04-04T06:38:32.218Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-04T06:38:32.218Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-04T06:38:32.218Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-04T06:38:32.487Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.138s coverage: 32.5% of statements [2021-04-04T06:38:32.487Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-04T06:38:32.487Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-04T06:38:32.487Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-04T06:38:32.752Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.102s coverage: 57.3% of statements [2021-04-04T06:38:33.702Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.196s coverage: 6.6% of statements [2021-04-04T06:38:33.702Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements [2021-04-04T06:38:33.702Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-04T06:38:33.970Z] GO111MODULE=on go vet ./... [2021-04-04T06:38:48.998Z] gofmt -l . [2021-04-04T06:38:48.998Z] [ "`gofmt -l .`" = "" ] [2021-04-04T06:38:49.265Z] ./bin/test-attribution-txt.sh [2021-04-04T06:38:50.217Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-04T06:38:50.497Z] $ docker stop --time=1 66e7160a5c0128dd7cc33b4d4dca4c7b6d2d30795642de8f7792dd4e9caa7faa [2021-04-04T06:38:52.273Z] $ docker rm -f 66e7160a5c0128dd7cc33b4d4dca4c7b6d2d30795642de8f7792dd4e9caa7faa [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-04T06:38:53.034Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-04T06:38:53.475Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-04T06:38:56.200Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-04T06:38:56.501Z] + ls -al . [2021-04-04T06:38:56.501Z] total 188 [2021-04-04T06:38:56.501Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 4 06:38 . [2021-04-04T06:38:56.501Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 4 06:36 .. [2021-04-04T06:38:56.501Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 4 06:37 bin [2021-04-04T06:38:56.501Z] -rw-r--r--. 1 jenkins jenkins 101239 Apr 4 06:38 coverage.out [2021-04-04T06:38:56.501Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 4 06:37 Dockerfile.build [2021-04-04T06:38:56.501Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 4 06:37 .dockerignore [2021-04-04T06:38:56.501Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 4 06:37 example [2021-04-04T06:38:56.501Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 4 06:37 .git [2021-04-04T06:38:56.501Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 4 06:37 .github [2021-04-04T06:38:56.501Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 4 06:37 .gitignore [2021-04-04T06:38:56.501Z] -rw-r--r--. 1 jenkins jenkins 537 Apr 4 06:38 go.mod [2021-04-04T06:38:56.501Z] -rw-r--r--. 1 jenkins jenkins 20946 Apr 4 06:38 go.sum [2021-04-04T06:38:56.501Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 4 06:37 internal [2021-04-04T06:38:56.501Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 4 06:37 Jenkinsfile [2021-04-04T06:38:56.501Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 4 06:37 LICENSE [2021-04-04T06:38:56.501Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 4 06:37 Makefile [2021-04-04T06:38:56.501Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 4 06:37 openapi [2021-04-04T06:38:56.501Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 4 06:37 pkg [2021-04-04T06:38:56.501Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 4 06:37 README.md [2021-04-04T06:38:56.501Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 4 06:37 RELEASE-NOTES.txt [2021-04-04T06:38:56.501Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 4 06:37 snap [2021-04-04T06:38:56.501Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 4 06:34 VERSION [2021-04-04T06:38:56.501Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 4 06:37 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:38:56.811Z] + 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=d513111ac14c6685eb65e02aa97fd0b735a55fb2 --label arch=amd64 --label version=0.0.0 . [2021-04-04T06:38:57.077Z] Sending build context to Docker daemon 2.452MB [2021-04-04T06:38:57.077Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-04T06:38:57.077Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-04T06:38:57.077Z] ---> 0725eef6a506 [2021-04-04T06:38:57.077Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-04T06:38:57.652Z] ---> Running in 7c8127ef5348 [2021-04-04T06:38:57.916Z] Removing intermediate container 7c8127ef5348 [2021-04-04T06:38:57.916Z] ---> e1a499fc730a [2021-04-04T06:38:57.916Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:38:57.916Z] ---> Running in 496196eb612f [2021-04-04T06:38:58.178Z] Removing intermediate container 496196eb612f [2021-04-04T06:38:58.178Z] ---> dc0c67efa1f5 [2021-04-04T06:38:58.178Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:38:58.178Z] ---> Running in 08bfbb763502 [2021-04-04T06:38:59.134Z] Removing intermediate container 08bfbb763502 [2021-04-04T06:38:59.134Z] ---> cf4d360fbed3 [2021-04-04T06:38:59.134Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-04T06:38:59.134Z] ---> Running in 1f41dbea3109 [2021-04-04T06:38:59.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-04T06:39:00.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-04T06:39:00.923Z] OK: 167 MiB in 45 packages [2021-04-04T06:39:01.500Z] Removing intermediate container 1f41dbea3109 [2021-04-04T06:39:01.500Z] ---> 4ecbd68379e3 [2021-04-04T06:39:01.500Z] Step 7/23 : COPY . . [2021-04-04T06:39:02.454Z] ---> c39b84f562cc [2021-04-04T06:39:02.454Z] Step 8/23 : RUN go mod download [2021-04-04T06:39:02.454Z] ---> Running in efbef706d366 [2021-04-04T06:39:03.411Z] Removing intermediate container efbef706d366 [2021-04-04T06:39:03.411Z] ---> 255ff3ea4d50 [2021-04-04T06:39:03.411Z] Step 9/23 : RUN make build [2021-04-04T06:39:03.411Z] ---> Running in 48be855dc433 [2021-04-04T06:39:04.003Z] 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-04T06:39:13.098Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-04T06:39:13.098Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-04T06:39:13.098Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-04T06:39:13.098Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-04T06:39:13.098Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-04T06:39:14.240Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-04T06:39:15.096Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.136s coverage: 28.1% of statements [2021-04-04T06:39:16.089Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.185s coverage: 81.2% of statements [2021-04-04T06:39:16.089Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.151s coverage: 7.8% of statements [2021-04-04T06:39:16.089Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-04T06:39:16.089Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-04T06:39:16.089Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-04T06:39:16.829Z] Removing intermediate container 48be855dc433 [2021-04-04T06:39:16.829Z] ---> 91cd60e26a48 [2021-04-04T06:39:16.829Z] Step 10/23 : FROM alpine:3.12 [2021-04-04T06:39:17.091Z] 3.12: Pulling from library/alpine [2021-04-04T06:39:17.091Z] 532819f3e44c: Pulling fs layer [2021-04-04T06:39:17.357Z] 532819f3e44c: Verifying Checksum [2021-04-04T06:39:17.357Z] 532819f3e44c: Download complete [2021-04-04T06:39:17.532Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.247s coverage: 32.5% of statements [2021-04-04T06:39:17.533Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-04T06:39:17.533Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-04T06:39:17.533Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-04T06:39:17.621Z] 532819f3e44c: Pull complete [2021-04-04T06:39:17.621Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-04T06:39:17.621Z] Status: Downloaded newer image for alpine:3.12 [2021-04-04T06:39:17.621Z] ---> 7230e588e954 [2021-04-04T06:39:17.621Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:39:17.884Z] ---> Running in cbf86b840354 [2021-04-04T06:39:18.148Z] Removing intermediate container cbf86b840354 [2021-04-04T06:39:18.148Z] ---> fcc68170dfad [2021-04-04T06:39:18.148Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:39:18.148Z] ---> Running in 3c5150246bb6 [2021-04-04T06:39:19.098Z] Removing intermediate container 3c5150246bb6 [2021-04-04T06:39:19.098Z] ---> f1af0a014a42 [2021-04-04T06:39:19.098Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-04T06:39:19.098Z] ---> Running in d6172d041c44 [2021-04-04T06:39:19.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-04T06:39:19.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-04T06:39:20.515Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-04T06:39:20.515Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-04T06:39:20.515Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-04T06:39:20.778Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-04T06:39:21.042Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-04T06:39:21.042Z] Executing busybox-1.31.1-r20.trigger [2021-04-04T06:39:21.042Z] OK: 8 MiB in 19 packages [2021-04-04T06:39:21.619Z] Removing intermediate container d6172d041c44 [2021-04-04T06:39:21.619Z] ---> d2a52a2228a5 [2021-04-04T06:39:21.619Z] Step 14/23 : WORKDIR / [2021-04-04T06:39:21.619Z] ---> Running in 29ee03b0aac8 [2021-04-04T06:39:21.865Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.270s coverage: 57.3% of statements [2021-04-04T06:39:21.865Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.173s coverage: 6.6% of statements [2021-04-04T06:39:21.865Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.138s coverage: 5.0% of statements [2021-04-04T06:39:21.865Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-04T06:39:21.865Z] GO111MODULE=on go vet ./... [2021-04-04T06:39:21.882Z] Removing intermediate container 29ee03b0aac8 [2021-04-04T06:39:21.882Z] ---> a31f08add399 [2021-04-04T06:39:21.882Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-04T06:39:22.143Z] ---> 451f431e08b5 [2021-04-04T06:39:22.143Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-04T06:39:22.718Z] ---> 4074f8a1dc52 [2021-04-04T06:39:22.718Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-04T06:39:23.668Z] ---> a4c84556057a [2021-04-04T06:39:23.668Z] Step 18/23 : EXPOSE 49990 [2021-04-04T06:39:23.668Z] ---> Running in 00e1bd81b008 [2021-04-04T06:39:23.933Z] Removing intermediate container 00e1bd81b008 [2021-04-04T06:39:23.933Z] ---> cdc614cd1520 [2021-04-04T06:39:23.933Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-04T06:39:23.933Z] ---> Running in 0b730fba34d6 [2021-04-04T06:39:24.196Z] Removing intermediate container 0b730fba34d6 [2021-04-04T06:39:24.196Z] ---> d8c6518a2b95 [2021-04-04T06:39:24.196Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-04T06:39:24.196Z] ---> Running in 846a7b2fcbe7 [2021-04-04T06:39:24.460Z] Removing intermediate container 846a7b2fcbe7 [2021-04-04T06:39:24.460Z] ---> e9417ed36a73 [2021-04-04T06:39:24.460Z] Step 21/23 : LABEL arch=amd64 [2021-04-04T06:39:24.460Z] ---> Running in 3830eda7eebd [2021-04-04T06:39:24.723Z] Removing intermediate container 3830eda7eebd [2021-04-04T06:39:24.723Z] ---> 14e3d18fa681 [2021-04-04T06:39:24.723Z] Step 22/23 : LABEL git_sha=d513111ac14c6685eb65e02aa97fd0b735a55fb2 [2021-04-04T06:39:24.723Z] ---> Running in c86219d74ae5 [2021-04-04T06:39:24.986Z] Removing intermediate container c86219d74ae5 [2021-04-04T06:39:24.986Z] ---> 9c6d59af80a1 [2021-04-04T06:39:24.986Z] Step 23/23 : LABEL version=0.0.0 [2021-04-04T06:39:24.986Z] ---> Running in ce33667f19c8 [2021-04-04T06:39:25.253Z] Removing intermediate container ce33667f19c8 [2021-04-04T06:39:25.253Z] ---> e1fa3ba3d0d3 [2021-04-04T06:39:25.253Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-04T06:39:25.253Z] Successfully built e1fa3ba3d0d3 [2021-04-04T06:39:25.253Z] 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-04T06:39:26.331Z] ---> job-cost.sh [2021-04-04T06:39:26.331Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MJ8x [2021-04-04T06:39:41.280Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-04T06:40:08.902Z] gofmt -l . [2021-04-04T06:40:08.902Z] [ "`gofmt -l .`" = "" ] [2021-04-04T06:40:08.902Z] ./bin/test-attribution-txt.sh [2021-04-04T06:40:08.902Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-04T06:40:08.927Z] $ docker stop --time=1 4f3fef215dff2718e718dda1e1967e5c31bcc31abefc97b0c2b5dc7249f772ab [2021-04-04T06:40:11.229Z] $ docker rm -f 4f3fef215dff2718e718dda1e1967e5c31bcc31abefc97b0c2b5dc7249f772ab [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-04T06:40:12.382Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-04T06:40:12.457Z] Warning: overwriting stash ‘coverage-report’ [2021-04-04T06:40:13.384Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [2021-04-04T06:40:13.476Z] lf-activate-venv(): INFO: Adding /tmp/venv-MJ8x/bin to PATH [2021-04-04T06:40:13.476Z] INFO: No Stack... [2021-04-04T06:40:13.476Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-04T06:40:13.476Z] INFO: Archiving Costs [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-04T06:40:13.920Z] + cat /w/workspace/device-sdk-go/4/archives/cost.csv [2021-04-04T06:40:13.920Z] + cut -d, -f6 [Pipeline] lock [2021-04-04T06:40:14.022Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-850-4-stack-cost] [2021-04-04T06:40:14.080Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-850-4-stack-cost] did not exist. Created. [2021-04-04T06:40:14.080Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-850-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-04T06:40:14.245Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-04T06:40:14.482Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-04T06:40:14.642Z] + ls -al . [2021-04-04T06:40:14.642Z] total 224 [2021-04-04T06:40:14.642Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 4 06:40 . [2021-04-04T06:40:14.642Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 4 06:36 .. [2021-04-04T06:40:14.642Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 4 06:36 .dockerignore [2021-04-04T06:40:14.642Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 4 06:36 .git [2021-04-04T06:40:14.642Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 4 06:36 .github [2021-04-04T06:40:14.642Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 4 06:36 .gitignore [2021-04-04T06:40:14.642Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 4 06:36 Dockerfile.build [2021-04-04T06:40:14.642Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 4 06:36 Jenkinsfile [2021-04-04T06:40:14.642Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 4 06:36 LICENSE [2021-04-04T06:40:14.642Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 4 06:36 Makefile [2021-04-04T06:40:14.642Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 4 06:36 README.md [2021-04-04T06:40:14.642Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 4 06:36 RELEASE-NOTES.txt [2021-04-04T06:40:14.642Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 4 06:34 VERSION [2021-04-04T06:40:14.642Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 4 06:36 bin [2021-04-04T06:40:14.642Z] -rw-r--r-- 1 jenkins jenkins 101239 Apr 4 06:39 coverage.out [2021-04-04T06:40:14.642Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 4 06:36 example [2021-04-04T06:40:14.642Z] -rw-r--r-- 1 jenkins jenkins 537 Apr 4 06:40 go.mod [2021-04-04T06:40:14.642Z] -rw-r--r-- 1 jenkins jenkins 20946 Apr 4 06:40 go.sum [2021-04-04T06:40:14.642Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 4 06:36 internal [2021-04-04T06:40:14.642Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 4 06:36 openapi [2021-04-04T06:40:14.642Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 4 06:36 pkg [2021-04-04T06:40:14.642Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 4 06:36 snap [2021-04-04T06:40:14.642Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 4 06:36 version.go [2021-04-04T06:40:14.646Z] Stashed 1 file(s) [Pipeline] } [2021-04-04T06:40:14.657Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-850-4-stack-cost] [Pipeline] // lock [Pipeline] isUnix [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-04-04T06:40:15.110Z] + 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=d513111ac14c6685eb65e02aa97fd0b735a55fb2 --label arch=arm64 --label version=0.0.0 . [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-04T06:40:15.744Z] Sending build context to Docker daemon 2.448MB [2021-04-04T06:40:15.744Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-04T06:40:15.744Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-04T06:40:15.744Z] ---> 17aad402b696 [2021-04-04T06:40:15.744Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-04T06:40:16.018Z] ---> Running in 76c3ac6b3095 [2021-04-04T06:40:16.613Z] Removing intermediate container 76c3ac6b3095 [2021-04-04T06:40:16.613Z] ---> 46e5a6238396 [2021-04-04T06:40:16.613Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:40:16.613Z] ---> Running in 88f99cc7e8ba [2021-04-04T06:40:17.210Z] Removing intermediate container 88f99cc7e8ba [2021-04-04T06:40:17.210Z] ---> 76ed99b276c3 [2021-04-04T06:40:17.210Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:40:17.210Z] ---> Running in a345d4f2721c [2021-04-04T06:40:19.181Z] Removing intermediate container a345d4f2721c [2021-04-04T06:40:19.181Z] ---> 0ea2f4e3fb9f [2021-04-04T06:40:19.181Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-04T06:40:19.454Z] ---> Running in 33a2b5747a3b [2021-04-04T06:40:20.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-04T06:40:21.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-04T06:40:22.004Z] OK: 144 MiB in 45 packages [2021-04-04T06:40:23.003Z] Removing intermediate container 33a2b5747a3b [2021-04-04T06:40:23.003Z] ---> ac58beb87307 [2021-04-04T06:40:23.003Z] Step 7/23 : COPY . . [2021-04-04T06:40:24.440Z] ---> 0406d512d094 [2021-04-04T06:40:24.440Z] Step 8/23 : RUN go mod download [2021-04-04T06:40:24.440Z] ---> Running in dce9c1851bfb [2021-04-04T06:40:27.063Z] Removing intermediate container dce9c1851bfb [2021-04-04T06:40:27.063Z] ---> bfa802e02427 [2021-04-04T06:40:27.063Z] Step 9/23 : RUN make build [2021-04-04T06:40:27.063Z] ---> Running in 3b717d59b966 [2021-04-04T06:40:28.039Z] 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-04T06:41:00.415Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-04T06:41:03.023Z] Removing intermediate container 3b717d59b966 [2021-04-04T06:41:03.023Z] ---> 0ac7a48de98f [2021-04-04T06:41:03.023Z] Step 10/23 : FROM alpine:3.12 [2021-04-04T06:41:03.023Z] 3.12: Pulling from library/alpine [2021-04-04T06:41:03.294Z] 9a219e8acc52: Pulling fs layer [2021-04-04T06:41:03.565Z] 9a219e8acc52: Verifying Checksum [2021-04-04T06:41:03.565Z] 9a219e8acc52: Download complete [2021-04-04T06:41:04.159Z] 9a219e8acc52: Pull complete [2021-04-04T06:41:04.159Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-04T06:41:04.159Z] Status: Downloaded newer image for alpine:3.12 [2021-04-04T06:41:04.159Z] ---> d75e27dfc0a0 [2021-04-04T06:41:04.159Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:41:04.159Z] ---> Running in 49c2e02f873f [2021-04-04T06:41:04.756Z] Removing intermediate container 49c2e02f873f [2021-04-04T06:41:04.756Z] ---> f617d3633d44 [2021-04-04T06:41:04.757Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:41:04.757Z] ---> Running in c390fcc9e3ef [2021-04-04T06:41:06.729Z] Removing intermediate container c390fcc9e3ef [2021-04-04T06:41:06.729Z] ---> 3b67d7b19c6e [2021-04-04T06:41:06.729Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-04T06:41:07.002Z] ---> Running in e5c481291226 [2021-04-04T06:41:07.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-04T06:41:08.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-04T06:41:09.213Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-04T06:41:09.482Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-04T06:41:09.482Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-04T06:41:09.754Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-04T06:41:09.754Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-04T06:41:09.754Z] Executing busybox-1.31.1-r20.trigger [2021-04-04T06:41:09.754Z] OK: 8 MiB in 19 packages [2021-04-04T06:41:11.183Z] Removing intermediate container e5c481291226 [2021-04-04T06:41:11.183Z] ---> a2dd09503bb5 [2021-04-04T06:41:11.183Z] Step 14/23 : WORKDIR / [2021-04-04T06:41:11.183Z] ---> Running in 237db5789fad [2021-04-04T06:41:11.779Z] Removing intermediate container 237db5789fad [2021-04-04T06:41:11.779Z] ---> 3980dcc59d21 [2021-04-04T06:41:11.779Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-04T06:41:12.373Z] ---> c69ad75c5916 [2021-04-04T06:41:12.373Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-04T06:41:13.823Z] ---> 5c05fd62bedf [2021-04-04T06:41:13.823Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-04T06:41:14.418Z] ---> de9ee39847a7 [2021-04-04T06:41:14.418Z] Step 18/23 : EXPOSE 49990 [2021-04-04T06:41:14.418Z] ---> Running in 088bffe0042a [2021-04-04T06:41:15.012Z] Removing intermediate container 088bffe0042a [2021-04-04T06:41:15.012Z] ---> c70347759ea1 [2021-04-04T06:41:15.012Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-04T06:41:15.012Z] ---> Running in f139471339b5 [2021-04-04T06:41:15.607Z] Removing intermediate container f139471339b5 [2021-04-04T06:41:15.608Z] ---> e12e2b4cfe53 [2021-04-04T06:41:15.608Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-04T06:41:15.608Z] ---> Running in 2d38ec3aa027 [2021-04-04T06:41:16.203Z] Removing intermediate container 2d38ec3aa027 [2021-04-04T06:41:16.203Z] ---> 7173cb67a9a1 [2021-04-04T06:41:16.203Z] Step 21/23 : LABEL arch=arm64 [2021-04-04T06:41:16.203Z] ---> Running in 2ab72dd73bb6 [2021-04-04T06:41:16.796Z] Removing intermediate container 2ab72dd73bb6 [2021-04-04T06:41:16.796Z] ---> 3f220a1647c7 [2021-04-04T06:41:16.796Z] Step 22/23 : LABEL git_sha=d513111ac14c6685eb65e02aa97fd0b735a55fb2 [2021-04-04T06:41:16.796Z] ---> Running in e6912dd498f8 [2021-04-04T06:41:17.072Z] Removing intermediate container e6912dd498f8 [2021-04-04T06:41:17.072Z] ---> db3eb42e22c9 [2021-04-04T06:41:17.072Z] Step 23/23 : LABEL version=0.0.0 [2021-04-04T06:41:17.345Z] ---> Running in aaf6d657be54 [2021-04-04T06:41:17.935Z] Removing intermediate container aaf6d657be54 [2021-04-04T06:41:17.935Z] ---> f08992a06194 [2021-04-04T06:41:17.935Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-04T06:41:17.935Z] Successfully built f08992a06194 [2021-04-04T06:41:17.935Z] 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-04T06:41:18.665Z] ---> job-cost.sh [2021-04-04T06:41:18.665Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sUB8 [2021-04-04T06:41:57.606Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-04T06:43:34.338Z] lf-activate-venv(): INFO: Adding /tmp/venv-sUB8/bin to PATH [2021-04-04T06:43:34.338Z] INFO: No Stack... [2021-04-04T06:43:34.338Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-04T06:43:34.338Z] INFO: Archiving Costs [Pipeline] sh [2021-04-04T06:43:34.674Z] + cat /w/workspace/device-sdk-go/4/archives/cost.csv [2021-04-04T06:43:34.674Z] + cut -d, -f6 [Pipeline] lock [2021-04-04T06:43:34.790Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-850-4-stack-cost] [2021-04-04T06:43:34.798Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-850-4-stack-cost] did not exist. Created. [2021-04-04T06:43:34.798Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-850-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-04T06:43:35.242Z] /w/workspace/device-sdk-go/4@tmp/durable-b61facd0/script.sh: 1: /w/workspace/device-sdk-go/4@tmp/durable-b61facd0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-04T06:43:35.589Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-04T06:43:35.656Z] Warning: overwriting stash ‘stack-cost’ [2021-04-04T06:43:35.814Z] Stashed 1 file(s) [Pipeline] } [2021-04-04T06:43:35.824Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-850-4-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-04T06:43:37.136Z] provisioning config files... [2021-04-04T06:43:37.148Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp/config6586025804481346383tmp [Pipeline] { [Pipeline] sh [2021-04-04T06:43:37.566Z] + set +x [2021-04-04T06:43:37.566Z] + curl -s https://codecov.io/bash [2021-04-04T06:43:37.566Z] + bash -s -- [2021-04-04T06:43:37.830Z] [2021-04-04T06:43:37.830Z] _____ _ [2021-04-04T06:43:37.830Z] / ____| | | [2021-04-04T06:43:37.830Z] | | ___ __| | ___ ___ _____ __ [2021-04-04T06:43:37.830Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-04T06:43:37.830Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-04T06:43:37.830Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-04T06:43:37.830Z] Bash-20210309-2b87ace [2021-04-04T06:43:37.830Z] [2021-04-04T06:43:37.830Z] [2021-04-04T06:43:37.830Z] ==> git version 2.24.3 found [2021-04-04T06:43:37.830Z] ==> 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-04T06:43:37.830Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-04T06:43:37.830Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-04T06:43:37.830Z] ==> Jenkins CI detected. [2021-04-04T06:43:37.830Z] project root: . [2021-04-04T06:43:37.830Z] --> token set from env [2021-04-04T06:43:37.830Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-04T06:43:37.830Z] ==> Running gcov in . (disable via -X gcov) [2021-04-04T06:43:37.830Z] ==> Python coveragepy not found [2021-04-04T06:43:37.830Z] ==> Searching for coverage reports in: [2021-04-04T06:43:37.830Z] + . [2021-04-04T06:43:37.830Z] -> Found 1 reports [2021-04-04T06:43:37.830Z] ==> Detecting git/mercurial file structure [2021-04-04T06:43:37.830Z] ==> Reading reports [2021-04-04T06:43:37.830Z] + ./coverage.out bytes=101239 [2021-04-04T06:43:37.830Z] ==> Appending adjustments [2021-04-04T06:43:37.830Z] https://docs.codecov.io/docs/fixing-reports [2021-04-04T06:43:38.406Z] + Found adjustments [2021-04-04T06:43:38.406Z] ==> Gzipping contents [2021-04-04T06:43:38.406Z] 16K /tmp/codecov.dAEyZv.gz [2021-04-04T06:43:38.406Z] ==> Uploading reports [2021-04-04T06:43:38.406Z] url: https://codecov.io [2021-04-04T06:43:38.406Z] query: branch=PR-850&commit=d513111ac14c6685eb65e02aa97fd0b735a55fb2&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-850%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=850&job=&cmd_args= [2021-04-04T06:43:38.406Z] -> Pinging Codecov [2021-04-04T06:43:38.406Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-850&commit=d513111ac14c6685eb65e02aa97fd0b735a55fb2&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-850%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=850&job=&cmd_args= [2021-04-04T06:43:38.673Z] -> Uploading to [2021-04-04T06:43:38.673Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-04/7E55EF52A471D76F132DFD9A03CDDE97/d513111ac14c6685eb65e02aa97fd0b735a55fb2/dd9c9d5e-f081-4484-a8ab-9b29a8e1c1cf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210404%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210404T064338Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f8c10dac734f16e33ba6fec6512afc455b5784c2609559d7e8400ecc069b8cb8 [2021-04-04T06:43:38.673Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-04T06:43:38.673Z] Dload Upload Total Spent Left Speed [2021-04-04T06:43:39.249Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13686 0 0 100 13686 0 26850 --:--:-- --:--:-- --:--:-- 26888 [2021-04-04T06:43:39.249Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d513111ac14c6685eb65e02aa97fd0b735a55fb2 [Pipeline] } [2021-04-04T06:43:39.260Z] 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-04T06:43:41.989Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:43:42.564Z] ---> package-listing.sh [2021-04-04T06:43:42.564Z] ++ facter osfamily [2021-04-04T06:43:42.564Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-04T06:43:42.564Z] + OS_FAMILY=redhat [2021-04-04T06:43:42.564Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-850 [2021-04-04T06:43:42.564Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-04T06:43:42.564Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-04T06:43:42.564Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-04T06:43:42.564Z] + PACKAGES=/tmp/packages_start.txt [2021-04-04T06:43:42.564Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-850 ']' [2021-04-04T06:43:42.564Z] + PACKAGES=/tmp/packages_end.txt [2021-04-04T06:43:42.564Z] + case "${OS_FAMILY}" in [2021-04-04T06:43:42.564Z] + rpm -qa [2021-04-04T06:43:42.564Z] + sort [2021-04-04T06:43:49.184Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-04T06:43:49.184Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-04T06:43:49.184Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-04T06:43:49.184Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-850 ']' [2021-04-04T06:43:49.184Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-850/archives/ [2021-04-04T06:43:49.184Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-850/archives/ [Pipeline] echo [2021-04-04T06:43:49.199Z] 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-850/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-04T06:43:49.495Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:43:49.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-04T06:43:49.804Z] [2021-04-04T06:43:49.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:43:50.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-04T06:43:50.159Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-04T06:43:50.159Z] df20fa9351a1: Pulling fs layer [2021-04-04T06:43:50.159Z] 36b3adc4ff6f: Pulling fs layer [2021-04-04T06:43:50.159Z] 8ad3a11d3b57: Pulling fs layer [2021-04-04T06:43:50.159Z] 46f8f816bc3b: Pulling fs layer [2021-04-04T06:43:50.159Z] 93b61091891f: Pulling fs layer [2021-04-04T06:43:50.159Z] 93b9cdb0e59b: Pulling fs layer [2021-04-04T06:43:50.159Z] 5e14af77c1be: Pulling fs layer [2021-04-04T06:43:50.159Z] 01666e4c0597: Pulling fs layer [2021-04-04T06:43:50.159Z] aa168da1d23b: Pulling fs layer [2021-04-04T06:43:50.159Z] 93b61091891f: Waiting [2021-04-04T06:43:50.159Z] 93b9cdb0e59b: Waiting [2021-04-04T06:43:50.159Z] 5e14af77c1be: Waiting [2021-04-04T06:43:50.159Z] 01666e4c0597: Waiting [2021-04-04T06:43:50.159Z] aa168da1d23b: Waiting [2021-04-04T06:43:50.159Z] 46f8f816bc3b: Waiting [2021-04-04T06:43:50.159Z] 36b3adc4ff6f: Verifying Checksum [2021-04-04T06:43:50.159Z] 36b3adc4ff6f: Download complete [2021-04-04T06:43:50.159Z] 46f8f816bc3b: Verifying Checksum [2021-04-04T06:43:50.159Z] 46f8f816bc3b: Download complete [2021-04-04T06:43:50.423Z] df20fa9351a1: Verifying Checksum [2021-04-04T06:43:50.423Z] df20fa9351a1: Download complete [2021-04-04T06:43:50.423Z] 93b9cdb0e59b: Verifying Checksum [2021-04-04T06:43:50.423Z] 93b9cdb0e59b: Download complete [2021-04-04T06:43:50.423Z] 5e14af77c1be: Verifying Checksum [2021-04-04T06:43:50.423Z] 5e14af77c1be: Download complete [2021-04-04T06:43:50.423Z] 93b61091891f: Verifying Checksum [2021-04-04T06:43:50.423Z] 93b61091891f: Download complete [2021-04-04T06:43:50.423Z] 01666e4c0597: Verifying Checksum [2021-04-04T06:43:50.423Z] 01666e4c0597: Download complete [2021-04-04T06:43:50.688Z] df20fa9351a1: Pull complete [2021-04-04T06:43:50.952Z] 36b3adc4ff6f: Pull complete [2021-04-04T06:43:51.544Z] 8ad3a11d3b57: Verifying Checksum [2021-04-04T06:43:51.544Z] 8ad3a11d3b57: Download complete [2021-04-04T06:43:53.478Z] aa168da1d23b: Verifying Checksum [2021-04-04T06:43:53.478Z] aa168da1d23b: Download complete [2021-04-04T06:43:53.478Z] 8ad3a11d3b57: Pull complete [2021-04-04T06:43:53.478Z] 46f8f816bc3b: Pull complete [2021-04-04T06:43:53.743Z] 93b61091891f: Pull complete [2021-04-04T06:43:54.021Z] 93b9cdb0e59b: Pull complete [2021-04-04T06:43:54.021Z] 5e14af77c1be: Pull complete [2021-04-04T06:43:54.283Z] 01666e4c0597: Pull complete [2021-04-04T06:44:00.933Z] aa168da1d23b: Pull complete [2021-04-04T06:44:00.933Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-04T06:44:00.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-04T06:44:00.933Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-04T06:44:01.108Z] prd-centos7-docker-4c-2g-32694 does not seem to be running inside a container [2021-04-04T06:44:01.174Z] $ 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-850/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-850 -v /w/workspace/dgexfoundry_device-sdk-go_PR-850:/w/workspace/dgexfoundry_device-sdk-go_PR-850:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-04T06:44:05.311Z] $ docker top 129d5850c55ef192f8dd3aa42b28c2025e00f3cec752a8d9f8c7abc1712d823e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-04T06:44:05.932Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-04T06:44:06.239Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-04T06:44:06.553Z] + ls /var/log/sa-host [2021-04-04T06:44:06.553Z] + sadf -c /var/log/sa-host/sa04 [2021-04-04T06:44:06.553Z] file_magic: OK [2021-04-04T06:44:06.553Z] HZ: Using current value: 100 [2021-04-04T06:44:06.553Z] file_header: OK [2021-04-04T06:44:06.553Z] 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-04T06:44:06.553Z] Statistics: [2021-04-04T06:44:06.553Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-04T06:44:06.553Z] File successfully converted to sysstat format version 12.2.1 [2021-04-04T06:44:06.553Z] + sadf -c /var/log/sa-host/sa23 [2021-04-04T06:44:06.553Z] file_magic: OK [2021-04-04T06:44:06.553Z] HZ: Using current value: 100 [2021-04-04T06:44:06.553Z] file_header: OK [2021-04-04T06:44:06.554Z] 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-04T06:44:06.554Z] Statistics: [2021-04-04T06:44:06.554Z] Hnuu...uuuununununu... [2021-04-04T06:44:06.554Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-04T06:44:07.220Z] provisioning config files... [2021-04-04T06:44:07.237Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-850@tmp/config3438252666911432961tmp [Pipeline] { [Pipeline] echo [2021-04-04T06:44:07.321Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:44:07.628Z] ---> create-netrc.sh [Pipeline] } [2021-04-04T06:44:07.643Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-04T06:44:07.735Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:44:08.040Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-04T06:44:08.052Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:44:08.352Z] ---> sudo-logs.sh [2021-04-04T06:44:08.352Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-04T06:44:08.424Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:44:08.728Z] ---> job-cost.sh [2021-04-04T06:44:08.728Z] lf-activate-venv: SKIPPING [2021-04-04T06:44:08.728Z] DEBUG: total: 0.20999999344348907 [2021-04-04T06:44:08.728Z] INFO: Retrieving Stack Cost... [2021-04-04T06:44:10.121Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-04T06:44:10.385Z] INFO: Archiving Costs [Pipeline] echo [2021-04-04T06:44:10.402Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:44:10.703Z] ---> logs-deploy.sh [2021-04-04T06:44:10.703Z] lf-activate-venv: SKIPPING [2021-04-04T06:44:10.703Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-850/4 [2021-04-04T06:44:10.703Z] INFO: archiving workspace using pattern(s): [2021-04-04T06:44:12.635Z] Archives upload complete. [2021-04-04T06:44:12.899Z] INFO: archiving logs to Nexus