Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 696a5e317d56c84bbe6f088dbfeead2f4669ae0b+4c8039af1df2b85f6ebf5f903b31f826607b92c3 (f3660388e9102c4c3c3ff299714b4ac1c394bf2f) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6730913969569343093.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 155abbc8877922835dbd6f2f82c828d26e35ec40 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5492726464515718205.key > 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 155abbc8877922835dbd6f2f82c828d26e35ec40 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-998/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-998/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh412615883275728891.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 155abbc8877922835dbd6f2f82c828d26e35ec40 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 155abbc8877922835dbd6f2f82c828d26e35ec40 # timeout=10 Commit message: "Merge pull request #342 from ernestojeda/fix-c-docker-image-names" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2370803099045172941.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-998/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-998/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1433444969519849153.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: 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/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-1256 in /w/workspace/dgexfoundry_device-sdk-go_PR-998 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-998 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/jenkins-gitclient-ssh7500436873758750239.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 4c8039af1df2b85f6ebf5f903b31f826607b92c3 into PR head commit 696a5e317d56c84bbe6f088dbfeead2f4669ae0b Merge succeeded, producing 6ec740974604cccb12ec5acf6c55def963c5e352 Checking out Revision 6ec740974604cccb12ec5acf6c55def963c5e352 (PR-998) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/jenkins-gitclient-ssh8571665667113613652.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/998/head:refs/remotes/origin/PR-998 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/jenkins-gitclient-ssh1523944038332421919.key > git merge 4c8039af1df2b85f6ebf5f903b31f826607b92c3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ec740974604cccb12ec5acf6c55def963c5e352 # timeout=10 Commit message: "Merge commit '4c8039af1df2b85f6ebf5f903b31f826607b92c3' into HEAD" > git rev-list --no-walk 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-31T10:41:45.612Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-31T10:41:45.720Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-31T10:41:45.751Z] ========================================================= [2021-07-31T10:41:45.751Z] EdgeX Global Pipelines Version Info [2021-07-31T10:41:45.751Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:41:47.043Z] ------------------- [2021-07-31T10:41:47.043Z] stable info: [2021-07-31T10:41:47.043Z] ------------------- [2021-07-31T10:41:47.043Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-31T10:41:47.043Z] Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 [2021-07-31T10:41:47.043Z] Message: update stable to v1.0.199 [2021-07-31T10:41:47.312Z] ------------------- [2021-07-31T10:41:47.312Z] experimental info: [2021-07-31T10:41:47.312Z] ------------------- [2021-07-31T10:41:47.312Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-31T10:41:47.312Z] Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 [2021-07-31T10:41:47.312Z] Message: update experimental to v1.0.199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-31T10:41:47.503Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-07-31T10:41:47.528Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-07-31T10:41:47.552Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-31T10:41:47.575Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-31T10:41:47.597Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-31T10:41:47.626Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-31T10:41:47.650Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-31T10:41:47.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-31T10:41:47.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-07-31T10:41:47.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-31T10:41:47.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-31T10:41:47.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-07-31T10:41:47.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-07-31T10:41:47.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-31T10:41:47.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-31T10:41:47.853Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-31T10:41:47.876Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-07-31T10:41:47.899Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-07-31T10:41:47.922Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-07-31T10:41:47.945Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-31T10:41:47.972Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-07-31T10:41:47.995Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-07-31T10:41:48.018Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-07-31T10:41:48.041Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-07-31T10:41:48.065Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-07-31T10:41:48.087Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-07-31T10:41:48.110Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-31T10:41:48.134Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-998 [Pipeline] echo [2021-07-31T10:41:48.157Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-998 [Pipeline] echo [2021-07-31T10:41:48.182Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-998 [Pipeline] echo [2021-07-31T10:41:48.205Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ec740974604cccb12ec5acf6c55def963c5e352 [Pipeline] echo [2021-07-31T10:41:48.227Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ec7409 [Pipeline] echo [2021-07-31T10:41:48.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-31T10:41:48.332Z] provisioning config files... [2021-07-31T10:41:48.352Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/config6362279711902507721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:41:48.696Z] ---> docker-login.sh [2021-07-31T10:41:48.696Z] nexus3.edgexfoundry.org:10001 [2021-07-31T10:41:48.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:41:48.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:41:48.963Z] Configure a credential helper to remove this warning. See [2021-07-31T10:41:48.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:41:48.963Z] [2021-07-31T10:41:48.963Z] Login Succeeded [2021-07-31T10:41:48.963Z] nexus3.edgexfoundry.org:10002 [2021-07-31T10:41:48.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:41:49.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:41:49.236Z] Configure a credential helper to remove this warning. See [2021-07-31T10:41:49.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:41:49.236Z] [2021-07-31T10:41:49.236Z] Login Succeeded [2021-07-31T10:41:49.236Z] nexus3.edgexfoundry.org:10003 [2021-07-31T10:41:49.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:41:49.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:41:49.508Z] Configure a credential helper to remove this warning. See [2021-07-31T10:41:49.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:41:49.508Z] [2021-07-31T10:41:49.508Z] Login Succeeded [2021-07-31T10:41:49.508Z] nexus3.edgexfoundry.org:10004 [2021-07-31T10:41:49.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:41:49.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:41:49.775Z] Configure a credential helper to remove this warning. See [2021-07-31T10:41:49.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:41:49.775Z] [2021-07-31T10:41:49.775Z] Login Succeeded [2021-07-31T10:41:49.775Z] docker.io [2021-07-31T10:41:49.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:41:50.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:41:50.041Z] Configure a credential helper to remove this warning. See [2021-07-31T10:41:50.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:41:50.041Z] [2021-07-31T10:41:50.041Z] Login Succeeded [2021-07-31T10:41:50.041Z] ---> docker-login.sh ends [Pipeline] } [2021-07-31T10:41:50.055Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-31T10:41:50.595Z] + git log --format=format:%s -1 6ec740974604cccb12ec5acf6c55def963c5e352 [Pipeline] echo [2021-07-31T10:41:50.649Z] GIT_COMMIT: 6ec740974604cccb12ec5acf6c55def963c5e352, Commit Message: Merge commit '4c8039af1df2b85f6ebf5f903b31f826607b92c3' into HEAD [Pipeline] echo [2021-07-31T10:41:50.664Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:41:52.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-31T10:41:52.051Z] [2021-07-31T10:41:52.051Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:41:52.388Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-31T10:41:52.388Z] latest: Pulling from edgex-devops/git-semver [2021-07-31T10:41:52.388Z] 31603596830f: Pulling fs layer [2021-07-31T10:41:52.388Z] b6dc333f4379: Pulling fs layer [2021-07-31T10:41:52.388Z] 3d9ef1400e77: Pulling fs layer [2021-07-31T10:41:52.388Z] fd332fbdc1db: Pulling fs layer [2021-07-31T10:41:52.388Z] fd332fbdc1db: Waiting [2021-07-31T10:41:52.388Z] b6dc333f4379: Verifying Checksum [2021-07-31T10:41:52.388Z] b6dc333f4379: Download complete [2021-07-31T10:41:52.972Z] 31603596830f: Verifying Checksum [2021-07-31T10:41:52.972Z] 31603596830f: Download complete [2021-07-31T10:41:52.972Z] fd332fbdc1db: Verifying Checksum [2021-07-31T10:41:52.972Z] fd332fbdc1db: Download complete [2021-07-31T10:41:52.972Z] 31603596830f: Pull complete [2021-07-31T10:41:52.972Z] b6dc333f4379: Pull complete [2021-07-31T10:41:53.250Z] 3d9ef1400e77: Verifying Checksum [2021-07-31T10:41:53.250Z] 3d9ef1400e77: Download complete [2021-07-31T10:41:53.835Z] 3d9ef1400e77: Pull complete [2021-07-31T10:41:53.835Z] fd332fbdc1db: Pull complete [2021-07-31T10:41:53.835Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-31T10:41:53.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-31T10:41:53.835Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-31T10:41:53.932Z] prd-centos7-docker-4c-2g-1256 does not seem to be running inside a container [2021-07-31T10:41:54.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-998 -v /w/workspace/dgexfoundry_device-sdk-go_PR-998:/w/workspace/dgexfoundry_device-sdk-go_PR-998:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-31T10:41:54.862Z] $ docker top bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-31T10:41:54.985Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-31T10:41:54.985Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-31T10:41:55.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-31T10:41:55.116Z] $ docker exec bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 ssh-agent [2021-07-31T10:41:55.233Z] SSH_AUTH_SOCK=/tmp/ssh-QMzADEl57Kk8/agent.13 [2021-07-31T10:41:55.233Z] SSH_AGENT_PID=20 [2021-07-31T10:41:55.245Z] Running ssh-add (command line suppressed) [2021-07-31T10:41:55.357Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/private_key_6533882687547976869.key (/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/private_key_6533882687547976869.key) [2021-07-31T10:41:55.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-31T10:41:55.712Z] + git tag --points-at HEAD [Pipeline] } [2021-07-31T10:41:55.735Z] $ docker exec --env ******** --env ******** bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 ssh-agent -k [2021-07-31T10:41:55.832Z] unset SSH_AUTH_SOCK; [2021-07-31T10:41:55.833Z] unset SSH_AGENT_PID; [2021-07-31T10:41:55.833Z] echo Agent pid 20 killed; [2021-07-31T10:41:55.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-31T10:41:55.889Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-31T10:41:55.889Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-31T10:41:56.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-31T10:41:56.016Z] $ docker exec bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 ssh-agent [2021-07-31T10:41:56.131Z] SSH_AUTH_SOCK=/tmp/ssh-9hB5Hf1gF9RF/agent.53 [2021-07-31T10:41:56.131Z] SSH_AGENT_PID=58 [2021-07-31T10:41:56.141Z] Running ssh-add (command line suppressed) [2021-07-31T10:41:56.252Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/private_key_7775734524845387193.key (/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/private_key_7775734524845387193.key) [2021-07-31T10:41:56.274Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-31T10:41:56.591Z] + git semver init [2021-07-31T10:41:56.591Z] # -> Open(): unable to determine branch for HEAD [2021-07-31T10:41:56.591Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-998/.git [2021-07-31T10:41:56.591Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-998 [2021-07-31T10:41:56.591Z] # $SEMVER_REMOTE_NAME = origin [2021-07-31T10:41:56.591Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-31T10:41:56.591Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-31T10:41:56.591Z] # $SEMVER_BRANCH = PR-998 [2021-07-31T10:41:56.591Z] # $SEMVER_TEMP = /tmp/semver-228099978 [2021-07-31T10:41:56.591Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-07-31T10:41:57.184Z] # '/tmp/semver-228099978' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-998/.semver' [2021-07-31T10:41:57.184Z] # -> Force: false [2021-07-31T10:41:57.184Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-998/.semver [Pipeline] } [2021-07-31T10:41:57.199Z] $ docker exec --env ******** --env ******** bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 ssh-agent -k [2021-07-31T10:41:57.302Z] unset SSH_AUTH_SOCK; [2021-07-31T10:41:57.303Z] unset SSH_AGENT_PID; [2021-07-31T10:41:57.303Z] echo Agent pid 58 killed; [2021-07-31T10:41:57.317Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-31T10:41:57.665Z] + git semver [Pipeline] } [2021-07-31T10:41:57.689Z] $ docker stop --time=1 bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 [2021-07-31T10:41:58.910Z] $ docker rm -f bc7171f31c34f3f981491dd683420fdfabfc3179985b29b62ae8194d0ee64017 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-31T10:41:59.299Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-31T10:41:59.637Z] Stashed 1 file(s) [Pipeline] echo [2021-07-31T10:41:59.640Z] [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-07-31T10:42:14.878Z] Still waiting to schedule task [2021-07-31T10:42:14.878Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1256’ [2021-07-31T10:42:14.881Z] Still waiting to schedule task [2021-07-31T10:42:14.881Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-07-31T10:44:24.156Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1257 in /w/workspace/dgexfoundry_device-sdk-go_PR-998 [Pipeline] { [Pipeline] ws [2021-07-31T10:44:24.176Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-07-31T10:44:24.398Z] Selected Git installation does not exist. Using Default [2021-07-31T10:44:24.398Z] The recommended git tool is: NONE [2021-07-31T10:44:30.111Z] using credential edgex-jenkins-ssh [2021-07-31T10:44:30.130Z] Cloning the remote Git repository [2021-07-31T10:44:30.183Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-07-31T10:44:30.349Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-07-31T10:44:30.503Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-07-31T10:44:30.505Z] > git --version # timeout=10 [2021-07-31T10:44:30.534Z] > git --version # 'git version 2.17.1' [2021-07-31T10:44:30.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-31T10:44:30.636Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-31T10:44:31.901Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-07-31T10:44:31.927Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-31T10:44:31.961Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-07-31T10:44:31.998Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-07-31T10:44:31.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-31T10:44:32.013Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/998/head:refs/remotes/origin/PR-998 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-31T10:44:32.490Z] Merging remotes/origin/main commit 4c8039af1df2b85f6ebf5f903b31f826607b92c3 into PR head commit 696a5e317d56c84bbe6f088dbfeead2f4669ae0b [2021-07-31T10:44:32.782Z] Merge succeeded, producing 23e85ce9c9018338e9211e1425394c26b5b84723 [2021-07-31T10:44:32.782Z] Checking out Revision 23e85ce9c9018338e9211e1425394c26b5b84723 (PR-998) [2021-07-31T10:44:32.504Z] > git config core.sparsecheckout # timeout=10 [2021-07-31T10:44:32.519Z] > git checkout -f 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 [2021-07-31T10:44:32.624Z] > git remote # timeout=10 [2021-07-31T10:44:32.648Z] > git config --get remote.origin.url # timeout=10 [2021-07-31T10:44:32.665Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-31T10:44:32.677Z] > git merge 4c8039af1df2b85f6ebf5f903b31f826607b92c3 # timeout=10 [2021-07-31T10:44:32.758Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-31T10:44:32.784Z] > git config core.sparsecheckout # timeout=10 [2021-07-31T10:44:32.795Z] > git checkout -f 23e85ce9c9018338e9211e1425394c26b5b84723 # timeout=10 [2021-07-31T10:44:37.146Z] Commit message: "Merge commit '4c8039af1df2b85f6ebf5f903b31f826607b92c3' into HEAD" [2021-07-31T10:44:37.151Z] > git rev-list --no-walk 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-31T10:44:37.861Z] provisioning config files... [2021-07-31T10:44:37.890Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config157758089553540817tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:44:38.494Z] ---> docker-login.sh [2021-07-31T10:44:38.494Z] nexus3.edgexfoundry.org:10001 [2021-07-31T10:44:39.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:44:40.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:44:40.096Z] Configure a credential helper to remove this warning. See [2021-07-31T10:44:40.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:44:40.096Z] [2021-07-31T10:44:40.096Z] Login Succeeded [2021-07-31T10:44:40.096Z] nexus3.edgexfoundry.org:10002 [2021-07-31T10:44:40.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:44:40.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:44:40.659Z] Configure a credential helper to remove this warning. See [2021-07-31T10:44:40.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:44:40.659Z] [2021-07-31T10:44:40.659Z] Login Succeeded [2021-07-31T10:44:40.659Z] nexus3.edgexfoundry.org:10003 [2021-07-31T10:44:40.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:44:41.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:44:41.216Z] Configure a credential helper to remove this warning. See [2021-07-31T10:44:41.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:44:41.216Z] [2021-07-31T10:44:41.216Z] Login Succeeded [2021-07-31T10:44:41.216Z] nexus3.edgexfoundry.org:10004 [2021-07-31T10:44:41.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:44:41.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:44:41.782Z] Configure a credential helper to remove this warning. See [2021-07-31T10:44:41.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:44:41.782Z] [2021-07-31T10:44:41.782Z] Login Succeeded [2021-07-31T10:44:41.782Z] docker.io [2021-07-31T10:44:42.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:44:42.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:44:42.666Z] Configure a credential helper to remove this warning. See [2021-07-31T10:44:42.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:44:42.666Z] [2021-07-31T10:44:42.666Z] Login Succeeded [2021-07-31T10:44:42.666Z] ---> docker-login.sh ends [Pipeline] } [2021-07-31T10:44:42.852Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-31T10:44:43.352Z] ========================================================= [2021-07-31T10:44:43.352Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-31T10:44:43.352Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:44:43.717Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-07-31T10:44:43.918Z] Running on prd-centos7-docker-4c-2g-1258 in /w/workspace/dgexfoundry_device-sdk-go_PR-998 [Pipeline] { [Pipeline] ws [2021-07-31T10:44:43.935Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-07-31T10:44:44.054Z] Selected Git installation does not exist. Using Default [2021-07-31T10:44:44.054Z] The recommended git tool is: NONE [2021-07-31T10:44:44.316Z] Sending build context to Docker daemon 2.599MB [2021-07-31T10:44:44.316Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-07-31T10:44:44.317Z] Step 2/8 : FROM ${BASE} [2021-07-31T10:44:44.593Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-31T10:44:44.593Z] 595b0fe564bb: Pulling fs layer [2021-07-31T10:44:44.593Z] 24495759ef45: Pulling fs layer [2021-07-31T10:44:44.593Z] d148012ef14d: Pulling fs layer [2021-07-31T10:44:44.593Z] cb65c68fc2e2: Pulling fs layer [2021-07-31T10:44:44.593Z] 093eec477d81: Pulling fs layer [2021-07-31T10:44:44.593Z] a6d5b2bbb924: Pulling fs layer [2021-07-31T10:44:44.593Z] 2446dc1eb7d3: Pulling fs layer [2021-07-31T10:44:44.593Z] 596795e73e0f: Pulling fs layer [2021-07-31T10:44:44.593Z] 093eec477d81: Waiting [2021-07-31T10:44:44.593Z] a6d5b2bbb924: Waiting [2021-07-31T10:44:44.593Z] 2446dc1eb7d3: Waiting [2021-07-31T10:44:44.593Z] 596795e73e0f: Waiting [2021-07-31T10:44:44.593Z] cb65c68fc2e2: Waiting [2021-07-31T10:44:44.593Z] d148012ef14d: Verifying Checksum [2021-07-31T10:44:44.593Z] 24495759ef45: Verifying Checksum [2021-07-31T10:44:44.593Z] 24495759ef45: Download complete [2021-07-31T10:44:44.593Z] 093eec477d81: Download complete [2021-07-31T10:44:44.593Z] a6d5b2bbb924: Verifying Checksum [2021-07-31T10:44:44.593Z] a6d5b2bbb924: Download complete [2021-07-31T10:44:44.593Z] 595b0fe564bb: Verifying Checksum [2021-07-31T10:44:44.593Z] 595b0fe564bb: Download complete [2021-07-31T10:44:44.593Z] 2446dc1eb7d3: Verifying Checksum [2021-07-31T10:44:44.593Z] 2446dc1eb7d3: Download complete [2021-07-31T10:44:45.591Z] 595b0fe564bb: Pull complete [2021-07-31T10:44:46.191Z] 24495759ef45: Pull complete [2021-07-31T10:44:46.468Z] d148012ef14d: Pull complete [2021-07-31T10:44:46.916Z] using credential edgex-jenkins-ssh [2021-07-31T10:44:46.945Z] Cloning the remote Git repository [2021-07-31T10:44:46.971Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-07-31T10:44:47.045Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-07-31T10:44:47.085Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-07-31T10:44:47.086Z] > git --version # timeout=10 [2021-07-31T10:44:47.094Z] > git --version # 'git version 2.24.4' [2021-07-31T10:44:47.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-31T10:44:47.121Z] [INFO] Currently running in a labeled security context [2021-07-31T10:44:47.121Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-31T10:44:47.121Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/2@tmp/jenkins-gitclient-ssh8840224066430478335.key [2021-07-31T10:44:47.136Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-31T10:44:47.941Z] 596795e73e0f: Verifying Checksum [2021-07-31T10:44:47.941Z] 596795e73e0f: Download complete [2021-07-31T10:44:48.419Z] Merging remotes/origin/main commit 4c8039af1df2b85f6ebf5f903b31f826607b92c3 into PR head commit 696a5e317d56c84bbe6f088dbfeead2f4669ae0b [2021-07-31T10:44:48.546Z] cb65c68fc2e2: Download complete [2021-07-31T10:44:48.571Z] Merge succeeded, producing 1200333b21c5e54638cd9fff8ca7f3b0751632ea [2021-07-31T10:44:48.571Z] Checking out Revision 1200333b21c5e54638cd9fff8ca7f3b0751632ea (PR-998) [2021-07-31T10:44:47.897Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-07-31T10:44:47.903Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-31T10:44:47.921Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-07-31T10:44:47.938Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-07-31T10:44:47.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-31T10:44:47.939Z] [INFO] Currently running in a labeled security context [2021-07-31T10:44:47.939Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-31T10:44:47.939Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/2@tmp/jenkins-gitclient-ssh5749922827103590916.key [2021-07-31T10:44:47.948Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/998/head:refs/remotes/origin/PR-998 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-31T10:44:48.428Z] > git config core.sparsecheckout # timeout=10 [2021-07-31T10:44:48.438Z] > git checkout -f 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 [2021-07-31T10:44:48.478Z] > git remote # timeout=10 [2021-07-31T10:44:48.488Z] > git config --get remote.origin.url # timeout=10 [2021-07-31T10:44:48.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-31T10:44:48.498Z] [INFO] Currently running in a labeled security context [2021-07-31T10:44:48.499Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-31T10:44:48.499Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/2@tmp/jenkins-gitclient-ssh8143676010380670629.key [2021-07-31T10:44:48.511Z] > git merge 4c8039af1df2b85f6ebf5f903b31f826607b92c3 # timeout=10 [2021-07-31T10:44:48.560Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-31T10:44:48.571Z] > git config core.sparsecheckout # timeout=10 [2021-07-31T10:44:48.576Z] > git checkout -f 1200333b21c5e54638cd9fff8ca7f3b0751632ea # timeout=10 [2021-07-31T10:44:52.386Z] Commit message: "Merge commit '4c8039af1df2b85f6ebf5f903b31f826607b92c3' into HEAD" [2021-07-31T10:44:52.387Z] > git rev-list --no-walk 696a5e317d56c84bbe6f088dbfeead2f4669ae0b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-31T10:44:52.782Z] provisioning config files... [2021-07-31T10:44:52.802Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config2716766900613463035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:44:53.238Z] ---> docker-login.sh [2021-07-31T10:44:53.238Z] nexus3.edgexfoundry.org:10001 [2021-07-31T10:44:53.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:44:53.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:44:53.508Z] Configure a credential helper to remove this warning. See [2021-07-31T10:44:53.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:44:53.508Z] [2021-07-31T10:44:53.508Z] Login Succeeded [2021-07-31T10:44:53.508Z] nexus3.edgexfoundry.org:10002 [2021-07-31T10:44:53.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:44:53.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:44:53.508Z] Configure a credential helper to remove this warning. See [2021-07-31T10:44:53.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:44:53.508Z] [2021-07-31T10:44:53.508Z] Login Succeeded [2021-07-31T10:44:53.508Z] nexus3.edgexfoundry.org:10003 [2021-07-31T10:44:53.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:44:53.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:44:53.776Z] Configure a credential helper to remove this warning. See [2021-07-31T10:44:53.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:44:53.776Z] [2021-07-31T10:44:53.776Z] Login Succeeded [2021-07-31T10:44:53.776Z] nexus3.edgexfoundry.org:10004 [2021-07-31T10:44:53.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:44:54.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:44:54.044Z] Configure a credential helper to remove this warning. See [2021-07-31T10:44:54.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:44:54.044Z] [2021-07-31T10:44:54.044Z] Login Succeeded [2021-07-31T10:44:54.044Z] docker.io [2021-07-31T10:44:54.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-31T10:44:54.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-31T10:44:54.319Z] Configure a credential helper to remove this warning. See [2021-07-31T10:44:54.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-31T10:44:54.319Z] [2021-07-31T10:44:54.319Z] Login Succeeded [2021-07-31T10:44:54.319Z] ---> docker-login.sh ends [Pipeline] } [2021-07-31T10:44:54.370Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-31T10:44:54.571Z] ========================================================= [2021-07-31T10:44:54.571Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-31T10:44:54.571Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:44:54.906Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-07-31T10:44:54.907Z] Sending build context to Docker daemon 2.59MB [2021-07-31T10:44:54.907Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-07-31T10:44:54.907Z] Step 2/8 : FROM ${BASE} [2021-07-31T10:44:55.173Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-31T10:44:55.173Z] 540db60ca938: Pulling fs layer [2021-07-31T10:44:55.173Z] adcc1eea9eea: Pulling fs layer [2021-07-31T10:44:55.173Z] 4c4ab2625f07: Pulling fs layer [2021-07-31T10:44:55.173Z] 0773c198feca: Pulling fs layer [2021-07-31T10:44:55.173Z] 345f892a5656: Pulling fs layer [2021-07-31T10:44:55.173Z] 4796506630df: Pulling fs layer [2021-07-31T10:44:55.173Z] cc55df3e53f1: Pulling fs layer [2021-07-31T10:44:55.173Z] 4d027b6c602c: Pulling fs layer [2021-07-31T10:44:55.173Z] 449e75d2c14e: Pulling fs layer [2021-07-31T10:44:55.173Z] 0773c198feca: Waiting [2021-07-31T10:44:55.173Z] 345f892a5656: Waiting [2021-07-31T10:44:55.173Z] 4796506630df: Waiting [2021-07-31T10:44:55.173Z] cc55df3e53f1: Waiting [2021-07-31T10:44:55.173Z] 4d027b6c602c: Waiting [2021-07-31T10:44:55.173Z] 449e75d2c14e: Waiting [2021-07-31T10:44:55.173Z] 4c4ab2625f07: Verifying Checksum [2021-07-31T10:44:55.173Z] 4c4ab2625f07: Download complete [2021-07-31T10:44:55.173Z] adcc1eea9eea: Verifying Checksum [2021-07-31T10:44:55.173Z] adcc1eea9eea: Download complete [2021-07-31T10:44:55.173Z] 345f892a5656: Verifying Checksum [2021-07-31T10:44:55.173Z] 345f892a5656: Download complete [2021-07-31T10:44:55.173Z] 4796506630df: Verifying Checksum [2021-07-31T10:44:55.173Z] 4796506630df: Download complete [2021-07-31T10:44:55.173Z] cc55df3e53f1: Verifying Checksum [2021-07-31T10:44:55.173Z] cc55df3e53f1: Download complete [2021-07-31T10:44:55.173Z] 540db60ca938: Verifying Checksum [2021-07-31T10:44:55.445Z] 540db60ca938: Pull complete [2021-07-31T10:44:55.445Z] adcc1eea9eea: Pull complete [2021-07-31T10:44:55.711Z] 4c4ab2625f07: Pull complete [2021-07-31T10:44:55.711Z] 4d027b6c602c: Verifying Checksum [2021-07-31T10:44:55.711Z] 4d027b6c602c: Download complete [2021-07-31T10:44:59.960Z] 449e75d2c14e: Verifying Checksum [2021-07-31T10:44:59.960Z] 449e75d2c14e: Download complete [2021-07-31T10:45:00.231Z] 0773c198feca: Verifying Checksum [2021-07-31T10:45:00.231Z] 0773c198feca: Download complete [2021-07-31T10:45:00.976Z] cb65c68fc2e2: Pull complete [2021-07-31T10:45:00.977Z] 093eec477d81: Pull complete [2021-07-31T10:45:00.977Z] a6d5b2bbb924: Pull complete [2021-07-31T10:45:00.977Z] 2446dc1eb7d3: Pull complete [2021-07-31T10:45:03.626Z] 0773c198feca: Pull complete [2021-07-31T10:45:03.626Z] 345f892a5656: Pull complete [2021-07-31T10:45:03.894Z] 4796506630df: Pull complete [2021-07-31T10:45:03.894Z] cc55df3e53f1: Pull complete [2021-07-31T10:45:04.161Z] 4d027b6c602c: Pull complete [2021-07-31T10:45:04.429Z] 596795e73e0f: Pull complete [2021-07-31T10:45:04.429Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-31T10:45:04.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-31T10:45:04.429Z] ---> d9e956139c92 [2021-07-31T10:45:04.429Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-07-31T10:45:05.587Z] 449e75d2c14e: Pull complete [2021-07-31T10:45:05.587Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-31T10:45:05.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-31T10:45:05.587Z] ---> 0d28375d9b5b [2021-07-31T10:45:05.587Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-07-31T10:45:07.084Z] ---> Running in c6cf7de66022 [2021-07-31T10:45:07.357Z] Removing intermediate container c6cf7de66022 [2021-07-31T10:45:07.358Z] ---> 2f04eebb3723 [2021-07-31T10:45:07.358Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-31T10:45:07.358Z] ---> Running in 83aaf6dcedaa [2021-07-31T10:45:08.957Z] ---> Running in 1bb26f4621c3 [2021-07-31T10:45:09.230Z] Removing intermediate container 1bb26f4621c3 [2021-07-31T10:45:09.230Z] ---> 3cc718519f79 [2021-07-31T10:45:09.230Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-31T10:45:09.230Z] ---> Running in c9fb5c6333a8 [2021-07-31T10:45:09.829Z] Removing intermediate container c9fb5c6333a8 [2021-07-31T10:45:09.829Z] ---> fe27c6a85c1d [2021-07-31T10:45:09.829Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-07-31T10:45:09.829Z] ---> Running in e565b7b09a37 [2021-07-31T10:45:09.987Z] Removing intermediate container 83aaf6dcedaa [2021-07-31T10:45:09.988Z] ---> b745f11f4786 [2021-07-31T10:45:09.988Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-07-31T10:45:10.096Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-31T10:45:10.263Z] ---> Running in a5a43fd9e414 [2021-07-31T10:45:11.057Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-31T10:45:11.330Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-07-31T10:45:11.330Z] (2/6) Installing libsodium (1.0.18-r0) [2021-07-31T10:45:11.600Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-07-31T10:45:11.600Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-07-31T10:45:11.600Z] (5/6) Installing libzmq (4.3.3-r1) [2021-07-31T10:45:11.706Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-31T10:45:11.867Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-07-31T10:45:11.867Z] Executing busybox-1.32.1-r6.trigger [2021-07-31T10:45:11.867Z] OK: 150 MiB in 46 packages [2021-07-31T10:45:12.136Z] Removing intermediate container e565b7b09a37 [2021-07-31T10:45:12.136Z] ---> 01c44958877a [2021-07-31T10:45:12.136Z] Step 6/8 : WORKDIR /device-sdk-go [2021-07-31T10:45:12.136Z] ---> Running in 3d43b2687a70 [2021-07-31T10:45:12.305Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-31T10:45:12.402Z] Removing intermediate container 3d43b2687a70 [2021-07-31T10:45:12.402Z] ---> 86c93336499d [2021-07-31T10:45:12.402Z] Step 7/8 : COPY . . [2021-07-31T10:45:12.666Z] ---> 5567a229f89f [2021-07-31T10:45:12.666Z] Step 8/8 : RUN go mod download [2021-07-31T10:45:12.666Z] ---> Running in d483899b282e [2021-07-31T10:45:13.285Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-07-31T10:45:13.285Z] (2/6) Installing libsodium (1.0.18-r0) [2021-07-31T10:45:13.285Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-07-31T10:45:13.559Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-07-31T10:45:13.559Z] (5/6) Installing libzmq (4.3.3-r1) [2021-07-31T10:45:13.559Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-07-31T10:45:13.842Z] Executing busybox-1.32.1-r6.trigger [2021-07-31T10:45:13.842Z] OK: 139 MiB in 46 packages [2021-07-31T10:45:15.288Z] Removing intermediate container a5a43fd9e414 [2021-07-31T10:45:15.288Z] ---> aa075ef31637 [2021-07-31T10:45:15.288Z] Step 6/8 : WORKDIR /device-sdk-go [2021-07-31T10:45:15.288Z] ---> Running in 8a1122f25e40 [2021-07-31T10:45:15.887Z] Removing intermediate container 8a1122f25e40 [2021-07-31T10:45:15.887Z] ---> ddb4fe5140ce [2021-07-31T10:45:15.887Z] Step 7/8 : COPY . . [2021-07-31T10:45:17.377Z] ---> cbd250e4749e [2021-07-31T10:45:17.377Z] Step 8/8 : RUN go mod download [2021-07-31T10:45:17.377Z] ---> Running in 5ec4ae1808f3 [2021-07-31T10:45:27.696Z] Removing intermediate container d483899b282e [2021-07-31T10:45:27.696Z] ---> cea7ca8eba9c [2021-07-31T10:45:27.696Z] Successfully built cea7ca8eba9c [2021-07-31T10:45:27.696Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:45:28.029Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-31T10:45:28.029Z] . [Pipeline] withDockerContainer [2021-07-31T10:45:28.124Z] prd-centos7-docker-4c-2g-1258 does not seem to be running inside a container [2021-07-31T10:45:28.174Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-31T10:45:28.555Z] $ docker top 1cfe5e492165639e3af1e6f8872b0b3c776614c6b5630f0d32a4d1bfd0782c19 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-31T10:45:28.985Z] + go version [2021-07-31T10:45:28.985Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-31T10:45:28.999Z] $ docker stop --time=1 1cfe5e492165639e3af1e6f8872b0b3c776614c6b5630f0d32a4d1bfd0782c19 [2021-07-31T10:45:30.208Z] $ docker rm -f 1cfe5e492165639e3af1e6f8872b0b3c776614c6b5630f0d32a4d1bfd0782c19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:45:30.983Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-31T10:45:30.983Z] . [Pipeline] withDockerContainer [2021-07-31T10:45:31.070Z] prd-centos7-docker-4c-2g-1258 does not seem to be running inside a container [2021-07-31T10:45:31.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-31T10:45:31.480Z] $ docker top 2b92c3912c24189bfbfab33a6985606fdbd3ecf5ca82db775f00a29169ca22fa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-31T10:45:31.898Z] + go mod tidy [Pipeline] sh [2021-07-31T10:45:32.498Z] + make test [2021-07-31T10:45:32.498Z] go mod tidy [2021-07-31T10:45:32.498Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-31T10:45:37.901Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-07-31T10:45:44.216Z] Removing intermediate container 5ec4ae1808f3 [2021-07-31T10:45:44.216Z] ---> 80ed3e5f09e8 [2021-07-31T10:45:44.216Z] Successfully built 80ed3e5f09e8 [2021-07-31T10:45:44.216Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:45:44.572Z] + docker inspect -f . ci-base-image-arm64 [2021-07-31T10:45:44.572Z] . [Pipeline] withDockerContainer [2021-07-31T10:45:44.844Z] prd-ubuntu18.04-docker-arm64-4c-16g-1257 does not seem to be running inside a container [2021-07-31T10:45:44.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-31T10:45:46.569Z] $ docker top 4e8fc050958576946982a77afb9b8953e718879a838bfcc264f4e227fc1f7fa0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-31T10:45:47.582Z] + go version [2021-07-31T10:45:47.582Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-31T10:45:47.603Z] $ docker stop --time=1 4e8fc050958576946982a77afb9b8953e718879a838bfcc264f4e227fc1f7fa0 [2021-07-31T10:45:49.492Z] $ docker rm -f 4e8fc050958576946982a77afb9b8953e718879a838bfcc264f4e227fc1f7fa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:45:50.314Z] + docker inspect -f . ci-base-image-arm64 [2021-07-31T10:45:50.314Z] . [Pipeline] withDockerContainer [2021-07-31T10:45:50.587Z] prd-ubuntu18.04-docker-arm64-4c-16g-1257 does not seem to be running inside a container [2021-07-31T10:45:50.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-31T10:45:52.384Z] $ docker top 0f256e8c845edc11ae954c191d429b2188b1332272b18e00dd1e7af78809b245 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-31T10:45:53.392Z] + go mod tidy [Pipeline] sh [2021-07-31T10:45:54.667Z] + make test [2021-07-31T10:45:54.667Z] go mod tidy [2021-07-31T10:45:55.275Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-31T10:46:00.043Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-07-31T10:46:00.043Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-07-31T10:46:00.043Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-07-31T10:46:02.672Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.051s coverage: 24.2% of statements [2021-07-31T10:46:02.672Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-07-31T10:46:02.672Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.048s coverage: 28.1% of statements [2021-07-31T10:46:03.279Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.045s coverage: 78.9% of statements [2021-07-31T10:46:03.279Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.043s coverage: 9.0% of statements [2021-07-31T10:46:03.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-07-31T10:46:03.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-07-31T10:46:03.279Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-07-31T10:46:03.883Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.065s coverage: 28.7% of statements [2021-07-31T10:46:03.883Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-07-31T10:46:05.291Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.058s coverage: 83.3% of statements [2021-07-31T10:46:05.291Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-07-31T10:46:05.291Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-07-31T10:46:05.291Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.080s coverage: 58.0% of statements [2021-07-31T10:46:06.258Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.812s coverage: 89.2% of statements [2021-07-31T10:46:06.258Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-07-31T10:46:06.258Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.042s coverage: 4.9% of statements [2021-07-31T10:46:06.258Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-07-31T10:46:06.258Z] GO111MODULE=on go vet ./... [2021-07-31T10:46:22.128Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-07-31T10:46:24.529Z] gofmt -l . [2021-07-31T10:46:24.529Z] [ "`gofmt -l .`" = "" ] [2021-07-31T10:46:24.529Z] ./bin/test-attribution-txt.sh [2021-07-31T10:46:24.529Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-07-31T10:46:24.546Z] $ docker stop --time=1 2b92c3912c24189bfbfab33a6985606fdbd3ecf5ca82db775f00a29169ca22fa [2021-07-31T10:46:26.104Z] $ docker rm -f 2b92c3912c24189bfbfab33a6985606fdbd3ecf5ca82db775f00a29169ca22fa [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-31T10:46:26.622Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-31T10:46:26.880Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-07-31T10:46:29.484Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-07-31T10:46:29.802Z] + ls -al . [2021-07-31T10:46:29.802Z] total 228 [2021-07-31T10:46:29.802Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jul 31 10:46 . [2021-07-31T10:46:29.802Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 31 10:44 .. [2021-07-31T10:46:29.802Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 31 10:44 bin [2021-07-31T10:46:29.802Z] -rw-rw-r--. 1 jenkins jenkins 24816 Jul 31 10:44 CHANGELOG.md [2021-07-31T10:46:29.802Z] -rw-r--r--. 1 jenkins jenkins 125634 Jul 31 10:46 coverage.out [2021-07-31T10:46:29.802Z] -rw-rw-r--. 1 jenkins jenkins 987 Jul 31 10:44 Dockerfile.build [2021-07-31T10:46:29.802Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 31 10:44 .dockerignore [2021-07-31T10:46:29.802Z] drwxrwxr-x. 5 jenkins jenkins 62 Jul 31 10:44 example [2021-07-31T10:46:29.802Z] drwxrwxr-x. 8 jenkins jenkins 179 Jul 31 10:44 .git [2021-07-31T10:46:29.802Z] drwxrwxr-x. 3 jenkins jenkins 125 Jul 31 10:44 .github [2021-07-31T10:46:29.802Z] -rw-rw-r--. 1 jenkins jenkins 138 Jul 31 10:44 .gitignore [2021-07-31T10:46:29.802Z] -rw-r--r--. 1 jenkins jenkins 548 Jul 31 10:46 go.mod [2021-07-31T10:46:29.802Z] -rw-r--r--. 1 jenkins jenkins 20386 Jul 31 10:45 go.sum [2021-07-31T10:46:29.802Z] drwxrwxr-x. 15 jenkins jenkins 224 Jul 31 10:44 internal [2021-07-31T10:46:29.802Z] -rw-rw-r--. 1 jenkins jenkins 880 Jul 31 10:44 Jenkinsfile [2021-07-31T10:46:29.802Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jul 31 10:44 LICENSE [2021-07-31T10:46:29.802Z] -rw-rw-r--. 1 jenkins jenkins 1026 Jul 31 10:44 Makefile [2021-07-31T10:46:29.802Z] drwxrwxr-x. 3 jenkins jenkins 16 Jul 31 10:44 openapi [2021-07-31T10:46:29.802Z] drwxrwxr-x. 5 jenkins jenkins 50 Jul 31 10:44 pkg [2021-07-31T10:46:29.802Z] -rw-rw-r--. 1 jenkins jenkins 7646 Jul 31 10:44 README.md [2021-07-31T10:46:29.802Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 31 10:44 snap [2021-07-31T10:46:29.802Z] -rw-rw-r--. 1 jenkins jenkins 5 Jul 31 10:41 VERSION [2021-07-31T10:46:29.802Z] -rw-rw-r--. 1 jenkins jenkins 222 Jul 31 10:44 version.go [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:46:30.135Z] + docker build -t 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=1200333b21c5e54638cd9fff8ca7f3b0751632ea --label arch=amd64 --label version=0.0.0 . [2021-07-31T10:46:30.135Z] Sending build context to Docker daemon 2.717MB [2021-07-31T10:46:30.135Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-07-31T10:46:30.135Z] Step 2/23 : FROM ${BASE} AS builder [2021-07-31T10:46:30.135Z] ---> cea7ca8eba9c [2021-07-31T10:46:30.135Z] Step 3/23 : WORKDIR /device-sdk-go [2021-07-31T10:46:30.135Z] ---> Running in 299d1fe0e09c [2021-07-31T10:46:30.135Z] Removing intermediate container 299d1fe0e09c [2021-07-31T10:46:30.135Z] ---> 132ff03d043d [2021-07-31T10:46:30.135Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-07-31T10:46:30.402Z] ---> Running in f562ed67759d [2021-07-31T10:46:30.402Z] Removing intermediate container f562ed67759d [2021-07-31T10:46:30.402Z] ---> e7a8a6f6c7c2 [2021-07-31T10:46:30.402Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-31T10:46:30.402Z] ---> Running in f883d3c68b96 [2021-07-31T10:46:30.982Z] Removing intermediate container f883d3c68b96 [2021-07-31T10:46:30.982Z] ---> e60bbccf9e71 [2021-07-31T10:46:30.982Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-07-31T10:46:30.982Z] ---> Running in 03d5d9f6461b [2021-07-31T10:46:31.252Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-31T10:46:31.837Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-31T10:46:32.795Z] OK: 150 MiB in 46 packages [2021-07-31T10:46:32.795Z] Removing intermediate container 03d5d9f6461b [2021-07-31T10:46:32.795Z] ---> 8f21c5dd94ac [2021-07-31T10:46:32.795Z] Step 7/23 : COPY . . [2021-07-31T10:46:33.062Z] ---> 298d6ade665a [2021-07-31T10:46:33.062Z] Step 8/23 : RUN go mod download [2021-07-31T10:46:33.328Z] ---> Running in 8fb51bb28712 [2021-07-31T10:46:33.917Z] Removing intermediate container 8fb51bb28712 [2021-07-31T10:46:33.917Z] ---> e53ad1c616f8 [2021-07-31T10:46:33.917Z] Step 9/23 : RUN make build [2021-07-31T10:46:33.917Z] ---> Running in 7f273d004a83 [2021-07-31T10:46:33.917Z] go mod tidy [2021-07-31T10:46:34.219Z] 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-07-31T10:46:44.374Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-07-31T10:46:44.965Z] Removing intermediate container 7f273d004a83 [2021-07-31T10:46:44.965Z] ---> cd9312da866b [2021-07-31T10:46:44.965Z] Step 10/23 : FROM alpine:3.12 [2021-07-31T10:46:46.377Z] 3.12: Pulling from library/alpine [2021-07-31T10:46:46.647Z] 339de151aab4: Pulling fs layer [2021-07-31T10:46:46.914Z] 339de151aab4: Verifying Checksum [2021-07-31T10:46:46.914Z] 339de151aab4: Download complete [2021-07-31T10:46:46.914Z] 339de151aab4: Pull complete [2021-07-31T10:46:46.914Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-07-31T10:46:46.914Z] Status: Downloaded newer image for alpine:3.12 [2021-07-31T10:46:46.914Z] ---> 13621d1b12d4 [2021-07-31T10:46:46.914Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-07-31T10:46:47.180Z] ---> Running in 9625b75d69b9 [2021-07-31T10:46:47.180Z] Removing intermediate container 9625b75d69b9 [2021-07-31T10:46:47.180Z] ---> 81342a53cc1d [2021-07-31T10:46:47.180Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-31T10:46:47.180Z] ---> Running in df4d13231736 [2021-07-31T10:46:47.765Z] Removing intermediate container df4d13231736 [2021-07-31T10:46:47.765Z] ---> 84a94a233974 [2021-07-31T10:46:47.765Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-07-31T10:46:47.765Z] ---> Running in 015a4b2bdea9 [2021-07-31T10:46:48.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-31T10:46:48.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-31T10:46:49.203Z] (1/5) Installing libgcc (9.3.0-r2) [2021-07-31T10:46:49.203Z] (2/5) Installing libsodium (1.0.18-r0) [2021-07-31T10:46:49.203Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-07-31T10:46:50.160Z] (4/5) Installing libzmq (4.3.3-r0) [2021-07-31T10:46:50.160Z] (5/5) Installing zeromq (4.3.3-r0) [2021-07-31T10:46:50.429Z] Executing busybox-1.31.1-r20.trigger [2021-07-31T10:46:50.430Z] OK: 8 MiB in 19 packages [2021-07-31T10:46:50.699Z] Removing intermediate container 015a4b2bdea9 [2021-07-31T10:46:50.699Z] ---> 1ed05d9d13d0 [2021-07-31T10:46:50.699Z] Step 14/23 : WORKDIR / [2021-07-31T10:46:50.699Z] ---> Running in 234258b4024d [2021-07-31T10:46:50.699Z] Removing intermediate container 234258b4024d [2021-07-31T10:46:50.699Z] ---> ceb3f5d6a8f1 [2021-07-31T10:46:50.699Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-07-31T10:46:50.968Z] ---> 932fc0d84d1a [2021-07-31T10:46:50.968Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-07-31T10:46:51.235Z] ---> 0f31737e5680 [2021-07-31T10:46:51.235Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-07-31T10:46:51.510Z] ---> 8ed4fc5f7127 [2021-07-31T10:46:51.510Z] Step 18/23 : EXPOSE 59999 [2021-07-31T10:46:51.510Z] ---> Running in 53d5a6bbe392 [2021-07-31T10:46:51.510Z] Removing intermediate container 53d5a6bbe392 [2021-07-31T10:46:51.510Z] ---> 988d46b284a3 [2021-07-31T10:46:51.510Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-07-31T10:46:51.510Z] ---> Running in c32e20d4d091 [2021-07-31T10:46:51.781Z] Removing intermediate container c32e20d4d091 [2021-07-31T10:46:51.781Z] ---> d72127aefe78 [2021-07-31T10:46:51.781Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-31T10:46:51.781Z] ---> Running in 6e39d9b51b09 [2021-07-31T10:46:51.781Z] Removing intermediate container 6e39d9b51b09 [2021-07-31T10:46:51.781Z] ---> 422d6e3fb008 [2021-07-31T10:46:51.781Z] Step 21/23 : LABEL arch=amd64 [2021-07-31T10:46:51.781Z] ---> Running in f83be004c8fa [2021-07-31T10:46:52.049Z] Removing intermediate container f83be004c8fa [2021-07-31T10:46:52.049Z] ---> c25b72f01724 [2021-07-31T10:46:52.049Z] Step 22/23 : LABEL git_sha=1200333b21c5e54638cd9fff8ca7f3b0751632ea [2021-07-31T10:46:52.049Z] ---> Running in f08f1738c49a [2021-07-31T10:46:52.049Z] Removing intermediate container f08f1738c49a [2021-07-31T10:46:52.049Z] ---> d268b50b5f8a [2021-07-31T10:46:52.049Z] Step 23/23 : LABEL version=0.0.0 [2021-07-31T10:46:52.049Z] ---> Running in bcc4fce7ecb5 [2021-07-31T10:46:52.049Z] Removing intermediate container bcc4fce7ecb5 [2021-07-31T10:46:52.049Z] ---> 05aadb819a6a [2021-07-31T10:46:52.049Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-07-31T10:46:52.049Z] Successfully built 05aadb819a6a [2021-07-31T10:46:52.049Z] Successfully tagged 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:46:52.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-31T10:46:52.795Z] [2021-07-31T10:46:52.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:46:53.123Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-31T10:46:53.123Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-31T10:46:53.123Z] b4d181a07f80: Pulling fs layer [2021-07-31T10:46:53.123Z] a1111a8f2ec3: Pulling fs layer [2021-07-31T10:46:53.123Z] ed53099fbce6: Pulling fs layer [2021-07-31T10:46:53.123Z] dc539afda2c1: Pulling fs layer [2021-07-31T10:46:53.123Z] 77bc0d833cb6: Pulling fs layer [2021-07-31T10:46:53.123Z] 9065ff56babe: Pulling fs layer [2021-07-31T10:46:53.123Z] d287ab97295c: Pulling fs layer [2021-07-31T10:46:53.123Z] dc539afda2c1: Waiting [2021-07-31T10:46:53.123Z] 77bc0d833cb6: Waiting [2021-07-31T10:46:53.123Z] 9065ff56babe: Waiting [2021-07-31T10:46:53.123Z] d287ab97295c: Waiting [2021-07-31T10:46:53.389Z] a1111a8f2ec3: Verifying Checksum [2021-07-31T10:46:53.389Z] a1111a8f2ec3: Download complete [2021-07-31T10:46:53.389Z] dc539afda2c1: Verifying Checksum [2021-07-31T10:46:53.389Z] dc539afda2c1: Download complete [2021-07-31T10:46:53.660Z] 77bc0d833cb6: Verifying Checksum [2021-07-31T10:46:53.660Z] 77bc0d833cb6: Download complete [2021-07-31T10:46:53.660Z] 9065ff56babe: Verifying Checksum [2021-07-31T10:46:53.660Z] 9065ff56babe: Download complete [2021-07-31T10:46:53.925Z] ed53099fbce6: Verifying Checksum [2021-07-31T10:46:53.925Z] ed53099fbce6: Download complete [2021-07-31T10:46:54.199Z] b4d181a07f80: Verifying Checksum [2021-07-31T10:46:54.199Z] b4d181a07f80: Download complete [2021-07-31T10:46:55.612Z] b4d181a07f80: Pull complete [2021-07-31T10:46:55.612Z] a1111a8f2ec3: Pull complete [2021-07-31T10:46:56.212Z] ed53099fbce6: Pull complete [2021-07-31T10:46:56.212Z] dc539afda2c1: Pull complete [2021-07-31T10:46:56.480Z] 77bc0d833cb6: Pull complete [2021-07-31T10:46:56.480Z] 9065ff56babe: Pull complete [2021-07-31T10:46:57.437Z] d287ab97295c: Verifying Checksum [2021-07-31T10:46:57.437Z] d287ab97295c: Download complete [2021-07-31T10:47:02.841Z] d287ab97295c: Pull complete [2021-07-31T10:47:02.841Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-31T10:47:02.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-31T10:47:02.841Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-31T10:47:02.940Z] prd-centos7-docker-4c-2g-1258 does not seem to be running inside a container [2021-07-31T10:47:02.994Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-31T10:47:05.351Z] $ docker top 8b1668df6d58eb0d768a2960a36a9d30d8a5f6929a32dfe2f01c9748cf81f8bf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:47:06.004Z] ---> job-cost.sh [2021-07-31T10:47:06.004Z] lf-activate-venv: SKIPPING [2021-07-31T10:47:06.004Z] INFO: No Stack... [2021-07-31T10:47:07.407Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-31T10:47:07.672Z] INFO: Archiving Costs [Pipeline] sh [2021-07-31T10:47:07.991Z] + cat /w/workspace/device-sdk-go/2/archives/cost.csv [2021-07-31T10:47:07.991Z] + cut -d, -f6 [Pipeline] lock [2021-07-31T10:47:08.034Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] [2021-07-31T10:47:08.042Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] did not exist. Created. [2021-07-31T10:47:08.042Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-31T10:47:08.385Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-07-31T10:47:08.433Z] Stashed 1 file(s) [Pipeline] } [2021-07-31T10:47:08.447Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-31T10:47:08.478Z] $ docker stop --time=1 8b1668df6d58eb0d768a2960a36a9d30d8a5f6929a32dfe2f01c9748cf81f8bf [2021-07-31T10:47:09.626Z] $ docker rm -f 8b1668df6d58eb0d768a2960a36a9d30d8a5f6929a32dfe2f01c9748cf81f8bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-31T10:47:30.232Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-07-31T10:47:30.232Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-07-31T10:47:30.232Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-07-31T10:47:36.995Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.289s coverage: 24.2% of statements [2021-07-31T10:47:36.995Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-07-31T10:47:36.995Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.220s coverage: 28.1% of statements [2021-07-31T10:47:36.995Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.215s coverage: 78.9% of statements [2021-07-31T10:47:36.995Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.264s coverage: 9.0% of statements [2021-07-31T10:47:36.995Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-07-31T10:47:36.995Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-07-31T10:47:36.995Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-07-31T10:47:37.988Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.413s coverage: 28.7% of statements [2021-07-31T10:47:37.989Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-07-31T10:47:39.984Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.255s coverage: 83.3% of statements [2021-07-31T10:47:39.984Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-07-31T10:47:39.984Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-07-31T10:47:39.984Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.372s coverage: 58.0% of statements [2021-07-31T10:47:44.318Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.057s coverage: 89.2% of statements [2021-07-31T10:47:44.318Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-07-31T10:47:44.318Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.202s coverage: 4.9% of statements [2021-07-31T10:47:44.318Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-07-31T10:47:44.318Z] GO111MODULE=on go vet ./... [2021-07-31T10:48:40.950Z] gofmt -l . [2021-07-31T10:48:40.950Z] [ "`gofmt -l .`" = "" ] [2021-07-31T10:48:40.950Z] ./bin/test-attribution-txt.sh [2021-07-31T10:48:40.950Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-07-31T10:48:40.962Z] $ docker stop --time=1 0f256e8c845edc11ae954c191d429b2188b1332272b18e00dd1e7af78809b245 [2021-07-31T10:48:43.095Z] $ docker rm -f 0f256e8c845edc11ae954c191d429b2188b1332272b18e00dd1e7af78809b245 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-31T10:48:44.266Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-31T10:48:44.302Z] Warning: overwriting stash ‘coverage-report’ [2021-07-31T10:48:44.991Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-31T10:48:45.565Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-07-31T10:48:45.908Z] + ls -al . [2021-07-31T10:48:45.908Z] total 264 [2021-07-31T10:48:45.908Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 31 10:48 . [2021-07-31T10:48:45.908Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 10:44 .. [2021-07-31T10:48:45.908Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 31 10:44 .dockerignore [2021-07-31T10:48:45.908Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 10:44 .git [2021-07-31T10:48:45.909Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 10:44 .github [2021-07-31T10:48:45.909Z] -rw-rw-r-- 1 jenkins jenkins 138 Jul 31 10:44 .gitignore [2021-07-31T10:48:45.909Z] -rw-rw-r-- 1 jenkins jenkins 24816 Jul 31 10:44 CHANGELOG.md [2021-07-31T10:48:45.909Z] -rw-rw-r-- 1 jenkins jenkins 987 Jul 31 10:44 Dockerfile.build [2021-07-31T10:48:45.909Z] -rw-rw-r-- 1 jenkins jenkins 880 Jul 31 10:44 Jenkinsfile [2021-07-31T10:48:45.909Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 31 10:44 LICENSE [2021-07-31T10:48:45.909Z] -rw-rw-r-- 1 jenkins jenkins 1026 Jul 31 10:44 Makefile [2021-07-31T10:48:45.909Z] -rw-rw-r-- 1 jenkins jenkins 7646 Jul 31 10:44 README.md [2021-07-31T10:48:45.909Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 31 10:41 VERSION [2021-07-31T10:48:45.909Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 10:44 bin [2021-07-31T10:48:45.909Z] -rw-r--r-- 1 jenkins jenkins 125634 Jul 31 10:47 coverage.out [2021-07-31T10:48:45.909Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 31 10:44 example [2021-07-31T10:48:45.909Z] -rw-r--r-- 1 jenkins jenkins 548 Jul 31 10:48 go.mod [2021-07-31T10:48:45.909Z] -rw-r--r-- 1 jenkins jenkins 20386 Jul 31 10:45 go.sum [2021-07-31T10:48:45.909Z] drwxrwxr-x 15 jenkins jenkins 4096 Jul 31 10:44 internal [2021-07-31T10:48:45.909Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 10:44 openapi [2021-07-31T10:48:45.909Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 31 10:44 pkg [2021-07-31T10:48:45.909Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 10:44 snap [2021-07-31T10:48:45.909Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 31 10:44 version.go [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:48:46.260Z] + docker build -t 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=23e85ce9c9018338e9211e1425394c26b5b84723 --label arch=arm64 --label version=0.0.0 . [2021-07-31T10:48:46.866Z] Sending build context to Docker daemon 2.725MB [2021-07-31T10:48:46.866Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-07-31T10:48:46.866Z] Step 2/23 : FROM ${BASE} AS builder [2021-07-31T10:48:46.866Z] ---> 80ed3e5f09e8 [2021-07-31T10:48:46.866Z] Step 3/23 : WORKDIR /device-sdk-go [2021-07-31T10:48:47.147Z] ---> Running in 4610c1bbb05f [2021-07-31T10:48:47.752Z] Removing intermediate container 4610c1bbb05f [2021-07-31T10:48:47.752Z] ---> 7265b7567558 [2021-07-31T10:48:47.752Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-07-31T10:48:47.752Z] ---> Running in 569442e4fb55 [2021-07-31T10:48:48.356Z] Removing intermediate container 569442e4fb55 [2021-07-31T10:48:48.356Z] ---> d918474004cc [2021-07-31T10:48:48.356Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-31T10:48:48.356Z] ---> Running in 751b567647f0 [2021-07-31T10:48:51.012Z] Removing intermediate container 751b567647f0 [2021-07-31T10:48:51.012Z] ---> 230b5511018f [2021-07-31T10:48:51.012Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-07-31T10:48:51.012Z] ---> Running in 7be5078f2cbd [2021-07-31T10:48:52.010Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-31T10:48:52.996Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-31T10:48:53.592Z] OK: 139 MiB in 46 packages [2021-07-31T10:48:55.042Z] Removing intermediate container 7be5078f2cbd [2021-07-31T10:48:55.042Z] ---> 8e2779b39c67 [2021-07-31T10:48:55.042Z] Step 7/23 : COPY . . [2021-07-31T10:48:56.029Z] ---> c7da27ca4439 [2021-07-31T10:48:56.029Z] Step 8/23 : RUN go mod download [2021-07-31T10:48:56.301Z] ---> Running in a9187b7213a0 [2021-07-31T10:48:58.930Z] Removing intermediate container a9187b7213a0 [2021-07-31T10:48:58.930Z] ---> ec0ec2c52a54 [2021-07-31T10:48:58.930Z] Step 9/23 : RUN make build [2021-07-31T10:48:58.930Z] ---> Running in 39540fef3d51 [2021-07-31T10:48:59.916Z] go mod tidy [2021-07-31T10:49:00.911Z] 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-07-31T10:49:33.370Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-07-31T10:49:35.997Z] Removing intermediate container 39540fef3d51 [2021-07-31T10:49:35.997Z] ---> c4e7e07fab2c [2021-07-31T10:49:35.997Z] Step 10/23 : FROM alpine:3.12 [2021-07-31T10:49:36.272Z] 3.12: Pulling from library/alpine [2021-07-31T10:49:36.546Z] d2f70382dc9a: Pulling fs layer [2021-07-31T10:49:36.546Z] d2f70382dc9a: Verifying Checksum [2021-07-31T10:49:36.546Z] d2f70382dc9a: Download complete [2021-07-31T10:49:37.144Z] d2f70382dc9a: Pull complete [2021-07-31T10:49:37.416Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-07-31T10:49:37.416Z] Status: Downloaded newer image for alpine:3.12 [2021-07-31T10:49:37.416Z] ---> c4fd0aeabfcf [2021-07-31T10:49:37.416Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-07-31T10:49:37.693Z] ---> Running in 7edf7faaec9d [2021-07-31T10:49:37.967Z] Removing intermediate container 7edf7faaec9d [2021-07-31T10:49:37.967Z] ---> 8c89b79cd1fd [2021-07-31T10:49:37.967Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-31T10:49:38.244Z] ---> Running in 738f49bd2f5a [2021-07-31T10:49:40.874Z] Removing intermediate container 738f49bd2f5a [2021-07-31T10:49:40.874Z] ---> ef55fcc50554 [2021-07-31T10:49:40.874Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-07-31T10:49:40.874Z] ---> Running in ac1f001e8673 [2021-07-31T10:49:41.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-31T10:49:42.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-31T10:49:43.820Z] (1/5) Installing libgcc (9.3.0-r2) [2021-07-31T10:49:43.820Z] (2/5) Installing libsodium (1.0.18-r0) [2021-07-31T10:49:43.820Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-07-31T10:49:44.093Z] (4/5) Installing libzmq (4.3.3-r0) [2021-07-31T10:49:44.369Z] (5/5) Installing zeromq (4.3.3-r0) [2021-07-31T10:49:44.369Z] Executing busybox-1.31.1-r20.trigger [2021-07-31T10:49:44.369Z] OK: 8 MiB in 19 packages [2021-07-31T10:49:45.813Z] Removing intermediate container ac1f001e8673 [2021-07-31T10:49:45.813Z] ---> 7de1b3620f71 [2021-07-31T10:49:45.813Z] Step 14/23 : WORKDIR / [2021-07-31T10:49:45.813Z] ---> Running in 1ccf073e402a [2021-07-31T10:49:46.411Z] Removing intermediate container 1ccf073e402a [2021-07-31T10:49:46.411Z] ---> fea6737515e7 [2021-07-31T10:49:46.411Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-07-31T10:49:47.395Z] ---> 69cd6e288633 [2021-07-31T10:49:47.396Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-07-31T10:49:48.836Z] ---> 252b49eacd0f [2021-07-31T10:49:48.836Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-07-31T10:49:49.435Z] ---> b79010dae12a [2021-07-31T10:49:49.435Z] Step 18/23 : EXPOSE 59999 [2021-07-31T10:49:49.435Z] ---> Running in 464681e67a2c [2021-07-31T10:49:50.043Z] Removing intermediate container 464681e67a2c [2021-07-31T10:49:50.043Z] ---> e5110a19f1ad [2021-07-31T10:49:50.043Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-07-31T10:49:50.318Z] ---> Running in d78b59cd3f4c [2021-07-31T10:49:50.594Z] Removing intermediate container d78b59cd3f4c [2021-07-31T10:49:50.594Z] ---> dff810db1690 [2021-07-31T10:49:50.594Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-31T10:49:50.879Z] ---> Running in 2d8860208ab4 [2021-07-31T10:49:51.482Z] Removing intermediate container 2d8860208ab4 [2021-07-31T10:49:51.482Z] ---> 5237a3f7e59c [2021-07-31T10:49:51.482Z] Step 21/23 : LABEL arch=arm64 [2021-07-31T10:49:51.482Z] ---> Running in 4466d29123b7 [2021-07-31T10:49:52.088Z] Removing intermediate container 4466d29123b7 [2021-07-31T10:49:52.088Z] ---> 6d0e1d57691b [2021-07-31T10:49:52.088Z] Step 22/23 : LABEL git_sha=23e85ce9c9018338e9211e1425394c26b5b84723 [2021-07-31T10:49:52.088Z] ---> Running in 3e1ef7ff7514 [2021-07-31T10:49:52.684Z] Removing intermediate container 3e1ef7ff7514 [2021-07-31T10:49:52.684Z] ---> 7856db378a87 [2021-07-31T10:49:52.684Z] Step 23/23 : LABEL version=0.0.0 [2021-07-31T10:49:52.964Z] ---> Running in 7d8448600c35 [2021-07-31T10:49:53.239Z] Removing intermediate container 7d8448600c35 [2021-07-31T10:49:53.239Z] ---> ee61cc60eaf2 [2021-07-31T10:49:53.239Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-07-31T10:49:53.512Z] Successfully built ee61cc60eaf2 [2021-07-31T10:49:53.512Z] Successfully tagged 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:49:54.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-31T10:49:54.502Z] [2021-07-31T10:49:54.502Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:49:54.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-31T10:49:55.138Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-31T10:49:55.138Z] 448f6bf000e3: Pulling fs layer [2021-07-31T10:49:55.138Z] f757da607395: Pulling fs layer [2021-07-31T10:49:55.138Z] 05883995daec: Pulling fs layer [2021-07-31T10:49:55.138Z] 8603b9c90790: Pulling fs layer [2021-07-31T10:49:55.138Z] 1560dd03e051: Pulling fs layer [2021-07-31T10:49:55.138Z] 27f5ce0e4adf: Pulling fs layer [2021-07-31T10:49:55.138Z] c2d8d7efcc4b: Pulling fs layer [2021-07-31T10:49:55.138Z] 1560dd03e051: Waiting [2021-07-31T10:49:55.138Z] 8603b9c90790: Waiting [2021-07-31T10:49:55.138Z] 27f5ce0e4adf: Waiting [2021-07-31T10:49:55.138Z] c2d8d7efcc4b: Waiting [2021-07-31T10:49:55.421Z] f757da607395: Verifying Checksum [2021-07-31T10:49:55.422Z] f757da607395: Download complete [2021-07-31T10:49:55.422Z] 8603b9c90790: Download complete [2021-07-31T10:49:55.697Z] 1560dd03e051: Verifying Checksum [2021-07-31T10:49:55.697Z] 1560dd03e051: Download complete [2021-07-31T10:49:55.697Z] 27f5ce0e4adf: Download complete [2021-07-31T10:49:55.697Z] 05883995daec: Verifying Checksum [2021-07-31T10:49:55.697Z] 05883995daec: Download complete [2021-07-31T10:49:57.138Z] 448f6bf000e3: Download complete [2021-07-31T10:49:59.767Z] c2d8d7efcc4b: Verifying Checksum [2021-07-31T10:49:59.767Z] c2d8d7efcc4b: Download complete [2021-07-31T10:50:00.368Z] 448f6bf000e3: Pull complete [2021-07-31T10:50:01.352Z] f757da607395: Pull complete [2021-07-31T10:50:02.792Z] 05883995daec: Pull complete [2021-07-31T10:50:02.792Z] 8603b9c90790: Pull complete [2021-07-31T10:50:03.775Z] 1560dd03e051: Pull complete [2021-07-31T10:50:04.374Z] 27f5ce0e4adf: Pull complete [2021-07-31T10:50:19.494Z] c2d8d7efcc4b: Pull complete [2021-07-31T10:50:19.494Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-31T10:50:19.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-31T10:50:19.494Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-31T10:50:19.724Z] prd-ubuntu18.04-docker-arm64-4c-16g-1257 does not seem to be running inside a container [2021-07-31T10:50:19.806Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-07-31T10:50:23.600Z] $ docker top 93dc50e8ca2f7b1cb0f4febee0a22ff585a8efc7892109b78205a712ca600cb1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:50:24.550Z] ---> job-cost.sh [2021-07-31T10:50:24.550Z] lf-activate-venv: SKIPPING [2021-07-31T10:50:24.550Z] INFO: No Stack... [2021-07-31T10:50:25.145Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-31T10:50:25.743Z] INFO: Archiving Costs [Pipeline] sh [2021-07-31T10:50:26.414Z] + cat /w/workspace/device-sdk-go/2/archives/cost.csv [2021-07-31T10:50:26.414Z] + cut -d, -f6 [Pipeline] lock [2021-07-31T10:50:26.490Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] [2021-07-31T10:50:26.499Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] did not exist. Created. [2021-07-31T10:50:26.500Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-31T10:50:27.223Z] /w/workspace/device-sdk-go/2@tmp/durable-a2ef6899/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-a2ef6899/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-07-31T10:50:27.916Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-31T10:50:27.950Z] Warning: overwriting stash ‘stack-cost’ [2021-07-31T10:50:28.015Z] Stashed 1 file(s) [Pipeline] } [2021-07-31T10:50:28.026Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-998-2-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-31T10:50:28.045Z] $ docker stop --time=1 93dc50e8ca2f7b1cb0f4febee0a22ff585a8efc7892109b78205a712ca600cb1 [2021-07-31T10:50:29.649Z] $ docker rm -f 93dc50e8ca2f7b1cb0f4febee0a22ff585a8efc7892109b78205a712ca600cb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider [2021-07-31T10:50:30.863Z] provisioning config files... [2021-07-31T10:50:30.879Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/config2430256089402911248tmp [Pipeline] { [Pipeline] sh [2021-07-31T10:50:31.247Z] + set +x [2021-07-31T10:50:31.247Z] + curl -s https://codecov.io/bash [2021-07-31T10:50:31.247Z] + bash -s -- [2021-07-31T10:50:31.247Z] [2021-07-31T10:50:31.247Z] _____ _ [2021-07-31T10:50:31.247Z] / ____| | | [2021-07-31T10:50:31.247Z] | | ___ __| | ___ ___ _____ __ [2021-07-31T10:50:31.247Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-31T10:50:31.247Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-31T10:50:31.247Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-31T10:50:31.247Z] Bash-1.0.6 [2021-07-31T10:50:31.247Z] [2021-07-31T10:50:31.247Z] [2021-07-31T10:50:31.247Z] ==> git version 2.24.4 found [2021-07-31T10:50:31.247Z] ==> 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-07-31T10:50:31.247Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-31T10:50:31.248Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-31T10:50:31.248Z] ==> Jenkins CI detected. [2021-07-31T10:50:31.248Z] current dir:  /w/workspace/dgexfoundry_device-sdk-go_PR-998 [2021-07-31T10:50:31.248Z] project root: . [2021-07-31T10:50:31.248Z] --> token set from env [2021-07-31T10:50:31.248Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-31T10:50:31.516Z] ==> Running gcov in . (disable via -X gcov) [2021-07-31T10:50:31.516Z] ==> Python coveragepy not found [2021-07-31T10:50:31.516Z] ==> Searching for coverage reports in: [2021-07-31T10:50:31.516Z] + . [2021-07-31T10:50:31.516Z] -> Found 1 reports [2021-07-31T10:50:31.516Z] ==> Detecting git/mercurial file structure [2021-07-31T10:50:31.516Z] ==> Reading reports [2021-07-31T10:50:31.516Z] + ./coverage.out bytes=125634 [2021-07-31T10:50:31.516Z] ==> Appending adjustments [2021-07-31T10:50:31.516Z] https://docs.codecov.io/docs/fixing-reports [2021-07-31T10:50:31.516Z] + Found adjustments [2021-07-31T10:50:31.784Z] ==> Gzipping contents [2021-07-31T10:50:31.784Z] 16K /tmp/codecov.B0H4dW.gz [2021-07-31T10:50:31.785Z] ==> Uploading reports [2021-07-31T10:50:31.785Z] url: https://codecov.io [2021-07-31T10:50:31.785Z] query: branch=PR-998&commit=6ec740974604cccb12ec5acf6c55def963c5e352&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-998%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=998&job=&cmd_args= [2021-07-31T10:50:31.785Z] -> Pinging Codecov [2021-07-31T10:50:31.785Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-998&commit=6ec740974604cccb12ec5acf6c55def963c5e352&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-998%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=998&job=&cmd_args= [2021-07-31T10:50:32.051Z] -> Uploading to [2021-07-31T10:50:32.051Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-31/7E55EF52A471D76F132DFD9A03CDDE97/6ec740974604cccb12ec5acf6c55def963c5e352/d343a056-576d-48ff-9374-3cf1cf8a19be.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210731%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210731T105031Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=771bc1f27cc361fa69da3d4adbf0e81f645dda956588d8fea8448b16cd5bf0cb [2021-07-31T10:50:32.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-31T10:50:32.051Z] Dload Upload Total Spent Left Speed [2021-07-31T10:50:32.318Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16034 0 0 100 16034 0 48268 --:--:-- --:--:-- --:--:-- 48295 [2021-07-31T10:50:32.318Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6ec740974604cccb12ec5acf6c55def963c5e352 [Pipeline] } [2021-07-31T10:50:32.331Z] Deleting 1 temporary files [Pipeline] // configFileProvider [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-07-31T10:50:33.975Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:50:34.579Z] ---> package-listing.sh [2021-07-31T10:50:34.579Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-31T10:50:34.579Z] ++ facter osfamily [2021-07-31T10:50:34.845Z] + OS_FAMILY=redhat [2021-07-31T10:50:34.845Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-998 [2021-07-31T10:50:34.845Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-31T10:50:34.845Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-31T10:50:34.845Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-31T10:50:34.845Z] + PACKAGES=/tmp/packages_start.txt [2021-07-31T10:50:34.845Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-998 ']' [2021-07-31T10:50:34.845Z] + PACKAGES=/tmp/packages_end.txt [2021-07-31T10:50:34.845Z] + case "${OS_FAMILY}" in [2021-07-31T10:50:34.845Z] + rpm -qa [2021-07-31T10:50:34.845Z] + sort [2021-07-31T10:50:35.439Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-31T10:50:35.439Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-31T10:50:35.439Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-31T10:50:35.439Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-998 ']' [2021-07-31T10:50:35.439Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-998/archives/ [2021-07-31T10:50:35.439Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-998/archives/ [Pipeline] echo [2021-07-31T10:50:35.458Z] 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-998/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-31T10:50:35.767Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:50:36.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-31T10:50:36.360Z] [2021-07-31T10:50:36.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-31T10:50:36.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-31T10:50:36.692Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-31T10:50:36.692Z] b4d181a07f80: Pulling fs layer [2021-07-31T10:50:36.692Z] a1111a8f2ec3: Pulling fs layer [2021-07-31T10:50:36.692Z] ed53099fbce6: Pulling fs layer [2021-07-31T10:50:36.692Z] dc539afda2c1: Pulling fs layer [2021-07-31T10:50:36.692Z] 77bc0d833cb6: Pulling fs layer [2021-07-31T10:50:36.692Z] 9065ff56babe: Pulling fs layer [2021-07-31T10:50:36.692Z] d287ab97295c: Pulling fs layer [2021-07-31T10:50:36.692Z] dc539afda2c1: Waiting [2021-07-31T10:50:36.692Z] 77bc0d833cb6: Waiting [2021-07-31T10:50:36.692Z] 9065ff56babe: Waiting [2021-07-31T10:50:36.692Z] d287ab97295c: Waiting [2021-07-31T10:50:36.958Z] a1111a8f2ec3: Verifying Checksum [2021-07-31T10:50:36.958Z] a1111a8f2ec3: Download complete [2021-07-31T10:50:36.958Z] dc539afda2c1: Verifying Checksum [2021-07-31T10:50:36.958Z] dc539afda2c1: Download complete [2021-07-31T10:50:37.224Z] 77bc0d833cb6: Verifying Checksum [2021-07-31T10:50:37.224Z] 77bc0d833cb6: Download complete [2021-07-31T10:50:37.224Z] 9065ff56babe: Verifying Checksum [2021-07-31T10:50:37.224Z] 9065ff56babe: Download complete [2021-07-31T10:50:37.806Z] ed53099fbce6: Verifying Checksum [2021-07-31T10:50:37.806Z] ed53099fbce6: Download complete [2021-07-31T10:50:38.395Z] b4d181a07f80: Verifying Checksum [2021-07-31T10:50:38.395Z] b4d181a07f80: Download complete [2021-07-31T10:50:39.373Z] b4d181a07f80: Pull complete [2021-07-31T10:50:39.659Z] a1111a8f2ec3: Pull complete [2021-07-31T10:50:40.242Z] ed53099fbce6: Pull complete [2021-07-31T10:50:40.242Z] dc539afda2c1: Pull complete [2021-07-31T10:50:40.620Z] 77bc0d833cb6: Pull complete [2021-07-31T10:50:40.620Z] 9065ff56babe: Pull complete [2021-07-31T10:50:41.581Z] d287ab97295c: Verifying Checksum [2021-07-31T10:50:41.581Z] d287ab97295c: Download complete [2021-07-31T10:50:45.848Z] d287ab97295c: Pull complete [2021-07-31T10:50:45.848Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-31T10:50:45.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-31T10:50:45.848Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-31T10:50:45.945Z] prd-centos7-docker-4c-2g-1256 does not seem to be running inside a container [2021-07-31T10:50:45.999Z] $ 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-998/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-998 -v /w/workspace/dgexfoundry_device-sdk-go_PR-998:/w/workspace/dgexfoundry_device-sdk-go_PR-998:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-31T10:50:48.456Z] $ docker top d1e1211dd0be4f950d9be92899529024a25abbad81cd55411327c4b57e264789 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-31T10:50:48.855Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-31T10:50:49.172Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-31T10:50:49.490Z] + ls /var/log/sa-host [2021-07-31T10:50:49.490Z] + sadf -c /var/log/sa-host/sa05 [2021-07-31T10:50:49.490Z] file_magic: OK [2021-07-31T10:50:49.490Z] HZ: Using current value: 100 [2021-07-31T10:50:49.490Z] file_header: OK [2021-07-31T10:50:49.490Z] 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-07-31T10:50:49.490Z] Statistics: [2021-07-31T10:50:49.490Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-31T10:50:49.490Z] File successfully converted to sysstat format version 12.0.3 [2021-07-31T10:50:49.490Z] + sadf -c /var/log/sa-host/sa31 [2021-07-31T10:50:49.490Z] file_magic: OK [2021-07-31T10:50:49.490Z] HZ: Using current value: 100 [2021-07-31T10:50:49.490Z] file_header: OK [2021-07-31T10:50:49.490Z] 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-07-31T10:50:49.490Z] Statistics: [2021-07-31T10:50:49.490Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-31T10:50:49.490Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-31T10:50:50.124Z] provisioning config files... [2021-07-31T10:50:50.142Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-998@tmp/config4392216138440802911tmp [Pipeline] { [Pipeline] echo [2021-07-31T10:50:50.167Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:50:50.478Z] ---> create-netrc.sh [Pipeline] } [2021-07-31T10:50:50.491Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:50:50.912Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-31T10:50:50.926Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:50:51.243Z] ---> sudo-logs.sh [2021-07-31T10:50:51.243Z] Archiving 'sudo' log.. [2021-07-31T10:50:51.243Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1256.vexxhost.local: Name or service not known [2021-07-31T10:50:51.243Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1256.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-31T10:50:51.289Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:50:51.613Z] ---> job-cost.sh [2021-07-31T10:50:51.614Z] lf-activate-venv: SKIPPING [2021-07-31T10:50:51.614Z] DEBUG: total: 0.18000000715255737 [2021-07-31T10:50:51.614Z] INFO: Retrieving Stack Cost... [2021-07-31T10:50:52.574Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-31T10:50:52.844Z] INFO: Archiving Costs [Pipeline] echo [2021-07-31T10:50:52.864Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-31T10:50:53.177Z] ---> logs-deploy.sh [2021-07-31T10:50:53.177Z] lf-activate-venv: SKIPPING [2021-07-31T10:50:53.177Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-998/2 [2021-07-31T10:50:53.177Z] INFO: archiving workspace using pattern(s): [2021-07-31T10:50:54.138Z] Archives upload complete. [2021-07-31T10:50:54.138Z] INFO: archiving logs to Nexus