Pull request #1047 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from bd22ad67da03dec9edc5730c8b0bd051af39755b+1be87f15213c05ab1957194b5dea87ff4eff74a4 (15eccf046ce2123b3eb527716726ee14cbe2a4e2) 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-ssh699203414828774523.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 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-ssh4913924016078499115.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 d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 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-1047/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-1047/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2974769151747694967.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-1047/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3132298944788330232.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 # timeout=10 Commit message: "feat: implement new function to grab latest lts commit" > 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-ssh3331895509784585422.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-1047/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-1047/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh717742668033049269.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 d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 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 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1820 in /w/workspace/gexfoundry_device-sdk-go_PR-1047 [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-1047 # 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-1047@tmp/jenkins-gitclient-ssh5719695084981770157.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 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit bd22ad67da03dec9edc5730c8b0bd051af39755b > 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-1047@tmp/jenkins-gitclient-ssh236277476965038191.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1047/head:refs/remotes/origin/PR-1047 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bd22ad67da03dec9edc5730c8b0bd051af39755b # timeout=10 Merge succeeded, producing bd22ad67da03dec9edc5730c8b0bd051af39755b Checking out Revision bd22ad67da03dec9edc5730c8b0bd051af39755b (PR-1047) > 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-1047@tmp/jenkins-gitclient-ssh5653642174348345688.key > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bd22ad67da03dec9edc5730c8b0bd051af39755b # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:09:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:09:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:09:31 ========================================================= 04:09:31 EdgeX Global Pipelines Version Info 04:09:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:09:33 ------------------- 04:09:33 stable info: 04:09:33 ------------------- 04:09:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:09:33 Commit SHA: d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 04:09:33 Message: testing jakarta lts changes 04:09:33 ------------------- 04:09:33 experimental info: 04:09:33 ------------------- 04:09:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:09:33 Commit SHA: d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 04:09:33 Message: testing jakarta lts changes [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:09:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:09:33 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:09:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:09:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:09:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1047 [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1047 [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1047 [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bd22ad67da03dec9edc5730c8b0bd051af39755b [Pipeline] echo 04:09:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bd22ad6 [Pipeline] echo 04:09:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:09:35 provisioning config files... 04:09:35 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp/config8248510941763268995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:35 ---> docker-login.sh 04:09:35 nexus3.edgexfoundry.org:10001 04:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:35 Configure a credential helper to remove this warning. See 04:09:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:35 04:09:35 Login Succeeded 04:09:35 nexus3.edgexfoundry.org:10002 04:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:35 Configure a credential helper to remove this warning. See 04:09:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:35 04:09:35 Login Succeeded 04:09:35 nexus3.edgexfoundry.org:10003 04:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:35 Configure a credential helper to remove this warning. See 04:09:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:35 04:09:35 Login Succeeded 04:09:35 nexus3.edgexfoundry.org:10004 04:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:36 Configure a credential helper to remove this warning. See 04:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:36 04:09:36 Login Succeeded 04:09:36 docker.io 04:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:36 Configure a credential helper to remove this warning. See 04:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:36 04:09:36 Login Succeeded 04:09:36 ---> docker-login.sh ends [Pipeline] } 04:09:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:09:36 + git rev-list -1 --merges bd22ad67da03dec9edc5730c8b0bd051af39755b~1..bd22ad67da03dec9edc5730c8b0bd051af39755b [Pipeline] echo 04:09:36 -----------> git rev-list -1 --merges bd22ad67da03dec9edc5730c8b0bd051af39755b~1..bd22ad67da03dec9edc5730c8b0bd051af39755b bd22ad67da03dec9edc5730c8b0bd051af39755b [false] [Pipeline] sh 04:09:37 + git log --format=format:%s -1 bd22ad67da03dec9edc5730c8b0bd051af39755b [Pipeline] echo 04:09:37 ========================================================= 04:09:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:09:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:09:37 + git log --format=format:%s -1 bd22ad67da03dec9edc5730c8b0bd051af39755b [Pipeline] echo 04:09:37 [semverPrep] GIT_COMMIT: bd22ad67da03dec9edc5730c8b0bd051af39755b, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo 04:09:37 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:09:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:38 04:09:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:09:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:38 latest: Pulling from edgex-devops/git-semver 04:09:38 a0d0a0d46f8b: Pulling fs layer 04:09:38 3e5f54012d9b: Pulling fs layer 04:09:38 4c7163046ea9: Pulling fs layer 04:09:38 0c2d73faf560: Pulling fs layer 04:09:38 0c2d73faf560: Waiting 04:09:38 3e5f54012d9b: Verifying Checksum 04:09:38 3e5f54012d9b: Download complete 04:09:38 a0d0a0d46f8b: Verifying Checksum 04:09:38 a0d0a0d46f8b: Download complete 04:09:38 4c7163046ea9: Verifying Checksum 04:09:38 4c7163046ea9: Download complete 04:09:38 0c2d73faf560: Verifying Checksum 04:09:38 0c2d73faf560: Download complete 04:09:38 a0d0a0d46f8b: Pull complete 04:09:38 3e5f54012d9b: Pull complete 04:09:39 4c7163046ea9: Pull complete 04:09:39 0c2d73faf560: Pull complete 04:09:39 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 04:09:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:09:39 prd-centos7-docker-4c-2g-1820 does not seem to be running inside a container 04:09:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1047 -v /w/workspace/gexfoundry_device-sdk-go_PR-1047:/w/workspace/gexfoundry_device-sdk-go_PR-1047:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:09:40 $ docker top 9a5c62fbc305ad32724fac7f9340daf68045fe6e91e5c8326ba021400241d22d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:09:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:40 [ssh-agent] Looking for ssh-agent implementation... 04:09:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:40 $ docker exec 9a5c62fbc305ad32724fac7f9340daf68045fe6e91e5c8326ba021400241d22d ssh-agent 04:09:40 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPpMGCN/agent.13 04:09:40 SSH_AGENT_PID=19 04:09:40 Running ssh-add (command line suppressed) 04:09:40 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp/private_key_8034537606988537326.key (/w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp/private_key_8034537606988537326.key) 04:09:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:41 + git tag --points-at HEAD [Pipeline] } 04:09:41 $ docker exec --env ******** --env ******** 9a5c62fbc305ad32724fac7f9340daf68045fe6e91e5c8326ba021400241d22d ssh-agent -k 04:09:41 unset SSH_AUTH_SOCK; 04:09:41 unset SSH_AGENT_PID; 04:09:41 echo Agent pid 19 killed; 04:09:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:09:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:41 [ssh-agent] Looking for ssh-agent implementation... 04:09:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:41 $ docker exec 9a5c62fbc305ad32724fac7f9340daf68045fe6e91e5c8326ba021400241d22d ssh-agent 04:09:41 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXIhpIDK/agent.54 04:09:41 SSH_AGENT_PID=60 04:09:41 Running ssh-add (command line suppressed) 04:09:41 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp/private_key_5826271092281195208.key (/w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp/private_key_5826271092281195208.key) 04:09:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:41 + git semver init 04:09:41 # -> Open(): unable to determine branch for HEAD 04:09:41 # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1047/.git 04:09:41 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1047 04:09:41 # $SEMVER_REMOTE_NAME = origin 04:09:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:09:41 # $SEMVER_USER_NAME = edgex-jenkins 04:09:41 # $SEMVER_BRANCH = PR-1047 04:09:41 # $SEMVER_TEMP = /tmp/semver-589425742 04:09:41 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:09:42 # '/tmp/semver-589425742' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1047/.semver' 04:09:42 # -> Force: false 04:09:42 # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1047/.semver [Pipeline] } 04:09:42 $ docker exec --env ******** --env ******** 9a5c62fbc305ad32724fac7f9340daf68045fe6e91e5c8326ba021400241d22d ssh-agent -k 04:09:42 unset SSH_AUTH_SOCK; 04:09:42 unset SSH_AGENT_PID; 04:09:42 echo Agent pid 60 killed; 04:09:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:09:43 + git semver [Pipeline] } 04:09:43 $ docker stop --time=1 9a5c62fbc305ad32724fac7f9340daf68045fe6e91e5c8326ba021400241d22d 04:09:44 $ docker rm -f 9a5c62fbc305ad32724fac7f9340daf68045fe6e91e5c8326ba021400241d22d [Pipeline] // withDockerContainer [Pipeline] sh 04:09:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:09:45 Stashed 1 file(s) [Pipeline] echo 04:09:45 [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:10:00 Still waiting to schedule task 04:10:00 ‘prd-centos7-docker-4c-2g-1824’ is offline 04:10:00 ‘prd-centos7-docker-4c-2g-1825’ is offline 04:10:00 ‘prd-ubuntu18.04-docker-8c-8g-1716’ doesn’t have label ‘centos7-docker-4c-2g’ 04:10:00 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1765’ doesn’t have label ‘centos7-docker-4c-2g’ 04:10:00 Still waiting to schedule task 04:10:00 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1765’ is offline 04:10:32 Running on prd-centos7-docker-4c-2g-1826 in /w/workspace/gexfoundry_device-sdk-go_PR-1047 [Pipeline] { [Pipeline] ws 04:10:32 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:10:32 Selected Git installation does not exist. Using Default 04:10:32 The recommended git tool is: NONE 04:10:34 using credential edgex-jenkins-ssh 04:10:34 Cloning the remote Git repository 04:10:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:10:34 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:10:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:10:34 > git --version # timeout=10 04:10:34 > git --version # 'git version 2.24.4' 04:10:34 using GIT_SSH to set credentials SSH Credentials for GitHub 04:10:34 [INFO] Currently running in a labeled security context 04:10:34 [INFO] Currently SELinux is 'enforcing' on the host 04:10:34 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh5672837253227556535.key 04:10:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:10:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:10:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:10:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:10:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:10:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:10:35 [INFO] Currently running in a labeled security context 04:10:35 [INFO] Currently SELinux is 'enforcing' on the host 04:10:35 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh4282646849320921154.key 04:10:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1047/head:refs/remotes/origin/PR-1047 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:10:36 Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit bd22ad67da03dec9edc5730c8b0bd051af39755b 04:10:36 Merge succeeded, producing bd22ad67da03dec9edc5730c8b0bd051af39755b 04:10:36 Checking out Revision bd22ad67da03dec9edc5730c8b0bd051af39755b (PR-1047) 04:10:36 > git config core.sparsecheckout # timeout=10 04:10:36 > git checkout -f bd22ad67da03dec9edc5730c8b0bd051af39755b # timeout=10 04:10:36 > git remote # timeout=10 04:10:36 > git config --get remote.origin.url # timeout=10 04:10:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:10:36 [INFO] Currently running in a labeled security context 04:10:36 [INFO] Currently SELinux is 'enforcing' on the host 04:10:36 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh2309346449736996927.key 04:10:36 > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 04:10:36 > git rev-parse HEAD^{commit} # timeout=10 04:10:36 > git config core.sparsecheckout # timeout=10 04:10:36 > git checkout -f bd22ad67da03dec9edc5730c8b0bd051af39755b # timeout=10 04:10:40 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" 04:10:39 > git --version # timeout=10 04:10:40 > git --version # 'git version 2.24.4' 04:10:40 fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:10:40 provisioning config files... 04:10:40 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config2124554037234036256tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:10:41 ---> docker-login.sh 04:10:41 nexus3.edgexfoundry.org:10001 04:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:10:41 Configure a credential helper to remove this warning. See 04:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:10:41 04:10:41 Login Succeeded 04:10:41 nexus3.edgexfoundry.org:10002 04:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:10:41 Configure a credential helper to remove this warning. See 04:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:10:41 04:10:41 Login Succeeded 04:10:41 nexus3.edgexfoundry.org:10003 04:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:10:41 Configure a credential helper to remove this warning. See 04:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:10:41 04:10:41 Login Succeeded 04:10:41 nexus3.edgexfoundry.org:10004 04:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:10:41 Configure a credential helper to remove this warning. See 04:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:10:41 04:10:41 Login Succeeded 04:10:41 docker.io 04:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:10:41 Configure a credential helper to remove this warning. See 04:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:10:41 04:10:41 Login Succeeded 04:10:41 ---> docker-login.sh ends [Pipeline] } 04:10:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:10:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:10:42 ========================================================= 04:10:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:10:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:10:42 + 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:10:42 Sending build context to Docker daemon 2.717MB 04:10:42 Step 1/10 : ARG BASE=golang:1.16-alpine3.14 04:10:42 Step 2/10 : FROM ${BASE} AS builder 04:10:42 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:10:42 a0d0a0d46f8b: Pulling fs layer 04:10:42 31adcdaf11c8: Pulling fs layer 04:10:42 b8b176561691: Pulling fs layer 04:10:42 4527c011a84f: Pulling fs layer 04:10:42 5d74067f8e1e: Pulling fs layer 04:10:42 e0aca202a116: Pulling fs layer 04:10:42 3a43be97a3b4: Pulling fs layer 04:10:42 34cad66bf833: Pulling fs layer 04:10:42 b4e3c513aaa6: Pulling fs layer 04:10:42 4527c011a84f: Waiting 04:10:42 e0aca202a116: Waiting 04:10:42 34cad66bf833: Waiting 04:10:42 3a43be97a3b4: Waiting 04:10:42 b4e3c513aaa6: Waiting 04:10:42 b8b176561691: Verifying Checksum 04:10:42 b8b176561691: Download complete 04:10:42 31adcdaf11c8: Verifying Checksum 04:10:42 31adcdaf11c8: Download complete 04:10:42 5d74067f8e1e: Verifying Checksum 04:10:42 5d74067f8e1e: Download complete 04:10:42 e0aca202a116: Verifying Checksum 04:10:42 e0aca202a116: Download complete 04:10:42 a0d0a0d46f8b: Verifying Checksum 04:10:42 a0d0a0d46f8b: Download complete 04:10:42 3a43be97a3b4: Verifying Checksum 04:10:42 3a43be97a3b4: Download complete 04:10:42 34cad66bf833: Verifying Checksum 04:10:42 34cad66bf833: Download complete 04:10:43 a0d0a0d46f8b: Pull complete 04:10:43 31adcdaf11c8: Pull complete 04:10:43 4527c011a84f: Verifying Checksum 04:10:43 4527c011a84f: Download complete 04:10:43 b8b176561691: Pull complete 04:10:43 b4e3c513aaa6: Verifying Checksum 04:10:43 b4e3c513aaa6: Download complete 04:10:47 4527c011a84f: Pull complete 04:10:47 5d74067f8e1e: Pull complete 04:10:47 e0aca202a116: Pull complete 04:10:47 3a43be97a3b4: Pull complete 04:10:47 34cad66bf833: Pull complete 04:10:49 b4e3c513aaa6: Pull complete 04:10:49 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 04:10:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:10:49 ---> 9f6097aaca64 04:10:49 Step 3/10 : ARG MAKE=make build 04:10:53 ---> Running in 35dc8abaf94e 04:10:53 Removing intermediate container 35dc8abaf94e 04:10:53 ---> 82340614b748 04:10:53 Step 4/10 : WORKDIR /device-sdk-go 04:10:53 ---> Running in 70933abc3774 04:10:53 Removing intermediate container 70933abc3774 04:10:53 ---> 0d9f5bbdffe0 04:10:53 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:10:53 ---> Running in 232be5d778eb 04:10:53 Removing intermediate container 232be5d778eb 04:10:53 ---> 211dc2b1cb4c 04:10:53 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:10:53 ---> Running in 3875fe7e01a9 04:10:54 Removing intermediate container 3875fe7e01a9 04:10:54 ---> 880cb25d55c5 04:10:54 Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:10:54 ---> Running in 2b491f07a33a 04:10:54 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:10:55 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:10:55 OK: 220 MiB in 52 packages 04:10:55 Removing intermediate container 2b491f07a33a 04:10:55 ---> 7cbefafc7164 04:10:55 Step 8/10 : COPY . . 04:10:56 ---> 5a59edb44654 04:10:56 Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:56 ---> Running in c93c3a61dfce 04:11:22 Removing intermediate container c93c3a61dfce 04:11:22 ---> 02c47ed736f4 04:11:22 Step 10/10 : RUN ${MAKE} 04:11:22 ---> Running in de3c6bf8e0a1 04:11:23 noop 04:11:23 Removing intermediate container de3c6bf8e0a1 04:11:23 ---> af86780d1763 04:11:23 Successfully built af86780d1763 04:11:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:11:23 + docker inspect -f . ci-base-image-x86_64 04:11:23 . [Pipeline] withDockerContainer 04:11:23 prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container 04:11: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 ******** -e ******** ci-base-image-x86_64 cat 04:11:24 $ docker top 1d44ce9d192e05b291762d61a396c12b9298b17b0d1f5e207eb9bf7c63dbdf9f -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:24 + go version 04:11:24 go version go1.16.8 linux/amd64 [Pipeline] } 04:11:24 $ docker stop --time=1 1d44ce9d192e05b291762d61a396c12b9298b17b0d1f5e207eb9bf7c63dbdf9f 04:11:26 $ docker rm -f 1d44ce9d192e05b291762d61a396c12b9298b17b0d1f5e207eb9bf7c63dbdf9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:11:26 + docker inspect -f . ci-base-image-x86_64 04:11:26 . [Pipeline] withDockerContainer 04:11:26 prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container 04:11: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 ******** -e ******** ci-base-image-x86_64 cat 04:11:27 $ docker top d8a4cf80d41d4096e088703ed9bc4149c097342cd108841238669e91624ef905 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:11:27 + make test 04:11:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:11:33 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:12:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:12:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:12:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:12:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.056s coverage: 23.8% of statements 04:12:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:12:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.064s coverage: 28.1% of statements 04:12:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.052s coverage: 78.9% of statements 04:12:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.055s coverage: 9.0% of statements 04:12:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:12:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:12:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:12:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.070s coverage: 28.7% of statements 04:12:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:12:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.058s coverage: 83.3% of statements 04:12:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:12:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:12:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.081s coverage: 57.8% of statements 04:12:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.839s coverage: 88.8% of statements 04:12:02 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:12:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.045s coverage: 4.9% of statements 04:12:02 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:12:02 GO111MODULE=on go vet ./... 04:12:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:12:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:12:21 ./bin/test-attribution-txt.sh [Pipeline] } 04:12:21 $ docker stop --time=1 d8a4cf80d41d4096e088703ed9bc4149c097342cd108841238669e91624ef905 04:12:22 $ docker rm -f d8a4cf80d41d4096e088703ed9bc4149c097342cd108841238669e91624ef905 [Pipeline] // withDockerContainer [Pipeline] sh 04:12:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:12:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:12:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:12:24 + ls -al . 04:12:24 total 264 04:12:24 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 26 04:12 . 04:12:24 drwxrwxr-x. 4 jenkins jenkins 28 Oct 26 04:10 .. 04:12:24 drwxrwxr-x. 2 jenkins jenkins 37 Oct 26 04:10 bin 04:12:24 -rw-rw-r--. 1 jenkins jenkins 24816 Oct 26 04:10 CHANGELOG.md 04:12:24 -rw-r--r--. 1 jenkins jenkins 126785 Oct 26 04:12 coverage.out 04:12:24 -rw-rw-r--. 1 jenkins jenkins 140 Oct 26 04:10 .dockerignore 04:12:24 drwxrwxr-x. 5 jenkins jenkins 62 Oct 26 04:10 example 04:12:24 drwxrwxr-x. 8 jenkins jenkins 179 Oct 26 04:10 .git 04:12:24 drwxrwxr-x. 3 jenkins jenkins 125 Oct 26 04:10 .github 04:12:24 -rw-rw-r--. 1 jenkins jenkins 131 Oct 26 04:10 .gitignore 04:12:24 -rw-rw-r--. 1 jenkins jenkins 602 Oct 26 04:10 go.mod 04:12:24 -rw-rw-r--. 1 jenkins jenkins 49979 Oct 26 04:10 go.sum 04:12:24 -rw-rw-r--. 1 jenkins jenkins 677 Oct 26 04:10 GOVERNANCE.md 04:12:24 drwxrwxr-x. 15 jenkins jenkins 224 Oct 26 04:10 internal 04:12:24 -rw-rw-r--. 1 jenkins jenkins 880 Oct 26 04:10 Jenkinsfile 04:12:24 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 26 04:10 LICENSE 04:12:24 -rw-rw-r--. 1 jenkins jenkins 1120 Oct 26 04:10 Makefile 04:12:24 drwxrwxr-x. 3 jenkins jenkins 16 Oct 26 04:10 openapi 04:12:24 -rw-rw-r--. 1 jenkins jenkins 619 Oct 26 04:10 OWNERS.md 04:12:24 drwxrwxr-x. 5 jenkins jenkins 50 Oct 26 04:10 pkg 04:12:24 -rw-rw-r--. 1 jenkins jenkins 4877 Oct 26 04:10 README.md 04:12:24 drwxrwxr-x. 4 jenkins jenkins 54 Oct 26 04:10 snap 04:12:24 -rw-rw-r--. 1 jenkins jenkins 5 Oct 26 04:09 VERSION 04:12:24 -rw-rw-r--. 1 jenkins jenkins 222 Oct 26 04:10 version.go [Pipeline] isUnix [Pipeline] sh 04:12:24 + 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=bd22ad67da03dec9edc5730c8b0bd051af39755b --label arch=amd64 --label version=0.0.0 . 04:12:24 Sending build context to Docker daemon 2.845MB 04:12:24 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 04:12:24 Step 2/24 : FROM ${BASE} AS builder 04:12:24 ---> af86780d1763 04:12:24 Step 3/24 : ARG MAKE=make build 04:12:24 ---> Running in bfb1d9c8d512 04:12:24 Removing intermediate container bfb1d9c8d512 04:12:24 ---> 825b7df2197c 04:12:24 Step 4/24 : WORKDIR /device-sdk-go 04:12:24 ---> Running in 73cc8a4d40cd 04:12:24 Removing intermediate container 73cc8a4d40cd 04:12:24 ---> 5b5d13031609 04:12:24 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:12:24 ---> Running in aadb1511ab09 04:12:24 Removing intermediate container aadb1511ab09 04:12:24 ---> 014320e20ef8 04:12:24 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:25 ---> Running in fc8da7f790ac 04:12:25 Removing intermediate container fc8da7f790ac 04:12:25 ---> de099408ba08 04:12:25 Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:12:25 ---> Running in cf3b3f0d11f5 04:12:25 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:12:26 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:12:26 OK: 220 MiB in 52 packages 04:12:27 Removing intermediate container cf3b3f0d11f5 04:12:27 ---> 9320e48a9cb7 04:12:27 Step 8/24 : COPY . . 04:12:27 ---> 1a200b1904fb 04:12:27 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:12:27 ---> Running in 8c41d5e288ae 04:12:27 Removing intermediate container 8c41d5e288ae 04:12:27 ---> 3e6aa9931bda 04:12:27 Step 10/24 : RUN ${MAKE} 04:12:27 ---> Running in a5b56f9a7d57 04:12:28 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:12:40 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:12:40 Removing intermediate container a5b56f9a7d57 04:12:40 ---> f614250866ac 04:12:40 Step 11/24 : FROM alpine:3.14 04:12:40 3.14: Pulling from library/alpine 04:12:40 a0d0a0d46f8b: Already exists 04:12:40 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:12:40 Status: Downloaded newer image for alpine:3.14 04:12:40 ---> 14119a10abf4 04:12:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:12:40 ---> Running in 1f4a071b164b 04:12:40 Removing intermediate container 1f4a071b164b 04:12:40 ---> acb6247a8640 04:12:40 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:40 ---> Running in a83f5694171e 04:12:41 Removing intermediate container a83f5694171e 04:12:41 ---> 30b18370c435 04:12:41 Step 14/24 : RUN apk add --update --no-cache zeromq 04:12:41 ---> Running in 281ba73e73a1 04:12:41 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:12:42 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:12:42 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:12:42 (2/5) Installing libsodium (1.0.18-r0) 04:12:42 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:12:43 (4/5) Installing libzmq (4.3.4-r0) 04:12:43 (5/5) Installing zeromq (4.3.4-r0) 04:12:43 Executing busybox-1.33.1-r3.trigger 04:12:43 OK: 8 MiB in 19 packages 04:12:43 Removing intermediate container 281ba73e73a1 04:12:43 ---> 6aae5b39be18 04:12:43 Step 15/24 : WORKDIR / 04:12:43 ---> Running in 8f451134a54d 04:12:43 Removing intermediate container 8f451134a54d 04:12:43 ---> 42f51a5bb400 04:12:43 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:12:43 ---> 673f3053e5f4 04:12:43 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:12:44 ---> d1a8e07a2bae 04:12:44 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:12:44 ---> 4a22df9180b2 04:12:44 Step 19/24 : EXPOSE 59999 04:12:44 ---> Running in 9a73b3dbf258 04:12:44 Removing intermediate container 9a73b3dbf258 04:12:44 ---> eb6e0674d6fe 04:12:44 Step 20/24 : ENTRYPOINT ["/device-simple"] 04:12:44 ---> Running in ba70a67f78b3 04:12:44 Removing intermediate container ba70a67f78b3 04:12:44 ---> a95f6a09e4ec 04:12:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:12:44 ---> Running in 1a4d4df1ac33 04:12:44 Removing intermediate container 1a4d4df1ac33 04:12:44 ---> 1f5454c77d15 04:12:44 Step 22/24 : LABEL arch=amd64 04:12:44 ---> Running in 5b77065e9db3 04:12:44 Removing intermediate container 5b77065e9db3 04:12:44 ---> dd952048370f 04:12:44 Step 23/24 : LABEL git_sha=bd22ad67da03dec9edc5730c8b0bd051af39755b 04:12:44 ---> Running in 6f953a9a51ef 04:12:44 Removing intermediate container 6f953a9a51ef 04:12:44 ---> 100217d81438 04:12:44 Step 24/24 : LABEL version=0.0.0 04:12:44 ---> Running in 6001f24c47b3 04:12:44 Removing intermediate container 6001f24c47b3 04:12:44 ---> ae3c4fdb1b6e 04:12:44 [Warning] One or more build-args [ARCH] were not consumed 04:12:44 Successfully built ae3c4fdb1b6e 04:12:44 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:12:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:12:45 04:12:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:12:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:12:46 latest: Pulling from edgex-lftools-log-publisher 04:12:46 b4d181a07f80: Pulling fs layer 04:12:46 a1111a8f2ec3: Pulling fs layer 04:12:46 ed53099fbce6: Pulling fs layer 04:12:46 dc539afda2c1: Pulling fs layer 04:12:46 77bc0d833cb6: Pulling fs layer 04:12:46 9065ff56babe: Pulling fs layer 04:12:46 d287ab97295c: Pulling fs layer 04:12:46 dc539afda2c1: Waiting 04:12:46 77bc0d833cb6: Waiting 04:12:46 9065ff56babe: Waiting 04:12:46 d287ab97295c: Waiting 04:12:46 a1111a8f2ec3: Verifying Checksum 04:12:46 a1111a8f2ec3: Download complete 04:12:46 dc539afda2c1: Verifying Checksum 04:12:46 dc539afda2c1: Download complete 04:12:46 ed53099fbce6: Verifying Checksum 04:12:46 ed53099fbce6: Download complete 04:12:46 9065ff56babe: Verifying Checksum 04:12:46 9065ff56babe: Download complete 04:12:46 77bc0d833cb6: Verifying Checksum 04:12:46 77bc0d833cb6: Download complete 04:12:46 b4d181a07f80: Verifying Checksum 04:12:46 b4d181a07f80: Download complete 04:12:47 d287ab97295c: Verifying Checksum 04:12:47 d287ab97295c: Download complete 04:12:47 b4d181a07f80: Pull complete 04:12:48 a1111a8f2ec3: Pull complete 04:12:48 ed53099fbce6: Pull complete 04:12:48 dc539afda2c1: Pull complete 04:12:49 77bc0d833cb6: Pull complete 04:12:49 9065ff56babe: Pull complete 04:12:54 d287ab97295c: Pull complete 04:12:54 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:12:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:12:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:12:54 prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container 04:12:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:12:56 $ docker top 21c802038a113a03c24e92ff3ed39ad9138a7e906a3f467dde14ca26b1030f05 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:57 ---> job-cost.sh 04:12:57 lf-activate-venv: SKIPPING 04:12:57 INFO: No Stack... 04:12:59 INFO: Retrieving Pricing Info for: v3-standard-2 04:12:59 INFO: Archiving Costs [Pipeline] sh 04:12:59 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:12:59 + cut -d, -f6 [Pipeline] lock 04:12:59 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1047-1-stack-cost] 04:12:59 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1047-1-stack-cost] did not exist. Created. 04:12:59 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1047-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:13:00 + echo total: 0.05999999865889549 [Pipeline] stash 04:13:00 Stashed 1 file(s) [Pipeline] } 04:13:00 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1047-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:13:00 $ docker stop --time=1 21c802038a113a03c24e92ff3ed39ad9138a7e906a3f467dde14ca26b1030f05 04:13:01 $ docker rm -f 21c802038a113a03c24e92ff3ed39ad9138a7e906a3f467dde14ca26b1030f05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:14:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1836 in /w/workspace/gexfoundry_device-sdk-go_PR-1047 [Pipeline] { [Pipeline] ws 04:14:17 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:14:17 Selected Git installation does not exist. Using Default 04:14:17 The recommended git tool is: NONE 04:14:23 using credential edgex-jenkins-ssh 04:14:23 Cloning the remote Git repository 04:14:24 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:14:24 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:14:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:14:24 > git --version # timeout=10 04:14:24 > git --version # 'git version 2.17.1' 04:14:24 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:14:26 Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit bd22ad67da03dec9edc5730c8b0bd051af39755b 04:14:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:14:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:14:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:14:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:14:25 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1047/head:refs/remotes/origin/PR-1047 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:14:26 > git config core.sparsecheckout # timeout=10 04:14:26 > git checkout -f bd22ad67da03dec9edc5730c8b0bd051af39755b # timeout=10 04:14:26 Merge succeeded, producing bd22ad67da03dec9edc5730c8b0bd051af39755b 04:14:26 Checking out Revision bd22ad67da03dec9edc5730c8b0bd051af39755b (PR-1047) 04:14:26 > git remote # timeout=10 04:14:26 > git config --get remote.origin.url # timeout=10 04:14:26 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:26 > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 04:14:26 > git rev-parse HEAD^{commit} # timeout=10 04:14:26 > git config core.sparsecheckout # timeout=10 04:14:26 > git checkout -f bd22ad67da03dec9edc5730c8b0bd051af39755b # timeout=10 04:14:31 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" 04:14:31 > git --version # timeout=10 04:14:31 > git --version # 'git version 2.17.1' 04:14:31 fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:14:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:14:32 % Total % Received % Xferd Average Speed Time Time Time Current 04:14:32 Dload Upload Total Spent Left Speed 04:14:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 156k 0 --:--:-- --:--:-- --:--:-- 156k [Pipeline] sh 04:14:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:14:33 + sudo+ tee /etc/docker/daemon.new 04:14:33 sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:14:33 { 04:14:33 "registry-mirrors": [ 04:14:33 "https://nexus3.edgexfoundry.org:10001" 04:14:33 ], 04:14:33 "bip": "10.250.0.254/24", 04:14:33 "hosts": [ 04:14:33 "tcp://0.0.0.0:5555", 04:14:33 "unix:///var/run/docker.sock" 04:14:33 ], 04:14:33 "mtu": 1458, 04:14:33 "selinux-enabled": true, 04:14:33 "seccomp-profile": "/etc/docker/seccomp.json" 04:14:33 } [Pipeline] sh 04:14:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:14:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:14:52 provisioning config files... 04:14:52 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config332053701423445151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:14:53 ---> docker-login.sh 04:14:53 nexus3.edgexfoundry.org:10001 04:14:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:55 Configure a credential helper to remove this warning. See 04:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:55 04:14:55 Login Succeeded 04:14:55 nexus3.edgexfoundry.org:10002 04:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:56 Configure a credential helper to remove this warning. See 04:14:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:56 04:14:56 Login Succeeded 04:14:56 nexus3.edgexfoundry.org:10003 04:14:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:56 Configure a credential helper to remove this warning. See 04:14:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:56 04:14:56 Login Succeeded 04:14:56 nexus3.edgexfoundry.org:10004 04:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:57 Configure a credential helper to remove this warning. See 04:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:57 04:14:57 Login Succeeded 04:14:57 docker.io 04:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:58 Configure a credential helper to remove this warning. See 04:14:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:58 04:14:58 Login Succeeded 04:14:58 ---> docker-login.sh ends [Pipeline] } 04:14:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:14:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:14:59 ========================================================= 04:14:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:14:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:14:59 + 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:15:00 Sending build context to Docker daemon 2.716MB 04:15:00 Step 1/10 : ARG BASE=golang:1.16-alpine3.14 04:15:00 Step 2/10 : FROM ${BASE} AS builder 04:15:00 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:15:00 552d1f2373af: Pulling fs layer 04:15:00 ea3f2d53f512: Pulling fs layer 04:15:00 9e70ebbbe112: Pulling fs layer 04:15:00 7a9cfe048b4a: Pulling fs layer 04:15:00 72dc09318566: Pulling fs layer 04:15:00 f4f7b4309257: Pulling fs layer 04:15:00 0ac9a79272e3: Pulling fs layer 04:15:00 b78e95d17946: Pulling fs layer 04:15:00 f4f7b4309257: Waiting 04:15:00 7a9cfe048b4a: Waiting 04:15:00 0ac9a79272e3: Waiting 04:15:00 b78e95d17946: Waiting 04:15:00 72dc09318566: Waiting 04:15:00 9e70ebbbe112: Verifying Checksum 04:15:00 9e70ebbbe112: Download complete 04:15:00 ea3f2d53f512: Download complete 04:15:00 72dc09318566: Download complete 04:15:00 f4f7b4309257: Verifying Checksum 04:15:00 f4f7b4309257: Download complete 04:15:00 552d1f2373af: Verifying Checksum 04:15:00 552d1f2373af: Download complete 04:15:00 0ac9a79272e3: Verifying Checksum 04:15:00 0ac9a79272e3: Download complete 04:15:01 552d1f2373af: Pull complete 04:15:02 ea3f2d53f512: Pull complete 04:15:02 9e70ebbbe112: Pull complete 04:15:02 b78e95d17946: Verifying Checksum 04:15:02 b78e95d17946: Download complete 04:15:03 7a9cfe048b4a: Verifying Checksum 04:15:03 7a9cfe048b4a: Download complete 04:15:13 7a9cfe048b4a: Pull complete 04:15:14 72dc09318566: Pull complete 04:15:14 f4f7b4309257: Pull complete 04:15:14 0ac9a79272e3: Pull complete 04:15:20 b78e95d17946: Pull complete 04:15:20 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 04:15:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:15:20 ---> 8b459fc5aaf0 04:15:20 Step 3/10 : ARG MAKE=make build 04:15:23 ---> Running in 132a324bedb8 04:15:23 Removing intermediate container 132a324bedb8 04:15:23 ---> bcc924f80d7c 04:15:23 Step 4/10 : WORKDIR /device-sdk-go 04:15:23 ---> Running in 0ad0e35da8a2 04:15:23 Removing intermediate container 0ad0e35da8a2 04:15:23 ---> 5188e8fe222a 04:15:23 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:15:23 ---> Running in 5e8bddf92151 04:15:24 Removing intermediate container 5e8bddf92151 04:15:24 ---> 9e7255621120 04:15:24 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:24 ---> Running in c7b573b75e7e 04:15:27 Removing intermediate container c7b573b75e7e 04:15:27 ---> c59e55197c47 04:15:27 Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:15:27 ---> Running in b70eda472fec 04:15:28 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:15:29 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:15:30 OK: 219 MiB in 52 packages 04:15:31 Removing intermediate container b70eda472fec 04:15:31 ---> f934f1cc48c2 04:15:31 Step 8/10 : COPY . . 04:15:33 ---> d7ef2fa910d3 04:15:33 Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:15:33 ---> Running in a7051543a955 04:17:10 Removing intermediate container a7051543a955 04:17:10 ---> f245b78a0428 04:17:10 Step 10/10 : RUN ${MAKE} 04:17:10 ---> Running in ef997f82ad50 04:17:10 noop 04:17:10 Removing intermediate container ef997f82ad50 04:17:10 ---> 783863acbd8e 04:17:10 Successfully built 783863acbd8e 04:17:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:17:10 + docker inspect -f . ci-base-image-arm64 04:17:10 . [Pipeline] withDockerContainer 04:17:10 prd-ubuntu18.04-docker-arm64-4c-16g-1836 does not seem to be running inside a container 04:17:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:17:12 $ docker top c47395452da92bdfac9a7a1c3f707fed4a7a180aff2cb1410a2ec9010ab37f6f -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:13 + go version 04:17:13 go version go1.16.8 linux/arm64 [Pipeline] } 04:17:14 $ docker stop --time=1 c47395452da92bdfac9a7a1c3f707fed4a7a180aff2cb1410a2ec9010ab37f6f 04:17:15 $ docker rm -f c47395452da92bdfac9a7a1c3f707fed4a7a180aff2cb1410a2ec9010ab37f6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:17:16 + docker inspect -f . ci-base-image-arm64 04:17:16 . [Pipeline] withDockerContainer 04:17:17 prd-ubuntu18.04-docker-arm64-4c-16g-1836 does not seem to be running inside a container 04:17:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:17:19 $ docker top f6377f3473e7e29a0d2872c58562f05c1899430a72ab2a704bf9d3fd1b0b76f5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:17:20 + make test 04:17:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:17:52 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:19:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:19:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:19:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:19:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.607s coverage: 23.8% of statements 04:19:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:19:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.225s coverage: 28.1% of statements 04:19:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.270s coverage: 78.9% of statements 04:19:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.209s coverage: 9.0% of statements 04:19:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:19:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:19:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:19:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.374s coverage: 28.7% of statements 04:19:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:19:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.221s coverage: 83.3% of statements 04:19:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:19:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:19:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.420s coverage: 57.8% of statements 04:19:29 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.523s coverage: 88.8% of statements 04:19:29 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:19:30 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.262s coverage: 4.9% of statements 04:19:30 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:19:30 GO111MODULE=on go vet ./... 04:20:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:20:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:20:38 ./bin/test-attribution-txt.sh [Pipeline] } 04:20:38 $ docker stop --time=1 f6377f3473e7e29a0d2872c58562f05c1899430a72ab2a704bf9d3fd1b0b76f5 04:20:40 $ docker rm -f f6377f3473e7e29a0d2872c58562f05c1899430a72ab2a704bf9d3fd1b0b76f5 [Pipeline] // withDockerContainer [Pipeline] sh 04:20:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:20:42 Warning: overwriting stash ‘coverage-report’ 04:20:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:20:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:20:44 + ls -al . 04:20:44 total 300 04:20:44 drwxrwxr-x 10 jenkins jenkins 4096 Oct 26 04:20 . 04:20:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:14 .. 04:20:44 -rw-rw-r-- 1 jenkins jenkins 140 Oct 26 04:14 .dockerignore 04:20:44 drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 04:14 .git 04:20:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:14 .github 04:20:44 -rw-rw-r-- 1 jenkins jenkins 131 Oct 26 04:14 .gitignore 04:20:44 -rw-rw-r-- 1 jenkins jenkins 24816 Oct 26 04:14 CHANGELOG.md 04:20:44 -rw-rw-r-- 1 jenkins jenkins 677 Oct 26 04:14 GOVERNANCE.md 04:20:44 -rw-rw-r-- 1 jenkins jenkins 880 Oct 26 04:14 Jenkinsfile 04:20:44 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 26 04:14 LICENSE 04:20:44 -rw-rw-r-- 1 jenkins jenkins 1120 Oct 26 04:14 Makefile 04:20:44 -rw-rw-r-- 1 jenkins jenkins 619 Oct 26 04:14 OWNERS.md 04:20:44 -rw-rw-r-- 1 jenkins jenkins 4877 Oct 26 04:14 README.md 04:20:44 -rw-rw-r-- 1 jenkins jenkins 5 Oct 26 04:09 VERSION 04:20:44 drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 04:14 bin 04:20:44 -rw-r--r-- 1 jenkins jenkins 126785 Oct 26 04:19 coverage.out 04:20:44 drwxrwxr-x 5 jenkins jenkins 4096 Oct 26 04:14 example 04:20:44 -rw-rw-r-- 1 jenkins jenkins 602 Oct 26 04:14 go.mod 04:20:44 -rw-rw-r-- 1 jenkins jenkins 49979 Oct 26 04:14 go.sum 04:20:44 drwxrwxr-x 15 jenkins jenkins 4096 Oct 26 04:14 internal 04:20:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 04:14 openapi 04:20:44 drwxrwxr-x 5 jenkins jenkins 4096 Oct 26 04:14 pkg 04:20:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 04:14 snap 04:20:44 -rw-rw-r-- 1 jenkins jenkins 222 Oct 26 04:14 version.go [Pipeline] isUnix [Pipeline] sh 04:20:44 + 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=bd22ad67da03dec9edc5730c8b0bd051af39755b --label arch=arm64 --label version=0.0.0 . 04:20:45 Sending build context to Docker daemon 2.844MB 04:20:45 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 04:20:45 Step 2/24 : FROM ${BASE} AS builder 04:20:45 ---> 783863acbd8e 04:20:45 Step 3/24 : ARG MAKE=make build 04:20:45 ---> Running in ef74c0aeab9a 04:20:45 Removing intermediate container ef74c0aeab9a 04:20:45 ---> ab2e3aeeb11f 04:20:45 Step 4/24 : WORKDIR /device-sdk-go 04:20:45 ---> Running in 53bcf96bace9 04:20:45 Removing intermediate container 53bcf96bace9 04:20:45 ---> 2c342f7976c2 04:20:45 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:20:46 ---> Running in 566a1823ccb6 04:20:46 Removing intermediate container 566a1823ccb6 04:20:46 ---> 6aa1895affaf 04:20:46 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:20:46 ---> Running in a8a3142dddad 04:20:48 Removing intermediate container a8a3142dddad 04:20:48 ---> bd498065e20e 04:20:48 Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:20:48 ---> Running in 98e29c59dbd6 04:20:50 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:20:51 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:20:51 OK: 219 MiB in 52 packages 04:20:52 Removing intermediate container 98e29c59dbd6 04:20:52 ---> 18a18bc7bfb0 04:20:52 Step 8/24 : COPY . . 04:20:53 ---> 03e8ba4f43f5 04:20:53 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:54 ---> Running in baaa63431625 04:20:56 Removing intermediate container baaa63431625 04:20:56 ---> c07c2c96c545 04:20:56 Step 10/24 : RUN ${MAKE} 04:20:56 ---> Running in 4b2572cfaf07 04:20:57 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:21:29 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:21:33 Removing intermediate container 4b2572cfaf07 04:21:33 ---> ea45690c24c4 04:21:33 Step 11/24 : FROM alpine:3.14 04:21:33 3.14: Pulling from library/alpine 04:21:33 552d1f2373af: Already exists 04:21:33 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:21:33 Status: Downloaded newer image for alpine:3.14 04:21:33 ---> bb3de5531c18 04:21:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:21:33 ---> Running in c7dbbaf7aa53 04:21:34 Removing intermediate container c7dbbaf7aa53 04:21:34 ---> 616ba2ceb030 04:21:34 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:34 ---> Running in f039aa253baa 04:21:36 Removing intermediate container f039aa253baa 04:21:36 ---> 92c6c3a52a1b 04:21:36 Step 14/24 : RUN apk add --update --no-cache zeromq 04:21:36 ---> Running in a14b0d903bc0 04:21:37 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:21:38 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:21:39 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:21:39 (2/5) Installing libsodium (1.0.18-r0) 04:21:39 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:21:39 (4/5) Installing libzmq (4.3.4-r0) 04:21:39 (5/5) Installing zeromq (4.3.4-r0) 04:21:39 Executing busybox-1.33.1-r3.trigger 04:21:39 OK: 8 MiB in 19 packages 04:21:40 Removing intermediate container a14b0d903bc0 04:21:40 ---> de0a63377c38 04:21:40 Step 15/24 : WORKDIR / 04:21:40 ---> Running in 03ebaa1bf81f 04:21:41 Removing intermediate container 03ebaa1bf81f 04:21:41 ---> 37241d806168 04:21:41 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:21:42 ---> 63becdf81261 04:21:42 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:21:43 ---> 2ed90e856087 04:21:43 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:21:44 ---> 3431d7df305b 04:21:44 Step 19/24 : EXPOSE 59999 04:21:44 ---> Running in 4ac72a43429f 04:21:44 Removing intermediate container 4ac72a43429f 04:21:44 ---> 085cb9fd05b7 04:21:44 Step 20/24 : ENTRYPOINT ["/device-simple"] 04:21:44 ---> Running in 9fbc6e2ee790 04:21:45 Removing intermediate container 9fbc6e2ee790 04:21:45 ---> 0e43aa63b066 04:21:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:21:45 ---> Running in 0c1ae246bfc4 04:21:45 Removing intermediate container 0c1ae246bfc4 04:21:45 ---> 95391a53c86a 04:21:45 Step 22/24 : LABEL arch=arm64 04:21:45 ---> Running in c32a8d30a3bc 04:21:46 Removing intermediate container c32a8d30a3bc 04:21:46 ---> 07e8a3517a4e 04:21:46 Step 23/24 : LABEL git_sha=bd22ad67da03dec9edc5730c8b0bd051af39755b 04:21:46 ---> Running in 3b19d783fb80 04:21:46 Removing intermediate container 3b19d783fb80 04:21:46 ---> 36b4de21c69d 04:21:46 Step 24/24 : LABEL version=0.0.0 04:21:46 ---> Running in 3d0f599e9e74 04:21:47 Removing intermediate container 3d0f599e9e74 04:21:47 ---> d04ef23d1688 04:21:47 [Warning] One or more build-args [ARCH] were not consumed 04:21:47 Successfully built d04ef23d1688 04:21:47 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:21:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:48 04:21:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:21:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:48 arm64: Pulling from edgex-lftools-log-publisher 04:21:48 448f6bf000e3: Pulling fs layer 04:21:48 f757da607395: Pulling fs layer 04:21:48 05883995daec: Pulling fs layer 04:21:48 8603b9c90790: Pulling fs layer 04:21:48 1560dd03e051: Pulling fs layer 04:21:48 27f5ce0e4adf: Pulling fs layer 04:21:48 c2d8d7efcc4b: Pulling fs layer 04:21:48 c2d8d7efcc4b: Waiting 04:21:48 1560dd03e051: Waiting 04:21:48 27f5ce0e4adf: Waiting 04:21:48 8603b9c90790: Waiting 04:21:48 f757da607395: Verifying Checksum 04:21:48 f757da607395: Download complete 04:21:48 8603b9c90790: Verifying Checksum 04:21:48 8603b9c90790: Download complete 04:21:49 1560dd03e051: Verifying Checksum 04:21:49 1560dd03e051: Download complete 04:21:49 27f5ce0e4adf: Verifying Checksum 04:21:49 27f5ce0e4adf: Download complete 04:21:49 05883995daec: Verifying Checksum 04:21:49 05883995daec: Download complete 04:21:49 448f6bf000e3: Verifying Checksum 04:21:49 448f6bf000e3: Download complete 04:21:52 c2d8d7efcc4b: Verifying Checksum 04:21:52 c2d8d7efcc4b: Download complete 04:21:53 448f6bf000e3: Pull complete 04:21:53 f757da607395: Pull complete 04:21:55 05883995daec: Pull complete 04:21:55 8603b9c90790: Pull complete 04:21:56 1560dd03e051: Pull complete 04:21:56 27f5ce0e4adf: Pull complete 04:22:12 c2d8d7efcc4b: Pull complete 04:22:12 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 04:22:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:22:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:22:12 prd-ubuntu18.04-docker-arm64-4c-16g-1836 does not seem to be running inside a container 04:22:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:22:15 $ docker top cb22605ad470dc9977dc7f2db68c8334cba88f80a79ffe25fb43069b2dd33656 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:22:16 ---> job-cost.sh 04:22:16 lf-activate-venv: SKIPPING 04:22:16 INFO: No Stack... 04:22:31 INFO: Retrieving Pricing Info for: v3-standard-4 04:22:31 INFO: Archiving Costs [Pipeline] sh 04:22:32 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:22:32 + cut -d, -f6 [Pipeline] lock 04:22:32 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1047-1-stack-cost] 04:22:32 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1047-1-stack-cost] did not exist. Created. 04:22:32 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1047-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:22:32 /w/workspace/device-sdk-go/1@tmp/durable-bfc36d13/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-bfc36d13/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:22:33 + echo total: 0.10999999940395355 [Pipeline] stash 04:22:33 Warning: overwriting stash ‘stack-cost’ 04:22:33 Stashed 1 file(s) [Pipeline] } 04:22:33 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1047-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:22:33 $ docker stop --time=1 cb22605ad470dc9977dc7f2db68c8334cba88f80a79ffe25fb43069b2dd33656 04:22:35 $ docker rm -f cb22605ad470dc9977dc7f2db68c8334cba88f80a79ffe25fb43069b2dd33656 [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:22:36 provisioning config files... 04:22:36 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp/config8869944853213614112tmp [Pipeline] { [Pipeline] sh 04:22:36 + set +x 04:22:36 + curl -s https://codecov.io/bash 04:22:36 + bash -s -- 04:22:36 04:22:36 _____ _ 04:22:36 / ____| | | 04:22:36 | | ___ __| | ___ ___ _____ __ 04:22:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:22:36 | |___| (_) | (_| | __/ (_| (_) \ V / 04:22:36 \_____\___/ \__,_|\___|\___\___/ \_/ 04:22:36 Bash-1.0.6 04:22:36 04:22:36 04:22:36 ==> git version 2.24.4 found 04:22:36 ==> 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:22:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:22:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:22:36 ==> Jenkins CI detected. 04:22:36 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1047 04:22:36 project root: . 04:22:36 --> token set from env 04:22:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:22:36 ==> Running gcov in . (disable via -X gcov) 04:22:36 ==> Python coveragepy not found 04:22:36 ==> Searching for coverage reports in: 04:22:36 + . 04:22:36 -> Found 1 reports 04:22:36 ==> Detecting git/mercurial file structure 04:22:36 ==> Reading reports 04:22:36 + ./coverage.out bytes=126785 04:22:36 ==> Appending adjustments 04:22:36 https://docs.codecov.io/docs/fixing-reports 04:22:37 + Found adjustments 04:22:37 ==> Gzipping contents 04:22:37 16K /tmp/codecov.3HlKHV.gz 04:22:37 ==> Uploading reports 04:22:37 url: https://codecov.io 04:22:37 query: branch=PR-1047&commit=bd22ad67da03dec9edc5730c8b0bd051af39755b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1047%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1047&job=&cmd_args= 04:22:37 -> Pinging Codecov 04:22:37 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1047&commit=bd22ad67da03dec9edc5730c8b0bd051af39755b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1047%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1047&job=&cmd_args= 04:22:37 -> Uploading to 04:22:37 https://storage.googleapis.com/codecov/v4/raw/2021-10-26/7E55EF52A471D76F132DFD9A03CDDE97/bd22ad67da03dec9edc5730c8b0bd051af39755b/3736dd9e-a846-4862-ade5-0d4fb0c96e5e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211026%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211026T042237Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=253a2f0a60761204b4565f0662e7edbca2182687846080eb6fe8c68500a0286d 04:22:37 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:37 Dload Upload Total Spent Left Speed 04:22:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16169 0 0 100 16169 0 58512 --:--:-- --:--:-- --:--:-- 58583 04:22:37 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/bd22ad67da03dec9edc5730c8b0bd051af39755b [Pipeline] } 04:22:37 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:22:39 + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1047/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:22:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:22:40 ---> package-listing.sh 04:22:40 ++ facter osfamily 04:22:40 ++ tr '[:upper:]' '[:lower:]' 04:22:41 + OS_FAMILY=redhat 04:22:41 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1047 04:22:41 + START_PACKAGES=/tmp/packages_start.txt 04:22:41 + END_PACKAGES=/tmp/packages_end.txt 04:22:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:22:41 + PACKAGES=/tmp/packages_start.txt 04:22:41 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1047 ']' 04:22:41 + PACKAGES=/tmp/packages_end.txt 04:22:41 + case "${OS_FAMILY}" in 04:22:41 + sort 04:22:41 + rpm -qa 04:22:41 + '[' -f /tmp/packages_start.txt ']' 04:22:41 + '[' -f /tmp/packages_end.txt ']' 04:22:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:22:41 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1047 ']' 04:22:41 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1047/archives/ 04:22:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1047/archives/ [Pipeline] echo 04:22:41 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-1047/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:22:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:22:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:42 04:22:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:22:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:42 latest: Pulling from edgex-lftools-log-publisher 04:22:42 b4d181a07f80: Pulling fs layer 04:22:42 a1111a8f2ec3: Pulling fs layer 04:22:42 ed53099fbce6: Pulling fs layer 04:22:42 dc539afda2c1: Pulling fs layer 04:22:42 77bc0d833cb6: Pulling fs layer 04:22:42 9065ff56babe: Pulling fs layer 04:22:42 d287ab97295c: Pulling fs layer 04:22:42 dc539afda2c1: Waiting 04:22:42 77bc0d833cb6: Waiting 04:22:42 9065ff56babe: Waiting 04:22:42 d287ab97295c: Waiting 04:22:42 a1111a8f2ec3: Verifying Checksum 04:22:42 a1111a8f2ec3: Download complete 04:22:42 dc539afda2c1: Verifying Checksum 04:22:42 dc539afda2c1: Download complete 04:22:43 77bc0d833cb6: Verifying Checksum 04:22:43 77bc0d833cb6: Download complete 04:22:43 ed53099fbce6: Verifying Checksum 04:22:43 ed53099fbce6: Download complete 04:22:43 9065ff56babe: Verifying Checksum 04:22:43 9065ff56babe: Download complete 04:22:43 b4d181a07f80: Verifying Checksum 04:22:43 b4d181a07f80: Download complete 04:22:43 d287ab97295c: Verifying Checksum 04:22:43 d287ab97295c: Download complete 04:22:44 b4d181a07f80: Pull complete 04:22:44 a1111a8f2ec3: Pull complete 04:22:45 ed53099fbce6: Pull complete 04:22:45 dc539afda2c1: Pull complete 04:22:45 77bc0d833cb6: Pull complete 04:22:46 9065ff56babe: Pull complete 04:22:51 d287ab97295c: Pull complete 04:22:51 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:22:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:22:51 prd-centos7-docker-4c-2g-1820 does not seem to be running inside a container 04:22:51 $ 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-1047/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-1047 -v /w/workspace/gexfoundry_device-sdk-go_PR-1047:/w/workspace/gexfoundry_device-sdk-go_PR-1047:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:22:54 $ docker top 4149377b5b737349275afca08b5fa31c15ed766753fb4e7305a7a05588b88ea5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:22:54 + touch /tmp/pre-build-complete [Pipeline] sh 04:22:54 + mkdir -p /var/log/sysstat [Pipeline] sh 04:22:55 + ls /var/log/sa-host 04:22:55 + sadf -c /var/log/sa-host/sa26 04:22:55 file_magic: OK 04:22:55 HZ: Using current value: 100 04:22:55 file_header: OK 04:22:55 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:22:55 Statistics: 04:22:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:22:55 File successfully converted to sysstat format version 12.0.3 04:22:55 + sadf -c /var/log/sa-host/sa30 04:22:55 file_magic: OK 04:22:55 HZ: Using current value: 100 04:22:55 file_header: OK 04:22:55 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:22:55 Statistics: 04:22:55 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:22:55 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:22:55 provisioning config files... 04:22:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1047@tmp/config8310001858275682105tmp [Pipeline] { [Pipeline] echo 04:22:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:22:55 ---> create-netrc.sh [Pipeline] } 04:22:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:22:55 ---> python-tools-install.sh [Pipeline] echo 04:22:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:22:56 ---> sudo-logs.sh 04:22:56 Archiving 'sudo' log.. 04:22:56 sudo: unable to resolve host prd-centos7-docker-4c-2g-1820.novalocal: Name or service not known 04:22:56 sudo: unable to resolve host prd-centos7-docker-4c-2g-1820.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:22:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:22:56 ---> job-cost.sh 04:22:56 lf-activate-venv: SKIPPING 04:22:56 DEBUG: total: 0.10999999940395355 04:22:56 INFO: Retrieving Stack Cost... 04:22:56 INFO: Retrieving Pricing Info for: v3-standard-2 04:22:57 INFO: Archiving Costs [Pipeline] echo 04:22:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:22:57 ---> logs-deploy.sh 04:22:57 lf-activate-venv: SKIPPING 04:22:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1047/1 04:22:57 INFO: archiving workspace using pattern(s): 04:22:58 Archives upload complete. 04:22:58 INFO: archiving logs to Nexus