Pull request #1036 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63+2ab93c499751478c937c96849c5331481b2fe78f (1f74821f10e6090fa468c888ef055841b6f5179f) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh810844745191021357.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 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-ssh4388136979729835810.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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1036/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1036/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8417267070135472279.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1036/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh93476887449710850.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7671286321799648621.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1036/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1036/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7923491392393561294.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 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 ‘prd-centos7-docker-4c-2g-2344’ Running on prd-centos7-docker-4c-2g-2348 in /w/workspace/gexfoundry_device-sdk-go_PR-1036 [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-1036 # 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-1036@tmp/jenkins-gitclient-ssh2643260800459391537.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2ab93c499751478c937c96849c5331481b2fe78f into PR head commit 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 Merge succeeded, producing 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 Checking out Revision 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 (PR-1036) > 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-1036@tmp/jenkins-gitclient-ssh4037535030575073448.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1036/head:refs/remotes/origin/PR-1036 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # 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-1036@tmp/jenkins-gitclient-ssh4787542773242632474.key > git merge 2ab93c499751478c937c96849c5331481b2fe78f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:22:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:22:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:22:36 ========================================================= 04:22:36 EdgeX Global Pipelines Version Info 04:22:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:22:38 ------------------- 04:22:38 stable info: 04:22:38 ------------------- 04:22:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:22:38 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 04:22:38 Message: update stable to v1.0.210 04:22:38 ------------------- 04:22:38 experimental info: 04:22:38 ------------------- 04:22:38 Commited By: **** collab-it+edgex@linuxfoundation.org 04:22:38 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 04:22:38 Message: update experimental to v1.0.210 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:22:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1036 [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1036 [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1036 [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5cc5eae [Pipeline] echo 04:22:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:22:39 provisioning config files... 04:22:39 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/config6756274949882180367tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:22:40 ---> docker-login.sh 04:22:40 nexus3.edgexfoundry.org:10001 04:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:22:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:22:40 Configure a credential helper to remove this warning. See 04:22:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:22:40 04:22:40 Login Succeeded 04:22:40 nexus3.edgexfoundry.org:10002 04:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:22:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:22:40 Configure a credential helper to remove this warning. See 04:22:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:22:40 04:22:40 Login Succeeded 04:22:40 nexus3.edgexfoundry.org:10003 04:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:22:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:22:40 Configure a credential helper to remove this warning. See 04:22:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:22:40 04:22:40 Login Succeeded 04:22:40 nexus3.edgexfoundry.org:10004 04:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:22:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:22:40 Configure a credential helper to remove this warning. See 04:22:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:22:40 04:22:40 Login Succeeded 04:22:40 docker.io 04:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:22:41 Configure a credential helper to remove this warning. See 04:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:22:41 04:22:41 Login Succeeded 04:22:41 ---> docker-login.sh ends [Pipeline] } 04:22:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:22:42 + git log --format=format:%s -1 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [Pipeline] echo 04:22:43 GIT_COMMIT: 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 04:22:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:22:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:22:43 04:22:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:22:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:22:43 latest: Pulling from edgex-devops/git-semver 04:22:43 a0d0a0d46f8b: Pulling fs layer 04:22:43 3e5f54012d9b: Pulling fs layer 04:22:43 4c7163046ea9: Pulling fs layer 04:22:43 0c2d73faf560: Pulling fs layer 04:22:43 0c2d73faf560: Waiting 04:22:43 3e5f54012d9b: Verifying Checksum 04:22:43 3e5f54012d9b: Download complete 04:22:43 a0d0a0d46f8b: Verifying Checksum 04:22:43 a0d0a0d46f8b: Download complete 04:22:43 4c7163046ea9: Verifying Checksum 04:22:43 4c7163046ea9: Download complete 04:22:43 0c2d73faf560: Verifying Checksum 04:22:43 0c2d73faf560: Download complete 04:22:44 a0d0a0d46f8b: Pull complete 04:22:44 3e5f54012d9b: Pull complete 04:22:44 4c7163046ea9: Pull complete 04:22:44 0c2d73faf560: Pull complete 04:22:44 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 04:22:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:22:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:22:44 prd-centos7-docker-4c-2g-2348 does not seem to be running inside a container 04:22:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1036 -v /w/workspace/gexfoundry_device-sdk-go_PR-1036:/w/workspace/gexfoundry_device-sdk-go_PR-1036:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1036@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:22:45 $ docker top c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:22:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:22:45 [ssh-agent] Looking for ssh-agent implementation... 04:22:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:22:45 $ docker exec c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf ssh-agent 04:22:45 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXlBclBc/agent.14 04:22:45 SSH_AGENT_PID=20 04:22:45 Running ssh-add (command line suppressed) 04:22:45 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/private_key_3472354416316507388.key (/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/private_key_3472354416316507388.key) 04:22:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:22:46 + git tag --points-at HEAD [Pipeline] } 04:22:46 $ docker exec --env ******** --env ******** c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf ssh-agent -k 04:22:46 unset SSH_AUTH_SOCK; 04:22:46 unset SSH_AGENT_PID; 04:22:46 echo Agent pid 20 killed; 04:22:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:22:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:22:46 [ssh-agent] Looking for ssh-agent implementation... 04:22:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:22:46 $ docker exec c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf ssh-agent 04:22:46 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCnojBg/agent.55 04:22:46 SSH_AGENT_PID=61 04:22:46 Running ssh-add (command line suppressed) 04:22:46 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/private_key_1952952895882364876.key (/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/private_key_1952952895882364876.key) 04:22:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:22:47 + git semver init 04:22:47 # -> Open(): unable to determine branch for HEAD 04:22:47 # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1036/.git 04:22:47 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1036 04:22:47 # $SEMVER_REMOTE_NAME = origin 04:22:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:22:47 # $SEMVER_USER_NAME = edgex-jenkins 04:22:47 # $SEMVER_BRANCH = PR-1036 04:22:47 # $SEMVER_TEMP = /tmp/semver-277929876 04:22:47 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:22:47 # '/tmp/semver-277929876' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1036/.semver' 04:22:47 # -> Force: false 04:22:47 # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1036/.semver [Pipeline] } 04:22:47 $ docker exec --env ******** --env ******** c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf ssh-agent -k 04:22:48 unset SSH_AUTH_SOCK; 04:22:48 unset SSH_AGENT_PID; 04:22:48 echo Agent pid 61 killed; 04:22:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:22:49 + git semver [Pipeline] } 04:22:49 $ docker stop --time=1 c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf 04:22:50 $ docker rm -f c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf [Pipeline] // withDockerContainer [Pipeline] sh 04:22:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:22:51 Stashed 1 file(s) [Pipeline] echo 04:22:51 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:23:07 Still waiting to schedule task 04:23:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:23:07 Still waiting to schedule task 04:23:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:24:20 Running on prd-centos7-docker-4c-2g-2354 in /w/workspace/gexfoundry_device-sdk-go_PR-1036 [Pipeline] { [Pipeline] ws 04:24:20 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:24:20 Selected Git installation does not exist. Using Default 04:24:20 The recommended git tool is: NONE 04:24:23 using credential edgex-jenkins-ssh 04:24:23 Cloning the remote Git repository 04:24:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:24:23 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:24:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:24:23 > git --version # timeout=10 04:24:23 > git --version # 'git version 2.24.4' 04:24:23 using GIT_SSH to set credentials SSH Credentials for GitHub 04:24:23 [INFO] Currently running in a labeled security context 04:24:23 [INFO] Currently SELinux is 'enforcing' on the host 04:24:23 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh8681784313151777987.key 04:24:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:24:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:24:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:24:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:24:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:24:24 using GIT_SSH to set credentials SSH Credentials for GitHub 04:24:24 [INFO] Currently running in a labeled security context 04:24:24 [INFO] Currently SELinux is 'enforcing' on the host 04:24:24 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh5246384694034133534.key 04:24:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1036/head:refs/remotes/origin/PR-1036 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:24:24 Merging remotes/origin/main commit 2ab93c499751478c937c96849c5331481b2fe78f into PR head commit 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 04:24:24 Merge succeeded, producing 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 04:24:24 Checking out Revision 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 (PR-1036) 04:24:24 > git config core.sparsecheckout # timeout=10 04:24:24 > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 04:24:24 > git remote # timeout=10 04:24:24 > git config --get remote.origin.url # timeout=10 04:24:24 using GIT_SSH to set credentials SSH Credentials for GitHub 04:24:24 [INFO] Currently running in a labeled security context 04:24:24 [INFO] Currently SELinux is 'enforcing' on the host 04:24:24 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh4473683564315752714.key 04:24:24 > git merge 2ab93c499751478c937c96849c5331481b2fe78f # timeout=10 04:24:24 > git rev-parse HEAD^{commit} # timeout=10 04:24:24 > git config core.sparsecheckout # timeout=10 04:24:24 > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 04:24:28 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 04:24:28 > git --version # timeout=10 04:24:28 > git --version # 'git version 2.24.4' 04:24:28 fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:24:29 provisioning config files... 04:24:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config2620367131079825136tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:24:30 ---> docker-login.sh 04:24:30 nexus3.edgexfoundry.org:10001 04:24:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:24:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:24:30 Configure a credential helper to remove this warning. See 04:24:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:24:30 04:24:30 Login Succeeded 04:24:30 nexus3.edgexfoundry.org:10002 04:24:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:24:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:24:30 Configure a credential helper to remove this warning. See 04:24:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:24:30 04:24:30 Login Succeeded 04:24:30 nexus3.edgexfoundry.org:10003 04:24:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:24:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:24:30 Configure a credential helper to remove this warning. See 04:24:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:24:30 04:24:30 Login Succeeded 04:24:30 nexus3.edgexfoundry.org:10004 04:24:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:24:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:24:30 Configure a credential helper to remove this warning. See 04:24:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:24:30 04:24:30 Login Succeeded 04:24:30 docker.io 04:24:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:24:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:24:31 Configure a credential helper to remove this warning. See 04:24:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:24:31 04:24:31 Login Succeeded 04:24:31 ---> docker-login.sh ends [Pipeline] } 04:24:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:24:31 ========================================================= 04:24:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:24:31 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:24:31 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 04:24:31 Sending build context to Docker daemon 2.694MB 04:24:31 Step 1/10 : ARG BASE=golang:1.16-alpine3.14 04:24:31 Step 2/10 : FROM ${BASE} AS builder 04:24:31 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:24:31 a0d0a0d46f8b: Pulling fs layer 04:24:31 31adcdaf11c8: Pulling fs layer 04:24:31 b8b176561691: Pulling fs layer 04:24:31 4527c011a84f: Pulling fs layer 04:24:31 5d74067f8e1e: Pulling fs layer 04:24:31 e0aca202a116: Pulling fs layer 04:24:31 3a43be97a3b4: Pulling fs layer 04:24:31 34cad66bf833: Pulling fs layer 04:24:31 b4e3c513aaa6: Pulling fs layer 04:24:31 4527c011a84f: Waiting 04:24:31 5d74067f8e1e: Waiting 04:24:31 e0aca202a116: Waiting 04:24:31 3a43be97a3b4: Waiting 04:24:31 34cad66bf833: Waiting 04:24:31 b4e3c513aaa6: Waiting 04:24:31 b8b176561691: Verifying Checksum 04:24:31 b8b176561691: Download complete 04:24:31 31adcdaf11c8: Verifying Checksum 04:24:31 31adcdaf11c8: Download complete 04:24:31 5d74067f8e1e: Verifying Checksum 04:24:31 5d74067f8e1e: Download complete 04:24:31 e0aca202a116: Verifying Checksum 04:24:31 e0aca202a116: Download complete 04:24:32 a0d0a0d46f8b: Verifying Checksum 04:24:32 a0d0a0d46f8b: Download complete 04:24:32 3a43be97a3b4: Verifying Checksum 04:24:32 3a43be97a3b4: Download complete 04:24:32 34cad66bf833: Verifying Checksum 04:24:32 34cad66bf833: Download complete 04:24:32 b4e3c513aaa6: Verifying Checksum 04:24:32 b4e3c513aaa6: Download complete 04:24:32 a0d0a0d46f8b: Pull complete 04:24:32 4527c011a84f: Verifying Checksum 04:24:32 4527c011a84f: Download complete 04:24:32 31adcdaf11c8: Pull complete 04:24:32 b8b176561691: Pull complete 04:24:36 4527c011a84f: Pull complete 04:24:36 5d74067f8e1e: Pull complete 04:24:36 e0aca202a116: Pull complete 04:24:36 3a43be97a3b4: Pull complete 04:24:36 34cad66bf833: Pull complete 04:24:38 b4e3c513aaa6: Pull complete 04:24:38 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 04:24:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:24:38 ---> 9f6097aaca64 04:24:38 Step 3/10 : ARG MAKE=make build 04:24:40 ---> Running in fcbc97de2ac9 04:24:40 Removing intermediate container fcbc97de2ac9 04:24:40 ---> 4e761ee9b9f0 04:24:40 Step 4/10 : WORKDIR /device-sdk-go 04:24:40 ---> Running in 59f7dd696e4a 04:24:40 Removing intermediate container 59f7dd696e4a 04:24:40 ---> 1125f984e65a 04:24:40 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:24:40 ---> Running in 919a476838b0 04:24:40 Removing intermediate container 919a476838b0 04:24:40 ---> b1f72022d202 04:24:40 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:24:40 ---> Running in 9abfe1cadbcc 04:24:41 Removing intermediate container 9abfe1cadbcc 04:24:41 ---> 30396af37637 04:24:41 Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:24:41 ---> Running in 141cc8c2ba27 04:24:41 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:24:42 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:24:42 OK: 220 MiB in 52 packages 04:24:43 Removing intermediate container 141cc8c2ba27 04:24:43 ---> e19d4e65225f 04:24:43 Step 8/10 : COPY . . 04:24:43 ---> b2b23173a616 04:24:43 Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:24:43 ---> Running in f426f891458e 04:25:23 Removing intermediate container f426f891458e 04:25:23 ---> e42c158b2485 04:25:23 Step 10/10 : RUN ${MAKE} 04:25:23 ---> Running in 689b5a4aa5e8 04:25:23 noop 04:25:23 Removing intermediate container 689b5a4aa5e8 04:25:23 ---> b8117c705c4b 04:25:23 Successfully built b8117c705c4b 04:25:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:25:23 + docker inspect -f . ci-base-image-x86_64 04:25:23 . [Pipeline] withDockerContainer 04:25:23 prd-centos7-docker-4c-2g-2354 does not seem to be running inside a container 04:25:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:25:23 $ docker top 6ce554559a4a4624d29890ca354221639faa3adf79f6fedddf7ef695a921b93a -eo pid,comm [Pipeline] { [Pipeline] sh 04:25:24 + go version 04:25:24 go version go1.16.8 linux/amd64 [Pipeline] } 04:25:24 $ docker stop --time=1 6ce554559a4a4624d29890ca354221639faa3adf79f6fedddf7ef695a921b93a 04:25:25 $ docker rm -f 6ce554559a4a4624d29890ca354221639faa3adf79f6fedddf7ef695a921b93a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:25:26 + docker inspect -f . ci-base-image-x86_64 04:25:26 . [Pipeline] withDockerContainer 04:25:26 prd-centos7-docker-4c-2g-2354 does not seem to be running inside a container 04:25:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:25:26 $ docker top 368ac4393f58c7bd14b649133f9223ee1bdfe55a414ba0ffeaf80a9b3ccc6c86 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:25:27 + make test 04:25:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:25:32 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:25:54 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:25:54 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:25:54 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:25:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.053s coverage: 23.5% of statements 04:25:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:25:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.048s coverage: 28.1% of statements 04:25:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.061s coverage: 78.9% of statements 04:25:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.049s coverage: 9.0% of statements 04:25:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:25:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:25:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:25:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.067s coverage: 28.7% of statements 04:25:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:25:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.050s coverage: 83.3% of statements 04:25:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:25:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:25:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.068s coverage: 57.8% of statements 04:26:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.846s coverage: 88.8% of statements 04:26:00 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:26:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.047s coverage: 4.9% of statements 04:26:00 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:26:00 GO111MODULE=on go vet ./... 04:26:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:26:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:26:18 ./bin/test-attribution-txt.sh [Pipeline] } 04:26:18 $ docker stop --time=1 368ac4393f58c7bd14b649133f9223ee1bdfe55a414ba0ffeaf80a9b3ccc6c86 04:26:21 $ docker rm -f 368ac4393f58c7bd14b649133f9223ee1bdfe55a414ba0ffeaf80a9b3ccc6c86 [Pipeline] // withDockerContainer [Pipeline] sh 04:26:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:26:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 04:26:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2356 in /w/workspace/gexfoundry_device-sdk-go_PR-1036 [Pipeline] { [Pipeline] sh [Pipeline] ws 04:26:26 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:26:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:26:26 Selected Git installation does not exist. Using Default 04:26:26 The recommended git tool is: NONE 04:26:27 + ls -al . 04:26:27 total 264 04:26:27 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 04:26 . 04:26:27 drwxrwxr-x. 4 jenkins jenkins 28 Oct 19 04:24 .. 04:26:27 drwxrwxr-x. 2 jenkins jenkins 37 Oct 19 04:24 bin 04:26:27 -rw-rw-r--. 1 jenkins jenkins 24816 Oct 19 04:24 CHANGELOG.md 04:26:27 -rw-r--r--. 1 jenkins jenkins 126693 Oct 19 04:25 coverage.out 04:26:27 -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 04:24 .dockerignore 04:26:27 drwxrwxr-x. 5 jenkins jenkins 62 Oct 19 04:24 example 04:26:27 drwxrwxr-x. 8 jenkins jenkins 179 Oct 19 04:24 .git 04:26:27 drwxrwxr-x. 3 jenkins jenkins 125 Oct 19 04:24 .github 04:26:27 -rw-rw-r--. 1 jenkins jenkins 131 Oct 19 04:24 .gitignore 04:26:27 -rw-rw-r--. 1 jenkins jenkins 602 Oct 19 04:24 go.mod 04:26:27 -rw-rw-r--. 1 jenkins jenkins 49868 Oct 19 04:24 go.sum 04:26:27 -rw-rw-r--. 1 jenkins jenkins 677 Oct 19 04:24 GOVERNANCE.md 04:26:27 drwxrwxr-x. 15 jenkins jenkins 224 Oct 19 04:24 internal 04:26:27 -rw-rw-r--. 1 jenkins jenkins 880 Oct 19 04:24 Jenkinsfile 04:26:27 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 04:24 LICENSE 04:26:27 -rw-rw-r--. 1 jenkins jenkins 1120 Oct 19 04:24 Makefile 04:26:27 drwxrwxr-x. 3 jenkins jenkins 16 Oct 19 04:24 openapi 04:26:27 -rw-rw-r--. 1 jenkins jenkins 619 Oct 19 04:24 OWNERS.md 04:26:27 drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 04:24 pkg 04:26:27 -rw-rw-r--. 1 jenkins jenkins 4877 Oct 19 04:24 README.md 04:26:27 drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 04:24 snap 04:26:27 -rw-rw-r--. 1 jenkins jenkins 5 Oct 19 04:22 VERSION 04:26:27 -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 04:24 version.go [Pipeline] isUnix [Pipeline] sh 04:26:28 + 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=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 --label arch=amd64 --label version=0.0.0 . 04:26:28 Sending build context to Docker daemon 2.821MB 04:26:28 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 04:26:28 Step 2/24 : FROM ${BASE} AS builder 04:26:28 ---> b8117c705c4b 04:26:28 Step 3/24 : ARG MAKE=make build 04:26:28 ---> Running in 2ae4e1d0bd27 04:26:28 Removing intermediate container 2ae4e1d0bd27 04:26:28 ---> fb9608a880e1 04:26:28 Step 4/24 : WORKDIR /device-sdk-go 04:26:28 ---> Running in 8648bd2ae05c 04:26:28 Removing intermediate container 8648bd2ae05c 04:26:28 ---> 3067d6056130 04:26:28 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:26:28 ---> Running in 5c6dcbe80d43 04:26:28 Removing intermediate container 5c6dcbe80d43 04:26:28 ---> 7d54ff16e21b 04:26:28 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:26:28 ---> Running in 20d257e14757 04:26:28 Removing intermediate container 20d257e14757 04:26:28 ---> 45216cbb3a0d 04:26:28 Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:26:28 ---> Running in 15a3e3269b3b 04:26:29 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:26:30 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:26:30 OK: 220 MiB in 52 packages 04:26:30 Removing intermediate container 15a3e3269b3b 04:26:30 ---> e66d1c9b696f 04:26:30 Step 8/24 : COPY . . 04:26:30 ---> b11fbeafc25b 04:26:30 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:26:30 ---> Running in 4bb703a2c667 04:26:31 Removing intermediate container 4bb703a2c667 04:26:31 ---> feed678abf64 04:26:31 Step 10/24 : RUN ${MAKE} 04:26:31 ---> Running in 3f57753f9b6c 04:26:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:26:35 using credential edgex-jenkins-ssh 04:26:35 Cloning the remote Git repository 04:26:35 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:26:35 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:26:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:26:35 > git --version # timeout=10 04:26:35 > git --version # 'git version 2.17.1' 04:26:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:26:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:26:37 Merging remotes/origin/main commit 2ab93c499751478c937c96849c5331481b2fe78f into PR head commit 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 04:26:37 Merge succeeded, producing 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 04:26:37 Checking out Revision 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 (PR-1036) 04:26:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:26:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:26:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:26:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:26:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:26:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1036/head:refs/remotes/origin/PR-1036 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:26:37 > git config core.sparsecheckout # timeout=10 04:26:37 > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 04:26:37 > git remote # timeout=10 04:26:37 > git config --get remote.origin.url # timeout=10 04:26:37 using GIT_SSH to set credentials SSH Credentials for GitHub 04:26:37 > git merge 2ab93c499751478c937c96849c5331481b2fe78f # timeout=10 04:26:37 > git rev-parse HEAD^{commit} # timeout=10 04:26:37 > git config core.sparsecheckout # timeout=10 04:26:37 > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 04:26:42 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 04:26:42 > git --version # timeout=10 04:26:42 > git --version # 'git version 2.17.1' 04:26:42 fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 04:26:42 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:26:42 Removing intermediate container 3f57753f9b6c 04:26:42 ---> ca80c3bb373d 04:26:42 Step 11/24 : FROM alpine:3.14 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:26:42 3.14: Pulling from library/alpine 04:26:43 a0d0a0d46f8b: Already exists 04:26:43 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:26:43 Status: Downloaded newer image for alpine:3.14 04:26:43 ---> 14119a10abf4 04:26:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:26:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:26:43 % Total % Received % Xferd Average Speed Time Time Time Current 04:26:43 Dload Upload Total Spent Left Speed 04:26:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 174k 0 --:--:-- --:--:-- --:--:-- 172k 04:26:43 ---> Running in 06c32cf1f2ec 04:26:43 Removing intermediate container 06c32cf1f2ec 04:26:43 ---> 5c7642d82b63 04:26:43 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:26:43 ---> Running in d07b972b9fd6 [Pipeline] sh 04:26:44 Removing intermediate container d07b972b9fd6 04:26:44 ---> 9d6f45c9fe30 04:26:44 Step 14/24 : RUN apk add --update --no-cache zeromq 04:26:44 ---> Running in 3f531afee930 04:26:44 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:26:45 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:26:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:26:45 + sudo tee /etc/docker/daemon.new 04:26:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:26:45 { 04:26:45 "registry-mirrors": [ 04:26:45 "https://nexus3.edgexfoundry.org:10001" 04:26:45 ], 04:26:45 "bip": "10.250.0.254/24", 04:26:45 "hosts": [ 04:26:45 "tcp://0.0.0.0:5555", 04:26:45 "unix:///var/run/docker.sock" 04:26:45 ], 04:26:45 "mtu": 1458, 04:26:45 "selinux-enabled": true, 04:26:45 "seccomp-profile": "/etc/docker/seccomp.json" 04:26:45 } [Pipeline] sh 04:26:45 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:26:45 (2/5) Installing libsodium (1.0.18-r0) 04:26:45 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:26:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 04:26:45 (4/5) Installing libzmq (4.3.4-r0) 04:26:45 (5/5) Installing zeromq (4.3.4-r0) 04:26:45 Executing busybox-1.33.1-r3.trigger [Pipeline] sh 04:26:46 OK: 8 MiB in 19 packages 04:26:46 Removing intermediate container 3f531afee930 04:26:46 ---> 0227bd0d0a98 04:26:46 Step 15/24 : WORKDIR / 04:26:46 + sudo service docker restart 04:26:46 ---> Running in d534e12ea982 04:26:46 Removing intermediate container d534e12ea982 04:26:46 ---> d529a839992e 04:26:46 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:26:46 ---> 957ddd24285f 04:26:46 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:26:47 ---> c4418e8d992e 04:26:47 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:26:47 ---> 05c4d54ae25b 04:26:47 Step 19/24 : EXPOSE 59999 04:26:47 ---> Running in 7122f632d01d 04:26:47 Removing intermediate container 7122f632d01d 04:26:47 ---> 42c0dc540e50 04:26:47 Step 20/24 : ENTRYPOINT ["/device-simple"] 04:26:47 ---> Running in 51614f91540d 04:26:47 Removing intermediate container 51614f91540d 04:26:47 ---> f8128061fad1 04:26:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:26:47 ---> Running in 9eb56fad94a5 04:26:47 Removing intermediate container 9eb56fad94a5 04:26:47 ---> 8df3a410b437 04:26:47 Step 22/24 : LABEL arch=amd64 04:26:47 ---> Running in d758dd4fb08f 04:26:47 Removing intermediate container d758dd4fb08f 04:26:47 ---> 06d0596abb4b 04:26:47 Step 23/24 : LABEL git_sha=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 04:26:47 ---> Running in abccfc6d5032 04:26:47 Removing intermediate container abccfc6d5032 04:26:47 ---> 40e0a839021a 04:26:47 Step 24/24 : LABEL version=0.0.0 04:26:47 ---> Running in e6a4fd7549d1 04:26:47 Removing intermediate container e6a4fd7549d1 04:26:47 ---> fc933cfee816 04:26:47 [Warning] One or more build-args [ARCH] were not consumed 04:26:47 Successfully built fc933cfee816 04:26:47 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:26:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:26:48 04:26:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:26:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:26:48 latest: Pulling from edgex-lftools-log-publisher 04:26:48 b4d181a07f80: Pulling fs layer 04:26:48 a1111a8f2ec3: Pulling fs layer 04:26:48 ed53099fbce6: Pulling fs layer 04:26:48 dc539afda2c1: Pulling fs layer 04:26:48 77bc0d833cb6: Pulling fs layer 04:26:48 9065ff56babe: Pulling fs layer 04:26:48 d287ab97295c: Pulling fs layer 04:26:48 dc539afda2c1: Waiting 04:26:48 77bc0d833cb6: Waiting 04:26:48 9065ff56babe: Waiting 04:26:48 d287ab97295c: Waiting 04:26:48 a1111a8f2ec3: Verifying Checksum 04:26:48 a1111a8f2ec3: Download complete 04:26:48 dc539afda2c1: Verifying Checksum 04:26:48 dc539afda2c1: Download complete 04:26:49 ed53099fbce6: Verifying Checksum 04:26:49 ed53099fbce6: Download complete 04:26:49 9065ff56babe: Verifying Checksum 04:26:49 9065ff56babe: Download complete 04:26:49 77bc0d833cb6: Verifying Checksum 04:26:49 77bc0d833cb6: Download complete 04:26:49 b4d181a07f80: Verifying Checksum 04:26:49 b4d181a07f80: Download complete 04:26:49 d287ab97295c: Verifying Checksum 04:26:49 d287ab97295c: Download complete 04:26:51 b4d181a07f80: Pull complete 04:26:51 a1111a8f2ec3: Pull complete 04:26:51 ed53099fbce6: Pull complete 04:26:51 dc539afda2c1: Pull complete 04:26:51 77bc0d833cb6: Pull complete 04:26:51 9065ff56babe: Pull complete 04:26:56 d287ab97295c: Pull complete 04:26:56 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:26:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:26:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:26:56 prd-centos7-docker-4c-2g-2354 does not seem to be running inside a container 04:26:57 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:26:59 $ docker top 667e341a1577b1e6b0ac20c1af152baf6df596bae8844c307baf0cde6b0d5b58 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:26:59 ---> job-cost.sh 04:26:59 lf-activate-venv: SKIPPING 04:26:59 INFO: No Stack... 04:27:00 INFO: Retrieving Pricing Info for: v3-standard-2 04:27:00 INFO: Archiving Costs [Pipeline] sh 04:27:00 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:27:00 + cut -d, -f6 [Pipeline] lock 04:27:00 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] 04:27:00 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] did not exist. Created. 04:27:00 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:27:01 + echo total: 0.05999999865889549 [Pipeline] stash 04:27:01 Stashed 1 file(s) [Pipeline] } 04:27:01 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:27:01 $ docker stop --time=1 667e341a1577b1e6b0ac20c1af152baf6df596bae8844c307baf0cde6b0d5b58 04:27:02 $ docker rm -f 667e341a1577b1e6b0ac20c1af152baf6df596bae8844c307baf0cde6b0d5b58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:27:05 provisioning config files... 04:27:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config3516697566494011554tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:27:06 ---> docker-login.sh 04:27:06 nexus3.edgexfoundry.org:10001 04:27:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:27:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:27:08 Configure a credential helper to remove this warning. See 04:27:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:27:08 04:27:08 Login Succeeded 04:27:08 nexus3.edgexfoundry.org:10002 04:27:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:27:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:27:08 Configure a credential helper to remove this warning. See 04:27:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:27:08 04:27:08 Login Succeeded 04:27:08 nexus3.edgexfoundry.org:10003 04:27:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:27:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:27:09 Configure a credential helper to remove this warning. See 04:27:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:27:09 04:27:09 Login Succeeded 04:27:09 nexus3.edgexfoundry.org:10004 04:27:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:27:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:27:10 Configure a credential helper to remove this warning. See 04:27:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:27:10 04:27:10 Login Succeeded 04:27:10 docker.io 04:27:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:27:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:27:10 Configure a credential helper to remove this warning. See 04:27:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:27:10 04:27:10 Login Succeeded 04:27:10 ---> docker-login.sh ends [Pipeline] } 04:27:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:27:11 ========================================================= 04:27:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:27:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:27:12 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 04:27:12 Sending build context to Docker daemon 2.703MB 04:27:12 Step 1/10 : ARG BASE=golang:1.16-alpine3.14 04:27:12 Step 2/10 : FROM ${BASE} AS builder 04:27:12 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:27:12 552d1f2373af: Pulling fs layer 04:27:12 ea3f2d53f512: Pulling fs layer 04:27:12 9e70ebbbe112: Pulling fs layer 04:27:12 7a9cfe048b4a: Pulling fs layer 04:27:12 72dc09318566: Pulling fs layer 04:27:12 7a9cfe048b4a: Waiting 04:27:12 72dc09318566: Waiting 04:27:12 f4f7b4309257: Pulling fs layer 04:27:12 0ac9a79272e3: Pulling fs layer 04:27:12 b78e95d17946: Pulling fs layer 04:27:12 f4f7b4309257: Waiting 04:27:12 0ac9a79272e3: Waiting 04:27:12 b78e95d17946: Waiting 04:27:12 9e70ebbbe112: Verifying Checksum 04:27:12 9e70ebbbe112: Download complete 04:27:12 ea3f2d53f512: Verifying Checksum 04:27:12 ea3f2d53f512: Download complete 04:27:12 72dc09318566: Verifying Checksum 04:27:12 72dc09318566: Download complete 04:27:12 552d1f2373af: Download complete 04:27:12 f4f7b4309257: Verifying Checksum 04:27:12 f4f7b4309257: Download complete 04:27:12 0ac9a79272e3: Download complete 04:27:13 552d1f2373af: Pull complete 04:27:14 ea3f2d53f512: Pull complete 04:27:15 9e70ebbbe112: Pull complete 04:27:15 b78e95d17946: Verifying Checksum 04:27:15 b78e95d17946: Download complete 04:27:15 7a9cfe048b4a: Verifying Checksum 04:27:15 7a9cfe048b4a: Download complete 04:27:26 7a9cfe048b4a: Pull complete 04:27:26 72dc09318566: Pull complete 04:27:26 f4f7b4309257: Pull complete 04:27:27 0ac9a79272e3: Pull complete 04:27:33 b78e95d17946: Pull complete 04:27:33 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 04:27:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:27:33 ---> 8b459fc5aaf0 04:27:33 Step 3/10 : ARG MAKE=make build 04:27:38 ---> Running in 0dcf1d397c6e 04:27:38 Removing intermediate container 0dcf1d397c6e 04:27:38 ---> 24f980c412e4 04:27:38 Step 4/10 : WORKDIR /device-sdk-go 04:27:38 ---> Running in bec4c5e5b3d0 04:27:39 Removing intermediate container bec4c5e5b3d0 04:27:39 ---> 14eefdb35d30 04:27:39 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:27:39 ---> Running in 23789ef23c42 04:27:39 Removing intermediate container 23789ef23c42 04:27:39 ---> 0993b7de5ba4 04:27:39 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:27:39 ---> Running in 45627d38d691 04:27:42 Removing intermediate container 45627d38d691 04:27:42 ---> f9edbf3f9fba 04:27:42 Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:27:42 ---> Running in 4616379f0d43 04:27:44 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:27:45 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:27:46 OK: 219 MiB in 52 packages 04:27:48 Removing intermediate container 4616379f0d43 04:27:48 ---> b0160ce76363 04:27:48 Step 8/10 : COPY . . 04:27:48 ---> 20aa840ffcca 04:27:48 Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:27:48 ---> Running in 121b168d4adf 04:29:10 Removing intermediate container 121b168d4adf 04:29:10 ---> 4e8f52f7fb4c 04:29:10 Step 10/10 : RUN ${MAKE} 04:29:10 ---> Running in d82be48f4c10 04:29:10 noop 04:29:11 Removing intermediate container d82be48f4c10 04:29:11 ---> 59c32b157329 04:29:11 Successfully built 59c32b157329 04:29:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:29:11 + docker inspect -f . ci-base-image-arm64 04:29:11 . [Pipeline] withDockerContainer 04:29:11 prd-ubuntu18.04-docker-arm64-4c-16g-2356 does not seem to be running inside a container 04:29:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:29:13 $ docker top 7fa4b0429fee4b8377a05565f487976da86a5d282e1f09f3abf790011cb62396 -eo pid,comm [Pipeline] { [Pipeline] sh 04:29:14 + go version 04:29:14 go version go1.16.8 linux/arm64 [Pipeline] } 04:29:14 $ docker stop --time=1 7fa4b0429fee4b8377a05565f487976da86a5d282e1f09f3abf790011cb62396 04:29:16 $ docker rm -f 7fa4b0429fee4b8377a05565f487976da86a5d282e1f09f3abf790011cb62396 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:29:17 + docker inspect -f . ci-base-image-arm64 04:29:17 . [Pipeline] withDockerContainer 04:29:18 prd-ubuntu18.04-docker-arm64-4c-16g-2356 does not seem to be running inside a container 04:29:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:29:20 $ docker top 3567e76977629f4601a5e8e048c4e98f8f719093b69e4637a50231d0bc80af77 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:29:21 + make test 04:29:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:29:53 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:31:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:31:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:31:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:31:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.263s coverage: 23.5% of statements 04:31:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:31:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.233s coverage: 28.1% of statements 04:31:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.227s coverage: 78.9% of statements 04:31:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.229s coverage: 9.0% of statements 04:31:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:31:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:31:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:31:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.332s coverage: 28.7% of statements 04:31:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:31:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.220s coverage: 83.3% of statements 04:31:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:31:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:31:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.451s coverage: 57.8% of statements 04:31:12 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.066s coverage: 88.8% of statements 04:31:12 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:31:12 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.181s coverage: 4.9% of statements 04:31:12 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:31:13 GO111MODULE=on go vet ./... 04:32:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:32:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:32:10 ./bin/test-attribution-txt.sh [Pipeline] } 04:32:10 $ docker stop --time=1 3567e76977629f4601a5e8e048c4e98f8f719093b69e4637a50231d0bc80af77 04:32:12 $ docker rm -f 3567e76977629f4601a5e8e048c4e98f8f719093b69e4637a50231d0bc80af77 [Pipeline] // withDockerContainer [Pipeline] sh 04:32:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:32:14 Warning: overwriting stash ‘coverage-report’ 04:32:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:32:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:32:15 + ls -al . 04:32:15 total 300 04:32:15 drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 04:32 . 04:32:15 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 04:26 .. 04:32:15 -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 04:26 .dockerignore 04:32:15 drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 04:26 .git 04:32:15 drwxrwxr-x 3 jenkins jenkins 4096 Oct 19 04:26 .github 04:32:15 -rw-rw-r-- 1 jenkins jenkins 131 Oct 19 04:26 .gitignore 04:32:15 -rw-rw-r-- 1 jenkins jenkins 24816 Oct 19 04:26 CHANGELOG.md 04:32:15 -rw-rw-r-- 1 jenkins jenkins 677 Oct 19 04:26 GOVERNANCE.md 04:32:15 -rw-rw-r-- 1 jenkins jenkins 880 Oct 19 04:26 Jenkinsfile 04:32:15 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 04:26 LICENSE 04:32:15 -rw-rw-r-- 1 jenkins jenkins 1120 Oct 19 04:26 Makefile 04:32:15 -rw-rw-r-- 1 jenkins jenkins 619 Oct 19 04:26 OWNERS.md 04:32:15 -rw-rw-r-- 1 jenkins jenkins 4877 Oct 19 04:26 README.md 04:32:15 -rw-rw-r-- 1 jenkins jenkins 5 Oct 19 04:22 VERSION 04:32:15 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 04:26 bin 04:32:15 -rw-r--r-- 1 jenkins jenkins 126693 Oct 19 04:31 coverage.out 04:32:15 drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 04:26 example 04:32:15 -rw-rw-r-- 1 jenkins jenkins 602 Oct 19 04:26 go.mod 04:32:15 -rw-rw-r-- 1 jenkins jenkins 49868 Oct 19 04:26 go.sum 04:32:15 drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 04:26 internal 04:32:15 drwxrwxr-x 3 jenkins jenkins 4096 Oct 19 04:26 openapi 04:32:15 drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 04:26 pkg 04:32:15 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 04:26 snap 04:32:15 -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 04:26 version.go [Pipeline] isUnix [Pipeline] sh 04:32:16 + 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=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 --label arch=arm64 --label version=0.0.0 . 04:32:16 Sending build context to Docker daemon 2.83MB 04:32:16 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 04:32:16 Step 2/24 : FROM ${BASE} AS builder 04:32:16 ---> 59c32b157329 04:32:16 Step 3/24 : ARG MAKE=make build 04:32:16 ---> Running in d00eadccb150 04:32:17 Removing intermediate container d00eadccb150 04:32:17 ---> 7aeba678e3ca 04:32:17 Step 4/24 : WORKDIR /device-sdk-go 04:32:17 ---> Running in 36ab461c1c96 04:32:18 Removing intermediate container 36ab461c1c96 04:32:18 ---> 126b4e4273c0 04:32:18 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:32:18 ---> Running in 0a568bbf2852 04:32:18 Removing intermediate container 0a568bbf2852 04:32:18 ---> ab3afd2bf161 04:32:18 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:32:18 ---> Running in 52bc48fe4c71 04:32:21 Removing intermediate container 52bc48fe4c71 04:32:21 ---> 4310ccef2990 04:32:21 Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:32:21 ---> Running in 3206c6ee9944 04:32:22 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:32:23 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:32:24 OK: 219 MiB in 52 packages 04:32:25 Removing intermediate container 3206c6ee9944 04:32:25 ---> c436891e734d 04:32:25 Step 8/24 : COPY . . 04:32:26 ---> 7b1bfb469d81 04:32:26 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:32:26 ---> Running in cbc239700021 04:32:29 Removing intermediate container cbc239700021 04:32:29 ---> 9a111a9dbbf4 04:32:29 Step 10/24 : RUN ${MAKE} 04:32:29 ---> Running in cbc822d309c1 04:32:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:33:04 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:33:06 Removing intermediate container cbc822d309c1 04:33:06 ---> 5a56749bd1f1 04:33:06 Step 11/24 : FROM alpine:3.14 04:33:06 3.14: Pulling from library/alpine 04:33:06 552d1f2373af: Already exists 04:33:07 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:33:07 Status: Downloaded newer image for alpine:3.14 04:33:07 ---> bb3de5531c18 04:33:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:33:07 ---> Running in 63cc50053aa1 04:33:07 Removing intermediate container 63cc50053aa1 04:33:07 ---> 26b434706eee 04:33:07 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:07 ---> Running in c4fc4c0e6c7c 04:33:10 Removing intermediate container c4fc4c0e6c7c 04:33:10 ---> 972d83fc4fbc 04:33:10 Step 14/24 : RUN apk add --update --no-cache zeromq 04:33:10 ---> Running in 184458efdc3a 04:33:11 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:33:12 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:33:13 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:33:13 (2/5) Installing libsodium (1.0.18-r0) 04:33:13 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:33:13 (4/5) Installing libzmq (4.3.4-r0) 04:33:14 (5/5) Installing zeromq (4.3.4-r0) 04:33:14 Executing busybox-1.33.1-r3.trigger 04:33:14 OK: 8 MiB in 19 packages 04:33:15 Removing intermediate container 184458efdc3a 04:33:15 ---> 243ff63f839e 04:33:15 Step 15/24 : WORKDIR / 04:33:15 ---> Running in f4463d38113b 04:33:15 Removing intermediate container f4463d38113b 04:33:15 ---> cb6e3df7367b 04:33:15 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:33:16 ---> fe81ec45efc9 04:33:16 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:33:18 ---> 0045087ea391 04:33:18 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:33:18 ---> fb7291942fe7 04:33:18 Step 19/24 : EXPOSE 59999 04:33:18 ---> Running in 4e664098da46 04:33:19 Removing intermediate container 4e664098da46 04:33:19 ---> ad7feb82fc31 04:33:19 Step 20/24 : ENTRYPOINT ["/device-simple"] 04:33:19 ---> Running in 3ba761457849 04:33:20 Removing intermediate container 3ba761457849 04:33:20 ---> e1f6c97821d7 04:33:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:33:20 ---> Running in f90768c8920e 04:33:20 Removing intermediate container f90768c8920e 04:33:20 ---> 4694325177a5 04:33:20 Step 22/24 : LABEL arch=arm64 04:33:20 ---> Running in 7fc3da83831e 04:33:21 Removing intermediate container 7fc3da83831e 04:33:21 ---> b254e4a9537d 04:33:21 Step 23/24 : LABEL git_sha=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 04:33:21 ---> Running in 8aa5d66ab803 04:33:21 Removing intermediate container 8aa5d66ab803 04:33:21 ---> d95bdbd35dbf 04:33:21 Step 24/24 : LABEL version=0.0.0 04:33:21 ---> Running in 7dc3aafbd9a4 04:33:22 Removing intermediate container 7dc3aafbd9a4 04:33:22 ---> 85339b42a887 04:33:22 [Warning] One or more build-args [ARCH] were not consumed 04:33:22 Successfully built 85339b42a887 04:33:22 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:33:23 04:33:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:33:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:33:24 arm64: Pulling from edgex-lftools-log-publisher 04:33:24 448f6bf000e3: Pulling fs layer 04:33:24 f757da607395: Pulling fs layer 04:33:24 05883995daec: Pulling fs layer 04:33:24 8603b9c90790: Pulling fs layer 04:33:24 1560dd03e051: Pulling fs layer 04:33:24 27f5ce0e4adf: Pulling fs layer 04:33:24 c2d8d7efcc4b: Pulling fs layer 04:33:24 27f5ce0e4adf: Waiting 04:33:24 8603b9c90790: Waiting 04:33:24 1560dd03e051: Waiting 04:33:24 c2d8d7efcc4b: Waiting 04:33:24 f757da607395: Verifying Checksum 04:33:24 f757da607395: Download complete 04:33:24 8603b9c90790: Verifying Checksum 04:33:24 8603b9c90790: Download complete 04:33:24 1560dd03e051: Verifying Checksum 04:33:24 1560dd03e051: Download complete 04:33:24 05883995daec: Download complete 04:33:24 27f5ce0e4adf: Verifying Checksum 04:33:24 27f5ce0e4adf: Download complete 04:33:24 448f6bf000e3: Download complete 04:33:27 c2d8d7efcc4b: Verifying Checksum 04:33:27 c2d8d7efcc4b: Download complete 04:33:29 448f6bf000e3: Pull complete 04:33:29 f757da607395: Pull complete 04:33:31 05883995daec: Pull complete 04:33:31 8603b9c90790: Pull complete 04:33:32 1560dd03e051: Pull complete 04:33:32 27f5ce0e4adf: Pull complete 04:33:45 c2d8d7efcc4b: Pull complete 04:33:45 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 04:33:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:33:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:33:45 prd-ubuntu18.04-docker-arm64-4c-16g-2356 does not seem to be running inside a container 04:33:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:33:49 $ docker top 42cb4f87458236db46118bbba99fd398302771e7653af8b83a38e9f02c5cf0a6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:33:50 ---> job-cost.sh 04:33:50 lf-activate-venv: SKIPPING 04:33:50 INFO: No Stack... 04:34:09 INFO: Retrieving Pricing Info for: v3-standard-4 04:34:09 INFO: Archiving Costs [Pipeline] sh 04:34:09 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:34:09 + cut -d, -f6 [Pipeline] lock 04:34:09 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] 04:34:09 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] did not exist. Created. 04:34:09 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:34:10 /w/workspace/device-sdk-go/1@tmp/durable-80616117/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-80616117/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:34:11 + echo total: 0.10999999940395355 [Pipeline] stash 04:34:11 Warning: overwriting stash ‘stack-cost’ 04:34:11 Stashed 1 file(s) [Pipeline] } 04:34:11 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:34:11 $ docker stop --time=1 42cb4f87458236db46118bbba99fd398302771e7653af8b83a38e9f02c5cf0a6 04:34:13 $ docker rm -f 42cb4f87458236db46118bbba99fd398302771e7653af8b83a38e9f02c5cf0a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:34:15 provisioning config files... 04:34:15 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/config3412215829282305018tmp [Pipeline] { [Pipeline] sh 04:34:15 + set +x 04:34:15 + curl -s https://codecov.io/bash 04:34:15 + bash -s -- 04:34:15 04:34:15 _____ _ 04:34:15 / ____| | | 04:34:15 | | ___ __| | ___ ___ _____ __ 04:34:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:34:15 | |___| (_) | (_| | __/ (_| (_) \ V / 04:34:15 \_____\___/ \__,_|\___|\___\___/ \_/ 04:34:15 Bash-1.0.6 04:34:15 04:34:15 04:34:15 ==> git version 2.24.4 found 04:34:15 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:34:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:34:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:34:15 ==> Jenkins CI detected. 04:34:15 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1036 04:34:15 project root: . 04:34:15 --> token set from env 04:34:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:34:15 ==> Running gcov in . (disable via -X gcov) 04:34:15 ==> Python coveragepy not found 04:34:15 ==> Searching for coverage reports in: 04:34:15 + . 04:34:15 -> Found 1 reports 04:34:15 ==> Detecting git/mercurial file structure 04:34:15 ==> Reading reports 04:34:15 + ./coverage.out bytes=126693 04:34:15 ==> Appending adjustments 04:34:15 https://docs.codecov.io/docs/fixing-reports 04:34:16 + Found adjustments 04:34:16 ==> Gzipping contents 04:34:16 16K /tmp/codecov.irzAKW.gz 04:34:16 ==> Uploading reports 04:34:16 url: https://codecov.io 04:34:16 query: branch=PR-1036&commit=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1036%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1036&job=&cmd_args= 04:34:16 -> Pinging Codecov 04:34:16 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1036&commit=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1036%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1036&job=&cmd_args= 04:34:16 -> Uploading to 04:34:16 https://storage.googleapis.com/codecov/v4/raw/2021-10-19/7E55EF52A471D76F132DFD9A03CDDE97/5cc5eae426dc46c4f731dcc30fb8119b0bb09b63/b546e10e-7621-49a4-ace0-844d634f5519.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211019%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211019T043416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=634e4a9867b82011c1d86433bc2355830ef235fff25910a2f38d19684e13a48c 04:34:16 % Total % Received % Xferd Average Speed Time Time Time Current 04:34:16 Dload Upload Total Spent Left Speed 04:34:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16107 0 0 100 16107 0 59274 --:--:-- --:--:-- --:--:-- 59216 100 16107 0 0 100 16107 0 59246 --:--:-- --:--:-- --:--:-- 59216 04:34:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [Pipeline] } 04:34:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:34:19 + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1036/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:34:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:34:20 ---> package-listing.sh 04:34:20 ++ facter osfamily 04:34:20 ++ tr '[:upper:]' '[:lower:]' 04:34:20 + OS_FAMILY=redhat 04:34:20 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1036 04:34:20 + START_PACKAGES=/tmp/packages_start.txt 04:34:20 + END_PACKAGES=/tmp/packages_end.txt 04:34:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:34:20 + PACKAGES=/tmp/packages_start.txt 04:34:20 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1036 ']' 04:34:20 + PACKAGES=/tmp/packages_end.txt 04:34:20 + case "${OS_FAMILY}" in 04:34:20 + rpm -qa 04:34:20 + sort 04:34:21 + '[' -f /tmp/packages_start.txt ']' 04:34:21 + '[' -f /tmp/packages_end.txt ']' 04:34:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:34:21 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1036 ']' 04:34:21 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1036/archives/ 04:34:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1036/archives/ [Pipeline] echo 04:34:21 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-1036/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:34:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:34:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:34:22 04:34:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:34:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:34:22 latest: Pulling from edgex-lftools-log-publisher 04:34:22 b4d181a07f80: Pulling fs layer 04:34:22 a1111a8f2ec3: Pulling fs layer 04:34:22 ed53099fbce6: Pulling fs layer 04:34:22 dc539afda2c1: Pulling fs layer 04:34:22 77bc0d833cb6: Pulling fs layer 04:34:22 9065ff56babe: Pulling fs layer 04:34:22 d287ab97295c: Pulling fs layer 04:34:22 77bc0d833cb6: Waiting 04:34:22 9065ff56babe: Waiting 04:34:22 d287ab97295c: Waiting 04:34:22 dc539afda2c1: Waiting 04:34:22 a1111a8f2ec3: Verifying Checksum 04:34:22 a1111a8f2ec3: Download complete 04:34:22 dc539afda2c1: Verifying Checksum 04:34:22 dc539afda2c1: Download complete 04:34:22 ed53099fbce6: Verifying Checksum 04:34:22 ed53099fbce6: Download complete 04:34:22 9065ff56babe: Verifying Checksum 04:34:22 9065ff56babe: Download complete 04:34:22 77bc0d833cb6: Verifying Checksum 04:34:22 77bc0d833cb6: Download complete 04:34:22 b4d181a07f80: Verifying Checksum 04:34:22 b4d181a07f80: Download complete 04:34:23 d287ab97295c: Verifying Checksum 04:34:23 d287ab97295c: Download complete 04:34:24 b4d181a07f80: Pull complete 04:34:24 a1111a8f2ec3: Pull complete 04:34:25 ed53099fbce6: Pull complete 04:34:25 dc539afda2c1: Pull complete 04:34:25 77bc0d833cb6: Pull complete 04:34:25 9065ff56babe: Pull complete 04:34:30 d287ab97295c: Pull complete 04:34:30 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:34:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:34:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:34:30 prd-centos7-docker-4c-2g-2348 does not seem to be running inside a container 04:34:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1036/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-1036 -v /w/workspace/gexfoundry_device-sdk-go_PR-1036:/w/workspace/gexfoundry_device-sdk-go_PR-1036:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:34:32 $ docker top 40b178a8c22a5de1b135a9e907885093ccfe580078c68022480171df7eeba28e -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:33 + touch /tmp/pre-build-complete [Pipeline] sh 04:34:33 + mkdir -p /var/log/sysstat [Pipeline] sh 04:34:33 + ls /var/log/sa-host 04:34:33 + sadf -c /var/log/sa-host/sa19 04:34:33 file_magic: OK 04:34:33 HZ: Using current value: 100 04:34:33 file_header: OK 04:34:33 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:34:33 Statistics: 04:34:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:34:33 File successfully converted to sysstat format version 12.0.3 04:34:33 + sadf -c /var/log/sa-host/sa30 04:34:33 file_magic: OK 04:34:33 HZ: Using current value: 100 04:34:33 file_header: OK 04:34:33 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:34:33 Statistics: 04:34:33 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:34:33 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:34:34 provisioning config files... 04:34:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/config1099734515836747171tmp [Pipeline] { [Pipeline] echo 04:34:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:34:34 ---> create-netrc.sh [Pipeline] } 04:34:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:34:34 ---> python-tools-install.sh [Pipeline] echo 04:34:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:34:36 ---> sudo-logs.sh 04:34:36 Archiving 'sudo' log.. 04:34:36 sudo: unable to resolve host prd-centos7-docker-4c-2g-2348.novalocal: Name or service not known 04:34:36 sudo: unable to resolve host prd-centos7-docker-4c-2g-2348.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:34:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:34:36 ---> job-cost.sh 04:34:36 lf-activate-venv: SKIPPING 04:34:36 DEBUG: total: 0.10999999940395355 04:34:36 INFO: Retrieving Stack Cost... 04:34:58 INFO: Retrieving Pricing Info for: v3-standard-2 04:34:58 INFO: Archiving Costs [Pipeline] echo 04:34:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:34:58 ---> logs-deploy.sh 04:34:58 lf-activate-venv: SKIPPING 04:34:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1036/1 04:34:58 INFO: archiving workspace using pattern(s): 04:34:59 Archives upload complete. 04:34:59 INFO: archiving logs to Nexus