Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bc00545e44993ecf59cd92c98ce97789de7bf8d3+848c16ec05d796c9e5a16abafab7aa79fc4967e4 (3ad126508ef08d3f0678658ba3b1b5e6a7b33ce8) 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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-27269 in /w/workspace/dgexfoundry_device-sdk-go_PR-792 [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-792 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/792/head:refs/remotes/origin/PR-792 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit bc00545e44993ecf59cd92c98ce97789de7bf8d3 Merge succeeded, producing d77e8cd38e1173a62cff7b2b8eeee75a341cea4b Checking out Revision d77e8cd38e1173a62cff7b2b8eeee75a341cea4b (PR-792) > git config core.sparsecheckout # timeout=10 > git checkout -f bc00545e44993ecf59cd92c98ce97789de7bf8d3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d77e8cd38e1173a62cff7b2b8eeee75a341cea4b # timeout=10 Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" > git rev-list --no-walk bc00545e44993ecf59cd92c98ce97789de7bf8d3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T02:43:37.784Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T02:43:38.035Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T02:43:38.133Z] ========================================================= [2021-02-23T02:43:38.133Z] EdgeX Global Pipelines Version Info [2021-02-23T02:43:38.133Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:43:39.641Z] ------------------- [2021-02-23T02:43:39.641Z] stable info: [2021-02-23T02:43:39.641Z] ------------------- [2021-02-23T02:43:39.641Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T02:43:39.641Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T02:43:39.641Z] Message: update stable to v1.0.179 [2021-02-23T02:43:40.590Z] ------------------- [2021-02-23T02:43:40.590Z] experimental info: [2021-02-23T02:43:40.590Z] ------------------- [2021-02-23T02:43:40.590Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T02:43:40.590Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T02:43:40.590Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T02:43:40.967Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-23T02:43:41.079Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-23T02:43:41.208Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T02:43:41.334Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T02:43:41.448Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T02:43:41.542Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T02:43:41.630Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T02:43:41.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T02:43:41.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-23T02:43:41.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T02:43:42.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T02:43:42.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-23T02:43:42.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T02:43:42.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T02:43:42.405Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T02:43:42.655Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T02:43:42.740Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T02:43:42.823Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T02:43:42.935Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T02:43:43.023Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T02:43:43.105Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-23T02:43:43.189Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-23T02:43:43.291Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T02:43:43.379Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T02:43:43.469Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T02:43:43.571Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T02:43:43.666Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T02:43:43.757Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-792 [Pipeline] echo [2021-02-23T02:43:43.845Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-792 [Pipeline] echo [2021-02-23T02:43:43.935Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-792 [Pipeline] echo [2021-02-23T02:43:44.063Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d77e8cd38e1173a62cff7b2b8eeee75a341cea4b [Pipeline] echo [2021-02-23T02:43:44.193Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d77e8cd [Pipeline] echo [2021-02-23T02:43:44.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T02:43:44.452Z] provisioning config files... [2021-02-23T02:43:44.507Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-792@tmp/config6061419621909799356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:43:44.865Z] ---> docker-login.sh [2021-02-23T02:43:44.865Z] nexus3.edgexfoundry.org:10001 [2021-02-23T02:43:45.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:43:45.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:43:45.128Z] Configure a credential helper to remove this warning. See [2021-02-23T02:43:45.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:43:45.128Z] [2021-02-23T02:43:45.128Z] Login Succeeded [2021-02-23T02:43:45.128Z] nexus3.edgexfoundry.org:10002 [2021-02-23T02:43:45.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:43:45.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:43:45.392Z] Configure a credential helper to remove this warning. See [2021-02-23T02:43:45.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:43:45.392Z] [2021-02-23T02:43:45.392Z] Login Succeeded [2021-02-23T02:43:45.392Z] nexus3.edgexfoundry.org:10003 [2021-02-23T02:43:45.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:43:45.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:43:45.654Z] Configure a credential helper to remove this warning. See [2021-02-23T02:43:45.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:43:45.654Z] [2021-02-23T02:43:45.654Z] Login Succeeded [2021-02-23T02:43:45.654Z] nexus3.edgexfoundry.org:10004 [2021-02-23T02:43:45.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:43:45.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:43:45.654Z] Configure a credential helper to remove this warning. See [2021-02-23T02:43:45.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:43:45.654Z] [2021-02-23T02:43:45.654Z] Login Succeeded [2021-02-23T02:43:45.654Z] docker.io [2021-02-23T02:43:45.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:43:46.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:43:46.179Z] Configure a credential helper to remove this warning. See [2021-02-23T02:43:46.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:43:46.179Z] [2021-02-23T02:43:46.179Z] Login Succeeded [2021-02-23T02:43:46.179Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T02:43:46.189Z] 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-02-23T02:43:46.976Z] + git log --format=format:%s -1 d77e8cd38e1173a62cff7b2b8eeee75a341cea4b [Pipeline] echo [2021-02-23T02:43:47.044Z] GIT_COMMIT: d77e8cd38e1173a62cff7b2b8eeee75a341cea4b, Commit Message: Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD [Pipeline] echo [2021-02-23T02:43:47.090Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:43:47.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T02:43:47.677Z] [2021-02-23T02:43:47.677Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:43:48.039Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T02:43:48.039Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T02:43:48.039Z] 31603596830f: Pulling fs layer [2021-02-23T02:43:48.039Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T02:43:48.039Z] 6ca5941a6612: Pulling fs layer [2021-02-23T02:43:48.039Z] ecc8261a40a4: Pulling fs layer [2021-02-23T02:43:48.039Z] ecc8261a40a4: Waiting [2021-02-23T02:43:48.039Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T02:43:48.039Z] 2a8b12db71e7: Download complete [2021-02-23T02:43:48.039Z] 31603596830f: Verifying Checksum [2021-02-23T02:43:48.039Z] 31603596830f: Download complete [2021-02-23T02:43:48.303Z] ecc8261a40a4: Verifying Checksum [2021-02-23T02:43:48.303Z] ecc8261a40a4: Download complete [2021-02-23T02:43:48.303Z] 6ca5941a6612: Verifying Checksum [2021-02-23T02:43:48.303Z] 6ca5941a6612: Download complete [2021-02-23T02:43:48.566Z] 31603596830f: Pull complete [2021-02-23T02:43:48.566Z] 2a8b12db71e7: Pull complete [2021-02-23T02:43:49.530Z] 6ca5941a6612: Pull complete [2021-02-23T02:43:50.106Z] ecc8261a40a4: Pull complete [2021-02-23T02:43:50.106Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T02:43:50.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T02:43:50.106Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T02:43:50.219Z] prd-centos7-docker-4c-2g-27269 does not seem to be running inside a container [2021-02-23T02:43:50.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-792 -v /w/workspace/dgexfoundry_device-sdk-go_PR-792:/w/workspace/dgexfoundry_device-sdk-go_PR-792:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-792@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-792@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-02-23T02:43:52.277Z] $ docker top f7ee284f375ddfca983e88b87e2b1e63a222afaab0c84b8360bcd0ab7e9a7b10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T02:43:52.558Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T02:43:52.558Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T02:43:52.768Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T02:43:52.773Z] $ docker exec f7ee284f375ddfca983e88b87e2b1e63a222afaab0c84b8360bcd0ab7e9a7b10 ssh-agent [2021-02-23T02:43:52.936Z] SSH_AUTH_SOCK=/tmp/ssh-ONCgzcztmrqt/agent.12 [2021-02-23T02:43:52.936Z] SSH_AGENT_PID=17 [2021-02-23T02:43:52.946Z] Running ssh-add (command line suppressed) [2021-02-23T02:43:53.067Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-792@tmp/private_key_7773534935523345200.key (/w/workspace/dgexfoundry_device-sdk-go_PR-792@tmp/private_key_7773534935523345200.key) [2021-02-23T02:43:53.123Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T02:43:53.471Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T02:43:53.496Z] $ docker exec --env ******** --env ******** f7ee284f375ddfca983e88b87e2b1e63a222afaab0c84b8360bcd0ab7e9a7b10 ssh-agent -k [2021-02-23T02:43:53.616Z] unset SSH_AUTH_SOCK; [2021-02-23T02:43:53.617Z] unset SSH_AGENT_PID; [2021-02-23T02:43:53.617Z] echo Agent pid 17 killed; [2021-02-23T02:43:53.669Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T02:43:53.805Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T02:43:53.805Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T02:43:53.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T02:43:53.999Z] $ docker exec f7ee284f375ddfca983e88b87e2b1e63a222afaab0c84b8360bcd0ab7e9a7b10 ssh-agent [2021-02-23T02:43:54.163Z] SSH_AUTH_SOCK=/tmp/ssh-XmpLjrLJS2UZ/agent.47 [2021-02-23T02:43:54.163Z] SSH_AGENT_PID=52 [2021-02-23T02:43:54.170Z] Running ssh-add (command line suppressed) [2021-02-23T02:43:54.293Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-792@tmp/private_key_2897521319103277749.key (/w/workspace/dgexfoundry_device-sdk-go_PR-792@tmp/private_key_2897521319103277749.key) [2021-02-23T02:43:54.350Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T02:43:54.683Z] + git semver init [2021-02-23T02:43:54.683Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T02:43:54.683Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-792/.git [2021-02-23T02:43:54.683Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-792 [2021-02-23T02:43:54.683Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T02:43:54.683Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T02:43:54.683Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T02:43:54.683Z] # $SEMVER_BRANCH = PR-792 [2021-02-23T02:43:54.683Z] # $SEMVER_TEMP = /tmp/semver-919868736 [2021-02-23T02:43:54.683Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-23T02:43:55.261Z] # '/tmp/semver-919868736' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-792/.semver' [2021-02-23T02:43:55.261Z] # -> Force: false [2021-02-23T02:43:55.261Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-792/.semver [Pipeline] } [2021-02-23T02:43:55.276Z] $ docker exec --env ******** --env ******** f7ee284f375ddfca983e88b87e2b1e63a222afaab0c84b8360bcd0ab7e9a7b10 ssh-agent -k [2021-02-23T02:43:55.403Z] unset SSH_AUTH_SOCK; [2021-02-23T02:43:55.404Z] unset SSH_AGENT_PID; [2021-02-23T02:43:55.404Z] echo Agent pid 52 killed; [2021-02-23T02:43:55.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T02:43:55.917Z] + git semver [Pipeline] } [2021-02-23T02:43:55.937Z] $ docker stop --time=1 f7ee284f375ddfca983e88b87e2b1e63a222afaab0c84b8360bcd0ab7e9a7b10 [2021-02-23T02:43:57.370Z] $ docker rm -f f7ee284f375ddfca983e88b87e2b1e63a222afaab0c84b8360bcd0ab7e9a7b10 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T02:43:57.834Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T02:43:58.212Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T02:43:58.215Z] [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-02-23T02:44:13.755Z] Still waiting to schedule task [2021-02-23T02:44:13.755Z] ‘prd-centos7-blackbox-4c-2g-27021’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-27267’ is offline; ‘prd-centos7-docker-4c-2g-27270’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-23T02:44:13.757Z] Still waiting to schedule task [2021-02-23T02:44:13.757Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-23T02:45:18.578Z] Running on prd-centos7-docker-4c-2g-27272 in /w/workspace/dgexfoundry_device-sdk-go_PR-792 [Pipeline] { [Pipeline] ws [2021-02-23T02:45:18.628Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-23T02:45:20.970Z] using credential edgex-jenkins-ssh [2021-02-23T02:45:21.021Z] Cloning the remote Git repository [2021-02-23T02:45:21.044Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:45:21.110Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-02-23T02:45:21.173Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:45:21.173Z] > git --version # timeout=10 [2021-02-23T02:45:21.181Z] > git --version # 'git version 2.24.3' [2021-02-23T02:45:21.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:45:21.211Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:45:21.927Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:45:21.933Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:45:21.947Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:45:21.965Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:45:21.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:45:21.971Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/792/head:refs/remotes/origin/PR-792 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T02:45:22.381Z] Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit bc00545e44993ecf59cd92c98ce97789de7bf8d3 [2021-02-23T02:45:22.497Z] Merge succeeded, producing 3c6d2fd902c62e34d6a5d60e1af4fb7e2b3633b6 [2021-02-23T02:45:22.498Z] Checking out Revision 3c6d2fd902c62e34d6a5d60e1af4fb7e2b3633b6 (PR-792) [2021-02-23T02:45:22.390Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:45:22.396Z] > git checkout -f bc00545e44993ecf59cd92c98ce97789de7bf8d3 # timeout=10 [2021-02-23T02:45:22.447Z] > git remote # timeout=10 [2021-02-23T02:45:22.452Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T02:45:22.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:45:22.461Z] > git merge 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 [2021-02-23T02:45:22.492Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T02:45:22.501Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:45:22.506Z] > git checkout -f 3c6d2fd902c62e34d6a5d60e1af4fb7e2b3633b6 # timeout=10 [2021-02-23T02:45:26.218Z] Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" [2021-02-23T02:45:26.222Z] > git rev-list --no-walk bc00545e44993ecf59cd92c98ce97789de7bf8d3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T02:45:27.654Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:45:27.987Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:45:28.286Z] + sudo service docker restart [2021-02-23T02:45:28.286Z] + true [2021-02-23T02:45:28.287Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T02:45:29.304Z] provisioning config files... [2021-02-23T02:45:29.334Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config878824962349606929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:45:29.741Z] ---> docker-login.sh [2021-02-23T02:45:29.741Z] nexus3.edgexfoundry.org:10001 [2021-02-23T02:45:30.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:30.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:30.004Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:30.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:30.004Z] [2021-02-23T02:45:30.004Z] Login Succeeded [2021-02-23T02:45:30.004Z] nexus3.edgexfoundry.org:10002 [2021-02-23T02:45:30.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:30.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:30.266Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:30.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:30.266Z] [2021-02-23T02:45:30.266Z] Login Succeeded [2021-02-23T02:45:30.266Z] nexus3.edgexfoundry.org:10003 [2021-02-23T02:45:30.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:30.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:30.528Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:30.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:30.528Z] [2021-02-23T02:45:30.528Z] Login Succeeded [2021-02-23T02:45:30.528Z] nexus3.edgexfoundry.org:10004 [2021-02-23T02:45:30.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:30.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:30.528Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:30.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:30.528Z] [2021-02-23T02:45:30.528Z] Login Succeeded [2021-02-23T02:45:30.528Z] docker.io [2021-02-23T02:45:30.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:31.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:31.056Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:31.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:31.056Z] [2021-02-23T02:45:31.056Z] Login Succeeded [2021-02-23T02:45:31.056Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T02:45:31.066Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T02:45:31.551Z] ========================================================= [2021-02-23T02:45:31.551Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T02:45:31.551Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:45:31.903Z] + 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-02-23T02:45:31.903Z] Sending build context to Docker daemon 2.397MB [2021-02-23T02:45:31.903Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:45:31.903Z] Step 2/8 : FROM ${BASE} [2021-02-23T02:45:32.167Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T02:45:32.167Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T02:45:32.167Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T02:45:32.167Z] de9db76c5a1d: Pulling fs layer [2021-02-23T02:45:32.167Z] bca2f99d35d6: Pulling fs layer [2021-02-23T02:45:32.167Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T02:45:32.167Z] 7c6f9722023f: Pulling fs layer [2021-02-23T02:45:32.167Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T02:45:32.167Z] 93359f2a8cfa: Waiting [2021-02-23T02:45:32.167Z] 7c6f9722023f: Waiting [2021-02-23T02:45:32.167Z] bca2f99d35d6: Waiting [2021-02-23T02:45:32.167Z] a35cf1a2eb13: Waiting [2021-02-23T02:45:32.167Z] de9db76c5a1d: Verifying Checksum [2021-02-23T02:45:32.167Z] de9db76c5a1d: Download complete [2021-02-23T02:45:32.167Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T02:45:32.167Z] 0ef7d3d256c8: Download complete [2021-02-23T02:45:32.167Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T02:45:32.167Z] 93359f2a8cfa: Download complete [2021-02-23T02:45:32.167Z] 7c6f9722023f: Verifying Checksum [2021-02-23T02:45:32.167Z] 7c6f9722023f: Download complete [2021-02-23T02:45:32.167Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T02:45:32.167Z] 188c0c94c7c5: Download complete [2021-02-23T02:45:32.431Z] 188c0c94c7c5: Pull complete [2021-02-23T02:45:32.693Z] 0ef7d3d256c8: Pull complete [2021-02-23T02:45:32.693Z] de9db76c5a1d: Pull complete [2021-02-23T02:45:35.255Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T02:45:35.255Z] a35cf1a2eb13: Download complete [2021-02-23T02:45:35.829Z] bca2f99d35d6: Verifying Checksum [2021-02-23T02:45:35.829Z] bca2f99d35d6: Download complete [2021-02-23T02:45:41.155Z] bca2f99d35d6: Pull complete [2021-02-23T02:45:41.155Z] 93359f2a8cfa: Pull complete [2021-02-23T02:45:41.155Z] 7c6f9722023f: Pull complete [2021-02-23T02:45:46.489Z] a35cf1a2eb13: Pull complete [2021-02-23T02:45:46.489Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T02:45:46.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T02:45:46.489Z] ---> a62c8e92a672 [2021-02-23T02:45:46.489Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:45:46.756Z] ---> Running in 02735212d307 [2021-02-23T02:45:47.020Z] Removing intermediate container 02735212d307 [2021-02-23T02:45:47.020Z] ---> d408cd5db204 [2021-02-23T02:45:47.020Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:45:47.020Z] ---> Running in 229a0dd5317c [2021-02-23T02:45:47.974Z] Removing intermediate container 229a0dd5317c [2021-02-23T02:45:47.974Z] ---> 0ae5bafd3231 [2021-02-23T02:45:47.974Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-23T02:45:47.974Z] ---> Running in eed5f092e123 [2021-02-23T02:45:49.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T02:45:49.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T02:45:50.891Z] OK: 166 MiB in 39 packages [2021-02-23T02:45:51.155Z] Removing intermediate container eed5f092e123 [2021-02-23T02:45:51.155Z] ---> 26bbe19c319f [2021-02-23T02:45:51.155Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-23T02:45:51.418Z] ---> Running in 71ff1f863ded [2021-02-23T02:45:51.418Z] Removing intermediate container 71ff1f863ded [2021-02-23T02:45:51.418Z] ---> d24b7b4a545c [2021-02-23T02:45:51.418Z] Step 7/8 : COPY . . [2021-02-23T02:45:52.811Z] ---> 231d35ea1c30 [2021-02-23T02:45:52.811Z] Step 8/8 : RUN go mod download [2021-02-23T02:45:52.812Z] ---> Running in efe80a13b79d [2021-02-23T02:46:14.829Z] Removing intermediate container efe80a13b79d [2021-02-23T02:46:14.829Z] ---> 7e174cd58196 [2021-02-23T02:46:14.829Z] Successfully built 7e174cd58196 [2021-02-23T02:46:14.829Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:46:15.146Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T02:46:15.146Z] . [Pipeline] withDockerContainer [2021-02-23T02:46:15.267Z] prd-centos7-docker-4c-2g-27272 does not seem to be running inside a container [2021-02-23T02:46:15.317Z] $ 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-02-23T02:46:16.036Z] $ docker top 4a2ed260348ef269056bad329112aa2223abb45e1c99f85243dfa7148ff0c6c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:46:16.543Z] + go version [2021-02-23T02:46:16.543Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T02:46:16.556Z] $ docker stop --time=1 4a2ed260348ef269056bad329112aa2223abb45e1c99f85243dfa7148ff0c6c4 [2021-02-23T02:46:17.905Z] $ docker rm -f 4a2ed260348ef269056bad329112aa2223abb45e1c99f85243dfa7148ff0c6c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:46:18.679Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T02:46:18.679Z] . [Pipeline] withDockerContainer [2021-02-23T02:46:18.776Z] prd-centos7-docker-4c-2g-27272 does not seem to be running inside a container [2021-02-23T02:46:18.822Z] $ 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-02-23T02:46:19.431Z] $ docker top a5429c29e872e85da27c46f583735defd923372db528d9a5c2c13e50132c1756 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:46:19.930Z] + make test [2021-02-23T02:46:19.930Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-23T02:46:28.149Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-23T02:46:43.191Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-23T02:46:43.191Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-23T02:46:43.191Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-23T02:46:45.139Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.061s coverage: 25.5% of statements [2021-02-23T02:47:09.602Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27273 in /w/workspace/dgexfoundry_device-sdk-go_PR-792 [Pipeline] { [Pipeline] ws [2021-02-23T02:47:09.658Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-23T02:47:14.876Z] using credential edgex-jenkins-ssh [2021-02-23T02:47:14.947Z] Cloning the remote Git repository [2021-02-23T02:47:15.015Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:47:15.142Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-02-23T02:47:15.246Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:47:15.249Z] > git --version # timeout=10 [2021-02-23T02:47:15.267Z] > git --version # 'git version 2.17.1' [2021-02-23T02:47:15.269Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:47:15.334Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:47:17.061Z] Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit bc00545e44993ecf59cd92c98ce97789de7bf8d3 [2021-02-23T02:47:16.459Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:47:16.478Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:47:16.508Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:47:16.545Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:47:16.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:47:16.560Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/792/head:refs/remotes/origin/PR-792 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T02:47:17.091Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:47:17.113Z] > git checkout -f bc00545e44993ecf59cd92c98ce97789de7bf8d3 # timeout=10 [2021-02-23T02:47:17.307Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.077s coverage: 10.1% of statements [2021-02-23T02:47:17.307Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.048s coverage: 12.5% of statements [2021-02-23T02:47:17.307Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-23T02:47:17.307Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.067s coverage: 84.8% of statements [2021-02-23T02:47:17.307Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-23T02:47:17.307Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-23T02:47:17.307Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-23T02:47:17.307Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-23T02:47:17.307Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.071s coverage: 49.2% of statements [2021-02-23T02:47:17.307Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-23T02:47:17.307Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.067s coverage: 81.3% of statements [2021-02-23T02:47:17.307Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.071s coverage: 24.8% of statements [2021-02-23T02:47:17.307Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.987s coverage: 83.5% of statements [2021-02-23T02:47:17.307Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.3% of statements [2021-02-23T02:47:17.307Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-23T02:47:17.307Z] GO111MODULE=on go vet ./... [2021-02-23T02:47:17.496Z] Merge succeeded, producing 1f12a7c5544bf837a9517928e743dd62aeb37da5 [2021-02-23T02:47:17.496Z] Checking out Revision 1f12a7c5544bf837a9517928e743dd62aeb37da5 (PR-792) [2021-02-23T02:47:17.255Z] > git remote # timeout=10 [2021-02-23T02:47:17.282Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T02:47:17.311Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:47:17.324Z] > git merge 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 [2021-02-23T02:47:17.420Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T02:47:17.511Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:47:17.546Z] > git checkout -f 1f12a7c5544bf837a9517928e743dd62aeb37da5 # timeout=10 [2021-02-23T02:47:22.129Z] Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" [2021-02-23T02:47:22.142Z] > git rev-list --no-walk bc00545e44993ecf59cd92c98ce97789de7bf8d3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T02:47:23.753Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:47:23.987Z] gofmt -l . [2021-02-23T02:47:23.987Z] [ "`gofmt -l .`" = "" ] [2021-02-23T02:47:23.987Z] ./bin/test-attribution-txt.sh [2021-02-23T02:47:24.236Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-02-23T02:47:24.250Z] ./bin/test-go-mod-tidy.sh [Pipeline] sh [Pipeline] } [2021-02-23T02:47:24.529Z] $ docker stop --time=1 a5429c29e872e85da27c46f583735defd923372db528d9a5c2c13e50132c1756 [2021-02-23T02:47:24.591Z] + + true [2021-02-23T02:47:24.591Z] sudo service docker restart [2021-02-23T02:47:26.592Z] $ docker rm -f a5429c29e872e85da27c46f583735defd923372db528d9a5c2c13e50132c1756 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-02-23T02:47:27.278Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] wrap [2021-02-23T02:47:27.302Z] provisioning config files... [2021-02-23T02:47:27.340Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config4547577992532155296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:47:27.685Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [2021-02-23T02:47:27.755Z] ---> docker-login.sh [2021-02-23T02:47:27.755Z] nexus3.edgexfoundry.org:10001 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-23T02:47:28.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:47:28.892Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T02:47:29.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:47:29.021Z] Configure a credential helper to remove this warning. See [2021-02-23T02:47:29.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:47:29.021Z] [2021-02-23T02:47:29.021Z] Login Succeeded [2021-02-23T02:47:29.021Z] nexus3.edgexfoundry.org:10002 [2021-02-23T02:47:29.196Z] + ls -al . [2021-02-23T02:47:29.196Z] total 184 [2021-02-23T02:47:29.196Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 02:47 . [2021-02-23T02:47:29.196Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 02:45 .. [2021-02-23T02:47:29.196Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 23 02:45 bin [2021-02-23T02:47:29.196Z] -rw-r--r--. 1 jenkins jenkins 101757 Feb 23 02:47 coverage.out [2021-02-23T02:47:29.196Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 23 02:45 Dockerfile.build [2021-02-23T02:47:29.196Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 23 02:45 .dockerignore [2021-02-23T02:47:29.196Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 23 02:45 example [2021-02-23T02:47:29.196Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 02:45 .git [2021-02-23T02:47:29.196Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 02:45 .github [2021-02-23T02:47:29.196Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 23 02:45 .gitignore [2021-02-23T02:47:29.196Z] -rw-r--r--. 1 jenkins jenkins 516 Feb 23 02:47 go.mod [2021-02-23T02:47:29.196Z] -rw-r--r--. 1 jenkins jenkins 17254 Feb 23 02:47 go.sum [2021-02-23T02:47:29.196Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 23 02:45 internal [2021-02-23T02:47:29.196Z] -rw-rw-r--. 1 jenkins jenkins 901 Feb 23 02:45 Jenkinsfile [2021-02-23T02:47:29.196Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 23 02:45 LICENSE [2021-02-23T02:47:29.196Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 23 02:45 Makefile [2021-02-23T02:47:29.196Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 23 02:45 openapi [2021-02-23T02:47:29.196Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 23 02:45 pkg [2021-02-23T02:47:29.196Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 23 02:45 README.md [2021-02-23T02:47:29.196Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 23 02:45 RELEASE-NOTES.txt [2021-02-23T02:47:29.196Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 23 02:45 snap [2021-02-23T02:47:29.196Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 02:43 VERSION [2021-02-23T02:47:29.196Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 23 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:47:29.504Z] + 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=d77e8cd38e1173a62cff7b2b8eeee75a341cea4b --label arch=amd64 --label version=0.0.0 . [2021-02-23T02:47:29.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:47:29.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:47:29.622Z] Configure a credential helper to remove this warning. See [2021-02-23T02:47:29.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:47:29.622Z] [2021-02-23T02:47:29.622Z] Login Succeeded [2021-02-23T02:47:29.622Z] nexus3.edgexfoundry.org:10003 [2021-02-23T02:47:29.766Z] Sending build context to Docker daemon 2.499MB [2021-02-23T02:47:29.766Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:47:29.766Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T02:47:29.766Z] ---> 7e174cd58196 [2021-02-23T02:47:29.766Z] Step 3/24 : ARG MAKE='make build' [2021-02-23T02:47:29.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:47:30.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:47:30.173Z] Configure a credential helper to remove this warning. See [2021-02-23T02:47:30.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:47:30.173Z] [2021-02-23T02:47:30.173Z] Login Succeeded [2021-02-23T02:47:30.173Z] nexus3.edgexfoundry.org:10004 [2021-02-23T02:47:30.348Z] ---> Running in a93913e2312c [2021-02-23T02:47:30.348Z] Removing intermediate container a93913e2312c [2021-02-23T02:47:30.348Z] ---> a77375c1ff76 [2021-02-23T02:47:30.348Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-23T02:47:30.612Z] ---> Running in bba2c6832964 [2021-02-23T02:47:30.612Z] Removing intermediate container bba2c6832964 [2021-02-23T02:47:30.612Z] ---> f1f68ca766ff [2021-02-23T02:47:30.612Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:47:30.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:47:30.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:47:30.778Z] Configure a credential helper to remove this warning. See [2021-02-23T02:47:30.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:47:30.778Z] [2021-02-23T02:47:30.778Z] Login Succeeded [2021-02-23T02:47:30.778Z] docker.io [2021-02-23T02:47:30.874Z] ---> Running in 1c55099bcb5b [2021-02-23T02:47:30.874Z] Removing intermediate container 1c55099bcb5b [2021-02-23T02:47:30.874Z] ---> aa0256fa5f3d [2021-02-23T02:47:30.874Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:47:31.137Z] ---> Running in 61c17fe1618c [2021-02-23T02:47:31.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:47:31.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:47:31.655Z] Configure a credential helper to remove this warning. See [2021-02-23T02:47:31.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:47:31.655Z] [2021-02-23T02:47:31.655Z] Login Succeeded [2021-02-23T02:47:31.655Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T02:47:31.673Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-23T02:47:32.093Z] Removing intermediate container 61c17fe1618c [2021-02-23T02:47:32.093Z] ---> 381b65c1da95 [2021-02-23T02:47:32.093Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-23T02:47:32.093Z] ---> Running in 1daf2648147c [Pipeline] echo [2021-02-23T02:47:32.144Z] ========================================================= [2021-02-23T02:47:32.144Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T02:47:32.144Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:47:32.530Z] + 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-02-23T02:47:32.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T02:47:33.145Z] Sending build context to Docker daemon 2.397MB [2021-02-23T02:47:33.145Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:47:33.145Z] Step 2/8 : FROM ${BASE} [2021-02-23T02:47:33.145Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T02:47:33.145Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T02:47:33.145Z] a4357932f1b6: Pulling fs layer [2021-02-23T02:47:33.145Z] 18c013af1878: Pulling fs layer [2021-02-23T02:47:33.145Z] 00ac8860ef70: Pulling fs layer [2021-02-23T02:47:33.145Z] 63d7cb157983: Pulling fs layer [2021-02-23T02:47:33.145Z] b116817d02f9: Pulling fs layer [2021-02-23T02:47:33.145Z] 745a02a5169b: Pulling fs layer [2021-02-23T02:47:33.145Z] 00ac8860ef70: Waiting [2021-02-23T02:47:33.145Z] 63d7cb157983: Waiting [2021-02-23T02:47:33.145Z] b116817d02f9: Waiting [2021-02-23T02:47:33.145Z] 745a02a5169b: Waiting [2021-02-23T02:47:33.145Z] 18c013af1878: Verifying Checksum [2021-02-23T02:47:33.145Z] 18c013af1878: Download complete [2021-02-23T02:47:33.145Z] a4357932f1b6: Verifying Checksum [2021-02-23T02:47:33.145Z] a4357932f1b6: Download complete [2021-02-23T02:47:33.145Z] 63d7cb157983: Verifying Checksum [2021-02-23T02:47:33.145Z] 63d7cb157983: Download complete [2021-02-23T02:47:33.419Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T02:47:33.419Z] 5f621e34cdf4: Download complete [2021-02-23T02:47:34.035Z] b116817d02f9: Verifying Checksum [2021-02-23T02:47:34.035Z] b116817d02f9: Download complete [2021-02-23T02:47:34.035Z] 5f621e34cdf4: Pull complete [2021-02-23T02:47:34.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T02:47:35.036Z] a4357932f1b6: Pull complete [2021-02-23T02:47:35.316Z] 18c013af1878: Pull complete [2021-02-23T02:47:36.306Z] 745a02a5169b: Verifying Checksum [2021-02-23T02:47:36.306Z] 745a02a5169b: Download complete [2021-02-23T02:47:37.150Z] OK: 166 MiB in 39 packages [2021-02-23T02:47:37.413Z] Removing intermediate container 1daf2648147c [2021-02-23T02:47:37.413Z] ---> e75867cc033c [2021-02-23T02:47:37.413Z] Step 8/24 : COPY . . [2021-02-23T02:47:37.771Z] 00ac8860ef70: Verifying Checksum [2021-02-23T02:47:37.771Z] 00ac8860ef70: Download complete [2021-02-23T02:47:38.358Z] ---> de7fe483c3db [2021-02-23T02:47:38.358Z] Step 9/24 : RUN ${MAKE} [2021-02-23T02:47:38.621Z] ---> Running in 9ee52e566ba9 [2021-02-23T02:47:38.886Z] 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-02-23T02:47:47.939Z] 00ac8860ef70: Pull complete [2021-02-23T02:47:48.213Z] 63d7cb157983: Pull complete [2021-02-23T02:47:48.495Z] b116817d02f9: Pull complete [2021-02-23T02:47:48.971Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-23T02:47:50.380Z] Removing intermediate container 9ee52e566ba9 [2021-02-23T02:47:50.381Z] ---> 3d3ac11ab82e [2021-02-23T02:47:50.381Z] Step 10/24 : FROM scratch [2021-02-23T02:47:50.381Z] ---> [2021-02-23T02:47:50.381Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:47:50.381Z] ---> Running in a91bd7aeb15a [2021-02-23T02:47:50.381Z] Removing intermediate container a91bd7aeb15a [2021-02-23T02:47:50.381Z] ---> 82dcbe8ecad5 [2021-02-23T02:47:50.381Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-23T02:47:50.381Z] ---> Running in 43a5c70b1105 [2021-02-23T02:47:50.645Z] Removing intermediate container 43a5c70b1105 [2021-02-23T02:47:50.645Z] ---> ee4f12687bcd [2021-02-23T02:47:50.645Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-23T02:47:50.645Z] ---> Running in 967b88cb5c24 [2021-02-23T02:47:50.645Z] Removing intermediate container 967b88cb5c24 [2021-02-23T02:47:50.645Z] ---> 8610cb83b9ea [2021-02-23T02:47:50.645Z] Step 14/24 : WORKDIR / [2021-02-23T02:47:50.645Z] ---> Running in ddf378eab9e8 [2021-02-23T02:47:50.907Z] Removing intermediate container ddf378eab9e8 [2021-02-23T02:47:50.907Z] ---> 03f455e502ef [2021-02-23T02:47:50.907Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-23T02:47:51.480Z] ---> 8d958945ccfa [2021-02-23T02:47:51.480Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-23T02:47:51.743Z] ---> 8850dcab9a9a [2021-02-23T02:47:51.743Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-23T02:47:51.900Z] 745a02a5169b: Pull complete [2021-02-23T02:47:51.900Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T02:47:51.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T02:47:51.900Z] ---> b7e6874047d6 [2021-02-23T02:47:51.900Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:47:52.005Z] ---> b0f8e92d5da2 [2021-02-23T02:47:52.005Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-23T02:47:52.268Z] ---> 345a823615e5 [2021-02-23T02:47:52.268Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-23T02:47:52.532Z] ---> 9d2bc77734b7 [2021-02-23T02:47:52.532Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-23T02:47:52.532Z] ---> Running in 1ab4f20b94cd [2021-02-23T02:47:52.793Z] Removing intermediate container 1ab4f20b94cd [2021-02-23T02:47:52.793Z] ---> 3f23bc1ac683 [2021-02-23T02:47:52.793Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-23T02:47:52.793Z] ---> Running in adf26469a6ef [2021-02-23T02:47:53.056Z] Removing intermediate container adf26469a6ef [2021-02-23T02:47:53.056Z] ---> 52395d3dc351 [2021-02-23T02:47:53.056Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T02:47:53.056Z] ---> Running in 046bf5a3a6c0 [2021-02-23T02:47:53.056Z] Removing intermediate container 046bf5a3a6c0 [2021-02-23T02:47:53.056Z] ---> c8e5d922179d [2021-02-23T02:47:53.056Z] Step 23/24 : LABEL git_sha=d77e8cd38e1173a62cff7b2b8eeee75a341cea4b [2021-02-23T02:47:53.318Z] ---> Running in 91b8668e006b [2021-02-23T02:47:53.318Z] Removing intermediate container 91b8668e006b [2021-02-23T02:47:53.318Z] ---> d92ab5504631 [2021-02-23T02:47:53.318Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T02:47:53.579Z] ---> Running in 565879bcb59d [2021-02-23T02:47:53.579Z] Removing intermediate container 565879bcb59d [2021-02-23T02:47:53.579Z] ---> 4c7e84e9afbc [2021-02-23T02:47:53.579Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T02:47:53.579Z] Successfully built 4c7e84e9afbc [2021-02-23T02:47:53.579Z] 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 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T02:47:55.321Z] ---> Running in 5d6e4e721bca [2021-02-23T02:47:55.321Z] Removing intermediate container 5d6e4e721bca [2021-02-23T02:47:55.321Z] ---> 58d1f965e4da [2021-02-23T02:47:55.321Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:47:55.595Z] ---> Running in 06eeef8194a3 [2021-02-23T02:47:58.246Z] Removing intermediate container 06eeef8194a3 [2021-02-23T02:47:58.246Z] ---> 30645e642ddb [2021-02-23T02:47:58.246Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-23T02:47:58.246Z] ---> Running in 132d65d0341e [2021-02-23T02:47:59.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T02:48:01.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T02:48:10.149Z] OK: 142 MiB in 39 packages [2021-02-23T02:48:11.137Z] Removing intermediate container 132d65d0341e [2021-02-23T02:48:11.137Z] ---> 8b23ed821109 [2021-02-23T02:48:11.137Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-23T02:48:11.137Z] ---> Running in 3d7b68984085 [2021-02-23T02:48:11.737Z] Removing intermediate container 3d7b68984085 [2021-02-23T02:48:11.737Z] ---> f7cccacb1972 [2021-02-23T02:48:11.737Z] Step 7/8 : COPY . . [2021-02-23T02:48:13.187Z] ---> 6a13993ee2c8 [2021-02-23T02:48:13.187Z] Step 8/8 : RUN go mod download [2021-02-23T02:48:13.187Z] ---> Running in dfa038557ace [2021-02-23T02:48:39.975Z] Removing intermediate container dfa038557ace [2021-02-23T02:48:39.975Z] ---> ce344cdbef95 [2021-02-23T02:48:39.975Z] Successfully built ce344cdbef95 [2021-02-23T02:48:39.975Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:48:40.323Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T02:48:40.323Z] . [Pipeline] withDockerContainer [2021-02-23T02:48:40.594Z] prd-ubuntu18.04-docker-arm64-4c-16g-27273 does not seem to be running inside a container [2021-02-23T02:48:40.678Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T02:48:42.274Z] $ docker top e8f755e20edc66f586f814b489e3274e4b833c176e9dd1f2604188a59b9776f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:48:43.312Z] + go version [2021-02-23T02:48:43.312Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T02:48:43.338Z] $ docker stop --time=1 e8f755e20edc66f586f814b489e3274e4b833c176e9dd1f2604188a59b9776f7 [2021-02-23T02:48:45.375Z] $ docker rm -f e8f755e20edc66f586f814b489e3274e4b833c176e9dd1f2604188a59b9776f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:48:46.368Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T02:48:46.368Z] . [Pipeline] withDockerContainer [2021-02-23T02:48:46.652Z] prd-ubuntu18.04-docker-arm64-4c-16g-27273 does not seem to be running inside a container [2021-02-23T02:48:46.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T02:48:48.456Z] $ docker top 69c12f553e335d060e13875e08c6ed3f61172fc260cdfd665fb830662d0ce875 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:48:49.526Z] + make test [2021-02-23T02:48:49.526Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-23T02:49:16.343Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-23T02:50:04.079Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-23T02:50:04.079Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-23T02:50:04.079Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-23T02:50:04.079Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.151s coverage: 25.5% of statements [2021-02-23T02:50:30.868Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.136s coverage: 10.1% of statements [2021-02-23T02:50:30.868Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.108s coverage: 12.5% of statements [2021-02-23T02:50:30.868Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-23T02:50:30.868Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.151s coverage: 84.8% of statements [2021-02-23T02:50:30.868Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-23T02:50:30.868Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-23T02:50:30.868Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-23T02:50:30.868Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-23T02:50:30.868Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.188s coverage: 49.2% of statements [2021-02-23T02:50:30.868Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-23T02:50:30.868Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.170s coverage: 81.3% of statements [2021-02-23T02:50:30.868Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.165s coverage: 24.8% of statements [2021-02-23T02:50:30.868Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.838s coverage: 83.5% of statements [2021-02-23T02:50:30.868Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.140s coverage: 5.3% of statements [2021-02-23T02:50:30.868Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-23T02:50:30.868Z] GO111MODULE=on go vet ./... [2021-02-23T02:51:09.902Z] gofmt -l . [2021-02-23T02:51:09.902Z] [ "`gofmt -l .`" = "" ] [2021-02-23T02:51:09.902Z] ./bin/test-attribution-txt.sh [2021-02-23T02:51:09.902Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-23T02:51:09.922Z] $ docker stop --time=1 69c12f553e335d060e13875e08c6ed3f61172fc260cdfd665fb830662d0ce875 [2021-02-23T02:51:12.117Z] $ docker rm -f 69c12f553e335d060e13875e08c6ed3f61172fc260cdfd665fb830662d0ce875 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T02:51:13.158Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T02:51:13.219Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T02:51:14.064Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T02:51:14.773Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T02:51:15.130Z] + ls -al . [2021-02-23T02:51:15.130Z] total 220 [2021-02-23T02:51:15.130Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 02:51 . [2021-02-23T02:51:15.130Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:47 .. [2021-02-23T02:51:15.130Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 23 02:47 .dockerignore [2021-02-23T02:51:15.130Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 02:47 .git [2021-02-23T02:51:15.130Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 02:47 .github [2021-02-23T02:51:15.130Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 23 02:47 .gitignore [2021-02-23T02:51:15.130Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 23 02:47 Dockerfile.build [2021-02-23T02:51:15.130Z] -rw-rw-r-- 1 jenkins jenkins 901 Feb 23 02:47 Jenkinsfile [2021-02-23T02:51:15.130Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 23 02:47 LICENSE [2021-02-23T02:51:15.130Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 23 02:47 Makefile [2021-02-23T02:51:15.130Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 23 02:47 README.md [2021-02-23T02:51:15.130Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 23 02:47 RELEASE-NOTES.txt [2021-02-23T02:51:15.130Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 02:43 VERSION [2021-02-23T02:51:15.130Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 02:47 bin [2021-02-23T02:51:15.130Z] -rw-r--r-- 1 jenkins jenkins 101757 Feb 23 02:50 coverage.out [2021-02-23T02:51:15.130Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:47 example [2021-02-23T02:51:15.130Z] -rw-r--r-- 1 jenkins jenkins 516 Feb 23 02:51 go.mod [2021-02-23T02:51:15.130Z] -rw-r--r-- 1 jenkins jenkins 17254 Feb 23 02:51 go.sum [2021-02-23T02:51:15.130Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 23 02:47 internal [2021-02-23T02:51:15.130Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:47 openapi [2021-02-23T02:51:15.130Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 02:47 pkg [2021-02-23T02:51:15.130Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:47 snap [2021-02-23T02:51:15.130Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 23 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:51:15.505Z] + 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=d77e8cd38e1173a62cff7b2b8eeee75a341cea4b --label arch=arm64 --label version=0.0.0 . [2021-02-23T02:51:16.131Z] Sending build context to Docker daemon 2.5MB [2021-02-23T02:51:16.131Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:51:16.131Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T02:51:16.131Z] ---> ce344cdbef95 [2021-02-23T02:51:16.131Z] Step 3/24 : ARG MAKE='make build' [2021-02-23T02:51:16.405Z] ---> Running in 0ed2b4b4c071 [2021-02-23T02:51:17.005Z] Removing intermediate container 0ed2b4b4c071 [2021-02-23T02:51:17.005Z] ---> 2a68f1adc336 [2021-02-23T02:51:17.005Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-23T02:51:17.005Z] ---> Running in 0d46a2e36076 [2021-02-23T02:51:17.597Z] Removing intermediate container 0d46a2e36076 [2021-02-23T02:51:17.597Z] ---> 59e7462685a2 [2021-02-23T02:51:17.597Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:51:17.597Z] ---> Running in 37555574d972 [2021-02-23T02:51:18.191Z] Removing intermediate container 37555574d972 [2021-02-23T02:51:18.191Z] ---> e17ae1287cb1 [2021-02-23T02:51:18.191Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:51:18.191Z] ---> Running in 150e182aed04 [2021-02-23T02:51:20.174Z] Removing intermediate container 150e182aed04 [2021-02-23T02:51:20.174Z] ---> 0e6e4e921dd7 [2021-02-23T02:51:20.174Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-23T02:51:20.447Z] ---> Running in b3a69c4718b3 [2021-02-23T02:51:21.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T02:51:22.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T02:51:24.823Z] OK: 142 MiB in 39 packages [2021-02-23T02:51:25.796Z] Removing intermediate container b3a69c4718b3 [2021-02-23T02:51:25.796Z] ---> d69432895406 [2021-02-23T02:51:25.796Z] Step 8/24 : COPY . . [2021-02-23T02:51:27.221Z] ---> d329ac8a4d4d [2021-02-23T02:51:27.221Z] Step 9/24 : RUN ${MAKE} [2021-02-23T02:51:27.221Z] ---> Running in 97e60db90da4 [2021-02-23T02:51:28.202Z] 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-02-23T02:51:55.030Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-23T02:51:56.003Z] Removing intermediate container 97e60db90da4 [2021-02-23T02:51:56.003Z] ---> 697929453f42 [2021-02-23T02:51:56.003Z] Step 10/24 : FROM scratch [2021-02-23T02:51:56.003Z] ---> [2021-02-23T02:51:56.003Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:51:56.275Z] ---> Running in 5c721c80e49c [2021-02-23T02:51:56.546Z] Removing intermediate container 5c721c80e49c [2021-02-23T02:51:56.546Z] ---> 7a263c5692a1 [2021-02-23T02:51:56.546Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-23T02:51:56.818Z] ---> Running in 1f450f1204ef [2021-02-23T02:51:57.092Z] Removing intermediate container 1f450f1204ef [2021-02-23T02:51:57.092Z] ---> 5c44659d10b8 [2021-02-23T02:51:57.092Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-23T02:51:57.366Z] ---> Running in e34195b90ff3 [2021-02-23T02:51:57.639Z] Removing intermediate container e34195b90ff3 [2021-02-23T02:51:57.639Z] ---> 6ad7516df143 [2021-02-23T02:51:57.639Z] Step 14/24 : WORKDIR / [2021-02-23T02:51:57.639Z] ---> Running in 012dfcad05e2 [2021-02-23T02:51:58.240Z] Removing intermediate container 012dfcad05e2 [2021-02-23T02:51:58.240Z] ---> c3907cce9ac0 [2021-02-23T02:51:58.240Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-23T02:51:59.227Z] ---> 9823dc08ce35 [2021-02-23T02:51:59.227Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-23T02:52:00.208Z] ---> f15747df0a61 [2021-02-23T02:52:00.208Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-23T02:52:00.802Z] ---> d6c869b68687 [2021-02-23T02:52:00.802Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-23T02:52:01.396Z] ---> a093de2b9b9f [2021-02-23T02:52:01.396Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-23T02:52:02.371Z] ---> 1d8020e76100 [2021-02-23T02:52:02.371Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-23T02:52:02.371Z] ---> Running in c826818d50e8 [2021-02-23T02:52:02.965Z] Removing intermediate container c826818d50e8 [2021-02-23T02:52:02.965Z] ---> c8a4cda3da0f [2021-02-23T02:52:02.965Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-23T02:52:02.965Z] ---> Running in f542f348e781 [2021-02-23T02:52:03.559Z] Removing intermediate container f542f348e781 [2021-02-23T02:52:03.559Z] ---> e60985b3d505 [2021-02-23T02:52:03.559Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T02:52:03.559Z] ---> Running in 9efaa6385afa [2021-02-23T02:52:04.152Z] Removing intermediate container 9efaa6385afa [2021-02-23T02:52:04.152Z] ---> dd121e6e08d1 [2021-02-23T02:52:04.152Z] Step 23/24 : LABEL git_sha=d77e8cd38e1173a62cff7b2b8eeee75a341cea4b [2021-02-23T02:52:04.152Z] ---> Running in 7014a922ae52 [2021-02-23T02:52:04.746Z] Removing intermediate container 7014a922ae52 [2021-02-23T02:52:04.746Z] ---> 3bd6537af419 [2021-02-23T02:52:04.746Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T02:52:04.746Z] ---> Running in ffce98b707b7 [2021-02-23T02:52:05.342Z] Removing intermediate container ffce98b707b7 [2021-02-23T02:52:05.342Z] ---> 828faa8dde9a [2021-02-23T02:52:05.342Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T02:52:05.342Z] Successfully built 828faa8dde9a [2021-02-23T02:52:05.342Z] 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-02-23T02:52:06.976Z] provisioning config files... [2021-02-23T02:52:06.986Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-792@tmp/config8230714092121298917tmp [Pipeline] { [Pipeline] sh [2021-02-23T02:52:07.378Z] + set +x [2021-02-23T02:52:07.378Z] + curl -s https://codecov.io/bash [2021-02-23T02:52:07.378Z] + bash -s -- [2021-02-23T02:52:07.643Z] [2021-02-23T02:52:07.643Z] _____ _ [2021-02-23T02:52:07.643Z] / ____| | | [2021-02-23T02:52:07.643Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T02:52:07.643Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T02:52:07.643Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T02:52:07.643Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T02:52:07.643Z] Bash-20210129-7c25fce [2021-02-23T02:52:07.643Z] [2021-02-23T02:52:07.643Z] [2021-02-23T02:52:07.644Z] ==> git version 2.24.3 found [2021-02-23T02:52:07.644Z] ==> 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-02-23T02:52:07.644Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T02:52:07.644Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T02:52:07.644Z] ==> Jenkins CI detected. [2021-02-23T02:52:07.644Z] project root: . [2021-02-23T02:52:07.644Z] --> token set from env [2021-02-23T02:52:07.644Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T02:52:07.644Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T02:52:07.644Z] ==> Python coveragepy not found [2021-02-23T02:52:07.644Z] ==> Searching for coverage reports in: [2021-02-23T02:52:07.644Z] + . [2021-02-23T02:52:07.644Z] -> Found 1 reports [2021-02-23T02:52:07.644Z] ==> Detecting git/mercurial file structure [2021-02-23T02:52:07.644Z] ==> Reading reports [2021-02-23T02:52:07.644Z] + ./coverage.out bytes=101757 [2021-02-23T02:52:07.644Z] ==> Appending adjustments [2021-02-23T02:52:07.644Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T02:52:08.229Z] + Found adjustments [2021-02-23T02:52:08.230Z] ==> Gzipping contents [2021-02-23T02:52:08.230Z] 20K /tmp/codecov.6V0228.gz [2021-02-23T02:52:08.230Z] ==> Uploading reports [2021-02-23T02:52:08.230Z] url: https://codecov.io [2021-02-23T02:52:08.230Z] query: branch=PR-792&commit=d77e8cd38e1173a62cff7b2b8eeee75a341cea4b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-792%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=792&job=&cmd_args= [2021-02-23T02:52:08.230Z] -> Pinging Codecov [2021-02-23T02:52:08.230Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-792&commit=d77e8cd38e1173a62cff7b2b8eeee75a341cea4b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-792%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=792&job=&cmd_args= [2021-02-23T02:52:08.492Z] -> Uploading to [2021-02-23T02:52:08.492Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/7E55EF52A471D76F132DFD9A03CDDE97/d77e8cd38e1173a62cff7b2b8eeee75a341cea4b/d63ad0ed-0e78-4ab5-83f4-8f21015ef427.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T025208Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c06641b9715a1fbadf1b4ed768280c56a75169ce55047b70c648caae4647fe26 [2021-02-23T02:52:08.492Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T02:52:08.492Z] Dload Upload Total Spent Left Speed [2021-02-23T02:52:09.018Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16505 0 0 100 16505 0 35509 --:--:-- --:--:-- --:--:-- 35494 [2021-02-23T02:52:09.018Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d77e8cd38e1173a62cff7b2b8eeee75a341cea4b [Pipeline] } [2021-02-23T02:52:09.028Z] 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-02-23T02:52:11.513Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:52:11.824Z] ---> package-listing.sh [2021-02-23T02:52:11.824Z] ++ facter osfamily [2021-02-23T02:52:11.824Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T02:52:11.824Z] + OS_FAMILY=redhat [2021-02-23T02:52:11.824Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-792 [2021-02-23T02:52:11.824Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T02:52:11.824Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T02:52:11.824Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T02:52:11.824Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T02:52:11.824Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-792 ']' [2021-02-23T02:52:11.824Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T02:52:11.824Z] + case "${OS_FAMILY}" in [2021-02-23T02:52:11.824Z] + rpm -qa [2021-02-23T02:52:11.824Z] + sort [2021-02-23T02:52:17.137Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T02:52:17.137Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T02:52:17.137Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T02:52:17.137Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-792 ']' [2021-02-23T02:52:17.137Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-792/archives/ [2021-02-23T02:52:17.137Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-792/archives/ [Pipeline] echo [2021-02-23T02:52:17.150Z] 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-792/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-23T02:52:17.438Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:52:17.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T02:52:17.744Z] [2021-02-23T02:52:17.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:52:18.090Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T02:52:18.090Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T02:52:18.090Z] df20fa9351a1: Pulling fs layer [2021-02-23T02:52:18.090Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T02:52:18.090Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T02:52:18.090Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T02:52:18.090Z] 93b61091891f: Pulling fs layer [2021-02-23T02:52:18.090Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T02:52:18.090Z] 5e14af77c1be: Pulling fs layer [2021-02-23T02:52:18.090Z] 01666e4c0597: Pulling fs layer [2021-02-23T02:52:18.090Z] aa168da1d23b: Pulling fs layer [2021-02-23T02:52:18.090Z] 93b9cdb0e59b: Waiting [2021-02-23T02:52:18.090Z] 5e14af77c1be: Waiting [2021-02-23T02:52:18.090Z] 01666e4c0597: Waiting [2021-02-23T02:52:18.090Z] aa168da1d23b: Waiting [2021-02-23T02:52:18.090Z] 46f8f816bc3b: Waiting [2021-02-23T02:52:18.090Z] 93b61091891f: Waiting [2021-02-23T02:52:18.090Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T02:52:18.090Z] 36b3adc4ff6f: Download complete [2021-02-23T02:52:18.090Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T02:52:18.090Z] 46f8f816bc3b: Download complete [2021-02-23T02:52:18.090Z] df20fa9351a1: Verifying Checksum [2021-02-23T02:52:18.090Z] df20fa9351a1: Download complete [2021-02-23T02:52:18.360Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T02:52:18.360Z] 93b9cdb0e59b: Download complete [2021-02-23T02:52:18.360Z] 5e14af77c1be: Verifying Checksum [2021-02-23T02:52:18.360Z] 5e14af77c1be: Download complete [2021-02-23T02:52:18.360Z] 93b61091891f: Verifying Checksum [2021-02-23T02:52:18.360Z] 93b61091891f: Download complete [2021-02-23T02:52:18.360Z] 01666e4c0597: Verifying Checksum [2021-02-23T02:52:18.360Z] 01666e4c0597: Download complete [2021-02-23T02:52:18.360Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T02:52:18.360Z] 8ad3a11d3b57: Download complete [2021-02-23T02:52:18.625Z] df20fa9351a1: Pull complete [2021-02-23T02:52:18.889Z] 36b3adc4ff6f: Pull complete [2021-02-23T02:52:19.472Z] 8ad3a11d3b57: Pull complete [2021-02-23T02:52:19.472Z] 46f8f816bc3b: Pull complete [2021-02-23T02:52:20.051Z] 93b61091891f: Pull complete [2021-02-23T02:52:20.625Z] 93b9cdb0e59b: Pull complete [2021-02-23T02:52:20.625Z] aa168da1d23b: Verifying Checksum [2021-02-23T02:52:20.625Z] aa168da1d23b: Download complete [2021-02-23T02:52:20.886Z] 5e14af77c1be: Pull complete [2021-02-23T02:52:21.147Z] 01666e4c0597: Pull complete [2021-02-23T02:52:27.783Z] aa168da1d23b: Pull complete [2021-02-23T02:52:27.783Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T02:52:27.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T02:52:27.784Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T02:52:27.929Z] prd-centos7-docker-4c-2g-27269 does not seem to be running inside a container [2021-02-23T02:52:27.969Z] $ 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-792/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-792 -v /w/workspace/dgexfoundry_device-sdk-go_PR-792:/w/workspace/dgexfoundry_device-sdk-go_PR-792:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-792@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-792@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-02-23T02:52:31.385Z] $ docker top 0b19535d18a83921d44234841fa39a72d7076e90c547e5ce77a2817c14d29c7f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:52:31.892Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T02:52:32.215Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T02:52:32.512Z] + ls /var/log/sa-host [2021-02-23T02:52:32.512Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T02:52:32.512Z] file_magic: OK [2021-02-23T02:52:32.512Z] HZ: Using current value: 100 [2021-02-23T02:52:32.512Z] file_header: OK [2021-02-23T02:52:32.512Z] 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-02-23T02:52:32.512Z] Statistics: [2021-02-23T02:52:32.512Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T02:52:32.512Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T02:52:32.714Z] provisioning config files... [2021-02-23T02:52:32.728Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-792@tmp/config4621880228567928180tmp [Pipeline] { [Pipeline] echo [2021-02-23T02:52:32.861Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:52:33.158Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T02:52:33.167Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T02:52:33.259Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:52:33.552Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T02:52:33.562Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:52:33.854Z] ---> sudo-logs.sh [2021-02-23T02:52:33.854Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T02:52:33.915Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:52:34.210Z] ---> job-cost.sh [2021-02-23T02:52:34.210Z] lf-activate-venv: SKIPPING [2021-02-23T02:52:34.210Z] INFO: No Stack... [2021-02-23T02:52:35.595Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T02:52:35.856Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T02:52:35.870Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:52:36.166Z] ---> logs-deploy.sh [2021-02-23T02:52:36.166Z] lf-activate-venv: SKIPPING [2021-02-23T02:52:36.166Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-792/2 [2021-02-23T02:52:36.166Z] INFO: archiving workspace using pattern(s): [2021-02-23T02:52:38.084Z] Archives upload complete. [2021-02-23T02:52:38.084Z] INFO: archiving logs to Nexus