Pull request #1060 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from acaad2eaf7e331afa60e093f2992ed3dd0e5840e+7e75dc983f4f9153173ae0a2fd3aa487c5aa71fc (3af4bf122214ac6daaaa6b256670439c6e555382) 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-ssh238342048716654278.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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-ssh2185080384452717815.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 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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-1060/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-1060/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5307886232849148661.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-1060/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3030837961442550242.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9a07f3f07dd1acff74ab8b51a5ea399813bb16af (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9a07f3f07dd1acff74ab8b51a5ea399813bb16af # timeout=10 Commit message: "Merge pull request #362 from edgexfoundry/lts-changes" > 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-ssh2215677036594039231.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-1060/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-1060/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8159241072862399798.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 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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-28034 in /w/workspace/gexfoundry_device-sdk-go_PR-1060 [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-1060 # 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-1060@tmp/jenkins-gitclient-ssh5205829022198233585.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 7e75dc983f4f9153173ae0a2fd3aa487c5aa71fc into PR head commit acaad2eaf7e331afa60e093f2992ed3dd0e5840e Merge succeeded, producing acaad2eaf7e331afa60e093f2992ed3dd0e5840e Checking out Revision acaad2eaf7e331afa60e093f2992ed3dd0e5840e (PR-1060) > 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-1060@tmp/jenkins-gitclient-ssh6217733042632000631.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1060/head:refs/remotes/origin/PR-1060 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f acaad2eaf7e331afa60e093f2992ed3dd0e5840e # 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-1060@tmp/jenkins-gitclient-ssh819070024784269916.key > git merge 7e75dc983f4f9153173ae0a2fd3aa487c5aa71fc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f acaad2eaf7e331afa60e093f2992ed3dd0e5840e # 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 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:11:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:11:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:11:41 ========================================================= 04:11:41 EdgeX Global Pipelines Version Info 04:11:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:11:42 ------------------- 04:11:42 stable info: 04:11:42 ------------------- 04:11:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:11:42 Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 04:11:42 Message: update stable to v1.0.211 04:11:42 ------------------- 04:11:42 experimental info: 04:11:42 ------------------- 04:11:42 Commited By: **** collab-it+edgex@linuxfoundation.org 04:11:42 Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 04:11:42 Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:11:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:11:42 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:11:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:11:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:11:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:11:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:11:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1060 [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1060 [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1060 [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = acaad2eaf7e331afa60e093f2992ed3dd0e5840e [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = acaad2e [Pipeline] echo 04:11:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:11:44 provisioning config files... 04:11:45 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp/config5248630860675268277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:45 ---> docker-login.sh 04:11:45 nexus3.edgexfoundry.org:10001 04:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:45 Configure a credential helper to remove this warning. See 04:11:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:45 04:11:45 Login Succeeded 04:11:45 nexus3.edgexfoundry.org:10002 04:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:45 Configure a credential helper to remove this warning. See 04:11:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:45 04:11:45 Login Succeeded 04:11:45 nexus3.edgexfoundry.org:10003 04:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:45 Configure a credential helper to remove this warning. See 04:11:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:45 04:11:45 Login Succeeded 04:11:45 nexus3.edgexfoundry.org:10004 04:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:45 Configure a credential helper to remove this warning. See 04:11:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:45 04:11:45 Login Succeeded 04:11:45 docker.io 04:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:46 Configure a credential helper to remove this warning. See 04:11:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:46 04:11:46 Login Succeeded 04:11:46 ---> docker-login.sh ends [Pipeline] } 04:11:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:11:47 + git rev-list -1 --merges acaad2eaf7e331afa60e093f2992ed3dd0e5840e~1..acaad2eaf7e331afa60e093f2992ed3dd0e5840e [Pipeline] echo 04:11:47 -----------> git rev-list -1 --merges acaad2eaf7e331afa60e093f2992ed3dd0e5840e~1..acaad2eaf7e331afa60e093f2992ed3dd0e5840e acaad2eaf7e331afa60e093f2992ed3dd0e5840e [false] [Pipeline] sh 04:11:47 + git log --format=format:%s -1 acaad2eaf7e331afa60e093f2992ed3dd0e5840e [Pipeline] echo 04:11:47 ========================================================= 04:11:47 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:11:47 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:11:47 + git log --format=format:%s -1 acaad2eaf7e331afa60e093f2992ed3dd0e5840e [Pipeline] echo 04:11:47 [semverPrep] GIT_COMMIT: acaad2eaf7e331afa60e093f2992ed3dd0e5840e, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 04:11:47 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:11:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:11:48 04:11:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:11:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:11:48 latest: Pulling from edgex-devops/git-semver 04:11:48 a0d0a0d46f8b: Pulling fs layer 04:11:48 3e5f54012d9b: Pulling fs layer 04:11:48 4c7163046ea9: Pulling fs layer 04:11:48 0c2d73faf560: Pulling fs layer 04:11:48 0c2d73faf560: Waiting 04:11:48 3e5f54012d9b: Verifying Checksum 04:11:48 3e5f54012d9b: Download complete 04:11:48 a0d0a0d46f8b: Verifying Checksum 04:11:48 a0d0a0d46f8b: Download complete 04:11:48 4c7163046ea9: Verifying Checksum 04:11:48 4c7163046ea9: Download complete 04:11:49 0c2d73faf560: Verifying Checksum 04:11:49 0c2d73faf560: Download complete 04:11:49 a0d0a0d46f8b: Pull complete 04:11:49 3e5f54012d9b: Pull complete 04:11:49 4c7163046ea9: Pull complete 04:11:49 0c2d73faf560: Pull complete 04:11:49 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 04:11:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:11:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:11:49 prd-centos7-docker-4c-2g-28034 does not seem to be running inside a container 04:11:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1060 -v /w/workspace/gexfoundry_device-sdk-go_PR-1060:/w/workspace/gexfoundry_device-sdk-go_PR-1060:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:11:50 $ docker top 7bc25ca87f55518122bfdf96ad5d1fa7dfd5daf5d397dd94b25b1dad747d55da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:11:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:11:50 [ssh-agent] Looking for ssh-agent implementation... 04:11:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:11:50 $ docker exec 7bc25ca87f55518122bfdf96ad5d1fa7dfd5daf5d397dd94b25b1dad747d55da ssh-agent 04:11:50 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHColiN/agent.14 04:11:50 SSH_AGENT_PID=20 04:11:50 Running ssh-add (command line suppressed) 04:11:50 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp/private_key_9019944828376161060.key (/w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp/private_key_9019944828376161060.key) 04:11:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:11:51 + git tag --points-at HEAD [Pipeline] } 04:11:51 $ docker exec --env ******** --env ******** 7bc25ca87f55518122bfdf96ad5d1fa7dfd5daf5d397dd94b25b1dad747d55da ssh-agent -k 04:11:51 unset SSH_AUTH_SOCK; 04:11:51 unset SSH_AGENT_PID; 04:11:51 echo Agent pid 20 killed; 04:11:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:11:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:11:51 [ssh-agent] Looking for ssh-agent implementation... 04:11:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:11:51 $ docker exec 7bc25ca87f55518122bfdf96ad5d1fa7dfd5daf5d397dd94b25b1dad747d55da ssh-agent 04:11:51 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXikgNGh/agent.55 04:11:51 SSH_AGENT_PID=62 04:11:51 Running ssh-add (command line suppressed) 04:11:51 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp/private_key_5015179353609207474.key (/w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp/private_key_5015179353609207474.key) 04:11:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:11:51 + git semver init 04:11:51 # -> Open(): unable to determine branch for HEAD 04:11:51 # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1060/.git 04:11:51 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1060 04:11:51 # $SEMVER_REMOTE_NAME = origin 04:11:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:11:51 # $SEMVER_USER_NAME = edgex-jenkins 04:11:51 # $SEMVER_BRANCH = PR-1060 04:11:51 # $SEMVER_TEMP = /tmp/semver-883351468 04:11:51 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:11:52 # '/tmp/semver-883351468' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1060/.semver' 04:11:52 # -> Force: false 04:11:52 # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1060/.semver [Pipeline] } 04:11:52 $ docker exec --env ******** --env ******** 7bc25ca87f55518122bfdf96ad5d1fa7dfd5daf5d397dd94b25b1dad747d55da ssh-agent -k 04:11:53 unset SSH_AUTH_SOCK; 04:11:53 unset SSH_AGENT_PID; 04:11:53 echo Agent pid 62 killed; 04:11:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:11:53 + git semver [Pipeline] } 04:11:53 $ docker stop --time=1 7bc25ca87f55518122bfdf96ad5d1fa7dfd5daf5d397dd94b25b1dad747d55da 04:11:54 $ docker rm -f 7bc25ca87f55518122bfdf96ad5d1fa7dfd5daf5d397dd94b25b1dad747d55da [Pipeline] // withDockerContainer [Pipeline] sh 04:11:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:11:55 Stashed 1 file(s) [Pipeline] echo 04:11:55 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:12:10 Still waiting to schedule task 04:12:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:12:10 Still waiting to schedule task 04:12:10 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:13:10 Running on prd-centos7-docker-4c-2g-28038 in /w/workspace/gexfoundry_device-sdk-go_PR-1060 [Pipeline] { [Pipeline] ws 04:13:10 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:13:10 Selected Git installation does not exist. Using Default 04:13:10 The recommended git tool is: NONE 04:13:13 using credential edgex-jenkins-ssh 04:13:13 Cloning the remote Git repository 04:13:13 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:13:13 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:13:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:13:13 > git --version # timeout=10 04:13:13 > git --version # 'git version 2.24.4' 04:13:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:13:13 [INFO] Currently running in a labeled security context 04:13:13 [INFO] Currently SELinux is 'enforcing' on the host 04:13:13 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh4342480645765249021.key 04:13:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:13:15 Merging remotes/origin/main commit 7e75dc983f4f9153173ae0a2fd3aa487c5aa71fc into PR head commit acaad2eaf7e331afa60e093f2992ed3dd0e5840e 04:13:15 Merge succeeded, producing acaad2eaf7e331afa60e093f2992ed3dd0e5840e 04:13:15 Checking out Revision acaad2eaf7e331afa60e093f2992ed3dd0e5840e (PR-1060) 04:13:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:13:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:13:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:13:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:13:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:13:14 [INFO] Currently running in a labeled security context 04:13:14 [INFO] Currently SELinux is 'enforcing' on the host 04:13:14 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh4310847489769222951.key 04:13:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1060/head:refs/remotes/origin/PR-1060 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:13:15 > git config core.sparsecheckout # timeout=10 04:13:15 > git checkout -f acaad2eaf7e331afa60e093f2992ed3dd0e5840e # timeout=10 04:13:15 > git remote # timeout=10 04:13:15 > git config --get remote.origin.url # timeout=10 04:13:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:13:15 [INFO] Currently running in a labeled security context 04:13:15 [INFO] Currently SELinux is 'enforcing' on the host 04:13:15 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh3232036729593579493.key 04:13:15 > git merge 7e75dc983f4f9153173ae0a2fd3aa487c5aa71fc # timeout=10 04:13:15 > git rev-parse HEAD^{commit} # timeout=10 04:13:15 > git config core.sparsecheckout # timeout=10 04:13:15 > git checkout -f acaad2eaf7e331afa60e093f2992ed3dd0e5840e # timeout=10 04:13:18 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:13:18 > git --version # timeout=10 04:13:18 > git --version # 'git version 2.24.4' 04:13:18 fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:13:19 provisioning config files... 04:13:19 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config8931623887813206268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:13:19 ---> docker-login.sh 04:13:19 nexus3.edgexfoundry.org:10001 04:13:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:19 Configure a credential helper to remove this warning. See 04:13:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:19 04:13:19 Login Succeeded 04:13:19 nexus3.edgexfoundry.org:10002 04:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:20 Configure a credential helper to remove this warning. See 04:13:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:20 04:13:20 Login Succeeded 04:13:20 nexus3.edgexfoundry.org:10003 04:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:20 Configure a credential helper to remove this warning. See 04:13:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:20 04:13:20 Login Succeeded 04:13:20 nexus3.edgexfoundry.org:10004 04:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:20 Configure a credential helper to remove this warning. See 04:13:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:20 04:13:20 Login Succeeded 04:13:20 docker.io 04:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:21 Configure a credential helper to remove this warning. See 04:13:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:21 04:13:21 Login Succeeded 04:13:21 ---> docker-login.sh ends [Pipeline] } 04:13:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:13:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:13:21 ========================================================= 04:13:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:13:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:13:22 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 04:13:22 Sending build context to Docker daemon 2.75MB 04:13:22 Step 1/10 : ARG BASE=golang:1.16-alpine3.14 04:13:22 Step 2/10 : FROM ${BASE} AS builder 04:13:22 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:13:22 a0d0a0d46f8b: Pulling fs layer 04:13:22 31adcdaf11c8: Pulling fs layer 04:13:22 b8b176561691: Pulling fs layer 04:13:22 4527c011a84f: Pulling fs layer 04:13:22 5d74067f8e1e: Pulling fs layer 04:13:22 e0aca202a116: Pulling fs layer 04:13:22 3a43be97a3b4: Pulling fs layer 04:13:22 34cad66bf833: Pulling fs layer 04:13:22 b4e3c513aaa6: Pulling fs layer 04:13:22 e0aca202a116: Waiting 04:13:22 3a43be97a3b4: Waiting 04:13:22 34cad66bf833: Waiting 04:13:22 b4e3c513aaa6: Waiting 04:13:22 4527c011a84f: Waiting 04:13:22 5d74067f8e1e: Waiting 04:13:22 b8b176561691: Verifying Checksum 04:13:22 b8b176561691: Download complete 04:13:22 31adcdaf11c8: Verifying Checksum 04:13:22 31adcdaf11c8: Download complete 04:13:22 5d74067f8e1e: Verifying Checksum 04:13:22 5d74067f8e1e: Download complete 04:13:22 e0aca202a116: Download complete 04:13:22 a0d0a0d46f8b: Verifying Checksum 04:13:22 a0d0a0d46f8b: Download complete 04:13:22 3a43be97a3b4: Verifying Checksum 04:13:22 3a43be97a3b4: Download complete 04:13:22 34cad66bf833: Verifying Checksum 04:13:22 34cad66bf833: Download complete 04:13:22 a0d0a0d46f8b: Pull complete 04:13:22 4527c011a84f: Verifying Checksum 04:13:22 4527c011a84f: Download complete 04:13:22 31adcdaf11c8: Pull complete 04:13:22 b4e3c513aaa6: Verifying Checksum 04:13:22 b4e3c513aaa6: Download complete 04:13:22 b8b176561691: Pull complete 04:13:27 4527c011a84f: Pull complete 04:13:27 5d74067f8e1e: Pull complete 04:13:27 e0aca202a116: Pull complete 04:13:27 3a43be97a3b4: Pull complete 04:13:27 34cad66bf833: Pull complete 04:13:30 b4e3c513aaa6: Pull complete 04:13:30 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 04:13:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:13:30 ---> 9f6097aaca64 04:13:30 Step 3/10 : ARG MAKE=make build 04:13:31 ---> Running in 000c6fe21362 04:13:31 Removing intermediate container 000c6fe21362 04:13:31 ---> f841ec500c04 04:13:31 Step 4/10 : WORKDIR /device-sdk-go 04:13:31 ---> Running in dfe03eab0c91 04:13:31 Removing intermediate container dfe03eab0c91 04:13:31 ---> 9e3a6e7f19b8 04:13:31 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:13:31 ---> Running in dde924ce17cc 04:13:32 Removing intermediate container dde924ce17cc 04:13:32 ---> 4ca910920d7c 04:13:32 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:32 ---> Running in 8dc8ee7114d3 04:13:32 Removing intermediate container 8dc8ee7114d3 04:13:32 ---> 54157255e7c7 04:13:32 Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:13:32 ---> Running in b8fbc6a28b5b 04:13:33 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:13:34 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:13:34 OK: 220 MiB in 52 packages 04:13:34 Removing intermediate container b8fbc6a28b5b 04:13:34 ---> 7a574e5345a0 04:13:34 Step 8/10 : COPY . . 04:13:34 ---> 9f3b70b6feef 04:13:34 Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:13:34 ---> Running in ba98de37946f 04:14:07 Removing intermediate container ba98de37946f 04:14:07 ---> 4b5e5053d93f 04:14:07 Step 10/10 : RUN ${MAKE} 04:14:07 ---> Running in 77635c6f7353 04:14:07 noop 04:14:07 Removing intermediate container 77635c6f7353 04:14:07 ---> e7e1f6719e48 04:14:07 Successfully built e7e1f6719e48 04:14:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:14:07 + docker inspect -f . ci-base-image-x86_64 04:14:07 . [Pipeline] withDockerContainer 04:14:07 prd-centos7-docker-4c-2g-28038 does not seem to be running inside a container 04:14:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:14:08 $ docker top 6b8c020cbb1e88df6fc1796e46612574bf1a75823513fde9bf7a4f67f8a68fa4 -eo pid,comm [Pipeline] { [Pipeline] sh 04:14:08 + go version 04:14:08 go version go1.16.8 linux/amd64 [Pipeline] } 04:14:08 $ docker stop --time=1 6b8c020cbb1e88df6fc1796e46612574bf1a75823513fde9bf7a4f67f8a68fa4 04:14:09 $ docker rm -f 6b8c020cbb1e88df6fc1796e46612574bf1a75823513fde9bf7a4f67f8a68fa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:14:10 + docker inspect -f . ci-base-image-x86_64 04:14:10 . [Pipeline] withDockerContainer 04:14:10 prd-centos7-docker-4c-2g-28038 does not seem to be running inside a container 04:14:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:14:11 $ docker top 3ff4ff3b6bf7dd16e9979847c6e8f5ac55e58791dfa9ac24b5e7ca7794899349 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:14:11 + make test 04:14:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:14:16 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:14:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:14:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:14:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:14:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.067s coverage: 23.5% of statements 04:14:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:14:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.051s coverage: 27.6% of statements 04:14:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.047s coverage: 78.9% of statements 04:14:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.054s coverage: 9.0% of statements 04:14:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:14:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:14:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:14:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.067s coverage: 28.7% of statements 04:14:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:14:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.049s coverage: 83.3% of statements 04:14:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:14:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:14:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.084s coverage: 57.8% of statements 04:14:47 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.837s coverage: 89.2% of statements 04:14:47 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:14:47 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 4.9% of statements 04:14:47 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:14:47 GO111MODULE=on go vet ./... 04:15:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:15:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:15:05 ./bin/test-attribution-txt.sh [Pipeline] } 04:15:06 $ docker stop --time=1 3ff4ff3b6bf7dd16e9979847c6e8f5ac55e58791dfa9ac24b5e7ca7794899349 04:15:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28040 in /w/workspace/gexfoundry_device-sdk-go_PR-1060 04:15:08 $ docker rm -f 3ff4ff3b6bf7dd16e9979847c6e8f5ac55e58791dfa9ac24b5e7ca7794899349 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] ws 04:15:08 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:15:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:15:08 Selected Git installation does not exist. Using Default 04:15:08 The recommended git tool is: NONE 04:15:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:15:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:15:12 + ls -al . 04:15:12 total 264 04:15:12 drwxrwxr-x. 10 jenkins jenkins 4096 Nov 9 04:15 . 04:15:12 drwxrwxr-x. 4 jenkins jenkins 28 Nov 9 04:13 .. 04:15:12 drwxrwxr-x. 2 jenkins jenkins 37 Nov 9 04:13 bin 04:15:12 -rw-rw-r--. 1 jenkins jenkins 24816 Nov 9 04:13 CHANGELOG.md 04:15:12 -rw-r--r--. 1 jenkins jenkins 127568 Nov 9 04:14 coverage.out 04:15:12 -rw-rw-r--. 1 jenkins jenkins 140 Nov 9 04:13 .dockerignore 04:15:12 drwxrwxr-x. 5 jenkins jenkins 62 Nov 9 04:13 example 04:15:12 drwxrwxr-x. 8 jenkins jenkins 179 Nov 9 04:13 .git 04:15:12 drwxrwxr-x. 3 jenkins jenkins 125 Nov 9 04:13 .github 04:15:12 -rw-rw-r--. 1 jenkins jenkins 131 Nov 9 04:13 .gitignore 04:15:12 -rw-rw-r--. 1 jenkins jenkins 602 Nov 9 04:13 go.mod 04:15:12 -rw-rw-r--. 1 jenkins jenkins 49140 Nov 9 04:13 go.sum 04:15:12 -rw-rw-r--. 1 jenkins jenkins 677 Nov 9 04:13 GOVERNANCE.md 04:15:12 drwxrwxr-x. 15 jenkins jenkins 224 Nov 9 04:13 internal 04:15:12 -rw-rw-r--. 1 jenkins jenkins 880 Nov 9 04:13 Jenkinsfile 04:15:12 -rw-rw-r--. 1 jenkins jenkins 11341 Nov 9 04:13 LICENSE 04:15:12 -rw-rw-r--. 1 jenkins jenkins 1120 Nov 9 04:13 Makefile 04:15:12 drwxrwxr-x. 3 jenkins jenkins 16 Nov 9 04:13 openapi 04:15:12 -rw-rw-r--. 1 jenkins jenkins 619 Nov 9 04:13 OWNERS.md 04:15:12 drwxrwxr-x. 5 jenkins jenkins 50 Nov 9 04:13 pkg 04:15:12 -rw-rw-r--. 1 jenkins jenkins 4877 Nov 9 04:13 README.md 04:15:12 drwxrwxr-x. 4 jenkins jenkins 54 Nov 9 04:13 snap 04:15:12 -rw-rw-r--. 1 jenkins jenkins 5 Nov 9 04:11 VERSION 04:15:12 -rw-rw-r--. 1 jenkins jenkins 222 Nov 9 04:13 version.go [Pipeline] isUnix [Pipeline] sh 04:15:12 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=acaad2eaf7e331afa60e093f2992ed3dd0e5840e --label arch=amd64 --label version=0.0.0 . 04:15:12 Sending build context to Docker daemon 2.879MB 04:15:12 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 04:15:12 Step 2/24 : FROM ${BASE} AS builder 04:15:12 ---> e7e1f6719e48 04:15:12 Step 3/24 : ARG MAKE=make build 04:15:12 ---> Running in 06297de4c239 04:15:12 Removing intermediate container 06297de4c239 04:15:12 ---> b96bf4927d96 04:15:12 Step 4/24 : WORKDIR /device-sdk-go 04:15:12 ---> Running in 68a56edd9d75 04:15:12 Removing intermediate container 68a56edd9d75 04:15:12 ---> 7ddc8004df63 04:15:12 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:15:12 ---> Running in 3b2a4ebaa118 04:15:12 Removing intermediate container 3b2a4ebaa118 04:15:12 ---> 269100e891fe 04:15:12 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:12 ---> Running in 1bb137925d77 04:15:13 Removing intermediate container 1bb137925d77 04:15:13 ---> 394ecf4bda72 04:15:13 Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:15:13 ---> Running in d70f84cf0459 04:15:13 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:15:14 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:15:14 OK: 220 MiB in 52 packages 04:15:14 Removing intermediate container d70f84cf0459 04:15:14 ---> 5bbb06dbe326 04:15:14 Step 8/24 : COPY . . 04:15:15 ---> 15f127b21e33 04:15:15 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:15:15 ---> Running in 1ab43b62a929 04:15:15 Removing intermediate container 1ab43b62a929 04:15:15 ---> a9cf30bd2cdf 04:15:15 Step 10/24 : RUN ${MAKE} 04:15:15 ---> Running in 7ad9f460189d 04:15:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:15:16 using credential edgex-jenkins-ssh 04:15:16 Cloning the remote Git repository 04:15:16 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:15:16 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:15:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:15:16 > git --version # timeout=10 04:15:16 > git --version # 'git version 2.17.1' 04:15:16 using GIT_SSH to set credentials SSH Credentials for GitHub 04:15:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:15:18 Merging remotes/origin/main commit 7e75dc983f4f9153173ae0a2fd3aa487c5aa71fc into PR head commit acaad2eaf7e331afa60e093f2992ed3dd0e5840e 04:15:19 Merge succeeded, producing acaad2eaf7e331afa60e093f2992ed3dd0e5840e 04:15:19 Checking out Revision acaad2eaf7e331afa60e093f2992ed3dd0e5840e (PR-1060) 04:15:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:15:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:15:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:15:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:15:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:15:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1060/head:refs/remotes/origin/PR-1060 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:15:18 > git config core.sparsecheckout # timeout=10 04:15:18 > git checkout -f acaad2eaf7e331afa60e093f2992ed3dd0e5840e # timeout=10 04:15:18 > git remote # timeout=10 04:15:18 > git config --get remote.origin.url # timeout=10 04:15:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:15:18 > git merge 7e75dc983f4f9153173ae0a2fd3aa487c5aa71fc # timeout=10 04:15:18 > git rev-parse HEAD^{commit} # timeout=10 04:15:19 > git config core.sparsecheckout # timeout=10 04:15:19 > git checkout -f acaad2eaf7e331afa60e093f2992ed3dd0e5840e # timeout=10 04:15:24 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:15:24 > git --version # timeout=10 04:15:24 > git --version # 'git version 2.17.1' 04:15:24 fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:15:25 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:15:25 % Total % Received % Xferd Average Speed Time Time Time Current 04:15:25 Dload Upload Total Spent Left Speed 04:15:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 180k 0 --:--:-- --:--:-- --:--:-- 183k [Pipeline] sh 04:15:26 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:15:26 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:15:26 + sudo tee /etc/docker/daemon.new 04:15:26 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:15:26 { 04:15:26 "registry-mirrors": [ 04:15:26 "https://nexus3.edgexfoundry.org:10001" 04:15:26 ], 04:15:26 "bip": "10.250.0.254/24", 04:15:26 "hosts": [ 04:15:26 "tcp://0.0.0.0:5555", 04:15:26 "unix:///var/run/docker.sock" 04:15:26 ], 04:15:26 "mtu": 1458, 04:15:26 "selinux-enabled": true, 04:15:26 "seccomp-profile": "/etc/docker/seccomp.json" 04:15:26 } [Pipeline] sh 04:15:26 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:15:27 Removing intermediate container 7ad9f460189d 04:15:27 ---> f2c38e474f1b 04:15:27 Step 11/24 : FROM alpine:3.14 04:15:27 + sudo service docker restart 04:15:31 3.14: Pulling from library/alpine 04:15:31 a0d0a0d46f8b: Already exists 04:15:31 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:15:31 Status: Downloaded newer image for alpine:3.14 04:15:31 ---> 14119a10abf4 04:15:31 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:15:31 ---> Running in 6ec3206c5a9a 04:15:31 Removing intermediate container 6ec3206c5a9a 04:15:31 ---> d8ef32ceda3a 04:15:31 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:31 ---> Running in 8f9d810835d0 04:15:31 Removing intermediate container 8f9d810835d0 04:15:31 ---> aa8573cc10a6 04:15:31 Step 14/24 : RUN apk add --update --no-cache zeromq 04:15:31 ---> Running in c0855d3b1595 04:15:32 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:15:33 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:15:33 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:15:33 (2/5) Installing libsodium (1.0.18-r0) 04:15:33 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:15:33 (4/5) Installing libzmq (4.3.4-r0) 04:15:33 (5/5) Installing zeromq (4.3.4-r0) 04:15:33 Executing busybox-1.33.1-r3.trigger 04:15:33 OK: 8 MiB in 19 packages 04:15:34 Removing intermediate container c0855d3b1595 04:15:34 ---> 50bc4a238bc4 04:15:34 Step 15/24 : WORKDIR / 04:15:34 ---> Running in cabf8c0c6193 04:15:34 Removing intermediate container cabf8c0c6193 04:15:34 ---> 1a2e9dbf91fe 04:15:34 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:15:34 ---> 6a1a2d8b6a71 04:15:34 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:15:34 ---> 741d7481f54e 04:15:34 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:15:34 ---> d95504e04162 04:15:34 Step 19/24 : EXPOSE 59999 04:15:34 ---> Running in 1ab6e95a180e 04:15:34 Removing intermediate container 1ab6e95a180e 04:15:34 ---> c4e1b7274070 04:15:34 Step 20/24 : ENTRYPOINT ["/device-simple"] 04:15:34 ---> Running in ccd20aa23ef9 04:15:34 Removing intermediate container ccd20aa23ef9 04:15:34 ---> 52e8b14de80b 04:15:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:35 ---> Running in ab70b49367fa 04:15:35 Removing intermediate container ab70b49367fa 04:15:35 ---> 5e9b61a0a254 04:15:35 Step 22/24 : LABEL arch=amd64 04:15:35 ---> Running in cf4cd2bc0314 04:15:35 Removing intermediate container cf4cd2bc0314 04:15:35 ---> 4cdd8a759b67 04:15:35 Step 23/24 : LABEL git_sha=acaad2eaf7e331afa60e093f2992ed3dd0e5840e 04:15:35 ---> Running in d269d76734b4 04:15:35 Removing intermediate container d269d76734b4 04:15:35 ---> ca419d40a52c 04:15:35 Step 24/24 : LABEL version=0.0.0 04:15:35 ---> Running in 349083f76fac 04:15:35 Removing intermediate container 349083f76fac 04:15:35 ---> ce1c6d2a26ab 04:15:35 [Warning] One or more build-args [ARCH] were not consumed 04:15:35 Successfully built ce1c6d2a26ab 04:15:35 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:15:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:36 04:15:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:15:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:36 latest: Pulling from edgex-lftools-log-publisher 04:15:36 b4d181a07f80: Pulling fs layer 04:15:36 a1111a8f2ec3: Pulling fs layer 04:15:36 ed53099fbce6: Pulling fs layer 04:15:36 dc539afda2c1: Pulling fs layer 04:15:36 77bc0d833cb6: Pulling fs layer 04:15:36 9065ff56babe: Pulling fs layer 04:15:36 d287ab97295c: Pulling fs layer 04:15:36 77bc0d833cb6: Waiting 04:15:36 9065ff56babe: Waiting 04:15:36 d287ab97295c: Waiting 04:15:36 dc539afda2c1: Waiting 04:15:36 a1111a8f2ec3: Verifying Checksum 04:15:36 a1111a8f2ec3: Download complete 04:15:36 dc539afda2c1: Verifying Checksum 04:15:36 dc539afda2c1: Download complete 04:15:36 77bc0d833cb6: Verifying Checksum 04:15:36 77bc0d833cb6: Download complete 04:15:36 9065ff56babe: Verifying Checksum 04:15:36 9065ff56babe: Download complete 04:15:36 ed53099fbce6: Verifying Checksum 04:15:36 ed53099fbce6: Download complete 04:15:36 b4d181a07f80: Verifying Checksum 04:15:36 b4d181a07f80: Download complete 04:15:37 d287ab97295c: Verifying Checksum 04:15:37 d287ab97295c: Download complete 04:15:38 b4d181a07f80: Pull complete 04:15:38 a1111a8f2ec3: Pull complete 04:15:38 ed53099fbce6: Pull complete 04:15:38 dc539afda2c1: Pull complete 04:15:39 77bc0d833cb6: Pull complete 04:15:39 9065ff56babe: Pull complete 04:15:44 d287ab97295c: Pull complete 04:15:44 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:15:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:15:44 prd-centos7-docker-4c-2g-28038 does not seem to be running inside a container 04:15:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:15:47 $ docker top 6a50b7709406d64eecaa4413b38716ec005fb878c0000546f27f2b423dca236a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider 04:15:47 provisioning config files... 04:15:47 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1242371570766612678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:47 ---> job-cost.sh 04:15:47 lf-activate-venv: SKIPPING 04:15:47 INFO: No Stack... 04:15:47 ---> docker-login.sh 04:15:47 nexus3.edgexfoundry.org:10001 04:15:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:49 INFO: Retrieving Pricing Info for: v3-standard-2 04:15:49 INFO: Archiving Costs [Pipeline] sh 04:15:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:49 Configure a credential helper to remove this warning. See 04:15:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:49 04:15:49 Login Succeeded 04:15:49 nexus3.edgexfoundry.org:10002 04:15:49 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:15:49 + cut -d, -f6 [Pipeline] lock 04:15:49 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1060-1-stack-cost] 04:15:49 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1060-1-stack-cost] did not exist. Created. 04:15:49 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1060-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:15:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:49 Configure a credential helper to remove this warning. See 04:15:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:49 04:15:49 Login Succeeded 04:15:49 nexus3.edgexfoundry.org:10003 04:15:49 + echo total: 0.05999999865889549 [Pipeline] stash 04:15:49 Stashed 1 file(s) [Pipeline] } 04:15:49 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1060-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:15:49 $ docker stop --time=1 6a50b7709406d64eecaa4413b38716ec005fb878c0000546f27f2b423dca236a 04:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:50 Configure a credential helper to remove this warning. See 04:15:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:50 04:15:50 Login Succeeded 04:15:50 nexus3.edgexfoundry.org:10004 04:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:15:51 $ docker rm -f 6a50b7709406d64eecaa4413b38716ec005fb878c0000546f27f2b423dca236a [Pipeline] // withDockerContainer 04:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:51 Configure a credential helper to remove this warning. See 04:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:51 04:15:51 Login Succeeded 04:15:51 docker.io [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 04:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // stage [Pipeline] } 04:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:15:52 Configure a credential helper to remove this warning. See 04:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:15:52 04:15:52 Login Succeeded 04:15:52 ---> docker-login.sh ends [Pipeline] } 04:15:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:15:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:15:52 ========================================================= 04:15:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:15:52 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:15:53 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 04:15:53 Sending build context to Docker daemon 2.739MB 04:15:53 Step 1/10 : ARG BASE=golang:1.16-alpine3.14 04:15:53 Step 2/10 : FROM ${BASE} AS builder 04:15:54 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:15:54 552d1f2373af: Pulling fs layer 04:15:54 ea3f2d53f512: Pulling fs layer 04:15:54 9e70ebbbe112: Pulling fs layer 04:15:54 7a9cfe048b4a: Pulling fs layer 04:15:54 72dc09318566: Pulling fs layer 04:15:54 f4f7b4309257: Pulling fs layer 04:15:54 0ac9a79272e3: Pulling fs layer 04:15:54 b78e95d17946: Pulling fs layer 04:15:54 f4f7b4309257: Waiting 04:15:54 0ac9a79272e3: Waiting 04:15:54 b78e95d17946: Waiting 04:15:54 72dc09318566: Waiting 04:15:54 7a9cfe048b4a: Waiting 04:15:54 9e70ebbbe112: Download complete 04:15:54 ea3f2d53f512: Verifying Checksum 04:15:54 ea3f2d53f512: Download complete 04:15:54 f4f7b4309257: Verifying Checksum 04:15:54 f4f7b4309257: Download complete 04:15:54 552d1f2373af: Verifying Checksum 04:15:54 552d1f2373af: Download complete 04:15:54 0ac9a79272e3: Verifying Checksum 04:15:54 0ac9a79272e3: Download complete 04:15:55 552d1f2373af: Pull complete 04:15:55 ea3f2d53f512: Pull complete 04:15:56 9e70ebbbe112: Pull complete 04:15:56 b78e95d17946: Verifying Checksum 04:15:56 b78e95d17946: Download complete 04:15:56 7a9cfe048b4a: Verifying Checksum 04:15:56 7a9cfe048b4a: Download complete 04:16:07 7a9cfe048b4a: Pull complete 04:16:07 72dc09318566: Pull complete 04:16:07 f4f7b4309257: Pull complete 04:16:08 0ac9a79272e3: Pull complete 04:16:13 b78e95d17946: Pull complete 04:16:13 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 04:16:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:16:13 ---> 8b459fc5aaf0 04:16:13 Step 3/10 : ARG MAKE=make build 04:16:16 ---> Running in 8579aa92ca16 04:16:16 Removing intermediate container 8579aa92ca16 04:16:16 ---> b5ca14b0422d 04:16:16 Step 4/10 : WORKDIR /device-sdk-go 04:16:16 ---> Running in 653dea3921d2 04:16:16 Removing intermediate container 653dea3921d2 04:16:16 ---> 1dc235bc4b25 04:16:16 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:16:16 ---> Running in 078f4f28b3e8 04:16:17 Removing intermediate container 078f4f28b3e8 04:16:17 ---> 76119d5838eb 04:16:17 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:17 ---> Running in b233299fd2e2 04:16:20 Removing intermediate container b233299fd2e2 04:16:20 ---> 2beed2fb87c9 04:16:20 Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:16:20 ---> Running in 2f3150468d58 04:16:21 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:16:22 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:16:23 OK: 219 MiB in 52 packages 04:16:24 Removing intermediate container 2f3150468d58 04:16:24 ---> 41d8aa06aa7b 04:16:24 Step 8/10 : COPY . . 04:16:26 ---> c45cc3343df7 04:16:26 Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:16:26 ---> Running in 609c22f783e5 04:17:48 Removing intermediate container 609c22f783e5 04:17:48 ---> 683c55b4bb67 04:17:48 Step 10/10 : RUN ${MAKE} 04:17:48 ---> Running in f7c5345e2dd5 04:17:48 noop 04:17:48 Removing intermediate container f7c5345e2dd5 04:17:48 ---> 5ff700ecd248 04:17:48 Successfully built 5ff700ecd248 04:17:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:17:48 + docker inspect -f . ci-base-image-arm64 04:17:48 . [Pipeline] withDockerContainer 04:17:48 prd-ubuntu18.04-docker-arm64-4c-16g-28040 does not seem to be running inside a container 04:17:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:17:50 $ docker top 03bde82b7a6fedfa6cbbee18ef883c186c6b6d172a771f2161323b0feb88c4b5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:51 + go version 04:17:51 go version go1.16.8 linux/arm64 [Pipeline] } 04:17:51 $ docker stop --time=1 03bde82b7a6fedfa6cbbee18ef883c186c6b6d172a771f2161323b0feb88c4b5 04:17:53 $ docker rm -f 03bde82b7a6fedfa6cbbee18ef883c186c6b6d172a771f2161323b0feb88c4b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:17:54 + docker inspect -f . ci-base-image-arm64 04:17:54 . [Pipeline] withDockerContainer 04:17:54 prd-ubuntu18.04-docker-arm64-4c-16g-28040 does not seem to be running inside a container 04:17:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:17:56 $ docker top 845f37ea40cc2fa97c21c2421508dfd2eb6c77e660713935f358ccc14f1cbe79 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:17:57 + make test 04:17:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:18:29 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:19:51 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:19:51 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:19:51 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:19:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.349s coverage: 23.5% of statements 04:19:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:19:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.230s coverage: 27.6% of statements 04:19:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.239s coverage: 78.9% of statements 04:19:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.222s coverage: 9.0% of statements 04:19:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:19:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:19:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:19:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.307s coverage: 28.7% of statements 04:19:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:19:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.369s coverage: 83.3% of statements 04:19:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:19:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:19:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.379s coverage: 57.8% of statements 04:20:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.405s coverage: 89.2% of statements 04:20:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:20:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.234s coverage: 4.9% of statements 04:20:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:20:02 GO111MODULE=on go vet ./... 04:21:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:21:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:21:10 ./bin/test-attribution-txt.sh [Pipeline] } 04:21:10 $ docker stop --time=1 845f37ea40cc2fa97c21c2421508dfd2eb6c77e660713935f358ccc14f1cbe79 04:21:12 $ docker rm -f 845f37ea40cc2fa97c21c2421508dfd2eb6c77e660713935f358ccc14f1cbe79 [Pipeline] // withDockerContainer [Pipeline] sh 04:21:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:21:13 Warning: overwriting stash ‘coverage-report’ 04:21:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:21:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:21:15 + ls -al . 04:21:15 total 300 04:21:15 drwxrwxr-x 10 jenkins jenkins 4096 Nov 9 04:21 . 04:21:15 drwxrwxr-x 4 jenkins jenkins 4096 Nov 9 04:15 .. 04:21:15 -rw-rw-r-- 1 jenkins jenkins 140 Nov 9 04:15 .dockerignore 04:21:15 drwxrwxr-x 8 jenkins jenkins 4096 Nov 9 04:15 .git 04:21:15 drwxrwxr-x 3 jenkins jenkins 4096 Nov 9 04:15 .github 04:21:15 -rw-rw-r-- 1 jenkins jenkins 131 Nov 9 04:15 .gitignore 04:21:15 -rw-rw-r-- 1 jenkins jenkins 24816 Nov 9 04:15 CHANGELOG.md 04:21:15 -rw-rw-r-- 1 jenkins jenkins 677 Nov 9 04:15 GOVERNANCE.md 04:21:15 -rw-rw-r-- 1 jenkins jenkins 880 Nov 9 04:15 Jenkinsfile 04:21:15 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 9 04:15 LICENSE 04:21:15 -rw-rw-r-- 1 jenkins jenkins 1120 Nov 9 04:15 Makefile 04:21:15 -rw-rw-r-- 1 jenkins jenkins 619 Nov 9 04:15 OWNERS.md 04:21:15 -rw-rw-r-- 1 jenkins jenkins 4877 Nov 9 04:15 README.md 04:21:15 -rw-rw-r-- 1 jenkins jenkins 5 Nov 9 04:11 VERSION 04:21:15 drwxrwxr-x 2 jenkins jenkins 4096 Nov 9 04:15 bin 04:21:15 -rw-r--r-- 1 jenkins jenkins 127569 Nov 9 04:20 coverage.out 04:21:15 drwxrwxr-x 5 jenkins jenkins 4096 Nov 9 04:15 example 04:21:15 -rw-rw-r-- 1 jenkins jenkins 602 Nov 9 04:15 go.mod 04:21:15 -rw-rw-r-- 1 jenkins jenkins 49140 Nov 9 04:15 go.sum 04:21:15 drwxrwxr-x 15 jenkins jenkins 4096 Nov 9 04:15 internal 04:21:15 drwxrwxr-x 3 jenkins jenkins 4096 Nov 9 04:15 openapi 04:21:15 drwxrwxr-x 5 jenkins jenkins 4096 Nov 9 04:15 pkg 04:21:15 drwxrwxr-x 4 jenkins jenkins 4096 Nov 9 04:15 snap 04:21:15 -rw-rw-r-- 1 jenkins jenkins 222 Nov 9 04:15 version.go [Pipeline] isUnix [Pipeline] sh 04:21:16 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=acaad2eaf7e331afa60e093f2992ed3dd0e5840e --label arch=arm64 --label version=0.0.0 . 04:21:16 Sending build context to Docker daemon 2.867MB 04:21:16 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 04:21:16 Step 2/24 : FROM ${BASE} AS builder 04:21:16 ---> 5ff700ecd248 04:21:16 Step 3/24 : ARG MAKE=make build 04:21:16 ---> Running in fc2636d8f28b 04:21:17 Removing intermediate container fc2636d8f28b 04:21:17 ---> 792ce269344d 04:21:17 Step 4/24 : WORKDIR /device-sdk-go 04:21:17 ---> Running in b30333d817fe 04:21:17 Removing intermediate container b30333d817fe 04:21:17 ---> 463baea8e090 04:21:17 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:21:18 ---> Running in 11be8717e607 04:21:18 Removing intermediate container 11be8717e607 04:21:18 ---> a5af2507f09e 04:21:18 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:18 ---> Running in 4f7471af0472 04:21:20 Removing intermediate container 4f7471af0472 04:21:20 ---> 768277c77285 04:21:20 Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:21:20 ---> Running in bd55bde32f7b 04:21:22 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:21:23 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:21:23 OK: 219 MiB in 52 packages 04:21:24 Removing intermediate container bd55bde32f7b 04:21:24 ---> d605889b2b4e 04:21:24 Step 8/24 : COPY . . 04:21:26 ---> 1dfc1f9b69f9 04:21:26 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:21:26 ---> Running in ab8f5d1b2b9b 04:21:28 Removing intermediate container ab8f5d1b2b9b 04:21:28 ---> 9d3125e971c1 04:21:28 Step 10/24 : RUN ${MAKE} 04:21:28 ---> Running in bf51849bc72c 04:21:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:22:09 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:22:09 Removing intermediate container bf51849bc72c 04:22:09 ---> 34da54a7a78e 04:22:09 Step 11/24 : FROM alpine:3.14 04:22:10 3.14: Pulling from library/alpine 04:22:11 552d1f2373af: Already exists 04:22:11 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 04:22:11 Status: Downloaded newer image for alpine:3.14 04:22:11 ---> bb3de5531c18 04:22:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:22:11 ---> Running in c3e16bb25f48 04:22:11 Removing intermediate container c3e16bb25f48 04:22:11 ---> 57c7e580264b 04:22:11 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:22:11 ---> Running in f4660e168312 04:22:13 Removing intermediate container f4660e168312 04:22:13 ---> 46c674afe25d 04:22:13 Step 14/24 : RUN apk add --update --no-cache zeromq 04:22:13 ---> Running in 75aa78df2107 04:22:15 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:22:16 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:22:16 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:22:17 (2/5) Installing libsodium (1.0.18-r0) 04:22:17 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:22:17 (4/5) Installing libzmq (4.3.4-r0) 04:22:17 (5/5) Installing zeromq (4.3.4-r0) 04:22:17 Executing busybox-1.33.1-r3.trigger 04:22:17 OK: 8 MiB in 19 packages 04:22:18 Removing intermediate container 75aa78df2107 04:22:18 ---> 8348216d5506 04:22:18 Step 15/24 : WORKDIR / 04:22:18 ---> Running in 6d34b47bcd3c 04:22:19 Removing intermediate container 6d34b47bcd3c 04:22:19 ---> dc7c69fe9a6e 04:22:19 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:22:20 ---> 7106429ec2f7 04:22:20 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:22:21 ---> 96b702c2ec4c 04:22:21 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:22:22 ---> fab7646c63bd 04:22:22 Step 19/24 : EXPOSE 59999 04:22:22 ---> Running in f5dc57d271b2 04:22:22 Removing intermediate container f5dc57d271b2 04:22:22 ---> b52ce59ad54c 04:22:22 Step 20/24 : ENTRYPOINT ["/device-simple"] 04:22:22 ---> Running in 57585f8a733f 04:22:23 Removing intermediate container 57585f8a733f 04:22:23 ---> 87f80aa5de35 04:22:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:22:23 ---> Running in 37f79a8d6932 04:22:23 Removing intermediate container 37f79a8d6932 04:22:23 ---> 8c6e74510eb1 04:22:23 Step 22/24 : LABEL arch=arm64 04:22:23 ---> Running in 2f691a62b885 04:22:24 Removing intermediate container 2f691a62b885 04:22:24 ---> 0435ba1ffe20 04:22:24 Step 23/24 : LABEL git_sha=acaad2eaf7e331afa60e093f2992ed3dd0e5840e 04:22:24 ---> Running in 8e1db4a563c2 04:22:24 Removing intermediate container 8e1db4a563c2 04:22:24 ---> 288f35537707 04:22:24 Step 24/24 : LABEL version=0.0.0 04:22:24 ---> Running in 8e2660a8b8a2 04:22:25 Removing intermediate container 8e2660a8b8a2 04:22:25 ---> 472a9354bcfa 04:22:25 [Warning] One or more build-args [ARCH] were not consumed 04:22:25 Successfully built 472a9354bcfa 04:22:25 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:22:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:22:26 04:22:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:22:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:22:26 arm64: Pulling from edgex-lftools-log-publisher 04:22:26 448f6bf000e3: Pulling fs layer 04:22:26 f757da607395: Pulling fs layer 04:22:26 05883995daec: Pulling fs layer 04:22:26 8603b9c90790: Pulling fs layer 04:22:26 1560dd03e051: Pulling fs layer 04:22:26 27f5ce0e4adf: Pulling fs layer 04:22:26 c2d8d7efcc4b: Pulling fs layer 04:22:26 1560dd03e051: Waiting 04:22:26 27f5ce0e4adf: Waiting 04:22:26 c2d8d7efcc4b: Waiting 04:22:26 8603b9c90790: Waiting 04:22:26 f757da607395: Verifying Checksum 04:22:26 f757da607395: Download complete 04:22:26 8603b9c90790: Verifying Checksum 04:22:26 8603b9c90790: Download complete 04:22:27 1560dd03e051: Download complete 04:22:27 05883995daec: Verifying Checksum 04:22:27 05883995daec: Download complete 04:22:27 27f5ce0e4adf: Verifying Checksum 04:22:27 27f5ce0e4adf: Download complete 04:22:27 448f6bf000e3: Verifying Checksum 04:22:27 448f6bf000e3: Download complete 04:22:30 c2d8d7efcc4b: Verifying Checksum 04:22:30 c2d8d7efcc4b: Download complete 04:22:30 448f6bf000e3: Pull complete 04:22:31 f757da607395: Pull complete 04:22:33 05883995daec: Pull complete 04:22:33 8603b9c90790: Pull complete 04:22:34 1560dd03e051: Pull complete 04:22:34 27f5ce0e4adf: Pull complete 04:22:50 c2d8d7efcc4b: Pull complete 04:22:50 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 04:22:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:22:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:22:50 prd-ubuntu18.04-docker-arm64-4c-16g-28040 does not seem to be running inside a container 04:22:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:22:54 $ docker top 814df9d1512f54177c23bb84306c3d80e3b882e511c94baaa73ef1eddbe0ad60 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:22:55 ---> job-cost.sh 04:22:55 lf-activate-venv: SKIPPING 04:22:55 INFO: No Stack... 04:22:59 INFO: Retrieving Pricing Info for: v3-standard-4 04:22:59 INFO: Archiving Costs [Pipeline] sh 04:23:00 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:23:00 + cut -d, -f6 [Pipeline] lock 04:23:00 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1060-1-stack-cost] 04:23:00 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1060-1-stack-cost] did not exist. Created. 04:23:00 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1060-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:23:00 /w/workspace/device-sdk-go/1@tmp/durable-43e446f4/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-43e446f4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:23:01 + echo total: 0.10999999940395355 [Pipeline] stash 04:23:01 Warning: overwriting stash ‘stack-cost’ 04:23:01 Stashed 1 file(s) [Pipeline] } 04:23:01 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1060-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:23:01 $ docker stop --time=1 814df9d1512f54177c23bb84306c3d80e3b882e511c94baaa73ef1eddbe0ad60 04:23:03 $ docker rm -f 814df9d1512f54177c23bb84306c3d80e3b882e511c94baaa73ef1eddbe0ad60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:23:04 provisioning config files... 04:23:04 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp/config8696312804064626669tmp [Pipeline] { [Pipeline] sh 04:23:04 + set +x 04:23:04 + curl -s https://codecov.io/bash 04:23:04 + bash -s -- 04:23:04 04:23:04 _____ _ 04:23:04 / ____| | | 04:23:04 | | ___ __| | ___ ___ _____ __ 04:23:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:23:04 | |___| (_) | (_| | __/ (_| (_) \ V / 04:23:04 \_____\___/ \__,_|\___|\___\___/ \_/ 04:23:04 Bash-1.0.6 04:23:04 04:23:04 04:23:04 ==> git version 2.24.4 found 04:23:04 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:23:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:23:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:23:04 ==> Jenkins CI detected. 04:23:04 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1060 04:23:04 project root: . 04:23:04 --> token set from env 04:23:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:23:04 ==> Running gcov in . (disable via -X gcov) 04:23:04 ==> Python coveragepy not found 04:23:04 ==> Searching for coverage reports in: 04:23:04 + . 04:23:04 -> Found 1 reports 04:23:04 ==> Detecting git/mercurial file structure 04:23:04 ==> Reading reports 04:23:04 + ./coverage.out bytes=127569 04:23:05 ==> Appending adjustments 04:23:05 https://docs.codecov.io/docs/fixing-reports 04:23:05 + Found adjustments 04:23:05 ==> Gzipping contents 04:23:05 16K /tmp/codecov.DrFGXr.gz 04:23:05 ==> Uploading reports 04:23:05 url: https://codecov.io 04:23:05 query: branch=PR-1060&commit=acaad2eaf7e331afa60e093f2992ed3dd0e5840e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1060%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1060&job=&cmd_args= 04:23:05 -> Pinging Codecov 04:23:05 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1060&commit=acaad2eaf7e331afa60e093f2992ed3dd0e5840e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1060%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1060&job=&cmd_args= 04:23:05 -> Uploading to 04:23:05 https://storage.googleapis.com/codecov/v4/raw/2021-11-09/7E55EF52A471D76F132DFD9A03CDDE97/acaad2eaf7e331afa60e093f2992ed3dd0e5840e/8d1cb283-29b2-41e7-b34c-be83a33efb89.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211109T042305Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=16ad1c9a4de4725d107d6093dd00c664bcb574e71958f71e3e1de9e681fbc1ca 04:23:05 % Total % Received % Xferd Average Speed Time Time Time Current 04:23:05 Dload Upload Total Spent Left Speed 04:23:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16261 0 0 100 16261 0 55635 --:--:-- --:--:-- --:--:-- 55688 04:23:06 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/acaad2eaf7e331afa60e093f2992ed3dd0e5840e [Pipeline] } 04:23:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:23:08 + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1060/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:23:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:23:09 ---> package-listing.sh 04:23:09 ++ facter osfamily 04:23:09 ++ tr '[:upper:]' '[:lower:]' 04:23:09 + OS_FAMILY=redhat 04:23:09 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1060 04:23:09 + START_PACKAGES=/tmp/packages_start.txt 04:23:09 + END_PACKAGES=/tmp/packages_end.txt 04:23:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:23:09 + PACKAGES=/tmp/packages_start.txt 04:23:09 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1060 ']' 04:23:09 + PACKAGES=/tmp/packages_end.txt 04:23:09 + case "${OS_FAMILY}" in 04:23:09 + rpm -qa 04:23:09 + sort 04:23:10 + '[' -f /tmp/packages_start.txt ']' 04:23:10 + '[' -f /tmp/packages_end.txt ']' 04:23:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:23:10 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1060 ']' 04:23:10 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1060/archives/ 04:23:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1060/archives/ [Pipeline] echo 04:23:10 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-1060/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:23:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:23:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:23:11 04:23:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:23:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:23:11 latest: Pulling from edgex-lftools-log-publisher 04:23:11 b4d181a07f80: Pulling fs layer 04:23:11 a1111a8f2ec3: Pulling fs layer 04:23:11 ed53099fbce6: Pulling fs layer 04:23:11 dc539afda2c1: Pulling fs layer 04:23:11 77bc0d833cb6: Pulling fs layer 04:23:11 9065ff56babe: Pulling fs layer 04:23:11 d287ab97295c: Pulling fs layer 04:23:11 dc539afda2c1: Waiting 04:23:11 77bc0d833cb6: Waiting 04:23:11 9065ff56babe: Waiting 04:23:11 d287ab97295c: Waiting 04:23:11 a1111a8f2ec3: Verifying Checksum 04:23:11 a1111a8f2ec3: Download complete 04:23:11 dc539afda2c1: Verifying Checksum 04:23:11 dc539afda2c1: Download complete 04:23:11 ed53099fbce6: Verifying Checksum 04:23:11 ed53099fbce6: Download complete 04:23:11 9065ff56babe: Verifying Checksum 04:23:11 9065ff56babe: Download complete 04:23:11 77bc0d833cb6: Verifying Checksum 04:23:11 77bc0d833cb6: Download complete 04:23:11 b4d181a07f80: Verifying Checksum 04:23:11 b4d181a07f80: Download complete 04:23:12 d287ab97295c: Verifying Checksum 04:23:12 d287ab97295c: Download complete 04:23:13 b4d181a07f80: Pull complete 04:23:13 a1111a8f2ec3: Pull complete 04:23:13 ed53099fbce6: Pull complete 04:23:13 dc539afda2c1: Pull complete 04:23:14 77bc0d833cb6: Pull complete 04:23:14 9065ff56babe: Pull complete 04:23:19 d287ab97295c: Pull complete 04:23:19 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:23:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:23:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:23:19 prd-centos7-docker-4c-2g-28034 does not seem to be running inside a container 04:23:19 $ 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-1060/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-1060 -v /w/workspace/gexfoundry_device-sdk-go_PR-1060:/w/workspace/gexfoundry_device-sdk-go_PR-1060:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:23:22 $ docker top 455351cd3c4119d4b07d5bbf3691b3414db523478ec6e79c0db14518ec412258 -eo pid,comm [Pipeline] { [Pipeline] sh 04:23:22 + touch /tmp/pre-build-complete [Pipeline] sh 04:23:23 + mkdir -p /var/log/sysstat [Pipeline] sh 04:23:23 + ls /var/log/sa-host 04:23:23 + sadf -c /var/log/sa-host/sa09 04:23:23 file_magic: OK 04:23:23 HZ: Using current value: 100 04:23:23 file_header: OK 04:23:23 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:23:23 Statistics: 04:23:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:23:23 File successfully converted to sysstat format version 12.0.3 04:23:23 + sadf -c /var/log/sa-host/sa30 04:23:23 file_magic: OK 04:23:23 HZ: Using current value: 100 04:23:23 file_header: OK 04:23:23 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:23:23 Statistics: 04:23:23 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:23:23 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:23:23 provisioning config files... 04:23:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1060@tmp/config5509607767105759732tmp [Pipeline] { [Pipeline] echo 04:23:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:23:23 ---> create-netrc.sh [Pipeline] } 04:23:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:23:24 ---> python-tools-install.sh [Pipeline] echo 04:23:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:23:24 ---> sudo-logs.sh 04:23:24 Archiving 'sudo' log.. 04:23:24 sudo: unable to resolve host prd-centos7-docker-4c-2g-28034.novalocal: Name or service not known 04:23:24 sudo: unable to resolve host prd-centos7-docker-4c-2g-28034.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:23:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:23:24 ---> job-cost.sh 04:23:24 lf-activate-venv: SKIPPING 04:23:24 DEBUG: total: 0.10999999940395355 04:23:24 INFO: Retrieving Stack Cost... 04:23:26 INFO: Retrieving Pricing Info for: v3-standard-2 04:23:26 INFO: Archiving Costs [Pipeline] echo 04:23:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:23:26 ---> logs-deploy.sh 04:23:26 lf-activate-venv: SKIPPING 04:23:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1060/1 04:23:26 INFO: archiving workspace using pattern(s): 04:23:27 Archives upload complete. 04:23:27 INFO: archiving logs to Nexus