Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 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-ssh1552201856771639713.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh1664941335854124886.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7852674847908689109.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh1910608263814232468.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7503676767535296634.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.18 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/v3 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4372 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 (main) Commit message: "Merge pull request #1300 from jinlinGuan/issue-1299" > git config core.sparsecheckout # timeout=10 > git checkout -f 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 # timeout=10 > git rev-list --no-walk 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-02T13:50:41.073Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-02T13:50:41.134Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-02T13:50:41.149Z] ========================================================= [2023-02-02T13:50:41.149Z] EdgeX Global Pipelines Version Info [2023-02-02T13:50:41.149Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-02T13:50:41.864Z] ------------------- [2023-02-02T13:50:41.864Z] stable info: [2023-02-02T13:50:41.864Z] ------------------- [2023-02-02T13:50:41.864Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-02T13:50:41.864Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-02T13:50:41.864Z] Message: update stable to v1.0.244 [2023-02-02T13:50:42.434Z] ------------------- [2023-02-02T13:50:42.434Z] experimental info: [2023-02-02T13:50:42.434Z] ------------------- [2023-02-02T13:50:42.434Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-02T13:50:42.434Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-02T13:50:42.434Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-02T13:50:42.582Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-02T13:50:42.591Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-02T13:50:42.599Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-02T13:50:42.608Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-02T13:50:42.616Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-02T13:50:42.624Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-02T13:50:42.631Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-02T13:50:42.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-02T13:50:42.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-02T13:50:42.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-02T13:50:42.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-02T13:50:42.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-02T13:50:42.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-02T13:50:42.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-02T13:50:42.697Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-02T13:50:42.712Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-02T13:50:42.726Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-02T13:50:42.736Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-02T13:50:42.747Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-02T13:50:42.760Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-02T13:50:42.774Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-02T13:50:42.786Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-02T13:50:42.799Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-02T13:50:42.811Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-02T13:50:42.824Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-02T13:50:42.835Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-02T13:50:42.847Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-02T13:50:42.862Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-02T13:50:42.872Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-02T13:50:42.883Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-02T13:50:42.899Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 [Pipeline] echo [2023-02-02T13:50:42.913Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 55d1b05 [Pipeline] echo [2023-02-02T13:50:42.922Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T13:50:42.966Z] provisioning config files... [2023-02-02T13:50:42.979Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4006997019233838692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T13:50:43.284Z] ---> docker-login.sh [2023-02-02T13:50:43.284Z] nexus3.edgexfoundry.org:10001 [2023-02-02T13:50:44.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:50:44.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:50:44.226Z] Configure a credential helper to remove this warning. See [2023-02-02T13:50:44.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:50:44.226Z] [2023-02-02T13:50:44.226Z] Login Succeeded [2023-02-02T13:50:44.226Z] nexus3.edgexfoundry.org:10002 [2023-02-02T13:50:44.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:50:44.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:50:44.226Z] Configure a credential helper to remove this warning. See [2023-02-02T13:50:44.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:50:44.226Z] [2023-02-02T13:50:44.226Z] Login Succeeded [2023-02-02T13:50:44.226Z] nexus3.edgexfoundry.org:10003 [2023-02-02T13:50:44.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:50:44.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:50:44.487Z] Configure a credential helper to remove this warning. See [2023-02-02T13:50:44.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:50:44.487Z] [2023-02-02T13:50:44.487Z] Login Succeeded [2023-02-02T13:50:44.487Z] nexus3.edgexfoundry.org:10004 [2023-02-02T13:50:44.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:50:44.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:50:44.487Z] Configure a credential helper to remove this warning. See [2023-02-02T13:50:44.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:50:44.487Z] [2023-02-02T13:50:44.487Z] Login Succeeded [2023-02-02T13:50:44.487Z] docker.io [2023-02-02T13:50:44.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:50:44.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:50:44.746Z] Configure a credential helper to remove this warning. See [2023-02-02T13:50:44.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:50:44.746Z] [2023-02-02T13:50:44.746Z] Login Succeeded [2023-02-02T13:50:44.746Z] ---> docker-login.sh ends [Pipeline] } [2023-02-02T13:50:44.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-02T13:50:45.145Z] + git rev-list -1 --merges 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3~1..55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 [Pipeline] echo [2023-02-02T13:50:45.232Z] -----------> git rev-list -1 --merges 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3~1..55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 [2023-02-02T13:50:45.232Z] 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 [false] [Pipeline] sh [2023-02-02T13:50:45.520Z] + git log --format=format:%s -1 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 [Pipeline] echo [2023-02-02T13:50:45.537Z] ========================================================= [2023-02-02T13:50:45.537Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-02T13:50:45.537Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-02T13:50:45.882Z] + git log --format=format:%s -1 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 [Pipeline] echo [2023-02-02T13:50:45.897Z] [semverPrep] GIT_COMMIT: 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3, Commit Message: Merge pull request #1300 from jinlinGuan/issue-1299 [Pipeline] echo [2023-02-02T13:50:45.906Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-02T13:50:46.273Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T13:50:46.273Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-02T13:50:46.273Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-02T13:50:46.273Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-02T13:50:46.273Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-02T13:50:46.273Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-02T13:50:46.273Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:50:46.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T13:50:46.621Z] [2023-02-02T13:50:46.621Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:50:46.923Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T13:50:46.923Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-02T13:50:46.923Z] b85a868b505f: Pulling fs layer [2023-02-02T13:50:46.923Z] e2be974225ed: Pulling fs layer [2023-02-02T13:50:46.923Z] 339a4e72a1f5: Pulling fs layer [2023-02-02T13:50:46.923Z] 988bab9f4d93: Pulling fs layer [2023-02-02T13:50:46.923Z] 1469e6f7b9e6: Pulling fs layer [2023-02-02T13:50:46.923Z] eaf3925da568: Pulling fs layer [2023-02-02T13:50:46.923Z] bab4dde63d76: Pulling fs layer [2023-02-02T13:50:46.923Z] bde34c3a00c8: Pulling fs layer [2023-02-02T13:50:46.923Z] b352a97aabf1: Pulling fs layer [2023-02-02T13:50:46.923Z] 4872d77fe225: Pulling fs layer [2023-02-02T13:50:46.923Z] 5851b861e8e6: Pulling fs layer [2023-02-02T13:50:46.923Z] 988bab9f4d93: Waiting [2023-02-02T13:50:46.923Z] bde34c3a00c8: Waiting [2023-02-02T13:50:46.923Z] b352a97aabf1: Waiting [2023-02-02T13:50:46.923Z] 1469e6f7b9e6: Waiting [2023-02-02T13:50:46.923Z] eaf3925da568: Waiting [2023-02-02T13:50:46.923Z] bab4dde63d76: Waiting [2023-02-02T13:50:46.923Z] 4872d77fe225: Waiting [2023-02-02T13:50:46.923Z] e2be974225ed: Verifying Checksum [2023-02-02T13:50:46.923Z] e2be974225ed: Download complete [2023-02-02T13:50:46.923Z] 988bab9f4d93: Verifying Checksum [2023-02-02T13:50:46.923Z] 988bab9f4d93: Download complete [2023-02-02T13:50:47.188Z] 1469e6f7b9e6: Verifying Checksum [2023-02-02T13:50:47.188Z] 1469e6f7b9e6: Download complete [2023-02-02T13:50:47.188Z] 339a4e72a1f5: Verifying Checksum [2023-02-02T13:50:47.188Z] 339a4e72a1f5: Download complete [2023-02-02T13:50:47.188Z] eaf3925da568: Verifying Checksum [2023-02-02T13:50:47.188Z] eaf3925da568: Download complete [2023-02-02T13:50:47.188Z] bde34c3a00c8: Download complete [2023-02-02T13:50:47.188Z] b352a97aabf1: Download complete [2023-02-02T13:50:47.450Z] 4872d77fe225: Verifying Checksum [2023-02-02T13:50:47.450Z] 4872d77fe225: Download complete [2023-02-02T13:50:47.450Z] 5851b861e8e6: Verifying Checksum [2023-02-02T13:50:47.450Z] 5851b861e8e6: Download complete [2023-02-02T13:50:47.450Z] b85a868b505f: Verifying Checksum [2023-02-02T13:50:47.450Z] b85a868b505f: Download complete [2023-02-02T13:50:47.708Z] bab4dde63d76: Verifying Checksum [2023-02-02T13:50:47.708Z] bab4dde63d76: Download complete [2023-02-02T13:50:48.644Z] b85a868b505f: Pull complete [2023-02-02T13:50:48.644Z] e2be974225ed: Pull complete [2023-02-02T13:50:49.213Z] 339a4e72a1f5: Pull complete [2023-02-02T13:50:49.213Z] 988bab9f4d93: Pull complete [2023-02-02T13:50:49.476Z] 1469e6f7b9e6: Pull complete [2023-02-02T13:50:49.476Z] eaf3925da568: Pull complete [2023-02-02T13:50:51.391Z] bab4dde63d76: Pull complete [2023-02-02T13:50:51.391Z] bde34c3a00c8: Pull complete [2023-02-02T13:50:51.656Z] b352a97aabf1: Pull complete [2023-02-02T13:50:51.656Z] 4872d77fe225: Pull complete [2023-02-02T13:50:51.656Z] 5851b861e8e6: Pull complete [2023-02-02T13:50:51.656Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-02T13:50:51.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T13:50:51.656Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T13:50:51.752Z] prd-ubuntu20.04-docker-8c-8g-4372 does not seem to be running inside a container [2023-02-02T13:50:51.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-02T13:50:55.303Z] $ docker top 98c6963a00287cdfb5d1c3bdb7dbed7fb10694e7c5d4f1c8f5e94e8d45447540 -eo pid,comm [2023-02-02T13:50:55.391Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-02T13:50:55.391Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T13:50:55.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T13:50:55.430Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T13:50:55.563Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T13:50:55.565Z] $ docker exec 98c6963a00287cdfb5d1c3bdb7dbed7fb10694e7c5d4f1c8f5e94e8d45447540 ssh-agent [2023-02-02T13:50:55.688Z] SSH_AUTH_SOCK=/tmp/ssh-t2j6iuLCA2p5/agent.13 [2023-02-02T13:50:55.688Z] SSH_AGENT_PID=19 [2023-02-02T13:50:55.695Z] Running ssh-add (command line suppressed) [2023-02-02T13:50:55.826Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16731479649702865492.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16731479649702865492.key) [2023-02-02T13:50:55.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T13:50:56.134Z] + git tag --points-at HEAD [Pipeline] } [2023-02-02T13:50:56.149Z] $ docker exec --env ******** --env ******** 98c6963a00287cdfb5d1c3bdb7dbed7fb10694e7c5d4f1c8f5e94e8d45447540 ssh-agent -k [2023-02-02T13:50:56.246Z] unset SSH_AUTH_SOCK; [2023-02-02T13:50:56.246Z] unset SSH_AGENT_PID; [2023-02-02T13:50:56.246Z] echo Agent pid 19 killed; [2023-02-02T13:50:56.257Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-02T13:50:56.278Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T13:50:56.278Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T13:50:56.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T13:50:56.401Z] $ docker exec 98c6963a00287cdfb5d1c3bdb7dbed7fb10694e7c5d4f1c8f5e94e8d45447540 ssh-agent [2023-02-02T13:50:56.503Z] SSH_AUTH_SOCK=/tmp/ssh-4siMeV0ZrRzK/agent.70 [2023-02-02T13:50:56.503Z] SSH_AGENT_PID=76 [2023-02-02T13:50:56.508Z] Running ssh-add (command line suppressed) [2023-02-02T13:50:56.608Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6071084359205855282.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_6071084359205855282.key) [2023-02-02T13:50:56.630Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T13:50:56.924Z] + git semver init [2023-02-02T13:50:57.184Z] 2023-02-02 13:50:57,140 [run_init] DEBUG init version:0.0.0 force:False [2023-02-02T13:50:57.184Z] 2023-02-02 13:50:57,142 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-02T13:50:57.184Z] 2023-02-02 13:50:57,143 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-02T13:50:57.184Z] 2023-02-02 13:50:57,143 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-02T13:50:58.575Z] 2023-02-02 13:50:58,221 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-02T13:50:58.575Z] 2023-02-02 13:50:58,222 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-02T13:50:58.575Z] 2023-02-02 13:50:58,222 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T13:50:58.575Z] 2023-02-02 13:50:58,222 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T13:50:58.575Z] 3.0.0-dev.15 [Pipeline] } [2023-02-02T13:50:58.584Z] $ docker exec --env ******** --env ******** 98c6963a00287cdfb5d1c3bdb7dbed7fb10694e7c5d4f1c8f5e94e8d45447540 ssh-agent -k [2023-02-02T13:50:58.692Z] unset SSH_AUTH_SOCK; [2023-02-02T13:50:58.692Z] unset SSH_AGENT_PID; [2023-02-02T13:50:58.692Z] echo Agent pid 76 killed; [2023-02-02T13:50:58.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T13:50:59.002Z] + git semver [Pipeline] } [2023-02-02T13:50:59.276Z] $ docker stop --time=1 98c6963a00287cdfb5d1c3bdb7dbed7fb10694e7c5d4f1c8f5e94e8d45447540 [2023-02-02T13:51:00.562Z] $ docker rm -f --volumes 98c6963a00287cdfb5d1c3bdb7dbed7fb10694e7c5d4f1c8f5e94e8d45447540 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T13:51:00.907Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-02T13:51:01.144Z] Stashed 1 file(s) [Pipeline] echo [2023-02-02T13:51:01.148Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.15 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T13:51:01.310Z] provisioning config files... [2023-02-02T13:51:01.319Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13956692488491400103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T13:51:01.615Z] ---> docker-login.sh [2023-02-02T13:51:01.615Z] nexus3.edgexfoundry.org:10001 [2023-02-02T13:51:01.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:51:01.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:51:01.615Z] Configure a credential helper to remove this warning. See [2023-02-02T13:51:01.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:51:01.615Z] [2023-02-02T13:51:01.615Z] Login Succeeded [2023-02-02T13:51:01.615Z] nexus3.edgexfoundry.org:10002 [2023-02-02T13:51:01.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:51:01.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:51:01.615Z] Configure a credential helper to remove this warning. See [2023-02-02T13:51:01.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:51:01.615Z] [2023-02-02T13:51:01.615Z] Login Succeeded [2023-02-02T13:51:01.615Z] nexus3.edgexfoundry.org:10003 [2023-02-02T13:51:01.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:51:01.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:51:01.876Z] Configure a credential helper to remove this warning. See [2023-02-02T13:51:01.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:51:01.876Z] [2023-02-02T13:51:01.876Z] Login Succeeded [2023-02-02T13:51:01.876Z] nexus3.edgexfoundry.org:10004 [2023-02-02T13:51:01.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:51:01.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:51:01.876Z] Configure a credential helper to remove this warning. See [2023-02-02T13:51:01.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:51:01.876Z] [2023-02-02T13:51:01.876Z] Login Succeeded [2023-02-02T13:51:01.876Z] docker.io [2023-02-02T13:51:02.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:51:02.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:51:02.136Z] Configure a credential helper to remove this warning. See [2023-02-02T13:51:02.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:51:02.136Z] [2023-02-02T13:51:02.136Z] Login Succeeded [2023-02-02T13:51:02.136Z] ---> docker-login.sh ends [Pipeline] } [2023-02-02T13:51:02.144Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-02T13:51:02.212Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T13:51:02.224Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T13:51:02.231Z] ========================================================= [2023-02-02T13:51:02.231Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-02T13:51:02.231Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:51:02.537Z] + 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.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-02T13:51:02.537Z] Sending build context to Docker daemon 10.46MB [2023-02-02T13:51:02.537Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-02T13:51:02.537Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-02T13:51:02.537Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-02T13:51:02.537Z] 213ec9aee27d: Pulling fs layer [2023-02-02T13:51:02.537Z] 4583459ba037: Pulling fs layer [2023-02-02T13:51:02.537Z] 93c1e223e6f2: Pulling fs layer [2023-02-02T13:51:02.537Z] 53926ce57604: Pulling fs layer [2023-02-02T13:51:02.537Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-02T13:51:02.537Z] 22ff95d597cd: Pulling fs layer [2023-02-02T13:51:02.537Z] 12d6caf4c0d1: Pulling fs layer [2023-02-02T13:51:02.537Z] 21b2b0c7a3f4: Waiting [2023-02-02T13:51:02.537Z] 22ff95d597cd: Waiting [2023-02-02T13:51:02.537Z] 96b7cbca73a9: Pulling fs layer [2023-02-02T13:51:02.537Z] a7acece74701: Pulling fs layer [2023-02-02T13:51:02.537Z] 12d6caf4c0d1: Waiting [2023-02-02T13:51:02.537Z] 96b7cbca73a9: Waiting [2023-02-02T13:51:02.537Z] a7acece74701: Waiting [2023-02-02T13:51:02.537Z] 93c1e223e6f2: Verifying Checksum [2023-02-02T13:51:02.537Z] 93c1e223e6f2: Download complete [2023-02-02T13:51:02.806Z] 4583459ba037: Verifying Checksum [2023-02-02T13:51:02.806Z] 4583459ba037: Download complete [2023-02-02T13:51:02.806Z] 21b2b0c7a3f4: Download complete [2023-02-02T13:51:02.806Z] 22ff95d597cd: Download complete [2023-02-02T13:51:02.806Z] 213ec9aee27d: Verifying Checksum [2023-02-02T13:51:02.806Z] 213ec9aee27d: Download complete [2023-02-02T13:51:02.806Z] 12d6caf4c0d1: Verifying Checksum [2023-02-02T13:51:02.806Z] 12d6caf4c0d1: Download complete [2023-02-02T13:51:03.070Z] 213ec9aee27d: Pull complete [2023-02-02T13:51:03.070Z] 4583459ba037: Pull complete [2023-02-02T13:51:03.070Z] 93c1e223e6f2: Pull complete [2023-02-02T13:51:04.112Z] a7acece74701: Verifying Checksum [2023-02-02T13:51:04.112Z] a7acece74701: Download complete [2023-02-02T13:51:04.394Z] 53926ce57604: Verifying Checksum [2023-02-02T13:51:04.394Z] 53926ce57604: Download complete [2023-02-02T13:51:04.657Z] 96b7cbca73a9: Verifying Checksum [2023-02-02T13:51:04.657Z] 96b7cbca73a9: Download complete [2023-02-02T13:51:08.845Z] 53926ce57604: Pull complete [2023-02-02T13:51:08.845Z] 21b2b0c7a3f4: Pull complete [2023-02-02T13:51:09.104Z] 22ff95d597cd: Pull complete [2023-02-02T13:51:09.104Z] 12d6caf4c0d1: Pull complete [2023-02-02T13:51:11.643Z] 96b7cbca73a9: Pull complete [2023-02-02T13:51:12.210Z] a7acece74701: Pull complete [2023-02-02T13:51:12.470Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-02T13:51:12.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-02T13:51:12.470Z] ---> db6d94c90886 [2023-02-02T13:51:12.470Z] Step 3/10 : ARG MAKE=make build [2023-02-02T13:51:16.259Z] Still waiting to schedule task [2023-02-02T13:51:16.259Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-02T13:51:19.036Z] ---> Running in 1b7d6e918ad9 [2023-02-02T13:51:19.036Z] Removing intermediate container 1b7d6e918ad9 [2023-02-02T13:51:19.036Z] ---> 5fedd9e4b8e3 [2023-02-02T13:51:19.036Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-02T13:51:19.036Z] ---> Running in 0e6aadeb2bde [2023-02-02T13:51:19.036Z] Removing intermediate container 0e6aadeb2bde [2023-02-02T13:51:19.036Z] ---> f9e436601db2 [2023-02-02T13:51:19.036Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-02T13:51:19.036Z] ---> Running in 3f2b6eca94f7 [2023-02-02T13:51:19.036Z] Removing intermediate container 3f2b6eca94f7 [2023-02-02T13:51:19.036Z] ---> 7261bf0512d3 [2023-02-02T13:51:19.036Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-02T13:51:19.036Z] ---> Running in 97807cd99551 [2023-02-02T13:51:19.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T13:51:19.294Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T13:51:19.553Z] OK: 211 MiB in 51 packages [2023-02-02T13:51:20.126Z] Removing intermediate container 97807cd99551 [2023-02-02T13:51:20.126Z] ---> 2fbd180ddf6c [2023-02-02T13:51:20.126Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-02T13:51:20.385Z] ---> 31fab7e57cd5 [2023-02-02T13:51:20.385Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T13:51:20.385Z] ---> Running in ce6cbbe8d9e3 [2023-02-02T13:52:07.101Z] Removing intermediate container ce6cbbe8d9e3 [2023-02-02T13:52:07.101Z] ---> 3aca7b4de915 [2023-02-02T13:52:07.101Z] Step 9/10 : COPY . . [2023-02-02T13:52:08.480Z] ---> 94a63d0eeda8 [2023-02-02T13:52:08.480Z] Step 10/10 : RUN ${MAKE} [2023-02-02T13:52:08.480Z] ---> Running in c3dd9eee7283 [2023-02-02T13:52:08.480Z] noop [2023-02-02T13:52:08.739Z] Removing intermediate container c3dd9eee7283 [2023-02-02T13:52:08.739Z] ---> 2970f8d6898c [2023-02-02T13:52:08.739Z] Successfully built 2970f8d6898c [2023-02-02T13:52:08.739Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:52:09.045Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-02T13:52:09.045Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T13:52:09.123Z] prd-ubuntu20.04-docker-8c-8g-4372 does not seem to be running inside a container [2023-02-02T13:52:09.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@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 [2023-02-02T13:52:09.574Z] $ docker top 197581dc54e1b566dc9c7a13ee3f52561b8a2775011edeabae2842e1e6489bf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T13:52:09.919Z] + go version [2023-02-02T13:52:09.919Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-02T13:52:09.933Z] $ docker stop --time=1 197581dc54e1b566dc9c7a13ee3f52561b8a2775011edeabae2842e1e6489bf0 [2023-02-02T13:52:11.230Z] $ docker rm -f --volumes 197581dc54e1b566dc9c7a13ee3f52561b8a2775011edeabae2842e1e6489bf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:52:11.667Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-02T13:52:11.667Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T13:52:11.738Z] prd-ubuntu20.04-docker-8c-8g-4372 does not seem to be running inside a container [2023-02-02T13:52:11.779Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@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 [2023-02-02T13:52:12.118Z] $ docker top 5bdd8b94bdb011958572dd73e3dfa09e465a523efe1097f77084397670408c5e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T13:52:12.464Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-02T13:52:12.763Z] + make test [2023-02-02T13:52:12.763Z] go test -race -coverprofile=coverage.out ./... [2023-02-02T13:52:19.338Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-02T13:52:34.204Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.058s coverage: 27.6% of statements [2023-02-02T13:52:34.204Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.076s coverage: 78.9% of statements [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-02T13:52:34.204Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.098s coverage: 73.6% of statements [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-02T13:52:34.204Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.112s coverage: 59.8% of statements [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-02T13:52:34.204Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.087s coverage: 65.1% of statements [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-02T13:52:34.204Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.728s coverage: 89.2% of statements [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-02T13:52:34.204Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.067s coverage: 4.6% of statements [2023-02-02T13:52:34.204Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-02T13:52:49.081Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-02T13:52:49.081Z] GO111MODULE=on go vet ./... [2023-02-02T13:52:50.983Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-02T13:52:50.983Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-02T13:52:50.983Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-02T13:52:50.995Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-02T13:52:51.009Z] $ docker stop --time=1 5bdd8b94bdb011958572dd73e3dfa09e465a523efe1097f77084397670408c5e [2023-02-02T13:52:56.270Z] $ docker rm -f --volumes 5bdd8b94bdb011958572dd73e3dfa09e465a523efe1097f77084397670408c5e [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T13:52:56.734Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-02T13:52:56.800Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-02T13:52:57.289Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-02T13:52:57.435Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4373 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-02T13:52:57.449Z] Running in /w/workspace/device-sdk-go/145 [Pipeline] { [Pipeline] checkout [2023-02-02T13:52:57.485Z] The recommended git tool is: git [2023-02-02T13:52:57.574Z] + ls -al . [2023-02-02T13:52:57.574Z] total 272 [2023-02-02T13:52:57.574Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 2 13:52 . [2023-02-02T13:52:57.574Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 13:50 .. [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 2 13:50 .dockerignore [2023-02-02T13:52:57.574Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 2 13:52 .git [2023-02-02T13:52:57.574Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 13:50 .github [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 2 13:50 .gitignore [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 2 13:50 .golangci.yml [2023-02-02T13:52:57.574Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 2 13:50 .semver [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 2 13:50 CHANGELOG.md [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 2 13:50 GOVERNANCE.md [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 2 13:50 Jenkinsfile [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 2 13:50 LICENSE [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 2 13:50 Makefile [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 2 13:50 OWNERS.md [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 2 13:50 README.md [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 2 13:51 VERSION [2023-02-02T13:52:57.574Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 13:50 bin [2023-02-02T13:52:57.574Z] -rw-r--r-- 1 jenkins jenkins 100730 Feb 2 13:52 coverage.out [2023-02-02T13:52:57.574Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 2 13:50 example [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 2 13:50 go.mod [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 34396 Feb 2 13:50 go.sum [2023-02-02T13:52:57.574Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 2 13:50 internal [2023-02-02T13:52:57.574Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 2 13:50 openapi [2023-02-02T13:52:57.574Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 2 13:50 pkg [2023-02-02T13:52:57.574Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 13:50 snap [2023-02-02T13:52:57.574Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 2 13:50 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:52:57.925Z] + 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=55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 --label arch=amd64 --label version=3.0.0-dev.15 . [2023-02-02T13:52:57.925Z] Sending build context to Docker daemon 10.56MB [2023-02-02T13:52:57.925Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-02T13:52:57.925Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-02T13:52:57.925Z] ---> 2970f8d6898c [2023-02-02T13:52:57.925Z] Step 3/23 : ARG MAKE=make build [2023-02-02T13:52:58.184Z] ---> Running in 89bf1cf00415 [2023-02-02T13:52:58.184Z] Removing intermediate container 89bf1cf00415 [2023-02-02T13:52:58.184Z] ---> e802bdeb7787 [2023-02-02T13:52:58.184Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-02T13:52:58.184Z] ---> Running in 7c40c16338a5 [2023-02-02T13:52:58.500Z] Removing intermediate container 7c40c16338a5 [2023-02-02T13:52:58.500Z] ---> 33e159e77c80 [2023-02-02T13:52:58.500Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-02T13:52:58.500Z] ---> Running in 2daf9287a3b2 [2023-02-02T13:52:58.500Z] Removing intermediate container 2daf9287a3b2 [2023-02-02T13:52:58.500Z] ---> 6c654e65ad08 [2023-02-02T13:52:58.500Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-02T13:52:58.500Z] ---> Running in d5926e30d712 [2023-02-02T13:52:58.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T13:52:59.097Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T13:52:59.362Z] OK: 211 MiB in 51 packages [2023-02-02T13:52:59.631Z] Removing intermediate container d5926e30d712 [2023-02-02T13:52:59.631Z] ---> f4e1bac81409 [2023-02-02T13:52:59.631Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-02T13:52:59.631Z] ---> 42c3f823c943 [2023-02-02T13:52:59.631Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T13:52:59.896Z] ---> Running in 239852d1b22d [2023-02-02T13:53:00.499Z] Removing intermediate container 239852d1b22d [2023-02-02T13:53:00.499Z] ---> 2678589b87c4 [2023-02-02T13:53:00.499Z] Step 9/23 : COPY . . [2023-02-02T13:53:01.473Z] ---> bb6bcd29c919 [2023-02-02T13:53:01.473Z] Step 10/23 : RUN ${MAKE} [2023-02-02T13:53:01.473Z] ---> Running in b2939396c666 [2023-02-02T13:53:01.473Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.15" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-02T13:53:03.418Z] using credential edgex-jenkins-ssh [2023-02-02T13:53:03.435Z] Cloning the remote Git repository [2023-02-02T13:53:03.482Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-02T13:53:03.554Z] > git init /w/workspace/device-sdk-go/145 # timeout=10 [2023-02-02T13:53:03.695Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-02T13:53:03.696Z] > git --version # timeout=10 [2023-02-02T13:53:03.718Z] > git --version # 'git version 2.25.1' [2023-02-02T13:53:03.720Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-02T13:53:03.770Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-02T13:53:06.008Z] Avoid second fetch [2023-02-02T13:53:06.009Z] Checking out Revision 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 (main) [2023-02-02T13:53:05.248Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-02T13:53:05.266Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-02T13:53:06.027Z] > git config core.sparsecheckout # timeout=10 [2023-02-02T13:53:06.041Z] > git checkout -f 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 # timeout=10 [2023-02-02T13:53:06.505Z] Commit message: "Merge pull request #1300 from jinlinGuan/issue-1299" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-02T13:53:07.384Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-02T13:53:07.384Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T13:53:07.384Z] Dload Upload Total Spent Left Speed [2023-02-02T13:53:07.384Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 75449 0 --:--:-- --:--:-- --:--:-- 75898 [Pipeline] sh [2023-02-02T13:53:07.921Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-02T13:53:08.242Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-02T13:53:08.242Z] + sudo tee /etc/docker/daemon.new [2023-02-02T13:53:08.242Z] { [2023-02-02T13:53:08.242Z] "registry-mirrors": [ [2023-02-02T13:53:08.242Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-02T13:53:08.242Z] ], [2023-02-02T13:53:08.242Z] "bip": "10.250.0.254/24", [2023-02-02T13:53:08.242Z] "hosts": [ [2023-02-02T13:53:08.242Z] "tcp://0.0.0.0:5555", [2023-02-02T13:53:08.242Z] "unix:///var/run/docker.sock" [2023-02-02T13:53:08.242Z] ], [2023-02-02T13:53:08.242Z] "mtu": 1458, [2023-02-02T13:53:08.242Z] "selinux-enabled": true, [2023-02-02T13:53:08.242Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-02T13:53:08.242Z] } [Pipeline] sh [2023-02-02T13:53:08.568Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-02T13:53:08.891Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T13:53:27.138Z] provisioning config files... [2023-02-02T13:53:27.164Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/145@tmp/config6210099123860849489tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T13:53:27.508Z] ---> docker-login.sh [2023-02-02T13:53:27.509Z] nexus3.edgexfoundry.org:10001 [2023-02-02T13:53:27.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:53:28.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:53:28.044Z] Configure a credential helper to remove this warning. See [2023-02-02T13:53:28.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:53:28.044Z] [2023-02-02T13:53:28.044Z] Login Succeeded [2023-02-02T13:53:28.044Z] nexus3.edgexfoundry.org:10002 [2023-02-02T13:53:28.177Z] Removing intermediate container b2939396c666 [2023-02-02T13:53:28.177Z] ---> e037737ff550 [2023-02-02T13:53:28.177Z] Step 11/23 : FROM alpine:3.16 [2023-02-02T13:53:28.177Z] 3.16: Pulling from library/alpine [2023-02-02T13:53:28.177Z] ca7dd9ec2225: Pulling fs layer [2023-02-02T13:53:28.177Z] ca7dd9ec2225: Download complete [2023-02-02T13:53:28.177Z] ca7dd9ec2225: Pull complete [2023-02-02T13:53:28.177Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-02T13:53:28.177Z] Status: Downloaded newer image for alpine:3.16 [2023-02-02T13:53:28.177Z] ---> bfe296a52501 [2023-02-02T13:53:28.177Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-02T13:53:28.177Z] ---> Running in 469942e42c53 [2023-02-02T13:53:28.177Z] Removing intermediate container 469942e42c53 [2023-02-02T13:53:28.177Z] ---> dfd02c3456af [2023-02-02T13:53:28.177Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-02T13:53:28.177Z] ---> Running in 0fcffc961c6b [2023-02-02T13:53:28.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T13:53:28.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T13:53:28.177Z] OK: 6 MiB in 14 packages [2023-02-02T13:53:28.177Z] Removing intermediate container 0fcffc961c6b [2023-02-02T13:53:28.177Z] ---> 84771a0b2b2f [2023-02-02T13:53:28.177Z] Step 14/23 : WORKDIR / [2023-02-02T13:53:28.177Z] ---> Running in 0f309abff93d [2023-02-02T13:53:28.177Z] Removing intermediate container 0f309abff93d [2023-02-02T13:53:28.177Z] ---> 2a4064ecb46a [2023-02-02T13:53:28.177Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-02T13:53:28.177Z] ---> 373531f60503 [2023-02-02T13:53:28.177Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-02T13:53:28.177Z] ---> 8ea555cde62c [2023-02-02T13:53:28.177Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-02T13:53:28.177Z] ---> 53330ba67acf [2023-02-02T13:53:28.177Z] Step 18/23 : EXPOSE 59999 [2023-02-02T13:53:28.177Z] ---> Running in 787fe58e4257 [2023-02-02T13:53:28.177Z] Removing intermediate container 787fe58e4257 [2023-02-02T13:53:28.177Z] ---> e7a839890f98 [2023-02-02T13:53:28.177Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-02T13:53:28.177Z] ---> Running in 42238cf7dc52 [2023-02-02T13:53:28.177Z] Removing intermediate container 42238cf7dc52 [2023-02-02T13:53:28.177Z] ---> b1484ec60873 [2023-02-02T13:53:28.177Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T13:53:28.177Z] ---> Running in 362c8491054b [2023-02-02T13:53:28.177Z] Removing intermediate container 362c8491054b [2023-02-02T13:53:28.177Z] ---> 3fbb607f3426 [2023-02-02T13:53:28.177Z] Step 21/23 : LABEL arch=amd64 [2023-02-02T13:53:28.177Z] ---> Running in 00ef6e8e16d7 [2023-02-02T13:53:28.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:53:28.441Z] Removing intermediate container 00ef6e8e16d7 [2023-02-02T13:53:28.441Z] ---> f6348ccdbfad [2023-02-02T13:53:28.441Z] Step 22/23 : LABEL git_sha=55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 [2023-02-02T13:53:28.441Z] ---> Running in 9a0fd3d98348 [2023-02-02T13:53:28.441Z] Removing intermediate container 9a0fd3d98348 [2023-02-02T13:53:28.441Z] ---> 3e0d447f20f7 [2023-02-02T13:53:28.441Z] Step 23/23 : LABEL version=3.0.0-dev.15 [2023-02-02T13:53:28.441Z] ---> Running in 2497a1f46b61 [2023-02-02T13:53:28.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:53:28.583Z] Configure a credential helper to remove this warning. See [2023-02-02T13:53:28.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:53:28.583Z] [2023-02-02T13:53:28.583Z] Login Succeeded [2023-02-02T13:53:28.583Z] nexus3.edgexfoundry.org:10003 [2023-02-02T13:53:28.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:53:28.713Z] Removing intermediate container 2497a1f46b61 [2023-02-02T13:53:28.714Z] ---> 05917d09fcea [2023-02-02T13:53:28.714Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-02T13:53:28.714Z] Successfully built 05917d09fcea [2023-02-02T13:53:28.714Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:53:28.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:53:28.850Z] Configure a credential helper to remove this warning. See [2023-02-02T13:53:28.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:53:28.850Z] [2023-02-02T13:53:28.850Z] Login Succeeded [2023-02-02T13:53:28.850Z] nexus3.edgexfoundry.org:10004 [2023-02-02T13:53:29.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:53:29.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:53:29.119Z] Configure a credential helper to remove this warning. See [2023-02-02T13:53:29.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:53:29.119Z] [2023-02-02T13:53:29.119Z] Login Succeeded [2023-02-02T13:53:29.119Z] docker.io [2023-02-02T13:53:29.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T13:53:29.124Z] [2023-02-02T13:53:29.124Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:53:29.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T13:53:29.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T13:53:29.441Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-02T13:53:29.441Z] 5eb5b503b376: Pulling fs layer [2023-02-02T13:53:29.441Z] 5c69ac0246d0: Pulling fs layer [2023-02-02T13:53:29.441Z] ec43610c2a17: Pulling fs layer [2023-02-02T13:53:29.441Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-02T13:53:29.441Z] 33b1e0a273af: Pulling fs layer [2023-02-02T13:53:29.441Z] 5d3b04190fa2: Pulling fs layer [2023-02-02T13:53:29.441Z] 2f39f015ded8: Pulling fs layer [2023-02-02T13:53:29.441Z] 3a2ae6a8a46f: Waiting [2023-02-02T13:53:29.441Z] 5d3b04190fa2: Waiting [2023-02-02T13:53:29.441Z] 2f39f015ded8: Waiting [2023-02-02T13:53:29.441Z] 33b1e0a273af: Waiting [2023-02-02T13:53:29.441Z] 5c69ac0246d0: Verifying Checksum [2023-02-02T13:53:29.442Z] 5c69ac0246d0: Download complete [2023-02-02T13:53:29.442Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-02T13:53:29.442Z] 3a2ae6a8a46f: Download complete [2023-02-02T13:53:29.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T13:53:29.656Z] Configure a credential helper to remove this warning. See [2023-02-02T13:53:29.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T13:53:29.656Z] [2023-02-02T13:53:29.656Z] Login Succeeded [2023-02-02T13:53:29.656Z] ---> docker-login.sh ends [Pipeline] } [2023-02-02T13:53:29.672Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-02-02T13:53:29.704Z] 33b1e0a273af: Verifying Checksum [2023-02-02T13:53:29.704Z] 33b1e0a273af: Download complete [2023-02-02T13:53:29.704Z] 5d3b04190fa2: Verifying Checksum [2023-02-02T13:53:29.704Z] 5d3b04190fa2: Download complete [2023-02-02T13:53:29.704Z] ec43610c2a17: Verifying Checksum [2023-02-02T13:53:29.704Z] ec43610c2a17: Download complete [Pipeline] echo [2023-02-02T13:53:29.925Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T13:53:29.945Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T13:53:29.959Z] ========================================================= [2023-02-02T13:53:29.959Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-02T13:53:29.959Z] ========================================================= [Pipeline] fileExists [2023-02-02T13:53:29.968Z] 5eb5b503b376: Verifying Checksum [2023-02-02T13:53:29.968Z] 5eb5b503b376: Download complete [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:53:30.322Z] + 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.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-02T13:53:30.536Z] 2f39f015ded8: Verifying Checksum [2023-02-02T13:53:30.536Z] 2f39f015ded8: Download complete [2023-02-02T13:53:30.592Z] Sending build context to Docker daemon 5.622MB [2023-02-02T13:53:30.592Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-02T13:53:30.592Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-02T13:53:30.865Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-02T13:53:30.865Z] 9b18e9b68314: Pulling fs layer [2023-02-02T13:53:30.865Z] 35d82f9e3411: Pulling fs layer [2023-02-02T13:53:30.865Z] e16973657156: Pulling fs layer [2023-02-02T13:53:30.865Z] fc693d55d65f: Pulling fs layer [2023-02-02T13:53:30.865Z] 7e9fc2657dce: Pulling fs layer [2023-02-02T13:53:30.865Z] dda99020689f: Pulling fs layer [2023-02-02T13:53:30.865Z] db1c61fa0a46: Pulling fs layer [2023-02-02T13:53:30.865Z] 891c053d2c06: Pulling fs layer [2023-02-02T13:53:30.865Z] fc693d55d65f: Waiting [2023-02-02T13:53:30.865Z] 7e9fc2657dce: Waiting [2023-02-02T13:53:30.865Z] dda99020689f: Waiting [2023-02-02T13:53:30.865Z] db1c61fa0a46: Waiting [2023-02-02T13:53:30.865Z] 891c053d2c06: Waiting [2023-02-02T13:53:30.865Z] e16973657156: Download complete [2023-02-02T13:53:30.865Z] 35d82f9e3411: Verifying Checksum [2023-02-02T13:53:30.865Z] 35d82f9e3411: Download complete [2023-02-02T13:53:30.865Z] 7e9fc2657dce: Download complete [2023-02-02T13:53:30.865Z] dda99020689f: Verifying Checksum [2023-02-02T13:53:30.865Z] dda99020689f: Download complete [2023-02-02T13:53:30.865Z] 9b18e9b68314: Verifying Checksum [2023-02-02T13:53:30.865Z] 9b18e9b68314: Download complete [2023-02-02T13:53:31.104Z] 5eb5b503b376: Pull complete [2023-02-02T13:53:31.105Z] 5c69ac0246d0: Pull complete [2023-02-02T13:53:31.671Z] ec43610c2a17: Pull complete [2023-02-02T13:53:31.671Z] 3a2ae6a8a46f: Pull complete [2023-02-02T13:53:31.834Z] 9b18e9b68314: Pull complete [2023-02-02T13:53:31.930Z] 33b1e0a273af: Pull complete [2023-02-02T13:53:31.930Z] 5d3b04190fa2: Pull complete [2023-02-02T13:53:32.103Z] 891c053d2c06: Verifying Checksum [2023-02-02T13:53:32.103Z] 891c053d2c06: Download complete [2023-02-02T13:53:32.376Z] 35d82f9e3411: Pull complete [2023-02-02T13:53:32.650Z] e16973657156: Pull complete [2023-02-02T13:53:33.247Z] db1c61fa0a46: Verifying Checksum [2023-02-02T13:53:33.247Z] db1c61fa0a46: Download complete [2023-02-02T13:53:33.837Z] fc693d55d65f: Verifying Checksum [2023-02-02T13:53:33.837Z] fc693d55d65f: Download complete [2023-02-02T13:53:36.117Z] 2f39f015ded8: Pull complete [2023-02-02T13:53:36.117Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-02T13:53:36.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T13:53:36.117Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T13:53:36.204Z] prd-ubuntu20.04-docker-8c-8g-4372 does not seem to be running inside a container [2023-02-02T13:53:36.238Z] $ 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/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@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 [2023-02-02T13:53:42.207Z] $ docker top aed2e9cacf964cc647528ac5e7560efe84fcd643277f5ed5b6c9c065656396fe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T13:53:42.605Z] ---> job-cost.sh [2023-02-02T13:53:42.606Z] lf-activate-venv: SKIPPING [2023-02-02T13:53:42.606Z] INFO: No Stack... [2023-02-02T13:53:42.863Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-02T13:53:43.122Z] INFO: Archiving Costs [Pipeline] sh [2023-02-02T13:53:43.414Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-02T13:53:43.414Z] + cut -d, -f6 [Pipeline] lock [2023-02-02T13:53:43.429Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-145-stack-cost] [2023-02-02T13:53:43.434Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-145-stack-cost] did not exist. Created. [2023-02-02T13:53:43.435Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-145-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-02T13:53:43.736Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-02T13:53:43.775Z] Stashed 1 file(s) [Pipeline] } [2023-02-02T13:53:43.782Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-145-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-02T13:53:43.801Z] $ docker stop --time=1 aed2e9cacf964cc647528ac5e7560efe84fcd643277f5ed5b6c9c065656396fe [2023-02-02T13:53:44.955Z] $ docker rm -f --volumes aed2e9cacf964cc647528ac5e7560efe84fcd643277f5ed5b6c9c065656396fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-02T13:53:46.164Z] fc693d55d65f: Pull complete [2023-02-02T13:53:46.164Z] 7e9fc2657dce: Pull complete [2023-02-02T13:53:46.164Z] dda99020689f: Pull complete [2023-02-02T13:53:52.839Z] db1c61fa0a46: Pull complete [2023-02-02T13:53:54.264Z] 891c053d2c06: Pull complete [2023-02-02T13:53:54.264Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-02T13:53:54.264Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-02T13:53:54.264Z] ---> f96f9c87975a [2023-02-02T13:53:54.264Z] Step 3/10 : ARG MAKE=make build [2023-02-02T13:53:56.220Z] ---> Running in 8ef61bc970dc [2023-02-02T13:53:56.220Z] Removing intermediate container 8ef61bc970dc [2023-02-02T13:53:56.220Z] ---> d0f081abb9e0 [2023-02-02T13:53:56.220Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-02T13:53:56.220Z] ---> Running in dc5ed9354dd5 [2023-02-02T13:53:56.487Z] Removing intermediate container dc5ed9354dd5 [2023-02-02T13:53:56.487Z] ---> e9f2d604a2d3 [2023-02-02T13:53:56.487Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-02T13:53:56.764Z] ---> Running in 435c936b8e43 [2023-02-02T13:53:57.034Z] Removing intermediate container 435c936b8e43 [2023-02-02T13:53:57.034Z] ---> 3bf241679ecb [2023-02-02T13:53:57.034Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-02T13:53:57.034Z] ---> Running in e90690215fa3 [2023-02-02T13:53:58.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T13:53:58.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T13:53:59.405Z] OK: 221 MiB in 51 packages [2023-02-02T13:54:00.363Z] Removing intermediate container e90690215fa3 [2023-02-02T13:54:00.363Z] ---> 9f3b37bd5885 [2023-02-02T13:54:00.363Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-02T13:54:00.631Z] ---> 712a5a863dd1 [2023-02-02T13:54:00.631Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T13:54:00.631Z] ---> Running in 8653521f348a [2023-02-02T13:55:08.605Z] Removing intermediate container 8653521f348a [2023-02-02T13:55:08.605Z] ---> 8b152c77c868 [2023-02-02T13:55:08.605Z] Step 9/10 : COPY . . [2023-02-02T13:55:08.605Z] ---> 36ceca198fbd [2023-02-02T13:55:08.605Z] Step 10/10 : RUN ${MAKE} [2023-02-02T13:55:08.605Z] ---> Running in 191ff11985ae [2023-02-02T13:55:08.605Z] noop [2023-02-02T13:55:08.605Z] Removing intermediate container 191ff11985ae [2023-02-02T13:55:08.605Z] ---> 98ec29844564 [2023-02-02T13:55:08.605Z] Successfully built 98ec29844564 [2023-02-02T13:55:08.605Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:55:08.950Z] + docker inspect -f . ci-base-image-arm64 [2023-02-02T13:55:08.950Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T13:55:09.126Z] prd-ubuntu20.04-docker-arm64-4c-16g-4373 does not seem to be running inside a container [2023-02-02T13:55:09.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@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 ******** ci-base-image-arm64 cat [2023-02-02T13:55:10.713Z] $ docker top 224033e121ada78b46abea5d84d01027c7cc6c9a868250df3483814497df7784 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T13:55:11.531Z] + go version [2023-02-02T13:55:11.531Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-02T13:55:11.553Z] $ docker stop --time=1 224033e121ada78b46abea5d84d01027c7cc6c9a868250df3483814497df7784 [2023-02-02T13:55:13.167Z] $ docker rm -f --volumes 224033e121ada78b46abea5d84d01027c7cc6c9a868250df3483814497df7784 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:55:13.687Z] + docker inspect -f . ci-base-image-arm64 [2023-02-02T13:55:13.687Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T13:55:13.861Z] prd-ubuntu20.04-docker-arm64-4c-16g-4373 does not seem to be running inside a container [2023-02-02T13:55:13.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@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 ******** ci-base-image-arm64 cat [2023-02-02T13:55:15.085Z] $ docker top b8956cec76eca4dd3bb5c525d9f4342f3f22163d1b2e5fbf8b797b52bdfc7089 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T13:55:15.892Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/145 [Pipeline] fileExists [Pipeline] sh [2023-02-02T13:55:16.226Z] + make test [2023-02-02T13:55:16.495Z] go test -race -coverprofile=coverage.out ./... [2023-02-02T13:55:48.712Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-02T13:57:40.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-02T13:57:40.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-02T13:57:40.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-02T13:57:40.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-02T13:57:40.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-02T13:57:40.617Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.411s coverage: 27.6% of statements [2023-02-02T13:57:41.201Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.343s coverage: 78.9% of statements [2023-02-02T13:57:41.201Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-02T13:57:46.533Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.331s coverage: 73.6% of statements [2023-02-02T13:57:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-02T13:57:46.533Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-02T13:57:49.103Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.755s coverage: 59.8% of statements [2023-02-02T13:57:49.103Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-02T13:57:49.103Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-02T13:57:49.103Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-02T13:57:49.103Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.541s coverage: 65.1% of statements [2023-02-02T13:57:49.103Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-02T13:57:49.103Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-02T13:57:49.369Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 4.666s coverage: 89.2% of statements [2023-02-02T13:57:49.369Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-02T13:57:49.952Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.263s coverage: 4.6% of statements [2023-02-02T13:57:49.952Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-02T13:57:50.913Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-02T13:57:50.913Z] GO111MODULE=on go vet ./... [2023-02-02T13:59:27.564Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-02T13:59:27.564Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-02T13:59:27.564Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-02T13:59:27.582Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-02T13:59:27.597Z] $ docker stop --time=1 b8956cec76eca4dd3bb5c525d9f4342f3f22163d1b2e5fbf8b797b52bdfc7089 [2023-02-02T13:59:29.480Z] $ docker rm -f --volumes b8956cec76eca4dd3bb5c525d9f4342f3f22163d1b2e5fbf8b797b52bdfc7089 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T13:59:30.714Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-02T13:59:30.737Z] Warning: overwriting stash ‘coverage-report’ [2023-02-02T13:59:31.241Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-02T13:59:31.629Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-02T13:59:31.940Z] + ls -al . [2023-02-02T13:59:31.940Z] total 268 [2023-02-02T13:59:31.940Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 2 13:55 . [2023-02-02T13:59:31.940Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 13:53 .. [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 2 13:53 .dockerignore [2023-02-02T13:59:31.940Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 2 13:53 .git [2023-02-02T13:59:31.940Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 13:53 .github [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 2 13:53 .gitignore [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 2 13:53 .golangci.yml [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 2 13:53 CHANGELOG.md [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 2 13:53 GOVERNANCE.md [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 2 13:53 Jenkinsfile [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 2 13:53 LICENSE [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 2 13:53 Makefile [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 2 13:53 OWNERS.md [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 2 13:53 README.md [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 2 13:51 VERSION [2023-02-02T13:59:31.940Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 13:53 bin [2023-02-02T13:59:31.940Z] -rw-r--r-- 1 jenkins jenkins 100730 Feb 2 13:57 coverage.out [2023-02-02T13:59:31.940Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 2 13:53 example [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 2 13:53 go.mod [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 34396 Feb 2 13:53 go.sum [2023-02-02T13:59:31.940Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 2 13:53 internal [2023-02-02T13:59:31.940Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 2 13:53 openapi [2023-02-02T13:59:31.940Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 2 13:53 pkg [2023-02-02T13:59:31.940Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 13:53 snap [2023-02-02T13:59:31.940Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 2 13:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T13:59:32.272Z] + 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=55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 --label arch=arm64 --label version=3.0.0-dev.15 . [2023-02-02T13:59:32.537Z] Sending build context to Docker daemon 5.724MB [2023-02-02T13:59:32.537Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-02T13:59:32.537Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-02T13:59:32.537Z] ---> 98ec29844564 [2023-02-02T13:59:32.537Z] Step 3/23 : ARG MAKE=make build [2023-02-02T13:59:32.801Z] ---> Running in a4aad4bda036 [2023-02-02T13:59:33.068Z] Removing intermediate container a4aad4bda036 [2023-02-02T13:59:33.068Z] ---> 65a7018bac65 [2023-02-02T13:59:33.068Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-02T13:59:33.068Z] ---> Running in ddec00dd813a [2023-02-02T13:59:33.339Z] Removing intermediate container ddec00dd813a [2023-02-02T13:59:33.339Z] ---> d45318058194 [2023-02-02T13:59:33.339Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-02T13:59:33.339Z] ---> Running in 7c21a671d3d9 [2023-02-02T13:59:33.620Z] Removing intermediate container 7c21a671d3d9 [2023-02-02T13:59:33.620Z] ---> 45ea0ba99b71 [2023-02-02T13:59:33.620Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-02T13:59:33.890Z] ---> Running in 368b5f7fecd3 [2023-02-02T13:59:34.847Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T13:59:35.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T13:59:36.065Z] OK: 221 MiB in 51 packages [2023-02-02T13:59:37.020Z] Removing intermediate container 368b5f7fecd3 [2023-02-02T13:59:37.020Z] ---> 6618590d1aea [2023-02-02T13:59:37.020Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-02T13:59:37.600Z] ---> 4a6c09cc7058 [2023-02-02T13:59:37.600Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T13:59:37.600Z] ---> Running in 27218e2cfdaf [2023-02-02T13:59:40.171Z] Removing intermediate container 27218e2cfdaf [2023-02-02T13:59:40.171Z] ---> d8098a4f57a2 [2023-02-02T13:59:40.171Z] Step 9/23 : COPY . . [2023-02-02T13:59:41.129Z] ---> 39e16bb6a215 [2023-02-02T13:59:41.129Z] Step 10/23 : RUN ${MAKE} [2023-02-02T13:59:41.129Z] ---> Running in 3bffcde9b17d [2023-02-02T13:59:42.086Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.15" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-02T14:01:48.892Z] Removing intermediate container 3bffcde9b17d [2023-02-02T14:01:48.892Z] ---> a4abf742036a [2023-02-02T14:01:48.892Z] Step 11/23 : FROM alpine:3.16 [2023-02-02T14:01:48.892Z] 3.16: Pulling from library/alpine [2023-02-02T14:01:48.892Z] 6875df1f5354: Pulling fs layer [2023-02-02T14:01:48.892Z] 6875df1f5354: Verifying Checksum [2023-02-02T14:01:48.892Z] 6875df1f5354: Download complete [2023-02-02T14:01:48.892Z] 6875df1f5354: Pull complete [2023-02-02T14:01:48.892Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-02T14:01:48.892Z] Status: Downloaded newer image for alpine:3.16 [2023-02-02T14:01:48.892Z] ---> 2b4661558fb8 [2023-02-02T14:01:48.892Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-02T14:01:48.892Z] ---> Running in 86ad52214799 [2023-02-02T14:01:48.892Z] Removing intermediate container 86ad52214799 [2023-02-02T14:01:48.892Z] ---> 6d3830eb202c [2023-02-02T14:01:48.892Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-02T14:01:48.892Z] ---> Running in b08371e13aa9 [2023-02-02T14:01:48.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T14:01:48.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T14:01:48.892Z] OK: 5 MiB in 14 packages [2023-02-02T14:01:48.892Z] Removing intermediate container b08371e13aa9 [2023-02-02T14:01:48.892Z] ---> c60bf2520dcc [2023-02-02T14:01:48.892Z] Step 14/23 : WORKDIR / [2023-02-02T14:01:48.892Z] ---> Running in 3171d3d85129 [2023-02-02T14:01:48.892Z] Removing intermediate container 3171d3d85129 [2023-02-02T14:01:48.892Z] ---> 05fcda2fffbe [2023-02-02T14:01:48.892Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-02T14:01:48.892Z] ---> 8f9d4147c1ca [2023-02-02T14:01:48.892Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-02T14:01:48.892Z] ---> eb9d8660b886 [2023-02-02T14:01:48.892Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-02T14:01:48.892Z] ---> fa1d2a05566a [2023-02-02T14:01:48.892Z] Step 18/23 : EXPOSE 59999 [2023-02-02T14:01:48.892Z] ---> Running in 9616156247a4 [2023-02-02T14:01:48.892Z] Removing intermediate container 9616156247a4 [2023-02-02T14:01:48.892Z] ---> ac8f478a98ec [2023-02-02T14:01:48.892Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-02T14:01:48.892Z] ---> Running in 6a8dbf74a70e [2023-02-02T14:01:48.892Z] Removing intermediate container 6a8dbf74a70e [2023-02-02T14:01:48.892Z] ---> a03ef1eea7a7 [2023-02-02T14:01:48.892Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T14:01:48.892Z] ---> Running in 1c812a8adb5d [2023-02-02T14:01:48.892Z] Removing intermediate container 1c812a8adb5d [2023-02-02T14:01:48.892Z] ---> 4d13440542ec [2023-02-02T14:01:48.892Z] Step 21/23 : LABEL arch=arm64 [2023-02-02T14:01:48.892Z] ---> Running in b32629fde8f0 [2023-02-02T14:01:48.892Z] Removing intermediate container b32629fde8f0 [2023-02-02T14:01:48.892Z] ---> 67a5df881408 [2023-02-02T14:01:48.892Z] Step 22/23 : LABEL git_sha=55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 [2023-02-02T14:01:48.892Z] ---> Running in ff0e13d08435 [2023-02-02T14:01:48.892Z] Removing intermediate container ff0e13d08435 [2023-02-02T14:01:48.892Z] ---> 53e2cf1b4771 [2023-02-02T14:01:48.892Z] Step 23/23 : LABEL version=3.0.0-dev.15 [2023-02-02T14:01:48.892Z] ---> Running in 2058b437598a [2023-02-02T14:01:48.892Z] Removing intermediate container 2058b437598a [2023-02-02T14:01:48.892Z] ---> 98f5a0c51f7e [2023-02-02T14:01:48.892Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-02T14:01:48.892Z] Successfully built 98f5a0c51f7e [2023-02-02T14:01:48.892Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T14:01:49.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-02T14:01:49.304Z] [2023-02-02T14:01:49.304Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T14:01:49.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-02T14:01:49.635Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-02T14:01:49.635Z] 8998bd30e6a1: Pulling fs layer [2023-02-02T14:01:49.635Z] 04944245beec: Pulling fs layer [2023-02-02T14:01:49.635Z] 699f458cf7ca: Pulling fs layer [2023-02-02T14:01:49.635Z] 765212b225bb: Pulling fs layer [2023-02-02T14:01:49.635Z] f23df028b6ca: Pulling fs layer [2023-02-02T14:01:49.635Z] d65c8cfc05b1: Pulling fs layer [2023-02-02T14:01:49.635Z] 2437ff75d9bd: Pulling fs layer [2023-02-02T14:01:49.635Z] f23df028b6ca: Waiting [2023-02-02T14:01:49.635Z] d65c8cfc05b1: Waiting [2023-02-02T14:01:49.635Z] 2437ff75d9bd: Waiting [2023-02-02T14:01:49.635Z] 765212b225bb: Waiting [2023-02-02T14:01:49.904Z] 04944245beec: Verifying Checksum [2023-02-02T14:01:49.904Z] 04944245beec: Download complete [2023-02-02T14:01:49.904Z] 765212b225bb: Verifying Checksum [2023-02-02T14:01:49.904Z] 765212b225bb: Download complete [2023-02-02T14:01:49.904Z] f23df028b6ca: Verifying Checksum [2023-02-02T14:01:49.904Z] f23df028b6ca: Download complete [2023-02-02T14:01:49.904Z] d65c8cfc05b1: Verifying Checksum [2023-02-02T14:01:49.904Z] d65c8cfc05b1: Download complete [2023-02-02T14:01:50.174Z] 699f458cf7ca: Verifying Checksum [2023-02-02T14:01:50.174Z] 699f458cf7ca: Download complete [2023-02-02T14:01:50.445Z] 8998bd30e6a1: Verifying Checksum [2023-02-02T14:01:50.445Z] 8998bd30e6a1: Download complete [2023-02-02T14:01:53.043Z] 2437ff75d9bd: Verifying Checksum [2023-02-02T14:01:53.043Z] 2437ff75d9bd: Download complete [2023-02-02T14:01:54.453Z] 8998bd30e6a1: Pull complete [2023-02-02T14:01:54.722Z] 04944245beec: Pull complete [2023-02-02T14:01:58.064Z] 699f458cf7ca: Pull complete [2023-02-02T14:01:58.064Z] 765212b225bb: Pull complete [2023-02-02T14:01:59.026Z] f23df028b6ca: Pull complete [2023-02-02T14:01:59.294Z] d65c8cfc05b1: Pull complete [2023-02-02T14:02:14.288Z] 2437ff75d9bd: Pull complete [2023-02-02T14:02:14.289Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-02T14:02:14.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-02T14:02:14.289Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T14:02:14.471Z] prd-ubuntu20.04-docker-arm64-4c-16g-4373 does not seem to be running inside a container [2023-02-02T14:02:14.538Z] $ 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/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-02T14:02:17.162Z] $ docker top f2efe552c46fe41dee9d23ef4346279f0f7fa2913479e873f9e98d32a0697914 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:02:18.016Z] ---> job-cost.sh [2023-02-02T14:02:18.016Z] lf-activate-venv: SKIPPING [2023-02-02T14:02:18.016Z] INFO: No Stack... [2023-02-02T14:02:18.606Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-02T14:02:19.568Z] INFO: Archiving Costs [Pipeline] sh [2023-02-02T14:02:20.202Z] + cat /w/workspace/device-sdk-go/145/archives/cost.csv [2023-02-02T14:02:20.202Z] + cut -d, -f6 [Pipeline] lock [2023-02-02T14:02:20.261Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-145-stack-cost] [2023-02-02T14:02:20.270Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-145-stack-cost] did not exist. Created. [2023-02-02T14:02:20.270Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-145-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-02T14:02:20.920Z] /w/workspace/device-sdk-go/145@tmp/durable-1cada124/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-02T14:02:21.256Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-02T14:02:21.279Z] Warning: overwriting stash ‘stack-cost’ [2023-02-02T14:02:21.349Z] Stashed 1 file(s) [Pipeline] } [2023-02-02T14:02:21.355Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-145-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-02T14:02:21.371Z] $ docker stop --time=1 f2efe552c46fe41dee9d23ef4346279f0f7fa2913479e873f9e98d32a0697914 [2023-02-02T14:02:22.870Z] $ docker rm -f --volumes f2efe552c46fe41dee9d23ef4346279f0f7fa2913479e873f9e98d32a0697914 [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 [2023-02-02T14:02:23.234Z] provisioning config files... [2023-02-02T14:02:23.241Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config231141311067608852tmp [Pipeline] { [Pipeline] sh [2023-02-02T14:02:23.530Z] + set +x [2023-02-02T14:02:23.530Z] + curl -s https://codecov.io/bash [2023-02-02T14:02:23.530Z] + bash -s -- [2023-02-02T14:02:23.530Z] [2023-02-02T14:02:23.530Z] _____ _ [2023-02-02T14:02:23.530Z] / ____| | | [2023-02-02T14:02:23.530Z] | | ___ __| | ___ ___ _____ __ [2023-02-02T14:02:23.530Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-02T14:02:23.530Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-02T14:02:23.530Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-02T14:02:23.530Z] Bash-1.0.6 [2023-02-02T14:02:23.530Z] [2023-02-02T14:02:23.530Z] [2023-02-02T14:02:23.530Z] ==> git version 2.25.1 found [2023-02-02T14:02:23.530Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-02T14:02:23.530Z] Release-Date: 2020-01-08 [2023-02-02T14:02:23.530Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-02T14:02:23.530Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-02T14:02:23.530Z] ==> Jenkins CI detected. [2023-02-02T14:02:23.530Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-02T14:02:23.530Z] project root: . [2023-02-02T14:02:23.530Z] --> token set from env [2023-02-02T14:02:23.531Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-02T14:02:23.789Z] ==> Running gcov in . (disable via -X gcov) [2023-02-02T14:02:23.789Z] ==> Python coveragepy not found [2023-02-02T14:02:23.789Z] ==> Searching for coverage reports in: [2023-02-02T14:02:23.789Z] + . [2023-02-02T14:02:23.789Z] -> Found 1 reports [2023-02-02T14:02:23.789Z] ==> Detecting git/mercurial file structure [2023-02-02T14:02:23.789Z] ==> Reading reports [2023-02-02T14:02:23.789Z] + ./coverage.out bytes=100730 [2023-02-02T14:02:23.789Z] ==> Appending adjustments [2023-02-02T14:02:23.789Z] https://docs.codecov.io/docs/fixing-reports [2023-02-02T14:02:24.048Z] + Found adjustments [2023-02-02T14:02:24.049Z] ==> Gzipping contents [2023-02-02T14:02:24.049Z] 16K /tmp/codecov.pWhyQU.gz [2023-02-02T14:02:24.049Z] ==> Uploading reports [2023-02-02T14:02:24.049Z] url: https://codecov.io [2023-02-02T14:02:24.049Z] query: branch=main&commit=55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3&build=145&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F145%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-02T14:02:24.049Z] -> Pinging Codecov [2023-02-02T14:02:24.049Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=main&commit=55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3&build=145&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F145%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-02T14:02:24.308Z] -> Uploading to [2023-02-02T14:02:24.308Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-02/7E55EF52A471D76F132DFD9A03CDDE97/55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3/142d91b4-1a59-4859-93d3-495e80e0ed85.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230202T140224Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9f594ab8542d0eedb34f5327549da656edfd6be624c681306fe90e6977834f9f [2023-02-02T14:02:24.308Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T14:02:24.308Z] Dload Upload Total Spent Left Speed [2023-02-02T14:02:24.877Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14541 0 0 100 14541 0 50842 --:--:-- --:--:-- --:--:-- 50665 100 14541 0 0 100 14541 0 50842 --:--:-- --:--:-- --:--:-- 50665 [2023-02-02T14:02:24.877Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 [Pipeline] } [2023-02-02T14:02:24.884Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-02T14:02:25.099Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-02T14:02:25.113Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T14:02:25.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-02T14:02:25.417Z] [2023-02-02T14:02:25.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T14:02:25.715Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-02T14:02:25.715Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-02T14:02:25.715Z] df9b9388f04a: Pulling fs layer [2023-02-02T14:02:25.715Z] 52dc419b0ee2: Pulling fs layer [2023-02-02T14:02:25.715Z] 25bc292e5bac: Pulling fs layer [2023-02-02T14:02:25.715Z] 114826534d7a: Pulling fs layer [2023-02-02T14:02:25.715Z] 4657fd5d0bcf: Pulling fs layer [2023-02-02T14:02:25.715Z] 6ad1cebc031e: Pulling fs layer [2023-02-02T14:02:25.715Z] 8a3aa393b2d8: Pulling fs layer [2023-02-02T14:02:25.715Z] 4657fd5d0bcf: Waiting [2023-02-02T14:02:25.715Z] 6ad1cebc031e: Waiting [2023-02-02T14:02:25.715Z] 8a3aa393b2d8: Waiting [2023-02-02T14:02:25.715Z] 114826534d7a: Waiting [2023-02-02T14:02:25.715Z] 25bc292e5bac: Verifying Checksum [2023-02-02T14:02:25.715Z] 25bc292e5bac: Download complete [2023-02-02T14:02:25.715Z] 52dc419b0ee2: Verifying Checksum [2023-02-02T14:02:25.715Z] 52dc419b0ee2: Download complete [2023-02-02T14:02:25.715Z] 4657fd5d0bcf: Verifying Checksum [2023-02-02T14:02:25.715Z] 4657fd5d0bcf: Download complete [2023-02-02T14:02:25.715Z] df9b9388f04a: Download complete [2023-02-02T14:02:25.976Z] df9b9388f04a: Pull complete [2023-02-02T14:02:26.240Z] 52dc419b0ee2: Pull complete [2023-02-02T14:02:26.240Z] 6ad1cebc031e: Verifying Checksum [2023-02-02T14:02:26.240Z] 6ad1cebc031e: Download complete [2023-02-02T14:02:26.240Z] 25bc292e5bac: Pull complete [2023-02-02T14:02:27.229Z] 114826534d7a: Verifying Checksum [2023-02-02T14:02:27.229Z] 114826534d7a: Download complete [2023-02-02T14:02:27.487Z] 8a3aa393b2d8: Verifying Checksum [2023-02-02T14:02:27.487Z] 8a3aa393b2d8: Download complete [2023-02-02T14:02:30.767Z] 114826534d7a: Pull complete [2023-02-02T14:02:30.767Z] 4657fd5d0bcf: Pull complete [2023-02-02T14:02:31.024Z] 6ad1cebc031e: Pull complete [2023-02-02T14:02:33.550Z] 8a3aa393b2d8: Pull complete [2023-02-02T14:02:33.550Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-02T14:02:33.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-02T14:02:33.551Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T14:02:33.627Z] prd-ubuntu20.04-docker-8c-8g-4372 does not seem to be running inside a container [2023-02-02T14:02:33.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@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-devops/edgex-snyk-go:1.410.4 cat [2023-02-02T14:02:38.980Z] $ docker top b560255e113186ce336b5ebb5f4c419d8b44250d208cc9fc324cc1c7d2e08954 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-02T14:02:39.040Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-02T14:02:39.318Z] + set -o pipefail [2023-02-02T14:02:39.318Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-02T14:02:43.514Z] [2023-02-02T14:02:43.514Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-02T14:02:43.514Z] [2023-02-02T14:02:43.514Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/f231c2b4-8905-424b-ad5a-c5988655ad5f [2023-02-02T14:02:43.514Z] [2023-02-02T14:02:43.514Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-02T14:02:43.514Z] [2023-02-02T14:02:43.772Z] [2023-02-02T14:02:43.772Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-02T14:02:43.772Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-02T14:02:43.772Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-02T14:02:43.788Z] $ docker stop --time=1 b560255e113186ce336b5ebb5f4c419d8b44250d208cc9fc324cc1c7d2e08954 [2023-02-02T14:02:48.262Z] $ docker rm -f --volumes b560255e113186ce336b5ebb5f4c419d8b44250d208cc9fc324cc1c7d2e08954 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-02T14:02:48.624Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T14:02:48.642Z] provisioning config files... [2023-02-02T14:02:48.650Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4829587261802646354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:02:48.949Z] --> edgex-publish-swagger.sh [2023-02-02T14:02:48.949Z] === Publish openapi/v3 API === [2023-02-02T14:02:48.949Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-02T14:02:48.949Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-02T14:02:48.949Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T14:02:48.949Z] Dload Upload Total Spent Left Speed [2023-02-02T14:02:49.209Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47132 100 38 100 47094 101 122k --:--:-- --:--:-- --:--:-- 122k [2023-02-02T14:02:49.209Z] {"code":403,"message":"Access Denied"} [2023-02-02T14:02:49.209Z] [Pipeline] } [2023-02-02T14:02:49.216Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-02T14:02:49.633Z] + git log --format=format:%s -1 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 [Pipeline] sh [2023-02-02T14:02:49.926Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T14:02:49.926Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T14:02:50.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T14:02:50.229Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T14:02:50.297Z] prd-ubuntu20.04-docker-8c-8g-4372 does not seem to be running inside a container [2023-02-02T14:02:50.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-02T14:02:50.820Z] $ docker top b0ab4eae530a4c917d74ba7683819f883cb0d9352f2439af122d87eb614bfa7b -eo pid,comm [2023-02-02T14:02:50.856Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-02T14:02:50.856Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T14:02:50.958Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T14:02:50.958Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T14:02:51.064Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T14:02:51.073Z] $ docker exec b0ab4eae530a4c917d74ba7683819f883cb0d9352f2439af122d87eb614bfa7b ssh-agent [2023-02-02T14:02:51.167Z] SSH_AUTH_SOCK=/tmp/ssh-Chn4D82UYgkE/agent.32 [2023-02-02T14:02:51.167Z] SSH_AGENT_PID=38 [2023-02-02T14:02:51.171Z] Running ssh-add (command line suppressed) [2023-02-02T14:02:51.267Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2721949186050700612.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2721949186050700612.key) [2023-02-02T14:02:51.271Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T14:02:51.557Z] + git semver tag [2023-02-02T14:02:51.816Z] 2023-02-02 14:02:51,737 [run_tag] DEBUG tag force:False [2023-02-02T14:02:51.816Z] 2023-02-02 14:02:51,737 [check_head_tag] DEBUG check head tag [2023-02-02T14:02:51.816Z] 2023-02-02 14:02:51,739 [execute] INFO git cat-file --batch-check [2023-02-02T14:02:51.816Z] 2023-02-02 14:02:51,739 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-02T14:02:51.816Z] 2023-02-02 14:02:51,743 [execute] INFO git cat-file --batch [2023-02-02T14:02:51.816Z] 2023-02-02 14:02:51,743 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-02T14:02:51.816Z] 2023-02-02 14:02:51,765 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T14:02:51.816Z] 2023-02-02 14:02:51,765 [execute] INFO git tag -a v3.0.0-dev.15 -m v3.0.0-dev.15 [2023-02-02T14:02:51.816Z] 2023-02-02 14:02:51,766 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.15', '-m', 'v3.0.0-dev.15'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-02T14:02:51.816Z] 2023-02-02 14:02:51,770 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T14:02:51.816Z] 3.0.0-dev.15 [Pipeline] } [2023-02-02T14:02:51.832Z] $ docker exec --env ******** --env ******** b0ab4eae530a4c917d74ba7683819f883cb0d9352f2439af122d87eb614bfa7b ssh-agent -k [2023-02-02T14:02:51.929Z] unset SSH_AUTH_SOCK; [2023-02-02T14:02:51.929Z] unset SSH_AGENT_PID; [2023-02-02T14:02:51.929Z] echo Agent pid 38 killed; [2023-02-02T14:02:51.934Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T14:02:52.242Z] + git semver [Pipeline] } [2023-02-02T14:02:52.521Z] $ docker stop --time=1 b0ab4eae530a4c917d74ba7683819f883cb0d9352f2439af122d87eb614bfa7b [2023-02-02T14:02:53.959Z] $ docker rm -f --volumes b0ab4eae530a4c917d74ba7683819f883cb0d9352f2439af122d87eb614bfa7b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T14:02:54.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-02T14:02:54.332Z] [2023-02-02T14:02:54.332Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T14:02:54.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-02T14:02:54.633Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-02T14:02:54.633Z] ab5ef0e58194: Pulling fs layer [2023-02-02T14:02:54.633Z] 9712f1f96733: Pulling fs layer [2023-02-02T14:02:54.633Z] 63f879dbbcfc: Pulling fs layer [2023-02-02T14:02:54.633Z] 0d9ebad4ef96: Pulling fs layer [2023-02-02T14:02:54.633Z] e9a5061849ea: Pulling fs layer [2023-02-02T14:02:54.633Z] d747dcd14b5f: Pulling fs layer [2023-02-02T14:02:54.633Z] 2de7ff778b66: Pulling fs layer [2023-02-02T14:02:54.633Z] 0d9ebad4ef96: Waiting [2023-02-02T14:02:54.633Z] e9a5061849ea: Waiting [2023-02-02T14:02:54.633Z] d747dcd14b5f: Waiting [2023-02-02T14:02:54.633Z] 2de7ff778b66: Waiting [2023-02-02T14:02:54.633Z] 9712f1f96733: Verifying Checksum [2023-02-02T14:02:54.633Z] 9712f1f96733: Download complete [2023-02-02T14:02:55.229Z] 63f879dbbcfc: Verifying Checksum [2023-02-02T14:02:55.229Z] 63f879dbbcfc: Download complete [2023-02-02T14:02:55.496Z] e9a5061849ea: Verifying Checksum [2023-02-02T14:02:55.496Z] e9a5061849ea: Download complete [2023-02-02T14:02:55.496Z] d747dcd14b5f: Verifying Checksum [2023-02-02T14:02:55.496Z] d747dcd14b5f: Download complete [2023-02-02T14:02:55.496Z] 0d9ebad4ef96: Verifying Checksum [2023-02-02T14:02:55.496Z] 0d9ebad4ef96: Download complete [2023-02-02T14:02:55.496Z] ab5ef0e58194: Verifying Checksum [2023-02-02T14:02:55.496Z] ab5ef0e58194: Download complete [2023-02-02T14:02:55.753Z] 2de7ff778b66: Verifying Checksum [2023-02-02T14:02:55.754Z] 2de7ff778b66: Download complete [2023-02-02T14:02:58.285Z] ab5ef0e58194: Pull complete [2023-02-02T14:02:58.285Z] 9712f1f96733: Pull complete [2023-02-02T14:02:58.852Z] 63f879dbbcfc: Pull complete [2023-02-02T14:03:03.044Z] 0d9ebad4ef96: Pull complete [2023-02-02T14:03:03.044Z] e9a5061849ea: Pull complete [2023-02-02T14:03:03.044Z] d747dcd14b5f: Pull complete [2023-02-02T14:03:03.614Z] 2de7ff778b66: Pull complete [2023-02-02T14:03:03.614Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-02T14:03:03.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-02T14:03:03.614Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T14:03:03.701Z] prd-ubuntu20.04-docker-8c-8g-4372 does not seem to be running inside a container [2023-02-02T14:03:03.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-02T14:03:10.657Z] $ docker top daf8d2e5e29154bf59387281d561cca0d76f1d8b585a88cf65cbc2839a7df25d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-02T14:03:10.712Z] provisioning config files... [2023-02-02T14:03:10.719Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15535151447872716430tmp [2023-02-02T14:03:10.729Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3856571179080325830tmp [2023-02-02T14:03:10.737Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16264321565775922074tmp [Pipeline] { [Pipeline] echo [2023-02-02T14:03:10.754Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:03:11.035Z] ---> sigul-configuration.sh [2023-02-02T14:03:11.035Z] gpg: directory `/root/.gnupg' created [2023-02-02T14:03:11.035Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-02T14:03:11.035Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-02T14:03:11.035Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-02T14:03:11.035Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-02T14:03:11.035Z] gpg: CAST5 encrypted data [2023-02-02T14:03:11.035Z] gpg: encrypted with 1 passphrase [2023-02-02T14:03:11.035Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-02T14:03:11.321Z] + mkdir /home/jenkins [2023-02-02T14:03:11.321Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-02T14:03:11.605Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-02T14:03:11.613Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:03:11.909Z] ---> sigul-install.sh [2023-02-02T14:03:11.909Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-02T14:03:12.194Z] + git tag --list [2023-02-02T14:03:12.194Z] 0.7.1 [2023-02-02T14:03:12.194Z] delhi-tag [2023-02-02T14:03:12.194Z] v1.0.0 [2023-02-02T14:03:12.194Z] v1.1.0 [2023-02-02T14:03:12.194Z] v1.1.1 [2023-02-02T14:03:12.194Z] v1.1.2 [2023-02-02T14:03:12.194Z] v1.2.0 [2023-02-02T14:03:12.194Z] v1.2.1 [2023-02-02T14:03:12.194Z] v1.2.2 [2023-02-02T14:03:12.194Z] v1.2.3 [2023-02-02T14:03:12.194Z] v1.3.0 [2023-02-02T14:03:12.194Z] v1.4.0 [2023-02-02T14:03:12.194Z] v2.0.0 [2023-02-02T14:03:12.194Z] v2.1.0 [2023-02-02T14:03:12.194Z] v2.1.1 [2023-02-02T14:03:12.194Z] v2.1.1-dev.2 [2023-02-02T14:03:12.194Z] v2.1.1-dev.3 [2023-02-02T14:03:12.194Z] v2.2.0 [2023-02-02T14:03:12.194Z] v2.2.1-dev.1 [2023-02-02T14:03:12.194Z] v2.2.1-dev.10 [2023-02-02T14:03:12.194Z] v2.2.1-dev.11 [2023-02-02T14:03:12.194Z] v2.2.1-dev.12 [2023-02-02T14:03:12.194Z] v2.2.1-dev.13 [2023-02-02T14:03:12.194Z] v2.2.1-dev.14 [2023-02-02T14:03:12.194Z] v2.2.1-dev.2 [2023-02-02T14:03:12.194Z] v2.2.1-dev.3 [2023-02-02T14:03:12.194Z] v2.2.1-dev.4 [2023-02-02T14:03:12.194Z] v2.2.1-dev.5 [2023-02-02T14:03:12.194Z] v2.2.1-dev.6 [2023-02-02T14:03:12.194Z] v2.2.1-dev.7 [2023-02-02T14:03:12.194Z] v2.2.1-dev.8 [2023-02-02T14:03:12.194Z] v2.2.1-dev.9 [2023-02-02T14:03:12.194Z] v2.3.0 [2023-02-02T14:03:12.194Z] v2.3.0-dev.14 [2023-02-02T14:03:12.194Z] v2.3.0-dev.15 [2023-02-02T14:03:12.194Z] v2.3.0-dev.16 [2023-02-02T14:03:12.194Z] v2.3.0-dev.17 [2023-02-02T14:03:12.194Z] v2.3.0-dev.18 [2023-02-02T14:03:12.194Z] v2.3.0-dev.19 [2023-02-02T14:03:12.194Z] v2.3.0-dev.20 [2023-02-02T14:03:12.194Z] v2.3.0-dev.21 [2023-02-02T14:03:12.194Z] v2.3.0-dev.22 [2023-02-02T14:03:12.194Z] v2.3.0-dev.23 [2023-02-02T14:03:12.194Z] v2.3.0-dev.24 [2023-02-02T14:03:12.194Z] v2.3.0-dev.25 [2023-02-02T14:03:12.194Z] v2.3.0-dev.26 [2023-02-02T14:03:12.194Z] v2.3.0-dev.27 [2023-02-02T14:03:12.194Z] v2.3.0-dev.28 [2023-02-02T14:03:12.194Z] v2.3.0-dev.29 [2023-02-02T14:03:12.194Z] v2.3.0-dev.30 [2023-02-02T14:03:12.194Z] v2.3.0-dev.31 [2023-02-02T14:03:12.194Z] v2.3.0-dev.32 [2023-02-02T14:03:12.194Z] v2.3.0-dev.33 [2023-02-02T14:03:12.194Z] v2.3.0-dev.34 [2023-02-02T14:03:12.194Z] v2.3.0-dev.35 [2023-02-02T14:03:12.194Z] v2.3.0-dev.36 [2023-02-02T14:03:12.194Z] v2.3.0-dev.37 [2023-02-02T14:03:12.194Z] v2.3.0-dev.38 [2023-02-02T14:03:12.194Z] v2.3.0-dev.39 [2023-02-02T14:03:12.194Z] v2.3.0-dev.40 [2023-02-02T14:03:12.194Z] v2.3.0-dev.41 [2023-02-02T14:03:12.194Z] v2.3.0-dev.42 [2023-02-02T14:03:12.194Z] v2.3.0-dev.43 [2023-02-02T14:03:12.194Z] v2.3.0-dev.44 [2023-02-02T14:03:12.194Z] v2.3.0-dev.45 [2023-02-02T14:03:12.194Z] v2.3.0-dev.46 [2023-02-02T14:03:12.194Z] v2.3.0-dev.47 [2023-02-02T14:03:12.194Z] v2.3.0-dev.48 [2023-02-02T14:03:12.194Z] v2.3.0-dev.49 [2023-02-02T14:03:12.194Z] v2.3.0-dev.50 [2023-02-02T14:03:12.194Z] v2.3.0-dev.51 [2023-02-02T14:03:12.194Z] v2.3.1-dev.1 [2023-02-02T14:03:12.194Z] v2.3.1-dev.2 [2023-02-02T14:03:12.194Z] v3.0.0-dev.1 [2023-02-02T14:03:12.194Z] v3.0.0-dev.10 [2023-02-02T14:03:12.194Z] v3.0.0-dev.11 [2023-02-02T14:03:12.194Z] v3.0.0-dev.12 [2023-02-02T14:03:12.194Z] v3.0.0-dev.13 [2023-02-02T14:03:12.194Z] v3.0.0-dev.14 [2023-02-02T14:03:12.194Z] v3.0.0-dev.15 [2023-02-02T14:03:12.194Z] v3.0.0-dev.2 [2023-02-02T14:03:12.194Z] v3.0.0-dev.3 [2023-02-02T14:03:12.194Z] v3.0.0-dev.4 [2023-02-02T14:03:12.194Z] v3.0.0-dev.5 [2023-02-02T14:03:12.194Z] v3.0.0-dev.6 [2023-02-02T14:03:12.194Z] v3.0.0-dev.7 [2023-02-02T14:03:12.194Z] v3.0.0-dev.8 [2023-02-02T14:03:12.194Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-02T14:03:12.484Z] + lftools sign git-tag v3.0.0-dev.15 [2023-02-02T14:03:13.052Z] Signing Git tag with Sigul... [2023-02-02T14:03:13.052Z] Signing v3.0.0-dev.15 [Pipeline] echo [2023-02-02T14:03:13.630Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:03:13.916Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-02T14:03:13.922Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-02T14:03:13.945Z] $ docker stop --time=1 daf8d2e5e29154bf59387281d561cca0d76f1d8b585a88cf65cbc2839a7df25d [2023-02-02T14:03:15.297Z] $ docker rm -f --volumes daf8d2e5e29154bf59387281d561cca0d76f1d8b585a88cf65cbc2839a7df25d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-02T14:03:15.680Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T14:03:15.680Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T14:03:15.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T14:03:15.980Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T14:03:16.054Z] prd-ubuntu20.04-docker-8c-8g-4372 does not seem to be running inside a container [2023-02-02T14:03:16.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-02T14:03:16.426Z] $ docker top 33f6f284b2bc0ac384634486f1583d269689de90140695d6fe9876761ea62564 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T14:03:16.491Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T14:03:16.491Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T14:03:16.602Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T14:03:16.612Z] $ docker exec 33f6f284b2bc0ac384634486f1583d269689de90140695d6fe9876761ea62564 ssh-agent [2023-02-02T14:03:16.703Z] SSH_AUTH_SOCK=/tmp/ssh-yCCd3fMVuZNS/agent.32 [2023-02-02T14:03:16.703Z] SSH_AGENT_PID=38 [2023-02-02T14:03:16.707Z] Running ssh-add (command line suppressed) [2023-02-02T14:03:16.818Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8529110386663331120.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8529110386663331120.key) [2023-02-02T14:03:16.821Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T14:03:17.106Z] + git semver bump pre [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,301 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,301 [bump_version] DEBUG bumping version:3.0.0-dev.15 on axis:pre with prefix:dev [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,301 [bump_version] DEBUG bumped version:3.0.0-dev.16 [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,301 [write_version] DEBUG write version:3.0.0-dev.16 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,301 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,302 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,304 [execute] INFO git cat-file --batch-check [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,304 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,310 [execute] INFO git cat-file --batch [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,311 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-02T14:03:17.365Z] 2023-02-02 14:03:17,316 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T14:03:17.365Z] 3.0.0-dev.16 [Pipeline] } [2023-02-02T14:03:17.382Z] $ docker exec --env ******** --env ******** 33f6f284b2bc0ac384634486f1583d269689de90140695d6fe9876761ea62564 ssh-agent -k [2023-02-02T14:03:17.477Z] unset SSH_AUTH_SOCK; [2023-02-02T14:03:17.477Z] unset SSH_AGENT_PID; [2023-02-02T14:03:17.477Z] echo Agent pid 38 killed; [2023-02-02T14:03:17.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T14:03:17.774Z] + git semver [Pipeline] } [2023-02-02T14:03:18.053Z] $ docker stop --time=1 33f6f284b2bc0ac384634486f1583d269689de90140695d6fe9876761ea62564 [2023-02-02T14:03:19.375Z] $ docker rm -f --volumes 33f6f284b2bc0ac384634486f1583d269689de90140695d6fe9876761ea62564 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T14:03:19.697Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T14:03:19.697Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T14:03:19.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T14:03:19.988Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T14:03:20.061Z] prd-ubuntu20.04-docker-8c-8g-4372 does not seem to be running inside a container [2023-02-02T14:03:20.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-02T14:03:20.412Z] $ docker top e5813ffcde3ee846bee7a3e78b137db0677ebfb0a470b586534d845ff039e0f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T14:03:20.487Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T14:03:20.487Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T14:03:20.590Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T14:03:20.599Z] $ docker exec e5813ffcde3ee846bee7a3e78b137db0677ebfb0a470b586534d845ff039e0f5 ssh-agent [2023-02-02T14:03:20.698Z] SSH_AUTH_SOCK=/tmp/ssh-dSNJjswyag0Z/agent.34 [2023-02-02T14:03:20.698Z] SSH_AGENT_PID=40 [2023-02-02T14:03:20.703Z] Running ssh-add (command line suppressed) [2023-02-02T14:03:20.808Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3420882760950159874.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3420882760950159874.key) [2023-02-02T14:03:20.814Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T14:03:21.099Z] + git semver push [2023-02-02T14:03:21.357Z] 2023-02-02 14:03:21,296 [run_push] DEBUG push [2023-02-02T14:03:21.357Z] 2023-02-02 14:03:21,297 [execute] INFO git cat-file --batch-check [2023-02-02T14:03:21.357Z] 2023-02-02 14:03:21,298 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-02T14:03:21.357Z] 2023-02-02 14:03:21,302 [execute] INFO git rev-list f6f14040f8ecad776a988cb4c50cc17b3e085437 -- [2023-02-02T14:03:21.357Z] 2023-02-02 14:03:21,302 [execute] DEBUG Popen(['git', 'rev-list', 'f6f14040f8ecad776a988cb4c50cc17b3e085437', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-02T14:03:21.357Z] 2023-02-02 14:03:21,312 [execute] INFO git fetch -v origin [2023-02-02T14:03:21.357Z] 2023-02-02 14:03:21,313 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-02T14:03:21.924Z] 2023-02-02 14:03:21,926 [run_push] DEBUG no remote changes detected [2023-02-02T14:03:21.924Z] 2023-02-02 14:03:21,926 [execute] INFO git push origin semver [2023-02-02T14:03:21.924Z] 2023-02-02 14:03:21,927 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-02T14:03:22.860Z] 2023-02-02 14:03:22,724 [run_push] DEBUG push all version tags [2023-02-02T14:03:22.860Z] 2023-02-02 14:03:22,724 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-02T14:03:22.860Z] 2023-02-02 14:03:22,724 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-02T14:03:23.797Z] 2023-02-02 14:03:23,553 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T14:03:23.797Z] 3.0.0-dev.16 [Pipeline] } [2023-02-02T14:03:23.816Z] $ docker exec --env ******** --env ******** e5813ffcde3ee846bee7a3e78b137db0677ebfb0a470b586534d845ff039e0f5 ssh-agent -k [2023-02-02T14:03:23.912Z] unset SSH_AUTH_SOCK; [2023-02-02T14:03:23.912Z] unset SSH_AGENT_PID; [2023-02-02T14:03:23.912Z] echo Agent pid 40 killed; [2023-02-02T14:03:23.915Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T14:03:24.214Z] + git semver [Pipeline] } [2023-02-02T14:03:24.490Z] $ docker stop --time=1 e5813ffcde3ee846bee7a3e78b137db0677ebfb0a470b586534d845ff039e0f5 [2023-02-02T14:03:25.775Z] $ docker rm -f --volumes e5813ffcde3ee846bee7a3e78b137db0677ebfb0a470b586534d845ff039e0f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 [2023-02-02T14:03:26.291Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-02T14:03:26.292Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-02T14:03:26.292Z] total 16 [2023-02-02T14:03:26.292Z] drwxr-xr-x 3 root root 4096 Feb 2 13:53 . [2023-02-02T14:03:26.292Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 2 14:03 .. [2023-02-02T14:03:26.292Z] drwxr-xr-x 2 root root 4096 Feb 2 13:53 cost [2023-02-02T14:03:26.292Z] -rw-r--r-- 1 root root 85 Feb 2 13:53 cost.csv [2023-02-02T14:03:26.292Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-02T14:03:26.292Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-02T14:03:26.292Z] total 16 [2023-02-02T14:03:26.292Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 2 13:53 . [2023-02-02T14:03:26.292Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 2 14:03 .. [2023-02-02T14:03:26.292Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 2 13:53 cost [2023-02-02T14:03:26.292Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 2 13:53 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:03:26.581Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:03:27.438Z] ---> package-listing.sh [2023-02-02T14:03:27.438Z] ++ facter osfamily [2023-02-02T14:03:27.438Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-02T14:03:27.696Z] + OS_FAMILY=debian [2023-02-02T14:03:27.696Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-02T14:03:27.696Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-02T14:03:27.696Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-02T14:03:27.696Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-02T14:03:27.696Z] + PACKAGES=/tmp/packages_start.txt [2023-02-02T14:03:27.696Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-02T14:03:27.696Z] + PACKAGES=/tmp/packages_end.txt [2023-02-02T14:03:27.696Z] + case "${OS_FAMILY}" in [2023-02-02T14:03:27.696Z] + dpkg -l [2023-02-02T14:03:27.696Z] + grep '^ii' [2023-02-02T14:03:27.696Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-02T14:03:27.696Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-02T14:03:27.696Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-02T14:03:27.696Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-02T14:03:27.696Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-02T14:03:27.696Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2023-02-02T14:03:27.706Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-02T14:03:27.981Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T14:03:28.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T14:03:28.538Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T14:03:28.606Z] prd-ubuntu20.04-docker-8c-8g-4372 does not seem to be running inside a container [2023-02-02T14:03:28.642Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-02T14:03:28.856Z] $ docker top 38a272b8e47974c72f5448f97de22c7a0994ef425cffefde8f3a89f5ac79defa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T14:03:29.193Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-02T14:03:29.477Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-02T14:03:29.761Z] + ls /var/log/sa-host [2023-02-02T14:03:29.761Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T14:03:29.827Z] provisioning config files... [2023-02-02T14:03:29.835Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config473964322693859981tmp [Pipeline] { [Pipeline] echo [2023-02-02T14:03:29.846Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:03:30.129Z] ---> create-netrc.sh [Pipeline] } [2023-02-02T14:03:30.135Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:03:30.449Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-02T14:03:30.456Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:03:30.733Z] ---> sudo-logs.sh [2023-02-02T14:03:30.733Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-02T14:03:30.760Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:03:31.037Z] ---> job-cost.sh [2023-02-02T14:03:31.037Z] lf-activate-venv: SKIPPING [2023-02-02T14:03:31.037Z] DEBUG: total: 0.2199999988079071 [2023-02-02T14:03:31.037Z] INFO: Retrieving Stack Cost... [2023-02-02T14:03:31.295Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-02T14:03:31.861Z] INFO: Archiving Costs [Pipeline] echo [2023-02-02T14:03:31.872Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T14:03:32.161Z] ---> logs-deploy.sh [2023-02-02T14:03:32.161Z] lf-activate-venv: SKIPPING [2023-02-02T14:03:32.161Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/145 [2023-02-02T14:03:32.161Z] INFO: archiving workspace using pattern(s): [2023-02-02T14:03:33.104Z] Archives upload complete. [2023-02-02T14:03:33.104Z] INFO: archiving logs to Nexus