Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b78782cd0efb46c83024da74e57556adad2ab399+76d059c2e27a3d5d488ff0022063f09e99d334bf (07886f113d3c01bb5ddec744fd29cf26e7b01200) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23322 in /w/workspace/dgexfoundry_device-sdk-go_PR-757 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-757 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit b78782cd0efb46c83024da74e57556adad2ab399 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/757/head:refs/remotes/origin/PR-757 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b78782cd0efb46c83024da74e57556adad2ab399 # timeout=10 Merge succeeded, producing bb87e66c1dbbcbb4541517146a28794a59b17456 Checking out Revision bb87e66c1dbbcbb4541517146a28794a59b17456 (PR-757) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb87e66c1dbbcbb4541517146a28794a59b17456 # timeout=10 Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" > git rev-list --no-walk b78782cd0efb46c83024da74e57556adad2ab399 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T02:42:45.001Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T02:42:45.285Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T02:42:45.389Z] ========================================================= [2021-01-27T02:42:45.389Z] EdgeX Global Pipelines Version Info [2021-01-27T02:42:45.389Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:42:51.205Z] ------------------- [2021-01-27T02:42:51.205Z] stable info: [2021-01-27T02:42:51.205Z] ------------------- [2021-01-27T02:42:51.205Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T02:42:51.205Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T02:42:51.205Z] Message: update stable to v1.0.179 [2021-01-27T02:42:54.656Z] ------------------- [2021-01-27T02:42:54.656Z] experimental info: [2021-01-27T02:42:54.656Z] ------------------- [2021-01-27T02:42:54.656Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T02:42:54.656Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T02:42:54.656Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T02:42:54.891Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-27T02:42:54.976Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-27T02:42:55.082Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T02:42:55.178Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T02:42:55.276Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T02:42:55.394Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T02:42:55.494Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T02:42:55.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T02:42:55.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-27T02:42:55.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T02:42:55.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T02:42:55.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-27T02:42:56.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T02:42:56.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T02:42:56.206Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T02:42:56.292Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:42:56.393Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:42:56.477Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:42:56.560Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T02:42:56.669Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-27T02:42:56.754Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T02:42:56.846Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T02:42:56.939Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-27T02:42:57.050Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-27T02:42:57.185Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-27T02:42:57.291Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T02:42:57.441Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T02:42:57.585Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-757 [Pipeline] echo [2021-01-27T02:42:57.697Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-757 [Pipeline] echo [2021-01-27T02:42:57.808Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-757 [Pipeline] echo [2021-01-27T02:42:57.898Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bb87e66c1dbbcbb4541517146a28794a59b17456 [Pipeline] echo [2021-01-27T02:42:57.989Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bb87e66 [Pipeline] echo [2021-01-27T02:42:58.093Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:42:58.275Z] provisioning config files... [2021-01-27T02:42:58.342Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-757@tmp/config8613421515941258307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:42:59.239Z] ---> docker-login.sh [2021-01-27T02:42:59.239Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:43:03.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:43:04.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:43:04.240Z] Configure a credential helper to remove this warning. See [2021-01-27T02:43:04.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:43:04.240Z] [2021-01-27T02:43:04.240Z] Login Succeeded [2021-01-27T02:43:04.240Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:43:06.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:43:07.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:43:07.116Z] Configure a credential helper to remove this warning. See [2021-01-27T02:43:07.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:43:07.116Z] [2021-01-27T02:43:07.116Z] Login Succeeded [2021-01-27T02:43:07.116Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:43:09.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:43:09.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:43:09.841Z] Configure a credential helper to remove this warning. See [2021-01-27T02:43:09.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:43:09.841Z] [2021-01-27T02:43:09.841Z] Login Succeeded [2021-01-27T02:43:09.841Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:43:11.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:43:11.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:43:11.465Z] Configure a credential helper to remove this warning. See [2021-01-27T02:43:11.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:43:11.465Z] [2021-01-27T02:43:11.465Z] Login Succeeded [2021-01-27T02:43:11.465Z] docker.io [2021-01-27T02:43:12.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:43:12.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:43:12.936Z] Configure a credential helper to remove this warning. See [2021-01-27T02:43:12.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:43:12.936Z] [2021-01-27T02:43:12.936Z] Login Succeeded [2021-01-27T02:43:12.936Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:43:13.108Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:43:14.851Z] + git log --format=format:%s -1 bb87e66c1dbbcbb4541517146a28794a59b17456 [Pipeline] echo [2021-01-27T02:43:15.094Z] GIT_COMMIT: bb87e66c1dbbcbb4541517146a28794a59b17456, Commit Message: Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD [Pipeline] echo [2021-01-27T02:43:15.174Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:43:15.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:43:16.226Z] [2021-01-27T02:43:16.226Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:43:16.713Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:43:16.713Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T02:43:16.713Z] 31603596830f: Pulling fs layer [2021-01-27T02:43:16.713Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T02:43:16.713Z] 6ca5941a6612: Pulling fs layer [2021-01-27T02:43:16.713Z] ecc8261a40a4: Pulling fs layer [2021-01-27T02:43:16.714Z] ecc8261a40a4: Waiting [2021-01-27T02:43:16.714Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T02:43:16.714Z] 2a8b12db71e7: Download complete [2021-01-27T02:43:17.052Z] 31603596830f: Verifying Checksum [2021-01-27T02:43:17.052Z] 31603596830f: Download complete [2021-01-27T02:43:18.259Z] ecc8261a40a4: Verifying Checksum [2021-01-27T02:43:18.259Z] ecc8261a40a4: Download complete [2021-01-27T02:43:18.259Z] 6ca5941a6612: Verifying Checksum [2021-01-27T02:43:18.259Z] 6ca5941a6612: Download complete [2021-01-27T02:43:18.932Z] 31603596830f: Pull complete [2021-01-27T02:43:19.316Z] 2a8b12db71e7: Pull complete [2021-01-27T02:43:21.527Z] 6ca5941a6612: Pull complete [2021-01-27T02:43:23.049Z] ecc8261a40a4: Pull complete [2021-01-27T02:43:23.049Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T02:43:23.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:43:23.049Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T02:43:23.562Z] prd-centos7-docker-4c-2g-23322 does not seem to be running inside a container [2021-01-27T02:43:23.929Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-757 -v /w/workspace/dgexfoundry_device-sdk-go_PR-757:/w/workspace/dgexfoundry_device-sdk-go_PR-757:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-757@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-757@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T02:43:28.702Z] $ docker top f64a76e0582a4fc2144bc91f35f9f6ef72059e1a9353b73e6acbc60080630dc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T02:43:29.367Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T02:43:29.367Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T02:43:30.157Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T02:43:30.164Z] $ docker exec f64a76e0582a4fc2144bc91f35f9f6ef72059e1a9353b73e6acbc60080630dc9 ssh-agent [2021-01-27T02:43:30.764Z] SSH_AUTH_SOCK=/tmp/ssh-XLyrvYQvxmpw/agent.11 [2021-01-27T02:43:30.764Z] SSH_AGENT_PID=16 [2021-01-27T02:43:30.784Z] Running ssh-add (command line suppressed) [2021-01-27T02:43:31.289Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-757@tmp/private_key_8728401717740669254.key (/w/workspace/dgexfoundry_device-sdk-go_PR-757@tmp/private_key_8728401717740669254.key) [2021-01-27T02:43:31.420Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T02:43:31.885Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T02:43:31.963Z] $ docker exec --env ******** --env ******** f64a76e0582a4fc2144bc91f35f9f6ef72059e1a9353b73e6acbc60080630dc9 ssh-agent -k [2021-01-27T02:43:32.202Z] unset SSH_AUTH_SOCK; [2021-01-27T02:43:32.203Z] unset SSH_AGENT_PID; [2021-01-27T02:43:32.203Z] echo Agent pid 16 killed; [2021-01-27T02:43:32.303Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T02:43:32.484Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T02:43:32.484Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T02:43:32.841Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T02:43:32.848Z] $ docker exec f64a76e0582a4fc2144bc91f35f9f6ef72059e1a9353b73e6acbc60080630dc9 ssh-agent [2021-01-27T02:43:33.195Z] SSH_AUTH_SOCK=/tmp/ssh-AGOvZbnJgRVF/agent.45 [2021-01-27T02:43:33.196Z] SSH_AGENT_PID=50 [2021-01-27T02:43:33.203Z] Running ssh-add (command line suppressed) [2021-01-27T02:43:33.451Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-757@tmp/private_key_2364777607700175543.key (/w/workspace/dgexfoundry_device-sdk-go_PR-757@tmp/private_key_2364777607700175543.key) [2021-01-27T02:43:33.608Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T02:43:34.556Z] + git semver init [2021-01-27T02:43:34.556Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T02:43:34.556Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-757/.git [2021-01-27T02:43:34.556Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-757 [2021-01-27T02:43:34.556Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T02:43:34.556Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T02:43:34.556Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T02:43:34.556Z] # $SEMVER_BRANCH = PR-757 [2021-01-27T02:43:34.556Z] # $SEMVER_TEMP = /tmp/semver-571146837 [2021-01-27T02:43:34.556Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-27T02:43:35.986Z] # '/tmp/semver-571146837' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-757/.semver' [2021-01-27T02:43:35.986Z] # -> Force: false [2021-01-27T02:43:35.986Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-757/.semver [Pipeline] } [2021-01-27T02:43:36.017Z] $ docker exec --env ******** --env ******** f64a76e0582a4fc2144bc91f35f9f6ef72059e1a9353b73e6acbc60080630dc9 ssh-agent -k [2021-01-27T02:43:36.387Z] unset SSH_AUTH_SOCK; [2021-01-27T02:43:36.387Z] unset SSH_AGENT_PID; [2021-01-27T02:43:36.388Z] echo Agent pid 50 killed; [2021-01-27T02:43:36.552Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T02:43:37.392Z] + git semver [Pipeline] } [2021-01-27T02:43:37.440Z] $ docker stop --time=1 f64a76e0582a4fc2144bc91f35f9f6ef72059e1a9353b73e6acbc60080630dc9 [2021-01-27T02:43:40.020Z] $ docker rm -f f64a76e0582a4fc2144bc91f35f9f6ef72059e1a9353b73e6acbc60080630dc9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:43:41.170Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T02:43:42.226Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T02:43:42.229Z] [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-01-27T02:43:57.728Z] Still waiting to schedule task [2021-01-27T02:43:57.728Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-27T02:43:57.731Z] Still waiting to schedule task [2021-01-27T02:43:57.731Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-27T02:44:57.924Z] Running on prd-centos7-docker-4c-2g-23336 in /w/workspace/dgexfoundry_device-sdk-go_PR-757 [Pipeline] { [Pipeline] ws [2021-01-27T02:44:57.977Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T02:45:00.622Z] using credential edgex-jenkins-ssh [2021-01-27T02:45:00.673Z] Cloning the remote Git repository [2021-01-27T02:45:00.706Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:45:00.782Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-01-27T02:45:00.954Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:45:00.955Z] > git --version # timeout=10 [2021-01-27T02:45:00.962Z] > git --version # 'git version 2.24.3' [2021-01-27T02:45:00.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:45:00.993Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:45:03.050Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:45:03.058Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:45:03.073Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:45:03.090Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:45:03.091Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:45:03.097Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/757/head:refs/remotes/origin/PR-757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T02:45:04.761Z] Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit b78782cd0efb46c83024da74e57556adad2ab399 [2021-01-27T02:45:04.911Z] Merge succeeded, producing f552f4c002ac6e27bdc5d91093f93136edbca8cd [2021-01-27T02:45:04.911Z] Checking out Revision f552f4c002ac6e27bdc5d91093f93136edbca8cd (PR-757) [2021-01-27T02:45:04.771Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:45:04.777Z] > git checkout -f b78782cd0efb46c83024da74e57556adad2ab399 # timeout=10 [2021-01-27T02:45:04.842Z] > git remote # timeout=10 [2021-01-27T02:45:04.850Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T02:45:04.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:45:04.866Z] > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [2021-01-27T02:45:04.905Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T02:45:04.915Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:45:04.920Z] > git checkout -f f552f4c002ac6e27bdc5d91093f93136edbca8cd # timeout=10 [2021-01-27T02:45:08.661Z] Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" [2021-01-27T02:45:08.666Z] > git rev-list --no-walk b78782cd0efb46c83024da74e57556adad2ab399 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:45:10.155Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:45:10.512Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:45:10.820Z] + true [2021-01-27T02:45:10.820Z] + sudo service docker restart [2021-01-27T02:45:10.820Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:45:12.323Z] provisioning config files... [2021-01-27T02:45:12.384Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config1139367915673774153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:45:12.834Z] ---> docker-login.sh [2021-01-27T02:45:12.834Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:45:13.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:45:13.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:45:13.390Z] Configure a credential helper to remove this warning. See [2021-01-27T02:45:13.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:45:13.390Z] [2021-01-27T02:45:13.390Z] Login Succeeded [2021-01-27T02:45:13.390Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:45:13.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:45:13.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:45:13.654Z] Configure a credential helper to remove this warning. See [2021-01-27T02:45:13.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:45:13.654Z] [2021-01-27T02:45:13.654Z] Login Succeeded [2021-01-27T02:45:13.654Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:45:13.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:45:14.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:45:14.889Z] Configure a credential helper to remove this warning. See [2021-01-27T02:45:14.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:45:14.889Z] [2021-01-27T02:45:14.889Z] Login Succeeded [2021-01-27T02:45:14.889Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:45:15.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:45:15.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:45:15.153Z] Configure a credential helper to remove this warning. See [2021-01-27T02:45:15.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:45:15.153Z] [2021-01-27T02:45:15.153Z] Login Succeeded [2021-01-27T02:45:15.153Z] docker.io [2021-01-27T02:45:15.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:45:15.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:45:15.687Z] Configure a credential helper to remove this warning. See [2021-01-27T02:45:15.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:45:15.687Z] [2021-01-27T02:45:15.687Z] Login Succeeded [2021-01-27T02:45:15.687Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:45:15.698Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T02:45:16.216Z] ========================================================= [2021-01-27T02:45:16.216Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T02:45:16.216Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:45:16.571Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-27T02:45:16.836Z] Sending build context to Docker daemon 2.569MB [2021-01-27T02:45:16.836Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:45:16.836Z] Step 2/8 : FROM ${BASE} [2021-01-27T02:45:16.836Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T02:45:16.836Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T02:45:16.836Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T02:45:16.836Z] de9db76c5a1d: Pulling fs layer [2021-01-27T02:45:16.836Z] bca2f99d35d6: Pulling fs layer [2021-01-27T02:45:16.836Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T02:45:16.836Z] 7c6f9722023f: Pulling fs layer [2021-01-27T02:45:16.836Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T02:45:16.836Z] 93359f2a8cfa: Waiting [2021-01-27T02:45:16.836Z] 7c6f9722023f: Waiting [2021-01-27T02:45:16.836Z] a35cf1a2eb13: Waiting [2021-01-27T02:45:16.836Z] bca2f99d35d6: Waiting [2021-01-27T02:45:16.836Z] de9db76c5a1d: Verifying Checksum [2021-01-27T02:45:16.836Z] de9db76c5a1d: Download complete [2021-01-27T02:45:16.836Z] 0ef7d3d256c8: Verifying Checksum [2021-01-27T02:45:16.836Z] 0ef7d3d256c8: Download complete [2021-01-27T02:45:16.836Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T02:45:16.836Z] 93359f2a8cfa: Download complete [2021-01-27T02:45:16.836Z] 7c6f9722023f: Verifying Checksum [2021-01-27T02:45:16.836Z] 7c6f9722023f: Download complete [2021-01-27T02:45:16.836Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T02:45:16.836Z] 188c0c94c7c5: Download complete [2021-01-27T02:45:17.416Z] 188c0c94c7c5: Pull complete [2021-01-27T02:45:17.416Z] 0ef7d3d256c8: Pull complete [2021-01-27T02:45:17.680Z] de9db76c5a1d: Pull complete [2021-01-27T02:45:19.621Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T02:45:19.621Z] a35cf1a2eb13: Download complete [2021-01-27T02:45:20.220Z] bca2f99d35d6: Verifying Checksum [2021-01-27T02:45:20.220Z] bca2f99d35d6: Download complete [2021-01-27T02:45:26.927Z] bca2f99d35d6: Pull complete [2021-01-27T02:45:26.927Z] 93359f2a8cfa: Pull complete [2021-01-27T02:45:26.927Z] 7c6f9722023f: Pull complete [2021-01-27T02:45:35.143Z] a35cf1a2eb13: Pull complete [2021-01-27T02:45:35.143Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T02:45:35.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T02:45:35.143Z] ---> a62c8e92a672 [2021-01-27T02:45:35.143Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:45:35.143Z] ---> Running in d1f3040f3bb6 [2021-01-27T02:45:35.143Z] Removing intermediate container d1f3040f3bb6 [2021-01-27T02:45:35.143Z] ---> 4d01d24425f3 [2021-01-27T02:45:35.143Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:45:35.143Z] ---> Running in b4752b4482b0 [2021-01-27T02:45:36.098Z] Removing intermediate container b4752b4482b0 [2021-01-27T02:45:36.098Z] ---> b0dd00f5ef6c [2021-01-27T02:45:36.098Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-27T02:45:36.098Z] ---> Running in a363564415cc [2021-01-27T02:45:37.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T02:45:38.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T02:45:39.426Z] OK: 166 MiB in 39 packages [2021-01-27T02:45:40.005Z] Removing intermediate container a363564415cc [2021-01-27T02:45:40.005Z] ---> 4eb781a3d5cd [2021-01-27T02:45:40.005Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-27T02:45:40.005Z] ---> Running in 3fe8ef85b341 [2021-01-27T02:45:40.271Z] Removing intermediate container 3fe8ef85b341 [2021-01-27T02:45:40.271Z] ---> a6a60ec1ad78 [2021-01-27T02:45:40.271Z] Step 7/8 : COPY . . [2021-01-27T02:45:41.238Z] ---> ca531df97243 [2021-01-27T02:45:41.238Z] Step 8/8 : RUN go mod download [2021-01-27T02:45:41.507Z] ---> Running in faa87ede7f5c [2021-01-27T02:45:59.831Z] Removing intermediate container faa87ede7f5c [2021-01-27T02:45:59.831Z] ---> 5a639393849d [2021-01-27T02:45:59.831Z] Successfully built 5a639393849d [2021-01-27T02:45:59.831Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:46:00.167Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T02:46:00.167Z] . [Pipeline] withDockerContainer [2021-01-27T02:46:00.310Z] prd-centos7-docker-4c-2g-23336 does not seem to be running inside a container [2021-01-27T02:46:00.374Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-27T02:46:01.367Z] $ docker top 8a52b4e52f12d7de8134dd95b795ef261624bddadafd44cd8364947d6a6712f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:46:01.889Z] + go version [2021-01-27T02:46:01.890Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T02:46:01.907Z] $ docker stop --time=1 8a52b4e52f12d7de8134dd95b795ef261624bddadafd44cd8364947d6a6712f4 [2021-01-27T02:46:03.275Z] $ docker rm -f 8a52b4e52f12d7de8134dd95b795ef261624bddadafd44cd8364947d6a6712f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:46:04.703Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T02:46:04.703Z] . [Pipeline] withDockerContainer [2021-01-27T02:46:04.816Z] prd-centos7-docker-4c-2g-23336 does not seem to be running inside a container [2021-01-27T02:46:04.870Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-27T02:46:05.603Z] $ docker top 9762e214c6bb95a1f782db8ea026755ce2bf04da3e9db3abbafcaf2eca81aa47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:46:06.154Z] + make test [2021-01-27T02:46:06.154Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T02:46:14.376Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-27T02:46:30.244Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23343 in /w/workspace/dgexfoundry_device-sdk-go_PR-757 [Pipeline] { [Pipeline] ws [2021-01-27T02:46:30.292Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T02:46:32.661Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-27T02:46:32.661Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-27T02:46:32.661Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-27T02:46:32.661Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.051s coverage: 19.4% of statements [2021-01-27T02:46:35.853Z] using credential edgex-jenkins-ssh [2021-01-27T02:46:35.964Z] Cloning the remote Git repository [2021-01-27T02:46:36.028Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:46:36.147Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-01-27T02:46:36.255Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:46:36.256Z] > git --version # timeout=10 [2021-01-27T02:46:36.275Z] > git --version # 'git version 2.17.1' [2021-01-27T02:46:36.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:46:36.356Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:46:36.993Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.693s coverage: 97.1% of statements [2021-01-27T02:46:37.561Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:46:37.582Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:46:37.612Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:46:37.649Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:46:37.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:46:37.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/757/head:refs/remotes/origin/PR-757 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T02:46:38.138Z] Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit b78782cd0efb46c83024da74e57556adad2ab399 [2021-01-27T02:46:38.515Z] Merge succeeded, producing dae7dc80a60bed5ea833afed80c06bd8a2752204 [2021-01-27T02:46:38.516Z] Checking out Revision dae7dc80a60bed5ea833afed80c06bd8a2752204 (PR-757) [2021-01-27T02:46:38.151Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:46:38.171Z] > git checkout -f b78782cd0efb46c83024da74e57556adad2ab399 # timeout=10 [2021-01-27T02:46:38.301Z] > git remote # timeout=10 [2021-01-27T02:46:38.321Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T02:46:38.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:46:38.347Z] > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [2021-01-27T02:46:38.445Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T02:46:38.517Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:46:38.536Z] > git checkout -f dae7dc80a60bed5ea833afed80c06bd8a2752204 # timeout=10 [2021-01-27T02:46:42.972Z] Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" [2021-01-27T02:46:42.971Z] > git rev-list --no-walk b78782cd0efb46c83024da74e57556adad2ab399 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:46:44.501Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:46:45.026Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:46:45.422Z] + sudo service docker restart [2021-01-27T02:46:45.422Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:46:48.185Z] provisioning config files... [2021-01-27T02:46:48.226Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config3423303068096721021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:46:48.651Z] ---> docker-login.sh [2021-01-27T02:46:48.652Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:46:49.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:46:49.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:46:49.914Z] Configure a credential helper to remove this warning. See [2021-01-27T02:46:49.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:46:49.914Z] [2021-01-27T02:46:49.914Z] Login Succeeded [2021-01-27T02:46:49.914Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:46:50.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:46:50.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:46:50.468Z] Configure a credential helper to remove this warning. See [2021-01-27T02:46:50.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:46:50.468Z] [2021-01-27T02:46:50.468Z] Login Succeeded [2021-01-27T02:46:50.468Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:46:50.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:46:51.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:46:51.019Z] Configure a credential helper to remove this warning. See [2021-01-27T02:46:51.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:46:51.019Z] [2021-01-27T02:46:51.019Z] Login Succeeded [2021-01-27T02:46:51.019Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:46:51.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:46:51.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:46:51.294Z] Configure a credential helper to remove this warning. See [2021-01-27T02:46:51.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:46:51.294Z] [2021-01-27T02:46:51.294Z] Login Succeeded [2021-01-27T02:46:51.294Z] docker.io [2021-01-27T02:46:51.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:46:52.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:46:52.167Z] Configure a credential helper to remove this warning. See [2021-01-27T02:46:52.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:46:52.167Z] [2021-01-27T02:46:52.167Z] Login Succeeded [2021-01-27T02:46:52.167Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:46:52.187Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T02:46:52.709Z] ========================================================= [2021-01-27T02:46:52.709Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T02:46:52.709Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:46:53.125Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-27T02:46:53.405Z] Sending build context to Docker daemon 2.568MB [2021-01-27T02:46:53.683Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:46:53.683Z] Step 2/8 : FROM ${BASE} [2021-01-27T02:46:53.683Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T02:46:53.683Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T02:46:53.683Z] a4357932f1b6: Pulling fs layer [2021-01-27T02:46:53.683Z] 18c013af1878: Pulling fs layer [2021-01-27T02:46:53.683Z] 00ac8860ef70: Pulling fs layer [2021-01-27T02:46:53.683Z] 63d7cb157983: Pulling fs layer [2021-01-27T02:46:53.683Z] b116817d02f9: Pulling fs layer [2021-01-27T02:46:53.683Z] 745a02a5169b: Pulling fs layer [2021-01-27T02:46:53.683Z] 63d7cb157983: Waiting [2021-01-27T02:46:53.683Z] b116817d02f9: Waiting [2021-01-27T02:46:53.683Z] 00ac8860ef70: Waiting [2021-01-27T02:46:53.683Z] 745a02a5169b: Waiting [2021-01-27T02:46:53.683Z] 18c013af1878: Download complete [2021-01-27T02:46:53.683Z] a4357932f1b6: Download complete [2021-01-27T02:46:53.683Z] 63d7cb157983: Verifying Checksum [2021-01-27T02:46:53.683Z] 63d7cb157983: Download complete [2021-01-27T02:46:53.683Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T02:46:53.683Z] b116817d02f9: Verifying Checksum [2021-01-27T02:46:53.683Z] b116817d02f9: Download complete [2021-01-27T02:46:54.676Z] 5f621e34cdf4: Pull complete [2021-01-27T02:46:55.290Z] a4357932f1b6: Pull complete [2021-01-27T02:46:55.563Z] 18c013af1878: Pull complete [2021-01-27T02:46:56.541Z] 745a02a5169b: Verifying Checksum [2021-01-27T02:46:56.541Z] 745a02a5169b: Download complete [2021-01-27T02:46:57.138Z] 00ac8860ef70: Verifying Checksum [2021-01-27T02:46:57.138Z] 00ac8860ef70: Download complete [2021-01-27T02:47:03.731Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.091s coverage: 9.4% of statements [2021-01-27T02:47:03.731Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.075s coverage: 21.7% of statements [2021-01-27T02:47:03.731Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-27T02:47:03.731Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.307s coverage: 43.2% of statements [2021-01-27T02:47:03.731Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-27T02:47:03.731Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.368s coverage: 68.9% of statements [2021-01-27T02:47:03.731Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-27T02:47:03.731Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-27T02:47:03.731Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-27T02:47:03.731Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-27T02:47:03.731Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.090s coverage: 53.8% of statements [2021-01-27T02:47:03.731Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-27T02:47:03.731Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-27T02:47:03.731Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.079s coverage: 26.8% of statements [2021-01-27T02:47:03.731Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.512s coverage: 83.5% of statements [2021-01-27T02:47:03.731Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.068s coverage: 4.2% of statements [2021-01-27T02:47:03.731Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-27T02:47:03.731Z] GO111MODULE=on go vet ./... [2021-01-27T02:47:07.318Z] 00ac8860ef70: Pull complete [2021-01-27T02:47:07.318Z] 63d7cb157983: Pull complete [2021-01-27T02:47:07.318Z] b116817d02f9: Pull complete [2021-01-27T02:47:10.742Z] 745a02a5169b: Pull complete [2021-01-27T02:47:10.742Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T02:47:10.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T02:47:10.742Z] ---> b7e6874047d6 [2021-01-27T02:47:10.742Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:47:13.369Z] ---> Running in 38a71326b945 [2021-01-27T02:47:13.976Z] Removing intermediate container 38a71326b945 [2021-01-27T02:47:13.976Z] ---> 88f2099cd530 [2021-01-27T02:47:13.976Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:47:13.976Z] ---> Running in ad3e962a3de0 [2021-01-27T02:47:16.162Z] gofmt -l . [2021-01-27T02:47:16.162Z] [ "`gofmt -l .`" = "" ] [2021-01-27T02:47:16.162Z] ./bin/test-attribution-txt.sh [2021-01-27T02:47:16.162Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-27T02:47:16.181Z] $ docker stop --time=1 9762e214c6bb95a1f782db8ea026755ce2bf04da3e9db3abbafcaf2eca81aa47 [2021-01-27T02:47:16.613Z] Removing intermediate container ad3e962a3de0 [2021-01-27T02:47:16.614Z] ---> 1428b55e3464 [2021-01-27T02:47:16.614Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-27T02:47:16.614Z] ---> Running in 990d827210a2 [2021-01-27T02:47:17.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T02:47:18.350Z] $ docker rm -f 9762e214c6bb95a1f782db8ea026755ce2bf04da3e9db3abbafcaf2eca81aa47 [2021-01-27T02:47:18.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:47:19.020Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-27T02:47:19.453Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-27T02:47:19.585Z] OK: 142 MiB in 39 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-27T02:47:20.596Z] Removing intermediate container 990d827210a2 [2021-01-27T02:47:20.596Z] ---> e7b30c9acaa1 [2021-01-27T02:47:20.596Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-27T02:47:20.662Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-27T02:47:20.879Z] ---> Running in 3538ad63d914 [2021-01-27T02:47:20.993Z] + ls -al . [2021-01-27T02:47:20.993Z] total 216 [2021-01-27T02:47:20.993Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 27 02:47 . [2021-01-27T02:47:20.993Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 27 02:45 .. [2021-01-27T02:47:20.993Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 27 02:45 bin [2021-01-27T02:47:20.993Z] -rw-r--r--. 1 jenkins jenkins 136843 Jan 27 02:47 coverage.out [2021-01-27T02:47:20.994Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 27 02:45 Dockerfile.build [2021-01-27T02:47:20.994Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 27 02:45 .dockerignore [2021-01-27T02:47:20.994Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 27 02:45 example [2021-01-27T02:47:20.994Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 27 02:45 .git [2021-01-27T02:47:20.994Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 27 02:45 .github [2021-01-27T02:47:20.994Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 27 02:45 .gitignore [2021-01-27T02:47:20.994Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 27 02:47 go.mod [2021-01-27T02:47:20.994Z] -rw-r--r--. 1 jenkins jenkins 14016 Jan 27 02:47 go.sum [2021-01-27T02:47:20.994Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 27 02:45 internal [2021-01-27T02:47:20.994Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 27 02:45 Jenkinsfile [2021-01-27T02:47:20.994Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 27 02:45 LICENSE [2021-01-27T02:47:20.994Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 27 02:45 Makefile [2021-01-27T02:47:20.994Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 27 02:45 openapi [2021-01-27T02:47:20.994Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 27 02:45 pkg [2021-01-27T02:47:20.994Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 27 02:45 README.md [2021-01-27T02:47:20.994Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 27 02:45 RELEASE-NOTES.txt [2021-01-27T02:47:20.994Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 27 02:45 snap [2021-01-27T02:47:20.994Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 27 02:43 VERSION [2021-01-27T02:47:20.994Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 27 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:47:21.327Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=bb87e66c1dbbcbb4541517146a28794a59b17456 --label arch=amd64 --label version=0.0.0 . [2021-01-27T02:47:21.485Z] Removing intermediate container 3538ad63d914 [2021-01-27T02:47:21.485Z] ---> ffdc30046e79 [2021-01-27T02:47:21.485Z] Step 7/8 : COPY . . [2021-01-27T02:47:21.592Z] Sending build context to Docker daemon 2.707MB [2021-01-27T02:47:21.592Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:47:21.592Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-27T02:47:21.593Z] ---> 5a639393849d [2021-01-27T02:47:21.593Z] Step 3/24 : ARG MAKE='make build' [2021-01-27T02:47:22.171Z] ---> Running in 58bccff72a20 [2021-01-27T02:47:22.171Z] Removing intermediate container 58bccff72a20 [2021-01-27T02:47:22.171Z] ---> 847425613044 [2021-01-27T02:47:22.171Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-27T02:47:22.442Z] ---> Running in ef0bd92f85fe [2021-01-27T02:47:22.442Z] Removing intermediate container ef0bd92f85fe [2021-01-27T02:47:22.442Z] ---> dbdc2ee28886 [2021-01-27T02:47:22.442Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:47:22.714Z] ---> Running in b3b3a2a8d98f [2021-01-27T02:47:22.714Z] Removing intermediate container b3b3a2a8d98f [2021-01-27T02:47:22.714Z] ---> 2032b55bfaab [2021-01-27T02:47:22.714Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:47:22.941Z] ---> 26b46dd81e1e [2021-01-27T02:47:22.941Z] Step 8/8 : RUN go mod download [2021-01-27T02:47:22.941Z] ---> Running in 2bc58b7df3dd [2021-01-27T02:47:22.989Z] ---> Running in a772770eb3de [2021-01-27T02:47:23.974Z] Removing intermediate container a772770eb3de [2021-01-27T02:47:23.974Z] ---> 438eba3201a9 [2021-01-27T02:47:23.974Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-27T02:47:23.974Z] ---> Running in d08935d54fa4 [2021-01-27T02:47:24.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T02:47:25.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T02:47:26.100Z] OK: 166 MiB in 39 packages [2021-01-27T02:47:26.364Z] Removing intermediate container d08935d54fa4 [2021-01-27T02:47:26.364Z] ---> 634b96dd2bf7 [2021-01-27T02:47:26.364Z] Step 8/24 : COPY . . [2021-01-27T02:47:27.834Z] ---> 7e2043a17ec0 [2021-01-27T02:47:27.834Z] Step 9/24 : RUN ${MAKE} [2021-01-27T02:47:27.834Z] ---> Running in d9b9d8539486 [2021-01-27T02:47:28.108Z] CGO_ENABLED=0 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-01-27T02:47:38.287Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-27T02:47:40.868Z] Removing intermediate container d9b9d8539486 [2021-01-27T02:47:40.868Z] ---> 22109e8df58d [2021-01-27T02:47:40.868Z] Step 10/24 : FROM scratch [2021-01-27T02:47:40.868Z] ---> [2021-01-27T02:47:40.868Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:47:40.868Z] ---> Running in 71cde85de7c5 [2021-01-27T02:47:40.868Z] Removing intermediate container 71cde85de7c5 [2021-01-27T02:47:40.868Z] ---> f38cc3cd703e [2021-01-27T02:47:40.868Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-27T02:47:40.868Z] ---> Running in 613b8e119a8e [2021-01-27T02:47:41.137Z] Removing intermediate container 613b8e119a8e [2021-01-27T02:47:41.137Z] ---> 4df020f286de [2021-01-27T02:47:41.137Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-27T02:47:41.137Z] ---> Running in 2f0daa6ada39 [2021-01-27T02:47:41.399Z] Removing intermediate container 2f0daa6ada39 [2021-01-27T02:47:41.399Z] ---> d882cef37e60 [2021-01-27T02:47:41.399Z] Step 14/24 : WORKDIR / [2021-01-27T02:47:41.399Z] ---> Running in b1d67dfba22a [2021-01-27T02:47:41.661Z] Removing intermediate container b1d67dfba22a [2021-01-27T02:47:41.661Z] ---> b196d4ddfcc4 [2021-01-27T02:47:41.661Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-27T02:47:41.925Z] ---> c724efa4a849 [2021-01-27T02:47:41.925Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-27T02:47:42.194Z] ---> fb42af93aedf [2021-01-27T02:47:42.195Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-27T02:47:42.502Z] ---> 86c65d2c333e [2021-01-27T02:47:42.502Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-27T02:47:42.781Z] ---> 554477569771 [2021-01-27T02:47:42.781Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-27T02:47:43.044Z] ---> 8364087e8da5 [2021-01-27T02:47:43.044Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-27T02:47:43.307Z] ---> Running in e09e441c022f [2021-01-27T02:47:43.307Z] Removing intermediate container e09e441c022f [2021-01-27T02:47:43.307Z] ---> 0c01d29d9261 [2021-01-27T02:47:43.307Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T02:47:43.568Z] ---> Running in aecbe64b6950 [2021-01-27T02:47:43.568Z] Removing intermediate container aecbe64b6950 [2021-01-27T02:47:43.568Z] ---> c4c56c39c52d [2021-01-27T02:47:43.568Z] Step 22/24 : LABEL arch=amd64 [2021-01-27T02:47:43.831Z] ---> Running in 47867dacbedc [2021-01-27T02:47:43.831Z] Removing intermediate container 47867dacbedc [2021-01-27T02:47:43.831Z] ---> 9bc71b29dffd [2021-01-27T02:47:43.831Z] Step 23/24 : LABEL git_sha=bb87e66c1dbbcbb4541517146a28794a59b17456 [2021-01-27T02:47:43.831Z] ---> Running in b8aa21ee7963 [2021-01-27T02:47:44.096Z] Removing intermediate container b8aa21ee7963 [2021-01-27T02:47:44.096Z] ---> ef41f7350fe8 [2021-01-27T02:47:44.096Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T02:47:44.096Z] ---> Running in db0d84c7f084 [2021-01-27T02:47:44.363Z] Removing intermediate container db0d84c7f084 [2021-01-27T02:47:44.363Z] ---> e926351ada38 [2021-01-27T02:47:44.363Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-27T02:47:44.363Z] Successfully built e926351ada38 [2021-01-27T02:47:44.363Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-01-27T02:47:45.186Z] Removing intermediate container 2bc58b7df3dd [2021-01-27T02:47:45.186Z] ---> 23e76f791cc9 [2021-01-27T02:47:45.186Z] Successfully built 23e76f791cc9 [2021-01-27T02:47:45.186Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:47:45.809Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T02:47:45.809Z] . [Pipeline] withDockerContainer [2021-01-27T02:47:46.095Z] prd-ubuntu18.04-docker-arm64-4c-16g-23343 does not seem to be running inside a container [2021-01-27T02:47:46.179Z] $ 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 ******** ci-base-image-arm64 cat [2021-01-27T02:47:47.766Z] $ docker top 291c6b6c7b104434d4b3545d26217e0514092ed722cf7740d37095df68466957 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:47:48.833Z] + go version [2021-01-27T02:47:48.833Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T02:47:48.856Z] $ docker stop --time=1 291c6b6c7b104434d4b3545d26217e0514092ed722cf7740d37095df68466957 [2021-01-27T02:47:50.851Z] $ docker rm -f 291c6b6c7b104434d4b3545d26217e0514092ed722cf7740d37095df68466957 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:47:51.910Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T02:47:51.910Z] . [Pipeline] withDockerContainer [2021-01-27T02:47:52.200Z] prd-ubuntu18.04-docker-arm64-4c-16g-23343 does not seem to be running inside a container [2021-01-27T02:47:52.288Z] $ 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 ******** ci-base-image-arm64 cat [2021-01-27T02:47:53.732Z] $ docker top 30e01909192d0403845ed96df14007d52e73acf4b3bd9c51b6348e9af9212f61 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:47:54.798Z] + make test [2021-01-27T02:47:54.798Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T02:48:16.997Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-27T02:49:04.029Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-27T02:49:04.029Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-27T02:49:04.029Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-27T02:49:04.029Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.146s coverage: 19.4% of statements [2021-01-27T02:49:06.050Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.213s coverage: 97.1% of statements [2021-01-27T02:49:38.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.176s coverage: 9.4% of statements [2021-01-27T02:49:38.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.119s coverage: 21.7% of statements [2021-01-27T02:49:38.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-27T02:49:38.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.635s coverage: 43.2% of statements [2021-01-27T02:49:38.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-27T02:49:38.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.771s coverage: 68.9% of statements [2021-01-27T02:49:38.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-27T02:49:38.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-27T02:49:38.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-27T02:49:38.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-27T02:49:38.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.200s coverage: 53.8% of statements [2021-01-27T02:49:38.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-27T02:49:38.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-27T02:49:38.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.177s coverage: 26.8% of statements [2021-01-27T02:49:38.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.127s coverage: 83.5% of statements [2021-01-27T02:49:38.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 4.2% of statements [2021-01-27T02:49:38.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-27T02:49:38.422Z] GO111MODULE=on go vet ./... [2021-01-27T02:50:10.952Z] gofmt -l . [2021-01-27T02:50:10.952Z] [ "`gofmt -l .`" = "" ] [2021-01-27T02:50:10.952Z] ./bin/test-attribution-txt.sh [2021-01-27T02:50:11.547Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-27T02:50:12.156Z] $ docker stop --time=1 30e01909192d0403845ed96df14007d52e73acf4b3bd9c51b6348e9af9212f61 [2021-01-27T02:50:14.576Z] $ docker rm -f 30e01909192d0403845ed96df14007d52e73acf4b3bd9c51b6348e9af9212f61 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:50:15.731Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-27T02:50:15.803Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T02:50:16.657Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:50:17.366Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-27T02:50:17.695Z] + ls -al . [2021-01-27T02:50:17.695Z] total 252 [2021-01-27T02:50:17.695Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 27 02:50 . [2021-01-27T02:50:17.695Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:46 .. [2021-01-27T02:50:17.695Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 27 02:46 .dockerignore [2021-01-27T02:50:17.695Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 27 02:46 .git [2021-01-27T02:50:17.695Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 02:46 .github [2021-01-27T02:50:17.695Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 27 02:46 .gitignore [2021-01-27T02:50:17.695Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 27 02:46 Dockerfile.build [2021-01-27T02:50:17.695Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 27 02:46 Jenkinsfile [2021-01-27T02:50:17.695Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 27 02:46 LICENSE [2021-01-27T02:50:17.695Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 27 02:46 Makefile [2021-01-27T02:50:17.695Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 27 02:46 README.md [2021-01-27T02:50:17.695Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 27 02:46 RELEASE-NOTES.txt [2021-01-27T02:50:17.695Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 27 02:43 VERSION [2021-01-27T02:50:17.695Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 02:46 bin [2021-01-27T02:50:17.695Z] -rw-r--r-- 1 jenkins jenkins 136842 Jan 27 02:49 coverage.out [2021-01-27T02:50:17.695Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:46 example [2021-01-27T02:50:17.695Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 27 02:50 go.mod [2021-01-27T02:50:17.695Z] -rw-r--r-- 1 jenkins jenkins 14016 Jan 27 02:50 go.sum [2021-01-27T02:50:17.695Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 27 02:46 internal [2021-01-27T02:50:17.695Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:46 openapi [2021-01-27T02:50:17.695Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 27 02:46 pkg [2021-01-27T02:50:17.695Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:46 snap [2021-01-27T02:50:17.695Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 27 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:50:18.036Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=bb87e66c1dbbcbb4541517146a28794a59b17456 --label arch=arm64 --label version=0.0.0 . [2021-01-27T02:50:18.307Z] Sending build context to Docker daemon 2.706MB [2021-01-27T02:50:18.576Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:50:18.576Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-27T02:50:18.576Z] ---> 23e76f791cc9 [2021-01-27T02:50:18.576Z] Step 3/24 : ARG MAKE='make build' [2021-01-27T02:50:18.850Z] ---> Running in af0b865729f5 [2021-01-27T02:50:19.120Z] Removing intermediate container af0b865729f5 [2021-01-27T02:50:19.120Z] ---> b4a8dc92ff92 [2021-01-27T02:50:19.120Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-27T02:50:19.393Z] ---> Running in d209e19297ca [2021-01-27T02:50:19.985Z] Removing intermediate container d209e19297ca [2021-01-27T02:50:19.985Z] ---> bbc43c1223ed [2021-01-27T02:50:19.985Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:50:19.985Z] ---> Running in 27874a512266 [2021-01-27T02:50:20.579Z] Removing intermediate container 27874a512266 [2021-01-27T02:50:20.579Z] ---> 30fea892e762 [2021-01-27T02:50:20.579Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:50:20.579Z] ---> Running in 09c79280e7cc [2021-01-27T02:50:22.551Z] Removing intermediate container 09c79280e7cc [2021-01-27T02:50:22.551Z] ---> c0b248f98baf [2021-01-27T02:50:22.551Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-27T02:50:22.824Z] ---> Running in 35f8abae6ae3 [2021-01-27T02:50:23.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T02:50:24.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T02:50:25.366Z] OK: 142 MiB in 39 packages [2021-01-27T02:50:26.802Z] Removing intermediate container 35f8abae6ae3 [2021-01-27T02:50:26.802Z] ---> 14ced0107584 [2021-01-27T02:50:26.802Z] Step 8/24 : COPY . . [2021-01-27T02:50:27.779Z] ---> 4064583a9c41 [2021-01-27T02:50:27.779Z] Step 9/24 : RUN ${MAKE} [2021-01-27T02:50:28.051Z] ---> Running in fd15fa968656 [2021-01-27T02:50:29.030Z] CGO_ENABLED=0 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-01-27T02:50:55.882Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-27T02:50:59.267Z] Removing intermediate container fd15fa968656 [2021-01-27T02:50:59.267Z] ---> a5d30d8ef31a [2021-01-27T02:50:59.267Z] Step 10/24 : FROM scratch [2021-01-27T02:50:59.267Z] ---> [2021-01-27T02:50:59.267Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:50:59.267Z] ---> Running in b7a0f829cacb [2021-01-27T02:50:59.267Z] Removing intermediate container b7a0f829cacb [2021-01-27T02:50:59.267Z] ---> b245462c3643 [2021-01-27T02:50:59.267Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-27T02:50:59.267Z] ---> Running in 1bf7e1575859 [2021-01-27T02:50:59.537Z] Removing intermediate container 1bf7e1575859 [2021-01-27T02:50:59.537Z] ---> 1e437f2e5ad3 [2021-01-27T02:50:59.537Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-27T02:50:59.810Z] ---> Running in f4389071b313 [2021-01-27T02:51:00.081Z] Removing intermediate container f4389071b313 [2021-01-27T02:51:00.081Z] ---> 64ce7c495826 [2021-01-27T02:51:00.081Z] Step 14/24 : WORKDIR / [2021-01-27T02:51:00.351Z] ---> Running in 26fcb390b5cc [2021-01-27T02:51:00.623Z] Removing intermediate container 26fcb390b5cc [2021-01-27T02:51:00.623Z] ---> 9dfc75650098 [2021-01-27T02:51:00.623Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-27T02:51:03.248Z] ---> a7a85dc65b34 [2021-01-27T02:51:03.248Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-27T02:51:03.248Z] ---> 33129dd2486d [2021-01-27T02:51:03.248Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-27T02:51:03.517Z] ---> 5cdcd2b0d134 [2021-01-27T02:51:03.517Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-27T02:51:04.110Z] ---> 254ebabfe1ba [2021-01-27T02:51:04.110Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-27T02:51:04.712Z] ---> bf5fdf2da27e [2021-01-27T02:51:04.712Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-27T02:51:04.983Z] ---> Running in 5245d4d2e563 [2021-01-27T02:51:05.580Z] Removing intermediate container 5245d4d2e563 [2021-01-27T02:51:05.580Z] ---> 17dcd08fb3e7 [2021-01-27T02:51:05.580Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T02:51:05.580Z] ---> Running in b3e7f6689630 [2021-01-27T02:51:06.181Z] Removing intermediate container b3e7f6689630 [2021-01-27T02:51:06.181Z] ---> 916100c7cfa8 [2021-01-27T02:51:06.181Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T02:51:06.181Z] ---> Running in 18c098c7191f [2021-01-27T02:51:06.774Z] Removing intermediate container 18c098c7191f [2021-01-27T02:51:06.774Z] ---> 3ba0219e9b3e [2021-01-27T02:51:06.774Z] Step 23/24 : LABEL git_sha=bb87e66c1dbbcbb4541517146a28794a59b17456 [2021-01-27T02:51:06.774Z] ---> Running in d32c2dda1d1b [2021-01-27T02:51:07.367Z] Removing intermediate container d32c2dda1d1b [2021-01-27T02:51:07.367Z] ---> e601830cdbc0 [2021-01-27T02:51:07.367Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T02:51:07.367Z] ---> Running in ada2d7f37bfd [2021-01-27T02:51:07.960Z] Removing intermediate container ada2d7f37bfd [2021-01-27T02:51:07.960Z] ---> ca565fb871f8 [2021-01-27T02:51:07.960Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-27T02:51:07.960Z] Successfully built ca565fb871f8 [2021-01-27T02:51:07.960Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-27T02:51:09.372Z] provisioning config files... [2021-01-27T02:51:09.391Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-757@tmp/config8870961935223121432tmp [Pipeline] { [Pipeline] sh [2021-01-27T02:51:09.885Z] + set +x [2021-01-27T02:51:09.885Z] + bash -s -- [2021-01-27T02:51:09.885Z] + curl -s https://codecov.io/bash [2021-01-27T02:51:09.885Z] [2021-01-27T02:51:09.885Z] _____ _ [2021-01-27T02:51:09.885Z] / ____| | | [2021-01-27T02:51:09.885Z] | | ___ __| | ___ ___ _____ __ [2021-01-27T02:51:09.885Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-27T02:51:09.885Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-27T02:51:09.885Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-27T02:51:09.885Z] Bash-20210115-cec3c92 [2021-01-27T02:51:09.885Z] [2021-01-27T02:51:09.885Z] [2021-01-27T02:51:09.885Z] ==> git version 2.24.3 found [2021-01-27T02:51:10.154Z] ==> 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-01-27T02:51:10.154Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-27T02:51:10.154Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-27T02:51:10.154Z] ==> Jenkins CI detected. [2021-01-27T02:51:10.154Z] project root: . [2021-01-27T02:51:10.154Z] --> token set from env [2021-01-27T02:51:10.154Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-27T02:51:10.154Z] ==> Running gcov in . (disable via -X gcov) [2021-01-27T02:51:10.154Z] ==> Python coveragepy not found [2021-01-27T02:51:10.154Z] ==> Searching for coverage reports in: [2021-01-27T02:51:10.154Z] + . [2021-01-27T02:51:10.154Z] -> Found 1 reports [2021-01-27T02:51:10.154Z] ==> Detecting git/mercurial file structure [2021-01-27T02:51:10.154Z] ==> Reading reports [2021-01-27T02:51:10.154Z] + ./coverage.out bytes=136842 [2021-01-27T02:51:10.154Z] ==> Appending adjustments [2021-01-27T02:51:10.154Z] https://docs.codecov.io/docs/fixing-reports [2021-01-27T02:51:11.149Z] + Found adjustments [2021-01-27T02:51:11.149Z] ==> Gzipping contents [2021-01-27T02:51:11.149Z] 24K /tmp/codecov.sZ34aZ.gz [2021-01-27T02:51:11.149Z] ==> Uploading reports [2021-01-27T02:51:11.149Z] url: https://codecov.io [2021-01-27T02:51:11.149Z] query: branch=PR-757&commit=bb87e66c1dbbcbb4541517146a28794a59b17456&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-757%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=757&job=&cmd_args= [2021-01-27T02:51:11.149Z] -> Pinging Codecov [2021-01-27T02:51:11.149Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-757&commit=bb87e66c1dbbcbb4541517146a28794a59b17456&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-757%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=757&job=&cmd_args= [2021-01-27T02:51:11.418Z] -> Uploading to [2021-01-27T02:51:11.418Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-27/7E55EF52A471D76F132DFD9A03CDDE97/bb87e66c1dbbcbb4541517146a28794a59b17456/2e03c107-82a5-43cc-810c-93f8650056ef.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T025111Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b16386289adcdfeff25ec6cb7fb601bf2a5bc8974ae8a94e4851f44c8bae1d2a [2021-01-27T02:51:11.418Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T02:51:11.418Z] Dload Upload Total Spent Left Speed [2021-01-27T02:51:12.016Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21528 0 0 100 21528 0 43181 --:--:-- --:--:-- --:--:-- 43142 100 21528 0 0 100 21528 0 43154 --:--:-- --:--:-- --:--:-- 43142 [2021-01-27T02:51:12.017Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/bb87e66c1dbbcbb4541517146a28794a59b17456 [Pipeline] } [2021-01-27T02:51:12.041Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-27T02:51:14.415Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:51:15.018Z] ---> package-listing.sh [2021-01-27T02:51:15.018Z] ++ facter osfamily [2021-01-27T02:51:15.018Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T02:51:15.018Z] + OS_FAMILY=redhat [2021-01-27T02:51:15.018Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-757 [2021-01-27T02:51:15.018Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T02:51:15.018Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T02:51:15.018Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T02:51:15.018Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T02:51:15.018Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-757 ']' [2021-01-27T02:51:15.018Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T02:51:15.018Z] + case "${OS_FAMILY}" in [2021-01-27T02:51:15.018Z] + rpm -qa [2021-01-27T02:51:15.018Z] + sort [2021-01-27T02:51:23.420Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T02:51:23.420Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T02:51:23.420Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T02:51:23.420Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-757 ']' [2021-01-27T02:51:23.420Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-757/archives/ [2021-01-27T02:51:23.420Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-757/archives/ [Pipeline] echo [2021-01-27T02:51:23.450Z] 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-757/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T02:51:23.983Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:51:24.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:51:24.945Z] [2021-01-27T02:51:24.945Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:51:25.590Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:51:25.590Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T02:51:25.590Z] df20fa9351a1: Pulling fs layer [2021-01-27T02:51:25.590Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T02:51:25.590Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T02:51:25.590Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T02:51:25.590Z] 93b61091891f: Pulling fs layer [2021-01-27T02:51:25.590Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T02:51:25.590Z] 5e14af77c1be: Pulling fs layer [2021-01-27T02:51:25.590Z] 01666e4c0597: Pulling fs layer [2021-01-27T02:51:25.590Z] aa168da1d23b: Pulling fs layer [2021-01-27T02:51:25.590Z] 46f8f816bc3b: Waiting [2021-01-27T02:51:25.590Z] 93b61091891f: Waiting [2021-01-27T02:51:25.590Z] 93b9cdb0e59b: Waiting [2021-01-27T02:51:25.590Z] 5e14af77c1be: Waiting [2021-01-27T02:51:25.590Z] 01666e4c0597: Waiting [2021-01-27T02:51:25.590Z] aa168da1d23b: Waiting [2021-01-27T02:51:26.013Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T02:51:26.013Z] 36b3adc4ff6f: Download complete [2021-01-27T02:51:26.013Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T02:51:26.013Z] 46f8f816bc3b: Download complete [2021-01-27T02:51:26.013Z] df20fa9351a1: Verifying Checksum [2021-01-27T02:51:26.013Z] df20fa9351a1: Download complete [2021-01-27T02:51:26.013Z] 93b9cdb0e59b: Download complete [2021-01-27T02:51:26.013Z] 5e14af77c1be: Verifying Checksum [2021-01-27T02:51:26.013Z] 5e14af77c1be: Download complete [2021-01-27T02:51:26.355Z] 01666e4c0597: Verifying Checksum [2021-01-27T02:51:26.355Z] 01666e4c0597: Download complete [2021-01-27T02:51:27.022Z] 93b61091891f: Verifying Checksum [2021-01-27T02:51:27.022Z] 93b61091891f: Download complete [2021-01-27T02:51:27.022Z] df20fa9351a1: Pull complete [2021-01-27T02:51:27.635Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T02:51:27.635Z] 8ad3a11d3b57: Download complete [2021-01-27T02:51:27.635Z] 36b3adc4ff6f: Pull complete [2021-01-27T02:51:30.394Z] 8ad3a11d3b57: Pull complete [2021-01-27T02:51:30.394Z] 46f8f816bc3b: Pull complete [2021-01-27T02:51:32.983Z] 93b61091891f: Pull complete [2021-01-27T02:51:33.297Z] 93b9cdb0e59b: Pull complete [2021-01-27T02:51:33.934Z] 5e14af77c1be: Pull complete [2021-01-27T02:51:34.209Z] 01666e4c0597: Pull complete [2021-01-27T02:51:34.837Z] aa168da1d23b: Verifying Checksum [2021-01-27T02:51:34.837Z] aa168da1d23b: Download complete [2021-01-27T02:51:50.128Z] aa168da1d23b: Pull complete [2021-01-27T02:51:50.128Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T02:51:50.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:51:50.128Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T02:51:50.564Z] prd-centos7-docker-4c-2g-23322 does not seem to be running inside a container [2021-01-27T02:51:50.695Z] $ 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-757/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-757 -v /w/workspace/dgexfoundry_device-sdk-go_PR-757:/w/workspace/dgexfoundry_device-sdk-go_PR-757:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-757@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-757@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-27T02:51:54.082Z] $ docker top 7088159fd4352cf716ef7f6389a28617249485ad55b7bbe5704edb14876b5024 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:51:54.885Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T02:51:55.403Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T02:51:55.868Z] + ls /var/log/sa-host [2021-01-27T02:51:55.868Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T02:51:55.868Z] file_magic: OK [2021-01-27T02:51:55.868Z] HZ: Using current value: 100 [2021-01-27T02:51:55.868Z] file_header: OK [2021-01-27T02:51:55.868Z] 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-01-27T02:51:55.868Z] Statistics: [2021-01-27T02:51:55.868Z] Hnuu...uuuununununu... [2021-01-27T02:51:55.868Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T02:51:55.868Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T02:51:55.868Z] file_magic: OK [2021-01-27T02:51:55.868Z] HZ: Using current value: 100 [2021-01-27T02:51:55.868Z] file_header: OK [2021-01-27T02:51:55.868Z] 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-01-27T02:51:55.868Z] Statistics: [2021-01-27T02:51:55.868Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-27T02:51:55.868Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T02:51:56.140Z] provisioning config files... [2021-01-27T02:51:56.174Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-757@tmp/config5849381204748797767tmp [Pipeline] { [Pipeline] echo [2021-01-27T02:51:56.366Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:51:57.526Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T02:51:57.647Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T02:51:57.742Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:51:58.558Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T02:51:58.575Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:51:58.932Z] ---> sudo-logs.sh [2021-01-27T02:51:58.932Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T02:51:59.220Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:51:59.898Z] ---> job-cost.sh [2021-01-27T02:51:59.898Z] lf-activate-venv: SKIPPING [2021-01-27T02:51:59.898Z] INFO: No Stack... [2021-01-27T02:52:00.940Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T02:52:01.633Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T02:52:01.660Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:52:02.524Z] ---> logs-deploy.sh [2021-01-27T02:52:02.524Z] lf-activate-venv: SKIPPING [2021-01-27T02:52:02.524Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-757/2 [2021-01-27T02:52:02.524Z] INFO: archiving workspace using pattern(s): [2021-01-27T02:52:05.525Z] Archives upload complete. [2021-01-27T02:52:05.525Z] INFO: archiving logs to Nexus