Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 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-ssh6086687399534741139.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-ssh3207199277330271669.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-ssh4420731618400540445.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-ssh15029622005205550655.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-ssh11838001631939760588.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/v2]] ========================================================= [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/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-4306 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 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 (main) Commit message: "Merge pull request #1298 from vli11/remove_old_metric" > 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 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 # timeout=10 > git rev-list --no-walk 881f10918eb4e60f546b60d89ac5bea6bad2c109 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-01T23:36:04.357Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-01T23:36:04.407Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-01T23:36:04.425Z] ========================================================= [2023-02-01T23:36:04.425Z] EdgeX Global Pipelines Version Info [2023-02-01T23:36:04.425Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:36:05.120Z] ------------------- [2023-02-01T23:36:05.120Z] stable info: [2023-02-01T23:36:05.120Z] ------------------- [2023-02-01T23:36:05.120Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-01T23:36:05.120Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-01T23:36:05.120Z] Message: update stable to v1.0.244 [2023-02-01T23:36:05.689Z] ------------------- [2023-02-01T23:36:05.689Z] experimental info: [2023-02-01T23:36:05.689Z] ------------------- [2023-02-01T23:36:05.689Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-01T23:36:05.689Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-01T23:36:05.689Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-01T23:36:05.907Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-01T23:36:05.921Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-01T23:36:05.933Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-01T23:36:05.945Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-01T23:36:05.957Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-01T23:36:05.969Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-01T23:36:05.982Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-01T23:36:06.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-01T23:36:06.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-01T23:36:06.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-01T23:36:06.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-01T23:36:06.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-01T23:36:06.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-01T23:36:06.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-01T23:36:06.087Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-01T23:36:06.098Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-01T23:36:06.108Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-01T23:36:06.122Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-01T23:36:06.134Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-01T23:36:06.148Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-01T23:36:06.164Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-01T23:36:06.175Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-01T23:36:06.188Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-01T23:36:06.201Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-01T23:36:06.215Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-01T23:36:06.228Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-01T23:36:06.238Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-01T23:36:06.252Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-01T23:36:06.264Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-01T23:36:06.277Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-01T23:36:06.289Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 [Pipeline] echo [2023-02-01T23:36:06.300Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 621dc42 [Pipeline] echo [2023-02-01T23:36:06.323Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-01T23:36:06.370Z] provisioning config files... [2023-02-01T23:36:06.381Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1935862681744789985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:36:06.679Z] ---> docker-login.sh [2023-02-01T23:36:06.679Z] nexus3.edgexfoundry.org:10001 [2023-02-01T23:36:06.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:36:06.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:36:06.939Z] Configure a credential helper to remove this warning. See [2023-02-01T23:36:06.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:36:06.939Z] [2023-02-01T23:36:06.939Z] Login Succeeded [2023-02-01T23:36:06.939Z] nexus3.edgexfoundry.org:10002 [2023-02-01T23:36:07.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:36:07.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:36:07.200Z] Configure a credential helper to remove this warning. See [2023-02-01T23:36:07.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:36:07.200Z] [2023-02-01T23:36:07.200Z] Login Succeeded [2023-02-01T23:36:07.200Z] nexus3.edgexfoundry.org:10003 [2023-02-01T23:36:07.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:36:07.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:36:07.200Z] Configure a credential helper to remove this warning. See [2023-02-01T23:36:07.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:36:07.200Z] [2023-02-01T23:36:07.200Z] Login Succeeded [2023-02-01T23:36:07.200Z] nexus3.edgexfoundry.org:10004 [2023-02-01T23:36:07.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:36:07.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:36:07.459Z] Configure a credential helper to remove this warning. See [2023-02-01T23:36:07.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:36:07.459Z] [2023-02-01T23:36:07.459Z] Login Succeeded [2023-02-01T23:36:07.459Z] docker.io [2023-02-01T23:36:07.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:36:07.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:36:07.720Z] Configure a credential helper to remove this warning. See [2023-02-01T23:36:07.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:36:07.720Z] [2023-02-01T23:36:07.720Z] Login Succeeded [2023-02-01T23:36:07.720Z] ---> docker-login.sh ends [Pipeline] } [2023-02-01T23:36:07.729Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-01T23:36:08.080Z] + git rev-list -1 --merges 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87~1..621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 [Pipeline] echo [2023-02-01T23:36:08.128Z] -----------> git rev-list -1 --merges 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87~1..621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 [2023-02-01T23:36:08.128Z] 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 [false] [Pipeline] sh [2023-02-01T23:36:08.415Z] + git log --format=format:%s -1 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 [Pipeline] echo [2023-02-01T23:36:08.446Z] ========================================================= [2023-02-01T23:36:08.446Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-01T23:36:08.446Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-01T23:36:08.762Z] + git log --format=format:%s -1 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 [Pipeline] echo [2023-02-01T23:36:08.773Z] [semverPrep] GIT_COMMIT: 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87, Commit Message: Merge pull request #1298 from vli11/remove_old_metric [Pipeline] echo [2023-02-01T23:36:08.782Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-01T23:36:09.151Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-01T23:36:09.151Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-01T23:36:09.151Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-01T23:36:09.151Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-01T23:36:09.151Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-01T23:36:09.151Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-01T23:36:09.151Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:36:09.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-01T23:36:09.550Z] [2023-02-01T23:36:09.550Z] 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-01T23:36:09.850Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-01T23:36:09.850Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-01T23:36:09.850Z] b85a868b505f: Pulling fs layer [2023-02-01T23:36:09.850Z] e2be974225ed: Pulling fs layer [2023-02-01T23:36:09.850Z] 339a4e72a1f5: Pulling fs layer [2023-02-01T23:36:09.850Z] 988bab9f4d93: Pulling fs layer [2023-02-01T23:36:09.850Z] 1469e6f7b9e6: Pulling fs layer [2023-02-01T23:36:09.850Z] eaf3925da568: Pulling fs layer [2023-02-01T23:36:09.850Z] bab4dde63d76: Pulling fs layer [2023-02-01T23:36:09.850Z] bde34c3a00c8: Pulling fs layer [2023-02-01T23:36:09.850Z] b352a97aabf1: Pulling fs layer [2023-02-01T23:36:09.850Z] 4872d77fe225: Pulling fs layer [2023-02-01T23:36:09.850Z] 5851b861e8e6: Pulling fs layer [2023-02-01T23:36:09.850Z] 988bab9f4d93: Waiting [2023-02-01T23:36:09.850Z] eaf3925da568: Waiting [2023-02-01T23:36:09.850Z] 1469e6f7b9e6: Waiting [2023-02-01T23:36:09.850Z] 4872d77fe225: Waiting [2023-02-01T23:36:09.850Z] bde34c3a00c8: Waiting [2023-02-01T23:36:09.850Z] bab4dde63d76: Waiting [2023-02-01T23:36:09.850Z] 5851b861e8e6: Waiting [2023-02-01T23:36:09.850Z] e2be974225ed: Download complete [2023-02-01T23:36:09.850Z] 988bab9f4d93: Verifying Checksum [2023-02-01T23:36:09.850Z] 988bab9f4d93: Download complete [2023-02-01T23:36:10.115Z] 1469e6f7b9e6: Verifying Checksum [2023-02-01T23:36:10.115Z] 1469e6f7b9e6: Download complete [2023-02-01T23:36:10.115Z] eaf3925da568: Download complete [2023-02-01T23:36:10.115Z] 339a4e72a1f5: Verifying Checksum [2023-02-01T23:36:10.115Z] 339a4e72a1f5: Download complete [2023-02-01T23:36:10.115Z] bde34c3a00c8: Verifying Checksum [2023-02-01T23:36:10.115Z] bde34c3a00c8: Download complete [2023-02-01T23:36:10.377Z] b352a97aabf1: Verifying Checksum [2023-02-01T23:36:10.377Z] b352a97aabf1: Download complete [2023-02-01T23:36:10.377Z] 4872d77fe225: Verifying Checksum [2023-02-01T23:36:10.377Z] 4872d77fe225: Download complete [2023-02-01T23:36:10.377Z] 5851b861e8e6: Verifying Checksum [2023-02-01T23:36:10.377Z] 5851b861e8e6: Download complete [2023-02-01T23:36:10.377Z] b85a868b505f: Verifying Checksum [2023-02-01T23:36:10.377Z] b85a868b505f: Download complete [2023-02-01T23:36:10.635Z] bab4dde63d76: Verifying Checksum [2023-02-01T23:36:10.635Z] bab4dde63d76: Download complete [2023-02-01T23:36:11.572Z] b85a868b505f: Pull complete [2023-02-01T23:36:11.572Z] e2be974225ed: Pull complete [2023-02-01T23:36:12.141Z] 339a4e72a1f5: Pull complete [2023-02-01T23:36:12.141Z] 988bab9f4d93: Pull complete [2023-02-01T23:36:12.402Z] 1469e6f7b9e6: Pull complete [2023-02-01T23:36:12.402Z] eaf3925da568: Pull complete [2023-02-01T23:36:14.309Z] bab4dde63d76: Pull complete [2023-02-01T23:36:14.309Z] bde34c3a00c8: Pull complete [2023-02-01T23:36:14.309Z] b352a97aabf1: Pull complete [2023-02-01T23:36:14.309Z] 4872d77fe225: Pull complete [2023-02-01T23:36:14.309Z] 5851b861e8e6: Pull complete [2023-02-01T23:36:14.571Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-01T23:36:14.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-01T23:36:14.571Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:36:14.666Z] prd-ubuntu20.04-docker-8c-8g-4306 does not seem to be running inside a container [2023-02-01T23:36:14.694Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-01T23:36:17.069Z] $ docker top ee3fcc72edeeac90a86849fa6ef0692fbf97a3c8ca89863a2866413d58bbcd7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-01T23:36:17.168Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-01T23:36:17.168Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-01T23:36:17.276Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-01T23:36:17.279Z] $ docker exec ee3fcc72edeeac90a86849fa6ef0692fbf97a3c8ca89863a2866413d58bbcd7e ssh-agent [2023-02-01T23:36:17.389Z] SSH_AUTH_SOCK=/tmp/ssh-3CeAlIDk3dm7/agent.32 [2023-02-01T23:36:17.389Z] SSH_AGENT_PID=38 [2023-02-01T23:36:17.395Z] Running ssh-add (command line suppressed) [2023-02-01T23:36:17.489Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2673812585733843228.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2673812585733843228.key) [2023-02-01T23:36:17.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-01T23:36:18.211Z] + git tag --points-at HEAD [Pipeline] } [2023-02-01T23:36:18.230Z] $ docker exec --env ******** --env ******** ee3fcc72edeeac90a86849fa6ef0692fbf97a3c8ca89863a2866413d58bbcd7e ssh-agent -k [2023-02-01T23:36:18.328Z] unset SSH_AUTH_SOCK; [2023-02-01T23:36:18.329Z] unset SSH_AGENT_PID; [2023-02-01T23:36:18.329Z] echo Agent pid 38 killed; [2023-02-01T23:36:18.340Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-01T23:36:18.361Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-01T23:36:18.361Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-01T23:36:18.472Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-01T23:36:18.476Z] $ docker exec ee3fcc72edeeac90a86849fa6ef0692fbf97a3c8ca89863a2866413d58bbcd7e ssh-agent [2023-02-01T23:36:19.025Z] SSH_AUTH_SOCK=/tmp/ssh-3JjHIqeNV9gE/agent.71 [2023-02-01T23:36:19.025Z] SSH_AGENT_PID=77 [2023-02-01T23:36:19.602Z] Running ssh-add (command line suppressed) [2023-02-01T23:36:19.917Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11918796363206496247.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_11918796363206496247.key) [2023-02-01T23:36:20.224Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-01T23:36:20.735Z] + git semver init [2023-02-01T23:36:20.993Z] 2023-02-01 23:36:20,932 [run_init] DEBUG init version:0.0.0 force:False [2023-02-01T23:36:20.993Z] 2023-02-01 23:36:20,933 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-01T23:36:20.993Z] 2023-02-01 23:36:20,934 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-01T23:36:20.993Z] 2023-02-01 23:36:20,934 [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-01T23:36:21.932Z] 2023-02-01 23:36:21,865 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-01T23:36:21.932Z] 2023-02-01 23:36:21,866 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-01T23:36:21.932Z] 2023-02-01 23:36:21,866 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-01T23:36:21.932Z] 2023-02-01 23:36:21,866 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-01T23:36:21.932Z] 3.0.0-dev.14 [Pipeline] } [2023-02-01T23:36:21.942Z] $ docker exec --env ******** --env ******** ee3fcc72edeeac90a86849fa6ef0692fbf97a3c8ca89863a2866413d58bbcd7e ssh-agent -k [2023-02-01T23:36:22.029Z] unset SSH_AUTH_SOCK; [2023-02-01T23:36:22.029Z] unset SSH_AGENT_PID; [2023-02-01T23:36:22.029Z] echo Agent pid 77 killed; [2023-02-01T23:36:22.037Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-01T23:36:22.338Z] + git semver [Pipeline] } [2023-02-01T23:36:22.608Z] $ docker stop --time=1 ee3fcc72edeeac90a86849fa6ef0692fbf97a3c8ca89863a2866413d58bbcd7e [2023-02-01T23:36:23.857Z] $ docker rm -f --volumes ee3fcc72edeeac90a86849fa6ef0692fbf97a3c8ca89863a2866413d58bbcd7e [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-01T23:36:24.190Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-01T23:36:24.402Z] Stashed 1 file(s) [Pipeline] echo [2023-02-01T23:36:24.405Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.14 [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-01T23:36:24.547Z] provisioning config files... [2023-02-01T23:36:24.616Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15623656843123261513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:36:25.112Z] ---> docker-login.sh [2023-02-01T23:36:25.112Z] nexus3.edgexfoundry.org:10001 [2023-02-01T23:36:25.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:36:25.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:36:25.112Z] Configure a credential helper to remove this warning. See [2023-02-01T23:36:25.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:36:25.112Z] [2023-02-01T23:36:25.112Z] Login Succeeded [2023-02-01T23:36:25.112Z] nexus3.edgexfoundry.org:10002 [2023-02-01T23:36:25.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:36:25.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:36:25.112Z] Configure a credential helper to remove this warning. See [2023-02-01T23:36:25.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:36:25.112Z] [2023-02-01T23:36:25.112Z] Login Succeeded [2023-02-01T23:36:25.112Z] nexus3.edgexfoundry.org:10003 [2023-02-01T23:36:25.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:36:25.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:36:25.371Z] Configure a credential helper to remove this warning. See [2023-02-01T23:36:25.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:36:25.371Z] [2023-02-01T23:36:25.371Z] Login Succeeded [2023-02-01T23:36:25.371Z] nexus3.edgexfoundry.org:10004 [2023-02-01T23:36:25.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:36:25.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:36:25.371Z] Configure a credential helper to remove this warning. See [2023-02-01T23:36:25.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:36:25.371Z] [2023-02-01T23:36:25.371Z] Login Succeeded [2023-02-01T23:36:25.371Z] docker.io [2023-02-01T23:36:25.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:36:25.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:36:25.631Z] Configure a credential helper to remove this warning. See [2023-02-01T23:36:25.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:36:25.631Z] [2023-02-01T23:36:25.631Z] Login Succeeded [2023-02-01T23:36:25.631Z] ---> docker-login.sh ends [Pipeline] } [2023-02-01T23:36:25.638Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-01T23:36:25.705Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-01T23:36:25.721Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-01T23:36:25.730Z] ========================================================= [2023-02-01T23:36:25.730Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-01T23:36:25.730Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:36:26.056Z] + 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-01T23:36:26.056Z] Sending build context to Docker daemon 10.51MB [2023-02-01T23:36:26.056Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-01T23:36:26.056Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-01T23:36:26.056Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-01T23:36:26.056Z] 213ec9aee27d: Pulling fs layer [2023-02-01T23:36:26.056Z] 4583459ba037: Pulling fs layer [2023-02-01T23:36:26.056Z] 93c1e223e6f2: Pulling fs layer [2023-02-01T23:36:26.056Z] 53926ce57604: Pulling fs layer [2023-02-01T23:36:26.056Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-01T23:36:26.056Z] 22ff95d597cd: Pulling fs layer [2023-02-01T23:36:26.056Z] 12d6caf4c0d1: Pulling fs layer [2023-02-01T23:36:26.056Z] 96b7cbca73a9: Pulling fs layer [2023-02-01T23:36:26.056Z] a7acece74701: Pulling fs layer [2023-02-01T23:36:26.056Z] 22ff95d597cd: Waiting [2023-02-01T23:36:26.056Z] 12d6caf4c0d1: Waiting [2023-02-01T23:36:26.056Z] 53926ce57604: Waiting [2023-02-01T23:36:26.056Z] 96b7cbca73a9: Waiting [2023-02-01T23:36:26.056Z] 21b2b0c7a3f4: Waiting [2023-02-01T23:36:26.056Z] a7acece74701: Waiting [2023-02-01T23:36:26.056Z] 93c1e223e6f2: Verifying Checksum [2023-02-01T23:36:26.056Z] 93c1e223e6f2: Download complete [2023-02-01T23:36:26.056Z] 4583459ba037: Verifying Checksum [2023-02-01T23:36:26.056Z] 4583459ba037: Download complete [2023-02-01T23:36:26.319Z] 21b2b0c7a3f4: Download complete [2023-02-01T23:36:26.319Z] 22ff95d597cd: Verifying Checksum [2023-02-01T23:36:26.319Z] 22ff95d597cd: Download complete [2023-02-01T23:36:26.319Z] 213ec9aee27d: Verifying Checksum [2023-02-01T23:36:26.319Z] 213ec9aee27d: Download complete [2023-02-01T23:36:26.319Z] 12d6caf4c0d1: Verifying Checksum [2023-02-01T23:36:26.319Z] 12d6caf4c0d1: Download complete [2023-02-01T23:36:26.319Z] 213ec9aee27d: Pull complete [2023-02-01T23:36:26.586Z] 4583459ba037: Pull complete [2023-02-01T23:36:26.586Z] 93c1e223e6f2: Pull complete [2023-02-01T23:36:27.616Z] a7acece74701: Verifying Checksum [2023-02-01T23:36:27.616Z] a7acece74701: Download complete [2023-02-01T23:36:27.616Z] 53926ce57604: Verifying Checksum [2023-02-01T23:36:27.616Z] 53926ce57604: Download complete [2023-02-01T23:36:27.882Z] 96b7cbca73a9: Verifying Checksum [2023-02-01T23:36:27.882Z] 96b7cbca73a9: Download complete [2023-02-01T23:36:31.161Z] 53926ce57604: Pull complete [2023-02-01T23:36:31.161Z] 21b2b0c7a3f4: Pull complete [2023-02-01T23:36:31.161Z] 22ff95d597cd: Pull complete [2023-02-01T23:36:31.161Z] 12d6caf4c0d1: Pull complete [2023-02-01T23:36:33.062Z] 96b7cbca73a9: Pull complete [2023-02-01T23:36:34.246Z] a7acece74701: Pull complete [2023-02-01T23:36:34.246Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-01T23:36:34.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-01T23:36:34.246Z] ---> db6d94c90886 [2023-02-01T23:36:34.246Z] Step 3/10 : ARG MAKE=make build [2023-02-01T23:36:38.589Z] ---> Running in 8d7e9e45355f [2023-02-01T23:36:38.589Z] Removing intermediate container 8d7e9e45355f [2023-02-01T23:36:38.589Z] ---> 5d9ed2012432 [2023-02-01T23:36:38.589Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-01T23:36:38.589Z] ---> Running in 7e65604cf822 [2023-02-01T23:36:38.589Z] Removing intermediate container 7e65604cf822 [2023-02-01T23:36:38.589Z] ---> dd76465efacd [2023-02-01T23:36:38.589Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-01T23:36:38.589Z] ---> Running in 0c3b3398f575 [2023-02-01T23:36:38.589Z] Removing intermediate container 0c3b3398f575 [2023-02-01T23:36:38.589Z] ---> 6dcd7f627f19 [2023-02-01T23:36:38.589Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-01T23:36:38.589Z] ---> Running in 6470aaaccbb1 [2023-02-01T23:36:38.848Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-01T23:36:38.848Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-01T23:36:39.415Z] OK: 211 MiB in 51 packages [2023-02-01T23:36:39.513Z] Still waiting to schedule task [2023-02-01T23:36:39.513Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-4307’ is offline [2023-02-01T23:36:39.674Z] Removing intermediate container 6470aaaccbb1 [2023-02-01T23:36:39.674Z] ---> 5fe3b33b2cfb [2023-02-01T23:36:39.674Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-01T23:36:39.674Z] ---> ec92708cb706 [2023-02-01T23:36:39.674Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-01T23:36:39.674Z] ---> Running in a5a00296af4a [2023-02-01T23:37:21.005Z] Removing intermediate container a5a00296af4a [2023-02-01T23:37:21.005Z] ---> ee61a8495c72 [2023-02-01T23:37:21.005Z] Step 9/10 : COPY . . [2023-02-01T23:37:21.005Z] ---> 7d4d168064b7 [2023-02-01T23:37:21.005Z] Step 10/10 : RUN ${MAKE} [2023-02-01T23:37:21.005Z] ---> Running in 10322a4e976b [2023-02-01T23:37:21.265Z] noop [2023-02-01T23:37:21.835Z] Removing intermediate container 10322a4e976b [2023-02-01T23:37:21.835Z] ---> df2c26b1ecac [2023-02-01T23:37:21.835Z] Successfully built df2c26b1ecac [2023-02-01T23:37:21.835Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:37:22.149Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-01T23:37:22.149Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:37:22.221Z] prd-ubuntu20.04-docker-8c-8g-4306 does not seem to be running inside a container [2023-02-01T23:37:22.248Z] $ 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 ******** ci-base-image-x86_64 cat [2023-02-01T23:37:22.599Z] $ docker top bdca93294f747e7b1b3e747172dd734c7d627574d0a26b57db4cdf5d83ddc81e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-01T23:37:22.933Z] + go version [2023-02-01T23:37:22.933Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-01T23:37:22.944Z] $ docker stop --time=1 bdca93294f747e7b1b3e747172dd734c7d627574d0a26b57db4cdf5d83ddc81e [2023-02-01T23:37:24.225Z] $ docker rm -f --volumes bdca93294f747e7b1b3e747172dd734c7d627574d0a26b57db4cdf5d83ddc81e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:37:24.599Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-01T23:37:24.599Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:37:24.669Z] prd-ubuntu20.04-docker-8c-8g-4306 does not seem to be running inside a container [2023-02-01T23:37:24.700Z] $ 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 ******** ci-base-image-x86_64 cat [2023-02-01T23:37:25.045Z] $ docker top 2272921989a43eeca438211afb7d0948e52753aa13b41428749d2976f7061a10 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-01T23:37:25.384Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-01T23:37:25.685Z] + make test [2023-02-01T23:37:25.685Z] go test -race -coverprofile=coverage.out ./... [2023-02-01T23:37:33.251Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-01T23:37:45.445Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.054s coverage: 27.6% of statements [2023-02-01T23:37:45.445Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.076s coverage: 78.9% of statements [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-01T23:37:45.445Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.083s coverage: 73.6% of statements [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-01T23:37:45.445Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.134s coverage: 59.8% of statements [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-01T23:37:45.445Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.092s coverage: 65.1% of statements [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-01T23:37:45.445Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.753s coverage: 89.2% of statements [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-01T23:37:45.445Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.066s coverage: 4.6% of statements [2023-02-01T23:37:45.445Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-01T23:38:00.318Z] 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-01T23:38:00.318Z] GO111MODULE=on go vet ./... [2023-02-01T23:38:01.257Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-01T23:38:01.516Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-01T23:38:01.516Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-01T23:38:01.528Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-01T23:38:01.539Z] $ docker stop --time=1 2272921989a43eeca438211afb7d0948e52753aa13b41428749d2976f7061a10 [2023-02-01T23:38:05.922Z] $ docker rm -f --volumes 2272921989a43eeca438211afb7d0948e52753aa13b41428749d2976f7061a10 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-01T23:38:06.380Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-01T23:38:06.464Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-01T23:38:06.979Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-01T23:38:07.307Z] + ls -al . [2023-02-01T23:38:07.308Z] total 272 [2023-02-01T23:38:07.308Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 1 23:37 . [2023-02-01T23:38:07.308Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 23:36 .. [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 1 23:36 .dockerignore [2023-02-01T23:38:07.308Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 1 23:37 .git [2023-02-01T23:38:07.308Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 23:36 .github [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 1 23:36 .gitignore [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 1 23:36 .golangci.yml [2023-02-01T23:38:07.308Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 1 23:36 .semver [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 1 23:36 CHANGELOG.md [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 1 23:36 GOVERNANCE.md [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 880 Feb 1 23:36 Jenkinsfile [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 1 23:36 LICENSE [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 1 23:36 Makefile [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 1 23:36 OWNERS.md [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 1 23:36 README.md [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 1 23:36 VERSION [2023-02-01T23:38:07.308Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 23:36 bin [2023-02-01T23:38:07.308Z] -rw-r--r-- 1 jenkins jenkins 100731 Feb 1 23:37 coverage.out [2023-02-01T23:38:07.308Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 1 23:36 example [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 1 23:36 go.mod [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 34396 Feb 1 23:36 go.sum [2023-02-01T23:38:07.308Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 1 23:36 internal [2023-02-01T23:38:07.308Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 23:36 openapi [2023-02-01T23:38:07.308Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 1 23:36 pkg [2023-02-01T23:38:07.308Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 23:36 snap [2023-02-01T23:38:07.308Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 1 23:36 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:38:07.660Z] + 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=621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 --label arch=amd64 --label version=3.0.0-dev.14 . [2023-02-01T23:38:07.660Z] Sending build context to Docker daemon 10.61MB [2023-02-01T23:38:07.660Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-01T23:38:07.660Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-01T23:38:07.660Z] ---> df2c26b1ecac [2023-02-01T23:38:07.660Z] Step 3/23 : ARG MAKE=make build [2023-02-01T23:38:07.928Z] ---> Running in beb862a33cd0 [2023-02-01T23:38:08.186Z] Removing intermediate container beb862a33cd0 [2023-02-01T23:38:08.186Z] ---> ceec9cb4fa55 [2023-02-01T23:38:08.186Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-01T23:38:08.186Z] ---> Running in 18fcd5e2628d [2023-02-01T23:38:08.186Z] Removing intermediate container 18fcd5e2628d [2023-02-01T23:38:08.186Z] ---> be476109c651 [2023-02-01T23:38:08.186Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-01T23:38:08.186Z] ---> Running in f96c42924593 [2023-02-01T23:38:08.186Z] Removing intermediate container f96c42924593 [2023-02-01T23:38:08.186Z] ---> c3035fff463d [2023-02-01T23:38:08.187Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-01T23:38:08.187Z] ---> Running in c6608e856188 [2023-02-01T23:38:08.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-01T23:38:08.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-01T23:38:08.962Z] OK: 211 MiB in 51 packages [2023-02-01T23:38:09.222Z] Removing intermediate container c6608e856188 [2023-02-01T23:38:09.222Z] ---> 4142f5743a91 [2023-02-01T23:38:09.222Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-01T23:38:09.483Z] ---> 090220b4b033 [2023-02-01T23:38:09.483Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-01T23:38:09.483Z] ---> Running in 988339aa2360 [2023-02-01T23:38:10.049Z] Removing intermediate container 988339aa2360 [2023-02-01T23:38:10.049Z] ---> 90e157cad081 [2023-02-01T23:38:10.049Z] Step 9/23 : COPY . . [2023-02-01T23:38:10.985Z] ---> 3c2f9d60aa93 [2023-02-01T23:38:10.985Z] Step 10/23 : RUN ${MAKE} [2023-02-01T23:38:10.985Z] ---> Running in 57ff59058f79 [2023-02-01T23:38:10.985Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.14" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-01T23:38:20.123Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4308 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-01T23:38:20.134Z] Running in /w/workspace/device-sdk-go/144 [Pipeline] { [Pipeline] checkout [2023-02-01T23:38:20.162Z] The recommended git tool is: git [2023-02-01T23:38:25.052Z] using credential edgex-jenkins-ssh [2023-02-01T23:38:25.070Z] Cloning the remote Git repository [2023-02-01T23:38:25.109Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-01T23:38:25.190Z] > git init /w/workspace/device-sdk-go/144 # timeout=10 [2023-02-01T23:38:25.348Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-01T23:38:25.349Z] > git --version # timeout=10 [2023-02-01T23:38:25.370Z] > git --version # 'git version 2.25.1' [2023-02-01T23:38:25.372Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-01T23:38:25.430Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-01T23:38:26.917Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-01T23:38:26.939Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-01T23:38:27.718Z] Avoid second fetch [2023-02-01T23:38:27.719Z] Checking out Revision 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 (main) [2023-02-01T23:38:28.223Z] Commit message: "Merge pull request #1298 from vli11/remove_old_metric" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-01T23:38:27.732Z] > git config core.sparsecheckout # timeout=10 [2023-02-01T23:38:27.753Z] > git checkout -f 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 # timeout=10 [2023-02-01T23:38:29.121Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-01T23:38:29.121Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-01T23:38:29.121Z] Dload Upload Total Spent Left Speed [2023-02-01T23:38:29.121Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh [2023-02-01T23:38:29.752Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-01T23:38:30.083Z] + sudo tee /etc/docker/daemon.new [2023-02-01T23:38:30.083Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-01T23:38:30.083Z] { [2023-02-01T23:38:30.083Z] "registry-mirrors": [ [2023-02-01T23:38:30.083Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-01T23:38:30.083Z] ], [2023-02-01T23:38:30.083Z] "bip": "10.250.0.254/24", [2023-02-01T23:38:30.083Z] "hosts": [ [2023-02-01T23:38:30.083Z] "tcp://0.0.0.0:5555", [2023-02-01T23:38:30.083Z] "unix:///var/run/docker.sock" [2023-02-01T23:38:30.083Z] ], [2023-02-01T23:38:30.083Z] "mtu": 1458, [2023-02-01T23:38:30.083Z] "selinux-enabled": true, [2023-02-01T23:38:30.083Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-01T23:38:30.083Z] } [Pipeline] sh [2023-02-01T23:38:30.420Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-01T23:38:30.767Z] + sudo service docker restart [2023-02-01T23:38:32.941Z] Removing intermediate container 57ff59058f79 [2023-02-01T23:38:32.941Z] ---> e55cc6bfbcd6 [2023-02-01T23:38:32.941Z] Step 11/23 : FROM alpine:3.16 [2023-02-01T23:38:32.941Z] 3.16: Pulling from library/alpine [2023-02-01T23:38:32.941Z] ca7dd9ec2225: Pulling fs layer [2023-02-01T23:38:32.941Z] ca7dd9ec2225: Verifying Checksum [2023-02-01T23:38:32.941Z] ca7dd9ec2225: Download complete [2023-02-01T23:38:32.941Z] ca7dd9ec2225: Pull complete [2023-02-01T23:38:32.941Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-01T23:38:32.941Z] Status: Downloaded newer image for alpine:3.16 [2023-02-01T23:38:32.941Z] ---> bfe296a52501 [2023-02-01T23:38:32.941Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-01T23:38:32.941Z] ---> Running in 3ef07d4de56a [2023-02-01T23:38:32.941Z] Removing intermediate container 3ef07d4de56a [2023-02-01T23:38:32.941Z] ---> d227affd8a6c [2023-02-01T23:38:32.941Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-01T23:38:32.941Z] ---> Running in 03d1bb7a8c7b [2023-02-01T23:38:32.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-01T23:38:32.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-01T23:38:32.941Z] OK: 6 MiB in 14 packages [2023-02-01T23:38:32.941Z] Removing intermediate container 03d1bb7a8c7b [2023-02-01T23:38:32.941Z] ---> 1a6cd45567ff [2023-02-01T23:38:32.941Z] Step 14/23 : WORKDIR / [2023-02-01T23:38:32.941Z] ---> Running in 16e0240e2e16 [2023-02-01T23:38:32.941Z] Removing intermediate container 16e0240e2e16 [2023-02-01T23:38:32.941Z] ---> fb19742941c9 [2023-02-01T23:38:32.941Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-01T23:38:32.941Z] ---> 8e322b6f0679 [2023-02-01T23:38:32.941Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-01T23:38:33.199Z] ---> ba15c23c44e0 [2023-02-01T23:38:33.199Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-01T23:38:33.457Z] ---> 1c999cdf2713 [2023-02-01T23:38:33.457Z] Step 18/23 : EXPOSE 59999 [2023-02-01T23:38:33.457Z] ---> Running in 053d3c114d41 [2023-02-01T23:38:33.457Z] Removing intermediate container 053d3c114d41 [2023-02-01T23:38:33.457Z] ---> 4f777cd6b127 [2023-02-01T23:38:33.457Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-01T23:38:33.457Z] ---> Running in de6b5963263d [2023-02-01T23:38:33.716Z] Removing intermediate container de6b5963263d [2023-02-01T23:38:33.716Z] ---> e912ccc1c8bc [2023-02-01T23:38:33.716Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-01T23:38:33.716Z] ---> Running in 0ef2cc6c019c [2023-02-01T23:38:33.716Z] Removing intermediate container 0ef2cc6c019c [2023-02-01T23:38:33.716Z] ---> d0b683d99873 [2023-02-01T23:38:33.716Z] Step 21/23 : LABEL arch=amd64 [2023-02-01T23:38:33.716Z] ---> Running in 93173e9ddca4 [2023-02-01T23:38:33.716Z] Removing intermediate container 93173e9ddca4 [2023-02-01T23:38:33.716Z] ---> de154286e0af [2023-02-01T23:38:33.716Z] Step 22/23 : LABEL git_sha=621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 [2023-02-01T23:38:33.716Z] ---> Running in a9124a6d3bfe [2023-02-01T23:38:33.976Z] Removing intermediate container a9124a6d3bfe [2023-02-01T23:38:33.976Z] ---> 5b5c92bde4b2 [2023-02-01T23:38:33.976Z] Step 23/23 : LABEL version=3.0.0-dev.14 [2023-02-01T23:38:33.976Z] ---> Running in 6fb463ea1d1b [2023-02-01T23:38:33.976Z] Removing intermediate container 6fb463ea1d1b [2023-02-01T23:38:33.976Z] ---> dd83f58c05a0 [2023-02-01T23:38:33.976Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-01T23:38:33.976Z] Successfully built dd83f58c05a0 [2023-02-01T23:38:33.976Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:38:34.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-01T23:38:34.394Z] [2023-02-01T23:38:34.394Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:38:34.688Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-01T23:38:34.688Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-01T23:38:34.688Z] 5eb5b503b376: Pulling fs layer [2023-02-01T23:38:34.688Z] 5c69ac0246d0: Pulling fs layer [2023-02-01T23:38:34.688Z] ec43610c2a17: Pulling fs layer [2023-02-01T23:38:34.688Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-01T23:38:34.688Z] 33b1e0a273af: Pulling fs layer [2023-02-01T23:38:34.688Z] 5d3b04190fa2: Pulling fs layer [2023-02-01T23:38:34.688Z] 2f39f015ded8: Pulling fs layer [2023-02-01T23:38:34.688Z] 5d3b04190fa2: Waiting [2023-02-01T23:38:34.688Z] 3a2ae6a8a46f: Waiting [2023-02-01T23:38:34.688Z] 33b1e0a273af: Waiting [2023-02-01T23:38:34.688Z] 5c69ac0246d0: Download complete [2023-02-01T23:38:34.688Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-01T23:38:34.688Z] 3a2ae6a8a46f: Download complete [2023-02-01T23:38:34.952Z] 33b1e0a273af: Verifying Checksum [2023-02-01T23:38:34.952Z] 33b1e0a273af: Download complete [2023-02-01T23:38:34.952Z] 5d3b04190fa2: Verifying Checksum [2023-02-01T23:38:34.952Z] 5d3b04190fa2: Download complete [2023-02-01T23:38:34.952Z] ec43610c2a17: Verifying Checksum [2023-02-01T23:38:34.952Z] ec43610c2a17: Download complete [2023-02-01T23:38:35.211Z] 5eb5b503b376: Verifying Checksum [2023-02-01T23:38:35.211Z] 5eb5b503b376: Download complete [2023-02-01T23:38:35.777Z] 2f39f015ded8: Download complete [2023-02-01T23:38:36.341Z] 5eb5b503b376: Pull complete [2023-02-01T23:38:36.341Z] 5c69ac0246d0: Pull complete [2023-02-01T23:38:36.908Z] ec43610c2a17: Pull complete [2023-02-01T23:38:36.908Z] 3a2ae6a8a46f: Pull complete [2023-02-01T23:38:37.164Z] 33b1e0a273af: Pull complete [2023-02-01T23:38:37.164Z] 5d3b04190fa2: Pull complete [2023-02-01T23:38:41.340Z] 2f39f015ded8: Pull complete [2023-02-01T23:38:41.340Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-01T23:38:41.340Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-01T23:38:41.340Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:38:41.411Z] prd-ubuntu20.04-docker-8c-8g-4306 does not seem to be running inside a container [2023-02-01T23:38:41.439Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-01T23:38:45.751Z] $ docker top cca8adb6b1b9f9dde8ed52a3d9eb1ed92dbc258efa53ba24c6118bb5cfdea72b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:38:46.121Z] ---> job-cost.sh [2023-02-01T23:38:46.122Z] lf-activate-venv: SKIPPING [2023-02-01T23:38:46.122Z] INFO: No Stack... [2023-02-01T23:38:46.688Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-01T23:38:46.947Z] INFO: Archiving Costs [Pipeline] sh [2023-02-01T23:38:47.234Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-01T23:38:47.234Z] + cut -d, -f6 [Pipeline] lock [2023-02-01T23:38:47.250Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-144-stack-cost] [2023-02-01T23:38:47.256Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-144-stack-cost] did not exist. Created. [2023-02-01T23:38:47.256Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-144-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-01T23:38:47.558Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-01T23:38:47.591Z] Stashed 1 file(s) [Pipeline] } [2023-02-01T23:38:47.598Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-144-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-01T23:38:47.612Z] $ docker stop --time=1 cca8adb6b1b9f9dde8ed52a3d9eb1ed92dbc258efa53ba24c6118bb5cfdea72b [2023-02-01T23:38:48.767Z] $ docker rm -f --volumes cca8adb6b1b9f9dde8ed52a3d9eb1ed92dbc258efa53ba24c6118bb5cfdea72b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-01T23:38:49.053Z] provisioning config files... [2023-02-01T23:38:49.080Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/144@tmp/config16089889253548980822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:38:49.430Z] ---> docker-login.sh [2023-02-01T23:38:49.430Z] nexus3.edgexfoundry.org:10001 [2023-02-01T23:38:50.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:38:50.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:38:50.019Z] Configure a credential helper to remove this warning. See [2023-02-01T23:38:50.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:38:50.019Z] [2023-02-01T23:38:50.019Z] Login Succeeded [2023-02-01T23:38:50.019Z] nexus3.edgexfoundry.org:10002 [2023-02-01T23:38:50.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:38:50.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:38:50.288Z] Configure a credential helper to remove this warning. See [2023-02-01T23:38:50.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:38:50.288Z] [2023-02-01T23:38:50.288Z] Login Succeeded [2023-02-01T23:38:50.560Z] nexus3.edgexfoundry.org:10003 [2023-02-01T23:38:50.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:38:50.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:38:50.831Z] Configure a credential helper to remove this warning. See [2023-02-01T23:38:50.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:38:50.831Z] [2023-02-01T23:38:50.831Z] Login Succeeded [2023-02-01T23:38:50.831Z] nexus3.edgexfoundry.org:10004 [2023-02-01T23:38:51.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:38:51.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:38:51.100Z] Configure a credential helper to remove this warning. See [2023-02-01T23:38:51.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:38:51.100Z] [2023-02-01T23:38:51.100Z] Login Succeeded [2023-02-01T23:38:51.100Z] docker.io [2023-02-01T23:38:51.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-01T23:38:51.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-01T23:38:51.643Z] Configure a credential helper to remove this warning. See [2023-02-01T23:38:51.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-01T23:38:51.643Z] [2023-02-01T23:38:51.643Z] Login Succeeded [2023-02-01T23:38:51.643Z] ---> docker-login.sh ends [Pipeline] } [2023-02-01T23:38:51.658Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-01T23:38:51.903Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-01T23:38:51.918Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-01T23:38:51.926Z] ========================================================= [2023-02-01T23:38:51.926Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-01T23:38:51.926Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:38:52.284Z] + 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-01T23:38:52.553Z] Sending build context to Docker daemon 5.671MB [2023-02-01T23:38:52.553Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-01T23:38:52.553Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-01T23:38:52.836Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-01T23:38:52.836Z] 9b18e9b68314: Pulling fs layer [2023-02-01T23:38:52.836Z] 35d82f9e3411: Pulling fs layer [2023-02-01T23:38:52.836Z] e16973657156: Pulling fs layer [2023-02-01T23:38:52.836Z] fc693d55d65f: Pulling fs layer [2023-02-01T23:38:52.836Z] 7e9fc2657dce: Pulling fs layer [2023-02-01T23:38:52.836Z] dda99020689f: Pulling fs layer [2023-02-01T23:38:52.836Z] db1c61fa0a46: Pulling fs layer [2023-02-01T23:38:52.836Z] 891c053d2c06: Pulling fs layer [2023-02-01T23:38:52.836Z] fc693d55d65f: Waiting [2023-02-01T23:38:52.836Z] 7e9fc2657dce: Waiting [2023-02-01T23:38:52.836Z] dda99020689f: Waiting [2023-02-01T23:38:52.836Z] db1c61fa0a46: Waiting [2023-02-01T23:38:52.836Z] 891c053d2c06: Waiting [2023-02-01T23:38:52.836Z] e16973657156: Verifying Checksum [2023-02-01T23:38:52.836Z] e16973657156: Download complete [2023-02-01T23:38:52.836Z] 35d82f9e3411: Download complete [2023-02-01T23:38:52.836Z] 7e9fc2657dce: Verifying Checksum [2023-02-01T23:38:52.836Z] 7e9fc2657dce: Download complete [2023-02-01T23:38:52.836Z] dda99020689f: Verifying Checksum [2023-02-01T23:38:52.836Z] dda99020689f: Download complete [2023-02-01T23:38:52.836Z] 9b18e9b68314: Verifying Checksum [2023-02-01T23:38:53.813Z] 9b18e9b68314: Pull complete [2023-02-01T23:38:54.081Z] 891c053d2c06: Verifying Checksum [2023-02-01T23:38:54.081Z] 891c053d2c06: Download complete [2023-02-01T23:38:54.670Z] 35d82f9e3411: Pull complete [2023-02-01T23:38:54.946Z] e16973657156: Pull complete [2023-02-01T23:38:55.214Z] db1c61fa0a46: Verifying Checksum [2023-02-01T23:38:55.214Z] db1c61fa0a46: Download complete [2023-02-01T23:38:56.180Z] fc693d55d65f: Verifying Checksum [2023-02-01T23:38:56.180Z] fc693d55d65f: Download complete [2023-02-01T23:39:08.532Z] fc693d55d65f: Pull complete [2023-02-01T23:39:08.532Z] 7e9fc2657dce: Pull complete [2023-02-01T23:39:08.532Z] dda99020689f: Pull complete [2023-02-01T23:39:15.203Z] db1c61fa0a46: Pull complete [2023-02-01T23:39:16.633Z] 891c053d2c06: Pull complete [2023-02-01T23:39:16.633Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-01T23:39:16.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-01T23:39:16.633Z] ---> f96f9c87975a [2023-02-01T23:39:16.633Z] Step 3/10 : ARG MAKE=make build [2023-02-01T23:39:18.589Z] ---> Running in 2d58d38d20b5 [2023-02-01T23:39:18.858Z] Removing intermediate container 2d58d38d20b5 [2023-02-01T23:39:18.858Z] ---> 6e32bb62560d [2023-02-01T23:39:18.858Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-01T23:39:18.858Z] ---> Running in 6856f3c94b99 [2023-02-01T23:39:19.138Z] Removing intermediate container 6856f3c94b99 [2023-02-01T23:39:19.138Z] ---> 6b686b4387ae [2023-02-01T23:39:19.138Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-01T23:39:19.407Z] ---> Running in 97213200874b [2023-02-01T23:39:19.677Z] Removing intermediate container 97213200874b [2023-02-01T23:39:19.677Z] ---> 6d2574a52377 [2023-02-01T23:39:19.677Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-01T23:39:19.677Z] ---> Running in 64a4eb4ce20f [2023-02-01T23:39:21.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-01T23:39:21.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-01T23:39:22.055Z] OK: 221 MiB in 51 packages [2023-02-01T23:39:24.004Z] Removing intermediate container 64a4eb4ce20f [2023-02-01T23:39:24.004Z] ---> c989038af883 [2023-02-01T23:39:24.004Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-01T23:39:24.271Z] ---> 09351801cbe5 [2023-02-01T23:39:24.271Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-01T23:39:24.540Z] ---> Running in f292ab549180 [2023-02-01T23:40:46.249Z] Removing intermediate container f292ab549180 [2023-02-01T23:40:46.249Z] ---> 5f8409b4ea01 [2023-02-01T23:40:46.249Z] Step 9/10 : COPY . . [2023-02-01T23:40:46.249Z] ---> 4ad2a9a8569d [2023-02-01T23:40:46.249Z] Step 10/10 : RUN ${MAKE} [2023-02-01T23:40:46.249Z] ---> Running in ab0bf1bf345a [2023-02-01T23:40:46.249Z] noop [2023-02-01T23:40:46.249Z] Removing intermediate container ab0bf1bf345a [2023-02-01T23:40:46.249Z] ---> ccb4ec13a7aa [2023-02-01T23:40:46.249Z] Successfully built ccb4ec13a7aa [2023-02-01T23:40:46.249Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:40:46.606Z] + docker inspect -f . ci-base-image-arm64 [2023-02-01T23:40:46.606Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:40:46.816Z] prd-ubuntu20.04-docker-arm64-4c-16g-4308 does not seem to be running inside a container [2023-02-01T23:40:46.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/144 -v /w/workspace/device-sdk-go/144:/w/workspace/device-sdk-go/144:rw,z -v /w/workspace/device-sdk-go/144@tmp:/w/workspace/device-sdk-go/144@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-01T23:40:48.027Z] $ docker top 86cac735609696277357875dd8dc904129a9d1f94bc2c3885feb5a5f2df671d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-01T23:40:48.853Z] + go version [2023-02-01T23:40:48.853Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-01T23:40:48.880Z] $ docker stop --time=1 86cac735609696277357875dd8dc904129a9d1f94bc2c3885feb5a5f2df671d5 [2023-02-01T23:40:51.302Z] $ docker rm -f --volumes 86cac735609696277357875dd8dc904129a9d1f94bc2c3885feb5a5f2df671d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:40:51.809Z] + docker inspect -f . ci-base-image-arm64 [2023-02-01T23:40:51.809Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:40:51.982Z] prd-ubuntu20.04-docker-arm64-4c-16g-4308 does not seem to be running inside a container [2023-02-01T23:40:52.054Z] $ 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/144 -v /w/workspace/device-sdk-go/144:/w/workspace/device-sdk-go/144:rw,z -v /w/workspace/device-sdk-go/144@tmp:/w/workspace/device-sdk-go/144@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-01T23:40:53.118Z] $ docker top 7aec0f0beb9ca2f49d302c9017afeac212ae59ef1b1f47df5dc1300824db20af -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-01T23:40:53.598Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/144 [Pipeline] fileExists [Pipeline] sh [2023-02-01T23:40:53.930Z] + make test [2023-02-01T23:40:53.930Z] go test -race -coverprofile=coverage.out ./... [2023-02-01T23:41:26.122Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-01T23:43:17.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-01T23:43:17.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-01T23:43:17.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-01T23:43:17.779Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-01T23:43:17.779Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-01T23:43:17.779Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.395s coverage: 27.6% of statements [2023-02-01T23:43:19.184Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.338s coverage: 78.9% of statements [2023-02-01T23:43:19.184Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-01T23:43:25.820Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.544s coverage: 73.6% of statements [2023-02-01T23:43:25.820Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-01T23:43:25.820Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-01T23:43:28.406Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.566s coverage: 59.8% of statements [2023-02-01T23:43:28.406Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-01T23:43:28.406Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-01T23:43:28.406Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-01T23:43:28.406Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.471s coverage: 65.1% of statements [2023-02-01T23:43:28.406Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-01T23:43:28.406Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-01T23:43:28.672Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.529s coverage: 89.2% of statements [2023-02-01T23:43:28.672Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-01T23:43:28.672Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.414s coverage: 4.6% of statements [2023-02-01T23:43:28.672Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-01T23:43:29.254Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-01T23:43:29.254Z] GO111MODULE=on go vet ./... [2023-02-01T23:45:05.899Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-01T23:45:05.899Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-01T23:45:05.899Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-01T23:45:05.924Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-01T23:45:05.946Z] $ docker stop --time=1 7aec0f0beb9ca2f49d302c9017afeac212ae59ef1b1f47df5dc1300824db20af [2023-02-01T23:45:07.698Z] $ docker rm -f --volumes 7aec0f0beb9ca2f49d302c9017afeac212ae59ef1b1f47df5dc1300824db20af [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-01T23:45:08.898Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-01T23:45:08.921Z] Warning: overwriting stash ‘coverage-report’ [2023-02-01T23:45:09.441Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-01T23:45:09.802Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-01T23:45:10.117Z] + ls -al . [2023-02-01T23:45:10.117Z] total 268 [2023-02-01T23:45:10.117Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 1 23:40 . [2023-02-01T23:45:10.117Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 23:38 .. [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 1 23:38 .dockerignore [2023-02-01T23:45:10.117Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 1 23:38 .git [2023-02-01T23:45:10.117Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 23:38 .github [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 1 23:38 .gitignore [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 1 23:38 .golangci.yml [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 1 23:38 CHANGELOG.md [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 1 23:38 GOVERNANCE.md [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 880 Feb 1 23:38 Jenkinsfile [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 1 23:38 LICENSE [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 1 23:38 Makefile [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 1 23:38 OWNERS.md [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 1 23:38 README.md [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 1 23:36 VERSION [2023-02-01T23:45:10.117Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 23:38 bin [2023-02-01T23:45:10.117Z] -rw-r--r-- 1 jenkins jenkins 100730 Feb 1 23:43 coverage.out [2023-02-01T23:45:10.117Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 1 23:38 example [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 3307 Feb 1 23:38 go.mod [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 34396 Feb 1 23:38 go.sum [2023-02-01T23:45:10.117Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 1 23:38 internal [2023-02-01T23:45:10.117Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 23:38 openapi [2023-02-01T23:45:10.117Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 1 23:38 pkg [2023-02-01T23:45:10.117Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 23:38 snap [2023-02-01T23:45:10.117Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 1 23:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:45:10.452Z] + 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=621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 --label arch=arm64 --label version=3.0.0-dev.14 . [2023-02-01T23:45:10.721Z] Sending build context to Docker daemon 5.773MB [2023-02-01T23:45:10.721Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-01T23:45:10.721Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-01T23:45:10.721Z] ---> ccb4ec13a7aa [2023-02-01T23:45:10.721Z] Step 3/23 : ARG MAKE=make build [2023-02-01T23:45:10.990Z] ---> Running in e1cb2e74ac6f [2023-02-01T23:45:11.255Z] Removing intermediate container e1cb2e74ac6f [2023-02-01T23:45:11.255Z] ---> b0b366867d9c [2023-02-01T23:45:11.255Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-01T23:45:11.255Z] ---> Running in 31461fa0f110 [2023-02-01T23:45:11.521Z] Removing intermediate container 31461fa0f110 [2023-02-01T23:45:11.521Z] ---> 787071a7cef2 [2023-02-01T23:45:11.521Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-01T23:45:11.788Z] ---> Running in fce23b91623c [2023-02-01T23:45:11.788Z] Removing intermediate container fce23b91623c [2023-02-01T23:45:11.788Z] ---> 3cb4b098bdf3 [2023-02-01T23:45:11.788Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-01T23:45:12.055Z] ---> Running in c459f561811c [2023-02-01T23:45:13.012Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-01T23:45:13.276Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-01T23:45:14.234Z] OK: 221 MiB in 51 packages [2023-02-01T23:45:14.814Z] Removing intermediate container c459f561811c [2023-02-01T23:45:14.814Z] ---> 4c514916f9ad [2023-02-01T23:45:14.814Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-01T23:45:15.395Z] ---> f697f255ff61 [2023-02-01T23:45:15.395Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-01T23:45:15.395Z] ---> Running in 0251e069955a [2023-02-01T23:45:17.977Z] Removing intermediate container 0251e069955a [2023-02-01T23:45:17.977Z] ---> 6bcfd1cdd5e7 [2023-02-01T23:45:17.977Z] Step 9/23 : COPY . . [2023-02-01T23:45:19.914Z] ---> b145a0dd1cf5 [2023-02-01T23:45:19.914Z] Step 10/23 : RUN ${MAKE} [2023-02-01T23:45:19.914Z] ---> Running in 46841b53dcf5 [2023-02-01T23:45:20.869Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.14" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-01T23:47:27.515Z] Removing intermediate container 46841b53dcf5 [2023-02-01T23:47:27.515Z] ---> 3dd4dd967651 [2023-02-01T23:47:27.515Z] Step 11/23 : FROM alpine:3.16 [2023-02-01T23:47:27.515Z] 3.16: Pulling from library/alpine [2023-02-01T23:47:27.515Z] 6875df1f5354: Pulling fs layer [2023-02-01T23:47:27.515Z] 6875df1f5354: Verifying Checksum [2023-02-01T23:47:27.515Z] 6875df1f5354: Download complete [2023-02-01T23:47:27.515Z] 6875df1f5354: Pull complete [2023-02-01T23:47:27.515Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-01T23:47:27.515Z] Status: Downloaded newer image for alpine:3.16 [2023-02-01T23:47:27.515Z] ---> 2b4661558fb8 [2023-02-01T23:47:27.515Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-01T23:47:27.515Z] ---> Running in c41b36ad63c4 [2023-02-01T23:47:27.515Z] Removing intermediate container c41b36ad63c4 [2023-02-01T23:47:27.515Z] ---> 97a372bb3d7b [2023-02-01T23:47:27.515Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-01T23:47:27.515Z] ---> Running in 64f27bcb192a [2023-02-01T23:47:27.515Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-01T23:47:27.515Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-01T23:47:27.515Z] OK: 5 MiB in 14 packages [2023-02-01T23:47:27.515Z] Removing intermediate container 64f27bcb192a [2023-02-01T23:47:27.515Z] ---> 5a18d94d0da4 [2023-02-01T23:47:27.515Z] Step 14/23 : WORKDIR / [2023-02-01T23:47:27.515Z] ---> Running in cf376dfd856e [2023-02-01T23:47:27.515Z] Removing intermediate container cf376dfd856e [2023-02-01T23:47:27.515Z] ---> 4b7ecae07929 [2023-02-01T23:47:27.515Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-01T23:47:27.515Z] ---> 59ecfa87f3dc [2023-02-01T23:47:27.515Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-01T23:47:27.515Z] ---> 0d4f14df199d [2023-02-01T23:47:27.515Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-01T23:47:27.515Z] ---> f61dbbacb472 [2023-02-01T23:47:27.515Z] Step 18/23 : EXPOSE 59999 [2023-02-01T23:47:27.515Z] ---> Running in be6fadd4b979 [2023-02-01T23:47:27.515Z] Removing intermediate container be6fadd4b979 [2023-02-01T23:47:27.515Z] ---> a6232512f9a5 [2023-02-01T23:47:27.515Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-01T23:47:27.515Z] ---> Running in 2d1cf5e023f9 [2023-02-01T23:47:27.515Z] Removing intermediate container 2d1cf5e023f9 [2023-02-01T23:47:27.515Z] ---> 45fecd0d540c [2023-02-01T23:47:27.515Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-01T23:47:27.515Z] ---> Running in ba75e06d9d58 [2023-02-01T23:47:27.515Z] Removing intermediate container ba75e06d9d58 [2023-02-01T23:47:27.515Z] ---> d48ee5e2c120 [2023-02-01T23:47:27.515Z] Step 21/23 : LABEL arch=arm64 [2023-02-01T23:47:27.515Z] ---> Running in bffb8e657a34 [2023-02-01T23:47:27.515Z] Removing intermediate container bffb8e657a34 [2023-02-01T23:47:27.515Z] ---> 0b25bb090d89 [2023-02-01T23:47:27.515Z] Step 22/23 : LABEL git_sha=621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 [2023-02-01T23:47:27.515Z] ---> Running in e18ae9317ed2 [2023-02-01T23:47:27.515Z] Removing intermediate container e18ae9317ed2 [2023-02-01T23:47:27.515Z] ---> 07539553aa21 [2023-02-01T23:47:27.515Z] Step 23/23 : LABEL version=3.0.0-dev.14 [2023-02-01T23:47:27.515Z] ---> Running in 20a5e6719ce4 [2023-02-01T23:47:27.515Z] Removing intermediate container 20a5e6719ce4 [2023-02-01T23:47:27.515Z] ---> 5d04030d70b6 [2023-02-01T23:47:27.515Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-01T23:47:27.515Z] Successfully built 5d04030d70b6 [2023-02-01T23:47:27.515Z] 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-01T23:47:27.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-01T23:47:27.949Z] [2023-02-01T23:47:27.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:47:28.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-01T23:47:28.286Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-01T23:47:28.286Z] 8998bd30e6a1: Pulling fs layer [2023-02-01T23:47:28.286Z] 04944245beec: Pulling fs layer [2023-02-01T23:47:28.286Z] 699f458cf7ca: Pulling fs layer [2023-02-01T23:47:28.286Z] 765212b225bb: Pulling fs layer [2023-02-01T23:47:28.286Z] f23df028b6ca: Pulling fs layer [2023-02-01T23:47:28.286Z] d65c8cfc05b1: Pulling fs layer [2023-02-01T23:47:28.286Z] 2437ff75d9bd: Pulling fs layer [2023-02-01T23:47:28.286Z] 765212b225bb: Waiting [2023-02-01T23:47:28.286Z] f23df028b6ca: Waiting [2023-02-01T23:47:28.286Z] d65c8cfc05b1: Waiting [2023-02-01T23:47:28.286Z] 2437ff75d9bd: Waiting [2023-02-01T23:47:28.557Z] 04944245beec: Verifying Checksum [2023-02-01T23:47:28.557Z] 04944245beec: Download complete [2023-02-01T23:47:28.557Z] 765212b225bb: Download complete [2023-02-01T23:47:28.557Z] f23df028b6ca: Download complete [2023-02-01T23:47:28.557Z] d65c8cfc05b1: Verifying Checksum [2023-02-01T23:47:28.557Z] d65c8cfc05b1: Download complete [2023-02-01T23:47:28.557Z] 699f458cf7ca: Verifying Checksum [2023-02-01T23:47:28.557Z] 699f458cf7ca: Download complete [2023-02-01T23:47:29.146Z] 8998bd30e6a1: Verifying Checksum [2023-02-01T23:47:29.146Z] 8998bd30e6a1: Download complete [2023-02-01T23:47:31.088Z] 2437ff75d9bd: Verifying Checksum [2023-02-01T23:47:31.088Z] 2437ff75d9bd: Download complete [2023-02-01T23:47:33.031Z] 8998bd30e6a1: Pull complete [2023-02-01T23:47:33.299Z] 04944245beec: Pull complete [2023-02-01T23:47:34.707Z] 699f458cf7ca: Pull complete [2023-02-01T23:47:34.707Z] 765212b225bb: Pull complete [2023-02-01T23:47:35.666Z] f23df028b6ca: Pull complete [2023-02-01T23:47:35.666Z] d65c8cfc05b1: Pull complete [2023-02-01T23:47:50.655Z] 2437ff75d9bd: Pull complete [2023-02-01T23:47:50.655Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-01T23:47:50.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-01T23:47:50.655Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:47:50.839Z] prd-ubuntu20.04-docker-arm64-4c-16g-4308 does not seem to be running inside a container [2023-02-01T23:47:50.910Z] $ 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/144 -v /w/workspace/device-sdk-go/144:/w/workspace/device-sdk-go/144:rw,z -v /w/workspace/device-sdk-go/144@tmp:/w/workspace/device-sdk-go/144@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-01T23:47:53.493Z] $ docker top 76647050391e7bcbdfca374b284ea082ba9e9f92ca841eae179e17aaed0b1888 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:47:54.403Z] ---> job-cost.sh [2023-02-01T23:47:54.403Z] lf-activate-venv: SKIPPING [2023-02-01T23:47:54.403Z] INFO: No Stack... [2023-02-01T23:47:55.372Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-01T23:47:55.957Z] INFO: Archiving Costs [Pipeline] sh [2023-02-01T23:47:56.300Z] + cut -d, -f6 [2023-02-01T23:47:56.300Z] + cat /w/workspace/device-sdk-go/144/archives/cost.csv [Pipeline] lock [2023-02-01T23:47:56.389Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-144-stack-cost] [2023-02-01T23:47:56.397Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-144-stack-cost] did not exist. Created. [2023-02-01T23:47:56.397Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-144-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-01T23:47:57.049Z] /w/workspace/device-sdk-go/144@tmp/durable-9d526c7b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-01T23:47:57.695Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-01T23:47:57.717Z] Warning: overwriting stash ‘stack-cost’ [2023-02-01T23:47:57.786Z] Stashed 1 file(s) [Pipeline] } [2023-02-01T23:47:57.792Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-144-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-01T23:47:57.818Z] $ docker stop --time=1 76647050391e7bcbdfca374b284ea082ba9e9f92ca841eae179e17aaed0b1888 [2023-02-01T23:47:59.298Z] $ docker rm -f --volumes 76647050391e7bcbdfca374b284ea082ba9e9f92ca841eae179e17aaed0b1888 [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-01T23:47:59.644Z] provisioning config files... [2023-02-01T23:47:59.649Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config153522715118510755tmp [Pipeline] { [Pipeline] sh [2023-02-01T23:47:59.932Z] + set +x [2023-02-01T23:47:59.932Z] + curl -s https://codecov.io/bash [2023-02-01T23:47:59.932Z] + bash -s -- [2023-02-01T23:47:59.932Z] [2023-02-01T23:47:59.932Z] _____ _ [2023-02-01T23:47:59.932Z] / ____| | | [2023-02-01T23:47:59.932Z] | | ___ __| | ___ ___ _____ __ [2023-02-01T23:47:59.932Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-01T23:47:59.932Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-01T23:47:59.933Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-01T23:47:59.933Z] Bash-1.0.6 [2023-02-01T23:47:59.933Z] [2023-02-01T23:47:59.933Z] [2023-02-01T23:47:59.933Z] ==> git version 2.25.1 found [2023-02-01T23:47:59.933Z] ==> 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-01T23:47:59.933Z] Release-Date: 2020-01-08 [2023-02-01T23:47:59.933Z] 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-01T23:47:59.933Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-01T23:47:59.933Z] ==> Jenkins CI detected. [2023-02-01T23:47:59.933Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-01T23:47:59.933Z] project root: . [2023-02-01T23:47:59.933Z] --> token set from env [2023-02-01T23:47:59.933Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-01T23:47:59.933Z] ==> Running gcov in . (disable via -X gcov) [2023-02-01T23:47:59.933Z] ==> Python coveragepy not found [2023-02-01T23:47:59.933Z] ==> Searching for coverage reports in: [2023-02-01T23:47:59.933Z] + . [2023-02-01T23:48:00.191Z] -> Found 1 reports [2023-02-01T23:48:00.191Z] ==> Detecting git/mercurial file structure [2023-02-01T23:48:00.191Z] ==> Reading reports [2023-02-01T23:48:00.191Z] + ./coverage.out bytes=100730 [2023-02-01T23:48:00.191Z] ==> Appending adjustments [2023-02-01T23:48:00.191Z] https://docs.codecov.io/docs/fixing-reports [2023-02-01T23:48:00.449Z] + Found adjustments [2023-02-01T23:48:00.449Z] ==> Gzipping contents [2023-02-01T23:48:00.449Z] 16K /tmp/codecov.O4Nxcq.gz [2023-02-01T23:48:00.449Z] ==> Uploading reports [2023-02-01T23:48:00.449Z] url: https://codecov.io [2023-02-01T23:48:00.449Z] query: branch=main&commit=621dc4210e43ae4db66d25eecc8a1c0ac9c49f87&build=144&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F144%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-01T23:48:00.449Z] -> Pinging Codecov [2023-02-01T23:48:00.449Z] 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=621dc4210e43ae4db66d25eecc8a1c0ac9c49f87&build=144&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F144%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-01T23:48:00.707Z] -> Uploading to [2023-02-01T23:48:00.707Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-01/7E55EF52A471D76F132DFD9A03CDDE97/621dc4210e43ae4db66d25eecc8a1c0ac9c49f87/a99ac686-97f4-4969-9cd6-ff4236cef5f6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230201T234800Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=56ce44f6fb38af385a858b650335aff9004acf3d7b9618b9d0b9bc724eab08f2 [2023-02-01T23:48:00.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-01T23:48:00.707Z] Dload Upload Total Spent Left Speed [2023-02-01T23:48:00.965Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14557 0 0 100 14557 0 51804 --:--:-- --:--:-- --:--:-- 51620 [2023-02-01T23:48:00.965Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 [Pipeline] } [2023-02-01T23:48:00.971Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-01T23:48:01.146Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-01T23:48:01.155Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:48:01.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-01T23:48:01.445Z] [2023-02-01T23:48:01.445Z] 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-01T23:48:01.741Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-01T23:48:01.741Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-01T23:48:01.741Z] df9b9388f04a: Pulling fs layer [2023-02-01T23:48:01.741Z] 52dc419b0ee2: Pulling fs layer [2023-02-01T23:48:01.741Z] 25bc292e5bac: Pulling fs layer [2023-02-01T23:48:01.741Z] 114826534d7a: Pulling fs layer [2023-02-01T23:48:01.741Z] 4657fd5d0bcf: Pulling fs layer [2023-02-01T23:48:01.741Z] 6ad1cebc031e: Pulling fs layer [2023-02-01T23:48:01.741Z] 8a3aa393b2d8: Pulling fs layer [2023-02-01T23:48:01.741Z] 114826534d7a: Waiting [2023-02-01T23:48:01.741Z] 4657fd5d0bcf: Waiting [2023-02-01T23:48:01.741Z] 6ad1cebc031e: Waiting [2023-02-01T23:48:01.741Z] 8a3aa393b2d8: Waiting [2023-02-01T23:48:01.741Z] 25bc292e5bac: Verifying Checksum [2023-02-01T23:48:01.741Z] 25bc292e5bac: Download complete [2023-02-01T23:48:01.741Z] 4657fd5d0bcf: Verifying Checksum [2023-02-01T23:48:01.741Z] 4657fd5d0bcf: Download complete [2023-02-01T23:48:01.741Z] df9b9388f04a: Download complete [2023-02-01T23:48:01.999Z] df9b9388f04a: Pull complete [2023-02-01T23:48:02.272Z] 52dc419b0ee2: Pull complete [2023-02-01T23:48:02.272Z] 25bc292e5bac: Pull complete [2023-02-01T23:48:02.272Z] 6ad1cebc031e: Verifying Checksum [2023-02-01T23:48:02.272Z] 6ad1cebc031e: Download complete [2023-02-01T23:48:03.293Z] 114826534d7a: Verifying Checksum [2023-02-01T23:48:03.293Z] 114826534d7a: Download complete [2023-02-01T23:48:03.551Z] 8a3aa393b2d8: Verifying Checksum [2023-02-01T23:48:03.551Z] 8a3aa393b2d8: Download complete [2023-02-01T23:48:06.834Z] 114826534d7a: Pull complete [2023-02-01T23:48:06.834Z] 4657fd5d0bcf: Pull complete [2023-02-01T23:48:06.834Z] 6ad1cebc031e: Pull complete [2023-02-01T23:48:09.362Z] 8a3aa393b2d8: Pull complete [2023-02-01T23:48:09.362Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-01T23:48:09.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-01T23:48:09.362Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:48:09.429Z] prd-ubuntu20.04-docker-8c-8g-4306 does not seem to be running inside a container [2023-02-01T23:48:09.455Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-01T23:48:13.991Z] $ docker top 7149b75e03579f5ffb18d151fe2b29f72d3a704e53e607832ecef8114ad3a300 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-01T23:48:14.059Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-01T23:48:14.336Z] + set -o pipefail [2023-02-01T23:48:14.336Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-01T23:48:19.623Z] [2023-02-01T23:48:19.623Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-01T23:48:19.623Z] [2023-02-01T23:48:19.623Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/4cd372ff-29d5-4f5d-ac1f-75aa5e9dfcff [2023-02-01T23:48:19.623Z] [2023-02-01T23:48:19.623Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-01T23:48:19.623Z] [2023-02-01T23:48:19.623Z] [2023-02-01T23:48:19.623Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-01T23:48:19.623Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-01T23:48:19.623Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-01T23:48:19.635Z] $ docker stop --time=1 7149b75e03579f5ffb18d151fe2b29f72d3a704e53e607832ecef8114ad3a300 [2023-02-01T23:48:23.506Z] $ docker rm -f --volumes 7149b75e03579f5ffb18d151fe2b29f72d3a704e53e607832ecef8114ad3a300 [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-01T23:48:23.866Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-01T23:48:23.885Z] provisioning config files... [2023-02-01T23:48:23.890Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1185174970806097451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:48:24.178Z] --> edgex-publish-swagger.sh [2023-02-01T23:48:24.178Z] === Publish openapi/v2 API === [2023-02-01T23:48:24.178Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-01T23:48:24.178Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v2/device-sdk.yaml] [2023-02-01T23:48:24.178Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-01T23:48:24.179Z] Dload Upload Total Spent Left Speed [2023-02-01T23:48:25.107Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53610 100 38 100 53572 78 108k --:--:-- --:--:-- --:--:-- 108k [2023-02-01T23:48:25.107Z] {"code":403,"message":"Access Denied"} [2023-02-01T23:48:25.107Z] [Pipeline] } [2023-02-01T23:48:25.538Z] 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-01T23:48:28.076Z] + git log --format=format:%s -1 621dc4210e43ae4db66d25eecc8a1c0ac9c49f87 [Pipeline] sh [2023-02-01T23:48:28.362Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-01T23:48:28.362Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:48:28.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-01T23:48:28.663Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:48:28.768Z] prd-ubuntu20.04-docker-8c-8g-4306 does not seem to be running inside a container [2023-02-01T23:48:28.792Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-01T23:48:29.201Z] $ docker top 22b9b38b0d1ce52edd916e7f6f3f076cf5407b51f5ad8b0b7ffa6cfb3044d196 -eo pid,comm [2023-02-01T23:48:29.248Z] 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-01T23:48:29.248Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-01T23:48:29.284Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-01T23:48:29.284Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-01T23:48:29.392Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-01T23:48:29.393Z] $ docker exec 22b9b38b0d1ce52edd916e7f6f3f076cf5407b51f5ad8b0b7ffa6cfb3044d196 ssh-agent [2023-02-01T23:48:29.502Z] SSH_AUTH_SOCK=/tmp/ssh-KjcG5tlHdMKB/agent.32 [2023-02-01T23:48:29.502Z] SSH_AGENT_PID=38 [2023-02-01T23:48:29.506Z] Running ssh-add (command line suppressed) [2023-02-01T23:48:29.611Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12661743606009220270.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12661743606009220270.key) [2023-02-01T23:48:29.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-01T23:48:29.909Z] + git semver tag [2023-02-01T23:48:30.167Z] 2023-02-01 23:48:30,073 [run_tag] DEBUG tag force:False [2023-02-01T23:48:30.167Z] 2023-02-01 23:48:30,073 [check_head_tag] DEBUG check head tag [2023-02-01T23:48:30.167Z] 2023-02-01 23:48:30,075 [execute] INFO git cat-file --batch-check [2023-02-01T23:48:30.167Z] 2023-02-01 23:48:30,075 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-01T23:48:30.167Z] 2023-02-01 23:48:30,079 [execute] INFO git cat-file --batch [2023-02-01T23:48:30.167Z] 2023-02-01 23:48:30,079 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-01T23:48:30.167Z] 2023-02-01 23:48:30,103 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-01T23:48:30.167Z] 2023-02-01 23:48:30,103 [execute] INFO git tag -a v3.0.0-dev.14 -m v3.0.0-dev.14 [2023-02-01T23:48:30.167Z] 2023-02-01 23:48:30,103 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.14', '-m', 'v3.0.0-dev.14'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-01T23:48:30.167Z] 2023-02-01 23:48:30,108 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-01T23:48:30.167Z] 3.0.0-dev.14 [Pipeline] } [2023-02-01T23:48:30.173Z] $ docker exec --env ******** --env ******** 22b9b38b0d1ce52edd916e7f6f3f076cf5407b51f5ad8b0b7ffa6cfb3044d196 ssh-agent -k [2023-02-01T23:48:30.269Z] unset SSH_AUTH_SOCK; [2023-02-01T23:48:30.269Z] unset SSH_AGENT_PID; [2023-02-01T23:48:30.269Z] echo Agent pid 38 killed; [2023-02-01T23:48:30.278Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-01T23:48:30.587Z] + git semver [Pipeline] } [2023-02-01T23:48:30.869Z] $ docker stop --time=1 22b9b38b0d1ce52edd916e7f6f3f076cf5407b51f5ad8b0b7ffa6cfb3044d196 [2023-02-01T23:48:32.143Z] $ docker rm -f --volumes 22b9b38b0d1ce52edd916e7f6f3f076cf5407b51f5ad8b0b7ffa6cfb3044d196 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:48:32.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-01T23:48:32.506Z] [2023-02-01T23:48:32.506Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:48:32.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-01T23:48:32.816Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-01T23:48:32.816Z] ab5ef0e58194: Pulling fs layer [2023-02-01T23:48:32.816Z] 9712f1f96733: Pulling fs layer [2023-02-01T23:48:32.816Z] 63f879dbbcfc: Pulling fs layer [2023-02-01T23:48:32.816Z] 0d9ebad4ef96: Pulling fs layer [2023-02-01T23:48:32.816Z] e9a5061849ea: Pulling fs layer [2023-02-01T23:48:32.816Z] d747dcd14b5f: Pulling fs layer [2023-02-01T23:48:32.816Z] 2de7ff778b66: Pulling fs layer [2023-02-01T23:48:32.816Z] e9a5061849ea: Waiting [2023-02-01T23:48:32.816Z] d747dcd14b5f: Waiting [2023-02-01T23:48:32.816Z] 2de7ff778b66: Waiting [2023-02-01T23:48:32.816Z] 0d9ebad4ef96: Waiting [2023-02-01T23:48:32.816Z] 9712f1f96733: Verifying Checksum [2023-02-01T23:48:32.816Z] 9712f1f96733: Download complete [2023-02-01T23:48:33.814Z] 63f879dbbcfc: Verifying Checksum [2023-02-01T23:48:33.814Z] 63f879dbbcfc: Download complete [2023-02-01T23:48:33.814Z] ab5ef0e58194: Verifying Checksum [2023-02-01T23:48:33.814Z] ab5ef0e58194: Download complete [2023-02-01T23:48:34.100Z] d747dcd14b5f: Verifying Checksum [2023-02-01T23:48:34.100Z] e9a5061849ea: Verifying Checksum [2023-02-01T23:48:34.100Z] e9a5061849ea: Download complete [2023-02-01T23:48:34.367Z] 0d9ebad4ef96: Verifying Checksum [2023-02-01T23:48:34.367Z] 0d9ebad4ef96: Download complete [2023-02-01T23:48:34.367Z] 2de7ff778b66: Verifying Checksum [2023-02-01T23:48:34.367Z] 2de7ff778b66: Download complete [2023-02-01T23:48:36.895Z] ab5ef0e58194: Pull complete [2023-02-01T23:48:36.895Z] 9712f1f96733: Pull complete [2023-02-01T23:48:37.152Z] 63f879dbbcfc: Pull complete [2023-02-01T23:48:40.433Z] 0d9ebad4ef96: Pull complete [2023-02-01T23:48:40.692Z] e9a5061849ea: Pull complete [2023-02-01T23:48:40.692Z] d747dcd14b5f: Pull complete [2023-02-01T23:48:41.626Z] 2de7ff778b66: Pull complete [2023-02-01T23:48:41.626Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-01T23:48:41.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-01T23:48:41.626Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:48:41.706Z] prd-ubuntu20.04-docker-8c-8g-4306 does not seem to be running inside a container [2023-02-01T23:48:41.734Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-01T23:48:47.204Z] $ docker top bdf0e6ab43cba4245360e738b44a002f1b8cbb0c7c24b333652b7695268c78aa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-01T23:48:47.274Z] provisioning config files... [2023-02-01T23:48:47.282Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14071920316087239238tmp [2023-02-01T23:48:47.291Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9097505191427650774tmp [2023-02-01T23:48:47.301Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1744619272671534629tmp [Pipeline] { [Pipeline] echo [2023-02-01T23:48:47.318Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:48:47.600Z] ---> sigul-configuration.sh [2023-02-01T23:48:47.600Z] gpg: directory `/root/.gnupg' created [2023-02-01T23:48:47.600Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-01T23:48:47.600Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-01T23:48:47.600Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-01T23:48:47.600Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-01T23:48:47.600Z] gpg: CAST5 encrypted data [2023-02-01T23:48:47.600Z] gpg: encrypted with 1 passphrase [2023-02-01T23:48:47.600Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-01T23:48:47.890Z] + mkdir /home/jenkins [2023-02-01T23:48:47.890Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-01T23:48:48.178Z] + 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-01T23:48:48.187Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:48:48.474Z] ---> sigul-install.sh [2023-02-01T23:48:48.474Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-01T23:48:48.758Z] + git tag --list [2023-02-01T23:48:48.758Z] 0.7.1 [2023-02-01T23:48:48.758Z] delhi-tag [2023-02-01T23:48:48.758Z] v1.0.0 [2023-02-01T23:48:48.758Z] v1.1.0 [2023-02-01T23:48:48.758Z] v1.1.1 [2023-02-01T23:48:48.758Z] v1.1.2 [2023-02-01T23:48:48.758Z] v1.2.0 [2023-02-01T23:48:48.758Z] v1.2.1 [2023-02-01T23:48:48.758Z] v1.2.2 [2023-02-01T23:48:48.758Z] v1.2.3 [2023-02-01T23:48:48.758Z] v1.3.0 [2023-02-01T23:48:48.758Z] v1.4.0 [2023-02-01T23:48:48.758Z] v2.0.0 [2023-02-01T23:48:48.758Z] v2.1.0 [2023-02-01T23:48:48.758Z] v2.1.1 [2023-02-01T23:48:48.758Z] v2.1.1-dev.2 [2023-02-01T23:48:48.758Z] v2.1.1-dev.3 [2023-02-01T23:48:48.758Z] v2.2.0 [2023-02-01T23:48:48.758Z] v2.2.1-dev.1 [2023-02-01T23:48:48.758Z] v2.2.1-dev.10 [2023-02-01T23:48:48.758Z] v2.2.1-dev.11 [2023-02-01T23:48:48.758Z] v2.2.1-dev.12 [2023-02-01T23:48:48.758Z] v2.2.1-dev.13 [2023-02-01T23:48:48.758Z] v2.2.1-dev.14 [2023-02-01T23:48:48.758Z] v2.2.1-dev.2 [2023-02-01T23:48:48.758Z] v2.2.1-dev.3 [2023-02-01T23:48:48.758Z] v2.2.1-dev.4 [2023-02-01T23:48:48.758Z] v2.2.1-dev.5 [2023-02-01T23:48:48.758Z] v2.2.1-dev.6 [2023-02-01T23:48:48.758Z] v2.2.1-dev.7 [2023-02-01T23:48:48.758Z] v2.2.1-dev.8 [2023-02-01T23:48:48.758Z] v2.2.1-dev.9 [2023-02-01T23:48:48.758Z] v2.3.0 [2023-02-01T23:48:48.758Z] v2.3.0-dev.14 [2023-02-01T23:48:48.758Z] v2.3.0-dev.15 [2023-02-01T23:48:48.758Z] v2.3.0-dev.16 [2023-02-01T23:48:48.758Z] v2.3.0-dev.17 [2023-02-01T23:48:48.758Z] v2.3.0-dev.18 [2023-02-01T23:48:48.758Z] v2.3.0-dev.19 [2023-02-01T23:48:48.758Z] v2.3.0-dev.20 [2023-02-01T23:48:48.758Z] v2.3.0-dev.21 [2023-02-01T23:48:48.758Z] v2.3.0-dev.22 [2023-02-01T23:48:48.758Z] v2.3.0-dev.23 [2023-02-01T23:48:48.758Z] v2.3.0-dev.24 [2023-02-01T23:48:48.758Z] v2.3.0-dev.25 [2023-02-01T23:48:48.758Z] v2.3.0-dev.26 [2023-02-01T23:48:48.758Z] v2.3.0-dev.27 [2023-02-01T23:48:48.758Z] v2.3.0-dev.28 [2023-02-01T23:48:48.758Z] v2.3.0-dev.29 [2023-02-01T23:48:48.758Z] v2.3.0-dev.30 [2023-02-01T23:48:48.758Z] v2.3.0-dev.31 [2023-02-01T23:48:48.758Z] v2.3.0-dev.32 [2023-02-01T23:48:48.758Z] v2.3.0-dev.33 [2023-02-01T23:48:48.758Z] v2.3.0-dev.34 [2023-02-01T23:48:48.758Z] v2.3.0-dev.35 [2023-02-01T23:48:48.758Z] v2.3.0-dev.36 [2023-02-01T23:48:48.758Z] v2.3.0-dev.37 [2023-02-01T23:48:48.758Z] v2.3.0-dev.38 [2023-02-01T23:48:48.758Z] v2.3.0-dev.39 [2023-02-01T23:48:48.758Z] v2.3.0-dev.40 [2023-02-01T23:48:48.758Z] v2.3.0-dev.41 [2023-02-01T23:48:48.758Z] v2.3.0-dev.42 [2023-02-01T23:48:48.758Z] v2.3.0-dev.43 [2023-02-01T23:48:48.758Z] v2.3.0-dev.44 [2023-02-01T23:48:48.758Z] v2.3.0-dev.45 [2023-02-01T23:48:48.758Z] v2.3.0-dev.46 [2023-02-01T23:48:48.758Z] v2.3.0-dev.47 [2023-02-01T23:48:48.758Z] v2.3.0-dev.48 [2023-02-01T23:48:48.758Z] v2.3.0-dev.49 [2023-02-01T23:48:48.758Z] v2.3.0-dev.50 [2023-02-01T23:48:48.758Z] v2.3.0-dev.51 [2023-02-01T23:48:48.758Z] v2.3.1-dev.1 [2023-02-01T23:48:48.758Z] v2.3.1-dev.2 [2023-02-01T23:48:48.758Z] v3.0.0-dev.1 [2023-02-01T23:48:48.758Z] v3.0.0-dev.10 [2023-02-01T23:48:48.758Z] v3.0.0-dev.11 [2023-02-01T23:48:48.758Z] v3.0.0-dev.12 [2023-02-01T23:48:48.758Z] v3.0.0-dev.13 [2023-02-01T23:48:48.758Z] v3.0.0-dev.14 [2023-02-01T23:48:48.758Z] v3.0.0-dev.2 [2023-02-01T23:48:48.758Z] v3.0.0-dev.3 [2023-02-01T23:48:48.758Z] v3.0.0-dev.4 [2023-02-01T23:48:48.758Z] v3.0.0-dev.5 [2023-02-01T23:48:48.758Z] v3.0.0-dev.6 [2023-02-01T23:48:48.758Z] v3.0.0-dev.7 [2023-02-01T23:48:48.758Z] v3.0.0-dev.8 [2023-02-01T23:48:48.758Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-01T23:48:49.044Z] + lftools sign git-tag v3.0.0-dev.14 [2023-02-01T23:48:49.612Z] Signing Git tag with Sigul... [2023-02-01T23:48:49.612Z] Signing v3.0.0-dev.14 [Pipeline] echo [2023-02-01T23:48:49.880Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:48:50.165Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-01T23:48:50.172Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-01T23:48:50.188Z] $ docker stop --time=1 bdf0e6ab43cba4245360e738b44a002f1b8cbb0c7c24b333652b7695268c78aa [2023-02-01T23:48:51.489Z] $ docker rm -f --volumes bdf0e6ab43cba4245360e738b44a002f1b8cbb0c7c24b333652b7695268c78aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-01T23:48:51.897Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-01T23:48:51.897Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:48:52.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-01T23:48:52.232Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:48:52.296Z] prd-ubuntu20.04-docker-8c-8g-4306 does not seem to be running inside a container [2023-02-01T23:48:52.323Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-01T23:48:52.671Z] $ docker top 6ba99790909c4b5e329bcd2d85b9bb4f4c60804ee426a32d69e6f9f4ea590cd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-01T23:48:52.760Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-01T23:48:52.760Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-01T23:48:52.867Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-01T23:48:52.868Z] $ docker exec 6ba99790909c4b5e329bcd2d85b9bb4f4c60804ee426a32d69e6f9f4ea590cd0 ssh-agent [2023-02-01T23:48:52.979Z] SSH_AUTH_SOCK=/tmp/ssh-zVZzbPeO3ncJ/agent.32 [2023-02-01T23:48:52.979Z] SSH_AGENT_PID=38 [2023-02-01T23:48:52.984Z] Running ssh-add (command line suppressed) [2023-02-01T23:48:53.068Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13008571819258257416.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13008571819258257416.key) [2023-02-01T23:48:53.082Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-01T23:48:53.366Z] + git semver bump pre [2023-02-01T23:48:53.625Z] 2023-02-01 23:48:53,534 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-01T23:48:53.625Z] 2023-02-01 23:48:53,534 [bump_version] DEBUG bumping version:3.0.0-dev.14 on axis:pre with prefix:dev [2023-02-01T23:48:53.625Z] 2023-02-01 23:48:53,534 [bump_version] DEBUG bumped version:3.0.0-dev.15 [2023-02-01T23:48:53.625Z] 2023-02-01 23:48:53,534 [write_version] DEBUG write version:3.0.0-dev.15 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-01T23:48:53.625Z] 2023-02-01 23:48:53,534 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-01T23:48:53.625Z] 2023-02-01 23:48:53,534 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-01T23:48:53.625Z] 2023-02-01 23:48:53,536 [execute] INFO git cat-file --batch-check [2023-02-01T23:48:53.625Z] 2023-02-01 23:48:53,536 [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-01T23:48:53.625Z] 2023-02-01 23:48:53,541 [execute] INFO git cat-file --batch [2023-02-01T23:48:53.625Z] 2023-02-01 23:48:53,541 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-01T23:48:53.625Z] 2023-02-01 23:48:53,546 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-01T23:48:53.625Z] 3.0.0-dev.15 [Pipeline] } [2023-02-01T23:48:53.633Z] $ docker exec --env ******** --env ******** 6ba99790909c4b5e329bcd2d85b9bb4f4c60804ee426a32d69e6f9f4ea590cd0 ssh-agent -k [2023-02-01T23:48:53.726Z] unset SSH_AUTH_SOCK; [2023-02-01T23:48:53.726Z] unset SSH_AGENT_PID; [2023-02-01T23:48:53.726Z] echo Agent pid 38 killed; [2023-02-01T23:48:53.736Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-01T23:48:54.030Z] + git semver [Pipeline] } [2023-02-01T23:48:54.302Z] $ docker stop --time=1 6ba99790909c4b5e329bcd2d85b9bb4f4c60804ee426a32d69e6f9f4ea590cd0 [2023-02-01T23:48:55.594Z] $ docker rm -f --volumes 6ba99790909c4b5e329bcd2d85b9bb4f4c60804ee426a32d69e6f9f4ea590cd0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-01T23:48:56.272Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-01T23:48:56.272Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:48:58.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-01T23:48:58.022Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:48:58.094Z] prd-ubuntu20.04-docker-8c-8g-4306 does not seem to be running inside a container [2023-02-01T23:48:58.124Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-01T23:48:58.452Z] $ docker top 507c9780d06a71724ed0c73f70ceb7ca4f7098efb4639edba3586b71fe5afd1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-01T23:48:58.540Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-01T23:48:58.540Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-01T23:48:58.650Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-01T23:48:58.652Z] $ docker exec 507c9780d06a71724ed0c73f70ceb7ca4f7098efb4639edba3586b71fe5afd1e ssh-agent [2023-02-01T23:48:58.753Z] SSH_AUTH_SOCK=/tmp/ssh-YAMqOaH0Y7tc/agent.32 [2023-02-01T23:48:58.753Z] SSH_AGENT_PID=38 [2023-02-01T23:48:58.758Z] Running ssh-add (command line suppressed) [2023-02-01T23:48:58.859Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14813176693842258256.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14813176693842258256.key) [2023-02-01T23:48:58.871Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-01T23:48:59.153Z] + git semver push [2023-02-01T23:48:59.413Z] 2023-02-01 23:48:59,330 [run_push] DEBUG push [2023-02-01T23:48:59.413Z] 2023-02-01 23:48:59,331 [execute] INFO git cat-file --batch-check [2023-02-01T23:48:59.413Z] 2023-02-01 23:48:59,331 [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-01T23:48:59.413Z] 2023-02-01 23:48:59,334 [execute] INFO git rev-list 0c4af4d7e443dae3d1b4169ce0cd5649ec921950 -- [2023-02-01T23:48:59.413Z] 2023-02-01 23:48:59,335 [execute] DEBUG Popen(['git', 'rev-list', '0c4af4d7e443dae3d1b4169ce0cd5649ec921950', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-01T23:48:59.413Z] 2023-02-01 23:48:59,345 [execute] INFO git fetch -v origin [2023-02-01T23:48:59.413Z] 2023-02-01 23:48:59,346 [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-01T23:48:59.981Z] 2023-02-01 23:48:59,826 [run_push] DEBUG no remote changes detected [2023-02-01T23:48:59.981Z] 2023-02-01 23:48:59,827 [execute] INFO git push origin semver [2023-02-01T23:48:59.981Z] 2023-02-01 23:48:59,827 [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-01T23:49:00.929Z] 2023-02-01 23:49:00,683 [run_push] DEBUG push all version tags [2023-02-01T23:49:00.929Z] 2023-02-01 23:49:00,683 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-01T23:49:00.929Z] 2023-02-01 23:49:00,684 [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-01T23:49:01.869Z] 2023-02-01 23:49:01,714 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-01T23:49:01.869Z] 3.0.0-dev.15 [Pipeline] } [2023-02-01T23:49:01.882Z] $ docker exec --env ******** --env ******** 507c9780d06a71724ed0c73f70ceb7ca4f7098efb4639edba3586b71fe5afd1e ssh-agent -k [2023-02-01T23:49:01.973Z] unset SSH_AUTH_SOCK; [2023-02-01T23:49:01.973Z] unset SSH_AGENT_PID; [2023-02-01T23:49:01.973Z] echo Agent pid 38 killed; [2023-02-01T23:49:01.987Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-01T23:49:02.292Z] + git semver [Pipeline] } [2023-02-01T23:49:02.560Z] $ docker stop --time=1 507c9780d06a71724ed0c73f70ceb7ca4f7098efb4639edba3586b71fe5afd1e [2023-02-01T23:49:03.828Z] $ docker rm -f --volumes 507c9780d06a71724ed0c73f70ceb7ca4f7098efb4639edba3586b71fe5afd1e [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-01T23:49:04.347Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-01T23:49:04.347Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-01T23:49:04.347Z] total 16 [2023-02-01T23:49:04.347Z] drwxr-xr-x 3 root root 4096 Feb 1 23:38 . [2023-02-01T23:49:04.347Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 1 23:48 .. [2023-02-01T23:49:04.347Z] drwxr-xr-x 2 root root 4096 Feb 1 23:38 cost [2023-02-01T23:49:04.347Z] -rw-r--r-- 1 root root 85 Feb 1 23:38 cost.csv [2023-02-01T23:49:04.347Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-01T23:49:04.347Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-01T23:49:04.347Z] total 16 [2023-02-01T23:49:04.347Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 1 23:38 . [2023-02-01T23:49:04.347Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 1 23:48 .. [2023-02-01T23:49:04.347Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 1 23:38 cost [2023-02-01T23:49:04.347Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 1 23:38 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:49:04.636Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:49:05.494Z] ---> package-listing.sh [2023-02-01T23:49:05.494Z] ++ facter osfamily [2023-02-01T23:49:05.494Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-01T23:49:05.752Z] + OS_FAMILY=debian [2023-02-01T23:49:05.752Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-01T23:49:05.752Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-01T23:49:05.752Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-01T23:49:05.753Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-01T23:49:05.753Z] + PACKAGES=/tmp/packages_start.txt [2023-02-01T23:49:05.753Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-01T23:49:05.753Z] + PACKAGES=/tmp/packages_end.txt [2023-02-01T23:49:05.753Z] + case "${OS_FAMILY}" in [2023-02-01T23:49:05.753Z] + dpkg -l [2023-02-01T23:49:05.753Z] + grep '^ii' [2023-02-01T23:49:05.753Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-01T23:49:05.753Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-01T23:49:05.753Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-01T23:49:05.753Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-01T23:49:05.753Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-01T23:49:05.753Z] + 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-01T23:49:05.763Z] 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-01T23:49:06.038Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-01T23:49:06.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-01T23:49:06.595Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-01T23:49:06.670Z] prd-ubuntu20.04-docker-8c-8g-4306 does not seem to be running inside a container [2023-02-01T23:49:06.699Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-01T23:49:06.916Z] $ docker top 6b5c2f0fc0f9fc8d9ce72928b799ae7f70c314f29d9469e1bf7b8621a584c468 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-01T23:49:07.254Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-01T23:49:07.537Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-01T23:49:07.829Z] + ls /var/log/sa-host [2023-02-01T23:49:07.829Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-01T23:49:07.899Z] provisioning config files... [2023-02-01T23:49:07.907Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14126423857961661241tmp [Pipeline] { [Pipeline] echo [2023-02-01T23:49:07.919Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:49:08.204Z] ---> create-netrc.sh [Pipeline] } [2023-02-01T23:49:08.212Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:49:08.526Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-01T23:49:08.534Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:49:08.816Z] ---> sudo-logs.sh [2023-02-01T23:49:08.816Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-01T23:49:08.846Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:49:09.126Z] ---> job-cost.sh [2023-02-01T23:49:09.127Z] lf-activate-venv: SKIPPING [2023-02-01T23:49:09.127Z] DEBUG: total: 0.2199999988079071 [2023-02-01T23:49:09.127Z] INFO: Retrieving Stack Cost... [2023-02-01T23:49:09.385Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-01T23:49:09.951Z] INFO: Archiving Costs [Pipeline] echo [2023-02-01T23:49:09.963Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-01T23:49:10.244Z] ---> logs-deploy.sh [2023-02-01T23:49:10.244Z] lf-activate-venv: SKIPPING [2023-02-01T23:49:10.245Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/144 [2023-02-01T23:49:10.245Z] INFO: archiving workspace using pattern(s): [2023-02-01T23:49:11.181Z] Archives upload complete. [2023-02-01T23:49:11.181Z] INFO: archiving logs to Nexus