Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 775e2b56bedf8d4ad3f90164e245819fbdab1870 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-ssh15507285624244871443.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-ssh5835388385522775284.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-ssh3615452980230941281.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-ssh6912132388213522823.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-ssh3656511403632997363.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 Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-4377 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 Avoid second fetch Checking out Revision 775e2b56bedf8d4ad3f90164e245819fbdab1870 (main) Commit message: "Merge pull request #1301 from hahattan/issue-1296" > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 775e2b56bedf8d4ad3f90164e245819fbdab1870 # timeout=10 > git rev-list --no-walk 55d1b05cd8aabd58ac53816e3ab6aa82b0be36d3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-02T16:19:56.715Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-02T16:19:56.782Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-02T16:19:56.798Z] ========================================================= [2023-02-02T16:19:56.798Z] EdgeX Global Pipelines Version Info [2023-02-02T16:19:56.798Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:19:57.520Z] ------------------- [2023-02-02T16:19:57.520Z] stable info: [2023-02-02T16:19:57.520Z] ------------------- [2023-02-02T16:19:57.520Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-02T16:19:57.520Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-02T16:19:57.520Z] Message: update stable to v1.0.244 [2023-02-02T16:19:58.091Z] ------------------- [2023-02-02T16:19:58.091Z] experimental info: [2023-02-02T16:19:58.091Z] ------------------- [2023-02-02T16:19:58.091Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-02T16:19:58.091Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-02T16:19:58.091Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-02T16:19:58.247Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-02T16:19:58.256Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-02T16:19:58.264Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-02T16:19:58.272Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-02T16:19:58.280Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-02T16:19:58.288Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-02T16:19:58.296Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-02T16:19:58.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-02T16:19:58.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-02T16:19:58.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-02T16:19:58.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-02T16:19:58.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-02T16:19:58.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-02T16:19:58.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-02T16:19:58.377Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-02T16:19:58.393Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-02T16:19:58.405Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-02T16:19:58.420Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-02T16:19:58.433Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-02T16:19:58.446Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-02T16:19:58.456Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-02T16:19:58.469Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-02T16:19:58.480Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-02T16:19:58.491Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-02T16:19:58.503Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-02T16:19:58.517Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-02T16:19:58.533Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-02T16:19:58.545Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-02T16:19:58.558Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-02T16:19:58.570Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-02T16:19:58.581Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 775e2b56bedf8d4ad3f90164e245819fbdab1870 [Pipeline] echo [2023-02-02T16:19:58.593Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 775e2b5 [Pipeline] echo [2023-02-02T16:19:58.604Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T16:19:58.651Z] provisioning config files... [2023-02-02T16:19:58.666Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15935157584435762721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:19:58.969Z] ---> docker-login.sh [2023-02-02T16:19:58.969Z] nexus3.edgexfoundry.org:10001 [2023-02-02T16:19:59.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:19:59.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:19:59.488Z] Configure a credential helper to remove this warning. See [2023-02-02T16:19:59.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:19:59.488Z] [2023-02-02T16:19:59.488Z] Login Succeeded [2023-02-02T16:19:59.488Z] nexus3.edgexfoundry.org:10002 [2023-02-02T16:19:59.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:19:59.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:19:59.488Z] Configure a credential helper to remove this warning. See [2023-02-02T16:19:59.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:19:59.488Z] [2023-02-02T16:19:59.488Z] Login Succeeded [2023-02-02T16:19:59.488Z] nexus3.edgexfoundry.org:10003 [2023-02-02T16:19:59.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:19:59.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:19:59.748Z] Configure a credential helper to remove this warning. See [2023-02-02T16:19:59.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:19:59.748Z] [2023-02-02T16:19:59.748Z] Login Succeeded [2023-02-02T16:19:59.748Z] nexus3.edgexfoundry.org:10004 [2023-02-02T16:19:59.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:19:59.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:19:59.748Z] Configure a credential helper to remove this warning. See [2023-02-02T16:19:59.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:19:59.748Z] [2023-02-02T16:19:59.748Z] Login Succeeded [2023-02-02T16:19:59.748Z] docker.io [2023-02-02T16:20:00.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:20:00.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:20:00.008Z] Configure a credential helper to remove this warning. See [2023-02-02T16:20:00.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:20:00.008Z] [2023-02-02T16:20:00.008Z] Login Succeeded [2023-02-02T16:20:00.008Z] ---> docker-login.sh ends [Pipeline] } [2023-02-02T16:20:00.016Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-02T16:20:00.381Z] + git rev-list -1 --merges 775e2b56bedf8d4ad3f90164e245819fbdab1870~1..775e2b56bedf8d4ad3f90164e245819fbdab1870 [Pipeline] echo [2023-02-02T16:20:00.425Z] -----------> git rev-list -1 --merges 775e2b56bedf8d4ad3f90164e245819fbdab1870~1..775e2b56bedf8d4ad3f90164e245819fbdab1870 775e2b56bedf8d4ad3f90164e245819fbdab1870 [2023-02-02T16:20:00.425Z] 775e2b56bedf8d4ad3f90164e245819fbdab1870 [false] [Pipeline] sh [2023-02-02T16:20:00.714Z] + git log --format=format:%s -1 775e2b56bedf8d4ad3f90164e245819fbdab1870 [Pipeline] echo [2023-02-02T16:20:00.728Z] ========================================================= [2023-02-02T16:20:00.728Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-02T16:20:00.728Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-02T16:20:01.045Z] + git log --format=format:%s -1 775e2b56bedf8d4ad3f90164e245819fbdab1870 [Pipeline] echo [2023-02-02T16:20:01.057Z] [semverPrep] GIT_COMMIT: 775e2b56bedf8d4ad3f90164e245819fbdab1870, Commit Message: Merge pull request #1301 from hahattan/issue-1296 [Pipeline] echo [2023-02-02T16:20:01.065Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-02T16:20:01.430Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T16:20:01.430Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-02T16:20:01.430Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-02T16:20:01.430Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-02T16:20:01.430Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-02T16:20:01.430Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-02T16:20:01.430Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:20:01.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T16:20:01.837Z] [2023-02-02T16:20:01.837Z] 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-02T16:20:02.151Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T16:20:02.151Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-02T16:20:02.151Z] b85a868b505f: Pulling fs layer [2023-02-02T16:20:02.151Z] e2be974225ed: Pulling fs layer [2023-02-02T16:20:02.151Z] 339a4e72a1f5: Pulling fs layer [2023-02-02T16:20:02.151Z] 988bab9f4d93: Pulling fs layer [2023-02-02T16:20:02.151Z] 1469e6f7b9e6: Pulling fs layer [2023-02-02T16:20:02.151Z] eaf3925da568: Pulling fs layer [2023-02-02T16:20:02.151Z] bab4dde63d76: Pulling fs layer [2023-02-02T16:20:02.151Z] bde34c3a00c8: Pulling fs layer [2023-02-02T16:20:02.151Z] b352a97aabf1: Pulling fs layer [2023-02-02T16:20:02.151Z] 4872d77fe225: Pulling fs layer [2023-02-02T16:20:02.151Z] 5851b861e8e6: Pulling fs layer [2023-02-02T16:20:02.151Z] 988bab9f4d93: Waiting [2023-02-02T16:20:02.151Z] 1469e6f7b9e6: Waiting [2023-02-02T16:20:02.151Z] 4872d77fe225: Waiting [2023-02-02T16:20:02.151Z] bde34c3a00c8: Waiting [2023-02-02T16:20:02.151Z] 5851b861e8e6: Waiting [2023-02-02T16:20:02.151Z] eaf3925da568: Waiting [2023-02-02T16:20:02.151Z] b352a97aabf1: Waiting [2023-02-02T16:20:02.151Z] bab4dde63d76: Waiting [2023-02-02T16:20:02.151Z] e2be974225ed: Verifying Checksum [2023-02-02T16:20:02.151Z] e2be974225ed: Download complete [2023-02-02T16:20:02.151Z] 988bab9f4d93: Verifying Checksum [2023-02-02T16:20:02.151Z] 988bab9f4d93: Download complete [2023-02-02T16:20:02.413Z] 1469e6f7b9e6: Verifying Checksum [2023-02-02T16:20:02.413Z] 1469e6f7b9e6: Download complete [2023-02-02T16:20:02.413Z] 339a4e72a1f5: Verifying Checksum [2023-02-02T16:20:02.413Z] 339a4e72a1f5: Download complete [2023-02-02T16:20:02.413Z] eaf3925da568: Verifying Checksum [2023-02-02T16:20:02.413Z] eaf3925da568: Download complete [2023-02-02T16:20:02.675Z] bde34c3a00c8: Verifying Checksum [2023-02-02T16:20:02.675Z] bde34c3a00c8: Download complete [2023-02-02T16:20:02.675Z] b352a97aabf1: Verifying Checksum [2023-02-02T16:20:02.675Z] b352a97aabf1: Download complete [2023-02-02T16:20:02.675Z] 4872d77fe225: Download complete [2023-02-02T16:20:02.675Z] 5851b861e8e6: Download complete [2023-02-02T16:20:02.675Z] b85a868b505f: Verifying Checksum [2023-02-02T16:20:02.675Z] b85a868b505f: Download complete [2023-02-02T16:20:03.246Z] bab4dde63d76: Verifying Checksum [2023-02-02T16:20:03.246Z] bab4dde63d76: Download complete [2023-02-02T16:20:04.185Z] b85a868b505f: Pull complete [2023-02-02T16:20:04.185Z] e2be974225ed: Pull complete [2023-02-02T16:20:04.759Z] 339a4e72a1f5: Pull complete [2023-02-02T16:20:04.759Z] 988bab9f4d93: Pull complete [2023-02-02T16:20:05.020Z] 1469e6f7b9e6: Pull complete [2023-02-02T16:20:05.020Z] eaf3925da568: Pull complete [2023-02-02T16:20:06.929Z] bab4dde63d76: Pull complete [2023-02-02T16:20:06.929Z] bde34c3a00c8: Pull complete [2023-02-02T16:20:06.929Z] b352a97aabf1: Pull complete [2023-02-02T16:20:07.189Z] 4872d77fe225: Pull complete [2023-02-02T16:20:07.189Z] 5851b861e8e6: Pull complete [2023-02-02T16:20:07.189Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-02T16:20:07.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T16:20:07.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:20:07.274Z] prd-ubuntu20.04-docker-8c-8g-4377 does not seem to be running inside a container [2023-02-02T16:20:07.310Z] $ 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-02T16:20:08.658Z] $ docker top f28c2997596b9b0bfbcce4f0d1ef8fd221f95b105f620862591402f38d7ad110 -eo pid,comm [2023-02-02T16:20:08.717Z] 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-02T16:20:08.717Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T16:20:08.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T16:20:08.758Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T16:20:08.888Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T16:20:08.894Z] $ docker exec f28c2997596b9b0bfbcce4f0d1ef8fd221f95b105f620862591402f38d7ad110 ssh-agent [2023-02-02T16:20:09.007Z] SSH_AUTH_SOCK=/tmp/ssh-qb9tY1Ro7riC/agent.32 [2023-02-02T16:20:09.007Z] SSH_AGENT_PID=38 [2023-02-02T16:20:09.014Z] Running ssh-add (command line suppressed) [2023-02-02T16:20:09.122Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_486769486493370184.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_486769486493370184.key) [2023-02-02T16:20:09.133Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T16:20:09.428Z] + git tag --points-at HEAD [Pipeline] } [2023-02-02T16:20:09.450Z] $ docker exec --env ******** --env ******** f28c2997596b9b0bfbcce4f0d1ef8fd221f95b105f620862591402f38d7ad110 ssh-agent -k [2023-02-02T16:20:09.563Z] unset SSH_AUTH_SOCK; [2023-02-02T16:20:09.564Z] unset SSH_AGENT_PID; [2023-02-02T16:20:09.564Z] echo Agent pid 38 killed; [2023-02-02T16:20:09.572Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-02T16:20:09.595Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T16:20:09.595Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T16:20:09.711Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T16:20:09.717Z] $ docker exec f28c2997596b9b0bfbcce4f0d1ef8fd221f95b105f620862591402f38d7ad110 ssh-agent [2023-02-02T16:20:09.837Z] SSH_AUTH_SOCK=/tmp/ssh-TEi5cXBhu2nO/agent.70 [2023-02-02T16:20:09.837Z] SSH_AGENT_PID=76 [2023-02-02T16:20:09.841Z] Running ssh-add (command line suppressed) [2023-02-02T16:20:09.950Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12539611910032460347.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12539611910032460347.key) [2023-02-02T16:20:09.963Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T16:20:10.249Z] + git semver init [2023-02-02T16:20:10.509Z] 2023-02-02 16:20:10,446 [run_init] DEBUG init version:0.0.0 force:False [2023-02-02T16:20:10.509Z] 2023-02-02 16:20:10,447 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-02T16:20:10.509Z] 2023-02-02 16:20:10,447 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-02T16:20:10.509Z] 2023-02-02 16:20:10,447 [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-02T16:20:11.450Z] 2023-02-02 16:20:11,391 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-02T16:20:11.450Z] 2023-02-02 16:20:11,392 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-02T16:20:11.450Z] 2023-02-02 16:20:11,392 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T16:20:11.450Z] 2023-02-02 16:20:11,392 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T16:20:11.450Z] 3.0.0-dev.16 [Pipeline] } [2023-02-02T16:20:11.464Z] $ docker exec --env ******** --env ******** f28c2997596b9b0bfbcce4f0d1ef8fd221f95b105f620862591402f38d7ad110 ssh-agent -k [2023-02-02T16:20:11.578Z] unset SSH_AUTH_SOCK; [2023-02-02T16:20:11.579Z] unset SSH_AGENT_PID; [2023-02-02T16:20:11.579Z] echo Agent pid 76 killed; [2023-02-02T16:20:11.586Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T16:20:11.893Z] + git semver [Pipeline] } [2023-02-02T16:20:12.170Z] $ docker stop --time=1 f28c2997596b9b0bfbcce4f0d1ef8fd221f95b105f620862591402f38d7ad110 [2023-02-02T16:20:13.497Z] $ docker rm -f --volumes f28c2997596b9b0bfbcce4f0d1ef8fd221f95b105f620862591402f38d7ad110 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T16:20:13.847Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-02T16:20:14.066Z] Stashed 1 file(s) [Pipeline] echo [2023-02-02T16:20:14.069Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.16 [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-02T16:20:14.205Z] provisioning config files... [2023-02-02T16:20:14.214Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10554532152279935690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:20:14.511Z] ---> docker-login.sh [2023-02-02T16:20:14.511Z] nexus3.edgexfoundry.org:10001 [2023-02-02T16:20:14.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:20:14.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:20:14.511Z] Configure a credential helper to remove this warning. See [2023-02-02T16:20:14.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:20:14.511Z] [2023-02-02T16:20:14.511Z] Login Succeeded [2023-02-02T16:20:14.511Z] nexus3.edgexfoundry.org:10002 [2023-02-02T16:20:14.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:20:14.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:20:14.511Z] Configure a credential helper to remove this warning. See [2023-02-02T16:20:14.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:20:14.511Z] [2023-02-02T16:20:14.511Z] Login Succeeded [2023-02-02T16:20:14.511Z] nexus3.edgexfoundry.org:10003 [2023-02-02T16:20:14.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:20:14.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:20:14.771Z] Configure a credential helper to remove this warning. See [2023-02-02T16:20:14.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:20:14.771Z] [2023-02-02T16:20:14.771Z] Login Succeeded [2023-02-02T16:20:14.771Z] nexus3.edgexfoundry.org:10004 [2023-02-02T16:20:14.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:20:14.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:20:14.771Z] Configure a credential helper to remove this warning. See [2023-02-02T16:20:14.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:20:14.771Z] [2023-02-02T16:20:14.771Z] Login Succeeded [2023-02-02T16:20:14.771Z] docker.io [2023-02-02T16:20:15.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:20:15.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:20:15.032Z] Configure a credential helper to remove this warning. See [2023-02-02T16:20:15.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:20:15.032Z] [2023-02-02T16:20:15.032Z] Login Succeeded [2023-02-02T16:20:15.032Z] ---> docker-login.sh ends [Pipeline] } [2023-02-02T16:20:15.040Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-02T16:20:15.098Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T16:20:15.113Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T16:20:15.122Z] ========================================================= [2023-02-02T16:20:15.122Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-02T16:20:15.122Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:20:15.430Z] + 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-02T16:20:15.431Z] Sending build context to Docker daemon 10.48MB [2023-02-02T16:20:15.431Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-02T16:20:15.431Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-02T16:20:15.431Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-02T16:20:15.431Z] 213ec9aee27d: Pulling fs layer [2023-02-02T16:20:15.431Z] 4583459ba037: Pulling fs layer [2023-02-02T16:20:15.431Z] 93c1e223e6f2: Pulling fs layer [2023-02-02T16:20:15.431Z] 53926ce57604: Pulling fs layer [2023-02-02T16:20:15.431Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-02T16:20:15.431Z] 22ff95d597cd: Pulling fs layer [2023-02-02T16:20:15.431Z] 12d6caf4c0d1: Pulling fs layer [2023-02-02T16:20:15.431Z] 96b7cbca73a9: Pulling fs layer [2023-02-02T16:20:15.431Z] a7acece74701: Pulling fs layer [2023-02-02T16:20:15.431Z] 53926ce57604: Waiting [2023-02-02T16:20:15.431Z] 21b2b0c7a3f4: Waiting [2023-02-02T16:20:15.431Z] 22ff95d597cd: Waiting [2023-02-02T16:20:15.431Z] 12d6caf4c0d1: Waiting [2023-02-02T16:20:15.431Z] 96b7cbca73a9: Waiting [2023-02-02T16:20:15.431Z] a7acece74701: Waiting [2023-02-02T16:20:15.698Z] 93c1e223e6f2: Verifying Checksum [2023-02-02T16:20:15.698Z] 93c1e223e6f2: Download complete [2023-02-02T16:20:15.698Z] 4583459ba037: Download complete [2023-02-02T16:20:15.698Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-02T16:20:15.698Z] 21b2b0c7a3f4: Download complete [2023-02-02T16:20:15.698Z] 22ff95d597cd: Verifying Checksum [2023-02-02T16:20:15.698Z] 22ff95d597cd: Download complete [2023-02-02T16:20:15.698Z] 213ec9aee27d: Verifying Checksum [2023-02-02T16:20:15.698Z] 213ec9aee27d: Download complete [2023-02-02T16:20:15.698Z] 12d6caf4c0d1: Verifying Checksum [2023-02-02T16:20:15.698Z] 12d6caf4c0d1: Download complete [2023-02-02T16:20:15.968Z] 213ec9aee27d: Pull complete [2023-02-02T16:20:15.968Z] 4583459ba037: Pull complete [2023-02-02T16:20:15.968Z] 93c1e223e6f2: Pull complete [2023-02-02T16:20:16.982Z] a7acece74701: Verifying Checksum [2023-02-02T16:20:16.982Z] a7acece74701: Download complete [2023-02-02T16:20:17.242Z] 53926ce57604: Verifying Checksum [2023-02-02T16:20:17.242Z] 53926ce57604: Download complete [2023-02-02T16:20:17.503Z] 96b7cbca73a9: Verifying Checksum [2023-02-02T16:20:17.503Z] 96b7cbca73a9: Download complete [2023-02-02T16:20:21.685Z] 53926ce57604: Pull complete [2023-02-02T16:20:21.685Z] 21b2b0c7a3f4: Pull complete [2023-02-02T16:20:21.685Z] 22ff95d597cd: Pull complete [2023-02-02T16:20:21.685Z] 12d6caf4c0d1: Pull complete [2023-02-02T16:20:23.582Z] 96b7cbca73a9: Pull complete [2023-02-02T16:20:24.148Z] a7acece74701: Pull complete [2023-02-02T16:20:24.148Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-02T16:20:24.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-02T16:20:24.148Z] ---> db6d94c90886 [2023-02-02T16:20:24.148Z] Step 3/10 : ARG MAKE=make build [2023-02-02T16:20:26.051Z] ---> Running in 35adb588e4b6 [2023-02-02T16:20:26.051Z] Removing intermediate container 35adb588e4b6 [2023-02-02T16:20:26.051Z] ---> 80a605b170f7 [2023-02-02T16:20:26.051Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-02T16:20:26.051Z] ---> Running in 0a8ee2c7cbf5 [2023-02-02T16:20:26.051Z] Removing intermediate container 0a8ee2c7cbf5 [2023-02-02T16:20:26.051Z] ---> 48bbc653b563 [2023-02-02T16:20:26.051Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-02T16:20:26.051Z] ---> Running in 1de362d3e933 [2023-02-02T16:20:26.310Z] Removing intermediate container 1de362d3e933 [2023-02-02T16:20:26.310Z] ---> 38d0d0cb97ee [2023-02-02T16:20:26.310Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-02T16:20:26.310Z] ---> Running in 8d3d57b3e766 [2023-02-02T16:20:26.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T16:20:26.829Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T16:20:27.090Z] OK: 211 MiB in 51 packages [2023-02-02T16:20:27.349Z] Removing intermediate container 8d3d57b3e766 [2023-02-02T16:20:27.349Z] ---> 0286975ec404 [2023-02-02T16:20:27.349Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-02T16:20:27.349Z] ---> a3722b3e640c [2023-02-02T16:20:27.349Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T16:20:27.607Z] ---> Running in 9c1ba222f0be [2023-02-02T16:20:29.174Z] Still waiting to schedule task [2023-02-02T16:20:29.174Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-02T16:20:59.688Z] Removing intermediate container 9c1ba222f0be [2023-02-02T16:20:59.688Z] ---> 99798776ed17 [2023-02-02T16:20:59.688Z] Step 9/10 : COPY . . [2023-02-02T16:20:59.688Z] ---> c101e0c2ffb5 [2023-02-02T16:20:59.688Z] Step 10/10 : RUN ${MAKE} [2023-02-02T16:20:59.688Z] ---> Running in e81b93d3c3ba [2023-02-02T16:20:59.688Z] noop [2023-02-02T16:20:59.688Z] Removing intermediate container e81b93d3c3ba [2023-02-02T16:20:59.688Z] ---> 25cf48e236a6 [2023-02-02T16:20:59.688Z] Successfully built 25cf48e236a6 [2023-02-02T16:20:59.688Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:21:00.002Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-02T16:21:00.002Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:21:00.068Z] prd-ubuntu20.04-docker-8c-8g-4377 does not seem to be running inside a container [2023-02-02T16:21:00.101Z] $ 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-02T16:21:00.435Z] $ docker top f2d10b7b2a0d0e0b30ced104f25d6e891dbd12f6bc834fd6ca3a032047c3a479 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T16:21:00.770Z] + go version [2023-02-02T16:21:00.771Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-02T16:21:00.783Z] $ docker stop --time=1 f2d10b7b2a0d0e0b30ced104f25d6e891dbd12f6bc834fd6ca3a032047c3a479 [2023-02-02T16:21:02.088Z] $ docker rm -f --volumes f2d10b7b2a0d0e0b30ced104f25d6e891dbd12f6bc834fd6ca3a032047c3a479 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:21:02.497Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-02T16:21:02.497Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:21:02.574Z] prd-ubuntu20.04-docker-8c-8g-4377 does not seem to be running inside a container [2023-02-02T16:21:02.605Z] $ 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-02T16:21:02.948Z] $ docker top 41c5614d0bec219d7ded675e0c4a9362fd56a7c02811c1cc5afde1a9dea05c2b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T16:21:03.288Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-02T16:21:03.581Z] + make test [2023-02-02T16:21:03.582Z] go test -race -coverprofile=coverage.out ./... [2023-02-02T16:21:10.148Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-02T16:21:22.337Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.056s coverage: 27.6% of statements [2023-02-02T16:21:22.337Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.077s coverage: 78.9% of statements [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-02T16:21:22.337Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.084s coverage: 70.2% of statements [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-02T16:21:22.337Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.127s coverage: 59.8% of statements [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-02T16:21:22.337Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.090s coverage: 65.1% of statements [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-02T16:21:22.337Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.803s coverage: 89.2% of statements [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-02T16:21:22.337Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.056s coverage: 4.7% of statements [2023-02-02T16:21:22.337Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-02T16:21:37.205Z] 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-02T16:21:37.205Z] GO111MODULE=on go vet ./... [2023-02-02T16:21:39.733Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-02T16:21:39.733Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-02T16:21:39.733Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-02T16:21:39.742Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-02T16:21:39.755Z] $ docker stop --time=1 41c5614d0bec219d7ded675e0c4a9362fd56a7c02811c1cc5afde1a9dea05c2b [2023-02-02T16:21:43.928Z] $ docker rm -f --volumes 41c5614d0bec219d7ded675e0c4a9362fd56a7c02811c1cc5afde1a9dea05c2b [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T16:21:44.404Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-02T16:21:44.466Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-02T16:21:44.944Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-02T16:21:45.222Z] + ls -al . [2023-02-02T16:21:45.222Z] total 272 [2023-02-02T16:21:45.222Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 2 16:21 . [2023-02-02T16:21:45.222Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 16:19 .. [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 2 16:19 .dockerignore [2023-02-02T16:21:45.222Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 2 16:21 .git [2023-02-02T16:21:45.222Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 16:19 .github [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 2 16:19 .gitignore [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 2 16:19 .golangci.yml [2023-02-02T16:21:45.222Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 2 16:20 .semver [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 2 16:19 CHANGELOG.md [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 2 16:19 GOVERNANCE.md [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 2 16:19 Jenkinsfile [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 2 16:19 LICENSE [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 2 16:19 Makefile [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 2 16:19 OWNERS.md [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 2 16:19 README.md [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 2 16:20 VERSION [2023-02-02T16:21:45.222Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 16:19 bin [2023-02-02T16:21:45.222Z] -rw-r--r-- 1 jenkins jenkins 99762 Feb 2 16:21 coverage.out [2023-02-02T16:21:45.222Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 2 16:19 example [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 2 16:19 go.mod [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 34396 Feb 2 16:19 go.sum [2023-02-02T16:21:45.222Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 2 16:19 internal [2023-02-02T16:21:45.222Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 2 16:19 openapi [2023-02-02T16:21:45.222Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 2 16:19 pkg [2023-02-02T16:21:45.222Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 16:19 snap [2023-02-02T16:21:45.222Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 2 16:19 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:21:45.529Z] + 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=775e2b56bedf8d4ad3f90164e245819fbdab1870 --label arch=amd64 --label version=3.0.0-dev.16 . [2023-02-02T16:21:45.529Z] Sending build context to Docker daemon 10.58MB [2023-02-02T16:21:45.529Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-02T16:21:45.529Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-02T16:21:45.529Z] ---> 25cf48e236a6 [2023-02-02T16:21:45.529Z] Step 3/23 : ARG MAKE=make build [2023-02-02T16:21:46.098Z] ---> Running in d73a963e18a2 [2023-02-02T16:21:46.360Z] Removing intermediate container d73a963e18a2 [2023-02-02T16:21:46.360Z] ---> cdf8ba16c20e [2023-02-02T16:21:46.360Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-02T16:21:46.360Z] ---> Running in a38ff418cc2a [2023-02-02T16:21:46.927Z] Removing intermediate container a38ff418cc2a [2023-02-02T16:21:46.927Z] ---> 9b6cf7dcd7e4 [2023-02-02T16:21:46.927Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-02T16:21:46.927Z] ---> Running in ae8d081e8c4c [2023-02-02T16:21:47.186Z] Removing intermediate container ae8d081e8c4c [2023-02-02T16:21:47.186Z] ---> df5ea4c552cf [2023-02-02T16:21:47.186Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-02T16:21:47.186Z] ---> Running in 7527e3c39c3f [2023-02-02T16:21:47.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T16:21:47.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T16:21:47.962Z] OK: 211 MiB in 51 packages [2023-02-02T16:21:48.221Z] Removing intermediate container 7527e3c39c3f [2023-02-02T16:21:48.221Z] ---> af09e07bc1ce [2023-02-02T16:21:48.221Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-02T16:21:48.221Z] ---> aa39b18308a7 [2023-02-02T16:21:48.221Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T16:21:48.479Z] ---> Running in fcfe7e1ec218 [2023-02-02T16:21:49.416Z] Removing intermediate container fcfe7e1ec218 [2023-02-02T16:21:49.416Z] ---> bc7074795030 [2023-02-02T16:21:49.416Z] Step 9/23 : COPY . . [2023-02-02T16:21:49.674Z] ---> 627e41ccdb49 [2023-02-02T16:21:49.674Z] Step 10/23 : RUN ${MAKE} [2023-02-02T16:21:49.674Z] ---> Running in edd71095050a [2023-02-02T16:21:49.933Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.16" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-02T16:22:03.202Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4378 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-02T16:22:03.214Z] Running in /w/workspace/device-sdk-go/146 [Pipeline] { [Pipeline] checkout [2023-02-02T16:22:03.244Z] The recommended git tool is: git [2023-02-02T16:22:08.530Z] using credential edgex-jenkins-ssh [2023-02-02T16:22:08.554Z] Cloning the remote Git repository [2023-02-02T16:22:08.606Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-02T16:22:08.682Z] > git init /w/workspace/device-sdk-go/146 # timeout=10 [2023-02-02T16:22:08.839Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-02T16:22:08.840Z] > git --version # timeout=10 [2023-02-02T16:22:08.864Z] > git --version # 'git version 2.25.1' [2023-02-02T16:22:08.867Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-02T16:22:08.936Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-02T16:22:11.881Z] Removing intermediate container edd71095050a [2023-02-02T16:22:11.881Z] ---> 56db0c499aac [2023-02-02T16:22:11.881Z] Step 11/23 : FROM alpine:3.16 [2023-02-02T16:22:11.881Z] 3.16: Pulling from library/alpine [2023-02-02T16:22:11.881Z] ca7dd9ec2225: Pulling fs layer [2023-02-02T16:22:11.881Z] ca7dd9ec2225: Verifying Checksum [2023-02-02T16:22:11.881Z] ca7dd9ec2225: Download complete [2023-02-02T16:22:11.881Z] ca7dd9ec2225: Pull complete [2023-02-02T16:22:11.881Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-02T16:22:11.881Z] Status: Downloaded newer image for alpine:3.16 [2023-02-02T16:22:11.881Z] ---> bfe296a52501 [2023-02-02T16:22:11.881Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-02T16:22:11.881Z] ---> Running in 61134f49440a [2023-02-02T16:22:11.881Z] Removing intermediate container 61134f49440a [2023-02-02T16:22:11.881Z] ---> 6b38b2a25c56 [2023-02-02T16:22:11.881Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-02T16:22:11.881Z] ---> Running in 052553a37d77 [2023-02-02T16:22:11.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T16:22:11.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T16:22:11.881Z] OK: 6 MiB in 14 packages [2023-02-02T16:22:11.881Z] Removing intermediate container 052553a37d77 [2023-02-02T16:22:11.881Z] ---> 9e474bc0989f [2023-02-02T16:22:11.881Z] Step 14/23 : WORKDIR / [2023-02-02T16:22:11.881Z] ---> Running in 3e9ccce514aa [2023-02-02T16:22:11.881Z] Removing intermediate container 3e9ccce514aa [2023-02-02T16:22:11.881Z] ---> 7f1066e33785 [2023-02-02T16:22:11.881Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-02T16:22:11.881Z] ---> 6999c011fdc3 [2023-02-02T16:22:11.881Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-02T16:22:11.168Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-02T16:22:11.197Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-02T16:22:12.031Z] Avoid second fetch [2023-02-02T16:22:12.031Z] Checking out Revision 775e2b56bedf8d4ad3f90164e245819fbdab1870 (main) [2023-02-02T16:22:12.156Z] ---> bb0dec63112a [2023-02-02T16:22:12.156Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-02T16:22:12.156Z] ---> 9df9c95f9317 [2023-02-02T16:22:12.156Z] Step 18/23 : EXPOSE 59999 [2023-02-02T16:22:12.156Z] ---> Running in 8601f971dced [2023-02-02T16:22:12.156Z] Removing intermediate container 8601f971dced [2023-02-02T16:22:12.156Z] ---> 46b1b6806750 [2023-02-02T16:22:12.156Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-02T16:22:12.428Z] ---> Running in 2a12b13b4eec [2023-02-02T16:22:12.428Z] Removing intermediate container 2a12b13b4eec [2023-02-02T16:22:12.428Z] ---> 0a8e73700e04 [2023-02-02T16:22:12.428Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T16:22:12.428Z] ---> Running in 26fd5c7d781d [2023-02-02T16:22:12.428Z] Removing intermediate container 26fd5c7d781d [2023-02-02T16:22:12.428Z] ---> b87ccdd66579 [2023-02-02T16:22:12.428Z] Step 21/23 : LABEL arch=amd64 [2023-02-02T16:22:12.428Z] ---> Running in f146dbc05c36 [2023-02-02T16:22:12.565Z] Commit message: "Merge pull request #1301 from hahattan/issue-1296" [2023-02-02T16:22:12.708Z] Removing intermediate container f146dbc05c36 [2023-02-02T16:22:12.708Z] ---> dadc911601b7 [2023-02-02T16:22:12.708Z] Step 22/23 : LABEL git_sha=775e2b56bedf8d4ad3f90164e245819fbdab1870 [2023-02-02T16:22:12.708Z] ---> Running in 14c4652ce0bb [2023-02-02T16:22:12.708Z] Removing intermediate container 14c4652ce0bb [2023-02-02T16:22:12.708Z] ---> 92effac248af [2023-02-02T16:22:12.708Z] Step 23/23 : LABEL version=3.0.0-dev.16 [2023-02-02T16:22:12.708Z] ---> Running in b40d23da0a54 [2023-02-02T16:22:12.980Z] Removing intermediate container b40d23da0a54 [2023-02-02T16:22:12.980Z] ---> 16a1be037db8 [2023-02-02T16:22:12.980Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-02T16:22:12.980Z] Successfully built 16a1be037db8 [2023-02-02T16:22:12.980Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] script [Pipeline] { [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:22:12.040Z] > git config core.sparsecheckout # timeout=10 [2023-02-02T16:22:12.058Z] > git checkout -f 775e2b56bedf8d4ad3f90164e245819fbdab1870 # timeout=10 [2023-02-02T16:22:13.562Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-02T16:22:13.562Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T16:22:13.562Z] Dload Upload Total Spent Left Speed [2023-02-02T16:22:13.562Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82798 0 --:--:-- --:--:-- --:--:-- 82798 [2023-02-02T16:22:13.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T16:22:13.596Z] [2023-02-02T16:22:13.596Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:22:13.897Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T16:22:13.897Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-02T16:22:13.897Z] 5eb5b503b376: Pulling fs layer [2023-02-02T16:22:13.897Z] 5c69ac0246d0: Pulling fs layer [2023-02-02T16:22:13.897Z] ec43610c2a17: Pulling fs layer [2023-02-02T16:22:13.897Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-02T16:22:13.897Z] 33b1e0a273af: Pulling fs layer [2023-02-02T16:22:13.897Z] 5d3b04190fa2: Pulling fs layer [2023-02-02T16:22:13.897Z] 2f39f015ded8: Pulling fs layer [2023-02-02T16:22:13.897Z] 3a2ae6a8a46f: Waiting [2023-02-02T16:22:13.897Z] 33b1e0a273af: Waiting [2023-02-02T16:22:13.897Z] 2f39f015ded8: Waiting [2023-02-02T16:22:13.897Z] 5c69ac0246d0: Download complete [2023-02-02T16:22:13.897Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-02T16:22:13.897Z] 3a2ae6a8a46f: Download complete [Pipeline] sh [2023-02-02T16:22:14.161Z] 33b1e0a273af: Verifying Checksum [2023-02-02T16:22:14.161Z] 33b1e0a273af: Download complete [2023-02-02T16:22:14.161Z] 5d3b04190fa2: Verifying Checksum [2023-02-02T16:22:14.161Z] 5d3b04190fa2: Download complete [2023-02-02T16:22:14.161Z] ec43610c2a17: Verifying Checksum [2023-02-02T16:22:14.161Z] ec43610c2a17: Download complete [2023-02-02T16:22:14.238Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-02T16:22:14.419Z] 5eb5b503b376: Verifying Checksum [2023-02-02T16:22:14.419Z] 5eb5b503b376: Download complete [2023-02-02T16:22:14.574Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-02T16:22:14.574Z] + sudo tee /etc/docker/daemon.new [2023-02-02T16:22:14.574Z] { [2023-02-02T16:22:14.574Z] "registry-mirrors": [ [2023-02-02T16:22:14.574Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-02T16:22:14.574Z] ], [2023-02-02T16:22:14.574Z] "bip": "10.250.0.254/24", [2023-02-02T16:22:14.574Z] "hosts": [ [2023-02-02T16:22:14.574Z] "tcp://0.0.0.0:5555", [2023-02-02T16:22:14.574Z] "unix:///var/run/docker.sock" [2023-02-02T16:22:14.574Z] ], [2023-02-02T16:22:14.574Z] "mtu": 1458, [2023-02-02T16:22:14.574Z] "selinux-enabled": true, [2023-02-02T16:22:14.574Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-02T16:22:14.574Z] } [Pipeline] sh [2023-02-02T16:22:14.938Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-02T16:22:14.987Z] 2f39f015ded8: Verifying Checksum [2023-02-02T16:22:14.987Z] 2f39f015ded8: Download complete [2023-02-02T16:22:15.276Z] + sudo service docker restart [2023-02-02T16:22:15.554Z] 5eb5b503b376: Pull complete [2023-02-02T16:22:15.554Z] 5c69ac0246d0: Pull complete [2023-02-02T16:22:16.120Z] ec43610c2a17: Pull complete [2023-02-02T16:22:16.120Z] 3a2ae6a8a46f: Pull complete [2023-02-02T16:22:16.379Z] 33b1e0a273af: Pull complete [2023-02-02T16:22:16.379Z] 5d3b04190fa2: Pull complete [2023-02-02T16:22:20.565Z] 2f39f015ded8: Pull complete [2023-02-02T16:22:20.565Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-02T16:22:20.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T16:22:20.565Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:22:20.647Z] prd-ubuntu20.04-docker-8c-8g-4377 does not seem to be running inside a container [2023-02-02T16:22:20.681Z] $ 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-02T16:22:25.228Z] $ docker top 815a6f982e3180608dc342bd5f2717d372f900a671d7e17f921282663072f790 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:22:25.618Z] ---> job-cost.sh [2023-02-02T16:22:25.618Z] lf-activate-venv: SKIPPING [2023-02-02T16:22:25.618Z] INFO: No Stack... [2023-02-02T16:22:25.878Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-02T16:22:26.136Z] INFO: Archiving Costs [Pipeline] sh [2023-02-02T16:22:26.425Z] + + catcut /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv -d, [2023-02-02T16:22:26.425Z] -f6 [Pipeline] lock [2023-02-02T16:22:26.439Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-146-stack-cost] [2023-02-02T16:22:26.445Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-146-stack-cost] did not exist. Created. [2023-02-02T16:22:26.445Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-146-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-02T16:22:26.752Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-02T16:22:26.787Z] Stashed 1 file(s) [Pipeline] } [2023-02-02T16:22:26.794Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-146-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-02T16:22:26.813Z] $ docker stop --time=1 815a6f982e3180608dc342bd5f2717d372f900a671d7e17f921282663072f790 [2023-02-02T16:22:28.003Z] $ docker rm -f --volumes 815a6f982e3180608dc342bd5f2717d372f900a671d7e17f921282663072f790 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T16:22:33.545Z] provisioning config files... [2023-02-02T16:22:33.570Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/146@tmp/config1066340879847688603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:22:33.923Z] ---> docker-login.sh [2023-02-02T16:22:33.923Z] nexus3.edgexfoundry.org:10001 [2023-02-02T16:22:34.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:22:34.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:22:34.514Z] Configure a credential helper to remove this warning. See [2023-02-02T16:22:34.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:22:34.514Z] [2023-02-02T16:22:34.514Z] Login Succeeded [2023-02-02T16:22:34.514Z] nexus3.edgexfoundry.org:10002 [2023-02-02T16:22:34.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:22:34.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:22:34.781Z] Configure a credential helper to remove this warning. See [2023-02-02T16:22:34.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:22:34.781Z] [2023-02-02T16:22:34.781Z] Login Succeeded [2023-02-02T16:22:35.053Z] nexus3.edgexfoundry.org:10003 [2023-02-02T16:22:35.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:22:35.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:22:35.326Z] Configure a credential helper to remove this warning. See [2023-02-02T16:22:35.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:22:35.326Z] [2023-02-02T16:22:35.326Z] Login Succeeded [2023-02-02T16:22:35.326Z] nexus3.edgexfoundry.org:10004 [2023-02-02T16:22:35.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:22:35.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:22:35.595Z] Configure a credential helper to remove this warning. See [2023-02-02T16:22:35.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:22:35.595Z] [2023-02-02T16:22:35.595Z] Login Succeeded [2023-02-02T16:22:35.595Z] docker.io [2023-02-02T16:22:35.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T16:22:36.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T16:22:36.131Z] Configure a credential helper to remove this warning. See [2023-02-02T16:22:36.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T16:22:36.131Z] [2023-02-02T16:22:36.131Z] Login Succeeded [2023-02-02T16:22:36.131Z] ---> docker-login.sh ends [Pipeline] } [2023-02-02T16:22:36.146Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-02T16:22:36.404Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T16:22:36.421Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T16:22:36.430Z] ========================================================= [2023-02-02T16:22:36.430Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-02T16:22:36.430Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:22:36.773Z] + 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-02T16:22:37.044Z] Sending build context to Docker daemon 5.626MB [2023-02-02T16:22:37.044Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-02T16:22:37.044Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-02T16:22:37.316Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-02T16:22:37.316Z] 9b18e9b68314: Pulling fs layer [2023-02-02T16:22:37.316Z] 35d82f9e3411: Pulling fs layer [2023-02-02T16:22:37.316Z] e16973657156: Pulling fs layer [2023-02-02T16:22:37.316Z] fc693d55d65f: Pulling fs layer [2023-02-02T16:22:37.316Z] 7e9fc2657dce: Pulling fs layer [2023-02-02T16:22:37.316Z] dda99020689f: Pulling fs layer [2023-02-02T16:22:37.316Z] db1c61fa0a46: Pulling fs layer [2023-02-02T16:22:37.316Z] 891c053d2c06: Pulling fs layer [2023-02-02T16:22:37.316Z] fc693d55d65f: Waiting [2023-02-02T16:22:37.316Z] 7e9fc2657dce: Waiting [2023-02-02T16:22:37.316Z] dda99020689f: Waiting [2023-02-02T16:22:37.316Z] db1c61fa0a46: Waiting [2023-02-02T16:22:37.316Z] e16973657156: Verifying Checksum [2023-02-02T16:22:37.316Z] e16973657156: Download complete [2023-02-02T16:22:37.316Z] 35d82f9e3411: Download complete [2023-02-02T16:22:37.316Z] 7e9fc2657dce: Verifying Checksum [2023-02-02T16:22:37.316Z] 7e9fc2657dce: Download complete [2023-02-02T16:22:37.316Z] dda99020689f: Download complete [2023-02-02T16:22:37.589Z] 9b18e9b68314: Verifying Checksum [2023-02-02T16:22:37.589Z] 9b18e9b68314: Download complete [2023-02-02T16:22:38.181Z] 9b18e9b68314: Pull complete [2023-02-02T16:22:38.452Z] 891c053d2c06: Verifying Checksum [2023-02-02T16:22:38.452Z] 891c053d2c06: Download complete [2023-02-02T16:22:39.064Z] 35d82f9e3411: Pull complete [2023-02-02T16:22:39.340Z] e16973657156: Pull complete [2023-02-02T16:22:39.612Z] db1c61fa0a46: Verifying Checksum [2023-02-02T16:22:39.612Z] db1c61fa0a46: Download complete [2023-02-02T16:22:40.579Z] fc693d55d65f: Verifying Checksum [2023-02-02T16:22:40.579Z] fc693d55d65f: Download complete [2023-02-02T16:22:53.102Z] fc693d55d65f: Pull complete [2023-02-02T16:22:53.102Z] 7e9fc2657dce: Pull complete [2023-02-02T16:22:53.102Z] dda99020689f: Pull complete [2023-02-02T16:22:58.471Z] db1c61fa0a46: Pull complete [2023-02-02T16:22:59.891Z] 891c053d2c06: Pull complete [2023-02-02T16:22:59.891Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-02T16:22:59.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-02T16:22:59.891Z] ---> f96f9c87975a [2023-02-02T16:22:59.891Z] Step 3/10 : ARG MAKE=make build [2023-02-02T16:23:01.845Z] ---> Running in d37c3ca395ce [2023-02-02T16:23:02.116Z] Removing intermediate container d37c3ca395ce [2023-02-02T16:23:02.116Z] ---> 5b47af77763e [2023-02-02T16:23:02.116Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-02T16:23:02.116Z] ---> Running in 35f73eb4742b [2023-02-02T16:23:02.389Z] Removing intermediate container 35f73eb4742b [2023-02-02T16:23:02.389Z] ---> b59025ef23fa [2023-02-02T16:23:02.389Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-02T16:23:02.389Z] ---> Running in 529913282c6e [2023-02-02T16:23:02.977Z] Removing intermediate container 529913282c6e [2023-02-02T16:23:02.977Z] ---> d7797662ad85 [2023-02-02T16:23:02.977Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-02T16:23:02.977Z] ---> Running in 31a108fd39f0 [2023-02-02T16:23:03.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T16:23:04.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T16:23:05.171Z] OK: 221 MiB in 51 packages [2023-02-02T16:23:05.757Z] Removing intermediate container 31a108fd39f0 [2023-02-02T16:23:05.757Z] ---> 0d18afe759c0 [2023-02-02T16:23:05.757Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-02T16:23:06.353Z] ---> 847bcf389405 [2023-02-02T16:23:06.353Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T16:23:06.623Z] ---> Running in c9912049ddd8 [2023-02-02T16:24:28.388Z] Removing intermediate container c9912049ddd8 [2023-02-02T16:24:28.388Z] ---> f0d545a7a6ff [2023-02-02T16:24:28.388Z] Step 9/10 : COPY . . [2023-02-02T16:24:28.388Z] ---> 4d14633b93dd [2023-02-02T16:24:28.388Z] Step 10/10 : RUN ${MAKE} [2023-02-02T16:24:28.388Z] ---> Running in 5599cf5c9624 [2023-02-02T16:24:28.388Z] noop [2023-02-02T16:24:28.388Z] Removing intermediate container 5599cf5c9624 [2023-02-02T16:24:28.388Z] ---> c902e7fdf69a [2023-02-02T16:24:28.388Z] Successfully built c902e7fdf69a [2023-02-02T16:24:28.388Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:24:28.732Z] + docker inspect -f . ci-base-image-arm64 [2023-02-02T16:24:28.732Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:24:28.930Z] prd-ubuntu20.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container [2023-02-02T16:24:29.001Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/146 -v /w/workspace/device-sdk-go/146:/w/workspace/device-sdk-go/146:rw,z -v /w/workspace/device-sdk-go/146@tmp:/w/workspace/device-sdk-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-02T16:24:30.272Z] $ docker top 31807dd24ccd38f1eb48b920868f1602a15d98e8df621ed70fb17b3239f01561 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T16:24:31.114Z] + go version [2023-02-02T16:24:31.114Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-02T16:24:31.140Z] $ docker stop --time=1 31807dd24ccd38f1eb48b920868f1602a15d98e8df621ed70fb17b3239f01561 [2023-02-02T16:24:33.229Z] $ docker rm -f --volumes 31807dd24ccd38f1eb48b920868f1602a15d98e8df621ed70fb17b3239f01561 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:24:33.766Z] + docker inspect -f . ci-base-image-arm64 [2023-02-02T16:24:33.766Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:24:33.943Z] prd-ubuntu20.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container [2023-02-02T16:24:34.011Z] $ 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/146 -v /w/workspace/device-sdk-go/146:/w/workspace/device-sdk-go/146:rw,z -v /w/workspace/device-sdk-go/146@tmp:/w/workspace/device-sdk-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-02T16:24:35.192Z] $ docker top 202e089fbd2c1fdbda7cf131d6e07e2b57e36bb69ea530013fcea3dbfa815f80 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T16:24:36.007Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/146 [Pipeline] fileExists [Pipeline] sh [2023-02-02T16:24:36.339Z] + make test [2023-02-02T16:24:36.339Z] go test -race -coverprofile=coverage.out ./... [2023-02-02T16:25:08.553Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-02T16:27:00.218Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-02T16:27:00.218Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-02T16:27:00.218Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-02T16:27:00.218Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-02T16:27:00.218Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-02T16:27:08.617Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.477s coverage: 27.6% of statements [2023-02-02T16:27:08.890Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.398s coverage: 78.9% of statements [2023-02-02T16:27:08.890Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-02T16:27:08.890Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.655s coverage: 70.2% of statements [2023-02-02T16:27:08.890Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-02T16:27:08.890Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-02T16:27:21.243Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.512s coverage: 59.8% of statements [2023-02-02T16:27:21.243Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-02T16:27:21.243Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-02T16:27:21.243Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-02T16:27:21.243Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.467s coverage: 65.1% of statements [2023-02-02T16:27:21.243Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-02T16:27:21.243Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-02T16:27:21.243Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.402s coverage: 89.2% of statements [2023-02-02T16:27:21.243Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-02T16:27:21.243Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.404s coverage: 4.7% of statements [2023-02-02T16:27:21.243Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-02T16:27:21.243Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-02T16:27:21.243Z] GO111MODULE=on go vet ./... [2023-02-02T16:28:57.914Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-02T16:28:57.914Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-02T16:28:57.914Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-02T16:28:57.935Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-02T16:28:57.958Z] $ docker stop --time=1 202e089fbd2c1fdbda7cf131d6e07e2b57e36bb69ea530013fcea3dbfa815f80 [2023-02-02T16:29:01.280Z] $ docker rm -f --volumes 202e089fbd2c1fdbda7cf131d6e07e2b57e36bb69ea530013fcea3dbfa815f80 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T16:29:02.562Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-02T16:29:02.584Z] Warning: overwriting stash ‘coverage-report’ [2023-02-02T16:29:03.127Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-02T16:29:03.498Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-02T16:29:03.813Z] + ls -al . [2023-02-02T16:29:03.813Z] total 268 [2023-02-02T16:29:03.813Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 2 16:24 . [2023-02-02T16:29:03.813Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 16:22 .. [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 2 16:22 .dockerignore [2023-02-02T16:29:03.813Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 2 16:22 .git [2023-02-02T16:29:03.813Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 16:22 .github [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 2 16:22 .gitignore [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 2 16:22 .golangci.yml [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 2 16:22 CHANGELOG.md [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 2 16:22 GOVERNANCE.md [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 2 16:22 Jenkinsfile [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 2 16:22 LICENSE [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 2 16:22 Makefile [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 2 16:22 OWNERS.md [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 2 16:22 README.md [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 2 16:20 VERSION [2023-02-02T16:29:03.813Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 16:22 bin [2023-02-02T16:29:03.813Z] -rw-r--r-- 1 jenkins jenkins 99762 Feb 2 16:27 coverage.out [2023-02-02T16:29:03.813Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 2 16:22 example [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 2 16:22 go.mod [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 34396 Feb 2 16:22 go.sum [2023-02-02T16:29:03.813Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 2 16:22 internal [2023-02-02T16:29:03.813Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 2 16:22 openapi [2023-02-02T16:29:03.813Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 2 16:22 pkg [2023-02-02T16:29:03.813Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 16:22 snap [2023-02-02T16:29:03.813Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 2 16:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:29:04.154Z] + 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=775e2b56bedf8d4ad3f90164e245819fbdab1870 --label arch=arm64 --label version=3.0.0-dev.16 . [2023-02-02T16:29:04.426Z] Sending build context to Docker daemon 5.726MB [2023-02-02T16:29:04.426Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-02T16:29:04.426Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-02T16:29:04.426Z] ---> c902e7fdf69a [2023-02-02T16:29:04.426Z] Step 3/23 : ARG MAKE=make build [2023-02-02T16:29:04.703Z] ---> Running in 5aa364282dda [2023-02-02T16:29:04.970Z] Removing intermediate container 5aa364282dda [2023-02-02T16:29:04.970Z] ---> 64d403a569ba [2023-02-02T16:29:04.970Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-02T16:29:04.970Z] ---> Running in 09c37b42b7ef [2023-02-02T16:29:05.241Z] Removing intermediate container 09c37b42b7ef [2023-02-02T16:29:05.241Z] ---> 93d646158769 [2023-02-02T16:29:05.241Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-02T16:29:05.509Z] ---> Running in 3b8e85aad7f7 [2023-02-02T16:29:05.779Z] Removing intermediate container 3b8e85aad7f7 [2023-02-02T16:29:05.779Z] ---> 3a27ee4401a2 [2023-02-02T16:29:05.779Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-02T16:29:05.779Z] ---> Running in c9b9ff4a3584 [2023-02-02T16:29:06.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T16:29:07.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T16:29:07.963Z] OK: 221 MiB in 51 packages [2023-02-02T16:29:08.926Z] Removing intermediate container c9b9ff4a3584 [2023-02-02T16:29:08.926Z] ---> 67efcbe57d4a [2023-02-02T16:29:08.926Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-02T16:29:09.194Z] ---> c25b065b5cf9 [2023-02-02T16:29:09.194Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T16:29:09.194Z] ---> Running in 36bd2827afde [2023-02-02T16:29:13.458Z] Removing intermediate container 36bd2827afde [2023-02-02T16:29:13.458Z] ---> 1545c87bfab3 [2023-02-02T16:29:13.458Z] Step 9/23 : COPY . . [2023-02-02T16:29:14.869Z] ---> 0581c2f3b368 [2023-02-02T16:29:14.869Z] Step 10/23 : RUN ${MAKE} [2023-02-02T16:29:14.869Z] ---> Running in ba69a8a02128 [2023-02-02T16:29:15.843Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.16" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-02T16:31:22.515Z] Removing intermediate container ba69a8a02128 [2023-02-02T16:31:22.515Z] ---> 5e813adcba4e [2023-02-02T16:31:22.515Z] Step 11/23 : FROM alpine:3.16 [2023-02-02T16:31:22.515Z] 3.16: Pulling from library/alpine [2023-02-02T16:31:22.515Z] 6875df1f5354: Pulling fs layer [2023-02-02T16:31:22.515Z] 6875df1f5354: Verifying Checksum [2023-02-02T16:31:22.515Z] 6875df1f5354: Download complete [2023-02-02T16:31:22.515Z] 6875df1f5354: Pull complete [2023-02-02T16:31:22.515Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-02T16:31:22.515Z] Status: Downloaded newer image for alpine:3.16 [2023-02-02T16:31:22.515Z] ---> 2b4661558fb8 [2023-02-02T16:31:22.515Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-02T16:31:22.515Z] ---> Running in f0605b53d950 [2023-02-02T16:31:22.515Z] Removing intermediate container f0605b53d950 [2023-02-02T16:31:22.515Z] ---> 81ecfecc1b96 [2023-02-02T16:31:22.515Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-02T16:31:22.515Z] ---> Running in 88bbcf341cf7 [2023-02-02T16:31:22.515Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T16:31:22.515Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T16:31:22.515Z] OK: 5 MiB in 14 packages [2023-02-02T16:31:22.515Z] Removing intermediate container 88bbcf341cf7 [2023-02-02T16:31:22.515Z] ---> de735bd92613 [2023-02-02T16:31:22.515Z] Step 14/23 : WORKDIR / [2023-02-02T16:31:22.515Z] ---> Running in 862cb33216ea [2023-02-02T16:31:22.515Z] Removing intermediate container 862cb33216ea [2023-02-02T16:31:22.515Z] ---> 705b47b00285 [2023-02-02T16:31:22.515Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-02T16:31:22.515Z] ---> 7c94d6ea1be9 [2023-02-02T16:31:22.515Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-02T16:31:22.515Z] ---> c2f116775fa6 [2023-02-02T16:31:22.515Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-02T16:31:22.515Z] ---> 011d28567453 [2023-02-02T16:31:22.515Z] Step 18/23 : EXPOSE 59999 [2023-02-02T16:31:22.515Z] ---> Running in ff0e4294ede2 [2023-02-02T16:31:22.515Z] Removing intermediate container ff0e4294ede2 [2023-02-02T16:31:22.515Z] ---> fce771bafa06 [2023-02-02T16:31:22.515Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-02T16:31:22.515Z] ---> Running in d3f2a3c75c23 [2023-02-02T16:31:22.515Z] Removing intermediate container d3f2a3c75c23 [2023-02-02T16:31:22.515Z] ---> caa6482bae66 [2023-02-02T16:31:22.515Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T16:31:22.515Z] ---> Running in d25c75fa14ef [2023-02-02T16:31:22.515Z] Removing intermediate container d25c75fa14ef [2023-02-02T16:31:22.515Z] ---> 630f551d1bf1 [2023-02-02T16:31:22.515Z] Step 21/23 : LABEL arch=arm64 [2023-02-02T16:31:22.515Z] ---> Running in f159bc9ce559 [2023-02-02T16:31:22.515Z] Removing intermediate container f159bc9ce559 [2023-02-02T16:31:22.515Z] ---> 4152e2a0d12d [2023-02-02T16:31:22.515Z] Step 22/23 : LABEL git_sha=775e2b56bedf8d4ad3f90164e245819fbdab1870 [2023-02-02T16:31:22.515Z] ---> Running in a0b273fc935e [2023-02-02T16:31:22.515Z] Removing intermediate container a0b273fc935e [2023-02-02T16:31:22.515Z] ---> b83770351ad3 [2023-02-02T16:31:22.515Z] Step 23/23 : LABEL version=3.0.0-dev.16 [2023-02-02T16:31:22.515Z] ---> Running in 87d12eb62b81 [2023-02-02T16:31:22.782Z] Removing intermediate container 87d12eb62b81 [2023-02-02T16:31:22.782Z] ---> 045bddb64cb6 [2023-02-02T16:31:22.782Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-02T16:31:22.782Z] Successfully built 045bddb64cb6 [2023-02-02T16:31:22.782Z] 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-02T16:31:23.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-02T16:31:23.218Z] [2023-02-02T16:31:23.218Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:31:23.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-02T16:31:23.561Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-02T16:31:23.561Z] 8998bd30e6a1: Pulling fs layer [2023-02-02T16:31:23.561Z] 04944245beec: Pulling fs layer [2023-02-02T16:31:23.561Z] 699f458cf7ca: Pulling fs layer [2023-02-02T16:31:23.561Z] 765212b225bb: Pulling fs layer [2023-02-02T16:31:23.561Z] f23df028b6ca: Pulling fs layer [2023-02-02T16:31:23.561Z] d65c8cfc05b1: Pulling fs layer [2023-02-02T16:31:23.561Z] 2437ff75d9bd: Pulling fs layer [2023-02-02T16:31:23.561Z] f23df028b6ca: Waiting [2023-02-02T16:31:23.561Z] d65c8cfc05b1: Waiting [2023-02-02T16:31:23.561Z] 2437ff75d9bd: Waiting [2023-02-02T16:31:23.561Z] 765212b225bb: Waiting [2023-02-02T16:31:23.832Z] 04944245beec: Verifying Checksum [2023-02-02T16:31:23.832Z] 04944245beec: Download complete [2023-02-02T16:31:23.832Z] 765212b225bb: Verifying Checksum [2023-02-02T16:31:23.832Z] 765212b225bb: Download complete [2023-02-02T16:31:23.832Z] f23df028b6ca: Verifying Checksum [2023-02-02T16:31:23.832Z] f23df028b6ca: Download complete [2023-02-02T16:31:23.832Z] d65c8cfc05b1: Download complete [2023-02-02T16:31:24.100Z] 699f458cf7ca: Verifying Checksum [2023-02-02T16:31:24.100Z] 699f458cf7ca: Download complete [2023-02-02T16:31:24.367Z] 8998bd30e6a1: Verifying Checksum [2023-02-02T16:31:24.367Z] 8998bd30e6a1: Download complete [2023-02-02T16:31:26.954Z] 2437ff75d9bd: Verifying Checksum [2023-02-02T16:31:26.954Z] 2437ff75d9bd: Download complete [2023-02-02T16:31:28.363Z] 8998bd30e6a1: Pull complete [2023-02-02T16:31:28.947Z] 04944245beec: Pull complete [2023-02-02T16:31:30.383Z] 699f458cf7ca: Pull complete [2023-02-02T16:31:30.653Z] 765212b225bb: Pull complete [2023-02-02T16:31:32.067Z] f23df028b6ca: Pull complete [2023-02-02T16:31:32.336Z] d65c8cfc05b1: Pull complete [2023-02-02T16:31:47.532Z] 2437ff75d9bd: Pull complete [2023-02-02T16:31:47.532Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-02T16:31:47.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-02T16:31:47.532Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:31:47.713Z] prd-ubuntu20.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container [2023-02-02T16:31:47.781Z] $ 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/146 -v /w/workspace/device-sdk-go/146:/w/workspace/device-sdk-go/146:rw,z -v /w/workspace/device-sdk-go/146@tmp:/w/workspace/device-sdk-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-02T16:31:50.386Z] $ docker top b7df1d9e6bc9cd9df6553978c5ceb7aeb9bf7b1b2aa9b72bd77aa9d8332bff4d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:31:51.208Z] ---> job-cost.sh [2023-02-02T16:31:51.208Z] lf-activate-venv: SKIPPING [2023-02-02T16:31:51.208Z] INFO: No Stack... [2023-02-02T16:31:51.792Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-02T16:31:52.376Z] INFO: Archiving Costs [Pipeline] sh [2023-02-02T16:31:53.011Z] + cat /w/workspace/device-sdk-go/146/archives/cost.csv [2023-02-02T16:31:53.011Z] + cut -d, -f6 [Pipeline] lock [2023-02-02T16:31:53.076Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-146-stack-cost] [2023-02-02T16:31:53.083Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-146-stack-cost] did not exist. Created. [2023-02-02T16:31:53.083Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-146-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-02T16:31:53.733Z] /w/workspace/device-sdk-go/146@tmp/durable-67378b8d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-02T16:31:54.383Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-02T16:31:54.399Z] Warning: overwriting stash ‘stack-cost’ [2023-02-02T16:31:54.466Z] Stashed 1 file(s) [Pipeline] } [2023-02-02T16:31:54.473Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-146-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-02T16:31:54.503Z] $ docker stop --time=1 b7df1d9e6bc9cd9df6553978c5ceb7aeb9bf7b1b2aa9b72bd77aa9d8332bff4d [2023-02-02T16:31:55.996Z] $ docker rm -f --volumes b7df1d9e6bc9cd9df6553978c5ceb7aeb9bf7b1b2aa9b72bd77aa9d8332bff4d [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-02T16:31:56.406Z] provisioning config files... [2023-02-02T16:31:56.414Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2128854486493394586tmp [Pipeline] { [Pipeline] sh [2023-02-02T16:31:56.712Z] + set +x [2023-02-02T16:31:56.712Z] + curl -s https://codecov.io/bash [2023-02-02T16:31:56.712Z] + bash -s -- [2023-02-02T16:31:56.712Z] [2023-02-02T16:31:56.712Z] _____ _ [2023-02-02T16:31:56.712Z] / ____| | | [2023-02-02T16:31:56.712Z] | | ___ __| | ___ ___ _____ __ [2023-02-02T16:31:56.712Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-02T16:31:56.713Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-02T16:31:56.713Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-02T16:31:56.713Z] Bash-1.0.6 [2023-02-02T16:31:56.713Z] [2023-02-02T16:31:56.713Z] [2023-02-02T16:31:56.713Z] ==> git version 2.25.1 found [2023-02-02T16:31:56.713Z] ==> 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-02T16:31:56.713Z] Release-Date: 2020-01-08 [2023-02-02T16:31:56.713Z] 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-02T16:31:56.713Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-02T16:31:56.713Z] ==> Jenkins CI detected. [2023-02-02T16:31:56.713Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-02T16:31:56.713Z] project root: . [2023-02-02T16:31:56.713Z] --> token set from env [2023-02-02T16:31:56.713Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-02T16:31:56.713Z] ==> Running gcov in . (disable via -X gcov) [2023-02-02T16:31:56.713Z] ==> Python coveragepy not found [2023-02-02T16:31:56.713Z] ==> Searching for coverage reports in: [2023-02-02T16:31:56.713Z] + . [2023-02-02T16:31:56.972Z] -> Found 1 reports [2023-02-02T16:31:56.972Z] ==> Detecting git/mercurial file structure [2023-02-02T16:31:56.972Z] ==> Reading reports [2023-02-02T16:31:56.972Z] + ./coverage.out bytes=99762 [2023-02-02T16:31:56.972Z] ==> Appending adjustments [2023-02-02T16:31:56.972Z] https://docs.codecov.io/docs/fixing-reports [2023-02-02T16:31:57.231Z] + Found adjustments [2023-02-02T16:31:57.231Z] ==> Gzipping contents [2023-02-02T16:31:57.231Z] 16K /tmp/codecov.zcbN8m.gz [2023-02-02T16:31:57.231Z] ==> Uploading reports [2023-02-02T16:31:57.231Z] url: https://codecov.io [2023-02-02T16:31:57.231Z] query: branch=main&commit=775e2b56bedf8d4ad3f90164e245819fbdab1870&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F146%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-02T16:31:57.231Z] -> Pinging Codecov [2023-02-02T16:31:57.231Z] 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=775e2b56bedf8d4ad3f90164e245819fbdab1870&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F146%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-02T16:31:57.490Z] -> Uploading to [2023-02-02T16:31:57.490Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-02/7E55EF52A471D76F132DFD9A03CDDE97/775e2b56bedf8d4ad3f90164e245819fbdab1870/81f61b05-fca3-414e-8543-3d6f8325cacc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230202T163157Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ae0e955bf744d3d580efd366b71dcf01d5c38a6df5b09ad9aa1c50aa0d865298 [2023-02-02T16:31:57.490Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T16:31:57.490Z] Dload Upload Total Spent Left Speed [2023-02-02T16:31:57.749Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14415 0 0 100 14415 0 39820 --:--:-- --:--:-- --:--:-- 39820 [2023-02-02T16:31:57.749Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/775e2b56bedf8d4ad3f90164e245819fbdab1870 [Pipeline] } [2023-02-02T16:31:57.757Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-02T16:31:57.971Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-02T16:31:57.986Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:31:58.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-02T16:31:58.280Z] [2023-02-02T16:31:58.280Z] 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-02T16:31:58.580Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-02T16:31:58.580Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-02T16:31:58.580Z] df9b9388f04a: Pulling fs layer [2023-02-02T16:31:58.580Z] 52dc419b0ee2: Pulling fs layer [2023-02-02T16:31:58.580Z] 25bc292e5bac: Pulling fs layer [2023-02-02T16:31:58.580Z] 114826534d7a: Pulling fs layer [2023-02-02T16:31:58.580Z] 4657fd5d0bcf: Pulling fs layer [2023-02-02T16:31:58.580Z] 6ad1cebc031e: Pulling fs layer [2023-02-02T16:31:58.580Z] 8a3aa393b2d8: Pulling fs layer [2023-02-02T16:31:58.580Z] 114826534d7a: Waiting [2023-02-02T16:31:58.580Z] 4657fd5d0bcf: Waiting [2023-02-02T16:31:58.580Z] 8a3aa393b2d8: Waiting [2023-02-02T16:31:58.580Z] 25bc292e5bac: Verifying Checksum [2023-02-02T16:31:58.580Z] 52dc419b0ee2: Download complete [2023-02-02T16:31:58.580Z] 4657fd5d0bcf: Verifying Checksum [2023-02-02T16:31:58.580Z] 4657fd5d0bcf: Download complete [2023-02-02T16:31:58.580Z] df9b9388f04a: Verifying Checksum [2023-02-02T16:31:58.580Z] df9b9388f04a: Download complete [2023-02-02T16:31:58.845Z] df9b9388f04a: Pull complete [2023-02-02T16:31:58.845Z] 52dc419b0ee2: Pull complete [2023-02-02T16:31:58.845Z] 25bc292e5bac: Pull complete [2023-02-02T16:31:59.114Z] 6ad1cebc031e: Verifying Checksum [2023-02-02T16:31:59.114Z] 6ad1cebc031e: Download complete [2023-02-02T16:32:00.140Z] 114826534d7a: Verifying Checksum [2023-02-02T16:32:00.140Z] 114826534d7a: Download complete [2023-02-02T16:32:00.397Z] 8a3aa393b2d8: Verifying Checksum [2023-02-02T16:32:00.397Z] 8a3aa393b2d8: Download complete [2023-02-02T16:32:03.676Z] 114826534d7a: Pull complete [2023-02-02T16:32:03.676Z] 4657fd5d0bcf: Pull complete [2023-02-02T16:32:03.676Z] 6ad1cebc031e: Pull complete [2023-02-02T16:32:06.201Z] 8a3aa393b2d8: Pull complete [2023-02-02T16:32:06.201Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-02T16:32:06.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-02T16:32:06.201Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:32:06.272Z] prd-ubuntu20.04-docker-8c-8g-4377 does not seem to be running inside a container [2023-02-02T16:32:06.297Z] $ 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-02T16:32:08.903Z] $ docker top 7c26cfc427d67eed4a583d26f006416d5608c90d604278a85b86235d0471873e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-02T16:32:08.978Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-02T16:32:09.255Z] + set -o pipefail [2023-02-02T16:32:09.255Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-02T16:32:15.840Z] [2023-02-02T16:32:15.840Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-02T16:32:15.840Z] [2023-02-02T16:32:15.840Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/911ec465-6f45-49d1-8e94-e96015e0e5eb [2023-02-02T16:32:15.840Z] [2023-02-02T16:32:15.840Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-02T16:32:15.840Z] [2023-02-02T16:32:15.840Z] [2023-02-02T16:32:15.840Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-02T16:32:15.840Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-02T16:32:15.840Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-02T16:32:15.845Z] $ docker stop --time=1 7c26cfc427d67eed4a583d26f006416d5608c90d604278a85b86235d0471873e [2023-02-02T16:32:17.985Z] $ docker rm -f --volumes 7c26cfc427d67eed4a583d26f006416d5608c90d604278a85b86235d0471873e [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-02T16:32:18.344Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T16:32:18.357Z] provisioning config files... [2023-02-02T16:32:18.364Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5268014190090804001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:18.663Z] --> edgex-publish-swagger.sh [2023-02-02T16:32:18.663Z] === Publish openapi/v3 API === [2023-02-02T16:32:18.663Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-02T16:32:18.663Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-02T16:32:18.663Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T16:32:18.663Z] Dload Upload Total Spent Left Speed [2023-02-02T16:32:18.923Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47132 100 38 100 47094 102 123k --:--:-- --:--:-- --:--:-- 123k [2023-02-02T16:32:18.923Z] {"code":403,"message":"Access Denied"} [2023-02-02T16:32:18.923Z] [Pipeline] } [2023-02-02T16:32:18.930Z] 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-02T16:32:19.344Z] + git log --format=format:%s -1 775e2b56bedf8d4ad3f90164e245819fbdab1870 [Pipeline] sh [2023-02-02T16:32:19.635Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T16:32:19.635Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:32:19.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T16:32:19.934Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:32:20.005Z] prd-ubuntu20.04-docker-8c-8g-4377 does not seem to be running inside a container [2023-02-02T16:32:20.030Z] $ 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-02T16:32:20.414Z] $ docker top c64ae97a347492a7b585f1aebf01eda87666c74f4f52e2e4810075ab3acd800b -eo pid,comm [2023-02-02T16:32:20.473Z] 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-02T16:32:20.473Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T16:32:20.512Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T16:32:20.512Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T16:32:20.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T16:32:20.616Z] $ docker exec c64ae97a347492a7b585f1aebf01eda87666c74f4f52e2e4810075ab3acd800b ssh-agent [2023-02-02T16:32:20.734Z] SSH_AUTH_SOCK=/tmp/ssh-AIT0LeubwhTV/agent.34 [2023-02-02T16:32:20.734Z] SSH_AGENT_PID=40 [2023-02-02T16:32:20.739Z] Running ssh-add (command line suppressed) [2023-02-02T16:32:20.825Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3120171690489629655.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3120171690489629655.key) [2023-02-02T16:32:20.844Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T16:32:21.133Z] + git semver tag [2023-02-02T16:32:21.393Z] 2023-02-02 16:32:21,283 [run_tag] DEBUG tag force:False [2023-02-02T16:32:21.393Z] 2023-02-02 16:32:21,283 [check_head_tag] DEBUG check head tag [2023-02-02T16:32:21.393Z] 2023-02-02 16:32:21,285 [execute] INFO git cat-file --batch-check [2023-02-02T16:32:21.393Z] 2023-02-02 16:32:21,285 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-02T16:32:21.393Z] 2023-02-02 16:32:21,288 [execute] INFO git cat-file --batch [2023-02-02T16:32:21.393Z] 2023-02-02 16:32:21,289 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-02T16:32:21.393Z] 2023-02-02 16:32:21,313 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T16:32:21.393Z] 2023-02-02 16:32:21,313 [execute] INFO git tag -a v3.0.0-dev.16 -m v3.0.0-dev.16 [2023-02-02T16:32:21.393Z] 2023-02-02 16:32:21,313 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.16', '-m', 'v3.0.0-dev.16'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-02T16:32:21.393Z] 2023-02-02 16:32:21,317 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T16:32:21.393Z] 3.0.0-dev.16 [Pipeline] } [2023-02-02T16:32:21.395Z] $ docker exec --env ******** --env ******** c64ae97a347492a7b585f1aebf01eda87666c74f4f52e2e4810075ab3acd800b ssh-agent -k [2023-02-02T16:32:21.508Z] unset SSH_AUTH_SOCK; [2023-02-02T16:32:21.509Z] unset SSH_AGENT_PID; [2023-02-02T16:32:21.509Z] echo Agent pid 40 killed; [2023-02-02T16:32:21.524Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T16:32:21.829Z] + git semver [Pipeline] } [2023-02-02T16:32:22.093Z] $ docker stop --time=1 c64ae97a347492a7b585f1aebf01eda87666c74f4f52e2e4810075ab3acd800b [2023-02-02T16:32:23.363Z] $ docker rm -f --volumes c64ae97a347492a7b585f1aebf01eda87666c74f4f52e2e4810075ab3acd800b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:32:23.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-02T16:32:23.769Z] [2023-02-02T16:32:23.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:32:24.077Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-02T16:32:24.077Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-02T16:32:24.077Z] ab5ef0e58194: Pulling fs layer [2023-02-02T16:32:24.077Z] 9712f1f96733: Pulling fs layer [2023-02-02T16:32:24.077Z] 63f879dbbcfc: Pulling fs layer [2023-02-02T16:32:24.077Z] 0d9ebad4ef96: Pulling fs layer [2023-02-02T16:32:24.077Z] e9a5061849ea: Pulling fs layer [2023-02-02T16:32:24.077Z] d747dcd14b5f: Pulling fs layer [2023-02-02T16:32:24.077Z] 2de7ff778b66: Pulling fs layer [2023-02-02T16:32:24.077Z] 0d9ebad4ef96: Waiting [2023-02-02T16:32:24.077Z] e9a5061849ea: Waiting [2023-02-02T16:32:24.077Z] d747dcd14b5f: Waiting [2023-02-02T16:32:24.077Z] 2de7ff778b66: Waiting [2023-02-02T16:32:24.077Z] 9712f1f96733: Verifying Checksum [2023-02-02T16:32:24.077Z] 9712f1f96733: Download complete [2023-02-02T16:32:25.679Z] 63f879dbbcfc: Verifying Checksum [2023-02-02T16:32:25.679Z] 63f879dbbcfc: Download complete [2023-02-02T16:32:26.017Z] e9a5061849ea: Verifying Checksum [2023-02-02T16:32:26.017Z] d747dcd14b5f: Download complete [2023-02-02T16:32:26.290Z] 0d9ebad4ef96: Verifying Checksum [2023-02-02T16:32:26.290Z] 0d9ebad4ef96: Download complete [2023-02-02T16:32:26.290Z] ab5ef0e58194: Verifying Checksum [2023-02-02T16:32:26.290Z] ab5ef0e58194: Download complete [2023-02-02T16:32:26.290Z] 2de7ff778b66: Verifying Checksum [2023-02-02T16:32:26.290Z] 2de7ff778b66: Download complete [2023-02-02T16:32:28.816Z] ab5ef0e58194: Pull complete [2023-02-02T16:32:28.816Z] 9712f1f96733: Pull complete [2023-02-02T16:32:29.381Z] 63f879dbbcfc: Pull complete [2023-02-02T16:32:32.665Z] 0d9ebad4ef96: Pull complete [2023-02-02T16:32:32.665Z] e9a5061849ea: Pull complete [2023-02-02T16:32:32.665Z] d747dcd14b5f: Pull complete [2023-02-02T16:32:33.598Z] 2de7ff778b66: Pull complete [2023-02-02T16:32:33.598Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-02T16:32:33.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-02T16:32:33.598Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:32:33.682Z] prd-ubuntu20.04-docker-8c-8g-4377 does not seem to be running inside a container [2023-02-02T16:32:33.702Z] $ 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-02T16:32:36.374Z] $ docker top 1ab5dfb7ea82de642e2b139824085e39fa6d3f835c5e4c6c1cb60ab7447a5418 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-02T16:32:36.448Z] provisioning config files... [2023-02-02T16:32:36.453Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13844636304513566816tmp [2023-02-02T16:32:36.463Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config409319184540652027tmp [2023-02-02T16:32:36.471Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7190481356698642770tmp [Pipeline] { [Pipeline] echo [2023-02-02T16:32:36.487Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:36.767Z] ---> sigul-configuration.sh [2023-02-02T16:32:36.767Z] gpg: directory `/root/.gnupg' created [2023-02-02T16:32:36.767Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-02T16:32:36.767Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-02T16:32:36.767Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-02T16:32:36.767Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-02T16:32:36.767Z] gpg: CAST5 encrypted data [2023-02-02T16:32:36.767Z] gpg: encrypted with 1 passphrase [2023-02-02T16:32:36.767Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-02T16:32:37.051Z] + mkdir /home/jenkins [2023-02-02T16:32:37.051Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-02T16:32:37.331Z] + 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-02T16:32:37.339Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:37.624Z] ---> sigul-install.sh [2023-02-02T16:32:37.624Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-02T16:32:37.909Z] + git tag --list [2023-02-02T16:32:37.909Z] 0.7.1 [2023-02-02T16:32:37.909Z] delhi-tag [2023-02-02T16:32:37.909Z] v1.0.0 [2023-02-02T16:32:37.909Z] v1.1.0 [2023-02-02T16:32:37.909Z] v1.1.1 [2023-02-02T16:32:37.909Z] v1.1.2 [2023-02-02T16:32:37.909Z] v1.2.0 [2023-02-02T16:32:37.909Z] v1.2.1 [2023-02-02T16:32:37.909Z] v1.2.2 [2023-02-02T16:32:37.909Z] v1.2.3 [2023-02-02T16:32:37.909Z] v1.3.0 [2023-02-02T16:32:37.909Z] v1.4.0 [2023-02-02T16:32:37.909Z] v2.0.0 [2023-02-02T16:32:37.909Z] v2.1.0 [2023-02-02T16:32:37.909Z] v2.1.1 [2023-02-02T16:32:37.909Z] v2.1.1-dev.2 [2023-02-02T16:32:37.909Z] v2.1.1-dev.3 [2023-02-02T16:32:37.909Z] v2.2.0 [2023-02-02T16:32:37.909Z] v2.2.1-dev.1 [2023-02-02T16:32:37.909Z] v2.2.1-dev.10 [2023-02-02T16:32:37.909Z] v2.2.1-dev.11 [2023-02-02T16:32:37.909Z] v2.2.1-dev.12 [2023-02-02T16:32:37.909Z] v2.2.1-dev.13 [2023-02-02T16:32:37.909Z] v2.2.1-dev.14 [2023-02-02T16:32:37.909Z] v2.2.1-dev.2 [2023-02-02T16:32:37.909Z] v2.2.1-dev.3 [2023-02-02T16:32:37.909Z] v2.2.1-dev.4 [2023-02-02T16:32:37.909Z] v2.2.1-dev.5 [2023-02-02T16:32:37.909Z] v2.2.1-dev.6 [2023-02-02T16:32:37.909Z] v2.2.1-dev.7 [2023-02-02T16:32:37.909Z] v2.2.1-dev.8 [2023-02-02T16:32:37.909Z] v2.2.1-dev.9 [2023-02-02T16:32:37.909Z] v2.3.0 [2023-02-02T16:32:37.909Z] v2.3.0-dev.14 [2023-02-02T16:32:37.909Z] v2.3.0-dev.15 [2023-02-02T16:32:37.909Z] v2.3.0-dev.16 [2023-02-02T16:32:37.909Z] v2.3.0-dev.17 [2023-02-02T16:32:37.909Z] v2.3.0-dev.18 [2023-02-02T16:32:37.909Z] v2.3.0-dev.19 [2023-02-02T16:32:37.909Z] v2.3.0-dev.20 [2023-02-02T16:32:37.909Z] v2.3.0-dev.21 [2023-02-02T16:32:37.909Z] v2.3.0-dev.22 [2023-02-02T16:32:37.909Z] v2.3.0-dev.23 [2023-02-02T16:32:37.909Z] v2.3.0-dev.24 [2023-02-02T16:32:37.909Z] v2.3.0-dev.25 [2023-02-02T16:32:37.909Z] v2.3.0-dev.26 [2023-02-02T16:32:37.909Z] v2.3.0-dev.27 [2023-02-02T16:32:37.909Z] v2.3.0-dev.28 [2023-02-02T16:32:37.909Z] v2.3.0-dev.29 [2023-02-02T16:32:37.909Z] v2.3.0-dev.30 [2023-02-02T16:32:37.909Z] v2.3.0-dev.31 [2023-02-02T16:32:37.909Z] v2.3.0-dev.32 [2023-02-02T16:32:37.909Z] v2.3.0-dev.33 [2023-02-02T16:32:37.909Z] v2.3.0-dev.34 [2023-02-02T16:32:37.909Z] v2.3.0-dev.35 [2023-02-02T16:32:37.909Z] v2.3.0-dev.36 [2023-02-02T16:32:37.909Z] v2.3.0-dev.37 [2023-02-02T16:32:37.909Z] v2.3.0-dev.38 [2023-02-02T16:32:37.909Z] v2.3.0-dev.39 [2023-02-02T16:32:37.909Z] v2.3.0-dev.40 [2023-02-02T16:32:37.909Z] v2.3.0-dev.41 [2023-02-02T16:32:37.909Z] v2.3.0-dev.42 [2023-02-02T16:32:37.909Z] v2.3.0-dev.43 [2023-02-02T16:32:37.909Z] v2.3.0-dev.44 [2023-02-02T16:32:37.909Z] v2.3.0-dev.45 [2023-02-02T16:32:37.909Z] v2.3.0-dev.46 [2023-02-02T16:32:37.909Z] v2.3.0-dev.47 [2023-02-02T16:32:37.909Z] v2.3.0-dev.48 [2023-02-02T16:32:37.909Z] v2.3.0-dev.49 [2023-02-02T16:32:37.909Z] v2.3.0-dev.50 [2023-02-02T16:32:37.909Z] v2.3.0-dev.51 [2023-02-02T16:32:37.909Z] v2.3.1-dev.1 [2023-02-02T16:32:37.909Z] v2.3.1-dev.2 [2023-02-02T16:32:37.909Z] v3.0.0-dev.1 [2023-02-02T16:32:37.909Z] v3.0.0-dev.10 [2023-02-02T16:32:37.909Z] v3.0.0-dev.11 [2023-02-02T16:32:37.909Z] v3.0.0-dev.12 [2023-02-02T16:32:37.909Z] v3.0.0-dev.13 [2023-02-02T16:32:37.909Z] v3.0.0-dev.14 [2023-02-02T16:32:37.909Z] v3.0.0-dev.15 [2023-02-02T16:32:37.909Z] v3.0.0-dev.16 [2023-02-02T16:32:37.909Z] v3.0.0-dev.2 [2023-02-02T16:32:37.909Z] v3.0.0-dev.3 [2023-02-02T16:32:37.909Z] v3.0.0-dev.4 [2023-02-02T16:32:37.909Z] v3.0.0-dev.5 [2023-02-02T16:32:37.909Z] v3.0.0-dev.6 [2023-02-02T16:32:37.909Z] v3.0.0-dev.7 [2023-02-02T16:32:37.909Z] v3.0.0-dev.8 [2023-02-02T16:32:37.909Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-02T16:32:38.197Z] + lftools sign git-tag v3.0.0-dev.16 [2023-02-02T16:32:38.765Z] Signing Git tag with Sigul... [2023-02-02T16:32:38.765Z] Signing v3.0.0-dev.16 [Pipeline] echo [2023-02-02T16:32:39.033Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:39.317Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-02T16:32:39.324Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-02T16:32:39.334Z] $ docker stop --time=1 1ab5dfb7ea82de642e2b139824085e39fa6d3f835c5e4c6c1cb60ab7447a5418 [2023-02-02T16:32:40.609Z] $ docker rm -f --volumes 1ab5dfb7ea82de642e2b139824085e39fa6d3f835c5e4c6c1cb60ab7447a5418 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-02T16:32:41.028Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T16:32:41.028Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:32:41.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T16:32:41.325Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:32:41.390Z] prd-ubuntu20.04-docker-8c-8g-4377 does not seem to be running inside a container [2023-02-02T16:32:41.412Z] $ 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-02T16:32:41.733Z] $ docker top 53515c017c0825acdb436d34837a6f0f0d088dbac1c5b54a634ea7fdfbc03512 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T16:32:41.828Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T16:32:41.828Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T16:32:41.945Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T16:32:41.940Z] $ docker exec 53515c017c0825acdb436d34837a6f0f0d088dbac1c5b54a634ea7fdfbc03512 ssh-agent [2023-02-02T16:32:42.043Z] SSH_AUTH_SOCK=/tmp/ssh-N6yImv7LfEbJ/agent.32 [2023-02-02T16:32:42.043Z] SSH_AGENT_PID=38 [2023-02-02T16:32:42.048Z] Running ssh-add (command line suppressed) [2023-02-02T16:32:42.145Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13599940847168949914.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13599940847168949914.key) [2023-02-02T16:32:42.164Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T16:32:42.451Z] + git semver bump pre [2023-02-02T16:32:42.710Z] 2023-02-02 16:32:42,622 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T16:32:42.710Z] 2023-02-02 16:32:42,622 [bump_version] DEBUG bumping version:3.0.0-dev.16 on axis:pre with prefix:dev [2023-02-02T16:32:42.710Z] 2023-02-02 16:32:42,622 [bump_version] DEBUG bumped version:3.0.0-dev.17 [2023-02-02T16:32:42.711Z] 2023-02-02 16:32:42,622 [write_version] DEBUG write version:3.0.0-dev.17 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-02T16:32:42.711Z] 2023-02-02 16:32:42,622 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T16:32:42.711Z] 2023-02-02 16:32:42,622 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T16:32:42.711Z] 2023-02-02 16:32:42,624 [execute] INFO git cat-file --batch-check [2023-02-02T16:32:42.711Z] 2023-02-02 16:32:42,624 [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-02T16:32:42.711Z] 2023-02-02 16:32:42,629 [execute] INFO git cat-file --batch [2023-02-02T16:32:42.711Z] 2023-02-02 16:32:42,630 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-02T16:32:42.711Z] 2023-02-02 16:32:42,635 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T16:32:42.711Z] 3.0.0-dev.17 [Pipeline] } [2023-02-02T16:32:42.712Z] $ docker exec --env ******** --env ******** 53515c017c0825acdb436d34837a6f0f0d088dbac1c5b54a634ea7fdfbc03512 ssh-agent -k [2023-02-02T16:32:42.805Z] unset SSH_AUTH_SOCK; [2023-02-02T16:32:42.805Z] unset SSH_AGENT_PID; [2023-02-02T16:32:42.805Z] echo Agent pid 38 killed; [2023-02-02T16:32:42.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T16:32:43.128Z] + git semver [Pipeline] } [2023-02-02T16:32:43.391Z] $ docker stop --time=1 53515c017c0825acdb436d34837a6f0f0d088dbac1c5b54a634ea7fdfbc03512 [2023-02-02T16:32:44.653Z] $ docker rm -f --volumes 53515c017c0825acdb436d34837a6f0f0d088dbac1c5b54a634ea7fdfbc03512 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T16:32:44.994Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T16:32:44.994Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:32:45.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T16:32:45.306Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:32:45.386Z] prd-ubuntu20.04-docker-8c-8g-4377 does not seem to be running inside a container [2023-02-02T16:32:45.407Z] $ 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-02T16:32:45.740Z] $ docker top 34421b3fd0370945179af2a97b989915cddbff3bde9ada01320f6788f3e23d9a -eo pid,comm [2023-02-02T16:32:45.793Z] 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-02T16:32:45.794Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T16:32:45.839Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T16:32:45.839Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T16:32:45.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T16:32:45.955Z] $ docker exec 34421b3fd0370945179af2a97b989915cddbff3bde9ada01320f6788f3e23d9a ssh-agent [2023-02-02T16:32:46.074Z] SSH_AUTH_SOCK=/tmp/ssh-d3tQSiBZy2hw/agent.32 [2023-02-02T16:32:46.074Z] SSH_AGENT_PID=38 [2023-02-02T16:32:46.079Z] Running ssh-add (command line suppressed) [2023-02-02T16:32:46.172Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5522270512037716585.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5522270512037716585.key) [2023-02-02T16:32:46.191Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T16:32:46.481Z] + git semver push [2023-02-02T16:32:46.741Z] 2023-02-02 16:32:46,650 [run_push] DEBUG push [2023-02-02T16:32:46.741Z] 2023-02-02 16:32:46,651 [execute] INFO git cat-file --batch-check [2023-02-02T16:32:46.742Z] 2023-02-02 16:32:46,651 [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-02T16:32:46.742Z] 2023-02-02 16:32:46,653 [execute] INFO git rev-list 996f1cb426c0f03f095e8e9f0c65b59c7321bc8d -- [2023-02-02T16:32:46.742Z] 2023-02-02 16:32:46,654 [execute] DEBUG Popen(['git', 'rev-list', '996f1cb426c0f03f095e8e9f0c65b59c7321bc8d', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-02T16:32:46.742Z] 2023-02-02 16:32:46,663 [execute] INFO git fetch -v origin [2023-02-02T16:32:46.742Z] 2023-02-02 16:32:46,663 [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-02T16:32:47.311Z] 2023-02-02 16:32:47,190 [run_push] DEBUG no remote changes detected [2023-02-02T16:32:47.311Z] 2023-02-02 16:32:47,191 [execute] INFO git push origin semver [2023-02-02T16:32:47.312Z] 2023-02-02 16:32:47,191 [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-02T16:32:48.250Z] 2023-02-02 16:32:48,154 [run_push] DEBUG push all version tags [2023-02-02T16:32:48.250Z] 2023-02-02 16:32:48,155 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-02T16:32:48.250Z] 2023-02-02 16:32:48,155 [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-02T16:32:49.187Z] 2023-02-02 16:32:48,961 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-02T16:32:49.187Z] 3.0.0-dev.17 [Pipeline] } [2023-02-02T16:32:49.190Z] $ docker exec --env ******** --env ******** 34421b3fd0370945179af2a97b989915cddbff3bde9ada01320f6788f3e23d9a ssh-agent -k [2023-02-02T16:32:49.286Z] unset SSH_AUTH_SOCK; [2023-02-02T16:32:49.286Z] unset SSH_AGENT_PID; [2023-02-02T16:32:49.286Z] echo Agent pid 38 killed; [2023-02-02T16:32:49.304Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T16:32:49.612Z] + git semver [Pipeline] } [2023-02-02T16:32:49.879Z] $ docker stop --time=1 34421b3fd0370945179af2a97b989915cddbff3bde9ada01320f6788f3e23d9a [2023-02-02T16:32:51.165Z] $ docker rm -f --volumes 34421b3fd0370945179af2a97b989915cddbff3bde9ada01320f6788f3e23d9a [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-02T16:32:51.770Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-02T16:32:51.771Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-02T16:32:51.771Z] total 16 [2023-02-02T16:32:51.771Z] drwxr-xr-x 3 root root 4096 Feb 2 16:22 . [2023-02-02T16:32:51.771Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 2 16:32 .. [2023-02-02T16:32:51.771Z] drwxr-xr-x 2 root root 4096 Feb 2 16:22 cost [2023-02-02T16:32:51.771Z] -rw-r--r-- 1 root root 85 Feb 2 16:22 cost.csv [2023-02-02T16:32:51.771Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-02T16:32:51.771Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-02T16:32:51.771Z] total 16 [2023-02-02T16:32:51.771Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 2 16:22 . [2023-02-02T16:32:51.771Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 2 16:32 .. [2023-02-02T16:32:51.771Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 2 16:22 cost [2023-02-02T16:32:51.771Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 2 16:22 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:52.060Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:52.915Z] ---> package-listing.sh [2023-02-02T16:32:52.915Z] ++ facter osfamily [2023-02-02T16:32:52.915Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-02T16:32:53.174Z] + OS_FAMILY=debian [2023-02-02T16:32:53.174Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-02T16:32:53.174Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-02T16:32:53.174Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-02T16:32:53.174Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-02T16:32:53.174Z] + PACKAGES=/tmp/packages_start.txt [2023-02-02T16:32:53.174Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-02T16:32:53.174Z] + PACKAGES=/tmp/packages_end.txt [2023-02-02T16:32:53.174Z] + case "${OS_FAMILY}" in [2023-02-02T16:32:53.174Z] + dpkg -l [2023-02-02T16:32:53.174Z] + grep '^ii' [2023-02-02T16:32:53.174Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-02T16:32:53.174Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-02T16:32:53.174Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-02T16:32:53.174Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-02T16:32:53.174Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-02T16:32:53.174Z] + 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-02T16:32:53.184Z] 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-02T16:32:53.458Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T16:32:54.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T16:32:54.010Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T16:32:54.069Z] prd-ubuntu20.04-docker-8c-8g-4377 does not seem to be running inside a container [2023-02-02T16:32:54.089Z] $ 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-02T16:32:54.282Z] $ docker top 951a5e08ed1bc2f24f6dec1f3e6106ecdea2e09e5d064f8e8b4319bb219a528c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T16:32:54.625Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-02T16:32:54.906Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-02T16:32:55.187Z] + ls /var/log/sa-host [2023-02-02T16:32:55.187Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T16:32:55.342Z] provisioning config files... [2023-02-02T16:32:55.352Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config5360114451006589325tmp [Pipeline] { [Pipeline] echo [2023-02-02T16:32:55.366Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:55.649Z] ---> create-netrc.sh [Pipeline] } [2023-02-02T16:32:55.656Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:56.055Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-02T16:32:56.081Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:56.420Z] ---> sudo-logs.sh [2023-02-02T16:32:56.420Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-02T16:32:56.487Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:56.768Z] ---> job-cost.sh [2023-02-02T16:32:56.768Z] lf-activate-venv: SKIPPING [2023-02-02T16:32:56.768Z] DEBUG: total: 0.2199999988079071 [2023-02-02T16:32:56.768Z] INFO: Retrieving Stack Cost... [2023-02-02T16:32:57.027Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-02T16:32:57.594Z] INFO: Archiving Costs [Pipeline] echo [2023-02-02T16:32:57.607Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T16:32:57.893Z] ---> logs-deploy.sh [2023-02-02T16:32:57.893Z] lf-activate-venv: SKIPPING [2023-02-02T16:32:57.893Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/146 [2023-02-02T16:32:57.893Z] INFO: archiving workspace using pattern(s): [2023-02-02T16:32:58.830Z] Archives upload complete. [2023-02-02T16:32:59.089Z] INFO: archiving logs to Nexus