Pull request #1031 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5bb56453c95912db44905d477eac09d9d334902a+d24546102b5fafb36a92b102b4be54f609bac794 (58836b20ab02872e84330c3e1255a6a6821802d7) 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh484164217439898536.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c3f98f08b2c5d0ffaa3a36dbf383f5176a0ca588 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4397066965592722670.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 c3f98f08b2c5d0ffaa3a36dbf383f5176a0ca588 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-1031/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1031/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8088499085047148317.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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1031/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh767578710823464498.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c3f98f08b2c5d0ffaa3a36dbf383f5176a0ca588 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c3f98f08b2c5d0ffaa3a36dbf383f5176a0ca588 # timeout=10 Commit message: "Merge pull request #357 from ernestojeda/fix-previous-commit-sha" > 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6644149972745021590.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-1031/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1031/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6243432219010536317.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 c3f98f08b2c5d0ffaa3a36dbf383f5176a0ca588 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-44 in /w/workspace/gexfoundry_device-sdk-go_PR-1031 [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/gexfoundry_device-sdk-go_PR-1031 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/jenkins-gitclient-ssh6102090854906971613.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit d24546102b5fafb36a92b102b4be54f609bac794 into PR head commit 5bb56453c95912db44905d477eac09d9d334902a > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/jenkins-gitclient-ssh8423002877856717795.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1031/head:refs/remotes/origin/PR-1031 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merge succeeded, producing 5bb56453c95912db44905d477eac09d9d334902a Checking out Revision 5bb56453c95912db44905d477eac09d9d334902a (PR-1031) > git config core.sparsecheckout # timeout=10 > git checkout -f 5bb56453c95912db44905d477eac09d9d334902a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/jenkins-gitclient-ssh3487175044467494427.key > git merge d24546102b5fafb36a92b102b4be54f609bac794 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5bb56453c95912db44905d477eac09d9d334902a # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object c3f98f08b2c5d0ffaa3a36dbf383f5176a0ca588 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:13:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:13:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:13:34 ========================================================= 04:13:34 EdgeX Global Pipelines Version Info 04:13:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:13:35 ------------------- 04:13:35 stable info: 04:13:35 ------------------- 04:13:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:13:35 Commit SHA: c3f98f08b2c5d0ffaa3a36dbf383f5176a0ca588 04:13:35 Message: update stable to v1.0.208 04:13:36 ------------------- 04:13:36 experimental info: 04:13:36 ------------------- 04:13:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:13:36 Commit SHA: c3f98f08b2c5d0ffaa3a36dbf383f5176a0ca588 04:13:36 Message: update experimental to v1.0.208 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:13:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1031 [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1031 [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1031 [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5bb56453c95912db44905d477eac09d9d334902a [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5bb5645 [Pipeline] echo 04:13:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:13:37 provisioning config files... 04:13:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/config7704158418151525840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:13:38 ---> docker-login.sh 04:13:38 nexus3.edgexfoundry.org:10001 04:13:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:38 Configure a credential helper to remove this warning. See 04:13:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:38 04:13:38 Login Succeeded 04:13:38 nexus3.edgexfoundry.org:10002 04:13:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:38 Configure a credential helper to remove this warning. See 04:13:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:38 04:13:38 Login Succeeded 04:13:38 nexus3.edgexfoundry.org:10003 04:13:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:38 Configure a credential helper to remove this warning. See 04:13:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:38 04:13:38 Login Succeeded 04:13:38 nexus3.edgexfoundry.org:10004 04:13:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:38 Configure a credential helper to remove this warning. See 04:13:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:38 04:13:38 Login Succeeded 04:13:38 docker.io 04:13:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:39 Configure a credential helper to remove this warning. See 04:13:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:39 04:13:39 Login Succeeded 04:13:39 ---> docker-login.sh ends [Pipeline] } 04:13:39 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 04:13:39 + git log --format=format:%s -1 5bb56453c95912db44905d477eac09d9d334902a [Pipeline] echo 04:13:39 GIT_COMMIT: 5bb56453c95912db44905d477eac09d9d334902a, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 04:13:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:13:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:13:40 04:13:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:13:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:13:40 latest: Pulling from edgex-devops/git-semver 04:13:40 a0d0a0d46f8b: Pulling fs layer 04:13:40 3e5f54012d9b: Pulling fs layer 04:13:40 4c7163046ea9: Pulling fs layer 04:13:40 0c2d73faf560: Pulling fs layer 04:13:40 0c2d73faf560: Waiting 04:13:40 3e5f54012d9b: Download complete 04:13:40 a0d0a0d46f8b: Verifying Checksum 04:13:40 a0d0a0d46f8b: Download complete 04:13:40 0c2d73faf560: Verifying Checksum 04:13:40 0c2d73faf560: Download complete 04:13:40 4c7163046ea9: Verifying Checksum 04:13:40 4c7163046ea9: Download complete 04:13:40 a0d0a0d46f8b: Pull complete 04:13:40 3e5f54012d9b: Pull complete 04:13:41 4c7163046ea9: Pull complete 04:13:41 0c2d73faf560: Pull complete 04:13:41 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 04:13:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:13:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:13:41 prd-centos7-docker-4c-2g-44 does not seem to be running inside a container 04:13:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1031 -v /w/workspace/gexfoundry_device-sdk-go_PR-1031:/w/workspace/gexfoundry_device-sdk-go_PR-1031:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1031@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 04:13:42 $ docker top c7f7eb3f5cb9a09fc0f3100d6562184c96f46071947c57fa580dae171fe2a2c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:13:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:13:42 [ssh-agent] Looking for ssh-agent implementation... 04:13:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:13:42 $ docker exec c7f7eb3f5cb9a09fc0f3100d6562184c96f46071947c57fa580dae171fe2a2c5 ssh-agent 04:13:42 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcgOHjo/agent.12 04:13:42 SSH_AGENT_PID=18 04:13:42 Running ssh-add (command line suppressed) 04:13:42 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/private_key_7508372779460862593.key (/w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/private_key_7508372779460862593.key) 04:13:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:13:43 + git tag --points-at HEAD [Pipeline] } 04:13:43 $ docker exec --env ******** --env ******** c7f7eb3f5cb9a09fc0f3100d6562184c96f46071947c57fa580dae171fe2a2c5 ssh-agent -k 04:13:43 unset SSH_AUTH_SOCK; 04:13:43 unset SSH_AGENT_PID; 04:13:43 echo Agent pid 18 killed; 04:13:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:13:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:13:43 [ssh-agent] Looking for ssh-agent implementation... 04:13:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:13:43 $ docker exec c7f7eb3f5cb9a09fc0f3100d6562184c96f46071947c57fa580dae171fe2a2c5 ssh-agent 04:13:43 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOHjpdb/agent.52 04:13:43 SSH_AGENT_PID=57 04:13:43 Running ssh-add (command line suppressed) 04:13:43 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/private_key_931886400552902489.key (/w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/private_key_931886400552902489.key) 04:13:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:13:43 + git semver init 04:13:43 # -> Open(): unable to determine branch for HEAD 04:13:43 # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1031/.git 04:13:43 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1031 04:13:43 # $SEMVER_REMOTE_NAME = origin 04:13:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:13:43 # $SEMVER_USER_NAME = edgex-jenkins 04:13:43 # $SEMVER_BRANCH = PR-1031 04:13:43 # $SEMVER_TEMP = /tmp/semver-112210725 04:13:43 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:13:44 # '/tmp/semver-112210725' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1031/.semver' 04:13:44 # -> Force: false 04:13:44 # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1031/.semver [Pipeline] } 04:13:44 $ docker exec --env ******** --env ******** c7f7eb3f5cb9a09fc0f3100d6562184c96f46071947c57fa580dae171fe2a2c5 ssh-agent -k 04:13:45 unset SSH_AUTH_SOCK; 04:13:45 unset SSH_AGENT_PID; 04:13:45 echo Agent pid 57 killed; 04:13:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:13:45 + git semver [Pipeline] } 04:13:45 $ docker stop --time=1 c7f7eb3f5cb9a09fc0f3100d6562184c96f46071947c57fa580dae171fe2a2c5 04:13:46 $ docker rm -f c7f7eb3f5cb9a09fc0f3100d6562184c96f46071947c57fa580dae171fe2a2c5 [Pipeline] // withDockerContainer [Pipeline] sh 04:13:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:13:47 Stashed 1 file(s) [Pipeline] echo 04:13:47 [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 04:14:02 Still waiting to schedule task 04:14:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:14:02 Still waiting to schedule task 04:14:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:16:05 Running on prd-centos7-docker-4c-2g-51 in /w/workspace/gexfoundry_device-sdk-go_PR-1031 [Pipeline] { [Pipeline] ws 04:16:05 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:16:05 Selected Git installation does not exist. Using Default 04:16:05 The recommended git tool is: NONE 04:16:07 using credential edgex-jenkins-ssh 04:16:07 Cloning the remote Git repository 04:16:07 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:16:07 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:16:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:16:07 > git --version # timeout=10 04:16:07 > git --version # 'git version 2.24.4' 04:16:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:07 [INFO] Currently running in a labeled security context 04:16:07 [INFO] Currently SELinux is 'enforcing' on the host 04:16:07 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh8133803208640890878.key 04:16:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:09 Merging remotes/origin/main commit d24546102b5fafb36a92b102b4be54f609bac794 into PR head commit 5bb56453c95912db44905d477eac09d9d334902a 04:16:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:16:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:16:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:16:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:08 [INFO] Currently running in a labeled security context 04:16:08 [INFO] Currently SELinux is 'enforcing' on the host 04:16:08 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh706301071630391430.key 04:16:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1031/head:refs/remotes/origin/PR-1031 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:16:09 > git config core.sparsecheckout # timeout=10 04:16:09 > git checkout -f 5bb56453c95912db44905d477eac09d9d334902a # timeout=10 04:16:09 Merge succeeded, producing 5bb56453c95912db44905d477eac09d9d334902a 04:16:09 Checking out Revision 5bb56453c95912db44905d477eac09d9d334902a (PR-1031) 04:16:09 > git remote # timeout=10 04:16:09 > git config --get remote.origin.url # timeout=10 04:16:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:09 [INFO] Currently running in a labeled security context 04:16:09 [INFO] Currently SELinux is 'enforcing' on the host 04:16:09 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh7593667441337020834.key 04:16:09 > git merge d24546102b5fafb36a92b102b4be54f609bac794 # timeout=10 04:16:09 > git rev-parse HEAD^{commit} # timeout=10 04:16:09 > git config core.sparsecheckout # timeout=10 04:16:09 > git checkout -f 5bb56453c95912db44905d477eac09d9d334902a # timeout=10 04:16:12 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 04:16:12 > git --version # timeout=10 04:16:12 > git --version # 'git version 2.24.4' 04:16:12 fatal: bad object c3f98f08b2c5d0ffaa3a36dbf383f5176a0ca588 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:13 provisioning config files... 04:16:13 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config2086843703516590965tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:16:13 ---> docker-login.sh 04:16:13 nexus3.edgexfoundry.org:10001 04:16:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:13 Configure a credential helper to remove this warning. See 04:16:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:13 04:16:13 Login Succeeded 04:16:13 nexus3.edgexfoundry.org:10002 04:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:14 Configure a credential helper to remove this warning. See 04:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:14 04:16:14 Login Succeeded 04:16:14 nexus3.edgexfoundry.org:10003 04:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:14 Configure a credential helper to remove this warning. See 04:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:14 04:16:14 Login Succeeded 04:16:14 nexus3.edgexfoundry.org:10004 04:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:14 Configure a credential helper to remove this warning. See 04:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:14 04:16:14 Login Succeeded 04:16:14 docker.io 04:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:14 Configure a credential helper to remove this warning. See 04:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:14 04:16:14 Login Succeeded 04:16:14 ---> docker-login.sh ends [Pipeline] } 04:16:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:16:15 ========================================================= 04:16:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:16:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:16:15 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 04:16:15 Sending build context to Docker daemon 2.65MB 04:16:15 Step 1/9 : ARG BASE=golang:1.16-alpine3.14 04:16:15 Step 2/9 : FROM ${BASE} AS builder 04:16:15 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:16:15 4e9f2cdf4387: Pulling fs layer 04:16:15 57d31006c564: Pulling fs layer 04:16:15 bd5ccded8296: Pulling fs layer 04:16:15 304dd3a0f381: Pulling fs layer 04:16:15 d37cda54a23b: Pulling fs layer 04:16:15 bae75c0f2455: Pulling fs layer 04:16:15 806579b3d29a: Pulling fs layer 04:16:15 c77eb801bf70: Pulling fs layer 04:16:15 6d0567d44e1a: Pulling fs layer 04:16:15 304dd3a0f381: Waiting 04:16:15 d37cda54a23b: Waiting 04:16:15 bae75c0f2455: Waiting 04:16:15 806579b3d29a: Waiting 04:16:15 c77eb801bf70: Waiting 04:16:15 6d0567d44e1a: Waiting 04:16:15 bd5ccded8296: Verifying Checksum 04:16:15 bd5ccded8296: Download complete 04:16:15 57d31006c564: Verifying Checksum 04:16:15 57d31006c564: Download complete 04:16:15 d37cda54a23b: Verifying Checksum 04:16:15 d37cda54a23b: Download complete 04:16:15 bae75c0f2455: Verifying Checksum 04:16:15 bae75c0f2455: Download complete 04:16:15 4e9f2cdf4387: Verifying Checksum 04:16:15 4e9f2cdf4387: Download complete 04:16:15 806579b3d29a: Download complete 04:16:15 c77eb801bf70: Verifying Checksum 04:16:15 c77eb801bf70: Download complete 04:16:15 4e9f2cdf4387: Pull complete 04:16:16 304dd3a0f381: Verifying Checksum 04:16:16 304dd3a0f381: Download complete 04:16:16 57d31006c564: Pull complete 04:16:16 6d0567d44e1a: Verifying Checksum 04:16:16 6d0567d44e1a: Download complete 04:16:16 bd5ccded8296: Pull complete 04:16:19 304dd3a0f381: Pull complete 04:16:19 d37cda54a23b: Pull complete 04:16:19 bae75c0f2455: Pull complete 04:16:19 806579b3d29a: Pull complete 04:16:19 c77eb801bf70: Pull complete 04:16:22 6d0567d44e1a: Pull complete 04:16:22 Digest: sha256:53f76eca38b35ad9f985c2fb57ce55683e6a223a937aed0adb215e74043799cd 04:16:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:16:22 ---> e839a31ac9d1 04:16:22 Step 3/9 : WORKDIR /device-sdk-go 04:16:26 ---> Running in b59cd2f3c46f 04:16:26 Removing intermediate container b59cd2f3c46f 04:16:26 ---> cd6c6ca966d1 04:16:26 Step 4/9 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:16:26 ---> Running in 1702b7e7d6a4 04:16:26 Removing intermediate container 1702b7e7d6a4 04:16:26 ---> 9f1245462a5f 04:16:26 Step 5/9 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:26 ---> Running in 907c41316b33 04:16:26 Removing intermediate container 907c41316b33 04:16:26 ---> 28493b62a60e 04:16:26 Step 6/9 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:16:26 ---> Running in bbd8afb4835b 04:16:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:16:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:16:28 OK: 219 MiB in 52 packages 04:16:28 Removing intermediate container bbd8afb4835b 04:16:28 ---> fbc74dea89cf 04:16:28 Step 7/9 : COPY . . 04:16:28 ---> d58b38fb1003 04:16:28 Step 8/9 : RUN go mod download 04:16:28 ---> Running in ba224bd636d8 04:17:07 Removing intermediate container ba224bd636d8 04:17:07 ---> 8b39c43e0f94 04:17:07 Step 9/9 : RUN make build 04:17:07 ---> Running in 1cef76dd8797 04:17:07 go mod tidy 04:17:08 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 04:17:18 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:17:19 Removing intermediate container 1cef76dd8797 04:17:19 ---> 640f11edd7cb 04:17:19 [Warning] One or more build-args [MAKE] were not consumed 04:17:19 Successfully built 640f11edd7cb 04:17:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:17:19 + docker inspect -f . ci-base-image-x86_64 04:17:19 . [Pipeline] withDockerContainer 04:17:19 prd-centos7-docker-4c-2g-51 does not seem to be running inside a container 04:17:19 $ 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 ******** -e ******** ci-base-image-x86_64 cat 04:17:19 $ docker top be1560029a78658fa8020729d8cca859ef1793fa86336fe135cb279a41ba06d8 -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:20 + go version 04:17:20 go version go1.16.8 linux/amd64 [Pipeline] } 04:17:20 $ docker stop --time=1 be1560029a78658fa8020729d8cca859ef1793fa86336fe135cb279a41ba06d8 04:17:21 $ docker rm -f be1560029a78658fa8020729d8cca859ef1793fa86336fe135cb279a41ba06d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:17:22 + docker inspect -f . ci-base-image-x86_64 04:17:22 . [Pipeline] withDockerContainer 04:17:22 prd-centos7-docker-4c-2g-51 does not seem to be running inside a container 04:17:22 $ 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 ******** -e ******** ci-base-image-x86_64 cat 04:17:22 $ docker top df722d5e5f78f90f948a4258a170e3ed6c45fb9a7f46b4bd6e9e9b8938d95e00 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:17:23 + go mod tidy [Pipeline] sh 04:17:24 + make test 04:17:24 go mod tidy 04:17:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:17:29 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:17:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-50 in /w/workspace/gexfoundry_device-sdk-go_PR-1031 [Pipeline] { [Pipeline] ws 04:17:34 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:17:34 Selected Git installation does not exist. Using Default 04:17:34 The recommended git tool is: NONE 04:17:40 using credential edgex-jenkins-ssh 04:17:40 Cloning the remote Git repository 04:17:40 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:17:40 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:17:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:17:41 > git --version # timeout=10 04:17:41 > git --version # 'git version 2.17.1' 04:17:41 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:17:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:17:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:17:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:17:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:17:43 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1031/head:refs/remotes/origin/PR-1031 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:17:43 Merging remotes/origin/main commit d24546102b5fafb36a92b102b4be54f609bac794 into PR head commit 5bb56453c95912db44905d477eac09d9d334902a 04:17:43 Merge succeeded, producing 5bb56453c95912db44905d477eac09d9d334902a 04:17:43 Checking out Revision 5bb56453c95912db44905d477eac09d9d334902a (PR-1031) 04:17:43 > git config core.sparsecheckout # timeout=10 04:17:43 > git checkout -f 5bb56453c95912db44905d477eac09d9d334902a # timeout=10 04:17:43 > git remote # timeout=10 04:17:43 > git config --get remote.origin.url # timeout=10 04:17:43 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:43 > git merge d24546102b5fafb36a92b102b4be54f609bac794 # timeout=10 04:17:43 > git rev-parse HEAD^{commit} # timeout=10 04:17:43 > git config core.sparsecheckout # timeout=10 04:17:43 > git checkout -f 5bb56453c95912db44905d477eac09d9d334902a # timeout=10 04:17:48 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 04:17:48 > git --version # timeout=10 04:17:48 > git --version # 'git version 2.17.1' 04:17:48 fatal: bad object c3f98f08b2c5d0ffaa3a36dbf383f5176a0ca588 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:49 provisioning config files... 04:17:49 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1599074537865898226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:49 ---> docker-login.sh 04:17:49 nexus3.edgexfoundry.org:10001 04:17:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:51 Configure a credential helper to remove this warning. See 04:17:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:51 04:17:51 Login Succeeded 04:17:51 nexus3.edgexfoundry.org:10002 04:17:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:52 Configure a credential helper to remove this warning. See 04:17:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:52 04:17:52 Login Succeeded 04:17:52 nexus3.edgexfoundry.org:10003 04:17:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:52 Configure a credential helper to remove this warning. See 04:17:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:52 04:17:52 Login Succeeded 04:17:52 nexus3.edgexfoundry.org:10004 04:17:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:53 Configure a credential helper to remove this warning. See 04:17:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:53 04:17:53 Login Succeeded 04:17:53 docker.io 04:17:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:17:54 Configure a credential helper to remove this warning. See 04:17:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:17:54 04:17:54 Login Succeeded 04:17:54 ---> docker-login.sh ends [Pipeline] } 04:17:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:17:54 ========================================================= 04:17:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:17:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:17:55 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 04:17:56 Sending build context to Docker daemon 2.639MB 04:17:56 Step 1/9 : ARG BASE=golang:1.16-alpine3.14 04:17:56 Step 2/9 : FROM ${BASE} AS builder 04:17:56 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:17:56 bbf911997326: Pulling fs layer 04:17:56 58ec367f63d7: Pulling fs layer 04:17:56 1b4a6ffa7d45: Pulling fs layer 04:17:56 fc5181fea5dc: Pulling fs layer 04:17:56 9c418107303f: Pulling fs layer 04:17:56 284eca6f2348: Pulling fs layer 04:17:56 842844d905b1: Pulling fs layer 04:17:56 901a3a57568e: Pulling fs layer 04:17:56 284eca6f2348: Waiting 04:17:56 842844d905b1: Waiting 04:17:56 fc5181fea5dc: Waiting 04:17:56 901a3a57568e: Waiting 04:17:56 9c418107303f: Waiting 04:17:56 1b4a6ffa7d45: Verifying Checksum 04:17:56 1b4a6ffa7d45: Download complete 04:17:56 58ec367f63d7: Verifying Checksum 04:17:56 58ec367f63d7: Download complete 04:17:56 9c418107303f: Verifying Checksum 04:17:56 9c418107303f: Download complete 04:17:56 284eca6f2348: Download complete 04:17:56 bbf911997326: Download complete 04:17:56 842844d905b1: Verifying Checksum 04:17:56 842844d905b1: Download complete 04:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:17:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.055s coverage: 23.7% of statements 04:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:17:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.050s coverage: 28.1% of statements 04:17:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.048s coverage: 78.9% of statements 04:17:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.045s coverage: 9.0% of statements 04:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:17:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.053s coverage: 28.7% of statements 04:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:17:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.072s coverage: 83.3% of statements 04:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:17:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.075s coverage: 57.8% of statements 04:17:57 bbf911997326: Pull complete 04:17:57 58ec367f63d7: Pull complete 04:17:57 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.830s coverage: 89.0% of statements 04:17:57 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:17:57 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.043s coverage: 4.9% of statements 04:17:57 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:17:57 GO111MODULE=on go vet ./... 04:17:58 1b4a6ffa7d45: Pull complete 04:17:58 901a3a57568e: Verifying Checksum 04:17:58 901a3a57568e: Download complete 04:17:58 fc5181fea5dc: Verifying Checksum 04:17:58 fc5181fea5dc: Download complete 04:18:08 gofmt -l . 04:18:08 [ "`gofmt -l .`" = "" ] 04:18:08 ./bin/test-attribution-txt.sh 04:18:08 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:18:08 $ docker stop --time=1 df722d5e5f78f90f948a4258a170e3ed6c45fb9a7f46b4bd6e9e9b8938d95e00 04:18:09 fc5181fea5dc: Pull complete 04:18:09 9c418107303f: Pull complete 04:18:09 284eca6f2348: Pull complete 04:18:09 $ docker rm -f df722d5e5f78f90f948a4258a170e3ed6c45fb9a7f46b4bd6e9e9b8938d95e00 [Pipeline] // withDockerContainer [Pipeline] sh 04:18:09 842844d905b1: Pull complete 04:18:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:18:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:18:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:18:11 + ls -al . 04:18:11 total 264 04:18:11 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 8 04:18 . 04:18:11 drwxrwxr-x. 4 jenkins jenkins 28 Oct 8 04:16 .. 04:18:11 drwxrwxr-x. 2 jenkins jenkins 64 Oct 8 04:16 bin 04:18:11 -rw-rw-r--. 1 jenkins jenkins 24816 Oct 8 04:16 CHANGELOG.md 04:18:11 -rw-r--r--. 1 jenkins jenkins 126160 Oct 8 04:17 coverage.out 04:18:11 -rw-rw-r--. 1 jenkins jenkins 140 Oct 8 04:16 .dockerignore 04:18:11 drwxrwxr-x. 5 jenkins jenkins 62 Oct 8 04:16 example 04:18:11 drwxrwxr-x. 8 jenkins jenkins 179 Oct 8 04:16 .git 04:18:11 drwxrwxr-x. 3 jenkins jenkins 125 Oct 8 04:16 .github 04:18:11 -rw-rw-r--. 1 jenkins jenkins 138 Oct 8 04:16 .gitignore 04:18:11 -rw-r--r--. 1 jenkins jenkins 583 Oct 8 04:18 go.mod 04:18:11 -rw-r--r--. 1 jenkins jenkins 49618 Oct 8 04:17 go.sum 04:18:11 -rw-rw-r--. 1 jenkins jenkins 677 Oct 8 04:16 GOVERNANCE.md 04:18:11 drwxrwxr-x. 15 jenkins jenkins 224 Oct 8 04:16 internal 04:18:11 -rw-rw-r--. 1 jenkins jenkins 880 Oct 8 04:16 Jenkinsfile 04:18:11 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 8 04:16 LICENSE 04:18:11 -rw-rw-r--. 1 jenkins jenkins 1026 Oct 8 04:16 Makefile 04:18:11 drwxrwxr-x. 3 jenkins jenkins 16 Oct 8 04:16 openapi 04:18:11 -rw-rw-r--. 1 jenkins jenkins 619 Oct 8 04:16 OWNERS.md 04:18:11 drwxrwxr-x. 5 jenkins jenkins 50 Oct 8 04:16 pkg 04:18:11 -rw-rw-r--. 1 jenkins jenkins 7646 Oct 8 04:16 README.md 04:18:11 drwxrwxr-x. 4 jenkins jenkins 54 Oct 8 04:16 snap 04:18:11 -rw-rw-r--. 1 jenkins jenkins 5 Oct 8 04:13 VERSION 04:18:11 -rw-rw-r--. 1 jenkins jenkins 222 Oct 8 04:16 version.go [Pipeline] isUnix [Pipeline] sh 04:18:11 + 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=5bb56453c95912db44905d477eac09d9d334902a --label arch=amd64 --label version=0.0.0 . 04:18:11 Sending build context to Docker daemon 2.777MB 04:18:11 Step 1/23 : ARG BASE=golang:1.16-alpine3.14 04:18:11 Step 2/23 : FROM ${BASE} AS builder 04:18:11 ---> 640f11edd7cb 04:18:11 Step 3/23 : WORKDIR /device-sdk-go 04:18:11 ---> Running in 26481791ab32 04:18:12 Removing intermediate container 26481791ab32 04:18:12 ---> bfba9ef24979 04:18:12 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:18:12 ---> Running in 4120f6f0f8fe 04:18:12 Removing intermediate container 4120f6f0f8fe 04:18:12 ---> a2fdc28fd513 04:18:12 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:18:12 ---> Running in b60e9c7e469e 04:18:12 Removing intermediate container b60e9c7e469e 04:18:12 ---> 0ee1e86ccea3 04:18:12 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:18:12 ---> Running in faada8b474f9 04:18:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:18:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:18:14 OK: 219 MiB in 52 packages 04:18:14 Removing intermediate container faada8b474f9 04:18:14 ---> 6d20c90865eb 04:18:14 Step 7/23 : COPY . . 04:18:14 ---> ab8f68040307 04:18:14 Step 8/23 : RUN go mod download 04:18:14 ---> Running in d710db5ec8e5 04:18:15 901a3a57568e: Pull complete 04:18:15 Digest: sha256:92108203400274521d8db92c8dd03fc26ad1e7e27843eaecabaf975bf4a1b1e7 04:18:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:18:15 ---> 72ade6ffb461 04:18:15 Step 3/9 : WORKDIR /device-sdk-go 04:18:15 Removing intermediate container d710db5ec8e5 04:18:15 ---> 1110e58dedad 04:18:15 Step 9/23 : RUN make build 04:18:15 ---> Running in f4161bcf1fcd 04:18:15 go mod tidy 04:18:15 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 04:18:16 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:18:16 Removing intermediate container f4161bcf1fcd 04:18:16 ---> 28a18ecb12ce 04:18:16 Step 10/23 : FROM alpine:3.14 04:18:17 3.14: Pulling from library/alpine 04:18:17 a0d0a0d46f8b: Pulling fs layer 04:18:17 a0d0a0d46f8b: Verifying Checksum 04:18:17 a0d0a0d46f8b: Download complete 04:18:17 a0d0a0d46f8b: Pull complete 04:18:17 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:18:17 Status: Downloaded newer image for alpine:3.14 04:18:17 ---> 14119a10abf4 04:18:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:18:17 ---> Running in 4f5b497c36b0 04:18:18 Removing intermediate container 4f5b497c36b0 04:18:18 ---> 889ba6a13bff 04:18:18 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:18:18 ---> Running in f3d77672aefb 04:18:18 Removing intermediate container f3d77672aefb 04:18:18 ---> 36777f5e2aa0 04:18:18 Step 13/23 : RUN apk add --update --no-cache zeromq 04:18:18 ---> Running in 51dd1328c21f 04:18:19 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:18:19 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:18:20 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:18:20 (2/5) Installing libsodium (1.0.18-r0) 04:18:20 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:18:20 (4/5) Installing libzmq (4.3.4-r0) 04:18:20 ---> Running in c65292fca065 04:18:20 Removing intermediate container c65292fca065 04:18:20 ---> 8f7ccecf4809 04:18:20 Step 4/9 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:18:20 ---> Running in 7ee6a756333e 04:18:20 (5/5) Installing zeromq (4.3.4-r0) 04:18:20 Executing busybox-1.33.1-r3.trigger 04:18:20 OK: 8 MiB in 19 packages 04:18:21 Removing intermediate container 7ee6a756333e 04:18:21 ---> ffbfb3816919 04:18:21 Step 5/9 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:18:21 Removing intermediate container 51dd1328c21f 04:18:21 ---> b7e9ce899d74 04:18:21 Step 14/23 : WORKDIR / 04:18:21 ---> Running in 6c576e4be9a9 04:18:21 ---> Running in cf8409b60a5c 04:18:21 Removing intermediate container 6c576e4be9a9 04:18:21 ---> 96ec7e9d17e8 04:18:21 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:18:21 ---> 2a8550f77434 04:18:21 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:18:21 ---> ade92770dc30 04:18:21 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:18:21 ---> eb0765948f31 04:18:21 Step 18/23 : EXPOSE 59999 04:18:21 ---> Running in 4429f8b550af 04:18:21 Removing intermediate container 4429f8b550af 04:18:21 ---> 261d4c458eeb 04:18:21 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:18:22 ---> Running in ac8162878727 04:18:22 Removing intermediate container ac8162878727 04:18:22 ---> 6722ac5cbe5c 04:18:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:18:22 ---> Running in 725ecaf66a89 04:18:22 Removing intermediate container 725ecaf66a89 04:18:22 ---> 44ec5d4471a4 04:18:22 Step 21/23 : LABEL arch=amd64 04:18:22 ---> Running in fb4601e79c80 04:18:22 Removing intermediate container fb4601e79c80 04:18:22 ---> ea4ff6d8da71 04:18:22 Step 22/23 : LABEL git_sha=5bb56453c95912db44905d477eac09d9d334902a 04:18:22 ---> Running in d52894ead057 04:18:22 Removing intermediate container d52894ead057 04:18:22 ---> 797986210962 04:18:22 Step 23/23 : LABEL version=0.0.0 04:18:22 ---> Running in 30b9167f06a9 04:18:22 Removing intermediate container 30b9167f06a9 04:18:22 ---> 4882e0ebed68 04:18:22 [Warning] One or more build-args [MAKE ARCH] were not consumed 04:18:22 Successfully built 4882e0ebed68 04:18:22 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:18:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:18:23 04:18:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:18:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:18:23 latest: Pulling from edgex-lftools-log-publisher 04:18:23 b4d181a07f80: Pulling fs layer 04:18:23 a1111a8f2ec3: Pulling fs layer 04:18:23 ed53099fbce6: Pulling fs layer 04:18:23 dc539afda2c1: Pulling fs layer 04:18:23 77bc0d833cb6: Pulling fs layer 04:18:23 9065ff56babe: Pulling fs layer 04:18:23 d287ab97295c: Pulling fs layer 04:18:23 77bc0d833cb6: Waiting 04:18:23 9065ff56babe: Waiting 04:18:23 d287ab97295c: Waiting 04:18:23 dc539afda2c1: Waiting 04:18:23 a1111a8f2ec3: Verifying Checksum 04:18:23 a1111a8f2ec3: Download complete 04:18:23 dc539afda2c1: Verifying Checksum 04:18:23 dc539afda2c1: Download complete 04:18:23 Removing intermediate container cf8409b60a5c 04:18:23 ---> bf221f268ff2 04:18:23 Step 6/9 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:18:23 ---> Running in e36eeb1a1e0c 04:18:24 ed53099fbce6: Verifying Checksum 04:18:24 ed53099fbce6: Download complete 04:18:24 77bc0d833cb6: Verifying Checksum 04:18:24 77bc0d833cb6: Download complete 04:18:24 9065ff56babe: Verifying Checksum 04:18:24 9065ff56babe: Download complete 04:18:24 b4d181a07f80: Download complete 04:18:24 d287ab97295c: Verifying Checksum 04:18:24 d287ab97295c: Download complete 04:18:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:18:25 b4d181a07f80: Pull complete 04:18:25 a1111a8f2ec3: Pull complete 04:18:26 ed53099fbce6: Pull complete 04:18:26 dc539afda2c1: Pull complete 04:18:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:18:26 77bc0d833cb6: Pull complete 04:18:26 9065ff56babe: Pull complete 04:18:27 OK: 218 MiB in 52 packages 04:18:28 Removing intermediate container e36eeb1a1e0c 04:18:28 ---> 9da2151cad2d 04:18:28 Step 7/9 : COPY . . 04:18:29 ---> 5edd28260e0e 04:18:29 Step 8/9 : RUN go mod download 04:18:29 ---> Running in 44e2cef61e78 04:18:31 d287ab97295c: Pull complete 04:18:31 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:18:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:18:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:18:31 prd-centos7-docker-4c-2g-51 does not seem to be running inside a container 04:18:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:18:34 $ docker top 9689f2a4ba653924dd9214538324549c9c3016f0088963bab2e3b96acd097ebe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:18:35 ---> job-cost.sh 04:18:35 lf-activate-venv: SKIPPING 04:18:35 INFO: No Stack... 04:18:39 INFO: Retrieving Pricing Info for: v3-standard-2 04:18:39 INFO: Archiving Costs [Pipeline] sh 04:18:40 + cut -d, -f6 04:18:40 + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock 04:18:40 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1031-1-stack-cost] 04:18:40 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1031-1-stack-cost] did not exist. Created. 04:18:40 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1031-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:18:40 + echo total: 0.05999999865889549 [Pipeline] stash 04:18:40 Stashed 1 file(s) [Pipeline] } 04:18:40 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1031-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:18:40 $ docker stop --time=1 9689f2a4ba653924dd9214538324549c9c3016f0088963bab2e3b96acd097ebe 04:18:41 $ docker rm -f 9689f2a4ba653924dd9214538324549c9c3016f0088963bab2e3b96acd097ebe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:19:51 Removing intermediate container 44e2cef61e78 04:19:51 ---> 3e5ba7d7b575 04:19:51 Step 9/9 : RUN make build 04:19:51 ---> Running in b12d113d972a 04:19:51 go mod tidy 04:19:51 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 04:20:23 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:20:26 Removing intermediate container b12d113d972a 04:20:26 ---> 728c95826c66 04:20:26 [Warning] One or more build-args [MAKE] were not consumed 04:20:26 Successfully built 728c95826c66 04:20:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:20:27 + docker inspect -f . ci-base-image-arm64 04:20:27 . [Pipeline] withDockerContainer 04:20:27 prd-ubuntu18.04-docker-arm64-4c-16g-50 does not seem to be running inside a container 04:20:27 $ 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-arm64 cat 04:20:29 $ docker top 40934a82a299ebb95be4dc622f8cf79e6efcee262fe35b3813b8ca3c8af402ec -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:30 + go version 04:20:30 go version go1.16.8 linux/arm64 [Pipeline] } 04:20:30 $ docker stop --time=1 40934a82a299ebb95be4dc622f8cf79e6efcee262fe35b3813b8ca3c8af402ec 04:20:32 $ docker rm -f 40934a82a299ebb95be4dc622f8cf79e6efcee262fe35b3813b8ca3c8af402ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:20:33 + docker inspect -f . ci-base-image-arm64 04:20:33 . [Pipeline] withDockerContainer 04:20:33 prd-ubuntu18.04-docker-arm64-4c-16g-50 does not seem to be running inside a container 04:20:33 $ 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-arm64 cat 04:20:35 $ docker top f67235e758f6a283adaf845397a8c3beb4c271cca8fc9056790b4a6a3697ba64 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:20:36 + go mod tidy [Pipeline] sh 04:20:38 + make test 04:20:38 go mod tidy 04:20:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:21:05 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:22:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:22:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:22:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:22:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.302s coverage: 23.7% of statements 04:22:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:22:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.188s coverage: 28.1% of statements 04:22:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.244s coverage: 78.9% of statements 04:22:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.214s coverage: 9.0% of statements 04:22:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:22:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:22:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:22:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.278s coverage: 28.7% of statements 04:22:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:22:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.258s coverage: 83.3% of statements 04:22:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:22:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:22:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.331s coverage: 57.8% of statements 04:22:25 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.944s coverage: 89.0% of statements 04:22:25 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:22:25 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.203s coverage: 4.9% of statements 04:22:25 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:22:25 GO111MODULE=on go vet ./... 04:22:58 gofmt -l . 04:22:58 [ "`gofmt -l .`" = "" ] 04:22:58 ./bin/test-attribution-txt.sh 04:23:00 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:23:01 $ docker stop --time=1 f67235e758f6a283adaf845397a8c3beb4c271cca8fc9056790b4a6a3697ba64 04:23:03 $ docker rm -f f67235e758f6a283adaf845397a8c3beb4c271cca8fc9056790b4a6a3697ba64 [Pipeline] // withDockerContainer [Pipeline] sh 04:23:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:23:04 Warning: overwriting stash ‘coverage-report’ 04:23:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:23:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:23:05 + ls -al . 04:23:05 total 300 04:23:05 drwxrwxr-x 10 jenkins jenkins 4096 Oct 8 04:23 . 04:23:05 drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 04:17 .. 04:23:05 -rw-rw-r-- 1 jenkins jenkins 140 Oct 8 04:17 .dockerignore 04:23:05 drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 04:17 .git 04:23:05 drwxrwxr-x 3 jenkins jenkins 4096 Oct 8 04:17 .github 04:23:05 -rw-rw-r-- 1 jenkins jenkins 138 Oct 8 04:17 .gitignore 04:23:05 -rw-rw-r-- 1 jenkins jenkins 24816 Oct 8 04:17 CHANGELOG.md 04:23:05 -rw-rw-r-- 1 jenkins jenkins 677 Oct 8 04:17 GOVERNANCE.md 04:23:05 -rw-rw-r-- 1 jenkins jenkins 880 Oct 8 04:17 Jenkinsfile 04:23:05 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 8 04:17 LICENSE 04:23:05 -rw-rw-r-- 1 jenkins jenkins 1026 Oct 8 04:17 Makefile 04:23:05 -rw-rw-r-- 1 jenkins jenkins 619 Oct 8 04:17 OWNERS.md 04:23:05 -rw-rw-r-- 1 jenkins jenkins 7646 Oct 8 04:17 README.md 04:23:05 -rw-rw-r-- 1 jenkins jenkins 5 Oct 8 04:13 VERSION 04:23:05 drwxrwxr-x 2 jenkins jenkins 4096 Oct 8 04:17 bin 04:23:05 -rw-r--r-- 1 jenkins jenkins 126160 Oct 8 04:22 coverage.out 04:23:05 drwxrwxr-x 5 jenkins jenkins 4096 Oct 8 04:17 example 04:23:05 -rw-r--r-- 1 jenkins jenkins 583 Oct 8 04:23 go.mod 04:23:05 -rw-r--r-- 1 jenkins jenkins 49618 Oct 8 04:20 go.sum 04:23:05 drwxrwxr-x 15 jenkins jenkins 4096 Oct 8 04:17 internal 04:23:05 drwxrwxr-x 3 jenkins jenkins 4096 Oct 8 04:17 openapi 04:23:05 drwxrwxr-x 5 jenkins jenkins 4096 Oct 8 04:17 pkg 04:23:05 drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 04:17 snap 04:23:05 -rw-rw-r-- 1 jenkins jenkins 222 Oct 8 04:17 version.go [Pipeline] isUnix [Pipeline] sh 04:23:06 + 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=5bb56453c95912db44905d477eac09d9d334902a --label arch=arm64 --label version=0.0.0 . 04:23:06 Sending build context to Docker daemon 2.766MB 04:23:06 Step 1/23 : ARG BASE=golang:1.16-alpine3.14 04:23:06 Step 2/23 : FROM ${BASE} AS builder 04:23:06 ---> 728c95826c66 04:23:06 Step 3/23 : WORKDIR /device-sdk-go 04:23:06 ---> Running in bca8b3441a27 04:23:07 Removing intermediate container bca8b3441a27 04:23:07 ---> 2e089b8ce825 04:23:07 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:23:07 ---> Running in e0d8b72730af 04:23:08 Removing intermediate container e0d8b72730af 04:23:08 ---> e002ab58967c 04:23:08 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:23:08 ---> Running in 4da2622a0ab5 04:23:10 Removing intermediate container 4da2622a0ab5 04:23:10 ---> d246ac7ee0bd 04:23:10 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:23:10 ---> Running in bf8b341407c8 04:23:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:23:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:23:13 OK: 218 MiB in 52 packages 04:23:14 Removing intermediate container bf8b341407c8 04:23:14 ---> bee9ec9d3d59 04:23:14 Step 7/23 : COPY . . 04:23:15 ---> c4469309ee2b 04:23:15 Step 8/23 : RUN go mod download 04:23:15 ---> Running in 7860b9433c49 04:23:18 Removing intermediate container 7860b9433c49 04:23:18 ---> 695c445ba374 04:23:18 Step 9/23 : RUN make build 04:23:18 ---> Running in 78f6d6100e07 04:23:19 go mod tidy 04:23:20 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 04:23:21 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:23:23 Removing intermediate container 78f6d6100e07 04:23:23 ---> 1d6947983217 04:23:23 Step 10/23 : FROM alpine:3.14 04:23:23 3.14: Pulling from library/alpine 04:23:23 552d1f2373af: Pulling fs layer 04:23:24 552d1f2373af: Verifying Checksum 04:23:24 552d1f2373af: Download complete 04:23:24 552d1f2373af: Pull complete 04:23:24 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:23:24 Status: Downloaded newer image for alpine:3.14 04:23:25 ---> bb3de5531c18 04:23:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:23:25 ---> Running in 409d7f5127f5 04:23:25 Removing intermediate container 409d7f5127f5 04:23:25 ---> 75474428f8df 04:23:25 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:23:25 ---> Running in 4cc17d6e58cf 04:23:27 Removing intermediate container 4cc17d6e58cf 04:23:27 ---> 7ea5ad3efa89 04:23:27 Step 13/23 : RUN apk add --update --no-cache zeromq 04:23:28 ---> Running in 0e5e17808b04 04:23:29 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:23:30 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:23:31 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:23:31 (2/5) Installing libsodium (1.0.18-r0) 04:23:31 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:23:31 (4/5) Installing libzmq (4.3.4-r0) 04:23:31 (5/5) Installing zeromq (4.3.4-r0) 04:23:31 Executing busybox-1.33.1-r3.trigger 04:23:31 OK: 8 MiB in 19 packages 04:23:32 Removing intermediate container 0e5e17808b04 04:23:32 ---> 5f430ddb3c1c 04:23:32 Step 14/23 : WORKDIR / 04:23:32 ---> Running in 4cd717b97377 04:23:33 Removing intermediate container 4cd717b97377 04:23:33 ---> 49c0bf53f311 04:23:33 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:23:34 ---> fe09da1945a4 04:23:34 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:23:35 ---> 790f05d566d6 04:23:35 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:23:36 ---> 8d9a6240aa28 04:23:36 Step 18/23 : EXPOSE 59999 04:23:36 ---> Running in d01a9be85a04 04:23:36 Removing intermediate container d01a9be85a04 04:23:36 ---> de0fee28b77c 04:23:36 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:23:36 ---> Running in f41478740a09 04:23:37 Removing intermediate container f41478740a09 04:23:37 ---> 063499e1538a 04:23:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:23:37 ---> Running in c5aa976225f0 04:23:37 Removing intermediate container c5aa976225f0 04:23:37 ---> c4808d4c469b 04:23:37 Step 21/23 : LABEL arch=arm64 04:23:37 ---> Running in 17623877504b 04:23:38 Removing intermediate container 17623877504b 04:23:38 ---> 38eae440c06b 04:23:38 Step 22/23 : LABEL git_sha=5bb56453c95912db44905d477eac09d9d334902a 04:23:38 ---> Running in 9db02cbf3e27 04:23:38 Removing intermediate container 9db02cbf3e27 04:23:38 ---> 0fc05ef97bce 04:23:38 Step 23/23 : LABEL version=0.0.0 04:23:38 ---> Running in f87fd4133f79 04:23:39 Removing intermediate container f87fd4133f79 04:23:39 ---> 4d266c7c6344 04:23:39 [Warning] One or more build-args [ARCH MAKE] were not consumed 04:23:39 Successfully built 4d266c7c6344 04:23:39 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:23:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:23:40 04:23:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:23:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:23:40 arm64: Pulling from edgex-lftools-log-publisher 04:23:40 448f6bf000e3: Pulling fs layer 04:23:40 f757da607395: Pulling fs layer 04:23:40 05883995daec: Pulling fs layer 04:23:40 8603b9c90790: Pulling fs layer 04:23:40 1560dd03e051: Pulling fs layer 04:23:40 27f5ce0e4adf: Pulling fs layer 04:23:40 c2d8d7efcc4b: Pulling fs layer 04:23:40 8603b9c90790: Waiting 04:23:40 1560dd03e051: Waiting 04:23:40 27f5ce0e4adf: Waiting 04:23:41 f757da607395: Verifying Checksum 04:23:41 f757da607395: Download complete 04:23:41 8603b9c90790: Verifying Checksum 04:23:41 8603b9c90790: Download complete 04:23:41 1560dd03e051: Verifying Checksum 04:23:41 1560dd03e051: Download complete 04:23:41 05883995daec: Verifying Checksum 04:23:41 05883995daec: Download complete 04:23:41 27f5ce0e4adf: Verifying Checksum 04:23:41 27f5ce0e4adf: Download complete 04:23:41 448f6bf000e3: Download complete 04:23:44 c2d8d7efcc4b: Verifying Checksum 04:23:44 c2d8d7efcc4b: Download complete 04:23:45 448f6bf000e3: Pull complete 04:23:46 f757da607395: Pull complete 04:23:47 05883995daec: Pull complete 04:23:47 8603b9c90790: Pull complete 04:23:48 1560dd03e051: Pull complete 04:23:49 27f5ce0e4adf: Pull complete 04:24:04 c2d8d7efcc4b: Pull complete 04:24:04 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 04:24:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:24:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:24:04 prd-ubuntu18.04-docker-arm64-4c-16g-50 does not seem to be running inside a container 04:24:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:24:08 $ docker top 986d5ae70ed94ad8c42b0d1fb4beaf762ce1deb77f9c0b87dda70a1e14d5db53 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:24:09 ---> job-cost.sh 04:24:09 lf-activate-venv: SKIPPING 04:24:09 INFO: No Stack... 04:24:09 INFO: Retrieving Pricing Info for: v3-standard-4 04:24:10 INFO: Archiving Costs [Pipeline] sh 04:24:11 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:24:11 + cut -d, -f6 [Pipeline] lock 04:24:11 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1031-1-stack-cost] 04:24:11 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1031-1-stack-cost] did not exist. Created. 04:24:11 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1031-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:24:12 /w/workspace/device-sdk-go/1@tmp/durable-a45074db/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-a45074db/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:24:12 + echo total: 0.10999999940395355 [Pipeline] stash 04:24:12 Warning: overwriting stash ‘stack-cost’ 04:24:12 Stashed 1 file(s) [Pipeline] } 04:24:12 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1031-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:24:12 $ docker stop --time=1 986d5ae70ed94ad8c42b0d1fb4beaf762ce1deb77f9c0b87dda70a1e14d5db53 04:24:14 $ docker rm -f 986d5ae70ed94ad8c42b0d1fb4beaf762ce1deb77f9c0b87dda70a1e14d5db53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:24:15 provisioning config files... 04:24:15 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/config8057443031503698821tmp [Pipeline] { [Pipeline] sh 04:24:16 + set +x 04:24:16 + bash -s -- 04:24:16 + curl -s https://codecov.io/bash 04:24:16 04:24:16 _____ _ 04:24:16 / ____| | | 04:24:16 | | ___ __| | ___ ___ _____ __ 04:24:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:24:16 | |___| (_) | (_| | __/ (_| (_) \ V / 04:24:16 \_____\___/ \__,_|\___|\___\___/ \_/ 04:24:16 Bash-1.0.6 04:24:16 04:24:16 04:24:16 ==> git version 2.24.4 found 04:24:16 ==> 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 04:24:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:24:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:24:16 ==> Jenkins CI detected. 04:24:16 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1031 04:24:16 project root: . 04:24:16 --> token set from env 04:24:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:24:16 ==> Running gcov in . (disable via -X gcov) 04:24:16 ==> Python coveragepy not found 04:24:16 ==> Searching for coverage reports in: 04:24:16 + . 04:24:16 -> Found 1 reports 04:24:16 ==> Detecting git/mercurial file structure 04:24:16 ==> Reading reports 04:24:16 + ./coverage.out bytes=126160 04:24:16 ==> Appending adjustments 04:24:16 https://docs.codecov.io/docs/fixing-reports 04:24:16 + Found adjustments 04:24:16 ==> Gzipping contents 04:24:16 16K /tmp/codecov.qUGSYp.gz 04:24:16 ==> Uploading reports 04:24:16 url: https://codecov.io 04:24:16 query: branch=PR-1031&commit=5bb56453c95912db44905d477eac09d9d334902a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1031%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1031&job=&cmd_args= 04:24:16 -> Pinging Codecov 04:24:16 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1031&commit=5bb56453c95912db44905d477eac09d9d334902a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1031%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1031&job=&cmd_args= 04:24:16 -> Uploading to 04:24:16 https://storage.googleapis.com/codecov/v4/raw/2021-10-08/7E55EF52A471D76F132DFD9A03CDDE97/5bb56453c95912db44905d477eac09d9d334902a/20f885df-36d8-4040-a105-20709d6a0b16.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211008%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211008T042416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=df6eb92603d238c30428c62244aedbd7dbd7e10ee464191b18fd9794ac42c84b 04:24:16 % Total % Received % Xferd Average Speed Time Time Time Current 04:24:16 Dload Upload Total Spent Left Speed 04:24:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16079 0 0 100 16079 0 58371 --:--:-- --:--:-- --:--:-- 58469 04:24:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/5bb56453c95912db44905d477eac09d9d334902a [Pipeline] } 04:24:17 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] sh 04:24:19 + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1031/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:24:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:24:20 ---> package-listing.sh 04:24:20 ++ facter osfamily 04:24:20 ++ tr '[:upper:]' '[:lower:]' 04:24:20 + OS_FAMILY=redhat 04:24:20 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1031 04:24:20 + START_PACKAGES=/tmp/packages_start.txt 04:24:20 + END_PACKAGES=/tmp/packages_end.txt 04:24:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:24:20 + PACKAGES=/tmp/packages_start.txt 04:24:20 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1031 ']' 04:24:20 + PACKAGES=/tmp/packages_end.txt 04:24:20 + case "${OS_FAMILY}" in 04:24:20 + sort 04:24:20 + rpm -qa 04:24:20 + '[' -f /tmp/packages_start.txt ']' 04:24:20 + '[' -f /tmp/packages_end.txt ']' 04:24:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:24:20 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1031 ']' 04:24:20 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1031/archives/ 04:24:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1031/archives/ [Pipeline] echo 04:24:20 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/gexfoundry_device-sdk-go_PR-1031/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:24:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:24:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:24:21 04:24:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:24:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:24:21 latest: Pulling from edgex-lftools-log-publisher 04:24:21 b4d181a07f80: Pulling fs layer 04:24:21 a1111a8f2ec3: Pulling fs layer 04:24:21 ed53099fbce6: Pulling fs layer 04:24:21 dc539afda2c1: Pulling fs layer 04:24:21 77bc0d833cb6: Pulling fs layer 04:24:21 9065ff56babe: Pulling fs layer 04:24:21 d287ab97295c: Pulling fs layer 04:24:21 dc539afda2c1: Waiting 04:24:21 77bc0d833cb6: Waiting 04:24:21 9065ff56babe: Waiting 04:24:21 d287ab97295c: Waiting 04:24:21 a1111a8f2ec3: Download complete 04:24:21 dc539afda2c1: Verifying Checksum 04:24:21 dc539afda2c1: Download complete 04:24:21 ed53099fbce6: Verifying Checksum 04:24:21 ed53099fbce6: Download complete 04:24:22 9065ff56babe: Verifying Checksum 04:24:22 9065ff56babe: Download complete 04:24:22 77bc0d833cb6: Verifying Checksum 04:24:22 77bc0d833cb6: Download complete 04:24:22 b4d181a07f80: Verifying Checksum 04:24:22 b4d181a07f80: Download complete 04:24:22 d287ab97295c: Verifying Checksum 04:24:22 d287ab97295c: Download complete 04:24:23 b4d181a07f80: Pull complete 04:24:23 a1111a8f2ec3: Pull complete 04:24:24 ed53099fbce6: Pull complete 04:24:24 dc539afda2c1: Pull complete 04:24:24 77bc0d833cb6: Pull complete 04:24:24 9065ff56babe: Pull complete 04:24:30 d287ab97295c: Pull complete 04:24:30 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:24:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:24:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:24:30 prd-centos7-docker-4c-2g-44 does not seem to be running inside a container 04:24:30 $ 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/gexfoundry_device-sdk-go_PR-1031/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1031 -v /w/workspace/gexfoundry_device-sdk-go_PR-1031:/w/workspace/gexfoundry_device-sdk-go_PR-1031:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1031@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:24:32 $ docker top 99546fd851916d9fa7a2158aa1505bc415cd37c66e93f5c40a88105bcc3e873e -eo pid,comm [Pipeline] { [Pipeline] sh 04:24:32 + touch /tmp/pre-build-complete [Pipeline] sh 04:24:33 + mkdir -p /var/log/sysstat [Pipeline] sh 04:24:33 + ls /var/log/sa-host 04:24:33 + sadf -c /var/log/sa-host/sa08 04:24:33 file_magic: OK 04:24:33 HZ: Using current value: 100 04:24:33 file_header: OK 04:24:33 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 04:24:33 Statistics: 04:24:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:24:33 File successfully converted to sysstat format version 12.0.3 04:24:33 + sadf -c /var/log/sa-host/sa30 04:24:33 file_magic: OK 04:24:33 HZ: Using current value: 100 04:24:33 file_header: OK 04:24:33 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 04:24:33 Statistics: 04:24:33 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:24:33 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:24:33 provisioning config files... 04:24:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/config5698642660645373193tmp [Pipeline] { [Pipeline] echo 04:24:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:24:34 ---> create-netrc.sh [Pipeline] } 04:24:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:24:34 ---> python-tools-install.sh [Pipeline] echo 04:24:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:24:34 ---> sudo-logs.sh 04:24:34 Archiving 'sudo' log.. 04:24:34 sudo: unable to resolve host prd-centos7-docker-4c-2g-44.novalocal: Name or service not known 04:24:34 sudo: unable to resolve host prd-centos7-docker-4c-2g-44.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:24:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:24:35 ---> job-cost.sh 04:24:35 lf-activate-venv: SKIPPING 04:24:35 DEBUG: total: 0.10999999940395355 04:24:35 INFO: Retrieving Stack Cost... 04:24:50 INFO: Retrieving Pricing Info for: v3-standard-2 04:24:50 INFO: Archiving Costs [Pipeline] echo 04:24:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:24:50 ---> logs-deploy.sh 04:24:50 lf-activate-venv: SKIPPING 04:24:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1031/1 04:24:50 INFO: archiving workspace using pattern(s): 04:24:51 Archives upload complete. 04:24:51 INFO: archiving logs to Nexus