Pull request #960 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0ca7ea3776b5e84577cde9154760653fc07efa37+907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 (c397a48b3136813d1bbb7c371dd5131ab519bf03) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh264811886580155368.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8132314956062318947.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-960/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-960/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2936587875068058013.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-960/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1267652579110710249.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8023592459977224201.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-960/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-960/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh700392380369558012.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1182’ Running on prd-centos7-docker-4c-2g-1190 in /w/workspace/dgexfoundry_device-sdk-go_PR-960 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-960 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub Merging remotes/origin/master commit 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 into PR head commit 0ca7ea3776b5e84577cde9154760653fc07efa37 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/jenkins-gitclient-ssh6373871088118498208.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/jenkins-gitclient-ssh7587644627656864247.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/960/head:refs/remotes/origin/PR-960 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 Merge succeeded, producing 0ca7ea3776b5e84577cde9154760653fc07efa37 Checking out Revision 0ca7ea3776b5e84577cde9154760653fc07efa37 (PR-960) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/jenkins-gitclient-ssh2201042151389509975.key > git merge 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-09T05:53:31.296Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-09T05:54:13.729Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-09T05:54:29.767Z] ========================================================= [2021-06-09T05:54:29.767Z] EdgeX Global Pipelines Version Info [2021-06-09T05:54:29.767Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-09T05:56:25.984Z] ------------------- [2021-06-09T05:56:25.984Z] stable info: [2021-06-09T05:56:25.984Z] ------------------- [2021-06-09T05:56:25.984Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-09T05:56:25.984Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T05:56:25.984Z] Message: update stable to v1.0.194 [2021-06-09T05:56:25.984Z] ------------------- [2021-06-09T05:56:25.984Z] experimental info: [2021-06-09T05:56:25.984Z] ------------------- [2021-06-09T05:56:25.984Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-09T05:56:25.984Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T05:56:25.984Z] Message: update experimental to v1.0.194 [2021-06-09T05:56:35.092Z] Cannot contact prd-centos7-docker-4c-2g-1190: java.lang.InterruptedException [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-09T05:58:09.865Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-06-09T05:58:23.301Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-06-09T05:58:43.218Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-09T05:59:03.614Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-09T05:59:19.230Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-09T05:59:32.940Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-09T05:59:44.043Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-09T06:00:02.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-09T06:00:25.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-06-09T06:00:42.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-09T06:00:58.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-09T06:01:12.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-06-09T06:01:28.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-09T06:01:45.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-09T06:02:03.589Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-09T06:02:21.448Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-06-09T06:02:45.706Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-09T06:03:03.727Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-09T06:03:30.593Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-09T06:04:06.932Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-09T06:04:42.550Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-09T06:04:53.707Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-06-09T06:05:22.858Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-09T06:05:54.093Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-09T06:06:16.253Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-09T06:06:44.845Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-09T06:07:02.777Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-960 [Pipeline] echo [2021-06-09T06:07:40.715Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-960 [Pipeline] echo [2021-06-09T06:07:56.097Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-960 [Pipeline] echo [2021-06-09T06:08:25.661Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ca7ea3776b5e84577cde9154760653fc07efa37 [Pipeline] echo [2021-06-09T06:09:05.976Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ca7ea3 [Pipeline] echo [2021-06-09T06:09:35.109Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T06:10:58.430Z] provisioning config files... [2021-06-09T06:11:09.818Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/config7535104785604649979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T06:12:59.874Z] ---> docker-login.sh [2021-06-09T06:12:59.874Z] nexus3.edgexfoundry.org:10001 [2021-06-09T06:12:59.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T06:12:59.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T06:12:59.874Z] Configure a credential helper to remove this warning. See [2021-06-09T06:12:59.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T06:12:59.874Z] [2021-06-09T06:12:59.874Z] Login Succeeded [2021-06-09T06:12:59.874Z] nexus3.edgexfoundry.org:10002 [2021-06-09T06:12:59.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T06:12:59.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T06:12:59.874Z] Configure a credential helper to remove this warning. See [2021-06-09T06:12:59.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T06:12:59.874Z] [2021-06-09T06:12:59.874Z] Login Succeeded [2021-06-09T06:12:59.874Z] nexus3.edgexfoundry.org:10003 [2021-06-09T06:12:59.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T06:12:59.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T06:12:59.874Z] Configure a credential helper to remove this warning. See [2021-06-09T06:12:59.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T06:12:59.874Z] [2021-06-09T06:12:59.874Z] Login Succeeded [2021-06-09T06:12:59.874Z] nexus3.edgexfoundry.org:10004 [2021-06-09T06:12:59.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T06:12:59.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T06:12:59.874Z] Configure a credential helper to remove this warning. See [2021-06-09T06:12:59.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T06:12:59.874Z] [2021-06-09T06:12:59.874Z] Login Succeeded [2021-06-09T06:12:59.874Z] docker.io [2021-06-09T06:12:59.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T06:12:59.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T06:12:59.874Z] Configure a credential helper to remove this warning. See [2021-06-09T06:12:59.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T06:12:59.874Z] [2021-06-09T06:12:59.874Z] Login Succeeded [2021-06-09T06:12:59.874Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T06:13:17.656Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T06:18:02.662Z] + git log --format=format:%s -1 0ca7ea3776b5e84577cde9154760653fc07efa37 [2021-06-09T06:18:13.749Z] Cannot contact prd-centos7-docker-4c-2g-1190: java.lang.InterruptedException [Pipeline] echo [2021-06-09T06:18:46.917Z] GIT_COMMIT: 0ca7ea3776b5e84577cde9154760653fc07efa37, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2021-06-09T06:19:18.006Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-09T07:19:55.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T07:19:55.548Z] [2021-06-09T07:19:55.548Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T07:20:39.547Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T07:20:39.547Z] latest: Pulling from edgex-devops/git-semver [2021-06-09T07:20:39.547Z] 31603596830f: Pulling fs layer [2021-06-09T07:20:39.547Z] 54011a49482f: Pulling fs layer [2021-06-09T07:20:39.547Z] a6820b24f6d8: Pulling fs layer [2021-06-09T07:20:39.547Z] f581987b2513: Pulling fs layer [2021-06-09T07:20:39.547Z] f581987b2513: Waiting [2021-06-09T07:20:39.547Z] 54011a49482f: Verifying Checksum [2021-06-09T07:20:39.547Z] 54011a49482f: Download complete [2021-06-09T07:20:39.547Z] 31603596830f: Verifying Checksum [2021-06-09T07:20:39.547Z] 31603596830f: Download complete [2021-06-09T07:20:39.547Z] f581987b2513: Verifying Checksum [2021-06-09T07:20:39.547Z] f581987b2513: Download complete [2021-06-09T07:20:39.547Z] 31603596830f: Pull complete [2021-06-09T07:20:39.547Z] a6820b24f6d8: Verifying Checksum [2021-06-09T07:20:39.547Z] a6820b24f6d8: Download complete [2021-06-09T07:20:39.547Z] 54011a49482f: Pull complete [2021-06-09T07:20:39.547Z] a6820b24f6d8: Pull complete [2021-06-09T07:20:39.547Z] f581987b2513: Pull complete [2021-06-09T07:20:39.547Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-09T07:20:39.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T07:20:39.547Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-09T07:21:20.370Z] prd-centos7-docker-4c-2g-1190 does not seem to be running inside a container [2021-06-09T07:21:30.407Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-960 -v /w/workspace/dgexfoundry_device-sdk-go_PR-960:/w/workspace/dgexfoundry_device-sdk-go_PR-960:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-960@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-09T07:21:42.566Z] $ docker top 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-09T07:22:20.862Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-09T07:22:20.863Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-09T07:22:25.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-09T07:22:25.319Z] $ docker exec 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 ssh-agent [2021-06-09T07:22:31.454Z] SSH_AUTH_SOCK=/tmp/ssh-oXzgCG55tA8j/agent.13 [2021-06-09T07:22:31.454Z] SSH_AGENT_PID=20 [2021-06-09T07:22:33.702Z] Running ssh-add (command line suppressed) [2021-06-09T07:22:33.808Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/private_key_594146249933153787.key (/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/private_key_594146249933153787.key) [2021-06-09T07:22:40.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-09T07:23:11.474Z] + git tag --points-at HEAD [Pipeline] } [2021-06-09T07:23:20.183Z] $ docker exec --env ******** --env ******** 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 ssh-agent -k [2021-06-09T07:23:20.276Z] unset SSH_AUTH_SOCK; [2021-06-09T07:23:20.276Z] unset SSH_AGENT_PID; [2021-06-09T07:23:20.276Z] echo Agent pid 20 killed; [2021-06-09T07:23:29.122Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-09T07:23:51.583Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-09T07:23:51.583Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-09T07:23:53.752Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-09T07:23:53.752Z] $ docker exec 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 ssh-agent [2021-06-09T07:23:58.254Z] SSH_AUTH_SOCK=/tmp/ssh-pslOxl0t33nM/agent.53 [2021-06-09T07:23:58.254Z] SSH_AGENT_PID=59 [2021-06-09T07:24:02.729Z] Running ssh-add (command line suppressed) [2021-06-09T07:24:02.847Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/private_key_6301620541158486055.key (/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/private_key_6301620541158486055.key) [2021-06-09T07:24:07.193Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-09T07:24:27.384Z] + git semver init [2021-06-09T07:24:27.384Z] # -> Open(): unable to determine branch for HEAD [2021-06-09T07:24:27.384Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-960/.git [2021-06-09T07:24:27.384Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-960 [2021-06-09T07:24:27.384Z] # $SEMVER_REMOTE_NAME = origin [2021-06-09T07:24:27.384Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-09T07:24:27.384Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-09T07:24:27.384Z] # $SEMVER_BRANCH = PR-960 [2021-06-09T07:24:27.384Z] # $SEMVER_TEMP = /tmp/semver-159897410 [2021-06-09T07:24:27.384Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-06-09T07:24:27.384Z] # '/tmp/semver-159897410' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-960/.semver' [2021-06-09T07:24:27.384Z] # -> Force: false [2021-06-09T07:24:27.384Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-960/.semver [Pipeline] } [2021-06-09T07:24:38.506Z] $ docker exec --env ******** --env ******** 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 ssh-agent -k [2021-06-09T07:24:38.604Z] unset SSH_AUTH_SOCK; [2021-06-09T07:24:38.604Z] unset SSH_AGENT_PID; [2021-06-09T07:24:38.604Z] echo Agent pid 59 killed; [2021-06-09T07:24:42.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-09T07:25:21.482Z] + git semver [Pipeline] } [2021-06-09T07:25:37.325Z] $ docker stop --time=1 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 [2021-06-09T07:25:41.826Z] $ docker rm -f 6feb3852684e756db59d5c5328ba6d695344b599aac8b630bec98ae3640f64b0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T07:26:14.998Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-09T07:27:49.001Z] Stashed 1 file(s) [Pipeline] echo [2021-06-09T07:28:06.841Z] [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-06-09T07:32:12.055Z] Still waiting to schedule task [2021-06-09T07:32:12.055Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-09T07:32:34.161Z] Still waiting to schedule task [2021-06-09T07:32:34.161Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ Resuming build at Wed Jun 09 09:16:08 UTC 2021 after Jenkins restart Waiting to resume part of EdgeX Foundry Project » device-sdk-go » PR-960 #1: Finished waiting Ready to run at Wed Jun 09 09:18:14 UTC 2021 [2021-06-09T09:18:15.074Z] Timeout set to expire in 2 hr 35 min [2021-06-09T09:18:15.150Z] Queue item for node block in EdgeX Foundry Project » device-sdk-go » PR-960 #1 is missing (perhaps JENKINS-34281); rescheduling [2021-06-09T09:18:39.562Z] Queue item for node block in EdgeX Foundry Project » device-sdk-go » PR-960 #1 is missing (perhaps JENKINS-34281); rescheduling [2021-06-09T09:18:40.018Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1205 in /w/workspace/dgexfoundry_device-sdk-go_PR-960 [Pipeline] { [Pipeline] ws [2021-06-09T09:18:40.197Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-06-09T09:18:40.980Z] Selected Git installation does not exist. Using Default [2021-06-09T09:18:40.980Z] The recommended git tool is: NONE [2021-06-09T09:18:49.008Z] using credential edgex-jenkins-ssh [2021-06-09T09:18:49.032Z] Cloning the remote Git repository [2021-06-09T09:18:49.117Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T09:18:49.251Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-06-09T09:18:49.372Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T09:18:49.373Z] > git --version # timeout=10 [2021-06-09T09:18:49.391Z] > git --version # 'git version 2.17.1' [2021-06-09T09:18:49.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T09:18:49.472Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T09:18:51.388Z] Merging remotes/origin/master commit 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 into PR head commit 0ca7ea3776b5e84577cde9154760653fc07efa37 [2021-06-09T09:18:51.654Z] Merge succeeded, producing 0ca7ea3776b5e84577cde9154760653fc07efa37 [2021-06-09T09:18:51.655Z] Checking out Revision 0ca7ea3776b5e84577cde9154760653fc07efa37 (PR-960) [2021-06-09T09:18:50.647Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-09T09:18:50.662Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T09:18:50.793Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-09T09:18:50.867Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T09:18:50.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T09:18:50.894Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/960/head:refs/remotes/origin/PR-960 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-09T09:18:51.430Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T09:18:51.444Z] > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 [2021-06-09T09:18:51.588Z] > git remote # timeout=10 [2021-06-09T09:18:51.605Z] > git config --get remote.origin.url # timeout=10 [2021-06-09T09:18:51.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T09:18:51.633Z] > git merge 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 # timeout=10 [2021-06-09T09:18:51.657Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-09T09:18:51.683Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T09:18:51.694Z] > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 [2021-06-09T09:18:54.556Z] Still waiting to schedule task [2021-06-09T09:18:54.557Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-09T09:18:56.465Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-06-09T09:18:56.552Z] > git --version # timeout=10 [2021-06-09T09:18:56.565Z] > git --version # 'git version 2.17.1' [2021-06-09T09:18:56.580Z] fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T09:18:58.151Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-09T09:18:58.602Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-09T09:18:59.030Z] + sudo service docker restart [2021-06-09T09:18:59.030Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T09:19:17.529Z] provisioning config files... [2021-06-09T09:19:17.560Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config6342803363471035832tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:19:18.029Z] ---> docker-login.sh [2021-06-09T09:19:18.029Z] nexus3.edgexfoundry.org:10001 [2021-06-09T09:19:19.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:19:19.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:19:19.308Z] Configure a credential helper to remove this warning. See [2021-06-09T09:19:19.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:19:19.308Z] [2021-06-09T09:19:19.308Z] Login Succeeded [2021-06-09T09:19:19.308Z] nexus3.edgexfoundry.org:10002 [2021-06-09T09:19:19.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:19:19.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:19:19.909Z] Configure a credential helper to remove this warning. See [2021-06-09T09:19:19.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:19:19.909Z] [2021-06-09T09:19:19.909Z] Login Succeeded [2021-06-09T09:19:19.909Z] nexus3.edgexfoundry.org:10003 [2021-06-09T09:19:20.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:19:20.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:19:20.515Z] Configure a credential helper to remove this warning. See [2021-06-09T09:19:20.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:19:20.515Z] [2021-06-09T09:19:20.515Z] Login Succeeded [2021-06-09T09:19:20.515Z] nexus3.edgexfoundry.org:10004 [2021-06-09T09:19:20.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:19:21.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:19:21.081Z] Configure a credential helper to remove this warning. See [2021-06-09T09:19:21.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:19:21.081Z] [2021-06-09T09:19:21.081Z] Login Succeeded [2021-06-09T09:19:21.081Z] docker.io [2021-06-09T09:19:21.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:19:21.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:19:21.638Z] Configure a credential helper to remove this warning. See [2021-06-09T09:19:21.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:19:21.638Z] [2021-06-09T09:19:21.638Z] Login Succeeded [2021-06-09T09:19:21.638Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T09:19:21.673Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-09T09:19:22.367Z] ========================================================= [2021-06-09T09:19:22.367Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-09T09:19:22.367Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:19:22.833Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-06-09T09:19:23.448Z] Sending build context to Docker daemon 2.635MB [2021-06-09T09:19:23.448Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T09:19:23.448Z] Step 2/8 : FROM ${BASE} [2021-06-09T09:19:23.448Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-09T09:19:23.448Z] 595b0fe564bb: Pulling fs layer [2021-06-09T09:19:23.448Z] 7186ed65a4f7: Pulling fs layer [2021-06-09T09:19:23.448Z] 316046926c0a: Pulling fs layer [2021-06-09T09:19:23.448Z] 4ebd0625c992: Pulling fs layer [2021-06-09T09:19:23.448Z] 207e8628e3a3: Pulling fs layer [2021-06-09T09:19:23.448Z] c791037a9be2: Pulling fs layer [2021-06-09T09:19:23.448Z] ffd874e62e21: Pulling fs layer [2021-06-09T09:19:23.448Z] 207e8628e3a3: Waiting [2021-06-09T09:19:23.448Z] c791037a9be2: Waiting [2021-06-09T09:19:23.448Z] ffd874e62e21: Waiting [2021-06-09T09:19:23.448Z] 4ebd0625c992: Waiting [2021-06-09T09:19:23.733Z] 316046926c0a: Verifying Checksum [2021-06-09T09:19:23.734Z] 316046926c0a: Download complete [2021-06-09T09:19:23.734Z] 7186ed65a4f7: Verifying Checksum [2021-06-09T09:19:23.734Z] 7186ed65a4f7: Download complete [2021-06-09T09:19:23.734Z] 207e8628e3a3: Download complete [2021-06-09T09:19:23.734Z] c791037a9be2: Verifying Checksum [2021-06-09T09:19:23.734Z] c791037a9be2: Download complete [2021-06-09T09:19:23.734Z] 595b0fe564bb: Verifying Checksum [2021-06-09T09:19:23.734Z] 595b0fe564bb: Download complete [2021-06-09T09:19:24.335Z] 595b0fe564bb: Pull complete [2021-06-09T09:19:24.952Z] 7186ed65a4f7: Pull complete [2021-06-09T09:19:25.566Z] 316046926c0a: Pull complete [2021-06-09T09:19:26.174Z] ffd874e62e21: Verifying Checksum [2021-06-09T09:19:26.174Z] ffd874e62e21: Download complete [2021-06-09T09:19:27.618Z] 4ebd0625c992: Download complete [2021-06-09T09:19:37.811Z] 4ebd0625c992: Pull complete [2021-06-09T09:19:38.407Z] 207e8628e3a3: Pull complete [2021-06-09T09:19:38.681Z] c791037a9be2: Pull complete [2021-06-09T09:19:42.077Z] ffd874e62e21: Pull complete [2021-06-09T09:19:42.077Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-06-09T09:19:42.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-09T09:19:42.077Z] ---> cfc18b08335c [2021-06-09T09:19:42.077Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T09:19:44.060Z] ---> Running in 39a1e69ee67b [2021-06-09T09:19:44.656Z] Removing intermediate container 39a1e69ee67b [2021-06-09T09:19:44.656Z] ---> 23e8191c4216 [2021-06-09T09:19:44.656Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:19:44.656Z] ---> Running in 4b112c526658 [2021-06-09T09:19:47.285Z] Removing intermediate container 4b112c526658 [2021-06-09T09:19:47.285Z] ---> 49c6370725a9 [2021-06-09T09:19:47.285Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-06-09T09:19:47.285Z] ---> Running in ae6d7307af35 [2021-06-09T09:19:48.745Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:19:49.346Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:19:51.320Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-06-09T09:19:51.591Z] (2/6) Installing libsodium (1.0.18-r0) [2021-06-09T09:19:51.862Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-06-09T09:19:52.135Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-06-09T09:19:52.135Z] (5/6) Installing libzmq (4.3.3-r1) [2021-06-09T09:19:53.113Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-06-09T09:19:53.113Z] Executing busybox-1.32.1-r6.trigger [2021-06-09T09:19:53.113Z] OK: 139 MiB in 46 packages [2021-06-09T09:19:54.555Z] Removing intermediate container ae6d7307af35 [2021-06-09T09:19:54.555Z] ---> 9a21dda6e8ff [2021-06-09T09:19:54.555Z] Step 6/8 : WORKDIR /device-sdk-go [2021-06-09T09:19:54.555Z] ---> Running in ccb8889a1415 [2021-06-09T09:19:54.830Z] Removing intermediate container ccb8889a1415 [2021-06-09T09:19:54.830Z] ---> 39d435151a76 [2021-06-09T09:19:54.830Z] Step 7/8 : COPY . . [2021-06-09T09:19:56.267Z] ---> 76a5d7d782e2 [2021-06-09T09:19:56.267Z] Step 8/8 : RUN go mod download [2021-06-09T09:19:56.541Z] ---> Running in e38952ec152f [2021-06-09T09:20:28.916Z] Removing intermediate container e38952ec152f [2021-06-09T09:20:28.916Z] ---> a3dc74ef187b [2021-06-09T09:20:28.916Z] Successfully built a3dc74ef187b [2021-06-09T09:20:28.916Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:20:29.338Z] + docker inspect -f . ci-base-image-arm64 [2021-06-09T09:20:29.338Z] . [Pipeline] withDockerContainer [2021-06-09T09:20:29.626Z] prd-ubuntu18.04-docker-arm64-4c-16g-1205 does not seem to be running inside a container [2021-06-09T09:20:29.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat [2021-06-09T09:20:31.254Z] $ docker top 8cc59039e87fd309b9fe41622d11cbcb8c7ad0f87e9486fc2ac9ee6fd12a577f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T09:20:32.375Z] + go version [2021-06-09T09:20:32.375Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-06-09T09:20:32.455Z] $ docker stop --time=1 8cc59039e87fd309b9fe41622d11cbcb8c7ad0f87e9486fc2ac9ee6fd12a577f [2021-06-09T09:20:34.378Z] $ docker rm -f 8cc59039e87fd309b9fe41622d11cbcb8c7ad0f87e9486fc2ac9ee6fd12a577f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:20:35.713Z] + docker inspect -f . ci-base-image-arm64 [2021-06-09T09:20:35.713Z] . [Pipeline] withDockerContainer [2021-06-09T09:20:36.015Z] prd-ubuntu18.04-docker-arm64-4c-16g-1205 does not seem to be running inside a container [2021-06-09T09:20:36.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat [2021-06-09T09:20:37.802Z] $ docker top f0610d22a6d207608af011f9d86adc3c6f2720aeb4044daac655365d8593dab4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T09:20:38.948Z] + go mod tidy [Pipeline] sh [2021-06-09T09:20:40.279Z] + make test [2021-06-09T09:20:40.279Z] go mod tidy [2021-06-09T09:20:40.882Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-09T09:21:07.696Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-06-09T09:22:15.919Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-06-09T09:22:15.919Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-06-09T09:22:15.919Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-06-09T09:22:31.061Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.398s coverage: 25.4% of statements [2021-06-09T09:22:31.061Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-06-09T09:22:31.061Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.203s coverage: 28.1% of statements [2021-06-09T09:22:31.061Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.241s coverage: 78.9% of statements [2021-06-09T09:22:31.061Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.203s coverage: 9.0% of statements [2021-06-09T09:22:31.061Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-06-09T09:22:31.061Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-06-09T09:22:31.061Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-06-09T09:22:31.061Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.378s coverage: 29.2% of statements [2021-06-09T09:22:31.061Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-06-09T09:22:33.713Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.201s coverage: 83.3% of statements [2021-06-09T09:22:33.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-06-09T09:22:33.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-06-09T09:22:33.714Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.397s coverage: 58.0% of statements [2021-06-09T09:22:38.035Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.229s coverage: 89.2% of statements [2021-06-09T09:22:38.035Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-06-09T09:22:38.035Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.230s coverage: 5.0% of statements [2021-06-09T09:22:38.035Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-06-09T09:22:38.035Z] GO111MODULE=on go vet ./... [2021-06-09T09:23:34.730Z] gofmt -l . [2021-06-09T09:23:34.730Z] [ "`gofmt -l .`" = "" ] [2021-06-09T09:23:34.730Z] ./bin/test-attribution-txt.sh [2021-06-09T09:23:34.730Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-06-09T09:23:35.383Z] $ docker stop --time=1 f0610d22a6d207608af011f9d86adc3c6f2720aeb4044daac655365d8593dab4 [2021-06-09T09:23:37.524Z] $ docker rm -f f0610d22a6d207608af011f9d86adc3c6f2720aeb4044daac655365d8593dab4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T09:23:38.664Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-09T09:23:39.353Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T09:23:41.025Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-09T09:23:41.387Z] + ls -al . [2021-06-09T09:23:41.387Z] total 248 [2021-06-09T09:23:41.387Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 9 09:23 . [2021-06-09T09:23:41.387Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 09:18 .. [2021-06-09T09:23:41.387Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 9 09:18 .dockerignore [2021-06-09T09:23:41.387Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 09:18 .git [2021-06-09T09:23:41.387Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 09:18 .github [2021-06-09T09:23:41.387Z] -rw-rw-r-- 1 jenkins jenkins 138 Jun 9 09:18 .gitignore [2021-06-09T09:23:41.387Z] -rw-rw-r-- 1 jenkins jenkins 987 Jun 9 09:18 Dockerfile.build [2021-06-09T09:23:41.387Z] -rw-rw-r-- 1 jenkins jenkins 894 Jun 9 09:18 Jenkinsfile [2021-06-09T09:23:41.387Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 9 09:18 LICENSE [2021-06-09T09:23:41.387Z] -rw-rw-r-- 1 jenkins jenkins 1026 Jun 9 09:18 Makefile [2021-06-09T09:23:41.387Z] -rw-rw-r-- 1 jenkins jenkins 7652 Jun 9 09:18 README.md [2021-06-09T09:23:41.387Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jun 9 09:18 RELEASE-NOTES.txt [2021-06-09T09:23:41.387Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 9 07:26 VERSION [2021-06-09T09:23:41.387Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 09:18 bin [2021-06-09T09:23:41.387Z] -rw-r--r-- 1 jenkins jenkins 126071 Jun 9 09:22 coverage.out [2021-06-09T09:23:41.387Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 09:18 example [2021-06-09T09:23:41.387Z] -rw-r--r-- 1 jenkins jenkins 575 Jun 9 09:23 go.mod [2021-06-09T09:23:41.387Z] -rw-r--r-- 1 jenkins jenkins 20499 Jun 9 09:20 go.sum [2021-06-09T09:23:41.387Z] drwxrwxr-x 15 jenkins jenkins 4096 Jun 9 09:18 internal [2021-06-09T09:23:41.387Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 09:18 openapi [2021-06-09T09:23:41.387Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 09:18 pkg [2021-06-09T09:23:41.387Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 09:18 snap [2021-06-09T09:23:41.387Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 9 09:18 version.go [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:23:41.774Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0ca7ea3776b5e84577cde9154760653fc07efa37 --label arch=arm64 --label version=0.0.0 . [2021-06-09T09:23:42.379Z] Sending build context to Docker daemon 2.762MB [2021-06-09T09:23:42.379Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T09:23:42.379Z] Step 2/23 : FROM ${BASE} AS builder [2021-06-09T09:23:42.379Z] ---> a3dc74ef187b [2021-06-09T09:23:42.379Z] Step 3/23 : WORKDIR /device-sdk-go [2021-06-09T09:23:42.650Z] ---> Running in b4535cb5a429 [2021-06-09T09:23:43.249Z] Removing intermediate container b4535cb5a429 [2021-06-09T09:23:43.249Z] ---> 5bf09aa3e8bc [2021-06-09T09:23:43.249Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T09:23:43.249Z] ---> Running in 6b1f2c8edf92 [2021-06-09T09:23:43.845Z] Removing intermediate container 6b1f2c8edf92 [2021-06-09T09:23:43.845Z] ---> 2b76f77e4429 [2021-06-09T09:23:43.845Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:23:43.845Z] ---> Running in 2c816c499ec7 [2021-06-09T09:23:46.542Z] Removing intermediate container 2c816c499ec7 [2021-06-09T09:23:46.542Z] ---> f82063df9562 [2021-06-09T09:23:46.542Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-06-09T09:23:46.542Z] ---> Running in 100fbd9684b3 [2021-06-09T09:23:47.524Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:23:48.499Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:23:49.105Z] OK: 139 MiB in 46 packages [2021-06-09T09:23:50.086Z] Removing intermediate container 100fbd9684b3 [2021-06-09T09:23:50.086Z] ---> dd9262c97c05 [2021-06-09T09:23:50.086Z] Step 7/23 : COPY . . [2021-06-09T09:23:51.523Z] ---> c2201c8b7728 [2021-06-09T09:23:51.523Z] Step 8/23 : RUN go mod download [2021-06-09T09:23:51.796Z] ---> Running in 283d38e7e71e [2021-06-09T09:23:54.416Z] Removing intermediate container 283d38e7e71e [2021-06-09T09:23:54.416Z] ---> 4b2c61a55260 [2021-06-09T09:23:54.416Z] Step 9/23 : RUN make build [2021-06-09T09:23:54.416Z] ---> Running in 22978658b3b9 [2021-06-09T09:23:55.455Z] go mod tidy [2021-06-09T09:23:56.056Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-06-09T09:24:28.464Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-06-09T09:24:31.071Z] Removing intermediate container 22978658b3b9 [2021-06-09T09:24:31.071Z] ---> 975e515f7050 [2021-06-09T09:24:31.071Z] Step 10/23 : FROM alpine:3.12 [2021-06-09T09:24:31.347Z] 3.12: Pulling from library/alpine [2021-06-09T09:24:31.620Z] d2f70382dc9a: Pulling fs layer [2021-06-09T09:24:31.897Z] d2f70382dc9a: Verifying Checksum [2021-06-09T09:24:31.897Z] d2f70382dc9a: Download complete [2021-06-09T09:24:32.496Z] d2f70382dc9a: Pull complete [2021-06-09T09:24:32.496Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T09:24:32.496Z] Status: Downloaded newer image for alpine:3.12 [2021-06-09T09:24:32.496Z] ---> 9852663dfa18 [2021-06-09T09:24:32.496Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T09:24:32.772Z] ---> Running in 6d636ecf828d [2021-06-09T09:24:33.368Z] Removing intermediate container 6d636ecf828d [2021-06-09T09:24:33.368Z] ---> 7121a0c24672 [2021-06-09T09:24:33.368Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:24:33.368Z] ---> Running in 2743f14f13c2 [2021-06-09T09:24:36.011Z] Removing intermediate container 2743f14f13c2 [2021-06-09T09:24:36.011Z] ---> 7add0591ae3a [2021-06-09T09:24:36.011Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-06-09T09:24:36.011Z] ---> Running in 7f5e9f117962 [2021-06-09T09:24:37.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:24:37.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:24:38.190Z] (1/5) Installing libgcc (9.3.0-r2) [2021-06-09T09:24:38.190Z] (2/5) Installing libsodium (1.0.18-r0) [2021-06-09T09:24:38.190Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-06-09T09:24:38.463Z] (4/5) Installing libzmq (4.3.3-r0) [2021-06-09T09:24:38.735Z] (5/5) Installing zeromq (4.3.3-r0) [2021-06-09T09:24:38.735Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T09:24:38.735Z] OK: 8 MiB in 19 packages [2021-06-09T09:24:40.177Z] Removing intermediate container 7f5e9f117962 [2021-06-09T09:24:40.177Z] ---> 41ea24b09942 [2021-06-09T09:24:40.177Z] Step 14/23 : WORKDIR / [2021-06-09T09:24:40.177Z] ---> Running in a61d31473897 [2021-06-09T09:24:40.777Z] Removing intermediate container a61d31473897 [2021-06-09T09:24:40.777Z] ---> 648533429738 [2021-06-09T09:24:40.777Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-06-09T09:24:41.375Z] ---> 3d845d344519 [2021-06-09T09:24:41.375Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-06-09T09:24:42.810Z] ---> 945418373557 [2021-06-09T09:24:42.810Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-06-09T09:24:43.785Z] ---> ee63a06654e5 [2021-06-09T09:24:43.785Z] Step 18/23 : EXPOSE 59999 [2021-06-09T09:24:43.785Z] ---> Running in d77032017365 [2021-06-09T09:24:44.380Z] Removing intermediate container d77032017365 [2021-06-09T09:24:44.380Z] ---> ec631a81a997 [2021-06-09T09:24:44.380Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-06-09T09:24:44.380Z] ---> Running in f1bbba7699c8 [2021-06-09T09:24:44.977Z] Removing intermediate container f1bbba7699c8 [2021-06-09T09:24:44.977Z] ---> 0ba8c0a43f74 [2021-06-09T09:24:44.977Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T09:24:44.977Z] ---> Running in 1c301e2599a9 [2021-06-09T09:24:45.573Z] Removing intermediate container 1c301e2599a9 [2021-06-09T09:24:45.573Z] ---> c631deb8491a [2021-06-09T09:24:45.573Z] Step 21/23 : LABEL arch=arm64 [2021-06-09T09:24:45.573Z] ---> Running in 8cbe9b1fe3cf [2021-06-09T09:24:46.169Z] Removing intermediate container 8cbe9b1fe3cf [2021-06-09T09:24:46.169Z] ---> 8c552d7f15ca [2021-06-09T09:24:46.169Z] Step 22/23 : LABEL git_sha=0ca7ea3776b5e84577cde9154760653fc07efa37 [2021-06-09T09:24:46.169Z] ---> Running in 9648e22e4923 [2021-06-09T09:24:46.783Z] Removing intermediate container 9648e22e4923 [2021-06-09T09:24:46.783Z] ---> 1ead7004c17e [2021-06-09T09:24:46.783Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T09:24:46.783Z] ---> Running in 8f001b561aef [2021-06-09T09:24:47.402Z] Removing intermediate container 8f001b561aef [2021-06-09T09:24:47.402Z] ---> cfe0f7ec3033 [2021-06-09T09:24:47.402Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-06-09T09:24:47.402Z] Successfully built cfe0f7ec3033 [2021-06-09T09:24:47.679Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:24:48.709Z] ---> job-cost.sh [2021-06-09T09:24:48.709Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SVfX [2021-06-09T09:25:27.713Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-09T09:25:39.814Z] Running on prd-centos7-docker-4c-2g-2 in /w/workspace/dgexfoundry_device-sdk-go_PR-960 [Pipeline] { [Pipeline] ws [2021-06-09T09:25:39.903Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-06-09T09:25:40.079Z] Selected Git installation does not exist. Using Default [2021-06-09T09:25:40.079Z] The recommended git tool is: NONE [2021-06-09T09:25:43.605Z] using credential edgex-jenkins-ssh [2021-06-09T09:25:43.623Z] Cloning the remote Git repository [2021-06-09T09:25:43.641Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T09:25:43.710Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-06-09T09:25:43.754Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T09:25:43.754Z] > git --version # timeout=10 [2021-06-09T09:25:43.762Z] > git --version # 'git version 2.24.4' [2021-06-09T09:25:43.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T09:25:43.793Z] [INFO] Currently running in a labeled security context [2021-06-09T09:25:43.793Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-09T09:25:43.793Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh3271383337102382008.key [2021-06-09T09:25:43.820Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T09:25:45.265Z] Merging remotes/origin/master commit 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 into PR head commit 0ca7ea3776b5e84577cde9154760653fc07efa37 [2021-06-09T09:25:45.362Z] Merge succeeded, producing 0ca7ea3776b5e84577cde9154760653fc07efa37 [2021-06-09T09:25:45.363Z] Checking out Revision 0ca7ea3776b5e84577cde9154760653fc07efa37 (PR-960) [2021-06-09T09:25:44.762Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-09T09:25:44.770Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T09:25:44.784Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-09T09:25:44.802Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T09:25:44.802Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T09:25:44.803Z] [INFO] Currently running in a labeled security context [2021-06-09T09:25:44.803Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-09T09:25:44.803Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh1331849143281457366.key [2021-06-09T09:25:44.809Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/960/head:refs/remotes/origin/PR-960 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-09T09:25:45.272Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T09:25:45.283Z] > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 [2021-06-09T09:25:45.321Z] > git remote # timeout=10 [2021-06-09T09:25:45.328Z] > git config --get remote.origin.url # timeout=10 [2021-06-09T09:25:45.334Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T09:25:45.335Z] [INFO] Currently running in a labeled security context [2021-06-09T09:25:45.335Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-09T09:25:45.335Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh6348064455190259977.key [2021-06-09T09:25:45.340Z] > git merge 907dcb8c5e72c1eb081ec49d4cc5729bbc41d242 # timeout=10 [2021-06-09T09:25:45.349Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-09T09:25:45.363Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T09:25:45.375Z] > git checkout -f 0ca7ea3776b5e84577cde9154760653fc07efa37 # timeout=10 [2021-06-09T09:25:49.159Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-06-09T09:25:49.248Z] > git --version # timeout=10 [2021-06-09T09:25:49.257Z] > git --version # 'git version 2.24.4' [2021-06-09T09:25:49.271Z] fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T09:25:49.600Z] [2021-06-09T09:25:49.600Z] GitHub has been notified of this commit’s build result [2021-06-09T09:25:49.600Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T09:25:50.545Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-09T09:25:50.895Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-09T09:25:51.223Z] + true [2021-06-09T09:25:51.223Z] + sudo service docker restart [2021-06-09T09:25:51.223Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T09:26:09.496Z] provisioning config files... [2021-06-09T09:26:09.513Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config6843363885490509405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:26:09.993Z] ---> docker-login.sh [2021-06-09T09:26:09.993Z] nexus3.edgexfoundry.org:10001 [2021-06-09T09:26:10.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:26:10.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:26:10.521Z] Configure a credential helper to remove this warning. See [2021-06-09T09:26:10.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:26:10.521Z] [2021-06-09T09:26:10.521Z] Login Succeeded [2021-06-09T09:26:10.521Z] nexus3.edgexfoundry.org:10002 [2021-06-09T09:26:10.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:26:10.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:26:10.783Z] Configure a credential helper to remove this warning. See [2021-06-09T09:26:10.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:26:10.783Z] [2021-06-09T09:26:10.783Z] Login Succeeded [2021-06-09T09:26:10.783Z] nexus3.edgexfoundry.org:10003 [2021-06-09T09:26:10.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:26:10.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:26:10.783Z] Configure a credential helper to remove this warning. See [2021-06-09T09:26:10.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:26:10.783Z] [2021-06-09T09:26:10.783Z] Login Succeeded [2021-06-09T09:26:10.783Z] nexus3.edgexfoundry.org:10004 [2021-06-09T09:26:10.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:26:11.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:26:11.047Z] Configure a credential helper to remove this warning. See [2021-06-09T09:26:11.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:26:11.047Z] [2021-06-09T09:26:11.047Z] Login Succeeded [2021-06-09T09:26:11.047Z] docker.io [2021-06-09T09:26:11.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:26:11.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:26:11.311Z] Configure a credential helper to remove this warning. See [2021-06-09T09:26:11.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:26:11.311Z] [2021-06-09T09:26:11.311Z] Login Succeeded [2021-06-09T09:26:11.311Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T09:26:11.340Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-09T09:26:11.717Z] ========================================================= [2021-06-09T09:26:11.718Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-09T09:26:11.718Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:26:12.088Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-06-09T09:26:12.088Z] Sending build context to Docker daemon 2.64MB [2021-06-09T09:26:12.088Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T09:26:12.088Z] Step 2/8 : FROM ${BASE} [2021-06-09T09:26:12.355Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-09T09:26:12.355Z] 540db60ca938: Pulling fs layer [2021-06-09T09:26:12.355Z] adcc1eea9eea: Pulling fs layer [2021-06-09T09:26:12.355Z] 4c4ab2625f07: Pulling fs layer [2021-06-09T09:26:12.355Z] 0510c868ecb4: Pulling fs layer [2021-06-09T09:26:12.355Z] afea3b2eda06: Pulling fs layer [2021-06-09T09:26:12.355Z] 7809a108b3ef: Pulling fs layer [2021-06-09T09:26:12.355Z] f706445af74f: Pulling fs layer [2021-06-09T09:26:12.355Z] 0510c868ecb4: Waiting [2021-06-09T09:26:12.355Z] afea3b2eda06: Waiting [2021-06-09T09:26:12.355Z] f706445af74f: Waiting [2021-06-09T09:26:12.355Z] 4c4ab2625f07: Verifying Checksum [2021-06-09T09:26:12.355Z] 4c4ab2625f07: Download complete [2021-06-09T09:26:12.355Z] adcc1eea9eea: Download complete [2021-06-09T09:26:12.355Z] afea3b2eda06: Verifying Checksum [2021-06-09T09:26:12.355Z] afea3b2eda06: Download complete [2021-06-09T09:26:12.355Z] 7809a108b3ef: Verifying Checksum [2021-06-09T09:26:12.355Z] 7809a108b3ef: Download complete [2021-06-09T09:26:12.355Z] 540db60ca938: Verifying Checksum [2021-06-09T09:26:12.355Z] 540db60ca938: Download complete [2021-06-09T09:26:12.628Z] 540db60ca938: Pull complete [2021-06-09T09:26:12.628Z] adcc1eea9eea: Pull complete [2021-06-09T09:26:12.893Z] 4c4ab2625f07: Pull complete [2021-06-09T09:26:13.836Z] f706445af74f: Verifying Checksum [2021-06-09T09:26:13.836Z] f706445af74f: Download complete [2021-06-09T09:26:14.419Z] 0510c868ecb4: Verifying Checksum [2021-06-09T09:26:14.419Z] 0510c868ecb4: Download complete [2021-06-09T09:26:17.775Z] 0510c868ecb4: Pull complete [2021-06-09T09:26:18.036Z] afea3b2eda06: Pull complete [2021-06-09T09:26:18.036Z] 7809a108b3ef: Pull complete [2021-06-09T09:26:19.430Z] f706445af74f: Pull complete [2021-06-09T09:26:19.430Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-09T09:26:19.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-09T09:26:19.430Z] ---> b068be0155e3 [2021-06-09T09:26:19.430Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T09:26:24.754Z] ---> Running in b27e54ca39f9 [2021-06-09T09:26:24.754Z] Removing intermediate container b27e54ca39f9 [2021-06-09T09:26:24.754Z] ---> 8a61c5fc8278 [2021-06-09T09:26:24.754Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:26:24.754Z] ---> Running in aada39e4ff72 [2021-06-09T09:26:25.732Z] Removing intermediate container aada39e4ff72 [2021-06-09T09:26:25.732Z] ---> 2b0fef26cae2 [2021-06-09T09:26:25.732Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-06-09T09:26:25.732Z] ---> Running in e736c49e7507 [2021-06-09T09:26:25.999Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T09:26:26.574Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T09:26:27.148Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-06-09T09:26:27.148Z] (2/6) Installing libsodium (1.0.18-r0) [2021-06-09T09:26:27.411Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-06-09T09:26:27.411Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-06-09T09:26:27.411Z] (5/6) Installing libzmq (4.3.3-r1) [2021-06-09T09:26:27.672Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-06-09T09:26:27.672Z] Executing busybox-1.32.1-r6.trigger [2021-06-09T09:26:27.672Z] OK: 150 MiB in 46 packages [2021-06-09T09:26:27.936Z] Removing intermediate container e736c49e7507 [2021-06-09T09:26:27.936Z] ---> 9adab617f59c [2021-06-09T09:26:27.936Z] Step 6/8 : WORKDIR /device-sdk-go [2021-06-09T09:26:28.212Z] ---> Running in 55044b1bea0b [2021-06-09T09:26:28.212Z] Removing intermediate container 55044b1bea0b [2021-06-09T09:26:28.212Z] ---> a880d3ab551c [2021-06-09T09:26:28.212Z] Step 7/8 : COPY . . [2021-06-09T09:26:28.801Z] ---> 891ba1b3e5c6 [2021-06-09T09:26:28.801Z] Step 8/8 : RUN go mod download [2021-06-09T09:26:28.801Z] ---> Running in 055f62be4252 [2021-06-09T09:26:43.745Z] Removing intermediate container 055f62be4252 [2021-06-09T09:26:43.745Z] ---> a24c348cfde6 [2021-06-09T09:26:43.745Z] Successfully built a24c348cfde6 [2021-06-09T09:26:43.745Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:26:44.085Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-09T09:26:44.085Z] . [Pipeline] withDockerContainer [2021-06-09T09:26:44.193Z] prd-centos7-docker-4c-2g-2 does not seem to be running inside a container [2021-06-09T09:26:44.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2021-06-09T09:26:44.638Z] $ docker top d257d5c799df92bec4550713d298f71a7cc0d65f30b78333958751a28db598d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T09:26:45.093Z] + go version [2021-06-09T09:26:45.093Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-09T09:26:45.131Z] $ docker stop --time=1 d257d5c799df92bec4550713d298f71a7cc0d65f30b78333958751a28db598d0 [2021-06-09T09:26:46.320Z] $ docker rm -f d257d5c799df92bec4550713d298f71a7cc0d65f30b78333958751a28db598d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:26:47.265Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-09T09:26:47.265Z] . [Pipeline] withDockerContainer [2021-06-09T09:26:47.370Z] prd-centos7-docker-4c-2g-2 does not seem to be running inside a container [2021-06-09T09:26:47.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2021-06-09T09:26:47.793Z] $ docker top e7adcdd60393a18bc6b1e87ed69ba99a30f9a5b170fc487bea58776e9c69dfb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T09:26:48.272Z] + go mod tidy [Pipeline] sh [2021-06-09T09:26:48.880Z] + make test [2021-06-09T09:26:48.881Z] go mod tidy [2021-06-09T09:26:49.149Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-09T09:26:55.832Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-06-09T09:27:04.520Z] lf-activate-venv(): INFO: Adding /tmp/venv-SVfX/bin to PATH [2021-06-09T09:27:04.520Z] INFO: No Stack... [2021-06-09T09:27:04.520Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-09T09:27:04.520Z] INFO: Archiving Costs [Pipeline] sh [2021-06-09T09:27:04.887Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2021-06-09T09:27:04.887Z] + cut -d, -f6 [Pipeline] lock [2021-06-09T09:27:04.984Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] [2021-06-09T09:27:04.991Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] did not exist. Created. [2021-06-09T09:27:04.991Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-09T09:27:05.489Z] + echo total: 0.36000001430511475 [Pipeline] stash [2021-06-09T09:27:05.696Z] Stashed 1 file(s) [Pipeline] } [2021-06-09T09:27:05.720Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-09T09:27:22.568Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-06-09T09:27:22.568Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-06-09T09:27:22.568Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-06-09T09:27:22.568Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.062s coverage: 25.4% of statements [2021-06-09T09:27:22.568Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-06-09T09:27:22.568Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.050s coverage: 28.1% of statements [2021-06-09T09:27:22.837Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.065s coverage: 78.9% of statements [2021-06-09T09:27:23.098Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.038s coverage: 9.0% of statements [2021-06-09T09:27:23.098Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-06-09T09:27:23.098Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-06-09T09:27:23.098Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-06-09T09:27:24.058Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.067s coverage: 29.2% of statements [2021-06-09T09:27:24.058Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-06-09T09:27:25.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.053s coverage: 83.3% of statements [2021-06-09T09:27:25.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-06-09T09:27:25.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-06-09T09:27:25.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.073s coverage: 58.0% of statements [2021-06-09T09:27:26.410Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.871s coverage: 89.2% of statements [2021-06-09T09:27:26.410Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-06-09T09:27:26.410Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.047s coverage: 5.0% of statements [2021-06-09T09:27:26.410Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-06-09T09:27:26.410Z] GO111MODULE=on go vet ./... [2021-06-09T09:27:44.661Z] gofmt -l . [2021-06-09T09:27:44.661Z] [ "`gofmt -l .`" = "" ] [2021-06-09T09:27:44.661Z] ./bin/test-attribution-txt.sh [2021-06-09T09:27:44.661Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-06-09T09:27:44.697Z] $ docker stop --time=1 e7adcdd60393a18bc6b1e87ed69ba99a30f9a5b170fc487bea58776e9c69dfb5 [2021-06-09T09:27:46.343Z] $ docker rm -f e7adcdd60393a18bc6b1e87ed69ba99a30f9a5b170fc487bea58776e9c69dfb5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T09:27:46.914Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-09T09:27:46.953Z] Warning: overwriting stash ‘coverage-report’ [2021-06-09T09:27:47.161Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-06-09T09:27:47.820Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-09T09:27:48.145Z] + ls -al . [2021-06-09T09:27:48.145Z] total 212 [2021-06-09T09:27:48.145Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 9 09:27 . [2021-06-09T09:27:48.145Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 9 09:25 .. [2021-06-09T09:27:48.145Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 9 09:25 bin [2021-06-09T09:27:48.145Z] -rw-r--r--. 1 jenkins jenkins 126071 Jun 9 09:27 coverage.out [2021-06-09T09:27:48.145Z] -rw-rw-r--. 1 jenkins jenkins 987 Jun 9 09:25 Dockerfile.build [2021-06-09T09:27:48.145Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 9 09:25 .dockerignore [2021-06-09T09:27:48.145Z] drwxrwxr-x. 5 jenkins jenkins 62 Jun 9 09:25 example [2021-06-09T09:27:48.145Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 9 09:25 .git [2021-06-09T09:27:48.145Z] drwxrwxr-x. 2 jenkins jenkins 103 Jun 9 09:25 .github [2021-06-09T09:27:48.145Z] -rw-rw-r--. 1 jenkins jenkins 138 Jun 9 09:25 .gitignore [2021-06-09T09:27:48.145Z] -rw-r--r--. 1 jenkins jenkins 575 Jun 9 09:27 go.mod [2021-06-09T09:27:48.145Z] -rw-r--r--. 1 jenkins jenkins 20499 Jun 9 09:26 go.sum [2021-06-09T09:27:48.145Z] drwxrwxr-x. 15 jenkins jenkins 224 Jun 9 09:25 internal [2021-06-09T09:27:48.145Z] -rw-rw-r--. 1 jenkins jenkins 894 Jun 9 09:25 Jenkinsfile [2021-06-09T09:27:48.145Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jun 9 09:25 LICENSE [2021-06-09T09:27:48.145Z] -rw-rw-r--. 1 jenkins jenkins 1026 Jun 9 09:25 Makefile [2021-06-09T09:27:48.145Z] drwxrwxr-x. 4 jenkins jenkins 26 Jun 9 09:25 openapi [2021-06-09T09:27:48.145Z] drwxrwxr-x. 5 jenkins jenkins 50 Jun 9 09:25 pkg [2021-06-09T09:27:48.145Z] -rw-rw-r--. 1 jenkins jenkins 7652 Jun 9 09:25 README.md [2021-06-09T09:27:48.145Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jun 9 09:25 RELEASE-NOTES.txt [2021-06-09T09:27:48.145Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 9 09:25 snap [2021-06-09T09:27:48.145Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 9 07:26 VERSION [2021-06-09T09:27:48.145Z] -rw-rw-r--. 1 jenkins jenkins 222 Jun 9 09:25 version.go [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:27:48.499Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0ca7ea3776b5e84577cde9154760653fc07efa37 --label arch=amd64 --label version=0.0.0 . [2021-06-09T09:27:48.499Z] Sending build context to Docker daemon 2.767MB [2021-06-09T09:27:48.499Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T09:27:48.499Z] Step 2/23 : FROM ${BASE} AS builder [2021-06-09T09:27:48.499Z] ---> a24c348cfde6 [2021-06-09T09:27:48.499Z] Step 3/23 : WORKDIR /device-sdk-go [2021-06-09T09:27:48.763Z] ---> Running in d0606227a07d [2021-06-09T09:27:48.763Z] Removing intermediate container d0606227a07d [2021-06-09T09:27:48.763Z] ---> 8cbf48f6dea4 [2021-06-09T09:27:48.763Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T09:27:49.027Z] ---> Running in 1bf5667ed7e1 [2021-06-09T09:27:49.027Z] Removing intermediate container 1bf5667ed7e1 [2021-06-09T09:27:49.027Z] ---> 419847a9ac98 [2021-06-09T09:27:49.027Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:27:49.027Z] ---> Running in af2e831bfb88 [2021-06-09T09:27:49.604Z] Removing intermediate container af2e831bfb88 [2021-06-09T09:27:49.604Z] ---> 25a86c2652a8 [2021-06-09T09:27:49.604Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-06-09T09:27:49.604Z] ---> Running in 7577753c1b2a [2021-06-09T09:27:49.867Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T09:27:50.810Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T09:27:51.077Z] OK: 150 MiB in 46 packages [2021-06-09T09:27:51.357Z] Removing intermediate container 7577753c1b2a [2021-06-09T09:27:51.357Z] ---> 33ec0aab1821 [2021-06-09T09:27:51.357Z] Step 7/23 : COPY . . [2021-06-09T09:27:51.621Z] ---> 21cc65d4928b [2021-06-09T09:27:51.621Z] Step 8/23 : RUN go mod download [2021-06-09T09:27:51.621Z] ---> Running in a931d08b5607 [2021-06-09T09:27:52.194Z] Removing intermediate container a931d08b5607 [2021-06-09T09:27:52.194Z] ---> 32a0a827f4ce [2021-06-09T09:27:52.194Z] Step 9/23 : RUN make build [2021-06-09T09:27:52.194Z] ---> Running in 405197363db8 [2021-06-09T09:27:52.460Z] go mod tidy [2021-06-09T09:27:52.726Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-06-09T09:28:02.896Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-06-09T09:28:04.294Z] Removing intermediate container 405197363db8 [2021-06-09T09:28:04.294Z] ---> 205e5408504d [2021-06-09T09:28:04.294Z] Step 10/23 : FROM alpine:3.12 [2021-06-09T09:28:04.559Z] 3.12: Pulling from library/alpine [2021-06-09T09:28:04.825Z] 339de151aab4: Pulling fs layer [2021-06-09T09:28:04.825Z] 339de151aab4: Verifying Checksum [2021-06-09T09:28:04.825Z] 339de151aab4: Download complete [2021-06-09T09:28:05.097Z] 339de151aab4: Pull complete [2021-06-09T09:28:05.097Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T09:28:05.097Z] Status: Downloaded newer image for alpine:3.12 [2021-06-09T09:28:05.097Z] ---> 13621d1b12d4 [2021-06-09T09:28:05.097Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T09:28:05.097Z] ---> Running in de9c1f6df3ff [2021-06-09T09:28:05.360Z] Removing intermediate container de9c1f6df3ff [2021-06-09T09:28:05.360Z] ---> 00d0b139087d [2021-06-09T09:28:05.360Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:28:05.360Z] ---> Running in ec01a29bdf06 [2021-06-09T09:28:05.939Z] Removing intermediate container ec01a29bdf06 [2021-06-09T09:28:05.939Z] ---> 22f81c0d5a68 [2021-06-09T09:28:05.939Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-06-09T09:28:05.939Z] ---> Running in 98f28fe312ea [2021-06-09T09:28:05.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T09:28:06.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T09:28:07.154Z] (1/5) Installing libgcc (9.3.0-r2) [2021-06-09T09:28:07.154Z] (2/5) Installing libsodium (1.0.18-r0) [2021-06-09T09:28:07.154Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-06-09T09:28:08.098Z] (4/5) Installing libzmq (4.3.3-r0) [2021-06-09T09:28:08.098Z] (5/5) Installing zeromq (4.3.3-r0) [2021-06-09T09:28:08.364Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T09:28:08.364Z] OK: 8 MiB in 19 packages [2021-06-09T09:28:08.626Z] Removing intermediate container 98f28fe312ea [2021-06-09T09:28:08.626Z] ---> 365baa542e00 [2021-06-09T09:28:08.626Z] Step 14/23 : WORKDIR / [2021-06-09T09:28:08.626Z] ---> Running in e9c804320667 [2021-06-09T09:28:08.626Z] Removing intermediate container e9c804320667 [2021-06-09T09:28:08.626Z] ---> 5b2a44e6309a [2021-06-09T09:28:08.626Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-06-09T09:28:08.887Z] ---> 4f8b8e424965 [2021-06-09T09:28:08.887Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-06-09T09:28:09.149Z] ---> 124e828f55dd [2021-06-09T09:28:09.149Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-06-09T09:28:09.412Z] ---> aedca9eded4d [2021-06-09T09:28:09.412Z] Step 18/23 : EXPOSE 59999 [2021-06-09T09:28:09.412Z] ---> Running in 14577c886be6 [2021-06-09T09:28:09.412Z] Removing intermediate container 14577c886be6 [2021-06-09T09:28:09.412Z] ---> 0835ebb32e26 [2021-06-09T09:28:09.412Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-06-09T09:28:09.412Z] ---> Running in 874d6c2776f2 [2021-06-09T09:28:09.674Z] Removing intermediate container 874d6c2776f2 [2021-06-09T09:28:09.674Z] ---> 345ebfbaa3e2 [2021-06-09T09:28:09.674Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T09:28:09.674Z] ---> Running in 0e17304c80db [2021-06-09T09:28:09.674Z] Removing intermediate container 0e17304c80db [2021-06-09T09:28:09.674Z] ---> ccbf17d2d839 [2021-06-09T09:28:09.674Z] Step 21/23 : LABEL arch=amd64 [2021-06-09T09:28:09.674Z] ---> Running in 77a07a7cf085 [2021-06-09T09:28:09.936Z] Removing intermediate container 77a07a7cf085 [2021-06-09T09:28:09.936Z] ---> 3c877d755a5d [2021-06-09T09:28:09.936Z] Step 22/23 : LABEL git_sha=0ca7ea3776b5e84577cde9154760653fc07efa37 [2021-06-09T09:28:09.936Z] ---> Running in 4ce0fe92e9cf [2021-06-09T09:28:09.936Z] Removing intermediate container 4ce0fe92e9cf [2021-06-09T09:28:09.936Z] ---> b1fe94c923d4 [2021-06-09T09:28:09.936Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T09:28:09.936Z] ---> Running in ed74ba73dd2a [2021-06-09T09:28:09.936Z] Removing intermediate container ed74ba73dd2a [2021-06-09T09:28:09.936Z] ---> ac7eb77c02b2 [2021-06-09T09:28:09.936Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-06-09T09:28:09.936Z] Successfully built ac7eb77c02b2 [2021-06-09T09:28:09.936Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:28:11.006Z] ---> job-cost.sh [2021-06-09T09:28:11.006Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8ueQ [2021-06-09T09:28:21.081Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-09T09:28:33.351Z] lf-activate-venv(): INFO: Adding /tmp/venv-8ueQ/bin to PATH [2021-06-09T09:28:33.351Z] INFO: No Stack... [2021-06-09T09:28:33.617Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-09T09:28:34.188Z] INFO: Archiving Costs [Pipeline] sh [2021-06-09T09:28:34.582Z] + cut -d, -f6 [2021-06-09T09:28:34.582Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2021-06-09T09:28:34.651Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] [2021-06-09T09:28:34.658Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] did not exist. Created. [2021-06-09T09:28:34.658Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-09T09:28:35.123Z] /w/workspace/device-sdk-go/1@tmp/durable-71cfb605/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-06-09T09:28:35.448Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-09T09:28:35.490Z] Warning: overwriting stash ‘stack-cost’ [2021-06-09T09:28:35.553Z] Stashed 1 file(s) [Pipeline] } [2021-06-09T09:28:35.576Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-960-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-06-09T09:28:37.040Z] provisioning config files... [2021-06-09T09:28:37.056Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/config2134230459420574454tmp [Pipeline] { [Pipeline] sh [2021-06-09T09:28:37.793Z] + set +x [2021-06-09T09:28:37.793Z] + curl -s https://codecov.io/bash [2021-06-09T09:28:37.793Z] + bash -s -- [2021-06-09T09:28:37.793Z] [2021-06-09T09:28:37.793Z] _____ _ [2021-06-09T09:28:37.793Z] / ____| | | [2021-06-09T09:28:37.793Z] | | ___ __| | ___ ___ _____ __ [2021-06-09T09:28:37.793Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-09T09:28:37.793Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-09T09:28:37.793Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-09T09:28:37.793Z] Bash-1.0.3 [2021-06-09T09:28:37.793Z] [2021-06-09T09:28:37.793Z] [2021-06-09T09:28:37.793Z] ==> git version 2.24.4 found [2021-06-09T09:28:37.793Z] ==> 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-06-09T09:28:37.793Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-09T09:28:37.793Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-09T09:28:37.793Z] ==> Jenkins CI detected. [2021-06-09T09:28:37.793Z] project root: . [2021-06-09T09:28:37.793Z] --> token set from env [2021-06-09T09:28:37.793Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-09T09:28:37.793Z] ==> Running gcov in . (disable via -X gcov) [2021-06-09T09:28:37.793Z] ==> Python coveragepy not found [2021-06-09T09:28:37.793Z] ==> Searching for coverage reports in: [2021-06-09T09:28:37.793Z] + . [2021-06-09T09:28:37.793Z] -> Found 1 reports [2021-06-09T09:28:37.793Z] ==> Detecting git/mercurial file structure [2021-06-09T09:28:37.793Z] ==> Reading reports [2021-06-09T09:28:37.793Z] + ./coverage.out bytes=126071 [2021-06-09T09:28:37.793Z] ==> Appending adjustments [2021-06-09T09:28:37.793Z] https://docs.codecov.io/docs/fixing-reports [2021-06-09T09:28:38.060Z] + Found adjustments [2021-06-09T09:28:38.060Z] ==> Gzipping contents [2021-06-09T09:28:38.060Z] 20K /tmp/codecov.0yTaOR.gz [2021-06-09T09:28:38.060Z] ==> Uploading reports [2021-06-09T09:28:38.060Z] url: https://codecov.io [2021-06-09T09:28:38.060Z] query: branch=PR-960&commit=0ca7ea3776b5e84577cde9154760653fc07efa37&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-960%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=960&job=&cmd_args= [2021-06-09T09:28:38.060Z] -> Pinging Codecov [2021-06-09T09:28:38.060Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-960&commit=0ca7ea3776b5e84577cde9154760653fc07efa37&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-960%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=960&job=&cmd_args= [2021-06-09T09:28:38.643Z] -> Uploading to [2021-06-09T09:28:38.644Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-09/7E55EF52A471D76F132DFD9A03CDDE97/0ca7ea3776b5e84577cde9154760653fc07efa37/e58b15f7-6df5-4d51-8a53-67253b142904.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210609%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210609T092838Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=abc877bfa3cd914101de63c1830f446b45cfa66d3885f464736d88d0798f8986 [2021-06-09T09:28:38.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-09T09:28:38.644Z] Dload Upload Total Spent Left Speed [2021-06-09T09:28:39.221Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16442 0 0 100 16442 0 40642 --:--:-- --:--:-- --:--:-- 40597 100 16442 0 0 100 16442 0 40633 --:--:-- --:--:-- --:--:-- 40597 [2021-06-09T09:28:39.221Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0ca7ea3776b5e84577cde9154760653fc07efa37 [Pipeline] } [2021-06-09T09:28:39.271Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:28:42.149Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:28:42.798Z] ---> package-listing.sh [2021-06-09T09:28:42.798Z] ++ facter osfamily [2021-06-09T09:28:42.798Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-09T09:28:43.063Z] + OS_FAMILY=redhat [2021-06-09T09:28:43.063Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-960 [2021-06-09T09:28:43.063Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-09T09:28:43.063Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-09T09:28:43.063Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-09T09:28:43.063Z] + PACKAGES=/tmp/packages_start.txt [2021-06-09T09:28:43.063Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-960 ']' [2021-06-09T09:28:43.063Z] + PACKAGES=/tmp/packages_end.txt [2021-06-09T09:28:43.063Z] + case "${OS_FAMILY}" in [2021-06-09T09:28:43.063Z] + sort [2021-06-09T09:28:43.063Z] + rpm -qa [2021-06-09T09:28:43.648Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-09T09:28:43.648Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-09T09:28:43.648Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-09T09:28:43.648Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-960 ']' [2021-06-09T09:28:43.648Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-960/archives/ [2021-06-09T09:28:43.648Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-960/archives/ [Pipeline] echo [2021-06-09T09:28:43.687Z] 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-960/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-09T09:28:44.005Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:28:44.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T09:28:44.677Z] [2021-06-09T09:28:44.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:28:45.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T09:28:45.070Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-09T09:28:45.070Z] df20fa9351a1: Pulling fs layer [2021-06-09T09:28:45.070Z] 36b3adc4ff6f: Pulling fs layer [2021-06-09T09:28:45.070Z] 8ad3a11d3b57: Pulling fs layer [2021-06-09T09:28:45.070Z] 46f8f816bc3b: Pulling fs layer [2021-06-09T09:28:45.070Z] 93b61091891f: Pulling fs layer [2021-06-09T09:28:45.070Z] 93b9cdb0e59b: Pulling fs layer [2021-06-09T09:28:45.070Z] 5e14af77c1be: Pulling fs layer [2021-06-09T09:28:45.070Z] 01666e4c0597: Pulling fs layer [2021-06-09T09:28:45.070Z] aa168da1d23b: Pulling fs layer [2021-06-09T09:28:45.070Z] 93b9cdb0e59b: Waiting [2021-06-09T09:28:45.070Z] 5e14af77c1be: Waiting [2021-06-09T09:28:45.070Z] 01666e4c0597: Waiting [2021-06-09T09:28:45.070Z] aa168da1d23b: Waiting [2021-06-09T09:28:45.070Z] 46f8f816bc3b: Waiting [2021-06-09T09:28:45.070Z] 93b61091891f: Waiting [2021-06-09T09:28:45.070Z] 36b3adc4ff6f: Verifying Checksum [2021-06-09T09:28:45.070Z] 36b3adc4ff6f: Download complete [2021-06-09T09:28:45.070Z] 46f8f816bc3b: Verifying Checksum [2021-06-09T09:28:45.070Z] 46f8f816bc3b: Download complete [2021-06-09T09:28:45.335Z] df20fa9351a1: Verifying Checksum [2021-06-09T09:28:45.335Z] df20fa9351a1: Download complete [2021-06-09T09:28:45.335Z] 93b9cdb0e59b: Verifying Checksum [2021-06-09T09:28:45.335Z] 93b9cdb0e59b: Download complete [2021-06-09T09:28:45.335Z] 5e14af77c1be: Verifying Checksum [2021-06-09T09:28:45.335Z] 93b61091891f: Verifying Checksum [2021-06-09T09:28:45.335Z] 93b61091891f: Download complete [2021-06-09T09:28:45.335Z] 5e14af77c1be: Download complete [2021-06-09T09:28:45.335Z] 01666e4c0597: Verifying Checksum [2021-06-09T09:28:45.335Z] 01666e4c0597: Download complete [2021-06-09T09:28:45.335Z] 8ad3a11d3b57: Verifying Checksum [2021-06-09T09:28:45.335Z] 8ad3a11d3b57: Download complete [2021-06-09T09:28:45.603Z] df20fa9351a1: Pull complete [2021-06-09T09:28:45.603Z] 36b3adc4ff6f: Pull complete [2021-06-09T09:28:46.556Z] 8ad3a11d3b57: Pull complete [2021-06-09T09:28:46.556Z] 46f8f816bc3b: Pull complete [2021-06-09T09:28:46.820Z] 93b61091891f: Pull complete [2021-06-09T09:28:47.149Z] 93b9cdb0e59b: Pull complete [2021-06-09T09:28:47.149Z] 5e14af77c1be: Pull complete [2021-06-09T09:28:47.447Z] aa168da1d23b: Verifying Checksum [2021-06-09T09:28:47.447Z] aa168da1d23b: Download complete [2021-06-09T09:28:47.447Z] 01666e4c0597: Pull complete [2021-06-09T09:28:52.793Z] aa168da1d23b: Pull complete [2021-06-09T09:28:52.793Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-09T09:28:52.793Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T09:28:52.793Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-09T09:28:52.904Z] prd-centos7-docker-4c-2g-1190 does not seem to be running inside a container [2021-06-09T09:28:52.949Z] $ 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-960/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-960 -v /w/workspace/dgexfoundry_device-sdk-go_PR-960:/w/workspace/dgexfoundry_device-sdk-go_PR-960:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-09T09:29:09.565Z] $ docker top 55ab3fe5857c5b20ef514772cc245bc540ec5bc0af4c0309eb8f57b596af06b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T09:29:10.033Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-09T09:29:10.446Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-09T09:29:10.775Z] + ls /var/log/sa-host [2021-06-09T09:29:10.775Z] + sadf -c /var/log/sa-host/sa05 [2021-06-09T09:29:10.775Z] file_magic: OK [2021-06-09T09:29:10.775Z] HZ: Using current value: 100 [2021-06-09T09:29:10.775Z] file_header: OK [2021-06-09T09:29:10.775Z] 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-06-09T09:29:10.775Z] Statistics: [2021-06-09T09:29:10.775Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-09T09:29:10.775Z] File successfully converted to sysstat format version 12.2.1 [2021-06-09T09:29:10.776Z] + sadf -c /var/log/sa-host/sa09 [2021-06-09T09:29:10.776Z] file_magic: OK [2021-06-09T09:29:10.776Z] HZ: Using current value: 100 [2021-06-09T09:29:10.776Z] file_header: OK [2021-06-09T09:29:10.776Z] 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-06-09T09:29:10.776Z] Statistics: [2021-06-09T09:29:10.776Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-09T09:29:10.776Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T09:29:11.052Z] provisioning config files... [2021-06-09T09:29:11.070Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-960@tmp/config6064203485006240701tmp [Pipeline] { [Pipeline] echo [2021-06-09T09:29:11.151Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:29:11.495Z] ---> create-netrc.sh [Pipeline] } [2021-06-09T09:29:11.535Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:29:12.035Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-09T09:29:12.072Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:29:12.416Z] ---> sudo-logs.sh [2021-06-09T09:29:12.417Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-09T09:29:12.508Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:29:12.845Z] ---> job-cost.sh [2021-06-09T09:29:12.846Z] lf-activate-venv: SKIPPING [2021-06-09T09:29:12.846Z] DEBUG: total: 0.05999999865889549 [2021-06-09T09:29:12.846Z] INFO: Retrieving Stack Cost... [2021-06-09T09:29:13.803Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-09T09:29:14.065Z] INFO: Archiving Costs [Pipeline] echo [2021-06-09T09:29:14.122Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:29:14.468Z] ---> logs-deploy.sh [2021-06-09T09:29:14.468Z] lf-activate-venv: SKIPPING [2021-06-09T09:29:14.468Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-960/1 [2021-06-09T09:29:14.468Z] INFO: archiving workspace using pattern(s): [2021-06-09T09:29:15.414Z] Archives upload complete. [2021-06-09T09:29:15.414Z] INFO: archiving logs to Nexus