Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ca8f408215d3aa33b4c9f70e2fe77f2cb3750385+5ed4cacd84df9b58bf582e255ca77028d77e465f (14aa949bb85c86a259765446375288317d751959) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh547205584755895065.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f1d79d91c36788821211008368c3015072ca53ca 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-ssh6610562410446573478.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 f1d79d91c36788821211008368c3015072ca53ca The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1031/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1031/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8558547776093799468.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f1d79d91c36788821211008368c3015072ca53ca (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f1d79d91c36788821211008368c3015072ca53ca # timeout=10 Commit message: "Merge pull request #358 from ernestojeda/update-get-head-tags" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2899318411482560590.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1031/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1031/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7073993575633714572.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-703 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-ssh1293926624885835460.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/jenkins-gitclient-ssh4823353506936392339.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 Merging remotes/origin/main commit 5ed4cacd84df9b58bf582e255ca77028d77e465f into PR head commit ca8f408215d3aa33b4c9f70e2fe77f2cb3750385 Merge succeeded, producing d75b8add1fd674e74e2fbe69395b05bc0d167a40 Checking out Revision d75b8add1fd674e74e2fbe69395b05bc0d167a40 (PR-1031) > git config core.sparsecheckout # timeout=10 > git checkout -f ca8f408215d3aa33b4c9f70e2fe77f2cb3750385 # 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-ssh3970338916341529727.key > git merge 5ed4cacd84df9b58bf582e255ca77028d77e465f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d75b8add1fd674e74e2fbe69395b05bc0d167a40 # timeout=10 Commit message: "Merge commit '5ed4cacd84df9b58bf582e255ca77028d77e465f' into HEAD" > git rev-list --no-walk ca8f408215d3aa33b4c9f70e2fe77f2cb3750385 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:44:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:44:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:44:42 ========================================================= 14:44:42 EdgeX Global Pipelines Version Info 14:44:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:44:43 ------------------- 14:44:43 stable info: 14:44:43 ------------------- 14:44:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:44:43 Commit SHA: f1d79d91c36788821211008368c3015072ca53ca 14:44:43 Message: update stable to v1.0.209 14:44:44 ------------------- 14:44:44 experimental info: 14:44:44 ------------------- 14:44:44 Commited By: **** collab-it+edgex@linuxfoundation.org 14:44:44 Commit SHA: f1d79d91c36788821211008368c3015072ca53ca 14:44:44 Message: update experimental to v1.0.209 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1031 [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1031 [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1031 [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d75b8add1fd674e74e2fbe69395b05bc0d167a40 [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d75b8ad [Pipeline] echo 14:44:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:44:44 provisioning config files... 14:44:44 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/config4519324746791864688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:44:45 ---> docker-login.sh 14:44:45 nexus3.edgexfoundry.org:10001 14:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:44:45 Configure a credential helper to remove this warning. See 14:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:44:45 14:44:45 Login Succeeded 14:44:45 nexus3.edgexfoundry.org:10002 14:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:44:45 Configure a credential helper to remove this warning. See 14:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:44:45 14:44:45 Login Succeeded 14:44:45 nexus3.edgexfoundry.org:10003 14:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:44:45 Configure a credential helper to remove this warning. See 14:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:44:45 14:44:45 Login Succeeded 14:44:45 nexus3.edgexfoundry.org:10004 14:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:44:45 Configure a credential helper to remove this warning. See 14:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:44:45 14:44:45 Login Succeeded 14:44:45 docker.io 14:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:44:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:44:46 Configure a credential helper to remove this warning. See 14:44:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:44:46 14:44:46 Login Succeeded 14:44:46 ---> docker-login.sh ends [Pipeline] } 14:44:46 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 14:44:46 + git log --format=format:%s -1 d75b8add1fd674e74e2fbe69395b05bc0d167a40 [Pipeline] echo 14:44:46 GIT_COMMIT: d75b8add1fd674e74e2fbe69395b05bc0d167a40, Commit Message: Merge commit '5ed4cacd84df9b58bf582e255ca77028d77e465f' into HEAD [Pipeline] echo 14:44:46 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:44:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:44:47 14:44:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:44:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:44:47 latest: Pulling from edgex-devops/git-semver 14:44:47 a0d0a0d46f8b: Pulling fs layer 14:44:47 3e5f54012d9b: Pulling fs layer 14:44:47 4c7163046ea9: Pulling fs layer 14:44:47 0c2d73faf560: Pulling fs layer 14:44:47 0c2d73faf560: Waiting 14:44:47 3e5f54012d9b: Verifying Checksum 14:44:47 3e5f54012d9b: Download complete 14:44:47 a0d0a0d46f8b: Verifying Checksum 14:44:47 a0d0a0d46f8b: Download complete 14:44:47 0c2d73faf560: Verifying Checksum 14:44:47 0c2d73faf560: Download complete 14:44:47 4c7163046ea9: Verifying Checksum 14:44:47 4c7163046ea9: Download complete 14:44:48 a0d0a0d46f8b: Pull complete 14:44:48 3e5f54012d9b: Pull complete 14:44:48 4c7163046ea9: Pull complete 14:44:48 0c2d73faf560: Pull complete 14:44:48 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 14:44:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:44:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:44:48 prd-centos7-docker-4c-2g-703 does not seem to be running inside a container 14:44:48 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:44:49 $ docker top 364336a97e677c9ce5dba91164babf43868c2e9d02b938b3f350bdb063fa8f27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:44:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:44:49 [ssh-agent] Looking for ssh-agent implementation... 14:44:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:44:49 $ docker exec 364336a97e677c9ce5dba91164babf43868c2e9d02b938b3f350bdb063fa8f27 ssh-agent 14:44:49 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKhPbHA/agent.15 14:44:49 SSH_AGENT_PID=21 14:44:49 Running ssh-add (command line suppressed) 14:44:49 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/private_key_5941840504529593562.key (/w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/private_key_5941840504529593562.key) 14:44:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:44:50 + git tag --points-at HEAD [Pipeline] } 14:44:50 $ docker exec --env ******** --env ******** 364336a97e677c9ce5dba91164babf43868c2e9d02b938b3f350bdb063fa8f27 ssh-agent -k 14:44:50 unset SSH_AUTH_SOCK; 14:44:50 unset SSH_AGENT_PID; 14:44:50 echo Agent pid 21 killed; 14:44:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:44:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:44:50 [ssh-agent] Looking for ssh-agent implementation... 14:44:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:44:50 $ docker exec 364336a97e677c9ce5dba91164babf43868c2e9d02b938b3f350bdb063fa8f27 ssh-agent 14:44:50 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOOHdcE/agent.53 14:44:50 SSH_AGENT_PID=59 14:44:50 Running ssh-add (command line suppressed) 14:44:50 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/private_key_5391675192957554428.key (/w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/private_key_5391675192957554428.key) 14:44:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:44:50 + git semver init 14:44:50 # -> Open(): unable to determine branch for HEAD 14:44:50 # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1031/.git 14:44:50 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1031 14:44:50 # $SEMVER_REMOTE_NAME = origin 14:44:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:44:50 # $SEMVER_USER_NAME = edgex-jenkins 14:44:50 # $SEMVER_BRANCH = PR-1031 14:44:50 # $SEMVER_TEMP = /tmp/semver-896668866 14:44:50 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 14:44:51 # '/tmp/semver-896668866' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1031/.semver' 14:44:51 # -> Force: false 14:44:51 # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1031/.semver [Pipeline] } 14:44:51 $ docker exec --env ******** --env ******** 364336a97e677c9ce5dba91164babf43868c2e9d02b938b3f350bdb063fa8f27 ssh-agent -k 14:44:51 unset SSH_AUTH_SOCK; 14:44:51 unset SSH_AGENT_PID; 14:44:51 echo Agent pid 59 killed; 14:44:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:44:52 + git semver [Pipeline] } 14:44:52 $ docker stop --time=1 364336a97e677c9ce5dba91164babf43868c2e9d02b938b3f350bdb063fa8f27 14:44:53 $ docker rm -f 364336a97e677c9ce5dba91164babf43868c2e9d02b938b3f350bdb063fa8f27 [Pipeline] // withDockerContainer [Pipeline] sh 14:44:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:44:53 Stashed 1 file(s) [Pipeline] echo 14:44:53 [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 14:45:09 Still waiting to schedule task 14:45:09 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:45:09 Still waiting to schedule task 14:45:09 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 14:49:08 Running on prd-centos7-docker-4c-2g-710 in /w/workspace/gexfoundry_device-sdk-go_PR-1031 [Pipeline] { [Pipeline] ws 14:49:08 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 14:49:08 Selected Git installation does not exist. Using Default 14:49:08 The recommended git tool is: NONE 14:49:10 using credential edgex-jenkins-ssh 14:49:10 Cloning the remote Git repository 14:49:10 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:49:10 > git init /w/workspace/device-sdk-go/4 # timeout=10 14:49:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:49:10 > git --version # timeout=10 14:49:10 > git --version # 'git version 2.24.4' 14:49:10 using GIT_SSH to set credentials SSH Credentials for GitHub 14:49:10 [INFO] Currently running in a labeled security context 14:49:10 [INFO] Currently SELinux is 'enforcing' on the host 14:49:10 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/4@tmp/jenkins-gitclient-ssh6820508503376033172.key 14:49:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:49:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:49:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:49:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:49:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:49:11 using GIT_SSH to set credentials SSH Credentials for GitHub 14:49:11 [INFO] Currently running in a labeled security context 14:49:11 [INFO] Currently SELinux is 'enforcing' on the host 14:49:11 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/4@tmp/jenkins-gitclient-ssh7402763171966482275.key 14:49:11 > 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 14:49:12 Merging remotes/origin/main commit 5ed4cacd84df9b58bf582e255ca77028d77e465f into PR head commit ca8f408215d3aa33b4c9f70e2fe77f2cb3750385 14:49:12 Merge succeeded, producing e5d9cfbe928658cd82a83bf6efbe108d7433f36d 14:49:12 Checking out Revision e5d9cfbe928658cd82a83bf6efbe108d7433f36d (PR-1031) 14:49:11 > git config core.sparsecheckout # timeout=10 14:49:11 > git checkout -f ca8f408215d3aa33b4c9f70e2fe77f2cb3750385 # timeout=10 14:49:11 > git remote # timeout=10 14:49:11 > git config --get remote.origin.url # timeout=10 14:49:11 using GIT_SSH to set credentials SSH Credentials for GitHub 14:49:11 [INFO] Currently running in a labeled security context 14:49:11 [INFO] Currently SELinux is 'enforcing' on the host 14:49:11 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/4@tmp/jenkins-gitclient-ssh2183982049332421309.key 14:49:11 > git merge 5ed4cacd84df9b58bf582e255ca77028d77e465f # timeout=10 14:49:11 > git rev-parse HEAD^{commit} # timeout=10 14:49:11 > git config core.sparsecheckout # timeout=10 14:49:11 > git checkout -f e5d9cfbe928658cd82a83bf6efbe108d7433f36d # timeout=10 14:49:16 Commit message: "Merge commit '5ed4cacd84df9b58bf582e255ca77028d77e465f' into HEAD" 14:49:15 > git rev-list --no-walk ca8f408215d3aa33b4c9f70e2fe77f2cb3750385 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:49:16 provisioning config files... 14:49:16 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config8211282857408885351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:49:17 ---> docker-login.sh 14:49:17 nexus3.edgexfoundry.org:10001 14:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:49:17 Configure a credential helper to remove this warning. See 14:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:49:17 14:49:17 Login Succeeded 14:49:17 nexus3.edgexfoundry.org:10002 14:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:49:17 Configure a credential helper to remove this warning. See 14:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:49:17 14:49:17 Login Succeeded 14:49:17 nexus3.edgexfoundry.org:10003 14:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:49:17 Configure a credential helper to remove this warning. See 14:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:49:17 14:49:17 Login Succeeded 14:49:17 nexus3.edgexfoundry.org:10004 14:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:49:17 Configure a credential helper to remove this warning. See 14:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:49:17 14:49:17 Login Succeeded 14:49:17 docker.io 14:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:49:18 Configure a credential helper to remove this warning. See 14:49:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:49:18 14:49:18 Login Succeeded 14:49:18 ---> docker-login.sh ends [Pipeline] } 14:49:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:49:18 ========================================================= 14:49:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 14:49:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 14:49:18 + 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 . 14:49:18 Sending build context to Docker daemon 2.689MB 14:49:18 Step 1/10 : ARG BASE=golang:1.16-alpine3.14 14:49:18 Step 2/10 : FROM ${BASE} AS builder 14:49:18 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 14:49:18 4e9f2cdf4387: Pulling fs layer 14:49:18 57d31006c564: Pulling fs layer 14:49:18 bd5ccded8296: Pulling fs layer 14:49:18 304dd3a0f381: Pulling fs layer 14:49:18 d37cda54a23b: Pulling fs layer 14:49:18 bae75c0f2455: Pulling fs layer 14:49:18 806579b3d29a: Pulling fs layer 14:49:18 c77eb801bf70: Pulling fs layer 14:49:18 6d0567d44e1a: Pulling fs layer 14:49:18 304dd3a0f381: Waiting 14:49:18 d37cda54a23b: Waiting 14:49:18 bae75c0f2455: Waiting 14:49:18 806579b3d29a: Waiting 14:49:18 c77eb801bf70: Waiting 14:49:18 6d0567d44e1a: Waiting 14:49:18 bd5ccded8296: Verifying Checksum 14:49:18 bd5ccded8296: Download complete 14:49:18 57d31006c564: Verifying Checksum 14:49:18 57d31006c564: Download complete 14:49:18 d37cda54a23b: Verifying Checksum 14:49:18 d37cda54a23b: Download complete 14:49:18 bae75c0f2455: Verifying Checksum 14:49:18 bae75c0f2455: Download complete 14:49:18 4e9f2cdf4387: Verifying Checksum 14:49:18 4e9f2cdf4387: Download complete 14:49:18 806579b3d29a: Verifying Checksum 14:49:18 806579b3d29a: Download complete 14:49:18 c77eb801bf70: Verifying Checksum 14:49:18 c77eb801bf70: Download complete 14:49:19 4e9f2cdf4387: Pull complete 14:49:19 304dd3a0f381: Verifying Checksum 14:49:19 304dd3a0f381: Download complete 14:49:19 57d31006c564: Pull complete 14:49:19 6d0567d44e1a: Verifying Checksum 14:49:19 6d0567d44e1a: Download complete 14:49:19 bd5ccded8296: Pull complete 14:49:23 304dd3a0f381: Pull complete 14:49:23 d37cda54a23b: Pull complete 14:49:23 bae75c0f2455: Pull complete 14:49:23 806579b3d29a: Pull complete 14:49:23 c77eb801bf70: Pull complete 14:49:26 6d0567d44e1a: Pull complete 14:49:26 Digest: sha256:53f76eca38b35ad9f985c2fb57ce55683e6a223a937aed0adb215e74043799cd 14:49:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 14:49:26 ---> e839a31ac9d1 14:49:26 Step 3/10 : ARG MAKE=make build 14:49:28 ---> Running in fc25c301e81e 14:49:28 Removing intermediate container fc25c301e81e 14:49:28 ---> f6045c983c76 14:49:28 Step 4/10 : WORKDIR /device-sdk-go 14:49:28 ---> Running in c15da42959c8 14:49:28 Removing intermediate container c15da42959c8 14:49:28 ---> bc3f87cc67ff 14:49:28 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:49:28 ---> Running in 0da760988621 14:49:28 Removing intermediate container 0da760988621 14:49:28 ---> 17de5cb02e6a 14:49:28 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:49:28 ---> Running in b431d475c84d 14:49:29 Removing intermediate container b431d475c84d 14:49:29 ---> c172f285c1e6 14:49:29 Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 14:49:29 ---> Running in 991c9478f1a9 14:49:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:49:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:49:30 OK: 219 MiB in 52 packages 14:49:31 Removing intermediate container 991c9478f1a9 14:49:31 ---> fc926e7ced5a 14:49:31 Step 8/10 : COPY . . 14:49:31 ---> 2eea5339bed8 14:49:31 Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:49:31 ---> Running in b7adfb386a61 14:50:03 Removing intermediate container b7adfb386a61 14:50:03 ---> cd1a34e0145b 14:50:03 Step 10/10 : RUN ${MAKE} 14:50:03 ---> Running in 98ed77787852 14:50:03 noop 14:50:03 Removing intermediate container 98ed77787852 14:50:03 ---> 8ee39718cee8 14:50:03 Successfully built 8ee39718cee8 14:50:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:50:03 + docker inspect -f . ci-base-image-x86_64 14:50:03 . [Pipeline] withDockerContainer 14:50:03 prd-centos7-docker-4c-2g-710 does not seem to be running inside a container 14:50:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:50:04 $ docker top e9c1c8319c9d3c0d6c4b0385db4554dd63e39df2b0deb64dc04508b522763275 -eo pid,comm [Pipeline] { [Pipeline] sh 14:50:04 + go version 14:50:04 go version go1.16.8 linux/amd64 [Pipeline] } 14:50:04 $ docker stop --time=1 e9c1c8319c9d3c0d6c4b0385db4554dd63e39df2b0deb64dc04508b522763275 14:50:05 $ docker rm -f e9c1c8319c9d3c0d6c4b0385db4554dd63e39df2b0deb64dc04508b522763275 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:50:06 + docker inspect -f . ci-base-image-x86_64 14:50:06 . [Pipeline] withDockerContainer 14:50:06 prd-centos7-docker-4c-2g-710 does not seem to be running inside a container 14:50:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:50:06 $ docker top 32e91fc7496fe94bfca4fd5af90784b985db8132fc829399978ad9f9da98e44a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 14:50:07 + make test 14:50:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:50:12 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 14:50:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 14:50:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 14:50:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 14:50:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.051s coverage: 23.5% of statements 14:50:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 14:50:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.050s coverage: 28.1% of statements 14:50:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.088s coverage: 78.9% of statements 14:50:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.061s coverage: 9.0% of statements 14:50:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 14:50:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 14:50:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 14:50:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.072s coverage: 28.7% of statements 14:50:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 14:50:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.072s coverage: 83.3% of statements 14:50:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 14:50:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 14:50:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.076s coverage: 57.8% of statements 14:50:41 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.849s coverage: 89.0% of statements 14:50:41 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 14:50:41 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.048s coverage: 4.9% of statements 14:50:41 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 14:50:41 GO111MODULE=on go vet ./... 14:50:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:50:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:50:59 ./bin/test-attribution-txt.sh [Pipeline] } 14:50:59 $ docker stop --time=1 32e91fc7496fe94bfca4fd5af90784b985db8132fc829399978ad9f9da98e44a 14:51:00 $ docker rm -f 32e91fc7496fe94bfca4fd5af90784b985db8132fc829399978ad9f9da98e44a [Pipeline] // withDockerContainer [Pipeline] sh 14:51:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-711 in /w/workspace/gexfoundry_device-sdk-go_PR-1031 [Pipeline] { [Pipeline] ws 14:51:01 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 14:51:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:51:01 Selected Git installation does not exist. Using Default 14:51:01 The recommended git tool is: NONE 14:51:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:51:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:51:03 + ls -al . 14:51:03 total 264 14:51:03 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 12 14:50 . 14:51:03 drwxrwxr-x. 4 jenkins jenkins 28 Oct 12 14:49 .. 14:51:03 drwxrwxr-x. 2 jenkins jenkins 37 Oct 12 14:49 bin 14:51:03 -rw-rw-r--. 1 jenkins jenkins 24816 Oct 12 14:49 CHANGELOG.md 14:51:03 -rw-r--r--. 1 jenkins jenkins 126432 Oct 12 14:50 coverage.out 14:51:03 -rw-rw-r--. 1 jenkins jenkins 140 Oct 12 14:49 .dockerignore 14:51:03 drwxrwxr-x. 5 jenkins jenkins 62 Oct 12 14:49 example 14:51:03 drwxrwxr-x. 8 jenkins jenkins 179 Oct 12 14:49 .git 14:51:03 drwxrwxr-x. 3 jenkins jenkins 125 Oct 12 14:49 .github 14:51:03 -rw-rw-r--. 1 jenkins jenkins 131 Oct 12 14:49 .gitignore 14:51:03 -rw-rw-r--. 1 jenkins jenkins 583 Oct 12 14:49 go.mod 14:51:03 -rw-rw-r--. 1 jenkins jenkins 49618 Oct 12 14:49 go.sum 14:51:03 -rw-rw-r--. 1 jenkins jenkins 677 Oct 12 14:49 GOVERNANCE.md 14:51:03 drwxrwxr-x. 15 jenkins jenkins 224 Oct 12 14:49 internal 14:51:03 -rw-rw-r--. 1 jenkins jenkins 880 Oct 12 14:49 Jenkinsfile 14:51:03 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 12 14:49 LICENSE 14:51:03 -rw-rw-r--. 1 jenkins jenkins 1120 Oct 12 14:49 Makefile 14:51:03 drwxrwxr-x. 3 jenkins jenkins 16 Oct 12 14:49 openapi 14:51:03 -rw-rw-r--. 1 jenkins jenkins 619 Oct 12 14:49 OWNERS.md 14:51:03 drwxrwxr-x. 5 jenkins jenkins 50 Oct 12 14:49 pkg 14:51:03 -rw-rw-r--. 1 jenkins jenkins 4877 Oct 12 14:49 README.md 14:51:03 drwxrwxr-x. 4 jenkins jenkins 54 Oct 12 14:49 snap 14:51:03 -rw-rw-r--. 1 jenkins jenkins 5 Oct 12 14:44 VERSION 14:51:03 -rw-rw-r--. 1 jenkins jenkins 222 Oct 12 14:49 version.go [Pipeline] isUnix [Pipeline] sh 14:51:03 + 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=e5d9cfbe928658cd82a83bf6efbe108d7433f36d --label arch=amd64 --label version=0.0.0 . 14:51:03 Sending build context to Docker daemon 2.816MB 14:51:03 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 14:51:03 Step 2/24 : FROM ${BASE} AS builder 14:51:03 ---> 8ee39718cee8 14:51:03 Step 3/24 : ARG MAKE=make build 14:51:03 ---> Running in 391c8af5c864 14:51:03 Removing intermediate container 391c8af5c864 14:51:03 ---> 1614e1c6fb93 14:51:03 Step 4/24 : WORKDIR /device-sdk-go 14:51:03 ---> Running in 208eafe7460d 14:51:03 Removing intermediate container 208eafe7460d 14:51:03 ---> 80db060043f7 14:51:03 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:51:03 ---> Running in 9093da95a55d 14:51:03 Removing intermediate container 9093da95a55d 14:51:03 ---> 255dec9e7f9d 14:51:03 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:03 ---> Running in 0711aee74de8 14:51:04 Removing intermediate container 0711aee74de8 14:51:04 ---> dbd35327157b 14:51:04 Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 14:51:04 ---> Running in 86ef6c61af28 14:51:04 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 14:51:05 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:51:05 OK: 219 MiB in 52 packages 14:51:05 Removing intermediate container 86ef6c61af28 14:51:05 ---> 6cfd842e1fc0 14:51:05 Step 8/24 : COPY . . 14:51:06 ---> 243842c2d167 14:51:06 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:51:06 ---> Running in ac5ac66907d7 14:51:06 Removing intermediate container ac5ac66907d7 14:51:06 ---> 03ed1c9b6928 14:51:06 Step 10/24 : RUN ${MAKE} 14:51:06 ---> Running in a95c6bb53243 14:51:07 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 14:51:08 using credential edgex-jenkins-ssh 14:51:08 Cloning the remote Git repository 14:51:08 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:51:08 > git init /w/workspace/device-sdk-go/4 # timeout=10 14:51:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:51:08 > git --version # timeout=10 14:51:08 > git --version # 'git version 2.17.1' 14:51:08 using GIT_SSH to set credentials SSH Credentials for GitHub 14:51:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:51:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:51:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:51:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:51:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:51:10 using GIT_SSH to set credentials SSH Credentials for GitHub 14:51:10 > 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 14:51:10 Merging remotes/origin/main commit 5ed4cacd84df9b58bf582e255ca77028d77e465f into PR head commit ca8f408215d3aa33b4c9f70e2fe77f2cb3750385 14:51:10 Merge succeeded, producing 67e29f3bab41d361285ad02d6e9943eadf926b06 14:51:10 Checking out Revision 67e29f3bab41d361285ad02d6e9943eadf926b06 (PR-1031) 14:51:10 > git config core.sparsecheckout # timeout=10 14:51:10 > git checkout -f ca8f408215d3aa33b4c9f70e2fe77f2cb3750385 # timeout=10 14:51:10 > git remote # timeout=10 14:51:10 > git config --get remote.origin.url # timeout=10 14:51:10 using GIT_SSH to set credentials SSH Credentials for GitHub 14:51:10 > git merge 5ed4cacd84df9b58bf582e255ca77028d77e465f # timeout=10 14:51:10 > git rev-parse HEAD^{commit} # timeout=10 14:51:10 > git config core.sparsecheckout # timeout=10 14:51:10 > git checkout -f 67e29f3bab41d361285ad02d6e9943eadf926b06 # timeout=10 14:51:15 Commit message: "Merge commit '5ed4cacd84df9b58bf582e255ca77028d77e465f' into HEAD" 14:51:15 > git rev-list --no-walk ca8f408215d3aa33b4c9f70e2fe77f2cb3750385 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:51:16 provisioning config files... 14:51:16 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config5341171047015356603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:51:16 ---> docker-login.sh 14:51:16 nexus3.edgexfoundry.org:10001 14:51:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:51:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:51:18 Configure a credential helper to remove this warning. See 14:51:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:51:18 14:51:18 Login Succeeded 14:51:18 nexus3.edgexfoundry.org:10002 14:51:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:51:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:51:19 Configure a credential helper to remove this warning. See 14:51:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:51:19 14:51:19 Login Succeeded 14:51:19 nexus3.edgexfoundry.org:10003 14:51:19 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 14:51:19 Removing intermediate container a95c6bb53243 14:51:19 ---> c8eafaad1629 14:51:19 Step 11/24 : FROM alpine:3.14 14:51:19 3.14: Pulling from library/alpine 14:51:19 a0d0a0d46f8b: Pulling fs layer 14:51:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:51:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:51:19 Configure a credential helper to remove this warning. See 14:51:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:51:19 14:51:19 Login Succeeded 14:51:19 a0d0a0d46f8b: Verifying Checksum 14:51:19 a0d0a0d46f8b: Download complete 14:51:19 a0d0a0d46f8b: Pull complete 14:51:19 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 14:51:19 Status: Downloaded newer image for alpine:3.14 14:51:19 ---> 14119a10abf4 14:51:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:51:19 ---> Running in b92dabb548a5 14:51:20 nexus3.edgexfoundry.org:10004 14:51:20 Removing intermediate container b92dabb548a5 14:51:20 ---> d16b586e072d 14:51:20 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:20 ---> Running in 03d1d4d65af4 14:51:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:51:20 Removing intermediate container 03d1d4d65af4 14:51:20 ---> 938d387ab140 14:51:20 Step 14/24 : RUN apk add --update --no-cache zeromq 14:51:20 ---> Running in 9f711ccd6530 14:51:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:51:20 Configure a credential helper to remove this warning. See 14:51:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:51:20 14:51:20 Login Succeeded 14:51:20 docker.io 14:51:20 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 14:51:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:51:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:51:21 Configure a credential helper to remove this warning. See 14:51:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:51:21 14:51:21 Login Succeeded 14:51:21 ---> docker-login.sh ends [Pipeline] } 14:51:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 14:51:21 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 14:51:21 (1/5) Installing libgcc (10.3.1_git20210424-r2) 14:51:22 (2/5) Installing libsodium (1.0.18-r0) 14:51:22 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 14:51:22 (4/5) Installing libzmq (4.3.4-r0) [Pipeline] echo 14:51:22 ========================================================= 14:51:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 14:51:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 14:51:22 (5/5) Installing zeromq (4.3.4-r0) 14:51:22 Executing busybox-1.33.1-r3.trigger 14:51:22 OK: 8 MiB in 19 packages 14:51:22 + 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 . 14:51:22 Removing intermediate container 9f711ccd6530 14:51:22 ---> 3cdc285376e2 14:51:22 Step 15/24 : WORKDIR / 14:51:22 ---> Running in f0d74e6c799f 14:51:22 Removing intermediate container f0d74e6c799f 14:51:22 ---> 6a9152c36a2c 14:51:22 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 14:51:22 ---> 0796d010a0a5 14:51:22 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 14:51:23 Sending build context to Docker daemon 2.688MB 14:51:23 Step 1/10 : ARG BASE=golang:1.16-alpine3.14 14:51:23 Step 2/10 : FROM ${BASE} AS builder 14:51:23 ---> 0476de5a0e36 14:51:23 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 14:51:23 ---> 406df34206a5 14:51:23 Step 19/24 : EXPOSE 59999 14:51:23 ---> Running in 57a55458f782 14:51:23 Removing intermediate container 57a55458f782 14:51:23 ---> 15bfb146cb36 14:51:23 Step 20/24 : ENTRYPOINT ["/device-simple"] 14:51:23 ---> Running in ce0721861fee 14:51:23 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:51:23 bbf911997326: Pulling fs layer 14:51:23 58ec367f63d7: Pulling fs layer 14:51:23 1b4a6ffa7d45: Pulling fs layer 14:51:23 fc5181fea5dc: Pulling fs layer 14:51:23 9c418107303f: Pulling fs layer 14:51:23 284eca6f2348: Pulling fs layer 14:51:23 842844d905b1: Pulling fs layer 14:51:23 901a3a57568e: Pulling fs layer 14:51:23 9c418107303f: Waiting 14:51:23 284eca6f2348: Waiting 14:51:23 842844d905b1: Waiting 14:51:23 901a3a57568e: Waiting 14:51:23 1b4a6ffa7d45: Download complete 14:51:23 58ec367f63d7: Verifying Checksum 14:51:23 58ec367f63d7: Download complete 14:51:23 9c418107303f: Verifying Checksum 14:51:23 9c418107303f: Download complete 14:51:23 284eca6f2348: Verifying Checksum 14:51:23 284eca6f2348: Download complete 14:51:23 bbf911997326: Verifying Checksum 14:51:23 842844d905b1: Verifying Checksum 14:51:23 842844d905b1: Download complete 14:51:23 Removing intermediate container ce0721861fee 14:51:23 ---> 7e09f3e65bcb 14:51:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:51:23 ---> Running in 6f8ddf8e6172 14:51:23 Removing intermediate container 6f8ddf8e6172 14:51:23 ---> 3c6ad21e5958 14:51:23 Step 22/24 : LABEL arch=amd64 14:51:23 ---> Running in 43881c460564 14:51:23 Removing intermediate container 43881c460564 14:51:23 ---> 24811b8d38be 14:51:23 Step 23/24 : LABEL git_sha=e5d9cfbe928658cd82a83bf6efbe108d7433f36d 14:51:24 ---> Running in d30d8dde4dc3 14:51:24 Removing intermediate container d30d8dde4dc3 14:51:24 ---> fdf75efc69e6 14:51:24 Step 24/24 : LABEL version=0.0.0 14:51:24 ---> Running in 23e3df7394a5 14:51:24 Removing intermediate container 23e3df7394a5 14:51:24 ---> 5893e52e0256 14:51:24 [Warning] One or more build-args [ARCH] were not consumed 14:51:24 Successfully built 5893e52e0256 14:51:24 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 14:51:24 bbf911997326: Pull complete 14:51:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:51:24 14:51:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 14:51:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:51:24 latest: Pulling from edgex-lftools-log-publisher 14:51:24 b4d181a07f80: Pulling fs layer 14:51:24 a1111a8f2ec3: Pulling fs layer 14:51:24 ed53099fbce6: Pulling fs layer 14:51:24 dc539afda2c1: Pulling fs layer 14:51:24 77bc0d833cb6: Pulling fs layer 14:51:24 9065ff56babe: Pulling fs layer 14:51:24 d287ab97295c: Pulling fs layer 14:51:24 dc539afda2c1: Waiting 14:51:24 77bc0d833cb6: Waiting 14:51:24 9065ff56babe: Waiting 14:51:24 d287ab97295c: Waiting 14:51:24 a1111a8f2ec3: Verifying Checksum 14:51:24 a1111a8f2ec3: Download complete 14:51:24 dc539afda2c1: Verifying Checksum 14:51:24 dc539afda2c1: Download complete 14:51:25 58ec367f63d7: Pull complete 14:51:25 ed53099fbce6: Verifying Checksum 14:51:25 ed53099fbce6: Download complete 14:51:25 77bc0d833cb6: Verifying Checksum 14:51:25 77bc0d833cb6: Download complete 14:51:25 9065ff56babe: Verifying Checksum 14:51:25 9065ff56babe: Download complete 14:51:25 b4d181a07f80: Verifying Checksum 14:51:25 b4d181a07f80: Download complete 14:51:25 1b4a6ffa7d45: Pull complete 14:51:25 901a3a57568e: Verifying Checksum 14:51:25 901a3a57568e: Download complete 14:51:25 d287ab97295c: Verifying Checksum 14:51:25 d287ab97295c: Download complete 14:51:25 fc5181fea5dc: Verifying Checksum 14:51:25 fc5181fea5dc: Download complete 14:51:26 b4d181a07f80: Pull complete 14:51:26 a1111a8f2ec3: Pull complete 14:51:27 ed53099fbce6: Pull complete 14:51:27 dc539afda2c1: Pull complete 14:51:27 77bc0d833cb6: Pull complete 14:51:27 9065ff56babe: Pull complete 14:51:33 d287ab97295c: Pull complete 14:51:33 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 14:51:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:51:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 14:51:33 prd-centos7-docker-4c-2g-710 does not seem to be running inside a container 14:51:33 $ 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/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:51:35 $ docker top edc6b172899912cb343b52f29be536fdfacdb49ab2a62a39d8aecf1a60afc8d0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:51:36 ---> job-cost.sh 14:51:36 lf-activate-venv: SKIPPING 14:51:36 INFO: No Stack... 14:51:36 fc5181fea5dc: Pull complete 14:51:36 9c418107303f: Pull complete 14:51:36 284eca6f2348: Pull complete 14:51:36 842844d905b1: Pull complete 14:51:36 INFO: Retrieving Pricing Info for: v3-standard-2 14:51:36 INFO: Archiving Costs [Pipeline] sh 14:51:36 + cat /w/workspace/device-sdk-go/4/archives/cost.csv 14:51:37 + cut -d, -f6 [Pipeline] lock 14:51:37 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1031-4-stack-cost] 14:51:37 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1031-4-stack-cost] did not exist. Created. 14:51:37 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1031-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:51:37 + echo total: 0.05999999865889549 [Pipeline] stash 14:51:37 Stashed 1 file(s) [Pipeline] } 14:51:37 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1031-4-stack-cost] [Pipeline] // lock [Pipeline] } 14:51:37 $ docker stop --time=1 edc6b172899912cb343b52f29be536fdfacdb49ab2a62a39d8aecf1a60afc8d0 14:51:38 $ docker rm -f edc6b172899912cb343b52f29be536fdfacdb49ab2a62a39d8aecf1a60afc8d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:51:41 901a3a57568e: Pull complete 14:51:41 Digest: sha256:92108203400274521d8db92c8dd03fc26ad1e7e27843eaecabaf975bf4a1b1e7 14:51:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 14:51:41 ---> 72ade6ffb461 14:51:41 Step 3/10 : ARG MAKE=make build 14:51:47 ---> Running in 7b9441e88c29 14:51:47 Removing intermediate container 7b9441e88c29 14:51:47 ---> 676b0cf2cc97 14:51:47 Step 4/10 : WORKDIR /device-sdk-go 14:51:47 ---> Running in df5ffe785867 14:51:47 Removing intermediate container df5ffe785867 14:51:47 ---> ca73f0203af8 14:51:47 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:51:47 ---> Running in e3a56aa0fda2 14:51:48 Removing intermediate container e3a56aa0fda2 14:51:48 ---> d21daf9c99db 14:51:48 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:48 ---> Running in 3131499674f0 14:51:51 Removing intermediate container 3131499674f0 14:51:51 ---> f8cb7b0525e1 14:51:51 Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 14:51:51 ---> Running in 7a0b4fd44c44 14:51:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 14:51:53 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 14:51:54 OK: 218 MiB in 52 packages 14:51:55 Removing intermediate container 7a0b4fd44c44 14:51:55 ---> d2be3ebba876 14:51:55 Step 8/10 : COPY . . 14:51:57 ---> 1c529e056883 14:51:57 Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:51:57 ---> Running in 0d68c7f2f205 14:53:18 Removing intermediate container 0d68c7f2f205 14:53:18 ---> 42e81dbdba90 14:53:18 Step 10/10 : RUN ${MAKE} 14:53:18 ---> Running in 83b60fd1dee8 14:53:20 noop 14:53:21 Removing intermediate container 83b60fd1dee8 14:53:21 ---> eabf9e488f56 14:53:21 Successfully built eabf9e488f56 14:53:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:53:21 + docker inspect -f . ci-base-image-arm64 14:53:21 . [Pipeline] withDockerContainer 14:53:21 prd-ubuntu18.04-docker-arm64-4c-16g-711 does not seem to be running inside a container 14:53:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:53:23 $ docker top fdd3170118495534577f277fe5a52a00468dba4905539ab7f5c705e9b77f5c5d -eo pid,comm [Pipeline] { [Pipeline] sh 14:53:24 + go version 14:53:24 go version go1.16.8 linux/arm64 [Pipeline] } 14:53:25 $ docker stop --time=1 fdd3170118495534577f277fe5a52a00468dba4905539ab7f5c705e9b77f5c5d 14:53:26 $ docker rm -f fdd3170118495534577f277fe5a52a00468dba4905539ab7f5c705e9b77f5c5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:53:27 + docker inspect -f . ci-base-image-arm64 14:53:27 . [Pipeline] withDockerContainer 14:53:27 prd-ubuntu18.04-docker-arm64-4c-16g-711 does not seem to be running inside a container 14:53:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:53:29 $ docker top ff989165da1b80aebd1e6ef6fa515de3830090c016312bf3dcda3136d4fdc72a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 14:53:30 + make test 14:53:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:53:57 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 14:55:06 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 14:55:06 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 14:55:06 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 14:55:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.366s coverage: 23.5% of statements 14:55:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 14:55:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.232s coverage: 28.1% of statements 14:55:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.215s coverage: 78.9% of statements 14:55:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.241s coverage: 9.0% of statements 14:55:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 14:55:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 14:55:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 14:55:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.343s coverage: 28.7% of statements 14:55:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 14:55:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.202s coverage: 83.3% of statements 14:55:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 14:55:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 14:55:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.326s coverage: 57.8% of statements 14:55:20 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.909s coverage: 89.0% of statements 14:55:20 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 14:55:20 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.197s coverage: 4.9% of statements 14:55:20 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 14:55:20 GO111MODULE=on go vet ./... 14:56:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:56:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:56:17 ./bin/test-attribution-txt.sh [Pipeline] } 14:56:17 $ docker stop --time=1 ff989165da1b80aebd1e6ef6fa515de3830090c016312bf3dcda3136d4fdc72a 14:56:19 $ docker rm -f ff989165da1b80aebd1e6ef6fa515de3830090c016312bf3dcda3136d4fdc72a [Pipeline] // withDockerContainer [Pipeline] sh 14:56:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:56:20 Warning: overwriting stash ‘coverage-report’ 14:56:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:56:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:56:22 + ls -al . 14:56:22 total 300 14:56:22 drwxrwxr-x 10 jenkins jenkins 4096 Oct 12 14:56 . 14:56:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 14:51 .. 14:56:22 -rw-rw-r-- 1 jenkins jenkins 140 Oct 12 14:51 .dockerignore 14:56:22 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 14:51 .git 14:56:22 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 14:51 .github 14:56:22 -rw-rw-r-- 1 jenkins jenkins 131 Oct 12 14:51 .gitignore 14:56:22 -rw-rw-r-- 1 jenkins jenkins 24816 Oct 12 14:51 CHANGELOG.md 14:56:22 -rw-rw-r-- 1 jenkins jenkins 677 Oct 12 14:51 GOVERNANCE.md 14:56:22 -rw-rw-r-- 1 jenkins jenkins 880 Oct 12 14:51 Jenkinsfile 14:56:22 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 12 14:51 LICENSE 14:56:22 -rw-rw-r-- 1 jenkins jenkins 1120 Oct 12 14:51 Makefile 14:56:22 -rw-rw-r-- 1 jenkins jenkins 619 Oct 12 14:51 OWNERS.md 14:56:22 -rw-rw-r-- 1 jenkins jenkins 4877 Oct 12 14:51 README.md 14:56:22 -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 14:44 VERSION 14:56:22 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 14:51 bin 14:56:22 -rw-r--r-- 1 jenkins jenkins 126432 Oct 12 14:55 coverage.out 14:56:22 drwxrwxr-x 5 jenkins jenkins 4096 Oct 12 14:51 example 14:56:22 -rw-rw-r-- 1 jenkins jenkins 583 Oct 12 14:51 go.mod 14:56:22 -rw-rw-r-- 1 jenkins jenkins 49618 Oct 12 14:51 go.sum 14:56:22 drwxrwxr-x 15 jenkins jenkins 4096 Oct 12 14:51 internal 14:56:22 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 14:51 openapi 14:56:22 drwxrwxr-x 5 jenkins jenkins 4096 Oct 12 14:51 pkg 14:56:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 14:51 snap 14:56:22 -rw-rw-r-- 1 jenkins jenkins 222 Oct 12 14:51 version.go [Pipeline] isUnix [Pipeline] sh 14:56:23 + 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=67e29f3bab41d361285ad02d6e9943eadf926b06 --label arch=arm64 --label version=0.0.0 . 14:56:23 Sending build context to Docker daemon 2.815MB 14:56:23 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 14:56:23 Step 2/24 : FROM ${BASE} AS builder 14:56:23 ---> eabf9e488f56 14:56:23 Step 3/24 : ARG MAKE=make build 14:56:23 ---> Running in 27efde85fdc0 14:56:24 Removing intermediate container 27efde85fdc0 14:56:24 ---> e9d64204a06e 14:56:24 Step 4/24 : WORKDIR /device-sdk-go 14:56:24 ---> Running in bd5dff41dbac 14:56:24 Removing intermediate container bd5dff41dbac 14:56:24 ---> 4a258de92baf 14:56:24 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:56:25 ---> Running in 0242105891ae 14:56:25 Removing intermediate container 0242105891ae 14:56:25 ---> b7f41079b662 14:56:25 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:56:25 ---> Running in 08fc662b72cc 14:56:27 Removing intermediate container 08fc662b72cc 14:56:27 ---> 94b87415adcc 14:56:27 Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 14:56:28 ---> Running in 98297c340f46 14:56:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 14:56:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 14:56:31 OK: 218 MiB in 52 packages 14:56:32 Removing intermediate container 98297c340f46 14:56:32 ---> 8897cca7e995 14:56:32 Step 8/24 : COPY . . 14:56:33 ---> 581fca977911 14:56:33 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:56:33 ---> Running in 733e8d58edcf 14:56:36 Removing intermediate container 733e8d58edcf 14:56:36 ---> efaa317fa397 14:56:36 Step 10/24 : RUN ${MAKE} 14:56:36 ---> Running in 5036efe14183 14:56:37 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 14:57:09 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 14:57:12 Removing intermediate container 5036efe14183 14:57:12 ---> 2ba121117030 14:57:12 Step 11/24 : FROM alpine:3.14 14:57:13 3.14: Pulling from library/alpine 14:57:14 552d1f2373af: Pulling fs layer 14:57:14 552d1f2373af: Verifying Checksum 14:57:14 552d1f2373af: Download complete 14:57:15 552d1f2373af: Pull complete 14:57:15 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 14:57:15 Status: Downloaded newer image for alpine:3.14 14:57:15 ---> bb3de5531c18 14:57:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:57:15 ---> Running in 5dc892096d37 14:57:15 Removing intermediate container 5dc892096d37 14:57:15 ---> d33221298d4d 14:57:15 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:57:15 ---> Running in f9321adb5d55 14:57:18 Removing intermediate container f9321adb5d55 14:57:18 ---> bcb3541dba98 14:57:18 Step 14/24 : RUN apk add --update --no-cache zeromq 14:57:18 ---> Running in 5e5299e6e0c4 14:57:19 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 14:57:20 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 14:57:21 (1/5) Installing libgcc (10.3.1_git20210424-r2) 14:57:21 (2/5) Installing libsodium (1.0.18-r0) 14:57:21 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 14:57:21 (4/5) Installing libzmq (4.3.4-r0) 14:57:21 (5/5) Installing zeromq (4.3.4-r0) 14:57:21 Executing busybox-1.33.1-r3.trigger 14:57:21 OK: 8 MiB in 19 packages 14:57:22 Removing intermediate container 5e5299e6e0c4 14:57:22 ---> ab1e98ede778 14:57:22 Step 15/24 : WORKDIR / 14:57:22 ---> Running in 2dbcd0ccb4fb 14:57:23 Removing intermediate container 2dbcd0ccb4fb 14:57:23 ---> 22c3a07a15f8 14:57:23 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 14:57:24 ---> 3c247f936ff8 14:57:24 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 14:57:25 ---> bee13c571eee 14:57:25 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 14:57:26 ---> e9dcfed1fd4c 14:57:26 Step 19/24 : EXPOSE 59999 14:57:26 ---> Running in c649106844c1 14:57:27 Removing intermediate container c649106844c1 14:57:27 ---> 4f2b7bca5099 14:57:27 Step 20/24 : ENTRYPOINT ["/device-simple"] 14:57:27 ---> Running in 317825dffe87 14:57:27 Removing intermediate container 317825dffe87 14:57:27 ---> 30b8534ee376 14:57:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:57:27 ---> Running in 4feb0fb446fc 14:57:28 Removing intermediate container 4feb0fb446fc 14:57:28 ---> 10d6cb30e993 14:57:28 Step 22/24 : LABEL arch=arm64 14:57:28 ---> Running in d2592adb7a5e 14:57:28 Removing intermediate container d2592adb7a5e 14:57:28 ---> 3521812a31e2 14:57:28 Step 23/24 : LABEL git_sha=67e29f3bab41d361285ad02d6e9943eadf926b06 14:57:28 ---> Running in 4bc3178fa79f 14:57:29 Removing intermediate container 4bc3178fa79f 14:57:29 ---> 31d90d230f77 14:57:29 Step 24/24 : LABEL version=0.0.0 14:57:29 ---> Running in c30b6fe8a372 14:57:30 Removing intermediate container c30b6fe8a372 14:57:30 ---> c95f3693b6b1 14:57:30 [Warning] One or more build-args [ARCH] were not consumed 14:57:30 Successfully built c95f3693b6b1 14:57:30 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 14:57:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:57:30 14:57:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 14:57:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:57:31 arm64: Pulling from edgex-lftools-log-publisher 14:57:31 448f6bf000e3: Pulling fs layer 14:57:31 f757da607395: Pulling fs layer 14:57:31 05883995daec: Pulling fs layer 14:57:31 8603b9c90790: Pulling fs layer 14:57:31 1560dd03e051: Pulling fs layer 14:57:31 27f5ce0e4adf: Pulling fs layer 14:57:31 c2d8d7efcc4b: Pulling fs layer 14:57:31 8603b9c90790: Waiting 14:57:31 1560dd03e051: Waiting 14:57:31 27f5ce0e4adf: Waiting 14:57:31 c2d8d7efcc4b: Waiting 14:57:31 f757da607395: Verifying Checksum 14:57:31 f757da607395: Download complete 14:57:31 8603b9c90790: Verifying Checksum 14:57:31 8603b9c90790: Download complete 14:57:31 05883995daec: Verifying Checksum 14:57:31 05883995daec: Download complete 14:57:31 1560dd03e051: Verifying Checksum 14:57:31 1560dd03e051: Download complete 14:57:31 27f5ce0e4adf: Verifying Checksum 14:57:31 27f5ce0e4adf: Download complete 14:57:32 448f6bf000e3: Verifying Checksum 14:57:32 448f6bf000e3: Download complete 14:57:35 c2d8d7efcc4b: Verifying Checksum 14:57:35 c2d8d7efcc4b: Download complete 14:57:35 448f6bf000e3: Pull complete 14:57:36 f757da607395: Pull complete 14:57:37 05883995daec: Pull complete 14:57:38 8603b9c90790: Pull complete 14:57:39 1560dd03e051: Pull complete 14:57:39 27f5ce0e4adf: Pull complete 14:57:54 c2d8d7efcc4b: Pull complete 14:57:54 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 14:57:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:57:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 14:57:54 prd-ubuntu18.04-docker-arm64-4c-16g-711 does not seem to be running inside a container 14:57:54 $ 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/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 14:57:58 $ docker top a6c3c03f1c4bf89e24a75c60fffdf61763f230d4638854e1b1b8eb950e40ad76 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:57:59 ---> job-cost.sh 14:57:59 lf-activate-venv: SKIPPING 14:57:59 INFO: No Stack... 14:57:59 INFO: Retrieving Pricing Info for: v3-standard-4 14:58:00 INFO: Archiving Costs [Pipeline] sh 14:58:00 + cat /w/workspace/device-sdk-go/4/archives/cost.csv 14:58:00 + cut -d, -f6 [Pipeline] lock 14:58:00 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1031-4-stack-cost] 14:58:00 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1031-4-stack-cost] did not exist. Created. 14:58:00 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1031-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:58:01 /w/workspace/device-sdk-go/4@tmp/durable-581e48f9/script.sh: 1: /w/workspace/device-sdk-go/4@tmp/durable-581e48f9/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:58:02 + echo total: 0.10999999940395355 [Pipeline] stash 14:58:02 Warning: overwriting stash ‘stack-cost’ 14:58:02 Stashed 1 file(s) [Pipeline] } 14:58:02 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1031-4-stack-cost] [Pipeline] // lock [Pipeline] } 14:58:02 $ docker stop --time=1 a6c3c03f1c4bf89e24a75c60fffdf61763f230d4638854e1b1b8eb950e40ad76 14:58:04 $ docker rm -f a6c3c03f1c4bf89e24a75c60fffdf61763f230d4638854e1b1b8eb950e40ad76 [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 14:58:04 provisioning config files... 14:58:04 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/config1552483245818763906tmp [Pipeline] { [Pipeline] sh 14:58:05 + set +x 14:58:05 + curl -s https://codecov.io/bash 14:58:05 + bash -s -- 14:58:05 14:58:05 _____ _ 14:58:05 / ____| | | 14:58:05 | | ___ __| | ___ ___ _____ __ 14:58:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:58:05 | |___| (_) | (_| | __/ (_| (_) \ V / 14:58:05 \_____\___/ \__,_|\___|\___\___/ \_/ 14:58:05 Bash-1.0.6 14:58:05 14:58:05 14:58:05 ==> git version 2.24.4 found 14:58:05 ==> 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 14:58:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:58:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:58:05 ==> Jenkins CI detected. 14:58:05 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1031 14:58:05 project root: . 14:58:05 --> token set from env 14:58:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:58:05 ==> Running gcov in . (disable via -X gcov) 14:58:05 ==> Python coveragepy not found 14:58:05 ==> Searching for coverage reports in: 14:58:05 + . 14:58:05 -> Found 1 reports 14:58:05 ==> Detecting git/mercurial file structure 14:58:05 ==> Reading reports 14:58:05 + ./coverage.out bytes=126432 14:58:05 ==> Appending adjustments 14:58:05 https://docs.codecov.io/docs/fixing-reports 14:58:05 + Found adjustments 14:58:05 ==> Gzipping contents 14:58:05 16K /tmp/codecov.8OXpJP.gz 14:58:05 ==> Uploading reports 14:58:05 url: https://codecov.io 14:58:05 query: branch=PR-1031&commit=d75b8add1fd674e74e2fbe69395b05bc0d167a40&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1031%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1031&job=&cmd_args= 14:58:05 -> Pinging Codecov 14:58:05 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=d75b8add1fd674e74e2fbe69395b05bc0d167a40&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1031%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1031&job=&cmd_args= 14:58:05 -> Uploading to 14:58:05 https://storage.googleapis.com/codecov/v4/raw/2021-10-12/7E55EF52A471D76F132DFD9A03CDDE97/d75b8add1fd674e74e2fbe69395b05bc0d167a40/fb61ea2b-656a-46bd-92a4-0315ae482389.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211012%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211012T145805Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a8c6822424b890d6fae9112a106bf77404e23e350b80922cf5606f0a32f4f37e 14:58:05 % Total % Received % Xferd Average Speed Time Time Time Current 14:58:05 Dload Upload Total Spent Left Speed 14:58:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16085 0 0 100 16085 0 50120 --:--:-- --:--:-- --:--:-- 50265 14:58:06 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d75b8add1fd674e74e2fbe69395b05bc0d167a40 [Pipeline] } 14:58:06 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 14:58:07 + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1031/archives ']' [Pipeline] libraryResource [Pipeline] sh 14:58:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:58:08 ---> package-listing.sh 14:58:08 ++ tr '[:upper:]' '[:lower:]' 14:58:08 ++ facter osfamily 14:58:08 + OS_FAMILY=redhat 14:58:08 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1031 14:58:08 + START_PACKAGES=/tmp/packages_start.txt 14:58:08 + END_PACKAGES=/tmp/packages_end.txt 14:58:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:58:08 + PACKAGES=/tmp/packages_start.txt 14:58:08 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1031 ']' 14:58:08 + PACKAGES=/tmp/packages_end.txt 14:58:08 + case "${OS_FAMILY}" in 14:58:08 + rpm -qa 14:58:08 + sort 14:58:09 + '[' -f /tmp/packages_start.txt ']' 14:58:09 + '[' -f /tmp/packages_end.txt ']' 14:58:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:58:09 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1031 ']' 14:58:09 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1031/archives/ 14:58:09 + 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 14:58:09 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 14:58:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:58:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:58:10 14:58:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 14:58:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:58:10 latest: Pulling from edgex-lftools-log-publisher 14:58:10 b4d181a07f80: Pulling fs layer 14:58:10 a1111a8f2ec3: Pulling fs layer 14:58:10 ed53099fbce6: Pulling fs layer 14:58:10 dc539afda2c1: Pulling fs layer 14:58:10 77bc0d833cb6: Pulling fs layer 14:58:10 9065ff56babe: Pulling fs layer 14:58:10 d287ab97295c: Pulling fs layer 14:58:10 dc539afda2c1: Waiting 14:58:10 77bc0d833cb6: Waiting 14:58:10 9065ff56babe: Waiting 14:58:10 d287ab97295c: Waiting 14:58:10 a1111a8f2ec3: Verifying Checksum 14:58:10 a1111a8f2ec3: Download complete 14:58:10 dc539afda2c1: Verifying Checksum 14:58:10 dc539afda2c1: Download complete 14:58:10 77bc0d833cb6: Verifying Checksum 14:58:10 77bc0d833cb6: Download complete 14:58:10 ed53099fbce6: Verifying Checksum 14:58:10 ed53099fbce6: Download complete 14:58:10 9065ff56babe: Verifying Checksum 14:58:10 9065ff56babe: Download complete 14:58:10 b4d181a07f80: Verifying Checksum 14:58:10 b4d181a07f80: Download complete 14:58:11 d287ab97295c: Verifying Checksum 14:58:11 d287ab97295c: Download complete 14:58:12 b4d181a07f80: Pull complete 14:58:12 a1111a8f2ec3: Pull complete 14:58:12 ed53099fbce6: Pull complete 14:58:12 dc539afda2c1: Pull complete 14:58:12 77bc0d833cb6: Pull complete 14:58:12 9065ff56babe: Pull complete 14:58:18 d287ab97295c: Pull complete 14:58:18 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 14:58:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:58:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 14:58:18 prd-centos7-docker-4c-2g-703 does not seem to be running inside a container 14:58:18 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:58:20 $ docker top 0b27ec43a001e4ad5c013c4bac734a2335be2b34373cf5c0551caaf0726148f9 -eo pid,comm [Pipeline] { [Pipeline] sh 14:58:21 + touch /tmp/pre-build-complete [Pipeline] sh 14:58:21 + mkdir -p /var/log/sysstat [Pipeline] sh 14:58:21 + ls /var/log/sa-host 14:58:21 + sadf -c /var/log/sa-host/sa12 14:58:21 file_magic: OK 14:58:21 HZ: Using current value: 100 14:58:21 file_header: OK 14:58:21 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 14:58:21 Statistics: 14:58:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:58:21 File successfully converted to sysstat format version 12.0.3 14:58:21 + sadf -c /var/log/sa-host/sa30 14:58:21 file_magic: OK 14:58:21 HZ: Using current value: 100 14:58:21 file_header: OK 14:58:21 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 14:58:21 Statistics: 14:58:21 Hnuu...uuuununununu...Hnuu...uuuununununu... 14:58:21 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:58:21 provisioning config files... 14:58:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1031@tmp/config3136095317893822119tmp [Pipeline] { [Pipeline] echo 14:58:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:58:22 ---> create-netrc.sh [Pipeline] } 14:58:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:58:22 ---> python-tools-install.sh [Pipeline] echo 14:58:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:58:22 ---> sudo-logs.sh 14:58:22 Archiving 'sudo' log.. 14:58:22 sudo: unable to resolve host prd-centos7-docker-4c-2g-703.novalocal: Name or service not known 14:58:22 sudo: unable to resolve host prd-centos7-docker-4c-2g-703.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 14:58:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:58:23 ---> job-cost.sh 14:58:23 lf-activate-venv: SKIPPING 14:58:23 DEBUG: total: 0.10999999940395355 14:58:23 INFO: Retrieving Stack Cost... 14:58:49 INFO: Retrieving Pricing Info for: v3-standard-2 14:58:49 INFO: Archiving Costs [Pipeline] echo 14:58:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:58:49 ---> logs-deploy.sh 14:58:49 lf-activate-venv: SKIPPING 14:58:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1031/4 14:58:49 INFO: archiving workspace using pattern(s): 14:58:50 Archives upload complete. 14:58:50 INFO: archiving logs to Nexus