Pull request #1046 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2ded86fd10a291dcedcb4c63a954e218a22abcaa+1be87f15213c05ab1957194b5dea87ff4eff74a4 (55ca3305881daa6e6127f1b0c08f0d898ace12cb) 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-ssh2011022703850509735.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-ssh1232021815475505738.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-1046/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-1046/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8494592493467457858.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-1046/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2228795927309190757.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-ssh3860226047051244507.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-1046/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-1046/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5663966259264388929.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-1819 in /w/workspace/gexfoundry_device-sdk-go_PR-1046 [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-1046 # 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-1046@tmp/jenkins-gitclient-ssh4556101697977755554.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp/jenkins-gitclient-ssh733569719104363289.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1046/head:refs/remotes/origin/PR-1046 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit 2ded86fd10a291dcedcb4c63a954e218a22abcaa Merge succeeded, producing 2ded86fd10a291dcedcb4c63a954e218a22abcaa Checking out Revision 2ded86fd10a291dcedcb4c63a954e218a22abcaa (PR-1046) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ded86fd10a291dcedcb4c63a954e218a22abcaa # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp/jenkins-gitclient-ssh2497142159650427164.key > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2ded86fd10a291dcedcb4c63a954e218a22abcaa # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-26T04:09:03.555Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-26T04:09:03.693Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-26T04:09:03.769Z] ========================================================= [2021-10-26T04:09:03.769Z] EdgeX Global Pipelines Version Info [2021-10-26T04:09:03.769Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:09:04.939Z] ------------------- [2021-10-26T04:09:04.939Z] stable info: [2021-10-26T04:09:04.939Z] ------------------- [2021-10-26T04:09:04.939Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-26T04:09:04.939Z] Commit SHA: d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [2021-10-26T04:09:04.939Z] Message: testing jakarta lts changes [2021-10-26T04:09:05.518Z] ------------------- [2021-10-26T04:09:05.518Z] experimental info: [2021-10-26T04:09:05.518Z] ------------------- [2021-10-26T04:09:05.518Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-26T04:09:05.518Z] Commit SHA: d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [2021-10-26T04:09:05.518Z] Message: testing jakarta lts changes [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-26T04:09:05.684Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-10-26T04:09:05.723Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-10-26T04:09:05.764Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-26T04:09:05.798Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-26T04:09:05.834Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-26T04:09:05.870Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-26T04:09:05.909Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-10-26T04:09:05.948Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-10-26T04:09:05.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-26T04:09:06.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-26T04:09:06.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-26T04:09:06.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-10-26T04:09:06.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-26T04:09:06.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-26T04:09:06.215Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-26T04:09:06.250Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-10-26T04:09:06.288Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-10-26T04:09:06.326Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-10-26T04:09:06.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-26T04:09:06.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-10-26T04:09:06.441Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-26T04:09:06.481Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-26T04:09:06.520Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-10-26T04:09:06.556Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-10-26T04:09:06.592Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-10-26T04:09:06.628Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-26T04:09:06.664Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1046 [Pipeline] echo [2021-10-26T04:09:06.701Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1046 [Pipeline] echo [2021-10-26T04:09:06.741Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1046 [Pipeline] echo [2021-10-26T04:09:06.781Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2ded86fd10a291dcedcb4c63a954e218a22abcaa [Pipeline] echo [2021-10-26T04:09:06.819Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2ded86f [Pipeline] echo [2021-10-26T04:09:06.857Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-26T04:09:06.962Z] provisioning config files... [2021-10-26T04:09:06.976Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp/config4145772208750141918tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:09:07.319Z] ---> docker-login.sh [2021-10-26T04:09:07.319Z] nexus3.edgexfoundry.org:10001 [2021-10-26T04:09:07.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:09:07.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:09:07.581Z] Configure a credential helper to remove this warning. See [2021-10-26T04:09:07.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:09:07.581Z] [2021-10-26T04:09:07.581Z] Login Succeeded [2021-10-26T04:09:07.581Z] nexus3.edgexfoundry.org:10002 [2021-10-26T04:09:07.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:09:07.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:09:07.581Z] Configure a credential helper to remove this warning. See [2021-10-26T04:09:07.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:09:07.581Z] [2021-10-26T04:09:07.581Z] Login Succeeded [2021-10-26T04:09:07.581Z] nexus3.edgexfoundry.org:10003 [2021-10-26T04:09:07.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:09:07.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:09:07.581Z] Configure a credential helper to remove this warning. See [2021-10-26T04:09:07.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:09:07.581Z] [2021-10-26T04:09:07.581Z] Login Succeeded [2021-10-26T04:09:07.581Z] nexus3.edgexfoundry.org:10004 [2021-10-26T04:09:07.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:09:07.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:09:07.841Z] Configure a credential helper to remove this warning. See [2021-10-26T04:09:07.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:09:07.841Z] [2021-10-26T04:09:07.841Z] Login Succeeded [2021-10-26T04:09:07.841Z] docker.io [2021-10-26T04:09:07.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:09:08.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:09:08.103Z] Configure a credential helper to remove this warning. See [2021-10-26T04:09:08.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:09:08.103Z] [2021-10-26T04:09:08.103Z] Login Succeeded [2021-10-26T04:09:08.103Z] ---> docker-login.sh ends [Pipeline] } [2021-10-26T04:09:08.123Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-10-26T04:09:08.701Z] + git rev-list -1 --merges 2ded86fd10a291dcedcb4c63a954e218a22abcaa~1..2ded86fd10a291dcedcb4c63a954e218a22abcaa [Pipeline] echo [2021-10-26T04:09:08.751Z] -----------> git rev-list -1 --merges 2ded86fd10a291dcedcb4c63a954e218a22abcaa~1..2ded86fd10a291dcedcb4c63a954e218a22abcaa 2ded86fd10a291dcedcb4c63a954e218a22abcaa [false] [Pipeline] sh [2021-10-26T04:09:09.081Z] + git log --format=format:%s -1 2ded86fd10a291dcedcb4c63a954e218a22abcaa [Pipeline] echo [2021-10-26T04:09:09.116Z] ========================================================= [2021-10-26T04:09:09.117Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-10-26T04:09:09.117Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-26T04:09:09.536Z] + git log --format=format:%s -1 2ded86fd10a291dcedcb4c63a954e218a22abcaa [Pipeline] echo [2021-10-26T04:09:09.563Z] [semverPrep] GIT_COMMIT: 2ded86fd10a291dcedcb4c63a954e218a22abcaa, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2021-10-26T04:09:09.590Z] [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:09:10.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-26T04:09:10.065Z] [2021-10-26T04:09:10.065Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:09:10.404Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-26T04:09:10.404Z] latest: Pulling from edgex-devops/git-semver [2021-10-26T04:09:10.404Z] a0d0a0d46f8b: Pulling fs layer [2021-10-26T04:09:10.404Z] 3e5f54012d9b: Pulling fs layer [2021-10-26T04:09:10.404Z] 4c7163046ea9: Pulling fs layer [2021-10-26T04:09:10.404Z] 0c2d73faf560: Pulling fs layer [2021-10-26T04:09:10.404Z] 0c2d73faf560: Waiting [2021-10-26T04:09:10.404Z] 3e5f54012d9b: Download complete [2021-10-26T04:09:10.404Z] a0d0a0d46f8b: Verifying Checksum [2021-10-26T04:09:10.404Z] a0d0a0d46f8b: Download complete [2021-10-26T04:09:10.404Z] 0c2d73faf560: Verifying Checksum [2021-10-26T04:09:10.404Z] 0c2d73faf560: Download complete [2021-10-26T04:09:10.667Z] 4c7163046ea9: Verifying Checksum [2021-10-26T04:09:10.667Z] 4c7163046ea9: Download complete [2021-10-26T04:09:10.667Z] a0d0a0d46f8b: Pull complete [2021-10-26T04:09:10.667Z] 3e5f54012d9b: Pull complete [2021-10-26T04:09:10.935Z] 4c7163046ea9: Pull complete [2021-10-26T04:09:11.195Z] 0c2d73faf560: Pull complete [2021-10-26T04:09:11.195Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-26T04:09:11.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-26T04:09:11.195Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-26T04:09:11.272Z] prd-centos7-docker-4c-2g-1819 does not seem to be running inside a container [2021-10-26T04:09:11.290Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1046 -v /w/workspace/gexfoundry_device-sdk-go_PR-1046:/w/workspace/gexfoundry_device-sdk-go_PR-1046:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-26T04:09:11.942Z] $ docker top 2e89b774a05a72bd19f70330a4c080cd9bf23df3fa2c59cc9d5225b93b6342f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-26T04:09:12.099Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-26T04:09:12.099Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-26T04:09:12.203Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-26T04:09:12.206Z] $ docker exec 2e89b774a05a72bd19f70330a4c080cd9bf23df3fa2c59cc9d5225b93b6342f8 ssh-agent [2021-10-26T04:09:12.306Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXlIfkej/agent.13 [2021-10-26T04:09:12.306Z] SSH_AGENT_PID=20 [2021-10-26T04:09:12.313Z] Running ssh-add (command line suppressed) [2021-10-26T04:09:12.402Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp/private_key_4202167213721386141.key (/w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp/private_key_4202167213721386141.key) [2021-10-26T04:09:12.418Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-26T04:09:12.743Z] + git tag --points-at HEAD [Pipeline] } [2021-10-26T04:09:12.761Z] $ docker exec --env ******** --env ******** 2e89b774a05a72bd19f70330a4c080cd9bf23df3fa2c59cc9d5225b93b6342f8 ssh-agent -k [2021-10-26T04:09:12.845Z] unset SSH_AUTH_SOCK; [2021-10-26T04:09:12.845Z] unset SSH_AGENT_PID; [2021-10-26T04:09:12.845Z] echo Agent pid 20 killed; [2021-10-26T04:09:12.857Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-26T04:09:12.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-26T04:09:12.914Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-26T04:09:13.020Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-26T04:09:13.024Z] $ docker exec 2e89b774a05a72bd19f70330a4c080cd9bf23df3fa2c59cc9d5225b93b6342f8 ssh-agent [2021-10-26T04:09:13.126Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJKGoDm/agent.56 [2021-10-26T04:09:13.126Z] SSH_AGENT_PID=62 [2021-10-26T04:09:13.131Z] Running ssh-add (command line suppressed) [2021-10-26T04:09:13.229Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp/private_key_5905649186204670720.key (/w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp/private_key_5905649186204670720.key) [2021-10-26T04:09:13.246Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-26T04:09:13.577Z] + git semver init [2021-10-26T04:09:13.577Z] # -> Open(): unable to determine branch for HEAD [2021-10-26T04:09:13.577Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1046/.git [2021-10-26T04:09:13.577Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1046 [2021-10-26T04:09:13.577Z] # $SEMVER_REMOTE_NAME = origin [2021-10-26T04:09:13.577Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-26T04:09:13.577Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-26T04:09:13.577Z] # $SEMVER_BRANCH = PR-1046 [2021-10-26T04:09:13.577Z] # $SEMVER_TEMP = /tmp/semver-970353540 [2021-10-26T04:09:13.577Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-10-26T04:09:14.961Z] # '/tmp/semver-970353540' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1046/.semver' [2021-10-26T04:09:14.961Z] # -> Force: false [2021-10-26T04:09:14.961Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1046/.semver [Pipeline] } [2021-10-26T04:09:14.975Z] $ docker exec --env ******** --env ******** 2e89b774a05a72bd19f70330a4c080cd9bf23df3fa2c59cc9d5225b93b6342f8 ssh-agent -k [2021-10-26T04:09:15.059Z] unset SSH_AUTH_SOCK; [2021-10-26T04:09:15.060Z] unset SSH_AGENT_PID; [2021-10-26T04:09:15.060Z] echo Agent pid 62 killed; [2021-10-26T04:09:15.072Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-26T04:09:15.463Z] + git semver [Pipeline] } [2021-10-26T04:09:15.484Z] $ docker stop --time=1 2e89b774a05a72bd19f70330a4c080cd9bf23df3fa2c59cc9d5225b93b6342f8 [2021-10-26T04:09:16.711Z] $ docker rm -f 2e89b774a05a72bd19f70330a4c080cd9bf23df3fa2c59cc9d5225b93b6342f8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-26T04:09:17.111Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-26T04:09:17.411Z] Stashed 1 file(s) [Pipeline] echo [2021-10-26T04:09:17.429Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-10-26T04:09:32.825Z] Still waiting to schedule task [2021-10-26T04:09:32.826Z] ‘prd-centos7-docker-4c-2g-1822’ is offline [2021-10-26T04:09:32.826Z] ‘prd-ubuntu18.04-docker-8c-8g-1716’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-10-26T04:09:32.826Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1765’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-10-26T04:09:32.842Z] Still waiting to schedule task [2021-10-26T04:09:32.842Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1765’ is offline [2021-10-26T04:10:14.618Z] Running on prd-centos7-docker-4c-2g-1825 in /w/workspace/gexfoundry_device-sdk-go_PR-1046 [Pipeline] { [Pipeline] ws [2021-10-26T04:10:14.659Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-10-26T04:10:14.789Z] Selected Git installation does not exist. Using Default [2021-10-26T04:10:14.789Z] The recommended git tool is: NONE [2021-10-26T04:10:16.795Z] using credential edgex-jenkins-ssh [2021-10-26T04:10:16.807Z] Cloning the remote Git repository [2021-10-26T04:10:15.391Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:10:15.449Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-10-26T04:10:15.476Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:10:15.477Z] > git --version # timeout=10 [2021-10-26T04:10:15.491Z] > git --version # 'git version 2.24.4' [2021-10-26T04:10:15.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:10:15.514Z] [INFO] Currently running in a labeled security context [2021-10-26T04:10:15.514Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-26T04:10:15.514Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh1533861909086138144.key [2021-10-26T04:10:15.534Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-26T04:10:16.275Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-26T04:10:16.283Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-26T04:10:16.296Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-26T04:10:16.310Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:10:16.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:10:16.311Z] [INFO] Currently running in a labeled security context [2021-10-26T04:10:16.311Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-26T04:10:16.311Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh631028001156410897.key [2021-10-26T04:10:16.319Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1046/head:refs/remotes/origin/PR-1046 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-26T04:10:18.236Z] Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit 2ded86fd10a291dcedcb4c63a954e218a22abcaa [2021-10-26T04:10:18.320Z] Merge succeeded, producing 2ded86fd10a291dcedcb4c63a954e218a22abcaa [2021-10-26T04:10:18.320Z] Checking out Revision 2ded86fd10a291dcedcb4c63a954e218a22abcaa (PR-1046) [2021-10-26T04:10:16.806Z] > git config core.sparsecheckout # timeout=10 [2021-10-26T04:10:16.811Z] > git checkout -f 2ded86fd10a291dcedcb4c63a954e218a22abcaa # timeout=10 [2021-10-26T04:10:16.844Z] > git remote # timeout=10 [2021-10-26T04:10:16.852Z] > git config --get remote.origin.url # timeout=10 [2021-10-26T04:10:16.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:10:16.862Z] [INFO] Currently running in a labeled security context [2021-10-26T04:10:16.862Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-26T04:10:16.862Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh1883973648424659254.key [2021-10-26T04:10:16.869Z] > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 [2021-10-26T04:10:16.876Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-26T04:10:16.886Z] > git config core.sparsecheckout # timeout=10 [2021-10-26T04:10:16.893Z] > git checkout -f 2ded86fd10a291dcedcb4c63a954e218a22abcaa # timeout=10 [2021-10-26T04:10:21.925Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-10-26T04:10:20.511Z] > git --version # timeout=10 [2021-10-26T04:10:20.517Z] > git --version # 'git version 2.24.4' [2021-10-26T04:10:20.529Z] fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-26T04:10:22.502Z] provisioning config files... [2021-10-26T04:10:22.516Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config5238894580033508882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:10:22.952Z] ---> docker-login.sh [2021-10-26T04:10:22.952Z] nexus3.edgexfoundry.org:10001 [2021-10-26T04:10:22.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:10:22.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:10:22.952Z] Configure a credential helper to remove this warning. See [2021-10-26T04:10:22.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:10:22.952Z] [2021-10-26T04:10:22.952Z] Login Succeeded [2021-10-26T04:10:22.952Z] nexus3.edgexfoundry.org:10002 [2021-10-26T04:10:23.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:10:23.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:10:23.221Z] Configure a credential helper to remove this warning. See [2021-10-26T04:10:23.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:10:23.221Z] [2021-10-26T04:10:23.221Z] Login Succeeded [2021-10-26T04:10:23.221Z] nexus3.edgexfoundry.org:10003 [2021-10-26T04:10:23.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:10:23.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:10:23.222Z] Configure a credential helper to remove this warning. See [2021-10-26T04:10:23.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:10:23.222Z] [2021-10-26T04:10:23.222Z] Login Succeeded [2021-10-26T04:10:23.222Z] nexus3.edgexfoundry.org:10004 [2021-10-26T04:10:23.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:10:23.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:10:23.485Z] Configure a credential helper to remove this warning. See [2021-10-26T04:10:23.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:10:23.485Z] [2021-10-26T04:10:23.485Z] Login Succeeded [2021-10-26T04:10:23.485Z] docker.io [2021-10-26T04:10:23.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:10:23.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:10:23.751Z] Configure a credential helper to remove this warning. See [2021-10-26T04:10:23.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:10:23.751Z] [2021-10-26T04:10:23.751Z] Login Succeeded [2021-10-26T04:10:23.751Z] ---> docker-login.sh ends [Pipeline] } [2021-10-26T04:10:23.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-26T04:10:24.033Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-10-26T04:10:24.065Z] ========================================================= [2021-10-26T04:10:24.065Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-26T04:10:24.065Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:10:24.458Z] + 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 . [2021-10-26T04:10:24.458Z] Sending build context to Docker daemon 2.717MB [2021-10-26T04:10:24.458Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2021-10-26T04:10:24.458Z] Step 2/10 : FROM ${BASE} AS builder [2021-10-26T04:10:24.458Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-26T04:10:24.458Z] a0d0a0d46f8b: Pulling fs layer [2021-10-26T04:10:24.458Z] 31adcdaf11c8: Pulling fs layer [2021-10-26T04:10:24.458Z] b8b176561691: Pulling fs layer [2021-10-26T04:10:24.458Z] 4527c011a84f: Pulling fs layer [2021-10-26T04:10:24.458Z] 5d74067f8e1e: Pulling fs layer [2021-10-26T04:10:24.458Z] e0aca202a116: Pulling fs layer [2021-10-26T04:10:24.458Z] 3a43be97a3b4: Pulling fs layer [2021-10-26T04:10:24.458Z] 34cad66bf833: Pulling fs layer [2021-10-26T04:10:24.458Z] b4e3c513aaa6: Pulling fs layer [2021-10-26T04:10:24.458Z] 4527c011a84f: Waiting [2021-10-26T04:10:24.458Z] 5d74067f8e1e: Waiting [2021-10-26T04:10:24.458Z] e0aca202a116: Waiting [2021-10-26T04:10:24.458Z] 3a43be97a3b4: Waiting [2021-10-26T04:10:24.458Z] 34cad66bf833: Waiting [2021-10-26T04:10:24.458Z] b4e3c513aaa6: Waiting [2021-10-26T04:10:24.458Z] b8b176561691: Verifying Checksum [2021-10-26T04:10:24.458Z] b8b176561691: Download complete [2021-10-26T04:10:24.458Z] 31adcdaf11c8: Verifying Checksum [2021-10-26T04:10:24.458Z] 31adcdaf11c8: Download complete [2021-10-26T04:10:24.728Z] 5d74067f8e1e: Verifying Checksum [2021-10-26T04:10:24.728Z] 5d74067f8e1e: Download complete [2021-10-26T04:10:24.728Z] e0aca202a116: Verifying Checksum [2021-10-26T04:10:24.728Z] e0aca202a116: Download complete [2021-10-26T04:10:24.728Z] a0d0a0d46f8b: Verifying Checksum [2021-10-26T04:10:24.728Z] a0d0a0d46f8b: Download complete [2021-10-26T04:10:24.728Z] 3a43be97a3b4: Verifying Checksum [2021-10-26T04:10:24.728Z] 3a43be97a3b4: Download complete [2021-10-26T04:10:24.728Z] 34cad66bf833: Verifying Checksum [2021-10-26T04:10:24.728Z] 34cad66bf833: Download complete [2021-10-26T04:10:25.314Z] b4e3c513aaa6: Verifying Checksum [2021-10-26T04:10:25.314Z] b4e3c513aaa6: Download complete [2021-10-26T04:10:25.314Z] 4527c011a84f: Verifying Checksum [2021-10-26T04:10:25.314Z] 4527c011a84f: Download complete [2021-10-26T04:10:25.314Z] a0d0a0d46f8b: Pull complete [2021-10-26T04:10:25.314Z] 31adcdaf11c8: Pull complete [2021-10-26T04:10:25.314Z] b8b176561691: Pull complete [2021-10-26T04:10:29.559Z] 4527c011a84f: Pull complete [2021-10-26T04:10:29.559Z] 5d74067f8e1e: Pull complete [2021-10-26T04:10:29.559Z] e0aca202a116: Pull complete [2021-10-26T04:10:29.559Z] 3a43be97a3b4: Pull complete [2021-10-26T04:10:29.831Z] 34cad66bf833: Pull complete [2021-10-26T04:10:32.404Z] b4e3c513aaa6: Pull complete [2021-10-26T04:10:32.404Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-26T04:10:32.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-26T04:10:32.404Z] ---> 9f6097aaca64 [2021-10-26T04:10:32.404Z] Step 3/10 : ARG MAKE=make build [2021-10-26T04:10:36.605Z] ---> Running in 5ee71ddb2306 [2021-10-26T04:10:36.605Z] Removing intermediate container 5ee71ddb2306 [2021-10-26T04:10:36.605Z] ---> d88719b11f67 [2021-10-26T04:10:36.605Z] Step 4/10 : WORKDIR /device-sdk-go [2021-10-26T04:10:36.605Z] ---> Running in 2f1a8d0fe0fd [2021-10-26T04:10:36.605Z] Removing intermediate container 2f1a8d0fe0fd [2021-10-26T04:10:36.605Z] ---> 785b476ceb47 [2021-10-26T04:10:36.605Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-26T04:10:36.605Z] ---> Running in 727d757932d2 [2021-10-26T04:10:36.606Z] Removing intermediate container 727d757932d2 [2021-10-26T04:10:36.606Z] ---> ecfa6424f5a1 [2021-10-26T04:10:36.606Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-26T04:10:36.606Z] ---> Running in 2a5e6581805d [2021-10-26T04:10:36.868Z] Removing intermediate container 2a5e6581805d [2021-10-26T04:10:36.868Z] ---> 4837e0923c10 [2021-10-26T04:10:36.868Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-26T04:10:36.868Z] ---> Running in 5292a5a9919b [2021-10-26T04:10:37.130Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-26T04:10:38.071Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-26T04:10:38.646Z] OK: 220 MiB in 52 packages [2021-10-26T04:10:38.646Z] Removing intermediate container 5292a5a9919b [2021-10-26T04:10:38.646Z] ---> fbe81fd5f10a [2021-10-26T04:10:38.646Z] Step 8/10 : COPY . . [2021-10-26T04:10:39.223Z] ---> cd866b989404 [2021-10-26T04:10:39.223Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-26T04:10:39.223Z] ---> Running in 0c46bdb71e24 [2021-10-26T04:11:25.990Z] Removing intermediate container 0c46bdb71e24 [2021-10-26T04:11:25.990Z] ---> ab3235919aee [2021-10-26T04:11:25.990Z] Step 10/10 : RUN ${MAKE} [2021-10-26T04:11:25.990Z] ---> Running in 1f3d00d9da2b [2021-10-26T04:11:25.990Z] noop [2021-10-26T04:11:25.990Z] Removing intermediate container 1f3d00d9da2b [2021-10-26T04:11:25.990Z] ---> c9683c1389f8 [2021-10-26T04:11:25.990Z] Successfully built c9683c1389f8 [2021-10-26T04:11:25.990Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:11:26.319Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-26T04:11:26.319Z] . [Pipeline] withDockerContainer [2021-10-26T04:11:26.441Z] prd-centos7-docker-4c-2g-1825 does not seem to be running inside a container [2021-10-26T04:11:26.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-26T04:11:26.798Z] $ docker top 13dea695a005346be2a6a705b6b0b5768fe3bb7ee8a8166f36b4fd6bd84ff171 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-26T04:11:27.202Z] + go version [2021-10-26T04:11:27.202Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-26T04:11:27.214Z] $ docker stop --time=1 13dea695a005346be2a6a705b6b0b5768fe3bb7ee8a8166f36b4fd6bd84ff171 [2021-10-26T04:11:28.390Z] $ docker rm -f 13dea695a005346be2a6a705b6b0b5768fe3bb7ee8a8166f36b4fd6bd84ff171 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:11:29.070Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-26T04:11:29.070Z] . [Pipeline] withDockerContainer [2021-10-26T04:11:29.151Z] prd-centos7-docker-4c-2g-1825 does not seem to be running inside a container [2021-10-26T04:11:29.174Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-26T04:11:29.501Z] $ docker top d65821a40cf83dd076a8361a21e6ebf8440ca4abe487744a572e40f986f0a31b -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-26T04:11:29.951Z] + make test [2021-10-26T04:11:29.951Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-26T04:11:35.271Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-10-26T04:11:58.240Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-10-26T04:11:58.240Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-10-26T04:11:58.240Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-10-26T04:11:58.816Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [github.com/edgexfoundry/device-sdk-go/v2/internal/application.test] [2021-10-26T04:11:58.816Z] internal/application/command_test.go:71:3: cannot use promoted field BaseWithTotalCountResponse.BaseResponse in struct literal of type responses.MultiDevicesResponse [2021-10-26T04:11:58.816Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/application [build failed] [2021-10-26T04:11:58.816Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-10-26T04:11:59.084Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.046s coverage: 28.1% of statements [2021-10-26T04:11:59.349Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.050s coverage: 78.9% of statements [2021-10-26T04:11:59.931Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.046s coverage: 9.0% of statements [2021-10-26T04:11:59.931Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-10-26T04:11:59.931Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-10-26T04:11:59.931Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-10-26T04:12:00.196Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.060s coverage: 28.7% of statements [2021-10-26T04:12:00.196Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-10-26T04:12:01.595Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.047s coverage: 83.3% of statements [2021-10-26T04:12:01.595Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-10-26T04:12:01.595Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-10-26T04:12:01.595Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.079s coverage: 57.8% of statements [2021-10-26T04:12:02.554Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.816s coverage: 88.8% of statements [2021-10-26T04:12:02.554Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-10-26T04:12:02.555Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.044s coverage: 4.9% of statements [2021-10-26T04:12:02.555Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-10-26T04:12:02.555Z] FAIL [2021-10-26T04:12:02.815Z] make: *** [Makefile:35: test] Error 2 [Pipeline] } [2021-10-26T04:12:02.850Z] $ docker stop --time=1 d65821a40cf83dd076a8361a21e6ebf8440ca4abe487744a572e40f986f0a31b [2021-10-26T04:12:04.432Z] $ docker rm -f d65821a40cf83dd076a8361a21e6ebf8440ca4abe487744a572e40f986f0a31b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:12:05.533Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1828 in /w/workspace/gexfoundry_device-sdk-go_PR-1046 [Pipeline] { [Pipeline] ws [2021-10-26T04:12:05.570Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-10-26T04:12:05.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:12:05.658Z] [2021-10-26T04:12:05.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:12:05.802Z] Selected Git installation does not exist. Using Default [2021-10-26T04:12:05.802Z] The recommended git tool is: NONE [2021-10-26T04:12:05.994Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:12:05.994Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-26T04:12:05.994Z] b4d181a07f80: Pulling fs layer [2021-10-26T04:12:05.994Z] a1111a8f2ec3: Pulling fs layer [2021-10-26T04:12:05.994Z] ed53099fbce6: Pulling fs layer [2021-10-26T04:12:05.994Z] dc539afda2c1: Pulling fs layer [2021-10-26T04:12:05.994Z] 77bc0d833cb6: Pulling fs layer [2021-10-26T04:12:05.994Z] 9065ff56babe: Pulling fs layer [2021-10-26T04:12:05.994Z] d287ab97295c: Pulling fs layer [2021-10-26T04:12:05.994Z] dc539afda2c1: Waiting [2021-10-26T04:12:05.994Z] 77bc0d833cb6: Waiting [2021-10-26T04:12:05.994Z] 9065ff56babe: Waiting [2021-10-26T04:12:05.994Z] d287ab97295c: Waiting [2021-10-26T04:12:05.994Z] a1111a8f2ec3: Verifying Checksum [2021-10-26T04:12:05.994Z] a1111a8f2ec3: Download complete [2021-10-26T04:12:05.994Z] dc539afda2c1: Verifying Checksum [2021-10-26T04:12:05.994Z] dc539afda2c1: Download complete [2021-10-26T04:12:05.994Z] ed53099fbce6: Verifying Checksum [2021-10-26T04:12:05.994Z] ed53099fbce6: Download complete [2021-10-26T04:12:06.259Z] 9065ff56babe: Verifying Checksum [2021-10-26T04:12:06.259Z] 9065ff56babe: Download complete [2021-10-26T04:12:06.259Z] 77bc0d833cb6: Verifying Checksum [2021-10-26T04:12:06.259Z] 77bc0d833cb6: Download complete [2021-10-26T04:12:06.259Z] b4d181a07f80: Verifying Checksum [2021-10-26T04:12:06.259Z] b4d181a07f80: Download complete [2021-10-26T04:12:06.830Z] d287ab97295c: Verifying Checksum [2021-10-26T04:12:06.830Z] d287ab97295c: Download complete [2021-10-26T04:12:07.777Z] b4d181a07f80: Pull complete [2021-10-26T04:12:07.777Z] a1111a8f2ec3: Pull complete [2021-10-26T04:12:08.355Z] ed53099fbce6: Pull complete [2021-10-26T04:12:08.355Z] dc539afda2c1: Pull complete [2021-10-26T04:12:08.618Z] 77bc0d833cb6: Pull complete [2021-10-26T04:12:08.618Z] 9065ff56babe: Pull complete [2021-10-26T04:12:12.318Z] using credential edgex-jenkins-ssh [2021-10-26T04:12:12.337Z] Cloning the remote Git repository [2021-10-26T04:12:12.410Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:12:12.506Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-10-26T04:12:12.613Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:12:12.614Z] > git --version # timeout=10 [2021-10-26T04:12:12.634Z] > git --version # 'git version 2.17.1' [2021-10-26T04:12:12.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:12:12.723Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-26T04:12:13.953Z] d287ab97295c: Pull complete [2021-10-26T04:12:13.953Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-26T04:12:13.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:12:13.953Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-26T04:12:14.037Z] prd-centos7-docker-4c-2g-1825 does not seem to be running inside a container [2021-10-26T04:12:14.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-26T04:12:14.697Z] Merging remotes/origin/main commit 1be87f15213c05ab1957194b5dea87ff4eff74a4 into PR head commit 2ded86fd10a291dcedcb4c63a954e218a22abcaa [2021-10-26T04:12:13.973Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-26T04:12:14.006Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-26T04:12:14.031Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-26T04:12:14.070Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-26T04:12:14.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:12:14.086Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1046/head:refs/remotes/origin/PR-1046 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-26T04:12:14.720Z] > git config core.sparsecheckout # timeout=10 [2021-10-26T04:12:14.739Z] > git checkout -f 2ded86fd10a291dcedcb4c63a954e218a22abcaa # timeout=10 [2021-10-26T04:12:14.850Z] > git remote # timeout=10 [2021-10-26T04:12:14.868Z] > git config --get remote.origin.url # timeout=10 [2021-10-26T04:12:14.940Z] Merge succeeded, producing 2ded86fd10a291dcedcb4c63a954e218a22abcaa [2021-10-26T04:12:14.941Z] Checking out Revision 2ded86fd10a291dcedcb4c63a954e218a22abcaa (PR-1046) [2021-10-26T04:12:14.884Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-26T04:12:14.898Z] > git merge 1be87f15213c05ab1957194b5dea87ff4eff74a4 # timeout=10 [2021-10-26T04:12:14.924Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-26T04:12:14.949Z] > git config core.sparsecheckout # timeout=10 [2021-10-26T04:12:14.964Z] > git checkout -f 2ded86fd10a291dcedcb4c63a954e218a22abcaa # timeout=10 [2021-10-26T04:12:16.546Z] $ docker top 5f9c38ad0df0effced3c8b12bfd3fad9ae50c5cc2b647d4510b324793ac7d8a6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:12:17.037Z] ---> job-cost.sh [2021-10-26T04:12:17.037Z] lf-activate-venv: SKIPPING [2021-10-26T04:12:17.037Z] INFO: No Stack... [2021-10-26T04:12:17.299Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-26T04:12:17.561Z] INFO: Archiving Costs [Pipeline] sh [2021-10-26T04:12:17.873Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2021-10-26T04:12:17.873Z] + cut -d, -f6 [Pipeline] lock [2021-10-26T04:12:17.914Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1046-1-stack-cost] [2021-10-26T04:12:17.919Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1046-1-stack-cost] did not exist. Created. [2021-10-26T04:12:17.919Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1046-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-26T04:12:18.301Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-10-26T04:12:18.505Z] Stashed 1 file(s) [Pipeline] } [2021-10-26T04:12:18.521Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1046-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-26T04:12:18.583Z] $ docker stop --time=1 5f9c38ad0df0effced3c8b12bfd3fad9ae50c5cc2b647d4510b324793ac7d8a6 [2021-10-26T04:12:19.291Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-10-26T04:12:19.358Z] > git --version # timeout=10 [2021-10-26T04:12:19.372Z] > git --version # 'git version 2.17.1' [2021-10-26T04:12:19.389Z] fatal: bad object d6e30de53e58ee600d2faf3c85e3282d6a9cdf22 [2021-10-26T04:12:19.696Z] [2021-10-26T04:12:19.696Z] GitHub has been notified of this commit’s build result [2021-10-26T04:12:19.696Z] [2021-10-26T04:12:19.717Z] $ docker rm -f 5f9c38ad0df0effced3c8b12bfd3fad9ae50c5cc2b647d4510b324793ac7d8a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // ws [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-26T04:12:20.390Z] Failed in branch amd64 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-26T04:12:21.008Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-26T04:12:21.008Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-26T04:12:21.008Z] Dload Upload Total Spent Left Speed [2021-10-26T04:12:21.008Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 183k 0 --:--:-- --:--:-- --:--:-- 183k [Pipeline] sh [2021-10-26T04:12:21.451Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-10-26T04:12:21.816Z] + + sudosudo jq tee . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.new /etc/docker/daemon.json [2021-10-26T04:12:21.816Z] [2021-10-26T04:12:21.816Z] { [2021-10-26T04:12:21.816Z] "registry-mirrors": [ [2021-10-26T04:12:21.816Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-26T04:12:21.816Z] ], [2021-10-26T04:12:21.816Z] "bip": "10.250.0.254/24", [2021-10-26T04:12:21.816Z] "hosts": [ [2021-10-26T04:12:21.816Z] "tcp://0.0.0.0:5555", [2021-10-26T04:12:21.816Z] "unix:///var/run/docker.sock" [2021-10-26T04:12:21.816Z] ], [2021-10-26T04:12:21.816Z] "mtu": 1458, [2021-10-26T04:12:21.816Z] "selinux-enabled": true, [2021-10-26T04:12:21.816Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-26T04:12:21.816Z] } [Pipeline] sh [2021-10-26T04:12:22.179Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-10-26T04:12:22.605Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-26T04:12:41.006Z] provisioning config files... [2021-10-26T04:12:41.039Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config5993645642249961426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:12:41.461Z] ---> docker-login.sh [2021-10-26T04:12:41.462Z] nexus3.edgexfoundry.org:10001 [2021-10-26T04:12:42.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:12:42.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:12:42.658Z] Configure a credential helper to remove this warning. See [2021-10-26T04:12:42.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:12:42.658Z] [2021-10-26T04:12:42.658Z] Login Succeeded [2021-10-26T04:12:42.658Z] nexus3.edgexfoundry.org:10002 [2021-10-26T04:12:42.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:12:42.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:12:42.935Z] Configure a credential helper to remove this warning. See [2021-10-26T04:12:42.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:12:42.935Z] [2021-10-26T04:12:42.935Z] Login Succeeded [2021-10-26T04:12:43.228Z] nexus3.edgexfoundry.org:10003 [2021-10-26T04:12:43.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:12:43.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:12:43.777Z] Configure a credential helper to remove this warning. See [2021-10-26T04:12:43.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:12:43.777Z] [2021-10-26T04:12:43.777Z] Login Succeeded [2021-10-26T04:12:43.777Z] nexus3.edgexfoundry.org:10004 [2021-10-26T04:12:44.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:12:44.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:12:44.325Z] Configure a credential helper to remove this warning. See [2021-10-26T04:12:44.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:12:44.325Z] [2021-10-26T04:12:44.325Z] Login Succeeded [2021-10-26T04:12:44.325Z] docker.io [2021-10-26T04:12:44.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-26T04:12:44.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-26T04:12:44.875Z] Configure a credential helper to remove this warning. See [2021-10-26T04:12:44.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-26T04:12:44.875Z] [2021-10-26T04:12:44.875Z] Login Succeeded [2021-10-26T04:12:44.875Z] ---> docker-login.sh ends [Pipeline] } [2021-10-26T04:12:44.905Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-26T04:12:45.482Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-10-26T04:12:45.514Z] ========================================================= [2021-10-26T04:12:45.514Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-26T04:12:45.514Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:12:45.932Z] + 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 . [2021-10-26T04:12:46.554Z] Sending build context to Docker daemon 2.715MB [2021-10-26T04:12:46.554Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2021-10-26T04:12:46.554Z] Step 2/10 : FROM ${BASE} AS builder [2021-10-26T04:12:46.554Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-26T04:12:46.554Z] 552d1f2373af: Pulling fs layer [2021-10-26T04:12:46.554Z] ea3f2d53f512: Pulling fs layer [2021-10-26T04:12:46.554Z] 9e70ebbbe112: Pulling fs layer [2021-10-26T04:12:46.554Z] 7a9cfe048b4a: Pulling fs layer [2021-10-26T04:12:46.554Z] 72dc09318566: Pulling fs layer [2021-10-26T04:12:46.554Z] f4f7b4309257: Pulling fs layer [2021-10-26T04:12:46.554Z] 0ac9a79272e3: Pulling fs layer [2021-10-26T04:12:46.554Z] b78e95d17946: Pulling fs layer [2021-10-26T04:12:46.554Z] 72dc09318566: Waiting [2021-10-26T04:12:46.554Z] f4f7b4309257: Waiting [2021-10-26T04:12:46.554Z] 0ac9a79272e3: Waiting [2021-10-26T04:12:46.554Z] 7a9cfe048b4a: Waiting [2021-10-26T04:12:46.554Z] b78e95d17946: Waiting [2021-10-26T04:12:46.554Z] 9e70ebbbe112: Verifying Checksum [2021-10-26T04:12:46.554Z] 9e70ebbbe112: Download complete [2021-10-26T04:12:46.554Z] ea3f2d53f512: Verifying Checksum [2021-10-26T04:12:46.554Z] ea3f2d53f512: Download complete [2021-10-26T04:12:46.831Z] 72dc09318566: Verifying Checksum [2021-10-26T04:12:46.831Z] 72dc09318566: Download complete [2021-10-26T04:12:46.831Z] f4f7b4309257: Verifying Checksum [2021-10-26T04:12:46.831Z] f4f7b4309257: Download complete [2021-10-26T04:12:46.831Z] 552d1f2373af: Verifying Checksum [2021-10-26T04:12:46.831Z] 552d1f2373af: Download complete [2021-10-26T04:12:46.831Z] 0ac9a79272e3: Verifying Checksum [2021-10-26T04:12:46.831Z] 0ac9a79272e3: Download complete [2021-10-26T04:12:47.817Z] 552d1f2373af: Pull complete [2021-10-26T04:12:48.420Z] ea3f2d53f512: Pull complete [2021-10-26T04:12:48.695Z] 9e70ebbbe112: Pull complete [2021-10-26T04:12:48.969Z] b78e95d17946: Verifying Checksum [2021-10-26T04:12:48.969Z] b78e95d17946: Download complete [2021-10-26T04:12:49.244Z] 7a9cfe048b4a: Verifying Checksum [2021-10-26T04:12:49.244Z] 7a9cfe048b4a: Download complete [2021-10-26T04:13:01.682Z] 7a9cfe048b4a: Pull complete [2021-10-26T04:13:01.682Z] 72dc09318566: Pull complete [2021-10-26T04:13:01.682Z] f4f7b4309257: Pull complete [2021-10-26T04:13:01.682Z] 0ac9a79272e3: Pull complete [2021-10-26T04:13:07.113Z] b78e95d17946: Pull complete [2021-10-26T04:13:07.113Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-26T04:13:07.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-26T04:13:07.113Z] ---> 8b459fc5aaf0 [2021-10-26T04:13:07.113Z] Step 3/10 : ARG MAKE=make build [2021-10-26T04:13:08.554Z] ---> Running in e693876c5f10 [2021-10-26T04:13:08.829Z] Removing intermediate container e693876c5f10 [2021-10-26T04:13:08.829Z] ---> e6b941108ae1 [2021-10-26T04:13:08.829Z] Step 4/10 : WORKDIR /device-sdk-go [2021-10-26T04:13:08.829Z] ---> Running in 653d3320ce5d [2021-10-26T04:13:09.427Z] Removing intermediate container 653d3320ce5d [2021-10-26T04:13:09.427Z] ---> fffd36cf6e45 [2021-10-26T04:13:09.427Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-26T04:13:09.427Z] ---> Running in ea92222aca7e [2021-10-26T04:13:10.029Z] Removing intermediate container ea92222aca7e [2021-10-26T04:13:10.029Z] ---> 9c901b1a6716 [2021-10-26T04:13:10.029Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-26T04:13:10.029Z] ---> Running in 558661c30063 [2021-10-26T04:13:12.659Z] Removing intermediate container 558661c30063 [2021-10-26T04:13:12.659Z] ---> 7ae7ea5dca31 [2021-10-26T04:13:12.659Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-26T04:13:12.659Z] ---> Running in 76ecbd6d9a37 [2021-10-26T04:13:13.641Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-26T04:13:15.080Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-26T04:13:16.075Z] OK: 219 MiB in 52 packages [2021-10-26T04:13:17.097Z] Removing intermediate container 76ecbd6d9a37 [2021-10-26T04:13:17.097Z] ---> a665b49c6802 [2021-10-26T04:13:17.097Z] Step 8/10 : COPY . . [2021-10-26T04:13:18.561Z] ---> fb99b8dbb3fa [2021-10-26T04:13:18.562Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-26T04:13:18.562Z] ---> Running in 9152c9a3acc7 [2021-10-26T04:14:40.391Z] Removing intermediate container 9152c9a3acc7 [2021-10-26T04:14:40.391Z] ---> f3ff27f29ae2 [2021-10-26T04:14:40.391Z] Step 10/10 : RUN ${MAKE} [2021-10-26T04:14:40.391Z] ---> Running in a8606626b9cb [2021-10-26T04:14:40.391Z] noop [2021-10-26T04:14:40.391Z] Removing intermediate container a8606626b9cb [2021-10-26T04:14:40.391Z] ---> ce954c51269b [2021-10-26T04:14:40.391Z] Successfully built ce954c51269b [2021-10-26T04:14:40.391Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:14:40.764Z] + docker inspect -f . ci-base-image-arm64 [2021-10-26T04:14:40.764Z] . [Pipeline] withDockerContainer [2021-10-26T04:14:41.082Z] prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container [2021-10-26T04:14:41.184Z] $ 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 [2021-10-26T04:14:42.735Z] $ docker top 411846a4162a4b0b57226b92c079db3449f2853a75b0346bf8c7c2f0a8104e1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-26T04:14:43.756Z] + go version [2021-10-26T04:14:43.756Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-26T04:14:43.791Z] $ docker stop --time=1 411846a4162a4b0b57226b92c079db3449f2853a75b0346bf8c7c2f0a8104e1f [2021-10-26T04:14:45.538Z] $ docker rm -f 411846a4162a4b0b57226b92c079db3449f2853a75b0346bf8c7c2f0a8104e1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:14:46.411Z] + docker inspect -f . ci-base-image-arm64 [2021-10-26T04:14:46.411Z] . [Pipeline] withDockerContainer [2021-10-26T04:14:46.675Z] prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container [2021-10-26T04:14:46.767Z] $ 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 [2021-10-26T04:14:48.315Z] $ docker top 27ce064577c1354cfa63eed753aea3de9f0d0bef8880966e7fb2841b4df5c987 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-26T04:14:49.379Z] + make test [2021-10-26T04:14:49.379Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-26T04:15:21.799Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-10-26T04:16:43.648Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-10-26T04:16:43.648Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-10-26T04:16:43.648Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-10-26T04:16:43.648Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [github.com/edgexfoundry/device-sdk-go/v2/internal/application.test] [2021-10-26T04:16:43.648Z] internal/application/command_test.go:71:3: cannot use promoted field BaseWithTotalCountResponse.BaseResponse in struct literal of type responses.MultiDevicesResponse [2021-10-26T04:16:43.648Z] FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/application [build failed] [2021-10-26T04:16:43.648Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-10-26T04:16:43.648Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.244s coverage: 28.1% of statements [2021-10-26T04:16:43.648Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.301s coverage: 78.9% of statements [2021-10-26T04:16:43.648Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.211s coverage: 9.0% of statements [2021-10-26T04:16:43.648Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-10-26T04:16:43.648Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-10-26T04:16:43.648Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-10-26T04:16:45.651Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.371s coverage: 28.7% of statements [2021-10-26T04:16:45.651Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-10-26T04:16:46.260Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.300s coverage: 83.3% of statements [2021-10-26T04:16:46.260Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-10-26T04:16:46.260Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-10-26T04:16:46.533Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.398s coverage: 57.8% of statements [2021-10-26T04:16:49.158Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.462s coverage: 88.8% of statements [2021-10-26T04:16:49.158Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-10-26T04:16:50.133Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.220s coverage: 4.9% of statements [2021-10-26T04:16:50.133Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-10-26T04:16:50.133Z] FAIL [2021-10-26T04:16:50.727Z] make: *** [Makefile:35: test] Error 2 [Pipeline] } [2021-10-26T04:16:50.769Z] $ docker stop --time=1 27ce064577c1354cfa63eed753aea3de9f0d0bef8880966e7fb2841b4df5c987 [2021-10-26T04:16:52.656Z] $ docker rm -f 27ce064577c1354cfa63eed753aea3de9f0d0bef8880966e7fb2841b4df5c987 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:16:54.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-26T04:16:54.269Z] [2021-10-26T04:16:54.269Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:16:54.651Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-26T04:16:54.929Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-26T04:16:54.929Z] 448f6bf000e3: Pulling fs layer [2021-10-26T04:16:54.929Z] f757da607395: Pulling fs layer [2021-10-26T04:16:54.929Z] 05883995daec: Pulling fs layer [2021-10-26T04:16:54.929Z] 8603b9c90790: Pulling fs layer [2021-10-26T04:16:54.929Z] 1560dd03e051: Pulling fs layer [2021-10-26T04:16:54.929Z] 27f5ce0e4adf: Pulling fs layer [2021-10-26T04:16:54.929Z] c2d8d7efcc4b: Pulling fs layer [2021-10-26T04:16:54.929Z] 1560dd03e051: Waiting [2021-10-26T04:16:54.929Z] 27f5ce0e4adf: Waiting [2021-10-26T04:16:54.929Z] 8603b9c90790: Waiting [2021-10-26T04:16:54.929Z] c2d8d7efcc4b: Waiting [2021-10-26T04:16:54.929Z] f757da607395: Verifying Checksum [2021-10-26T04:16:54.929Z] f757da607395: Download complete [2021-10-26T04:16:54.929Z] 8603b9c90790: Verifying Checksum [2021-10-26T04:16:54.929Z] 8603b9c90790: Download complete [2021-10-26T04:16:55.202Z] 1560dd03e051: Verifying Checksum [2021-10-26T04:16:55.202Z] 1560dd03e051: Download complete [2021-10-26T04:16:55.202Z] 27f5ce0e4adf: Verifying Checksum [2021-10-26T04:16:55.202Z] 27f5ce0e4adf: Download complete [2021-10-26T04:16:55.202Z] 05883995daec: Verifying Checksum [2021-10-26T04:16:55.202Z] 05883995daec: Download complete [2021-10-26T04:16:55.477Z] 448f6bf000e3: Verifying Checksum [2021-10-26T04:16:55.477Z] 448f6bf000e3: Download complete [2021-10-26T04:16:58.105Z] c2d8d7efcc4b: Verifying Checksum [2021-10-26T04:16:58.105Z] c2d8d7efcc4b: Download complete [2021-10-26T04:16:59.157Z] 448f6bf000e3: Pull complete [2021-10-26T04:17:00.182Z] f757da607395: Pull complete [2021-10-26T04:17:01.640Z] 05883995daec: Pull complete [2021-10-26T04:17:01.916Z] 8603b9c90790: Pull complete [2021-10-26T04:17:02.892Z] 1560dd03e051: Pull complete [2021-10-26T04:17:03.168Z] 27f5ce0e4adf: Pull complete [2021-10-26T04:17:21.492Z] c2d8d7efcc4b: Pull complete [2021-10-26T04:17:21.492Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-26T04:17:21.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-26T04:17:21.492Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-26T04:17:21.804Z] prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container [2021-10-26T04:17:21.903Z] $ 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 [2021-10-26T04:17:25.315Z] $ docker top aa543ffdaeb99d923c748a79c20ac3218d9663424be6be714f5be907c5ed041d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:17:26.409Z] ---> job-cost.sh [2021-10-26T04:17:26.409Z] lf-activate-venv: SKIPPING [2021-10-26T04:17:26.409Z] INFO: No Stack... [2021-10-26T04:17:26.683Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-26T04:17:27.284Z] INFO: Archiving Costs [Pipeline] sh [2021-10-26T04:17:27.971Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2021-10-26T04:17:27.971Z] + cut -d, -f6 [Pipeline] lock [2021-10-26T04:17:28.065Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1046-1-stack-cost] [2021-10-26T04:17:28.070Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1046-1-stack-cost] did not exist. Created. [2021-10-26T04:17:28.070Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1046-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-26T04:17:28.808Z] /w/workspace/device-sdk-go/1@tmp/durable-5168303f/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-5168303f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-10-26T04:17:29.503Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-26T04:17:29.535Z] Warning: overwriting stash ‘stack-cost’ [2021-10-26T04:17:30.121Z] Stashed 1 file(s) [Pipeline] } [2021-10-26T04:17:30.135Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1046-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-26T04:17:30.195Z] $ docker stop --time=1 aa543ffdaeb99d923c748a79c20ac3218d9663424be6be714f5be907c5ed041d [2021-10-26T04:17:31.928Z] $ docker rm -f aa543ffdaeb99d923c748a79c20ac3218d9663424be6be714f5be907c5ed041d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-26T04:17:32.732Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-10-26T04:17:35.020Z] + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1046/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:17:35.342Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:17:35.933Z] ---> package-listing.sh [2021-10-26T04:17:35.933Z] ++ facter osfamily [2021-10-26T04:17:35.933Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-26T04:17:36.192Z] + OS_FAMILY=redhat [2021-10-26T04:17:36.192Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1046 [2021-10-26T04:17:36.192Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-26T04:17:36.192Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-26T04:17:36.192Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-26T04:17:36.192Z] + PACKAGES=/tmp/packages_start.txt [2021-10-26T04:17:36.192Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1046 ']' [2021-10-26T04:17:36.192Z] + PACKAGES=/tmp/packages_end.txt [2021-10-26T04:17:36.192Z] + case "${OS_FAMILY}" in [2021-10-26T04:17:36.192Z] + rpm -qa [2021-10-26T04:17:36.192Z] + sort [2021-10-26T04:17:36.765Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-26T04:17:36.765Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-26T04:17:36.765Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-26T04:17:36.765Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1046 ']' [2021-10-26T04:17:36.765Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1046/archives/ [2021-10-26T04:17:36.765Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1046/archives/ [Pipeline] echo [2021-10-26T04:17:36.799Z] 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-1046/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-26T04:17:37.096Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:17:37.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:17:37.682Z] [2021-10-26T04:17:37.682Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-26T04:17:38.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:17:38.032Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-26T04:17:38.032Z] b4d181a07f80: Pulling fs layer [2021-10-26T04:17:38.032Z] a1111a8f2ec3: Pulling fs layer [2021-10-26T04:17:38.032Z] ed53099fbce6: Pulling fs layer [2021-10-26T04:17:38.032Z] dc539afda2c1: Pulling fs layer [2021-10-26T04:17:38.032Z] 77bc0d833cb6: Pulling fs layer [2021-10-26T04:17:38.032Z] 9065ff56babe: Pulling fs layer [2021-10-26T04:17:38.032Z] d287ab97295c: Pulling fs layer [2021-10-26T04:17:38.032Z] dc539afda2c1: Waiting [2021-10-26T04:17:38.032Z] 77bc0d833cb6: Waiting [2021-10-26T04:17:38.032Z] 9065ff56babe: Waiting [2021-10-26T04:17:38.032Z] d287ab97295c: Waiting [2021-10-26T04:17:38.032Z] a1111a8f2ec3: Verifying Checksum [2021-10-26T04:17:38.032Z] a1111a8f2ec3: Download complete [2021-10-26T04:17:38.032Z] dc539afda2c1: Verifying Checksum [2021-10-26T04:17:38.032Z] dc539afda2c1: Download complete [2021-10-26T04:17:38.032Z] ed53099fbce6: Verifying Checksum [2021-10-26T04:17:38.032Z] ed53099fbce6: Download complete [2021-10-26T04:17:38.032Z] 9065ff56babe: Verifying Checksum [2021-10-26T04:17:38.032Z] 9065ff56babe: Download complete [2021-10-26T04:17:38.315Z] 77bc0d833cb6: Verifying Checksum [2021-10-26T04:17:38.315Z] 77bc0d833cb6: Download complete [2021-10-26T04:17:38.315Z] b4d181a07f80: Verifying Checksum [2021-10-26T04:17:38.315Z] b4d181a07f80: Download complete [2021-10-26T04:17:38.890Z] d287ab97295c: Verifying Checksum [2021-10-26T04:17:38.890Z] d287ab97295c: Download complete [2021-10-26T04:17:39.846Z] b4d181a07f80: Pull complete [2021-10-26T04:17:39.846Z] a1111a8f2ec3: Pull complete [2021-10-26T04:17:40.430Z] ed53099fbce6: Pull complete [2021-10-26T04:17:40.430Z] dc539afda2c1: Pull complete [2021-10-26T04:17:40.691Z] 77bc0d833cb6: Pull complete [2021-10-26T04:17:40.691Z] 9065ff56babe: Pull complete [2021-10-26T04:17:46.032Z] d287ab97295c: Pull complete [2021-10-26T04:17:46.032Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-26T04:17:46.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-26T04:17:46.032Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-26T04:17:46.112Z] prd-centos7-docker-4c-2g-1819 does not seem to be running inside a container [2021-10-26T04:17:46.151Z] $ 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-1046/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-1046 -v /w/workspace/gexfoundry_device-sdk-go_PR-1046:/w/workspace/gexfoundry_device-sdk-go_PR-1046:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-26T04:17:48.498Z] $ docker top f231a5c3e7bafc29339a7b4ce054e0e62d6e6196f307640397d9256f94dff711 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-26T04:17:48.889Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-26T04:17:49.201Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-26T04:17:49.518Z] + ls /var/log/sa-host [2021-10-26T04:17:49.518Z] + sadf -c /var/log/sa-host/sa26 [2021-10-26T04:17:49.518Z] file_magic: OK [2021-10-26T04:17:49.518Z] HZ: Using current value: 100 [2021-10-26T04:17:49.518Z] file_header: OK [2021-10-26T04:17:49.518Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-26T04:17:49.518Z] Statistics: [2021-10-26T04:17:49.518Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-26T04:17:49.518Z] File successfully converted to sysstat format version 12.0.3 [2021-10-26T04:17:49.518Z] + sadf -c /var/log/sa-host/sa30 [2021-10-26T04:17:49.518Z] file_magic: OK [2021-10-26T04:17:49.518Z] HZ: Using current value: 100 [2021-10-26T04:17:49.518Z] file_header: OK [2021-10-26T04:17:49.518Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-26T04:17:49.518Z] Statistics: [2021-10-26T04:17:49.518Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-26T04:17:49.518Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-26T04:17:49.859Z] provisioning config files... [2021-10-26T04:17:49.868Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1046@tmp/config7051084783249129436tmp [Pipeline] { [Pipeline] echo [2021-10-26T04:17:49.908Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:17:50.220Z] ---> create-netrc.sh [Pipeline] } [2021-10-26T04:17:50.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:17:50.621Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-26T04:17:50.644Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:17:50.959Z] ---> sudo-logs.sh [2021-10-26T04:17:50.959Z] Archiving 'sudo' log.. [2021-10-26T04:17:50.959Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1819.novalocal: Name or service not known [2021-10-26T04:17:50.959Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1819.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-26T04:17:51.032Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:17:51.349Z] ---> job-cost.sh [2021-10-26T04:17:51.349Z] lf-activate-venv: SKIPPING [2021-10-26T04:17:51.349Z] DEBUG: total: 0.10999999940395355 [2021-10-26T04:17:51.349Z] INFO: Retrieving Stack Cost... [2021-10-26T04:18:06.264Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-26T04:18:06.264Z] INFO: Archiving Costs [Pipeline] echo [2021-10-26T04:18:06.292Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-26T04:18:06.629Z] ---> logs-deploy.sh [2021-10-26T04:18:06.629Z] lf-activate-venv: SKIPPING [2021-10-26T04:18:06.629Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1046/1 [2021-10-26T04:18:06.629Z] INFO: archiving workspace using pattern(s): [2021-10-26T04:18:07.202Z] Archives upload complete. [2021-10-26T04:18:07.462Z] INFO: archiving logs to Nexus